:root{--background:#0f1115;--panel:#171a21;--panel-strong:#1f2430;--text:#f4f7fb;--muted:#9aa4b2;--line:#2d3442;--accent:#4fb3a3;--accent-strong:#7bd6c7;--warning:#e6b450;--danger:#e07171;--ok:#77c985}*{box-sizing:border-box}body{background:var(--background);min-height:100vh;color:var(--text);margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}.public-shell{color:#161616;background:#f7f7f4;min-height:100vh}.public-nav{z-index:30;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f7f4f0;border-bottom:1px solid #e5e5df;align-items:center;gap:18px;min-height:64px;padding:0 28px;display:flex;position:sticky;top:0}.public-brand{color:#161616;align-items:center;gap:10px;text-decoration:none;display:flex}.public-brand span{color:#fff;background:#111827;border-radius:999px;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.public-nav nav{flex-wrap:wrap;gap:6px;margin-left:auto;display:flex}.public-nav nav a,.public-enter,.public-actions a{color:#343434;background:#fff;border:1px solid #e5e5df;border-radius:999px;align-items:center;min-height:36px;padding:0 12px;font-size:14px;text-decoration:none;display:inline-flex}.public-enter,.public-actions a:first-child{color:#fff;background:#111827;border-color:#111827}.public-hero{text-align:center;place-content:center;justify-items:center;gap:20px;min-height:calc(100vh - 64px);padding:72px 28px 96px;display:grid}.public-hero-compact{min-height:auto;padding-bottom:54px}.public-hero>p,.public-section>div:first-child p,.public-card span{color:#5f6460;background:#e8e8e4;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:32px;padding:0 12px;font-size:13px;display:inline-flex}.public-hero h1{letter-spacing:0;max-width:980px;font-size:clamp(48px,8vw,92px);line-height:.95}.public-hero>span{color:#5f6460;max-width:760px;font-size:19px;line-height:1.7}.public-actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.public-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:28px;display:grid}.public-card{color:#191919;background:#fff;border:1px solid #e4e4de;border-radius:22px;align-content:end;gap:14px;min-height:260px;padding:22px;text-decoration:none;display:grid;box-shadow:0 16px 48px #0f172a0f}.public-card:nth-child(3n+2){background:#f3f8f6}.public-card:nth-child(3n){background:#f5f7ff}.public-card strong{font-size:26px;line-height:1.15}.public-card p{color:#5f6460;line-height:1.65}.public-section{border-top:1px solid #e5e5df;grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);gap:24px;padding:54px 28px;display:grid}.public-section h2{max-width:620px;margin-top:14px;font-size:42px;line-height:1.08}.public-list,.public-faq{gap:12px;display:grid}.public-list span,.public-faq article{background:#fff;border:1px solid #e4e4de;border-radius:16px;align-items:center;min-height:54px;padding:14px 16px;display:flex}.public-faq article{gap:8px;display:grid}.public-faq p{color:#5f6460;line-height:1.6}.public-footer{color:#fff;background:#111827;border-top:1px solid #e5e5df;grid-template-columns:1.4fr repeat(3,minmax(140px,1fr));gap:24px;padding:42px 28px;display:grid}.public-footer div{align-content:start;gap:10px;display:grid}.public-footer p,.public-footer a{color:#cbd5e1;line-height:1.6;text-decoration:none}.public-form-section{align-items:start}.public-form{background:#fff;border:1px solid #e4e4de;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.public-form label{color:#5f6460}.public-form input,.public-form textarea{color:#161616;background:#f8f8f5;border:1px solid #deded8}.public-form-wide,.public-form button{grid-column:1/-1}.public-form button{color:#fff;cursor:pointer;background:#111827;border:1px solid #111827;border-radius:999px;min-height:42px}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--text);background:#101319;border-radius:8px;outline:none;padding:9px 10px}textarea{resize:vertical}label{color:var(--muted);gap:6px;font-size:13px;display:grid}.shell{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);background:#12151b;padding:24px 18px}.brand{gap:4px;margin-bottom:28px;display:grid}.brand strong{letter-spacing:0;font-size:18px}.brand span,.nav-label,.muted{color:var(--muted)}.nav{gap:8px;display:grid}.nav-item{min-height:40px;color:var(--text);border-radius:8px;align-items:center;gap:10px;padding:9px 10px;text-decoration:none;display:flex}.nav-item.active{background:var(--panel-strong);color:var(--accent-strong)}.nav-mark{border:1px solid var(--line);width:22px;height:22px;color:var(--accent-strong);border-radius:6px;place-items:center;font-family:Geist Mono,Geist Mono Fallback,ui-monospace,monospace;font-size:12px;display:inline-grid}.main{padding:28px 32px 40px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:28px;display:flex}h1,h2,h3,p{margin:0}h1{letter-spacing:0;font-size:28px;line-height:1.2}h2{font-size:18px;line-height:1.3}.status-pill{border:1px solid var(--line);min-height:32px;color:var(--accent-strong);white-space:nowrap;background:#4fb3a314;border-radius:999px;align-items:center;padding:0 12px;display:inline-flex}.metrics{grid-template-columns:repeat(4,minmax(140px,1fr));gap:12px;margin-bottom:24px;display:grid}.metric,.panel,.table-wrap{border:1px solid var(--line);background:var(--panel);border-radius:8px;min-width:0}.metric{padding:16px}.metric span{color:var(--muted);margin-bottom:10px;font-size:13px;display:block}.metric strong{letter-spacing:0;font-family:Geist Mono,Geist Mono Fallback,ui-monospace,monospace;font-size:24px}.grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:16px;display:grid}.action-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.action-tile,.catalog-card,.source-item{min-width:0;color:var(--text);text-decoration:none}.action-tile,.catalog-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;gap:10px;min-height:160px;padding:16px;display:grid}.action-tile:hover,.catalog-card:hover{border-color:#4fb3a38c}.tag-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag{border:1px solid var(--line);min-height:26px;color:var(--muted);background:#101319;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;display:inline-flex}.stack{gap:10px;display:grid}.source-item{border:1px solid var(--line);background:#101319;border-radius:8px;gap:5px;padding:12px;display:grid}.search-form{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.market-hero{background-color:#0000;background-image:linear-gradient(#0f11151a,#0f1115f0),url(https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:end;min-height:360px;margin:-28px -32px 28px;padding:48px 32px;display:grid}.market-hero>div{max-width:760px}.market-hero h1{max-width:720px;font-size:42px;line-height:1.08}.market-hero p{color:var(--text);max-width:680px;margin-top:14px}.panel{padding:18px}.table-wrap{overflow-x:auto}.panel-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.plane-list{gap:10px;display:grid}.plane{border-top:1px solid var(--line);grid-template-columns:1fr auto;align-items:center;gap:10px;padding:12px 0;display:grid}.plane:first-child{border-top:0}.plane strong{margin-bottom:4px;display:block}.code{color:var(--accent-strong);font-family:Geist Mono,Geist Mono Fallback,ui-monospace,monospace}.table{border-collapse:collapse;width:100%;font-size:14px}.table th,.table td{border-top:1px solid var(--line);text-align:left;vertical-align:top;padding:11px 12px}.table th{color:var(--muted);font-weight:500}.table tr:first-child th{border-top:0}.badge{background:var(--panel-strong);min-height:24px;color:var(--muted);border-radius:999px;align-items:center;padding:0 8px;font-size:12px;display:inline-flex}.badge.active,.badge.completed,.badge.true,.badge.allow,.badge.approved{color:var(--ok)}.badge.waiting_approval,.badge.medium,.badge.approval_required,.badge.pending,.badge.source,.badge.seeded{color:var(--warning)}.badge.false,.badge.rejected,.badge.danger{color:var(--danger)}.section-gap{margin-top:16px}.table-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.button{min-height:36px;color:var(--accent-strong);cursor:pointer;background:#4fb3a324;border:1px solid #4fb3a373;border-radius:8px;justify-content:center;align-items:center;padding:0 14px;display:inline-flex}.button.compact{min-height:30px;padding:0 10px;font-size:13px}.button.subtle{border-color:var(--line);background:var(--panel-strong);color:var(--muted)}.button.danger{color:var(--danger);background:#e071711f;border-color:#e071718c}.button-row{flex-wrap:wrap;gap:8px;display:flex}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-grid>*{min-width:0}.span-2{grid-column:1/-1}.inline-input{width:180px;min-height:30px;padding:0 8px;font-size:13px}.inline-input.small{width:86px}.inline-form,.check-row,.check-inline{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.inline-form select{width:116px;min-height:30px;padding:0 8px;font-size:13px}.check-row input,.check-inline input{width:auto}.truncate{text-overflow:ellipsis;white-space:nowrap;max-width:440px;color:var(--muted);font-family:Geist Mono,Geist Mono Fallback,ui-monospace,monospace;font-size:12px;overflow:hidden}.json-block{border:1px solid var(--line);max-height:460px;color:var(--muted);white-space:pre-wrap;background:#101319;border-radius:8px;margin:0;padding:12px;font-family:Geist Mono,Geist Mono Fallback,ui-monospace,monospace;font-size:12px;line-height:1.5;overflow:auto}.chat-shell{gap:18px;max-width:860px;min-height:calc(100vh - 210px);margin:0 auto;display:grid}.chat-empty-state{text-align:center;align-content:center;gap:18px;min-height:38vh;display:grid}.chat-empty-state h2{margin:0;font-size:clamp(28px,4vw,40px);line-height:1.15}.chat-empty-state p{color:var(--muted);margin:0}.intent-card ul,.chat-result-section ul,.wechat-card-detail ol,.wechat-card-detail ul{margin:8px 0 0;padding-left:20px}.quick-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.chat-thread{gap:22px;display:grid}.chat-message{grid-template-columns:minmax(0,1fr);align-items:start;gap:8px;display:grid}.chat-message.user{justify-items:end}.chat-message.assistant{justify-items:stretch}.chat-message.user .chat-bubble{max-width:min(720px,88%);color:var(--text);background:#4fb3a324;border-color:#4fb3a352}.chat-message.assistant .chat-bubble{background:0 0;border-color:#0000;width:100%;padding:0}.chat-bubble{border:1px solid var(--line);background:#101319;border-radius:16px;min-width:0;padding:12px 14px}.chat-avatar{display:none}.chat-composer{border:1px solid var(--line);background:#0f1115f7;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:10px;display:grid;position:sticky;bottom:16px;box-shadow:0 16px 50px #00000047}.chat-composer textarea{resize:none;background:0 0;border-color:#0000;min-height:54px;max-height:180px}.chat-composer textarea:focus{border-color:#0000}.chat-result-card{gap:16px;line-height:1.7;display:grid}.chat-result-header{color:var(--muted);font-size:13px}.chat-answer-main{color:var(--text);white-space:pre-wrap;margin:0;font-size:16px}.chat-result-primary{gap:12px;display:grid}.chat-result-section,.chat-result-details{min-width:0}.chat-result-section h3{margin:0 0 6px;font-size:14px}.chat-result-section li{color:var(--muted);margin-bottom:4px}.chat-result-details{border:1px solid var(--line);background:#ffffff05;border-radius:12px;padding:10px 12px}.chat-result-details summary{cursor:pointer;color:var(--muted);font-size:13px}.wechat-card-detail{gap:10px;display:grid}.chat-result-primary .source-item{background:0 0;border:0;padding:0}.result-actions{flex-wrap:wrap;gap:8px;display:flex}.draft-text{white-space:pre-wrap}@media (max-width:920px){.shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line)}.metrics,.grid,.form-grid,.action-grid,.catalog-grid,.search-form,.chat-composer,.chat-result-grid,.wechat-card-detail{grid-template-columns:1fr}.topbar{flex-direction:column}}.builder-page{color:#12151b;background:#f5f7fb;grid-template-columns:88px minmax(0,1fr);min-height:100vh;display:grid}.builder-rail{background:#fff;border-right:1px solid #e4e8f0;flex-direction:column;align-items:center;gap:28px;padding:18px 10px;display:flex}.builder-logo{color:#12151b;justify-items:center;gap:8px;text-decoration:none;display:grid}.builder-logo span{color:#fff;background:#111827;border-radius:12px;place-items:center;width:42px;height:42px;font-weight:700;display:grid}.builder-logo strong{font-size:11px}.builder-rail-nav{gap:10px;width:100%;display:grid}.builder-rail-nav a{color:#4b5563;border-radius:10px;place-items:center;min-height:38px;font-size:12px;text-decoration:none;display:grid}.builder-rail-nav a:hover{color:#111827;background:#eef2ff}.builder-main{gap:22px;padding:24px;display:grid}.builder-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.builder-header h1{color:#111827;max-width:760px;font-size:40px;line-height:1.05}.builder-kicker{color:#52637a;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:700}.builder-header-actions,.builder-module-list,.builder-team-row,.builder-theme-row{flex-wrap:wrap;gap:8px;display:flex}.builder-header-actions span,.builder-header-actions a,.builder-module-list span,.builder-team-row span{color:#4b5563;background:#fff;border:1px solid #d9dfeb;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;text-decoration:none;display:inline-flex}.atoms-workspace{color:#191919;background:#f5f5f3;grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.atoms-sidebar{background:#ececea;border-right:1px solid #dfdfdc;flex-direction:column;gap:18px;padding:18px 10px;display:flex}.atoms-logo{color:#191919;align-items:center;gap:10px;padding:8px;text-decoration:none;display:flex}.atoms-logo span,.atoms-avatar-row span{color:#fff;background:#111827;border-radius:999px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}.atoms-sidebar nav{gap:8px;display:grid}.atoms-workspace-button,.atoms-credit-button{color:#343434;background:#fff;border:1px solid #dfdfdc;border-radius:999px;min-height:34px}.atoms-workspace-button{text-align:left;width:100%;padding:0 12px}.atoms-credit-button{justify-content:center;align-items:center;min-width:38px;text-decoration:none;display:inline-flex}.atoms-popover{background:#fff;border:1px solid #dfdfdc;border-radius:14px;gap:6px;padding:12px;display:grid;box-shadow:0 16px 40px #0f172a14}.atoms-popover span,.atoms-popover a{color:#6b7280;font-size:13px;text-decoration:none}.atoms-user-block{position:relative}.atoms-avatar-button{color:#343434;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-height:42px;display:flex}.atoms-avatar-button span,.atoms-account-avatar{color:#fff;background:#111827;border-radius:999px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.atoms-user-menu{z-index:20;background:#fff;border:1px solid #dfdfdc;border-radius:16px;gap:4px;width:240px;padding:12px;display:grid;position:absolute;bottom:48px;left:0;box-shadow:0 20px 60px #0f172a24}.atoms-user-menu div{border-bottom:1px solid #eeeeea;gap:3px;padding:4px 8px 10px;display:grid}.atoms-user-menu span{color:#6b7280;font-size:12px}.atoms-user-menu a,.atoms-user-menu button{color:#343434;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;min-height:34px;padding:0 8px;text-decoration:none;display:flex}.atoms-user-menu a:hover,.atoms-user-menu button:hover{background:#f4f4f1}.atoms-sidebar nav a{color:#343434;border-radius:10px;align-items:center;min-height:38px;padding:0 12px;text-decoration:none;display:flex}.atoms-sidebar nav a:hover{background:#fff}.atoms-side-card{background:#fff;border:1px solid #dfdfdc;border-radius:14px;gap:5px;margin-top:auto;padding:14px;display:grid}.atoms-side-card span{color:#737373;font-size:12px}.atoms-main{align-content:space-between;gap:36px;min-height:100vh;padding:28px 32px;display:grid}.atoms-mobile-nav{display:none}.atoms-page-main{align-content:start}.atoms-page-head{gap:14px;max-width:980px;display:grid}.atoms-page-head .atoms-stage-pill{width:fit-content}.atoms-page-head h1{letter-spacing:0;font-size:46px;line-height:1.05}.atoms-page-head p{color:#6b7280;max-width:720px;line-height:1.7}.atoms-account-hero{background:#fff;border:1px solid #e5e5e0;border-radius:24px;align-items:center;gap:18px;padding:24px;display:flex}.atoms-account-avatar{width:64px;height:64px;font-size:22px}.atoms-account-hero h1{font-size:40px;line-height:1}.atoms-account-hero p{color:#6b7280}.atoms-account-hero .button{margin-left:auto}.atoms-account-tabs{flex-wrap:wrap;gap:8px;display:flex}.atoms-account-tabs a{color:#343434;background:#fff;border:1px solid #e5e5e0;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;text-decoration:none;display:inline-flex}.atoms-account-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.atoms-account-grid.wide{grid-template-columns:repeat(2,minmax(0,1fr))}.atoms-account-panel{background:#fff;border:1px solid #e5e5e0;border-radius:18px;gap:10px;padding:18px;display:grid}.atoms-account-panel.billing-wide{grid-column:1/-1}.atoms-account-panel span{color:#6b7280;font-size:12px}.atoms-account-panel strong{font-size:24px}.atoms-account-panel p{color:#6b7280;line-height:1.6}.atoms-account-status{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;width:fit-content;padding:10px 14px;font-size:13px}.atoms-account-panel label{color:#343434;gap:6px;font-size:13px;display:grid}.atoms-account-panel input,.atoms-account-panel select{color:#191919;background:#fff;border:1px solid #e5e5e0;border-radius:10px;width:100%;min-height:38px;padding:0 12px}.atoms-account-actions,.atoms-account-list{flex-wrap:wrap;gap:8px;display:flex}.atoms-account-list span{background:#f4f4f1;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;display:inline-flex}.atoms-account-panel a,.atoms-account-panel button{color:#343434;background:#fff;border:1px solid #e5e5e0;border-radius:999px;align-items:center;width:fit-content;min-height:34px;padding:0 12px;text-decoration:none;display:inline-flex}.atoms-account-panel button.active{color:#fff;background:#111827;border-color:#111827}.atoms-resource-hero{justify-content:space-between;align-items:flex-end;gap:24px;padding:32px 0 8px;display:flex}.atoms-resource-hero>div:first-child{gap:14px;max-width:820px;display:grid}.atoms-resource-hero h1{letter-spacing:0;font-size:46px;line-height:1.05}.atoms-resource-hero p{color:#6b7280;max-width:720px;line-height:1.7}.atoms-resource-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.atoms-resource-actions .button{color:#fff;background:#111827;border-color:#111827;border-radius:999px;min-height:38px;text-decoration:none}.atoms-resource-actions .button.subtle{color:#343434;background:#fff;border-color:#e5e5e0}.atoms-resource-section{border-radius:26px}.atoms-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.atoms-resource-card{color:#191919;background:#fff;border:1px solid #e5e5e0;border-radius:18px;min-height:360px;text-decoration:none;display:grid;overflow:hidden}.atoms-resource-preview{background:linear-gradient(135deg,#eef2ff,#e0f2fe 48%,#f8fafc);align-content:end;gap:10px;min-height:190px;padding:18px;display:grid}.atoms-resource-preview span{color:#334155;background:#ffffffd1;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.atoms-resource-preview strong{font-size:24px;line-height:1.15}.atoms-resource-body{gap:12px;padding:16px;display:grid}.atoms-resource-body p{color:#4b5563;line-height:1.6}.atoms-resource-tags{gap:8px;display:grid}.atoms-resource-tags span{color:#6b7280;background:#f4f4f1;border-radius:999px;align-items:center;width:fit-content;min-height:30px;padding:0 10px;font-size:12px;display:inline-flex}.atoms-detail-hero{align-items:center;padding-bottom:22px}.atoms-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.atoms-detail-panel{background:#fff;border:1px solid #e5e5e0;border-radius:18px;align-content:start;gap:14px;min-height:190px;padding:18px;display:grid}.atoms-detail-panel.wide{grid-column:1/-1;min-height:120px}.atoms-detail-panel>span{color:#6b7280;background:#f4f4f1;border-radius:999px;align-items:center;width:fit-content;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.atoms-detail-panel p{color:#4b5563;line-height:1.7}.atoms-hero{justify-items:center;gap:18px;padding-top:90px;display:grid}.atoms-stage-pill{color:#6b6b67;background:#e8e8e4;border-radius:999px;flex-wrap:wrap;align-items:center;gap:8px;min-height:34px;padding:0 14px;font-size:13px;display:flex}.atoms-avatar-row{justify-content:center;display:flex}.atoms-avatar-row span{color:#1e3a8a;background:#dbeafe;border:2px solid #f5f5f3;margin-left:-5px}.atoms-hero h1{letter-spacing:0;font-size:44px;line-height:1.05}.atoms-runtime-strip{color:#525252;flex-wrap:wrap;justify-content:center;gap:8px;width:min(760px,100%);font-size:13px;display:flex}.atoms-runtime-strip span,.atoms-runtime-strip strong{background:#fff;border:1px solid #e5e5e0;border-radius:999px;align-items:center;min-height:32px;padding:0 12px;display:inline-flex}.atoms-runtime-strip strong{color:#fff;background:#111827;border-color:#111827}.atoms-command-box{background:#fff;border:1px solid #d9d9d4;border-radius:22px;width:min(760px,100%);overflow:hidden;box-shadow:0 22px 70px #0f172a14}.atoms-command-box textarea{color:#191919;resize:vertical;background:0 0;border:0;width:100%;min-height:116px;padding:18px;font-size:16px}.atoms-command-actions{align-items:center;gap:8px;padding:10px 12px;display:flex}.atoms-command-actions button,.atoms-command-actions select,.atoms-connectors button{color:#343434;background:#fff;border:1px solid #e0e0dc;border-radius:999px;min-height:34px}.atoms-command-actions button{white-space:nowrap;padding:0 12px}.atoms-command-actions select{min-width:118px;margin-left:auto;padding:0 12px}.atoms-command-actions .atoms-submit{color:#fff;background:#111827;border-color:#111827;min-width:68px}.atoms-connectors{color:#6b6b67;flex-wrap:wrap;justify-content:center;gap:8px;font-size:13px;display:flex}.atoms-inline-panel{background:#fff;border:1px solid #e5e5e0;border-radius:18px;flex-wrap:wrap;justify-content:center;gap:8px;width:min(760px,100%);padding:10px;display:flex;box-shadow:0 12px 32px #0f172a0f}.atoms-inline-panel button,.atoms-inline-panel span{border-radius:999px;align-items:center;min-height:32px;padding:0 12px;font-size:13px;display:inline-flex}.atoms-inline-panel button{color:#343434;background:#fff;border:1px solid #e0e0dc}.atoms-inline-panel button.active,.atoms-connectors button.active,.atoms-tabs button.active{color:#fff;background:#111827;border-color:#111827}.atoms-inline-panel span{color:#6b7280}.atoms-status{color:#6b6b67;min-height:20px;font-size:13px}.atoms-discovery{background:#fff;border-radius:26px 26px 0 0;gap:16px;padding:24px;display:grid}.atoms-tabs{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.atoms-tabs button{color:#555;background:0 0;border:1px solid #0000;border-radius:999px;min-height:34px;padding:0 12px}.atoms-tabs a,.atoms-pack-strip a{color:#555;text-decoration:none}.atoms-tabs a:last-child{margin-left:auto}.atoms-card-grid,.atoms-project-library{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.atoms-project-card,.atoms-library-card{color:#191919;background:#f8fafc;border:1px solid #e5e5e0;border-radius:16px;min-height:170px;text-decoration:none;display:grid;overflow:hidden}.atoms-project-card{background:linear-gradient(135deg,#f8fafc,#e0f2fe);align-content:end;padding:16px}.atoms-project-card span,.atoms-library-preview p,.atoms-library-meta .muted,.atoms-pack-strip span{color:#6b7280;font-size:13px;line-height:1.5}.atoms-pack-strip{flex-wrap:wrap;gap:10px;display:flex}.atoms-pack-strip a{border:1px solid #e5e5e0;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 12px;display:inline-flex}.atoms-kernel-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.atoms-kernel-grid div{background:#f8fafc;border:1px solid #e5e5e0;border-radius:14px;gap:8px;min-height:124px;padding:14px;display:grid}.atoms-kernel-grid span,.atoms-kernel-grid p{color:#6b7280;margin:0;font-size:13px;line-height:1.45}.atoms-project-library{grid-template-columns:repeat(3,minmax(0,1fr))}.atoms-library-card{background:#fff;min-height:360px}.atoms-library-preview{color:#fff;background:#111827;align-content:center;gap:12px;min-height:220px;padding:24px;display:grid}.atoms-library-preview p{color:#d1d5db}.atoms-preview-cta{color:#111827;background:#fff;border-radius:10px;align-items:center;width:fit-content;min-height:34px;padding:0 12px;font-size:13px;display:inline-flex}.atoms-library-meta{gap:10px;padding:16px;display:grid}.builder-workbench{gap:18px;display:grid}.builder-command{background:#fff;border:1px solid #dfe5ef;border-radius:18px;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr) auto;align-items:end;gap:12px;padding:14px;display:grid;box-shadow:0 20px 50px #0f172a14}.builder-command label{color:#52637a}.builder-command textarea,.builder-command input{color:#111827;background:#f8fafc;border-color:#d9dfeb}.builder-fields{gap:8px;display:grid}.builder-run-button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:16px;min-height:74px;padding:0 22px}.builder-stage{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:16px;display:grid}.builder-preview,.builder-inspector,.builder-route,.builder-module{background:#fff;border:1px solid #dfe5ef;border-radius:18px;box-shadow:0 14px 36px #0f172a12}.builder-preview{overflow:hidden}.builder-browser-bar{background:#f8fafc;border-bottom:1px solid #e8edf5;align-items:center;gap:7px;min-height:44px;padding:0 16px;display:flex}.builder-browser-bar span{background:#cbd5e1;border-radius:999px;width:10px;height:10px}.builder-browser-bar strong{color:#64748b;margin-left:8px;font-size:12px}.builder-preview-hero{color:#fff;background:#111827;align-content:center;gap:14px;min-height:280px;padding:34px;display:grid}.builder-preview-hero p{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.builder-preview-hero h2{max-width:720px;font-size:34px;line-height:1.1}.builder-preview-hero>span{color:#d1d5db;max-width:680px;line-height:1.7}.builder-preview-hero button{color:#111827;background:#fff;border:0;border-radius:10px;width:fit-content;min-height:38px;padding:0 16px}.builder-preview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:14px;display:grid}.builder-preview-grid div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;gap:5px;min-height:86px;padding:12px;display:grid}.builder-preview-grid span{color:#64748b;font-size:12px}.builder-inspector,.builder-route,.builder-module{gap:14px;padding:18px;display:grid}.builder-inspector h2{color:#111827;text-transform:capitalize}.builder-race-grid,.builder-bottom-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.builder-route-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.ops-console,.ops-hero,.ops-actions,.ops-metrics{gap:16px;display:grid}.ops-hero{background:#fff;border:1px solid #e5e5e0;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:end;padding:24px}.ops-hero h1{max-width:760px;font-size:42px;line-height:1.08}.ops-hero p{color:#6b7280;max-width:760px;line-height:1.7}.ops-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-actions button{color:#fff;background:#111827;border:1px solid #111827;border-radius:12px;min-height:42px}.ops-actions button:disabled{color:#6b7280;background:#e5e7eb;border-color:#d1d5db}.ops-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.ops-metrics div{background:#fff;border:1px solid #e5e5e0;border-radius:16px;gap:8px;min-height:94px;padding:16px;display:grid}.ops-metrics span{color:#6b7280;font-size:12px}.ops-metrics strong{font-size:28px}.wide-module{grid-column:span 2}.builder-diff{color:#d1fae5;white-space:pre-wrap;background:#0f172a;border:1px solid #e5e7eb;border-radius:12px;min-height:160px;margin:0;padding:14px;font-size:12px;line-height:1.7;overflow:auto}.builder-route-head h2{color:#111827}.builder-route-head span{color:#3730a3;white-space:nowrap;background:#eef2ff;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;display:inline-flex}.builder-step-list{gap:8px;display:grid}.builder-step-list div{color:#1f2937;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:10px;font-size:13px}.builder-check-item{color:#1f2937;text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;gap:4px;width:100%;padding:10px;display:grid}.builder-check-item:hover{border-color:#111827}.builder-check-item span{color:#64748b;font-size:12px;line-height:1.5}.builder-theme-row button{color:#111827;background:#fff;border:1px solid #d9dfeb;border-radius:10px;min-height:32px;padding:0 10px}@media (max-width:1100px){.public-nav{flex-direction:column;align-items:flex-start;padding:14px}.public-nav nav{margin-left:0}.public-hero{min-height:auto;padding:56px 16px}.public-hero h1{font-size:46px}.public-grid,.public-section,.public-footer,.public-form,.atoms-detail-grid{grid-template-columns:1fr;padding-left:16px;padding-right:16px}.public-section h2{font-size:32px}.builder-page,.atoms-workspace,.builder-command,.builder-stage,.builder-race-grid,.builder-bottom-grid,.atoms-card-grid,.atoms-project-library,.atoms-account-grid,.atoms-account-grid.wide{grid-template-columns:1fr}.builder-rail,.atoms-sidebar{display:none}.atoms-main{gap:24px;padding:14px}.atoms-mobile-nav{justify-content:space-between;align-items:center;gap:12px;display:flex}.atoms-mobile-nav .atoms-logo{padding:0}.atoms-mobile-nav nav{gap:6px;display:flex}.atoms-mobile-nav nav a{color:#343434;background:#fff;border:1px solid #e5e5e0;border-radius:999px;align-items:center;min-height:32px;padding:0 10px;font-size:13px;text-decoration:none;display:inline-flex}.atoms-hero{gap:14px;padding-top:18px}.atoms-hero h1{font-size:32px}.atoms-stage-pill{text-align:center;justify-content:center}.atoms-account-hero{border-radius:20px;flex-direction:column;align-items:flex-start}.atoms-account-hero .button{margin-left:0}.atoms-account-tabs{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.atoms-account-tabs a{white-space:nowrap}.atoms-resource-hero{flex-direction:column;align-items:flex-start;padding-top:18px}.atoms-resource-hero h1{font-size:34px}.atoms-resource-actions{justify-content:flex-start}.atoms-resource-grid{grid-template-columns:1fr}.atoms-detail-panel.wide{grid-column:auto}.atoms-command-box textarea{min-height:96px;font-size:15px}.atoms-command-actions{gap:6px;padding:8px}.atoms-command-actions button,.atoms-command-actions select{min-height:36px;font-size:13px}.atoms-command-actions select{width:100%;min-width:0}.atoms-command-actions .atoms-submit{min-width:72px}.atoms-connectors,.atoms-runtime-strip,.atoms-inline-panel{justify-content:flex-start}.atoms-discovery{border-radius:22px 22px 0 0;padding:18px}.atoms-project-card{min-height:112px}.atoms-kernel-grid{grid-template-columns:1fr}.atoms-tabs a:last-child{margin-left:0}.builder-header{flex-direction:column}.builder-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
