:root{--green-950:#031a0d;--green-900:#062a16;--green-800:#074324;--green-700:#087a38;--green-600:#08a045;--green-500:#19bd5a;--green-400:#47d879;--green-300:#8be8ad;--green-100:#e8f9ee;--green-50:#f3fcf6;--surface:#fff;--surface-muted:#f7f9f8;--surface-soft:#f1f5f3;--text:#121718;--muted:#66706c;--border:#e5ebe7;--danger:#ef4b5f;--warning:#f3a620;--blue:#2f80ed;--purple:#805ad5;--shadow-sm:0 1px 2px #05190e0a;--shadow-md:0 10px 30px #05190e14;--shadow-lg:0 24px 70px #05190e24;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--sidebar:244px;--bottom-nav:78px}.dark{--surface:#101612;--surface-muted:#0c110e;--surface-soft:#161f19;--text:#f5f8f6;--muted:#9ba8a0;--border:#243028;--green-50:#0d2115;--green-100:#10301c;--shadow-sm:0 1px 2px #0003;--shadow-md:0 12px 32px #00000047;--shadow-lg:0 28px 80px #00000061}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface-muted);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}::selection{background:var(--green-300);color:#05210f}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-layout{min-height:100vh}.desktop-sidebar{width:var(--sidebar);color:#fff;z-index:40;background:linear-gradient(#020906 0%,#06170e 46%,#020906 100%);flex-direction:column;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.brand-lockup{letter-spacing:-.03em;align-items:center;gap:10px;padding:4px 8px 28px;font-size:19px;font-weight:800;display:flex}.brand-mark{background:linear-gradient(145deg,var(--green-400),var(--green-700));color:#fff;border-radius:10px;place-items:center;width:32px;height:32px;display:grid;box-shadow:0 10px 26px #19bd5a40}.brand-lockup strong span{color:var(--green-400)}.sidebar-nav{gap:8px;display:grid}.nav-link{color:#aebbb4;border-radius:12px;align-items:center;gap:13px;padding:12px 14px;font-weight:600;transition:all .22s;display:flex}.nav-link svg{width:20px}.nav-link:hover{color:#fff;background:#ffffff12;transform:translate(2px)}.nav-link.active{color:#fff;background:linear-gradient(135deg,#47d87947,#08a0452e);box-shadow:inset 0 0 0 1px #47d87933}.nav-link.active svg{color:var(--green-400)}.sidebar-spacer{flex:1}.sidebar-card{color:#dce7e0;background:linear-gradient(145deg,#ffffff14,#ffffff06);border:1px solid #ffffff1f;border-radius:17px;padding:18px}.sidebar-card strong{color:#fff;margin:8px 0;display:block}.sidebar-card small{color:#91a198}.sidebar-card .mini-badge{color:var(--green-300);background:#47d87929;border-radius:999px;padding:6px 9px;font-size:11px;font-weight:700;display:inline-flex}.sidebar-card{flex-shrink:0;margin-top:16px}@media (max-height:820px){.sidebar-card{display:none}}.metric-change-hint{color:var(--muted);margin-left:2px;font-weight:600}.app-main{min-height:100vh;margin-left:var(--sidebar);padding:0 28px 38px}.topbar{z-index:30;background:color-mix(in srgb,var(--surface-muted) 86%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--border) 80%,transparent);justify-content:space-between;align-items:center;gap:18px;height:78px;display:flex;position:sticky;top:0}.topbar-left{align-items:center;gap:12px;display:flex}.mobile-brand{display:none}.global-search-button{border:1px solid var(--border);background:var(--surface);width:min(460px,38vw);height:43px;color:var(--muted);box-shadow:var(--shadow-sm);border-radius:13px;align-items:center;gap:10px;padding:0 14px;transition:all .2s;display:flex}.global-search-button:hover{border-color:var(--green-400);box-shadow:0 0 0 4px #19bd5a14}.topbar-actions{align-items:center;gap:10px;display:flex}.icon-button{border:1px solid var(--border);background:var(--surface);border-radius:12px;place-items:center;width:42px;height:42px;transition:all .2s;display:grid;position:relative}.icon-button:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.notification-dot{background:var(--danger);width:8px;height:8px;box-shadow:0 0 0 3px var(--surface);border-radius:50%;position:absolute;top:7px;right:8px}.profile-pill{border:1px solid var(--border);background:var(--surface);border-radius:14px;align-items:center;gap:10px;padding:5px 10px 5px 6px;display:flex}.avatar{color:#fff;background:linear-gradient(145deg,#1b5632,#51d07d);border-radius:50%;place-items:center;width:34px;height:34px;font-weight:800;display:grid}.profile-pill strong{font-size:13px;display:block}.profile-pill span{color:var(--muted);font-size:11px;display:block}.page{max-width:1320px;margin:0 auto}.page-header{justify-content:space-between;align-items:flex-end;gap:20px;padding:34px 0 24px;display:flex}.page-title h1{letter-spacing:-.055em;margin:0 0 9px;font-size:clamp(30px,4vw,46px);line-height:1.06}.page-title p{color:var(--muted);margin:0;font-size:16px}.page-actions{align-items:center;gap:10px;display:flex}.btn{border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:11px 16px;font-weight:750;transition:all .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,var(--green-500),var(--green-700));color:#fff;box-shadow:0 10px 25px #08a04538}.btn-primary:hover{box-shadow:0 14px 34px #08a0454d}.btn-secondary{background:var(--surface);border:1px solid var(--border);color:var(--text)}.btn-ghost{color:var(--muted);background:0 0}.btn-danger{color:#c93048;background:#fff0f2}.btn:disabled{opacity:.55;pointer-events:none;transform:none}.select,.input,.textarea{border:1px solid var(--border);background:var(--surface);border-radius:12px;outline:none;width:100%;padding:11px 13px;transition:all .18s}.input:focus,.select:focus,.textarea:focus{border-color:var(--green-500);box-shadow:0 0 0 4px #19bd5a1c}.textarea{resize:vertical;min-height:100px}.field{gap:7px;display:grid}.field label{font-size:13px;font-weight:700}.field small{color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.card-pad{padding:20px}.card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.card-header h2,.card-header h3{letter-spacing:-.02em;margin:0;font-size:16px}.card-header p{color:var(--muted);margin:2px 0 0;font-size:12px}.grid{gap:16px;display:grid}.metrics-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.metric-card{min-height:142px;padding:17px;transition:all .25s;position:relative;overflow:hidden}.metric-card:hover{box-shadow:var(--shadow-md);border-color:color-mix(in srgb,var(--accent,var(--green-500)) 40%,var(--border));transform:translateY(-4px)}.metric-top{justify-content:space-between;align-items:start;display:flex}.metric-icon{width:40px;height:40px;color:var(--accent,var(--green-600));background:color-mix(in srgb,var(--accent,var(--green-500)) 12%,var(--surface));border-radius:12px;place-items:center;display:grid}.metric-label{color:var(--muted);font-size:12px;font-weight:650}.metric-value{letter-spacing:-.04em;margin-top:13px;font-size:22px;font-weight:850;line-height:1.1}.metric-change{color:var(--green-600);align-items:center;gap:5px;margin-top:8px;font-size:11px;font-weight:750;display:flex}.metric-change.down{color:var(--danger)}.mini-line{opacity:.75;height:30px;position:absolute;bottom:8px;left:14px;right:14px}.mini-line svg{width:100%;height:100%}.dashboard-grid{grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr)}.chart-card{min-height:360px;padding:20px}.chart-wrap{width:100%;height:280px}.donut-wrap{height:240px}.list-card{padding:20px}.two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.section-gap{margin-top:18px}.transaction-list{gap:4px;display:grid}.transaction-row{border-bottom:1px solid var(--border);grid-template-columns:40px 1fr auto;align-items:center;gap:12px;padding:10px 0;display:grid}.transaction-row:last-child{border-bottom:0}.row-icon{background:var(--green-100);width:36px;height:36px;color:var(--green-700);border-radius:11px;place-items:center;display:grid}.row-icon.expense{color:var(--danger);background:#fff0f2}.transaction-row strong{font-size:13px}.transaction-row small{color:var(--muted);font-size:11px;display:block}.amount{font-variant-numeric:tabular-nums;font-weight:800}.amount.income{color:var(--green-600)}.amount.expense{color:var(--danger)}.overdue-list{gap:10px;display:grid}.overdue-row{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:12px 0;display:flex}.overdue-row:last-child{border-bottom:0}.overdue-row strong{font-size:13px}.overdue-row small{color:var(--danger);display:block}.module-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.module-tile{align-items:center;gap:13px;padding:17px;transition:all .22s;display:flex}.module-tile:hover{box-shadow:var(--shadow-md);border-color:var(--green-300);transform:translateY(-3px)}.module-tile .module-icon{background:var(--green-100);width:42px;height:42px;color:var(--green-700);border-radius:13px;place-items:center;display:grid}.module-tile strong{font-size:13px;display:block}.module-tile small{color:var(--muted);font-size:11px;display:block}.module-tile .chevron{color:var(--muted);margin-left:auto}.progress-banner{color:#fff;background:linear-gradient(120deg,#047736 0%,#0fb154 55%,#4de78a 130%);border-radius:18px;justify-content:space-between;align-items:center;gap:20px;padding:23px 26px;display:flex;position:relative;overflow:hidden}.progress-banner:before{content:"";border:50px solid #ffffff1a;border-radius:50%;width:320px;height:320px;position:absolute;inset:auto -80px -140px auto}.progress-banner h3{margin:0 0 4px;font-size:19px}.progress-banner p{color:#ffffffd1;margin:0}.feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{flex-direction:column;min-height:245px;padding:22px;transition:all .25s;display:flex;position:relative;overflow:hidden}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--green-400);transform:translateY(-5px)}.feature-card .feature-icon{background:linear-gradient(145deg,var(--green-500),var(--green-700));color:#fff;border-radius:15px;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 10px 30px #08a04533}.feature-card h3{margin:24px 0 8px;font-size:19px}.feature-card p{color:var(--muted);max-width:270px;margin:0}.feature-card .feature-go{border:1px solid var(--border);background:var(--surface);border-radius:50%;align-self:flex-end;place-items:center;width:38px;height:38px;margin-top:auto;display:grid}.feature-card .feature-spark{opacity:.12;width:145px;height:90px;color:var(--green-500);position:absolute;top:14px;right:-10px}.feature-summary{background:linear-gradient(145deg,var(--green-50),var(--surface));border-color:var(--green-100);padding:24px}.search-hero{color:#fff;background:linear-gradient(120deg,#035b29,#0a9f47 55%,#39d675);border-radius:0 0 34px 34px;margin:0 -28px;padding:34px 28px 58px}.search-hero .page-header{padding:0 0 24px}.search-hero .page-title p{color:#fffc}.search-box-shell{max-width:1160px;margin:0 auto;position:relative}.search-input-wrap{background:var(--surface);border:3px solid var(--green-400);height:72px;box-shadow:var(--shadow-lg);z-index:3;border-radius:20px;align-items:center;gap:14px;padding:0 18px;display:flex;position:relative}.search-input-wrap svg{color:var(--green-700);flex:none}.search-input{z-index:2;width:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:24px;position:relative}.search-completion-layer{white-space:pre;color:#0000;pointer-events:none;font-size:24px;position:absolute;top:18px;left:60px;right:55px;overflow:hidden}.search-completion-layer .typed{color:#0000}.search-completion-layer .suffix{color:#a9b2ad}.suggestion-panel{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);z-index:2;color:var(--text);border-radius:0 0 20px 20px;max-height:520px;padding:21px 22px 16px;position:absolute;top:62px;left:0;right:0;overflow:auto}.suggestion-item{border-bottom:1px solid var(--border);grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:11px 4px;transition:all .15s;display:grid}.suggestion-item:hover,.suggestion-item.active{background:var(--green-50);border-radius:12px;padding-left:10px;padding-right:10px}.suggestion-item:last-child{border-bottom:0}.suggestion-item strong{font-size:14px;display:block}.suggestion-item small{color:var(--muted);display:block}.suggestion-item .type-icon{background:var(--green-100);width:39px;height:39px;color:var(--green-700);border-radius:11px;place-items:center;display:grid}.search-content{padding-top:38px}.category-strip{gap:12px;padding-bottom:4px;display:flex;overflow:auto}.category-chip{border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:center;gap:9px;min-width:132px;padding:13px 14px;display:flex}.category-chip span{margin-left:auto;font-weight:800}.smart-panel{background:linear-gradient(135deg,var(--green-50),var(--surface));border-color:var(--green-100);padding:20px}.smart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.smart-card{border:1px solid var(--border);background:var(--surface);border-radius:13px;align-items:center;gap:12px;padding:16px;display:flex}.recent-searches{flex-wrap:wrap;gap:10px;display:flex}.recent-pill{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;align-items:center;gap:8px;padding:9px 13px;display:flex}.progress-hero{color:#fff;background:radial-gradient(circle at 78% 18%,#caff86 0,#63e457 20%,#12a746 50%,#087b38 100%);border-radius:0 0 34px 34px;margin:0 -28px;padding:32px 28px 84px}.progress-hero .page-header{padding:0}.progress-hero .page-title p{color:#ffffffd1}.progress-metrics{z-index:2;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:-55px;position:relative}.progress-metric{text-align:center;min-height:150px;padding:18px}.progress-metric strong{margin-top:8px;font-size:24px;display:block}.progress-metric small{color:var(--muted)}.ring{--value:75;background:conic-gradient(var(--green-500) calc(var(--value)*1%),var(--surface-soft) 0);border-radius:50%;place-items:center;width:72px;height:72px;margin:auto;display:grid;position:relative}.ring:after{content:"";background:var(--surface);border-radius:50%;position:absolute;inset:8px}.ring span{z-index:1;font-weight:850;position:relative}.progress-section{padding:20px}.progress-list{gap:12px;display:grid}.progress-line{grid-template-columns:minmax(180px,1fr) minmax(180px,1.4fr) 110px;align-items:center;gap:15px;display:grid}.bar{background:var(--surface-soft);border-radius:999px;height:9px;overflow:hidden}.bar span{border-radius:inherit;background:linear-gradient(90deg,var(--green-700),var(--green-400));height:100%;transition:width .7s cubic-bezier(.2,.8,.2,1);display:block}.status-badge{background:var(--surface-soft);color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:750;display:inline-flex}.status-badge.completed,.status-badge.paid,.status-badge.success,.status-badge.posted,.status-badge.active{background:var(--green-100);color:var(--green-700)}.status-badge.in_progress,.status-badge.sent,.status-badge.warning{color:#b77600;background:#fff6df}.status-badge.overdue,.status-badge.failed{color:var(--danger);background:#fff0f2}.timeline{align-items:flex-start;gap:0;display:flex}.timeline-step{text-align:center;flex:1;position:relative}.timeline-step:not(:last-child):before{content:"";background:var(--border);height:2px;position:absolute;top:17px;left:55%;right:-45%}.timeline-dot{border:2px solid var(--border);background:var(--surface);z-index:1;border-radius:50%;place-items:center;width:36px;height:36px;margin:0 auto 9px;display:grid;position:relative}.timeline-step.done .timeline-dot{background:var(--green-500);color:#fff;border-color:var(--green-500)}.timeline-step strong{font-size:12px;display:block}.timeline-step small{color:var(--muted);font-size:10px}.profile-grid{grid-template-columns:1.1fr 1fr}.profile-overview{align-items:center;gap:20px;display:flex}.profile-avatar-large{color:#fff;background:linear-gradient(145deg,#113c26,#58dc84);border-radius:50%;place-items:center;width:96px;height:96px;font-size:34px;font-weight:900;display:grid;box-shadow:0 15px 35px #08a04533}.profile-meta h2{margin:0 0 5px}.profile-meta p{color:var(--muted);margin:3px 0}.settings-list{display:grid}.setting-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:14px 0;display:flex}.setting-row:last-child{border:0}.setting-row strong{font-size:13px;display:block}.setting-row small{color:var(--muted);display:block}.toggle{background:#dce3df;border:0;border-radius:999px;width:45px;height:26px;padding:3px;transition:all .2s}.toggle span{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;display:block;box-shadow:0 2px 6px #0000002e}.toggle.on{background:var(--green-500)}.toggle.on span{transform:translate(19px)}.profile-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-stat{text-align:center;padding:18px}.profile-stat strong{font-size:23px;display:block}.table-shell{overflow:hidden}.table-toolbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.table-scroll{overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:760px}.data-table th,.data-table td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:13px 15px}.data-table th{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);background:var(--surface-muted);z-index:1;font-size:11px;position:sticky;top:0}.sort-button{font-size:inherit;text-transform:inherit;letter-spacing:inherit;color:inherit;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:750;display:inline-flex}.data-table tbody tr{transition:all .15s}.data-table tbody tr:hover{background:var(--green-50)}.empty-state{text-align:center;color:var(--muted);padding:60px 20px}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#000a0485;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);width:min(640px,100%);max-height:min(90vh,850px);box-shadow:var(--shadow-lg);border-radius:24px;padding:24px;overflow:auto}.modal-header{justify-content:space-between;align-items:start;gap:15px;margin-bottom:20px;display:flex}.modal-header h2{margin:0;font-size:23px}.modal-close{border:1px solid var(--border);background:var(--surface);border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;background:#000a0459;position:fixed;inset:0}.drawer{background:var(--surface);width:min(520px,100%);box-shadow:var(--shadow-lg);padding:24px;position:absolute;top:0;bottom:0;right:0;overflow:auto}.login-page{background:var(--surface);grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid}.login-visual{color:#fff;background:radial-gradient(circle at 15% 20%,#6eea8d 0,#17b557 28%,#08743a 62%,#031a0d 100%);flex-direction:column;justify-content:space-between;padding:55px;display:flex;position:relative;overflow:hidden}.login-visual:before,.login-visual:after{content:"";border:60px solid #ffffff17;border-radius:50%;position:absolute}.login-visual:before{width:460px;height:460px;top:-130px;right:-180px}.login-visual:after{width:680px;height:680px;bottom:-400px;left:-300px}.login-copy{z-index:1;max-width:600px;position:relative}.login-copy h1{letter-spacing:-.07em;margin:0 0 24px;font-size:clamp(48px,7vw,86px);line-height:.95}.login-copy p{color:#fffc;max-width:500px;font-size:20px}.login-preview{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff1f;border:1px solid #fff3;border-radius:24px;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px;display:grid;position:relative}.login-preview div{background:#ffffff1f;border-radius:14px;padding:14px}.login-preview strong{font-size:20px;display:block}.login-form-wrap{place-items:center;padding:40px;display:grid}.login-form{width:min(430px,100%)}.login-form h2{letter-spacing:-.04em;margin:30px 0 8px;font-size:34px}.login-form>p{color:var(--muted);margin:0 0 28px}.login-form .field{margin-bottom:16px}.login-hint{background:var(--green-50);color:var(--muted);border-radius:12px;margin-top:20px;padding:14px;font-size:13px}.login-hint code{color:var(--text);font-weight:700}.login-error{color:var(--danger);background:#fff0f2;border-radius:11px;margin-bottom:14px;padding:11px 13px}.bottom-nav,.mobile-only{display:none}.desktop-only{display:block}.toast-stack{z-index:200;gap:10px;width:min(390px,100vw - 40px);display:grid;position:fixed;bottom:20px;right:20px}.toast{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:14px;grid-template-columns:24px 1fr 20px;align-items:center;gap:10px;padding:13px 14px;display:grid}.toast p{margin:0}.toast-success>span{color:var(--green-600)}.toast-error>span{color:var(--danger)}.toast button{color:var(--muted);background:0 0;border:0}@media (max-width:1180px){.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.progress-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.progress-metrics>:nth-child(n+4){display:none}}@media (max-width:900px){:root{--sidebar:0px}.desktop-sidebar{display:none}.app-main{padding:0 16px calc(var(--bottom-nav) + 24px);margin-left:0}.topbar{height:68px}.mobile-brand{display:flex}.global-search-button{flex:1;width:auto}.profile-pill{display:none}.bottom-nav{height:calc(var(--bottom-nav) + env(safe-area-inset-bottom));padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--border);z-index:60;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-link{color:var(--muted);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;font-weight:650;display:flex}.bottom-link svg{width:20px}.bottom-link.active{color:var(--green-600);background:var(--green-50)}.page-header{padding:26px 0 19px}.page-title h1{font-size:32px}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.two-col,.three-col,.profile-grid{grid-template-columns:1fr}.module-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-hero,.progress-hero{margin:0 -16px;padding-left:16px;padding-right:16px}.search-input-wrap{height:62px}.search-input,.search-completion-layer{font-size:19px}.search-completion-layer{top:16px}.smart-grid{grid-template-columns:1fr}.progress-metrics{grid-template-columns:repeat(2,1fr)}.progress-metrics>:nth-child(n+3){display:none}.progress-line{grid-template-columns:1fr}.timeline{padding-bottom:6px;overflow:auto}.timeline-step{min-width:120px}.profile-mini-grid{grid-template-columns:repeat(3,1fr)}.desktop-only{display:none}.mobile-only{display:block}.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-form-wrap{padding:30px 20px}.modal{padding:20px}.form-grid{grid-template-columns:1fr}.chart-card{min-height:330px}.chart-wrap{height:250px}.search-hero .page-actions{display:none}}@media (max-width:560px){body{font-size:14px}.app-main{padding-left:12px;padding-right:12px}.topbar{margin:0 -2px}.global-search-button span{display:none}.page-title p{font-size:14px}.metrics-grid{gap:10px}.metric-card{min-height:126px;padding:14px}.metric-value{font-size:18px}.metric-label{font-size:11px}.module-grid{grid-template-columns:1fr}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.feature-card{min-height:190px;padding:15px}.feature-card h3{margin-top:16px;font-size:15px}.feature-card p{font-size:11px}.feature-card .feature-icon{width:43px;height:43px}.feature-card .feature-spark{width:90px}.progress-banner{flex-direction:column;align-items:flex-start}.progress-metrics{gap:10px}.progress-metric{min-height:135px;padding:14px}.profile-overview{align-items:flex-start}.profile-avatar-large{width:72px;height:72px;font-size:26px}.profile-mini-grid{grid-template-columns:repeat(2,1fr)}.search-hero,.progress-hero{margin-left:-12px;margin-right:-12px}.search-input-wrap{padding:0 14px}.search-input{font-size:17px}.search-completion-layer{font-size:17px;top:17px;left:52px}.suggestion-panel{padding:16px 12px}.category-chip{min-width:120px}.table-toolbar{flex-direction:column;align-items:flex-start}.table-toolbar .input{width:100%}.toast-stack{width:calc(100vw - 24px);bottom:96px;right:12px}}.demo-nav-wrap{z-index:500;pointer-events:none;justify-content:center;padding:0 12px;display:flex;position:fixed;bottom:32px;left:0;right:0}.demo-nav-wrap.open{bottom:16px}.demo-nav-trigger{pointer-events:auto;border:2px solid var(--green-500);color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#0c110e;border-radius:0;align-items:center;gap:10px;padding:14px 24px;font-size:13px;font-weight:800;display:inline-flex;box-shadow:0 20px 45px #05190e59}.demo-nav-dot{background:var(--green-500);flex:none;width:8px;height:8px}.demo-nav-arrow{color:var(--green-400)}.demo-nav-panel{pointer-events:auto;border:2px solid var(--green-500);color:#fff;background:#0c110e;border-radius:0;flex-direction:column;width:100%;max-width:420px;max-height:75vh;display:flex;overflow:auto;box-shadow:0 20px 45px #05190e59}.demo-nav-panel-header{background:#ffffff0a;border-bottom:2px solid #ffffff1f;justify-content:space-between;align-items:center;gap:10px;padding:12px 16px;display:flex}.demo-nav-panel-title{text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.demo-nav-close{color:#fff9;background:0 0;border:0;padding:4px 8px;font-size:18px;font-weight:800}.demo-nav-close:hover{color:#fff}.demo-nav-list{flex-direction:column;display:flex}.demo-nav-item{text-align:left;color:#ffffffd1;background:0 0;border:0;border-top:1px solid #ffffff1a;align-items:center;min-height:52px;padding:13px 16px;font-size:15px;font-weight:650;display:flex}.demo-nav-item:first-child{border-top:0}.demo-nav-item:hover{color:#fff;background:#ffffff14}.demo-nav-item:disabled{opacity:.5;pointer-events:none}@media (max-width:900px){.demo-nav-wrap{bottom:calc(var(--bottom-nav) + 14px)}.demo-nav-wrap.open{bottom:calc(var(--bottom-nav) + 8px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
