@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Strichpunkt+Sans:wght@400..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{--bg-dark: #07272a;--bg-dark-2: #0a2f33;--bg-soft: #f3f5f2;--bg-soft-2: #eef2ee;--surface: #ffffff;--surface-muted: #f7f8f6;--text: #0e1b1d;--text-soft: #5f6f71;--text-inverse: #f5f4ee;--line: rgba(10, 38, 41, .1);--line-strong: rgba(10, 38, 41, .16);--accent: #cfe3bf;--accent-hover: #bdd5aa;--accent-dark: #16383b;--success-bg: #e6f6ea;--success-text: #1e6a39;--error-bg: #fdecec;--error-text: #8f2d2d;--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--radius-xl: 32px;--shadow-sm: 0 10px 30px rgba(8, 23, 25, .05);--shadow-md: 0 20px 50px rgba(8, 23, 25, .08);--shadow-lg: 0 32px 80px rgba(8, 23, 25, .1);--container: 1240px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Strichpunkt Sans,sans-serif;color:var(--text);background:var(--bg-soft);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img,svg,video{display:block;max-width:100%}.btn{min-height:50px;padding:13px 20px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;transition:.22s ease;cursor:pointer}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-dark);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-secondary{background:#fff;color:var(--text);border-color:var(--line-strong)}.btn-secondary:hover{background:#f9faf8}.btn-ghost{background:transparent;color:inherit;border-color:#ffffff2e}.alert{margin-top:16px;padding:14px 16px;border-radius:16px;font-size:.95rem;line-height:1.5}.alert-error{background:var(--error-bg);color:var(--error-text)}.alert-success{background:var(--success-bg);color:var(--success-text)}.eyebrow,.panel-label,.dashboard-topbar__eyebrow{display:inline-block;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}input,select,textarea{width:100%;min-height:52px;padding:0 16px;border-radius:16px;border:1px solid var(--line-strong);background:#fff;color:var(--text);outline:none;transition:border-color .2s ease,box-shadow .2s ease}input:focus,select:focus,textarea:focus{border-color:#86a98b;box-shadow:0 0 0 4px #b6d0a62e}.loading-select{min-height:52px;display:flex;align-items:center;padding:0 16px;border-radius:16px;background:#fff;border:1px solid var(--line-strong);color:var(--text-soft)}.auth-page{position:relative;min-height:100vh;place-items:center;padding:24px;overflow:hidden;background:linear-gradient(180deg,#082b2f,#0b2f33)}.auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:64px 64px;opacity:.35;pointer-events:none;z-index:0}.auth-page__inner{position:relative;z-index:2;width:100%;max-width:520px;display:flex;justify-content:center}.auth-card{position:relative;width:100%;max-width:460px;background:#fffffffa;border:1px solid rgba(10,38,41,.1);border-radius:28px;padding:32px;box-shadow:var(--shadow-md);margin:0 auto;z-index:2}.auth-card h1{margin:0 0 10px;font-size:clamp(2rem,4vw,2.6rem);line-height:1;letter-spacing:-.04em}.auth-card p{color:var(--text-soft);line-height:1.7}.auth-form-row{margin-bottom:16px}.auth-form-row label{display:block;margin-bottom:8px;font-size:.95rem;font-weight:600}.auth-links{margin-top:18px;color:var(--text-soft)}.auth-links a{color:var(--accent-dark);font-weight:600}#verify{width:100%;max-width:460px;background:#ffffffe6;border:1px solid rgba(10,38,41,.1);border-radius:28px;padding:32px;box-shadow:var(--shadow-md);text-align:center}.graph-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;opacity:.2;pointer-events:none}.graph-line{fill:none;stroke:#22c55e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18 12;animation:flowLine 4s linear infinite}#c{stroke:#df004e}@media (max-width: 640px){.auth-page{padding:16px}.auth-page__inner{max-width:100%}.auth-card,#verify{max-width:100%;padding:24px 20px;border-radius:22px}.btn{width:100%}}@media (max-width: 640px){.auth-card{padding:24px;border-radius:22px}.btn{width:100%}}.verify-card{text-align:center}.verify-card .btn{margin-top:12px}.verify-spinner{width:56px;height:56px;margin:24px auto 0;border-radius:999px;border:4px solid rgba(207,227,191,.35);border-top-color:var(--accent-dark);animation:verify-spin .9s linear infinite}@keyframes verify-spin{to{transform:rotate(360deg)}}.site-footer{margin-top:auto;background:#082b2f;color:#f4f4edd1;border-top:1px solid rgba(255,255,255,.08)}.site-footer__inner{max-width:1240px;margin:0 auto;padding:28px 20px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.site-footer__brand{max-width:420px}.site-footer__logo{display:inline-block;margin-bottom:10px;color:#f4f4ed;font-size:1rem;font-weight:700;letter-spacing:-.03em}.site-footer__brand p{margin:0;line-height:1.7;color:#f4f4edad}.site-footer__nav{display:flex;flex-wrap:wrap;gap:12px 20px}.site-footer__nav a{color:#f4f4edd1;font-weight:500}.site-footer__nav a:hover{color:#cfe3bf}.site-footer__bottom{max-width:1240px;margin:0 auto;padding:0 20px 24px;border-top:1px solid rgba(255,255,255,.06)}.site-footer__bottom p{margin:0;padding-top:18px;font-size:.92rem;color:#f4f4ed8f}@media (max-width: 700px){.site-footer__inner{flex-direction:column;align-items:flex-start}.site-footer__nav{width:100%}}.home-page{min-height:100vh;background:#f3f5f1;color:#102224}.home-page .home-navbar{position:sticky;top:0;z-index:30;background:#07272ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.home-page .home-navbar__inner{max-width:1240px;margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.home-page .home-navbar__brand{color:#f4f4ed;text-decoration:none;font-size:.98rem;font-weight:600;letter-spacing:-.03em}.home-page .home-navbar__nav{display:flex;align-items:center;gap:10px}.home-page .home-navbar__demo,.home-page .home-navbar__cta{color:#f4f4edc7;text-decoration:none;font-size:.92rem;padding:8px 10px}.home-page .home-navbar__text-link{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;text-decoration:none;font-size:.92rem;font-weight:600;color:#18383a;background:#cfe3bf;border:1px solid #cfe3bf}.home-page .home-hero--dark{position:relative;overflow:hidden;background:linear-gradient(180deg,#082b2f,#0b2f33);color:#f4f4ed;padding:72px 20px 80px}.home-page .home-hero--dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:64px 64px;opacity:.35;pointer-events:none}.home-page .home-hero__content--centered{max-width:900px;min-height:72vh;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;z-index:1}.home-page .home-hero__eyebrow{display:inline-flex;padding:8px 14px;margin-bottom:22px;border-radius:999px;background:#00ff3741;border:1px solid rgba(255,255,255,.3);color:#f4f4edcc;font-size:.9rem;font-weight:700;font-family:Playfair Display}.home-page .home-hero__content h1{margin:0 0 20px;max-width:300ch;font-family:Playfair Display;font-weight:700;font-style:bold;font-size:clamp(1.5rem,4vw,4.5rem);line-height:.94;color:#f4f4ed}.home-page .home-hero__lead{max-width:760px;margin:0;color:#f4f4edc2;font-size:1.08rem;line-height:1.8}.home-page .home-hero__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:32px}.home-page .btn{min-height:50px;padding:14px 20px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-decoration:none}.home-page .btn-primary{background:#cfe3bf;color:#18383a;border-color:#cfe3bf}.home-page .btn-ghost{color:#f4f4ed;border-color:#f4f4ed29;background:#ffffff08}.home-page .demo-section{padding:52px 20px 36px;background:linear-gradient(180deg,#f3f5f1,#edf1ec)}.home-page .demo-section__inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:center}.home-page .demo-section__eyebrow{display:inline-block;margin-bottom:14px;color:#486764;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.home-page .demo-section__copy h2{margin:0 0 14px;font-size:clamp(2rem,5vw,3.8rem);line-height:1;font-family:Playfair Display;font-weight:700;font-style:bold;color:#102224}.home-page .demo-section__copy p{margin:0;color:#607072;line-height:1.8;font-size:1rem}.demo-video{width:100%;height:auto;border-radius:28px;background:linear-gradient(180deg,#0b2124,#0d2a2d);border:1px solid rgba(16,34,36,.08);box-shadow:0 40px 100px #0817191f}.home-page .home-features{max-width:1240px;margin:0 auto;padding:18px 20px 60px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-page .feature-card{padding:28px;border-radius:26px;background:#ffffffe6;border:1px solid rgba(16,34,36,.08);box-shadow:0 12px 30px #0817190d}.home-page .feature-icon{display:inline-flex;margin-bottom:18px;padding:8px 12px;border-radius:999px;background:#cfe3bf99;color:#264648;font-size:.8rem;font-weight:800}.home-page .feature-card h2{margin:0 0 12px;font-size:1.2rem;color:#102224}.home-page .feature-card p{margin:0;color:#607072;line-height:1.75}@media (max-width: 768px){.home-page .home-navbar__inner{align-items:flex-start;flex-direction:row}.home-page .home-navbar__brand{font-size:1rem}.home-page .home-navbar__nav{width:100%;justify-content:flex-end;gap:10px}.home-page .home-navbar__login{padding:9px 14px}.home-page .home-hero--dark{padding:56px 16px 64px}.home-page .home-hero__content--centered{min-height:auto;padding:36px 0 12px}.home-page .home-hero__content h1{font-size:clamp(2.1rem,10vw,3.4rem);line-height:1}.home-page .home-hero__lead{font-size:1rem;line-height:1.7}.home-page .demo-section{padding:44px 16px 28px}.home-page .home-features{padding:18px 16px 52px}.home-proof .container{padding-inline:16px}}.hero{position:relative;min-height:500px;overflow:hidden;background:#0f172a;color:#fff}.graph-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.2}.graph-bg svg{width:100%;height:100%;display:block}.graph-line{fill:none;stroke:#22c55e;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:18 12;animation:flowLine 4s linear infinite;z-index:-1}.hero-content{position:relative;z-index:2;padding:140px 60px}@keyframes flowLine{0%{stroke-dashoffset:0}to{stroke-dashoffset:-60}}.home-proof{padding:4.5rem 0}.home-proof__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:center}.home-proof__visual{display:flex;justify-content:center}.home-proof-card{width:100%;max-width:520px;padding:1.5rem;border-radius:24px;color:#fff;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,#1e293beb,#0f172afa);box-shadow:0 24px 60px #02061747}.home-proof-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.home-proof-card__eyebrow{color:var(--slate-400);font-size:.85rem;font-weight:600}.home-proof-card__status{width:10px;height:10px;border-radius:999px;background:var(--bg-dark-2);box-shadow:0 0 0 6px #f43f5e1f}.home-proof-card__metric{padding:1rem 1rem 1.1rem;border-radius:18px;background:#0f172a8c;border:1px solid rgba(148,163,184,.12);margin-bottom:1.25rem}.home-proof-card__label{display:block;margin-bottom:.45rem;color:var(--slate-400);font-size:.9rem}.home-proof-card__metric strong{color:var(--slate-50);font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.2}.home-proof-card__bars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:.75rem;height:160px;margin-bottom:1.25rem}.home-proof-card__bars .bar{display:block;border-radius:16px 16px 6px 6px;background:linear-gradient(180deg,#81ffa2f2,#007649c7)}.home-proof-card__bars .bar--1{height:40%}.home-proof-card__bars .bar--2{height:62%}.home-proof-card__bars .bar--3{height:82%}.home-proof-card__bars .bar--4{height:58%}.home-proof-card__rows{display:grid;gap:.75rem}.home-proof-card__row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:16px;background:#0f172a6b;border:1px solid rgba(148,163,184,.1)}.home-proof-card__row span{color:var(--slate-400);font-size:.92rem}.home-proof-card__row strong{color:var(--slate-100);font-size:.95rem}.home-proof__content{max-width:560px}.home-proof__title{margin:.75rem 0 1rem;color:var(--slate-50);font-size:clamp(2rem,3.2vw,3rem);line-height:1.08}.home-proof__text{margin:0 0 1.5rem;color:var(--slate-300);font-size:1rem;line-height:1.75}.home-proof__list{display:grid;gap:1rem}.home-proof__item{padding:1rem 1.1rem;border-radius:18px;border:1px solid rgba(148,163,184,.12);background:#0f172a57}.home-proof__item h3{margin:0 0 .35rem;color:var(--slate-100);font-size:1rem}.home-proof__item p{margin:0;color:var(--slate-400);line-height:1.65;font-size:.95rem}@media (max-width: 960px){.home-proof__grid{grid-template-columns:1fr;gap:2rem}.home-proof__content{max-width:100%}.home-page .demo-section__inner,.home-page .home-features{grid-template-columns:1fr}.home-page .home-hero__content h1{max-width:100%}}@media (max-width: 640px){.home-page .home-navbar__inner{padding:12px 14px}.home-page .home-navbar__demo,.home-page .home-navbar__text-link{display:none}.home-page .home-navbar__brand{font-size:.95rem;max-width:60%;line-height:1.2}.home-page .home-navbar__cta{padding:0;font-size:.9rem}.home-page .home-hero__actions{flex-direction:column;width:100%}.home-page .home-hero__actions .btn{width:100%}.home-proof{padding:3.5rem 0}.home-proof-card{padding:1.1rem;border-radius:20px}.home-proof-card__bars{height:130px;gap:.6rem}.home-proof__title{font-size:1.8rem}.home-proof__item{padding:.95rem 1rem}}@media (max-width: 480px){.home-page .home-navbar{padding:12px 0}.home-page .home-navbar__inner{padding-inline:14px;gap:12px}.home-page .home-navbar__nav{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));gap:10px}.home-page .home-navbar__nav a:first-child{grid-column:1 / -1}.home-page .home-hero--dark{padding:48px 14px 56px}.home-page .home-hero__actions{gap:10px}.home-page .home-hero__actions .btn{width:100%}.home-page .demo-section{padding:40px 14px 24px}.home-page .home-features{padding:16px 14px 44px;gap:14px}.demo-video{border-radius:20px}.home-proof .container{padding-inline:14px}}#root,body{background-color:#1e2623}.register-page{min-height:100vh;padding:32px;background:radial-gradient(circle at top left,rgba(79,152,163,.1),transparent 26%),linear-gradient(180deg,#1f2a27,#1b221f)}.register-shell{width:min(1240px,100%);margin:0 auto}.register-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);min-height:calc(100vh - 64px);background:#f9f8f5eb;border:1px solid rgba(40,37,29,.08);border-radius:32px;box-shadow:0 24px 70px #1f23211a;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.register-panel{padding:56px 52px 48px;background:linear-gradient(180deg,#fbfbf9eb,#f4f0ebf2 10%)}.register-panel__intro{max-width:580px;margin-bottom:32px}.register-brand{display:inline-flex;align-items:center;margin-bottom:22px;text-decoration:none;font-size:.94rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#01696f}.register-kicker{display:inline-flex;align-items:center;padding:8px 14px;margin-bottom:18px;border-radius:999px;background:#01696fcc;color:#0c4e54;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.register-panel__intro h1{font-family:Playfair Display;margin:0 0 14px;font-size:clamp(2.4rem,5vw,4.2rem);line-height:.98;letter-spacing:-.04em;color:#28251d;max-width:12ch}.register-panel__intro p{margin:0;max-width:56ch;font-size:1.02rem;line-height:1.7;color:#6c6a64}.register-form{display:flex;flex-direction:column;gap:18px;max-width:560px}.register-field{display:flex;flex-direction:column;gap:8px}.register-field span{font-size:.92rem;font-weight:700;color:#3a372f}.register-field input{width:100%;min-height:60px;padding:0 18px;border:1px solid rgba(40,37,29,.1);border-radius:18px;background:#ffffffe0;color:#28251d;font-size:1rem;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.register-field input::placeholder{color:#a29f98}.register-field input:focus{border-color:#01696f73;box-shadow:0 0 0 4px #01696f1a;background:#fff}.register-submit{min-height:62px;margin-top:8px;border:0;border-radius:999px;font-size:1rem;font-weight:700}.register-links{display:flex;flex-wrap:wrap;gap:10px 24px;padding-top:6px}.register-links p{margin:0;color:#6f6c66}.register-links a{color:#01696f;text-decoration:none;font-weight:600}.register-preview{position:relative;padding:52px 40px;background:radial-gradient(circle at top right,rgba(79,152,163,.18),transparent 28%),linear-gradient(180deg,#edf2f0,#e5ece8);border-left:1px solid rgba(40,37,29,.06)}.register-preview__badge{display:inline-flex;align-items:center;padding:9px 14px;border-radius:999px;background:#fff;color:#0c4e54;font-size:.82rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 10px 24px #0c4e5414}.register-preview__card--hero{margin-top:22px;padding:26px;border-radius:28px;background:linear-gradient(180deg,#fff,#f7f8f6);box-shadow:0 18px 42px #1e2c2817}.preview-label{display:inline-block;margin-bottom:10px;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#01696f}.register-preview__card--hero h2{margin:0 0 12px;font-size:clamp(1.45rem,2vw,2rem);line-height:1.12;color:#28251d}.register-preview__card--hero p{margin:0;color:#66645d;line-height:1.65}.register-preview__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}.preview-mini,.preview-wide{border-radius:24px;background:#ffffffdb;border:1px solid rgba(40,37,29,.06);box-shadow:0 14px 30px #1c242214}.preview-mini{padding:22px;min-height:170px}.preview-mini__label{display:block;margin-bottom:14px;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7a7974}.preview-mini strong{display:block;font-size:1.9rem;line-height:1;color:#1e2623}.preview-mini small{display:block;margin-top:10px;color:#7a7974}.preview-chart{display:flex;align-items:end;gap:10px;height:88px;padding-top:18px}.preview-chart span{flex:1;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#4f98a3eb,#01696f61)}.preview-chart span:nth-child(1){height:26px}.preview-chart span:nth-child(2){height:44px}.preview-chart span:nth-child(3){height:34px}.preview-chart span:nth-child(4){height:62px}.preview-chart span:nth-child(5){height:78px}.preview-wide{grid-column:1 / -1;padding:24px}.preview-wide__top{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px;color:#5f5d57;font-size:.9rem;font-weight:700}.preview-wide ul{margin:0;padding:0;list-style:none}.preview-wide li{position:relative;padding-left:18px;color:#4e4b45}.preview-wide li+li{margin-top:12px}.preview-wide li:before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:999px;background:#01696f}@media (max-width: 1080px){.register-layout{grid-template-columns:1fr}.register-preview{border-left:0;border-top:1px solid rgba(40,37,29,.06)}}@media (max-width: 720px){.register-page{padding:18px}.register-panel,.register-preview{padding:30px 22px}.register-layout{border-radius:24px;min-height:auto}.register-panel__intro h1{max-width:14ch}.register-preview__grid{grid-template-columns:1fr}}.calc-page{min-height:100vh;padding:28px 20px 40px;background:radial-gradient(circle at top,rgba(207,227,191,.2),transparent 24%),linear-gradient(180deg,#eef2ee,#f6f7f5)}.calc-topbar{max-width:var(--container);margin:0 auto 24px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.calc-topbar .eyebrow{color:#4d7069;margin-bottom:10px}.calc-topbar h1{margin:0 0 10px;font-size:clamp(2.4rem,5vw,4.2rem);line-height:.98;letter-spacing:-.05em}.calc-topbar p{margin:0;max-width:620px;color:var(--text-soft);line-height:1.75}.topbar-actions{display:flex;gap:12px}.calc-shell{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:20px;align-items:start}.panel{background:#ffffffe0;border:1px solid rgba(10,38,41,.08);border-radius:28px;box-shadow:var(--shadow-sm)}.form-panel,.result-panel{padding:28px}.panel-head{margin-bottom:24px}.panel-head h2{margin:0 0 8px;font-size:1.5rem;letter-spacing:-.03em}.panel-head p{margin:0;color:var(--text-soft);line-height:1.7}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:block}.field.full{grid-column:1 / -1}.field span{display:block;margin-bottom:8px;font-size:.92rem;font-weight:600;color:#325153}.btn-submit{width:100%;margin-top:22px}.result-panel{position:sticky;top:24px}.result-kpis{display:grid;gap:14px}.kpi{padding:18px;border-radius:22px;background:linear-gradient(180deg,#f7faf6,#f0f4ef);border:1px solid rgba(10,38,41,.08)}.kpi span{display:block;margin-bottom:8px;font-size:.86rem;color:var(--text-soft)}.kpi strong{font-size:1.4rem;line-height:1.1;letter-spacing:-.03em;color:#153437}.summary-box{margin-top:18px;padding:18px;border-radius:22px;background:#f8faf8;border:1px solid rgba(10,38,41,.08)}.summary-text{margin:0;color:#294447;line-height:1.75}.result-actions{margin-top:18px}.empty-state{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px}.empty-state h3{margin:18px 0 10px;font-size:1.4rem;letter-spacing:-.03em}.empty-state p{margin:0;max-width:34ch;color:var(--text-soft);line-height:1.7}.empty-illustration{width:100%;max-width:280px;height:140px;display:flex;align-items:end;justify-content:center;gap:14px}.mock-chart{width:56px;border-radius:18px 18px 10px 10px;background:linear-gradient(180deg,#cfe3bf,#7e9e89)}.mock-chart--lg{height:120px}.mock-chart--md{height:88px}.mock-chart--sm{height:64px}@media (max-width: 1024px){.calc-shell{grid-template-columns:1fr}.result-panel{position:static}}@media (max-width: 640px){.calc-page{padding:18px 16px 32px}.calc-topbar{margin-bottom:18px;flex-direction:column;align-items:flex-start}.form-panel,.result-panel{padding:22px;border-radius:24px}.form-grid{grid-template-columns:1fr}}.dashboard-page{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr);background:#eef2ee}.dashboard-sidebar{background:linear-gradient(180deg,#092a2d,#0b3134);color:#f5f4eeeb;padding:24px 18px;display:flex;flex-direction:column;border-right:1px solid rgba(255,255,255,.06)}.dashboard-brand{display:flex;gap:14px;align-items:flex-start;padding-bottom:22px;margin-bottom:22px;border-bottom:1px solid rgba(255,255,255,.08)}.dashboard-brand__logo{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:#cfe3bf24;color:var(--accent);font-weight:800}.dashboard-brand strong{display:block;font-size:1rem;color:#fff;margin-bottom:4px}.dashboard-brand span,.dashboard-brand p{margin:0;color:#f5f4eead;line-height:1.6;font-size:.92rem}.dashboard-nav{display:grid;gap:10px}.dashboard-nav__item{min-height:48px;padding:0 14px;border-radius:16px;display:flex;align-items:center;background:transparent;border:1px solid transparent;color:#f5f4eed1;transition:.2s ease}.dashboard-nav__item:hover,.dashboard-nav__item.active{background:#ffffff0f;border-color:#ffffff14;color:#fff}.dashboard-sidebar__bottom{margin-top:auto}.dashboard-main{padding:28px}.dashboard-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.dashboard-topbar__eyebrow{color:#4f716c;margin-bottom:10px}.dashboard-topbar h1{margin:0 0 10px;font-size:clamp(2.3rem,4vw,4rem);line-height:.98;letter-spacing:-.05em}.dashboard-topbar p{margin:0;color:var(--text-soft);line-height:1.75}.dashboard-grid{display:block}.dashboard-column{display:grid;gap:20px}.dashboard-panel{background:#ffffffe0;border:1px solid rgba(10,38,41,.08);border-radius:28px;padding:24px;box-shadow:var(--shadow-sm)}.dashboard-panel--wide{overflow:hidden}.panel-label{color:#4f716c;margin-bottom:8px}.table-wrap{overflow:auto;border-radius:18px;border:1px solid rgba(10,38,41,.08);background:#fff}.reports-table{width:100%;min-width:1100px;border-collapse:collapse}.reports-table th,.reports-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(10,38,41,.08);font-size:.94rem;white-space:nowrap}.reports-table th{background:#f6f8f5;color:#466561;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em}.reports-table td{color:#173336}.contact-info p{margin:0 0 18px;color:var(--text-soft);line-height:1.75}.user-info-list{display:grid;gap:12px;margin:0}.user-info-list div{padding:16px 18px;border-radius:18px;background:#f7faf7;border:1px solid rgba(10,38,41,.08)}.user-info-list dt{margin-bottom:6px;color:#54726e;font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.user-info-list dd{margin:0;color:#102729;font-weight:600}@media (max-width: 1024px){.dashboard-page{grid-template-columns:1fr}.dashboard-sidebar{padding:18px 16px}.dashboard-main{padding:18px 16px 32px}.dashboard-topbar{flex-direction:column;align-items:flex-start}}
