:root{--surface:#fcf8fb;--canvas:#f3f3f4;--white:#fff;--mist:#eaeaee;--mist-2:#f0edf0;--mist-3:#f6f3f5;--ink:#0d0d0f;--ink-soft:#6e6e78;--line:#ded9dd;--ember:#f35c1e;--ember-deep:#b83200;--ember-muted:#c7420c;--ember-tint:#fde9df;--periwinkle:#c8d2f7;--indigo:#2e3a8c;--lime:#d8f87e;--violet:#8b3bff;--green:#0a7a35;--red:#ba1a1a;--shadow:0 8px 28px #0d0d0f14;--shadow-deep:0 18px 54px #0d0d0f21;--radius-card:24px;--radius-tile:16px;--radius-control:999px;--sidebar:240px;--header:64px}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--canvas);color:var(--ink);font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.mono{letter-spacing:.06em;text-transform:uppercase;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.muted{color:var(--ink-soft)}.num{font-variant-numeric:tabular-nums}.app-shell{background:var(--canvas);min-height:100vh}.sidebar{z-index:60;width:var(--sidebar);border-right:1px solid var(--line);background:var(--white);flex-direction:column;justify-content:space-between;display:flex;position:fixed;inset:0 auto 0 0}.brand{height:var(--header);border-bottom:1px solid var(--line);align-items:center;gap:12px;padding:0 20px;display:flex}.brand-mark{background:var(--ember-tint);width:32px;height:32px;color:var(--ember-muted);border-radius:10px;place-items:center;font-weight:800;display:grid}.brand-title{font-size:17px;font-weight:700;line-height:1.1;display:block}.brand-kicker{color:#60443a;margin-top:3px;font-size:10px;display:block}.nav{gap:4px;padding:16px 10px;display:grid}.nav-link{color:#4e3028;border-radius:12px;align-items:center;gap:12px;height:44px;padding:0 14px;transition:background .18s,color .18s;display:flex}.nav-link:hover{background:var(--mist-3)}.nav-link.active{background:var(--ember-tint);color:var(--ember-muted);font-weight:700}.nav-link svg{width:19px;height:19px}.sidebar-user{border-top:1px solid var(--line);padding:16px}.user-row{align-items:center;gap:12px;display:flex}.avatar{background:var(--ember-muted);color:#fff;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.topbar{top:0;left:var(--sidebar);z-index:50;min-height:var(--header);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;justify-content:space-between;align-items:center;gap:18px;padding:10px 24px;display:flex;position:fixed;right:0}.mobile-menu{display:none}.search{border-radius:var(--radius-control);background:var(--mist-2);width:min(440px,42vw);min-width:240px;height:42px;color:var(--ink);border:1px solid #0000;align-items:center;gap:10px;padding:0 14px;display:flex}.search input{background:0 0;border:0;outline:0;width:100%;min-width:0}.top-actions,.page-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.live-badge{border-radius:var(--radius-control);color:#16183b;white-space:nowrap;background:#dfe5ff;align-items:center;gap:7px;padding:5px 12px;display:inline-flex}.live-dot{background:var(--ember-muted);border-radius:50%;width:8px;height:8px}.icon-btn{color:#4e3028;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:inline-grid;position:relative}.icon-btn:hover{background:var(--mist)}.notification-dot{background:var(--ember-muted);border-radius:50%;width:8px;height:8px;position:absolute;top:9px;right:9px}.content{padding:calc(var(--header) + 28px) 28px 40px calc(var(--sidebar) + 28px);min-height:100vh}.page{width:min(100%,1440px);margin:0 auto}.page.narrow{width:min(100%,1200px)}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#742100;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:0;margin-bottom:4px;font-size:clamp(28px,3vw,40px);line-height:1.08}h2{margin-bottom:12px;font-size:22px;line-height:1.2}h3{margin-bottom:8px;font-size:17px;line-height:1.25}.grid{gap:24px;display:grid}.grid.two{grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr)}.grid.two-even{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow);padding:24px}.card.flush{padding:0;overflow:hidden}.tile{border-radius:var(--radius-tile);background:var(--mist-3);padding:16px}.tile.blue{background:var(--periwinkle);color:var(--indigo)}.tile.green{background:var(--lime)}.tile.warn{background:var(--ember-tint)}.tile.violet{color:#4d0cb8;background:#eadcff}.section-title{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.button{border-radius:var(--radius-control);white-space:nowrap;border:0;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 17px;font-weight:700;transition:background .16s,transform .16s,color .16s;display:inline-flex}.button svg{width:18px;height:18px}.button:active{transform:translateY(1px)}.button.primary{background:var(--ember);color:#fff}.button.primary:hover{background:var(--ember-deep)}.button.secondary{background:var(--mist);color:var(--ink)}.button.secondary:hover{background:#ded9de}.button.ghost{color:var(--ink-soft);background:0 0}.button.ghost:hover{background:var(--mist);color:var(--ink)}.button.danger{background:var(--ember-tint);color:var(--ember-muted)}.badge{border-radius:var(--radius-control);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:6px;padding:4px 10px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:700;display:inline-flex}.badge.live,.badge.paid,.badge.ready{background:var(--lime);color:var(--ink)}.badge.soft{background:var(--mist);color:var(--ink-soft)}.badge.warn,.badge.failed{background:var(--ember-tint);color:var(--ember-muted)}.badge.blue{color:var(--indigo);background:#dfe5ff}.badge.violet{background:var(--violet);color:#fff}.badge.hidden{color:#7d6f76;background:#f0edf0}.tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tab{border-radius:var(--radius-control);background:var(--mist);color:#4e3028;letter-spacing:.08em;text-transform:uppercase;border:0;min-height:38px;padding:0 16px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:12px}.tab.active{background:var(--white);color:var(--ember-muted);box-shadow:inset 0 0 0 2px var(--mist)}.field{background:var(--mist);width:100%;color:var(--ink);border:1px solid #0000;border-radius:14px;outline:none;padding:12px 14px}.field:focus{border-color:var(--ember);box-shadow:0 0 0 4px var(--ember-tint);background:#fff}.textarea{resize:vertical;min-height:120px}.field-label{letter-spacing:.1em;text-transform:uppercase;color:#60443a;margin:0 0 8px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11px}.segmented{background:var(--mist);border-radius:14px;gap:4px;padding:4px;display:flex}.segmented button{color:#60443a;background:0 0;border:0;border-radius:11px;flex:1;min-height:36px;font-weight:700}.segmented button.active{background:var(--ember-muted);color:#fff}.switch{border-radius:var(--radius-control);background:#d9d5da;border:0;justify-content:flex-start;align-items:center;width:52px;height:28px;padding:3px;display:inline-flex}.switch span{background:#fff;border-radius:50%;width:22px;height:22px;box-shadow:0 1px 3px #0000002e}.switch.on{background:var(--ember);justify-content:flex-end}.stat-card{background:var(--white);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:118px;padding:20px;display:flex}.stat-card.mist{background:var(--mist)}.stat-card.green{background:var(--lime)}.stat-card.blue{background:var(--periwinkle);color:var(--indigo)}.stat-card.warn{background:var(--ember-tint);color:var(--ember-muted)}.stat-value{font-variant-numeric:tabular-nums;font-size:31px;font-weight:800;line-height:1}.metric-meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.progress{border-radius:var(--radius-control);background:var(--mist);height:10px;overflow:hidden}.progress span{border-radius:inherit;background:var(--ember);height:100%;display:block}.progress.multi{display:flex}.progress.multi span{border-radius:0}.data-table-wrap{border-radius:18px;width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table th{background:var(--mist);color:#60443a;letter-spacing:.1em;text-transform:uppercase;text-align:left;padding:13px 14px;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:11px}.data-table th:first-child{border-radius:12px 0 0 12px}.data-table th:last-child{border-radius:0 12px 12px 0}.data-table td{vertical-align:middle;border-bottom:1px solid #eee9ed;padding:16px 14px}.data-table tr.selected td,.soft-row{background:#fff6f1}.pill-list{flex-wrap:wrap;gap:8px;display:flex}.pill{border-radius:var(--radius-control);background:var(--mist);align-items:center;gap:8px;padding:7px 12px;display:inline-flex}.phone{width:min(100%,320px);box-shadow:var(--shadow-deep);background:#101827;border:11px solid #151517;border-radius:34px;margin:0 auto;padding:20px 12px 12px}.phone.light{background:#f8f5f8}.phone-notch{border-radius:var(--radius-control);background:#ffffff24;width:90px;height:10px;margin:-10px auto 16px}.phone.light .phone-notch{background:#232323}.phone-screen{color:var(--ink);background:#fff;border-radius:24px;padding:14px}.phone.dark .phone-screen{color:#fff;background:#121c2d}.chart{width:100%;min-height:240px}.spark{width:90px;height:30px}.toast{z-index:100;background:var(--ink);color:#fff;box-shadow:var(--shadow-deep);border-radius:16px;max-width:min(360px,100vw - 32px);padding:14px 16px;position:fixed;bottom:24px;right:24px}.modal-backdrop{z-index:90;background:#0d0d0f61;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{width:min(460px,100%);box-shadow:var(--shadow-deep);background:#fff;border-radius:24px;padding:24px}.mini-chart{background:linear-gradient(#fffaf7,#f6f3f5);border-radius:18px;width:100%;height:230px;padding:14px}.fake-image{background:linear-gradient(130deg,#c8d2f7d9,#fde9dfbf),repeating-linear-gradient(90deg,#0d0d0f14 0 1px,#0000 1px 26px),repeating-linear-gradient(0deg,#0d0d0f14 0 1px,#0000 1px 26px);border-radius:16px;min-height:150px;position:relative;overflow:hidden}.fake-image:after{content:"";background:#0d0d0f2e;border-radius:999px 999px 0 0;height:34%;position:absolute;inset:auto 12% 18%}.stack{gap:16px;display:grid}.stack-tight{gap:10px;display:grid}.row{align-items:center;gap:12px;display:flex}.row.between{justify-content:space-between}.row.wrap{flex-wrap:wrap}.grow{flex:1;min-width:0}.mobile-overlay,.drawer-close{display:none}@media (max-width:1180px){.grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three,.grid.two,.grid.two-even{grid-template-columns:1fr}}@media (max-width:900px){:root{--header:72px}.sidebar{box-shadow:var(--shadow-deep);transition:transform .2s;transform:translate(-102%)}.sidebar.open{transform:translate(0)}.mobile-overlay.show{z-index:55;background:#0d0d0f5c;display:block;position:fixed;inset:0}.drawer-close{margin-left:auto;display:inline-grid}.topbar{padding:10px 14px;left:0}.mobile-menu{display:inline-grid}.search{flex:1;width:100%;min-width:0}.live-badge{display:none}.content{padding:calc(var(--header) + 18px) 14px 28px}.page-header{flex-direction:column;align-items:stretch}.page-actions{width:100%}.page-actions .button{flex:160px}}@media (max-width:640px){.topbar{gap:8px}.top-actions .icon-btn,.top-actions .avatar{display:none}.card{border-radius:20px;padding:18px}.grid.four,.grid.three,.grid.two,.grid.two-even{grid-template-columns:1fr;gap:16px}.stat-card{min-height:105px}.button{min-height:42px}.tabs{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.tab{flex:none}.phone{width:100%}h1{font-size:30px}}
