:root{--ink:#171713;--muted:#6f7069;--line:#e5e4dc;--paper:#f7f7f2;--white:#fff;--acid:#dfff5b;--green:#16794b;--amber:#b66b12;--red:#c0443d;--font-sans:Manrope,sans-serif;--font-mono:"IBM Plex Mono",monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:14px}button,input{font:inherit}a{color:inherit;text-decoration:none}.brand{display:flex;gap:9px;font-size:19px;font-weight:800;letter-spacing:-.6px}.brand,.button{align-items:center}.button{display:inline-flex;justify-content:center;gap:8px;border:1px solid transparent;border-radius:7px;height:40px;padding:0 16px;font-weight:700;transition:.2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button-dark{background:var(--ink);color:#fff;box-shadow:0 1px 0 #000}.button-dark:hover{background:#303029}.button-light{background:#fff;border-color:var(--line)}.button-ghost{background:transparent}.button-small{height:34px;padding:0 12px;font-size:12px}.button-large{height:48px;padding:0 21px}.landing{min-height:100vh;background:radial-gradient(circle at 50% 26%,#fff 0,#f8f8f3 38%,#f1f1e9 100%);overflow:hidden}.landing-nav{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:auto;padding:0 24px;border-bottom:1px solid rgba(23,23,19,.08)}.landing-nav nav{display:flex;gap:32px;color:#5f6059;font-size:13px;font-weight:600}.landing-nav>div{display:flex;gap:5px}.hero{text-align:center;padding:92px 20px 0}.eyebrow{font-family:var(--font-mono);font-size:11px;text-transform:uppercase;letter-spacing:1.1px;display:flex;align-items:center;justify-content:center;gap:9px}.eyebrow span{width:7px;height:7px;border-radius:50%;background:#86b100;box-shadow:0 0 0 4px #e9f6bd}.hero h1{font-size:clamp(56px,7vw,92px);line-height:.94;letter-spacing:-5px;margin:32px 0 27px;font-weight:700}.hero h1 em,.manifesto h2 em{font-family:Georgia,serif;font-weight:400}.hero>p{max-width:620px;margin:0 auto;color:#60615a;font-size:17px;line-height:1.7}.hero-actions{display:flex;gap:10px;justify-content:center;margin:34px 0 64px}.terminal-wrap{max-width:850px;margin:auto;position:relative}.terminal-glow{position:absolute;inset:-45px;background:radial-gradient(ellipse,rgba(191,224,82,.28),transparent 68%);filter:blur(30px)}.terminal{position:relative;background:#1c1d19;color:#f7f7ef;border-radius:11px;text-align:left;box-shadow:0 35px 70px rgba(29,31,20,.22);overflow:hidden;border:1px solid #36372f}.terminal-head{height:42px;border-bottom:1px solid #34352f;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:0 15px;color:#8f9185;font:10px var(--font-mono)}.terminal-head div{display:flex;gap:6px}.terminal-head i{width:7px;height:7px;border-radius:50%;background:#53544e}.terminal-head span:nth-child(2){text-align:center}.terminal-head span:last-child{text-align:right}.terminal-body{padding:25px 30px 31px;font:13px/1.9 var(--font-mono)}.terminal-body p{margin:2px 0}.terminal-body b{color:var(--acid)}.terminal-body .muted{color:#888a80}.terminal-body strong{color:#d6d8ce}.terminal-body small{color:#777970;float:right}.log-ok{color:var(--acid)}.terminal-live{background:#292b23;margin:17px -10px -10px!important;padding:10px;border-radius:5px;color:#dfe5ca}.terminal-live u{text-decoration:none;color:var(--acid)}.pulse{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--acid);margin-right:8px;box-shadow:0 0 0 4px rgba(223,255,91,.1)}.proof{max-width:850px;margin:50px auto 100px;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #dcddd4;border-bottom:1px solid #dcddd4}.proof>div{display:flex;align-items:center;justify-content:center;gap:13px;padding:25px;border-right:1px solid #dcddd4;text-align:left}.proof>div:last-child{border:0}.proof svg{width:20px}.proof span{display:flex;flex-direction:column}.proof b{font-size:12px}.proof small{color:var(--muted);margin-top:4px}.manifesto{background:var(--ink);color:#fff;padding:120px max(8vw,30px);min-height:500px}.manifesto span{font:11px var(--font-mono);color:var(--acid)}.manifesto h2{font-size:64px;letter-spacing:-3px;line-height:1;margin:40px 0 25px}.manifesto p{color:#a7a89f;max-width:480px;font-size:17px;line-height:1.7}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar>.brand{padding-right:30px;border-right:1px solid var(--line)}.workspace-switcher{margin-left:23px;font-size:12px;font-weight:700}.top-actions,.workspace-switcher{display:flex;align-items:center;gap:8px}.top-actions{margin-left:auto}.icon-button,.more{border:0;background:transparent;color:#6f7069;display:grid;place-items:center;cursor:pointer}.icon-button{width:34px;height:34px;border:1px solid var(--line);border-radius:7px}.notification{position:relative}.notification span{position:absolute;width:6px;height:6px;background:#c84740;border-radius:50%;right:6px;top:6px;border:1px solid white}.avatar{width:30px;height:30px;border-radius:50%;background:#dce2bd;display:grid;place-items:center;font:600 11px var(--font-mono);margin-left:5px}.avatar-small{width:22px;height:22px;margin:0}.page-container{max-width:1180px;margin:auto;padding:58px 28px 20px}.page-heading{display:flex;justify-content:space-between;align-items:flex-end}.kicker{font:10px var(--font-mono)!important;text-transform:uppercase;letter-spacing:1px;color:#8a8b84!important;margin-bottom:14px!important}.page-heading h1{font-size:36px;letter-spacing:-1.6px;margin:0 0 8px}.page-heading p{color:var(--muted);margin:0}.usage{width:190px;font:10px var(--font-mono);color:var(--muted)}.usage>span{display:block;text-transform:uppercase;letter-spacing:.6px}.usage b{display:block;color:var(--ink);font-size:18px;margin:8px 0}.usage small{font-weight:400;color:var(--muted)}.usage div{height:3px;background:#deded6}.usage i{display:block;height:100%;background:var(--ink)}.toolbar{justify-content:space-between;margin:42px 0 20px}.search,.toolbar{display:flex;align-items:center}.search{width:280px;height:38px;gap:9px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:0 12px;color:#989991}.search input{border:0;outline:0;background:transparent;width:100%;font-size:12px}.filter{display:flex;background:#eeeeea;padding:3px;border-radius:7px}.filter button{border:0;background:transparent;border-radius:5px;padding:7px 11px;font-size:11px;color:#74756e;cursor:pointer}.filter button.active{background:white;color:var(--ink);box-shadow:0 1px 3px #d5d5cf}.filter span{font:9px var(--font-mono);margin-left:4px;color:#999}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.new-card,.project-card{min-height:270px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px;transition:.2s}.new-card:hover,.project-card:hover{border-color:#b9baaf;box-shadow:0 7px 25px rgba(30,30,25,.05);transform:translateY(-2px)}.card-top{display:flex;align-items:center;margin-bottom:24px}.framework-icon{width:36px;height:36px;border-radius:7px;background:#e9ebdf;display:grid;place-items:center;margin-right:12px}.framework-fastapi{color:#0c7b68;background:#e1f0e9}.framework-docker{color:#256ca8;background:#e5eff8}.framework-nodejs{color:#4f792b;background:#eaf1df}.status{display:inline-flex;align-items:center;gap:6px;font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.25px}.status i{width:7px;height:7px;border-radius:50%;background:#aaa}.status-promoted,.status-running{color:var(--green)}.status-promoted i,.status-running i{background:#28a76b;box-shadow:0 0 0 3px #e2f4e9}.status-ready,.status-suspended{color:var(--amber)}.status-ready i,.status-suspended i{background:#eaa648}.status-failed{color:var(--red)}.status-failed i{background:#db5e57}.status-superseded{color:#777}.more{margin-left:auto}.project-card h2{font-size:17px;margin:0 0 8px;letter-spacing:-.3px}.framework{display:flex;align-items:center;gap:6px;color:#8a8b83;font-size:10px;margin-bottom:19px}.framework span{background:#f0f1eb;padding:3px 6px;border-radius:4px;color:#5f6159}.url-chip{height:29px;border:1px solid var(--line);background:#fafaf7;border-radius:5px;padding:0 8px;gap:7px;font:10px var(--font-mono);color:#66675f;cursor:pointer}.promote-callout,.url-chip{display:flex;align-items:center}.promote-callout{background:#f2f7df;border:1px solid #dce9aa;border-radius:6px;margin-top:15px;padding:9px;color:#40510d;font-size:10px}.promote-callout .spark{margin-right:7px}.promote-callout b{font-weight:700}.promote-callout>span:last-child{margin-left:auto;display:flex;gap:2px}.card-footer{border-top:1px solid #eeeee8;margin-top:19px;padding-top:15px;color:#9a9b94;font-size:10px}.card-footer,.card-footer span{display:flex;align-items:center}.card-footer span{gap:5px}.card-footer code{font:10px var(--font-mono);background:#f2f2ed;color:#686a62;padding:3px 5px;border-radius:3px;margin-left:12px}.card-footer .latency{margin-left:auto}.new-card{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#686960;text-align:center;border-style:dashed;background:transparent}.new-card>span{width:41px;height:41px;border-radius:50%;background:#e8e8e1;display:grid;place-items:center;margin-bottom:15px}.new-card b{font-size:12px}.new-card small{font-size:10px;margin-top:7px;color:#96978f}.dashboard-footer{display:flex;justify-content:space-between;margin-top:45px;padding:25px 0;border-top:1px solid var(--line);font-size:10px;color:#8a8b84}.dashboard-footer>span:before{content:"";display:inline-block;width:6px;height:6px;background:#55a86c;border-radius:50%;margin-right:7px}.dashboard-footer div{display:flex;gap:22px}@media(max-width:800px){.landing-nav .button-ghost,.landing-nav nav,.top-actions .icon-button,.workspace-switcher{display:none}.hero{padding-top:70px}.hero h1{letter-spacing:-3px}.hero-actions{flex-direction:column;max-width:310px;margin:30px auto 50px}.proof{grid-template-columns:1fr}.proof>div{border-right:0;border-bottom:1px solid #dcddd4}.manifesto h2{font-size:46px}.page-container{padding:36px 18px}.page-heading{align-items:flex-start}.usage{display:none}.toolbar{align-items:stretch;gap:10px;flex-direction:column}.search{width:100%}.filter{overflow:auto}.project-grid{grid-template-columns:1fr}.topbar{padding:0 18px}.topbar>.brand{border:0}.top-actions{display:flex}.top-actions .avatar{display:none}.new-card,.project-card{min-height:250px}.proof{margin-bottom:60px}.terminal-body{padding:20px 17px;font-size:11px}.terminal-body small{display:none}}.create-page{min-height:100vh;background:#f6f6f1}.create-header{height:64px;border-bottom:1px solid var(--line);background:#fff;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:0 28px}.create-header>a:nth-child(2){justify-self:center;font-size:11px;color:var(--muted);display:flex;gap:6px;align-items:center}.create-header>span{justify-self:end;font:10px var(--font-mono);text-transform:uppercase;color:#8a8b84}.create-layout{display:grid;grid-template-columns:230px minmax(0,760px);max-width:1080px;margin:0 auto;grid-gap:70px;gap:70px;padding:60px 30px}.create-layout aside{padding-top:87px}.create-layout aside>p{font:9px var(--font-mono);letter-spacing:1px;color:#999;margin:0 0 22px}.create-layout aside>div{height:42px;display:flex;align-items:center;gap:11px;color:#9a9b94;font-size:11px;position:relative}.create-layout aside>div:not(:last-child):after{content:"";position:absolute;height:15px;width:1px;background:#ddd;left:11px;top:34px}.create-layout aside>div span{width:23px;height:23px;border:1px solid #d8d8d0;border-radius:50%;display:grid;place-items:center;font:9px var(--font-mono)}.create-layout aside>div.current{color:var(--ink);font-weight:700}.create-layout aside>div.current span{background:var(--ink);color:#fff}.create-title{display:flex;gap:20px;margin-bottom:32px}.create-title>span{font:10px var(--font-mono);background:var(--acid);width:30px;height:21px;display:grid;place-items:center;margin-top:8px}.create-title h1{font-size:33px;letter-spacing:-1.4px;margin:0 0 8px}.create-title p{margin:0;color:var(--muted)}.source-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:17px}.source-tabs button{border:0;background:transparent;padding:12px 17px;display:flex;align-items:center;gap:8px;color:#86877f;font-size:11px;cursor:pointer;border-bottom:2px solid transparent}.source-tabs button.active{color:var(--ink);border-color:var(--ink);font-weight:700}.configure-card,.dropzone,.repo-panel{background:#fff;border:1px solid var(--line);border-radius:9px}.repo-search{height:49px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid var(--line);gap:10px;color:#888}.repo-search input{border:0;outline:0;flex:1 1}.repo-search span{font:9px var(--font-mono);background:#f1f1ed;padding:4px 6px;border-radius:3px}.repo-row{height:72px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid #eeeeea}.repo-row:last-child{border:0}.repo-icon{width:34px;height:34px;border-radius:6px;background:#dfe8c1;display:grid;place-items:center;font:600 12px var(--font-mono);margin-right:12px}.repo-icon.alt{background:#dce9f2}.repo-row>div{display:flex;flex-direction:column;gap:5px}.repo-row b{font-size:11px}.repo-row small{display:flex;align-items:center;gap:4px;color:#999;font-size:9px}.repo-row button{margin-left:auto;border:1px solid var(--line);background:#fff;border-radius:5px;height:29px;padding:0 10px;font-size:10px;gap:5px;cursor:pointer}.dropzone,.repo-row button{display:flex;align-items:center}.dropzone{height:190px;flex-direction:column;justify-content:center;border-style:dashed}.dropzone b{font-size:12px;margin-top:12px}.dropzone p{font-size:10px;color:#999}.dropzone .button{height:32px;font-size:10px}.configure-card{padding:19px;margin-top:16px;display:grid;grid-template-columns:1fr 1fr;grid-gap:17px;gap:17px}.detected{grid-column:1/-1;display:flex;align-items:center;background:#f1f7df;border:1px solid #dfe9bc;padding:11px;border-radius:6px}.detected>span{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#daec9a;color:#40560a;margin-right:9px}.detected>div{display:flex;flex-direction:column}.detected b{font-size:10px}.detected small{font-size:9px;color:#6f7952;margin-top:3px}.detected button{margin-left:auto;border:0;background:transparent;font-size:9px;text-decoration:underline;color:#52622a}.configure-card label{font-size:9px;text-transform:uppercase;letter-spacing:.6px;color:#777}.configure-card label>input,.slug-input{margin-top:8px;width:100%;height:38px;border:1px solid var(--line);border-radius:5px;background:#fafaf7;padding:0 10px}.slug-input{display:flex;align-items:center;padding:0}.slug-input input{border:0;outline:0;background:transparent;min-width:0;flex:1 1;font:10px var(--font-mono)}.slug-input span{font:10px var(--font-mono);color:#9a9b94}.env-heading{grid-column:1/-1;border-top:1px solid var(--line);padding-top:16px;display:flex;align-items:center}.env-heading>span{display:flex;flex-direction:column}.env-heading b{font-size:10px}.env-heading small{font-size:9px;color:#999;margin-top:3px}.env-heading button{margin-left:auto;border:0;background:transparent;font-size:9px;display:flex;gap:4px}.deploy-bar{justify-content:space-between;margin-top:20px;background:#ededE7;padding:12px 14px;border-radius:8px}.deploy-bar,.deploy-bar>div{display:flex;align-items:center}.deploy-bar>div{gap:10px}.deploy-bar span{display:flex;flex-direction:column}.deploy-bar b{font-size:10px}.deploy-bar small{font-size:8px;color:#888;margin-top:3px}.deploy-bar .button{height:38px;font-size:11px}.project-page{max-width:1120px;margin:auto;padding:32px 28px 70px}.breadcrumb{display:flex;gap:8px;font-size:10px;color:#999;margin-bottom:29px}.breadcrumb b{color:#54554f}.project-header{display:flex;align-items:center;justify-content:space-between}.project-identity{display:flex;gap:14px;align-items:center}.large-framework{width:46px;height:46px;background:#e1edbc;border-radius:9px;display:grid;place-items:center;font:600 15px var(--font-mono)}.project-identity h1{font-size:25px;letter-spacing:-.9px;margin:0 0 7px}.project-identity p{display:flex;align-items:center;gap:5px;font-size:10px;color:#85867e;margin:0}.project-actions{display:flex;gap:6px}.project-actions .button{height:34px;font-size:10px}.live-strip{margin-top:28px;border:1px solid var(--line);background:#fff;border-radius:8px;min-height:62px;justify-content:space-between;padding:0 17px}.live-strip,.live-strip>div{display:flex;align-items:center}.live-strip>div{gap:10px;font-size:10px;color:#777}.live-strip>div:first-child>span{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.live-strip small{text-transform:uppercase;font:8px var(--font-mono);color:#999}.live-strip .url-chip{height:auto;padding:0;border:0;background:transparent;color:var(--ink)}.live-strip b{color:var(--ink)}.separator{width:1px;height:22px;background:var(--line)}.project-tabs{display:flex;margin-top:33px;border-bottom:1px solid var(--line)}.project-tabs button{border:0;background:transparent;padding:13px 16px;font-size:10px;color:#777;border-bottom:2px solid transparent}.project-tabs button.active{color:var(--ink);border-color:var(--ink);font-weight:700}.project-tabs span{font:8px var(--font-mono);background:#e7e7e0;padding:2px 5px;border-radius:6px;margin-left:4px}.deployments-section{margin-top:31px;max-width:820px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px}.section-heading h2{font-size:17px;margin:0 0 6px}.section-heading p{font-size:10px;color:#888;margin:0}.section-heading .button{height:31px;font-size:9px}.deployment-list{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.deployment-row{min-height:94px;display:flex;align-items:center;padding:0 15px;border-bottom:1px solid #ebebe5;position:relative}.deployment-row:last-child{border:0}.deployment-highlight{background:#fbfdf4}.timeline{width:32px;height:94px;position:relative;display:flex;align-items:center}.timeline>span{width:19px;height:19px;border-radius:50%;border:1px solid #d9d9d2;background:#fff;display:grid;place-items:center;color:var(--green);z-index:1}.timeline i{width:1px;height:76px;background:#deded7;position:absolute;left:9px;top:57px}.deployment-main{min-width:0;flex:1 1}.deployment-meta{display:flex;gap:8px;align-items:center}.production-tag{font:8px var(--font-mono);background:#e3f1e7;color:#397351;border-radius:3px;padding:2px 4px}.deployment-main h3{font-size:11px;margin:7px 0}.deployment-main p{display:flex;align-items:center;gap:5px;color:#999;margin:0;font-size:9px}.deployment-main code{font:9px var(--font-mono);color:#666}.deployment-time{width:130px;display:flex;flex-direction:column;font-size:9px;color:#777}.deployment-time small{color:#aaa;margin-top:5px}.promote-button{background:var(--ink);color:#fff;border:0;border-radius:5px;height:30px;padding:0 10px;font-size:9px;display:flex;align-items:center;gap:5px;cursor:pointer}.promote-button:disabled{opacity:.65}.row-action{width:30px;height:30px;border:0;background:transparent;color:#999}.row-chevron{display:none}.infra-note{position:absolute;margin-left:855px;margin-top:-397px;width:235px}.infra-note>span{font:8px var(--font-mono);letter-spacing:1px;color:#999}.infra-note>div{margin-top:14px;border-left:1px solid #d8d8d0;padding-left:20px;display:grid;grid-template-columns:1fr 1fr;grid-gap:18px 8px;gap:18px 8px;position:relative}.infra-note i{position:absolute;width:7px;height:7px;border-radius:50%;background:#aaa;left:-4px}.infra-note i:first-of-type{top:4px}.infra-note i:nth-of-type(2){top:35px}.infra-note i:nth-of-type(3){top:66px}.infra-note i:nth-of-type(4){top:97px}.infra-note i.live{background:#61a936;box-shadow:0 0 0 3px #e0edcf}.infra-note b,.infra-note small{font-size:9px}.infra-note small{font:8px var(--font-mono);color:#999;text-align:right}@media(max-width:800px){.create-header{grid-template-columns:1fr 1fr}.create-header>span,.create-layout aside{display:none}.create-layout{display:block;padding:35px 18px}.create-title h1{font-size:27px}.configure-card{grid-template-columns:1fr}.detected,.env-heading{grid-column:1}.deploy-bar{gap:10px}.project-page{padding:26px 18px}.project-header{align-items:flex-start}.project-actions .button:not(:last-child){display:none}.live-strip{align-items:flex-start;gap:15px;flex-direction:column;padding:14px}.live-strip>div:last-child{flex-wrap:wrap}.project-tabs{overflow:auto}.deployment-time{display:none}.deployment-main h3{max-width:190px}.promote-button{font-size:0}.promote-button svg{width:14px}.infra-note{display:none}.deployments-section{max-width:none}.row-action{display:none}}.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 30%,#fff,#efefe7)}.auth-card{width:min(420px,calc(100vw - 32px));background:#fff;border:1px solid var(--line);border-radius:12px;padding:34px;box-shadow:0 24px 70px rgba(25,25,20,.09)}.auth-card .brand{margin-bottom:48px}.auth-card h1{font-size:29px;letter-spacing:-1px;margin:0 0 8px}.auth-card>p:not(.kicker){color:var(--muted)}.auth-card form{display:flex;flex-direction:column;gap:16px;margin-top:28px}.auth-card label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.auth-card input{display:block;width:100%;height:42px;margin-top:7px;border:1px solid var(--line);border-radius:6px;padding:0 11px;outline:none}.auth-card input:focus{border-color:#999}.auth-error,.data-state.error{color:var(--red)}.auth-error{font-size:11px}.data-state{padding:45px;border:1px dashed var(--line);border-radius:8px;text-align:center;color:var(--muted)}.manifesto{position:relative;overflow:hidden}.manifesto:after{content:"";position:absolute;width:520px;height:520px;border:1px solid #33342e;border-radius:50%;right:-100px;top:-170px;box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.012)}.manifesto-aside{position:absolute;right:max(9vw,40px);bottom:100px;width:310px;border-top:1px solid #3b3c35;padding-top:20px;display:grid;grid-template-columns:30px 1fr;grid-gap:5px 12px;gap:5px 12px;z-index:1}.manifesto-aside svg{grid-row:1/3;color:var(--acid);width:22px}.manifesto-aside b{font-size:12px}.manifesto-aside small{color:#8e9086;line-height:1.6}.architecture-copy>span,.landing-cta>span,.landing-faq>div>span,.section-intro>span{font:10px var(--font-mono);letter-spacing:1px;color:#7b7d74}.architecture-copy h2,.landing-cta h2,.landing-faq h2,.section-intro h2{font-size:clamp(40px,5vw,66px);letter-spacing:-3px;line-height:1.02;margin:25px 0}.landing-cta h2 em,.section-intro h2 em{font:400 italic 1em Georgia,serif}.architecture-copy>p,.section-intro>p{color:var(--muted);font-size:15px;line-height:1.75;max-width:510px}.landing-process{padding:130px max(7vw,28px);background:#f6f6f0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:75px;border-top:1px solid #d8d9d0}.process-grid article{position:relative;padding:35px 28px 10px 0;min-height:190px}.process-grid article>span{font:10px var(--font-mono);color:#8a8c82}.process-grid article>i{position:absolute;width:9px;height:9px;background:var(--paper);border:2px solid var(--ink);border-radius:50%;top:-5px;left:0}.process-grid article:not(:last-child):after{content:"";position:absolute;right:25px;top:-3px;width:7px;height:7px;border-top:1px solid #aaa;border-right:1px solid #aaa;transform:rotate(45deg)}.process-grid h3{font-size:20px;margin:30px 0 10px}.process-grid p{color:var(--muted);font-size:12px;line-height:1.7;max-width:220px}.architecture-section{display:grid;grid-template-columns:1fr 1fr;min-height:650px;background:#fff}.architecture-copy{padding:120px max(7vw,35px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.architecture-copy h2{font-size:clamp(38px,4vw,58px)}.text-link{gap:8px;margin-top:23px;font-size:12px;font-weight:800;border-bottom:1px solid var(--ink);padding-bottom:5px}.architecture-map,.text-link{display:flex;align-items:center}.architecture-map{background:#20211d;flex-direction:column;justify-content:center;padding:65px;position:relative;overflow:hidden}.architecture-map:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:34px 34px}.architecture-map>i{height:26px;border-left:1px dashed #66685e;z-index:1}.map-node{position:relative;z-index:1;width:min(350px,100%);min-height:72px;background:#2b2d27;border:1px solid #40423a;border-radius:8px;color:white;display:flex;align-items:center;padding:16px 18px;gap:16px;box-shadow:0 10px 30px rgba(0,0,0,.2)}.map-node svg{width:20px;color:#aeb0a6}.map-node span{display:flex;flex-direction:column;gap:5px}.map-node b{font-size:12px}.map-node small{font:9px var(--font-mono);color:#8f9186}.map-live{border-color:#789226;box-shadow:0 0 40px rgba(205,241,76,.09)}.map-live svg{color:var(--acid)}.guarantees{padding:130px max(7vw,28px);background:#ecece5}.guarantees .section-intro{max-width:720px}.guarantee-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:70px;border-top:1px solid #d0d1c7;border-left:1px solid #d0d1c7}.guarantee-grid article{padding:38px;min-height:220px;border-right:1px solid #d0d1c7;border-bottom:1px solid #d0d1c7}.guarantee-grid svg{width:21px;margin-bottom:35px}.guarantee-grid h3{font-size:18px;margin:0 0 10px}.guarantee-grid p{max-width:420px;color:var(--muted);line-height:1.7;font-size:12px}.landing-faq{display:grid;grid-template-columns:1fr 1.25fr;grid-gap:8vw;gap:8vw;padding:130px max(7vw,28px);background:#fff}.landing-faq h2{font-size:clamp(38px,4vw,58px)}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line);padding:23px 4px}.faq-list summary{cursor:pointer;font-weight:800;font-size:13px;list-style:none;display:flex;justify-content:space-between}.faq-list summary:after{content:"+";font:16px var(--font-mono);color:#888}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:var(--muted);line-height:1.7;font-size:12px;max-width:620px;padding-right:30px}.faq-list code{font:11px var(--font-mono);background:#f0f0ea;padding:2px 4px}.landing-cta{text-align:center;padding:145px 25px;background:var(--acid);position:relative;overflow:hidden}.landing-cta>span{color:#4f5b1c}.landing-cta h2{font-size:clamp(54px,7vw,92px);letter-spacing:-5px;margin:27px 0 22px}.landing-cta>p{max-width:520px;margin:0 auto 32px;color:#4c512f;line-height:1.7}.landing-cta>div:last-child{display:flex;justify-content:center;gap:9px}.cta-orbit{position:absolute;width:580px;height:580px;border:1px solid rgba(40,45,20,.13);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.cta-orbit:after,.cta-orbit:before{content:"";position:absolute;border:1px solid rgba(40,45,20,.1);border-radius:50%;inset:75px}.cta-orbit:after{inset:155px}.cta-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--ink)}.cta-orbit i:first-child{top:45px;left:110px}.cta-orbit i:nth-child(2){right:18px;top:270px}.cta-orbit i:nth-child(3){bottom:55px;left:140px}.landing-cta>:not(.cta-orbit){position:relative;z-index:1}.landing-footer{min-height:150px;background:var(--ink);color:white;display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;padding:40px max(5vw,25px);grid-gap:25px;gap:25px}.landing-footer p{color:#8f9188;font-size:11px}.landing-footer nav{display:flex;gap:25px;font-size:11px}.landing-footer small{font:9px var(--font-mono);color:#75776f}.docs-page{min-height:100vh;background:#f8f8f4}.docs-nav{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.docs-nav nav{margin-left:auto;display:flex;gap:24px;font-size:11px}.docs-nav nav a{display:flex;align-items:center;gap:6px}.docs-layout{display:grid;grid-template-columns:230px minmax(0,850px);grid-gap:72px;gap:72px;max-width:1200px;margin:auto;padding:55px 30px 120px}.docs-layout>aside{position:-webkit-sticky;position:sticky;top:105px;height:max-content;display:flex;flex-direction:column}.docs-layout>aside p{font:9px var(--font-mono);letter-spacing:1px;color:#999;margin:28px 0 10px}.docs-layout>aside p:first-child{margin-top:0}.docs-layout>aside a{font-size:11px;color:#777;padding:7px 10px;border-left:1px solid #ddd}.docs-layout>aside a.active{color:var(--ink);border-color:var(--ink);font-weight:800}.docs-breadcrumb{font:10px var(--font-mono);color:#999;display:flex;gap:8px}.docs-hero{padding:65px 0 85px;border-bottom:1px solid var(--line)}.docs-kicker{font:10px var(--font-mono);display:flex;align-items:center;gap:7px;color:#597119}.docs-hero h1{font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-4px;margin:27px 0}.docs-hero h1 em{font:400 italic 1em Georgia,serif}.docs-hero>p{max-width:690px;color:var(--muted);font-size:16px;line-height:1.75}.docs-hero>div:last-child{display:flex;gap:8px;margin-top:30px}.docs-section{padding:80px 0;border-bottom:1px solid var(--line);scroll-margin-top:80px}.docs-section>h2,.split-doc h2{font-size:34px;letter-spacing:-1.4px;margin:12px 0 18px}.docs-section>p,.split-doc p{color:var(--muted);line-height:1.8;max-width:720px}.docs-label{font:9px var(--font-mono);letter-spacing:1.2px;color:#888}.concept-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:35px}.concept-cards article{border:1px solid var(--line);background:#fff;border-radius:8px;padding:21px;min-height:210px;position:relative}.concept-cards svg{width:20px}.concept-cards>article>span{position:absolute;right:18px;top:20px;font:9px var(--font-mono);color:#aaa}.concept-cards h3{font-size:15px;margin:47px 0 10px}.concept-cards p{font-size:11px;line-height:1.7;color:var(--muted)}.docs-content code{font-family:var(--font-mono);font-size:.9em;background:#ecece6;padding:2px 4px;border-radius:3px}.code-window{background:#1f201c;color:#e8e9e0;border-radius:9px;overflow:hidden;margin-top:30px}.code-window>div{height:40px;border-bottom:1px solid #36372f;display:flex;align-items:center;justify-content:space-between;padding:0 15px;font:9px var(--font-mono);color:#999}.code-window pre{margin:0;padding:25px;font:12px/1.8 var(--font-mono);overflow:auto}.hook-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:18px;border:1px solid var(--line);border-radius:7px;overflow:hidden}.hook-grid div{padding:13px;background:#fff;border-bottom:1px solid var(--line);display:flex;gap:10px;align-items:center}.hook-grid div:nth-child(odd){border-right:1px solid var(--line)}.hook-grid span{font:9px var(--font-mono);color:#aaa}.hook-grid code{background:transparent;font-size:9px}.docs-callout{display:flex;gap:13px;background:#f0f5dd;border:1px solid #dae6ad;border-radius:7px;padding:16px;margin-top:18px}.docs-callout svg{width:19px;flex:0 0 auto;color:#5c731d}.docs-callout p{margin:0;font-size:11px;line-height:1.7;color:#58603e}.docs-steps{list-style:none;padding:0;margin:35px 0 0}.docs-steps li{display:flex;gap:17px;padding:20px 0;border-top:1px solid var(--line)}.docs-steps li>span{width:27px;height:27px;border-radius:50%;background:var(--ink);color:white;display:grid;place-items:center;font:9px var(--font-mono);flex:0 0 auto}.docs-steps h3{font-size:13px;margin:5px 0 6px}.docs-steps p{font-size:11px;color:var(--muted);line-height:1.7;margin:0}.split-doc{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:55px;gap:55px;align-items:center}.timing-card{background:var(--ink);color:white;border-radius:9px;padding:28px;display:grid}.timing-card span{font:8px var(--font-mono);color:#8f9187}.timing-card b{font-size:31px;margin:7px 0}.timing-card i{height:1px;background:#3c3d36;margin:18px 0}.route-diagram{display:flex;align-items:center;margin-top:35px}.route-diagram>div{flex:1 1;background:#fff;border:1px solid var(--line);border-radius:7px;min-height:100px;padding:16px;display:flex;flex-direction:column;gap:7px}.route-diagram>div svg{width:17px;margin-bottom:8px}.route-diagram>div b{font-size:11px}.route-diagram>div small{font:8px var(--font-mono);color:#999}.route-diagram>i{width:35px;border-top:1px dashed #aaa}.request-line{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid var(--line);padding:20px;border-radius:7px;margin-top:25px}.request-line code{background:transparent}.state-flow{overflow:auto;padding:18px 0;margin:20px 0}.state-flow,.state-flow>div{display:flex;align-items:center}.state-flow>div{gap:7px}.state-flow code{white-space:nowrap}.state-flow svg{width:13px;color:#aaa}.limit-list{padding:0;list-style:none;margin-top:25px;border-top:1px solid var(--line)}.limit-list li{padding:14px 5px 14px 25px;border-bottom:1px solid var(--line);font-size:11px;position:relative}.limit-list li:before{content:"";position:absolute;width:6px;height:6px;background:var(--acid);border:1px solid #9bac45;border-radius:50%;left:4px;top:17px}@media(max-width:800px){.manifesto-aside{position:relative;right:auto;bottom:auto;margin-top:65px}.guarantees,.landing-faq,.landing-process{padding-top:85px;padding-bottom:85px}.process-grid{grid-template-columns:1fr;margin-top:50px}.process-grid article{min-height:150px;border-left:1px solid #d8d9d0;padding-left:25px}.process-grid article>i{top:35px;left:-5px}.process-grid article:not(:last-child):after{display:none}.architecture-section{grid-template-columns:1fr}.architecture-copy{padding-top:85px;padding-bottom:85px}.architecture-map{min-height:560px;padding:40px 22px}.guarantee-grid,.landing-faq{grid-template-columns:1fr}.landing-cta h2{letter-spacing:-3px}.landing-cta>div:last-child{flex-direction:column}.landing-footer{grid-template-columns:1fr 1fr}.landing-footer p{display:none}.landing-footer nav{grid-column:1/-1;grid-row:2}.docs-layout{display:block;padding:35px 20px 80px}.docs-layout>aside{display:none}.docs-hero{padding-top:45px}.docs-hero h1{letter-spacing:-2.5px}.concept-cards,.hook-grid{grid-template-columns:1fr}.hook-grid div:nth-child(odd){border-right:0}.split-doc{grid-template-columns:1fr}.route-diagram{align-items:stretch;flex-direction:column}.route-diagram>i{height:22px;width:1px;border-left:1px dashed #aaa;border-top:0;margin-left:25px}.request-line{align-items:flex-start;flex-direction:column}.request-line svg{transform:rotate(90deg)}.docs-nav{padding:0 18px}}.hero{position:relative;isolation:isolate}.hero-world{position:absolute;z-index:-1;top:8px;left:50%;width:min(980px,96vw);height:610px;transform:translateX(-50%);pointer-events:none;opacity:.78}.hero-world svg{width:100%;height:100%;overflow:visible}.world-halo{position:absolute;inset:8% 14%;border-radius:50%;background:radial-gradient(circle,rgba(223,255,91,.24),rgba(255,255,255,.15) 42%,transparent 69%);filter:blur(28px);animation:world-breathe 6s ease-in-out infinite}.world-disc{stroke:rgba(23,23,19,.14);stroke-width:1}.world-grid{fill:none;stroke:rgba(23,23,19,.105);stroke-width:1}.world-grid ellipse{transform-origin:400px 260px;animation:world-grid-shift 14s ease-in-out infinite alternate}.world-land{fill:rgba(23,23,19,.042);stroke:rgba(23,23,19,.16);stroke-width:1}.world-routes{fill:none;stroke:#7f9d1e;stroke-width:1.25;stroke-dasharray:5 8;animation:world-route 10s linear infinite}.world-nodes circle{fill:var(--acid);stroke:var(--ink);stroke-width:1.5;transform-box:fill-box;transform-origin:center;animation:world-pulse 2.8s ease-in-out infinite}.world-nodes circle:nth-child(2){animation-delay:.5s}.world-nodes circle:nth-child(3){animation-delay:1s}.world-nodes circle:nth-child(4){animation-delay:1.5s}.world-nodes circle:nth-child(5){animation-delay:2s}.world-orbit{fill:none;stroke:rgba(23,23,19,.16);stroke-width:1;stroke-dasharray:2 9;transform-origin:400px 260px}.world-orbit-one{transform:rotate(-12deg);animation:world-spin 22s linear infinite}.world-orbit-two{transform:rotate(31deg);animation:world-spin-reverse 28s linear infinite}.world-signal{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--ink);box-shadow:0 0 0 7px rgba(223,255,91,.42),0 0 28px rgba(137,170,26,.65);animation:world-pulse 2.5s ease-in-out infinite}.signal-one{left:14%;top:41%}.signal-two{right:13%;top:35%;animation-delay:.85s}.signal-three{right:23%;bottom:19%;animation-delay:1.7s}.hero>.eyebrow,.hero>.hero-actions,.hero>.proof,.hero>.terminal-wrap,.hero>h1,.hero>p{position:relative;z-index:1}.hero h1{text-shadow:0 2px 22px rgba(247,247,242,.96),0 0 55px rgba(247,247,242,.8)}@keyframes world-route{to{stroke-dashoffset:-130}}@keyframes world-spin{to{transform:rotate(348deg)}}@keyframes world-spin-reverse{to{transform:rotate(-329deg)}}@keyframes world-pulse{0%,to{transform:scale(.78);opacity:.55}50%{transform:scale(1.25);opacity:1}}@keyframes world-breathe{0%,to{transform:scale(.94);opacity:.58}50%{transform:scale(1.06);opacity:1}}@keyframes world-grid-shift{0%{transform:scaleX(.96)}to{transform:scaleX(1.04)}}@media(max-width:800px){.hero-world{top:26px;width:760px;height:490px;opacity:.62}.world-land{fill:rgba(23,23,19,.03)}.hero h1{text-shadow:0 2px 18px var(--paper),0 0 40px var(--paper)}}@media(prefers-reduced-motion:reduce){.world-grid ellipse,.world-halo,.world-nodes circle,.world-orbit,.world-routes,.world-signal{animation:none}}.settings-page{max-width:1120px;margin:auto;padding:65px 28px 120px}.settings-heading{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:38px;border-bottom:1px solid var(--line)}.settings-heading h1{font-size:39px;letter-spacing:-1.8px;margin:0 0 10px}.settings-heading>div>p:last-child{color:var(--muted);margin:0}.settings-security{display:flex;align-items:center;gap:11px;border-left:1px solid var(--line);padding:9px 0 9px 20px}.settings-security svg{color:var(--green)}.settings-security span{display:flex;flex-direction:column;gap:4px}.settings-security b{font-size:10px}.settings-security small{font-size:9px;color:var(--muted)}.created-key{margin-top:28px;background:#20211d;color:#fff;border:1px solid #36382f;border-radius:9px;padding:20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:22px;gap:22px;box-shadow:0 18px 40px rgba(20,21,17,.12)}.created-key>div{display:flex;align-items:center;gap:11px}.created-key>div svg{color:var(--acid)}.created-key>div span{display:flex;flex-direction:column;gap:4px}.created-key b{font-size:11px}.created-key small{font-size:8px;color:#96998e}.created-key code{overflow:auto;padding:11px 13px;background:#151612;border:1px solid #33352e;color:var(--acid);font:10px var(--font-mono);white-space:nowrap}.created-key .button{background:var(--acid);color:var(--ink)}.key-manager{margin-top:32px;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.key-manager-head{padding:25px;display:flex;align-items:flex-end;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.key-manager-head h2{font-size:17px;margin:0 0 7px}.key-manager-head p{font-size:10px;color:var(--muted);margin:0}.key-manager-head code{font:9px var(--font-mono);background:#f0f0ea;padding:2px 4px}.key-manager-head form{display:flex;gap:8px}.key-manager-head input{width:230px;height:40px;border:1px solid var(--line);border-radius:6px;padding:0 11px;outline:none}.key-manager-head input:focus{border-color:#9b9d91}.key-row,.key-table-header{display:grid;grid-template-columns:1.25fr 1.3fr .8fr 1.15fr 75px;align-items:center;grid-column-gap:15px;column-gap:15px;padding:0 22px}.key-table-header{height:38px;background:#f7f7f3;border-bottom:1px solid var(--line);color:#92948b;font:8px var(--font-mono);text-transform:uppercase;letter-spacing:.7px}.key-row{min-height:68px;border-bottom:1px solid #efefe9;font-size:10px}.key-row:last-child{border-bottom:0}.key-row code{font:9px var(--font-mono);color:#686b62}.key-row>span:nth-child(3),.key-row>span:nth-child(4){color:#85877f}.key-row input{width:100%;height:32px;border:1px solid var(--line);border-radius:5px;padding:0 8px}.key-row>div{display:flex;justify-content:flex-end;gap:3px}.key-row button{width:29px;height:29px;display:grid;place-items:center;border:0;background:transparent;color:#777a71;cursor:pointer}.key-row button:hover{background:#f1f1eb}.key-row button.danger{color:var(--red)}.empty-keys{text-align:center;padding:58px;color:#8d8f87}.empty-keys b{display:block;color:var(--ink);font-size:11px;margin-top:13px}.empty-keys p{font-size:9px}.api-reference{margin:30px 0;border-top:1px solid var(--line)}.api-reference>div{display:grid;grid-template-columns:58px minmax(240px,.9fr) 1.2fr;align-items:center;grid-gap:14px;gap:14px;min-height:56px;border-bottom:1px solid var(--line)}.api-reference code{background:transparent;font-size:10px}.api-reference span{color:var(--muted);font-size:10px}.api-method{font:8px var(--font-mono);letter-spacing:.5px}.method-get{color:#277455}.method-post{color:#866413}.method-patch{color:#386c9b}@media(max-width:800px){.settings-page{padding:38px 16px 80px}.settings-heading{align-items:flex-start;flex-direction:column;gap:25px}.settings-security{border-left:0;padding-left:0}.created-key{grid-template-columns:1fr}.key-manager-head{align-items:stretch}.key-manager-head,.key-manager-head form{flex-direction:column}.key-manager-head input{width:100%}.key-table-header{display:none}.key-row{grid-template-columns:1fr auto;padding:16px;gap:9px}.key-row>code,.key-row>span{grid-column:1}.key-row>div{grid-column:2;grid-row:1/4}.api-reference>div{grid-template-columns:52px 1fr;padding:13px 0}.api-reference span{grid-column:2}}.auth-page{min-height:100svh;display:block;place-items:normal;background:#f4f5ed;position:relative;overflow:hidden}.auth-page:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 74%,rgba(223,255,91,.3),transparent 25%),radial-gradient(circle at 78% 8%,rgba(255,255,255,.95),transparent 32%);pointer-events:none}.auth-nav{height:74px;width:100%;justify-content:space-between;padding:0 clamp(24px,4vw,62px);border-bottom:1px solid rgba(23,23,19,.1);position:relative;z-index:2}.auth-nav,.auth-nav nav{display:flex;align-items:center}.auth-nav nav{gap:24px;font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.7px}.auth-nav nav a{display:flex;align-items:center;gap:6px}.auth-nav nav span{color:#898b82;border-left:1px solid var(--line);padding-left:24px}.auth-layout{min-height:calc(100svh - 74px);display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);position:relative;z-index:1}.auth-story{padding:clamp(70px,10vh,120px) clamp(34px,7vw,110px) 42px;display:flex;flex-direction:column;border-right:1px solid rgba(23,23,19,.1)}.auth-overline{display:flex;align-items:center;gap:9px;margin:0 0 34px;font:9px var(--font-mono);text-transform:uppercase;letter-spacing:1.3px;color:#6d6f66}.auth-overline span{width:7px;height:7px;background:#8aae12;border-radius:50%;box-shadow:0 0 0 4px rgba(179,215,46,.18)}.auth-story h1{max-width:680px;margin:0;font-size:clamp(58px,6.2vw,94px);line-height:.91;letter-spacing:-5.5px;font-weight:700}.auth-story h1 em{font-family:Georgia,serif;font-weight:400}.auth-story>p:not(.auth-overline){max-width:540px;margin:30px 0 0;color:#63655d;font-size:15px;line-height:1.75}.auth-map{width:min(570px,100%);height:178px;margin-top:54px;position:relative;border:1px solid rgba(23,23,19,.12);background:rgba(255,255,255,.36);overflow:hidden}.auth-map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(23,23,19,.055) 1px,transparent 0),linear-gradient(90deg,rgba(23,23,19,.055) 1px,transparent 0);background-size:24px 24px;-webkit-mask-image:linear-gradient(90deg,#000,transparent);mask-image:linear-gradient(90deg,#000,transparent)}.auth-map:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-24px;top:-35px;background:var(--acid);filter:blur(2px);opacity:.48}.auth-map-node{position:absolute;z-index:2;min-width:90px;height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;background:#fbfbf6;border:1px solid #d7d8ce;box-shadow:0 6px 16px rgba(29,30,24,.06);font:8px var(--font-mono);text-transform:uppercase;letter-spacing:.5px}.auth-map-node svg{color:#6e870f}.node-source{left:24px;top:67px}.node-control{left:41%;top:32px}.node-runtime{right:27px;top:86px;background:#1d1e1a;color:#fff;border-color:#1d1e1a}.node-runtime svg{color:var(--acid)}.auth-map-line{position:absolute;z-index:1;height:1px;background:#a7c52f;transform-origin:left;box-shadow:0 0 10px rgba(149,185,20,.3)}.line-one{width:38%;left:112px;top:84px;transform:rotate(-10deg)}.line-two{width:35%;left:50%;top:65px;transform:rotate(14deg)}.auth-map small{position:absolute;left:13px;bottom:11px;color:#8a8d82;font:8px var(--font-mono);letter-spacing:.4px}.auth-trust{display:flex;gap:26px;margin-top:auto;padding-top:38px;color:#66685f;font:9px var(--font-mono);text-transform:uppercase;letter-spacing:.4px}.auth-trust span{display:flex;align-items:center;gap:7px}.auth-trust span:last-child svg{color:#6f8d08}.auth-panel{display:grid;place-items:center;padding:54px clamp(24px,6vw,90px)}.auth-card{width:min(430px,100%);background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.auth-card-mark{display:flex;align-items:center;justify-content:space-between;margin-bottom:70px}.auth-card-mark span{width:28px;height:22px;display:grid;place-items:center;background:var(--acid);font:9px var(--font-mono)}.auth-card-mark i{display:block;width:44px;height:1px;background:#b9bbb1}.auth-card .kicker{margin:0 0 16px!important}.auth-card h2{font-size:47px;line-height:1;letter-spacing:-2.2px;margin:0 0 15px}.auth-card>p:not(.kicker){margin:0;color:#707269;font-size:12px;line-height:1.6}.auth-card form{gap:19px;margin-top:35px}.auth-card label{font:9px var(--font-mono);letter-spacing:.7px;color:#53554e}.auth-card input{height:51px;margin-top:9px;border:1px solid #d8d9cf;border-radius:2px;padding:0 15px;background:rgba(255,255,255,.75);font-family:var(--font-sans);font-size:12px;transition:border-color .18s,box-shadow .18s,background .18s}.auth-card input::placeholder{color:#a5a79e}.auth-card input:focus{border-color:#7c7f73;background:#fff;box-shadow:0 0 0 3px rgba(223,255,91,.32)}.auth-submit{height:51px;border-radius:2px;margin-top:4px;justify-content:space-between;padding:0 18px}.auth-submit:disabled{cursor:wait;opacity:.68}.auth-error{background:#fff1ee;border-left:2px solid var(--red);padding:10px 12px;font-size:10px}.auth-footnote{display:flex;align-items:center;gap:8px;margin-top:25px;color:#8a8c83;font:8px var(--font-mono);line-height:1.5}.auth-footnote svg{flex:0 0 auto;color:#6f850e}@media(max-width:900px){.auth-layout{grid-template-columns:1fr}.auth-story{min-height:440px;padding:60px 30px 36px;border-right:0;border-bottom:1px solid rgba(23,23,19,.1)}.auth-story h1{font-size:clamp(52px,11vw,76px);letter-spacing:-4px;max-width:650px}.auth-story>p:not(.auth-overline){margin-top:22px}.auth-map{display:none}.auth-trust{margin-top:40px}.auth-panel{padding:64px 24px 90px}.auth-card-mark{margin-bottom:45px}}@media(max-width:560px){.auth-nav{height:64px;padding:0 18px}.auth-nav nav span{display:none}.auth-layout{min-height:calc(100svh - 64px)}.auth-story{min-height:auto;padding:52px 20px 45px}.auth-overline{margin-bottom:26px}.auth-story h1{font-size:49px;line-height:.94;letter-spacing:-3px}.auth-story>p:not(.auth-overline){font-size:13px}.auth-trust{gap:14px;flex-direction:column;padding-top:0}.auth-panel{padding:52px 20px 75px}.auth-card h2{font-size:41px}.auth-card-mark{margin-bottom:38px}}@media(prefers-reduced-motion:reduce){.auth-card input,.auth-submit{transition:none}}.brand-logo{width:24px;height:24px;object-fit:contain;flex:0 0 24px}.cli-auth-page{min-height:100svh;background:#eff0e8;position:relative;overflow:hidden}.cli-auth-nav{height:70px;justify-content:space-between;padding:0 clamp(22px,5vw,70px);border-bottom:1px solid rgba(23,23,19,.12);position:relative;z-index:3}.cli-auth-nav,.cli-auth-nav>a{display:flex;align-items:center}.cli-auth-nav>a{gap:7px;font:10px var(--font-mono);text-transform:uppercase;letter-spacing:.5px}.cli-auth-grid{position:absolute;inset:70px 0 0;background-image:linear-gradient(rgba(23,23,19,.05) 1px,transparent 0),linear-gradient(90deg,rgba(23,23,19,.05) 1px,transparent 0);background-size:34px 34px;-webkit-mask-image:radial-gradient(circle at 25% 50%,#000,transparent 52%);mask-image:radial-gradient(circle at 25% 50%,#000,transparent 52%)}.cli-auth-shell{min-height:calc(100svh - 70px);display:grid;grid-template-columns:minmax(360px,1fr) minmax(540px,.9fr);position:relative;z-index:1}.cli-auth-visual{position:relative;display:grid;place-items:center;overflow:hidden}.cli-terminal-node{width:180px;height:180px;border-radius:50%;background:#1d1e1a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;z-index:2;box-shadow:0 30px 80px rgba(34,35,27,.22),0 0 0 15px rgba(223,255,91,.17)}.cli-terminal-node svg{color:var(--acid)}.cli-terminal-node b{font-size:17px}.cli-terminal-node small{font:8px var(--font-mono);color:#85877e;text-transform:uppercase}.cli-orbit{position:absolute;border:1px solid #caccbf;border-radius:50%;animation:cli-spin 16s linear infinite}.cli-orbit i{position:absolute;width:9px;height:9px;background:var(--acid);border:1px solid #7f902b;border-radius:50%;top:50%;left:-5px}.orbit-one{width:360px;height:360px}.orbit-two{width:560px;height:560px;animation-duration:25s;animation-direction:reverse}.orbit-two i{top:12%;left:80%}@keyframes cli-spin{to{transform:rotate(1turn)}}.cli-auth-card{background:#fafaf6;border-left:1px solid rgba(23,23,19,.12);padding:clamp(55px,8vh,90px) clamp(38px,7vw,105px);display:flex;flex-direction:column;justify-content:center}.cli-auth-card>h1,.cli-auth-success h1{font-size:clamp(43px,4vw,62px);letter-spacing:-3px;line-height:.98;margin:16px 0}.cli-auth-lead,.cli-auth-success>p{color:var(--muted);line-height:1.7;max-width:510px}.cli-auth-index{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;margin-bottom:42px;border-bottom:1px solid var(--line);font:8px var(--font-mono);letter-spacing:1px;color:#85877e}.cli-auth-index i{font-style:normal;background:var(--acid);color:var(--ink);padding:6px 8px}.cli-device{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:12px;gap:12px;margin:28px 0 20px;padding:16px;border:1px solid var(--line);background:#fff}.cli-device>svg{color:#76900e}.cli-device span{display:flex;flex-direction:column;gap:4px}.cli-account span,.cli-device small{font:8px var(--font-mono);color:#92948b;letter-spacing:.7px}.cli-device b{font-size:11px}.cli-device code{font:10px var(--font-mono);background:#f0f1e9;padding:7px}.cli-permissions{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0 9px}.cli-permissions>p{font:8px var(--font-mono);color:#8d8f86;letter-spacing:.8px;margin:0 0 14px}.cli-permissions>div{display:grid;grid-template-columns:20px 1fr;grid-gap:8px;gap:8px;margin:13px 0}.cli-permissions svg{color:#6f850e}.cli-permissions span{display:flex;flex-direction:column;gap:3px}.cli-permissions b{font-size:10px}.cli-permissions small{font-size:9px;color:var(--muted);line-height:1.5}.cli-permissions code{font-family:var(--font-mono)}.cli-account{display:flex;justify-content:space-between;margin:18px 0;font-size:10px}.cli-authorize-button{height:49px;border-radius:2px;justify-content:space-between}.cli-auth-expiry{font:8px/1.6 var(--font-mono);color:#92948b;text-align:center;margin:16px 0 0}.cli-auth-success>span{width:54px;height:54px;background:var(--acid);display:grid;place-items:center;margin-bottom:48px}.cli-auth-success>div{display:flex;align-items:center;gap:8px;padding-top:22px;margin-top:30px;border-top:1px solid var(--line);font:9px var(--font-mono);color:#73756d}.cli-auth-success>div svg{color:#688000}@media(max-width:900px){.cli-auth-shell{grid-template-columns:1fr}.cli-auth-visual{min-height:290px}.cli-terminal-node{width:120px;height:120px}.orbit-one{width:240px;height:240px}.orbit-two{width:390px;height:390px}.cli-auth-card{border-left:0;border-top:1px solid rgba(23,23,19,.12);padding:55px 25px 75px}.cli-auth-index{margin-bottom:35px}}@media(prefers-reduced-motion:reduce){.cli-orbit{animation:none}}.status-terminated{color:var(--red)}.status-terminated i{background:#d56a62}.status-pending{color:var(--amber)}.status-pending i{background:#eaa648}.source-tabs em{font:7px var(--font-mono);font-style:normal;text-transform:uppercase;background:var(--acid);color:var(--ink);padding:2px 4px;border-radius:3px}.template-intro{display:flex;align-items:center;justify-content:space-between;background:#20211d;color:#fff;padding:14px 16px;border-radius:8px 8px 0 0}.template-intro>div{display:flex;align-items:center;gap:10px}.template-intro>div>svg{color:var(--acid)}.template-intro span{display:flex;align-items:center;gap:6px}.template-intro span span{display:flex;align-items:flex-start;flex-direction:column;gap:3px}.template-intro b{font-size:10px}.template-intro small{font-size:8px;color:#a7aa9e}.template-intro>span{font:8px var(--font-mono);color:var(--acid)}.template-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;background:#ecece6;padding:10px;border-radius:0 0 8px 8px}.template-card{text-align:left;min-height:165px;padding:16px;border:1px solid #d9dad1;background:#fafaf6;border-radius:7px;cursor:pointer;transition:.18s;display:flex;flex-direction:column}.template-card:hover{border-color:#aeb0a4;transform:translateY(-1px)}.template-card.selected{background:#fff;border-color:#7c8300;box-shadow:0 0 0 2px rgba(223,255,91,.55)}.template-card>div{display:flex;justify-content:space-between}.template-featured,.template-language{font:7px var(--font-mono);text-transform:uppercase;letter-spacing:.5px}.template-language{color:#777a70}.template-featured{background:var(--acid);padding:3px 5px;color:#3b4300}.template-card h3{font-size:14px;margin:15px 0 7px}.template-card p{font-size:9px;color:#777970;line-height:1.55;margin:0}.template-card footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:14px;font:8px var(--font-mono);color:#85877d}.template-card footer span{display:flex;align-items:center;gap:4px}.template-env{grid-column:1/-1}.template-env sup{margin-left:7px;color:#788a18;font:7px var(--font-mono)}.template-env>div{height:38px;border:1px solid var(--line);border-radius:5px;background:#fafaf7;margin-top:8px;display:flex;align-items:center;padding:0 10px;gap:8px}.template-env>div svg{color:#8c8e84}.template-env>div input{border:0!important;margin:0!important;height:auto!important;padding:0!important;outline:0;background:transparent!important}.template-env>small{display:block;font-size:8px;color:#999;margin-top:6px;text-transform:none;letter-spacing:0}.template-admin{max-width:1180px;margin:auto;padding:58px 28px 100px}.template-admin-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);grid-gap:25px;gap:25px;margin-top:32px;align-items:start}.template-editor,.template-inventory{background:#fff;border:1px solid var(--line);border-radius:10px}.template-editor{padding:24px}.template-editor-head{display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--line);padding-bottom:19px;margin-bottom:20px}.template-editor-head>span{width:34px;height:34px;border-radius:7px;background:var(--acid);display:grid;place-items:center}.template-editor-head h2,.template-inventory h2{font-size:15px;margin:0 0 5px}.template-editor-head p{font-size:9px;color:var(--muted);margin:0}.template-editor-head>button{margin-left:auto;border:0;background:transparent}.template-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.template-form-grid label{font:8px var(--font-mono);text-transform:uppercase;letter-spacing:.5px;color:#6f7168}.template-form-grid .full{grid-column:1/-1}.template-form-grid input,.template-form-grid select,.template-form-grid textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--line);background:#fafaf7;border-radius:5px;padding:0 10px;outline:0;font:11px var(--font-sans);text-transform:none}.template-form-grid input,.template-form-grid select{height:38px}.template-form-grid textarea{min-height:78px;padding-top:10px;resize:vertical}.template-form-grid small{display:block;text-transform:none;letter-spacing:0;color:#999;margin-top:5px}.template-upload{height:64px;margin:18px 0 12px;border:1px dashed #cacbc1;background:#f7f7f2;border-radius:7px;display:flex;align-items:center;padding:0 14px;gap:11px;cursor:pointer}.template-upload>span{display:flex;flex-direction:column;gap:3px;flex:1 1}.template-upload b{font-size:9px}.template-upload small{font-size:8px;color:#999}.template-upload input{display:none}.featured-check{display:flex;align-items:center;gap:7px;font-size:9px;margin:12px 0 18px}.template-editor>.button{width:100%}.template-inventory{overflow:hidden}.template-inventory>div:first-child{height:58px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.template-inventory>div:first-child h2{margin:0}.template-inventory>div:first-child span{font:8px var(--font-mono);color:#999}.template-inventory article{padding:18px;border-bottom:1px solid var(--line)}.template-inventory article:last-child{border-bottom:0}.template-inventory article header{display:flex;justify-content:space-between}.template-inventory article header>div{display:flex;gap:5px}.template-inventory article header>div b,.template-inventory article header>div span{font:7px var(--font-mono);text-transform:uppercase;background:#efefe9;padding:3px 5px}.template-inventory article header>div b{background:var(--acid)}.template-inventory article h3{font-size:12px;margin:12px 0 6px}.template-inventory article p{font-size:9px;color:#777970;line-height:1.55;margin:0}.template-inventory article footer{display:flex;align-items:center;gap:8px;margin-top:14px}.template-inventory article footer code{font:8px var(--font-mono);background:#f1f1ec;padding:3px 5px}.template-inventory article footer span{font:8px var(--font-mono);color:#999;margin-right:auto}.template-inventory article footer button{width:26px;height:26px;border:0;background:transparent;display:grid;place-items:center;color:#777}.template-error{display:block;color:var(--red);font:8px var(--font-mono);line-height:1.5;margin-top:10px}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:800px){.template-grid{grid-template-columns:1fr}.template-admin{padding:38px 16px 80px}.template-admin-layout,.template-form-grid{grid-template-columns:1fr}.template-form-grid .full{grid-column:1}.source-tabs{overflow:auto}.source-tabs button{white-space:nowrap}}.project-panel{max-width:860px;margin-top:30px}.project-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.project-panel-head>div{display:flex;align-items:center;gap:11px}.project-panel-head>div>span:last-child{display:flex;flex-direction:column}.project-panel-head h2{font-size:17px;margin:0 0 5px}.project-panel-head p{font-size:10px;color:var(--muted);margin:0}.panel-icon{width:35px;height:35px;border-radius:7px;background:#e8efca;display:grid;place-items:center}.env-form{display:grid;grid-template-columns:1fr 1.4fr 150px auto auto;grid-gap:9px;gap:9px;align-items:end;background:#fff;border:1px solid var(--line);border-radius:9px;padding:17px}.env-form label,.settings-form label{font:8px var(--font-mono);text-transform:uppercase;letter-spacing:.5px;color:#777}.env-form input,.env-form select,.settings-form input{display:block;width:100%;height:39px;border:1px solid var(--line);border-radius:5px;background:#fafaf7;margin-top:7px;padding:0 10px;outline:0;font:11px var(--font-sans)}.env-form .button{height:39px;font-size:9px}.env-table{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden;margin-top:13px}.env-row,.env-table-head{display:grid;grid-template-columns:1.1fr 1.35fr .65fr 1fr 105px;grid-gap:13px;gap:13px;align-items:center;padding:0 16px}.env-table-head{height:37px;background:#f5f5f0;border-bottom:1px solid var(--line);font:8px var(--font-mono);text-transform:uppercase;color:#999}.env-row{min-height:61px;border-bottom:1px solid #eeeeea;font-size:9px}.env-row:last-child{border:0}.env-row code{font:9px var(--font-mono);overflow:hidden;text-overflow:ellipsis}.env-row>span{color:#7d7f76}.env-row>div{display:flex;justify-content:flex-end}.env-row button{width:30px;height:30px;border:0;background:transparent;color:#777;display:grid;place-items:center}.env-row button:hover{background:#f1f1eb}.env-row button.danger{color:var(--red)}.revealed-secret{color:#42620c;background:#eef5d9;padding:6px;border-radius:4px}.panel-note{display:flex;align-items:flex-start;gap:9px;margin-top:14px;padding:13px;border-left:2px solid #aecb3d;background:#f1f5e2}.panel-note p{font-size:9px;color:#686d57;line-height:1.6;margin:0}.settings-panel{max-width:760px}.settings-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:22px}.settings-form label small{display:block;color:#999;text-transform:none;letter-spacing:0;line-height:1.5;margin-top:6px}.settings-form .full{grid-column:1/-1}.settings-form>.button{width:max-content}.input-icon{position:relative}.input-icon svg{position:absolute;left:10px;top:19px;color:#999}.input-icon input{padding-left:31px}.settings-success{display:flex;align-items:center;gap:7px;padding:10px;background:#eef6df;color:#506b17;font-size:9px}.danger-zone{margin-top:25px;border:1px solid #e6b8b1;background:#fffafa;border-radius:9px;padding:20px}.danger-zone>div{display:flex;gap:11px}.danger-zone>div svg{color:var(--red);flex:0 0 auto}.danger-zone h3{font-size:13px;margin:0 0 6px}.danger-zone p{font-size:9px;color:#846d69;margin:0}.danger-zone label{display:block;font-size:9px;margin:20px 0 10px}.danger-zone label input{display:block;width:100%;height:38px;margin-top:7px;border:1px solid #e2c4bf;border-radius:5px;padding:0 10px}.danger-button{background:#a9362e;color:#fff}.danger-button:disabled{opacity:.45}.deployment-detail{max-width:1080px;margin:auto;padding:36px 28px 90px}.deployment-detail-head{display:flex;align-items:flex-end;justify-content:space-between;margin-top:35px}.deployment-detail-head>div>a{display:inline-flex;align-items:center;gap:5px;font-size:9px;color:#888;margin-bottom:30px}.deployment-detail-head .kicker{margin-bottom:12px!important}.deployment-detail-head h1{font-size:31px;letter-spacing:-1.2px;margin:0 0 13px}.deployment-detail-head>div>div{display:flex;align-items:center;gap:12px}.deployment-detail-head code{font:9px var(--font-mono);background:#e9e9e3;padding:3px 5px}.deployment-detail-head>div>div>span{display:flex;align-items:center;gap:5px;font-size:9px;color:#888}.deployment-error{margin-top:23px;border-left:3px solid var(--red);background:#fff0ee;padding:14px 17px}.deployment-error b{font-size:10px}.deployment-error p{font:9px/1.6 var(--font-mono);margin:7px 0 0;color:#8e413b}.log-shell{margin-top:26px;background:#191a17;border:1px solid #34362f;border-radius:9px;color:#eef0e7;overflow:hidden;box-shadow:0 25px 55px rgba(23,24,20,.15)}.log-shell>footer,.log-shell>header{height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #30312c}.log-shell>header>div{display:flex;align-items:center;gap:8px}.log-shell>header b{font-size:10px}.log-shell>header>div:last-child span{font:8px var(--font-mono);color:#777a71}.log-shell>header>div:last-child i{display:inline-block;width:6px;height:6px;border-radius:50%;background:#55574f}.log-shell>header>div:last-child span.available{color:#bcd563}.log-shell>header>div:last-child span.available i{background:var(--acid)}.log-output{min-height:420px;max-height:620px;overflow:auto;padding:12px 0}.log-entry{display:grid;grid-template-columns:205px 70px minmax(0,1fr);grid-gap:10px;gap:10px;padding:5px 17px;font:9px/1.55 var(--font-mono);border-left:2px solid transparent}.log-entry:hover{background:#20211d}.log-entry time{color:#6e7168}.log-entry>span{color:#aabd62;text-transform:uppercase}.log-entry pre{white-space:pre-wrap;word-break:break-word;margin:0;font:inherit;color:#d5d7ce}.log-entry.log-error{border-left-color:#d55d53;background:rgba(170,54,44,.08)}.log-entry.log-error pre{color:#efaaa4}.log-empty{min-height:380px;display:flex;align-items:center;justify-content:center;gap:10px;color:#73766d}.log-empty span{display:flex;flex-direction:column;gap:4px}.log-empty b{font-size:10px;color:#aaada3}.log-empty small{font-size:8px}.log-shell>footer{height:37px;border-top:1px solid #30312c;border-bottom:0;font:8px var(--font-mono);color:#686b63}@media(max-width:800px){.env-form{grid-template-columns:1fr}.env-table-head{display:none}.env-row{grid-template-columns:1fr auto;padding:14px}.env-row>*{grid-column:1}.env-row>div{grid-column:2;grid-row:1/5}.settings-form{grid-template-columns:1fr}.settings-form .full{grid-column:1}.deployment-detail{padding:25px 16px 70px}.deployment-detail-head{align-items:flex-start;flex-direction:column;gap:20px}.log-entry{grid-template-columns:1fr;padding:8px 13px}.log-entry time{font-size:7px}.log-shell>header>div:last-child{display:none}}.deployment-actions{display:flex;align-items:center;gap:7px}.deployment-actions .row-action{display:grid;place-items:center;border-radius:5px}.deployment-actions .row-action:hover{background:#eeeeea;color:var(--ink)}.promote-confirm{display:flex;align-items:center;gap:5px;padding:4px 4px 4px 9px;border:1px solid #cbd99a;border-radius:6px;background:#f5f9e8;animation:catalog-rise .18s ease both}.promote-confirm>span{font:7px var(--font-mono);color:#61711e}.promote-confirm>button:not(.promote-button){height:28px;border:0;background:transparent;color:#7a7c72;font-size:8px;cursor:pointer}.promote-confirm .promote-button{white-space:nowrap}.telemetry-summary{display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;background:#1d1e1a;color:#fff;border-radius:9px;overflow:hidden}.telemetry-summary>div{min-height:82px;padding:18px;display:flex;align-items:center;gap:12px;border-right:1px solid #353630}.telemetry-summary>div:last-child{border:0}.telemetry-summary svg{color:var(--acid)}.telemetry-summary span{display:flex;flex-direction:column;gap:6px}.telemetry-summary small{font:8px var(--font-mono);text-transform:uppercase;letter-spacing:.5px;color:#85887e}.telemetry-summary b{font-size:16px}.telemetry-summary .summary-error b{color:#ff9f96}.request-section,.resource-section{margin-top:34px}.observability-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:15px}.observability-heading .kicker{margin-bottom:7px!important}.observability-heading h2{font-size:18px;margin:0}.observability-heading>span{display:flex;align-items:center;gap:7px;color:#85877e;font:8px var(--font-mono)}.observability-heading>span i{width:6px;height:6px;border-radius:50%;background:#aaa}.observability-heading>span i.live{background:#86b100;box-shadow:0 0 0 3px #e7f0c7}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px}.metric-card{min-height:190px;background:#fff;border:1px solid var(--line);border-radius:9px;padding:15px;overflow:visible}.metric-card header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:0 8px;gap:0 8px}.metric-card header .metric-icon{width:27px;height:27px;border-radius:6px;background:#edf2da;display:grid;place-items:center;grid-row:1/3}.metric-card header p{margin:0;color:#7d7f76;font-size:9px}.metric-card header b{font-size:18px;margin-top:3px;grid-column:2/4}.metric-help{position:relative;border:0;background:transparent;color:#9b9d94;padding:3px;display:grid;place-items:center;cursor:help}.metric-help>span{position:absolute;z-index:4;right:-8px;top:24px;width:220px;padding:10px 11px;border-radius:7px;background:#1d1e1a;color:#f6f7f0;font:8px/1.55 var(--font-mono);box-shadow:0 8px 30px #25261f2b;opacity:0;visibility:hidden;transform:translateY(-3px);transition:opacity .15s ease,transform .15s ease,visibility .15s}.metric-help:focus-visible>span,.metric-help:focus>span,.metric-help:hover>span{opacity:1;visibility:visible;transform:translateY(0)}.metric-sparkline{width:100%;height:42px;margin:18px 0 7px;overflow:visible}.metric-sparkline polyline{fill:none;stroke:#8cab17;stroke-width:1.8;vector-effect:non-scaling-stroke}.metric-sparkline-empty{height:42px;margin:18px 0 7px;border-bottom:1px dashed #dedfd7}.metric-bar{height:3px;background:#e8e8e1;overflow:hidden}.metric-bar i{display:block;height:100%;background:linear-gradient(90deg,#a8c837,var(--acid))}.metric-card footer{display:flex;justify-content:space-between;margin-top:10px;color:#8a8c83;font-size:8px}.metric-card footer code{font:8px var(--font-mono);color:#55574f}.resource-sampling-note{display:flex;align-items:flex-start;gap:9px;margin-top:10px;padding:11px 13px;border:1px solid #dfe2d4;border-radius:8px;background:#f7f9ef;color:#73766c}.resource-sampling-note svg{flex:none;color:#7e9d1a;margin-top:1px}.resource-sampling-note p{font-size:8px;line-height:1.6;margin:0}.resource-sampling-note b{color:#46483f}.telemetry-empty{min-height:130px;border:1px dashed #cccdc3;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:12px;color:#7f8177}.telemetry-empty span{max-width:470px}.telemetry-empty b{font-size:11px;color:#5f6159}.telemetry-empty p{font-size:9px;line-height:1.6;margin:5px 0 0}.request-table{background:#fff;border:1px solid var(--line);border-radius:9px;overflow:hidden}.request-table>div:not(.request-empty),.request-table>header{display:grid;grid-template-columns:105px 70px minmax(180px,1fr) 65px 80px 85px;align-items:center;grid-gap:10px;gap:10px;padding:0 16px}.request-table>header{height:38px;background:#f0f0eb;color:#898b82;font:8px var(--font-mono);text-transform:uppercase}.request-table>div:not(.request-empty){min-height:48px;border-top:1px solid #eeeeea;font-size:9px}.request-table time,.request-table>div>span{color:#777970}.request-table code{font:9px var(--font-mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-method{width:max-content;border-radius:3px;padding:3px 5px;font:8px var(--font-mono);background:#edf1e2;color:#55700d}.request-method.method-post{background:#eef0fa;color:#475a91}.request-method.method-delete{background:#fae9e7;color:#a03e36}.request-status{font:8px var(--font-mono);width:max-content;padding:3px 5px;border-radius:9px;background:#ebf4e9;color:#397149}.request-status.status-4xx,.request-status.status-5xx{background:#fae9e7;color:#a03e36}.request-status.status-3xx{background:#f7efd9;color:#8c681c}.request-empty{padding:35px;text-align:center;color:#999;font-size:9px}.request-section+.log-shell{margin-top:34px}@media(max-width:900px){.metric-grid,.telemetry-summary{grid-template-columns:1fr 1fr}.telemetry-summary>div:nth-child(2){border-right:0}.telemetry-summary>div:nth-child(-n+2){border-bottom:1px solid #353630}.request-table{overflow:auto}.request-table>div:not(.request-empty),.request-table>header{min-width:720px}}@media(max-width:560px){.metric-grid,.telemetry-summary{grid-template-columns:1fr}.telemetry-summary>div{border-right:0;border-bottom:1px solid #353630!important}.observability-heading{align-items:flex-start;flex-direction:column;gap:10px}.metric-card{min-height:170px}}.configure-card label>select{margin-top:8px;width:100%;height:38px;border:1px solid var(--line);border-radius:5px;background:#fafaf7;padding:0 10px;font:11px var(--font-sans)}.configure-card .field-help{display:block;margin-top:6px;color:#999;font-size:8px;text-transform:none;letter-spacing:0;line-height:1.5}.github-picker{border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden}.github-picker>header{min-height:64px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#20211d;color:#fff}.github-picker>header>div{display:flex;align-items:center;gap:10px}.github-picker>header>div>span{width:32px;height:32px;border-radius:7px;background:var(--acid);color:var(--ink);display:grid;place-items:center}.github-picker>header>div>div{display:flex;flex-direction:column;gap:4px}.github-picker>header b{font-size:10px}.github-picker>header small{font-size:8px;color:#a9aca2}.github-picker>header>button{border:1px solid #4b4e45;background:transparent;color:#ddd;height:30px;border-radius:5px;padding:0 10px;display:flex;align-items:center;gap:5px;font-size:8px;cursor:pointer}.github-empty{min-height:175px;padding:27px;display:flex;align-items:center;justify-content:center;gap:15px;background:#f8f8f4}.github-empty>div{max-width:340px}.github-empty b{font-size:11px}.github-empty p{font-size:9px;line-height:1.6;color:#7d7f76;margin:6px 0 0}.github-empty>.button{height:34px;font-size:9px;margin-left:12px}.github-toolbar{height:67px;padding:0 14px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:220px 1fr;grid-gap:12px;gap:12px;align-items:center}.github-toolbar label{font:7px var(--font-mono);text-transform:uppercase;color:#888}.github-toolbar select{display:block;width:100%;border:0;background:transparent;font:10px var(--font-sans);margin-top:4px;outline:0}.github-toolbar>div{height:36px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;padding:0 10px;color:#8b8d83}.github-toolbar input{border:0;outline:0;flex:1 1;padding:0 8px;font-size:10px}.github-toolbar>div span{font:8px var(--font-mono);background:#eeeee8;padding:3px 5px}.github-repositories{max-height:310px;overflow:auto}.github-repositories>button{width:100%;min-height:65px;padding:10px 14px;border:0;border-bottom:1px solid #ecece7;background:#fff;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer}.github-repositories>button:hover{background:#f8f9f2}.github-repositories>button.selected{background:#f1f7dc;box-shadow:inset 3px 0 #95ae2c}.github-repositories>button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:5px;flex:1 1}.github-repositories b{font-size:10px}.github-repositories small{font-size:8px;color:#8c8e84;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.github-repositories em{font:7px var(--font-mono);font-style:normal;color:#898b82;background:#f0f0eb;padding:3px 5px}.github-repositories .repo-icon{flex:0 0 34px}.configure-card .input-icon select{margin-top:8px;width:100%;height:38px;border:1px solid var(--line);border-radius:5px;background:#fafaf7;padding:0 10px 0 31px;font:11px var(--font-sans)}.github-auto-deploy{position:relative}.github-auto-deploy>span{display:block}.github-auto-deploy>button{position:absolute;right:0;top:25px;width:34px;height:19px;border:0;border-radius:20px;background:#cdcec6;padding:2px;cursor:pointer}.github-auto-deploy>button i{display:block;width:15px;height:15px;border-radius:50%;background:#fff;transition:.2s}.github-auto-deploy>button.enabled{background:#20211d}.github-auto-deploy>button.enabled i{transform:translateX(15px);background:var(--acid)}@media(max-width:800px){.github-toolbar{grid-template-columns:1fr;height:auto;padding:12px}.github-empty{align-items:flex-start;flex-direction:column}.github-empty>.button{margin-left:0}.github-picker>header{padding:12px;gap:10px}.github-picker>header small,.github-repositories em{display:none}}.github-admin-page,.github-callback-page{max-width:760px;margin:0 auto;padding:85px 28px 110px}.github-admin-page>header{text-align:center}.github-admin-page>header>span{width:54px;height:54px;border-radius:14px;background:#20211d;color:var(--acid);display:grid;place-items:center;margin:0 auto 22px}.github-admin-page>header>p:first-of-type,.github-callback-page>p:first-of-type{font:8px var(--font-mono);letter-spacing:1.2px;color:#899341}.github-admin-page h1,.github-callback-page h1{font-size:36px;letter-spacing:-1.5px;margin:10px 0}.github-admin-page>header>p:last-child,.github-callback-page>p{max-width:570px;margin:0 auto;color:#777970;font-size:11px;line-height:1.7}.github-admin-page>section{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:9px;overflow:hidden;margin:38px 0 22px}.github-admin-page>section>div{min-height:155px;padding:20px;background:#fff}.github-admin-page>section svg{color:#718616}.github-admin-page>section span{display:flex;flex-direction:column;gap:8px;margin-top:20px}.github-admin-page>section b{font-size:10px}.github-admin-page>section small{font-size:8px;color:#898b81;line-height:1.6}.github-admin-page>.button{margin:0 auto;display:flex;width:max-content}.github-callback-page{text-align:center;min-height:620px;display:flex;align-items:center;justify-content:center;flex-direction:column}.github-callback-page>span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin-bottom:18px}.github-callback-page .success{background:var(--acid);color:#344100}.github-callback-page .failure{background:#f5dcd8;color:#9b362f}.github-callback-page code{font:10px var(--font-mono)}.github-callback-page>.button{margin-top:24px}.github-callback-page>svg{color:#718616;margin-bottom:18px}@media(max-width:800px){.github-admin-page>section{grid-template-columns:1fr}.github-admin-page h1,.github-callback-page h1{font-size:29px}}.settings-form select{display:block;width:100%;height:39px;border:1px solid var(--line);border-radius:5px;background:#fafaf7;margin-top:7px;padding:0 10px;outline:0;font:11px var(--font-sans)}.settings-form .settings-github-auto{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid #dfe6c5;background:#f7faec;border-radius:7px}.settings-form .settings-github-auto>input{width:15px;height:15px;margin:1px 0 0;accent-color:#20211d}.settings-form .settings-github-auto>span{display:flex;flex-direction:column}.settings-form .settings-github-auto b{font-size:9px;color:#45483e}.settings-form .settings-github-auto small{margin-top:4px}.settings-form .settings-github-auto code{font:8px var(--font-mono)}.project-header{gap:20px}.project-actions{flex-wrap:wrap;justify-content:flex-end}.deployments-layout{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:26px;gap:26px;align-items:start}.deployments-layout .deployments-section{max-width:none}.deployments-layout .infra-note{position:static;width:auto;margin:33px 0 0}@media(max-width:1000px){.deployments-layout{grid-template-columns:1fr}.deployments-layout .infra-note{display:block;margin:0;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.deployments-layout .infra-note>div{grid-template-columns:repeat(4,auto 1fr);border-left:0;padding-left:0;gap:8px}.deployments-layout .infra-note i{display:none}.deployments-layout .infra-note small{text-align:left}}@media(max-width:800px){.project-header{flex-direction:column;gap:18px}.project-actions{width:100%;justify-content:flex-start}.project-actions .button:not(:last-child){display:inline-flex}.deployments-layout .infra-note>div{grid-template-columns:auto 1fr}.live-strip{width:100%;overflow:hidden}.live-strip .url-chip{max-width:100%;overflow-wrap:anywhere;text-align:left}}.docs-layout>aside{max-height:calc(100vh - 125px);overflow-y:auto;padding-right:8px;scrollbar-width:thin}.docs-nav-group{display:flex;flex-direction:column}.docs-layout>aside a{position:relative;transition:color .18s ease,background .18s ease,border-color .18s ease,padding-left .18s ease}.docs-layout>aside a.active{padding-left:15px;background:linear-gradient(90deg,rgba(223,255,91,.48),transparent 88%);border-color:#7c900d}.docs-layout>aside a.active:after{content:"";position:absolute;left:-2px;top:50%;width:4px;height:16px;border-radius:4px;background:var(--acid);box-shadow:0 0 0 1px #87972f;transform:translateY(-50%)}.endpoint-guide{display:grid;grid-gap:20px;gap:20px;margin-top:35px}.endpoint-card{overflow:hidden;border:1px solid #d2d3ca;border-radius:10px;background:#fff;box-shadow:0 12px 35px rgba(31,32,27,.045)}.endpoint-card>header{min-height:58px;display:flex;align-items:center;gap:13px;padding:0 18px;background:#20211d;color:#f5f6ef;border-bottom:1px solid #35372f}.endpoint-card>header .api-method{flex:0 0 auto;padding:5px 7px;border-radius:4px;background:var(--acid);color:#374000}.endpoint-card>header code{padding:0;background:transparent;color:#f5f6ef;font-size:11px;overflow-wrap:anywhere}.endpoint-body{padding:25px}.endpoint-body>h3{font-size:20px;letter-spacing:-.4px;margin:0 0 10px}.endpoint-body>p{max-width:700px;margin:0;color:var(--muted);font-size:11px;line-height:1.75}.endpoint-facts{display:grid;grid-template-columns:repeat(2,1fr);margin:24px 0 0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.endpoint-facts>div{min-height:88px;padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.endpoint-facts dt{font:8px var(--font-mono);text-transform:uppercase;letter-spacing:.7px;color:#8b8d83}.endpoint-facts dd{margin:9px 0 0;font-size:10px;line-height:1.55;color:#55574f}.code-window.compact{margin-top:18px}.code-window.compact pre{overflow-x:auto;font-size:9px;line-height:1.7}.response-reference{margin-top:22px;border:1px solid var(--line);border-radius:9px;background:#f3f3ed;padding:20px}.log-schema h3,.response-reference h3{font-size:13px;margin:0 0 12px}.log-schema>div,.response-reference>div{display:grid;grid-template-columns:72px 1fr;grid-gap:12px;gap:12px;padding:11px 0;border-top:1px solid #dfe0d7;align-items:start}.log-schema>div code,.response-reference>div code{width:max-content;background:#fff}.log-schema>div span,.response-reference>div span{font-size:10px;line-height:1.6;color:var(--muted)}.log-schema{margin-top:22px;padding:19px;border:1px solid var(--line);border-radius:8px;background:#f7f7f2}@media(max-width:800px){.endpoint-body{padding:18px}.endpoint-facts{grid-template-columns:1fr}.endpoint-card>header{align-items:flex-start;flex-direction:column;padding:14px}.log-schema>div,.response-reference>div{grid-template-columns:1fr;gap:5px}}.cli-command-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:22px}.cli-command-grid article{display:flex;flex-direction:column;gap:9px;background:#fff;border:1px solid var(--line);padding:18px}.cli-command-grid span{font:8px var(--font-mono);letter-spacing:1px;color:#7b7d74;margin-bottom:5px}.cli-command-grid code{background:#f0f1ea;padding:8px;font-size:9px}.docs-subheading{font-size:18px;margin:48px 0 0}@media(max-width:620px){.cli-command-grid{grid-template-columns:1fr}}.workspace-switcher{background:transparent}.avatar-button,.workspace-switcher{border:0;cursor:pointer}.shell-scrim{position:fixed;inset:0;z-index:39;border:0;background:rgba(20,21,17,.18);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.command-palette{position:fixed;z-index:40;top:84px;left:50%;width:min(520px,calc(100vw - 28px));transform:translateX(-50%);overflow:hidden;border:1px solid #30312b;border-radius:11px;background:#1d1e1a;color:#f8f9f2;box-shadow:0 28px 90px rgba(23,24,19,.3);animation:panel-in .18s ease both}.command-palette>header{height:52px;display:flex;align-items:center;gap:10px;padding:0 15px;border-bottom:1px solid #35362f;color:#b9bbb1}.command-palette>header span{flex:1 1;font-size:11px}.command-palette kbd{font:7px var(--font-mono);padding:3px 5px;border:1px solid #44463e;border-radius:3px;color:#83867b}.command-palette button{border:0;background:transparent;color:#92958a;display:grid;place-items:center}.command-palette>div{padding:8px}.command-palette>div a{min-height:53px;display:flex;align-items:center;gap:12px;padding:0 11px;border-radius:7px}.command-palette>div a:hover{background:#2b2d26}.command-palette>div a>svg{color:var(--acid)}.command-palette>div a>span{display:flex;flex:1 1;flex-direction:column;gap:4px}.command-palette>div a b{font-size:10px}.command-palette>div a small{font-size:8px;color:#7f8278}.command-palette>footer{height:37px;padding:0 14px;border-top:1px solid #35362f;display:flex;align-items:center;justify-content:space-between;font:7px var(--font-mono);color:#686b62}.notifications-panel{position:fixed;z-index:40;top:64px;right:18px;width:min(390px,calc(100vw - 24px));max-height:calc(100vh - 80px);overflow:hidden;border:1px solid #d9dad1;border-radius:0 0 11px 11px;background:#fff;box-shadow:0 24px 70px rgba(28,29,24,.2);animation:panel-right .18s ease both}.notifications-panel>header{height:68px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.notifications-panel>header>div{display:flex;align-items:center;gap:10px}.notifications-panel>header>div>span:last-child{display:flex;flex-direction:column;gap:3px}.notifications-panel>header b{font-size:11px}.notifications-panel>header small{font-size:8px;color:#8c8e85}.panel-signal{width:29px;height:29px;display:grid;place-items:center;border-radius:6px;background:var(--acid);color:#3b4400}.notifications-panel>header>button{border:0;background:transparent;color:#777970;display:flex;align-items:center;gap:5px;font-size:8px;cursor:pointer}.notifications-panel>header>button:disabled{opacity:.35}.notice-list{max-height:calc(100vh - 148px);overflow:auto}.notice-row{position:relative;width:100%;min-height:100px;padding:15px 16px;border:0;border-bottom:1px solid #ecece6;background:#fff;text-align:left;display:flex;gap:10px;cursor:pointer}.notice-row:hover{background:#f8f8f3}.notice-row>i{width:6px;height:6px;margin-top:6px;border-radius:50%;background:#d2d3cb}.notice-row.unread>i{background:#7d9d11;box-shadow:0 0 0 3px #eaf4c4}.notice-row>span{min-width:0;display:flex;flex-direction:column}.notice-row em{font:7px var(--font-mono);text-transform:uppercase;letter-spacing:.8px;color:#8a8c83}.notice-row b{margin-top:6px;font-size:10px}.notice-row small{margin-top:5px;font-size:8px;line-height:1.55;color:#777970}.notice-row time{margin-top:8px;font:7px var(--font-mono);color:#aaaca4}.notice-empty{min-height:260px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px;color:#8d8f86}.notice-empty svg{color:#94ae31}.notice-empty b{margin-top:13px;color:#55574f}.notice-empty p{max-width:240px;font-size:9px;line-height:1.6}.account-menu{position:fixed;z-index:40;right:22px;top:57px;width:285px;overflow:hidden;border:1px solid #d7d8cf;border-radius:9px;background:#fff;box-shadow:0 20px 60px rgba(25,26,21,.2);animation:panel-right .16s ease both}.account-menu>header{display:flex;align-items:center;gap:10px;padding:16px;border-bottom:1px solid var(--line)}.account-menu>header>span:last-child{display:flex;min-width:0;flex-direction:column;gap:4px}.account-menu>header b{font-size:9px;overflow:hidden;text-overflow:ellipsis}.account-menu>header small{font-size:8px;color:#999}.account-menu>a,.account-menu>button{width:100%;height:43px;padding:0 16px;border:0;border-bottom:1px solid #eeeeea;background:#fff;display:flex;align-items:center;gap:9px;text-align:left;font-size:9px;cursor:pointer}.account-menu>a:hover,.account-menu>button:hover{background:#f5f6ef}.account-menu>button{color:#a43f37;border:0}.key-kind{display:inline-block;margin-left:7px;padding:2px 4px;border-radius:3px;background:#e8efd0;color:#5d7413;font:7px var(--font-mono)}@keyframes panel-in{0%{opacity:0;transform:translate(-50%,-7px)}to{opacity:1;transform:translate(-50%)}}@keyframes panel-right{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.notice-error{margin:12px;padding:12px;border-left:2px solid var(--red);background:#fff0ee;display:flex;align-items:center;justify-content:space-between;gap:10px}.notice-error b,.notice-error button{font-size:8px;color:#8c3f39}.notice-error button{border:0;background:transparent;text-decoration:underline;cursor:pointer}.notice-loader{width:23px;height:23px;border:2px solid #dfe4ce;border-top-color:#819b1b;border-radius:50%;animation:spin .8s linear infinite}.created-key{grid-template-columns:auto minmax(0,1fr) auto auto}.created-key-dismiss{width:30px;height:30px;border:1px solid #3c3e36;border-radius:5px;background:transparent;color:#9a9d92;display:grid;place-items:center;cursor:pointer}.created-key-dismiss:hover{color:#fff;border-color:#6b6e62}@media(max-width:800px){.created-key{position:relative;padding-right:48px;grid-template-columns:1fr}.created-key-dismiss{position:absolute;right:10px;top:10px}}.catalog-page{max-width:1180px;margin:auto;padding:64px 28px 100px}.catalog-hero{min-height:300px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9dad0}.catalog-hero>div:first-child{max-width:700px}.catalog-hero h1{margin:0 0 22px;font-size:clamp(44px,6vw,72px);line-height:.98;letter-spacing:-3.7px}.catalog-hero h1 em{font-family:Georgia,serif;font-weight:400}.catalog-hero>div>p:last-child{max-width:600px;color:var(--muted);font-size:14px;line-height:1.7}.catalog-orbit{position:relative;width:220px;height:220px;flex:none}.catalog-orbit>i{position:absolute;inset:0;border:1px solid #d8dacd;border-radius:50%;animation:catalog-spin 16s linear infinite}.catalog-orbit>i:nth-child(2){inset:24px;border-style:dashed;animation-direction:reverse}.catalog-orbit>i:nth-child(3){inset:59px;background:radial-gradient(circle,#faffdc,#dfff5b);border:0;box-shadow:0 0 60px rgba(180,210,55,.3)}.catalog-orbit>span{position:absolute;inset:86px;display:grid;place-items:center}.catalog-toolbar{height:84px;display:flex;align-items:center;justify-content:space-between}.catalog-toolbar label{width:410px;height:39px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:0 12px;display:flex;align-items:center;gap:9px;color:#999}.catalog-toolbar input{width:100%;border:0;outline:0;background:transparent;font-size:10px}.catalog-toolbar>span{display:flex;align-items:center;gap:7px;font:8px var(--font-mono);text-transform:uppercase;color:#777970}.catalog-toolbar>span svg{color:#829d16}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:13px;gap:13px}.catalog-card{min-height:395px;padding:20px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;flex-direction:column;opacity:0;animation:catalog-rise .4s calc(var(--catalog-index)*.05s) ease forwards}.catalog-card.featured{border-color:#b9c977;box-shadow:inset 0 3px var(--acid)}.catalog-card>header{display:flex;justify-content:space-between;align-items:center;font:8px var(--font-mono);color:#999}.catalog-card>header b{display:flex;gap:5px;align-items:center;padding:4px 6px;border-radius:3px;background:var(--acid);color:#445000}.catalog-symbol{width:45px;height:45px;margin:30px 0 19px;border-radius:9px;background:#20211d;color:var(--acid);display:grid;place-items:center}.catalog-card h2{font-size:18px;margin:0 0 9px;letter-spacing:-.4px}.catalog-card>p{min-height:53px;margin:0;color:#777970;font-size:10px;line-height:1.65}.catalog-tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:16px}.catalog-tags>*{padding:4px 6px;border-radius:3px;background:#f0f0eb;font:7px var(--font-mono);text-transform:uppercase}.catalog-tags b{background:#e5edc9}.catalog-facts{display:flex;flex-direction:column;gap:7px;margin-top:17px;padding-top:14px;border-top:1px solid #eeeeea}.catalog-facts span{display:flex;align-items:center;gap:7px;font-size:8px;color:#6e7067}.catalog-facts svg{color:#799415}.catalog-card>footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px}.catalog-card>footer>a:first-child{display:flex;align-items:center;gap:5px;font-size:9px}.catalog-card>footer .button{font-size:8px}.catalog-empty{grid-column:1/-1;min-height:250px;border:1px dashed #cacbc1;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#92948b}.catalog-empty b{margin-top:12px;color:#5d5f57}.catalog-empty p{font-size:9px}.template-detail-page{max-width:1160px;margin:auto;padding:42px 28px 100px}.detail-back{display:inline-flex;align-items:center;gap:6px;color:#777970;font-size:9px}.template-detail-hero{min-height:390px;margin-top:24px;padding:55px;display:flex;align-items:center;justify-content:space-between;border-radius:12px;background:radial-gradient(circle at 75% 30%,#3d4225 0,#20211d 35%,#171814 80%);color:#fff;overflow:hidden}.template-detail-hero>div{max-width:670px}.detail-label{display:flex;align-items:center;gap:7px;font:8px var(--font-mono);text-transform:uppercase;color:#a9aca1}.detail-label span{margin-left:5px;padding:3px 6px;background:var(--acid);color:#435000}.template-detail-hero h1{font-size:clamp(43px,6vw,70px);line-height:1;letter-spacing:-3px;margin:30px 0 18px}.template-detail-hero>div>p{max-width:570px;color:#afb1a7;line-height:1.7}.template-detail-hero .catalog-tags>*{background:#31332c;color:#b9bbb1}.template-detail-hero .catalog-tags b{background:#4a512e;color:#e9ff8b}.template-detail-hero>aside{width:270px;flex:none;padding:22px;border:1px solid #474a3f;border-radius:9px;background:rgba(31,32,27,.78);display:flex;flex-direction:column}.detail-pulse{width:48px;height:48px;border-radius:50%;background:var(--acid);color:#3c4700;display:grid;place-items:center;box-shadow:0 0 0 9px rgba(223,255,91,.08)}.template-detail-hero>aside small{margin-top:25px;font:8px var(--font-mono);text-transform:uppercase;color:#81847a}.template-detail-hero>aside b{margin:7px 0 22px;font-size:11px}.template-detail-hero>aside .button{background:var(--acid);color:#2d3400;box-shadow:none}.template-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:45px;gap:45px;margin-top:60px}.template-detail-grid main section{margin-bottom:75px}.template-detail-grid h2{font-size:29px;letter-spacing:-1px;margin:0 0 24px}.included-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.included-grid>div{min-height:64px;padding:15px;display:flex;align-items:center;gap:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;font-size:9px}.included-grid svg{color:#718c0d;flex:none}.template-flow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:9px;gap:9px}.template-flow article{min-height:235px;padding:17px;border:1px solid var(--line);background:#fff}.template-flow article>span{display:block;font:8px var(--font-mono);color:#999}.template-flow article>svg{margin:35px 0 17px;color:#718c0d}.template-flow h3{font-size:12px;margin:0 0 8px}.template-flow p{font-size:9px;line-height:1.65;color:#777970}.template-spec{height:max-content;position:-webkit-sticky;position:sticky;top:90px;padding:20px;border:1px solid var(--line);border-radius:9px;background:#fff}.template-spec>header{display:flex;justify-content:space-between;align-items:center}.template-spec h2{font-size:13px;margin:0}.template-spec dl{margin:18px 0 25px;border-top:1px solid var(--line)}.template-spec dl>div{min-height:40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.template-spec dt{font:8px var(--font-mono);text-transform:uppercase;color:#999}.template-spec dd{font-size:9px}.template-spec h3{font-size:10px;margin:0 0 10px}.template-secret{display:flex;align-items:flex-start;gap:8px;padding:11px 0;border-top:1px solid #eeeeea}.template-secret>svg{color:#789210;flex:none}.template-secret>span{display:flex;min-width:0;flex-direction:column;gap:5px}.template-secret code{font:8px var(--font-mono);overflow-wrap:anywhere}.template-secret small{font-size:7px;line-height:1.4;color:#92948b}.template-secret>b{margin-left:auto;padding:3px 5px;background:#eef2dd;font:6px var(--font-mono);text-transform:uppercase;color:#607518}.template-no-secret{padding:12px;background:#f3f7e4;display:flex;align-items:center;gap:7px;font-size:8px;color:#586c14}.template-spec>.button{width:100%;margin-top:20px;font-size:9px}@keyframes catalog-spin{to{transform:rotate(1turn)}}@keyframes catalog-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.legal-page{min-height:100vh;background:#f5f5ef}.legal-nav{height:72px;max-width:1240px;margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dedfd6}.legal-nav>a:last-child{display:flex;align-items:center;gap:6px;font-size:9px;color:#777970}.legal-page main{max-width:1240px;margin:auto}.legal-hero{min-height:500px;padding:80px 45px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;border-bottom:1px solid #d9dad1}.legal-hero:after{content:"";position:absolute;width:430px;height:430px;right:-130px;top:-80px;border:1px solid #ced0c4;border-radius:50%;box-shadow:0 0 0 55px transparent,0 0 0 56px #ddded4,0 0 0 110px transparent,0 0 0 111px #e5e6dd}.privacy-page .legal-hero:after{background:radial-gradient(circle,#efffc1 0,#dfff5b 20%,transparent 60%)}.legal-hero>div{position:relative;z-index:1}.legal-hero>div>span{display:flex;align-items:center;gap:7px;font:9px var(--font-mono);text-transform:uppercase;letter-spacing:.7px}.legal-hero h1{font-size:clamp(54px,7vw,88px);line-height:.94;letter-spacing:-5px;margin:35px 0}.legal-hero h1 em{font-family:Georgia,serif;font-weight:400}.legal-hero>div>p{font:9px var(--font-mono);color:#85877e}.legal-hero>aside{position:relative;z-index:2;width:280px;margin-top:220px;padding:18px;border-left:2px solid #90a929;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.legal-hero>aside b{font-size:10px}.legal-hero>aside p{font-size:9px;line-height:1.65;color:#73756c;margin:7px 0 0}.legal-layout{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:70px;gap:70px;padding:65px 45px 120px}.legal-layout>aside{position:-webkit-sticky;position:sticky;top:30px;height:max-content;display:flex;flex-direction:column}.legal-layout>aside>p{font:8px var(--font-mono);text-transform:uppercase;color:#999;margin:0 0 12px}.legal-layout>aside a{min-height:37px;padding:0 8px;border-bottom:1px solid #e0e1d8;display:flex;align-items:center;gap:10px;font-size:8px;color:#74766d}.legal-layout>aside a:hover{background:#eef2df;color:#3e4b0b}.legal-layout>aside a span{width:19px;font:7px var(--font-mono);color:#a2a49b}.legal-layout>article{max-width:760px}.legal-intro{padding:0 0 40px;border-bottom:1px solid #cfd0c7}.legal-intro p{font-size:18px;line-height:1.7;letter-spacing:-.2px;color:#52544c;margin:0}.legal-layout>article>section{scroll-margin-top:30px;display:grid;grid-template-columns:55px minmax(0,1fr);grid-gap:15px;gap:15px;padding:40px 0;border-bottom:1px solid #dedfd6}.legal-layout>article>section>span{font:9px var(--font-mono);color:#8fa51e}.legal-layout>article h2{font-size:22px;margin:0 0 13px;letter-spacing:-.5px}.legal-layout>article section p{font-size:11px;line-height:1.9;color:#686a61;margin:0}.legal-layout>article>footer{margin-top:55px;padding:35px;background:#20211d;color:#fff}.legal-layout>article>footer h2{font-size:25px}.legal-layout>article>footer a{display:inline-flex;align-items:center;gap:6px;color:var(--acid);font:9px var(--font-mono)}@media(max-width:900px){.catalog-grid{grid-template-columns:1fr 1fr}.catalog-orbit{display:none}.template-detail-hero{padding:36px}.template-detail-hero>aside{display:none}.template-detail-grid{grid-template-columns:1fr}.template-spec{position:static}.legal-hero>aside{display:none}.legal-layout{grid-template-columns:1fr}.legal-layout>aside{display:none}}@media(max-width:650px){.command-palette{top:70px}.notifications-panel{right:6px}.catalog-page{padding:40px 16px 70px}.catalog-hero{min-height:280px}.catalog-hero h1{font-size:48px;letter-spacing:-2.7px}.catalog-toolbar{height:auto;padding:25px 0;align-items:flex-start;gap:12px;flex-direction:column}.catalog-toolbar label{width:100%}.catalog-grid{grid-template-columns:1fr}.template-detail-page{padding:28px 15px 70px}.template-detail-hero{min-height:380px;padding:28px}.template-detail-hero h1{font-size:43px;letter-spacing:-2px}.included-grid,.template-flow{grid-template-columns:1fr}.legal-nav{padding:0 16px}.legal-hero{min-height:430px;padding:60px 18px}.legal-hero h1{font-size:52px;letter-spacing:-3px}.legal-layout{padding:40px 18px 80px}.legal-layout>article>section{grid-template-columns:35px 1fr}.legal-intro p{font-size:15px}}@media(max-width:800px){.top-actions .avatar-button,.top-actions .notification{display:grid}.workspace-switcher{padding:0}}.project-tabs button{display:flex;align-items:center;gap:6px;cursor:pointer}.history-panel{margin-top:30px}.history-timeline{position:relative;margin-top:9px}.history-timeline:before{content:"";position:absolute;left:18px;top:25px;bottom:25px;width:1px;background:#d9dad1}.history-event{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);grid-gap:14px;gap:14px;min-height:104px;padding:15px 17px;border:1px solid var(--line);border-bottom:0;background:#fff}.history-event:first-child{border-radius:9px 9px 0 0}.history-event:last-child{border-bottom:1px solid var(--line);border-radius:0 0 9px 9px}.history-event:only-child{border-radius:9px}.history-node{position:relative;z-index:1;width:37px;height:37px;border:1px solid #d8dad0;border-radius:50%;display:grid;place-items:center;background:#f8f8f3;color:#637810}.history-runtime .history-node{background:#eff7d5;color:#61780b}.history-deployment .history-node{background:#e9eff3;color:#365e78}.history-webhook .history-node{background:#20211d;color:var(--acid)}.history-event>div{padding-top:2px}.history-event header{display:flex;align-items:center;justify-content:space-between;gap:20px}.history-event header b{font-size:11px}.history-event time{font:8px var(--font-mono);color:#999}.history-event p{margin:8px 0 10px;color:#73756c;font-size:9px;line-height:1.6}.history-event code{font:7px var(--font-mono);padding:3px 5px;border-radius:3px;background:#f0f1eb;color:#777a70}.history-empty{min-height:230px;border:1px dashed #cfd0c6;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#96988e}.history-empty b{margin-top:12px;color:#55574f}.history-empty p{font-size:9px}.webhook-settings{margin-top:25px;padding-top:27px;border-top:1px solid var(--line)}.webhook-heading{display:flex;align-items:center;gap:11px}.webhook-heading>div{flex:1 1}.webhook-heading h3{font-size:13px;margin:0 0 5px}.webhook-heading p{font-size:9px;color:#85877e;margin:0}.webhook-disabled,.webhook-enabled{display:flex;align-items:center;gap:5px;padding:5px 7px;border-radius:4px;font:7px var(--font-mono);text-transform:uppercase}.webhook-enabled{background:#eaf2d2;color:#5d7314}.webhook-disabled{background:#eee;color:#777}.webhook-form{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin-top:20px;padding:20px;border:1px solid var(--line);border-radius:8px;background:#fafaf6}.webhook-form>label{font-size:9px}.webhook-form input[type=password],.webhook-form input[type=url]{width:100%;height:40px;margin-top:8px;padding:0 10px;border:1px solid var(--line);border-radius:5px;background:#fff;outline:0}.webhook-form .input-icon{margin-top:8px}.webhook-form .input-icon input{margin:0;border:0}.webhook-form small{display:block;margin-top:7px;color:#96988f;font-size:8px;line-height:1.5}.webhook-form small code{font-size:7px}.webhook-events{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin:0;padding:0;border:0}.webhook-events legend{margin-bottom:8px;font-size:9px}.webhook-events label{display:flex;align-items:flex-start;gap:9px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff}.webhook-events input{margin-top:2px;accent-color:#171713}.webhook-events label span{display:flex;flex-direction:column}.webhook-events b{font-size:9px}.webhook-events small{margin-top:4px}.webhook-switch{display:flex;align-items:center;gap:8px}.webhook-switch input{accent-color:#171713}.webhook-actions{display:flex;gap:7px}.webhook-actions .button{height:34px;font-size:9px}.delivery-ledger{margin-top:14px;border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.delivery-ledger>div{height:43px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.delivery-ledger>div b{font-size:9px}.delivery-ledger>div button{border:0;background:transparent;font-size:8px;color:#777;cursor:pointer}.delivery-ledger article{min-height:51px;padding:10px 13px;display:grid;grid-template-columns:8px minmax(130px,.8fr) 1fr auto;align-items:center;grid-gap:9px;gap:9px;border-bottom:1px solid #eeeeea}.delivery-ledger article:last-child{border:0}.delivery-ledger article code{font:8px var(--font-mono)}.delivery-ledger article small,.delivery-ledger article time{font-size:7px;color:#8d8f86}.delivery-ledger article time{font-family:var(--font-mono)}.delivery-ledger article p{grid-column:2/-1;margin:0;color:#a14840;font-size:7px}.delivery-state{width:6px;height:6px;border-radius:50%;background:#aaa}.delivery-succeeded{background:#3ba66e}.delivery-delivering,.delivery-pending{background:#d5962d}.delivery-failed{background:#cc5149}@media(max-width:700px){.webhook-events,.webhook-form{grid-template-columns:1fr}.history-event header{align-items:flex-start;flex-direction:column;gap:5px}.delivery-ledger article{grid-template-columns:8px 1fr}.delivery-ledger article p,.delivery-ledger article time{grid-column:2}.webhook-actions{flex-wrap:wrap}}.docs-nav nav{align-items:center;gap:18px}.docs-markdown-copy,.docs-markdown-download{height:32px;border:1px solid #dcded3;border-radius:6px;background:#f7f8f0;color:#56594e;padding:0 10px;display:flex;align-items:center;gap:6px;font:8px var(--font-mono);cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.docs-markdown-copy:hover,.docs-markdown-download:hover{border-color:#9ead60;background:#f1f7d8;color:#3f4d0e;transform:translateY(-1px)}.docs-markdown-copy.state-copied{background:var(--acid);border-color:#a5b947;color:#344000}.docs-markdown-copy.state-error{background:#fff0ee;border-color:#e3aaa5;color:#9b4039}.docs-markdown-copy:disabled{cursor:wait;opacity:.72;transform:none}.docs-markdown-download{text-decoration:none}@media(max-width:700px){.docs-nav nav{gap:7px}.docs-markdown-copy{padding:0 8px}.docs-markdown-download{width:32px;padding:0;justify-content:center}.docs-markdown-download span,.docs-nav nav>a[href="/dashboard"]{display:none}}.agent-panel{max-width:920px}.agent-protocol-card{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}.agent-state{min-height:74px;padding:0 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);background:#f7f7f2}.agent-state>span{display:flex;flex:1 1;flex-direction:column;gap:4px}.agent-state small{font:7px var(--font-mono);letter-spacing:.7px;color:#92948b}.agent-state b{font-size:11px}.agent-state>code{font:8px var(--font-mono);color:#8d8f86}.agent-detected{background:linear-gradient(90deg,#f0f7d8,#fafaf6)}.agent-detected>svg{color:#66800b}.agent-error>svg{color:#b64840}.agent-manifest{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:35px;gap:35px;padding:28px}.agent-manifest small{font:7px var(--font-mono);color:#999}.agent-manifest h3{margin:10px 0 8px;font-size:23px;letter-spacing:-.7px}.agent-manifest p{max-width:460px;margin:0;color:#76786f;font-size:10px;line-height:1.7}.agent-manifest dl{margin:0;border-top:1px solid var(--line)}.agent-manifest dl>div{min-height:43px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:12px}.agent-manifest dt{font:7px var(--font-mono);text-transform:uppercase;color:#999}.agent-manifest dd{margin:0;font-size:9px}.agent-manifest code{font:8px var(--font-mono)}.agent-contract-hint{padding:30px;display:grid;grid-template-columns:max-content 42px max-content;align-items:center}.agent-contract-hint code{padding:10px;background:#20211d;border-radius:5px;color:#dfff5b;font:9px var(--font-mono)}.agent-contract-hint>span{border-top:1px dashed #a7a99f}.agent-contract-hint p{grid-column:1/-1;margin:17px 0 0;color:#85877e;font-size:9px}.agent-protocol-error{margin:0 28px 20px;padding:10px;border-left:2px solid #c75148;background:#fff1ef;color:#8f423c;font:8px/1.6 var(--font-mono)}.agent-protocol-card>footer{min-height:82px;padding:15px 20px;border-top:1px solid var(--line);display:flex;align-items:center;gap:15px;background:#fafaf6}.agent-protocol-card>footer>div{display:flex;align-items:center;gap:10px;flex:1 1}.agent-protocol-card>footer>div>span{display:flex;flex-direction:column;gap:4px}.agent-protocol-card>footer b{font-size:9px}.agent-protocol-card>footer small{font-size:8px;color:#92948b}.agent-switch{position:relative;width:41px;height:23px}.agent-switch input{position:absolute;opacity:0}.agent-switch span{position:absolute;inset:0;border-radius:20px;background:#d9dad2;cursor:pointer;transition:.2s}.agent-switch span:after{content:"";position:absolute;width:17px;height:17px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:.2s}.agent-switch input:checked+span{background:#20211d}.agent-switch input:checked+span:after{left:21px;background:var(--acid)}.agent-switch input:disabled+span{opacity:.45;cursor:not-allowed}.source-workspace{margin-top:30px}.workspace-empty{min-height:320px;border:1px dashed #c8cac0;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.workspace-empty>svg{color:#71880f}.workspace-empty h3{margin:17px 0 7px;font-size:18px}.workspace-empty p{margin:0 0 20px;color:#85877e;font-size:9px}.workspace-meta{height:54px;border:1px solid var(--line);border-radius:9px 9px 0 0;background:#f6f6f1;display:flex;align-items:center;padding:0 13px;gap:20px}.workspace-meta>span{display:flex;flex-direction:column;gap:4px;padding-right:20px;border-right:1px solid #dedfd6}.workspace-meta small{font:6px var(--font-mono);color:#999}.workspace-meta b,.workspace-meta code{font:8px var(--font-mono)}.workspace-meta>button{height:30px;border:0;border-radius:5px;background:transparent;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:8px;cursor:pointer}.workspace-meta>button:first-of-type{margin-left:auto}.workspace-meta>button.active{background:#20211d;color:#fff}.workspace-shell{height:590px;border:1px solid var(--line);border-top:0;display:grid;grid-template-columns:260px minmax(0,1fr);background:#fff}.workspace-shell>aside{overflow:auto;border-right:1px solid var(--line);background:#f7f7f2}.workspace-shell>aside>header{height:39px;padding:0 13px;display:flex;align-items:center;border-bottom:1px solid var(--line);font:7px var(--font-mono);color:#999}.workspace-shell>aside>button{width:100%;min-height:43px;padding:7px 11px;border:0;border-bottom:1px solid #ecece6;background:transparent;display:flex;align-items:center;gap:8px;text-align:left;color:#5f6159;cursor:pointer}.workspace-shell>aside>button.active,.workspace-shell>aside>button:hover{background:#fff}.workspace-shell>aside>button.active{box-shadow:inset 2px 0 #738b10}.workspace-shell>aside>button:disabled{opacity:.42;cursor:not-allowed}.workspace-shell>aside>button>span{min-width:0;display:flex;flex:1 1;justify-content:space-between;gap:8px}.workspace-shell>aside b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:8px var(--font-mono)}.workspace-shell>aside small{font:6px var(--font-mono);color:#aaa}.workspace-shell>main{min-width:0;display:flex;flex-direction:column;background:#1d1e1a;color:#e6e8df}.workspace-shell>main>header{height:43px;padding:0 13px;border-bottom:1px solid #34362f;display:flex;align-items:center;gap:10px}.workspace-shell>main>header code{flex:1 1;color:#b9c778;font:8px var(--font-mono)}.workspace-shell>main>header span{font:7px var(--font-mono);color:#777a70}.workspace-shell>main>header button{height:29px;border:1px solid #44463e;border-radius:4px;background:#292a25;color:#e7e9df;display:flex;align-items:center;gap:5px;padding:0 9px;font-size:8px}.workspace-shell>main>textarea{flex:1 1;resize:none;border:0;outline:0;padding:20px;background:#1d1e1a;color:#e6e8df;-moz-tab-size:2;tab-size:2;font:12px/1.7 var(--font-mono)}.workspace-placeholder{margin:auto;text-align:center;color:#70736a}.workspace-placeholder p{font-size:9px}.workspace-diff{flex:1 1;overflow:auto;margin:0;padding:20px;white-space:pre;font:10px/1.65 var(--font-mono);color:#d8dacd}.workspace-build{min-height:78px;padding:13px 15px;border:1px solid var(--line);border-top:0;border-radius:0 0 9px 9px;background:#fafaf6;display:flex;align-items:center;gap:11px}.workspace-build>svg{color:#71880f}.workspace-build>span{display:flex;flex:1 1;flex-direction:column;gap:4px}.workspace-build b{font-size:9px}.workspace-build small{font-size:7px;color:#92948b}.workspace-build input{width:260px;height:36px;border:1px solid var(--line);border-radius:5px;padding:0 9px;font-size:9px}.workspace-build .button{font-size:8px}.deployment-detail-actions{display:flex;gap:7px}.marketplace-page{min-height:100vh;background:#f5f5ef}.marketplace-nav{height:72px;padding:0 max(5vw,25px);display:flex;align-items:center;border-bottom:1px solid #ddded5}.marketplace-nav nav{margin-left:auto;display:flex;align-items:center;gap:22px;font-size:9px}.marketplace-page main{max-width:1240px;margin:auto;padding:0 30px 100px}.marketplace-hero{min-height:500px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d8d9d0}.marketplace-hero>div{max-width:760px}.marketplace-hero>div>p{display:flex;align-items:center;gap:7px;font:8px var(--font-mono);color:#75890f}.marketplace-hero h1{margin:28px 0 22px;font-size:clamp(55px,7vw,90px);line-height:.94;letter-spacing:-5px}.marketplace-hero h1 em{font:400 italic 1em Georgia,serif}.marketplace-hero>div>span{display:block;max-width:610px;color:#72746b;font-size:13px;line-height:1.75}.marketplace-hero>aside{position:relative;width:260px;height:260px;display:grid;place-items:center}.marketplace-hero>aside>svg{position:absolute;color:#8fa321;animation:catalog-spin 18s linear infinite}.marketplace-hero>aside>i{position:absolute;border:1px solid #d1d3c7;border-radius:50%;inset:0}.marketplace-hero>aside>i:nth-of-type(2){inset:35px;border-style:dashed}.marketplace-hero>aside>i:nth-of-type(3){inset:75px;background:var(--acid);border:0;box-shadow:0 0 60px rgba(190,220,56,.22)}.marketplace-hero>aside>span{z-index:1;font-size:37px;font-weight:800;text-align:center}.marketplace-hero>aside small{display:block;font:6px var(--font-mono);letter-spacing:.7px}.marketplace-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding-top:55px}.marketplace-grid>article{min-height:310px;padding:20px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;flex-direction:column;opacity:0;animation:catalog-rise .4s calc(var(--agent-index)*.06s) ease forwards}.marketplace-grid>article>header{display:flex;align-items:center;justify-content:space-between}.marketplace-grid>article>header>span{width:35px;height:35px;border-radius:7px;background:#20211d;color:var(--acid);display:grid;place-items:center}.marketplace-grid>article>header code{font:7px var(--font-mono);color:#999}.marketplace-grid h2{margin:35px 0 10px;font-size:20px}.marketplace-grid article>p{min-height:47px;margin:0;color:#76786f;font-size:9px;line-height:1.7}.marketplace-grid article>div{display:flex;flex-wrap:wrap;gap:5px;margin-top:20px}.marketplace-grid article>div small{padding:5px 6px;background:#f0f2e6;border-radius:4px;font-size:7px}.marketplace-grid article>footer{margin-top:auto;padding-top:20px;border-top:1px solid #ecece7;display:flex;justify-content:space-between}.marketplace-grid article>footer>span{display:flex;align-items:center;gap:5px;font:7px var(--font-mono);color:#657a13}.marketplace-grid article>footer i{width:6px;height:6px;border-radius:50%;background:#78a51d}.marketplace-grid article>footer>a{display:flex;align-items:center;gap:5px;font-size:8px;font-weight:800}.marketplace-empty{grid-column:1/-1;min-height:280px;border:1px dashed #c9cbc0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column}.marketplace-empty h2{margin:15px 0 6px}.marketplace-empty p{margin:0 0 18px;color:#898b82;font-size:9px}.public-chat{min-height:100vh;background:#ecece5}.public-chat>header{height:68px;padding:0 25px;display:flex;align-items:center;border-bottom:1px solid #d6d7cd;background:rgba(248,248,243,.86);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-chat>header>div{margin-left:auto;display:flex;align-items:center;gap:22px}.public-chat>header a,.public-chat>header span{display:flex;align-items:center;gap:6px;font:8px var(--font-mono)}.public-chat>header span i{width:6px;height:6px;border-radius:50%;background:#6fa31b}.public-chat>main{height:calc(100vh - 68px);display:grid;grid-template-columns:340px minmax(0,1fr)}.public-chat>main>aside{padding:55px 38px;background:#20211d;color:#fff;position:relative;overflow:hidden}.public-chat>main>aside:after{content:"";position:absolute;width:300px;height:300px;border:1px solid #3a3c34;border-radius:50%;left:-150px;bottom:-130px;box-shadow:0 0 0 45px #24251f,0 0 0 46px #35372f}.chat-agent-mark{width:52px;height:52px;border-radius:11px;background:var(--acid);color:#374100;display:grid!important;place-items:center}.public-chat aside>p{margin:45px 0 12px;font:7px var(--font-mono);color:#8f9287}.public-chat aside h1{font-size:34px;line-height:1.05;letter-spacing:-1.4px;margin:0 0 15px}.public-chat aside>span:not(.chat-agent-mark){display:block;color:#a5a89d;font-size:10px;line-height:1.7}.public-chat aside dl{margin:45px 0 0;border-top:1px solid #3a3c34}.public-chat aside dl>div{height:48px;border-bottom:1px solid #3a3c34;display:flex;align-items:center;justify-content:space-between}.public-chat aside dt{font:7px var(--font-mono);color:#74776d}.public-chat aside dd{font:8px var(--font-mono);margin:0;color:#c6c9be}.chat-stage{min-width:0;display:flex;flex-direction:column;background:#f7f7f2}.chat-transcript{flex:1 1;overflow:auto;padding:55px max(6vw,35px) 30px}.chat-welcome{max-width:640px;margin:7vh auto 0}.chat-welcome>svg{color:#70880d}.chat-welcome h2{font-size:35px;letter-spacing:-1.4px;margin:18px 0 12px}.chat-welcome>p{max-width:570px;color:#777970;font-size:11px;line-height:1.8}.chat-welcome>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:25px}.chat-welcome button{padding:9px 12px;border:1px solid #d4d6ca;border-radius:6px;background:#fff;font-size:8px;cursor:pointer}.chat-welcome button:hover{border-color:#8e9d51;background:#f1f7db}.chat-message{max-width:760px;margin:0 auto 27px;display:grid;grid-template-columns:38px 1fr;grid-gap:13px;gap:13px}.chat-message>span{width:32px;height:32px;border-radius:7px;background:#20211d;color:var(--acid);display:grid;place-items:center;font:6px var(--font-mono)}.chat-message.user>span{background:#dfff5b;color:#313900}.chat-message p{margin:4px 0 0;padding:0 0 27px;border-bottom:1px solid #dedfd6;white-space:pre-wrap;font-size:12px;line-height:1.8}.chat-message.pending p{display:flex;gap:4px}.chat-message.pending p i{width:5px;height:5px;border-radius:50%;background:#80837a;animation:typing 1s infinite}.chat-message.pending p i:nth-child(2){animation-delay:.15s}.chat-message.pending p i:nth-child(3){animation-delay:.3s}.chat-error{max-width:760px;margin:0 auto 20px;padding:11px;background:#fff0ee;color:#98443e;display:flex;align-items:center;gap:7px;font-size:9px}.chat-stage>form{width:min(820px,calc(100% - 60px));margin:0 auto 28px;padding:11px 12px 8px;border:1px solid #cfd1c6;border-radius:10px;background:#fff;display:grid;grid-template-columns:1fr 38px;box-shadow:0 16px 45px rgba(30,31,26,.1)}.chat-stage textarea{resize:none;border:0;outline:0;padding:5px;font:11px/1.5 var(--font-sans)}.chat-stage form>button{width:36px;height:36px;border:0;border-radius:7px;background:#20211d;color:var(--acid);display:grid;place-items:center}.chat-stage form>button:disabled{opacity:.35}.chat-stage form>small{grid-column:1/-1;padding:5px;color:#aaa;font:6px var(--font-mono)}@keyframes typing{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}@media(max-width:900px){.agent-manifest{grid-template-columns:1fr}.workspace-shell{grid-template-columns:210px 1fr}.workspace-build{align-items:flex-start;flex-wrap:wrap}.workspace-build input{width:100%;order:5}.marketplace-grid{grid-template-columns:1fr 1fr}.marketplace-hero>aside{display:none}.public-chat>main{grid-template-columns:250px 1fr}.public-chat>main>aside{padding:40px 25px}}@media(max-width:700px){.project-tabs{overflow:auto}.agent-protocol-card>footer{align-items:flex-start;flex-wrap:wrap}.agent-contract-hint{grid-template-columns:1fr;gap:8px}.agent-contract-hint>span{width:1px;height:15px;border-left:1px dashed #aaa;border-top:0}.workspace-meta{height:auto;padding:10px;overflow:auto}.workspace-meta>span{min-width:max-content}.workspace-shell{height:620px;grid-template-columns:1fr;grid-template-rows:180px 1fr}.workspace-shell>aside{border-right:0;border-bottom:1px solid var(--line)}.deployment-detail-actions{width:100%}.marketplace-page main{padding:0 16px 70px}.marketplace-hero{min-height:430px}.marketplace-hero h1{font-size:55px;letter-spacing:-3px}.marketplace-grid,.public-chat>main{grid-template-columns:1fr}.public-chat>main{height:calc(100vh - 68px)}.public-chat>main>aside{display:none}.chat-transcript{padding:35px 18px 20px}.chat-stage>form{width:calc(100% - 24px);margin-bottom:12px}}