@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap";
:root{--bg:#121212;--surface:#1e1f23;--surface-low:#17181c;--surface-high:#292a2e;--edge:#333539;--text:#e3e2e7;--muted:#b7b5b4;--orange:#ff5c00;--orange-soft:#ffb59a;--green:#0f6;--yellow:#f8c34d;--red:#ff3b30}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{min-height:100vh;color:var(--text);background:linear-gradient(180deg,#1a1b1f 0,var(--bg) 28rem);margin:0;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--orange-soft);outline-offset:3px}h1,h2,h3{margin:0;font-family:Montserrat,sans-serif}h1{font-size:clamp(28px,4vw,40px);line-height:1.2}h2{font-size:20px}h3{font-size:18px}.muted{color:var(--muted);line-height:1.6}.eyebrow{color:var(--orange-soft);letter-spacing:.12em;margin:0 0 12px;font-size:12px;font-weight:700}.brand{color:var(--orange);letter-spacing:-.04em;font:700 25px Montserrat,sans-serif}.brand span{color:var(--text)}.card{border:1px solid var(--edge);background:linear-gradient(135deg,var(--surface),#1a1b1f);border-radius:16px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 12px 30px #0000002e}.card:before{content:"";background:#ffffff1a;height:1px;position:absolute;top:0;left:15%;right:15%}.button{border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:10px 18px;font-weight:700;transition:all .2s;display:inline-flex}.button-primary{color:#fff;background:linear-gradient(180deg,#ff7629,var(--orange));box-shadow:0 0 18px #ff5c003d}.button-primary:hover{filter:brightness(1.1);transform:translateY(-1px)}.button-secondary{color:var(--text);border-color:var(--edge);background:0 0}.button-secondary:hover{border-color:var(--orange-soft);background:var(--surface-high)}.button-ghost{color:var(--muted);background:0 0}.button:disabled{cursor:not-allowed;opacity:.45}.button-wide{width:100%}.badge{border:1px solid var(--edge);width:max-content;color:var(--muted);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge-success{color:var(--green);background:#00ff6612;border-color:#00ff6640}.badge-warning{color:var(--yellow);background:#f8c34d12;border-color:#f8c34d40}.badge-danger{color:#ffb4ab;background:#ff3b3014;border-color:#ff3b304d}.auth-shell{place-items:center;min-height:100vh;padding:32px 16px;display:grid}.auth-wrap,.onboarding-wrap{width:min(100%,440px)}.auth-intro{text-align:center;margin-bottom:28px}.auth-intro h1{color:var(--orange);margin-bottom:12px;font-size:clamp(34px,8vw,48px)}.auth-intro h1 span{color:var(--text)}.auth-intro p:last-child{max-width:36ch;color:var(--muted);margin:0 auto;line-height:1.6}.auth-card{padding:28px}.auth-footer{color:var(--muted);text-align:center}.auth-footer a,.back-link a,.field-label-row a{color:var(--orange-soft);font-weight:700}.field{gap:8px;margin-bottom:18px;display:grid}.field label,.field>span,.field-label-row label{color:var(--muted);font-size:14px;font-weight:600}.field-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.field-label-row a{font-size:12px}input,select{border:1px solid var(--edge);width:100%;min-height:46px;color:var(--text);background:#0a0a0a;border-radius:8px;padding:11px 13px}input::placeholder{color:#77777b}input:focus,select:focus{border-color:var(--orange);outline:none;box-shadow:0 0 0 3px #ff5c0021}select{appearance:none}.field-message{color:var(--muted);margin:0;font-size:12px}.field-error,.form-error{color:#ffb4ab}.form-error{margin:-4px 0 16px;font-size:13px}.password-input{position:relative}.password-input input{padding-right:48px}.password-toggle{width:38px;height:38px;color:var(--muted);background:0 0;border:0;border-radius:8px;position:absolute;top:4px;right:4px}.password-toggle:hover{color:var(--orange-soft);background:var(--surface-high)}.checkbox-row{color:var(--muted);align-items:flex-start;gap:9px;margin:4px 0 20px;font-size:13px;line-height:1.5;display:flex}.checkbox-row input{width:16px;min-height:16px;accent-color:var(--orange);margin-top:2px}.onboarding-wrap{width:min(100%,560px)}.onboarding-head{margin-bottom:24px}.onboarding-head .brand{margin-bottom:44px;display:inline-block}.onboarding-wrap .card{padding:28px}.dashboard-shell{min-height:100vh}.sidebar{z-index:10;border-right:1px solid var(--edge);background:#0d0e12;flex-direction:column;width:280px;padding:32px 16px 20px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{padding:0 16px 36px}.sidebar-brand p{color:var(--muted);letter-spacing:.1em;margin:8px 0 0;font-size:11px;font-weight:700}.side-nav{gap:8px;display:grid}.nav-link{color:var(--muted);border-radius:10px;align-items:center;gap:12px;padding:13px 16px;font-weight:600;display:flex}.nav-link:hover{color:var(--text);background:var(--surface-high)}.nav-link.active{color:var(--orange-soft);border-right:3px solid var(--orange);background:#ff5c001a}.nav-link span{text-align:center;width:18px;font-size:20px}.sidebar-footer{border-top:1px solid var(--edge);margin-top:auto;padding-top:16px}.dashboard-content{min-height:100vh;margin-left:280px}.topbar{z-index:5;border-bottom:1px solid var(--edge);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#121317eb;justify-content:space-between;align-items:center;min-height:68px;padding:0 32px;display:flex;position:sticky;top:0}.brand-compact{font-size:22px;display:none}.topbar-actions{align-items:center;gap:16px;display:flex}.icon-button{width:38px;height:38px;color:var(--muted);background:0 0;border:0;border-radius:50%}.icon-button:hover{color:var(--text);background:var(--surface-high)}.avatar{border:1px solid var(--edge);width:34px;height:34px;color:var(--orange-soft);background:var(--surface-high);border-radius:50%;place-items:center;display:grid}.page-content{width:min(100%,1280px);margin:auto;padding:48px 32px 64px}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.section-heading .muted{margin:8px 0 0}.notice{background:#f8c34d12;border:1px solid #f8c34d4d;border-radius:12px;align-items:center;gap:14px;margin-bottom:28px;padding:14px 16px;display:flex}.notice>span{width:28px;height:28px;color:var(--yellow);background:#f8c34d26;border-radius:50%;place-items:center;font-weight:700;display:grid}.notice p{color:var(--muted);margin:3px 0 0;font-size:13px}.notice .button{white-space:nowrap;margin-left:auto}.kanban{grid-template-columns:repeat(4,minmax(220px,1fr));gap:16px;display:grid;overflow-x:auto}.kanban-column{min-height:360px;padding:16px}.column-header{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.column-header h2{letter-spacing:.06em;text-transform:uppercase;font-size:14px}.empty-state{text-align:center;place-items:center;min-height:240px;padding:24px;display:grid}.empty-icon{border:1px solid var(--edge);width:54px;height:54px;color:var(--orange-soft);background:var(--surface-high);border-radius:50%;place-items:center;margin-bottom:16px;font-size:26px;display:grid}.empty-state h3{margin-bottom:8px}.empty-state p{max-width:30ch;color:var(--muted);margin:0 0 20px;font-size:14px;line-height:1.5}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.settings-grid .card{padding:24px}.settings-grid h2{margin-bottom:24px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 16px;display:grid}.form-grid .field:last-child{grid-column:1/-1}.setting-row,.plan-row{border-bottom:1px solid var(--edge);justify-content:space-between;align-items:center;gap:16px;padding:16px 0;display:flex}.setting-row p{margin:5px 0 0;font-size:13px}.switch{border:1px solid var(--edge);background:#0a0a0a;border-radius:99px;width:46px;height:26px;padding:3px}.switch span{background:var(--muted);border-radius:50%;width:18px;height:18px;transition:all .2s;display:block}.switch-on{background:#00ff661f;border-color:#00ff6659}.switch-on span{background:var(--green);margin-left:17px}.plan-row{border:0;padding:0}.plan-row strong{font:700 24px Montserrat,sans-serif}.public-shell{min-height:100vh}.public-topbar{z-index:10;border-bottom:1px solid var(--edge);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#121317e6;justify-content:space-between;align-items:center;width:100%;min-height:68px;padding:0 max(16px,50% - 384px);display:flex;position:sticky;top:0}.public-main{width:min(100%,768px);margin:auto;padding:40px 16px 120px}.public-hero{padding:24px 0 32px}.public-hero h1{font-size:36px}.category-tabs{border-bottom:1px solid var(--edge);gap:8px;margin-bottom:24px;padding-bottom:12px;display:flex;overflow:auto}.category-tab{color:var(--muted);background:0 0;border:1px solid #0000;border-radius:999px;flex:none;padding:9px 16px;font-size:13px;font-weight:700}.category-tab.active{border-color:var(--orange);color:var(--orange-soft);background:#ff5c001a}.public-main>.card{min-height:330px}.menu-list{gap:32px;display:grid}.menu-category h2{margin:0 0 16px}.menu-items{gap:12px;display:grid}.menu-item{justify-content:space-between;align-items:center;gap:20px;padding:20px;display:flex}.menu-item h3{margin-bottom:6px}.menu-item .muted{margin:0 0 12px;font-size:13px}.price{color:var(--orange-soft);font-family:Montserrat,sans-serif}.cart-lines{padding:0 20px}.cart-line{border-bottom:1px solid var(--edge);justify-content:space-between;gap:20px;padding:20px 0;display:flex}.cart-line:last-child{border-bottom:0}.cart-line h3{margin-bottom:4px}.notes-label{color:var(--muted);margin-top:16px;font-size:12px;display:block}.cart-line input{min-height:38px;margin-top:6px}.quantity-control{align-self:flex-start;align-items:center;gap:10px;display:flex}.quantity-control button:not(.remove-button){border:1px solid var(--edge);width:32px;height:32px;color:var(--text);background:var(--surface-high);border-radius:8px}.remove-button{color:#ffb4ab;background:0 0;border:0;font-size:12px}.cart-summary{border-top:1px solid var(--edge);border-bottom:1px solid var(--edge);justify-content:space-between;margin:18px 0;padding:16px 0;display:flex}.fulfillment-options{gap:12px;margin-bottom:24px;display:flex}.option{border:1px solid var(--edge);color:var(--muted);text-align:center;border-radius:12px;flex:1;padding:14px}.option.active{border-color:var(--orange);color:var(--orange-soft);background:#ff5c001a}.option input{width:auto;min-height:auto;accent-color:var(--orange);margin-right:8px}.confirmation-page{place-items:center;min-height:80vh;display:grid}.confirmation-page>.card{text-align:center;width:min(100%,520px);padding:36px}.confirmation-page .eyebrow{margin-top:24px}.confirmation-page h1{margin-bottom:12px}.confirmation-icon{width:64px;height:64px;color:var(--green);background:#00ff6614;border:1px solid #00ff6659;border-radius:50%;place-items:center;margin:auto;font-size:32px;display:grid}.order-protocol{border:1px solid var(--edge);background:var(--surface-low);border-radius:12px;gap:6px;margin:28px 0;padding:18px;display:grid}.order-protocol span{color:var(--muted);font-size:12px}.order-protocol strong{color:var(--orange-soft);font:700 24px Montserrat,sans-serif}.cart-bar{z-index:20;border:1px solid var(--edge);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#1e1f23eb;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;width:min(100% - 32px,736px);padding:14px 16px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0006}.cart-bar div{gap:4px;display:grid}.cart-bar span{color:var(--muted);font-size:12px}.checkout-page{padding-top:32px}.flow-header{align-items:center;gap:24px;margin-bottom:24px;display:flex}.flow-header a{color:var(--orange-soft);font-weight:700}.checkout-page>.card{margin-bottom:16px}.back-link{color:var(--muted);margin-top:20px;font-size:14px}@media (max-width:1024px){.kanban{grid-template-columns:repeat(4,260px)}}@media (max-width:767px){.sidebar{border-right:0;border-bottom:1px solid var(--edge);width:100%;height:auto;padding:16px;position:static}.sidebar-brand{display:none}.side-nav{grid-template-columns:repeat(3,1fr)}.nav-link{justify-content:center;padding:10px 6px;font-size:12px}.nav-link span,.sidebar-footer{display:none}.dashboard-content{margin-left:0}.topbar{padding:0 16px}.topbar .brand-compact{display:block}.topbar .badge{font-size:11px}.topbar .icon-button,.topbar .avatar{display:none}.page-content{padding:32px 16px 48px}.section-heading{flex-direction:column;align-items:flex-start;gap:16px}.section-heading>.button,.section-heading>.badge{align-self:stretch}.kanban{grid-template-columns:1fr;overflow:visible}.kanban-column{min-height:220px}.kanban-column .empty-state{min-height:150px}.settings-grid,.form-grid{grid-template-columns:1fr}.form-grid .field:last-child{grid-column:auto}.notice{flex-wrap:wrap;align-items:flex-start}.notice .button{width:100%;margin-left:42px}.auth-card,.onboarding-wrap .card{padding:20px}.public-main{padding-top:24px}.cart-line{flex-direction:column}.quantity-control{justify-content:flex-end;align-self:stretch}.confirmation-page>.card{padding:24px 20px}}
