:root{--bg:#f4f7f8;--panel:#fff;--text:#132126;--muted:#66777d;--line:#dfe7e9;--primary:#0c766f;--primary-dark:#075d58;--soft:#e9f5f3;--danger:#b42318;--warning:#9a6700;--success:#027a48;--sidebar:#0d2929;--shadow:0 8px 28px rgba(12,35,39,.06)}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;background:var(--sidebar);color:#f8ffff;padding:22px 16px;display:flex;flex-direction:column;overflow:auto}.brand{font-size:22px;font-weight:850;margin-bottom:18px}.brand small{display:block;color:#99b9b6;font-size:11px;font-weight:550;margin-top:3px}.org-chip{padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:rgba(255,255,255,.04);margin-bottom:18px}.org-chip span,.org-chip strong{display:block}.org-chip strong{font-size:13px}.org-chip span{font-size:11px;color:#aac4c1;margin-top:4px}.nav{display:grid;grid-gap:4px;gap:4px}.nav a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;color:#cee0de;font-size:13px;transition:background .18s ease,color .18s ease,transform .18s ease}.nav a:hover{background:rgba(255,255,255,.08);color:#fff;transform:translateX(2px)}.nav a.active{background:linear-gradient(90deg,rgba(77,190,177,.22),rgba(77,190,177,.07));color:#fff;box-shadow:inset 3px 0 0 #70d3c7}.nav-mark{width:7px;height:7px;border-radius:3px;background:rgba(201,232,226,.45);flex:0 0 7px}.nav a.active .nav-mark{background:#78d8cd;box-shadow:0 0 0 4px rgba(120,216,205,.12)}.nav-mark-admin{background:#e6c875}.sidebar-footer{margin-top:auto;padding-top:18px}.main{padding:30px}.mobile-head{display:none}.topbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px}.title{font-size:29px;margin:0;letter-spacing:-.5px}.subtitle{margin:6px 0 0;color:var(--muted);font-size:14px}.actions{display:flex;gap:8px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:10px 14px;font-weight:750;min-height:40px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:#fff;border:1px solid var(--line)}.btn-danger{background:#fff0ef;color:var(--danger);border:1px solid #f4c7c3}.btn-ghost{background:transparent;color:#d9e8e6;border:1px solid rgba(255,255,255,.12);width:100%}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.metric-label{color:var(--muted);font-size:13px}.metric-value{font-size:28px;font-weight:850;margin-top:7px;letter-spacing:-.5px}.metric-note{font-size:12px;color:var(--muted);margin-top:5px}.grid-2{grid-template-columns:1.45fr 1fr;grid-gap:16px;margin-top:16px}.grid-2,.grid-3{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:16px}.section-title{font-size:17px;margin:0 0 14px}.section-subtitle{color:var(--muted);font-size:13px;margin:-7px 0 14px}.calculator-card{margin-top:16px}.calculator-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.calculator-head .eyebrow{margin-bottom:8px}.calculator-body{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.calculator-tool-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.calculator-tool-heading strong{font-size:15px}.calculator-tool-heading p{font-size:12px;margin:4px 0 0}.calculator-tag{border:1px solid #cde6e3;background:var(--soft);border-radius:999px;color:#175d58;font-size:11px;font-weight:800;padding:5px 8px;white-space:nowrap}.calculator-result{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding:14px;border:1px solid var(--line);border-radius:12px}.calculator-result-empty{min-height:58px}.calculator-result-label{display:block;color:var(--muted);font-size:11px;font-weight:700}.calculator-result-value{display:block;color:var(--primary);font-size:30px;line-height:1.1;margin-top:4px}.calculator-result-green{background:#ecfdf3;border-color:#b7ebcd}.calculator-result-yellow{background:#fff7dc;border-color:#f3df9b}.calculator-result-red{background:#fff1f0;border-color:#f4c7c3}.calculator-note{color:var(--muted);font-size:11px;line-height:1.55;margin:12px 0 0}.result-history-list{display:grid;grid-gap:10px;gap:10px}.result-history-item{border:1px solid var(--line);border-radius:14px;background:#fbfdfd;overflow:hidden}.result-history-summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;cursor:pointer;list-style:none}.result-history-summary::-webkit-details-marker{display:none}.result-history-summary:after{content:"＋";color:var(--primary);font-size:20px;line-height:1;margin-left:6px}.result-history-item[open] .result-history-summary{border-bottom:1px solid var(--line);background:#fff}.result-history-item[open] .result-history-summary:after{content:"−"}.result-history-summary>span:first-child{min-width:0}.result-history-date,.result-history-summary strong{display:block}.result-history-date{color:var(--muted);font-size:12px;font-weight:400;margin-top:5px}.result-history-count{color:var(--primary);font-size:12px;font-weight:800;white-space:nowrap}.result-history-content{padding:15px 16px}.result-history-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:12px 10px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:middle}th{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:800}tbody tr:hover{background:#fbfcfc}.badge{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:800;white-space:nowrap}.badge-green{background:#ecfdf3;color:var(--success)}.badge-yellow{background:#fff7dc;color:var(--warning)}.badge-red{background:#fef3f2;color:var(--danger)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.field{display:grid;grid-gap:7px;gap:7px}.field label{font-size:12px;font-weight:800}.input,.select,.textarea{width:100%;padding:11px 12px;border:1px solid #cfdadd;border-radius:10px;background:#fff;color:var(--text);outline:none}.input:focus,.select:focus,.textarea:focus{border-color:#62aaa5;box-shadow:0 0 0 3px rgba(12,118,111,.1)}.textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.alert{padding:12px 14px;border-radius:11px;margin-bottom:16px;font-size:13px;border:1px solid}.alert-info{background:var(--soft);border-color:#cde6e3;color:#175d58}.alert-error{background:#fff1f0;border-color:#f4c7c3;color:#8f241d}.alert-success{background:#ecfdf3;border-color:#b7ebcd;color:#027a48}.empty{text-align:center;padding:42px 18px;color:var(--muted)}.empty strong{color:var(--text)}.empty p{margin:7px auto 0;max-width:480px}.toolbar{display:flex;gap:10px;justify-content:space-between;align-items:flex-end;margin-bottom:14px;flex-wrap:wrap}.search{width:min(420px,100%)}.muted{color:var(--muted)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.right{text-align:right}.stack{display:grid;grid-gap:14px;gap:14px}.divider{border:0;border-top:1px solid var(--line);margin:18px 0}.keyval{display:grid;grid-template-columns:160px 1fr;grid-gap:8px 14px;gap:8px 14px;font-size:13px}.keyval dt{color:var(--muted)}.keyval dd{margin:0;font-weight:650}.asset-link{font-size:12px;color:var(--primary);font-weight:750}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,#def2ef,transparent 35%),var(--bg)}.login-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:19px;padding:28px;box-shadow:0 24px 70px rgba(23,45,50,.12)}.login-card h1{margin:0 0 7px}.login-brand{font-weight:900;color:var(--primary);margin-bottom:24px}.auth-links{display:flex;justify-content:space-between;font-size:13px;margin-top:14px;color:var(--primary)}.checkbox-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.check-row{display:flex;align-items:flex-start;gap:9px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff}.check-row small{display:block;color:var(--muted);margin-top:2px}.result-input{min-width:110px}.danger-text{color:var(--danger);font-weight:750}.success-text{color:var(--success);font-weight:750}.text-link-button{border:0;background:transparent;padding:0;color:var(--primary);font-weight:800;cursor:pointer;text-decoration:underline}.billing-editor{border:1px solid #dce9e7;border-radius:14px;padding:16px;background:linear-gradient(180deg,#fbfdfd,#f5faf9)}.invoice-summary{margin-left:auto;width:min(360px,100%);display:grid;grid-gap:9px;gap:9px;border-top:1px solid var(--line);padding-top:13px}.invoice-summary>div{display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:13px}.invoice-summary strong{color:var(--text)}.invoice-summary-total{border-top:1px solid var(--line);padding-top:11px;margin-top:3px;font-size:16px!important;color:var(--text)!important}.invoice-summary-total strong{font-size:19px;color:var(--primary)}@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:1fr 1fr}}@media(max-width:860px){.app-shell{display:block}.sidebar{display:none}.main{padding:18px}.mobile-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.mobile-brand{font-size:20px;font-weight:900;color:var(--primary);display:block}.mobile-context{display:block;color:var(--muted);font-size:11px;margin-top:2px}.mobile-head summary{cursor:pointer;font-weight:750;color:var(--primary);list-style:none;border:1px solid var(--line);border-radius:9px;padding:8px 11px;background:#fff}.mobile-menu{position:absolute;right:18px;z-index:10;width:245px;background:#fff;border:1px solid var(--line);box-shadow:0 18px 50px rgba(20,45,48,.15);border-radius:14px;padding:8px;display:grid}.mobile-menu .nav{gap:2px}.mobile-menu .nav a{color:var(--text);padding:10px}.mobile-menu .nav a.active,.mobile-menu .nav a:hover{background:var(--soft);color:var(--primary);box-shadow:none}.mobile-menu .nav-mark{background:#a8bcba}.mobile-logout{border-top:1px solid var(--line);margin-top:7px;padding-top:7px}.mobile-logout .btn{width:100%}.grid-2,.grid-3{grid-template-columns:1fr}}@media(max-width:620px){.cards,.checkbox-list,.form-grid,.form-grid-3{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.title{font-size:25px}.keyval{grid-template-columns:1fr}.main{padding:14px}.calculator-head{flex-direction:column}.calculator-head .btn{width:100%}.calculator-result,.calculator-tool-heading{align-items:flex-start;flex-direction:column}}.marketing-page{background:#fff;overflow:hidden}.marketing-container{width:min(1180px,calc(100% - 40px));margin:0 auto}.marketing-nav-shell{position:relative;z-index:20;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid #e9eeee}.marketing-nav{height:76px;width:min(1180px,calc(100% - 40px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.marketing-brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;font-size:20px;letter-spacing:-.45px;color:#0b2b2a}.brand-mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,#0f7f77,#0a5752);position:relative;display:inline-block;box-shadow:0 8px 20px rgba(12,118,111,.18)}.brand-mark span:first-child{position:absolute;width:15px;height:4px;border-radius:4px;background:#fff;left:7.5px;top:13px}.brand-mark span:last-child{position:absolute;width:4px;height:15px;border-radius:4px;background:#fff;left:13px;top:7.5px}.marketing-links{display:flex;align-items:center;gap:28px;color:#526567;font-size:14px;font-weight:650}.marketing-links a:hover{color:#0c766f}.marketing-actions{display:flex;align-items:center;gap:15px}.nav-login{font-size:14px;font-weight:750;color:#234344}.nav-cta{min-height:38px;padding:8px 15px}.hero-section{position:relative;padding:88px 0 94px;background:linear-gradient(180deg,#fbfdfd,#f3f8f7);border-bottom:1px solid #e5eeee}.hero-grid{display:grid;grid-template-columns:1.02fr 1fr;grid-gap:66px;gap:66px;align-items:center;position:relative;z-index:2}.hero-copy{padding:18px 0}.hero-kicker{display:inline-flex;align-items:center;gap:9px;border:1px solid #d8e8e6;background:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;color:#386563;box-shadow:0 7px 24px rgba(16,68,67,.05)}.status-dot{width:7px;height:7px;border-radius:50%;background:#15a075;box-shadow:0 0 0 4px #e5f7ef}.hero-copy h1{font-size:clamp(46px,5vw,72px);line-height:.99;letter-spacing:-3.6px;margin:24px 0;max-width:720px;color:#0b2929}.hero-copy h1 em{font-style:normal;color:#0c766f;position:relative}.hero-copy h1 em:after{content:"";position:absolute;left:2%;right:1%;height:6px;border-radius:99px;background:#b8ded8;bottom:-5px;transform:rotate(-1.5deg);z-index:-1}.hero-lead{font-size:18px;line-height:1.7;color:#5b6f72;margin:0;max-width:660px}.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}.btn-lg{min-height:48px;padding:13px 20px;border-radius:12px}.hero-trust{display:flex;flex-wrap:wrap;gap:17px;margin-top:26px;font-size:12px;color:#5d7475;font-weight:720}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.hero-orb-a{width:330px;height:330px;background:rgba(166,223,215,.25);right:3%;top:-140px}.hero-orb-b{width:240px;height:240px;background:rgba(211,235,231,.4);left:-90px;bottom:-90px}.product-stage{position:relative;min-height:520px;display:grid;place-items:center}.product-window{width:100%;border:1px solid #d8e5e4;border-radius:20px;background:#fff;box-shadow:0 34px 90px rgba(13,59,59,.17);overflow:hidden;transform:perspective(1000px) rotateY(-2deg) rotateX(1deg)}.product-window-top{height:48px;border-bottom:1px solid #e6eded;display:flex;align-items:center;padding:0 16px;gap:16px;background:#fcfefe}.window-dots{display:flex;gap:6px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#d6dfdf}.window-dots i:first-child{background:#f3a9a5}.window-dots i:nth-child(2){background:#f2cf81}.window-dots i:nth-child(3){background:#8fd5b6}.window-pill{margin:auto;background:#f2f6f6;color:#7b8b8d;font-size:9px;border-radius:7px;padding:6px 34px}.product-ui{display:grid;grid-template-columns:60px 1fr;min-height:388px}.product-sidebar{background:#0d2929;padding:16px 11px;display:flex;align-items:center;flex-direction:column;gap:18px}.mini-logo{width:30px;height:30px;border-radius:9px;background:#e8faf6;color:#0c766f;display:grid;place-items:center;font-size:8px;font-weight:900;margin-bottom:8px}.product-sidebar span{width:25px;height:7px;border-radius:99px;background:rgba(255,255,255,.14)}.product-sidebar span.active{background:#68c8bc}.product-main{background:#f7f9f9;padding:22px}.product-title-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-title-row b,.product-title-row small{display:block}.product-title-row b{font-size:14px}.product-title-row small{font-size:8px;color:#879798;margin-top:4px}.product-title-row button{border:0;background:#0c766f;color:#fff;padding:7px 10px;border-radius:7px;font-size:8px;font-weight:800}.product-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:18px}.product-metrics>div{background:#fff;border:1px solid #e4ebeb;padding:12px;border-radius:10px}.product-metrics small,.product-metrics span,.product-metrics strong{display:block}.product-metrics small{font-size:7px;color:#839294}.product-metrics strong{font-size:19px;margin:4px 0;color:#183434}.product-metrics span{font-size:7px;color:#0b856e}.product-panels{display:grid;grid-template-columns:1.35fr 1fr;grid-gap:10px;gap:10px;margin-top:10px}.chart-panel,.queue-panel{background:#fff;border:1px solid #e4ebeb;border-radius:10px;padding:12px;min-height:165px}.panel-label{font-size:8px;font-weight:800;color:#415758}.fake-chart{height:115px;display:flex;align-items:flex-end;gap:5px;padding-top:15px}.fake-chart span{flex:1 1;background:linear-gradient(180deg,#47a99e,#bce1dc);border-radius:4px 4px 1px 1px}.queue-row{display:grid;grid-template-columns:8px 1fr auto;grid-gap:6px;gap:6px;align-items:center;padding:8px 0;border-bottom:1px solid #eef2f2;font-size:7px}.queue-row i{width:7px;height:7px;border-radius:50%;background:#61bfb2}.queue-row small{font-size:6px;color:#809092}.floating-card{position:absolute;background:#fff;border:1px solid #dce8e6;border-radius:13px;box-shadow:0 18px 45px rgba(11,53,53,.13)}.result-float{right:-30px;top:62px;width:130px;padding:13px}.result-float small,.result-float span,.result-float strong{display:block}.result-float span{font-size:7px;color:#758789}.result-float strong{font-size:20px;margin:3px 0}.result-float small{font-size:7px;color:#148260}.secure-float{left:-40px;bottom:50px;padding:11px 13px;display:flex;align-items:center;gap:9px}.shield-icon{width:28px;height:28px;border-radius:9px;background:#e6f7f2;color:#0a8068;display:grid;place-items:center;font-weight:900}.secure-float small,.secure-float strong{display:block}.secure-float strong{font-size:8px}.secure-float small{font-size:7px;color:#829092;margin-top:2px}.proof-strip{border-bottom:1px solid #e8eeee;background:#fff}.proof-row{min-height:76px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;color:#6a7b7d;font-size:12px}.proof-row>span{text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:800}.proof-row strong{color:#314d4e}.proof-row i{width:4px;height:4px;border-radius:50%;background:#bdd0ce}.marketing-section{padding:100px 0}.section-heading.marketing-heading{max-width:780px;margin-bottom:45px}.eyebrow{display:inline-flex;color:#0c766f;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.11em}.eyebrow.light{color:#9edbd2}.cta-card h2,.marketing-heading h2,.process-grid h2,.security-grid h2{font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-2px;color:#0d2d2c;margin:12px 0 16px}.marketing-heading p,.process-copy,.security-grid p{color:#657879;font-size:16px;line-height:1.7;margin:0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.feature-card{padding:25px;border:1px solid #e2eaea;border-radius:17px;background:#fff;min-height:220px;transition:.2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(18,63,62,.08);border-color:#cbdedb}.feature-number{font-size:10px;font-weight:900;color:#0c766f;background:#eaf6f4;border-radius:999px;padding:6px 8px}.feature-card h3{font-size:19px;margin:28px 0 9px;color:#183534}.feature-card p{font-size:14px;line-height:1.65;color:#6a7b7d;margin:0}.process-section{background:#f5f9f8}.process-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:78px;gap:78px;align-items:center}.text-link{display:inline-block;margin-top:22px;color:#0c766f;font-weight:800;font-size:14px}.workflow-card{background:#fff;border:1px solid #dfe9e8;border-radius:20px;padding:15px;box-shadow:0 22px 55px rgba(17,65,63,.07)}.workflow-item{display:grid;grid-template-columns:44px 1fr 22px;align-items:center;grid-gap:12px;gap:12px;padding:15px 14px;border-bottom:1px solid #edf1f1}.workflow-item:last-child{border:0}.workflow-item>span{width:36px;height:36px;border-radius:10px;background:#ebf6f4;color:#0c766f;display:grid;place-items:center;font-size:10px;font-weight:900}.workflow-item strong{font-size:14px}.workflow-item i{font-style:normal;color:#9db0b0}.workflow-item b{color:#0c8b70}.security-section{background:#0a2626;color:#d8e8e6}.security-grid{display:grid;grid-template-columns:1fr 1.04fr;align-items:center;grid-gap:80px;gap:80px}.security-grid h2{color:#fff}.security-grid p{color:#a9c1bf}.security-visual{position:relative;height:390px;display:grid;place-items:center}.security-ring{position:absolute;border-radius:50%;border:1px solid rgba(116,207,194,.2)}.ring-1{width:300px;height:300px}.ring-2{width:220px;height:220px;border-color:rgba(116,207,194,.35)}.security-core{width:150px;height:150px;border-radius:34px;background:linear-gradient(145deg,#123b3a,#0c302f);border:1px solid rgba(167,235,225,.18);box-shadow:0 30px 80px rgba(0,0,0,.25);display:grid;place-items:center;align-content:center;grid-gap:5px;gap:5px;text-align:center}.security-core>span{width:42px;height:42px;background:#dff8f3;color:#087261;border-radius:14px;display:grid;place-items:center;font-size:22px;font-weight:900;margin-bottom:5px}.security-core strong{font-size:11px}.security-core small{font-size:8px;color:#86aaa6}.security-tag{position:absolute;background:#123635;border:1px solid rgba(135,214,202,.18);border-radius:999px;padding:8px 12px;font-size:9px;font-weight:850;color:#b8e0da}.tag-a{left:8%;top:26%}.tag-b{right:5%;top:37%}.tag-c{left:18%;bottom:18%}.security-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:26px}.security-list span{border:1px solid rgba(155,216,208,.14);background:rgba(255,255,255,.035);border-radius:11px;padding:13px;font-size:12px;color:#c7dcda}.security-list span:before{content:"✓";color:#79d7ca;font-weight:900;margin-right:8px}.cta-section{padding:90px 0;background:#fff}.cta-card{border-radius:24px;background:linear-gradient(120deg,#0c766f,#07534f);padding:54px;display:flex;align-items:center;justify-content:space-between;gap:45px;box-shadow:0 28px 75px rgba(8,86,80,.2)}.cta-card h2{color:#fff;max-width:700px;font-size:38px;margin-bottom:0}.cta-actions{display:flex;gap:10px;flex-wrap:wrap}.cta-white{background:#fff;color:#0a5f59}.cta-outline{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}.marketing-footer{border-top:1px solid #e9eeee;padding:34px 0}.footer-row{display:grid;grid-template-columns:1fr 1.5fr auto;grid-gap:25px;gap:25px;align-items:center}.footer-row p{font-size:12px;color:#718183;text-align:center}.footer-row>div:last-child{display:flex;gap:18px;font-size:12px;font-weight:700;color:#506667}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(390px,.9fr) 1.1fr;background:#f8fbfa}.auth-story{position:relative;overflow:hidden;background:linear-gradient(145deg,#082c2b,#0b4e4a 58%,#0b625b);padding:42px 50px;color:#fff;display:flex;flex-direction:column;min-height:100vh}.auth-story:after,.auth-story:before{content:"";position:absolute;border-radius:50%;border:1px solid rgba(164,232,222,.12)}.auth-story:before{width:520px;height:520px;right:-260px;top:20%}.auth-story:after{width:370px;height:370px;right:-185px;top:29%}.auth-brand{color:#fff;position:relative;z-index:2}.auth-story-copy{margin:auto 0;max-width:510px;position:relative;z-index:2}.auth-story-copy h2{font-size:clamp(38px,4vw,56px);line-height:1.04;letter-spacing:-2.4px;margin:15px 0 20px}.auth-story-copy>p{font-size:16px;line-height:1.7;color:#b8d1ce;max-width:470px}.auth-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:34px}.auth-proof-grid>div{border:1px solid rgba(188,235,228,.12);border-radius:13px;padding:14px;background:rgba(255,255,255,.035)}.auth-proof-grid span,.auth-proof-grid strong{display:block}.auth-proof-grid strong{font-size:13px;color:#b4f0e6}.auth-proof-grid span{font-size:9px;line-height:1.45;color:#9ab9b6;margin-top:5px}.auth-story-foot{position:relative;z-index:2;font-size:10px;color:#7ea4a0;margin:0}.auth-form-side{display:grid;place-items:center;padding:40px}.auth-card-pro{width:min(470px,100%)}.auth-card-head{margin-bottom:28px}.auth-card-head h1{font-size:36px;letter-spacing:-1.4px;margin:9px 0 10px;color:#102f2f}.auth-card-head p{color:#687a7c;line-height:1.6;font-size:14px;margin:0}.auth-form{display:grid;grid-gap:17px;gap:17px}.auth-input{min-height:48px;border-radius:11px;padding:12px 14px}.label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.label-row a{font-size:11px;color:#0c766f;font-weight:750}.auth-submit{min-height:49px;margin-top:3px;display:flex;gap:8px}.auth-submit span{font-size:17px}.auth-card-footer{border-top:1px solid #e4ebeb;margin-top:26px;padding-top:20px;display:flex;justify-content:center;gap:6px;font-size:12px;color:#6e8082}.auth-card-footer a{color:#0c766f;font-weight:850}.auth-security-note{margin-top:18px;background:#eff7f5;border:1px solid #d9ebe7;border-radius:11px;padding:11px 12px;display:flex;gap:9px;align-items:flex-start}.auth-security-note>span{color:#0c806b;font-weight:900}.auth-security-note p{font-size:10px;line-height:1.5;color:#617779;margin:0}.password-hint{display:flex;gap:12px;flex-wrap:wrap;font-size:9px;color:#738487}.password-hint span:before{content:"✓";color:#0c8d72;font-weight:900;margin-right:4px}.terms-note{font-size:9px;line-height:1.5;color:#879596;text-align:center;margin:17px auto 0;max-width:380px}@media(max-width:980px){.marketing-links{display:none}.hero-grid,.process-grid,.security-grid{grid-template-columns:1fr}.hero-section{padding-top:62px}.hero-copy{text-align:center}.hero-copy h1,.hero-lead{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust{justify-content:center}.product-stage{width:min(700px,100%);margin:20px auto 0}.feature-grid{grid-template-columns:repeat(2,1fr)}.security-grid>div:last-child{text-align:center}.security-list{text-align:left}.cta-card{flex-direction:column;text-align:center}.footer-row{grid-template-columns:1fr;text-align:center}.footer-row .marketing-brand,.footer-row>div:last-child{justify-content:center}.auth-page{grid-template-columns:1fr}.auth-story{min-height:auto;padding:28px 32px}.auth-story-copy{margin:70px 0 55px}.auth-story-foot{display:none}.auth-form-side{padding:55px 24px}}@media(max-width:640px){.marketing-container,.marketing-nav{width:min(100% - 28px,1180px)}.marketing-nav{height:68px}.marketing-actions .nav-login{display:none}.hero-section{padding:46px 0 66px}.hero-copy h1{font-size:43px;letter-spacing:-2.4px}.hero-lead{font-size:15px}.product-stage{min-height:390px}.product-window{transform:none}.product-ui{grid-template-columns:43px 1fr}.product-main{padding:12px}.product-sidebar{padding:12px 7px}.product-metrics{gap:6px}.product-panels{grid-template-columns:1fr}.queue-panel{display:none}.result-float{right:-6px;top:45px}.secure-float{left:-6px;bottom:28px}.proof-row{padding:20px 0;gap:12px}.proof-row i{display:none}.marketing-section{padding:70px 0}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:0}.security-visual{height:310px}.security-list{grid-template-columns:1fr}.cta-card{padding:34px 22px}.cta-card h2{font-size:31px}.auth-story{display:none}.auth-form-side{min-height:100vh;padding:40px 20px;background:radial-gradient(circle at 10% 0,#e7f5f2,transparent 30%),#f8fbfa}.auth-card-pro:before{content:"Labora";display:block;font-size:20px;font-weight:900;color:#0c766f;margin-bottom:48px}.auth-card-head h1{font-size:32px}}.brand-logo{display:block;object-fit:contain}.brand-logo-sidebar{width:190px;height:auto;filter:brightness(0) invert(1);opacity:.96}.brand-logo-mobile{width:145px;height:auto}.brand-logo-marketing{width:188px;height:48px}.brand-logo-footer{width:170px;height:44px}.brand-logo-auth{width:210px;height:55px;filter:brightness(0) invert(1)}.patient-mobile-cards{display:none}.patient-mobile-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.patient-mobile-card:last-child{border-bottom:0}.patient-mobile-card span,.patient-mobile-card strong{display:block}.patient-mobile-card .muted{font-size:12px;margin-top:4px}.order-mobile-cards{display:none}.order-mobile-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.order-mobile-card:last-child{border-bottom:0}.order-mobile-card span,.order-mobile-card strong{display:block}.order-mobile-card strong{margin-top:7px}.order-mobile-card .muted{font-size:12px;margin-top:4px}@media(max-width:640px){.orders-table,.patients-table{display:none}.order-mobile-cards,.patient-mobile-cards{display:block}}.sidebar{scrollbar-width:thin;scrollbar-color:rgba(160,220,213,.35) transparent}.nav{gap:14px}.nav-group{display:grid;grid-gap:4px;gap:4px}.nav-group-title{padding:0 11px 3px;color:#79a19d;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.nav-group-platform{margin-top:2px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1)}.main{width:100%;max-width:1680px;margin:0 auto;padding:30px clamp(18px,3vw,46px) 48px;min-width:0}body,html{overflow-x:hidden}.app-shell{width:100%;min-width:0}.cards .card{min-height:126px;position:relative;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.cards .card:after{content:"";position:absolute;right:-22px;bottom:-30px;width:92px;height:92px;border-radius:50%;background:var(--soft);opacity:.8}.cards .card:hover{transform:translateY(-2px);border-color:#c4dedb;box-shadow:0 14px 34px rgba(12,35,39,.1)}.metric-label,.metric-note,.metric-value{position:relative;z-index:1}.metric-value{line-height:1.1}.metric-note{margin-top:8px}.table-wrap{border:1px solid #edf2f3;border-radius:12px;scrollbar-width:thin;scrollbar-color:#b7cecb transparent}.table-wrap table{min-width:620px}.mobile-head{position:-webkit-sticky;position:sticky;top:0;z-index:30;padding:2px 0 14px;background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.mobile-head details{position:relative}.mobile-head summary{min-width:76px;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-head details[open] summary{background:var(--primary);border-color:var(--primary);color:#fff}.mobile-menu{top:calc(100% + 10px);right:0;width:min(320px,calc(100vw - 28px));max-height:calc(100vh - 92px);overflow-y:auto;overscroll-behavior:contain}@media (max-width:860px){body:has(.mobile-head details[open]){overflow:hidden}.mobile-menu{position:fixed;top:78px;left:14px;right:14px;width:auto;max-height:calc(100dvh - 94px);z-index:100;box-shadow:0 20px 48px rgba(20,45,48,.18)}.main{max-width:none}.mobile-menu .nav{gap:12px}.mobile-menu .nav-group-title{padding:2px 10px 4px;color:#728486}.mobile-menu .nav-group-platform{border-top-color:var(--line)}.mobile-menu .nav a{min-height:42px}}@media (max-width:620px){.mobile-head{margin:-2px -2px 16px;padding:0 2px 12px}.mobile-menu{top:70px;left:10px;right:10px;max-height:calc(100dvh - 82px);border-radius:16px}.topbar .actions{width:100%}.topbar .actions .btn{flex:1 1 auto}.mobile-brand{line-height:1}.brand-logo-mobile{width:132px}.card{padding:16px;border-radius:14px}.cards{gap:10px}.cards .card{min-height:112px}.metric-value{font-size:25px}.table-wrap{margin-inline:-4px}.billing-overview{gap:12px}.compact-empty{padding:20px 10px}}