@charset "UTF-8";
:root{--bg:#f4f6f2;--paper:#fff;--ink:#1a3029;--muted:#65766c;--line:#dde4db;--accent:#245d47;--mint:#def1bb;--danger:#9e3d31;--radius:18px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;font-size:15px;line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.6;cursor:wait}:focus-visible{outline:3px solid #3573c6;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(32px,4.5vw,56px);line-height:1.08;letter-spacing:-.055em;font-weight:600;margin-bottom:18px}h2{font-size:22px;line-height:1.25;letter-spacing:-.035em;margin-bottom:14px;font-weight:600}h3{font-size:16px;line-height:1.35;margin-bottom:5px}p{margin-bottom:16px}.muted{color:var(--muted)}.block{display:block}.eyebrow{font-size:11px;letter-spacing:.16em;font-weight:700;color:var(--muted);margin-bottom:16px}.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:580px}.brand{font-size:31px;letter-spacing:-.07em;font-weight:800;color:var(--ink);display:inline-flex;align-items:center;gap:12px;white-space:nowrap}.brand:hover{text-decoration:none}.brand span{font-size:15px;letter-spacing:-.02em;color:var(--muted);font-weight:450}.public-header{max-width:1160px;margin:auto;padding:30px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px}.public-main{max-width:1100px;margin:auto;padding:34px 28px 72px;min-height:70vh}.public-footer{max-width:1100px;margin:auto;border-top:1px solid var(--line);padding:25px 28px 35px;color:var(--muted);font-size:12px;display:flex;justify-content:space-between;gap:20px}.demo-strip{background:#f4e9c7;color:#665326;font-size:11px;font-weight:650;text-align:center;padding:6px 14px;letter-spacing:.05em}.skip{position:absolute;left:12px;top:-100px;background:#fff;padding:12px;z-index:99}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.honeypot{position:absolute;left:-9999px}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;padding:12px 20px;border:1px solid transparent;border-radius:10px;background:var(--accent);color:white;font-size:14px;font-weight:600;line-height:1.4;text-align:center;transition:background .16s}.button:hover{background:#184631;text-decoration:none}.button.secondary{background:white;border-color:var(--line);color:var(--ink)}.button.secondary:hover{background:#f0f4ec}.button.full{width:100%}.button.small{padding:9px 13px;min-height:42px}.button.danger{background:var(--danger)}.quiet-link{font-size:13px;font-weight:600}.text-button{border:0;padding:8px 0;background:none;color:var(--accent);font-size:13px;font-weight:600}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:28px;margin-bottom:24px;box-shadow:0 3px 4px #183b2302}.card.narrow{max-width:590px;margin:25px auto}.card.narrow h1{font-size:34px}.notice{background:#e9f2dd;border:1px solid #d3e4be;border-radius:12px;padding:16px 20px;margin-bottom:22px;font-size:14px}.notice.neutral{background:#eef2eb;border-color:var(--line);color:#50624f}.notice p:last-child{margin-bottom:0}.error{padding:16px;border:1px solid #ebc1b8;border-radius:12px;background:#fff0eb;color:#8d2e20;margin-bottom:20px}.fineprint,.field-help{font-size:12px;line-height:1.65;color:var(--muted)}.fineprint{margin-top:17px;margin-bottom:0}.small-link{font-size:12px;text-decoration:underline;display:inline-block;margin-top:16px}.field-help{font-weight:400;margin-top:6px}label{display:flex;flex-direction:column;gap:7px;margin-bottom:19px;font-size:13px;font-weight:600}label>.muted{display:contents;font-weight:400}input:not([type=checkbox],[type=radio]),select,textarea{width:100%;min-height:48px;border:1px solid #cdd8cd;border-radius:9px;padding:11px 13px;background:#fff;color:var(--ink);font-size:16px;box-shadow:0 1px 2px #00000002}input::placeholder,textarea::placeholder{color:#93a093}textarea{min-height:105px;resize:vertical}input[type=radio],input[type=checkbox]{accent-color:var(--accent);width:18px;height:18px;flex-shrink:0}.checkbox{flex-direction:row;align-items:center;gap:10px;font-weight:450}.field-grid,.two-column{display:grid;grid-template-columns:1fr 1fr;gap:24px}.field-grid{gap:15px}.stack{display:flex;flex-direction:column;gap:22px}.stack>.card{margin-bottom:0}.home-hero{padding:55px 0 60px;max-width:680px}.home-hero h1{font-size:clamp(55px,7.5vw,96px)}.home-hero .button{margin:20px 0 28px}.home-note{font-size:14px;max-width:360px;color:var(--muted)}.login-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center;padding:45px 0}.login-grid h1{font-size:64px}.login-help{display:block;text-align:center;margin-top:20px}.decorative-grid{border-top:1px solid var(--line);margin-top:50px;display:flex;flex-direction:column;gap:14px;padding-top:26px;color:var(--muted);font-size:12px;letter-spacing:.07em}.guest-heading{max-width:660px;margin-bottom:34px}.guest-heading h1{font-size:46px}.language{display:flex;border:1px solid var(--line);border-radius:8px;padding:3px;font-size:12px}.language a{padding:6px 10px;color:var(--muted);border-radius:5px}.language .selected{background:var(--ink);color:#fff}.checkout-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,1fr);gap:26px;align-items:start}.section-heading{display:flex;gap:13px;align-items:center;margin-bottom:24px}.section-heading h2{margin:0;font-size:20px}.step{display:grid;place-items:center;flex-shrink:0;width:29px;height:29px;border:1px solid var(--line);border-radius:50%;font-size:12px;color:var(--muted)}.product{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:21px 0;border-top:1px solid var(--line)}.product:last-child{padding-bottom:2px}.price{font-size:15px;font-weight:600;margin-right:7px}.product small{font-size:11px;white-space:nowrap}.quantity{display:flex;align-items:center;border:1px solid var(--line);border-radius:9px;overflow:hidden;flex-shrink:0}.quantity button{border:0;background:#f5f7f2;width:40px;height:44px;font-size:23px;color:var(--ink)}.quantity input[type=number]{width:40px;min-height:44px;padding:0;border:0;text-align:center;border-radius:0;appearance:textfield;font-size:15px;font-weight:600}.quantity input::-webkit-inner-spin-button{appearance:none}.payment-options{border:0;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-option{border:1px solid var(--line);border-radius:12px;display:flex;flex-direction:row;align-items:center;gap:10px;padding:16px 12px;margin:0;cursor:pointer;min-height:92px}.payment-option:has(input:checked){background:#f0f6e7;border:1px solid var(--accent);box-shadow:0 0 0 1px var(--accent)}.payment-option strong{display:block;font-size:14px}.payment-option small{display:block;font-size:10px;color:var(--muted);font-weight:400;margin-top:4px}.method-icon{margin-left:auto;color:var(--muted);font-size:15px}.instruction{padding:15px 17px;background:#f2f5ef;border-radius:9px;font-size:13px;margin-top:18px;white-space:pre-line}.instruction p{margin:5px 0 0}.instruction[hidden]{display:none}.checkout-summary{position:sticky;top:24px;background:#fdfefb}.checkout-summary h2{font-size:28px}.total-row{display:flex;align-items:center;justify-content:space-between;padding:22px 0;margin:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.total-row output,.total-row strong{font-size:27px;font-weight:600;letter-spacing:-.04em}.review-wrap{max-width:620px;margin:15px auto}.review-wrap h1{font-size:40px}.receipt-lines>div{display:flex;justify-content:space-between;gap:25px;padding:15px 0;border-bottom:1px solid var(--line)}.receipt-lines strong{white-space:nowrap}.details{display:grid;grid-template-columns:140px minmax(0,1fr);gap:14px;font-size:13px;margin:22px 0}.details dt{color:var(--muted)}.details dd{margin:0;overflow-wrap:anywhere}.email-confirm{font-weight:700}.review-wrap form>.button{margin-top:22px}.success-icon{width:50px;height:50px;border-radius:50%;background:var(--mint);display:grid;place-items:center;font-size:25px;margin-bottom:28px}.receipt-top{display:flex;justify-content:space-between;gap:18px;font-size:12px;margin-bottom:16px}.receipt-top .eyebrow{margin:0}.receipt-paper h2{font-size:20px}.app-shell{display:grid;grid-template-columns:238px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);padding:32px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow:auto}.workspace-label{margin:44px 4px 26px;font-size:13px;font-weight:650;overflow-wrap:anywhere}.workspace-label small{font-size:11px;color:var(--muted);font-weight:400;display:block;margin-top:5px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar nav a{padding:12px;border-radius:9px;color:var(--muted);font-size:13px;font-weight:550;display:flex;gap:13px;align-items:center}.sidebar nav a:hover{background:#f3f6ee;text-decoration:none}.sidebar nav a.active{background:#eaf2df;color:var(--ink)}.sidebar nav span{font-size:20px;line-height:1;width:19px;text-align:center}.sidebar-bottom{margin-top:auto;padding:36px 5px 0;font-size:11px;color:var(--muted)}.account-email{overflow-wrap:anywhere;display:block}.sidebar-bottom small{display:block;margin-top:20px}.app-main{padding:44px 42px 65px;max-width:1600px;width:100%;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:8px 0 30px}.page-heading h1{font-size:38px;margin-bottom:10px}.page-heading .eyebrow{margin-bottom:12px}.page-heading p{margin-bottom:0}.context-strip{font-size:12px;background:#e9eee4;padding:10px 15px;border-radius:8px;margin-bottom:24px}.filters{display:flex;align-items:end;gap:12px;flex-wrap:wrap;margin-bottom:26px}.filters label{margin:0;flex:0 1 165px;font-size:11px}.filters input,.filters select{min-height:44px;font-size:13px;padding:10px}.filters .button{min-height:44px;padding:10px 16px;font-size:12px}.stats{display:grid;grid-template-columns:1.4fr 1fr 1fr .85fr;gap:15px;margin:20px 0 30px}.stat{background:white;border:1px solid var(--line);border-radius:14px;padding:23px 22px}.stat>span{display:block;color:var(--muted);font-size:12px}.stat>strong{display:block;font-size:29px;font-weight:600;letter-spacing:-.04em;margin:13px 0 8px;white-space:nowrap}.stat>small{font-size:10px;color:var(--muted);display:block}.stat-featured{background:var(--ink);color:white;border-color:var(--ink)}.stat-featured>span,.stat-featured>small{color:#c8d8c5}.table-card{padding:0;overflow:hidden}.card-heading{padding:24px 25px;display:flex;justify-content:space-between;align-items:center;gap:20px}.card-heading h2{font-size:18px;margin:0}.card-heading p{margin:6px 0 0;font-size:12px}.card-heading>span{font-size:12px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px;white-space:nowrap}th{text-align:left;font-size:10px;font-weight:550;color:var(--muted);background:#fafbf8;letter-spacing:.02em}td,th{padding:16px 22px;border-top:1px solid var(--line)}td small{font-size:10px}.right{text-align:right}.amount{font-weight:600;font-variant-numeric:tabular-nums}.document-number{font-weight:600}.badge{display:inline-block;background:#f0f2eb;border:1px solid #e4e8df;border-radius:6px;padding:4px 8px;font-size:10px;white-space:nowrap;line-height:1.4}.badge.blue{background:#edf0fd;color:#4c5d96;border-color:#dfe5f8}.badge.green{background:#edf5df;color:#4c693a;border-color:#dce8ca}.badge.amber{background:#fcf2dd;color:#866837;border-color:#eee0c0;margin-left:7px}.dashboard-bottom{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:stretch}.dashboard-bottom .card{margin-bottom:0}.dashboard-bottom .notice{margin:0;padding:28px;display:flex;flex-direction:column;justify-content:center;font-size:13px}.dashboard-bottom .notice p{margin-top:12px}.dashboard-bottom h2{font-size:23px}.dashboard-bottom .muted{font-size:13px}.empty-state{text-align:center;padding:50px 20px!important;color:var(--muted);white-space:normal}.empty-state>span{font-size:32px;display:block;margin-bottom:10px}.empty-state p{margin:0;font-size:13px}.document-row{display:flex;align-items:center;gap:12px;justify-content:space-between;padding:18px 0;border-bottom:1px solid var(--line);font-size:13px}.document-row>div:first-child{margin-right:auto}.document-row small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.document-row form{margin:0}.history-line{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px}.history-line span{overflow-wrap:anywhere}.history-line small{color:var(--muted);white-space:nowrap}.large-amount{font-size:35px;letter-spacing:-.04em}.danger-zone{border-color:#e8d6d0}.danger-zone summary{color:var(--danger)}summary{font-size:14px;font-weight:600;cursor:pointer;min-height:30px}details[open] summary{margin-bottom:18px}details+button{margin-top:22px}.actions{display:flex;gap:10px;flex-wrap:wrap}.qr-card{text-align:center}.qr-card img{max-width:100%;height:auto}.qr-card .actions{justify-content:center}.mono{font-size:12px;overflow-wrap:anywhere;font-family:ui-monospace,monospace}.pagination{display:flex;justify-content:space-between;padding:0 5px 25px;font-size:13px}.onboarding{padding-left:22px;color:var(--muted)}.onboarding li{padding:10px 0}.product-editor{border:1px solid var(--line);padding:18px;border-radius:12px}hr{border:0;border-top:1px solid var(--line);margin:25px 0}
@media(min-width:1600px){.app-main{padding-top:55px}}@media(max-width:1200px){.app-main{padding:30px 25px}.stats{grid-template-columns:1fr 1fr}.stat>strong{font-size:30px}.app-shell{grid-template-columns:215px minmax(0,1fr)}.sidebar{padding:28px 16px}.payment-options{grid-template-columns:1fr}.two-column{gap:20px}.card{padding:24px}.table-card{padding:0}}@media(max-width:850px){.app-shell{display:block}.sidebar{position:static;height:auto;padding:18px 22px;border-right:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.sidebar .brand{font-size:25px}.workspace-label{margin:0;font-size:11px;text-align:right}.workspace-label small{display:none}.sidebar nav{grid-column:1/-1;flex-direction:row;overflow:auto}.sidebar nav a{white-space:nowrap;padding:9px 11px;font-size:11px}.sidebar nav span{display:none}.sidebar-bottom{grid-column:1/-1;margin:0;padding:0;display:flex;justify-content:space-between;align-items:center}.sidebar-bottom small{display:none}.sidebar-bottom .text-button{font-size:10px;padding:0}.two-column{grid-template-columns:1fr}.dashboard-bottom{grid-template-columns:1fr}.login-grid{gap:40px}.checkout-grid{grid-template-columns:minmax(0,1.3fr) minmax(240px,1fr);gap:18px}.card{padding:23px}.table-card{padding:0}.section-heading h2{font-size:18px}.product{gap:12px}.product h3{font-size:14px}.product small{display:block}.quantity button{width:35px}.quantity input[type=number]{width:32px}}@media(max-width:640px){.public-header{padding:20px}.public-main{padding:24px 18px 45px}.public-footer{padding:22px 18px;font-size:10px}.brand{font-size:28px}.public-header>.quiet-link{font-size:11px}.guest-heading{margin-bottom:26px}.guest-heading h1{font-size:35px;max-width:340px}.lead{font-size:15px}.checkout-grid{display:flex;flex-direction:column;gap:22px}.checkout-grid>.stack{width:100%}.checkout-summary{position:static;width:100%;margin-bottom:0}.checkout-summary h2{font-size:24px}.card{padding:23px 20px;border-radius:14px}.table-card{padding:0}.section-heading{gap:10px}.product h3{font-size:15px}.quantity button{width:40px}.quantity input[type=number]{width:36px}.payment-options{grid-template-columns:1fr 1fr;gap:10px}.payment-option{padding:12px 10px;gap:7px}.method-icon{display:none}.payment-option small{font-size:9px}.payment-option strong{font-size:13px}.checkout-summary>.muted{font-size:13px}.total-row{margin:14px 0}.review-wrap{margin-top:8px}.review-wrap h1{font-size:34px}.receipt-top{flex-direction:column;gap:7px}.details{grid-template-columns:100px 1fr;gap:12px}.login-grid{display:block;padding:10px 0}.login-grid>section:first-child{margin-bottom:30px}.login-grid h1{font-size:42px}.decorative-grid{display:none}.login-grid .lead{margin:0}.home-hero{padding:25px 0}.app-main{padding:26px 16px 45px}.page-heading{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:24px}.page-heading h1{font-size:32px}.page-heading .button{min-height:40px;font-size:12px}.stats{gap:10px;margin-bottom:22px}.stat{padding:18px 14px;min-width:0}.stat>strong{font-size:24px;white-space:normal}.stat>small{font-size:9px}.stat>span{font-size:11px}.filters{gap:10px}.filters label{flex:1 1 130px}.filters .button{flex:1 0 100%}.card-heading{padding:20px 16px}.card-heading h2{font-size:16px}.card-heading .quiet-link{font-size:11px}.dashboard-bottom{gap:20px}.dashboard-bottom .notice{padding:22px}.sidebar{padding:17px 16px}.sidebar nav{gap:2px}.sidebar nav a{padding:8px;font-size:10px}.field-grid{gap:12px}.history-line{font-size:11px;flex-wrap:wrap}.document-row{flex-wrap:wrap}.document-row>div:first-child{flex-basis:100%}.document-row>strong{margin-left:auto}.large-amount{font-size:28px}.actions .button{flex:1}.language{font-size:10px}.language a{padding:6px 8px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:640px){.sidebar nav a{min-height:44px}.sales-table thead{display:none}.sales-table tbody{display:block}.sales-table tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;padding:19px 18px;border-top:1px solid var(--line)}.sales-table td{padding:0;border:0;white-space:normal;text-align:left;min-width:0}.sales-table td:nth-child(1){grid-column:1;grid-row:1}.sales-table td:nth-child(2){grid-column:2;grid-row:1;color:var(--muted);font-size:10px;align-self:center}.sales-table td:nth-child(3){grid-column:1/-1;grid-row:2;color:var(--muted);font-size:12px;overflow-wrap:anywhere}.sales-table td:nth-child(4){grid-column:1;grid-row:3}.sales-table td:nth-child(5){grid-column:2;grid-row:3;text-align:right;font-size:16px;align-self:center}.sales-table td:nth-child(6){grid-column:1/-1;grid-row:4;text-align:right}.sales-table td:nth-child(6) a{display:inline-flex;min-height:36px;align-items:center}.sales-table td[colspan]{grid-column:1/-1}.quantity button{width:44px}}
/* The enhanced guest form shows one step; without JavaScript all fields remain available. */
[hidden]{display:none!important}
.guest-checkout .guest-heading{max-width:620px;margin:0 auto 24px}
.guest-checkout .guest-heading h1{font-size:36px}
.checkout-grid.is-wizard{display:block;max-width:620px;margin:auto}
.checkout-progress{display:flex;list-style:none;padding:0;margin:0 0 22px;gap:8px;scroll-margin-top:16px}
.checkout-progress li{flex:1;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;border-bottom:3px solid var(--line);padding:0 0 12px}
.checkout-progress li>span{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--line);font-size:11px}
.checkout-progress [aria-current=step]{color:var(--accent);font-weight:700;border-color:var(--accent)}
.checkout-progress [aria-current=step]>span,.checkout-progress .is-complete>span{background:var(--accent);color:white}
.checkout-progress .is-complete{border-color:var(--accent)}
.is-wizard>.stack{gap:0}
.is-wizard [data-checkout-step]{margin:0;border-bottom:0;border-radius:18px 18px 0 0;padding-bottom:4px}
.is-wizard .checkout-summary{position:static;border-top:0;border-radius:0 0 18px 18px;margin:0;padding-top:4px}
.is-wizard .total-row{margin:12px 0 18px;padding:14px 0}
.wizard-actions{display:flex;gap:20px;align-items:center}
.wizard-actions>.text-button{flex-shrink:0;min-height:44px}
.is-wizard .fineprint{margin-top:16px}
.is-wizard .payment-options{grid-template-columns:1fr 1fr}
@media(max-width:640px){.guest-checkout .public-main{padding-top:10px}.guest-checkout .public-header{padding-top:14px;padding-bottom:14px}.guest-checkout .guest-heading{margin-bottom:18px}.guest-checkout .guest-heading h1{font-size:28px;max-width:none;margin-bottom:8px}.guest-checkout .guest-heading .lead{font-size:14px;margin-bottom:0}.guest-checkout .guest-heading .eyebrow{margin-bottom:8px}.checkout-progress{gap:6px;margin-bottom:16px}.checkout-progress li{font-size:10px;gap:4px}.checkout-progress li>span{width:20px;height:20px}.is-wizard .section-heading{margin-bottom:18px}.is-wizard [data-checkout-step]{padding-top:20px}.is-wizard .checkout-summary{padding-bottom:20px}.is-wizard .fineprint{font-size:11px}}
