:root{--ink:#171a1f;--muted:#6d716f;--paper:#f4f3ee;--panel:#fff;--line:#e3e2dc;--lime:#c8f55a;--blue:#dceafd;--violet:#e7ddfb;--orange:#ffe6c7;--danger:#e54832;--radius:18px;--font-geist-sans:"WebVerf Sans","Segoe UI",Arial,sans-serif;--font-geist-mono:"Cascadia Code","SFMono-Regular",Consolas,monospace}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:var(--paper);font-family:var(--font-geist-sans),Arial,sans-serif;-webkit-font-smoothing:antialiased;margin:0}button,input{font:inherit}button{color:inherit}.app-shell{min-height:100vh}.sidebar{z-index:20;color:#f5f5ef;background:#171a1f;flex-direction:column;width:248px;padding:25px 18px 18px;display:flex;position:fixed;top:0;bottom:0;left:0;right:auto}.brand{letter-spacing:-.6px;align-items:center;gap:11px;padding:0 10px 29px;font-size:21px;display:flex}.brand-mark{width:28px;height:28px;display:inline-block;position:relative;transform:rotate(-8deg)}.brand-mark i{background:var(--lime);border-radius:2px 2px 0 0;width:8px;position:absolute;bottom:3px}.brand-mark i:first-child{height:12px;left:1px}.brand-mark i:nth-child(2){height:20px;left:10px}.brand-mark i:nth-child(3){height:15px;left:19px}.nav-label{color:#7d827d;letter-spacing:1.25px;text-transform:uppercase;margin:0 10px 9px;font-size:10px;font-weight:700}.nav-label.second{margin-top:27px}.sidebar nav button{color:#adb0ab;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:13px;width:100%;height:43px;margin:2px 0;padding:0 12px;font-size:14px;display:flex}.sidebar nav button:hover{color:#fff;background:#24272d}.sidebar nav button.active{color:#161a1d;background:var(--lime);font-weight:650}.sidebar nav button>span{text-align:center;width:18px;font-size:18px}.sidebar nav button em{color:#fff;background:#d9503d;border-radius:20px;place-items:center;min-width:20px;height:20px;margin-left:auto;font-size:11px;font-style:normal;display:grid}.sidebar-foot{margin-top:auto}.health-row{background:#1d2025;border:1px solid #2d3137;border-radius:12px;padding:13px 12px}.health-row>span{color:#858983;margin-bottom:8px;font-size:11px;display:block}.status{color:#37630c;white-space:nowrap;background:#effbd8;border-radius:20px;align-items:center;gap:6px;width:max-content;padding:5px 8px;font-size:11px;font-weight:650;display:inline-flex}.status i{background:#65a91e;border-radius:50%;width:6px;height:6px}.health-row .status{color:#b5c3a6;background:0 0;padding:0}.health-row .status i{box-shadow:0 0 0 3px #65a91e21}.status-danger{color:#9b2e21;background:#ffebe7}.status-danger i{background:#e24934}.status-review{color:#7a5b13;background:#fff4d4}.status-review i{background:#d49a14}.version{align-items:center;gap:9px;margin-top:16px;padding:0 8px;display:flex}.version>span{width:31px;height:31px;color:var(--lime);border:1px solid #3b3f44;border-radius:8px;place-items:center;font-size:10px;font-weight:800;display:grid}.version div{flex-direction:column;display:flex}.version small{color:#727772;margin-top:2px;font-size:9px}main{min-height:100vh;margin-left:248px}.topbar{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;justify-content:space-between;align-items:center;height:78px;padding:0 34px;display:flex;position:sticky;top:0}.topbar-title{align-items:center;gap:14px;display:flex}.topbar .eyebrow{display:none}.topbar h1{letter-spacing:-.35px;margin:0;font-size:18px}.menu-button{background:0 0;border:0;font-size:24px;display:none}.topbar-actions{align-items:center;gap:10px;display:flex}.search{border:1px solid var(--line);color:#8b8e8a;background:#f7f7f3;border-radius:10px;align-items:center;gap:8px;width:294px;height:40px;padding:0 10px;display:flex}.search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:12px}.search kbd{color:#999c98;font:10px var(--font-geist-mono);background:#fff;border:1px solid #dcddd6;border-radius:4px;padding:3px 5px}.icon-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;place-items:center;width:40px;height:40px;font-size:19px;display:grid;position:relative}.icon-button b{color:#fff;background:#df4d38;border:2px solid #fff;border-radius:20px;place-items:center;min-width:18px;height:18px;padding:0 3px;font-size:8px;display:grid;position:absolute;top:-6px;right:-5px}.notification-center{position:relative}.notification-bell{transition:border-color .2s,background .2s,transform .2s}.notification-bell:hover,.notification-center.open .notification-bell{background:#f5fadf;border-color:#b8cd79}.notification-bell svg{transform-origin:50% 10%}.notification-bell.has-unread svg{color:#171a14;animation:2.8s ease-in-out infinite notificationRing}.notification-bell.has-unread b{animation:1.8s ease-in-out infinite notificationBadge}.notification-popover{z-index:80;background:#fff;border:1px solid #dfe2d8;border-radius:14px;width:min(410px,100vw - 24px);animation:.18s ease-out notificationOpen;position:absolute;top:50px;right:0;overflow:hidden;box-shadow:0 24px 70px #12160f33}.notification-popover>header{background:#fafbf7;border-bottom:1px solid #e7e9e2;justify-content:space-between;align-items:center;gap:15px;min-height:66px;padding:14px 16px;display:flex}.notification-popover header small{color:#829051;font:700 7px var(--font-geist-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;display:block}.notification-popover header h3{margin:0;font-size:16px}.notification-popover header button{color:#58710d;cursor:pointer;background:#fff;border:1px solid #dfe4d2;border-radius:7px;padding:7px 9px;font-size:8px;font-weight:750}.notification-list{max-height:min(520px,100dvh - 170px);overflow-y:auto}.notification-item{color:#20231e;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eceee8;grid-template-columns:9px 1fr auto;align-items:start;gap:10px;width:100%;padding:13px 15px;display:grid;position:relative}.notification-item.read{opacity:.68}.notification-item>i{background:#7c8a6f;border-radius:50%;width:8px;height:8px;margin-top:4px}.notification-item.success>i{background:#7da918}.notification-item.warning>i{background:#d99a2f}.notification-item.error>i{background:#dc4f39}.notification-item>span{min-width:0}.notification-item span>b{margin-bottom:4px;font-size:10px;display:block}.notification-item p{color:#6f756b;margin:0 0 6px;font-size:9px;line-height:1.45}.notification-item time{color:#9a9e96;font:7px var(--font-geist-mono)}.notification-item em{color:#536d0b;font:700 6px var(--font-geist-mono);text-transform:uppercase;background:#ecf8cf;border-radius:8px;padding:3px 5px;font-style:normal}.notification-empty{color:#858b81;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:180px;padding:30px;font-size:9px;display:flex}.notification-empty svg{color:#799b20}.notification-empty b{color:#30342d;font-size:11px}.notification-empty span{max-width:260px;line-height:1.5}.notification-popover>footer{color:#92978e;text-align:center;background:#fafbf7;border-top:1px solid #e7e9e2;padding:10px 15px;font-size:7px}@keyframes notificationRing{0%,78%,to{transform:rotate(0)}82%{transform:rotate(16deg)}86%{transform:rotate(-14deg)}90%{transform:rotate(10deg)}94%{transform:rotate(-6deg)}}@keyframes notificationBadge{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}@keyframes notificationOpen{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:none}}@media (max-width:620px){.notification-popover{width:auto;position:fixed;top:66px;left:8px;right:8px}.notification-list{max-height:calc(100dvh - 170px)}}@media (prefers-reduced-motion:reduce){.notification-bell.has-unread svg,.notification-bell.has-unread b{animation:none}}.profile{cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;height:44px;padding:0 5px;display:flex}.profile>span:first-child{background:#dce4ef;border-radius:9px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:700;display:grid}.profile-copy{flex-direction:column;align-items:flex-start;display:flex}.profile-copy small{color:#8a8e89;margin-top:2px;font-size:10px}.profile i{color:#888;font-style:normal}.profile>span:first-child{overflow:hidden}.profile>span:first-child img{object-fit:cover;width:100%;height:100%;display:block}.profile>span.profile-avatar-lime{color:#496106;background:#dff6a6}.profile>span.profile-avatar-blue{color:#2b5d87;background:#dcecff}.profile>span.profile-avatar-violet{color:#63459a;background:#eadfff}.profile>span.profile-avatar-orange{color:#925812;background:#ffe8c4}.profile>span.profile-avatar-graphite{color:#fff;background:#252a26}.notification-popover{border-color:#d8ddd0;border-radius:16px;width:min(460px,100vw - 24px);box-shadow:0 26px 72px #12160f38}.notification-popover>header{background:#fbfcf8;min-height:78px;padding:17px 18px}.notification-popover header small{color:#65763a;letter-spacing:.1em;margin-bottom:4px;font-size:9px;line-height:1.25}.notification-popover header h3{letter-spacing:-.35px;font-size:20px;line-height:1.15}.notification-popover header button{padding:8px 10px;font-size:10px;line-height:1.2}.notification-list{scrollbar-color:#92978e #f3f4ef;scrollbar-width:thin;max-height:min(560px,100dvh - 180px)}.notification-item:hover{background:#f7faef}.notification-item.read{opacity:1;background:#fbfcf9}.notification-item.unread{box-shadow:inset 3px 0 #9ac238}.notification-item span>b{color:#252a23;margin-bottom:5px;font-size:12px;line-height:1.35}.notification-item.read span>b{color:#4f554d}.notification-item p{color:#626961;margin-bottom:8px;font-size:10.5px;line-height:1.5}.notification-item.read p{color:#70766e}.notification-item time{color:#7f857c;font-size:8.5px;line-height:1.3}.notification-item em{padding:4px 6px;font-size:7.5px;line-height:1}.notification-empty{min-height:210px;padding:34px;font-size:10.5px}.notification-popover>footer{color:#737a71;padding:11px 15px;font-size:8.5px;line-height:1.4}.icon-button{width:42px;height:42px}.profile{border-radius:11px;gap:10px;height:50px;padding:0 7px}.profile>span:first-child{border-radius:10px;width:36px;height:36px;font-size:12px}.profile-copy{gap:2px}.profile-copy strong{color:#252922;font-size:13px;line-height:1.25}.profile-copy small{color:#60675f;margin-top:0;font-size:10.5px;line-height:1.3}.profile i{color:#646b63}.page-content{max-width:1500px;margin:0 auto;padding:30px 34px 44px}.hero-row{justify-content:space-between;align-items:flex-end;margin:4px 0 25px;display:flex}.hero-row .date{color:#898d88;margin:0 0 8px;font-size:12px}.hero-row h2,.section-intro h2{letter-spacing:-1.2px;margin:0;font-size:30px;line-height:1.13}.hero-row p:last-child,.section-intro p:last-child{color:var(--muted);margin:7px 0 0;font-size:13px}.primary-button,.dark-button,.secondary-button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:12px;font-weight:650;display:inline-flex;box-shadow:0 3px 8px #0000001a}.primary-button:hover,.dark-button:hover{background:#2a2e34}.primary-button span{color:var(--lime);font-size:18px}.secondary-button{color:var(--ink);border:1px solid var(--line);box-shadow:none;background:#fff}.alert-card{border:1px solid #f1b9ad;border-left:4px solid var(--danger);background:#fff9f7;border-radius:14px;align-items:center;gap:16px;min-height:112px;padding:20px 52px 20px 20px;display:flex;position:relative;box-shadow:0 3px 12px #3c1e1409}.alert-symbol{color:#b63726;background:#ffe1da;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.alert-copy{flex:1}.alert-copy>div{align-items:center;gap:10px;display:flex}.alert-copy>div>span:last-child{color:#a0756d;font-size:10px}.alert-copy h3{margin:7px 0 3px;font-size:14px}.alert-copy p{color:#725f5b;margin:0;font-size:11px}.alert-actions{gap:8px;display:flex}.alert-actions>button{cursor:pointer;background:#fff;border:1px solid #e6c4bd;border-radius:9px;height:37px;padding:0 13px;font-size:11px;font-weight:600}.alert-actions .dark-button{color:#fff;background:var(--ink);border-color:var(--ink)}.dismiss{color:#ad857d;cursor:pointer;background:0 0;border:0;font-size:20px;position:absolute;top:10px;right:14px}.metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin:16px 0;display:grid}.metric-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);align-items:flex-start;gap:13px;min-height:116px;padding:20px;display:flex;position:relative}.metric-icon{border-radius:10px;place-items:center;width:38px;height:38px;font-size:18px;font-weight:600;display:grid}.metric-icon.lime{background:#ecf9cf}.metric-icon.blue{background:var(--blue)}.metric-icon.violet{background:var(--violet)}.metric-icon.orange{background:var(--orange)}.metric-main{flex-direction:column;display:flex}.metric-main p{color:#777b77;margin:0 0 3px;font-size:10px}.metric-main strong{letter-spacing:-.7px;font-size:25px}.metric-main small{color:#8a8e89;margin-top:2px;font-size:9px}.trend{color:#579414;background:#eff9dc;border-radius:20px;padding:4px 7px;font-size:9px;font-weight:650;position:absolute;top:18px;right:15px}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(320px,.8fr);gap:16px;display:grid}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);overflow:hidden}.panel-heading{border-bottom:1px solid #ecebe7;justify-content:space-between;align-items:center;min-height:71px;padding:17px 19px;display:flex}.eyebrow{color:#969993;letter-spacing:1.1px;text-transform:uppercase;margin:0 0 4px;font-size:9px;font-weight:700}.panel-heading h3{letter-spacing:-.25px;margin:0;font-size:15px}.text-button,.more{color:#606560;cursor:pointer;background:0 0;border:0;font-size:10px;font-weight:600}.more{font-size:14px}.project-list{padding:2px 12px}.project-row{text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #efeee9;grid-template-columns:40px minmax(115px,1.1fr) minmax(110px,.9fr) 90px 70px 12px;align-items:center;gap:10px;width:100%;min-height:71px;padding:9px 7px;display:grid}.project-row:last-child{border-bottom:0}.project-row:hover{background:#fafaf6;border-radius:10px}.project-avatar{background:#e7ebf0;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:750;display:grid}.project-row:nth-child(2) .project-avatar{background:#efe4d9}.project-row:nth-child(3) .project-avatar{background:#e3e5dc}.project-name,.project-release{flex-direction:column;display:flex}.project-name strong,.project-release strong{font-size:11px}.project-name small,.project-release small{color:#999c97;margin-top:3px;font-size:9px}.project-stack{color:#626762;font-size:9px}.arrow{color:#a5a8a3;font-size:19px}.server-select{background:#fafaf7;border:1px solid #e7e6e1;border-radius:12px;align-items:center;gap:10px;margin:17px 18px 19px;padding:10px;display:flex}.server-dot{color:#5d741f;background:#e9f7c8;border-radius:9px;place-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:grid}.server-select>div{flex-direction:column;flex:1;display:flex}.server-select strong{font-size:10px}.server-select small{color:#939691;margin-top:3px;font-size:8px}.capacity-bars{padding:0 20px}.capacity-bars>div{margin:15px 0}.capacity-bars p{color:#737772;justify-content:space-between;margin:0 0 7px;font-size:9px;display:flex}.capacity-bars p b{color:#4f534f}.capacity-bars>div>i{background:#eeeee9;border-radius:10px;height:7px;display:block;overflow:hidden}.capacity-bars>div>i>b{background:#9bc53d;border-radius:10px;height:100%;display:block}.capacity-bars .warning-bar{background:#efa84a}.capacity-bars .blue-bar{background:#7aa7dc}.capacity-foot{color:#989b96;border-top:1px solid #ecebe7;gap:13px;margin-top:18px;padding:14px 19px;font-size:8px;display:flex}.capacity-foot button{cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:9px;font-weight:650}.release-panel{grid-column:1/-1}.release-table{width:100%}.release-head,.release-row{grid-template-columns:110px minmax(130px,1fr) minmax(135px,1fr) 70px 130px 105px;align-items:center;gap:10px;padding:0 20px;display:grid}.release-head{color:#9a9d98;text-transform:uppercase;letter-spacing:.5px;background:#fafaf7;min-height:36px;font-size:8px;font-weight:650}.release-row{color:#616560;border-top:1px solid #efeee9;min-height:55px;font-size:9px}.release-row>strong{color:#212520;font-size:10px}.commit{align-items:center;gap:7px;display:flex}.commit b{background:#edf0ea;border-radius:5px;padding:4px 7px;font-size:8px}.commit code{color:#8b8f89;font:8px var(--font-geist-mono)}.person{color:#404540;background:#e6e9ed;border-radius:50%;place-items:center;width:27px;height:27px;font-size:8px;font-weight:700;display:grid}.inner-page{padding-top:38px}.section-intro{justify-content:space-between;align-items:flex-end;margin-bottom:26px;display:flex}.project-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.project-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:20px}.project-card-top{justify-content:space-between;align-items:center;display:flex}.project-avatar.large{width:43px;height:43px}.project-card h3{margin:20px 0 3px;font-size:17px}.project-card>p{color:#8a8e88;margin:0;font-size:11px}.project-meta,.env-row{color:#666a65;border-top:1px solid #ecebe7;justify-content:space-between;margin-top:20px;padding-top:14px;font-size:10px;display:flex}.env-row{border:0;justify-content:flex-start;gap:15px;margin-top:14px;padding-top:0}.env-row span{align-items:center;gap:5px;display:flex}.env-row i{background:#d0d2cc;border-radius:50%;width:6px;height:6px}.env-row .dot-good{background:#7bb52b}.card-button{border:1px solid var(--line);cursor:pointer;background:#fafaf7;border-radius:9px;width:100%;height:38px;margin-top:19px;font-size:10px;font-weight:650}.server-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.server-card,.audit-prompt{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:20px}.server-card>div:first-child{align-items:center;gap:12px;display:flex}.server-card h3{margin:0 0 4px;font-size:15px}.server-card p{color:#888c86;margin:0;font-size:9px}.server-card>.status{margin:17px 0}.server-dot.big{width:44px;height:44px}.server-dot.blue{color:#355d88;background:#dceafd}.server-stats{border-top:1px solid #ecebe7;border-bottom:1px solid #ecebe7;grid-template-columns:repeat(4,1fr);padding:13px 0;gap:7px!important;display:grid!important}.server-stats span{flex-direction:column;display:flex}.server-stats small{color:#91958f;font-size:8px}.server-stats b{margin-top:4px;font-size:15px}.audit-prompt{text-align:center;background:#f8f8f4;border-style:dashed;flex-direction:column;justify-content:center;align-items:center;display:flex}.audit-prompt>span{font-size:28px}.audit-prompt h3{margin:12px 0 5px}.audit-prompt p{color:#767a75;max-width:250px;font-size:10px;line-height:1.5}.audit-prompt button{background:var(--ink);color:#fff;cursor:pointer;border:0;border-radius:8px;height:36px;margin-top:10px;padding:0 14px;font-size:10px}.full-table{margin-top:6px}.timeline{max-width:900px}.timeline article{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:flex-start;gap:14px;min-height:105px;margin-bottom:12px;padding:18px 20px;display:flex;position:relative}.timeline-icon{background:#ecf9cf;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;font-weight:700;display:grid}.timeline-icon.danger{color:#b43c2b;background:#ffe5df}.timeline-icon.blue{background:#dceafd}.timeline article>div{flex:1}.timeline h3{margin:7px 0 3px;font-size:13px}.timeline p{color:#727671;margin:0 0 8px;font-size:10px}.timeline small{color:#9a9d98;font-size:8px}.timeline article>button{border:1px solid var(--line);cursor:pointer;background:#fafaf7;border-radius:8px;height:34px;padding:0 12px;font-size:9px}.modal-layer{z-index:60;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0c0f1294;place-items:center;padding:20px;display:grid;position:fixed;top:0;bottom:0;left:0;right:0}.audit-modal{background:#fff;border:1px solid #dcdcd5;border-radius:20px;width:min(590px,100%);max-height:calc(100vh - 40px);padding:30px;position:relative;overflow:auto;box-shadow:0 28px 90px #00000040}.modal-close{color:#777;cursor:pointer;background:#f2f2ed;border:0;border-radius:8px;width:32px;height:32px;font-size:20px;position:absolute;top:13px;right:16px}.modal-symbol{background:#ecf9cf;border-radius:11px;place-items:center;width:42px;height:42px;margin-bottom:18px;font-size:20px;display:grid}.audit-modal h3{letter-spacing:-.6px;margin:0;font-size:22px}.modal-lead{color:#70756f;margin:9px 0 22px;font-size:12px;line-height:1.55}.audit-fields{grid-template-columns:1fr 80px 115px;gap:10px;display:grid}.audit-fields label{color:#5d625c;font-size:10px;font-weight:650}.audit-fields input{border:1px solid var(--line);background:#fafaf7;border-radius:9px;outline:0;width:100%;height:40px;margin-top:6px;padding:0 10px;font-size:12px}.audit-fields input:focus{border-color:#91ae47;box-shadow:0 0 0 3px #c8f55a40}.security-note{background:#f4f8ec;border-radius:10px;flex-direction:column;gap:3px;margin:17px 0;padding:12px;display:flex}.security-note b{font-size:10px}.security-note span{color:#70766a;font-size:9px}.modal-primary{width:100%;margin-top:5px}.modal-primary:disabled{opacity:.45;cursor:not-allowed}.audit-source{background:#f8f9f4;border:1px solid #e1e3da;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;margin:-7px 0 13px;padding:11px 12px;display:flex}.audit-source>span{flex-direction:column;gap:3px;min-width:0;display:flex}.audit-source small{color:#7e8278;font:9px var(--font-geist-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.audit-source a{color:#526a08;flex:none;font-size:9px;font-weight:700;text-decoration:none}.audit-source a:hover{text-decoration:underline}.command-box{color:#d9f58e;max-height:220px;font:10px/1.65 var(--font-geist-mono);background:#171a1f;border:1px solid #30343a;border-radius:11px;margin:0 0 14px;padding:15px;overflow:auto}.audit-result-note{align-items:flex-start;gap:10px;margin-bottom:13px;display:flex}.audit-result-note>span:last-child{color:#777c76;padding-top:5px;font-size:9px;line-height:1.45}.back-button{color:#70756f;cursor:pointer;background:0 0;border:0;width:100%;margin-top:10px;font-size:10px}.backdrop{display:none}@media (max-width:1120px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.release-panel{grid-column:auto}.project-cards,.server-cards{grid-template-columns:repeat(2,1fr)}.project-row{grid-template-columns:40px 1.1fr .9fr 90px 70px}.project-row .arrow{display:none}}@media (max-width:820px){.sidebar{transition:transform .25s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.backdrop.visible{z-index:19;background:#0a0c0e7a;border:0;display:block;position:fixed;top:0;bottom:0;left:0;right:0}main{margin-left:0}.menu-button{display:block}.topbar{padding:0 18px}.topbar .eyebrow{margin-bottom:1px;display:block}.topbar h1{font-size:14px}.search{display:none}.page-content{padding:24px 18px 35px}.release-table{overflow-x:auto}.release-head,.release-row{min-width:760px}.profile-copy,.profile i{display:none}.project-cards,.server-cards{grid-template-columns:1fr 1fr}}@media (max-width:620px){.hero-row,.section-intro{flex-direction:column;align-items:flex-start;gap:18px}.hero-row h2,.section-intro h2{font-size:25px}.alert-card{flex-wrap:wrap;align-items:flex-start;padding-right:35px}.alert-actions{width:100%;padding-left:58px}.metrics{grid-template-columns:1fr}.project-row{grid-template-columns:38px 1fr auto}.project-stack,.project-release{display:none}.dashboard-grid{display:block}.dashboard-grid>.panel{margin-bottom:14px}.project-cards,.server-cards{grid-template-columns:1fr}.topbar{height:65px}.profile>span:first-child{width:32px;height:32px}.project-row .status{font-size:9px}.capacity-panel{min-height:360px}.audit-modal{padding:24px 18px}.audit-fields{grid-template-columns:1fr 1fr}.audit-fields label:first-child{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.site-brand{color:#171a1f;letter-spacing:-.65px;align-items:center;gap:10px;font-size:21px;display:inline-flex}.site-brand-light{color:#f7f8f2}.site-brand .brand-mark{flex:none}.public-site{background:#f7f6f1;min-height:100vh}.public-header{border-bottom:1px solid #e4e3dc;justify-content:space-between;align-items:center;max-width:1280px;height:78px;margin:0 auto;padding:0 30px;display:flex}.public-logo,.auth-brand a,.auth-mobile-logo a{text-decoration:none}.public-header nav{align-items:center;gap:34px;display:flex}.public-header nav a,.plain-link{color:#666b66;font-size:13px;text-decoration:none}.public-header nav a:hover,.plain-link:hover,.plain-link.current{color:#171a1f}.public-actions{align-items:center;gap:21px;display:flex}.public-cta{color:#fff;background:#171a1f;border-radius:11px;justify-content:center;align-items:center;gap:18px;min-height:48px;padding:0 20px;font-size:13px;font-weight:700;text-decoration:none;transition:transform .18s,background .18s;display:inline-flex;box-shadow:0 8px 22px #171a1f21}.public-cta:hover{background:#292d33;transform:translateY(-1px)}.public-cta.small{min-height:39px;box-shadow:none;border-radius:9px;padding:0 16px;font-size:12px}.landing-main{min-height:auto;margin-left:0}.landing-hero{grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);align-items:center;gap:60px;max-width:1280px;min-height:680px;margin:0 auto;padding:86px 30px 75px;display:grid;overflow:hidden}.hero-copy{z-index:2;position:relative}.hero-badge{color:#586050;letter-spacing:.65px;text-transform:uppercase;background:#fff;border:1px solid #dfe3d8;border-radius:30px;align-items:center;gap:7px;width:max-content;padding:7px 11px;font-size:10px;font-weight:700;display:flex}.hero-badge i{background:#8fbd32;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #eaf4d5}.hero-copy h1{letter-spacing:-3.8px;max-width:620px;margin:23px 0 20px;font-size:64px;line-height:.98}.hero-copy h1 em{color:#65840f;font-style:normal;position:relative}.hero-copy h1 em:after{content:"";background:#c8f55a;border-radius:50%;height:5px;position:absolute;bottom:-3px;left:0;right:0;transform:rotate(-1deg)}.hero-copy>p{color:#666b66;max-width:565px;margin:0;font-size:17px;line-height:1.65}.hero-actions{align-items:center;gap:24px;margin-top:31px;display:flex}.hero-text-link{color:#343834;font-size:12px;font-weight:650;text-decoration:none}.hero-text-link span{color:#749522;margin-left:7px}.hero-proof{color:#7b807a;flex-wrap:wrap;gap:14px 20px;margin-top:27px;font-size:9px;display:flex}.hero-proof span:first-letter{color:#719624}.product-window{background:#fff;border:1px solid #d7d8d2;border-radius:18px;width:660px;position:relative;transform:rotate(1.2deg);box-shadow:0 28px 70px #262b2329}.product-window:before{content:"";z-index:-1;filter:blur(60px);opacity:.45;background:#dcf794;border-radius:50%;position:absolute;top:45px;bottom:-50px;left:100px;right:-60px}.window-bar{background:#fafaf7;border-bottom:1px solid #e7e7e2;border-radius:18px 18px 0 0;align-items:center;gap:6px;height:40px;padding:0 14px;display:flex}.window-bar>span{background:#d7d9d3;border-radius:50%;width:7px;height:7px}.window-bar>span:first-child{background:#ee8d7d}.window-bar>span:nth-child(2){background:#eac56b}.window-bar>span:nth-child(3){background:#9bc46a}.window-bar b{color:#979b95;margin:auto;font-size:8px;font-weight:500}.window-body{border-radius:0 0 18px 18px;grid-template-columns:125px 1fr;height:410px;display:grid;overflow:hidden}.window-body>aside{background:#171a1f;padding:20px 13px}.window-body>aside .site-brand{font-size:12px}.window-body>aside .brand-mark{width:18px;height:18px;transform:scale(.65)}.demo-nav{background:#282c31;border-radius:7px;height:29px;margin-top:19px;display:block}.demo-nav+.demo-nav{margin-top:7px}.demo-nav.active{background:#c8f55a}.demo-nav.short{width:70%}.demo-title{justify-content:space-between;align-items:flex-end;display:flex}.demo-title div{flex-direction:column;gap:5px;display:flex}.demo-title small{color:#999d96;font-size:6px}.demo-title strong{letter-spacing:-.5px;font-size:17px}.demo-title>span{color:#fff;background:#171a1f;border-radius:6px;padding:7px 10px;font-size:7px}.demo-alert{background:#fff9f7;border:1px solid #f0c1b6;border-left:3px solid #df4d38;border-radius:8px;align-items:center;gap:9px;margin-top:17px;padding:12px;display:flex}.demo-alert>b{color:#ad392a;background:#ffe1da;border-radius:6px;place-items:center;width:25px;height:25px;display:grid}.demo-alert>div{flex-direction:column;flex:1;gap:3px;display:flex}.demo-alert small{color:#bd5748;font-size:6px}.demo-alert strong{font-size:8px}.demo-alert>span{color:#fff;background:#171a1f;border-radius:5px;padding:6px 8px;font-size:6px}.demo-metrics{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:11px;display:grid}.demo-metrics i{background:#fff;border:1px solid #e5e4df;border-radius:8px;flex-direction:column;padding:11px;font-style:normal;display:flex}.demo-metrics small{color:#8f938d;font-size:6px}.demo-metrics b{margin-top:4px;font-size:17px}.demo-list{background:#fff;border:1px solid #e5e4df;border-radius:9px;margin-top:10px;padding:13px}.demo-list>strong{margin-bottom:7px;font-size:8px;display:block}.demo-list>div{border-top:1px solid #eeeeea;grid-template-columns:27px 1fr auto;align-items:center;gap:7px;padding:6px 0;display:grid}.demo-list .project-avatar{border-radius:6px;width:25px;height:25px;font-size:6px}.demo-list p{flex-direction:column;gap:2px;margin:0;display:flex}.demo-list p b{font-size:7px}.demo-list p small{color:#999;font-size:6px}.demo-list .status{padding:3px 5px;font-size:6px}.trust-strip{text-align:center;background:#fff;border-top:1px solid #deded7;border-bottom:1px solid #deded7;padding:30px}.trust-strip p{color:#91958f;letter-spacing:1px;text-transform:uppercase;margin:0 0 20px;font-size:9px}.trust-strip div{color:#787d77;max-width:920px;font:700 13px var(--font-geist-mono);letter-spacing:1px;justify-content:space-between;margin:auto;display:flex}.landing-section{max-width:1220px;margin:0 auto;padding:105px 30px}.section-heading{text-align:center;max-width:660px;margin:0 auto 45px}.section-heading>span,.section-kicker,.security-section>div>span{color:#789c25;letter-spacing:1.4px;font-size:9px;font-weight:800}.section-heading h2,.workflow-section h2,.security-section h2{letter-spacing:-2px;margin:13px 0 12px;font-size:42px;line-height:1.08}.section-heading p,.workflow-section>div>p{color:#747973;margin:0;font-size:14px;line-height:1.6}.feature-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.feature-card{background:#fff;border:1px solid #deded8;border-radius:17px;min-height:360px;padding:25px;position:relative;overflow:hidden}.feature-card>span{color:#b3b6b1;font:10px var(--font-geist-mono);position:absolute;top:19px;right:20px}.feature-icon{background:#ecf9cf;border-radius:12px;place-items:center;width:46px;height:46px;font-size:21px;display:grid}.accent-blue .feature-icon{background:#dceafd}.accent-violet .feature-icon{background:#e7ddfb}.feature-card h3{letter-spacing:-.5px;margin:65px 0 10px;font-size:20px}.feature-card p{color:#747974;margin:0;font-size:12px;line-height:1.55}.feature-card ul{border-top:1px solid #ecece7;margin:24px 0 0;padding:18px 0 0;list-style:none}.feature-card li{color:#515650;margin:9px 0;font-size:11px}.feature-card li:before{content:"✓";color:#739825;margin-right:9px;font-weight:800}.workflow-section{background:#ecebe5;grid-template-columns:.85fr 1.15fr;gap:100px;padding:100px max(30px,50vw - 580px);display:grid}.workflow-section ol{margin:0;padding:0;list-style:none}.workflow-section li{border-bottom:1px solid #d6d6cf;gap:22px;min-height:122px;padding:0 0 25px;display:flex}.workflow-section li+li{padding-top:25px}.workflow-section li>b{color:#c8f55a;width:38px;height:38px;font:12px var(--font-geist-mono);background:#171a1f;border-radius:50%;flex:none;place-items:center;display:grid}.workflow-section li p{color:#717670;margin:8px 0 0;font-size:12px;line-height:1.5}.security-section{color:#fff;background:#171a1f;border-radius:20px;grid-template-columns:1fr 1fr auto;align-items:center;gap:45px;max-width:1160px;margin:95px auto;padding:45px;display:grid}.security-section h2{margin-bottom:0;font-size:30px}.security-section>p{color:#acb0aa;margin:0;font-size:12px;line-height:1.6}.public-cta.light{color:#171a1f;box-shadow:none;white-space:nowrap;background:#c8f55a}.public-footer{border-top:1px solid #dddcd5;align-items:center;gap:30px;max-width:1220px;margin:auto;padding:30px;display:flex}.public-footer p{color:#7b807a;font-size:10px}.public-footer>span{color:#9a9d98;margin-left:auto;font-size:10px}.auth-page{background:#f7f6f1;grid-template-columns:minmax(360px,42%) 1fr;min-height:100vh;display:grid}.auth-brand{color:#fff;background:#171a1f;flex-direction:column;padding:48px 56px;display:flex;position:relative;overflow:hidden}.auth-brand>p{letter-spacing:-2.2px;max-width:450px;margin:100px 0 0;font-size:43px;line-height:1.05}.auth-quote{z-index:2;background:#202429;border:1px solid #363a3d;border-radius:15px;max-width:430px;margin-top:auto;padding:23px;position:relative}.auth-quote>span{color:#c8f55a;font:44px/.6 Georgia}.auth-quote small{color:#858b84;font-size:9px}.auth-orbit{border:1px solid #34383d;border-radius:50%;width:430px;height:430px;position:absolute;top:180px;right:-180px}.auth-orbit:before,.auth-orbit:after{content:"";border:1px solid #30343a;border-radius:50%;position:absolute}.auth-orbit:before{top:70px;bottom:70px;left:70px;right:70px}.auth-orbit:after{background:#c8f55a;top:140px;bottom:140px;left:140px;right:140px;box-shadow:0 0 80px #c8f55a2e}.auth-orbit i{background:#c8f55a;border-radius:50%;width:9px;height:9px;position:absolute}.auth-orbit i:first-child{top:105px;left:26px}.auth-orbit i:nth-child(2){background:#7aa7dc;bottom:70px;right:50px}.auth-orbit i:nth-child(3){background:#e89d52;bottom:-5px;left:170px}.auth-panel{place-items:center;padding:50px;display:grid}.auth-mobile-logo{display:none}.auth-kicker{color:#779b25;letter-spacing:1.3px;font-size:9px;font-weight:800}.auth-card h1{letter-spacing:-1.8px;margin:12px 0 9px;font-size:38px}.auth-card>p{color:#727771;margin:0 0 31px;font-size:13px;line-height:1.55}.auth-card form{flex-direction:column;gap:17px;display:flex}.auth-card form>label{color:#454a45;font-size:11px;font-weight:650}.auth-card input:not([type=checkbox]){color:#171a1f;background:#fff;border:1px solid #d8d9d2;border-radius:9px;outline:0;width:100%;height:47px;margin-top:7px;padding:0 13px;font-size:13px}.password-field{position:relative}.password-field input{padding-right:75px!important}.password-field button{color:#7a8078;cursor:pointer;background:0 0;border:0;font-size:9px;position:absolute;top:15px;right:8px}.form-options{color:#656a64;justify-content:space-between;font-size:10px;display:flex}.form-options label,.terms{align-items:flex-start;gap:7px;display:flex}.form-options a{color:#648016;text-decoration:none}.auth-card input[type=checkbox]{accent-color:#72951f}.terms{line-height:1.45;color:#747974!important;font-size:9px!important}.form-error{color:#9b2e21;background:#ffebe7;border-radius:8px;margin:0;padding:10px;font-size:10px}.auth-submit{color:#fff;cursor:pointer;background:#171a1f;border:0;border-radius:10px;justify-content:space-between;align-items:center;height:49px;padding:0 17px;font-size:12px;font-weight:700;display:flex}.auth-submit:hover{background:#292d33}.auth-submit span{color:#c8f55a;font-size:17px}.auth-switch{color:#747974;text-align:center;border-top:1px solid #deded7;margin-top:25px;padding-top:21px;font-size:11px}.auth-switch a{color:#5f7b16;margin-left:4px;font-weight:700;text-decoration:none}.demo-note{color:#9a9e98;text-align:center;margin-top:17px;font-size:8px;display:block}.profile:hover{background:#f4f4ef;border-radius:9px}@media (max-width:1050px){.landing-hero{grid-template-columns:1fr;padding-top:65px}.hero-copy{text-align:center}.hero-badge{margin:auto}.hero-copy h1,.hero-copy>p{margin-left:auto;margin-right:auto}.hero-actions,.hero-proof{justify-content:center}.product-window{margin:auto}.workflow-section{gap:55px}.security-section{grid-template-columns:1fr auto;margin:65px 30px}.security-section>p{grid-area:2/1/auto/-1}.auth-brand{padding:40px}.auth-brand>p{font-size:36px}}@media (max-width:760px){.public-header{height:68px;padding:0 18px}.public-header nav{display:none}.public-actions{gap:13px}.plain-link{font-size:11px}.public-cta.small{padding:0 12px}.landing-hero{gap:45px;min-height:auto;padding:55px 20px 45px}.hero-copy h1{letter-spacing:-2.5px;font-size:44px}.hero-copy>p{font-size:14px}.product-window{transform-origin:top;width:650px;margin-bottom:-115px;transform:scale(.72)}.trust-strip div{justify-content:flex-start;gap:25px;overflow:hidden}.landing-section{padding:75px 20px}.section-heading h2,.workflow-section h2{font-size:34px}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.feature-card h3{margin-top:35px}.workflow-section{grid-template-columns:1fr;gap:45px;padding:75px 22px}.security-section{grid-template-columns:1fr;margin:45px 20px;padding:30px}.security-section>p{grid-area:auto}.public-footer{margin:0 20px;padding:25px 0}.public-footer p{display:none}.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.auth-panel{padding:30px 20px}.auth-mobile-logo{display:block;position:absolute;top:25px;left:25px}.auth-card{padding-top:65px}.auth-card h1{font-size:33px}}@media (max-width:480px){.site-brand{font-size:18px}.public-header .public-cta.small{display:none}.landing-hero{padding-top:42px}.hero-copy h1{font-size:38px}.hero-actions{flex-direction:column;align-items:stretch;gap:15px}.hero-proof{text-align:left;grid-template-columns:1fr;width:max-content;margin-left:auto;margin-right:auto;display:grid}.product-window{margin-bottom:-180px;transform:scale(.56)}.section-heading h2{font-size:31px}.security-section h2{font-size:26px}.public-footer>span{font-size:8px}.auth-panel{place-items:start center}.auth-card h1{font-size:30px}}.public-footer nav{gap:18px;display:flex}.public-footer nav a{color:#747974;font-size:10px;text-decoration:none}.public-footer nav a:hover{color:#171a1f}.terms a{color:#5f7b16;text-underline-offset:2px;font-weight:700;text-decoration:underline}.legal-main{max-width:900px;min-height:70vh;margin:0 auto;padding:70px 30px 100px}.legal-back{color:#687064;margin-bottom:45px;font-size:11px;text-decoration:none;display:block}.legal-main h1{letter-spacing:-2.2px;max-width:760px;margin:14px 0 15px;font-size:46px;line-height:1.08}.legal-intro{color:#6f756e;max-width:700px;margin:0;font-size:14px;line-height:1.65}.legal-warning{background:#fff7dd;border:1px solid #e5c67d;border-radius:12px;margin:32px 0;padding:18px 20px}.legal-warning strong{font-size:12px}.legal-warning p{color:#79683e;margin:5px 0 0;font-size:10px}.legal-sections{margin-top:42px}.legal-sections section{border-top:1px solid #deded8;padding:27px 0}.legal-sections h2{letter-spacing:-.4px;margin:0 0 10px;font-size:18px}.legal-sections p{color:#626862;margin:0;font-size:12px;line-height:1.75}@media (max-width:760px){.public-footer{flex-wrap:wrap}.public-footer nav{order:3;width:100%}.legal-main{padding:50px 20px 75px}.legal-main h1{letter-spacing:-1.4px;font-size:34px}}body{font-size:16px;line-height:1.5}.public-site{color:#11151c;background:#f3f5f8}.public-header{z-index:50;-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#ffffffd1;border:1px solid #ffffffbf;border-radius:18px;width:calc(100% - 32px);max-width:1320px;height:72px;margin:12px auto 0;padding:0 20px 0 24px;position:sticky;top:12px;box-shadow:0 10px 40px #141c2614}.public-header nav a,.plain-link{font-size:14px;font-weight:540}.public-cta{background:#161b24;border-radius:13px;min-height:52px;padding:0 23px;font-size:14px;box-shadow:0 12px 30px #1318202e}.public-cta svg{flex:none}.public-cta.small{border-radius:11px;min-height:42px}.landing-hero{color:#f7f9fb;background:radial-gradient(circle at 13% 12%,#799b3e3b,#0000 32%),radial-gradient(circle at 92% 88%,#5b7dd638,#0000 33%),linear-gradient(135deg,#10141c 0%,#080b10 72%);border-radius:34px;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:58px;max-width:1380px;min-height:735px;margin:22px auto 0;padding:92px 64px;position:relative;box-shadow:0 28px 80px #0f141c33}.landing-hero:before{content:"";border:1px solid #c8f55a29;border-radius:50%;width:540px;height:540px;animation:7s ease-in-out infinite orbitPulse;position:absolute;bottom:-340px;left:-250px;box-shadow:0 0 0 70px #c8f55a06,0 0 0 140px #c8f55a05}.hero-copy{animation:.75s ease-out both fadeUp}.hero-badge{color:#dce8c1;letter-spacing:.7px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff1;border-color:#ffffff1c;padding:9px 13px;font-size:11px}.hero-badge svg{color:#c8f55a}.hero-copy h1{color:#fff;letter-spacing:-4.2px;max-width:690px;margin:27px 0 24px;font-size:68px;font-weight:680;line-height:1.02}.hero-copy h1 em{color:#0000;background:linear-gradient(95deg,#c8f55a 0%,#7fe4c3 55%,#8db5ff 100%);-webkit-background-clip:text;background-clip:text;margin-top:8px;font-style:normal;display:inline-block}.hero-copy h1 em:after{display:none}.hero-copy>p{color:#b8c0cc;max-width:610px;font-size:18px;line-height:1.7}.hero-actions{gap:18px;margin-top:36px}.hero-actions .public-cta{color:#10141c;background:#c8f55a;box-shadow:0 13px 34px #aadc3e33}.hero-actions .public-cta:hover{background:#d8ff78}.hero-text-link{color:#e2e7ed;align-items:center;gap:9px;min-height:52px;padding:0 4px;font-size:14px;display:inline-flex}.hero-text-link:hover{color:#c8f55a}.hero-text-link span{margin:0}.hero-proof{color:#aeb7c2;gap:18px 23px;margin-top:31px;font-size:11px}.hero-proof span{align-items:center;gap:7px;display:inline-flex}.hero-proof svg{color:#c8f55a}.product-window{border-color:#ffffff2e;border-radius:21px;width:680px;animation:.9s cubic-bezier(.2,.8,.2,1) .12s both windowIn,6s ease-in-out 1.1s infinite windowFloat;transform:perspective(1200px)rotateY(-5deg)rotateX(2deg);box-shadow:0 38px 100px #0000006b}.product-window:before{filter:blur(85px);opacity:.22;background:linear-gradient(120deg,#c8f55a,#688dff);top:40px;bottom:-90px;left:70px;right:-80px}.window-bar{background:#f8f9fb;border-color:#e7e9ed;height:44px}.window-body{height:430px}.demo-content{background:#f4f6f8;padding:27px 24px}.demo-title strong{font-size:18px}.demo-title>span{padding:8px 11px}.demo-alert{margin-top:19px;padding:14px}.demo-metrics{gap:10px;margin-top:12px}.demo-metrics i{border-radius:10px;padding:12px;position:relative}.demo-metrics i>svg{color:#6e879f;position:absolute;top:10px;right:10px}.demo-metrics small{font-size:7px}.demo-metrics b{font-size:19px}.demo-list{border-radius:11px;padding:14px}.trust-strip{background:0 0;border:0;margin-top:22px;padding:34px}.trust-strip p{font-size:10px}.trust-strip div{color:#707783;max-width:1000px;font-size:14px}.landing-section{max-width:1280px;padding:118px 30px}.section-heading{max-width:720px;margin-bottom:55px}.section-heading>span,.section-kicker,.security-section>div>span{letter-spacing:1.5px;font-size:11px}.section-heading h2,.workflow-section h2,.security-section h2{letter-spacing:-2.5px;font-size:48px}.section-heading p,.workflow-section>div>p{font-size:16px}.feature-grid{gap:20px}.feature-card{border-color:#e1e5e9;border-radius:23px;min-height:400px;padding:30px;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s,border-color .35s;box-shadow:0 14px 45px #19212c0e}.feature-card:before{content:"";filter:blur(18px);opacity:.12;background:#c8f55a;border-radius:50%;width:160px;height:160px;transition:transform .5s,opacity .5s;position:absolute;top:-70px;right:-70px}.feature-card.accent-blue:before{background:#70a8ff}.feature-card.accent-violet:before{background:#a980ff}.feature-card:hover{border-color:#cbd2d9;transform:translateY(-9px);box-shadow:0 28px 70px #19212c1f}.feature-card:hover:before{opacity:.18;transform:scale(1.5)}.feature-card>span{font-size:11px;top:25px;right:25px}.feature-icon{color:#354a0f;background:#e7f8bc;border-radius:16px;width:58px;height:58px}.accent-blue .feature-icon{color:#244f83;background:#dceaff}.accent-violet .feature-icon{color:#5f3d8f;background:#eadfff}.feature-card h3{margin:72px 0 12px;font-size:23px}.feature-card p{font-size:14px;line-height:1.65}.feature-card ul{margin-top:27px;padding-top:21px}.feature-card li{align-items:center;gap:9px;margin:11px 0;font-size:13px;display:flex}.feature-card li:before{display:none}.feature-card li svg{color:#739825}.workflow-section{background:#fff;gap:110px;padding:120px max(30px,50vw - 600px);position:relative}.workflow-section li{min-height:132px}.workflow-section li>b{background:#131820;width:46px;height:46px}.workflow-section li strong{font-size:18px}.workflow-section li p{font-size:14px}.security-section{background:radial-gradient(circle at 8% 10%,#c8f55a24,#0000 34%),#121720;border-radius:26px;grid-template-columns:auto 1.1fr 1fr auto;gap:28px;max-width:1220px;margin:100px auto;padding:45px 48px;box-shadow:0 28px 70px #1217202e}.security-icon{color:#c8f55a;background:#c8f55a14;border:1px solid #c8f55a40;border-radius:15px;place-items:center;width:54px;height:54px;display:grid}.security-section h2{font-size:32px}.security-section>p{font-size:14px}.public-footer{max-width:1280px;padding:40px 30px;font-size:12px}.public-footer nav a,.public-footer p,.public-footer>span{font-size:12px}.legal-main{font-size:16px}.auth-card h1{font-size:42px}.auth-card>p{font-size:14px}.auth-card form>label{font-size:13px}.terms{font-size:11px!important}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes windowIn{0%{opacity:0;transform:perspective(1200px)translate(70px)rotateY(-12deg)rotateX(4deg)}to{opacity:1;transform:perspective(1200px)translate(0)rotateY(-5deg)rotateX(2deg)}}@keyframes windowFloat{0%,to{transform:perspective(1200px)translateY(0)rotateY(-5deg)rotateX(2deg)}50%{transform:perspective(1200px)translateY(-10px)rotateY(-3deg)rotateX(1deg)}}@keyframes orbitPulse{0%,to{opacity:.65;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}@media (max-width:1120px){.landing-hero{grid-template-columns:1fr;padding:78px 40px}.product-window{animation:.8s ease-out .15s both fadeUp,6s ease-in-out 1.1s infinite windowFloatMobile;transform:none}.security-section{grid-template-columns:auto 1fr auto;margin:70px 30px}.security-section>p{grid-area:2/2/auto/-1}}@keyframes windowFloatMobile{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@media (max-width:760px){.public-header{border-radius:15px;width:calc(100% - 16px);height:64px;margin-top:8px;padding:0 14px;top:8px}.landing-hero{border-radius:25px;margin:14px 8px 0;padding:62px 22px 48px}.hero-copy h1{letter-spacing:-2.7px;font-size:46px}.hero-copy>p{font-size:16px}.product-window{margin-left:50%;animation:none;transform:translate(-50%)scale(.74)}.landing-section{padding:90px 20px}.section-heading h2,.workflow-section h2{font-size:38px}.section-heading p{font-size:15px}.feature-card{min-height:auto}.workflow-section{padding:90px 22px}.security-section{grid-template-columns:1fr;margin:55px 12px;padding:32px 25px}.security-section>p{grid-area:auto}.security-icon{margin-bottom:4px}.public-footer{padding:32px 8px}.auth-card h1{font-size:36px}}@media (max-width:480px){.hero-copy h1{letter-spacing:-2px;font-size:39px}.hero-actions{gap:10px}.hero-text-link{justify-content:center}.product-window{margin-bottom:-175px;transform:translate(-50%)scale(.57)}.section-heading h2{font-size:34px}.security-section h2{font-size:28px}}@media (prefers-reduced-motion:reduce){.landing-hero:before,.hero-copy,.product-window{animation:none!important}.feature-card{transition:none}}.brand-logo{object-fit:contain;filter:drop-shadow(0 5px 12px #aee22d38);width:34px;height:31px;display:block}.sidebar .site-brand .brand-logo{width:32px;height:29px}.window-body>aside .site-brand .brand-logo{width:21px;height:19px}.version>span{background:#c8f55a0f;border-color:#c8f55a47}.version>span img{object-fit:contain;width:23px;height:21px}.public-header .brand-logo{width:36px;height:32px}.public-footer .brand-logo{width:32px;height:29px}.auth-brand .brand-logo{width:39px;height:35px}.public-site{--ink:#10110f;--paper:#f4f2ec;--lime:#c7f43d;--line:#d2d0c8;background:var(--paper);color:var(--ink)}.public-header{border:0;border-bottom:1px solid var(--line);width:100%;max-width:1440px;height:86px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;margin:0 auto;padding:0 42px;position:relative;top:auto}.public-header nav{gap:38px}.public-header nav a,.plain-link{color:#555750;font-size:13px;font-weight:600}.public-header nav a:hover,.plain-link:hover{color:#0d0e0c}.public-actions{gap:22px}.public-cta.small{background:var(--ink);min-height:44px;box-shadow:none;border-radius:0;padding:0 20px;font-size:13px}.public-cta.small:hover{background:#282a25}.site-brand{letter-spacing:-.9px;gap:11px;font-size:22px;font-weight:780}.public-header .brand-logo{filter:none;width:34px;height:31px}.landing-main{overflow:hidden}.v3-hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(500px,.98fr) minmax(520px,.82fr);align-items:end;gap:68px;max-width:1440px;min-height:790px;margin:auto;padding:70px 42px 76px;display:grid}.v3-hero-copy{flex-direction:column;justify-content:space-between;align-self:stretch;animation:.65s ease-out both v3Rise;display:flex}.v3-kicker{font:700 11px var(--font-geist-mono);letter-spacing:1.1px;text-transform:uppercase;align-items:center;gap:10px;display:flex}.v3-kicker>i{background:var(--lime);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #c7f43d38}.v3-hero h1{letter-spacing:-.078em;margin:52px 0 48px;font-size:clamp(70px,7.4vw,112px);font-weight:690;line-height:.86}.v3-hero h1 em{color:#7a7c74;font-style:normal;font-weight:500}.v3-hero-bottom{grid-template-columns:1fr;gap:30px;max-width:630px;display:grid}.v3-hero-bottom>p{color:#4f514b;max-width:590px;margin:0;font-size:18px;line-height:1.62}.v3-actions{align-items:center;gap:28px;display:flex}.v3-primary{background:var(--ink);color:#fff;justify-content:space-between;align-items:center;gap:34px;min-height:56px;padding:0 22px;font-size:14px;font-weight:720;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.v3-primary:hover{background:#282a25;transform:translateY(-2px)}.v3-actions>a:not(.v3-primary){color:var(--ink);font-size:13px;font-weight:650;text-decoration:none}.v3-actions>a:not(.v3-primary) span{color:#76786f;margin-left:8px}.v3-console{color:#f6f7f2;min-height:565px;box-shadow:18px 18px 0 var(--lime);background:#11130f;align-self:center;padding:0 34px 29px;animation:.75s cubic-bezier(.2,.8,.2,1) .12s both v3Console;position:relative}.v3-console:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:34px 34px;position:absolute;top:0;bottom:0;left:0;right:0}.v3-console-head{color:#9ea196;height:72px;font:600 10px var(--font-geist-mono);letter-spacing:.4px;border-bottom:1px solid #33352f;justify-content:space-between;align-items:center;display:flex;position:relative}.v3-console-head>span:first-child{align-items:center;gap:9px;display:flex}.v3-console-logo{width:21px;height:19px}.v3-live{color:#c7f43d;align-items:center;gap:7px;display:flex}.v3-live i{background:#c7f43d;border-radius:50%;width:6px;height:6px;animation:1.6s infinite v3Pulse}.v3-release-title{justify-content:space-between;align-items:flex-end;padding:39px 0 31px;display:flex;position:relative}.v3-release-title div{flex-direction:column;gap:8px;display:flex}.v3-release-title small{color:#888b81;font:700 10px var(--font-geist-mono);letter-spacing:1.1px}.v3-release-title strong{letter-spacing:-1.4px;font-size:30px}.v3-release-title>span{color:#8f9288;font:10px var(--font-geist-mono)}.v3-pipeline{border-top:1px solid #34362f;position:relative}.v3-pipeline>div{border-bottom:1px solid #34362f;grid-template-columns:34px 1fr auto;align-items:center;gap:15px;min-height:92px;display:grid}.v3-pipeline b{color:#c7f43d;border:1px solid #42453c;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.v3-pipeline span{flex-direction:column;gap:5px;display:flex}.v3-pipeline strong{font-size:13px}.v3-pipeline small,.v3-pipeline em{color:#777b70;font:9px var(--font-geist-mono);font-style:normal}.v3-pipeline .active{background:#c7f43d0b}.v3-pipeline .active b{color:#11130f;background:#c7f43d;border-color:#c7f43d}.v3-pipeline .active em{color:#c7f43d}.v3-progress{background:#33362e;height:3px;margin-top:26px}.v3-progress i{background:#c7f43d;width:72%;height:100%;animation:2.4s ease-in-out infinite v3Progress;display:block}.v3-console-foot{color:#85897d;font:9px var(--font-geist-mono);justify-content:space-between;margin-top:20px;display:flex;position:relative}.v3-console-foot span:first-child{color:#b9bdaf;align-items:center;gap:7px;display:flex}.v3-console-foot i{background:#78d890;border-radius:50%;width:6px;height:6px}.v3-proofline{border-bottom:1px solid var(--line);grid-template-columns:250px 1fr;align-items:center;max-width:1440px;margin:auto;padding:30px 42px;display:grid}.v3-proofline>span{color:#7a7c75;font-size:11px}.v3-proofline>div{color:#707269;font:700 12px var(--font-geist-mono);letter-spacing:1px;justify-content:space-between;gap:25px;display:flex}.v3-capabilities{max-width:1440px;margin:auto;padding:130px 42px}.v3-section-head{grid-template-columns:220px minmax(420px,1fr) minmax(280px,430px);align-items:end;gap:30px;margin-bottom:65px;display:grid}.v3-section-head>span{color:#73756e;font:700 10px var(--font-geist-mono);letter-spacing:1px;align-self:start}.v3-section-head h2{letter-spacing:-3px;margin:0;font-size:58px;line-height:1.01}.v3-section-head>p{color:#666861;margin:0;font-size:15px;line-height:1.7}.v3-bento{grid-template-rows:repeat(2,390px);grid-template-columns:1.15fr .85fr;gap:14px;display:grid}.v3-card{flex-direction:column;justify-content:space-between;padding:34px;display:flex;position:relative;overflow:hidden}.v3-card:first-child{grid-row:1/3}.v3-card-dark{color:#f4f5ef;background:#151711}.v3-card-lime{background:var(--lime)}.v3-card-outline{background:#e9e7df;border:1px solid #bebdb5}.v3-card-icon{border:1px solid;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.v3-card div>small{font:700 10px var(--font-geist-mono);letter-spacing:1.1px;margin-bottom:16px;display:block}.v3-card h3{letter-spacing:-1.5px;max-width:620px;margin:0;font-size:34px;line-height:1.06}.v3-card p{max-width:540px;color:inherit;opacity:.66;margin:17px 0 0;font-size:14px;line-height:1.65}.v3-envs{border-top:1px solid #3a3c35}.v3-envs>span{color:#b6baae;min-height:66px;font:11px var(--font-geist-mono);border-bottom:1px solid #3a3c35;grid-template-columns:16px 1fr auto;align-items:center;display:grid}.v3-envs i,.v3-server-state i{background:#78d890;border-radius:50%;width:7px;height:7px}.v3-envs b{color:#777b70;font-weight:500}.v3-big-number{letter-spacing:-8px;font-size:110px;line-height:.7}.v3-big-number small{letter-spacing:-2px;font-size:42px}.v3-number-copy{font-size:11px;line-height:1.45;position:absolute;bottom:28px;right:32px}.v3-server-state{font:10px var(--font-geist-mono);border-top:1px solid #c5c3ba;justify-content:space-between;padding-top:18px;display:flex}.v3-server-state span{align-items:center;gap:8px;display:flex}.v3-server-state b{color:#62645d;font-weight:500}.v3-workflow{color:#f3f4ed;background:#131510;grid-template-columns:.84fr 1.16fr;gap:90px;padding:130px max(42px,50vw - 678px);display:grid}.v3-section-head-light{margin:0;display:block}.v3-section-head-light>span{color:#85897d;margin-bottom:52px;display:block}.v3-section-head-light h2{font-size:56px}.v3-workflow ol{margin:0;padding:0;list-style:none}.v3-workflow li{border-top:1px solid #3b3e35;grid-template-columns:45px 48px 1fr;align-items:center;gap:21px;min-height:150px;display:grid}.v3-workflow li:last-child{border-bottom:1px solid #3b3e35}.v3-workflow li>span{color:#777b70;font:10px var(--font-geist-mono)}.v3-workflow li>b{color:#c7f43d;border:1px solid #56594f;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.v3-workflow strong{font-size:18px}.v3-workflow p{color:#969a8e;max-width:510px;margin:8px 0 0;font-size:13px;line-height:1.55}.v3-security{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;gap:110px;max-width:1440px;margin:auto;padding:130px 42px;display:grid}.v3-security h2{letter-spacing:-3.5px;margin:28px 0 0;font-size:66px;line-height:.98}.v3-security-copy{border-top:1px solid #aeada5;padding-top:40px}.v3-security-copy>svg{margin-bottom:35px}.v3-security-copy>p{color:#4f514b;max-width:580px;margin:0;font-size:20px;line-height:1.55}.v3-security-copy ul{grid-template-columns:repeat(3,1fr);gap:18px;margin:42px 0 0;padding:0;list-style:none;display:grid}.v3-security-copy li{color:#5f615a;align-items:flex-start;gap:8px;font-size:11px;line-height:1.45;display:flex}.v3-security-copy li svg{color:#719000;flex:none}.v3-final{background:var(--lime);max-width:1356px;margin:90px auto;padding:74px 70px;position:relative}.v3-final>span{font:700 10px var(--font-geist-mono);letter-spacing:1px;text-transform:uppercase}.v3-final h2{letter-spacing:-3.5px;max-width:900px;margin:35px 0 55px;font-size:64px;line-height:1}.v3-primary-light{background:#10110f;min-width:255px}.public-footer{border-top:1px solid var(--line);gap:35px;max-width:1440px;padding:42px}.public-footer p,.public-footer nav a,.public-footer>span{font-size:11px}.public-footer>span{margin-left:auto}.auth-page{background:var(--paper,#f4f2ec);grid-template-columns:minmax(450px,.95fr) 1.05fr}.auth-brand{background:#12140f;padding:46px 54px}.auth-brand>p{letter-spacing:-4px;max-width:620px;margin:110px 0 0;font-size:clamp(46px,5vw,76px);font-weight:650;line-height:.92}.auth-quote{background:0 0;border:0;border-top:1px solid #3b3e34;border-radius:0;max-width:560px;padding:28px 0 0}.auth-quote>span{display:none}.auth-quote blockquote{color:#bdc0b5;margin:0 0 17px;font-size:15px;line-height:1.65}.auth-quote small{color:#c7f43d;font:700 9px var(--font-geist-mono);letter-spacing:1px;text-transform:uppercase}.auth-orbit{border-color:#33362d;border-radius:0;width:520px;height:520px;top:210px;right:-200px;transform:rotate(12deg)}.auth-orbit:before,.auth-orbit:after{border-color:#33362d;border-radius:0}.auth-orbit:after{box-shadow:none;background:#c7f43d}.auth-panel{padding:70px}.auth-card{width:min(480px,100%)}.auth-kicker{color:#6b840d;font:700 10px var(--font-geist-mono);letter-spacing:1.2px}.auth-card h1{letter-spacing:-3px;margin:19px 0 13px;font-size:52px;line-height:1}.auth-card>p{color:#65675f;margin-bottom:39px;font-size:15px}.auth-card form{gap:20px}.auth-card form>label{color:#3f413c;font-size:12px}.auth-card input:not([type=checkbox]){background:0 0;border:1px solid #bbbcb4;border-radius:0;height:54px;margin-top:9px;padding:0 15px;font-size:14px}.auth-card input:focus{border-color:#171912;box-shadow:0 0 0 1px #171912}.password-field button{font-size:10px;top:18px}.auth-submit{background:#12140f;border-radius:0;height:56px;font-size:13px}.auth-submit span{color:#c7f43d}.auth-switch{font-size:12px}.auth-switch a,.form-options a{color:#566b0b}.demo-note{font-size:10px}.legal-main{max-width:1040px;padding-top:90px}.legal-main h1{font-size:58px}.legal-sections section{padding:34px 0}.legal-sections h2{font-size:20px}.legal-sections p{font-size:15px}.app-shell{--panel-ink:#12140f;--panel-bg:#f2f1ec;--panel-line:#d9d8d1;background:var(--panel-bg)}.sidebar{background:#12140f}.topbar{border-color:var(--panel-line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f2f1ecf0;height:92px}.topbar h1{font-size:24px}.page-content{padding:36px 42px 70px}.hero-row h2{letter-spacing:-1.8px;font-size:38px}.metric-card,.panel,.project-card,.server-card,.audit-prompt{box-shadow:none;border-radius:4px}.metric-card{border-color:var(--panel-line)}.metric-icon{border-radius:50%}.primary-button,.dark-button,.secondary-button,.card-button{border-radius:2px}.panel{border-color:var(--panel-line)}.project-avatar{border-radius:4px}.status{border-radius:20px}@keyframes v3Rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes v3Console{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:none}}@keyframes v3Pulse{0%,to{box-shadow:0 0 #c7f43d59}50%{box-shadow:0 0 0 7px #c7f43d00}}@keyframes v3Progress{0%{width:42%}50%{width:78%}to{width:42%}}@media (max-width:1050px){.v3-hero{grid-template-columns:1fr;padding-top:65px}.v3-hero h1{font-size:86px}.v3-console{width:min(720px,100% - 18px);margin:20px 0 18px}.v3-section-head{grid-template-columns:150px 1fr}.v3-section-head>p{grid-column:2}.v3-workflow{grid-template-columns:1fr;gap:60px}.v3-security{gap:50px}.auth-brand{padding:42px}.auth-brand>p{font-size:54px}.auth-panel{padding:50px}}@media (max-width:760px){.public-header{height:72px;padding:0 18px}.public-header nav{display:none}.public-actions{gap:15px}.public-cta.small{display:none}.v3-hero{gap:48px;min-height:auto;padding:55px 20px 65px}.v3-hero h1{letter-spacing:-4.1px;margin:45px 0 38px;font-size:59px}.v3-hero-bottom>p{font-size:16px}.v3-actions{flex-direction:column;align-items:stretch;gap:20px}.v3-primary{min-height:54px}.v3-console{width:calc(100% - 10px);min-height:520px;box-shadow:10px 10px 0 var(--lime);padding:0 20px 24px}.v3-release-title strong{font-size:25px}.v3-release-title>span{display:none}.v3-pipeline>div{grid-template-columns:34px 1fr}.v3-pipeline em{display:none}.v3-proofline{grid-template-columns:1fr;gap:20px;padding:26px 20px}.v3-proofline>div{justify-content:flex-start;overflow:hidden}.v3-proofline b{min-width:max-content}.v3-capabilities{padding:90px 20px}.v3-section-head{margin-bottom:42px;display:block}.v3-section-head>span{margin-bottom:30px;display:block}.v3-section-head h2{letter-spacing:-2.1px;font-size:42px}.v3-section-head>p{margin-top:22px}.v3-bento{flex-direction:column;display:flex}.v3-card{min-height:420px}.v3-card:first-child{min-height:620px}.v3-card h3{font-size:29px}.v3-big-number{font-size:90px}.v3-workflow{padding:90px 20px}.v3-section-head-light h2{font-size:43px}.v3-workflow li{grid-template-columns:34px 42px 1fr;gap:12px;min-height:175px}.v3-security{grid-template-columns:1fr;gap:55px;padding:90px 20px}.v3-security h2{font-size:48px}.v3-security-copy>p{font-size:17px}.v3-security-copy ul{grid-template-columns:1fr}.v3-final{margin:18px 12px 60px;padding:48px 25px}.v3-final h2{letter-spacing:-2px;font-size:42px}.public-footer{flex-wrap:wrap;margin:0;padding:32px 20px}.public-footer p{display:none}.public-footer nav{order:3;width:100%}.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.auth-panel{padding:32px 20px}.auth-mobile-logo{display:block;position:absolute;top:24px;left:20px}.auth-card{padding-top:76px}.auth-card h1{font-size:42px}.legal-main{padding:58px 20px 80px}.legal-main h1{font-size:40px}.page-content{padding:27px 18px 55px}}@media (max-width:420px){.v3-hero h1{font-size:51px}.v3-console{min-height:500px}.v3-console-head>span:first-child{font-size:8px}.v3-card{padding:27px}.v3-big-number{font-size:76px}.v3-number-copy{right:25px}.v3-final h2{font-size:36px}.auth-card h1{font-size:37px}}@media (prefers-reduced-motion:reduce){.v3-hero-copy,.v3-console,.v3-live i,.v3-progress i{animation:none!important}.v3-primary{transition:none}}@font-face{font-family:WebVerf Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/manrope-cyrillic.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:WebVerf Sans;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/manrope-latin.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}html,body{max-width:100%;overflow-x:clip}body{font-optical-sizing:auto;font-feature-settings:"ss01" 1,"ss02" 1;text-rendering:optimizelegibility;font-family:WebVerf Sans,Segoe UI,Arial,sans-serif}.v3-hero h1,.v3-section-head h2,.v3-security h2,.v3-final h2,.auth-card h1,.auth-brand>p,.legal-main h1{letter-spacing:-.055em;font-family:WebVerf Sans,Segoe UI,Arial,sans-serif;font-weight:650}.v3-card h3,.v3-release-title strong,.hero-row h2,.topbar h1{font-family:WebVerf Sans,Segoe UI,Arial,sans-serif;font-weight:650}.v3-hero{isolation:isolate;background:#f4f2ec;position:relative;overflow:hidden}.v3-hero>*{z-index:2;position:relative}.v3-hero:before{content:"";z-index:0;will-change:transform;background-image:radial-gradient(circle at 30% 30%,#10110f1c 0 1px,#0000 1.6px),radial-gradient(circle at 66% 40%,#c7f43d2e,#0000 24%),radial-gradient(circle at 35% 72%,#10110f0e,#0000 26%);background-size:24px 24px,100% 100%,100% 100%;animation:18s ease-in-out infinite alternate v3FieldDrift;position:absolute;top:-28%;bottom:-28%;left:-28%;right:-28%}.v3-hero:after{content:"";z-index:1;pointer-events:none;border:1px solid #10110f21;border-radius:50%;width:660px;height:660px;animation:16s ease-in-out infinite v3Orbit;position:absolute;top:-350px;right:-270px;box-shadow:0 0 0 78px #10110f06,0 0 0 156px #c7f43d0e}.v3-console{z-index:3}.v3-console:after{content:"";pointer-events:none;border:1px solid #c7f43d8c;border-radius:50%;width:150px;height:150px;animation:7s ease-in-out infinite v3Halo;position:absolute;bottom:-75px;right:-75px;box-shadow:0 0 0 28px #c7f43d12}.auth-panel{background-color:#f4f2ec;background-image:linear-gradient(#10110f09 1px,#0000 1px),linear-gradient(90deg,#10110f09 1px,#0000 1px);background-size:32px 32px;animation:22s linear infinite v3GridMove;position:relative;overflow:hidden}.auth-card,.auth-mobile-logo{z-index:1;position:relative}.auth-card{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#f4f2ece0;padding:38px}@keyframes v3FieldDrift{0%{transform:translate(-2%,-1%)rotate(-1deg)}to{transform:translate(4%,3%)rotate(1.5deg)}}@keyframes v3Orbit{0%,to{transform:translate(0,0)scale(.94)}50%{transform:translate(-42px,52px)scale(1.06)}}@keyframes v3Halo{0%,to{opacity:.45;transform:scale(.9)}50%{opacity:.85;transform:scale(1.12)}}@keyframes v3GridMove{to{background-position:32px 32px,32px 32px}}@media (max-width:1280px){.public-header,.v3-hero,.v3-proofline,.v3-capabilities,.v3-security,.public-footer{padding-left:30px;padding-right:30px}.v3-hero{grid-template-columns:minmax(450px,1fr) minmax(470px,.88fr);gap:44px}.v3-hero h1{font-size:clamp(68px,7.2vw,92px)}.v3-console{min-height:540px}.v3-section-head{grid-template-columns:160px minmax(390px,1fr) minmax(260px,380px)}.v3-final{width:calc(100% - 60px)}.auth-panel{padding:48px}.auth-card{padding:32px}}@media (max-width:1050px){.v3-hero{grid-template-columns:1fr;gap:54px}.v3-hero-copy{min-height:600px}.v3-hero h1{font-size:clamp(72px,11vw,98px)}.v3-console{justify-self:center;width:min(760px,100% - 18px)}.v3-proofline{grid-template-columns:190px 1fr}.v3-proofline>div{flex-wrap:wrap;justify-content:flex-start}.v3-bento{grid-template-rows:580px 390px;grid-template-columns:1fr 1fr}.v3-card:first-child{grid-area:auto/1/auto/-1}.v3-section-head{grid-template-columns:130px 1fr}.v3-section-head>p{grid-column:2}.v3-security{grid-template-columns:.85fr 1.15fr}.auth-page{grid-template-columns:minmax(370px,.8fr) 1.2fr}.auth-brand>p{font-size:48px}.auth-panel{padding:36px}.auth-card{padding:28px}.auth-card h1{font-size:44px}}@media (max-width:760px){.public-site{overflow:hidden}.v3-hero{padding-top:48px}.v3-hero-copy{min-height:auto}.v3-hero h1{letter-spacing:-.065em;font-size:clamp(50px,15.3vw,68px);line-height:.9}.v3-hero:before{background-size:20px 20px,100% 100%,100% 100%;top:-15%;bottom:-15%;left:-15%;right:-15%}.v3-hero:after{width:410px;height:410px;top:-210px;right:-255px;box-shadow:0 0 0 45px #10110f06,0 0 0 90px #c7f43d0d}.v3-console:after{display:none}.v3-proofline>div{flex-wrap:nowrap;-webkit-mask-image:linear-gradient(90deg,#000 80%,#0000);mask-image:linear-gradient(90deg,#000 80%,#0000)}.v3-bento{display:flex}.v3-number-copy{margin-top:14px;position:static}.v3-card-lime{justify-content:flex-start;gap:42px}.v3-workflow li{grid-template-columns:30px 40px minmax(0,1fr)}.v3-workflow p{font-size:12px}.v3-security h2{font-size:clamp(43px,12vw,56px)}.v3-final{width:auto}.auth-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;padding:26px 0}.auth-panel{background-size:26px 26px}.public-footer>span{margin-left:0}}@media (max-width:520px){.public-header{padding:0 16px}.public-header .site-brand{font-size:19px}.public-header .brand-logo{width:30px;height:27px}.plain-link{font-size:12px}.v3-hero{padding-left:16px;padding-right:16px}.v3-kicker{font-size:9px}.v3-hero h1{margin:40px 0 32px;font-size:clamp(46px,14.4vw,58px)}.v3-hero-bottom>p{font-size:15px;line-height:1.58}.v3-console{width:calc(100% - 8px);min-height:486px;padding:0 16px 20px}.v3-console-head{height:60px}.v3-release-title{padding:30px 0 24px}.v3-release-title strong{font-size:23px}.v3-pipeline>div{gap:10px;min-height:85px}.v3-pipeline small{white-space:nowrap;text-overflow:ellipsis;max-width:190px;overflow:hidden}.v3-console-foot span:last-child{display:none}.v3-proofline,.v3-capabilities,.v3-security{padding-left:16px;padding-right:16px}.v3-section-head h2{font-size:38px}.v3-card{min-height:390px;padding:25px}.v3-card:first-child{min-height:570px}.v3-card h3{font-size:27px}.v3-envs>span{font-size:9px}.v3-workflow{padding-left:16px;padding-right:16px}.v3-section-head-light h2{font-size:39px}.v3-workflow li{grid-template-columns:26px 36px minmax(0,1fr);gap:9px;min-height:165px}.v3-workflow li>b{width:36px;height:36px}.v3-workflow strong{font-size:15px}.v3-final{margin-left:8px;margin-right:8px;padding:42px 22px}.v3-final h2{font-size:34px}.v3-primary{gap:20px;width:100%}.public-footer{padding-left:16px;padding-right:16px}.public-footer nav{gap:12px}.auth-panel{padding:24px 16px}.auth-card h1,.legal-main h1{font-size:36px}.page-content{padding-left:14px;padding-right:14px}.hero-row h2{font-size:30px}}@media (prefers-reduced-motion:reduce){.v3-hero:before,.v3-hero:after,.v3-console:after,.auth-panel{animation:none!important}.v3-hero:before{transform:none}}.public-site{isolation:isolate;background:#f4f2ec;position:relative}.public-site:before{content:"";z-index:0;pointer-events:none;will-change:transform;background-image:radial-gradient(circle,#10110f1d 0 1px,#0000 1.45px),radial-gradient(circle at 78% 14%,#c7f43d29,#0000 22%),radial-gradient(circle at 12% 64%,#10110f0e,#0000 24%),radial-gradient(circle at 74% 88%,#c7f43d1a,#0000 20%);background-size:25px 25px,100% 100%,100% 100%,100% 100%;animation:26s ease-in-out infinite alternate v3PageField;position:fixed;top:-18%;bottom:-18%;left:-18%;right:-18%}.public-site:after{content:"";z-index:0;pointer-events:none;border:1px solid #10110f1a;border-radius:50%;width:720px;height:720px;animation:20s ease-in-out infinite v3PageOrbit;position:fixed;bottom:-390px;right:-390px;box-shadow:0 0 0 90px #10110f05,0 0 0 180px #c7f43d0a}.public-site>*{z-index:1;position:relative}.v3-hero{background:0 0}.v3-hero:before{display:none}.v3-capabilities,.v3-security,.legal-main,.public-footer{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#f4f2ec6b}.v3-workflow{background-color:#131510;background-image:radial-gradient(circle,#c7f43d21 0 1px,#0000 1.5px),radial-gradient(circle at 82% 30%,#c7f43d16,#0000 28%);background-size:28px 28px,100% 100%;animation:24s linear infinite v3DarkField;position:relative;overflow:hidden}.v3-workflow>*{z-index:1;position:relative}.v3-final{background-color:#c7f43d;background-image:linear-gradient(#10110f13 1px,#0000 1px),linear-gradient(90deg,#10110f13 1px,#0000 1px);background-size:34px 34px;animation:18s linear infinite v3LimeGrid;overflow:hidden}.legal-site .public-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4f2ec94}@keyframes v3PageField{0%{transform:translate(-2%,-1%)rotate(-.5deg)}50%{transform:translate(3%,2%)rotate(.7deg)}to{transform:translate(-1%,4%)rotate(-.2deg)}}@keyframes v3PageOrbit{0%,to{transform:translate(0,0)scale(.92)}50%{transform:translate(-90px,-75px)scale(1.08)}}@keyframes v3DarkField{to{background-position:56px 28px,0 0}}@keyframes v3LimeGrid{to{background-position:68px 34px,68px 34px}}@media (max-width:760px){.public-site:before{background-size:21px 21px,100% 100%,100% 100%,100% 100%;top:-12%;bottom:-12%;left:-12%;right:-12%}.public-site:after{width:440px;height:440px;bottom:-260px;right:-300px;box-shadow:0 0 0 52px #10110f05,0 0 0 104px #c7f43d09}}@media (prefers-reduced-motion:reduce){.public-site:before,.public-site:after,.v3-workflow,.v3-final{animation:none!important}}.public-footer{color:#f4f5ef;-webkit-backdrop-filter:none;backdrop-filter:none;border:0;border-top:7px solid #c7f43d;grid-template-columns:minmax(280px,1.35fr) minmax(220px,.8fr) minmax(280px,1fr);align-items:start;gap:64px 80px;width:100%;max-width:none;margin:0;padding:72px max(42px,50vw - 678px) 30px;display:grid;position:relative;overflow:hidden;background:#10120e!important}.public-footer:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff07 1px,#0000 1px),linear-gradient(90deg,#ffffff07 1px,#0000 1px),radial-gradient(circle at 94% 12%,#c7f43d1f,#0000 28%);background-size:34px 34px,34px 34px,100% 100%;animation:22s linear infinite v3FooterGrid;position:absolute;top:0;bottom:0;left:0;right:0}.public-footer>*{z-index:1;position:relative}.footer-brand .site-brand{color:#fff;font-size:27px}.footer-brand .brand-logo{width:42px;height:38px}.footer-brand>p{color:#a9ada2;letter-spacing:-.9px;max-width:360px;margin:30px 0 0;font-size:25px;line-height:1.25}.footer-column{flex-direction:column;display:flex}.footer-column>span{color:#777b70;font:700 10px var(--font-geist-mono);letter-spacing:1.2px;text-transform:uppercase;margin-bottom:25px}.public-footer .footer-column nav{order:initial;flex-direction:column;align-items:flex-start;gap:14px;width:auto;display:flex}.public-footer .footer-column nav a{color:#d5d8ce;font-size:13px;line-height:1.4;text-decoration:none;transition:color .2s,transform .2s}.public-footer .footer-column nav a:hover{color:#c7f43d;transform:translate(4px)}.footer-contact>a{color:#fff;border-bottom:1px solid #3b3e35;justify-content:space-between;align-items:center;padding-bottom:17px;font-size:20px;font-weight:650;text-decoration:none;display:flex}.footer-contact>a b{color:#c7f43d;font-size:18px}.footer-contact small{color:#85897e;margin-top:22px;font-size:11px;line-height:1.7}.footer-bottom{color:#777b70;border-top:1px solid #30332c;grid-column:1/-1;justify-content:space-between;margin-top:10px;padding-top:25px;font-size:10px;display:flex}.footer-bottom span:last-child{color:#979b90}@keyframes v3FooterGrid{to{background-position:68px 34px,68px 34px,0 0}}@media (max-width:980px){.public-footer{grid-template-columns:1fr 1fr;gap:55px}.footer-brand{grid-column:1/-1}.footer-brand>p{font-size:22px}.footer-contact>a{font-size:18px}}@media (max-width:620px){.public-footer{border-top-width:5px;grid-template-columns:1fr;gap:44px;padding:54px 20px 26px}.footer-brand{grid-column:auto}.footer-brand>p{margin-top:23px;font-size:20px;display:block}.footer-column>span{margin-bottom:18px}.public-footer .footer-column nav{order:initial;gap:12px;width:auto}.footer-contact>a{font-size:17px}.footer-bottom{flex-direction:column;grid-column:auto;gap:8px}.footer-bottom span:last-child{font-size:9px}}@media (prefers-reduced-motion:reduce){.public-footer:before{animation:none!important}}.public-site .public-header{z-index:100;color:#f4f5ef;-webkit-backdrop-filter:blur(18px)saturate(135%);backdrop-filter:blur(18px)saturate(135%);background:#10120eeb;border:1px solid #c7f43d2e;border-radius:16px;width:calc(100% - 36px);max-width:1360px;height:72px;margin:14px auto 0;padding:0 18px 0 24px;transition:transform .25s,box-shadow .25s;position:sticky;top:14px;box-shadow:0 18px 55px #0c0e0a33,inset 0 1px #ffffff0e}.public-header nav{gap:8px;height:100%}.public-header nav a{color:#aeb2a7;border-radius:9px;padding:11px 16px;font-size:12px;transition:color .2s,background .2s;position:relative}.public-header .plain-link{color:#d4d7ce;padding:10px 4px}.public-header .public-cta.small{color:#11130f;background:#c7f43d;border-radius:10px;min-height:44px;padding:0 19px;box-shadow:0 8px 24px #c7f43d21}.public-header .public-cta.small:hover{background:#d5ff58;transform:translateY(-1px)}@media (max-width:760px){.public-site .public-header{border-radius:14px;width:calc(100% - 16px);height:64px;margin-top:8px;padding:0 14px 0 16px;top:8px}.public-header .site-brand{font-size:19px}.public-header .brand-logo{width:30px;height:27px}.public-header .plain-link{font-size:12px}.public-header .public-actions{gap:12px}}@media (prefers-reduced-motion:reduce){.public-site .public-header{transition:none}}.public-site .public-header{color:#11130f;-webkit-backdrop-filter:blur(20px)saturate(145%);backdrop-filter:blur(20px)saturate(145%);background:#f7f6f0e0;border:1px solid #10110f1a;box-shadow:0 14px 45px #1c1f171c,inset 0 1px #fffc}.public-header .site-brand{color:#11130f}.public-header .brand-logo{filter:drop-shadow(0 5px 12px #81a8142e)}.public-header nav{background:#10110f09;border:1px solid #10110f0e;border-radius:12px;padding:5px}.public-header nav a{color:#5d6058;border-radius:8px;padding:9px 15px}.public-header .plain-link:hover,.public-header .plain-link.current{color:#536d00}.public-header .public-cta.small{color:#fff;background:#11130f;box-shadow:0 8px 20px #11130f24}.v3-pipeline>div{padding-left:16px;padding-right:16px}.v3-pipeline .active{box-shadow:inset 3px 0 #c7f43d}.v3-pipeline .active em{padding-left:12px;font-weight:700}.v3-console-foot{padding-left:2px;padding-right:2px}@media (max-width:760px){.public-site .public-header{-webkit-backdrop-filter:blur(16px)saturate(135%);backdrop-filter:blur(16px)saturate(135%);background:#f7f6f0ed}.v3-pipeline>div{padding-left:10px;padding-right:10px}.v3-pipeline .active{box-shadow:inset 2px 0 #c7f43d}}.public-site .public-header{color:#11130f;width:calc(100% - 40px);max-width:1360px;height:60px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;margin:16px auto 0;padding:0;top:16px}.public-site .public-header:hover{box-shadow:none}.public-header .public-logo,.public-header .public-actions,.public-header nav{-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);border:1px solid #10110f17;min-height:58px;box-shadow:0 12px 36px #191c141a}.public-header .public-logo{background:#f7f6f0eb;border-radius:15px;align-items:center;padding:0 20px;text-decoration:none;display:flex}.public-header .public-logo .site-brand{font-size:20px}.public-header nav{background:#10120ef0;border-color:#c7f43d21;border-radius:15px;height:58px;padding:5px 6px}.public-header nav a{color:#afb3a7;padding:9px 17px}.public-header nav a:hover{color:#11130f;background:#c7f43d}.public-header .public-actions{background:#f7f6f0eb;border-radius:15px;padding:6px 7px 6px 16px}.public-header .plain-link{color:#44473f}.public-header .public-cta.small{color:#11130f;box-shadow:none;background:#c7f43d}.public-header .public-cta.small:hover{color:#11130f;background:#d6ff5b}.legal-site .public-header{background:0 0}@media (max-width:760px){.public-site .public-header{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;width:calc(100% - 16px);height:56px;margin-top:8px;top:8px}.public-header .public-logo,.public-header .public-actions{border-radius:13px;min-height:54px}.public-header .public-logo{padding:0 14px}.public-header .public-logo .site-brand{font-size:18px}.public-header .public-actions{padding:5px 13px}.public-header .plain-link{padding:8px 2px}}.reset-card{flex-direction:column;justify-content:center;min-height:455px;display:flex}.reset-card .auth-submit{text-decoration:none}.reset-success{flex-direction:column;align-items:flex-start;display:flex}.reset-success-icon{color:#11130f;background:#c7f43d;border-radius:50%;place-items:center;width:62px;height:62px;margin-bottom:30px;display:grid;box-shadow:0 0 0 10px #c7f43d26}.reset-success h1{margin-top:18px}.reset-success p strong{color:#11130f}.reset-back{width:100%;margin-top:24px}.reset-page .auth-brand>p,.reset-page .auth-quote{z-index:2;position:relative}@media (max-width:760px){.reset-card{min-height:520px}.reset-success-icon{width:54px;height:54px}}.sidebar .brand{flex-direction:column;align-items:flex-start;gap:0}.workspace-name{color:#858a7d;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:7px;max-width:190px;margin:9px 0 0 43px;font-size:10px;display:flex;overflow:hidden}.workspace-name svg{color:#c7f43d;flex:none}.session-loader{color:#686b63;background:#f2f1ec;align-content:center;place-items:center;gap:20px;min-height:100vh;font-size:13px;display:grid}.team-page{max-width:1500px}.team-page .section-intro .primary-button{align-items:center;gap:9px;display:flex}.team-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.team-summary article{border:1px solid var(--panel-line);background:#fff;align-items:center;gap:17px;min-height:100px;padding:22px;display:flex}.team-summary article>svg{color:#53690b;background:#eff8d2;border-radius:50%;width:42px;height:42px;padding:10px}.team-summary div{flex-direction:column;gap:4px;display:flex}.team-summary strong{letter-spacing:-.5px;font-size:20px}.team-summary span{color:#7d8078;font-size:11px}.team-message{color:#44550e;background:#f3f9df;border:1px solid #c7dd81;justify-content:space-between;align-items:center;margin-bottom:18px;padding:13px 16px;font-size:12px;display:flex}.team-message button{color:inherit;cursor:pointer;background:0 0;border:0;font-size:18px}.team-panel,.invites-panel{margin-bottom:20px;padding:0 26px}.team-panel .panel-heading,.invites-panel .panel-heading{padding:24px 0 18px}.access-legend{color:#7a7e75;align-items:center;gap:7px;font-size:10px;display:flex}.access-legend i{background:#9dc51e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #eff7d7}.members-list{border-top:1px solid var(--panel-line)}.member-row{border-bottom:1px solid var(--panel-line);grid-template-columns:42px minmax(190px,1.6fr) minmax(130px,.7fr) minmax(160px,.8fr);align-items:center;gap:14px;min-height:76px;display:grid}.member-row:last-child{border-bottom:0}.member-avatar{color:#c7f43d;width:38px;height:38px;font:700 11px var(--font-geist-mono);background:#171a14;border-radius:50%;place-items:center;display:grid}.member-person{flex-direction:column;gap:5px;min-width:0;display:flex}.member-person strong em{color:#66704d;font:600 8px var(--font-geist-mono);text-transform:uppercase;background:#eef2e6;border-radius:10px;margin-left:8px;padding:3px 6px;font-style:normal}.member-person small{color:#7c8077;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.role-badge{width:max-content;font:700 9px var(--font-geist-mono);text-transform:uppercase;letter-spacing:.25px;color:#4f5547;background:#edf0e7;border-radius:20px;padding:6px 9px}.role-owner{color:#c7f43d;background:#171a14}.role-admin{color:#53670d;background:#e5edca}.role-devops{color:#315c8e;background:#dceaff}.role-developer{color:#694b90;background:#e9e1f6}.role-accountant{color:#835f1d;background:#f7e8cd}.role-viewer{color:#666960;background:#ecece8}.member-row select,.invite-form select{color:#33362f;height:38px;font:600 10px var(--font-geist-mono);background:#fafaf7;border:1px solid #cfd0ca;padding:0 10px}.role-locked{color:#9a9d95;font-size:10px}.team-loading{color:#7a7e75;padding:32px 0;font-size:12px}.invites-panel{padding-bottom:10px}.invite-row{border-top:1px solid var(--panel-line);grid-template-columns:minmax(200px,1fr) 150px auto;align-items:center;gap:14px;min-height:68px;display:grid}.invite-row>span:first-child{flex-direction:column;gap:5px;display:flex}.invite-row small{color:#8a8d85;font-size:10px}.invite-row button{cursor:pointer;background:#fff;border:1px solid #caccc4;align-items:center;gap:7px;padding:9px 11px;font-size:10px;display:flex}.role-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px;display:grid}.role-grid article{border:1px solid var(--panel-line);background:#ffffff8c;min-height:100px;padding:18px}.role-grid p{color:#6e7169;margin:14px 0 0;font-size:11px;line-height:1.5}.invite-modal{max-width:560px}.invite-modal .modal-symbol{place-items:center;display:grid}.invite-form{gap:17px;margin-top:25px;display:grid}.invite-form label{color:#55584f;gap:8px;font-size:11px;display:grid}.invite-form input,.invite-form select{background:#fff;border:1px solid #bfc1b9;width:100%;height:48px;padding:0 13px;font-size:12px}.invite-form select{white-space:nowrap;text-overflow:ellipsis}.auth-submit:disabled{cursor:wait;opacity:.72}@media (max-width:900px){.team-summary{grid-template-columns:1fr}.member-row{grid-template-columns:42px minmax(150px,1fr) 120px}.member-row select,.role-locked{grid-column:2/-1;margin-bottom:14px}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.invite-row{grid-template-columns:1fr auto}.invite-row button{grid-column:1/-1;width:max-content;margin-bottom:13px}}@media (max-width:560px){.team-panel,.invites-panel{padding:0 15px}.member-row{grid-template-columns:36px minmax(0,1fr);padding:14px 0}.member-avatar{width:34px;height:34px}.member-row>.role-badge,.member-row select,.role-locked{grid-column:2}.role-grid{grid-template-columns:1fr}.invite-row{grid-template-columns:1fr;padding:14px 0}.invite-row>.role-badge,.invite-row button{grid-column:1}.invite-modal{padding:27px 20px}}.health-row{background:linear-gradient(145deg,#1d211d,#1b1e23);padding:15px 13px;position:relative;overflow:hidden}.health-row:after{content:"";border:1px solid #c7f43d2b;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-52px;right:-42px}.health-row>span{margin-bottom:10px}.platform-health-status{color:#c5d6b4;white-space:normal;align-items:center;gap:9px;min-width:0;font-size:10px;font-weight:650;line-height:1.35;display:flex}.platform-health-status i{background:#9ad92d;border-radius:50%;flex:none;width:7px;height:7px;animation:2.4s ease-in-out infinite panelHealthPulse;box-shadow:0 0 0 4px #9ad92d1a}.version small{color:#858b7f}.version>span{transition:transform .3s,border-color .3s,background .3s}.version:hover>span{background:#c8f55a1c;border-color:#c8f55a8c;transform:rotate(-6deg)scale(1.06)}.sidebar{overflow:hidden}.sidebar:before{content:"";z-index:-1;background:radial-gradient(circle,#c7f43d13,#0000 68%);border-radius:50%;width:280px;height:280px;animation:9s ease-in-out infinite alternate panelSidebarGlow;position:absolute;bottom:-90px;left:-170px}.sidebar nav button{transition:color .2s,background .2s,transform .2s}.sidebar nav button:hover{transform:translate(3px)}.sidebar nav button.active{box-shadow:0 8px 24px #c7f43d1f}.sidebar nav button.active>span,.sidebar nav button.active>svg{animation:.38s both panelIconPop}.topbar{animation:.48s ease-out both panelTopbarIn}.page-content{animation:.5s cubic-bezier(.22,.8,.32,1) both panelPageIn}.hero-row>div,.section-intro>div{animation:.58s cubic-bezier(.22,.8,.32,1) 80ms both panelCopyIn}.alert-card{animation:.5s ease-out .12s both panelCardIn}.metrics>.metric-card,.project-cards>.project-card,.server-cards>*{animation:.5s ease-out both panelCardIn}.metrics>.metric-card:first-child,.project-cards>:first-child,.server-cards>:first-child{animation-delay:.12s}.metrics>.metric-card:nth-child(2),.project-cards>:nth-child(2),.server-cards>:nth-child(2){animation-delay:.18s}.metrics>.metric-card:nth-child(3),.project-cards>:nth-child(3),.server-cards>:nth-child(3){animation-delay:.24s}.metrics>.metric-card:nth-child(4),.project-cards>:nth-child(4){animation-delay:.3s}.metric-card,.project-card,.server-card,.audit-prompt,.panel,.team-summary article,.platform-metrics article{transition:transform .25s,border-color .25s,box-shadow .25s}.metric-card:hover,.project-card:hover,.server-card:hover,.audit-prompt:hover,.team-summary article:hover,.platform-metrics article:hover{border-color:#c6c9bb;transform:translateY(-4px);box-shadow:0 16px 35px #16191114}.panel:hover{border-color:#ced0c7}.metric-icon,.project-avatar,.server-dot{transition:transform .25s}.metric-card:hover .metric-icon,.project-card:hover .project-avatar,.server-card:hover .server-dot{transform:scale(1.08)rotate(-3deg)}.primary-button,.secondary-button,.dark-button,.card-button{transition:transform .2s,box-shadow .2s,background .2s}.primary-button:hover,.secondary-button:hover,.dark-button:hover,.card-button:hover{transform:translateY(-2px);box-shadow:0 9px 20px #1417101f}.status i{animation:2.8s ease-in-out infinite panelStatusPulse}@keyframes panelPageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes panelCopyIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:none}}@keyframes panelCardIn{0%{opacity:0;transform:translateY(14px)scale(.985)}to{opacity:1;transform:none}}@keyframes panelTopbarIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes panelIconPop{0%{transform:scale(.7)}70%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes panelHealthPulse{0%,to{box-shadow:0 0 0 4px #9ad92d14}50%{box-shadow:0 0 0 8px #9ad92d04}}@keyframes panelStatusPulse{0%,to{opacity:1}50%{opacity:.55}}@keyframes panelSidebarGlow{0%{transform:translate(-12px,12px)scale(.9)}to{transform:translate(30px,-28px)scale(1.18)}}@media (prefers-reduced-motion:reduce){.app-shell *,.app-shell :before,.app-shell :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.modal-layer{place-items:center;overflow:hidden}.audit-modal{margin:0}.server-audit-modal{width:min(640px,100%);max-height:calc(100dvh - 40px);padding:27px 30px 25px;overflow-y:auto}.audit-modal-head{align-items:center;gap:14px;margin-bottom:16px;padding-right:38px;display:flex}.audit-modal-head .modal-symbol{flex:none;margin:0}.audit-modal-head .eyebrow{margin:0 0 5px}.server-audit-modal .modal-lead{margin:0 0 15px}.server-audit-modal .audit-source{margin:0 0 12px}.server-audit-modal .command-box{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;max-height:none;margin-bottom:12px;padding:14px 16px;font-size:9px;line-height:1.62;overflow-x:hidden}.server-audit-modal .command-box code{white-space:inherit}.server-audit-modal .audit-result-note{background:#fafbf7;border:1px solid #e4e7dc;border-radius:9px;margin-bottom:11px;padding:9px 10px}.server-audit-modal .audit-result-note .status{flex:none}.server-audit-modal .modal-primary{min-height:42px}.server-audit-modal .back-button{margin-top:7px}@media (max-width:620px){.modal-layer{padding:10px}.server-audit-modal{border-radius:14px;padding:22px 16px 18px}.audit-modal-head{gap:11px;padding-right:32px}.audit-modal-head .modal-symbol{width:38px;height:38px}.server-audit-modal .audit-source{flex-direction:column;align-items:flex-start}.server-audit-modal .command-box{padding:12px;font-size:8px}.server-audit-modal .audit-result-note{flex-direction:column;align-items:flex-start;gap:5px}.server-audit-modal .audit-result-note>span:last-child{padding-top:0}}.server-audit-meta{border-top:1px solid #ecebe7;border-bottom:1px solid #ecebe7;grid-template-columns:1fr 1fr;margin:2px 0 14px;padding:13px 0;gap:12px!important;display:grid!important}.server-audit-meta span{flex-direction:column;gap:4px;min-width:0;display:flex}.server-audit-meta small{color:#91958f;font-size:8px}.server-audit-meta b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.audit-waiting,.audit-expired{background:#f8faf2;border:1px solid #e2e6d8;border-radius:9px;align-items:center;gap:11px;margin:0 0 10px;padding:11px 12px;display:flex}.audit-waiting>i{border:2px solid #d9e5bc;border-top-color:#71910f;border-radius:50%;flex:none;width:18px;height:18px;animation:.9s linear infinite auditSpin}.audit-waiting span{flex-direction:column;gap:2px;font-size:10px;display:flex}.audit-waiting small,.audit-expired span{color:#737970;font-size:9px}.audit-expired{color:#9b3827;background:#fff7f4;border-color:#f0d9d2;flex-direction:column;align-items:flex-start}.audit-summary{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:13px;display:grid}.audit-summary>div{background:#fafbf7;border:1px solid #e2e4dc;border-radius:9px;min-width:0;padding:11px 12px}.audit-summary .wide{grid-column:1/-1}.audit-summary small,.audit-summary b{display:block}.audit-summary small{color:#858980;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:8px}.audit-summary b{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.audit-report{background:#f8f9f5;border:1px solid #e2e4dc;border-radius:9px;margin-bottom:11px}.audit-report summary{color:#526a08;cursor:pointer;padding:11px 12px;font-size:9px;font-weight:700}.audit-report pre{color:#d9f58e;max-height:210px;font:8px/1.55 var(--font-geist-mono);white-space:pre-wrap;background:#171a1f;border-top:1px solid #e2e4dc;margin:0;padding:13px;overflow:auto}.audit-error{color:#a53826;background:#fff0ec;border-radius:8px;margin:0 0 8px;padding:9px 11px;font-size:9px;line-height:1.45}.audit-success{text-align:center;padding:15px 0 4px}.audit-success>b{color:#172000;background:#c8f55a;border-radius:50%;place-items:center;width:44px;height:44px;margin:0 auto 12px;display:grid}.audit-success h4{margin:0 0 7px;font-size:18px}.audit-success p{color:#737870;max-width:460px;margin:0 auto 17px;font-size:10px;line-height:1.55}@keyframes auditSpin{to{transform:rotate(360deg)}}@media (max-width:620px){.audit-summary{grid-template-columns:1fr}.audit-summary .wide{grid-column:auto}.server-audit-meta{grid-template-columns:1fr}}.server-report-modal{width:min(860px,100%);max-height:calc(100dvh - 40px);overflow:auto}.report-loading{color:#737970;justify-content:center;align-items:center;gap:10px;min-height:220px;font-size:11px;display:flex}.report-loading i{border:2px solid #d9e5bc;border-top-color:#71910f;border-radius:50%;width:19px;height:19px;animation:.9s linear infinite auditSpin}.report-complete{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.readable-report{gap:13px;display:grid}.report-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.report-facts article{background:#fafbf7;border:1px solid #e2e4dc;border-radius:10px;align-items:flex-start;gap:11px;min-width:0;min-height:84px;padding:14px;display:flex}.report-facts article>svg{box-sizing:content-box;color:#56720b;background:#eaf8c8;border-radius:9px;flex:none;padding:8px}.report-facts span,.report-facts small,.report-facts b,.report-facts em{min-width:0;display:block}.report-facts small,.ports-label{color:#898e84;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:8px}.report-facts b{overflow-wrap:anywhere;font-size:12px;line-height:1.35}.report-facts em{color:#777d73;margin-top:4px;font-size:8px;font-style:normal}.report-columns{grid-template-columns:1fr 1fr;gap:10px;display:grid}.report-columns>section{background:#fff;border:1px solid #e2e4dc;border-radius:10px;min-width:0;padding:15px}.report-section-title{align-items:center;gap:7px;margin-bottom:12px;display:flex}.report-section-title svg{color:#64820c}.report-section-title h4{margin:0;font-size:12px}.stack-list{gap:7px;display:grid}.stack-list>div,.security-list>div{border-bottom:1px solid #eceee7;grid-template-columns:82px 1fr;gap:8px;min-width:0;padding-bottom:7px;display:grid}.stack-list>div:last-child,.security-list>div:last-child{border-bottom:0;padding-bottom:0}.stack-list b,.security-list dt{font-size:9px}.stack-list code,.security-list dd{color:#6f756b;min-width:0;font:8px var(--font-geist-mono);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.security-list{gap:7px;margin:0 0 13px;display:grid}.ports-label{display:block}.port-list{flex-wrap:wrap;gap:5px;display:flex}.port-list code{color:#4d6509;font:700 8px var(--font-geist-mono);background:#eef7d9;border-radius:6px;padding:4px 7px}.port-list span,.report-muted{color:#858a81;font-size:9px}.report-warnings,.report-ok{color:#805513;background:#fff9ed;border:1px solid #efd5b0;border-radius:9px;padding:12px 14px}.report-warnings>b{margin-bottom:5px;font-size:10px;display:block}.report-ok{color:#526c0b;background:#f6fbe9;border-color:#d5e7aa;align-items:center;gap:9px;display:flex}.report-ok span,.report-ok b,.report-ok small{display:block}.report-ok b{font-size:10px}.technical-report{background:#f8f9f5;border:1px solid #e2e4dc;border-radius:9px}.technical-report summary{color:#526a08;cursor:pointer;padding:11px 13px;font-size:9px;font-weight:700}.technical-report pre{color:#d9f58e;max-height:320px;font:8px/1.55 var(--font-geist-mono);white-space:pre-wrap;overflow-wrap:anywhere;background:#171a1f;border-top:1px solid #30343a;margin:0;padding:14px;overflow:auto}@media (max-width:620px){.server-report-modal{padding:22px 16px}.report-complete{flex-direction:column;align-items:flex-start}.report-facts,.report-columns{grid-template-columns:1fr}.technical-report pre{max-height:52dvh;padding:12px;font-size:8px}}.server-report-modal{width:min(960px,100%);padding:34px}.server-report-modal .audit-summary{gap:12px;margin:18px 0}.server-report-modal .audit-summary>div{padding:14px 16px}.server-report-modal .audit-summary small{color:#697067;margin-bottom:6px;font-size:10px}.server-report-modal .audit-summary b{font-size:12px;line-height:1.4}.report-complete{margin-bottom:18px}.report-complete time{color:#626960;font-size:11px}.readable-report{gap:16px}.report-facts{gap:12px}.report-facts article{gap:13px;min-height:104px;padding:17px}.report-facts article>svg{padding:9px}.report-facts small,.ports-label{color:#697067;margin-bottom:7px;font-size:10px;line-height:1.3}.report-facts b{font-size:14px;line-height:1.45}.report-facts em{color:#626960;margin-top:6px;font-size:10.5px;line-height:1.4}.report-columns{gap:12px}.report-columns>section{padding:18px}.report-section-title{gap:9px;margin-bottom:15px}.report-section-title h4{font-size:15px}.stack-list,.security-list{gap:10px}.stack-list>div,.security-list>div{grid-template-columns:105px 1fr;gap:12px;padding-bottom:10px}.stack-list b,.security-list dt{font-size:11px;line-height:1.4}.stack-list code,.security-list dd{font-size:10px;line-height:1.45}.port-list{gap:7px}.port-list code{padding:5px 8px;font-size:9.5px}.port-list span,.report-muted{font-size:11px}.report-warnings,.report-ok{padding:15px 17px}.report-warnings>b,.report-ok b{font-size:12px}.report-warnings p{margin:4px 0;font-size:10.5px;line-height:1.55}.report-ok small{margin-top:3px;font-size:10px}.technical-report summary{padding:13px 15px;font-size:11px}.technical-report pre{font-size:10px;line-height:1.65}@media (max-width:620px){.server-report-modal{padding:24px 17px}.report-facts article{min-height:96px}.stack-list>div,.security-list>div{grid-template-columns:95px 1fr}.technical-report pre{font-size:9px}}.package-update-progress{background:#f9fbf3;border:1px solid #dce4ca;border-radius:12px;margin:14px 0;padding:16px 17px}.package-progress-head{grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:11px;display:grid}.package-progress-head>i{border:2px solid #d7e3b8;border-top-color:#71910f;border-radius:50%;width:18px;height:18px;animation:.9s linear infinite auditSpin}.package-progress-head span{flex-direction:column;gap:2px;min-width:0;display:flex}.package-progress-head small{color:#6d7468;font-size:9px}.package-progress-head b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.package-progress-head strong{color:#536b10;font-size:12px}.package-progress-track{background:#e6eadf;border-radius:10px;height:8px;margin:13px 0 9px;overflow:hidden}.package-progress-track>i{background:linear-gradient(90deg,#8db533,#c8f55a);border-radius:10px;height:100%;transition:width .35s;display:block}.package-progress-stats{color:#687064;align-items:center;gap:16px;font-size:9px;display:flex}.package-progress-stats span b{color:#262b24}.package-progress-stats em{color:#536b10;margin-left:auto;font-size:10px;font-style:normal;font-weight:750}.package-progress-recent{flex-wrap:wrap;gap:6px;margin-top:11px;display:flex}.package-progress-recent span{color:#50660f;background:#edf5dc;border-radius:7px;padding:5px 7px;font-size:8.5px}.package-progress-recent span.failed{color:#9b2e21;background:#ffebe7}.package-progress-recent span.skipped{color:#795a12;background:#fff3d5}.package-update-progress>p{color:#737a70;margin:11px 0 0;font-size:9px}@media (max-width:620px){.package-progress-head{grid-template-columns:22px minmax(0,1fr)}.package-progress-head>strong{grid-column:2}.package-progress-stats{flex-wrap:wrap;gap:9px}.package-progress-stats em{margin-left:0}}.server-report-modal .report-facts article{min-height:124px}.server-report-modal .report-facts b{font-size:13.5px}.server-report-modal .report-facts em{font-size:10.5px;line-height:1.55}.server-status-row{align-items:center;gap:7px;margin:17px 0;display:flex}.server-status-row .status{margin:0}.server-card-actions{grid-template-columns:1fr 1.25fr;gap:8px;display:grid}.server-card-actions .card-button{margin-top:0}.card-button-dark{color:#fff;background:#171a14;border-color:#171a14}.version-summary-strip{background:#fafbf7;border:1px solid #e5e6df;grid-template-columns:repeat(3,1fr);margin:-2px 0 14px;display:grid}.version-summary-strip span{border-right:1px solid #e5e6df;flex-direction:column;padding:9px 10px;display:flex}.version-summary-strip span:last-child{border-right:0}.version-summary-strip b{font-size:14px}.version-summary-strip small{color:#858980;text-transform:uppercase;letter-spacing:.04em;font-size:7px}.agent-install-foot{color:#7d8279;margin:10px 0 0;font-size:8px;line-height:1.45}@media (max-width:700px){.server-card-actions{grid-template-columns:1fr}}.operation-result{border:1px solid;border-radius:9px;margin-bottom:12px;padding:12px 14px}.operation-result b,.operation-result span{display:block}.operation-result b{margin-bottom:4px;font-size:11px}.operation-result span{font-size:9px;line-height:1.5}.operation-result details{border-top:1px solid;margin-top:9px}.operation-result summary{cursor:pointer;padding-top:8px;font-size:8px;font-weight:750}.operation-result pre{color:#d9f58e;max-height:180px;font:8px/1.5 var(--font-geist-mono);white-space:pre-wrap;background:#171a1f;border-radius:7px;margin:8px 0 0;padding:10px;overflow:auto}.operation-failed{color:#923521;background:#fff5f2;border-color:#efc6bb}.operation-success{color:#506b08;background:#f5fbe6;border-color:#cfe49b}.update-result-counts{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.update-result-counts span{border:1px solid;border-radius:6px;padding:4px 7px;font-size:8px}.manual-update-note{color:#76530f;background:#fffaf0;border:1px solid #ead8b2;align-items:flex-start;gap:12px;margin-bottom:11px;padding:11px 13px;display:flex}.manual-update-note b{flex:none;font-size:9px}.manual-update-note span{font-size:8px;line-height:1.5}.version-actions{flex-wrap:wrap}.manual-update-button:not(:disabled){color:#684600;background:#fff7e4;border-color:#d5a940}.package-name-cell{align-items:center;gap:8px;min-width:0;display:flex}.package-name-cell b{min-width:0}.package-name-cell input{accent-color:#789c11;cursor:pointer;flex:none;width:14px;height:14px}.package-name-cell.selectable{cursor:pointer}.sidebar nav .platform-nav{color:#e8ecd9;background:#c7f43d12;border:1px solid #c7f43d40;margin-top:12px}.sidebar nav .platform-nav svg{color:#c7f43d}.sidebar nav .platform-nav em{color:#11130f;font:800 7px var(--font-geist-mono);background:#c7f43d;border-radius:10px;margin-left:auto;padding:3px 6px}.platform-page{max-width:1500px}.root-seal{color:#4d6209;font:800 9px var(--font-geist-mono);letter-spacing:.7px;background:#f3fadf;border:1px solid #bddf50;align-items:center;gap:8px;padding:10px 13px;display:flex}.platform-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.platform-metrics article{border:1px solid var(--panel-line);background:#fff;grid-template-rows:1fr 1fr;grid-template-columns:42px 1fr;column-gap:15px;min-height:116px;padding:20px;display:grid}.platform-metrics svg{color:#c7f43d;background:#171a14;border-radius:50%;grid-row:1/3;align-self:center;width:42px;height:42px;padding:10px}.platform-metrics strong{align-self:end;font-size:24px}.platform-metrics span{color:#7b7f75;font-size:10px}.platform-table{margin-bottom:20px;padding:0 26px}.platform-table .panel-heading{padding:24px 0 18px}.platform-head,.platform-row{grid-template-columns:1.2fr 1.4fr 110px 120px;align-items:center;gap:16px;display:grid}.platform-head{border-top:1px solid var(--panel-line);border-bottom:1px solid var(--panel-line);color:#969990;min-height:38px;font:700 8px var(--font-geist-mono);letter-spacing:.6px;text-transform:uppercase}.platform-row{border-bottom:1px solid var(--panel-line);min-height:72px;font-size:11px}.platform-row:last-child{border-bottom:0}.platform-row>span{flex-direction:column;gap:4px;display:flex}.platform-row small{color:#8b8e86;font-size:9px}.platform-row b{font:700 10px var(--font-geist-mono)}.platform-row time{color:#777b72;font-size:10px}.platform-row em{color:#c7f43d;font:800 7px var(--font-geist-mono);background:#171a14;border-radius:8px;margin-left:7px;padding:3px 5px;font-style:normal}.platform-head.users,.platform-row.users{grid-template-columns:1.4fr 1fr 110px 120px}@media (max-width:900px){.platform-metrics{grid-template-columns:1fr 1fr}.platform-head{display:none}.platform-row,.platform-row.users{grid-template-columns:1fr 100px;padding:16px 0}.platform-row>:nth-child(3),.platform-row>:nth-child(4){grid-column:2}.platform-row>:nth-child(4){grid-row:1}}@media (max-width:560px){.platform-metrics{grid-template-columns:1fr}.platform-table{padding:0 15px}.platform-row,.platform-row.users{grid-template-columns:1fr}.platform-row>:nth-child(3),.platform-row>:nth-child(4){grid-area:auto/1}}body .versions-modal{background:#fff;border:1px solid #dfe2da;border-radius:22px;flex-direction:column;width:min(1080px,100vw - 40px);max-height:min(900px,100dvh - 40px);padding:0;font-size:14px;display:flex;overflow:hidden;box-shadow:0 30px 90px #12160f3d}body .versions-modal>.audit-modal-head{background:#fbfcf8;border-bottom:1px solid #e7e9e2;flex:none;min-height:92px;margin:0;padding:22px 70px 20px 28px}body .versions-modal>.audit-modal-head .modal-symbol{color:#48600b;background:#eaf8ca;border-radius:13px;width:46px;height:46px}body .versions-modal>.audit-modal-head .eyebrow{color:#738047;letter-spacing:.12em;margin-bottom:5px;font-size:10px;line-height:1.2}body .versions-modal>.audit-modal-head h3{color:#171a1f;letter-spacing:-.65px;font-size:25px;line-height:1.15}body .versions-modal>.modal-close{z-index:3;color:#626860;background:#f4f5f0;border:1px solid #e1e3dc;border-radius:11px;width:40px;height:40px;font-size:22px;transition:background .2s,transform .2s;top:25px;right:26px}body .versions-modal>.modal-close:hover{background:#e9ebe4;transform:rotate(4deg)}.versions-modal-body{scrollbar-color:#a5aaa0 #f2f3ef;scrollbar-width:thin;min-height:0;padding:24px 28px 28px;overflow-y:auto}body .versions-modal .operation-result{border-radius:13px;margin:0 0 18px;padding:16px 18px}body .versions-modal .operation-result b{margin-bottom:5px;font-size:13px}body .versions-modal .operation-result span{font-size:11px;line-height:1.5}body .versions-modal .operation-reboot{color:#873b27;background:#fff6f1;border-color:#efc9b8}body .versions-modal .operation-result summary{font-size:10px}body .versions-modal .operation-result pre,body .versions-modal .update-result-counts span{font-size:9.5px}body .versions-modal .version-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px;display:grid}body .versions-modal .version-metrics article{background:#fafbf8;border:1px solid #e1e3dc;border-radius:15px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;min-height:104px;padding:18px;display:grid}body .versions-modal .version-metrics article.good{background:#f7fbe9;border-color:#d6e7ac}body .versions-modal .version-metrics article.manual{background:#fff9ed;border-color:#ecd9ae}body .versions-modal .version-metric-icon{color:#60675c;background:#eef0e9;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}body .versions-modal .good .version-metric-icon{color:#55700c;background:#e5f5bd}body .versions-modal .manual .version-metric-icon{color:#8a5a00;background:#ffedc8}body .versions-modal .version-metrics article>div{flex-direction:column;align-items:flex-start;gap:5px;min-width:0;display:flex}body .versions-modal .version-metrics b{color:#171a1f;letter-spacing:-.7px;margin:0 0 4px;font-size:28px;line-height:1;display:block}body .versions-modal .version-metrics article>div>span{color:#666d64;font-size:11px;line-height:1.35;display:block}body .versions-modal .reboot-note,body .versions-modal .manual-update-note{border-radius:14px;align-items:center;gap:13px;min-height:68px;margin:0 0 12px;padding:14px 16px;display:flex}body .versions-modal .reboot-note{color:#8b3c27;background:#fff6f1;border-color:#efcdbc}body .versions-modal .reboot-note>svg,body .versions-modal .manual-update-note>svg{flex:none}body .versions-modal .reboot-note>span,body .versions-modal .manual-update-note>span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}body .versions-modal .reboot-note b,body .versions-modal .manual-update-note b{font-size:12px;line-height:1.35}body .versions-modal .reboot-note small,body .versions-modal .manual-update-note small{font-size:10.5px;line-height:1.45}body .versions-modal .reboot-note button{color:#fff;cursor:pointer;background:#a84028;border:1px solid #a84028;border-radius:10px;flex:none;min-height:40px;padding:0 15px;font-size:11px;font-weight:750;transition:background .18s,border-color .18s,box-shadow .18s,transform .18s;box-shadow:0 5px 14px #9136212e}body .versions-modal .reboot-note button:hover:not(:disabled){background:#87321f;border-color:#87321f;transform:translateY(-2px);box-shadow:0 8px 20px #87321f40}body .versions-modal .reboot-note button:active:not(:disabled){transform:translateY(0)}body .versions-modal .reboot-note button:focus-visible{outline-offset:2px;outline:3px solid #a8402840}body .versions-modal .reboot-note button:disabled{color:#8d928a;cursor:not-allowed;box-shadow:none;background:#e8e9e5;border-color:#d7d9d3}body .versions-modal .manual-update-note{color:#4d554b;background:#f8f9f5;border:1px solid #e5e7df}body .versions-modal .manual-update-note>svg{color:#7a851f}body .versions-modal .manual-update-note small{color:#6f756d}body .versions-modal .version-actions{background:#fafbf8;border:1px solid #e5e7df;border-radius:14px;justify-content:flex-end;gap:9px;margin:16px 0;padding:14px;display:flex}body .versions-modal .version-actions button{border-radius:10px;min-height:42px;padding:0 16px;font-size:11.5px}body .versions-modal .version-actions button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}body .versions-modal .package-update-progress{border-radius:14px;margin:0 0 16px;padding:18px}body .versions-modal .package-progress-head small,body .versions-modal .package-progress-stats,body .versions-modal .package-update-progress>p{font-size:11px}body .versions-modal .package-progress-head b{font-size:14px}body .versions-modal .package-progress-head strong{font-size:13px}body .versions-modal .package-progress-recent span{font-size:10px}body .versions-modal .version-list{background:#fff;border:1px solid #dfe2da;border-radius:15px;overflow:hidden}body .versions-modal .version-list-head,body .versions-modal .version-list-row{grid-template-columns:minmax(180px,1.05fr) minmax(230px,1.4fr) minmax(230px,1.4fr) 116px;align-items:center;gap:18px;padding:0 20px;display:grid}body .versions-modal .version-list-head{color:#737970;min-height:48px;font:700 10px/1.3 var(--font-geist-sans);letter-spacing:.07em;text-transform:uppercase;background:#f3f4ef;border-bottom:1px solid #dfe2da;position:static}body .versions-modal .version-list-row{border-bottom:1px solid #e8eae4;min-height:68px;transition:background .16s}body .versions-modal .version-list-row:hover{background:#fafbf7}body .versions-modal .version-list-row:last-child{border-bottom:0}body .versions-modal .version-list-row b{color:#20241f;text-overflow:clip;font-size:14px;font-weight:700;line-height:1.35;overflow:visible}body .versions-modal .version-list-row code{overflow-wrap:anywhere;color:#50574f;font:500 12px/1.45 var(--font-geist-mono);text-overflow:clip;white-space:normal}body .versions-modal .version-list-row>span{text-align:center;border-radius:20px;padding:8px 10px;font-size:10.5px;font-weight:750;line-height:1.2}body .versions-modal .version-list-row>span.safe{color:#536d0b;background:#edf8d6}body .versions-modal .version-list-row>span.manual{color:#8a5a00;background:#fff0d1}body .versions-modal .package-name-cell{gap:11px}body .versions-modal .package-name-cell input{border-radius:5px;width:19px;height:19px}body .versions-modal .version-empty{text-align:center;padding:54px 24px}.notification-popover>footer{text-align:left;justify-content:space-between;align-items:center;gap:12px;display:flex}.notification-popover>footer button{color:#58710d;cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:10px;font-weight:750}.notification-popover>footer button:hover{text-underline-offset:3px;text-decoration:underline}.notification-popover>footer span{color:#858b81;text-align:right;font-size:8px}.audit-page{width:100%;max-width:none;margin:0}.audit-filter{color:#737970;align-items:center;gap:10px;font-size:10px;font-weight:650;display:flex}.audit-filter select{color:#252a23;cursor:pointer;background:#fff;border:1px solid #d7dad1;border-radius:10px;min-width:180px;height:42px;padding:0 36px 0 13px;font-size:11px;font-weight:650}.audit-timeline{max-width:none}.audit-timeline article{cursor:pointer;content-visibility:auto;contain-intrinsic-size:auto 128px;background:#fffffff0;min-height:128px;padding:22px 24px;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}.audit-timeline article:hover{background:#fff;border-color:#bccb92;transform:translateY(-2px);box-shadow:0 14px 35px #14181014}.audit-timeline article.unread{box-shadow:inset 4px 0 #9bc632}.audit-timeline article.error.unread{box-shadow:inset 4px 0 #dc4f39}.audit-timeline article.warning.unread{box-shadow:inset 4px 0 #d99a2f}.audit-timeline article>div{min-width:0}.audit-timeline h3{margin-top:10px;font-size:16px}.audit-timeline p{max-width:760px;margin-bottom:11px;font-size:12px;line-height:1.55}.audit-timeline small{font-size:9.5px}.audit-timeline article>button{align-self:center;min-width:112px;font-size:10px;font-weight:700;transition:border-color .2s,background .2s,transform .2s}.audit-timeline article>button:hover{background:#f5fadf;border-color:#b8c985;transform:translate(2px)}.audit-list-state{color:#6d746a;background:#ffffffe6;border:1px solid #dfe2d8;border-radius:14px;justify-content:center;align-items:center;gap:11px;min-height:180px;font-size:12px;display:flex}.audit-list-state>i,.notification-detail-loading>i{border:2px solid #dce7bd;border-top-color:#779b25;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite auditSpin}.audit-list-state.empty{flex-direction:column}.notification-detail-layer{z-index:95}.notification-detail-modal{overscroll-behavior:contain;width:min(760px,100%);max-height:calc(100dvh - 40px);padding:32px;overflow-y:auto}.notification-detail-head{align-items:flex-start;gap:16px;padding-right:42px;display:flex}.notification-detail-icon{color:#54720b;background:#e9f8c7;border-radius:13px;flex:none;place-items:center;width:48px;height:48px;font-size:20px;font-weight:800;display:grid}.notification-detail-icon.info{color:#315c8e;background:#dceafd}.notification-detail-icon.warning{color:#9a6500;background:#fff0d1}.notification-detail-icon.error{color:#b63e2d;background:#ffe3dd}.notification-detail-head .eyebrow{margin-bottom:6px}.notification-detail-head h3{margin:0 0 10px;font-size:25px;line-height:1.2}.notification-detail-message{color:#4d544a;background:#f6f9ed;border-left:4px solid #a5cb3d;border-radius:0 11px 11px 0;margin:24px 0 20px;padding:17px 18px;font-size:13px;line-height:1.65}.notification-detail-meta{grid-template-columns:1.35fr 1fr 1fr;gap:10px;margin-bottom:18px;display:grid}.notification-detail-meta article{background:#fafbf7;border:1px solid #dfe2d8;border-radius:11px;min-width:0;padding:15px}.notification-detail-meta small{color:#8a9086;letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-size:8px;font-weight:700;display:block}.notification-detail-meta b{overflow-wrap:anywhere;color:#272c25;font-size:11px;line-height:1.45;display:block}.notification-detail-fields{border:1px solid #dfe2d8;border-radius:12px;margin:0;overflow:hidden}.notification-detail-fields>div{border-bottom:1px solid #e6e8e1;grid-template-columns:170px 1fr;align-items:center;gap:16px;min-height:48px;padding:11px 15px;display:grid}.notification-detail-fields>div:last-child{border-bottom:0}.notification-detail-fields dt{color:#7a8076;font-size:9px;font-weight:650}.notification-detail-fields dd{color:#252a23;overflow-wrap:anywhere;margin:0;font-size:11px;font-weight:650;line-height:1.45}.notification-technical-report{margin-top:16px}.notification-detail-loading,.notification-detail-error{color:#697067;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:300px;font-size:12px;display:flex}.notification-detail-error svg{color:#c44b38}.notification-detail-error b{font-size:16px}.notification-detail-error p{color:#767c73;margin:0}.overview-server-picker{color:#30352d;background:#fff;border:1px solid #d8dcd1;border-radius:8px;max-width:150px;height:34px;padding:0 30px 0 10px;font-size:10px;font-weight:650}.overview-server-count{color:#777e74;font-size:9px;font-weight:650}.overview-server-select{margin-bottom:12px;padding:12px}.overview-server-select .server-dot{flex:none;width:40px;height:40px;font-size:9px}.overview-server-select strong{font-size:12px}.overview-server-select small{font-size:9px;line-height:1.4}.overview-server-facts{gap:8px;padding:0 18px;display:grid}.overview-server-facts article{background:#fafbf7;border:1px solid #e2e5dc;border-radius:10px;align-items:flex-start;gap:10px;min-width:0;min-height:58px;padding:10px 11px;display:flex}.overview-server-facts article>svg{box-sizing:content-box;color:#5b780e;background:#eaf8c8;border-radius:8px;flex:none;padding:7px}.overview-server-facts article>span{flex-direction:column;min-width:0;display:flex}.overview-server-facts small{color:#838a80;letter-spacing:.05em;text-transform:uppercase;margin-bottom:3px;font-size:8px;font-weight:700}.overview-server-facts b{color:#272c25;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;line-height:1.35;overflow:hidden}.overview-server-facts em{color:#737a70;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:8.5px;font-style:normal;line-height:1.35;overflow:hidden}.overview-capacity-foot{flex-wrap:wrap;align-items:center}.overview-capacity-foot>span{color:#777e74;font-size:8.5px}.overview-server-state{color:#70776d;text-align:center;justify-content:center;align-items:center;gap:10px;min-height:270px;padding:30px;font-size:11px;display:flex}.overview-server-state>i{border:2px solid #dce7bd;border-top-color:#779b25;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite auditSpin}.overview-server-state.error,.overview-server-state.empty{flex-direction:column}.overview-server-state.error{color:#984333}.overview-server-state.empty b{color:#2d322b;font-size:13px}.overview-server-state.empty span{max-width:270px;line-height:1.5}.overview-server-state button{color:#536d0b;cursor:pointer;background:#fff;border:1px solid #d4d9ca;border-radius:7px;padding:8px 11px;font-size:9px;font-weight:700}@media (max-width:700px){.notification-popover>footer{flex-direction:column;align-items:flex-start}.notification-popover>footer span{text-align:left}.audit-filter{flex-direction:column;align-items:flex-start;width:100%}.audit-filter select{width:100%}.audit-timeline article{flex-wrap:wrap;padding:18px}.audit-timeline article>button{width:100%;margin-left:52px}.notification-detail-modal{border-radius:15px;padding:25px 18px}.notification-detail-head h3{font-size:21px}.notification-detail-meta{grid-template-columns:1fr}.notification-detail-fields>div{grid-template-columns:1fr;gap:4px}.overview-server-picker{width:100%;max-width:none}}.overview-page{max-width:1600px;padding-top:42px}.overview-page .hero-row{margin-bottom:30px}.overview-page .hero-row .date{font-size:14px}.overview-page .hero-row h2{font-size:42px;line-height:1.08}.overview-page .hero-row p:last-child{font-size:15px;line-height:1.55}.overview-page .primary-button{min-height:48px;padding:0 20px;font-size:14px}.overview-page .alert-card{gap:19px;min-height:128px;padding:24px 58px 24px 24px}.overview-page .alert-symbol{width:48px;height:48px;font-size:23px}.overview-page .alert-copy>div>span:last-child{font-size:12px}.overview-page .alert-copy h3{margin-top:9px;font-size:17px}.overview-page .alert-copy p{font-size:13px;line-height:1.5}.overview-page .alert-actions>button{height:43px;padding:0 16px;font-size:12px}.overview-page .metrics{gap:18px;margin:20px 0}.overview-page .metric-card{gap:16px;min-height:142px;padding:24px}.overview-page .metric-icon{width:46px;height:46px;font-size:21px}.overview-page .metric-main p{margin-bottom:5px;font-size:12.5px}.overview-page .metric-main strong{letter-spacing:-1px;font-size:34px;line-height:1.08}.overview-page .metric-main small{margin-top:5px;font-size:11px}.overview-page .trend{padding:5px 8px;font-size:10px;top:20px;right:18px}.overview-page .dashboard-grid{grid-template-columns:minmax(0,1.22fr) minmax(430px,1fr);gap:20px}.overview-page .panel-heading{min-height:84px;padding:20px 22px}.overview-page .eyebrow{letter-spacing:1px;margin-bottom:6px;font-size:11px}.overview-page .panel-heading h3{font-size:18px;line-height:1.25}.overview-page .text-button,.overview-page .more{font-size:12px}.overview-page .project-list{padding:4px 18px}.overview-page .project-row{grid-template-columns:48px minmax(150px,1.1fr) minmax(125px,.8fr) 112px 88px 14px;gap:13px;min-height:88px;padding:12px 8px}.overview-page .project-avatar{width:42px;height:42px;font-size:11px}.overview-page .project-name strong,.overview-page .project-release strong{font-size:14px;line-height:1.3}.overview-page .project-name small,.overview-page .project-release small{margin-top:5px;font-size:11px}.overview-page .project-stack{font-size:11.5px;line-height:1.4}.overview-page .project-row .status{font-size:11.5px}.overview-page .arrow{font-size:23px}.overview-page .overview-server-picker{max-width:180px;height:40px;padding-left:12px;font-size:12px}.overview-page .overview-server-count{font-size:11px}.overview-page .overview-server-select{margin:20px 20px 14px;padding:15px}.overview-page .overview-server-select .server-dot{width:48px;height:48px;font-size:10px}.overview-page .overview-server-select strong{font-size:15px}.overview-page .overview-server-select small{margin-top:4px;font-size:11px}.overview-page .overview-server-select .status{font-size:11.5px}.overview-page .overview-server-facts{gap:10px;padding:0 20px}.overview-page .overview-server-facts article{gap:12px;min-height:76px;padding:14px}.overview-page .overview-server-facts article>svg{padding:9px}.overview-page .overview-server-facts small{margin-bottom:5px;font-size:10px}.overview-page .overview-server-facts b{text-overflow:clip;white-space:normal;font-size:13.5px;line-height:1.4;overflow:visible}.overview-page .overview-server-facts em{text-overflow:clip;white-space:normal;margin-top:4px;font-size:11.5px;line-height:1.4;overflow:visible}.overview-page .overview-capacity-foot{gap:15px;margin-top:20px;padding:17px 21px}.overview-page .overview-capacity-foot>span{font-size:10.5px}.overview-page .overview-capacity-foot button{font-size:11.5px}.overview-page .release-head,.overview-page .release-row{grid-template-columns:130px minmax(155px,1fr) minmax(165px,1fr) 82px 150px 122px;gap:14px;padding:0 22px}.overview-page .release-head{min-height:46px;font-size:10.5px}.overview-page .release-row{min-height:72px;font-size:12px}.overview-page .release-row>strong{font-size:13px}.overview-page .commit b,.overview-page .commit code{font-size:10.5px}.overview-page .person{width:34px;height:34px;font-size:10px}.overview-page .release-row .status{font-size:11px}.audit-page .section-intro{z-index:60;position:relative}.audit-page .audit-timeline{z-index:1;position:relative}.audit-page .audit-filter{flex-direction:column;align-items:stretch;gap:7px;min-width:270px}.audit-page .audit-filter>span:first-child{color:#747b70;font:700 10px/1.2 var(--font-geist-sans);letter-spacing:.09em;text-transform:uppercase}.audit-filter-control{width:100%;position:relative}.audit-filter-control>button{color:#22271f;text-align:left;cursor:pointer;background:#fffffff5;border:1px solid #cfd3c7;border-radius:2px;outline:0;grid-template-columns:36px minmax(0,1fr) 10px;align-items:center;gap:11px;width:100%;min-height:54px;padding:8px 15px 8px 9px;transition:border-color .18s,box-shadow .18s,background .18s;display:grid}.audit-filter-control>button>b{font-size:13px;font-weight:700}.audit-filter-control>button>i{border-bottom:2px solid #66705f;border-right:2px solid #66705f;width:8px;height:8px;font-style:normal;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.audit-filter.open .audit-filter-control>button>i{transform:translateY(2px)rotate(225deg)}.audit-filter-control>button:hover{background:#fbfdf6;border-color:#aeba8e}.audit-filter.open .audit-filter-control>button{border-color:#78952a;box-shadow:0 0 0 3px #c7f43d40}.audit-filter-control>button:focus-visible{border-color:#78952a;box-shadow:0 0 0 3px #c7f43d40}.audit-filter-icon{color:#5b7413;background:#edf6d6;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.audit-filter-icon.error{color:#b63e2d;background:#ffe3dd}.audit-filter-icon.warning{color:#946000;background:#fff0d1}.audit-filter-icon.success{color:#54720b;background:#e9f8c7}.audit-filter-icon.info{color:#315c8e;background:#dceafd}.audit-filter-menu{z-index:100;isolation:isolate;background:#fff;border:1px solid #cfd3c7;border-radius:3px;padding:7px;animation:.16s ease-out both auditFilterOpen;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 22px 55px #1418103d,0 0 0 1px #ffffffe6}.audit-filter-menu>button{color:#30352d;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:2px;grid-template-columns:36px minmax(0,1fr) 18px;align-items:center;gap:11px;width:100%;min-height:52px;padding:7px 9px;font-size:12px;font-weight:650;display:grid}.audit-filter-menu>button:hover{background:#f6f8f1}.audit-filter-menu>button.selected{color:#425800;background:#f0f7dc}.audit-filter-selected{color:#66880c}@keyframes auditFilterOpen{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@media (max-width:1500px){.overview-page .metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-page .dashboard-grid{grid-template-columns:1fr}.overview-page .release-panel{grid-column:auto}}@media (max-width:820px){.overview-page{padding-top:30px}.overview-page .hero-row h2{font-size:36px}.overview-page .project-row{grid-template-columns:48px minmax(0,1fr) auto}.overview-page .project-stack,.overview-page .project-release,.overview-page .project-row .arrow{display:none}}@media (max-width:620px){.overview-page .metrics{grid-template-columns:1fr}.overview-page .hero-row h2{font-size:32px}.overview-page .hero-row p:last-child{font-size:14px}.overview-page .alert-card{padding:20px}.overview-page .alert-actions{padding-left:0}.overview-page .metric-card{min-height:128px}.overview-page .panel-heading{flex-direction:column;align-items:flex-start;gap:12px}.overview-page .overview-server-picker{width:100%;max-width:none}.overview-page .overview-server-select{flex-wrap:wrap;align-items:flex-start}.overview-page .overview-server-select>div{min-width:calc(100% - 62px)}.overview-page .overview-server-select .status{margin-left:60px}.overview-page .overview-capacity-foot{flex-direction:column;align-items:flex-start}.overview-page .overview-capacity-foot button{margin-left:0}.audit-page .audit-filter{width:100%;min-width:0}}body .versions-modal .version-empty svg{color:#6a870f}body .versions-modal .version-empty h4{margin:13px 0 7px;font-size:19px}body .versions-modal .version-empty p{color:#6d736b;max-width:540px;margin:0 auto 20px;font-size:11px;line-height:1.55}body .versions-modal .version-empty .primary-button{margin:auto}@media (max-width:900px){body .versions-modal{width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}body .versions-modal>.audit-modal-head{min-height:82px;padding:18px 62px 17px 20px}body .versions-modal>.modal-close{top:20px;right:18px}.versions-modal-body{padding:18px 20px 22px}body .versions-modal .version-metrics{grid-template-columns:1fr}body .versions-modal .version-metrics article{min-height:82px}body .versions-modal .version-list{overflow-x:auto}body .versions-modal .version-list-head,body .versions-modal .version-list-row{min-width:860px}}@media (max-width:620px){body .versions-modal{border:0;border-radius:0;width:100vw;height:100dvh;max-height:100dvh}body .versions-modal>.audit-modal-head h3{font-size:21px}.versions-modal-body{padding:16px}body .versions-modal .reboot-note{flex-wrap:wrap;align-items:flex-start}body .versions-modal .reboot-note button{width:100%}body .versions-modal .manual-update-note{align-items:flex-start}body .versions-modal .version-actions{flex-direction:column;align-items:stretch;padding:10px}body .versions-modal .version-actions button{width:100%}}.server-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:1120px}.server-card,.audit-prompt{background:#fff;border-color:#dcded6;border-radius:18px;min-height:370px;padding:24px}.server-card{flex-direction:column;display:flex}.server-card>.server-card-head{align-items:center;gap:15px;display:flex}.server-card .server-dot.big{border-radius:14px;flex:none;width:52px;height:52px}.server-card-head>div{min-width:0}.server-card h3{letter-spacing:-.35px;margin:0 0 7px;font-size:18px;line-height:1.2}.server-card .server-card-head p{color:#737971;flex-wrap:wrap;gap:5px 12px;margin:0;font-size:11.5px;line-height:1.4;display:flex}.server-card .server-card-head p span:first-child{color:#4f564e;font-family:var(--font-geist-mono)}.server-card .server-status-row{flex-wrap:wrap;gap:8px;margin:18px 0 14px}.server-card .server-status-row .status{padding:7px 10px;font-size:11.5px}.server-card .server-audit-meta{border:0;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 12px;padding:0;gap:10px!important;display:grid!important}.server-card .server-audit-meta span{background:#f8f9f5;border:1px solid #e4e6df;border-radius:12px;justify-content:center;gap:6px;min-height:72px;padding:13px 14px}.server-card .server-audit-meta small{color:#7c827a;letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:700;line-height:1.25}.server-card .server-audit-meta b{color:#282d27;text-overflow:clip;white-space:normal;font-size:11.5px;line-height:1.35;overflow:visible}.server-card .version-summary-strip{background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 18px;display:grid}.server-card .version-summary-strip span{background:#f7f8f4;border:1px solid #e1e4dc;border-radius:12px;justify-content:center;gap:5px;min-height:74px;padding:12px 13px}.server-card .version-summary-strip span.safe{background:#f3f9e4;border-color:#d9e9b3}.server-card .version-summary-strip span.manual{background:#fff8e9;border-color:#ecd9ae}.server-card .version-summary-strip b{color:#20241f;font-size:22px;line-height:1}.server-card .version-summary-strip small{color:#6f766c;letter-spacing:.05em;font-size:9px;font-weight:700;line-height:1.25}.server-card .server-card-actions{gap:10px;margin-top:auto}.server-card .server-card-actions .card-button{border-radius:10px;height:auto;min-height:44px;padding:10px 14px;font-size:11.5px;line-height:1.3}.audit-prompt{text-align:center;background:#fafbf7;border:1px dashed #cfd3c8;flex-direction:column;justify-content:center;align-items:center;display:flex}.audit-prompt>.audit-prompt-icon{color:#4f680d;width:54px;height:54px;font-size:inherit;background:#eaf8ca;border-radius:15px;place-items:center;display:grid}.audit-prompt h3{letter-spacing:-.4px;margin:18px 0 8px;font-size:20px;line-height:1.25}.audit-prompt p{color:#697068;max-width:340px;margin:0;font-size:12px;line-height:1.6}.audit-prompt button{border-radius:10px;height:auto;min-height:44px;margin-top:20px;padding:0 18px;font-size:11.5px;font-weight:700}@media (max-width:900px){.server-cards{grid-template-columns:1fr;max-width:680px}}@media (max-width:620px){.server-card,.audit-prompt{border-radius:15px;min-height:0;padding:19px}.server-card .server-audit-meta{grid-template-columns:1fr}.server-card .version-summary-strip{gap:6px}.server-card .version-summary-strip span{padding:10px 8px}.server-card .server-card-actions{grid-template-columns:1fr}}.dashboard-stage{isolation:isolate;max-width:none;min-height:calc(100vh - 78px);margin:0;position:relative;overflow:clip}.dashboard-stage:before{content:"";z-index:0;pointer-events:none;background-image:linear-gradient(#6580371c 1px,#0000 1px),linear-gradient(90deg,#6580371c 1px,#0000 1px);background-size:46px 46px;position:fixed;top:92px;bottom:0;left:248px;right:0;-webkit-mask-image:linear-gradient(#000,#000000b8 78%,#0000);mask-image:linear-gradient(#000,#000000b8 78%,#0000)}.dashboard-stage>.page-content{z-index:1;position:relative}.servers-page{max-width:none;margin:0}.servers-page .server-section-intro{align-items:center;min-height:58px;margin-bottom:22px}.server-section-intro .eyebrow{color:#69763d;margin-bottom:6px}.server-section-intro .server-section-copy{color:#626961;margin:7px 0 0;font-size:13px;line-height:1.5}.panel-ambient{z-index:0;pointer-events:none;contain:strict;position:fixed;top:92px;bottom:0;left:248px;right:0;overflow:hidden;transform:translateZ(0)}.panel-wave-art{opacity:.78;width:112%;height:112%;position:absolute;top:-6%;bottom:-6%;left:-6%;right:-6%;overflow:hidden;transform:translateZ(0)}.server-wave-band{fill:none;stroke-width:1.35px;stroke-linecap:round;vector-effect:non-scaling-stroke;transform-box:fill-box;transform-origin:50%;will-change:transform}.server-wave-band path{vector-effect:non-scaling-stroke}.server-wave-band-lime{stroke:url(#panel-wave-lime);animation:11s ease-in-out infinite alternate serverWaveLimeFloat}.server-wave-band-lime path{transform:translateY(var(--wave-offset))}.server-wave-band-blue{stroke:url(#panel-wave-blue);stroke-width:1.15px;opacity:.72;animation:14s ease-in-out infinite alternate serverWaveBlueFloat}.server-wave-band-blue path{transform:translateY(var(--wave-offset));animation-direction:reverse}.panel-ambient i{pointer-events:none;filter:blur(8px);opacity:.72;will-change:transform;border-radius:50%;display:block;position:absolute}.panel-ambient i:first-of-type{background:radial-gradient(circle,#c8f55a5c,#c8f55a00 68%);width:480px;height:480px;animation:16s ease-in-out infinite alternate serverGlowOne;top:-150px;left:4%}.panel-ambient i:nth-of-type(2){background:radial-gradient(circle,#85b1dc40,#85b1dc00 70%);width:430px;height:430px;animation:20s ease-in-out infinite alternate serverGlowTwo;top:160px;right:1%}.panel-ambient i:nth-of-type(3){background:radial-gradient(circle,#c8f55a3d,#c8f55a00 70%);width:520px;height:520px;animation:22s ease-in-out infinite alternate serverGlowThree;bottom:-210px;left:36%}.server-card,.audit-prompt{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff5}@keyframes serverGlowOne{0%{transform:translate(-30px,-16px)scale(.94)}to{transform:translate(115px,72px)scale(1.13)}}@keyframes serverGlowTwo{0%{transform:translate(35px,-45px)scale(.92)}to{transform:translate(-130px,105px)scale(1.12)}}@keyframes serverGlowThree{0%{transform:translate(-80px,20px)scale(.92)}to{transform:translate(145px,-85px)scale(1.08)}}@keyframes serverWaveLimeFloat{0%{transform:translate(-2.5%,-12px)}to{transform:translate(3.5%,18px)}}@keyframes serverWaveBlueFloat{0%{transform:translate(2%,-16px)}to{transform:translate(-4%,24px)}}@media (max-width:820px){.dashboard-stage:before,.panel-ambient{left:0}}@media (max-width:620px){.dashboard-stage{min-height:calc(100vh - 65px)}.dashboard-stage:before{background-size:36px 36px}.panel-wave-art{opacity:.66;width:144%;height:108%;top:-4%;bottom:-4%;left:-22%;right:-22%}.panel-ambient i:first-of-type{width:360px;height:360px}.panel-ambient i:nth-of-type(2){width:320px;height:320px}}@media (prefers-reduced-motion:reduce){.server-wave-band,.panel-ambient i{animation:none}}.server-report-modal .report-facts article.esm-attention{background:#fff8e8;border-color:#e9cc8f}.server-report-modal .report-facts article.esm-attention>svg{color:#8a5900;background:#ffe8b5}.server-report-modal{border-radius:20px;flex-direction:column;padding:0;display:flex;overflow:hidden}.server-report-modal>.audit-modal-head{background:#fbfcf8;border-bottom:1px solid #e7e9e2;flex:none;min-height:94px;margin:0;padding:24px 72px 20px 30px}.server-report-modal>.modal-close{z-index:3;top:23px;right:24px}.server-report-body{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#92988e transparent;min-height:0;margin:0 9px 12px 0;padding:20px 21px 16px 30px;overflow-y:auto}.server-report-body::-webkit-scrollbar{width:10px}.server-report-body::-webkit-scrollbar-button{width:0;height:0;display:none}.server-report-body::-webkit-scrollbar-track{background:0 0}.server-report-body::-webkit-scrollbar-thumb{background:#92988e;border:3px solid #fff;border-radius:20px}@media (max-width:620px){.server-report-modal{border-radius:15px}.server-report-modal>.audit-modal-head{min-height:84px;padding:20px 58px 17px 18px}.server-report-modal>.modal-close{top:18px;right:16px}.server-report-body{margin:0 6px 9px 0;padding:16px 11px 11px 17px}}.server-report-modal .report-facts small,.server-report-modal .ports-label{letter-spacing:.055em;margin-bottom:7px;font-size:10px;line-height:1.35}.server-report-modal .report-facts b{font-size:15px;line-height:1.42}.server-report-modal .report-facts em{margin-top:7px;font-size:12px;line-height:1.55}.server-report-modal .report-section-title{gap:9px;margin-bottom:15px}.server-report-modal .report-section-title h4{font-size:16px;line-height:1.25}.server-report-modal .stack-list,.server-report-modal .security-list{gap:9px}.server-report-modal .stack-list>div,.server-report-modal .security-list>div{grid-template-columns:108px minmax(0,1fr);gap:12px;padding-bottom:9px}.server-report-modal .stack-list b,.server-report-modal .security-list dt{font-size:12px;line-height:1.4}.server-report-modal .stack-list code,.server-report-modal .security-list dd{font-size:10.5px;line-height:1.45}.server-report-modal .port-list{gap:7px}.server-report-modal .port-list code{padding:5px 8px;font-size:10px}.server-report-modal .report-warnings,.server-report-modal .report-ok{padding:15px 17px}.server-report-modal .report-warnings>b,.server-report-modal .report-ok b{font-size:13px}.server-report-modal .report-warnings p,.server-report-modal .report-ok small{font-size:11px;line-height:1.55}.server-report-modal .technical-report summary{padding:14px 16px;font-size:11px}@media (max-width:620px){.server-report-modal .report-facts b{font-size:14px}.server-report-modal .report-facts em{font-size:11px}.server-report-modal .stack-list>div,.server-report-modal .security-list>div{grid-template-columns:92px minmax(0,1fr)}}.esm-connect-button{color:#754800;min-height:34px;font:700 11px var(--font-geist-sans);cursor:pointer;background:#fff;border:1px solid #c88a28;border-radius:9px;margin-top:12px;padding:0 13px;transition:transform .18s,box-shadow .18s,background .18s}.esm-connect-button:hover:not(:disabled){background:#fffaf0;transform:translateY(-1px);box-shadow:0 7px 18px #8b5b0d21}.esm-connect-button:disabled{opacity:.58;cursor:not-allowed}.pro-modal-layer{z-index:75}.ubuntu-pro-modal{width:min(570px,100%);padding:28px;overflow:hidden}.ubuntu-pro-modal .audit-modal-head{margin-bottom:18px}.ubuntu-pro-modal .modal-lead{margin:0 0 14px;font-size:13px;line-height:1.6}.pro-dashboard-link{color:#526b0a;background:#f8faf3;border:1px solid #dfe3d7;border-radius:10px;justify-content:space-between;align-items:center;min-height:42px;margin-bottom:17px;padding:0 14px;font-size:12px;font-weight:750;text-decoration:none;display:flex}.pro-dashboard-link:hover{background:#f2f9df;border-color:#b8ce7e}.pro-token-field{color:#555b53;gap:7px;font-size:12px;font-weight:700;display:grid}.pro-token-field input{color:#181b18;background:#fbfcf9;border:1px solid #cfd3ca;border-radius:10px;outline:none;width:100%;height:48px;padding:0 14px;font-size:14px}.pro-token-field input:focus{border-color:#86a835;box-shadow:0 0 0 3px #c7f25a40}.pro-security-note{color:#63800f;background:#f7faef;border:1px solid #dfe7cc;border-radius:10px;gap:11px;margin:15px 0;padding:13px 14px;display:flex}.pro-security-note>svg{flex:none;margin-top:1px}.pro-security-note span,.pro-security-note b,.pro-security-note small{display:block}.pro-security-note b{margin-bottom:3px;font-size:11px}.pro-security-note small{color:#6f766a;font-size:10px;line-height:1.5}.pro-consent{color:#5e645b;cursor:pointer;align-items:flex-start;gap:9px;font-size:11px;line-height:1.5;display:flex}.pro-consent input{accent-color:#769616;width:16px;height:16px;margin-top:1px}.pro-modal-foot{color:#858a82;text-align:center;margin:11px 0 0;font-size:10px}.pro-operation-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:290px;padding:34px 26px;display:flex}.pro-operation-state>svg{box-sizing:border-box;color:#5c7a0c;background:#eaf8ca;border-radius:15px;width:50px;height:50px;padding:13px}.pro-operation-state>i{border:3px solid #dce8bd;border-top-color:#6e900e;border-radius:50%;width:34px;height:34px;animation:.85s linear infinite auditSpin}.pro-operation-state h4{margin:18px 0 7px;font-size:20px}.pro-operation-state p{color:#70766d;max-width:410px;margin:0;font-size:12px;line-height:1.6}.pro-operation-state .primary-button{min-width:180px;margin-top:22px}.pro-retry-hint{color:#9a4f1d;background:#fff4e8;border-radius:9px;gap:8px;margin-top:12px;padding:11px 12px;font-size:10px;line-height:1.45;display:flex}@media (max-width:620px){.ubuntu-pro-modal{padding:22px 17px}.ubuntu-pro-modal .modal-lead{font-size:12px}.pro-operation-state{min-height:250px;padding:26px 10px}}.server-audit-date button{color:#58720d;width:max-content;min-height:28px;font:700 10px var(--font-geist-sans);cursor:pointer;background:#f7faef;border:1px solid #d4dcc2;border-radius:8px;align-items:center;gap:6px;margin-top:8px;padding:0 9px;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.server-audit-date button:hover:not(:disabled){background:#eff8d9;border-color:#a9c263;transform:translateY(-1px)}.server-audit-date button:disabled{opacity:.58;cursor:not-allowed}.server-audit-date .spinning{animation:.85s linear infinite auditSpin}.server-list-error{color:#9d3b29;background:#fff5f1;border:1px solid #edc9bf;border-radius:10px;margin:0 0 14px;padding:11px 13px;font-size:11px}.dashboard-main>.topbar{justify-content:flex-end}.dashboard-main>.topbar .topbar-title{display:none}.dashboard-stage .panel,.dashboard-stage .metric-card,.dashboard-stage .project-card,.dashboard-stage .timeline article,.dashboard-stage .team-summary article,.dashboard-stage .platform-metrics article{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff5}@media (max-width:820px){.dashboard-main>.topbar .topbar-title{margin-right:auto;display:flex}}.app-shell{--panel-caption:11px;--panel-small:12px;--panel-body:13px;--panel-control:13px}.app-shell .eyebrow,.app-shell .nav-label{font-size:var(--panel-caption);line-height:1.35}.app-shell .status{padding:6px 10px;font-size:12px;line-height:1.25}.app-shell .text-button,.app-shell .card-button,.app-shell .secondary-button,.app-shell .dark-button{font-size:var(--panel-control)}.workspace-name,.health-row>span{font-size:12px}.platform-health-status{font-size:11.5px}.version strong{font-size:12.5px}.version small{font-size:11px}.search input{font-size:13px}.search kbd{font-size:11px}.icon-button b{min-width:20px;height:20px;font-size:10px}.profile-copy strong{font-size:13.5px}.profile-copy small{font-size:11.5px}.section-intro p:last-child{font-size:14px;line-height:1.55}.panel-heading{min-height:80px;padding:19px 22px}.panel-heading h3{font-size:17px}.panel-heading .text-button{font-size:12px}.notification-popover{border-radius:16px;width:min(540px,100vw - 24px)}.notification-popover>header{min-height:88px;padding:19px 21px}.notification-popover header small{font-size:11px;line-height:1.3}.notification-popover header h3{font-size:23px}.notification-popover header button{min-height:36px;padding:0 12px;font-size:11.5px}.notification-list{max-height:min(620px,100dvh - 205px)}.notification-item{grid-template-columns:11px minmax(0,1fr) auto;gap:13px;min-height:112px;padding:19px 20px}.notification-item>i{width:10px;height:10px;margin-top:5px}.notification-item span>b{margin-bottom:6px;font-size:14px;line-height:1.4}.notification-item p{margin-bottom:10px;font-size:12px;line-height:1.55}.notification-item time{font:500 10.5px/1.45 var(--font-geist-sans)}.notification-item em{font:750 9.5px/1 var(--font-geist-sans);padding:5px 7px}.notification-empty{min-height:240px;font-size:12px}.notification-empty b{font-size:15px}.notification-popover>footer{min-height:54px;padding:12px 20px}.notification-popover>footer button{font-size:12px}.notification-popover>footer span{font-size:10.5px;line-height:1.4}.project-card{padding:24px}.project-card h3{font-size:20px}.project-card>p{font-size:13px}.project-meta,.env-row{font-size:12px;line-height:1.45}.card-button{min-height:46px;font-size:13px}.release-head{min-height:46px;font-size:11px}.release-row{min-height:70px;font-size:12.5px}.release-row>strong{font-size:14px}.commit b,.commit code{font-size:11px}.person{width:34px;height:34px;font-size:11px}.server-card,.audit-prompt{padding:24px}.server-card h3{font-size:18px}.server-card p{font-size:12px;line-height:1.45}.server-stats small,.server-audit-meta small,.version-summary-strip small{font-size:11px;line-height:1.35}.server-stats b{font-size:18px}.server-audit-meta b{font-size:12.5px}.audit-prompt p{max-width:320px;font-size:13px}.audit-prompt button{min-height:42px;font-size:12px}.agent-install-foot{font-size:11px;line-height:1.5}.audit-waiting span{font-size:12px}.audit-waiting small,.audit-expired span{font-size:11px;line-height:1.45}.audit-summary small{font-size:11px}.audit-summary b{font-size:12.5px}.audit-report summary,.technical-report summary{font-size:12px}.audit-error{font-size:11.5px}.audit-success p,.audit-fields label,.security-note b{font-size:12px}.security-note span{font-size:11.5px}.audit-source b{font-size:12px}.audit-source small,.audit-source a,.command-box,.server-audit-modal .command-box{font-size:11px}.audit-result-note>span:last-child{font-size:11.5px}.back-button{font-size:12px}.audit-timeline h3{font-size:17px}.audit-timeline p{font-size:13px}.audit-timeline small{color:#737a70;font-size:11.5px;line-height:1.45}.audit-timeline article>button{min-height:40px;font-size:12px}.notification-detail-meta small{font-size:10.5px}.notification-detail-meta b{font-size:12.5px}.notification-detail-fields dt{font-size:11px}.notification-detail-fields dd,.operation-result b{font-size:13px}.operation-result span{font-size:11.5px}.operation-result summary{font-size:11px}.operation-result pre,.update-result-counts span{font-size:10.5px}.manual-update-note b{font-size:11.5px}.manual-update-note span{font-size:11px}.package-progress-head small,.package-progress-stats,.package-update-progress>p{font-size:11.5px}.package-progress-stats em{font-size:12px}.package-progress-recent span{font-size:10.5px}.member-person strong{font-size:14px}.member-person small{font-size:12px}.role-badge{font-size:10.5px}.role-locked{font-size:12px}.invite-row strong{font-size:13px}.invite-row small{font-size:11.5px}.invite-row button{font-size:12px}.role-grid p{font-size:12.5px}.access-legend{font-size:11.5px}.member-row select,.invite-form select,.platform-metrics span{font-size:12px}.platform-head{min-height:46px;font-size:10.5px}.platform-row{min-height:78px;font-size:13px}.platform-row small{font-size:11.5px}.platform-row b,.platform-row time{font-size:12px}.platform-row em{font-size:9.5px}.root-seal{font-size:11px}.sidebar nav .platform-nav em{font-size:9px}@media (max-width:620px){.notification-popover{width:auto;top:72px;left:8px;right:8px}.notification-list{max-height:calc(100dvh - 220px)}.notification-popover>footer{align-items:flex-start}.panel-heading{padding:17px 18px}.release-head,.release-row{min-width:840px}}.settings-page{width:100%;max-width:none;margin:0}.settings-page>.section-intro{margin-bottom:22px}.settings-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:22px;display:grid}.settings-nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border:1px solid #dfe2d8;border-radius:18px;gap:5px;padding:8px;display:grid;position:sticky;top:92px;box-shadow:0 18px 50px #1d231414}.settings-nav button{color:#222;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:38px 1fr;column-gap:11px;width:100%;padding:13px;transition:all .2s;display:grid}.settings-nav button:hover{background:#f6f8f1;border-color:#e4e8da;transform:translate(2px)}.settings-nav button.active{background:#f1fad9;border-color:#b8d66c;box-shadow:inset 3px 0 #95bd27}.settings-nav button>span{color:#617715;background:#eef2e8;border-radius:10px;grid-row:1/3;place-items:center;width:38px;height:38px;display:grid}.settings-nav button.active>span{color:#496106;background:#dff6a6}.settings-nav b{align-self:end;font-size:13px}.settings-nav small{color:#858a81;margin-top:3px;font-size:10px;line-height:1.35}.settings-content,.settings-stack{gap:18px;display:grid}.settings-card{background:#fffffff0;border:1px solid #dfe2d8;border-radius:18px;overflow:hidden;box-shadow:0 20px 60px #1f251712}.settings-card>header{border-bottom:1px solid #e8eae3;align-items:center;gap:13px;padding:22px 24px;display:flex}.settings-card-icon{color:#55700b;background:#eaf8c8;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.settings-card h3{letter-spacing:-.35px;margin:0;font-size:19px}.settings-card header p{color:#737970;margin:5px 0 0;font-size:12px;line-height:1.45}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;padding:22px 24px;display:grid}.settings-form-grid label{color:#666c63;min-width:0;font-size:11px;font-weight:650}.settings-form-grid label.wide{grid-column:1/-1}.settings-form-grid input,.settings-form-grid select{color:#20231f;width:100%;height:46px;font:600 13px var(--font-geist-sans);background:#fbfcf8;border:1px solid #d7dbd1;border-radius:10px;outline:0;margin-top:7px;padding:0 13px;transition:all .18s}.settings-form-grid select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23383d35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:14px;padding-right:46px}.settings-form-grid textarea{resize:vertical;color:#20231f;width:100%;min-height:92px;font:600 13px/1.5 var(--font-geist-sans);background:#fbfcf8;border:1px solid #d7dbd1;border-radius:10px;outline:0;margin-top:7px;padding:12px 13px}.settings-form-grid input:focus,.settings-form-grid select:focus,.settings-form-grid textarea:focus{border-color:#8dad32;box-shadow:0 0 0 4px #beeb4b2e}.settings-form-grid input:disabled,.settings-form-grid select:disabled,.settings-form-grid textarea:disabled{color:#93978f;cursor:not-allowed;background:#f1f2ee}.settings-card>footer{background:#fafbf8;border-top:1px solid #e8eae3;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:14px 24px;display:flex}.settings-card>footer>span{color:#7a8076;max-width:540px;font-size:10.5px;line-height:1.5}.settings-card>footer button{justify-content:center;align-items:center;gap:8px;min-height:42px;display:inline-flex}.settings-card>footer button:disabled{opacity:.5;cursor:not-allowed;transform:none}.settings-avatar-row{background:#fafbf7;border:1px solid #e3e6dd;border-radius:13px;align-items:center;gap:15px;margin:22px 24px 0;padding:17px;display:flex}.settings-avatar{border-radius:16px;flex:none;place-items:center;width:58px;height:58px;font-size:17px;font-weight:800;display:grid;overflow:hidden}.settings-avatar img{object-fit:cover;width:100%;height:100%;display:block}.settings-avatar.lime{color:#496106;background:#dff6a6}.settings-avatar.blue{color:#2b5d87;background:#dcecff}.settings-avatar.violet{color:#63459a;background:#eadfff}.settings-avatar.orange{color:#925812;background:#ffe8c4}.settings-avatar.graphite{color:#fff;background:#252a26}.settings-avatar-copy{flex:1;min-width:0}.settings-avatar-row>div>b,.settings-avatar-row>div>small{display:block}.settings-avatar-row>div>b{font-size:14px}.settings-avatar-row>div>small{color:#7c8179;margin-top:4px;font-size:10px;line-height:1.45}.avatar-actions{align-items:center;gap:8px;margin-top:11px;display:flex}.avatar-actions label,.avatar-actions button{color:#405309;min-height:34px;font:700 10px var(--font-geist-sans);cursor:pointer;background:#fff;border:1px solid #cfd5c6;border-radius:8px;align-items:center;padding:0 11px;display:inline-flex}.avatar-actions label:hover,.avatar-actions button:hover{background:#f5fadf;border-color:#9bbd3f}.avatar-actions input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.avatar-actions button{color:#8d4234}.avatar-error{color:#b23f2d;margin-top:8px;font-size:10px;font-style:normal;display:block}.avatar-colors{align-items:center;gap:8px;margin-top:12px;display:flex}.avatar-colors>span{color:#7c8179;margin-right:2px;font-size:9.5px}.avatar-colors label{cursor:pointer;position:relative}.avatar-colors input{opacity:0;pointer-events:none;position:absolute}.avatar-colors i{border:3px solid #fff;border-radius:50%;width:22px;height:22px;display:block;box-shadow:0 0 0 1px #d6d9d0}.avatar-colors i.lime{background:#bff346}.avatar-colors i.blue{background:#79afe1}.avatar-colors i.violet{background:#aa86e8}.avatar-colors i.orange{background:#efa64b}.avatar-colors i.graphite{background:#252a26}.avatar-colors label.selected i{box-shadow:0 0 0 2px #171b16}.settings-message{border:1px solid;border-radius:12px;align-items:center;gap:10px;margin-bottom:18px;padding:13px 16px;font-size:12px;font-weight:650;display:flex}.settings-message.success{color:#4c650a;background:#f3fbe2;border-color:#c9df91}.settings-message.error{color:#a33a27;background:#fff3f0;border-color:#efb9ae}.settings-message button{color:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:20px}.settings-loading{color:#72786e;justify-content:center;align-items:center;gap:10px;min-height:240px;font-size:13px;display:flex}.settings-loading i{border:2px solid #dbe7be;border-top-color:#6c8c12;border-radius:50%;width:21px;height:21px;animation:.9s linear infinite auditSpin}.settings-permission-note{color:#825817;background:#fff9ed;border:1px solid #efd6a9;border-radius:10px;align-items:center;gap:9px;margin:20px 24px 0;padding:12px 14px;font-size:11px;font-weight:650;display:flex}.server-notification-channels{background:#f8faf4;border:1px solid #dce3cf;border-radius:13px;align-items:center;gap:14px;margin:20px 24px 0;padding:16px 18px;display:flex}.server-notification-channels>svg{color:#64850b;flex:none}.server-notification-channels>div{flex:1;min-width:0}.server-notification-channels b,.server-notification-channels small{display:block}.server-notification-channels b{font-size:13px}.server-notification-channels>div>span{flex-wrap:wrap;gap:7px;margin:7px 0 6px;display:flex}.server-notification-channels em{border-radius:999px;padding:5px 8px;font-size:10px;font-style:normal;font-weight:750}.server-notification-channels em.enabled{color:#52700a;background:#e9f8c9}.server-notification-channels em.disabled{color:#747a71;background:#eceee9}.server-notification-channels small{color:#747b71;font-size:10.5px;line-height:1.45}.server-notification-channels>button{flex:none;min-height:38px}.integration-cards{background:#fafbf8;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px 24px;display:grid}.integration-connect-card{background:#fff;border:1px solid #dfe3d8;border-radius:15px;flex-direction:column;padding:19px;display:flex}.integration-connect-card>header{align-items:center;gap:11px;display:flex}.integration-connect-card>header>span:first-child{color:#58740d;background:#eaf8c8;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.integration-connect-card>header>div{flex:1;min-width:0}.integration-connect-card>header b,.integration-connect-card>header small{display:block}.integration-connect-card>header b{font-size:15px}.integration-connect-card>header small{color:#7c8278;margin-top:3px;font-size:10px;line-height:1.35}.integration-connect-card>p{color:#656c62;margin:15px 0;font-size:11px;line-height:1.55}.integration-connect-card>ol{color:#60675d;margin:15px 0;padding-left:20px;font-size:11px;line-height:1.65}.integration-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:auto;display:grid}.integration-fields label{color:#626960;min-width:0;font-size:10.5px;font-weight:700}.integration-fields label.wide{grid-column:1/-1}.integration-fields input,.integration-fields select{color:#20231f;width:100%;height:43px;font:600 12px var(--font-geist-sans);background:#fbfcf8;border:1px solid #d5dacf;border-radius:9px;outline:0;margin-top:7px;padding:0 12px}.integration-fields select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23383d35' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:42px}.integration-fields input:focus,.integration-fields select:focus{border-color:#8dad32;box-shadow:0 0 0 4px #beeb4b29}.integration-connect-card>button,.integration-card-actions{margin-top:14px}.integration-connect-card>button{align-self:flex-end;min-height:38px}.integration-card-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.integration-card-actions a{color:#58720d;font-size:10.5px;font-weight:750;text-decoration:none}.integration-card-actions button{min-height:38px}.max-integration-card{background:linear-gradient(145deg,#fff 50%,#f7fce8);border-color:#cfdca7}.webhook-integration-card code{color:#45530e;background:#eff2e9;border-radius:5px;padding:2px 5px;font-size:10px}.integration-common-fields{border-top:1px solid #e6e9e1;border-bottom:1px solid #e6e9e1}.yandex-integration-card{background:linear-gradient(145deg,#fff 50%,#f5f7ff);border-color:#d7ddef}.yandex-integration-card>header>span:first-child{color:#4b62a8;background:#eef1ff}.yandex-integration-card code{font-size:10px}.integration-business-note{color:#765718;background:#fff9e9;border:1px solid #e4d6a9;border-radius:9px;align-items:flex-start;gap:8px;margin:0 0 14px;padding:10px 11px;font-size:10px;line-height:1.45;display:flex}.integration-business-note svg{flex:none}.notification-settings-list{display:grid}.notification-settings-list>label,.settings-channel-grid>label{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;display:flex;position:relative}.notification-settings-list>label{border-bottom:1px solid #eceee8;min-height:72px;padding:14px 24px}.notification-settings-list>label:hover{background:#fafcf6}.notification-settings-list span b,.notification-settings-list span small{display:block}.notification-settings-list span b{font-size:13px}.notification-settings-list span small{color:#7b8177;margin-top:4px;font-size:10.5px;line-height:1.4}.notification-settings-list input,.settings-channel-grid input{opacity:0;pointer-events:none;position:absolute}.notification-settings-list label>i,.settings-channel-grid label>i{background:#daddd5;border-radius:999px;flex:none;width:42px;height:24px;transition:all .2s;position:relative}.notification-settings-list label>i:after,.settings-channel-grid label>i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0000002e}.notification-settings-list input:checked+i,.settings-channel-grid input:checked+i{background:#9bc82e}.notification-settings-list input:checked+i:after,.settings-channel-grid input:checked+i:after{transform:translate(18px)}.settings-channel-grid{background:#fafbf8;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:20px 24px;display:grid}.settings-channel-grid>label{background:#fff;border:1px solid #e1e4dc;border-radius:12px;padding:15px}.settings-channel-grid label>span{grid-template-columns:24px 1fr;column-gap:8px;display:grid}.settings-channel-grid svg{color:#64820c;grid-row:1/3}.settings-channel-grid b,.settings-channel-grid small{display:block}.settings-channel-grid b{font-size:12px}.settings-channel-grid small{color:#80857d;margin-top:3px;font-size:9.5px}.session-list{display:grid}.session-list article{border-bottom:1px solid #eceee8;align-items:center;gap:14px;min-height:82px;padding:16px 24px;display:flex}.session-list article>span:first-child{color:#5b760e;background:#eff4e5;border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.session-list article>div{flex:1;min-width:0}.session-list b,.session-list small{display:block}.session-list b{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.session-list small{color:#70766d;margin-top:6px;font-size:11.5px;line-height:1.45}.two-factor-card>header>div{flex:1;min-width:0}.two-factor-card>header>.status{flex:none}.two-factor-benefits{gap:11px;padding:22px 24px 4px;display:grid}.two-factor-benefits span{color:#41473e;align-items:center;gap:9px;font-size:12px;line-height:1.45;display:flex}.two-factor-benefits svg{color:#6f940e;flex:none}.two-factor-start .settings-form-grid{padding-top:18px}.two-factor-start>footer,.two-factor-enabled>footer{background:#fafbf8;border-top:1px solid #e8eae3;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:14px 24px;display:flex}.two-factor-start>footer>span,.two-factor-enabled>footer>span{color:#72796f;font-size:11px}.two-factor-start>footer button,.two-factor-enabled>footer button{align-items:center;gap:8px;display:inline-flex}.two-factor-setup{padding:24px}.two-factor-qr{background:#f8faf3;border:1px solid #dfe4d5;border-radius:15px;grid-template-columns:196px 1fr;align-items:center;gap:26px;padding:20px;display:grid}.two-factor-qr>svg{border-radius:8px;width:196px;height:196px}.two-factor-qr span{min-width:0}.two-factor-qr b,.two-factor-qr small,.two-factor-qr code{display:block}.two-factor-qr b{font-size:17px}.two-factor-qr p{color:#697066;max-width:520px;margin:8px 0 20px;font-size:12px;line-height:1.55}.two-factor-qr small{color:#8a9086;text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:10px}.two-factor-qr code{overflow-wrap:anywhere;color:#34400f;letter-spacing:.08em;font-size:14px;font-weight:700}.two-factor-setup>form{align-items:flex-end;gap:14px;padding-top:20px;display:flex}.two-factor-setup>form>label{color:#555b53;flex:1;gap:8px;font-size:11px;font-weight:700;display:grid}.two-factor-setup>form input{color:#171a1f;min-height:46px;font:600 15px var(--font-geist-sans);letter-spacing:.16em;background:#fff;border:1px solid #cfd3ca;border-radius:9px;padding:0 14px}.two-factor-actions{gap:10px;display:flex}.two-factor-actions button{min-height:46px}.two-factor-summary{color:#53700b;background:#f4fbe3;border:1px solid #cfe28f;border-radius:13px;align-items:center;gap:13px;margin:22px 24px 0;padding:18px;display:flex}.two-factor-summary span{gap:4px;display:grid}.two-factor-summary b{font-size:14px}.two-factor-summary small{color:#667150;font-size:11px}.recovery-codes-panel{padding:24px}.recovery-codes-panel>div:first-child b{font-size:17px}.recovery-codes-panel>div:first-child p{color:#6d746a;margin:7px 0 18px;font-size:12px}.recovery-code-grid{grid-template-columns:repeat(5,minmax(110px,1fr));gap:8px;margin-bottom:18px;display:grid}.recovery-code-grid code{color:#28320f;text-align:center;letter-spacing:.08em;background:#f8faf4;border:1px solid #dce2d2;border-radius:9px;padding:12px;font-size:13px;font-weight:800}.recovery-codes-panel>.secondary-button{align-items:center;gap:8px;display:inline-flex}.policy-switches{display:grid}.policy-switches>label{cursor:pointer;border-bottom:1px solid #eceee8;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:14px 24px;display:flex;position:relative}.policy-switches>label:hover{background:#fafcf6}.policy-switches span b,.policy-switches span small{display:block}.policy-switches span b{font-size:13px}.policy-switches span small{color:#7b8177;margin-top:4px;font-size:10.5px;line-height:1.4}.policy-switches input{opacity:0;pointer-events:none;position:absolute}.policy-switches label>i{background:#daddd5;border-radius:999px;flex:none;width:42px;height:24px;transition:all .2s;position:relative}.policy-switches label>i:after{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #0000002e}.policy-switches input:checked+i{background:#9bc82e}.policy-switches input:checked+i:after{transform:translate(18px)}.policy-switches input:disabled+i{opacity:.5;cursor:not-allowed}.settings-download{justify-content:center;align-items:center;min-height:42px;padding:0 18px;text-decoration:none;display:inline-flex}.settings-download.disabled{opacity:.45;pointer-events:none}.danger-settings-card{border-color:#edc3ba}.danger-settings-card .settings-card-icon{color:#b14330;background:#ffe4df}.danger-button{color:#a93d2a;min-height:42px;font:700 11px var(--font-geist-sans);cursor:pointer;background:#fff;border:1px solid #c8513c;border-radius:9px;padding:0 18px;transition:all .18s}.danger-button:hover{color:#fff;background:#bd4935}.danger-button:disabled{opacity:.45;cursor:not-allowed}.usage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:22px 24px;display:grid}.usage-grid article{background:#fafbf7;border:1px solid #e0e3da;border-radius:13px;flex-direction:column;min-height:120px;padding:17px;display:flex}.usage-grid small{color:#838980;text-transform:uppercase;letter-spacing:.07em;font-size:9px}.usage-grid b{margin-top:8px;font-size:22px}.usage-grid span{color:#747a71;margin-top:auto;font-size:10px}.usage-grid progress{background:#e7eadf;border:0;border-radius:999px;width:100%;height:7px;margin-top:auto;overflow:hidden}.usage-grid progress::-webkit-progress-bar{background:#e7eadf}.usage-grid progress::-webkit-progress-value{background:#95bf2a;border-radius:999px}.usage-grid progress::-moz-progress-bar{background:#95bf2a;border-radius:999px}.platform-settings-card{border-color:#b9d26e}.platform-settings-card>.settings-card-icon{background:#c8f55a}@media (max-width:900px){.settings-layout{grid-template-columns:1fr}.settings-nav{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.integration-cards{grid-template-columns:1fr}}@media (max-width:620px){.settings-nav{grid-template-columns:1fr}.settings-card>header{padding:18px}.settings-form-grid{grid-template-columns:1fr;padding:18px}.settings-form-grid label.wide{grid-column:auto}.settings-avatar-row{align-items:flex-start;margin:18px 18px 0}.settings-card>footer{flex-direction:column;align-items:stretch;padding:14px 18px}.settings-card>footer button,.settings-card>footer a{width:100%}.settings-channel-grid,.usage-grid{grid-template-columns:1fr;padding:16px 18px}.notification-settings-list>label,.policy-switches>label,.session-list article{padding:14px 18px}.server-notification-channels{flex-wrap:wrap;align-items:flex-start;margin:18px}.server-notification-channels>button{width:100%}.integration-cards{padding:18px}.integration-connect-card>header{flex-wrap:wrap;align-items:flex-start}.integration-fields{grid-template-columns:1fr}.integration-fields label.wide{grid-column:auto}.integration-card-actions{flex-direction:column;align-items:stretch}.integration-card-actions button,.integration-connect-card>button{width:100%}.two-factor-card>header{flex-wrap:wrap;align-items:flex-start}.two-factor-qr{grid-template-columns:1fr}.two-factor-qr>svg{max-width:100%;height:auto;margin:auto}.two-factor-setup>form,.two-factor-start>footer,.two-factor-enabled>footer{flex-direction:column;align-items:stretch}.two-factor-actions{grid-template-columns:1fr;display:grid}.recovery-code-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
