@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&family=Geist+Mono:wght@400;500;600&display=swap";:root,[data-theme=azure]{--brand-50:#eef3ff;--brand-100:#dee7ff;--brand-200:#c2d1ff;--brand-300:#98aeff;--brand-400:#6a85ff;--brand-500:#3d63f5;--brand-600:#2a49e0;--brand-700:#1f38be;--brand-800:#1d3299;--brand-900:#1c2f7a;--brand-950:#131e4d;--n-0:#fff;--n-50:#f8fafc;--n-100:#f1f5f9;--n-200:#e2e8f0;--n-300:#cbd5e1;--n-400:#94a3b8;--n-500:#64748b;--n-600:#475569;--n-700:#334155;--n-800:#1e293b;--n-900:#0f172a;--background:#f6f8fc;--surface:var(--n-0);--surface-2:var(--n-50);--surface-inset:var(--n-100);--foreground:var(--n-900);--foreground-muted:var(--n-600);--foreground-subtle:var(--n-400);--foreground-onbrand:#fff;--primary:var(--brand-500);--primary-hover:var(--brand-600);--primary-active:var(--brand-700);--primary-soft:var(--brand-50);--primary-soft-fg:var(--brand-700);--border:var(--n-200);--border-strong:var(--n-300);--success:#12a150;--success-fg:#08643a;--success-bg:#e7f8ee;--success-border:#bceacc;--warning:#e0930b;--warning-fg:#8a5407;--warning-bg:#fef6e7;--warning-border:#f8dfa6;--danger:#e5484d;--danger-fg:#a51f25;--danger-bg:#fdecec;--danger-border:#f6c5c6;--radius-xs:6px;--radius-sm:8px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-pill:999px;--shadow-xs:0 1px 2px #0f172a0f;--shadow-sm:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow-md:0 4px 12px -2px #0f172a1a, 0 2px 6px -2px #0f172a0f;--shadow-xl:0 24px 56px -12px #0f172a33, 0 10px 24px -12px #0f172a1a;color:var(--foreground);background:var(--background);font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0}button,input,textarea,select{font:inherit}button{color:inherit}.app-shell{grid-template-columns:256px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.brand{letter-spacing:0;justify-content:center;align-items:center;gap:10px;padding:18px 18px 14px;font-size:18px;display:flex}.brand img{width:30px;height:30px}.tenant-slot{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);align-items:center;gap:10px;margin:0 12px 8px;padding:9px 10px;display:flex}.tenant-slot>div{flex:1;gap:2px;min-width:0;display:grid}.tenant-slot strong{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;overflow:hidden}.tenant-slot span{color:var(--foreground-subtle);font-size:11px}.tenant-mark{border-radius:7px;place-items:center;width:26px;height:26px;font-size:12px;font-weight:700;display:grid;color:#fff!important}.host-slot{background:var(--surface-2)}.nav{flex:1;padding:8px 12px 16px;overflow:auto}.nav-label{color:var(--foreground-subtle);text-transform:uppercase;letter-spacing:.04em;padding:14px 10px 6px;font-size:11px;font-weight:700}.nav-item{border-radius:var(--radius-sm);width:100%;height:36px;color:var(--foreground-muted);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0 10px;font-weight:600;display:flex;position:relative}.nav-item:hover{background:var(--surface-2);color:var(--foreground)}.nav-item.active{background:var(--primary-soft);color:var(--primary-soft-fg)}.nav-item.active:before{content:"";background:var(--primary);border-radius:0 3px 3px 0;width:3px;position:absolute;top:7px;bottom:7px;left:-12px}.nav-count{color:var(--foreground-subtle);margin-left:auto;font-size:11px}.main{min-width:0}.topbar{z-index:20;border-bottom:1px solid var(--border);background:color-mix(in srgb, var(--surface) 78%, transparent);-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);align-items:center;gap:12px;height:60px;padding:0 28px;display:flex;position:sticky;top:0}.crumb{color:var(--foreground-subtle);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;overflow:hidden}.crumb b{color:var(--foreground)}.spacer{flex:1}.content{width:100%;max-width:1280px;margin:0 auto;padding:28px}.topbar-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.return-host-btn{color:var(--primary);background:var(--primary-soft);gap:6px;padding:6px 10px}.return-host-btn:disabled{opacity:.65;cursor:wait}.toolbar,.chip-row,.check-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.page-head{align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-head>div:first-child{flex:1;min-width:0}.page-head h1{letter-spacing:0;margin:0;font-size:30px;font-weight:650;line-height:1.15}.page-head p{color:var(--foreground-muted);margin:6px 0 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-hover{transition:box-shadow .18s,transform .18s}.card-hover:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.card-head{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px 20px;display:flex}.card-head h3{margin:0;font-size:16px}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.stat-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{padding:18px}.stat-label{color:var(--foreground-muted);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.stat-value{font-variant-numeric:tabular-nums;margin-top:10px;font-size:28px;font-weight:700;line-height:1.1}.delta{color:var(--success);align-items:center;gap:4px;margin-top:8px;font-size:12px;font-weight:700;display:inline-flex}.delta-down{color:var(--danger)}.two-col{grid-template-columns:1.55fr 1fr;gap:16px;margin-top:16px;display:grid}.card-grid,.plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.btn{border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;height:36px;padding:0 14px;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:var(--foreground-onbrand);box-shadow:var(--shadow-xs)}.btn-primary:hover{background:var(--primary-hover)}.btn-secondary{background:var(--surface);border-color:var(--border-strong);color:var(--foreground);box-shadow:var(--shadow-xs)}.btn-secondary:hover{background:var(--surface-2)}.btn-ghost{color:var(--foreground-muted)}.btn-sm{height:30px;padding:0 11px;font-size:13px}.btn-lg{height:42px;font-size:16px}.btn-block{width:100%}.icon-btn{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--foreground-muted);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.icon-btn:hover{background:var(--surface-2);color:var(--foreground)}.badge{border-radius:var(--radius-pill);border:1px solid #0000;align-items:center;gap:5px;height:22px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.badge .dot{background:currentColor;border-radius:50%;width:6px;height:6px}.badge-neutral{background:var(--surface-inset);color:var(--foreground-muted);border-color:var(--border)}.badge-brand{background:var(--primary-soft);color:var(--primary-soft-fg)}.badge-success{background:var(--success-bg);color:var(--success-fg);border-color:var(--success-border)}.badge-warning{background:var(--warning-bg);color:var(--warning-fg);border-color:var(--warning-border)}.badge-danger{background:var(--danger-bg);color:var(--danger-fg);border-color:var(--danger-border)}.avatar{border-radius:50%;flex:none;place-items:center;font-weight:700;display:inline-grid}.avatar-sm{width:28px;height:28px;font-size:11px}.avatar-md{width:36px;height:36px;font-size:13px}.seg{background:var(--surface-inset);border-radius:var(--radius-sm);gap:2px;padding:3px;display:inline-flex}.seg button,.login-switch button{border-radius:var(--radius-xs);color:var(--foreground-muted);cursor:pointer;background:0 0;border:0;padding:6px 12px;font-weight:650}.seg button.active,.login-switch button.active{background:var(--surface);color:var(--foreground);box-shadow:var(--shadow-xs)}.switch{border-radius:var(--radius-pill);background:var(--n-300);cursor:pointer;border:0;width:38px;height:22px;position:relative}.switch:after{content:"";width:18px;height:18px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:transform .18s;position:absolute;top:2px;left:2px}.switch.on{background:var(--primary)}.switch.on:after{transform:translate(16px)}.input-group{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:8px;min-width:260px;height:38px;padding:0 12px;display:inline-flex}.input-group input,label input,label textarea,label select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--foreground);outline:0;height:38px;padding:0 12px}.input-group input{background:0 0;border:0;height:auto;padding:0}label textarea{resize:vertical;height:88px;padding:10px 12px}.form-card{padding:20px}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field-grid label,.login-card label{gap:6px;font-size:13px;font-weight:650;display:grid}.wide{grid-column:1/-1}.muted{color:var(--foreground-muted);font-size:12.5px}.mono{font-family:Geist Mono,ui-monospace,monospace}.num,.tbl th.num,.tbl td.num{text-align:right;white-space:nowrap}.product-form{max-width:920px;margin:0 auto;padding-bottom:56px}.product-form-warning{border-radius:var(--radius-md);background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning-fg);align-items:flex-start;gap:11px;margin-bottom:18px;padding:13px 16px;font-size:13px;line-height:1.55;display:flex}.product-form-warning svg{flex:none;margin-top:1px}.product-form-card{margin-bottom:18px;padding:22px}.product-form-overflow{overflow:visible}.product-form-overline{letter-spacing:.04em;text-transform:uppercase;color:var(--foreground-subtle);margin-bottom:16px;font-size:11px;font-weight:750;line-height:1}.product-hero-grid{grid-template-columns:130px minmax(0,1fr);align-items:start;gap:16px;display:grid}.product-image-field{flex-direction:column;gap:8px;min-width:0;display:flex}.product-form-stack{flex-direction:column;gap:14px;min-width:0;display:flex}.product-form-grid{gap:14px;margin-top:16px;display:grid}.product-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.product-form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.product-form .input-group{width:100%;min-width:0}.product-switch-list{gap:0;display:grid}.product-switch-row{border-bottom:1px solid var(--border);align-items:center;gap:16px;padding:12px 0;display:flex}.product-switch-row:last-child{border-bottom:0;padding-bottom:0}.product-switch-row:first-child{padding-top:0}.product-switch-row>div{flex:1;gap:3px;min-width:0;display:grid}.product-switch-row b{font-size:14px}.product-switch-row span{color:var(--foreground-muted);font-size:12.5px}.product-form-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.tbl-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);overflow:hidden}.tbl{border-collapse:collapse;width:100%;font-size:13px}.tbl th{text-align:left;color:var(--foreground-muted);background:var(--surface-2);border-bottom:1px solid var(--border);padding:11px 16px;font-size:12px}.tbl td{border-bottom:1px solid var(--border);vertical-align:middle;padding:13px 16px}.tbl tr:last-child td{border-bottom:0}.tbl tbody tr:hover{background:var(--surface-2)}.tenant-cell,.product-mini{align-items:center;gap:10px;display:flex}.tenant-cell span,.product-mini small{color:var(--foreground-muted);margin-top:2px;font-size:12px;display:block}.tenant-logo-sm{object-fit:cover;border-radius:50%;flex:none;width:28px;height:28px}.tenant-admin-mini{min-width:0;color:var(--foreground-muted);align-items:center;gap:6px;font-size:12.5px;display:flex}.tenant-admin-mini svg{color:var(--success);flex:none}.tenant-admin-mini span{text-overflow:ellipsis;white-space:nowrap;max-width:190px;overflow:hidden}.product-mini>span{border-radius:9px;flex:none;width:34px;height:34px;box-shadow:inset 0 0 0 1px #ffffff52}.strike{text-decoration:line-through}.row-actions-trigger{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);height:30px;color:var(--foreground-muted);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:0 10px;font-size:12.5px;font-weight:700;display:inline-flex}.row-actions-trigger:hover{color:var(--foreground);background:var(--surface-2)}.row-actions-menu{z-index:500;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:220px;box-shadow:var(--shadow-xl);padding:6px;position:fixed}.row-actions-menu button{border-radius:var(--radius-sm);width:100%;height:34px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:0 9px;font-size:13px;font-weight:600;display:flex}.row-actions-menu button:hover{background:var(--surface-2)}.row-actions-menu button.danger{color:var(--danger-fg)}.row-actions-menu button.danger:hover{background:var(--danger-bg)}.row-actions-menu button:disabled{opacity:.45;cursor:not-allowed}.host-panel-backdrop{z-index:420;background:#0f172a70;justify-content:flex-end;animation:.12s fade-in;display:flex;position:fixed;inset:0}.host-panel{background:var(--surface);width:min(760px,100vw);height:100%;box-shadow:var(--shadow-xl);flex-direction:column;display:flex}.host-panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 22px;display:flex}.host-panel-head h2{letter-spacing:0;margin:0;font-size:20px}.host-panel-head p{color:var(--foreground-muted);margin:5px 0 0;font-size:13px}.host-panel-body{flex:1;padding:20px 22px 28px;overflow-y:auto}.host-panel-form{gap:16px;display:grid}.host-panel-grid{gap:14px;display:grid}.host-panel-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.host-panel-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.tenant-edit-summary{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-2);align-items:center;gap:12px;padding:12px;display:flex}.tenant-edit-summary img,.tenant-edit-summary .avatar{object-fit:cover;border-radius:12px;flex:none;width:44px;height:44px}.tenant-edit-summary div{gap:2px;min-width:0;display:grid}.tenant-edit-summary span,.tenant-edit-summary small{color:var(--foreground-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.tenant-billing-card{padding:16px}.tenant-billing-card h3{margin:5px 0 3px;font-size:22px}.tenant-billing-card p{color:var(--foreground-muted);margin:0;font-size:13px}.tenant-plan-picker{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;display:grid}.tenant-billing-help{color:var(--foreground-muted);margin:0;font-size:13px;line-height:1.5}.tenant-feature-desc{color:var(--foreground-muted);margin-top:2px;font-size:12px;display:block}.tenant-feature-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.dashboard-filters{flex-wrap:wrap;align-items:flex-end;gap:16px;margin-bottom:22px;padding:16px;display:flex}.dashboard-filter{min-width:180px}.dashboard-filter:first-child{min-width:190px}.dashboard-input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);min-width:0;height:38px;color:var(--foreground-muted);align-items:center;gap:8px;padding:0 11px;display:flex}.dashboard-input input,.dashboard-input select{width:100%;min-width:0;height:34px;color:var(--foreground);background:0 0;border:0;outline:0;padding:0}.dashboard-stat-helper{color:var(--foreground-subtle);margin-top:8px;font-size:12px;font-weight:650}.dashboard-chart-grid{grid-template-columns:minmax(0,1.6fr) minmax(300px,1fr);gap:16px;margin-bottom:16px;display:grid}.dashboard-card-pad{padding:18px}.dashboard-bars{grid-template-columns:repeat(24,minmax(0,1fr));align-items:end;gap:6px;height:220px;display:grid}.dashboard-bar-slot{text-align:center;grid-template-rows:minmax(0,1fr) 16px;gap:6px;min-width:0;height:100%;display:grid}.dashboard-bar-track{border-radius:var(--radius-xs);background:var(--surface-inset);align-items:end;height:100%;display:flex;overflow:hidden}.dashboard-bar-track span{border-radius:var(--radius-xs) var(--radius-xs) 0 0;background:linear-gradient(180deg, var(--primary), var(--brand-300));width:100%;transition:height .2s;display:block}.dashboard-bar-slot small{min-height:16px;color:var(--foreground-subtle);font-size:10.5px}.dashboard-donut-wrap{grid-template-columns:148px minmax(0,1fr);align-items:center;gap:18px;min-height:220px;display:grid}.dashboard-donut{aspect-ratio:1;width:148px;box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--foreground) 8%, transparent);border-radius:50%;place-items:center;display:grid;position:relative}.dashboard-donut:after{content:"";background:var(--surface);box-shadow:var(--shadow-xs);border-radius:50%;position:absolute;inset:28px}.dashboard-donut span{z-index:1;font-size:22px;font-weight:750;position:relative}.dashboard-donut-list{gap:9px;min-width:0;display:grid}.dashboard-donut-item{grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;font-size:13px;display:grid}.dashboard-donut-item span{border-radius:50%;width:10px;height:10px}.dashboard-donut-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-donut-item em{color:var(--foreground-muted);font-style:normal;font-weight:700}.dashboard-empty-chart{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:0 18px;display:flex}.dashboard-empty-chart strong{font-size:14px}.dashboard-empty-chart span{max-width:290px;color:var(--foreground-muted);margin-top:5px;font-size:12.5px;line-height:1.5}.dashboard-products{margin-bottom:34px}.dashboard-product-thumb{object-fit:cover;background:var(--primary-soft);width:34px;height:34px;color:var(--primary-soft-fg);border-radius:9px;flex:none}.dashboard-product-thumb-empty{place-items:center;font-weight:750;display:inline-grid}.dashboard-table-empty{text-align:center;color:var(--foreground-muted);padding:24px;font-size:13px}.dashboard-section-title{align-items:center;gap:10px;margin:4px 0 14px;display:flex}.dashboard-section-title h2{margin:0;font-size:18px}.dashboard-soon-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-soon-head{align-items:flex-start;gap:10px;display:flex}.dashboard-soon-head .stat-label{flex:1;min-width:0}.dashboard-soon-value{color:var(--foreground-subtle);font-size:22px}.dashboard-soon-note{color:var(--foreground-muted);margin:6px 0 0;font-size:12.5px;line-height:1.5}.dashboard-note{margin-top:16px;padding:18px}.dashboard-note p{color:var(--foreground-muted);margin:0;font-size:13.5px;line-height:1.6}.tree-card{padding:8px}.tree-row{border-radius:var(--radius-sm);align-items:center;gap:10px;min-height:44px;padding:6px 10px;display:flex}.tree-row:hover{background:var(--surface-2)}.tree-row.child{color:var(--foreground-muted);padding-left:46px}.branch-line{background:var(--border-strong);width:14px;height:1px}.bars{align-items:end;gap:10px;height:180px;padding:20px;display:flex}.bars span{background:linear-gradient(180deg, var(--primary), var(--brand-300));border-radius:7px 7px 0 0;flex:1;min-width:12px}.list{gap:2px;padding:12px;display:grid}.list>*{border-radius:var(--radius-sm);padding:10px 8px}.health{color:var(--foreground-muted);align-items:center;gap:9px;display:flex}.health span{background:var(--success);border-radius:50%;width:8px;height:8px}.area-chart{height:220px;padding:20px 12px}.area-chart svg{width:100%;height:100%;display:block}.area-chart path:first-child{fill:color-mix(in srgb, var(--primary) 18%, transparent)}.area-chart path:last-child{fill:none;stroke:var(--primary);stroke-width:3px;stroke-linecap:round}.treat-card{align-items:flex-start;gap:14px;padding:18px;display:flex}.treat-card h3,.lang-card h3{margin:0 0 6px}.treat-card p{color:var(--foreground-muted);margin:0 0 10px}.mailbox{grid-template-columns:360px 1fr;gap:16px;display:grid}.mail-list{padding:8px}.mail-list button{text-align:left;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;gap:6px;width:100%;padding:12px;display:grid}.mail-list button.active{background:var(--primary-soft);color:var(--primary-soft-fg)}.mail-list span:last-child{color:var(--foreground-muted);font-size:12px}.mail-reader{padding-bottom:20px}.mail-reader p{color:var(--foreground-muted);padding:8px 20px;line-height:1.6}.mail-reader .btn{margin-left:20px}.rating{color:var(--foreground-subtle);gap:4px;padding:0 20px 18px;display:flex}.filled-star{color:var(--warning);fill:var(--warning)}.lang-card,.plan{padding:18px}.progress{background:var(--surface-inset);border-radius:999px;height:8px;margin:16px 0 8px;overflow:hidden}.progress span{background:var(--primary);height:100%;display:block}.price{margin:16px 0;font-size:30px;font-weight:750}.price span{color:var(--foreground-muted);margin-left:4px;font-size:13px;font-weight:500}.plan.popular{border-color:var(--primary);box-shadow:var(--shadow-md)}.plan dl{grid-template-columns:1fr auto;gap:8px;margin:0;display:grid}.plan dt{color:var(--foreground-muted)}.plan dd{margin:0;font-weight:750}.setting-row{border-bottom:1px solid var(--border);align-items:center;gap:12px;display:flex}.setting-row:last-child{border-bottom:0}.field{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--foreground);font-size:13px;font-weight:600}.field-hint{color:var(--foreground-subtle);font-size:12px}.input{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);height:36px;color:var(--foreground);width:100%;padding:0 11px;font-size:13.5px;transition:border-color .12s,box-shadow .12s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);outline:none}.input:disabled{opacity:.5;cursor:not-allowed;background:var(--surface-inset)}textarea.input{height:auto;padding:8px 11px}.select{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);height:36px;color:var(--foreground);cursor:pointer;width:100%;padding:0 11px;font-size:13.5px}.select:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 14%, transparent);outline:none}.input-group{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);align-items:center;display:flex;overflow:hidden}.input-group input{height:36px;color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:0 11px;font-size:13.5px}.input-group input:focus{box-shadow:none}.input-prefix,.input-suffix{background:var(--surface-2);border-right:1px solid var(--border);height:36px;color:var(--foreground-muted);white-space:nowrap;flex-shrink:0;align-items:center;padding:0 10px;font-size:12.5px;display:flex}.input-suffix{border-right:none;border-left:1px solid var(--border)}.ms{position:relative}.ms-trigger{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);cursor:pointer;align-items:center;gap:6px;min-height:36px;padding:4px 10px 4px 8px;display:flex}.ms-trigger:hover{border-color:var(--primary)}.ms-chips{flex-wrap:wrap;flex:1;gap:4px;min-width:0;display:flex}.ms-placeholder{color:var(--foreground-subtle);font-size:13px;line-height:28px}.ms-arrow{color:var(--foreground-muted);flex-shrink:0}.ms-chip{border-radius:var(--radius-xs);background:var(--primary-soft);height:22px;color:var(--primary-soft-fg);align-items:center;gap:4px;padding:0 6px 0 8px;font-size:12px;font-weight:600;display:inline-flex}.ms-chip-remove{cursor:pointer;width:14px;height:14px;color:inherit;opacity:.7;background:0 0;border:none;border-radius:3px;place-items:center;padding:0;display:grid}.ms-chip-remove:hover{opacity:1;background:color-mix(in srgb, var(--primary) 18%, transparent)}.ms-dropdown{z-index:100;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-md);position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden}.ms-search{border-bottom:1px solid var(--border);color:var(--foreground-muted);align-items:center;gap:8px;padding:8px 10px;display:flex}.ms-search input{background:0 0;border:none;outline:none;flex:1;font-size:13px}.ms-list{max-height:220px;padding:4px;overflow-y:auto}.ms-opt{border-radius:var(--radius-xs);cursor:pointer;width:100%;color:var(--foreground);text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:7px 10px;font-size:13px;font-weight:500;display:flex}.ms-opt:hover{background:var(--surface-2)}.ms-opt-sel{color:var(--primary);font-weight:600}.ms-check{border:1.5px solid var(--border-strong);border-radius:4px;flex-shrink:0;place-items:center;width:16px;height:16px;display:grid}.ms-opt-sel .ms-check{background:var(--primary);border-color:var(--primary);color:#fff}.ms-empty{text-align:center;color:var(--foreground-subtle);margin:0;padding:12px;font-size:13px}.modal-backdrop{z-index:200;background:#0f172a75;justify-content:center;align-items:center;animation:.12s fade-in;display:flex;position:fixed;inset:0}.modal-box{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:min(420px,100vw - 32px);padding:28px 28px 24px}.modal-icon{border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 16px;display:grid}.modal-icon.danger{background:var(--danger-bg);color:var(--danger-fg);border:1px solid var(--danger-border)}.modal-title{text-align:center;margin:0 0 8px;font-size:17px}.modal-body{text-align:center;color:var(--foreground-muted);margin:0 0 20px;font-size:14px;line-height:1.6}.modal-actions{justify-content:center;gap:10px;display:flex}.btn-danger{background:var(--danger);color:#fff;border:1px solid var(--danger)}.btn-danger:hover{background:var(--danger-fg);border-color:var(--danger-fg)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;padding:56px 24px}.empty-icon{background:var(--primary-soft);width:56px;height:56px;color:var(--primary);border-radius:50%;place-items:center;margin-bottom:16px;display:inline-grid}.empty h3{margin:0 0 6px}.empty p{color:var(--foreground-muted);max-width:360px;margin:0 auto 18px}.login-page{grid-template-columns:1.05fr 1fr;min-height:100vh;display:grid}.login-brand{color:#fff;flex-direction:column;padding:48px 56px;display:flex;position:relative;overflow:hidden}.login-brand:before{content:"";opacity:.48;background-image:radial-gradient(#ffffff2e 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0}.login-logo,.login-copy{position:relative}.login-logo{align-items:center;gap:10px;font-size:17px;font-weight:750;display:flex}.login-logo img{filter:brightness(0)invert();width:30px;height:30px}.login-copy{margin-top:auto}.login-emblem{background:#ffffff24;border:1px solid #ffffff42;border-radius:16px;place-items:center;width:56px;height:56px;font-size:20px;font-weight:750;display:inline-grid}.login-copy h1{letter-spacing:0;margin:22px 0 8px;font-size:34px;line-height:1.1}.login-copy p{opacity:.84;max-width:420px}.feature-row{flex-wrap:wrap;gap:22px;margin-top:28px;display:flex}.feature-row span{opacity:.9;align-items:center;gap:8px;display:inline-flex}.login-auth{flex-direction:column;padding:24px 28px;display:flex}.login-switch{background:var(--surface-inset);border-radius:var(--radius-sm);align-self:flex-end;gap:2px;padding:3px;display:inline-flex}.login-card{gap:16px;width:388px;max-width:100%;margin:auto;display:grid}.login-card h2{margin:0;font-size:26px}.login-card p{color:var(--foreground-muted);margin:-10px 0 6px}.login-form-link{justify-content:flex-end;margin-top:-8px;display:flex}.login-form-link a,.auth-flow-back{color:var(--primary);font-size:13px;font-weight:700;text-decoration:none}.login-form-link a:hover,.auth-flow-back:hover{text-decoration:underline}.auth-flow-page .login-card{gap:15px}.auth-flow-success,.auth-flow-error{border-radius:var(--radius-sm);padding:10px 12px;font-size:13px;line-height:1.45;margin:0!important}.auth-flow-success{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534!important}.auth-flow-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c!important}.auth-flow-back{justify-self:center}.tenant-picker,.password-row{gap:8px;display:flex}.tenant-picker input,.password-row input{flex:1}.remember{color:var(--foreground-muted);grid-template-columns:auto 1fr;align-items:center;gap:9px!important;font-weight:500!important;display:flex!important}.remember input{width:16px;height:16px;accent-color:var(--primary)}.mail-template-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:16px;display:grid}.mail-template-list{gap:6px;padding:8px;display:grid}.mail-template-tab{color:var(--foreground);text-align:left;border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:0;align-items:flex-start;gap:10px;padding:11px;display:flex}.mail-template-tab:hover{background:var(--surface-2)}.mail-template-tab.active{background:var(--primary-soft);color:var(--primary-soft-fg)}.mail-template-tab span{gap:2px;min-width:0;display:grid}.mail-template-tab b{font-size:13px;line-height:1.25}.mail-template-tab small{color:var(--foreground-muted);font-size:11px}.mail-template-editor{grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);align-items:start;gap:16px;display:grid}.mail-template-form,.mail-template-preview{padding:18px}.mail-template-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.mail-template-head h2{letter-spacing:0;margin:0;font-size:18px}.mail-template-head p{color:var(--foreground-muted);margin:4px 0 0;font-size:13px;line-height:1.45}.mail-template-vars{flex-wrap:wrap;gap:6px;margin:10px 0 14px;display:flex}.mail-template-code{resize:vertical;min-height:430px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px;line-height:1.5}.mail-template-preview-title{height:34px;color:var(--foreground);align-items:center;gap:8px;font-size:13px;display:flex}.mail-template-preview iframe{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fff;width:100%;height:620px}.host-settings-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:16px;display:grid}.host-settings-card{padding:18px}.settings-section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;display:flex}.settings-section-head h2{letter-spacing:0;margin:0;font-size:18px}.settings-section-head p{color:var(--foreground-muted);margin:4px 0 0;font-size:13px;line-height:1.45}.settings-grid{gap:14px;margin-bottom:16px;display:grid}.settings-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-check{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);align-items:flex-start;gap:10px;padding:11px;display:flex}.settings-check.compact{max-width:320px;margin:4px 0 0}.settings-check input{width:16px;height:16px;accent-color:var(--primary);flex-shrink:0;margin-top:2px}.settings-check span{gap:3px;display:grid}.settings-check b{font-size:13px;line-height:1.25}.settings-check small{color:var(--foreground-muted);font-size:12px;line-height:1.35}.menu-page{background:var(--background);max-width:680px;min-height:100vh;margin:0 auto}.menu-header{color:#fff;align-items:center;gap:14px;padding:20px;display:flex}.menu-logo-img{border-radius:var(--radius-md);object-fit:cover;width:52px;height:52px}.menu-logo-initials{border-radius:var(--radius-md);color:#fff;background:#fff3;place-items:center;width:52px;height:52px;font-size:20px;font-weight:700;display:grid}.menu-brand-name{margin:0;font-size:22px;font-weight:700;line-height:1.2}.menu-table-hint{opacity:.75;margin:4px 0 0;font-size:13px}.menu-cats{border-bottom:1px solid var(--border);background:var(--surface);z-index:10;gap:6px;padding:14px 16px;display:flex;position:sticky;top:0;overflow-x:auto}.menu-cats::-webkit-scrollbar{display:none}.menu-cat-btn{border:1px solid var(--border);border-radius:var(--radius-pill);background:var(--surface);cursor:pointer;height:34px;color:var(--foreground-muted);flex-shrink:0;align-items:center;gap:6px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.menu-cat-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.menu-cat-btn img{border-radius:4px;width:18px;height:18px}.menu-subcats{background:var(--surface-2);gap:6px;padding:10px 16px;display:flex;overflow-x:auto}.menu-subcats::-webkit-scrollbar{display:none}.menu-subcat-btn{border:1px solid var(--border);border-radius:var(--radius-pill);cursor:pointer;height:28px;color:var(--foreground-muted);background:0 0;flex-shrink:0;padding:0 12px;font-size:12px;font-weight:600}.menu-subcat-btn.active{background:var(--primary-soft);color:var(--primary-soft-fg);border-color:var(--primary)}.menu-products{background:var(--border);gap:1px;display:grid}.menu-product-card{background:var(--surface);cursor:pointer;text-align:left;border:none;gap:12px;padding:14px 16px;transition:background .12s;display:flex}.menu-product-card:hover{background:var(--surface-2)}.menu-product-img{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:80px;height:80px}.menu-product-img-placeholder{border-radius:var(--radius-md);background:var(--surface-inset);flex-shrink:0;width:80px;height:80px}.menu-product-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.menu-product-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.menu-product-name{font-size:15px;font-weight:600;line-height:1.3}.menu-product-badge{border-radius:var(--radius-pill);background:var(--primary-soft);color:var(--primary-soft-fg);flex-shrink:0;padding:2px 7px;font-size:11px;font-weight:700}.menu-product-desc{color:var(--foreground-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.menu-product-footer{align-items:center;gap:8px;margin-top:auto;display:flex}.menu-product-price{color:var(--primary);font-size:15px;font-weight:700}.menu-product-oldprice{color:var(--foreground-muted);font-size:13px;text-decoration:line-through}.menu-modal-backdrop{z-index:300;background:#0f172a80;justify-content:center;align-items:flex-end;animation:.12s fade-in;display:flex;position:fixed;inset:0}.menu-modal{background:var(--surface);border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:680px;max-height:90vh;position:relative;overflow-y:auto}.menu-modal-close{background:var(--surface-inset);cursor:pointer;z-index:1;border:none;border-radius:50%;place-items:center;width:30px;height:30px;font-size:14px;display:grid;position:absolute;top:14px;right:14px}.menu-modal-img{object-fit:cover;width:100%;height:220px}.menu-modal-body{padding:20px}.menu-modal-body h2{margin:0 0 8px;font-size:22px}.menu-modal-desc{color:var(--foreground-muted);margin:0 0 12px;font-size:14px;line-height:1.6}.menu-modal-price{color:var(--primary);margin-bottom:8px;font-size:22px;font-weight:700}.menu-modal-oldprice{color:var(--foreground-muted);margin-left:8px;font-size:16px;font-weight:400;text-decoration:line-through}.menu-modal-meta{color:var(--foreground-muted);margin:0 0 12px;font-size:13px}.menu-modal-section{margin-top:14px}.menu-modal-label{text-transform:uppercase;letter-spacing:.04em;color:var(--foreground-subtle);margin-bottom:6px;font-size:12px;font-weight:700;display:block}.menu-modal-chips{flex-wrap:wrap;gap:6px;display:flex}.menu-chip{border-radius:var(--radius-pill);background:var(--surface-inset);color:var(--foreground-muted);padding:3px 9px;font-size:12px;font-weight:600}.menu-chip-brand{background:var(--primary-soft);color:var(--primary-soft-fg)}.hamburger{cursor:pointer;color:var(--foreground-muted);border-radius:var(--radius-xs);background:0 0;border:none;padding:4px;display:none}.sidebar-overlay{display:none}@media (width<=768px){.hamburger{justify-content:center;align-items:center;margin-right:6px;display:flex}.app-shell{grid-template-columns:1fr}.sidebar{z-index:200;height:100dvh;transition:transform .25s cubic-bezier(.22,1,.36,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{z-index:199;background:#0f172a73;animation:.15s fade-in;display:block;position:fixed;inset:0}.stat-grid{grid-template-columns:repeat(2,1fr)}.card-grid,.plan-grid,.two-col,.mailbox,.login-page,.mail-template-layout,.mail-template-editor,.host-settings-grid,.settings-grid.two,.dashboard-chart-grid,.dashboard-soon-grid{grid-template-columns:1fr}.host-panel{width:100vw}.host-panel-grid.two,.tenant-plan-picker{grid-template-columns:1fr}.host-panel-actions{justify-content:stretch}.host-panel-actions .btn{flex:1}.dashboard-filters{align-items:stretch}.dashboard-filter{flex:1;min-width:min(100%,260px)}.dashboard-donut-wrap{grid-template-columns:1fr;justify-items:center}.dashboard-donut-list{width:100%}.mail-template-preview iframe{height:520px}.product-form{max-width:none;padding-bottom:32px}.product-hero-grid,.product-form-grid.two,.product-form-grid.three{grid-template-columns:1fr}.product-form-card{padding:18px}.product-form-actions{justify-content:stretch}.product-form-actions .btn{flex:1}.content{padding:16px}.login-brand{min-height:320px}.tbl-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.topbar{gap:6px;padding:0 12px}.topbar-actions .logout-label{display:none}}
