@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#ff8c00;--primary-hover:#e07b00;--primary-light:#ff8c001f;--primary-glow:#ff8c004d;--gradient-primary:linear-gradient(135deg, #ff6b35, #f7931e);--gradient-hero:radial-gradient(ellipse at top, #2a2a2a 0%, #1a1a1a 50%);--bg:#1a1a1a;--bg-dark:#121212;--bg-card:#2a2a2a;--bg-card-hover:#333;--bg-glass:#1e1e1e99;--text:#f2f2f2;--text-secondary:#ccc;--text-muted:#aaa;--text-dim:#888;--text-faint:#666;--border:#333;--border-light:#444;--border-subtle:#ffffff14;--radius-sm:6px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#1a1a1aeb;transition:background .3s;position:fixed;top:0;left:0;right:0}.nav-inner{justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.nav-brand{color:var(--text);align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-logo{border-radius:8px;width:36px;height:36px}.nav-title{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--primary)}.nav-cta{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.nav-cta:hover{box-shadow:0 4px 12px var(--primary-glow);transform:translateY(-1px)}.nav-mobile-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.hero{background:var(--gradient-hero);text-align:center;padding:10rem 0 6rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff8c000f 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}.hero-badge{background:var(--primary-light);color:var(--primary);border:1px solid #ff8c0040;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero h1{letter-spacing:-.03em;max-width:800px;margin:0 auto 1.5rem;font-size:4rem;font-weight:800;line-height:1.1}.text-gradient{background:linear-gradient(135deg, var(--primary), #ffb366);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-secondary);max-width:640px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font);border:none;align-items:center;gap:.5rem;padding:.9rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn-primary:hover{box-shadow:0 6px 20px var(--primary-glow);transform:translateY(-2px)}.btn-secondary{color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font);background:#ffffff0d;border:1px solid #ffffff1f;align-items:center;gap:.5rem;padding:.9rem 2rem;text-decoration:none;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:#ffffff1a;border-color:#fff3}.hero-pills{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1rem;display:flex}.hero-pill{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;display:flex}.hero-pill-icon{font-size:1.1rem}.section{padding:6rem 0}.section-dark{background:var(--bg-dark)}.section-title{text-align:center;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 3.5rem;font-size:1.1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:2rem;transition:transform .3s,border-color .3s,box-shadow .3s}.feature-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.feature-icon{margin-bottom:1rem;font-size:2rem;display:block}.feature-card h3{color:#fff;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:1rem;display:grid}.step{text-align:center;padding:2rem}.step-number{background:var(--primary-light);border:2px solid var(--primary);width:56px;height:56px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:inline-flex}.step h3{margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.step p{color:var(--text-muted);font-size:.9rem}.comparison{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.comparison-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;position:relative;overflow:hidden}.comparison-card.enterprise{border-color:var(--primary);box-shadow:0 0 40px #ff8c0014}.comparison-label{text-transform:uppercase;letter-spacing:.05em;border-radius:100px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.comparison-label.oss{color:#66bb6a;background:#4caf501f}.comparison-label.ent{background:var(--primary-light);color:var(--primary)}.comparison-card h3{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.comparison-card .subtitle{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem}.comparison-list{padding:0;list-style:none}.comparison-list li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.75rem;font-size:.9rem;position:relative}.comparison-list li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.providers-bar{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:2rem 0;display:flex}.provider-item{color:var(--text-dim);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;display:flex}.provider-icon{font-size:1.5rem}.cta-section{text-align:center;background:linear-gradient(180deg, var(--bg-dark) 0%, var(--bg) 100%);padding:6rem 0}.cta-section h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-section p{color:var(--text-muted);margin-bottom:2rem;font-size:1.1rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer{border-top:1px solid var(--border);padding:2.5rem 0}.footer-inner{justify-content:space-between;align-items:center;display:flex}.footer-left{color:var(--text-dim);align-items:center;gap:.75rem;font-size:.85rem;display:flex}.footer-logo{border-radius:4px;width:24px;height:24px}.footer-links{gap:1.5rem;display:flex}.footer-links a{color:var(--text-dim);font-size:.85rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--primary)}.fade-in{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.fade-in.visible{opacity:1;transform:translateY(0)}@media (width<=968px){.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:1rem}.comparison{grid-template-columns:1fr}.hero h1{font-size:2.75rem}.section-title{font-size:2rem}}@media (width<=768px){.nav-links{display:none}.nav-mobile-toggle{display:block}.hero{padding:8rem 0 4rem}.hero h1{font-size:2.25rem}.hero-subtitle{font-size:1.05rem}.providers-bar{gap:1.5rem}.footer-inner{text-align:center;flex-direction:column;gap:1rem}}.dash-tabs{border-bottom:1px solid #ffffff14;gap:0;margin-bottom:1.5rem;display:flex}.dash-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;transition:color .15s,border-color .15s}.dash-tab:hover{color:var(--text-primary)}.dash-tab.active{color:#a78bfa;border-bottom-color:#a78bfa}.dash-lifecycle-btn.open{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:opacity .15s,transform .1s}.dash-lifecycle-btn.open:hover{opacity:.9;transform:translateY(-1px)}.dash-lifecycle-btn.open:disabled{opacity:.6;cursor:not-allowed;transform:none}.dash-add-member-row{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.dash-members-table{flex-direction:column;gap:0;display:flex}.dash-members-table-header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;grid-template-columns:1fr 140px 40px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:grid}.dash-members-table-row{border-top:1px solid #ffffff0d;grid-template-columns:1fr 140px 40px;align-items:center;padding:.875rem 1rem;transition:background .15s;display:grid}.dash-members-table-row:hover{background:#ffffff05}.dash-member-identity{align-items:center;gap:.75rem;display:flex}.dash-member-avatar{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.dash-member-name{font-size:.9rem;font-weight:500}.dash-member-email{color:var(--text-muted);margin-top:1px;font-size:.75rem}.dash-role-select{cursor:pointer;color:#a78bfa;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:6px;padding:.25rem .5rem;font-size:.8rem;font-weight:600}.dash-role-badge{font-size:.8rem;font-weight:600}.dash-btn-icon-danger{color:#f87171;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:.875rem;transition:background .15s}.dash-btn-icon-danger:hover{background:#f871711a}.dash-empty{color:var(--text-muted);padding:1rem 0;font-size:.9rem}.dash-new-key-banner{background:linear-gradient(135deg,#22c55e1a,#10b98114);border:1px solid #22c55e4d;border-radius:12px;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.dash-new-key-title{color:#4ade80;font-size:.9rem;font-weight:600}.dash-new-key-value{background:#0000004d;border-radius:8px;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.dash-new-key-value code{color:#a7f3d0;word-break:break-all;flex:1;font-family:JetBrains Mono,monospace;font-size:.85rem}.dash-btn-copy{color:#4ade80;cursor:pointer;white-space:nowrap;background:#4ade8026;border:1px solid #4ade804d;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:background .15s}.dash-btn-copy:hover{background:#4ade8040}.dash-btn-dismiss{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;font-size:.8rem;text-decoration:underline}.dash-scope-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.5rem;display:grid}.dash-scope-chip{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;transition:border-color .15s,background .15s;display:flex}.dash-scope-chip input{display:none}.dash-scope-chip.active{background:#6366f11a;border-color:#6366f1}.dash-scope-id{color:#a78bfa;font-family:monospace;font-size:.8rem;font-weight:600}.dash-scope-desc{color:var(--text-muted);margin-top:2px;font-size:.75rem}.dash-keys-table{border-collapse:collapse;width:100%}.dash-keys-table th{text-align:left;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #ffffff0f;padding:.875rem 1.25rem;font-size:.75rem;font-weight:600}.dash-keys-table td{vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:.875rem 1.25rem;font-size:.875rem}.dash-keys-table tr:last-child td{border-bottom:none}.dash-key-name{font-weight:500}.dash-key-prefix{color:#94a3b8;font-family:monospace;font-size:.8rem}.dash-key-meta{color:var(--text-muted);font-size:.8rem}.dash-key-scopes{flex-wrap:wrap;gap:.25rem;display:flex}.dash-scope-tag{color:#a78bfa;background:#6366f126;border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.7rem;font-weight:500}.dash-btn-danger-sm{color:#f87171;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:.3rem .625rem;font-size:.78rem;font-weight:600;transition:background .15s}.dash-btn-secondary{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;font-weight:500;transition:background .15s}.dash-btn-secondary:hover{background:#ffffff14}.dash-empty-state{text-align:center;color:var(--text-muted);padding:4rem 2rem}.dash-empty-icon{margin-bottom:1rem;font-size:3rem}.dash-empty-state h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.dash-empty-state p{font-size:.9rem}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.demo-container{background:#1e1e1e;border:1px solid #444;border-radius:12px;max-width:720px;margin:3rem auto 0;overflow:hidden;box-shadow:0 20px 60px #00000080,0 0 40px #ff8c000f}.demo-titlebar{background:#2a2a2a;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.demo-dots{gap:6px;display:flex}.demo-dot{border-radius:50%;width:12px;height:12px}.demo-dot.red{background:#ff5f57}.demo-dot.yellow{background:#febc2e}.demo-dot.green{background:#28c840}.demo-title{color:#888;font-size:.8rem;font-weight:500}.demo-presence{gap:-4px;display:flex}.demo-presence-dot{color:#fff;border:2px solid #2a2a2a;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;margin-left:-6px;font-size:.65rem;font-weight:700;display:flex;position:relative}.demo-presence-dot:first-child{margin-left:0}.demo-toolbar{background:#222;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.75rem;display:flex}.demo-toolbar-left{color:#999;align-items:center;gap:.5rem;display:flex}.demo-provider{color:#ccc;font-weight:500}.demo-separator{color:#555}.demo-tools-count{color:#888}.demo-toolbar-right{color:#666}.demo-chat{flex-direction:column;gap:.75rem;min-height:320px;max-height:380px;padding:1rem;display:flex;overflow-y:auto}.demo-msg{gap:.6rem;animation:.35s msgSlideIn;display:flex}@keyframes msgSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.demo-msg-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:2px;font-size:.7rem;font-weight:700;display:flex}.demo-msg-avatar-ai{background:linear-gradient(135deg,#ff6b35,#f7931e);font-size:.6rem}.demo-msg-body{flex:1;min-width:0}.demo-msg-name{color:#ccc;margin-bottom:2px;font-size:.75rem;font-weight:600;display:block}.demo-msg-content{color:#ddd;background:#2a2a2a;border-radius:0 10px 10px;max-width:95%;padding:.6rem .85rem;font-size:.85rem;line-height:1.5}.demo-msg-ai .demo-msg-content{background:#ff8c000f;border:1px solid #ff8c001f}.demo-msg-tool{padding-left:2.4rem}.demo-tool-badge{color:#ff8c00;background:#ff8c001a;border:1px solid #ff8c0033;border-radius:100px;align-items:center;gap:.35rem;margin-bottom:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.demo-tool-icon{font-size:.75rem}.demo-tool-content{color:#aaa;background:#1a1a1a;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.78rem}.demo-table{border-collapse:collapse;width:100%;font-size:.8rem}.demo-table th{text-align:left;color:#888;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #444;padding:.35rem .5rem;font-size:.7rem;font-weight:600}.demo-table td{color:#ccc;border-bottom:1px solid #2a2a2a;padding:.35rem .5rem}.demo-revenue{color:#ff8c00;font-family:SF Mono,Fira Code,monospace;font-weight:600}.demo-typing{background:#2a2a2a;border-radius:0 10px 10px;gap:4px;padding:.5rem .85rem;display:inline-flex}.demo-typing-dot{background:#666;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite typingBounce}.demo-typing-dot:nth-child(2){animation-delay:.2s}.demo-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}@media (width<=768px){.demo-container{border-radius:8px;margin:2rem -.5rem 0}.demo-chat{min-height:280px;max-height:320px}.demo-title{display:none}}.login-page{background:radial-gradient(at top,#2a2a2a 0%,#1a1a1a 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#1e1e1ecc;border:1px solid #333;border-radius:16px;width:100%;max-width:420px;padding:3rem}.login-logo-img{border-radius:12px;width:60px;height:60px;margin-bottom:1.5rem}.login-card h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-subtitle{color:#999;margin-bottom:2rem}.login-btn{justify-content:center;width:100%;padding:.9rem;font-size:1rem}.login-footer-text{color:#666;margin-top:1.5rem;font-size:.85rem}.dash-layout{background:#121212;min-height:100vh;display:flex}.dash-loading{background:#121212;justify-content:center;align-items:center;min-height:100vh;display:flex}.dash-spinner{border:3px solid #333;border-top-color:#ff8c00;border-radius:50%;width:32px;height:32px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dash-sidebar{background:#1a1a1a;border-right:1px solid #333;flex-direction:column;flex-shrink:0;width:240px;display:flex}.dash-sidebar-brand{border-bottom:1px solid #333;align-items:center;gap:.75rem;padding:1.25rem;display:flex}.dash-sidebar-logo{border-radius:8px;width:32px;height:32px}.dash-sidebar-title{color:#fff;font-size:1.1rem;font-weight:700}.dash-nav{flex:1;padding:1rem 0}.dash-nav-link{color:#999;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.dash-nav-link:hover{color:#fff;background:#ffffff08}.dash-nav-link.active{color:#ff8c00;background:#ff8c000f;border-left-color:#ff8c00}.dash-nav-icon{text-align:center;width:20px;font-size:1rem}.dash-sidebar-footer{border-top:1px solid #333;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;display:flex}.dash-sidebar-footer-row{justify-content:space-between;align-items:center;display:flex}.dash-user-info{align-items:center;gap:.65rem;display:flex}.dash-user-avatar{color:#fff;background:linear-gradient(135deg,#ff6b35,#f7931e);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.dash-user-details{flex-direction:column;display:flex}.dash-user-name{color:#eee;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:.8rem;font-weight:600;overflow:hidden}.dash-user-role{color:#888;text-transform:capitalize;font-size:.7rem}.dash-logout-btn{color:#888;cursor:pointer;background:0 0;border:1px solid #444;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:all .2s;display:flex}.dash-logout-btn:hover{color:#ff8c00;border-color:#ff8c00}.dash-main{flex-direction:column;flex:1;min-width:0;display:flex}.dash-topbar{background:#1a1a1a;border-bottom:1px solid #333;padding:1rem 2rem}.dash-topbar-org{align-items:center;gap:.75rem;display:flex}.dash-topbar-org h2{color:#fff;font-size:1.1rem;font-weight:600}.dash-plan-badge{text-transform:uppercase;letter-spacing:.05em;color:#ff8c00;background:#ff8c001f;border-radius:100px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.dash-plan-badge.large{padding:.3rem .85rem;font-size:.85rem}.dash-content{flex:1;padding:2rem;overflow-y:auto}.dash-page h1{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.dash-page-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.dash-page-header h1{margin-bottom:0}.dash-stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.dash-stat-card{text-align:center;background:#1e1e1e;border:1px solid #333;border-radius:12px;padding:1.5rem}.dash-stat-value{color:#ff8c00;font-size:2rem;font-weight:700;display:block}.dash-stat-running{color:#4caf50}.dash-stat-stopped{color:#888}.dash-stat-label{color:#888;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem;font-size:.75rem;display:block}.dash-section{margin-bottom:2rem}.dash-section h2{border-bottom:1px solid #333;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:600}.dash-actions{flex-wrap:wrap;gap:1rem;display:flex}.dash-action-card{color:#ccc;background:#1e1e1e;border:1px solid #333;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.dash-action-card:hover{background:#ff8c000a;border-color:#ff8c00}.dash-action-icon{font-size:1.25rem}.dash-workspace-list{background:#1e1e1e;border:1px solid #333;border-radius:10px;overflow:hidden}.dash-workspace-row{color:inherit;border-bottom:1px solid #222;align-items:center;gap:1rem;padding:.85rem 1.25rem;text-decoration:none;transition:background .15s;display:flex}.dash-workspace-row:last-child{border-bottom:none}.dash-workspace-row:hover{background:#ff8c000a}.dash-ws-status{width:12px}.dash-status-dot{background:#555;border-radius:50%;width:10px;height:10px;display:inline-block}.dash-status-dot.running{background:#4caf50;box-shadow:0 0 6px #4caf5080}.dash-status-dot.stopped{background:#555}.dash-status-dot.standby{background:#f59e0b;box-shadow:0 0 6px #f59e0b4d}.dash-status-dot.provisioning{background:#ff9800;animation:1.5s infinite pulse}.dash-status-dot.starting{background:#60a5fa;animation:1.5s infinite pulse}.dash-status-dot.stopping{background:#f97316;animation:1.5s infinite pulse}.dash-status-dot.error{background:#f44336}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.dash-ws-info{flex:1}.dash-ws-name{color:#fff;font-size:.95rem;font-weight:600;display:block}.dash-ws-meta{color:#888;font-size:.8rem;display:block}.dash-ws-arrow{color:#555;font-size:1.2rem}.dash-workspace-row:hover .dash-ws-arrow{color:#ff8c00}.dash-status-badge{text-transform:capitalize;border-radius:100px;align-items:center;gap:.35rem;padding:.2rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.dash-status-badge.running{color:#4caf50;background:#4caf501f}.dash-status-badge.stopped{color:#888;background:#8888881f}.dash-status-badge.error{color:#f44336;background:#f443361f}.dash-status-badge.provisioning{color:#ff9800;background:#ff98001f}.dash-ws-header-meta{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.dash-ws-url{color:#888;font-size:.85rem;text-decoration:none;transition:color .2s}.dash-ws-url:hover{color:#ff8c00}.dash-table-card{background:#1e1e1e;border:1px solid #333;border-radius:10px;overflow:hidden}.dash-table{border-collapse:collapse;width:100%}.dash-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#888;background:#2a2a2a;border-bottom:1px solid #333;padding:.85rem 1.25rem;font-size:.75rem;font-weight:600}.dash-table td{border-bottom:1px solid #222;padding:.85rem 1.25rem;font-size:.9rem}.dash-table tbody tr:last-child td{border-bottom:none}.dash-table tbody tr:hover{background:#ffffff05}.dash-ws-link{color:#fff;font-weight:600;text-decoration:none}.dash-ws-link:hover{color:#ff8c00}.dash-text-muted{color:#888}.dash-btn-sm{color:#ccc;cursor:pointer;background:#333;border:1px solid #555;border-radius:6px;padding:.3rem .75rem;font-family:inherit;font-size:.8rem;text-decoration:none;transition:all .2s}.dash-btn-sm:hover{color:#ff8c00;border-color:#ff8c00}.dash-form-card{background:#1e1e1e;border:1px solid #333;border-radius:12px;margin-bottom:1.5rem;padding:2rem}.dash-form-section-title{color:#ff8c00;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.dash-form-group{margin-bottom:1.25rem}.dash-form-label{color:#ccc;margin-bottom:.4rem;font-size:.85rem;font-weight:500;display:block}.dash-form-input{color:#fff;box-sizing:border-box;background:#0000004d;border:1px solid #444;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.dash-form-input:focus{border-color:#ff8c00}.dash-textarea{resize:vertical;min-height:100px}.dash-form-help{color:#666;margin-top:.3rem;font-size:.8rem;display:block}.dash-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dash-form-actions{gap:1rem;margin-top:1.5rem;display:flex}.dash-tool-grid{flex-wrap:wrap;gap:.5rem;display:flex}.dash-tool-chip{color:#999;cursor:pointer;background:#222;border:1px solid #444;border-radius:6px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;transition:all .2s;display:inline-flex}.dash-tool-chip input{display:none}.dash-tool-chip.active{color:#ff8c00;background:#ff8c001a;border-color:#ff8c00}.dash-tool-chip:hover{border-color:#666}.dash-invite-form{align-items:flex-end;gap:.75rem;margin-bottom:1.5rem;display:flex}.dash-invite-form .dash-form-input{flex:1}.dash-invite-role{flex:none!important;width:140px!important}.dash-role-select{width:110px!important;padding:.35rem .5rem!important;font-size:.8rem!important}.dash-role-badge{text-transform:capitalize;border-radius:100px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.dash-role-badge.owner{color:#ff8c00;background:#ff8c001f}.dash-role-badge.admin{color:#66bb6a;background:#4caf501f}.dash-role-badge.member{color:#999;background:#8888881f}.dash-member-name{color:#fff;font-weight:500}.dash-btn-danger-sm{color:#f44336;cursor:pointer;background:0 0;border:1px solid #f443364d;border-radius:6px;padding:.3rem .6rem;font-family:inherit;font-size:.75rem;transition:all .2s}.dash-btn-danger-sm:hover{background:#f443361a}.dash-tag-list{flex-wrap:wrap;gap:.4rem;display:flex}.dash-tag{color:#ff8c00;background:#ff8c0014;border:1px solid #ff8c0033;border-radius:4px;padding:.25rem .6rem;font-size:.8rem}.dash-plan-display{align-items:center;gap:1rem;display:flex}.dash-danger-zone{background:#f443360a;border:1px solid #f4433633;border-radius:12px;margin-top:2rem;padding:1.5rem}.dash-danger-zone h3{color:#f44336;margin-bottom:.5rem;font-size:1rem}.dash-danger-zone p{color:#999;margin-bottom:1rem;font-size:.9rem}.dash-btn-danger{color:#fff;cursor:pointer;background:#f44336;border:none;border-radius:6px;padding:.55rem 1.25rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .2s}.dash-btn-danger:hover{background:#d32f2f}.dash-error{color:#fca5a5;background:#f443361a;border:1px solid #f443364d;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.dash-success{color:#81c784;background:#4caf501a;border:1px solid #4caf504d;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.dash-empty{text-align:center;color:#777;background:#1e1e1e;border:1px solid #333;border-radius:10px;padding:3rem}.dash-empty-sub{color:#555;margin-top:.5rem;font-size:.85rem}.dash-audit-action{color:#ccc;font-weight:500}.dash-audit-meta{text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-family:SF Mono,Fira Code,monospace;overflow:hidden;font-size:.8rem!important}@media (width<=968px){.dash-stats-grid{grid-template-columns:repeat(2,1fr)}.dash-form-row{grid-template-columns:1fr}}@media (width<=768px){.dash-sidebar{display:none}.dash-content{padding:1rem}.dash-stats-grid{grid-template-columns:1fr 1fr}.dash-invite-form{flex-direction:column}}.dash-lifecycle-controls{align-items:center;gap:.5rem;display:flex}.dash-lifecycle-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.dash-lifecycle-btn:disabled{opacity:.6;cursor:not-allowed}.dash-lifecycle-btn.start{color:#4caf50;background:#4caf501f;border-color:#4caf504d}.dash-lifecycle-btn.start:hover:not(:disabled){background:#4caf5033}.dash-lifecycle-btn.stop{color:#ef5350;background:#f443361a;border-color:#f443364d}.dash-lifecycle-btn.stop:hover:not(:disabled){background:#f4433633}.dash-lifecycle-btn.restart{color:#ffa726;background:#ff98001a;border-color:#ff98004d}.dash-lifecycle-btn.restart:hover:not(:disabled){background:#ff980033}.dash-lifecycle-btn.provisioning{color:#ff9800;background:#ff980014;border-color:#ff980033}.dash-spinner-inline{opacity:.7;border:2px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin;display:inline-block}.dash-section-header{border-bottom:1px solid #333;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.dash-section-header h2{border-bottom:none;margin-bottom:0;padding-bottom:0}.dash-live-badge{color:#4caf50;font-size:.7rem;font-weight:600;animation:1.5s infinite pulse}.dash-usage-month{background:#1e1e1e;border:1px solid #333;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.85rem 1.25rem;display:flex}.dash-usage-month-label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.dash-usage-month-value{color:#ff8c00;font-size:1rem;font-weight:600}.dash-usage-bar-wrap{align-items:center;gap:.5rem;min-width:160px;display:flex}.dash-usage-bar{background:linear-gradient(90deg,#ff6b35,#ff8c00);border-radius:3px;min-width:2px;max-width:120px;height:6px;transition:width .4s}.dash-usage-bar-pct{color:#888;white-space:nowrap;font-size:.75rem}.dash-code{color:#ccc;background:#ffffff0d;border-radius:4px;padding:.15rem .4rem;font-family:SF Mono,Fira Code,monospace;font-size:.82rem}.dash-url-readonly{cursor:default;color:#ccc;line-height:1.4;text-decoration:none;display:block}a.dash-url-readonly{cursor:pointer;color:#ff8c00;word-break:break-all;transition:color .2s}a.dash-url-readonly:hover{color:#fa4}.dash-url-pending{font-size:.85rem;font-style:italic;color:#555!important}.ws-action-bar{align-items:center;gap:6px;display:flex}.ws-action-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:4px 10px;font-size:.78rem;font-weight:600;line-height:1.4;transition:all .15s}.ws-action-btn:disabled{opacity:.45;cursor:not-allowed}.ws-action-start{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d}.ws-action-start:hover:not(:disabled){background:#22c55e47;border-color:#22c55e99}.ws-action-stop{color:#ef4444;background:#ef44441f;border:1px solid #ef44444d}.ws-action-stop:hover:not(:disabled){background:#ef444440;border-color:#ef44448c}.ws-action-restart{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d;padding:3px 8px;font-size:1rem}.ws-action-restart:hover:not(:disabled){background:#fbbf2440;border-color:#fbbf248c}.ws-action-config{color:#888;background:#ffffff0f;border:1px solid #ffffff1a;padding:4px 9px;font-size:.9rem;text-decoration:none}.ws-action-config:hover{color:#ccc;background:#ffffff1f}.ws-action-provisioning{color:#fbbf24;font-size:.78rem;font-style:italic;animation:1.5s ease-in-out infinite pulse}
