:root{--primary:#063e4a;--accent:#8fd5b6;--sand:#f7f2e8;--paper:#fffdf8;--ink:#063e4a;--muted:#617b78;--line:#dfe4dd;--shadow:0 18px 60px rgba(6,62,74,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Manrope,"Avenir Next",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f4f5f1}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit}.brand{display:inline-flex;align-items:center;gap:10px;font-size:27px;letter-spacing:-.04em}.seed{position:relative;display:inline-block;width:42px;height:42px}.seed i{position:absolute;display:block}.seed i:first-child{width:20px;height:14px;left:1px;top:6px;border-radius:18px 3px 18px 3px;transform:rotate(35deg);background:var(--accent)}.seed i:nth-child(2){width:20px;height:14px;right:0;top:3px;border-radius:3px 18px 3px 18px;transform:rotate(-33deg);background:#6fbea0}.seed i:last-child{width:20px;height:15px;left:11px;bottom:5px;border-radius:50%;transform:rotate(-18deg);background:#3b8581}.eyebrow{color:#66817d;font-size:10px;font-weight:800;letter-spacing:.14em}.primary-btn,.secondary-btn,.outline-btn,.cream-btn{border:0;border-radius:13px;background:var(--primary);color:white;padding:16px 23px;font-weight:720;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.2s ease;box-shadow:0 10px 24px rgba(6,62,74,.15)}.primary-btn:hover,.cream-btn:hover{transform:translateY(-2px)}.primary-btn.small{padding:12px 16px;font-size:11px}.link-btn{display:inline-flex}.secondary-btn,.outline-btn{background:white;color:var(--primary);border:1px solid var(--line);box-shadow:none}.cream-btn{background:var(--sand);color:var(--primary)}
.public-body{background:radial-gradient(circle at 78% 8%,#fff,transparent 30%),var(--sand)}.public-header{width:min(1380px,calc(100% - 80px));height:90px;margin:auto;display:flex;align-items:center;justify-content:space-between}.public-header nav{display:flex;gap:55px;font-size:14px;font-weight:600}.public-header nav a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:8px}.public-hero{width:min(1380px,calc(100% - 80px));min-height:650px;margin:auto;display:grid;grid-template-columns:53% 47%;align-items:center}.public-hero h1{font-size:clamp(58px,5.8vw,88px);line-height:.98;letter-spacing:-.065em;margin:20px 0 28px;max-width:750px}.public-hero .lead{font-size:clamp(19px,1.7vw,24px);line-height:1.5;color:#426a6c;max-width:650px}.public-hero .underlink{margin-left:28px;font-size:13px;border-bottom:1px solid}.public-hero figure{height:620px;margin:0;display:grid;place-items:center}.public-hero img{width:min(650px,105%);max-height:620px;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(73,92,72,.1));animation:float 7s ease-in-out infinite}.trust{display:flex;gap:16px;align-items:center;margin-top:38px;color:#67817d;font-size:11px}.trust b{color:var(--ink)}.trust i{width:4px;height:4px;background:var(--accent);border-radius:50%}.public-section,.how-section,.public-cta,.public-footer{width:min(1320px,calc(100% - 80px));margin-left:auto;margin-right:auto}.public-section{padding:35px 0 110px}.section-title h2,.how-section h2,.public-cta h2{font-size:clamp(36px,3.2vw,52px);line-height:1.08;letter-spacing:-.045em;margin:8px 0 28px}.public-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.public-modules article{min-height:165px;background:rgba(255,253,248,.92);border-radius:24px;padding:22px;display:grid;grid-template-columns:72px 1fr 20px;align-items:center;gap:17px;box-shadow:var(--shadow);transition:.2s ease}.public-modules article:hover{transform:translateY(-5px)}.module-icon{width:68px;height:68px;border-radius:18px;background:#deefe8;display:grid;place-items:center;font-size:26px;font-style:normal}.module-icon.sand{background:#f2eadb}.module-icon.sky{background:#dceceb}.module-icon.lavender{background:#eae5f2}.module-icon.tiny{width:38px;height:38px;border-radius:10px;font-size:14px}.public-modules h3{margin:0 0 7px;font-size:18px}.public-modules p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.public-modules article>b{font-size:28px}.how-section{background:var(--paper);border-radius:34px;padding:70px;display:grid;grid-template-columns:44% 1fr;gap:90px;box-shadow:var(--shadow);margin-bottom:100px}.how-section>div>p:last-child{color:var(--muted);line-height:1.7}.how-section ol{list-style:none;padding:0;margin:0}.how-section li{display:grid;grid-template-columns:52px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.how-section li>b{width:48px;height:48px;border-radius:14px;background:#e1f0e9;display:grid;place-items:center}.how-section h3{margin:0 0 5px}.how-section li p{margin:0;color:var(--muted);font-size:12px}.public-cta{background:var(--primary);color:white;border-radius:32px;padding:55px 65px;display:flex;justify-content:space-between;align-items:center;margin-bottom:70px}.public-cta .eyebrow{color:#b7d1cc}.public-footer{height:125px;border-top:1px solid var(--line);display:flex;align-items:center;gap:40px;color:var(--muted);font-size:11px}.public-footer .brand{margin-right:auto;color:var(--ink);font-size:21px}.public-footer .seed{transform:scale(.7);margin-right:-7px}
.login-body{background:var(--sand)}.login-layout{min-height:100vh;display:grid;grid-template-columns:52% 48%}.login-panel{background:var(--paper);padding:35px 9vw;position:relative}.login-panel>.brand{position:absolute;top:35px;left:9vw}.back-link{position:absolute;top:45px;right:40px;font-size:11px;color:var(--muted)}.login-copy{width:min(430px,100%);margin:160px auto 0}.login-copy h1{font-size:44px;letter-spacing:-.05em;margin:10px 0}.login-copy>p:not(.eyebrow){color:var(--muted);line-height:1.6}.login-copy form,.install-card form{display:grid;gap:17px;margin-top:28px}.login-copy label,.install-card label,.app-form label{display:grid;gap:7px;font-size:10px;font-weight:720;color:#58726f}.login-copy input,.install-card input,.app-form input,.app-form select,.app-form textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:13px;background:white;outline:0;color:var(--ink)}.login-copy input:focus,.app-form input:focus,.app-form textarea:focus,.app-form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(143,213,182,.22)}.switch-login{display:block;text-align:center;margin-top:20px;font-size:11px;text-decoration:underline;color:var(--muted)}.login-layout>aside{display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,#fff,transparent 58%),var(--sand);overflow:hidden}.login-layout>aside img{max-width:620px;width:78%;max-height:650px;object-fit:contain}.login-layout blockquote{max-width:430px;text-align:center;font-size:15px;line-height:1.6;color:#52726f}
.install-body{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 15%,#fff,transparent 35%),var(--sand);padding:25px}.install-card{width:min(520px,100%);background:var(--paper);padding:42px;border-radius:27px;box-shadow:var(--shadow)}.install-card>.brand{margin-bottom:35px}.install-card h1{font-size:36px;letter-spacing:-.05em;margin:8px 0}.install-card>p:not(.eyebrow){color:var(--muted);line-height:1.6}.install-card label small{font-weight:400}.inline-alert{padding:13px;border-radius:10px;margin:15px 0;font-size:11px}.inline-alert.success{background:#e9f5ee;color:#367b61}.inline-alert.error{background:#faeae6;color:#98584d}
.portal{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{height:100vh;position:sticky;top:0;background:var(--paper);border-right:1px solid var(--line);padding:27px 20px 20px;display:flex;flex-direction:column}.sidebar>.brand{font-size:23px;padding-left:6px}.sidebar .seed{transform:scale(.75);margin-right:-6px}.account-chip{display:flex;gap:10px;align-items:center;background:#f0f4ef;border-radius:13px;padding:11px;margin:28px 0 15px}.account-chip>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--primary);color:white;font-size:11px;font-weight:750}.account-chip>div{display:grid}.account-chip b{font-size:11px}.account-chip small{font-size:8px;color:#7c918c;margin-top:3px}.sidebar nav{display:grid;gap:4px}.sidebar nav p{margin:20px 10px 6px;color:#8b9d98;font-size:8px;font-weight:800;letter-spacing:.14em}.sidebar nav a,.logout{min-height:42px;border-radius:10px;padding:0 11px;display:flex;align-items:center;gap:10px;color:#5e7774;font-size:11px;font-weight:620}.sidebar nav a:hover,.sidebar nav a.active{background:#e1f0e9;color:var(--ink)}.sidebar nav a.active{box-shadow:inset 3px 0 0 #65b993}.logout{margin-top:auto;border-top:1px solid var(--line);border-radius:0;padding-top:14px}.portal-main{min-width:0}.portal-header{min-height:80px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:14px 32px;position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.portal-header small{color:#8c9c99;font-size:8px;letter-spacing:.12em}.portal-header h1{font-size:20px;margin:4px 0 0}.user-menu{display:flex;align-items:center;gap:10px}.user-menu>span{width:36px;height:36px;border-radius:10px;background:var(--primary);color:white;display:grid;place-items:center;font-size:10px;font-weight:750}.user-menu>div{display:grid}.user-menu b{font-size:10px}.user-menu small{font-size:8px;margin-top:3px}.content{padding:28px 32px 50px;width:min(1320px,100%);margin:auto}.welcome,.list-title,.module-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.welcome p{margin:0;color:#81948f;font-size:10px}.welcome h2{font-size:27px;letter-spacing:-.04em;margin:4px 0}.welcome small,.list-title p,.module-title small{color:var(--muted);font-size:10px}.welcome>div:last-child,.module-title>div:last-child{display:flex;gap:9px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.stats article{min-height:130px;background:white;border:1px solid var(--line);border-radius:16px;padding:17px;box-shadow:0 5px 20px rgba(6,62,74,.035)}.stats article>span{width:34px;height:34px;border-radius:9px;background:#e1f0e9;display:grid;place-items:center}.stats b{display:block;font-size:27px;letter-spacing:-.04em;margin-top:13px}.stats p{margin:3px 0;color:var(--muted);font-size:9px}.dashboard-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:17px;margin-bottom:17px}.card{background:white;border:1px solid var(--line);border-radius:16px;padding:19px;box-shadow:0 6px 24px rgba(6,62,74,.035)}.card-head{display:flex;justify-content:space-between;align-items:start}.card-head p,.subheading p,.module-title p,.list-title p:first-child,.form-label,.dialog header p,.brand-demo>p{margin:0 0 4px;color:#8a9d98;font-size:8px;font-weight:800;letter-spacing:.13em}.card-head h3{margin:0;font-size:15px}.card-head a,.card-head select{border:0;background:white;color:var(--muted);font-size:9px}.ranking{display:grid;grid-template-columns:40px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0eb}.ranking>div{display:grid}.ranking b{font-size:10px}.ranking small{font-size:8px;color:#7f928e;margin-top:3px}.ranking strong{font-size:11px}.bar-chart{height:190px;display:grid;grid-template-columns:repeat(7,1fr);gap:13px;align-items:end;padding:20px 10px 0;background:repeating-linear-gradient(to bottom,transparent,transparent 37px,#eff2ed 38px)}.bar-chart span{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:7px}.bar-chart i{width:25px;background:linear-gradient(#70c7a2,#b6dfcc);border-radius:5px 5px 0 0}.bar-chart small{font-size:8px;color:#81938f}.table-scroll{overflow:auto}.data-table{width:100%;border-collapse:collapse;font-size:10px}.data-table th{text-align:left;color:#82938f;font-size:8px;text-transform:uppercase;letter-spacing:.08em;padding:11px;border-bottom:1px solid var(--line)}.data-table td{padding:11px;color:#5f7774;border-bottom:1px solid #edf0eb;white-space:nowrap}.data-table td:first-child{color:var(--ink)}.company-badge{width:31px;height:31px;display:inline-grid;place-items:center;border-radius:8px;background:#edf1ec;font-size:8px;font-weight:750;margin-right:8px}.status{font-style:normal;border-radius:11px;padding:5px 8px;background:#e9f5ee;color:#397d63;font-size:8px;font-weight:700}.status.trial,.status.draft{background:#faf0de;color:#966b2f}.status.inactive,.status.archived{background:#eee;color:#777}.more,.danger-link{border:0;background:transparent;color:var(--ink);font-size:9px;text-decoration:underline;cursor:pointer}.danger-link{color:#a75d54}.subheading{display:flex;align-items:end;justify-content:space-between;margin:25px 0 13px}.subheading h2,.list-title h2{font-size:22px;margin:0}.subheading small{font-size:9px;color:var(--muted)}.module-grid,.admin-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.module-card,.admin-modules article{background:white;border:1px solid var(--line);border-radius:17px;padding:18px;transition:.2s ease}.module-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.module-card>div,.admin-modules article>div{display:flex;justify-content:space-between}.module-card em{font-style:normal;background:#e9f5ee;color:#397d63;border-radius:10px;padding:5px 7px;height:fit-content;font-size:8px}.module-card>p,.admin-modules article>p{margin:18px 0 4px;color:#849691;font-size:8px;letter-spacing:.12em;font-weight:750}.module-card h3,.admin-modules h3{margin:0 0 7px;font-size:18px}.module-card>small,.admin-modules article>small{font-size:10px;color:var(--muted);line-height:1.5}.module-card footer{margin-top:16px;padding-top:12px;border-top:1px solid var(--line);display:flex;justify-content:space-between;font-size:9px}.admin-modules article dl{display:flex;gap:25px;border-top:1px solid var(--line);padding-top:14px;margin:16px 0 0}.admin-modules dl div{display:grid}.admin-modules dt{font-weight:750;font-size:14px}.admin-modules dd{margin:2px 0;color:var(--muted);font-size:8px}.company-stats{grid-template-columns:repeat(3,1fr)}.list-title{align-items:center}.table-card{padding:0;overflow:hidden}.filters{min-height:62px;border-bottom:1px solid var(--line);padding:12px 17px;display:flex;align-items:center;gap:9px}.filters label{min-width:260px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:9px;padding:0 11px;background:white}.filters input{height:36px;border:0;outline:0;width:100%;font-size:10px}.filters span{margin-left:auto;color:var(--muted);font-size:9px}.module-title>div:first-child{display:flex;align-items:center;gap:14px}.module-title h2{font-size:25px;margin:0 0 4px}.module-stats{grid-template-columns:repeat(2,1fr)}.empty{grid-column:1/-1;text-align:center;background:white;border:1px dashed #cfd8d2;border-radius:16px;padding:50px}.empty.small{border:0;padding:25px}.empty>span{font-size:30px}.empty h3{margin:10px 0 4px}.empty p{margin:0;color:var(--muted);font-size:10px}
.dialog-backdrop{position:fixed;inset:0;z-index:100;background:rgba(6,38,44,.55);backdrop-filter:blur(10px);display:grid;place-items:center;padding:20px}.dialog{width:min(580px,100%);max-height:calc(100vh - 40px);overflow:auto;background:white;border-radius:22px;box-shadow:0 35px 100px rgba(0,0,0,.24)}.dialog.wide{width:min(940px,100%)}.dialog>header{display:flex;justify-content:space-between;align-items:start;padding:22px 25px 18px;border-bottom:1px solid var(--line)}.dialog header h2{font-size:23px;letter-spacing:-.04em;margin:0 0 4px}.dialog header span{color:var(--muted);font-size:9px}.dialog header>a{width:31px;height:31px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-size:18px}.app-form{padding:22px 25px;display:grid;gap:16px}.app-form textarea{min-height:80px;resize:vertical}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.app-form hr{width:100%;border:0;border-top:1px solid var(--line)}.app-form footer{border-top:1px solid var(--line);padding-top:16px;display:flex;justify-content:flex-end;gap:9px}.assign-grid{display:grid;gap:4px}.assign-grid>label{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #edf0eb;padding:8px 0;cursor:pointer}.assign-grid label>div{display:grid}.assign-grid b{font-size:10px}.assign-grid small{font-size:8px;color:var(--muted)}.assign-grid input{width:17px;height:17px;accent-color:var(--primary)}.module-builder{grid-template-columns:.8fr 1.3fr}.module-builder>section{display:grid;align-content:start;gap:14px}.field-builder{padding-left:22px;border-left:1px solid var(--line)}.field-builder>div:first-child{display:flex;justify-content:space-between}.field-builder>div:first-child button{border:0;background:transparent;font-size:9px;font-weight:700;cursor:pointer}.builder-row{display:grid;grid-template-columns:1.1fr 120px 1fr 100px 25px;gap:7px;margin-bottom:8px}.builder-row input,.builder-row select{padding:9px;font-size:9px}.builder-row button{border:0;background:transparent;color:#a15f56;cursor:pointer}.module-builder footer{grid-column:1/-1}.record-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.branding-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:22px}.branding-grid>.app-form{align-content:start}.brand-demo>div{aspect-ratio:4/3;background:var(--sand);border:9px solid white;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.brand-demo header{height:62px;display:flex;align-items:center;justify-content:space-between;padding:10px 15px}.brand-demo .brand{font-size:16px}.brand-demo .seed{transform:scale(.65);margin-right:-8px}.brand-demo header button{background:transparent;border:1px solid var(--muted);border-radius:7px;padding:7px 10px;font-size:7px}.brand-demo main{padding:48px 30px}.brand-demo main small{font-size:7px;color:var(--muted)}.brand-demo h3{font-size:29px;line-height:1.05;letter-spacing:-.05em;margin:10px 0}.brand-demo main p{font-size:9px;color:var(--muted)}.brand-demo main button{border:0;border-radius:7px;background:var(--primary);color:white;padding:10px 12px;font-size:8px}.flash{position:fixed;right:22px;bottom:22px;z-index:200;background:var(--primary);color:white;border-radius:11px;padding:13px 17px;display:flex;gap:9px;align-items:center;font-size:10px;box-shadow:0 18px 45px rgba(0,0,0,.2);transition:.3s ease}.flash b{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:var(--primary)}.flash.error{background:#8f4b43}.flash.hide{opacity:0;transform:translateY(10px);pointer-events:none}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(max-width:1050px){.portal{grid-template-columns:78px 1fr}.sidebar{padding:22px 10px}.sidebar>.brand strong,.account-chip>div,.sidebar nav p,.logout{display:none}.sidebar>.brand{justify-content:center;padding:0}.account-chip{padding:8px;justify-content:center}.sidebar nav a{font-size:0;justify-content:center}.sidebar nav a:first-letter{font-size:17px}.dashboard-grid{grid-template-columns:1fr}.module-grid,.admin-modules{grid-template-columns:repeat(2,1fr)}.branding-grid{grid-template-columns:1fr}.brand-demo{display:none}.public-hero{grid-template-columns:1fr;text-align:center;padding-top:55px}.public-hero .lead{margin-left:auto;margin-right:auto}.public-hero figure{height:520px}.trust{justify-content:center}.public-modules{grid-template-columns:1fr}.how-section{grid-template-columns:1fr;gap:30px}.login-layout{grid-template-columns:1fr}.login-layout>aside{display:none}}
@media(max-width:720px){.public-header,.public-hero,.public-section,.how-section,.public-cta,.public-footer{width:calc(100% - 36px)}.public-header nav{display:none}.public-header .brand{font-size:21px}.public-header .outline-btn{padding:11px 13px;font-size:11px}.public-hero h1{font-size:49px}.public-hero .underlink{display:block;margin:18px auto 0;width:max-content}.trust{display:grid;gap:5px}.trust i{display:none}.public-hero figure{height:380px}.how-section{padding:35px 23px}.public-cta{padding:38px 25px;flex-direction:column;align-items:start;gap:25px}.public-footer{height:170px;flex-wrap:wrap;padding:30px 0}.public-footer p{width:100%;margin:0}.login-panel{padding:28px}.login-panel>.brand{left:28px;top:28px}.back-link{right:24px;top:38px}.login-copy{margin-top:140px}.portal{display:block;padding-bottom:65px}.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;height:64px;z-index:50;padding:6px 10px;border:0;border-top:1px solid var(--line);display:block}.sidebar>.brand,.account-chip,.logout{display:none}.sidebar nav{display:flex;justify-content:space-around}.sidebar nav p{display:none}.sidebar nav a{flex:1;height:51px;font-size:0;padding:0;display:grid;place-items:center}.sidebar nav a:first-letter{font-size:17px}.portal-header{padding:12px 17px}.user-menu>div{display:none}.content{padding:22px 15px 35px}.stats,.company-stats{grid-template-columns:repeat(2,1fr)}.module-grid,.admin-modules{grid-template-columns:1fr}.welcome,.list-title,.module-title{align-items:start;gap:15px;flex-wrap:wrap}.welcome>div:last-child,.module-title>div:last-child{width:100%}.welcome>div:last-child a,.module-title>div:last-child a{flex:1}.filters{flex-wrap:wrap}.filters label{min-width:100%}.filters span{margin-left:0}.form-grid,.record-grid,.module-builder{grid-template-columns:1fr}.field-builder{padding:18px 0 0;border-left:0;border-top:1px solid var(--line)}.builder-row{grid-template-columns:1fr 1fr}.builder-row button{grid-column:2;justify-self:end}.module-builder footer{grid-column:1}.dialog{border-radius:17px}.public-modules article{grid-template-columns:62px 1fr 18px}.module-icon{width:62px;height:62px}.login-copy h1{font-size:38px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

