:root{line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}a{font-weight:500;color:var(--workspace-accent, #d4a84b);text-decoration:none}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:transparent;color:inherit;cursor:pointer;transition:all .2s ease}button:hover{border-color:var(--workspace-accent, #d4a84b)}button:focus,button:focus-visible{outline:2px solid var(--workspace-accent, #d4a84b);outline-offset:2px}::selection{background:#d4a84b38}.auth-page{position:relative;min-height:100vh;min-height:100dvh;overflow:hidden;background:linear-gradient(180deg,#fffdf8,#fff8f0)}.auth-page__base,.auth-page__glow{position:absolute;inset:0;pointer-events:none}.auth-page__glow--left{background:radial-gradient(circle at 12% 50%,rgba(229,187,110,.18),transparent 36%)}.auth-page__glow--right{background:radial-gradient(circle at 88% 50%,rgba(229,187,110,.14),transparent 34%)}.auth-stage{position:relative;z-index:50;display:flex;justify-content:center;min-height:100vh;min-height:100dvh;box-sizing:border-box;padding:clamp(.9rem,2vw,1.4rem) clamp(1rem,2vw,1.6rem) 5.25rem}.auth-stage__content{width:100%;display:flex;flex-direction:column;min-height:100%}.auth-main{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vh,2rem) 0}.auth-main__body{width:min(1200px,100%);display:flex;flex-direction:column;align-items:center;gap:clamp(1.35rem,2.8vh,2.2rem)}.auth-brand{position:relative;flex-shrink:0;align-self:flex-start;display:flex;align-items:center;justify-content:flex-start;gap:.62rem;padding:.62rem .82rem .62rem .76rem;border:1px solid rgba(196,145,71,.2);border-radius:.95rem;background:linear-gradient(180deg,#ffffffe6,#fff8eecc),#fffbf5c7;box-shadow:0 12px 28px #5a402412,inset 0 1px #ffffff9e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-brand:before{content:"";position:absolute;inset:1px;border-radius:calc(.95rem - 1px);background:linear-gradient(135deg,rgba(255,255,255,.38),transparent 62%);pointer-events:none}.auth-brand__logo{width:1.45rem;height:1.45rem;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(191,139,52,.16))}.auth-brand__name{position:relative;z-index:1;margin:0;font-size:clamp(1.05rem,1.45vw,1.35rem);font-weight:400;letter-spacing:-.05em;color:#25201c;line-height:1}.auth-intro{width:min(980px,100%);margin:0 auto;text-align:center}.auth-intro__title{margin:0;font-family:Fraunces,Georgia,serif;font-size:clamp(1.95rem,2.75vw,2.7rem);font-weight:600;line-height:1.08;letter-spacing:-.045em;color:#25201c;text-wrap:balance}.auth-intro__description{margin:.8rem 0 0;display:flex;flex-direction:column;align-items:center;gap:.15rem;font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.6;color:#443629c7;text-wrap:pretty}.auth-intro__description-line{display:block;max-width:68ch}.auth-layout{display:flex;align-items:stretch;justify-content:center;width:100%;margin:0 auto;gap:clamp(.9rem,2vw,1rem);min-height:0}.auth-hero{display:flex;flex:0 1 520px;align-items:center;justify-content:center;padding:1rem;border:1px solid rgba(202,170,122,.28);border-radius:12px;background:#fff7ecc2;box-shadow:0 18px 40px #5a402414;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-hero__image{width:min(100%,420px);height:auto;object-fit:contain;border-radius:10px;filter:drop-shadow(0 18px 42px rgba(118,84,35,.12))}.auth-card{flex:0 0 auto;width:min(100%,360px);box-sizing:border-box;background:#fff7ecc2;border:1px solid rgba(202,170,122,.28);border-radius:12px;padding:1.5rem 1.35rem;box-shadow:0 18px 40px #5a402414;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;justify-content:center;text-align:center}.auth-card__title{margin:0 0 1.2rem;font-size:.95rem;line-height:1.45;font-weight:600;color:#332d27;text-align:center}.auth-card__error{margin:0 0 1rem;padding:.75rem .9rem;border-radius:.6rem;border:1px solid rgba(181,83,69,.24);background:#ffede9eb;color:#8d2f23;font-size:.82rem;line-height:1.5}.auth-card__social{display:flex;flex-direction:column;gap:.45rem;width:100%}.auth-social-btn{width:100%;min-height:2.65rem;border-radius:.45rem;border:1px solid rgba(107,91,71,.28);background:#ffffffc7;color:#2f2923;font-size:.82rem;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem .9rem;font-weight:500;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.auth-social-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #64482a14;background:#ffffffeb}.auth-social-btn--secondary{background:#f6ede0e6}.auth-status-card{width:min(100%,420px);gap:1rem}.auth-status-card__title{margin-bottom:0}.auth-status-card__message{margin:0;color:#443629d1;font-size:.92rem;line-height:1.6}.auth-status-card__spinner{width:2rem;height:2rem;margin:0 auto;border-radius:999px;border:2px solid rgba(196,145,71,.2);border-top-color:#c49147;animation:auth-spin 1s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-footer{position:fixed;left:0;right:0;bottom:0;z-index:40;width:100%;padding:1rem clamp(1rem,2vw,1.8rem) 1.1rem;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.94rem;line-height:1.4;color:#605243b8}.auth-footer__copyright{white-space:nowrap}.auth-footer__links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:clamp(1rem,2vw,1.7rem)}.auth-footer__link{color:inherit;text-decoration:none;transition:color .12s ease,opacity .12s ease}.auth-footer__link:hover{color:#2f2923e6}@media(max-width:900px){.auth-stage{min-height:100svh;padding:.85rem 1rem 5.25rem}.auth-stage__content{min-height:100%}.auth-main{display:block;padding:.85rem 0 0}.auth-main__body{gap:1rem}.auth-brand{padding:.56rem .72rem .56rem .66rem;border-radius:.88rem}.auth-brand__name{font-size:1.12rem}.auth-intro{width:min(40rem,100%);margin:0 auto}.auth-intro__title{font-size:clamp(1.65rem,4vw,2rem);line-height:1.12;white-space:normal}.auth-intro__description{margin-top:.6rem;font-size:.92rem;line-height:1.5}.auth-layout{flex-direction:column;justify-content:flex-start;gap:1rem}.auth-hero{order:2;padding:.8rem}.auth-card{order:1;max-width:22rem;width:100%;margin:0 auto}.auth-hero__image{width:min(100%,16rem)}.auth-footer{padding:.9rem clamp(1rem,2vw,1.25rem) max(calc(env(safe-area-inset-bottom,0px) + .7rem),.9rem);flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:.82rem;gap:.45rem}.auth-footer__links{justify-content:center;gap:.75rem 1rem}}.dark .auth-page{background:linear-gradient(180deg,#18130f,#1d1712)}.dark .auth-page__glow--left{background:radial-gradient(circle at 12% 50%,rgba(212,175,90,.08),transparent 36%)}.dark .auth-page__glow--right{background:radial-gradient(circle at 88% 50%,rgba(212,175,90,.06),transparent 34%)}.dark .auth-brand{border-color:#d4af5a26;background:linear-gradient(180deg,#1d1712e6,#241d16cc),#1d1712c7;box-shadow:0 12px 28px #00000026,inset 0 1px #f7f0e50f}.dark .auth-brand:before{background:linear-gradient(135deg,rgba(247,240,229,.04),transparent 62%)}.dark .auth-brand__name,.dark .auth-intro__title{color:#f7f0e5}.dark .auth-intro__description{color:#f7f0e5b3}.dark .auth-hero{border-color:#d4af5a26;background:#241d16c2;box-shadow:0 18px 40px #0000002e}.dark .auth-card{background:#1d1712f2;border-color:#f7f0e514;color:#f7f0e5;box-shadow:0 18px 40px #0000002e}.dark .auth-card__title{color:#f7f0e5}.dark .auth-card__error{border-color:#d477663d;background:#d477661a;color:#d47766}.dark .auth-social-btn{background:#241d16;border-color:#f7f0e524;color:#f7f0e5}.dark .auth-social-btn:hover{background:#2d241b;box-shadow:0 8px 18px #00000024}.dark .auth-social-btn--secondary{background:#241d16e6}.dark .auth-status-card__message{color:#f7f0e5d1}.dark .auth-status-card__spinner{border-color:#d4af5a33;border-top-color:#d4af5a}.dark .auth-footer{color:#f7f0e580}.dark .auth-footer__link:hover{color:#f7f0e5cc}@media(max-width:640px){.auth-stage{padding:.75rem .75rem 1rem}.auth-main__body,.auth-layout{width:100%}.auth-page__glow--left{background:radial-gradient(circle at 10% 20%,rgba(229,187,110,.16),transparent 42%)}.auth-page__glow--right{background:radial-gradient(circle at 88% 82%,rgba(229,187,110,.14),transparent 38%)}.auth-brand{gap:.55rem;padding:.5rem .64rem .5rem .58rem}.auth-brand__logo{width:1.25rem;height:1.25rem}.auth-brand__name{font-size:1rem}.auth-intro{width:min(100%,19.5rem);margin:0 auto}.auth-intro__title{max-width:11ch;margin:0 auto;font-size:1.28rem;line-height:1.15}.auth-intro__description{margin-top:.55rem;font-size:.8rem;line-height:1.38}.auth-intro__description-line{max-width:24ch}.auth-layout{gap:.85rem}.auth-hero{display:none}.auth-card{width:min(100%,19.5rem);max-width:100%;padding:.9rem .8rem .8rem}.auth-footer{position:static;padding:.8rem 0 max(env(safe-area-inset-bottom,0px),0rem);font-size:.8rem}.auth-footer__copyright{white-space:normal}.auth-footer__links{gap:.6rem .9rem}}:root{--workspace-bg: #fffbf6;--workspace-sidebar: #fdf3e7;--workspace-surface: #ffffff;--workspace-surface-muted: #fdf3e7;--workspace-surface-accent: #f3dfc1;--workspace-text: #282622;--workspace-text-muted: rgba(40, 38, 34, .7);--workspace-text-soft: rgba(40, 38, 34, .45);--workspace-border: rgba(40, 38, 34, .08);--workspace-border-strong: rgba(40, 38, 34, .14);--workspace-accent: #d4a84b;--workspace-shadow: 0 18px 40px rgba(90, 64, 36, .08);--workspace-radius-sm: 8px;--workspace-radius-md: 12px;--workspace-radius-lg: 16px;--workspace-radius-xl: 24px}body{background:var(--workspace-bg);color:var(--workspace-text);font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:"kern" 1,"liga" 1,"ss01" 1;font-kerning:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.workspace-shell{--workspace-sidebar-expanded-width: 280px;--workspace-sidebar-collapsed-width: 92px;display:grid;grid-template-columns:var(--workspace-sidebar-expanded-width) minmax(0,1fr);min-height:100vh;min-height:100dvh;background:var(--workspace-bg);overflow:hidden;position:relative;transition:grid-template-columns .22s ease}.workspace-shell.sidebar-collapsed{grid-template-columns:var(--workspace-sidebar-collapsed-width) minmax(0,1fr)}.workspace-sidebar-region{min-width:0;box-sizing:border-box;padding:12px 0 12px 12px;background:var(--workspace-bg)}.workspace-sidebar{min-width:0;display:flex;flex-direction:column;gap:18px;background:var(--workspace-sidebar);border:1px solid rgba(212,168,75,.12);border-radius:32px;box-sizing:border-box;min-height:calc(100vh - 24px);min-height:calc(100dvh - 24px);padding:18px 14px 16px;overflow:visible;box-shadow:inset 0 1px #ffffff73}.workspace-main{min-width:0;box-sizing:border-box;padding:24px}.workspace-mobile-topbar{display:none}.workspace-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.workspace-page-header__body{min-width:0}.workspace-page-header__title{margin:0;font-family:Fraunces,Georgia,serif;font-size:24px;font-weight:600;line-height:1.2;color:var(--workspace-text)}.workspace-page-header__subtitle{margin:8px 0 0;color:var(--workspace-text-muted);font-size:14px;line-height:1.45}.workspace-page-header__actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.workspace-page{min-height:0}.workspace-page__stack{display:flex;flex-direction:column;gap:16px;width:100%;max-width:872px;margin-inline:auto}.workspace-page__stack--align-start{margin-inline:0}.workspace-page__form{display:flex;flex-direction:column;gap:16px}.workspace-page__section{padding:16px}.workspace-page__section-group{display:flex;flex-direction:column;gap:14px}.workspace-page__section--agent-types{padding:0}.workspace-block-heading{margin:0;font-family:Fraunces,Georgia,serif;font-size:24px;font-weight:600;line-height:1.2;color:var(--workspace-text)}.workspace-section-title{margin:0 0 12px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--workspace-text-soft)}.workspace-option-grid{display:grid;grid-template-columns:1fr;gap:10px}.workspace-option-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-agent-type-heading{margin:0 0 26px;font-family:Fraunces,Georgia,serif;font-size:24px;font-weight:600;line-height:1.18;color:var(--workspace-text)}.workspace-agent-type-grid{display:flex;align-items:stretch;gap:22px;padding-top:12px}.workspace-option-meta{display:flex;flex-direction:column;gap:3px}.workspace-option-meta__line{display:block}.workspace-option-meta__line--success{color:#2f6b3f}.workspace-option-meta__line--accent{color:var(--workspace-accent)}.workspace-option-meta__line--muted{color:var(--workspace-text-soft)}.workspace-submit-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-submit-row__copy{min-width:0;color:var(--workspace-text-muted);font-size:.88rem;line-height:1.45}.workspace-deployments-loading{padding:20px}.workspace-admin-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px;color:var(--workspace-text-muted);font-size:.86rem}.admin-bar-clickable{border:0;background:transparent;color:var(--workspace-text-muted);cursor:pointer;padding:0;font:inherit}.admin-bar-clickable:hover{color:var(--workspace-text)}.sweeper-wrapper{position:relative}.sweeper-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:280px;max-width:420px;border:1px solid var(--workspace-border-strong);border-radius:var(--workspace-radius-md);background:var(--workspace-surface);box-shadow:var(--workspace-shadow);padding:12px;z-index:12}.sweeper-panel-header{display:flex;flex-direction:column;gap:4px;color:var(--workspace-text-muted);font-size:.78rem;margin-bottom:10px}.sweeper-empty{color:var(--workspace-text-soft);font-size:.82rem}.sweeper-history{display:flex;flex-direction:column;gap:8px}.sweeper-history-row{display:grid;grid-template-columns:auto 1fr auto;gap:6px;align-items:center;color:var(--workspace-text-muted);font-size:.76rem}.sweeper-action-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.1rem .45rem;border:1px solid var(--workspace-border);text-transform:capitalize}.sweeper-action-badge.stopped{color:#8a5a1e}.sweeper-action-badge.deleted{color:#9a3c2d}.workspace-empty-state{text-align:center;padding:32px 20px;display:flex;flex-direction:column;align-items:center;gap:8px}.workspace-empty-state__icon{font-size:1.5rem;color:var(--workspace-text-soft)}.workspace-empty-state--deployments{width:100%;min-height:calc(100vh - 250px);justify-content:center;gap:12px;padding:24px 20px 40px}.workspace-empty-state--loading{min-height:calc(100vh - 280px)}.workspace-empty-state__artwork-shell{width:160px;height:160px;border-radius:50%;background:#fdf3e7;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.workspace-empty-state__artwork{width:100%;height:auto;display:block;object-fit:contain}.workspace-empty-state h2{margin:0;color:var(--workspace-text);font-size:24px;font-weight:700;line-height:1.2}.workspace-empty-state p{margin:0;color:var(--workspace-text-muted);font-size:14px;line-height:1.5}.workspace-empty-state--deployments .workspace-button{margin-top:20px}.workspace-deployment-grid{display:flex;flex-direction:column;gap:16px}.workspace-surface-card.workspace-deployment-card{display:flex;flex-direction:column;gap:18px;padding:22px 24px 20px;border-radius:28px;border-color:#d4a84b14;background:#fdf3e7;box-shadow:none}.workspace-deployment-card__top,.workspace-deployment-card__title-row,.workspace-deployment-card__actions,.workspace-deployment-card__meta,.workspace-deployment-card__agent-pill{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.workspace-deployment-card__top{justify-content:space-between;gap:18px}.workspace-deployment-card__identity{min-width:0;display:flex;flex:1;flex-direction:column;gap:10px}.workspace-deployment-card__title-row{gap:16px;width:100%}.workspace-deployment-card__name{font-size:22px;font-weight:700;line-height:1.15;color:var(--workspace-text)}.workspace-deployment-card__meta{color:#282622b3;font-size:13px;line-height:1.45}.workspace-deployment-card__meta--primary{color:#282622;font-size:14px;font-style:normal;font-weight:500;line-height:normal;opacity:.7}.workspace-deployment-card__meta--secondary{font-size:13px;color:#28262294}.workspace-deployment-card__meta-separator{display:inline-block;margin:0 10px 0 2px;color:#2826226b}.workspace-deployment-card__agent-pill{min-height:24px;padding:4px 10px;border-radius:999px;background:#fff;color:#282622b8;font-size:13px;font-weight:500;line-height:normal;box-sizing:border-box}.workspace-deployment-card__agent-glyph{font-size:16px;line-height:1}.workspace-deployment-card__status-pill{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;min-height:24px;padding:4px 10px;border:1px solid rgba(40,38,34,.14);border-radius:14px;background:#fffdf9;font-size:13px;font-weight:500;line-height:normal;white-space:nowrap;box-sizing:border-box}.workspace-deployment-card__status-pill--success{color:#23bf4b;border-color:#23bf4bd9}.workspace-deployment-card__status-pill--warning{color:#8a5a1e;border-color:#8a5a1e59}.workspace-deployment-card__status-pill--danger{color:#9a3c2d;border-color:#9a3c2d52}.workspace-deployment-card__status-pill--muted,.workspace-deployment-card__status-pill--neutral,.workspace-deployment-card__status-pill--accent{color:#28262299;border-color:#28262224}.workspace-deployment-card__actions{gap:12px}.workspace-deployment-card__control{display:inline-flex;height:24px;min-height:24px;align-items:center;justify-content:center;gap:10px;padding:4px 10px;border:1px solid rgba(40,38,34,.4);border-radius:8px;background:#fffbf6;color:#282622b8;font-size:13px;font-weight:500;line-height:normal;opacity:.7;text-decoration:none;box-sizing:border-box}.workspace-deployment-card__control:hover{color:var(--workspace-text);background:#fff}.workspace-deployment-card__control:focus-visible{outline:none;box-shadow:0 0 0 2px #d4a84b1f}.workspace-deployment-card__control:disabled{opacity:.52;cursor:not-allowed}.workspace-deployment-card__control--primary{color:var(--workspace-accent);border-color:#d4a84beb}.workspace-deployment-card__control--primary:hover{color:#c99731;border-color:#d4a84b}.workspace-deployment-card .workspace-inline-notice{margin-top:-2px}.workspace-inline-notice{border:1px solid var(--workspace-border);border-radius:var(--workspace-radius-sm);padding:8px 10px;font-size:.8rem}.workspace-inline-notice--warning{background:#fff;color:#8a5a1e;border-color:#8a5a1e47}.workspace-auto-renew{border:1px solid var(--workspace-border);border-radius:999px;padding:3px 8px;font-size:.72rem;background:#fff;color:var(--workspace-text-muted);display:inline-flex;align-items:center;gap:6px;cursor:pointer}.workspace-auto-renew.on{border-color:#2f6b3f59;color:#2f6b3f}.toggle-switch{width:28px;height:16px;border-radius:999px;background:#28262226;position:relative}.toggle-switch.on{background:#2f6b3f66}.toggle-knob{position:absolute;width:12px;height:12px;border-radius:50%;top:2px;left:2px;background:#fff}.toggle-switch.on .toggle-knob{left:14px}.vm-dropdown-wrapper{position:relative}.workspace-deployment-card .vm-dropdown-menu{min-width:170px;border-radius:16px;padding:6px}.vm-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;min-width:170px;border:1px solid var(--workspace-border-strong);border-radius:var(--workspace-radius-sm);background:#fff;box-shadow:var(--workspace-shadow);padding:4px;display:flex;flex-direction:column;gap:2px;z-index:11}.vm-dropdown-item{border:0;background:transparent;text-align:left;padding:8px 10px;border-radius:6px;font:inherit;color:var(--workspace-text);cursor:pointer}.vm-dropdown-item:hover{background:var(--workspace-surface-muted)}.vm-dropdown-item.danger{color:#9a3c2d}@media(max-width:720px){.workspace-deployment-card{padding:18px 18px 16px;border-radius:24px}.workspace-deployment-card__top{flex-direction:column;align-items:flex-start}.workspace-deployment-card__title-row{gap:12px}.workspace-deployment-card__status-pill{margin-left:0}.workspace-deployment-card__name{font-size:20px}.workspace-deployment-card__actions{gap:10px}.workspace-deployment-card__control{height:24px;min-height:24px;padding-inline:10px}}.workspace-confirm-overlay{position:fixed;inset:0;background:#28262257;display:flex;align-items:center;justify-content:center;padding:16px;z-index:60}.workspace-confirm-dialog{width:min(460px,100%);background:var(--workspace-surface);border:1px solid var(--workspace-border-strong);border-radius:var(--workspace-radius-lg);box-shadow:var(--workspace-shadow);padding:16px;color:var(--workspace-text)}.workspace-confirm-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.workspace-surface-card{border:1px solid var(--workspace-border);border-radius:var(--workspace-radius-lg);background:var(--workspace-surface-muted);box-shadow:var(--workspace-shadow)}.workspace-surface-card--default{background:var(--workspace-surface-muted)}.workspace-surface-card--section{background:var(--workspace-surface)}.workspace-page__section--telegram{background:#fdf3e7;border-color:#d4a84b1a;padding:28px 30px 26px}.workspace-surface-card--notice{background:#fff;border-color:var(--workspace-border-strong)}.workspace-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:var(--workspace-radius-sm);border:1px solid var(--workspace-border);min-height:40px;padding:0 14px;font:inherit;background:#fff;color:var(--workspace-text);text-decoration:none}.workspace-button:hover{background:var(--workspace-surface-muted)}.workspace-button:focus-visible{outline:2px solid rgba(212,168,75,.45);outline-offset:2px}.workspace-button--primary{background:var(--workspace-text);border-color:var(--workspace-text);color:#fff}.workspace-button--primary:hover{background:#1f1d1a;border-color:#1f1d1a}.workspace-button--secondary{background:#fff;color:var(--workspace-text)}.workspace-button--danger{background:#fff;color:#9a3c2d}.workspace-button--danger:hover{background:#9a3c2d14;border-color:#9a3c2d40}.workspace-button--ghost,.workspace-button--quiet{background:transparent;color:var(--workspace-text)}.workspace-option-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:16px;border:1px solid var(--workspace-border);border-radius:var(--workspace-radius-lg);background:var(--workspace-surface-muted);text-align:left}.workspace-option-card.is-selected{border-color:var(--workspace-accent);background:#fff}.workspace-option-card.is-recommended{border-color:#d4a84b73}.workspace-option-card__title{font-weight:600;color:var(--workspace-text)}.workspace-option-card__description{color:var(--workspace-text-muted);font-size:.9rem}.workspace-option-card__meta{color:var(--workspace-text-soft);font-size:.8rem}.workspace-option-card__recommended{color:var(--workspace-accent);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600}.workspace-option-card.is-disabled{opacity:.55;cursor:not-allowed}.workspace-agent-type-card{flex:1 1 0;position:relative;display:block;width:100%;min-width:0;min-height:148px;padding:28px 20px 20px;border:1px solid rgba(212,168,75,.22);border-radius:28px;background:linear-gradient(180deg,#fff5e1,#fef0d7);text-align:center;box-shadow:0 10px 20px #75542f0a;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.workspace-agent-type-card:hover{transform:translateY(-1px);border-color:#d4a84b6b}.workspace-agent-type-card:focus-visible{outline:none;box-shadow:0 0 0 3px #d4a84b29,0 18px 32px #75542f14}.workspace-agent-type-card.is-selected{background:#fffdfa;border-color:#d4a84b8a;box-shadow:0 0 0 2px #d4a84b1f,0 14px 28px #75542f0f}.workspace-agent-type-card__artwork{position:absolute;top:-8px;left:24px;max-width:64px;max-height:40px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.workspace-agent-type-card__body{display:flex;min-height:100%;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding-top:12px}.workspace-agent-type-card__title{font-size:16px;font-weight:700;line-height:1.15;color:var(--workspace-text)}.workspace-agent-type-card.is-selected .workspace-agent-type-card__title{color:var(--workspace-accent)}.workspace-agent-type-card__description{width:min(260px,100%);color:#282622ad;font-size:13px;font-weight:500;line-height:normal}.workspace-agent-type-card__support-label{width:min(260px,100%);color:var(--workspace-accent);font-size:12px;font-weight:700;line-height:1.35}.workspace-agent-type-card__price{margin-top:6px;display:flex;flex-direction:column;align-items:center;gap:2px;color:#282622b3;font-size:15px;font-weight:700;line-height:1.15;text-align:center}.workspace-agent-type-card__price-main,.workspace-agent-type-card__price-subtle{display:block}.workspace-agent-type-card__price-subtle{font-size:13px;font-weight:600;color:#2826228f}.workspace-agent-type-card--aintern .workspace-agent-type-card__artwork{width:78px;top:6px;left:6px;transform:translateY(-58%)}.workspace-agent-type-card--picoclaw .workspace-agent-type-card__artwork{width:92px;top:8px;left:-6px;transform:translateY(-54%)}.workspace-agent-type-card--openclaw .workspace-agent-type-card__artwork{width:80px;top:4px;left:6px;transform:translateY(-56%)}.workspace-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .55rem;font-size:.75rem;line-height:1.2;border:1px solid var(--workspace-border);background:#fff}.workspace-status-badge--success{color:#2f6b3f}.workspace-status-badge--warning{color:#8a5a1e}.workspace-status-badge--danger{color:#9a3c2d}.workspace-status-badge--neutral{color:var(--workspace-text-muted)}.workspace-status-badge--muted{color:var(--workspace-text-soft)}.workspace-status-badge--accent{color:var(--workspace-accent);border-color:#d4a84b59}.workspace-form-field{display:flex;flex-direction:column;gap:6px}.workspace-form-field__label{font-size:.86rem;color:var(--workspace-text-muted)}.workspace-form-field__control-slot{min-width:0}.workspace-form-field__control-slot>*{max-width:100%;min-width:0;width:100%}.workspace-form-field__control{box-sizing:border-box;min-height:40px;border-radius:var(--workspace-radius-sm);border:1px solid var(--workspace-border);background:#fff;color:var(--workspace-text);padding:0 12px;font:inherit}.workspace-form-field__hint{color:var(--workspace-text-soft);font-size:.78rem}.workspace-form-field__error{color:#9a3c2d;font-size:.78rem}.workspace-form-field.has-error .workspace-form-field__control{border-color:#9a3c2d61}.workspace-info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.workspace-info-row__body{min-width:0;display:flex;flex-direction:column;gap:2px}.workspace-info-row__label{color:var(--workspace-text-soft);font-size:.82rem}.workspace-info-row__detail{color:var(--workspace-text-soft);font-size:.76rem}.workspace-info-row__value{color:var(--workspace-text);font-weight:500;text-align:right}.workspace-info-row--accent .workspace-info-row__label,.workspace-info-row--accent .workspace-info-row__value{color:var(--workspace-accent)}.workspace-info-row--muted .workspace-info-row__value{color:var(--workspace-text-muted)}.workspace-sidebar__top,.workspace-sidebar__footer,.workspace-sidebar__nav,.workspace-sidebar__metrics{background:transparent}.workspace-sidebar__top{display:flex;flex-direction:column;gap:14px}.workspace-sidebar__brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-sidebar__brand{min-width:0;display:flex;align-items:center;gap:9px;color:var(--workspace-accent)}.workspace-sidebar__brand-label{font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;line-height:1.05;font-weight:700;letter-spacing:-.04em;color:currentColor}.sidebar-logo{width:28px;height:28px;border-radius:8px;flex-shrink:0}.workspace-sidebar__collapse{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:0;background:transparent;color:#282622ad}.workspace-sidebar__collapse:hover{color:var(--workspace-text)}.workspace-sidebar__collapse:focus,.workspace-sidebar__collapse:focus-visible{outline:none;box-shadow:none}.workspace-sidebar__user-shell{position:relative}.workspace-sidebar__user-trigger{display:flex;align-items:center;gap:12px;width:100%;min-height:68px;padding:2px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left;color:var(--workspace-text);transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.workspace-sidebar__user-trigger:hover{background:transparent;border-color:transparent;box-shadow:none}.workspace-sidebar__user-trigger:hover .workspace-sidebar__user-name{color:var(--workspace-accent)}.workspace-sidebar__user-trigger:focus,.workspace-sidebar__user-trigger:focus-visible{outline:none;box-shadow:none}.workspace-sidebar__avatar{width:46px;height:46px;border-radius:16px;flex-shrink:0;display:block;object-fit:cover;background:#b2e3f7}.workspace-sidebar__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--workspace-text);font-size:.95rem;font-weight:600;background:#b2e3f7;border:1px solid rgba(40,38,34,.08)}.workspace-sidebar__user-info{display:flex;flex:1;min-width:0;flex-direction:column}.workspace-sidebar__user-name{font-size:15px;font-weight:600;color:var(--workspace-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-sidebar__user-email{margin-top:2px;font-size:12px;color:#2826228f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-sidebar__chevron{flex-shrink:0;color:#282622b3;transition:transform .16s ease}.workspace-sidebar__chevron.is-open{transform:rotate(180deg)}.workspace-sidebar__user-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:5;min-width:164px;padding:8px;border:1px solid rgba(212,168,75,.18);border-radius:16px;background:#fffdf9;box-shadow:0 16px 32px #5a40241f}.workspace-sidebar__user-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:0;border-radius:12px;background:transparent;color:#282622c7;font-size:14px;font-weight:500;text-align:left}.workspace-sidebar__user-menu-item:hover{background:#ffffffbf;color:var(--workspace-text)}.workspace-sidebar__nav{display:flex;flex-direction:column;gap:4px}.workspace-sidebar__item{display:flex;align-items:center;gap:14px;min-height:40px;padding:0 16px;cursor:pointer;transition:background .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease;border-radius:18px;color:#282622b8;text-decoration:none}.workspace-sidebar__item:hover{background:#ffffff7a;color:var(--workspace-text)}.workspace-sidebar__item.is-active{background:#fff;color:var(--workspace-accent);box-shadow:inset 0 1px #ffffffa6,0 10px 18px #5a40240d}.workspace-sidebar__item.is-active .workspace-sidebar__item-label{color:currentColor}.workspace-sidebar__item.workspace-sidebar__item--featured{font-weight:600}.workspace-sidebar__item-icon{position:relative;width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:currentColor}.workspace-sidebar__item-label{flex:1;font-size:14px;font-weight:500;color:currentColor;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.workspace-sidebar__spacer{flex:1}.workspace-sidebar__footer{display:flex;flex-direction:column;gap:14px}.workspace-sidebar__metrics{display:flex;flex-direction:column;gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.workspace-sidebar__metric-section{display:flex;flex-direction:column;gap:10px}.workspace-sidebar__metric-row,.workspace-sidebar__metric-link{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-sidebar__metric-label{font-size:13px;font-weight:500;color:#282622b8}.workspace-sidebar__metric-value{font-size:13px;font-weight:600;color:#282622c2;text-align:right}.workspace-sidebar__tier-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:14px;background:#fff;color:#282622c2;font-size:13px;font-weight:700}.workspace-sidebar__tier-pill--basic,.workspace-sidebar__tier-pill--free,.workspace-sidebar__tier-pill--pro{height:24px;padding:0 10px;border-radius:8px}.workspace-sidebar__tier-pill--basic{background:linear-gradient(103deg,#4ee578,#30c75b 60.21%);color:#fffdf8}.workspace-sidebar__tier-pill--free{background:#fff;color:#282622c2}.workspace-sidebar__tier-pill--pro{background:linear-gradient(110deg,#c499f5,#ae7de7 63.43%);color:#fffdf8}.workspace-sidebar__metric-links{display:flex;flex-direction:column;gap:10px;padding-top:10px;border-top:1px solid rgba(40,38,34,.08)}.workspace-sidebar__metric-link{min-height:0;padding:0 0 0 1px;color:#282622b8;font-size:13px;line-height:18px;text-decoration:none;background:transparent}.workspace-sidebar__metric-link:hover{color:var(--workspace-text);background:transparent}.workspace-sidebar__metric-link-copy{display:inline-flex;align-items:center;gap:10px}.workspace-sidebar__footer-links{display:flex;align-items:center;justify-content:space-between;gap:12px}.workspace-sidebar__footer-link{color:#28262294;font-size:14px;text-decoration:underline;text-underline-offset:3px}.workspace-sidebar__footer-link:hover{color:var(--workspace-text)}.workspace-sidebar__icon-links{display:none}.workspace-sidebar.is-collapsed{padding-inline:10px}.workspace-sidebar.is-collapsed .workspace-sidebar__brand-label,.workspace-sidebar.is-collapsed .workspace-sidebar__user-info,.workspace-sidebar.is-collapsed .workspace-sidebar__item-label,.workspace-sidebar.is-collapsed .workspace-sidebar__metrics,.workspace-sidebar.is-collapsed .workspace-sidebar__footer-links{display:none}.workspace-sidebar.is-collapsed .workspace-sidebar__brand-row{justify-content:center}.workspace-sidebar.is-collapsed .workspace-sidebar__brand{display:none}.workspace-sidebar.is-collapsed .workspace-sidebar__user-trigger{justify-content:center;min-height:54px;padding-inline:0}.workspace-sidebar.is-collapsed .workspace-sidebar__nav{align-items:center}.workspace-sidebar.is-collapsed .workspace-sidebar__item{justify-content:center;width:40px;min-height:40px;padding:0}.workspace-sidebar.is-collapsed .workspace-sidebar__icon-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.workspace-sidebar__icon-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:14px;background:#fffbf6d1;border:1px solid rgba(212,168,75,.16);color:#282622b8}.workspace-sidebar__icon-link:hover{color:var(--workspace-text);background:#fff}.page-section{min-height:0}.page-header{margin-bottom:16px}.page-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.page-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.page-title{margin:0;font-size:1.3rem;color:var(--workspace-text)}.page-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.header-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;padding:0 14px;border-radius:var(--workspace-radius-sm);border:1px solid var(--workspace-border);background:#fff;color:var(--workspace-text);text-decoration:none;font:inherit;cursor:pointer}.header-action-btn:hover{background:var(--workspace-surface-muted)}.header-action-btn.accent{background:var(--workspace-text);border-color:var(--workspace-text);color:#fff}.header-action-btn.accent:hover{background:#1f1d1a;border-color:#1f1d1a}.page-body{min-width:0}.page-body-logs{min-height:0;flex:1;display:flex;flex-direction:column;overflow:hidden}.inline-logs-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;max-height:70vh;border-radius:var(--workspace-radius-md);border:1px solid var(--workspace-border-strong);overflow:hidden;background:#1a1b1e}.inline-logs-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 12px;background:#27282c;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.inline-logs-toolbar__title{display:flex;align-items:center;gap:6px;font-family:SF Mono,Cascadia Code,Fira Code,JetBrains Mono,ui-monospace,monospace;font-size:.72rem;color:#ffffff80;letter-spacing:.02em;text-transform:uppercase;font-weight:500}.inline-logs-toolbar__dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#4ade80;flex-shrink:0}.inline-logs-toolbar__dot--connecting{background:#facc15;animation:logs-pulse 1.4s ease-in-out infinite}.inline-logs-toolbar__dot--idle{background:#ffffff40}@keyframes logs-pulse{0%,to{opacity:1}50%{opacity:.35}}.inline-logs-toolbar__actions{display:flex;align-items:center;gap:4px}.inline-logs-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:1px solid rgba(255,255,255,.08);border-radius:4px;color:#ffffff80;font-family:inherit;font-size:.7rem;padding:3px 8px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.inline-logs-toolbar__btn:hover{color:#ffffffd9;border-color:#fff3;background:#ffffff0d}.inline-logs{flex:1;overflow-y:auto;overflow-x:auto;padding:12px 16px;scroll-behavior:smooth}.inline-logs pre{margin:0;font-family:SF Mono,Cascadia Code,Fira Code,JetBrains Mono,ui-monospace,monospace;font-size:.78rem;line-height:1.6;color:#d4d4d8;white-space:pre;word-break:normal;tab-size:4}.inline-logs::-webkit-scrollbar{width:6px;height:6px}.inline-logs::-webkit-scrollbar-track{background:transparent}.inline-logs::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.inline-logs::-webkit-scrollbar-thumb:hover{background:#ffffff38}.logs-loading{display:flex;align-items:center;gap:8px;color:#ffffff73;font-family:SF Mono,Cascadia Code,Fira Code,JetBrains Mono,ui-monospace,monospace;font-size:.78rem;padding:4px 0}.logs-empty{color:#ffffff4d;font-family:SF Mono,Cascadia Code,Fira Code,JetBrains Mono,ui-monospace,monospace;font-size:.78rem;font-style:italic}.back-btn{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--workspace-border);border-radius:var(--workspace-radius-sm);background:#fff;color:var(--workspace-text);padding:.4rem .7rem;font:inherit;cursor:pointer}.back-btn:hover{background:var(--workspace-surface-muted)}.status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .55rem;border:1px solid var(--workspace-border);background:#fff;color:var(--workspace-text-muted);font-size:.75rem;line-height:1.2;text-transform:capitalize}.status-badge.running{color:#2f6b3f}.status-badge.stopped,.status-badge.terminated{color:var(--workspace-text-soft)}.status-badge.error,.status-badge.failed{color:#9a3c2d}.status-badge.pending{color:#8a5a1e}.loading{color:var(--workspace-text-muted)}.result{border-radius:var(--workspace-radius-sm);border:1px solid var(--workspace-border);background:#fff;color:var(--workspace-text);padding:10px 12px;font-size:.86rem}.result.success{border-color:#2f6b3f47;color:#2f6b3f}.result.error{border-color:#9a3c2d47;color:#9a3c2d}.tg-guide-toggle{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--workspace-border);border-radius:var(--workspace-radius-sm);background:#fff;color:var(--workspace-text-muted);padding:.35rem .65rem;font:inherit;cursor:pointer}.tg-guide-toggle:hover{background:var(--workspace-surface-muted);color:var(--workspace-text)}.toggle-arrow{transition:transform .16s ease}.toggle-arrow.open{transform:rotate(180deg)}.tg-guide-steps{margin:0;padding-left:1.1rem;color:var(--workspace-text-muted);font-size:.84rem;line-height:1.45}.workspace-page__section--telegram .workspace-form-field{gap:10px}.workspace-page__section--telegram .workspace-form-field+.workspace-form-field{margin-top:16px}.workspace-page__section--telegram .workspace-form-field__label{color:#282622;font-size:14px;font-style:normal;font-weight:500;line-height:normal;opacity:.7}.workspace-page__section--telegram .workspace-form-field__control{min-height:40px;border-radius:8px;padding:0 18px;font-size:16px}.workspace-page__section--telegram .workspace-form-field__hint,.workspace-page__section--telegram .workspace-form-field__error{font-size:13px;font-weight:400;line-height:18px}.workspace-page__section--telegram .workspace-form-field__hint{color:#282622}.workspace-page__section--telegram .tg-guide-toggle{margin-top:24px;padding:0;border:0;background:transparent;color:#282622;font-size:14px;font-style:normal;font-weight:500;line-height:normal;opacity:.7}.workspace-page__section--telegram .tg-guide-toggle:hover{background:transparent;color:var(--workspace-text)}.workspace-page__section--telegram .tg-guide-steps{margin-top:4px;padding-left:1.45rem;color:#282622;font-size:13px;font-weight:400;line-height:18px}.workspace-page__section--telegram .tg-guide-steps li+li{margin-top:4px}.telegram-inline-link--accent{color:#d4a84b;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-style:normal;font-weight:700;line-height:18px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.mobile-nav-toggle,.mobile-nav-overlay{display:none}@media(max-width:900px){.workspace-shell{grid-template-columns:minmax(0,1fr)}.workspace-main{padding:16px}.workspace-sidebar-region{position:fixed;top:0;left:0;bottom:0;width:min(88vw,280px);padding:12px;transform:translate(-100%);transition:transform .22s ease;z-index:40;pointer-events:none}.workspace-mobile-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.workspace-option-grid--two{grid-template-columns:1fr}.workspace-agent-type-grid{flex-direction:column;gap:18px}.workspace-agent-type-card{min-height:180px;padding:26px 18px 18px}.workspace-agent-type-card__description{width:min(260px,100%)}.workspace-submit-row{flex-direction:column;align-items:stretch}.mobile-topbar-brand{display:inline-flex;align-items:center;gap:.55rem;font-family:Manrope,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.95rem;font-weight:600;color:var(--workspace-text)}.mobile-nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:42px;height:42px;padding:0;background:var(--workspace-surface);border:1px solid var(--workspace-border);border-radius:10px;flex-shrink:0}.mobile-nav-toggle span{width:18px;height:1.5px;background:var(--workspace-text);border-radius:999px;margin:0 auto}.mobile-nav-overlay{display:block;position:fixed;inset:0;background:#28262247;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:30;border:0;padding:0}.mobile-nav-overlay.visible{opacity:1;pointer-events:auto}.workspace-sidebar{width:100%;min-height:100%;border-color:#d4a84b24;box-shadow:var(--workspace-shadow);overflow-y:auto}.workspace-shell.sidebar-collapsed{grid-template-columns:minmax(0,1fr)}.workspace-shell.nav-open .workspace-sidebar-region,.workspace-sidebar-region.sidebar-mobile-open{transform:translate(0);pointer-events:auto}}.dark{--workspace-bg: #18130f;--workspace-sidebar: #15110d;--workspace-surface: #1d1712;--workspace-surface-muted: #241d16;--workspace-surface-accent: #2d241b;--workspace-accent: #d4af5a;--workspace-text: #f7f0e5;--workspace-text-muted: rgba(247, 240, 229, .7);--workspace-text-soft: rgba(247, 240, 229, .52);--workspace-border: rgba(247, 240, 229, .08);--workspace-border-strong: rgba(247, 240, 229, .14);--workspace-shadow: 0 18px 40px rgba(0, 0, 0, .3)}.dark .workspace-status-badge--success{color:#6ea874}.dark .workspace-status-badge--warning{color:#d29a52}.dark .workspace-status-badge--danger{color:#d47766}.dark .workspace-button--primary{background:#f7f0e5;color:#18130f;border-color:#f7f0e5}.dark .workspace-button--primary:hover{background:#efe5d4;border-color:#efe5d4}.dark .workspace-button--default,.dark .workspace-button--secondary{background:#241d16;color:#f7f0e5;border-color:#f7f0e524}.dark .workspace-button--danger{background:#241d16;color:#d47766}.dark .workspace-button--danger:hover{background:#d477661f;border-color:#d477664d}.dark .workspace-button{background:#241d16;border-color:#f7f0e524}.dark .workspace-button:hover{background:#2d241b}.dark .workspace-surface-card--default{background:#241d16;border-color:#f7f0e514}.dark .workspace-surface-card--section{background:#1d1712}.dark .workspace-surface-card--notice{background:#1d1712;border-color:#f7f0e524}.dark .workspace-form-field__control{background:#1d1712;border-color:#f7f0e524;color:#f7f0e5}.dark .workspace-surface-card.workspace-deployment-card{background:#241d16;border-color:#f7f0e514}.dark .workspace-deployment-card__status-pill{background:#1d1712;border-color:#f7f0e524}.dark .workspace-deployment-card__status-pill--success{color:#6ea874;border-color:#6ea87499}.dark .workspace-deployment-card__status-pill--warning{color:#d29a52;border-color:#d29a5266}.dark .workspace-deployment-card__status-pill--danger{color:#d47766;border-color:#d4776659}.dark .workspace-deployment-card__status-pill--muted,.dark .workspace-deployment-card__status-pill--neutral,.dark .workspace-deployment-card__status-pill--accent{color:#f7f0e599;border-color:#f7f0e524}.dark .workspace-deployment-card__meta{color:#f7f0e5b3}.dark .workspace-deployment-card__meta--primary{color:#f7f0e5;opacity:.7}.dark .workspace-deployment-card__meta--secondary{color:#f7f0e594}.dark .workspace-deployment-card__meta-separator{color:#f7f0e56b}.dark .workspace-deployment-card__agent-pill{background:#1d1712;color:#f7f0e5b8}.dark .workspace-deployment-card__control{border-color:#f7f0e54d;background:#1d1712;color:#f7f0e5b8}.dark .workspace-deployment-card__control:hover{color:#f7f0e5;background:#2d241b}.dark .workspace-deployment-card__control--primary{color:var(--workspace-accent);border-color:#d4af5ab3}.dark .workspace-deployment-card__control--primary:hover{color:#e0be6e;border-color:#d4af5ae6}.dark .workspace-sidebar{border-color:#f7f0e50f;box-shadow:inset 0 1px #f7f0e50a}.dark .workspace-sidebar__collapse{color:#f7f0e5ad}.dark .workspace-sidebar__collapse:hover{color:#f7f0e5}.dark .workspace-sidebar__collapse svg g{opacity:.7}.dark .workspace-sidebar__user-email{color:#f7f0e58f}.dark .workspace-sidebar__chevron{color:#f7f0e5b3}.dark .workspace-sidebar__item{color:#f7f0e5b8}.dark .workspace-sidebar__item:hover{background:#f7f0e50f;color:#f7f0e5}.dark .workspace-sidebar__item.is-active{background:#241d16;color:var(--workspace-accent);box-shadow:inset 0 1px #f7f0e50a,0 10px 18px #0000001f}.dark .workspace-sidebar__metric-label{color:#f7f0e5b8}.dark .workspace-sidebar__metric-value{color:#f7f0e5c2}.dark .workspace-sidebar__tier-pill,.dark .workspace-sidebar__tier-pill--free{background:#1d1712;color:#f7f0e5c2}.dark .workspace-sidebar__metric-links{border-top-color:#f7f0e514}.dark .workspace-sidebar__metric-link{color:#f7f0e5b8}.dark .workspace-sidebar__metric-link:hover{color:#f7f0e5}.dark .workspace-sidebar__footer-link{color:#f7f0e594}.dark .workspace-sidebar__footer-link:hover{color:#f7f0e5}.dark .workspace-sidebar__icon-link{background:#1d1712d1;border-color:#f7f0e514;color:#f7f0e5b8}.dark .workspace-sidebar__icon-link:hover{color:#f7f0e5;background:#2d241b}.dark .workspace-sidebar__user-menu{border-color:#f7f0e51a;background:#1d1712;box-shadow:0 16px 32px #0000004d}.dark .workspace-sidebar__user-menu-item{color:#f7f0e5c7}.dark .workspace-sidebar__user-menu-item:hover{background:#f7f0e50f;color:#f7f0e5}.dark .workspace-option-card{background:#241d16;border-color:#f7f0e514}.dark .workspace-option-card.is-selected{border-color:var(--workspace-accent);background:#1d1712}.dark .workspace-option-card.is-recommended{border-color:#d4af5a59}.dark .workspace-option-meta__line--success{color:#6ea874}.dark .workspace-agent-type-card{border-color:#d4af5a26;background:linear-gradient(180deg,#2d241b,#241d16);box-shadow:0 10px 20px #0000001f}.dark .workspace-agent-type-card:hover{border-color:#d4af5a52}.dark .workspace-agent-type-card.is-selected{background:#1d1712;border-color:#d4af5a73;box-shadow:0 0 0 2px #d4af5a1a,0 14px 28px #00000024}.dark .workspace-agent-type-card__description{color:#f7f0e5ad}.dark .workspace-agent-type-card__price{color:#f7f0e5b3}.dark .workspace-agent-type-card__price-subtle{color:#f7f0e58f}.dark .workspace-confirm-overlay{background:#00000080}.dark .vm-dropdown-menu{background:#1d1712;border-color:#f7f0e524;box-shadow:0 16px 32px #0000004d}.dark .vm-dropdown-item:hover{background:#241d16}.dark .vm-dropdown-item.danger{color:#d47766}.dark .sweeper-popover{background:#1d1712;border-color:#f7f0e524}.dark .sweeper-action-badge.stopped{color:#d29a52}.dark .sweeper-action-badge.deleted{color:#d47766}.dark .workspace-empty-state__artwork-shell{background:#241d16}.dark .workspace-inline-notice--warning{background:#241d16;color:#d29a52;border-color:#d29a5247}.dark .workspace-auto-renew{background:#1d1712;border-color:#f7f0e524}.dark .workspace-auto-renew.on{border-color:#6ea87459;color:#6ea874}.dark .toggle-switch{background:#f7f0e526}.dark .toggle-switch.on{background:#6ea87466}.dark .status-badge{background:#1d1712;border-color:#f7f0e524}.dark .status-badge.running{color:#6ea874}.dark .status-badge.error,.dark .status-badge.failed{color:#d47766}.dark .status-badge.pending{color:#d29a52}.dark .result{background:#1d1712;border-color:#f7f0e524}.dark .result.success{border-color:#6ea87447;color:#6ea874}.dark .result.error{border-color:#d4776647;color:#d47766}.dark .back-btn{background:#241d16;border-color:#f7f0e524}.dark .back-btn:hover{background:#2d241b}.dark .header-action-btn{background:#241d16;border-color:#f7f0e524}.dark .header-action-btn:hover{background:#2d241b}.dark .header-action-btn.accent{background:#f7f0e5;border-color:#f7f0e5;color:#18130f}.dark .header-action-btn.accent:hover{background:#efe5d4;border-color:#efe5d4}.dark .workspace-page__section--telegram{background:#241d16;border-color:#d4af5a14}.dark .workspace-page__section--telegram .workspace-form-field__label{color:#f7f0e5}.dark .workspace-page__section--telegram .workspace-form-field__hint,.dark .workspace-page__section--telegram .tg-guide-toggle{color:#f7f0e5b3}.dark .workspace-page__section--telegram .tg-guide-toggle:hover{color:#f7f0e5}.dark .workspace-page__section--telegram .tg-guide-steps{color:#f7f0e5b3}.dark .tg-guide-toggle{background:#241d16;border-color:#f7f0e524}.dark .tg-guide-toggle:hover{background:#2d241b}.dark .mobile-nav-overlay,.dark .mobile-nav-overlay.visible{background:#0006}.dark .workspace-status-badge{background:#1d1712;border-color:#f7f0e524}.dark .workspace-form-field__error{color:#d47766}.dark .workspace-form-field.has-error .workspace-form-field__control{border-color:#d4776661}.ottie-page{display:flex;flex:1;flex-direction:column;height:calc(100vh - 48px);height:calc(100dvh - 48px);min-height:0;overflow:hidden;color:var(--workspace-text)}.ottie-page--state{align-items:center;justify-content:center;padding:32px 16px}.ottie-state-card{width:min(560px,100%);padding:28px;border:1px solid var(--workspace-border-strong);border-radius:28px;background:var(--workspace-surface);box-shadow:var(--workspace-shadow)}.ottie-state-card__eyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#d4a84b24;color:var(--workspace-accent);font-size:12px;font-weight:600;line-height:1}.ottie-state-card h1{margin:16px 0 0;font-size:24px;line-height:1.2;font-weight:700}.ottie-state-card p{margin:10px 0 0;color:var(--workspace-text-muted);font-size:14px;line-height:1.5}.ottie-state-card__actions{margin-top:20px}.ottie-workspace-shell{display:flex;flex:1;flex-direction:column;min-height:0;gap:24px;overflow:hidden}.ottie-workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ottie-workspace-header__main,.ottie-workspace-header__actions,.ottie-chat-panel__header,.ottie-chat-panel__role-chip,.ottie-role-card-top,.ottie-composer__footer,.ottie-composer__actions,.ottie-message-meta{display:flex;align-items:center;gap:12px}.ottie-workspace-header__main{min-width:0;gap:14px;align-items:flex-start}.ottie-workspace-header__actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;padding-top:2px}.ottie-back-link{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;text-decoration:none;color:var(--workspace-text);background:transparent;border:1px solid transparent;flex-shrink:0;margin-top:3px}.ottie-back-link:hover{background:#2826220a}.ottie-back-link:focus-visible{outline:none;border-color:#d4a84b40}.ottie-back-link span{font-size:16px;font-weight:400;line-height:1;transform:translateY(-1px)}.ottie-workspace-header__titles{min-width:0}.ottie-workspace-header__titles h1{margin:0;font-size:24px;line-height:1.2;font-weight:700}.ottie-workspace-header__titles p{margin:8px 0 0;color:var(--workspace-text-soft);font-size:14px;line-height:1.45}.ottie-status-pill,.ottie-action-button{display:inline-flex;align-items:center;justify-content:center;height:24px;min-height:24px;padding:4px 10px;border-radius:8px;border:1px solid rgba(40,38,34,.22);background:#fffbf6;color:var(--workspace-text);font:inherit;font-size:13px;font-weight:500;line-height:1;text-decoration:none;white-space:nowrap;box-sizing:border-box}.ottie-action-button{cursor:pointer}.ottie-action-button:hover{background:#fffbf6}.ottie-action-button:focus-visible{outline:none;box-shadow:0 0 0 2px #d4a84b1f}.ottie-action-button:disabled{opacity:.5;cursor:not-allowed}.ottie-action-button--primary{border-color:#d4a84b85;background:#fffbf6;color:var(--workspace-accent)}.ottie-action-button--primary:hover{background:#fffbf6}.ottie-status-pill--connected,.ottie-status-pill--running{color:#27a857;border-color:#27a8578c;background:#27a8570f}.ottie-status-pill--pairing,.ottie-status-pill--connecting,.ottie-status-pill--pending{color:#a6771e;border-color:#d4a84b94;background:#d4a84b14}.ottie-status-pill--disconnected,.ottie-status-pill--stopped,.ottie-status-pill--terminated{color:#282622ad;border-color:#28262238;background:#28262208}.ottie-status-pill--error,.ottie-status-pill--failed{color:#9a3c2d;border-color:#9a3c2d57;background:#9a3c2d0f}.ottie-workspace-shell__body{display:grid;grid-template-columns:384px minmax(0,1fr);gap:24px;min-height:0;flex:1;overflow:hidden}.ottie-role-switcher{display:flex;flex-direction:column;min-height:0;padding:12px;border-radius:16px;background:var(--workspace-surface-muted);border:1px solid rgba(212,168,75,.14);overflow:hidden}.ottie-role-switcher__intro{padding:18px 20px 16px}.ottie-role-switcher__intro p{margin:0;color:#282622b8;font-size:14px;line-height:1.4}.ottie-role-switcher__intro strong{color:var(--workspace-text);font-weight:700}.ottie-role-switcher__intro-copy{display:inline;font-style:oblique 10deg}.ottie-role-switcher__list{display:flex;flex:1;flex-direction:column;gap:10px;min-height:0;overflow-y:auto;padding-right:6px;padding-bottom:6px}.ottie-role-switcher__list::-webkit-scrollbar,.ottie-chat-panel__body::-webkit-scrollbar{width:2px;height:2px}.ottie-role-switcher__list::-webkit-scrollbar-track,.ottie-chat-panel__body::-webkit-scrollbar-track{background:#d4a84b1f;border-radius:999px}.ottie-role-switcher__list::-webkit-scrollbar-thumb,.ottie-chat-panel__body::-webkit-scrollbar-thumb{background:#d4a84b73;border-radius:999px}.ottie-role-card{width:100%;padding:16px 18px;border:1px solid transparent;border-radius:20px;background:transparent;text-align:left;color:var(--workspace-text)}.ottie-role-card:hover{background:#ffffff73}.ottie-role-card.active{background:#fff;border-color:transparent}.ottie-role-card:focus,.ottie-role-card:focus-visible{outline:none;box-shadow:none;border-color:transparent}.ottie-role-card-title{flex:1;min-width:0}.ottie-role-card strong{display:block;font-size:14px;line-height:1.1;font-weight:700}.ottie-role-card-title span{display:block;margin-top:2px;color:var(--workspace-text-muted);font-size:12px;line-height:1.2}.ottie-role-card p{margin:12px 0 0;color:#282622;font-size:12px;font-style:normal;font-weight:400;line-height:normal;opacity:.7}.ottie-role-avatar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:color-mix(in srgb,var(--role-accent, var(--workspace-accent)) 72%,white 28%);color:#fff;font-size:14px;font-weight:700;line-height:1;flex-shrink:0}.ottie-role-avatar--hero{width:48px;height:48px;font-size:22px}.ottie-unread-badge{min-width:24px;height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#d4a84b24;color:var(--workspace-accent);font-size:12px;font-weight:700;line-height:1;flex-shrink:0}.ottie-chat-panel{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.ottie-chat-panel__header,.ottie-banner,.ottie-empty-state,.ottie-composer textarea{border:1px solid var(--workspace-border);background:#fff}.ottie-chat-panel__header{justify-content:space-between;padding:16px;border-radius:28px}.ottie-chat-panel__role-chip,.ottie-chat-panel__role-copy{min-width:0}.ottie-chat-panel__role-copy h2{margin:0;color:var(--workspace-accent);font-size:16px;line-height:1.1;font-weight:700}.ottie-chat-panel__role-copy p{margin:6px 0 0;color:var(--workspace-text-muted);font-size:14px;line-height:1.45}.ottie-banner{margin-top:14px;padding:14px 16px;border-radius:16px;color:#282622d6;font-size:14px;line-height:1.45}.ottie-banner.warning{color:#8a5a1e;border-color:#8a5a1e3d}.ottie-banner.error{color:#9a3c2d;border-color:#9a3c2d42}.ottie-banner.pairing{color:#856015;border-color:#d4a84b42}.ottie-chat-panel__body{display:flex;flex:1;flex-direction:column;min-height:360px;overflow-y:auto;padding:18px 4px 18px 0}.ottie-empty-state{align-self:stretch;padding:16px;border-radius:22px}.ottie-empty-state h3{margin:0 0 8px;font-size:14px;line-height:1.2;font-weight:700}.ottie-empty-state p{margin:0;color:var(--workspace-text-muted);font-size:14px;line-height:1.2}.ottie-message-list{display:flex;flex-direction:column;gap:18px;min-height:100%}.ottie-message{display:flex;flex-direction:column;gap:8px}.ottie-message.user{align-items:flex-end}.ottie-message-meta{color:var(--workspace-text-soft);font-size:13px;line-height:1.3}.ottie-message-bubble{max-width:min(760px,100%);padding:14px 18px;border-radius:18px;background:#fff;border:1px solid var(--workspace-border)}.ottie-message.user .ottie-message-bubble{background:#d4a84b33;border-color:#d4a84b2e}.ottie-message-text{margin:0;white-space:pre-wrap;color:var(--workspace-text);font-size:14px;line-height:1.55}.ottie-message-thinking{margin-bottom:12px;padding-left:12px;border-left:2px solid rgba(212,168,75,.46);color:#282622c7;font-size:14px;line-height:1.5;white-space:pre-wrap}.ottie-tool-card{margin-top:10px;padding:12px 14px;border-radius:14px;border:1px solid rgba(212,168,75,.18);background:#fdf3e7b8}.ottie-tool-card.result{background:#fffbf6f5}.ottie-tool-label{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:#d4a84b24;color:var(--workspace-accent);font-size:11px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.06em}.ottie-tool-card strong{display:block;margin-top:10px;font-size:14px;line-height:1.4}.ottie-tool-card pre{margin:8px 0 0;white-space:pre-wrap;color:#282622b8;font-size:12px;line-height:1.45}.ottie-send-error{margin-top:12px;color:#9a3c2d;font-size:13px;line-height:1.4}.ottie-composer{margin-top:16px}.ottie-composer textarea{width:100%;resize:none;min-height:92px;max-height:220px;padding:20px 24px;border-radius:24px;color:var(--workspace-text);font:inherit;font-size:14px;line-height:1.5;box-sizing:border-box}.ottie-composer textarea::placeholder{color:#28262259}.ottie-composer textarea:focus{outline:none;border-color:#d4a84b3d;box-shadow:var(--workspace-shadow),0 0 0 2px #d4a84b1a}.ottie-composer__footer{justify-content:space-between;padding-top:16px}.ottie-composer__hint{color:var(--workspace-text-muted);font-size:14px;line-height:1.4}.ottie-composer__actions{justify-content:flex-end;flex-wrap:wrap}.ottie-composer__actions .ottie-action-button{height:36px;min-height:36px;padding:0 14px;border-radius:10px}.ottie-streaming-indicator{display:inline-flex;align-items:center;gap:6px;width:fit-content;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--workspace-border)}.ottie-streaming-indicator span{width:8px;height:8px;border-radius:999px;background:var(--workspace-accent);animation:ottie-pulse 1s infinite ease-in-out}.ottie-streaming-indicator span:nth-child(2){animation-delay:.12s}.ottie-streaming-indicator span:nth-child(3){animation-delay:.24s}@keyframes ottie-pulse{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}@media(max-width:1200px){.ottie-workspace-shell__body{grid-template-columns:320px minmax(0,1fr)}}@media(max-width:980px){.ottie-workspace-shell__body{grid-template-columns:1fr}.ottie-role-switcher{padding:16px}.ottie-role-switcher__list{flex-direction:row;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;padding-right:0}.ottie-role-card{min-width:240px}.ottie-chat-panel__body{min-height:280px}}.dark .ottie-back-link:hover{background:#f7f0e50f}.dark .ottie-status-pill,.dark .ottie-action-button{border-color:var(--workspace-border-strong);background:var(--workspace-surface);color:var(--workspace-text)}.dark .ottie-action-button:hover{background:var(--workspace-surface-muted)}.dark .ottie-action-button--primary{border-color:#d4af5a85;background:var(--workspace-surface);color:var(--workspace-accent)}.dark .ottie-action-button--primary:hover{background:var(--workspace-surface-muted)}.dark .ottie-status-pill--disconnected,.dark .ottie-status-pill--stopped,.dark .ottie-status-pill--terminated{color:#f7f0e5ad;border-color:var(--workspace-border-strong);background:#f7f0e508}.dark .ottie-role-switcher__intro p{color:#f7f0e5b8}.dark .ottie-role-card:hover{background:#f7f0e50f}.dark .ottie-role-card.active{background:var(--workspace-surface);border-color:transparent}.dark .ottie-role-card p{color:var(--workspace-text-muted)}.dark .ottie-chat-panel__header,.dark .ottie-banner,.dark .ottie-empty-state,.dark .ottie-composer textarea{border-color:var(--workspace-border);background:var(--workspace-surface)}.dark .ottie-banner{color:#f7f0e5d6}.dark .ottie-message-bubble{background:var(--workspace-surface-muted);color:var(--workspace-text);border-color:var(--workspace-border)}.dark .ottie-message-thinking{color:var(--workspace-text-soft)}.dark .ottie-tool-card{background:var(--workspace-surface);border-color:var(--workspace-border-strong);color:var(--workspace-text)}.dark .ottie-tool-card.result{background:var(--workspace-surface-muted)}.dark .ottie-tool-card pre{color:#f7f0e5b8}.dark .ottie-composer textarea::placeholder{color:#f7f0e559}.dark .ottie-streaming-indicator{background:var(--workspace-surface);border-color:var(--workspace-border)}@media(max-width:720px){.ottie-workspace-header,.ottie-workspace-header__actions,.ottie-chat-panel__header,.ottie-composer__footer{align-items:flex-start;flex-direction:column}.ottie-workspace-header__actions,.ottie-composer__actions{width:100%;justify-content:flex-start}.ottie-workspace-header__titles h1{font-size:22px}.ottie-state-card,.ottie-role-switcher,.ottie-chat-panel__header,.ottie-empty-state,.ottie-composer textarea{border-radius:22px}.ottie-chat-panel__header{padding:20px}.ottie-chat-panel__body{min-height:220px}.ottie-message-bubble{max-width:100%}.ottie-composer textarea{min-height:84px;padding:18px 18px 16px}}.town-page{height:100%;flex:1;min-height:0;display:flex;flex-direction:column;background:var(--workspace-bg)}.town-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.town-zoom-label{display:inline-flex;align-items:center;justify-content:center;min-width:56px;height:24px;padding:4px 10px;border-radius:8px;border:1px solid rgba(40,38,34,.14);background:#fffbf6;color:#282622;font-size:13px;font-weight:700;line-height:1}.town-reset-btn{min-height:24px;height:24px;padding:0 10px;font-size:13px;line-height:1}.town-shell{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;border-radius:24px;border:1px solid rgba(40,38,34,.08);background:radial-gradient(circle at top left,rgba(212,168,75,.08),transparent 24%),linear-gradient(180deg,#0e1110,#0a0d0b)}.town-viewport{position:relative;flex:1;min-height:0;overflow:hidden}.town-viewport canvas{display:block;width:100%;height:100%;image-rendering:pixelated;cursor:grab}.town-viewport canvas:active{cursor:grabbing}.town-load-error{margin:16px;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,186,173,.22);background:#7a2816b8;color:#ffe0da}.dark .town-zoom-label{background:var(--workspace-surface);color:var(--workspace-text);border-color:var(--workspace-border-strong)}.dark .town-shell{border-color:#f7f0e514}@media(max-width:920px){.town-toolbar{justify-content:space-between;width:100%}}
