:root{--app-sidebar-width:280px;--app-sidebar-collapsed:64px;--app-ai-panel-width:420px;--app-ai-panel-min:380px;--app-bottom-panel-height:260px;--app-topbar-height:56px;--sp-4:4px;--sp-8:8px;--sp-12:12px;--sp-16:16px;--sp-20:20px;--sp-24:24px;--sp-32:32px;--sp-48:48px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--bg-app:#090b10;--bg-sidebar:#0c0f15;--bg-panel:#0e1118;--bg-surface:rgba(15,19,28,0.85);--bg-surface-hover:rgba(22,27,40,0.9);--bg-elevated:rgba(25,31,45,0.95);--bg-input:rgba(12,15,22,0.8);--border-subtle:rgba(148,163,184,0.1);--border-default:rgba(148,163,184,0.16);--border-strong:rgba(148,163,184,0.24);--border-accent:rgba(120,169,255,0.3);--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--text-accent:#78a9ff;--accent-blue:#78a9ff;--accent-green:#4ade80;--accent-amber:#fbbf24;--accent-red:#f87171;--accent-purple:#a78bfa;--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;--font-mono:"SF Mono","Fira Code","JetBrains Mono",monospace;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 12px rgba(0,0,0,0.4);--shadow-lg:0 12px 40px rgba(0,0,0,0.5)}.app-shell{display:grid;grid-template-columns:var(--app-sidebar-width) 1fr;height:100vh;overflow:hidden;background:var(--bg-app)}.app-shell.sidebar-collapsed{grid-template-columns:var(--app-sidebar-collapsed) 1fr}.app-sidebar{height:100vh;background:var(--bg-sidebar);border-right:1px solid var(--border-subtle);padding:var(--sp-16);gap:var(--sp-8);overflow-y:auto;overflow-x:hidden}.app-sidebar,.sidebar-top{display:flex;flex-direction:column}.sidebar-top{gap:var(--sp-12);padding-bottom:var(--sp-16);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--sp-8)}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:2px var(--sp-8);border:none;background:transparent;cursor:pointer;border-radius:var(--radius-md);transition:background .15s;min-height:0}.sidebar-logo:hover{background:var(--bg-surface-hover)}.logo-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(120,169,255,.15),rgba(167,139,250,.15));border:1px solid var(--border-accent);font-weight:700;font-size:14px;color:var(--accent-blue);flex-shrink:0}.logo-text.logo-wordmark{font-size:17px;font-weight:780;letter-spacing:-.05em;line-height:1;color:#f1f5f9;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.sidebar-search{display:flex;align-items:center;gap:var(--sp-8);padding:var(--sp-8) var(--sp-12);border-radius:var(--radius-sm);background:var(--bg-input);border:1px solid var(--border-subtle);color:var(--text-muted);font-size:13px;cursor:pointer;transition:border-color .15s}.sidebar-search:hover{border-color:var(--border-default)}.sidebar-new-project{display:flex;align-items:center;justify-content:center;gap:var(--sp-8);padding:var(--sp-8) var(--sp-16);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(120,169,255,.12),rgba(120,169,255,.06));border:1px solid var(--border-accent);color:var(--text-accent);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.sidebar-new-project:hover{background:linear-gradient(135deg,rgba(120,169,255,.2),rgba(120,169,255,.1));border-color:var(--accent-blue)}.sidebar-projects{flex:1 1;display:flex;flex-direction:column;gap:var(--sp-4);overflow-y:auto}.sidebar-nav-link{display:flex;align-items:center;gap:12px;min-height:40px;padding:9px 12px;border-radius:var(--radius-md);border:1px solid transparent;color:var(--text-secondary);font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1.25;text-decoration:none;transition:background .15s,border-color .15s,color .15s;cursor:pointer}.sidebar-nav-link .sidebar-icon{width:20px;height:20px;flex-shrink:0}.sidebar-nav-label{flex:1 1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav-link:hover{background:var(--bg-surface-hover);border-color:var(--border-default);color:var(--text-primary)}.sidebar-nav-link.active{background:rgba(120,169,255,.14);border-color:rgba(120,169,255,.32);color:var(--text-primary)}.sidebar-project-link{width:100%}.sidebar-project-link.archived{opacity:.85}.sidebar-archived-row{display:flex;align-items:center;gap:8px;min-width:0}.sidebar-archived-row .sidebar-project-link{flex:1 1;min-width:0}.sidebar-secondary-nav{display:flex;flex-direction:column;gap:4px;padding:var(--sp-12) var(--sp-12) 0;flex-shrink:0;border-top:1px solid var(--border-subtle);margin-top:var(--sp-8)}.sidebar-secondary-nav.is-collapsed{padding:var(--sp-8);align-items:center}.sidebar-secondary-nav.is-collapsed .sidebar-nav-link{justify-content:center;width:40px;min-height:40px;padding:0}.sidebar-secondary-nav .sidebar-group-label{padding-left:12px;margin-bottom:4px;font-size:11px;letter-spacing:.1em}.app-shell.sidebar-collapsed .sidebar-nav-group .sidebar-nav-label,.app-shell.sidebar-collapsed .sidebar-secondary-nav .sidebar-group-label{display:none}.app-shell.sidebar-collapsed .sidebar-bottom .sidebar-nav-link,.app-shell.sidebar-collapsed .sidebar-secondary-nav .sidebar-nav-link{justify-content:center;width:40px;min-height:40px;padding:0}.sidebar-bottom-link,.sidebar-discover-link,.sidebar-project-card{display:flex;align-items:center;gap:12px;min-height:40px;padding:9px 12px;border-radius:var(--radius-md);border:1px solid transparent;color:var(--text-secondary);font-size:14px;font-weight:600;letter-spacing:-.01em;line-height:1.25;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.sidebar-bottom-link:hover,.sidebar-discover-link:hover,.sidebar-project-card:hover{background:var(--bg-surface-hover);border-color:var(--border-default);color:var(--text-primary)}.sidebar-bottom-link.active,.sidebar-discover-link.active,.sidebar-project-card.active{background:rgba(120,169,255,.14);border-color:rgba(120,169,255,.32);color:var(--text-primary)}.project-health-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.project-health-dot.healthy{background:var(--accent-green)}.project-health-dot.degraded,.project-health-dot.paused{background:var(--accent-amber)}.project-health-dot.archived{background:var(--text-muted)}.project-health-dot.error{background:var(--accent-red)}.project-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.project-card-name{font-size:13px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-card-meta{font-size:12px;color:var(--text-muted)}.project-card-initial{font-size:14px;font-weight:700;color:var(--text-secondary)}.sidebar-bottom{display:flex;flex-direction:column;gap:var(--sp-12);padding-top:var(--sp-12);border-top:1px solid var(--border-subtle);margin-top:auto}.sidebar-bottom-link.is-coming-soon,.sidebar-nav-link.is-coming-soon{opacity:.6}.sidebar-nav-group{display:flex;flex-direction:column;gap:4px}.sidebar-group-label{display:block;padding:var(--sp-4) var(--sp-12);font-weight:700;letter-spacing:.06em;min-height:20px}.coming-soon-badge,.sidebar-group-label{color:var(--text-muted);font-size:10px;text-transform:uppercase}.coming-soon-badge{margin-left:auto;padding:2px 6px;border-radius:4px;background:rgba(148,163,184,.1);border:1px solid var(--border-subtle);font-weight:600;letter-spacing:.04em}.sidebar-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0}.sidebar-icon svg{width:100%;height:100%}.app-main{display:grid;grid-template-columns:1fr var(--app-ai-panel-width);grid-template-rows:1fr}.app-main,.app-workspace{height:100vh;overflow:hidden}.app-workspace{display:flex;flex-direction:column;min-width:0}.project-topbar{gap:var(--sp-16);height:var(--app-topbar-height);padding:0 var(--sp-16);border-bottom:1px solid var(--border-subtle);background:var(--bg-panel);overflow:hidden}.project-topbar,.topbar-left{display:flex;align-items:center;flex-shrink:0}.topbar-left{gap:var(--sp-8)}.topbar-project-name{font-size:13px;font-weight:600;color:var(--text-primary);margin:0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-framework-badge{padding:3px 8px;border-radius:4px;background:rgba(120,169,255,.08);border:1px solid rgba(120,169,255,.2);font-size:11px;font-weight:500;color:var(--text-accent)}.topbar-tabs{display:flex;gap:var(--sp-4);margin-left:var(--sp-12);min-width:0;overflow-x:auto;scrollbar-width:none}.topbar-tabs::-webkit-scrollbar{display:none}.topbar-tab{padding:var(--sp-6) var(--sp-10);border-radius:var(--radius-sm);font-size:12.5px;font-weight:500;color:var(--text-muted);transition:all .15s;white-space:nowrap;flex-shrink:0}.topbar-tab:hover{color:var(--text-secondary);background:var(--bg-surface-hover)}.topbar-tab.active{color:var(--text-primary);background:var(--bg-surface)}.topbar-actions{display:flex;gap:var(--sp-6);margin-left:auto;flex-shrink:0}.topbar-action-btn{display:flex;align-items:center;gap:var(--sp-4);padding:var(--sp-4) var(--sp-12);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);background:transparent;font-size:12px;color:var(--text-secondary);cursor:pointer;transition:all .15s}.topbar-action-btn:hover{background:var(--bg-surface-hover);border-color:var(--border-default);color:var(--text-primary)}.topbar-action-btn .sidebar-icon{width:14px;height:14px}.workspace-content{flex:1 1;overflow:auto;min-height:0}.bottom-panel-bar{padding:var(--sp-4) var(--sp-16);border-top:1px solid var(--border-subtle);background:var(--bg-panel);height:32px;flex-shrink:0}.bottom-panel-bar,.bottom-panel-toggle{display:flex;align-items:center;gap:var(--sp-4)}.bottom-panel-toggle{padding:var(--sp-4) var(--sp-8);border:none;border-radius:4px;background:transparent;font-size:11px;color:var(--text-muted);cursor:pointer;transition:color .15s}.bottom-panel-toggle:hover{color:var(--text-secondary)}.bottom-panel-toggle .sidebar-icon{width:14px;height:14px}.bottom-panel{display:flex;flex-direction:column;height:var(--app-bottom-panel-height);border-top:1px solid var(--border-default);background:var(--bg-panel);flex-shrink:0}.bottom-panel-header{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-4) var(--sp-16);border-bottom:1px solid var(--border-subtle)}.bottom-panel-tabs{display:flex;gap:var(--sp-4)}.bottom-panel-tab{padding:var(--sp-4) var(--sp-12);border:none;border-radius:4px;background:transparent;font-size:12px;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .15s}.bottom-panel-tab:hover{color:var(--text-secondary)}.bottom-panel-tab.active{color:var(--text-primary);background:var(--bg-surface)}.bottom-panel-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--text-muted);cursor:pointer}.bottom-panel-close:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.bottom-panel-close .sidebar-icon{width:14px;height:14px}.bottom-panel-content{flex:1 1;overflow:auto;padding:var(--sp-16)}.bottom-panel-placeholder{display:flex;align-items:center;justify-content:center;height:100%}.ai-panel{display:flex;flex-direction:column;height:100vh;border-left:1px solid var(--border-subtle);background:var(--bg-panel);min-width:var(--app-ai-panel-min);overflow:hidden}.overview-page{padding:var(--sp-48);max-width:1000px}.overview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:var(--sp-16);gap:var(--sp-16);margin-bottom:var(--sp-48)}.overview-card{padding:var(--sp-24);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface);transition:border-color .15s}.overview-card:hover{border-color:var(--border-default)}.overview-card-header{display:flex;align-items:center;gap:var(--sp-8);margin-bottom:var(--sp-12)}.overview-card-header h4{font-size:13px;font-weight:600;color:var(--text-secondary);margin:0}.overview-card-header .sidebar-icon{color:var(--text-muted)}.overview-card-body{font-size:13px}.overview-card-body .text-muted{margin:0 0 var(--sp-4)}.overview-health-status{display:flex;align-items:center;gap:var(--sp-8);font-size:13px;color:var(--text-primary)}.health-indicator{width:8px;height:8px;border-radius:50%}.health-indicator.healthy{background:var(--accent-green)}.health-indicator.degraded{background:var(--accent-amber)}.health-indicator.error{background:var(--accent-red)}.overview-status-badge{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:12px;font-weight:500;background:rgba(148,163,184,.08);color:var(--text-secondary)}.overview-status-badge.healthy{background:rgba(74,222,128,.1);color:var(--accent-green)}.overview-metric{font-size:14px;font-weight:600;color:var(--text-primary)}.overview-sections{display:flex;flex-direction:column;gap:var(--sp-32)}.overview-section h3{font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 var(--sp-16)}.overview-actions{display:flex;gap:var(--sp-8);flex-wrap:wrap}.overview-action-btn{padding:var(--sp-8) var(--sp-16);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);font-size:13px;color:var(--text-secondary);cursor:pointer;transition:all .15s}.overview-action-btn:hover{background:var(--bg-surface-hover);border-color:var(--border-strong);color:var(--text-primary)}.overview-detail{margin:0 0 var(--sp-4);font-size:13px;color:var(--text-secondary)}.overview-detail strong{color:var(--text-muted);font-weight:500}.overview-instructions-preview{font-size:13px;color:var(--text-secondary);padding:var(--sp-12);border-radius:var(--radius-sm);background:var(--bg-surface);border:1px solid var(--border-subtle);white-space:pre-wrap;line-height:1.5}.health-indicator.paused{background:var(--accent-amber)}.settings-page{padding:var(--sp-48);max-width:680px}.settings-title{font-size:20px;font-weight:700;margin:0;color:var(--text-primary)}.settings-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--sp-32)}.settings-save-btn{padding:var(--sp-8) var(--sp-16);border:none;border-radius:var(--radius-sm);background:var(--accent-blue);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.settings-save-btn:hover{background:#5a94ff}.settings-section{margin-bottom:var(--sp-32);padding-bottom:var(--sp-32);border-bottom:1px solid var(--border-subtle)}.settings-section:last-child{border-bottom:none}.settings-section h3{font-size:14px;font-weight:600;color:var(--text-primary);margin:0 0 var(--sp-12)}.settings-description{font-size:13px;color:var(--text-muted);margin:0 0 var(--sp-16)}.settings-field{margin-bottom:var(--sp-16)}.settings-field label{display:block;font-size:12px;font-weight:500;color:var(--text-secondary);margin-bottom:var(--sp-8)}.settings-input,.settings-select,.settings-textarea{width:100%;padding:var(--sp-8) var(--sp-12);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);font-size:13px;font-family:var(--font-sans);transition:border-color .15s}.settings-input:focus,.settings-select:focus,.settings-textarea:focus{outline:none;border-color:var(--accent-blue)}.settings-textarea.tall{min-height:140px;resize:vertical}.settings-health-grid{display:flex;flex-direction:column;gap:var(--sp-8)}.settings-health-item{display:flex;align-items:center;gap:var(--sp-12);padding:var(--sp-8) var(--sp-12);border-radius:var(--radius-sm);background:var(--bg-surface);font-size:13px}.settings-health-item .text-muted{margin-left:auto}.settings-btn{padding:var(--sp-8) var(--sp-16);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);font-size:13px;color:var(--text-secondary);cursor:pointer;transition:all .15s}.settings-btn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.settings-btn.danger,.settings-section.danger h3{color:var(--accent-red)}.settings-btn.danger{border-color:rgba(248,113,113,.3)}.settings-btn.danger:hover{background:rgba(248,113,113,.1)}.settings-danger-actions{display:flex;gap:var(--sp-8)}.checkpoints-page{padding:var(--sp-48);max-width:720px}.checkpoints-title{font-size:20px;font-weight:700;margin:0 0 var(--sp-8);color:var(--text-primary)}.checkpoints-timeline{margin-top:var(--sp-32);display:flex;flex-direction:column;gap:0;position:relative;padding-left:var(--sp-24)}.checkpoints-timeline:before{content:"";position:absolute;left:7px;top:12px;bottom:12px;width:2px;background:var(--border-default);border-radius:1px}.checkpoint-card{position:relative;padding:var(--sp-20) 0}.checkpoint-timeline-dot{position:absolute;left:calc(-1 * var(--sp-24) + 3px);top:28px;width:10px;height:10px;border-radius:50%;background:var(--accent-blue);border:2px solid var(--bg-app)}.checkpoint-card-content{padding:var(--sp-20);border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:var(--bg-surface);transition:border-color .15s}.checkpoint-card-content:hover{border-color:var(--border-default)}.checkpoint-card-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--sp-8)}.checkpoint-card-header h4{font-size:14px;font-weight:600;color:var(--text-primary);margin:0}.checkpoint-time{font-size:12px;color:var(--text-muted)}.checkpoint-summary{font-size:13px;color:var(--text-secondary);margin:0 0 var(--sp-12)}.checkpoint-meta{font-size:12px;color:var(--text-muted);margin-bottom:var(--sp-12)}.checkpoint-actions{display:flex;gap:var(--sp-8)}.checkpoint-btn{padding:var(--sp-4) var(--sp-12);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);font-size:12px;color:var(--text-secondary);cursor:pointer;transition:all .15s}.checkpoint-btn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.checkpoint-btn.secondary{border-color:var(--border-subtle)}.checkpoint-btn.danger{color:var(--accent-red);border-color:rgba(248,113,113,.2)}.checkpoint-btn.danger:hover{background:rgba(248,113,113,.08)}.preview-page{display:flex;flex-direction:column;height:100%;padding:var(--sp-16)}.preview-toolbar{display:flex;gap:var(--sp-8);margin-bottom:var(--sp-16)}.preview-toolbar-btn{padding:var(--sp-8) var(--sp-16);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--bg-surface);font-size:13px;color:var(--text-secondary);cursor:pointer;transition:all .15s}.preview-toolbar-btn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.preview-frame-container{flex:1 1;border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);overflow:hidden}.preview-frame-placeholder{display:flex;align-items:center;justify-content:center;height:100%}.text-muted{color:var(--text-muted);font-size:13px}.sidebar-logo-row{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-4);flex-wrap:nowrap;min-width:0;min-height:44px;max-height:44px}.sidebar-collapsed .sidebar-logo-row{flex-direction:column;align-items:center;gap:var(--sp-8)}.sidebar-collapse-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer;transition:all .15s;flex-shrink:0}.sidebar-collapse-btn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.sidebar-collapsed .sidebar-collapse-btn{width:32px;height:32px}.sidebar-search-input{border:none;background:transparent;color:var(--text-primary);font-size:13px;outline:none;width:100%}.sidebar-search-input::placeholder{color:var(--text-muted)}.sidebar-search.focused{border-color:var(--accent-blue)}.sidebar-no-results{padding:var(--sp-12);font-size:13px;color:var(--text-muted)}.deploy-modal-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.deploy-modal{width:420px;max-width:90vw;border-radius:var(--radius-lg);border:1px solid var(--border-default);background:var(--bg-panel);box-shadow:var(--shadow-lg);overflow:hidden}.deploy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-20) var(--sp-24);border-bottom:1px solid var(--border-subtle)}.deploy-modal-header h3{font-size:16px;font-weight:700;color:var(--text-primary);margin:0}.deploy-modal-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted);cursor:pointer}.deploy-modal-close:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.deploy-modal-body{padding:var(--sp-24)}.deploy-modal-status{display:flex;align-items:center;gap:var(--sp-12);padding:var(--sp-16);border-radius:var(--radius-md);background:var(--bg-surface);margin-bottom:var(--sp-20)}.deploy-modal-status p{margin:0;font-size:14px;color:var(--text-secondary)}.deploy-modal-options{display:flex;flex-direction:column;gap:var(--sp-8)}.deploy-option{display:flex;align-items:center;justify-content:space-between;padding:var(--sp-12) var(--sp-16);border-radius:var(--radius-sm);background:var(--bg-surface);border:1px solid var(--border-subtle)}.deploy-option-label{font-size:13px;color:var(--text-secondary)}.topbar-deploy-btn{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;border-color:rgba(99,102,241,.5)!important;color:#fff!important;font-weight:600!important;padding:0 14px!important;box-shadow:0 2px 8px rgba(99,102,241,.25)}.topbar-deploy-btn:hover{background:linear-gradient(135deg,#7c7ff7,#6366f1)!important;box-shadow:0 4px 14px rgba(99,102,241,.35);transform:translateY(-1px)}.topbar-action-secondary{opacity:.7}.topbar-action-secondary:hover{opacity:1}.rt-ai-resize-handle{position:absolute;left:-3px;top:0;bottom:0;width:6px;cursor:col-resize;z-index:10;background:transparent;transition:background .15s}.rt-ai-resize-handle.active,.rt-ai-resize-handle:hover{background:var(--border-accent)}.rt-sidebar-actions{display:flex;gap:4px;margin-top:6px}.rt-sidebar-action-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--text-muted,#64748b);cursor:pointer;transition:all .15s}.rt-sidebar-action-btn:hover{background:rgba(148,163,184,.1);color:var(--text-secondary,#94a3b8)}.rt-sidebar-action-btn svg{width:14px;height:14px}.rt-plus-menu{position:absolute;top:100%;right:0;margin-top:4px;background:var(--bg-elevated,#191f2d);border:1px solid var(--border-default,rgba(148,163,184,.16));border-radius:6px;padding:4px;min-width:120px;box-shadow:0 4px 12px rgba(0,0,0,.4);z-index:100}.rt-plus-menu button{display:block;width:100%;padding:6px 10px;border:none;border-radius:4px;background:transparent;color:var(--text-secondary,#94a3b8);font-size:12px;text-align:left;cursor:pointer;transition:all .12s}.rt-plus-menu button:hover{background:var(--bg-surface-hover,rgba(22,27,40,.9));color:var(--text-primary,#f1f5f9)}.rt-terminal-status-row{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:11px}.rt-sandbox-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500}.rt-sandbox-badge.ok{color:#4ade80;background:rgba(74,222,128,.1)}.rt-sandbox-badge.mid{color:#fbbf24;background:rgba(251,191,36,.1)}.rt-sandbox-badge.err{color:#f87171;background:rgba(248,113,113,.1)}.rt-terminal-cmd-status{color:#64748b}.preview-iframe{width:100%;height:100%;border:none}.topbar-actions-menu-wrapper{position:relative}.project-actions-dropdown{position:absolute;top:100%;right:0;z-index:100;min-width:180px;background:#1e1e2e;border:1px solid #2e2e3e;border-radius:8px;padding:4px 0;box-shadow:0 8px 24px rgba(0,0,0,.4)}.project-actions-dropdown button{display:block;width:100%;padding:8px 14px;background:none;border:none;color:#e0e0e8;font-size:13px;text-align:left;cursor:pointer;transition:background .15s}.project-actions-dropdown button:hover{background:#2a2a3e}.project-actions-dropdown button.danger{color:#f87171}.project-actions-dropdown button.danger:hover{background:rgba(248,113,113,.1)}.project-actions-dropdown hr{border:none;border-top:1px solid #2e2e3e;margin:4px 0}.logo-mark.runtime-logo{width:auto;height:auto;border:0;border-radius:0;background:transparent;color:inherit;padding:0;width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:visible}.logo-mark.runtime-logo .runtime-logo-mark{width:var(--runtime-logo-size,52px);height:var(--runtime-logo-size,52px);flex:0 0 auto}.logo-mark.runtime-logo.logo-mark-tight .runtime-logo-mark{transform:scale(1.38);transform-origin:center center}.sidebar-archived-section{margin-top:8px;padding-top:8px;border-top:1px solid #2e2e3e}.sidebar-archived-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:6px 12px;background:none;border:none;color:#888;font-size:11px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.sidebar-archived-toggle:hover{color:#aaa}.sidebar-project-card.archived{opacity:.6}.sidebar-inline-btn{background:none;border:none;color:#60a5fa;font-size:11px;cursor:pointer;padding:0 4px}.sidebar-inline-btn:hover{text-decoration:underline}.sidebar-inline-btn.danger{color:#f87171}.confirm-modal{max-width:420px}.checkpoint-file-stats,.settings-actions-grid{display:flex;gap:10px;flex-wrap:wrap}.checkpoint-file-stats{margin:6px 0}.checkpoint-stat{font-size:11px;color:#888;padding:2px 6px;border-radius:4px;background:rgba(255,255,255,.04)}.checkpoint-stat.created{color:#4ade80;background:rgba(74,222,128,.08)}.checkpoint-stat.updated{color:#fbbf24;background:rgba(251,191,36,.08)}.checkpoint-stat.deleted{color:#f87171;background:rgba(248,113,113,.08)}.asset-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:24px 16px;border:2px dashed rgba(255,255,255,.12);border-radius:8px;cursor:pointer;transition:border-color .15s,background .15s;margin-bottom:16px}.asset-upload-zone.drag-over,.asset-upload-zone:hover{border-color:var(--accent-blue,#78a9ff);background:rgba(120,169,255,.04)}.asset-upload-label{font-size:13px;color:#ccc}.asset-upload-hint{font-size:11px;color:#666}.asset-upload-compact{display:inline-flex;position:relative}.asset-upload-compact.drag-over{background:rgba(120,169,255,.1);border-radius:4px}.asset-upload-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:rgba(255,255,255,.06);color:#aaa;border-radius:4px;cursor:pointer;transition:background .15s,color .15s}.asset-upload-btn:hover{background:rgba(120,169,255,.15);color:var(--accent-blue,#78a9ff)}.staged-asset-list{display:flex;flex-direction:column;gap:4px;padding:8px 10px;margin-bottom:6px;background:rgba(120,169,255,.04);border:1px solid rgba(120,169,255,.12);border-radius:6px}.staged-asset-item{display:flex;align-items:center;gap:6px;padding:5px 8px;background:rgba(255,255,255,.04);border-radius:4px;font-size:12px;color:#ccc;min-width:0}.staged-asset-icon{flex-shrink:0;font-size:14px}.staged-asset-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.staged-asset-size{color:#666;flex-shrink:0;font-size:11px}.staged-asset-remove{border:none;background:none;color:#888;cursor:pointer;padding:2px 4px;font-size:14px;line-height:1;flex-shrink:0;border-radius:3px;transition:background .1s,color .1s}.staged-asset-remove:hover{color:#f87171;background:rgba(248,113,113,.1)}.rt-ai-prompt-input-row{display:flex;gap:6px;align-items:flex-end}.rt-ai-prompt-input-row .rt-ai-prompt-textarea{flex:1 1;min-width:0}.rt-ai-prompt-input-row .asset-upload-compact{flex-shrink:0;align-self:flex-end;margin-bottom:4px}.rt-ai-prompt-input-row .rt-ai-run-btn{flex-shrink:0;align-self:flex-end}.asset-library{padding:24px;max-width:900px}.asset-library-header{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.asset-library-header h2{font-size:18px;font-weight:600;color:#eee;margin:0}.asset-count{font-size:12px;color:#666}.asset-upload-progress{margin-bottom:12px}.asset-progress-bar{height:3px;background:rgba(255,255,255,.08);border-radius:2px;overflow:hidden;margin-bottom:4px}.asset-progress-fill{height:100%;background:var(--accent-blue,#78a9ff);transition:width .2s}.asset-progress-label{font-size:11px;color:#888}.asset-errors{background:rgba(248,113,113,.08);border:1px solid rgba(248,113,113,.3);border-radius:6px;padding:10px 12px;margin-bottom:12px}.asset-error-item{font-size:12px;color:#f87171;margin-bottom:4px}.asset-error-dismiss{font-size:11px;border:none;background:none;color:#888;cursor:pointer;padding:4px 0 0;text-decoration:underline}.asset-empty-state{text-align:center;padding:48px 24px;color:#666}.asset-empty-state p:first-child{font-size:14px;color:#999;margin-bottom:8px}.asset-empty-hint{font-size:12px}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:12px;gap:12px}.asset-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;transition:border-color .15s}.asset-card:hover{border-color:rgba(255,255,255,.15)}.asset-card-preview{position:relative;height:120px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.2);cursor:pointer;overflow:hidden}.asset-card-thumb{max-width:100%;max-height:100%;object-fit:contain}.asset-card-icon{font-size:32px;opacity:.5}.asset-type-badge{position:absolute;top:6px;right:6px;font-size:9px;text-transform:uppercase;padding:2px 5px;border-radius:3px;background:rgba(0,0,0,.6);color:#aaa;letter-spacing:.5px}.asset-type-logo{color:#78a9ff}.asset-type-screenshot{color:#fbbf24}.asset-type-photo{color:#4ade80}.asset-type-illustration{color:#c084fc}.asset-type-document{color:#f97316}.asset-card-info{padding:8px 10px}.asset-card-name{display:block;font-size:12px;color:#ddd;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-card-meta{display:block;font-size:10px;color:#666;margin-top:2px}.asset-card-date{display:block;font-size:10px;color:#555;margin-top:1px}.asset-card-actions{display:flex;gap:2px;padding:4px 8px 8px}.asset-action-btn{border:none;background:rgba(255,255,255,.05);color:#888;font-size:12px;padding:4px 8px;border-radius:4px;cursor:pointer;transition:background .15s,color .15s}.asset-action-btn:hover{background:rgba(255,255,255,.1);color:#ccc}.asset-action-btn.danger:hover{background:rgba(248,113,113,.15);color:#f87171}.asset-view-modal{max-width:700px;width:90vw}.asset-view-body{padding:16px}.asset-view-image{max-width:100%;max-height:400px;display:block;margin:0 auto 16px;border-radius:4px}.asset-view-pdf{text-align:center;padding:32px}.asset-view-pdf-icon{font-size:48px;display:block;margin-bottom:8px}.asset-view-pdf-meta{font-size:12px;color:#666}.asset-view-details{margin-top:16px;border-top:1px solid rgba(255,255,255,.08);padding-top:12px}.asset-view-details dl{display:grid;grid-template-columns:auto 1fr;grid-gap:4px 12px;gap:4px 12px;font-size:12px;margin:0}.asset-view-details dt{color:#888}.asset-view-details dd{color:#ccc;margin:0}.asset-view-details code{font-family:monospace;font-size:11px;background:rgba(255,255,255,.05);padding:1px 4px;border-radius:3px}@media (max-width:1280px){:root{--app-sidebar-width:240px;--app-ai-panel-width:360px;--app-ai-panel-min:320px}}@media (max-width:1024px){:root{--app-sidebar-width:var(--app-sidebar-collapsed);--app-ai-panel-width:320px;--app-ai-panel-min:280px}.app-shell{grid-template-columns:var(--app-sidebar-collapsed) 1fr}.coming-soon-badge,.logo-text,.sidebar-archived-section,.sidebar-bottom-link span,.sidebar-group-label,.sidebar-new-project span,.sidebar-no-results,.sidebar-search{display:none}.sidebar-new-project,.sidebar-project-card{padding:var(--sp-8);justify-content:center}.project-card-info{display:none}.project-health-dot{width:10px;height:10px}.sidebar-bottom-link{justify-content:center;padding:var(--sp-8)}.sidebar-collapse-btn{display:none}.app-sidebar{padding:var(--sp-8)}.app-sidebar,.sidebar-top{align-items:center}.sidebar-logo{padding:var(--sp-4)}.sidebar-logo,.sidebar-logo-row{justify-content:center}.topbar-project-name{max-width:120px}.topbar-framework-badge{display:none}}@media (max-width:768px){.app-shell,.app-shell.sidebar-collapsed{grid-template-columns:1fr}.app-sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--app-sidebar-collapsed);z-index:1000;transform:translateX(-100%);transition:transform .2s ease}.app-shell:has(.app-sidebar:focus-within) .app-sidebar,.app-shell:has(.app-sidebar:hover) .app-sidebar{transform:translateX(0)}.app-shell:before{content:"";position:fixed;top:0;left:0;width:16px;height:100vh;z-index:999}.app-shell:has(.app-sidebar:hover):before{width:100vw;background:rgba(0,0,0,.4)}.app-main{grid-template-columns:1fr;grid-template-rows:1fr}.ai-panel{display:none}.project-topbar{gap:var(--sp-8);padding:0 var(--sp-12);height:48px}.topbar-left{min-width:0}.topbar-project-name{max-width:100px;font-size:12px}.topbar-tabs{margin-left:var(--sp-4)}.topbar-tab{padding:var(--sp-4) var(--sp-8);font-size:11.5px}.topbar-actions{gap:var(--sp-4)}.topbar-action-btn{padding:var(--sp-4) var(--sp-8);font-size:11px}.topbar-action-btn span{display:none}.bottom-panel{height:200px}.overview-page{padding:var(--sp-24)}.overview-grid{grid-template-columns:1fr}}@media (max-width:480px){.app-sidebar{display:none}.project-topbar{padding:0 var(--sp-8);height:44px;gap:var(--sp-4)}.topbar-project-name{max-width:80px;font-size:11px}.topbar-tabs{margin-left:0;gap:2px}.topbar-tab{padding:4px 6px;font-size:11px}.topbar-actions{gap:2px}.topbar-action-btn{padding:4px 6px;font-size:10px}.overview-page{padding:var(--sp-16)}.bottom-panel{height:160px}.bottom-panel-content{padding:var(--sp-8)}}.mobile-nav-bar{display:none;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--bg-sidebar);border-bottom:1px solid var(--border-subtle);position:-webkit-sticky;position:sticky;top:0;z-index:900}.mobile-nav-brand{display:flex;align-items:center;gap:8px}.mobile-nav-title{font-size:15px;font-weight:700;color:var(--text-primary)}.mobile-nav-menu-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--border-subtle);border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer}.mobile-nav-menu-btn:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.mobile-nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex}.mobile-nav-drawer{width:280px;max-width:85vw;height:100%;background:var(--bg-sidebar);border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;overflow-y:auto;animation:slide-in-left .2s ease}@keyframes slide-in-left{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.mobile-nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border-subtle)}.mobile-nav-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:var(--text-muted);cursor:pointer}.mobile-nav-close:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.mobile-nav-links{display:flex;flex-direction:column;padding:12px;gap:2px}.mobile-nav-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:14px;font-weight:500;color:var(--text-secondary);transition:background .15s,color .15s}.mobile-nav-link:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.mobile-nav-link.active{background:rgba(99,102,241,.08);color:var(--text-primary)}.mobile-nav-separator{height:1px;margin:8px 0;background:var(--border-subtle)}.mobile-workspace-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:800;background:#0b0f14;border-top:1px solid rgba(148,163,184,.12);padding:6px 12px;gap:8px;justify-content:center}.mobile-ws-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid rgba(148,163,184,.15);border-radius:8px;background:rgba(255,255,255,.03);color:#94a3b8;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s}.mobile-ws-btn:hover{background:rgba(255,255,255,.06);color:#e2e8f0}.mobile-ws-btn.active{background:rgba(99,102,241,.12);border-color:rgba(99,102,241,.3);color:#a78bfa}.mobile-ws-btn svg{flex-shrink:0}.mobile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9000;display:flex}.mobile-drawer{position:absolute;top:0;bottom:0;width:320px;max-width:88vw;background:#0c1117;border:1px solid rgba(148,163,184,.1);display:flex;flex-direction:column;overflow:hidden}.mobile-drawer-left{left:0;border-right:1px solid rgba(148,163,184,.12);animation:slide-in-left .2s ease}.mobile-drawer-right{right:0;border-left:1px solid rgba(148,163,184,.12);animation:slide-in-right .2s ease}@keyframes slide-in-right{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.1);flex-shrink:0}.mobile-drawer-header strong{color:#eef3f8;font-size:14px;font-weight:700}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(148,163,184,.15);border-radius:6px;background:transparent;color:#94a3b8;cursor:pointer}.mobile-drawer-close:hover{background:rgba(255,255,255,.05);color:#e2e8f0}.mobile-drawer-body{flex:1 1;overflow-y:auto;overflow-x:hidden;min-height:0}.mobile-drawer-body .rt-project-sidebar{width:100%!important;max-height:none!important;height:100%;border:none}.mobile-drawer-body .rt-ai-panel,.mobile-drawer-body .rt-inspector-panel{display:grid!important;height:100%;border:none}@media (max-width:768px){.mobile-nav-bar{display:flex}.mobile-workspace-bar{display:flex!important}.app-shell{grid-template-rows:auto 1fr}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#080c10;padding:24px}.auth-card{width:100%;max-width:400px;background:#0c1117;border:1px solid rgba(148,163,184,.1);border-radius:16px;padding:40px 32px}.auth-brand{gap:10px;margin-bottom:28px}.auth-brand,.auth-brand-icon{display:flex;align-items:center}.auth-brand-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);justify-content:center;font-weight:700;font-size:14px;color:#fff}.auth-brand-name{font-size:16px;font-weight:600;color:#f1f5f9}.auth-title{font-size:22px;font-weight:700;color:#f1f5f9;margin:0 0 6px}.auth-subtitle{font-size:13px;color:#64748b;margin:0 0 24px}.auth-form{gap:16px}.auth-form,.auth-label{display:flex;flex-direction:column}.auth-label{gap:6px;font-size:12px;font-weight:500;color:#94a3b8}.auth-input{padding:10px 14px;border-radius:8px;border:1px solid rgba(148,163,184,.15);background:rgba(255,255,255,.03);color:#f1f5f9;font-size:14px;outline:none;transition:border-color .15s}.auth-input:focus{border-color:#6366f1}.auth-input::placeholder{color:#475569}.auth-button{margin-top:8px;padding:11px 16px;border:none;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .15s}.auth-button:hover{opacity:.9}.auth-button:disabled{opacity:.5;cursor:not-allowed}.auth-error{padding:10px 14px;border-radius:8px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#f87171;font-size:13px}.auth-success{padding:16px;border-radius:8px;background:rgba(34,197,94,.06);border:1px solid rgba(34,197,94,.15);color:#4ade80;font-size:13px;text-align:center}.auth-success p{margin:0 0 6px}.auth-footer,.auth-success-sub{color:#64748b}.auth-footer{margin-top:20px;font-size:13px;text-align:center}.auth-link{color:#a78bfa;text-decoration:none;font-weight:500}.auth-link:hover{text-decoration:underline}.sidebar-auth-section{padding:12px 14px;border-top:1px solid rgba(148,163,184,.08);display:flex;flex-direction:column;gap:6px}.sidebar-auth-email{font-size:11px;color:#64748b}.sidebar-auth-email,.sidebar-auth-workspace{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-auth-workspace{font-size:10px;color:#475569;margin-top:2px}.sidebar-auth-btn{display:block;padding:6px 10px;border-radius:6px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);color:#a78bfa;font-size:12px;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;transition:background .15s}.sidebar-auth-btn:hover{background:rgba(99,102,241,.18)}.sidebar-auth-signout{background:rgba(255,255,255,.03);border-color:rgba(148,163,184,.12);color:#94a3b8}.sidebar-auth-signout:hover{background:rgba(255,255,255,.06)}.sidebar-auth-link{font-size:11px;color:#64748b;text-align:center;text-decoration:none}.sidebar-auth-link:hover{color:#a78bfa}.rt-settings-auth-status{padding:16px;border-radius:10px;border:1px solid rgba(148,163,184,.08);background:rgba(15,23,42,.4)}.rt-settings-auth-email{margin:0 0 10px;color:#f1f5f9;font-size:14px;font-weight:600}.rt-settings-auth-coming{margin:0;color:#475569;font-size:12px}.rt-settings-runtime-status{margin:10px 0 0;padding:10px 12px;border-radius:8px;background:rgba(99,102,241,.06);border:1px solid rgba(99,102,241,.12)}.rt-settings-runtime-status.rt-settings-runtime-error{background:rgba(239,68,68,.06);border-color:rgba(239,68,68,.15)}.topbar-deploy-btn{background:linear-gradient(180deg,var(--runtime-primary,#EAF3FF),var(--runtime-primary-hover,#FFFFFF))!important;border-color:rgba(255,255,255,.52)!important;color:var(--runtime-primary-text,#07111F)!important;box-shadow:0 14px 34px rgba(156,199,255,.14),inset 0 1px 0 rgba(255,255,255,.66)!important}.topbar-deploy-btn:hover{background:var(--runtime-primary-hover,#FFFFFF)!important;border-color:rgba(156,199,255,.48)!important;box-shadow:0 16px 38px rgba(156,199,255,.18),inset 0 1px 0 rgba(255,255,255,.72)!important}.topbar-action-secondary{opacity:1;background:rgba(255,255,255,.062)!important;border-color:rgba(255,255,255,.12)!important;color:#d5e5f2!important;box-shadow:none!important}.sidebar-bottom-link{background:transparent!important;border:1px solid transparent!important;box-shadow:none!important}.sidebar-bottom-link:hover{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.09)!important}.sidebar-bottom-link.active{background:var(--runtime-glass-strong,rgba(255,255,255,.12))!important;border-color:rgba(156,199,255,.28)!important;border-left:2px solid rgba(156,199,255,.9)!important}.rt-settings-runtime-row{margin:0 0 4px;font-size:13px;color:#cbd5e1}.rt-settings-runtime-row:last-child{margin-bottom:0}.rt-settings-runtime-label{color:#64748b}:root{--runtime-ui-bg:#07090d;--runtime-ui-panel:#0b0f16;--runtime-ui-panel-soft:#111827;--runtime-ui-border:rgba(148,163,184,0.16);--runtime-ui-border-strong:rgba(148,163,184,0.28);--runtime-ui-text:#f8fafc;--runtime-ui-soft:#cbd5e1;--runtime-ui-muted:#7f8a9b;--runtime-ui-primary:#78a9ff;--runtime-ui-primary-hover:#9dbfff;--runtime-ui-danger:#fb7185}body,body:has(.app-shell),body:has(.auth-page),body:has(.legal-page),body:has(.public-support-page),body:has(.rt-public-shell){background:radial-gradient(circle at 20% -8%,rgba(59,130,246,.14),transparent 30rem),linear-gradient(180deg,#07090d,#090d13)!important;color:var(--runtime-ui-text)!important}.app-main,.app-shell,.app-shell.sidebar-collapsed .app-sidebar,.app-sidebar,.app-workspace,.auth-page,.legal-index,.legal-page,.public-support-page,.rt-route-content,.rt-route-content-workspace,.workspace-content{background:#07090d!important;color:var(--runtime-ui-text)!important}.app-shell.sidebar-collapsed .app-sidebar,.app-sidebar{border-right-color:var(--runtime-ui-border)!important}.sidebar-auth-section,.sidebar-bottom,.sidebar-bottom-link,.sidebar-logo-row,.sidebar-new-project,.sidebar-project-card,.sidebar-projects,.sidebar-top{background:transparent!important;color:var(--runtime-ui-soft)!important;box-shadow:none!important}.logo-text:not(.logo-wordmark),.project-card-name,.sidebar-auth-email,.sidebar-auth-link,.sidebar-auth-workspace,.sidebar-bottom-link span,.sidebar-logo{color:var(--runtime-ui-soft)!important}.logo-text.logo-wordmark{color:#f1f5f9!important}.auth-input,.settings-input,.settings-textarea,.sidebar-search,input,select,textarea{background:#0b0f16!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important}.auth-input::placeholder,input::placeholder,textarea::placeholder{color:var(--runtime-ui-muted)!important}.sidebar-auth-btn:hover,.sidebar-bottom-link.active,.sidebar-bottom-link:hover,.sidebar-new-project:hover,.sidebar-project-card.active,.sidebar-project-card:hover{background:rgba(120,169,255,.12)!important;border-color:rgba(120,169,255,.28)!important;color:var(--runtime-ui-text)!important}.auth-card,.auth-product-panel,.billing-card,.checkpoint-card,.legal-card,.legal-index article,.legal-index section,.legal-page aside,.legal-page nav,.legal-page section,.mp-card,.mp-preview-modal,.overview-card,.overview-section,.preview-frame-container,.project-topbar,.public-support-grid article,.rt-approval-card,.rt-empty-state,.rt-error-state,.rt-proposed-changes,.rt-settings-auth-status,.rt-settings-header-v3,.rt-settings-section-v3,.rt-validation-card,.rtx-live-card{background:#0b0f16!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important;box-shadow:none!important}.deploy-modal-header,.dm-header,.project-topbar,.rt-modal-header{border-color:var(--runtime-ui-border)!important}.auth-brand-name,.auth-card h1,.auth-card h2,.auth-title,.legal-index h1,.legal-index h2,.legal-page h1,.legal-page h2,.legal-page h3,.public-support-page h1,.public-support-page h2,.public-support-page h3,.rt-empty-state h1,.rt-empty-state h2,.rt-empty-state h3,.rt-settings-section-v3 h3,.topbar-project-name{color:var(--runtime-ui-text)!important}.auth-footer,.auth-label,.auth-label span,.auth-subtitle,.legal-index p,.legal-page p,.public-support-page p,.rt-empty-state p,.rt-settings-auth-coming,.rt-settings-section-v3 p,.text-muted,.topbar-edited{color:var(--runtime-ui-muted)!important}.dm-btn-copy,.dm-btn-secondary,.legal-card-link,.legal-nav-link,.mp-btn-view,.mp-empty-btn,.public-support-button,.public-support-nav a:not(.public-support-brand),.rt-btn,.rt-empty-btn-secondary,.settings-btn,.sidebar-auth-btn,.sidebar-auth-signout,.topbar-action-btn,.topbar-action-secondary{background:#111827!important;border-color:var(--runtime-ui-border-strong)!important;color:var(--runtime-ui-soft)!important;box-shadow:none!important}.dm-btn-copy:hover,.dm-btn-secondary:hover,.legal-card-link:hover,.legal-nav-link:hover,.mp-btn-view:hover,.mp-empty-btn:hover,.public-support-button:hover,.public-support-nav a:not(.public-support-brand):hover,.rt-btn:hover,.rt-empty-btn-secondary:hover,.settings-btn:hover,.topbar-action-btn:hover,.topbar-action-secondary:hover{background:rgba(120,169,255,.12)!important;border-color:rgba(120,169,255,.36)!important;color:var(--runtime-ui-text)!important}.auth-button,.dm-btn-deploy,.mp-btn-install,.mp-btn-preview-install,.rt-empty-btn-primary,.settings-save-btn,.topbar-deploy-btn{background:linear-gradient(180deg,#78a9ff,#3b82f6)!important;border-color:rgba(120,169,255,.78)!important;color:#06111f!important;box-shadow:0 14px 34px rgba(59,130,246,.18)!important}.auth-button:hover,.dm-btn-deploy:hover,.mp-btn-install:hover,.mp-btn-preview-install:hover,.rt-empty-btn-primary:hover,.settings-save-btn:hover,.topbar-deploy-btn:hover{background:linear-gradient(180deg,#9dbfff,#60a5fa)!important;color:#06111f!important}.deploy-modal-overlay,.rt-modal-overlay{background:rgba(3,7,18,.82)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.confirm-modal,.deploy-modal,.deploy-modal-body,.deploy-modal-v2,.dm-body,.np-create-modal,.rt-deploy-modal-v3,.rt-input-modal,.rt-modal-body,.rt-modal-card,.rt-modal-footer,.rt-share-modal-v3{background:#0b0f16!important;border-color:var(--runtime-ui-border-strong)!important;color:var(--runtime-ui-text)!important}.rt-ai-prompt-input-row,.rt-copy-row,.rt-deploy-detail-list,.rt-deploy-detail-list div,.rt-deploy-history-v3 div,.rt-deploy-progress,.rt-deploy-status-card,.rt-preview-empty-v3,.rt-preview-empty-v3.standalone{background:#111827!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important}.auth-error,.rt-ai-error-banner,.rt-ai-session-error,.rt-error-state,.rt-settings-section-v3.danger{background:rgba(251,113,133,.12)!important;border:1px solid rgba(251,113,133,.36)!important;color:#fecdd3!important}.rt-ai-error-banner strong,.rt-ai-session-error strong{color:#fecdd3!important}.rt-ai-error-banner small,.rt-ai-error-banner span,.rt-ai-session-error small,.rt-ai-session-error span{color:#fda4af!important}.rt-ai-error-banner small,.rt-ai-session-error small{opacity:.88!important}.auth-success{background:rgba(88,214,141,.12)!important;border-color:rgba(88,214,141,.28)!important;color:#bbf7d0!important}[style*="background-color: #f8fafc"],[style*="background-color: #f9fafb"],[style*="background-color: #fff"],[style*="background-color: #ffffff"],[style*="background-color: white"],[style*="background: #f8fafc"],[style*="background: #f9fafb"],[style*="background: #fff"],[style*="background: #ffffff"],[style*="background: rgb(255"],[style*="background: white"]{background:#0b0f16!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important}[style*="color: #0f172a"],[style*="color: #111827"],[style*="color: rgb(15, 23, 42)"]{color:var(--runtime-ui-text)!important}.deploy-modal-close,.deploy-modal-close svg,.dm-close,.rt-modal-close,.rt-modal-close svg{background:#111827!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-soft)!important;stroke:currentColor!important}html body:has(.rt-builder-shell) .project-topbar,html body:has(.rt-builder-shell) .rt-focused-nav,html body:has(.rt-builder-shell) .rt-sidebar-header-v2,html body:has(.rt-builder-shell) .sidebar-bottom,html body:has(.rt-builder-shell) .sidebar-top{background:#0b0f16!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important;box-shadow:none!important}html body:has(.rt-builder-shell) .sidebar-top{background:transparent!important}.legal-hero,.legal-index .legal-hero,.public-support-contact{background:#0b0f16!important;background-image:none!important;border-color:var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important;box-shadow:none!important}.legal-hero a,.legal-hero p,.public-support-contact{color:var(--runtime-ui-soft)!important}html body .app-main,html body .app-sidebar,html body .app-workspace,html body .auth-card,html body .auth-product-panel,html body .billing-card,html body .checkpoint-card,html body .confirm-modal,html body .deploy-modal,html body .mp-card,html body .np-create-modal,html body .overview-card,html body .overview-section,html body .preview-frame-container,html body .project-topbar,html body .rt-ai-body,html body .rt-ai-panel,html body .rt-ai-panel-header,html body .rt-ai-prompt-form,html body .rt-code-panel,html body .rt-modal-card,html body .rt-preview-empty-v3,html body .rt-project-sidebar,html body .rt-settings-header-v3,html body .rt-settings-section-v3,html body .rt-sidebar-header-v2,html body .rt-v2-ai-panel,html body .rt-v2-main,html body .sidebar-bottom,html body .sidebar-bottom-link,html body .sidebar-logo-row,html body .sidebar-new-project,html body .sidebar-project-card,html body .sidebar-search,html body .sidebar-search.focused,html body .sidebar-search:hover,html body .sidebar-top,html body .workspace-content{background-image:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html body .sidebar-search,html body .sidebar-search.focused,html body .sidebar-search:hover{background:#0b0f16!important;border:1px solid var(--runtime-ui-border)!important;color:var(--runtime-ui-text)!important}html body .sidebar-search-input,html body .sidebar-search-input:focus,html body .sidebar-search-input:hover,html body:has(.rt-builder-shell) .sidebar-search-input,html body:has(.rt-builder-shell) .sidebar-search-input:focus,html body:has(.rt-builder-shell) .sidebar-search-input:hover{background:transparent!important;background-image:none!important;border:0!important;box-shadow:none!important;color:var(--runtime-ui-text)!important;text-shadow:none!important}html body .sidebar-search-input::placeholder,html body:has(.rt-builder-shell) .sidebar-search-input::placeholder{color:var(--runtime-ui-muted)!important}html body .sidebar-new-project,html body:has(.rt-builder-shell) .sidebar-new-project{background:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;color:var(--runtime-ui-soft)!important}html body .dm-btn-copy,html body .dm-btn-secondary,html body .rt-btn,html body .rt-empty-btn-secondary,html body .settings-btn,html body .topbar-action-btn,html body button:not(.topbar-deploy-btn):not(.rt-empty-btn-primary):not(.settings-save-btn):not(.auth-button):not(.dm-btn-deploy):not(.mp-btn-install):not(.mp-btn-preview-install){text-shadow:none!important}html body:has(.rt-builder-shell) .app-sidebar,html body:has(.rt-builder-shell) .deploy-modal,html body:has(.rt-builder-shell) .project-actions-dropdown,html body:has(.rt-builder-shell) .project-topbar,html body:has(.rt-builder-shell) .rt-ai-panel,html body:has(.rt-builder-shell) .rt-bottom-console,html body:has(.rt-builder-shell) .rt-code-panel,html body:has(.rt-builder-shell) .rt-deploy-card,html body:has(.rt-builder-shell) .rt-focused-nav,html body:has(.rt-builder-shell) .rt-plus-menu,html body:has(.rt-builder-shell) .rt-preview-pane-wrap,html body:has(.rt-builder-shell) .rt-project-sidebar,html body:has(.rt-builder-shell) .rt-sidebar-header-v2,html body:has(.rt-builder-shell) .rt-tree-menu,html body:has(.rt-builder-shell) .rt-view-empty,html body:has(.rt-builder-shell) .rt-workspace-blank-card,html body:has(.rt-builder-shell) .rtx-terminal-disconnected,html body:has(.rt-builder-shell) .sidebar-bottom,html body:has(.rt-builder-shell) .sidebar-top{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;background-image:none!important}body:has(.rt-v2-shell) .app-main,body:has(.rt-v2-shell) .app-workspace,body:has(.rt-v2-shell) .rt-builder-shell.rt-v2-shell,body:has(.rt-v2-shell) .rt-files-editor,body:has(.rt-v2-shell) .rt-files-view,body:has(.rt-v2-shell) .rt-v2-main,body:has(.rt-v2-shell) .rt-workspace-preview,body:has(.rt-v2-shell) .workspace-content{background:#090b10!important;color:#e4eaf2!important}body:has(.rt-v2-shell) .workspace-content{padding:0!important}body:has(.rt-v2-shell) .project-topbar{height:56px!important;padding:0 24px!important;background:#0a0e14!important;border-bottom:1px solid #1e2836!important}body:has(.rt-v2-shell) .topbar-project-name{color:#f8fafc!important;font-size:15px!important;font-weight:760!important;letter-spacing:-.02em!important}body:has(.rt-v2-shell) .topbar-edited{color:#64748b!important;font-size:12px!important}body:has(.rt-v2-shell) .topbar-action-btn{min-height:34px!important;border-radius:10px!important;border:1px solid #1e2836!important;background:transparent!important;color:#8b96a5!important;box-shadow:none!important;font-size:13px!important;font-weight:650!important}body:has(.rt-v2-shell) .topbar-action-btn:focus-visible,body:has(.rt-v2-shell) .topbar-action-btn:hover{border-color:#3b82f6!important;background:rgba(59,130,246,.08)!important;color:#e4eaf2!important}body:has(.project-topbar) .rt-btn.primary,body:has(.project-topbar) .settings-save-btn,body:has(.rt-v2-shell) .topbar-deploy-btn{background:rgba(59,130,246,.14)!important;border-color:#3b82f6!important;color:#93c5fd!important;box-shadow:none!important}body:has(.rt-v2-shell) .rt-ai-panel,body:has(.rt-v2-shell) .rt-ai-panel-center,body:has(.rt-v2-shell) .rt-ai-panel-working,body:has(.rt-v2-shell) .rt-code-panel,body:has(.rt-v2-shell) .rt-project-sidebar,body:has(.rt-v2-shell) .rt-v2-ai-panel{background:#0a0e14!important;border-color:#1e2836!important;color:#e4eaf2!important;box-shadow:none!important;background-image:none!important}body:has(.rt-v2-shell) .rt-sidebar-header-v2{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:52px!important;padding:14px 14px 12px!important;background:#0a0e14!important;border-bottom:1px solid #1e2836!important;gap:12px!important}body:has(.rt-v2-shell) .rt-sidebar-title{margin:0!important;color:#e4eaf2!important;font-size:11px!important;font-weight:800!important;letter-spacing:.12em!important;text-transform:uppercase!important}body:has(.rt-v2-shell) .rt-sidebar-actions{position:relative!important;display:flex!important;align-items:center!important;gap:0!important;margin:0!important}body:has(.rt-v2-shell) .rt-sidebar-action-btn{display:none!important}body:has(.rt-v2-shell) .rt-sidebar-plus-btn{width:32px!important;height:32px!important;display:grid!important;place-items:center!important;border-radius:10px!important;border:1px solid #1e2836!important;background:transparent!important;color:#8b96a5!important;box-shadow:none!important}body:has(.rt-v2-shell) .rt-sidebar-plus-btn:hover,body:has(.rt-v2-shell) .rt-sidebar-plus-btn[aria-expanded=true]{border-color:#3b82f6!important;background:rgba(59,130,246,.12)!important;color:#93c5fd!important}body:has(.rt-v2-shell) .rt-plus-menu,body:has(.rt-v2-shell) .rt-tree-menu{min-width:150px!important;padding:6px!important;border:1px solid #1e2836!important;border-radius:10px!important;background:#0e1118!important;box-shadow:0 18px 50px rgba(0,0,0,.42)!important}body:has(.rt-v2-shell) .rt-plus-menu button,body:has(.rt-v2-shell) .rt-tree-menu button{min-height:34px!important;padding:0 10px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#cbd5e1!important;font-size:13px!important;text-align:left!important;box-shadow:none!important}body:has(.rt-v2-shell) .rt-plus-menu button:hover,body:has(.rt-v2-shell) .rt-tree-menu button:hover{background:rgba(59,130,246,.1)!important;color:#f8fafc!important}body:has(.rt-v2-shell) .rt-file-tree-clean{padding:8px!important;overflow-x:hidden!important}body:has(.rt-v2-shell) .rt-file-group,body:has(.rt-v2-shell) .rt-group-row{display:contents!important}body:has(.rt-v2-shell) .rt-tree-row{min-width:0!important;width:100%!important;min-height:32px!important;display:grid!important;grid-template-columns:16px minmax(0,1fr) auto!important;align-items:center!important;grid-gap:8px!important;gap:8px!important;padding:0 8px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#cbd5e1!important;box-shadow:none!important}body:has(.rt-v2-shell) .rt-file-tree-clean .rt-tree-row>span:not(.rt-tree-guide):not(.rt-chevron):not(.rt-folder-glyph):not(.rt-file-glyph){color:#e5e7eb!important}body:has(.rt-v2-shell) .rt-folder-row{grid-template-columns:12px 16px minmax(0,1fr) auto!important}body:has(.rt-v2-shell) .rt-tree-row span:not(.rt-tree-guide):last-of-type,body:has(.rt-v2-shell) .rt-tree-row span:nth-last-child(2){min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body:has(.rt-v2-shell) .rt-tree-row em{min-width:0!important;padding:0!important;border:0!important;background:transparent!important;color:#64748b!important;font-size:11px!important;font-style:normal!important}body:has(.rt-v2-shell) .rt-tree-row.active,body:has(.rt-v2-shell) .rt-tree-row:hover{background:rgba(59,130,246,.1)!important;border-color:rgba(59,130,246,.26)!important;color:#f8fafc!important}body:has(.rt-v2-shell) .rt-file-tree-clean .rt-tree-row.active>span:not(.rt-tree-guide):not(.rt-chevron):not(.rt-folder-glyph):not(.rt-file-glyph),body:has(.rt-v2-shell) .rt-file-tree-clean .rt-tree-row:hover>span:not(.rt-tree-guide):not(.rt-chevron):not(.rt-folder-glyph):not(.rt-file-glyph){color:#f8fafc!important}body:has(.rt-v2-shell) .rt-preview-empty-v3,body:has(.rt-v2-shell) .rt-workspace-preview{background:#090b10!important;color:#e4eaf2!important}body:has(.rt-v2-shell) .rt-preview-empty-v3{min-height:100%!important;display:grid!important;place-content:center!important;grid-gap:14px!important;gap:14px!important;padding:48px 32px!important;text-align:center!important;border:0!important}body:has(.rt-v2-shell) .rt-preview-empty-v3 h3{margin:0!important;color:#f8fafc!important;font-size:24px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.03em!important}body:has(.rt-v2-shell) .rt-preview-empty-v3 p{max-width:440px!important;margin:0 auto!important;color:#64748b!important;font-size:15px!important;line-height:1.55!important}body:has(.rt-v2-shell) .rt-preview-empty-v3>div{display:flex!important;justify-content:center!important;gap:10px!important;margin-top:6px!important}body:has(.rt-v2-shell) .rt-preview-empty-v3 button{min-height:40px!important;padding:0 16px!important;border-radius:10px!important;border:1px solid #1e2836!important;background:transparent!important;color:#8b96a5!important;box-shadow:none!important;font-weight:650!important}body:has(.rt-v2-shell) .rt-preview-empty-v3 button:first-child,body:has(.rt-v2-shell) .rt-preview-empty-v3 button:hover{border-color:#3b82f6!important;background:rgba(59,130,246,.12)!important;color:#93c5fd!important}body:has(.rt-v2-shell) .rt-folder-picker-input{display:none!important}body:has(.rt-v2-shell) .rt-import-message{color:#f7c76b!important;font-size:13px!important}body:has(.rt-v2-shell) .rt-ai-panel-header{min-height:var(--rt-workspace-rail-height,48px)!important;height:var(--rt-workspace-rail-height,48px)!important;max-height:var(--rt-workspace-rail-height,48px)!important;padding:0 16px!important;background:#0a0e14!important;border-bottom:1px solid #1e2836!important;box-sizing:border-box!important;display:flex!important;align-items:center!important}body:has(.rt-v2-shell) .rt-ai-brand .rt-ai-title,body:has(.rt-v2-shell) .rt-ai-brand h2{color:#f8fafc!important;font-size:15px!important;font-weight:780!important;letter-spacing:-.05em!important}body:has(.rt-v2-shell) .rtx-empty-ready,body:has(.rt-v2-shell) .rtx-instr-hint{color:#64748b!important}body:has(.rt-v2-shell) .rt-ai-body{background:#0a0e14!important;padding:16px!important}body:has(.rt-v2-shell) .rtx-empty{min-height:0!important;display:block!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}body:has(.rt-v2-shell) .rt-ai-prompt-form{padding:14px!important;background:#0a0e14!important;border-top:1px solid #1e2836!important}body:has(.rt-v2-shell) .rt-ai-prompt-input-row{display:grid!important;grid-template-columns:32px minmax(0,1fr) auto!important;grid-gap:8px!important;gap:8px!important;align-items:end!important;padding:8px!important;border:1px solid #1e2836!important;border-radius:12px!important;background:#090b10!important}body:has(.rt-v2-shell) .rt-ai-composer-input{border-color:rgba(148,163,184,.42)!important;background:#0f1728!important}body:has(.rt-v2-shell) .rt-ai-composer-toolbar select{border-color:rgba(148,163,184,.4)!important;background:#0f1728!important;color:#f8fafc!important}body:has(.rt-v2-shell) .rt-ai-composer-input .rt-ai-prompt-textarea{min-height:44px!important;max-height:none!important;height:auto!important;padding:6px 4px!important;border:0!important;background:transparent!important;color:#f8fafc!important;box-shadow:none!important;resize:none!important;overflow-y:hidden!important}body:has(.rt-v2-shell) .rt-ai-prompt-textarea::placeholder{color:#94a3b8!important}body:has(.project-topbar) .confirm-modal,body:has(.project-topbar) .deploy-modal,body:has(.project-topbar) .np-create-modal,body:has(.project-topbar) .rt-deploy-modal-v3,body:has(.project-topbar) .rt-input-modal,body:has(.project-topbar) .rt-modal-card,body:has(.project-topbar) .rt-share-modal-v3{width:min(520px,calc(100vw - 32px))!important;max-width:520px!important;border-radius:18px!important;border:1px solid #1e2836!important;background:#0a0e14!important;color:#e4eaf2!important;box-shadow:0 24px 70px rgba(0,0,0,.5)!important}body:has(.project-topbar) .deploy-modal-header,body:has(.project-topbar) .rt-modal-header{padding:18px 20px!important;background:#0a0e14!important;border-bottom:1px solid #1e2836!important}body:has(.project-topbar) .deploy-modal-header h3,body:has(.project-topbar) .rt-modal-header h3{color:#f8fafc!important;font-size:18px!important;font-weight:800!important}body:has(.project-topbar) .deploy-modal-body,body:has(.project-topbar) .rt-modal-body,body:has(.project-topbar) .rt-modal-footer{background:#0a0e14!important;border-color:#1e2836!important}body:has(.project-topbar) .np-create-body{display:grid!important;grid-gap:12px!important;gap:12px!important;padding:18px 20px 20px!important}body:has(.project-topbar) .np-choice-btn,body:has(.project-topbar) .np-choice-featured{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important;width:100%!important;padding:14px!important;border:1px solid #1e2836!important;border-radius:14px!important;background:#0e1118!important;color:#e4eaf2!important;text-align:left!important;box-shadow:none!important}body:has(.project-topbar) .np-choice-btn:hover{border-color:#3b82f6!important;background:rgba(59,130,246,.08)!important}body:has(.project-topbar) .np-choice-icon{width:42px!important;height:42px!important;border-radius:12px!important;border:1px solid #1e2836!important;background:rgba(59,130,246,.1)!important;color:#93c5fd!important}body:has(.project-topbar) .np-choice-text strong{color:#f8fafc!important;font-size:14px!important}body:has(.project-topbar) .np-choice-text span,body:has(.project-topbar) .rt-modal-description,body:has(.project-topbar) .rt-modal-kicker{color:#64748b!important;line-height:1.5!important}body:has(.project-topbar) .rt-share-body-v3,body:has(.project-topbar) .rt-share-modal-v3 .rt-modal-body{display:block!important;padding:20px!important;overflow:visible!important}body:has(.project-topbar) .rt-share-unavailable-message{max-width:none!important;white-space:normal!important;writing-mode:horizontal-tb!important}body:has(.project-topbar) .rt-copy-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-gap:10px!important;gap:10px!important;padding:10px!important;border:1px solid #1e2836!important;border-radius:12px!important;background:#090b10!important}body:has(.project-topbar) .rt-copy-row span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body:has(.project-topbar) .rt-deploy-body-v3{display:grid!important;grid-gap:16px!important;gap:16px!important;padding:20px!important}body:has(.project-topbar) .rt-deploy-detail-list{display:grid!important;grid-gap:10px!important;gap:10px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}body:has(.project-topbar) .rt-deploy-detail-list div{display:grid!important;grid-template-columns:130px minmax(0,1fr)!important;grid-gap:18px!important;gap:18px!important;align-items:center!important;min-width:0!important;padding:12px 14px!important;border:1px solid #1e2836!important;border-radius:12px!important;background:#0e1118!important}body:has(.project-topbar) .rt-deploy-detail-list dt{color:#64748b!important;font-size:12px!important;font-weight:800!important}body:has(.project-topbar) .rt-deploy-detail-list dd{min-width:0!important;margin:0!important;color:#e4eaf2!important;overflow-wrap:anywhere!important}body:has(.project-topbar) .rt-deploy-actions-v3{display:flex!important;gap:10px!important;align-items:center!important}body:has(.project-topbar) .rt-deploy-actions-v3 .rt-btn.primary.large{min-width:120px!important}body:has(.project-topbar) .sidebar-project-card:after,body:has(.project-topbar) .sidebar-project-card:before,body:has(.rt-v2-shell) .sidebar-project-card:after,body:has(.rt-v2-shell) .sidebar-project-card:before{display:none!important;content:none!important}body:has(.project-topbar) .sidebar-project-card.active,body:has(.rt-v2-shell) .sidebar-project-card.active{background:rgba(59,130,246,.12)!important;border-color:rgba(59,130,246,.38)!important;box-shadow:none!important}body:has(.project-topbar) .rt-settings-header-v3,body:has(.project-topbar) .rt-settings-page-v3,body:has(.project-topbar) .rt-settings-section-v3{background:#0a0e14!important;border-color:#1e2836!important;color:#e4eaf2!important;box-shadow:none!important}.rt-project-list-card{min-height:48px!important;padding:12px 14px!important;border:1px solid #1e2836!important;border-radius:10px!important;background:#0a0e14!important;background-image:none!important;color:#e4eaf2!important;box-shadow:none!important;text-decoration:none!important}.rt-project-list-card:after,.rt-project-list-card:before{display:none!important;content:none!important}.rt-project-list-card:focus-visible,.rt-project-list-card:hover{border-color:#3b82f6!important;background:rgba(59,130,246,.1)!important;color:#f8fafc!important;box-shadow:none!important}html body .app-shell,html body:has(.project-topbar) .app-shell,html body:has(.rt-v2-shell) .app-shell{grid-template-columns:var(--app-sidebar-width) minmax(0,1fr)!important}html body .app-shell.sidebar-collapsed,html body:has(.project-topbar) .app-shell.sidebar-collapsed,html body:has(.rt-v2-shell) .app-shell.sidebar-collapsed{grid-template-columns:var(--app-sidebar-collapsed) minmax(0,1fr)!important}html body .app-sidebar,html body:has(.project-topbar) .app-sidebar,html body:has(.rt-v2-shell) .app-sidebar{width:auto!important;min-width:0!important;padding:var(--sp-16)!important;align-items:stretch!important;gap:var(--sp-8)!important}html body .sidebar-top,html body:has(.project-topbar) .sidebar-top,html body:has(.rt-v2-shell) .sidebar-top{width:100%!important;align-items:stretch!important;gap:var(--sp-12)!important;padding-bottom:var(--sp-16)!important;margin-bottom:var(--sp-8)!important}html body .sidebar-logo-row,html body:has(.project-topbar) .sidebar-logo-row,html body:has(.rt-v2-shell) .sidebar-logo-row{width:100%!important;height:auto!important;min-height:0!important;justify-content:flex-start!important}html body .sidebar-logo,html body:has(.project-topbar) .sidebar-logo,html body:has(.rt-v2-shell) .sidebar-logo{width:100%!important;justify-content:flex-start!important;padding:var(--sp-8)!important}html body .sidebar-bottom,html body .sidebar-bottom-link,html body .sidebar-discover-link,html body .sidebar-new-project,html body .sidebar-project-card,html body .sidebar-projects,html body .sidebar-search,html body:has(.project-topbar) .sidebar-bottom,html body:has(.project-topbar) .sidebar-bottom-link,html body:has(.project-topbar) .sidebar-discover-link,html body:has(.project-topbar) .sidebar-new-project,html body:has(.project-topbar) .sidebar-project-card,html body:has(.project-topbar) .sidebar-projects,html body:has(.project-topbar) .sidebar-search,html body:has(.rt-v2-shell) .sidebar-bottom,html body:has(.rt-v2-shell) .sidebar-bottom-link,html body:has(.rt-v2-shell) .sidebar-discover-link,html body:has(.rt-v2-shell) .sidebar-new-project,html body:has(.rt-v2-shell) .sidebar-project-card,html body:has(.rt-v2-shell) .sidebar-projects,html body:has(.rt-v2-shell) .sidebar-search{width:100%!important;height:auto!important;min-height:0!important}html body .sidebar-bottom,html body:has(.project-topbar) .sidebar-bottom,html body:has(.rt-v2-shell) .sidebar-bottom{margin-top:auto!important;background:transparent!important}html body .sidebar-discover-link,html body .sidebar-nav-link,html body:has(.project-topbar) .sidebar-discover-link,html body:has(.project-topbar) .sidebar-nav-link,html body:has(.rt-v2-shell) .sidebar-discover-link,html body:has(.rt-v2-shell) .sidebar-nav-link{min-height:40px!important;height:auto!important;padding:9px 12px!important;font-size:14px!important;font-weight:600!important;justify-content:flex-start!important}html body .sidebar-discover-link .sidebar-icon,html body .sidebar-nav-link .sidebar-icon,html body:has(.project-topbar) .sidebar-discover-link .sidebar-icon,html body:has(.project-topbar) .sidebar-nav-link .sidebar-icon,html body:has(.rt-v2-shell) .sidebar-discover-link .sidebar-icon,html body:has(.rt-v2-shell) .sidebar-nav-link .sidebar-icon{width:20px!important;height:20px!important}html body .app-main,html body:has(.project-topbar) .app-main,html body:has(.rt-v2-shell) .app-main{min-width:0!important}@media (max-width:1280px){html body .app-shell,html body:has(.project-topbar) .app-shell,html body:has(.rt-v2-shell) .app-shell{grid-template-columns:var(--app-sidebar-width) minmax(0,1fr)!important}}@media (max-width:1024px){html body .app-shell,html body .app-shell.sidebar-collapsed,html body:has(.project-topbar) .app-shell,html body:has(.project-topbar) .app-shell.sidebar-collapsed,html body:has(.rt-v2-shell) .app-shell,html body:has(.rt-v2-shell) .app-shell.sidebar-collapsed{grid-template-columns:var(--app-sidebar-collapsed) minmax(0,1fr)!important}html body .app-sidebar,html body:has(.project-topbar) .app-sidebar,html body:has(.rt-v2-shell) .app-sidebar{padding:var(--sp-8)!important;align-items:center!important}html body .sidebar-top,html body:has(.project-topbar) .sidebar-top,html body:has(.rt-v2-shell) .sidebar-top{align-items:center!important}html body .sidebar-logo,html body .sidebar-logo-row,html body:has(.project-topbar) .sidebar-logo,html body:has(.project-topbar) .sidebar-logo-row,html body:has(.rt-v2-shell) .sidebar-logo,html body:has(.rt-v2-shell) .sidebar-logo-row{justify-content:center!important}html body .sidebar-bottom-link,html body .sidebar-logo,html body .sidebar-new-project,html body .sidebar-project-card,html body:has(.project-topbar) .sidebar-bottom-link,html body:has(.project-topbar) .sidebar-logo,html body:has(.project-topbar) .sidebar-new-project,html body:has(.project-topbar) .sidebar-project-card,html body:has(.rt-v2-shell) .sidebar-bottom-link,html body:has(.rt-v2-shell) .sidebar-logo,html body:has(.rt-v2-shell) .sidebar-new-project,html body:has(.rt-v2-shell) .sidebar-project-card{width:auto!important;height:34px!important;min-width:0!important;min-height:34px!important;padding:var(--sp-8)!important;border:1px solid transparent!important;justify-content:center!important}html body .sidebar-icon,html body .sidebar-icon svg,html body:has(.project-topbar) .sidebar-icon,html body:has(.project-topbar) .sidebar-icon svg,html body:has(.rt-v2-shell) .sidebar-icon,html body:has(.rt-v2-shell) .sidebar-icon svg{display:flex!important;width:18px!important;height:18px!important}html body .sidebar-new-project>span:not(.sidebar-icon),html body:has(.project-topbar) .sidebar-new-project>span:not(.sidebar-icon),html body:has(.rt-v2-shell) .sidebar-new-project>span:not(.sidebar-icon){display:none!important}html body .logo-text,html body .project-card-info,html body .sidebar-bottom-link span:not(.sidebar-icon),html body .sidebar-search,html body:has(.project-topbar) .logo-text,html body:has(.project-topbar) .project-card-info,html body:has(.project-topbar) .sidebar-bottom-link span:not(.sidebar-icon),html body:has(.project-topbar) .sidebar-search,html body:has(.rt-v2-shell) .logo-text,html body:has(.rt-v2-shell) .project-card-info,html body:has(.rt-v2-shell) .sidebar-bottom-link span:not(.sidebar-icon),html body:has(.rt-v2-shell) .sidebar-search{display:none!important}}html body:has(.rt-v2-shell) .rt-files-view{grid-template-columns:var(--app-sidebar-width) minmax(0,1fr)!important}html body:has(.rt-v2-shell) .rt-project-sidebar{width:var(--app-sidebar-width)!important;min-width:var(--app-sidebar-width)!important;max-width:var(--app-sidebar-width)!important;padding:var(--sp-8)!important;overflow:hidden auto!important}html body:has(.rt-v2-shell) .rt-sidebar-header-v2{padding:0 0 var(--sp-16)!important;min-height:42px!important;gap:var(--sp-8)!important}@media (max-width:1024px){html body:has(.rt-v2-shell) .rt-files-view{grid-template-columns:minmax(0,1fr)!important}html body:has(.rt-v2-shell) .rt-project-sidebar{display:none!important}html body:has(.rt-v2-shell) .rt-files-editor{min-width:0!important}}html body .app-main{height:100vh!important;min-width:0!important;display:block!important;grid-template-columns:none!important;padding:var(--sp-32)!important;overflow-x:hidden!important;overflow-y:auto!important;background:#07090d!important;color:#f8fafc!important}html body:has(.project-topbar) .app-main,html body:has(.rt-v2-shell) .app-main{display:block!important;grid-template-columns:none!important;padding:0!important;overflow-x:hidden!important;overflow-y:hidden!important}html body:has(.project-topbar) .app-main-content,html body:has(.rt-v2-shell) .app-main-content{width:100%!important;height:100%!important;max-width:none!important;margin:0!important}html body .app-main-content{width:100%!important;max-width:1120px!important;margin:0 auto!important}@media (max-width:1024px){html body .app-main{padding:var(--sp-32)!important}}html body .app-main .app-workspace,html body:has(.rt-v2-shell) .app-main .app-workspace,html body:has(.rt-v2-shell) .app-main .rt-builder-shell.rt-v2-shell,html body:has(.rt-v2-shell) .app-main .workspace-content{width:100%!important;min-width:0!important;max-width:100%!important}html body:has(.rt-v2-shell) .app-main .rt-builder-shell.rt-v2-shell{grid-template-columns:minmax(0,1fr) var(--rt-ai-panel-width,420px)!important}html body:has(.rt-v2-shell) .app-main .rt-v2-main{width:auto!important;min-width:0!important}html body:has(.rt-v2-shell) .app-main .rt-files-view{grid-template-columns:300px minmax(0,1fr)!important}html body:has(.rt-v2-shell) .app-main .rt-project-sidebar{display:grid!important;width:300px!important;min-width:300px!important;max-width:300px!important}html body .app-shell,html body:has(.project-topbar) .app-shell,html body:has(.rt-v2-shell) .app-shell{overflow:hidden!important}html body .app-sidebar,html body:has(.project-topbar) .app-sidebar,html body:has(.rt-v2-shell) .app-sidebar{max-width:none!important}html body:has(.project-topbar) .sidebar-new-project,html body:has(.project-topbar) .sidebar-project-card,html body:has(.rt-v2-shell) .sidebar-new-project,html body:has(.rt-v2-shell) .sidebar-project-card{background:transparent!important;background-image:none!important;box-shadow:none!important;color:var(--runtime-ui-soft)!important}html body:has(.project-topbar) .sidebar-new-project:hover,html body:has(.rt-v2-shell) .sidebar-new-project:hover{background:rgba(120,169,255,.12)!important;background-image:none!important;border-color:rgba(120,169,255,.28)!important;box-shadow:none!important;color:var(--runtime-ui-text)!important}html body:has(.project-topbar) .sidebar-project-card,html body:has(.project-topbar) .sidebar-project-card.active,html body:has(.project-topbar) .sidebar-project-card:hover,html body:has(.rt-v2-shell) .sidebar-project-card,html body:has(.rt-v2-shell) .sidebar-project-card.active,html body:has(.rt-v2-shell) .sidebar-project-card:hover{border-radius:var(--radius-md)!important;box-shadow:none!important}html body:has(.project-topbar) .sidebar-project-card:hover,html body:has(.rt-v2-shell) .sidebar-project-card:hover{background:rgba(120,169,255,.082)!important;background-image:none!important;border-color:rgba(120,169,255,.19)!important;color:#e9eef3!important}html body:has(.project-topbar) .sidebar-project-card.active,html body:has(.rt-v2-shell) .sidebar-project-card.active{background:rgba(120,169,255,.12)!important;background-image:none!important;border-color:rgba(120,169,255,.28)!important;color:var(--runtime-ui-text)!important}html body:has(.project-topbar) .sidebar-new-project,html body:has(.rt-v2-shell) .sidebar-new-project{align-items:center!important;justify-content:center!important;gap:var(--sp-8)!important}html body:has(.project-topbar) .sidebar-project-card,html body:has(.rt-v2-shell) .sidebar-project-card{align-items:center!important;gap:var(--sp-12)!important}html body:has(.project-topbar) .sidebar-project-card .project-health-dot,html body:has(.rt-v2-shell) .sidebar-project-card .project-health-dot{display:block!important;flex-shrink:0!important}@media (max-width:1024px){html body:has(.project-topbar) .sidebar-new-project,html body:has(.project-topbar) .sidebar-project-card,html body:has(.rt-v2-shell) .sidebar-new-project,html body:has(.rt-v2-shell) .sidebar-project-card{width:auto!important;height:34px!important;min-width:0!important;min-height:34px!important;padding:var(--sp-8)!important;justify-content:center!important}html body:has(.project-topbar) .sidebar-project-card .project-health-dot,html body:has(.rt-v2-shell) .sidebar-project-card .project-health-dot{width:10px!important;height:10px!important}}html body:has(.rt-v2-shell) .rt-code-panel>.rt-editor-tabs-clean{background:#0b0f16!important;border-color:#1e2836!important;color:#cbd5e1!important}html body:has(.rt-v2-shell) .rt-code-panel>.rt-editor-tabs-clean button{background:#101820!important;border-color:#1e2836!important;color:#cbd5e1!important}html body:has(.rt-v2-shell) .rt-code-panel>.rt-editor-tabs-clean button.active{background:#172033!important;color:#f8fafc!important}html body:has(.rt-v2-shell) .rt-msg-ai .rt-ai-msg-content,html body:has(.rt-v2-shell) .rt-msg-ai .rt-ai-msg-content *,html body:has(.rt-v2-shell) .rt-msg-ai p,html body:has(.rt-v2-shell) .rt-msg-ai p *,html body:has(.rt-v2-shell) .rtx-done-msg,html body:has(.rt-v2-shell) .rtx-done-msg *,html body:has(.rt-v2-shell) .rtx-live-final,html body:has(.rt-v2-shell) .rtx-live-final *{color:#ffffff!important}html body:has(.project-topbar) .sidebar-project-card .project-health-dot.healthy,html body:has(.rt-v2-shell) .sidebar-project-card .project-health-dot.healthy{background:#4ade80!important}html body .app-shell>.app-nav-shell{width:var(--app-sidebar-width)!important;min-width:var(--app-sidebar-width)!important;max-width:var(--app-sidebar-width)!important;height:100vh!important;min-height:100vh!important;padding:var(--sp-16)!important;align-items:stretch!important;gap:var(--sp-8)!important;background:var(--bg-sidebar)!important;border-right:1px solid var(--border-subtle)!important;color:var(--text-primary)!important;box-shadow:none!important}html body .app-shell.sidebar-collapsed>.app-nav-shell{width:var(--app-sidebar-collapsed)!important;min-width:var(--app-sidebar-collapsed)!important;max-width:var(--app-sidebar-collapsed)!important;padding:var(--sp-8)!important;align-items:center!important}html body .app-nav-shell .sidebar-top{width:100%!important;align-items:stretch!important;gap:var(--sp-12)!important;padding-bottom:var(--sp-16)!important;margin-bottom:var(--sp-8)!important}html body .app-nav-shell .sidebar-projects{flex:1 1!important;display:flex!important;flex-direction:column!important;gap:var(--sp-4)!important;overflow-y:auto!important}html body .app-nav-shell .sidebar-bottom{margin-top:auto!important;padding-top:var(--sp-12)!important;border-top:1px solid var(--border-subtle)!important;background:transparent!important}html body .app-nav-shell .sidebar-nav-group{display:flex!important;flex-direction:column!important;gap:2px!important}html body .app-nav-shell .sidebar-search{display:flex!important;align-items:center!important;gap:var(--sp-8)!important;width:100%!important;height:auto!important;min-height:0!important;padding:var(--sp-8) var(--sp-12)!important;border-radius:var(--radius-sm)!important;background:var(--bg-input)!important;border:1px solid var(--border-subtle)!important;color:var(--text-muted)!important;font-size:13px!important;box-shadow:none!important}html body .app-nav-shell .sidebar-search-input{font-size:13px!important;line-height:1.4!important;color:var(--text-primary)!important;background:transparent!important}html body .app-nav-shell .sidebar-search-input::placeholder{color:var(--text-muted)!important}html body .app-nav-shell .sidebar-new-project{display:flex!important;align-items:center!important;justify-content:center!important;gap:var(--sp-8)!important;width:100%!important;height:auto!important;min-height:0!important;padding:var(--sp-8) var(--sp-16)!important;border-radius:var(--radius-sm)!important;font-size:13px!important;font-weight:600!important;line-height:1.4!important;background:linear-gradient(135deg,rgba(120,169,255,.12),rgba(120,169,255,.06))!important;border:1px solid var(--border-accent)!important;color:var(--text-accent)!important;box-shadow:none!important}html body .app-nav-shell .sidebar-new-project:hover{background:linear-gradient(135deg,rgba(120,169,255,.2),rgba(120,169,255,.1))!important;border-color:var(--accent-blue)!important;color:var(--text-accent)!important}html body .app-nav-shell .sidebar-project-card{display:flex!important;align-items:center!important;gap:var(--sp-12)!important;width:100%!important;height:auto!important;min-height:0!important;padding:var(--sp-12)!important;border-radius:var(--radius-md)!important;border:1px solid transparent!important;font-size:13px!important;line-height:1.4!important;background:transparent!important;color:var(--text-secondary)!important;box-shadow:none!important;transform:none!important}html body .app-nav-shell .sidebar-project-card:hover{background:var(--bg-surface-hover)!important;border-color:var(--border-subtle)!important;color:var(--text-primary)!important}html body .app-nav-shell .sidebar-project-card.active{background:var(--bg-surface)!important;border-color:var(--border-default)!important;color:var(--text-primary)!important}html body .app-nav-shell .project-card-name{font-size:13px!important;font-weight:600!important;line-height:1.4!important;color:var(--text-primary)!important}html body .app-nav-shell .project-card-meta{font-size:12px!important;line-height:1.35!important;color:var(--text-muted)!important}html body .app-nav-shell .project-health-dot{display:block!important;width:8px!important;height:8px!important;flex-shrink:0!important}html body .app-nav-shell .sidebar-bottom-link{display:flex!important;align-items:center!important;gap:var(--sp-8)!important;width:100%!important;height:auto!important;min-height:0!important;padding:var(--sp-6) var(--sp-12)!important;border-radius:var(--radius-sm)!important;font-size:13px!important;line-height:1.4!important;color:var(--text-secondary)!important;background:transparent!important;border:0!important;box-shadow:none!important;transform:none!important}html body .app-nav-shell .sidebar-bottom-link:hover{background:var(--bg-surface-hover)!important;color:var(--text-primary)!important}html body .app-nav-shell .sidebar-bottom-link.active{background:rgba(99,102,241,.08)!important;color:var(--text-primary)!important;border-left:2px solid #6366f1!important;padding-left:calc(var(--sp-12) - 2px)!important}html body .app-nav-shell .logo-text,html body .app-nav-shell .sidebar-bottom-link span{font-size:13px!important;line-height:1.4!important;font-weight:inherit!important;color:inherit!important}html body .app-nav-shell .logo-text.logo-wordmark{font-size:17px!important;font-weight:780!important;letter-spacing:-.05em!important;line-height:1!important;color:#f1f5f9!important}html body .app-nav-shell .sidebar-icon{width:18px!important;height:18px!important;flex-shrink:0!important}html body:has(.project-topbar) .app-shell>.app-nav-shell,html body:has(.rt-builder-shell) .app-shell>.app-nav-shell,html body:has(.rt-v2-shell) .app-shell>.app-nav-shell{width:var(--app-sidebar-width)!important;min-width:var(--app-sidebar-width)!important;max-width:var(--app-sidebar-width)!important;padding:var(--sp-16)!important;background:var(--bg-sidebar)!important;border-right:1px solid var(--border-subtle)!important;color:var(--text-primary)!important}html body .app-main:has(.projects-home-starter){padding:0!important}html body .app-main-content:has(.projects-home-starter){max-width:none!important;margin:0!important;min-height:100%}.projects-home-starter{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--sp-32));padding:var(--sp-32) var(--sp-24)}.projects-home-starter--loading{min-height:40vh}.projects-home-starter-inner{width:min(640px,100%);text-align:center}.projects-home-starter-inner--compact{margin-bottom:var(--sp-24)}.projects-home-error{display:flex;flex-direction:column;align-items:center;padding:var(--sp-24) var(--sp-24) 0;text-align:center}.projects-home-error .projects-home-lede{margin-bottom:var(--sp-8)}.projects-home-kicker{margin:0 0 var(--sp-8);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.projects-home-title{margin:0 0 var(--sp-12);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;color:var(--text-primary)}.projects-home-lede{margin:0 auto var(--sp-32);max-width:34rem;font-size:15px;line-height:1.55;color:var(--text-secondary)}.projects-home-compose{text-align:left;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:rgba(14,17,24,.72);box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden}.projects-home-input{display:block;width:100%;min-height:132px;padding:var(--sp-20);border:0;resize:vertical;background:transparent;color:var(--text-primary);font:inherit;font-size:15px;line-height:1.55}.projects-home-input:focus{outline:none}.projects-home-input::placeholder{color:var(--text-muted)}.projects-home-compose-footer{display:flex;align-items:center;justify-content:space-between;gap:var(--sp-12);padding:var(--sp-12) var(--sp-16);border-top:1px solid var(--border-subtle);background:rgba(255,255,255,.02)}.projects-home-hint{font-size:12px;color:var(--text-muted)}.projects-home-send{padding:var(--sp-8) var(--sp-20);border:1px solid rgba(120,169,255,.35);border-radius:var(--radius-sm);background:linear-gradient(135deg,rgba(120,169,255,.22),rgba(120,169,255,.1));color:var(--text-primary);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s}.projects-home-send:hover:not(:disabled){border-color:rgba(120,169,255,.55);background:linear-gradient(135deg,rgba(120,169,255,.3),rgba(120,169,255,.14))}.projects-home-send:disabled{opacity:.45;cursor:not-allowed}.projects-home-send--inline{margin-top:var(--sp-12)}.projects-home-footnote{margin:var(--sp-20) 0 0;font-size:12px;color:var(--text-muted)}@media (max-width:1024px){html body .app-shell.sidebar-collapsed>.app-nav-shell,html body .app-shell>.app-nav-shell{width:var(--app-sidebar-collapsed)!important;min-width:var(--app-sidebar-collapsed)!important;max-width:var(--app-sidebar-collapsed)!important;padding:var(--sp-8)!important;align-items:center!important}html body .app-nav-shell .sidebar-new-project,html body .app-nav-shell .sidebar-project-card{width:auto!important;height:auto!important;min-height:0!important;padding:var(--sp-8)!important;justify-content:center!important}html body .app-nav-shell .sidebar-top{padding-bottom:var(--sp-4)!important;margin-bottom:0!important}}html body .rt-ai-error-banner,html body .rt-ai-session-error{background:rgba(251,113,133,.12)!important;border:1px solid rgba(251,113,133,.36)!important;color:#fecdd3!important}html body .rt-ai-error-banner strong,html body .rt-ai-session-error strong{color:#fecdd3!important}html body .rt-ai-error-banner small,html body .rt-ai-error-banner span,html body .rt-ai-session-error small,html body .rt-ai-session-error span{color:#fda4af!important}html body:has(.rt-v2-shell) .rt-ai-body,html body:has(.rt-v2-shell) .rt-ai-panel,html body:has(.rt-v2-shell) .rt-ai-prompt-form,html body:has(.rt-v2-shell) .rt-ai-prompt-input-row{background:#0a0e14!important;color:#e4eaf2!important;border-color:#1e2836!important}html body:has(.rt-v2-shell) .rtx-checks-card,html body:has(.rt-v2-shell) .rtx-failure-card,html body:has(.rt-v2-shell) .rtx-live-card,html body:has(.rt-v2-shell) .rtx-result-v2{background:#111827!important;border:1px solid #1e2836!important;color:#e4eaf2!important;box-shadow:none!important}html body:has(.rt-v2-shell) .rtx-live-card{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}html body:has(.rt-v2-shell) .rt-ai-conversation .rt-ai-msg:not(.rt-msg-user),html body:has(.rt-v2-shell) .rt-msg-ai,html body:has(.rt-v2-shell) .rt-msg-checkpoint,html body:has(.rt-v2-shell) .rt-msg-exec,html body:has(.rt-v2-shell) .rt-msg-system,html body:has(.rt-v2-shell) .rt-msg-valid{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding-left:0!important;padding-right:0!important}html body:has(.rt-v2-shell) .rtx-check-label,html body:has(.rt-v2-shell) .rtx-checks-title,html body:has(.rt-v2-shell) .rtx-detail-heading,html body:has(.rt-v2-shell) .rtx-detail-line,html body:has(.rt-v2-shell) .rtx-done-title,html body:has(.rt-v2-shell) .rtx-failure-reason,html body:has(.rt-v2-shell) .rtx-failure-title,html body:has(.rt-v2-shell) .rtx-live-action,html body:has(.rt-v2-shell) .rtx-live-header h3,html body:has(.rt-v2-shell) .rtx-live-kicker,html body:has(.rt-v2-shell) .rtx-live-summary span{color:#e4eaf2!important}html body:has(.rt-v2-shell) .rtx-done-msg,html body:has(.rt-v2-shell) .rtx-done-msg *,html body:has(.rt-v2-shell) .rtx-live-final,html body:has(.rt-v2-shell) .rtx-live-final *{color:#94a3b8!important}html body:has(.rt-v2-shell) .rtx-live-transcript{display:grid!important;grid-gap:2px!important;gap:2px!important;max-height:min(360px,42vh)!important;overflow:auto!important;margin-top:12px!important;padding:2px 0 4px!important}html body:has(.rt-v2-shell) .rtx-live-event{display:block!important;padding:8px 0!important;border:0!important;border-radius:0!important;background:transparent!important}html body:has(.rt-v2-shell) .rtx-live-event strong{display:block!important;color:#cbd5e1!important;font-size:11px!important;font-weight:750!important;margin-bottom:3px!important}html body:has(.rt-v2-shell) .rtx-live-event p{margin:0!important;color:#f8fafc!important;font-size:12px!important;line-height:1.45!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}html body:has(.rt-v2-shell) .rtx-live-event code{display:block!important;margin-top:6px!important;padding:6px 8px!important;border-radius:8px!important;background:rgba(2,6,23,.7)!important;color:#bfdbfe!important;font-size:11px!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}html body:has(.rt-v2-shell) .rtx-live-event-file{border-color:transparent!important}html body:has(.rt-v2-shell) .rtx-live-event-problem{border-color:transparent!important}html body:has(.rt-v2-shell) .rtx-live-event-command_output,html body:has(.rt-v2-shell) .rtx-live-event-terminal{border-color:transparent!important}html body:has(.rt-v2-shell) .rt-ai-phase-chip,html body:has(.rt-v2-shell) .rtx-live-event-active p,html body:has(.rt-v2-shell) .rtx-live-event-active strong{background:linear-gradient(90deg,#94a3b8,#f8fafc 38%,#94a3b8 76%)!important;background-size:220% 100%!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important;animation:rt-active-text-sheen 1.45s linear infinite!important}@keyframes rt-active-text-sheen{0%{background-position:120% 0}to{background-position:-120% 0}}html body:has(.rt-v2-shell) .rtx-checks-count{background:#1f2937!important;color:#cbd5e1!important}html body:has(.rt-v2-shell) .rtx-check-pass{background:rgba(34,197,94,.12)!important}html body:has(.rt-v2-shell) .rtx-check-fail{background:rgba(239,68,68,.12)!important}html body:has(.rt-v2-shell) .rtx-checks-details-btn{color:#9dbfff!important}html body:has(.rt-v2-shell) .rtx-action-btn.rtx-action-primary{background:rgba(59,130,246,.18)!important;border-color:rgba(59,130,246,.45)!important;color:#dbeafe!important}html body:has(.rt-v2-shell) .rtx-action-btn.rtx-action-danger{background:rgba(239,68,68,.12)!important;border-color:rgba(239,68,68,.35)!important;color:#fecaca!important}html body:has(.rt-v2-shell) .rtx-step-content,html body:has(.rt-v2-shell) .rtx-step-header,html body:has(.rt-v2-shell) .rtx-timeline{background:transparent!important;border-color:transparent!important;color:#e4eaf2!important}html body:has(.rt-v2-shell) .rt-ai-work-transcript{margin-top:8px!important}html body:has(.rt-v2-shell) .rt-ai-work-transcript .rtx-timeline{padding:0!important}html body:has(.rt-v2-shell) .rt-ai-work-transcript .rtx-step-header{padding-left:0!important;padding-right:0!important}html body:has(.rt-v2-shell) .rtx-evt-msg,html body:has(.rt-v2-shell) .rtx-step-more,html body:has(.rt-v2-shell) .rtx-step-time,html body:has(.rt-v2-shell) .rtx-step-title{color:#cbd5e1!important}html body:has(.rt-v2-shell) .rtx-step-time{display:none!important}html body:has(.rt-v2-shell) .rt-ai-activity-always-open{overflow:hidden!important}html body:has(.rt-v2-shell) .rt-ai-secondary-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:11px 12px!important;border-bottom:1px solid #1e2836!important;color:#e5edf7!important;font-size:12px!important;font-weight:750!important;letter-spacing:.02em!important}html body:has(.rt-v2-shell) .rt-ai-secondary-header span{min-width:26px!important;height:20px!important;display:inline-grid!important;place-items:center!important;border-radius:999px!important;background:rgba(120,169,255,.12)!important;color:#bfdbfe!important;font-size:11px!important}html body:has(.rt-v2-shell) .rtx-step-header{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;grid-gap:8px!important;gap:8px!important}html body:has(.rt-v2-shell) .rtx-step-title{min-width:0!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}html body:has(.rt-v2-shell) .rtx-step-badge{background:#1f2937!important;color:#94a3b8!important}html body:has(.rt-v2-shell) .rtx-step-badge-err{background:rgba(239,68,68,.16)!important;color:#fecaca!important}html body:has(.rt-v2-shell) .rtx-evt-error{color:#fecaca!important;background:rgba(239,68,68,.1)!important;border-radius:8px!important;padding:8px 10px!important}html body:has(.project-topbar) .bottom-panel,html body:has(.project-topbar) .bottom-panel-bar,html body:has(.rt-v2-shell) .bottom-panel,html body:has(.rt-v2-shell) .bottom-panel-bar{background:#0a0e14!important;border-color:#1e2836!important;color:#e4eaf2!important}html body:has(.rt-v2-shell) .bottom-panel-close,html body:has(.rt-v2-shell) .bottom-panel-tab,html body:has(.rt-v2-shell) .bottom-panel-toggle{background:#111827!important;border-color:#1e2836!important;color:#cbd5e1!important}html body:has(.rt-v2-shell) .bottom-panel-tab.active{background:rgba(59,130,246,.14)!important;color:#dbeafe!important}html body:has(.rt-v2-shell) .rt-problems-output{background:transparent!important;color:#f1f5f9!important}html body:has(.rt-v2-shell) .rt-activity-pane,html body:has(.rt-v2-shell) .rt-problems-empty,html body:has(.rt-v2-shell) .rt-problems-empty span,html body:has(.rt-v2-shell) .rt-problems-empty strong{background:transparent!important;border:0!important;box-shadow:none!important}html body:has(.rt-v2-shell) .rt-activity-pane .rt-activity-message,html body:has(.rt-v2-shell) .rt-problems-empty strong{color:#f1f5f9!important}html body:has(.rt-v2-shell) .rt-activity-pane .rt-activity-type,html body:has(.rt-v2-shell) .rt-problems-empty span{color:#94a3b8!important}html body:has(.rt-builder-shell) .rt-ai-phase-chip,html body:has(.rt-v2-shell) .rt-ai-phase-chip{background:rgba(16,185,129,.14)!important;border-color:rgba(52,211,153,.35)!important;color:#6ee7b7!important}html body:has(.rt-builder-shell) .rt-ai-dot-active,html body:has(.rt-v2-shell) .rt-ai-dot-active{background:#34d399!important}html body:has(.rt-builder-shell) .rt-ai-phase-strip,html body:has(.rt-v2-shell) .rt-ai-phase-strip{background:rgba(16,185,129,.08)!important;border-color:rgba(52,211,153,.25)!important}html body:has(.rt-builder-shell) .rt-ai-phase-name,html body:has(.rt-v2-shell) .rt-ai-phase-name{color:#6ee7b7!important}html body:has(.rt-v2-shell) .rt-files-view.rt-files-preview-focus{grid-template-columns:minmax(0,1fr)!important}html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open{grid-template-columns:300px minmax(0,1fr)!important}html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open .rt-project-sidebar{width:300px!important;min-width:300px!important;max-width:300px!important;box-sizing:border-box!important}html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open .rt-code-panel,html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open .rt-code-panel>.rt-editor-tabs-clean,html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open .rt-code-panel>div,html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open .rt-code-panel>header,html body:has(.rt-v2-shell) .rt-files-view.rt-files-tree-open .rt-files-editor-stack{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}html body:has(.rt-v2-shell) .rt-files-editor-stack{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;min-height:0!important;height:100%!important;background:#060a10!important;border-bottom:1px solid #1e2836!important}html body:has(.rt-v2-shell) .rt-workspace-tabs{display:flex!important;align-items:center!important;gap:6px!important;padding:8px 12px!important;border-bottom:1px solid #1e2836!important;background:#0a0e14!important;flex-shrink:0!important;min-width:0!important;overflow-x:auto!important;scrollbar-width:thin!important}html body:has(.rt-v2-shell) .rt-workspace-tabs button{height:30px!important;padding:0 14px!important;border:1px solid #1e2836!important;border-radius:8px!important;background:transparent!important;color:#cbd5e1!important;font-size:12px!important;font-weight:600!important;cursor:pointer!important;flex:0 0 auto!important;white-space:nowrap!important;min-width:max-content!important;overflow:visible!important}html body:has(.rt-v2-shell) .rt-workspace-tabs button.active{background:rgba(59,130,246,.16)!important;border-color:rgba(96,165,250,.45)!important;color:#f8fafc!important}html body:has(.rt-v2-shell) .rt-file-tree-clean .rt-folder-row,html body:has(.rt-v2-shell) .rt-file-tree-clean .rt-tree-row{background:transparent!important;border-color:transparent!important;box-shadow:none!important}html body:has(.rt-v2-shell) .rt-file-tree-clean .rt-tree-row:hover{background:rgba(148,163,184,.055)!important;border-color:transparent!important}html body:has(.rt-v2-shell) .rt-file-tree-clean .rt-tree-row.active{background:rgba(96,165,250,.1)!important;border-color:rgba(96,165,250,.32)!important}html body:has(.rt-v2-shell) .rt-files-editor-main{min-height:0!important;overflow:hidden!important}html body:has(.rt-v2-shell) .rt-workspace-preview-frame,html body:has(.rt-v2-shell) .rt-workspace-preview-full{width:100%!important;height:100%!important;min-height:0!important}html body:has(.rt-v2-shell) .rt-workspace-preview-frame iframe,html body:has(.rt-v2-shell) .rt-workspace-preview-full iframe{width:100%!important;height:100%!important;min-height:0!important;border:0!important;background:#060a10!important}html body:has(.rt-v2-shell) .rt-workspace-console .rt-bottom-console{border-top:1px solid #1e2836!important;background:#0a0e14!important;max-height:100%!important}html body:has(.rt-v2-shell) .rt-builder-shell.rt-v2-shell{--rt-workspace-rail-height:48px;background:#060a10!important;color:#f8fafc!important}html body:has(.rt-v2-shell) .rt-workspace-tabs{min-height:var(--rt-workspace-rail-height)!important;height:var(--rt-workspace-rail-height)!important;max-height:var(--rt-workspace-rail-height)!important;padding:0 12px!important;box-sizing:border-box!important}html body:has(.rt-v2-shell) .rt-workspace-tabs button{height:28px!important}html body:has(.rt-v2-shell) .rt-v2-main{box-shadow:inset 0 -1px 0 #1e2836!important}html body:has(.rt-v2-shell) .rt-files-editor-stack{border-bottom:0!important}html body:has(.rt-v2-shell) .rt-v2-ai-panel-upper{box-shadow:inset 0 -1px 0 #1e2836!important}html body:has(.rt-v2-shell) .rt-v2-ai-composer-dock{border-top:0!important;background:#0a0e14!important}html body:has(.rt-v2-shell) .rt-v2-ai-composer-dock .rt-ai-composer{border-top:0!important}html body:has(.rt-v2-shell) .rt-v2-workspace-dock{grid-column:1!important;grid-row:2!important;min-height:0!important;overflow:hidden!important}html body:has(.rt-v2-shell) .rt-v2-ai-panel{position:relative!important;grid-column:2!important;grid-row:1/-1!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto!important;min-height:0!important;height:100%!important;max-height:100%!important;align-self:stretch!important;overflow:hidden!important}html body:has(.rt-v2-shell) .rt-v2-ai-panel-upper{min-height:0!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border-bottom:0!important}html body:has(.rt-v2-shell) .rt-v2-ai-panel-upper .rt-ai-panel,html body:has(.rt-v2-shell) .rt-v2-ai-panel-upper .rt-runtime-ai-panel{flex:1 1 auto!important;min-height:0!important;height:100%!important;max-height:100%!important}html body:has(.rt-v2-shell) .rt-v2-ai-composer-dock{flex-shrink:0!important;min-height:0!important}html body:has(.rt-v2-shell) .rt-ai-panel-resize-handle{position:absolute!important;left:-4px!important;top:0!important;bottom:0!important;z-index:12!important;width:8px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;cursor:col-resize!important}html body.rt-ai-resizing:has(.rt-v2-shell) .rt-ai-panel-resize-handle,html body:has(.rt-v2-shell) .rt-ai-panel-resize-handle:hover{background:rgba(120,169,255,.22)!important}html body.rt-ai-resizing{cursor:col-resize!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}html body:has(.rt-v2-shell) .rt-files-view,html body:has(.rt-v2-shell) .rt-v2-main{background:#060a10!important;color:#f8fafc!important}html body:has(.rt-v2-shell) .rt-ai-conversation,html body:has(.rt-v2-shell) .rt-ai-draft-bubble,html body:has(.rt-v2-shell) .rt-ai-msg,html body:has(.rt-v2-shell) .rt-ai-msg-content,html body:has(.rt-v2-shell) .rt-ai-msg-content *,html body:has(.rt-v2-shell) .rt-ai-msg-header,html body:has(.rt-v2-shell) .rt-ai-msg-role,html body:has(.rt-v2-shell) .rt-msg-ai,html body:has(.rt-v2-shell) .rt-msg-checkpoint,html body:has(.rt-v2-shell) .rt-msg-exec,html body:has(.rt-v2-shell) .rt-msg-system,html body:has(.rt-v2-shell) .rt-msg-user,html body:has(.rt-v2-shell) .rt-msg-user .rt-ai-msg-content,html body:has(.rt-v2-shell) .rt-msg-valid{color:#f8fafc!important}html body:has(.rt-v2-shell) .rt-ai-msg-meta,html body:has(.rt-v2-shell) .rt-ai-msg-time{color:#94a3b8!important}html body:has(.rt-v2-shell) .rt-ai-msg-verdict-pass{color:#4ade80!important}html body:has(.rt-v2-shell) .rt-ai-verdict-chip,html body:has(.rt-v2-shell) .rt-ai-verdict-pass{box-shadow:none!important}html body:has(.rt-v2-shell) .rt-ai-verdict-pass{background:rgba(34,197,94,.1)!important;border:1px solid rgba(34,197,94,.28)!important;color:#86efac!important}html body:has(.rt-v2-shell) .rt-ai-msg-verdict-fail{color:#f87171!important}html body:has(.rt-v2-shell) .rt-ai-msg-verdict-warn{color:#fbbf24!important}html body:has(.rt-v2-shell) .rtx-empty-ready,html body:has(.rt-v2-shell) .rtx-instr-hint{color:#cbd5e1!important}