@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");:root{--background:#f8fafc;--surface:#ffffff;--surface-muted:#f1f5f9;--foreground:#0f172a;--muted:#64748b;--border:#e2e8f0;--primary:#047857;--primary-hover:#065f46;--primary-soft:#d1fae5;--primary-deep:#064e3b;--success:#16a34a;--success-soft:#dcfce7;--warning:#b45309;--warning-soft:#fef3c7;--error:#dc2626;--error-soft:#fee2e2;--info:#0284c7;--info-soft:#e0f2fe;--shadow-float:0 20px 25px -5px rgba(15,23,42,.12),0 8px 10px -6px rgba(15,23,42,.08)}*{box-sizing:border-box}body,html{background:var(--background)}body{margin:0;color:var(--foreground);font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #10b981;outline-offset:2px}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{width:252px;flex:0 0 252px;padding:22px 14px 18px;border-right:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:26px}.brand{display:flex;align-items:center;gap:10px;padding:0 10px}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--primary);color:white;border-radius:10px;letter-spacing:-1px}.brand-mark,.brand-name{font-weight:800;font-size:16px}.brand-name{letter-spacing:-.04em}.brand-sub{display:block;color:var(--muted);font-weight:600;letter-spacing:.07em;margin-top:1px}.brand-sub,.nav-label{font-size:10px;text-transform:uppercase}.nav-label{padding:0 12px;color:#94a3b8;font-weight:700;letter-spacing:.1em}.nav-group{display:grid;grid-gap:3px;gap:3px}.nav-item{min-height:42px;padding:0 12px;display:flex;align-items:center;gap:11px;border:0;border-radius:10px;color:var(--muted);background:transparent;text-align:left;font-weight:600;transition:background .2s,color .2s}.nav-item:hover{background:var(--surface-muted);color:var(--foreground)}.nav-item.active{background:var(--primary-soft);color:var(--primary-deep)}.nav-item svg{flex:0 0 auto}.sidebar-bottom{margin-top:auto;display:grid;grid-gap:12px;gap:12px}.plan-card{border:1px solid #bbf7d0;background:#f0fdf4;border-radius:12px;padding:14px}.plan-card strong{display:block;font-size:13px;margin:7px 0 3px}.plan-card p{color:var(--muted);font-size:11px;line-height:1.45;margin:0 0 12px}.plan-card button{width:100%}.profile-chip{display:flex;align-items:center;gap:10px;padding:8px 10px;border-top:1px solid var(--border)}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#fef3c7;color:#92400e;font-size:12px;font-weight:800}.profile-chip strong{display:block;font-size:12px}.profile-chip span{display:block;color:var(--muted);font-size:10px}.main-area{min-width:0;flex:1 1}.topbar{height:70px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.topbar-context{color:var(--muted);font-size:12px}.topbar-context strong{color:var(--foreground);font-weight:700}.topbar-actions{display:flex;align-items:center;gap:10px}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--border);color:var(--muted);background:var(--surface);border-radius:10px;transition:all .2s}.icon-button:hover{background:var(--surface-muted);color:var(--foreground)}.page{width:min(1200px,100%);padding:30px 32px 80px;margin:0 auto}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.eyebrow{color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.11em;text-transform:uppercase;margin:0 0 6px}h1,h2,h3,h4,p{margin-top:0}h1{margin-bottom:6px;font-size:clamp(24px,3vw,30px);line-height:1.2;letter-spacing:-.04em}h2{margin-bottom:4px;font-size:21px;line-height:1.3;letter-spacing:-.03em}h3{margin-bottom:3px;font-size:16px;line-height:1.4;letter-spacing:-.02em}.page-heading p:not(.eyebrow){margin:0;color:var(--muted)}.heading-actions{display:flex}.button,.heading-actions{gap:8px;align-items:center}.button{min-height:42px;display:inline-flex;justify-content:center;border:1px solid transparent;border-radius:10px;padding:0 16px;font-size:13px;font-weight:700;transition:background .2s,border .2s,color .2s,transform .2s}.button:active{transform:translateY(1px)}.button-primary{color:white;background:var(--primary)}.button-primary:hover{background:var(--primary-hover)}.button-secondary{color:var(--foreground);border-color:var(--border);background:var(--surface)}.button-secondary:hover{background:var(--surface-muted)}.button-ghost{color:var(--muted);background:transparent;border-color:transparent}.button-ghost:hover{color:var(--foreground);background:var(--surface-muted)}.button-danger{color:var(--error);background:var(--error-soft)}.button:disabled{cursor:not-allowed;opacity:.5;transform:none}.badge{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;padding:0 9px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.badge-green{color:#166534;background:var(--success-soft)}.badge-amber{color:#92400e;background:var(--warning-soft)}.badge-red{color:#991b1b;background:var(--error-soft)}.badge-blue{color:#075985;background:var(--info-soft)}.badge-emerald{color:var(--primary-deep);background:var(--primary-soft)}.card{border:1px solid var(--border);border-radius:12px;background:var(--surface)}.card-pad{padding:20px}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.section-header h2{font-size:17px;margin:0}.section-header p{margin:2px 0 0;color:var(--muted);font-size:12px}.section-link{color:var(--primary);border:0;background:transparent;font-size:12px;font-weight:700;padding:6px 0}.section-link:hover{color:var(--primary-hover)}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:22px}.kpi-card{padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.kpi-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:13px}.kpi-label{color:var(--muted);font-size:11px;font-weight:700}.kpi-icon{display:grid;place-items:center;width:31px;height:31px;color:var(--primary);border-radius:9px;background:var(--primary-soft)}.kpi-value{margin:0;font-size:23px;line-height:1.2;letter-spacing:-.045em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.kpi-foot{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;margin-top:7px}.positive{color:var(--success);font-weight:700}.negative{color:var(--error);font-weight:700}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(290px,.9fr)}.dashboard-grid,.dashboard-stack{display:grid;grid-gap:18px;gap:18px}.dashboard-stack{min-width:0}.chart-wrap{min-height:245px;display:flex;align-items:flex-end;gap:10px;padding:18px 4px 2px;border-bottom:1px solid var(--border)}.chart-column{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;height:200px;justify-content:flex-end}.chart-bar{width:min(35px,75%);min-height:10px;border-radius:6px 6px 2px 2px;background:var(--primary);transition:height .3s}.chart-column.today .chart-bar{background:#34d399}.chart-label{color:var(--muted);font-size:10px}.chart-value{color:var(--muted);font-size:9px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.activity-list,.alert-list{display:grid;grid-gap:0;gap:0}.activity-row,.alert-row{display:flex;align-items:center;gap:11px;padding:13px 0;border-bottom:1px solid var(--border)}.activity-row:last-child,.alert-row:last-child{border-bottom:0;padding-bottom:0}.activity-row:first-child,.alert-row:first-child{padding-top:3px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--warning);flex:0 0 auto}.status-dot.red{background:var(--error)}.row-main{min-width:0;flex:1 1}.row-main strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.row-main span{display:block;color:var(--muted);font-size:11px}.row-side{color:var(--foreground);font-size:12px;font-weight:700;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.split-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.progress-line{display:flex;justify-content:space-between;color:var(--muted);font-size:11px;margin-top:8px}.progress{height:6px;background:var(--surface-muted);border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;border-radius:inherit;background:var(--primary)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:650px}th{padding:12px 14px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.07em;text-align:left;text-transform:uppercase;white-space:nowrap}td,th{border-bottom:1px solid var(--border)}td{padding:14px;color:var(--foreground);font-size:12px;vertical-align:middle}tbody tr:hover{background:#fbfdfe}tbody tr:last-child td{border-bottom:0}.text-right{text-align:right}.table-primary{font-weight:700}.table-muted{color:var(--muted)}.item-cell{display:flex;align-items:center;gap:10px;min-width:175px}.item-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--primary-deep);background:var(--primary-soft);font-size:12px;font-weight:800}.item-cell strong{display:block;font-size:12px}.item-cell span{display:block;color:var(--muted);font-size:10px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}.form-grid.three{grid-template-columns:repeat(3,1fr)}.field{display:grid;grid-gap:6px;gap:6px}.field.full{grid-column:1/-1}.field label{color:var(--foreground);font-size:12px;font-weight:700}.field label span{color:var(--error)}.input,.select,.textarea{width:100%;min-height:42px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--foreground);padding:0 12px;font-size:13px}.textarea{min-height:90px;padding:10px 12px;resize:vertical}.input::placeholder{color:#94a3b8}.form-help{color:var(--muted);font-size:11px}.search-field{position:relative}.search-field svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.search-field .input{padding-left:38px}.toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:16px}.toolbar .search-field{flex:1 1;min-width:220px}.tabs{display:flex;gap:2px;padding:3px;border-radius:9px;background:var(--surface-muted)}.tab{border:0;border-radius:7px;padding:8px 13px;color:var(--muted);background:transparent;font-size:12px;font-weight:700}.tab.active{color:var(--foreground);background:var(--surface);box-shadow:0 1px 2px rgba(15,23,42,.06)}.callout{display:flex;align-items:flex-start;gap:10px;padding:13px 14px;border-radius:9px;color:#075985;background:var(--info-soft);font-size:12px}.callout strong{display:block;margin-bottom:2px}.callout p{margin:0}.callout.warning{color:#92400e;background:var(--warning-soft)}.callout.success{color:#166534;background:var(--success-soft)}.callout.error{color:#991b1b;background:var(--error-soft)}.pos-page{min-height:calc(100vh - 70px);padding:24px 26px 32px}.pos-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:22px;gap:22px;max-width:1450px;margin:0 auto}.pos-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pos-heading h1{font-size:25px;margin-bottom:3px}.pos-heading p{margin:0;color:var(--muted);font-size:12px}.pos-controls{display:flex;align-items:center;gap:8px}.category-row,.pos-search{margin-bottom:16px}.category-row{display:flex;gap:7px;overflow-x:auto;padding-bottom:3px}.category-chip{flex:0 0 auto;min-height:34px;padding:0 13px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:var(--surface);font-size:11px;font-weight:700}.category-chip.active,.category-chip:hover{color:var(--primary-deep);border-color:#a7f3d0;background:var(--primary-soft)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.product-card{min-height:143px;display:flex;flex-direction:column;justify-content:space-between;padding:15px;border:1px solid var(--border);border-radius:12px;background:var(--surface);text-align:left;transition:border .2s,transform .2s,box-shadow .2s}.product-card:hover{border-color:#86efac;box-shadow:0 1px 3px rgba(15,23,42,.07);transform:translateY(-1px)}.product-card:disabled{cursor:not-allowed;opacity:.55;transform:none}.product-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.product-emoji{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#ecfdf5;color:var(--primary);font-size:18px}.stock-mini{color:var(--muted);font-size:10px}.product-name{margin:12px 0 2px;font-size:13px;font-weight:700;line-height:1.35}.product-price{color:var(--primary);font-size:12px;font-weight:800}.cart-panel{height:calc(100vh - 118px);min-height:540px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:94px}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.cart-header h2{font-size:17px}.cart-count{display:inline-grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:7px;color:var(--primary-deep);background:var(--primary-soft);font-size:11px}.cart-items{flex:1 1;overflow-y:auto;padding:5px 20px}.cart-item{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:0}.cart-item strong{display:block;font-size:12px}.cart-item small{display:block;color:var(--muted);font-size:10px;margin-top:2px}.cart-subtotal{font-size:12px;font-weight:700;text-align:right}.qty-control{display:flex;align-items:center;gap:4px;margin-top:9px}.qty-button{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:7px;color:var(--foreground);background:var(--surface)}.qty-button:hover{background:var(--surface-muted)}.qty-number{min-width:25px;text-align:center;font-size:12px;font-weight:700}.cart-footer{padding:18px 20px 20px;border-top:1px solid var(--border)}.total-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.total-row span{color:var(--muted);font-size:12px}.total-row strong{font-size:22px;letter-spacing:-.04em}.empty-state{display:grid;place-items:center;height:100%;padding:50px 25px;color:var(--muted);text-align:center}.empty-state svg{color:#94a3b8;margin-bottom:10px}.empty-state strong{display:block;color:var(--foreground);font-size:13px;margin-bottom:3px}.empty-state p{max-width:210px;margin:0;font-size:11px}.page-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.mini-stat{padding:17px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.mini-stat-label{color:var(--muted);font-size:11px}.mini-stat-value{margin:6px 0 0;font-size:20px;font-weight:800;letter-spacing:-.04em}.process-steps{margin-bottom:20px}.process-step,.process-steps{display:flex;align-items:center}.process-step{gap:8px;color:#94a3b8;font-size:11px;font-weight:700}.process-step.active{color:var(--primary)}.step-number{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;border:1px solid var(--border);font-size:11px}.process-step.active .step-number{border-color:var(--primary);color:white;background:var(--primary)}.step-line{width:35px;height:1px;background:var(--border);margin:0 9px}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.42);animation:fade-in .2s ease-out}.modal{width:min(100%,500px);max-height:min(750px,calc(100vh - 40px));overflow-y:auto;border-radius:12px;background:var(--surface);box-shadow:var(--shadow-float);animation:slide-up .22s ease-out}.modal.large{width:min(100%,680px)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding:22px 24px 15px}.modal-header h2{font-size:19px}.modal-header p{margin:3px 0 0;color:var(--muted);font-size:12px}.modal-body{padding:0 24px 22px}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 24px 22px}.modal-divider{height:1px;background:var(--border);margin:4px 0 18px}.payment-methods{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:7px;gap:7px}.payment-method{min-height:63px;display:grid;place-items:center;grid-gap:2px;gap:2px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font-size:10px;font-weight:700}.payment-method,.payment-method svg{color:var(--muted)}.payment-method.active{border-color:#6ee7b7;color:var(--primary-deep);background:var(--primary-soft)}.payment-method.active svg{color:var(--primary)}.amount-preview{display:flex;align-items:baseline;justify-content:space-between;padding:15px 0;margin-top:4px;border-bottom:1px solid var(--border)}.amount-preview span{color:var(--muted);font-size:12px}.amount-preview strong{font-size:25px;letter-spacing:-.04em}.receipt{width:min(100%,360px);margin:0 auto;padding:22px;border:1px solid var(--border);background:white;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px}.receipt-head{padding-bottom:14px;border-bottom:1px dashed #cbd5e1;text-align:center}.receipt-head strong{display:block;font-size:14px}.receipt-head span{color:var(--muted)}.receipt-line{display:flex;justify-content:space-between;gap:10px;padding:6px 0}.receipt-total{padding-top:10px;margin-top:6px;border-top:1px dashed #cbd5e1;font-size:13px;font-weight:700}.receipt-foot{padding-top:14px;color:var(--muted);text-align:center}.toast{position:fixed;right:22px;bottom:22px;z-index:50;display:flex;align-items:center;gap:9px;max-width:min(360px,calc(100vw - 32px));padding:13px 16px;border-radius:10px;color:white;background:var(--foreground);box-shadow:var(--shadow-float);font-size:12px;font-weight:600;animation:slide-up .22s ease-out}.toast.success{background:#166534}.toast.error{background:#991b1b}.bottom-nav,.mobile-only{display:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.sidebar{width:220px;flex-basis:220px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-layout{grid-template-columns:minmax(0,1fr) 350px}}@media (max-width:900px){.sidebar{display:none}.topbar{padding:0 20px}.page{padding:24px 20px 88px}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.pos-page{padding:20px 18px 92px}.pos-layout{grid-template-columns:1fr}.cart-panel{height:auto;min-height:0;position:static}.cart-items{max-height:340px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:20;height:68px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2px;gap:2px;padding:6px 8px max(6px,env(safe-area-inset-bottom));border-top:1px solid var(--border);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.bottom-nav button{display:grid;place-items:center;grid-gap:2px;gap:2px;border:0;color:var(--muted);background:transparent;font-size:9px;font-weight:700}.bottom-nav button.active{color:var(--primary)}.mobile-only{display:inline-flex}}@media (max-width:580px){.topbar{height:60px}.topbar-context{font-size:11px}.page-heading{align-items:flex-start;flex-direction:column;gap:13px}.heading-actions{width:100%}.heading-actions .button{flex:1 1}.kpi-card{padding:15px}.kpi-value{font-size:19px}.form-grid,.form-grid.three,.page-card-grid,.split-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{min-height:132px;padding:12px}.pos-heading h1{font-size:21px}.pos-controls .button span{display:none}.pos-controls .button{width:42px;padding:0}.payment-methods{grid-template-columns:repeat(2,1fr)}.modal-backdrop{align-items:end;padding:0}.modal,.modal.large{width:100%;max-height:92vh;border-radius:16px 16px 0 0}.modal-body,.modal-footer,.modal-header{padding-left:20px;padding-right:20px}.modal-footer .button{flex:1 1}.toast{right:16px;bottom:82px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.dark-mode{--background:#0f172a;--surface:#1e293b;--surface-muted:#334155;--foreground:#f8fafc;--muted:#94a3b8;--border:#334155;--primary:#34d399;--primary-hover:#10b981;--primary-soft:#064e3b;--primary-deep:#a7f3d0;--success-soft:#14532d;--warning-soft:#451a03;--error-soft:#450a0a;--info-soft:#082f49}.dark-mode .topbar{background:rgba(15,23,42,.86)}.dark-mode .plan-card{border-color:#166534;background:#052e16}.dark-mode .product-emoji{background:#064e3b}.dark-mode tbody tr:hover{background:#263449}.dark-mode .receipt{color:#0f172a}.dark-mode .bottom-nav{background:rgba(15,23,42,.95)}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 15% 15%,#d1fae5 0,transparent 27%),var(--background)}.auth-card{width:min(100%,460px);padding:30px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 20px 45px rgba(15,23,42,.08)}.auth-heading{margin:38px 0 22px}.auth-heading h1{margin-bottom:7px}.auth-heading p:not(.eyebrow){margin:0;color:var(--muted);line-height:1.6}.auth-form{display:grid;grid-gap:15px;gap:15px}.auth-foot{margin:20px 0 0;color:var(--muted);font-size:12px;text-align:center}.auth-foot a{color:var(--primary);font-weight:700}.mobile-sheet-backdrop{position:fixed;inset:0;z-index:40;display:flex;align-items:flex-end;background:rgba(15,23,42,.42);animation:fade-in .2s ease-out}.mobile-sheet{width:100%;max-height:85vh;border-radius:16px 16px 0 0;background:var(--surface);box-shadow:var(--shadow-float);animation:slide-up .22s ease-out;display:flex;flex-direction:column}.mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.mobile-sheet-body{flex:1 1;overflow-y:auto;padding:12px 8px 24px}.mobile-sheet-group{margin-bottom:8px}.mobile-sheet-label{padding:8px 14px 4px;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.mobile-sheet-item{width:100%;display:flex;align-items:center;gap:12px;padding:13px 14px;border:0;border-radius:10px;color:var(--muted);background:transparent;font-size:13px;font-weight:600;text-align:left;transition:background .15s,color .15s}.mobile-sheet-item:active,.mobile-sheet-item:hover{background:var(--surface-muted);color:var(--foreground)}.mobile-sheet-item.active{background:var(--primary-soft);color:var(--primary-deep)}