:root{--bg:#f7f8fa;--surface:#fff;--surface-2:#f1f4f7;--ink:#16201b;--muted:#66716b;--line:#dfe5e1;--green:#1d7a4d;--green-dark:#145c3a;--green-soft:#eaf6ef;--danger:#ba3d42;--danger-soft:#fff0f0;--shadow:0 18px 55px rgba(30,48,39,.08);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.app-body{padding-left:264px}.sidebar{position:fixed;inset:0 auto 0 0;width:264px;display:flex;flex-direction:column;padding:24px 16px 18px;border-right:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(18px);z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand strong{font-size:15px;letter-spacing:-.02em}.brand small,.account-copy small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.nav-list{display:flex;flex:1;flex-direction:column;gap:4px;margin-top:33px}.nav-link{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;color:#5d6862;font-size:13px;font-weight:600;transition:.18s ease}.nav-link span{width:20px;text-align:center;font-size:17px;color:#8b9690}.nav-link:hover{background:var(--surface-2);color:var(--ink)}.nav-link.active{background:var(--green-soft);color:var(--green-dark)}.nav-link.active span{color:var(--green)}.nav-label{margin:23px 12px 6px;color:#9aa39e;font-size:9px;font-weight:800;letter-spacing:.14em}.account-card{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--bg)}.avatar{display:grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border-radius:50%;background:#dcebe2;color:var(--green-dark);font-size:13px;font-weight:800}.avatar.small{width:30px;height:30px}.account-copy{min-width:0;flex:1}.account-copy strong{display:block;overflow:hidden;font-size:12px;text-overflow:ellipsis}.icon-button{border:0;background:none;color:var(--muted);font-size:18px}.main-content{min-height:100vh}.mobile-header{display:none}.page-wrap{width:min(1240px,calc(100% - 64px));margin:0 auto;padding:62px 0 80px}.page-wrap.narrow{max-width:780px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:35px}.page-heading h1{margin:7px 0 8px;font-family:Georgia,serif;font-size:37px;font-weight:500;line-height:1.12;letter-spacing:-.035em}.page-heading p,.panel-head p{margin:0;color:var(--muted);font-size:13px}.kicker{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.15em}.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:43px;padding:0 18px;border:1px solid transparent;border-radius:9px;font-size:12px;font-weight:750;transition:.18s ease}.button.primary{background:var(--green);color:#fff;box-shadow:0 8px 20px rgba(29,122,77,.16)}.button.primary:hover{background:var(--green-dark);transform:translateY(-1px)}.button.secondary{border-color:var(--line);background:var(--surface);color:var(--ink)}.button.danger{border-color:#efcfd0;background:#fff;color:var(--danger)}.button.small{min-height:36px;padding:0 14px}.button.full{width:100%;min-height:48px}.button:disabled{cursor:not-allowed;opacity:.45}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:24px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 2px 8px rgba(30,48,39,.025)}.stat-grid.four{grid-template-columns:repeat(4,1fr)}.stat-grid article{position:relative;padding:23px 25px;border-right:1px solid var(--line)}.stat-grid article:last-child{border:0}.stat-grid span{display:block;color:var(--muted);font-size:11px}.stat-grid b{display:block;margin:9px 0 5px;font-family:Georgia,serif;font-size:32px;font-weight:500}.stat-grid small{color:#909a95;font-size:10px}.content-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:24px;align-items:start}.content-grid.domains-layout{grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr)}.panel{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 4px 16px rgba(30,48,39,.025)}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:21px 23px;border-bottom:1px solid var(--line)}.panel-head h2{margin:0 0 5px;font-family:Georgia,serif;font-size:18px;font-weight:600;letter-spacing:-.015em}.panel-head>a{color:var(--green);font-size:11px;font-weight:700}.domain-list>a{display:flex;align-items:center;gap:13px;padding:16px 22px;border-bottom:1px solid var(--line);transition:.16s}.domain-list>a:last-child{border:0}.domain-list>a:hover{background:#fafcfb}.domain-list>a>span:nth-child(2){min-width:0;flex:1}.domain-list strong{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis}.domain-list small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.domain-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--green-soft);color:var(--green);font-size:18px}.live-pill,.paused-pill{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:4px 8px;border-radius:20px;background:var(--green-soft);color:var(--green-dark);font-size:9px;font-weight:750}.live-pill.large{padding:7px 12px;font-size:10px}.paused-pill{background:#fff1dc;color:#995c08}.activity-list>div{display:flex;align-items:flex-start;gap:12px;padding:15px 22px;border-bottom:1px solid var(--line)}.activity-list>div:last-child{border:0}.activity-list p{min-width:0;flex:1;margin:0}.activity-list strong,.activity-list small{display:block;font-size:11px}.activity-list small{overflow:hidden;margin-top:4px;color:var(--muted);text-overflow:ellipsis}.activity-list time{color:#909a95;font-size:9px;white-space:nowrap}.activity-dot{width:7px;height:7px;margin-top:4px;border:2px solid #b9dbc7;border-radius:50%;background:var(--green)}.empty{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;padding:32px;text-align:center}.empty>span{color:var(--green);font-size:26px}.empty h3{margin:12px 0 6px;font-family:Georgia,serif;font-size:17px}.empty p{max-width:330px;margin:0 0 16px;color:var(--muted);font-size:11px;line-height:1.7}.empty.compact{min-height:140px}.stack-form{display:flex;flex-direction:column;gap:18px}.form-panel>.stack-form,.form-panel>form{padding:23px}.stack-form label,.inline-form label{display:flex;flex-direction:column;gap:7px;color:#435049;font-size:11px;font-weight:700}.stack-form label small,.inline-form label small{color:#8a958f;font-size:9px;font-weight:500;line-height:1.45}.stack-form input,.stack-form select,.stack-form textarea,.inline-form input,.inline-form select{width:100%;min-height:42px;padding:10px 12px;border:1px solid #d7ded9;border-radius:8px;outline:none;background:#fff;font-size:12px;transition:.15s}.stack-form textarea{resize:vertical}.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus,.inline-form input:focus,.inline-form select:focus{border-color:#72ad8b;box-shadow:0 0 0 3px rgba(29,122,77,.09)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.record-grid{grid-template-columns:110px 1fr}.joined-input{display:flex}.joined-input input{border-radius:8px 0 0 8px}.joined-input select{width:48%;border-left:0;border-radius:0 8px 8px 0;background:var(--surface-2)}.back-link{display:inline-block;margin-bottom:25px;color:var(--muted);font-size:11px;font-weight:700}.domain-heading{align-items:center}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th{padding:12px 17px;border-bottom:1px solid var(--line);background:#fafbfa;color:#7f8a84;font-size:9px;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap}td{padding:14px 17px;border-bottom:1px solid var(--line);font-size:11px;vertical-align:middle}tbody tr:last-child td{border-bottom:0}.record-value{max-width:290px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.type-badge{display:inline-block;padding:4px 7px;border-radius:5px;background:#e9f2ed;color:var(--green-dark);font-family:ui-monospace,monospace;font-size:9px;font-weight:800}.type-badge.neutral{background:#eff1f0;color:#4d5852}.danger-link,.text-button{padding:4px;border:0;background:none;color:var(--danger);font-size:10px;font-weight:700}.text-button{color:var(--green)}.muted{color:var(--muted)}.danger-zone{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:22px 24px;border-color:#efd9d9;background:#fffafa}.danger-zone h2{margin:0 0 5px;font-family:Georgia,serif;font-size:17px}.danger-zone p{margin:0;color:var(--muted);font-size:11px}.user-cell{display:flex;align-items:center;gap:10px}.user-cell strong,.user-cell small{display:block}.user-cell small{margin-top:3px;color:var(--muted);font-size:9px}.provider-fields{display:flex;flex-direction:column;gap:13px;padding:16px;border-radius:10px;background:var(--surface-2)}.provider-fields h3{margin:8px 0 0;color:var(--green);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.provider-list article{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--line)}.provider-list article:last-child{border:0}.provider-list article>div{min-width:0;flex:1}.provider-list strong,.provider-list small{display:block}.provider-list strong{font-size:12px}.provider-list small{margin-top:4px;color:var(--muted);font-size:9px}.provider-logo{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#edf4f0;color:var(--green);font-weight:800}.zone-panel{margin-top:24px}.inline-form{display:grid;grid-template-columns:1fr 1fr 1.3fr auto;gap:13px;align-items:end;padding:20px;border-bottom:1px solid var(--line)}.settings-form{padding:28px!important}.switch-row{display:flex!important;align-items:center;justify-content:space-between;flex-direction:row!important;padding:15px;border:1px solid var(--line);border-radius:10px}.switch-row span strong,.switch-row span small{display:block}.switch-row input,.check-row input{width:18px!important;min-height:18px!important}.flash-stack{position:fixed;top:20px;right:24px;z-index:100;display:flex;width:min(390px,calc(100vw - 48px));flex-direction:column;gap:8px}.flash{padding:13px 16px;border:1px solid #bedccb;border-radius:10px;background:#eef8f2;color:var(--green-dark);box-shadow:var(--shadow);font-size:11px;font-weight:650}.flash.error{border-color:#f0c8ca;background:var(--danger-soft);color:#8f292e}.flash.info{border-color:#cfdbe7;background:#f0f6fb;color:#385a78}
.public-body{background:#fbfcfb}.public-content{min-height:100vh}.marketing-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}.public-nav{display:flex;align-items:center;justify-content:space-between;padding:25px 0}.public-nav nav{display:flex;align-items:center;gap:28px;color:var(--muted);font-size:11px;font-weight:650}.hero{max-width:850px;margin:95px auto 55px;text-align:center}.eyebrow{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--green);font-size:9px;font-weight:800;letter-spacing:.13em}.eyebrow span{width:5px;height:5px;border-radius:50%;background:var(--green)}.hero h1{margin:24px 0 22px;font-family:Georgia,serif;font-size:57px;font-weight:500;line-height:1.08;letter-spacing:-.045em}.hero h1 em{color:var(--green);font-weight:500}.hero>p{max-width:610px;margin:0 auto;color:var(--muted);font-size:14px;line-height:1.8}.hero-actions{display:flex;justify-content:center;gap:10px;margin-top:30px}.trust-row{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:31px;color:#87918c;font-size:9px}.trust-row b{color:#4a5650}.trust-row i{width:3px;height:3px;border-radius:50%;background:#bcc4c0}.preview-card{overflow:hidden;max-width:1030px;margin:0 auto 115px;border:1px solid #d9e0dc;border-radius:15px;background:#fff;box-shadow:0 32px 90px rgba(32,60,45,.13)}.preview-top{display:flex;align-items:center;gap:70px;height:35px;padding:0 14px;border-bottom:1px solid var(--line);background:#f5f7f6;color:#97a09b;font-size:8px}.dots{color:#c2cac6;letter-spacing:3px}.preview-body{display:grid;grid-template-columns:180px 1fr;min-height:440px}.preview-side{display:flex;flex-direction:column;gap:8px;padding:24px 17px;border-right:1px solid var(--line);color:#6f7b74;font-size:9px}.preview-side b{margin-bottom:18px;color:var(--ink);font-size:11px}.preview-side span{padding:9px;border-radius:6px}.preview-side .selected{background:var(--green-soft);color:var(--green)}.preview-side small{margin:15px 8px 0;color:#a3aba7;font-size:6px;letter-spacing:.1em}.preview-main{padding:43px 44px;background:#fafbfa}.preview-main>small{color:var(--green);font-size:7px;font-weight:800;letter-spacing:.14em}.preview-main h2{margin:7px 0 25px;font-family:Georgia,serif;font-size:25px;font-weight:500}.preview-stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:9px;background:#fff}.preview-stats div{padding:16px;border-right:1px solid var(--line)}.preview-stats div:last-child{border:0}.preview-stats span,.preview-stats b{display:block}.preview-stats span{color:var(--muted);font-size:7px}.preview-stats b{margin-top:8px;font-family:Georgia,serif;font-size:22px;font-weight:500}.fake-table{margin-top:17px;padding:18px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:8px}.fake-table>b{display:block;margin-bottom:14px;font-size:10px}.fake-table p{display:flex;align-items:center;gap:8px;margin:0;padding:11px 0;border-top:1px solid var(--line)}.fake-table p small{margin-left:auto;color:var(--muted)}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.feature-section{padding:90px 0;border-top:1px solid var(--line)}.feature-section>div:first-child{max-width:560px}.feature-section h2{margin:12px 0 40px;font-family:Georgia,serif;font-size:34px;font-weight:500}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-grid article{padding:28px;border:1px solid var(--line);border-radius:13px;background:#fff}.feature-icon{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--green-soft);color:var(--green);font-size:18px}.feature-grid h3{margin:18px 0 9px;font-size:13px}.feature-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.public-footer{display:flex;justify-content:space-between;padding:25px 0;border-top:1px solid var(--line);color:var(--muted);font-size:9px}.auth-shell{display:flex;min-height:100vh;align-items:center;justify-content:center;padding:90px 24px;background:radial-gradient(circle at 50% 15%,#edf6f0,transparent 38%)}.auth-brand{position:absolute;top:28px;left:34px}.auth-card{width:min(420px,100%);padding:40px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.96);box-shadow:var(--shadow)}.auth-card.wide{width:min(590px,100%)}.auth-card .eyebrow{justify-content:flex-start}.auth-card h1{margin:14px 0 8px;font-family:Georgia,serif;font-size:34px;font-weight:500}.auth-card>p,.setup-form>div>p{margin:0 0 27px;color:var(--muted);font-size:12px;line-height:1.6}.check-row{align-items:center!important;flex-direction:row!important;color:var(--muted)!important;font-weight:500!important}.auth-footer{margin:23px -40px -40px;padding:18px;border-top:1px solid var(--line);background:#fafbfa;color:var(--muted);font-size:10px;text-align:center}.auth-footer a{color:var(--green);font-weight:700}.setup-shell{display:grid;min-height:100vh;grid-template-columns:minmax(320px,42%) 1fr}.setup-intro{display:flex;justify-content:space-between;flex-direction:column;padding:50px 70px;background:#173f2c;color:#fff}.setup-intro h1{margin:18px 0 12px;font-family:Georgia,serif;font-size:45px;font-weight:500}.setup-intro>div>p{max-width:430px;color:#c4d6cc;font-size:12px;line-height:1.8}.step-badge{color:#8fd1a9;font-size:9px;font-weight:800;letter-spacing:.14em}.setup-list{display:flex;flex-direction:column;gap:20px;margin:42px 0 0;padding:0;list-style:none}.setup-list li{display:flex;align-items:center;gap:14px}.setup-list li>b{display:grid;place-items:center;width:31px;height:31px;border:1px solid #49705d;border-radius:50%;color:#a9c8b8;font-size:10px}.setup-list strong,.setup-list small{display:block}.setup-list strong{font-size:11px}.setup-list small{margin-top:4px;color:#9bb5a7;font-size:9px}.setup-intro>small{color:#7fa18f;font-size:8px}.setup-form-panel{display:flex;align-items:center;justify-content:center;padding:70px}.setup-form{width:min(570px,100%)}.setup-form h2{margin:10px 0 6px;font-family:Georgia,serif;font-size:30px;font-weight:500}.error-page{display:flex;min-height:100vh;align-items:center;justify-content:center;flex-direction:column;padding:24px;text-align:center}.error-page>span{color:#cbd4cf;font-family:Georgia,serif;font-size:90px}.error-page h1{margin:0;font-family:Georgia,serif;font-weight:500}.error-page p{color:var(--muted)}
@media(max-width:1050px){.content-grid,.content-grid.domains-layout{grid-template-columns:1fr}.stat-grid.four{grid-template-columns:repeat(2,1fr)}.stat-grid.four article:nth-child(2){border-right:0}.stat-grid.four article:nth-child(-n+2){border-bottom:1px solid var(--line)}.inline-form{grid-template-columns:1fr 1fr}.preview-card{margin-bottom:70px}}
@media(max-width:760px){.app-body{padding:0}.sidebar{position:static;width:100%;height:auto;padding:12px 18px;border-right:0;border-bottom:1px solid var(--line)}.sidebar>.brand,.sidebar .nav-label,.sidebar .account-card{display:none}.nav-list{overflow-x:auto;flex-direction:row;margin:0}.nav-link{flex:0 0 auto;padding:9px}.mobile-header{display:none}.page-wrap{width:calc(100% - 30px);padding:35px 0 60px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:30px}.stat-grid{grid-template-columns:1fr}.stat-grid article,.stat-grid.four article{border-right:0;border-bottom:1px solid var(--line)}.stat-grid.four{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.hero{margin-top:65px}.hero h1{font-size:39px}.public-nav nav>a:not(.button){display:none}.preview-body{grid-template-columns:1fr}.preview-side{display:none}.preview-main{padding:25px 20px}.preview-stats{grid-template-columns:1fr}.preview-stats div{border-right:0;border-bottom:1px solid var(--line)}.feature-grid{grid-template-columns:1fr}.setup-shell{grid-template-columns:1fr}.setup-intro{min-height:420px;padding:35px 28px}.setup-form-panel{padding:50px 24px}.inline-form{grid-template-columns:1fr}.auth-card{padding:30px 24px}.auth-footer{margin:23px -24px -30px}.record-value{max-width:170px}.danger-zone{align-items:flex-start;flex-direction:column}.trust-row{flex-wrap:wrap}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.feature-section{padding:60px 0}.flash-stack{top:12px;right:12px;width:calc(100vw - 24px)}}
.locale-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.locale-links a{color:#a9c8b8;font-size:9px}.locale-links a:hover{color:#fff}
.stack-sections{display:flex;flex-direction:column;gap:24px}.inline-pad{padding:18px 23px;border-top:1px solid var(--line)}.check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}fieldset{border:1px solid var(--line);border-radius:10px;padding:14px}legend{padding:0 6px;color:var(--muted);font-size:10px;font-weight:700}.button-row{display:flex;gap:8px}.qr-code{width:220px;max-width:100%;margin:auto;border-radius:12px;background:#fff;padding:12px}
.team-card{margin-top:18px;padding:16px;border:1px solid var(--line);border-radius:12px}.domain-access{margin-top:24px}.code-block{overflow:auto;padding:16px;border-radius:10px;background:var(--surface-2);white-space:pre-wrap}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;padding:16px}.error-copy{color:var(--danger)!important}.button-row{align-items:center;flex-wrap:wrap}.button-row input,.button-row select{min-height:38px;padding:8px 10px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}

/* Product interface */
:root{--bg:#f6f7f8;--surface:#fff;--surface-2:#f2f4f5;--ink:#17201c;--muted:#63706a;--line:#dce2de;--green:#176b45;--green-dark:#105235;--green-soft:#e8f3ed;--shadow:0 12px 32px rgba(23,32,28,.07)}
.page-heading h1,.panel-head h2,.stat-grid b,.empty h3,.danger-zone h2,.auth-card h1,.setup-intro h1,.setup-form h2,.error-page h1{font-family:inherit}
.page-heading h1{margin:0 0 8px;font-size:30px;font-weight:650;letter-spacing:-.025em}
.panel-head h2{font-size:15px;font-weight:700;letter-spacing:-.01em}
.stat-grid b{font-size:29px;font-weight:650}
.kicker,.eyebrow{display:none}
.sidebar{width:248px;padding:22px 14px 16px;background:var(--surface);backdrop-filter:none}
.app-body{padding-left:248px}
.nav-list{gap:2px;margin-top:28px}
.nav-link{gap:0;padding:9px 11px;border-radius:7px;font-size:12px;font-weight:600}
.nav-label{margin:20px 11px 5px;font-size:9px;letter-spacing:.1em}
.account-card{border-radius:8px}
.panel,.stat-grid{border-radius:9px;box-shadow:none}
.button{gap:8px;min-height:40px;border-radius:7px;font-size:12px;box-shadow:none!important}
.button.primary:hover{transform:none}
.form-panel input,.form-panel select,.form-panel textarea,.inline-form input,.inline-form select{border-radius:6px}
.live-pill,.paused-pill{border-radius:5px}
.domain-list>a{gap:12px}
.domain-list>a>span:first-child{min-width:0;flex:1}
.domain-list>a>span:first-child strong{display:block;overflow:hidden;text-overflow:ellipsis}
.marketing-shell{width:min(1120px,calc(100% - 48px))}
.public-nav{padding:21px 0;border-bottom:1px solid var(--line)}
.public-nav nav{gap:24px;font-size:12px}
.product-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:72px;align-items:center;padding:104px 0 96px}
.product-label{margin:0 0 18px;color:var(--green);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}
.product-intro h1{max-width:680px;margin:0;font-size:50px;font-weight:650;line-height:1.08;letter-spacing:-.045em}
.product-summary{max-width:620px;margin:23px 0 0;color:var(--muted);font-size:16px;line-height:1.65}
.product-intro .hero-actions{justify-content:flex-start;margin-top:29px}
.product-facts{display:flex;flex-wrap:wrap;gap:7px 20px;margin:28px 0 0;padding:0;color:var(--muted);font-size:11px;list-style:none}
.product-facts li::before{content:"";display:inline-block;width:5px;height:5px;margin:0 8px 1px 0;border-radius:50%;background:#88a796}
.install-card{overflow:hidden;border:1px solid #ccd5d0;border-radius:10px;background:#17201c;color:#eef5f1;box-shadow:0 20px 55px rgba(23,32,28,.14)}
.install-card-head{display:flex;justify-content:space-between;padding:15px 18px;border-bottom:1px solid #354039;font-size:11px}
.install-card-head span{color:#9cacA3}
.install-card pre{overflow:auto;margin:0;padding:25px 22px;color:#dce8e1;font:12px/1.9 ui-monospace,SFMono-Regular,Menlo,monospace}
.install-card>p{margin:0;padding:16px 18px;border-top:1px solid #354039;color:#aebcb4;font-size:10px;line-height:1.6}
.feature-section{padding:72px 0;border-top:1px solid var(--line)}
.section-heading{max-width:650px;margin-bottom:32px}
.feature-section .section-heading h2{margin:0 0 10px;font-family:inherit;font-size:27px;font-weight:650;letter-spacing:-.025em}
.section-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}
.feature-grid{grid-template-columns:repeat(3,1fr);gap:12px}
.feature-grid article{padding:22px;border-radius:8px;box-shadow:none}
.feature-grid h3{margin:0 0 9px;font-size:13px}
.feature-grid p{font-size:11px;line-height:1.65}
.project-strip{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:72px;padding:24px;border:1px solid var(--line);border-radius:9px;background:var(--surface)}
.project-strip strong,.project-strip span{display:block}
.project-strip strong{font-size:13px}
.project-strip span{margin-top:5px;color:var(--muted);font-size:11px}
.public-footer{align-items:center;font-size:10px}
.public-footer .locale-links{justify-content:flex-end;margin:0}
.public-footer .locale-links a{color:var(--muted)}
.public-footer .locale-links a.active{color:var(--green);font-weight:700}
.auth-shell{background:var(--bg)}
.auth-card{border-radius:10px;box-shadow:0 10px 34px rgba(23,32,28,.08)}
.auth-card h1{margin-top:0;font-size:28px;font-weight:650;letter-spacing:-.025em}
.setup-intro h1{font-size:37px;font-weight:650;letter-spacing:-.03em}
.setup-form h2{font-size:26px;font-weight:650}
.setup-list li>b{border-radius:7px}
.error-page>span{font-family:inherit;font-weight:650}
@media(max-width:900px){.product-hero{grid-template-columns:1fr;gap:45px;padding:70px 0}.product-intro h1{font-size:42px}.install-card{max-width:600px}.feature-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.app-body{padding-left:0}.product-hero{padding:55px 0}.product-intro h1{font-size:36px}.product-summary{font-size:14px}.product-intro .hero-actions{flex-direction:row}.feature-grid{grid-template-columns:1fr}.project-strip{align-items:flex-start;flex-direction:column}.project-strip .button{width:100%;overflow:hidden;text-overflow:ellipsis}.public-footer{align-items:flex-start;flex-direction:column;gap:15px}.public-footer .locale-links{justify-content:flex-start}}
.sign-out-button{width:auto;font-size:9px;font-weight:700;white-space:nowrap}
