:root{--bg:#f7f7f9;--surface:#fff;--surface-2:#f2f1f5;--border:#e6e4ec;--text:#17131f;--text-muted:#6b6878;--primary:#409;--primary-strong:#330073;--accent:#c724b1;--brand-grad:linear-gradient(135deg,#409,#7b1fd0 55%,#c724b1);--brand-soft:rgba(68,0,153,.08);--danger:#e11d48;--success:#15a36a;--ring:rgba(68,0,153,.25);--shadow:0 1px 2px rgba(23,19,31,.05),0 4px 12px -4px rgba(23,19,31,.08);--shadow-lg:0 4px 8px rgba(23,19,31,.06),0 16px 40px -12px rgba(23,19,31,.18);--radius:12px;--radius-sm:8px;--radius-lg:16px}:root.dark{--bg:#121016;--surface:#1a1721;--surface-2:#221e2b;--border:#2c2836;--text:#efeef4;--text-muted:#a09aae;--primary:#a37ee8;--primary-strong:#b895f0;--accent:#e055c9;--brand-grad:linear-gradient(135deg,#6a1cc4,#a13fe6 55%,#e055c9);--brand-soft:rgba(163,126,232,.13);--danger:#fb6a87;--success:#34d399;--ring:rgba(163,126,232,.35);--shadow:0 1px 2px rgba(0,0,0,.35),0 4px 12px -4px rgba(0,0,0,.45);--shadow-lg:0 4px 8px rgba(0,0,0,.4),0 20px 48px -12px rgba(0,0,0,.6);--radius:12px;--radius-sm:8px;--radius-lg:16px}:root{--btn-primary-bg:#409;--btn-primary-hover:#330073}:root.dark{--btn-primary-bg:#6d28d9;--btn-primary-hover:#7c3aed}*{box-sizing:border-box}body,html{margin:0;padding:0}body{min-height:100vh;color:var(--text);background:var(--bg);font-family:var(--font-inter,"Inter"),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;-webkit-font-smoothing:antialiased;letter-spacing:-.01em;font-feature-settings:"cv11","ss01"}a{color:var(--primary);text-decoration:none}.container{width:100%;padding:2rem 1.5rem}:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring)}*{scrollbar-width:thin;scrollbar-color:var(--border) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-track{background:transparent}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.center-screen{min-height:100vh;display:grid;place-items:center;padding:1.25rem}.auth-card{width:100%;max-width:410px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2rem}h1{font-size:1.5rem;font-weight:700;margin:0 0 .35rem;letter-spacing:-.02em}h2{font-size:1.1rem;font-weight:600;margin:0 0 1rem;letter-spacing:-.015em}.muted{color:var(--text-muted);font-size:.92rem}.grad-text{background:var(--brand-grad);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}label{display:block;font-size:.8rem;font-weight:500;margin:1rem 0 .4rem;color:var(--text)}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{width:100%;padding:.65rem .8rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .15s,box-shadow .15s}textarea{resize:vertical;line-height:1.5}input::placeholder,textarea::placeholder{color:var(--text-muted)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.btn{display:inline-flex;align-items:center;gap:.45rem;padding:.6rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s,color .15s}.btn:hover{border-color:var(--primary)}.btn-primary{background:var(--btn-primary-bg);color:#fff;border:1px solid transparent;font-weight:600;box-shadow:0 1px 2px rgba(23,19,31,.15)}.btn-primary:hover{background:var(--btn-primary-hover);border-color:transparent}.btn-danger{color:var(--danger)}.btn-danger:hover{border-color:var(--danger);background:rgba(225,29,72,.08)}.btn-ghost{background:transparent;border-color:transparent}.btn-ghost:hover{background:var(--surface-2);border-color:transparent}.btn-block{width:100%;justify-content:center;padding:.75rem}.btn:disabled{opacity:.55;cursor:not-allowed}.error{color:var(--danger)}.error,.success{font-size:.85rem;margin-top:.7rem;font-weight:500}.success{color:var(--success)}.logo{display:inline-flex;align-items:center;gap:.6rem}.logo .mark{width:30px;height:30px;flex:none}.logo .word{font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.logo .word-x{color:var(--primary)}.app{display:grid;grid-template-columns:250px 1fr;min-height:100vh;transition:grid-template-columns .2s ease}.app.collapsed{grid-template-columns:76px 1fr}.sidebar{position:-webkit-sticky;position:sticky;top:0;align-self:start;height:100vh;display:flex;flex-direction:column;padding:1.1rem .85rem;background:var(--surface);border-right:1px solid var(--border)}.sidebar .brand{padding:.4rem .6rem 1.3rem}.side-nav{display:flex;flex-direction:column;gap:2px;flex:1 1}.side-link{display:flex;align-items:center;gap:.7rem;padding:.55rem .7rem;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;font-size:.92rem;transition:background .15s,color .15s}.side-link:hover{background:var(--surface-2);color:var(--text)}.side-link.active{background:var(--brand-soft);font-weight:600}.side-link.active,.side-link.active svg{color:var(--primary)}.side-bottom{display:flex;flex-direction:column;gap:2px;border-top:1px solid var(--border);padding-top:.7rem}.side-version{padding:.45rem .7rem;font-size:.74rem;font-weight:500}.side-version,.side-version-badge{color:var(--text-muted);letter-spacing:.02em}.side-version-badge{margin-left:auto;font-size:.66rem;font-weight:600;padding:.12rem .45rem;border-radius:999px;background:var(--surface-2)}.sidebar.collapsed{padding:1rem .6rem}.sidebar.collapsed .brand{display:flex;justify-content:center;padding:.4rem 0 1.3rem}.sidebar.collapsed .side-link span,.sidebar.collapsed .side-version,.sidebar.collapsed .word{display:none}.sidebar.collapsed .side-link{justify-content:center}.main-area{display:flex;flex-direction:column;min-width:0}.app-fill{height:100vh}.app-fill .main-area,.main-fill{min-height:0}.main-fill{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex:none;border-radius:var(--radius-sm);border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer;transition:border-color .15s,background .15s}.icon-btn:hover{background:var(--surface-2)}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:.6rem;min-height:56px;padding:.5rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.topbar .page-title{font-weight:600;font-size:.95rem;letter-spacing:-.01em}.topbar .spacer{flex:1 1}@media (max-width:760px){.app{grid-template-columns:68px 1fr}.side-link span,.side-version,.sidebar .word{display:none}.sidebar{padding:1rem .6rem}.side-link{justify-content:center}.dd-trigger span:not(.fi),.topbar .uname{display:none}}.dd{position:relative}.dd-trigger{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .7rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:500;font-size:.88rem;cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s;white-space:nowrap}.dd-trigger:hover{border-color:var(--primary)}.dd-trigger .chev{opacity:.55;transition:transform .15s}.dd-trigger.open .chev{transform:rotate(180deg)}.user-trigger{display:inline-flex;align-items:center;gap:.55rem;padding:.3rem .55rem .3rem .35rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;font-family:inherit;transition:border-color .15s}.user-trigger:hover{border-color:var(--primary)}.user-trigger .uname{font-weight:500;font-size:.88rem;color:var(--text)}.user-trigger .chev{opacity:.55;transition:transform .15s}.user-trigger.open .chev{transform:rotate(180deg)}.topbar .dd-trigger,.topbar .user-trigger{border-color:transparent;background:transparent;padding:.4rem .5rem}.topbar .dd-trigger:hover,.topbar .user-trigger:hover{border-color:transparent;background:var(--surface-2)}.dd-menu{position:absolute;right:0;top:120%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.35rem;min-width:196px;z-index:60;animation:pop .14s ease-out}.dd-item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.55rem .6rem;border:none;background:none;border-radius:var(--radius-sm);color:var(--text);cursor:pointer;font-size:.9rem;font-weight:500;text-align:left;font-family:inherit;white-space:nowrap}.dd-item .badge,.dd-trigger .badge{flex:none}.dd-item:hover{background:var(--surface-2)}.dd-item.selected{background:var(--brand-soft);color:var(--primary)}.dd-header{padding:.45rem .6rem .55rem;border-bottom:1px solid var(--border);margin-bottom:.3rem}.dd-sep{height:1px;background:var(--border);margin:.3rem 0}.screen-controls{position:fixed;top:1.1rem;right:1.25rem;z-index:70;display:flex;gap:.5rem}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:1.25rem;padding:.85rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.navbar nav{display:flex;gap:.35rem}.navbar nav a{padding:.45rem .8rem;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;font-size:.9rem;transition:background .15s,color .15s}.navbar nav a:hover{background:var(--surface-2);color:var(--text)}.navbar nav a.active{background:var(--brand-soft);color:var(--primary);font-weight:600}.navbar .spacer{flex:1 1}table{width:100%;border-collapse:collapse}td,th{text-align:left;padding:.7rem .75rem;border-bottom:1px solid var(--border);font-size:.92rem}th{color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:.7rem;letter-spacing:.05em}td{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}tbody tr{transition:background .12s}tbody tr:hover{background:var(--surface-2)}.row{gap:.55rem}.row,.toolbar{display:flex;align-items:center}.toolbar{justify-content:space-between;margin-bottom:1.25rem;gap:1rem}.avatar{width:34px;height:34px;border-radius:var(--radius-sm);flex:none;display:grid;place-items:center;background:var(--brand-grad);color:#fff;font-weight:700;font-size:.9rem;text-transform:uppercase}.avatar-lg{width:56px;height:56px;border-radius:14px;font-size:1.4rem}.modal-backdrop{position:fixed;inset:0;z-index:50;background:rgba(15,12,20,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:1rem}.modal{width:100%;max-width:440px;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);animation:pop .18s ease-out}.modal-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:.9rem;margin-bottom:1rem;border-bottom:1px solid var(--border)}.modal-foot{display:flex;justify-content:flex-end;gap:.6rem;padding-top:1rem;margin-top:1.25rem;border-top:1px solid var(--border)}@keyframes pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.lang-menu{position:relative}.lang-dropdown{position:absolute;right:0;top:120%;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.35rem;min-width:172px;z-index:60;animation:pop .14s ease-out}.lang-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.5rem .6rem;background:none;border:none;border-radius:var(--radius-sm);color:var(--text);cursor:pointer;font-size:.9rem;font-weight:500;text-align:left;font-family:inherit}.lang-item:hover{background:var(--surface-2)}.lang-item.selected{background:var(--brand-soft);color:var(--primary)}.fi{border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.06)}.badge{font-size:.72rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;background:var(--brand-soft);color:var(--primary)}.badge-soft{background:var(--surface-2);color:var(--text-muted)}.chips{display:flex;flex-wrap:wrap;gap:.35rem;margin-bottom:.4rem}.chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;padding:.15rem .25rem .15rem .55rem;border-radius:999px;background:var(--surface-2);color:var(--text)}.chip button{border:none;background:transparent;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;padding:0 .2rem;border-radius:999px}.chip button:hover{color:var(--danger,#e5484d)}.chip.chip-on{background:var(--accent,#3b82f6);color:#fff}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:1rem;gap:1rem}.stat-tile{display:flex;align-items:center;gap:.9rem;padding:1rem 1.1rem}.stat-ico{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:var(--surface-2);color:var(--primary);flex-shrink:0}.stat-value{font-size:1.7rem;font-weight:800;line-height:1.1}.stat-label{font-size:.82rem;color:var(--text-muted);font-weight:600}.dash-billing{display:grid;grid-template-columns:minmax(240px,1fr) 2fr;grid-gap:1rem;gap:1rem;align-items:start}@media (max-width:820px){.dash-billing{grid-template-columns:1fr}}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:skel 1.4s ease infinite}@keyframes skel{0%{background-position:100% 50%}to{background-position:0 50%}}.md{font-size:.9rem;line-height:1.6}.md>:first-child{margin-top:0}.md h1,.md h2,.md h3,.md h4{line-height:1.25;margin:1.1em 0 .5em}.md h1{font-size:1.45rem;padding-bottom:.3rem}.md h1,.md h2{border-bottom:1px solid var(--border)}.md h2{font-size:1.22rem;padding-bottom:.25rem}.md h3{font-size:1.06rem}.md p{margin:.6em 0}.md ol,.md ul{margin:.6em 0;padding-left:1.4em}.md li{margin:.2em 0}.md a{color:var(--primary)}.md code{background:var(--surface-2);padding:.1em .35em;border-radius:4px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.86em}.md blockquote{border-left:3px solid var(--border);margin:.6em 0;padding:.2em .9em;color:var(--text-muted)}.md hr{border:none;border-top:1px solid var(--border);margin:1.2em 0}.md img{max-width:100%}.md-table-wrap{overflow-x:auto;margin:.7em 0}.md-table-wrap table{border-collapse:collapse;width:100%;font-size:.85rem}.md-table-wrap td,.md-table-wrap th{border:1px solid var(--border);padding:.35rem .6rem;text-align:left}.md-table-wrap th{background:var(--surface-2);font-weight:600}.md-code{position:relative;margin:.7em 0}.md-code pre{background:#121016;color:#e6e8ec;border-radius:8px;padding:.7rem .9rem;overflow-x:auto;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.5}.md-code pre code{background:none;padding:0;color:inherit;font-size:inherit}.md-code .md-copy{position:absolute;top:.4rem;right:.4rem;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid hsla(0,0%,100%,.15);background:hsla(0,0%,100%,.08);color:#e6e8ec;border-radius:6px;cursor:pointer}.md-code .md-copy:hover{background:hsla(0,0%,100%,.16)}.asset-box{display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px dashed var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.asset-box img{width:100%;height:100%;object-fit:contain}.asset-icon{width:80px;height:80px}.asset-banner{width:100%;height:80px}.asset-banner img{object-fit:cover}.bp-wrap{display:flex;flex-direction:column;height:100%;min-height:0}.bp-header{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--surface);border-bottom:1px solid var(--border);z-index:5}.bp-header .bp-name{width:240px;flex:0 0 auto;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text);font-weight:600;font-family:inherit;font-size:.95rem}.bp-header .bp-name:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--ring)}.bp-tabs{display:flex;gap:.35rem;padding:.35rem .75rem;background:var(--surface-2);border-bottom:1px solid var(--border);z-index:4}.bp-tab,.bp-tabs{align-items:center}.bp-tab{display:inline-flex;gap:.4rem;padding:.35rem .8rem;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-weight:600;font-size:.85rem;font-family:inherit;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.bp-tab:hover{color:var(--text);background:var(--surface)}.bp-tab.active{color:var(--primary);background:var(--surface);border-color:color-mix(in srgb,var(--primary) 40%,transparent)}.bp-tab-hint{margin-left:.5rem;color:var(--text-muted);font-size:.78rem}.bp-stage{flex:1 1;position:relative;overflow:hidden;background-color:var(--surface);background-image:radial-gradient(color-mix(in srgb,var(--border) 65%,transparent) 1px,transparent 1px);touch-action:none}.bp-stage>svg{position:absolute;inset:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.bp-hint{left:50%;bottom:1rem;transform:translateX(-50%);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:.4rem .9rem;font-size:.82rem;box-shadow:var(--shadow)}.bp-empty,.bp-hint{position:absolute;color:var(--text-muted)}.bp-empty{inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;pointer-events:none}.bp-empty .btn{pointer-events:auto}.bp-tools{left:1rem;flex-direction:column;gap:.25rem}.bp-align,.bp-tools{position:absolute;top:1rem;z-index:6;display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:.35rem}.bp-align{left:50%;transform:translateX(-50%);align-items:center;gap:.1rem}.bp-align .sep{width:1px;align-self:stretch;background:var(--border);margin:0 .25rem}.bp-align .icon-btn:hover,.bp-tools .icon-btn:hover{background:var(--surface-2)}.icon-pick{display:flex;flex-wrap:wrap;gap:.35rem}.icon-swatch{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.icon-swatch:hover{border-color:var(--primary);color:var(--text)}.icon-swatch.active{border-color:var(--primary);color:var(--primary);background:var(--brand-soft)}.boot-bar{right:1rem;bottom:1rem;z-index:6;flex-wrap:wrap;border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .7rem;max-width:calc(100% - 2rem)}.boot-bar,.dep-fail{position:absolute;display:flex;align-items:center;gap:.6rem;background:var(--surface);box-shadow:var(--shadow-lg)}.dep-fail{top:1rem;left:50%;transform:translateX(-50%);z-index:7;border:1px solid var(--danger);border-radius:var(--radius);padding:.5rem .8rem;color:var(--danger);font-weight:600;font-size:.9rem}.boot-blocks{display:flex;flex-direction:column;gap:.5rem}.boot-blocks.nested{margin-top:.4rem;padding-left:.8rem;border-left:2px solid var(--border)}.boot-block{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:.55rem .6rem}.boot-block.over{box-shadow:inset 0 3px 0 var(--primary)}.boot-block-head{display:flex;align-items:center;gap:.3rem;margin-bottom:.45rem}.boot-block-head .icon-btn{width:28px;height:28px}.boot-handle{display:inline-flex;align-items:center;padding:3px;border-radius:6px;color:var(--text-muted);cursor:-webkit-grab;cursor:grab}.boot-handle:hover{background:var(--surface);color:var(--text)}.boot-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.boot-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--primary);background:var(--brand-soft);padding:.1rem .5rem;border-radius:999px}.boot-add{display:flex;justify-content:flex-end;position:relative;margin-top:.5rem}.boot-add-backdrop{position:fixed;inset:0;z-index:5}.boot-add-menu{position:absolute;right:0;top:110%;z-index:6;min-width:190px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.35rem;display:flex;flex-direction:column;gap:2px}.boot-dot{width:10px;height:10px;border-radius:3px;flex:none}.boot-io{margin-top:.5rem;padding:.6rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2)}.boot-io textarea{width:100%}.boot-if{display:flex;flex-direction:column;gap:.5rem}.boot-branch{border-left:2px dashed var(--border);padding-left:.6rem}.boot-kw{font-size:.74rem;font-weight:700;color:var(--text-muted);letter-spacing:.04em}.boot-elseif{align-self:flex-start}.boot-log{overflow:auto;padding:.2rem;display:flex;flex-direction:column;gap:.6rem}.boot-log-group{border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface)}.boot-log-head{display:flex;align-items:center;gap:.5rem;padding:.5rem .7rem;background:var(--surface-2);border-bottom:1px solid var(--border)}.boot-log-title{font-weight:600;font-size:.9rem;flex:1 1}.boot-log-body{padding:.5rem .7rem;display:flex;flex-direction:column;gap:.25rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.82rem}.boot-log-line{display:flex;align-items:baseline;gap:.5rem;color:var(--text);word-break:break-word}.boot-log-line .boot-dot{position:relative;top:1px}.boot-log-sub{color:var(--text-muted);padding-left:1.1rem;font-size:.8rem}.boot-badge-blink{animation:bootblink 1s ease-in-out infinite}@keyframes bootblink{0%,to{opacity:1}50%{opacity:.25}}.dep-steps{margin-top:1rem;display:flex;flex-direction:column;gap:.3rem;max-height:46vh;overflow-y:auto;padding-right:.3rem}.dep-step{display:flex;align-items:center;gap:.5rem;font-size:.88rem;padding:.35rem .55rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);transition:background .2s ease,border-color .2s ease}.dep-step .dep-step-name{font-weight:600}.dep-step.ok{background:color-mix(in srgb,var(--success) 12%,transparent);border-color:color-mix(in srgb,var(--success) 40%,transparent)}.dep-step.fail{background:color-mix(in srgb,var(--danger) 12%,transparent);border-color:color-mix(in srgb,var(--danger) 45%,transparent)}.dep-step.pending{opacity:.8}.pod-switch{position:absolute;left:1rem;top:1rem;z-index:6;display:flex;flex-direction:column;gap:.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.55rem .65rem;max-width:calc(100% - 2rem)}.pod-switch-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.pod-switch-chips{display:flex;flex-direction:column;gap:.3rem;align-items:stretch}.pod-switch-chips .pod-chip{text-align:left}.pod-chip{padding:.28rem .6rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-muted);font-weight:600;font-size:.8rem;font-family:inherit;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.pod-chip:hover{color:var(--text)}.pod-chip.active{color:#fff;background:var(--primary);border-color:var(--primary)}.dep-bar{position:absolute;left:1rem;bottom:1rem;z-index:6;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:.5rem .7rem;max-width:calc(100% - 2rem)}.dep-bar .dep-name{font-weight:600;font-size:.88rem}.console-win{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;overflow:hidden;z-index:200}.console-head{display:flex;align-items:center;gap:.5rem;padding:.45rem .6rem;background:var(--surface-2);border-bottom:1px solid var(--border);cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.console-title{font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.console-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:none;color:var(--text-muted);border-radius:7px;cursor:pointer}.console-btn:hover{background:var(--surface);color:var(--text)}.console-body{flex:1 1;min-height:0;background:#121016;padding:4px 6px}.console-resize{position:absolute;right:0;bottom:0;width:16px;height:16px;cursor:nwse-resize}.console-resize:after{content:"";position:absolute;right:3px;bottom:3px;width:7px;height:7px;border-right:2px solid var(--text-muted);border-bottom:2px solid var(--text-muted)}.spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;display:inline-block;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.skeleton{display:inline-block;border-radius:6px;background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:shimmer 1.4s ease infinite;color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:0 .8rem;gap:0 .8rem}@media (max-width:520px){.grid2{grid-template-columns:1fr}}.settings-row{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid var(--border);font-weight:500;font-size:.92rem}.settings-row:last-child{border-bottom:none}.set-layout{display:flex;gap:1.25rem;align-items:flex-start}.set-nav{flex:0 0 220px;position:-webkit-sticky;position:sticky;top:1rem;gap:1.1rem}.set-group,.set-nav{display:flex;flex-direction:column}.set-group{gap:.15rem}.set-group-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:0 .6rem .25rem}.set-link{display:flex;align-items:center;gap:.6rem;width:100%;text-align:left;padding:.5rem .6rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);font-weight:600;font-size:.88rem;font-family:inherit;cursor:pointer;transition:background .12s,color .12s}.set-link:hover{background:var(--surface-2);color:var(--text)}.set-link.active{background:var(--surface-2);color:var(--primary)}.set-main{flex:1 1;min-width:0}@media (max-width:760px){.set-layout{flex-direction:column}.set-nav{position:static;flex-basis:auto;width:100%;flex-direction:row;flex-wrap:wrap}}.ctx-chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--text-muted);padding:.25rem .55rem;border-radius:var(--radius-sm);background:var(--surface-2)}.choice-grid{display:grid;grid-gap:.7rem;gap:.7rem}.choice{display:flex;align-items:center;gap:.9rem;width:100%;text-align:left;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s}.choice:hover{border-color:var(--primary);box-shadow:var(--shadow)}.choice .ico{display:grid;place-items:center;width:42px;height:42px;border-radius:var(--radius-sm);background:var(--brand-soft);color:var(--primary);flex:none}.choice .meta{display:flex;flex-direction:column}.choice .meta .name{font-weight:600}.choice .meta .sub{font-size:.82rem;color:var(--text-muted)}.placeholder-box{display:grid;place-items:center;grid-gap:.6rem;gap:.6rem;text-align:center;padding:3rem 1.5rem;color:var(--text-muted)}.placeholder-box .ico{display:grid;place-items:center;width:56px;height:56px;border-radius:var(--radius);background:var(--brand-soft);color:var(--primary)}.badge-online{background:rgba(21,163,106,.14);color:var(--success)}.badge-offline{background:var(--surface-2);color:var(--text-muted)}.badge-warn{background:rgba(217,119,6,.16);color:#d97706}.badge-danger{background:rgba(220,38,38,.14);color:var(--danger)}.status-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.status-dot.on{background:var(--success);box-shadow:0 0 0 3px rgba(21,163,106,.18)}.status-dot.off{background:var(--text-muted)}.code-block{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.8rem .9rem;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.82rem;line-height:1.5;white-space:pre-wrap;word-break:break-all;color:var(--text);margin:0}.np2{display:grid;grid-template-columns:210px 1fr;grid-gap:.8rem;gap:.8rem;flex:1 1;min-height:0;margin-top:.8rem}.np2-side{display:flex;flex-direction:column;gap:2px;overflow:auto;border-right:1px solid var(--border);padding-right:.6rem}.np2-cat{display:flex;align-items:center;gap:.55rem;text-align:left;padding:.5rem .6rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;font-weight:500;font-size:.9rem;text-transform:capitalize}.np2-cat:hover{background:var(--surface-2);color:var(--text)}.np2-cat.active{background:var(--brand-soft);color:var(--primary);font-weight:600}.np2-catlabel{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np2-cat .count{font-size:.72rem;color:var(--text-muted);background:var(--surface-2);padding:.05rem .45rem;border-radius:999px}.np2-cat.active .count{color:var(--primary);background:var(--surface)}.np2-main{min-height:0;overflow:auto}.np2-list{display:flex;flex-direction:column;gap:3px}.np2-row{display:flex;align-items:center;gap:.7rem;width:100%;text-align:left;padding:.5rem .7rem;border:1px solid transparent;border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer}.np2-row:hover{border-color:var(--primary);background:var(--surface-2)}.np2-ico{display:grid;place-items:center;width:32px;height:32px;flex:none;border-radius:var(--radius-sm);background:var(--brand-soft);color:var(--primary)}.np2-name{font-weight:600;font-size:.9rem;white-space:nowrap}.np2-type{flex:none}.np2-detail{flex:1 1;font-size:.78rem;color:var(--text-muted);text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dk-editor{display:grid;grid-template-columns:220px 1fr;grid-gap:.7rem;gap:.7rem;height:58vh;min-height:260px}.dk-files{display:flex;flex-direction:column;gap:2px;overflow:auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-2);padding:.35rem}.dk-file{display:flex;align-items:center;gap:.4rem;text-align:left;padding:.4rem .5rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text);cursor:pointer;font-size:.84rem;font-family:ui-monospace,Menlo,Consolas,monospace}.dk-file:hover{background:var(--surface)}.dk-file.active{background:var(--brand-soft);color:var(--primary)}.dk-file .fname{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dk-file .del{display:inline-flex;color:var(--text-muted);padding:2px;border-radius:5px}.dk-file .del:hover{color:var(--danger);background:var(--surface-2)}.dk-add{margin-top:.4rem;justify-content:center}.dk-pane{display:flex;flex-direction:column;min-height:0}.dk-code{flex:1 1;min-height:0;resize:none;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.84rem;line-height:1.5}.copy-block{position:relative}.copy-block .code-block{padding-right:5.5rem}.copy-btn{position:absolute;top:6px;right:6px;padding:.28rem .55rem;font-size:.76rem}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}