:root{--bg:#F4EEE2;--card:#FBF6EC;--card-2:#F0E8D8;--amber:#F0A04B;--amber-deep:#CE7C2C;--teal:#1F5C50;--teal-deep:#143F38;--teal-soft:#3D8C79;--coral:#E2694E;--ink:#23332C;--muted:#647069;--green:#3D8C79;--red:#E2694E;--sh-d:rgba(150,114,68,.3);--sh-l:rgba(255,255,255,.92);--radius-l:28px;--radius-m:20px;--radius-s:13px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:Plus Jakarta Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,.disp{font-family:Sora,system-ui,sans-serif;letter-spacing:-.01em;margin:0}.mono{font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit}:focus-visible{outline:3px solid var(--teal-soft);outline-offset:2px;border-radius:8px}.clay{background:var(--card);border-radius:var(--radius-m);box-shadow:9px 9px 20px var(--sh-d),-9px -9px 18px var(--sh-l)}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:999px;font-weight:700;font-size:.9rem;white-space:nowrap;transition:transform .15s ease}.btn:active{transform:scale(.97)}.btn--primary{background:var(--amber);color:var(--teal-deep);box-shadow:6px 6px 14px var(--sh-d),-5px -5px 12px var(--sh-l)}.btn--ghost{background:var(--card);color:var(--ink);box-shadow:6px 6px 14px var(--sh-d),-5px -5px 12px var(--sh-l)}.btn--sm{padding:8px 14px;font-size:.82rem}.btn--danger{background:var(--card);color:var(--red);box-shadow:5px 5px 12px var(--sh-d),-4px -4px 10px var(--sh-l)}.btn:disabled{opacity:.55;cursor:not-allowed}.input{width:100%;background:var(--card-2);border:none;border-radius:var(--radius-s);padding:11px 14px;font-size:.92rem;font-weight:500;color:var(--ink);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l)}.input:focus{outline:2px solid var(--teal-soft)}label{display:block;font-size:.74rem;font-weight:700;color:var(--teal-deep);margin-bottom:6px;letter-spacing:.02em}.field{margin-bottom:14px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.row{display:flex;gap:10px;align-items:center}.muted{color:var(--muted)}.eyebrow{font-family:JetBrains Mono,monospace;font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--amber-deep);font-weight:600}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;border-radius:999px;font-size:.72rem;font-weight:700}.badge--paid{background:#3d8c792e;color:var(--teal-deep)}.badge--partial{background:#f0a04b38;color:var(--amber-deep)}.badge--unpaid{background:#e2694e2e;color:var(--coral)}.badge--trial{background:#f0a04b38;color:var(--amber-deep)}.badge--pro{background:#3d8c792e;color:var(--teal-deep)}.badge--demo{background:var(--card-2);color:var(--muted)}.shell{display:flex;min-height:100vh}.sidebar{width:240px;flex-shrink:0;padding:22px 16px;display:flex;flex-direction:column;gap:6px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.1rem;color:var(--teal-deep);padding:6px 10px 20px}.brand__mark{width:34px;height:34px;border-radius:11px;background:var(--amber);display:flex;align-items:center;justify-content:center;box-shadow:4px 4px 8px var(--sh-d),-3px -3px 6px var(--sh-l)}.nav-link{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:var(--radius-s);font-weight:600;font-size:.9rem;color:var(--muted);transition:all .15s ease}.nav-link:hover{color:var(--ink);background:var(--card)}.nav-link.active{background:var(--teal-deep);color:#fff;box-shadow:inset 3px 3px 7px #0000004d,inset -2px -2px 6px #ffffff0f}.nav-link svg{flex-shrink:0}.sidebar__foot{margin-top:auto;padding:12px 10px;font-size:.78rem;color:var(--muted)}.main{flex:1;min-width:0;padding:24px 30px 60px}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.topbar h1{font-size:1.55rem;color:var(--teal-deep)}.avatar{width:40px;height:40px;border-radius:50%;background:var(--teal-soft);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:22px}.stat{padding:20px}.stat__label{font-size:.78rem;color:var(--muted);font-weight:600}.stat__num{font-family:Sora;font-weight:800;font-size:1.7rem;color:var(--teal-deep);margin-top:4px}.panel{padding:22px;margin-bottom:20px}.panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px;flex-wrap:wrap}.panel__head h3{font-size:1.1rem;color:var(--teal-deep)}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.08)}td{padding:12px;font-size:.88rem;border-bottom:1px solid rgba(0,0,0,.05)}tr:last-child td{border-bottom:none}.t-right{text-align:right}.t-wrap{overflow-x:auto}.link-btn{color:var(--teal-soft);font-weight:700;font-size:.85rem}.row-actions{display:flex;gap:8px;justify-content:flex-end}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#143f3859;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;z-index:100;overflow-y:auto}.modal{background:var(--card);border-radius:var(--radius-l);padding:26px;width:100%;max-width:620px;box-shadow:0 24px 60px #00000047}.modal--wide{max-width:860px}.modal__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.modal__head h3{font-size:1.25rem;color:var(--teal-deep)}.x-btn{width:34px;height:34px;border-radius:50%;background:var(--card-2);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:420px;padding:34px}.auth-card h2{font-size:1.6rem;color:var(--teal-deep);margin-bottom:6px}.demo-box{margin-top:18px;padding:14px;border-radius:var(--radius-s);background:var(--card-2);box-shadow:inset 3px 3px 7px var(--sh-d),inset -3px -3px 7px var(--sh-l);font-size:.8rem}.demo-box b{color:var(--teal-deep)}.demo-chip{display:block;width:100%;text-align:left;margin-top:8px;padding:9px 12px;border-radius:10px;background:var(--card);box-shadow:4px 4px 10px var(--sh-d),-3px -3px 8px var(--sh-l);font-size:.8rem;font-weight:600}.error-msg{background:#e2694e24;color:var(--coral);padding:11px 14px;border-radius:var(--radius-s);font-size:.85rem;font-weight:600;margin-bottom:14px}.ok-msg{background:#3d8c7929;color:var(--teal-deep);padding:11px 14px;border-radius:var(--radius-s);font-size:.85rem;font-weight:600;margin-bottom:14px}.empty{text-align:center;padding:44px 20px;color:var(--muted)}.spin{width:34px;height:34px;border:3px solid var(--card-2);border-top-color:var(--teal-soft);border-radius:50%;animation:spin .8s linear infinite;margin:40px auto}@keyframes spin{to{transform:rotate(360deg)}}.mini-bar{display:flex;align-items:flex-end;gap:6px;height:80px}.mini-bar div{flex:1;background:var(--amber);border-radius:6px 6px 0 0;min-height:4px;box-shadow:inset 0 -4px 8px #00000014}@media (max-width:820px){.sidebar{position:fixed;left:-260px;z-index:80;background:var(--card);transition:left .25s ease;box-shadow:8px 0 24px #00000026}.sidebar.open{left:0}.grid2{grid-template-columns:1fr}.main{padding:18px}.menu-toggle{display:inline-flex}}.menu-toggle{display:none;width:42px;height:42px;border-radius:12px;background:var(--card);align-items:center;justify-content:center;box-shadow:5px 5px 12px var(--sh-d),-4px -4px 10px var(--sh-l)}.lp{max-width:1100px;margin:0 auto;padding:0 22px}.lp-nav{display:flex;align-items:center;justify-content:space-between;padding:18px 0}.lp-nav__links{display:none;gap:26px;font-weight:600;font-size:.92rem;color:var(--muted)}.lp-nav__links a:hover{color:var(--amber-deep)}@media (min-width:820px){.lp-nav__links{display:flex}}.lp-hero{display:grid;gap:34px;padding:40px 0 30px;align-items:center}@media (min-width:880px){.lp-hero{grid-template-columns:1.05fr .95fr}}.lp-hero h1{font-size:clamp(2.1rem,5vw,3.2rem);line-height:1.07;color:var(--teal-deep);margin:14px 0 16px}.lp-hero h1 em{font-style:normal;color:var(--amber-deep)}.lp-hero p.lead{font-size:1.05rem;color:var(--muted);line-height:1.6;max-width:460px;margin:0 0 22px}.lp-chips{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:24px}.lp-chip{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;background:var(--card);font-size:.8rem;font-weight:600;color:var(--teal-deep);box-shadow:5px 5px 12px var(--sh-d),-5px -5px 10px var(--sh-l)}.lp-chip .dot{width:7px;height:7px;border-radius:50%;background:var(--amber)}.lp-preview{padding:24px}.lp-preview .bd-row{display:flex;justify-content:space-between;padding:7px 0;font-size:.9rem;color:var(--muted)}.lp-preview .bd-row.total{border-top:1px dashed rgba(0,0,0,.14);margin-top:6px;padding-top:11px;font-weight:800;color:var(--teal-deep)}.lp-section{padding:44px 0}.lp-section h2{font-size:clamp(1.6rem,4vw,2.2rem);color:var(--teal-deep);max-width:560px;margin:8px 0 26px}.lp-features{display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.lp-features{grid-template-columns:1fr 1fr}}@media (min-width:960px){.lp-features{grid-template-columns:1fr 1fr 1fr}}.lp-feat{padding:22px}.lp-feat__ic{width:48px;height:48px;border-radius:14px;background:var(--amber);display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:4px 4px 10px var(--sh-d),-3px -3px 8px var(--sh-l)}.lp-feat h4{color:var(--teal-deep);font-size:1.05rem;margin-bottom:6px}.lp-feat p{color:var(--muted);font-size:.88rem;line-height:1.55;margin:0}.lp-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width:820px){.lp-stats{grid-template-columns:repeat(4,1fr)}}.lp-cta{text-align:center;padding:56px 24px;border-radius:var(--radius-l);background:var(--teal-deep);color:#fff;margin:20px 0 40px}.lp-cta h2{color:#fff;margin:0 auto 12px;max-width:600px}.lp-cta p{color:#bfd6cf;max-width:480px;margin:0 auto 24px;line-height:1.6}.lp-foot{text-align:center;padding:24px 0 50px;color:var(--muted);font-size:.82rem}@media print{.sidebar,.no-print,.menu-toggle,.topbar{display:none!important}.main{padding:0}body{background:#fff}#print-area{box-shadow:none!important;border-radius:0;background:#fff}}
