@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #0c0c0f;--bg-elevated: #12121a;--surface: #18181f;--surface-hover: #1e1e28;--border: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .1);--primary: #06b6d4;--primary-glow: rgba(6, 182, 212, .4);--accent: #3b82f6;--accent-glow: rgba(59, 130, 246, .4);--primary-muted: rgba(6, 182, 212, .15);--text: #f4f4f5;--text-muted: #a1a1aa;--text-dim: #71717a;--success: #10b981;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--glass: rgba(24, 24, 31, .7);--glass-border: rgba(255, 255, 255, .1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 var(--primary-glow)}70%{box-shadow:0 0 0 15px #06b6d400}to{box-shadow:0 0 #06b6d400}}@keyframes rec-pulse{0%{opacity:1;transform:scale(1);box-shadow:0 0 #ef444466}50%{opacity:.7;transform:scale(1.1);box-shadow:0 0 0 6px #ef444400}to{opacity:1;transform:scale(1);box-shadow:0 0 #ef444400}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-float{animation:float 3s ease-in-out infinite}.glass{background:var(--glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 8px 32px #0000004d}.gradient-text{background:linear-gradient(135deg,#fff,#a1a1aa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.primary-gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--text)}.mono{font-family:var(--font-mono);font-size:.9em}a{color:inherit;text-decoration:none;transition:all .2s ease}button{cursor:pointer;border:none;outline:none;background:none;font-family:inherit}.section-container{max-width:1200px;margin:0 auto;padding:0 24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:var(--text)}.input-base{width:100%;padding:12px 16px;font-size:15px;font-family:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .2s,box-shadow .2s}.input-base::-moz-placeholder{color:var(--text-dim)}.input-base::placeholder{color:var(--text-dim)}.input-base:hover:not(:disabled){border-color:var(--border-strong)}.input-base:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-muted)}.input-base:disabled{opacity:.6;cursor:not-allowed}.btn{padding:12px 24px;font-size:15px;font-weight:600;font-family:inherit;border-radius:10px;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:#0891b2;transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--border-strong)}.docs-shell{max-width:1400px;margin:0 auto;padding:24px 20px 64px}.docs-shell-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.docs-shell-kicker,.docs-eyebrow,.docs-nav-group-title{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7dd3fc}.docs-shell-title{margin-top:6px;font-size:22px;font-weight:700;letter-spacing:-.03em}.docs-shell-header p{max-width:640px;margin-top:6px;color:var(--text-muted);font-size:13px}.docs-mobile-menu-button{display:none;align-items:center;gap:8px;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;padding:10px 14px}.docs-shell-body{display:grid;grid-template-columns:280px minmax(0,1fr) 220px;gap:24px;align-items:start}.docs-sidebar,.docs-toc-card,.docs-home-highlight,.docs-home-journey-card,.docs-home-card,.docs-callout,.docs-code-block,.docs-table-wrap,.docs-pager-card{background:linear-gradient(180deg,#131823fa,#0c0f16fa);border:1px solid rgba(125,211,252,.14);border-radius:14px;box-shadow:0 12px 28px #00000029}.docs-sidebar{position:sticky;top:92px;padding:14px}.docs-nav-inner{display:flex;flex-direction:column;gap:14px}.docs-nav-home{font-size:13px;font-weight:700;color:var(--text)}.docs-search{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:10px;padding:8px 10px;color:var(--text-muted);background:#ffffff05}.docs-search input{width:100%;background:transparent;color:var(--text);border:0;outline:none;font:inherit}.docs-nav-groups{display:flex;flex-direction:column;gap:16px}.docs-nav-group-description{margin-top:4px;color:var(--text-dim);font-size:12px;line-height:1.5}.docs-nav-links{margin-top:10px;display:flex;flex-direction:column;gap:6px}.docs-nav-link{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:10px;color:var(--text-muted)}.docs-nav-link strong{color:inherit;font-size:13px}.docs-nav-link span{font-size:11px;line-height:1.5}.docs-nav-link:hover,.docs-nav-link-active{background:#7dd3fc14;color:var(--text)}.docs-main{min-width:0}.docs-toc{position:sticky;top:92px}.docs-toc-card{padding:14px}.docs-toc-title{font-size:12px;font-weight:700;color:var(--text);margin-bottom:10px}.docs-toc-links{display:flex;flex-direction:column;gap:8px}.docs-toc-links a,.docs-toc-overview{font-size:12px;color:var(--text-muted)}.docs-toc-links a:hover,.docs-toc-overview:hover{color:var(--text)}.docs-toc-divider{height:1px;background:var(--border);margin:16px 0}.docs-page{max-width:700px}.docs-page-header{margin-bottom:26px}.docs-page-header h1{margin-top:6px;font-size:32px}.docs-page-header p{margin-top:8px;font-size:16px;line-height:1.6;color:var(--text-muted)}.docs-page-body{display:flex;flex-direction:column;gap:26px}.docs-section h2{margin-bottom:12px;font-size:24px;color:var(--text)}.docs-section h3{margin-top:40px;margin-bottom:12px;font-size:18px;color:var(--text)}.docs-section p,.docs-section li,.docs-section dd{color:var(--text-muted);line-height:1.6;font-size:16px}.docs-section p+p,.docs-section p+ul,.docs-section p+ol,.docs-section ul+p,.docs-section ol+p,.docs-section ul+ul{margin-top:10px}.docs-section ul,.docs-section ol{padding-left:20px}.docs-flow-grid,.docs-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.docs-flow-card,.docs-info-card{padding:14px;border-radius:16px;border:1px solid var(--border);background:linear-gradient(180deg,#7dd3fc14,#ffffff05),#0f172a8f}.docs-flow-label,.docs-info-kicker{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#7dd3fc1f;color:#bae6fd;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.docs-flow-card h3,.docs-info-card h3{margin-top:10px;font-size:16px}.docs-flow-card p,.docs-info-card p{margin-top:8px;color:var(--text-muted);font-size:13px;line-height:1.6}.docs-checklist{display:grid;gap:10px;margin-top:12px}.docs-checklist-item{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:#ffffff06}.docs-checklist-mark{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#4ade801f;color:#86efac;font-size:14px;font-weight:800}.docs-checklist-item strong{display:block;font-size:14px;color:#f8fafc}.docs-checklist-item p{margin-top:4px;color:var(--text-muted);font-size:13px;line-height:1.55}.docs-mockup{margin-top:12px;overflow:hidden;border-radius:18px;border:1px solid rgba(6,182,212,.2);background:radial-gradient(circle at top right,rgba(6,182,212,.15),transparent 40%),radial-gradient(circle at bottom left,rgba(59,130,246,.1),transparent 40%),linear-gradient(180deg,#0f172afa,#0f172ae6);box-shadow:0 24px 64px -12px #06b6d41a,0 16px 48px #02061799;position:relative}.docs-mockup-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(6,182,212,.15);background:linear-gradient(90deg,#ffffff05,#06b6d40a)}.docs-mockup-dots{display:inline-flex;gap:6px}.docs-mockup-dots span{width:10px;height:10px;border-radius:999px;background:#ffffff26;transition:background .2s ease}.docs-mockup:hover .docs-mockup-dots span:nth-child(1){background:#ff5f56}.docs-mockup:hover .docs-mockup-dots span:nth-child(2){background:#ffbd2e}.docs-mockup:hover .docs-mockup-dots span:nth-child(3){background:#27c93f}.docs-mockup-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--primary)}.docs-mockup-body{display:grid;gap:14px;padding:20px}.docs-mockup-title{font-size:16px;font-weight:700;color:#fff;letter-spacing:-.02em}.docs-mockup-layout{display:grid;grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);gap:12px}.docs-mockup-sidebar,.docs-mockup-panel,.docs-mockup-card,.docs-mockup-inline{border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;box-shadow:inset 0 1px #ffffff0a}.docs-mockup-sidebar{padding:12px;display:grid;gap:8px}.docs-mockup-sidebar-item,.docs-mockup-chip,.docs-mockup-pill{border-radius:999px;background:#94a3b824}.docs-mockup-sidebar-item{height:12px}.docs-mockup-sidebar-item-active{background:#7dd3fc42}.docs-mockup-panel{padding:12px;display:grid;gap:10px}.docs-mockup-toolbar{display:flex;align-items:center;justify-content:space-between;gap:8px}.docs-mockup-chip-row,.docs-mockup-pill-row{display:flex;gap:8px;flex-wrap:wrap}.docs-mockup-chip{height:22px;min-width:82px}.docs-mockup-chip-primary{background:#38bdf847}.docs-mockup-pill{height:28px;min-width:96px}.docs-mockup-pill-success{background:#4ade8038}.docs-mockup-card{padding:12px;display:grid;gap:8px}.docs-mockup-line{height:10px;border-radius:999px;background:#e2e8f01f}.docs-mockup-line-short{width:40%}.docs-mockup-line-mid{width:68%}.docs-mockup-highlight{border-color:#38bdf873;box-shadow:inset 0 0 0 1px #38bdf829}.docs-mockup-inline{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px}.docs-mockup-inline-label{font-size:12px;color:var(--text-muted)}.docs-mockup-stack{display:grid;gap:10px}.docs-ui-header,.docs-ui-row,.docs-ui-actions,.docs-ui-tabs,.docs-ui-badges,.docs-ui-field-grid,.docs-ui-list{display:flex;gap:8px;flex-wrap:wrap}.docs-ui-header,.docs-ui-row{align-items:center;justify-content:space-between}.docs-ui-tabs{gap:18px;padding-bottom:8px;border-bottom:1px solid rgba(148,163,184,.14)}.docs-ui-tab{font-size:12px;color:var(--text-muted);padding-bottom:6px;border-bottom:2px solid transparent}.docs-ui-tab-active{color:#f8fafc;border-bottom-color:#38bdf8}.docs-ui-badge{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#94a3b824;color:#cbd5e1}.docs-ui-badge-draft{background:#facc1524;color:#fde68a}.docs-ui-badge-published{background:#4ade8024;color:#86efac}.docs-ui-badge-danger{background:#ef444429;color:#fca5a5}.docs-ui-title{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.01em}.docs-ui-subtle{font-size:13px;color:var(--text-muted);line-height:1.5}.docs-ui-button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e2e8f0;font-size:13px;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.docs-ui-button:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.docs-ui-button-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-color:transparent;color:#fff;box-shadow:0 4px 12px var(--primary-glow)}.docs-ui-button-primary:hover{background:linear-gradient(135deg,#0891b2,#2563eb);box-shadow:0 6px 16px var(--primary-glow)}.docs-ui-button-success{background:var(--success);border-color:transparent;color:#fff;box-shadow:0 4px 12px #10b98166}.docs-ui-button-success:hover{background:#059669;box-shadow:0 6px 16px #10b98180}.docs-ui-button-danger{color:#fca5a5;border-color:#ef444459}.docs-ui-button-danger:hover{background:#ef44441a;border-color:#ef444480}.docs-ui-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.docs-ui-field{display:grid;gap:8px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#0003;box-shadow:inset 0 2px 4px #0000004d}.docs-ui-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--primary)}.docs-ui-input{display:flex;align-items:center;min-height:36px;padding:0 12px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff;font-size:14px;font-family:var(--font-mono);transition:all .2s ease}.docs-ui-input:hover{border-color:#06b6d466;background:#ffffff0d}.docs-ui-list{display:grid;gap:12px}.docs-ui-item{display:grid;gap:10px;padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;transition:all .2s ease}.docs-ui-item:hover{background:#ffffff0a;border-color:#06b6d433;box-shadow:0 4px 12px #0003}.docs-ui-item-head{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;align-items:center}.docs-ui-note{padding:14px;border-radius:12px;border:1px solid rgba(6,182,212,.3);background:linear-gradient(135deg,#06b6d40d,#3b82f60d);box-shadow:inset 0 1px #ffffff0d}.docs-ui-rec-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;background:linear-gradient(90deg,#ef444426,#dc26260d);border:1px solid rgba(239,68,68,.3);color:#fca5a5;font-size:13px;font-weight:700;letter-spacing:.05em;box-shadow:0 4px 12px #ef44441a}.docs-ui-dot{width:10px;height:10px;border-radius:999px;background:#ef4444;animation:rec-pulse 2s infinite}.docs-callout{margin-top:12px;padding:12px 14px}.docs-callout strong{display:block;margin-bottom:4px}.docs-callout-warning{border-color:#fbbf244d}.docs-code-block{overflow:hidden;margin-top:12px}.docs-code-label{padding:8px 12px;border-bottom:1px solid var(--border);font-size:11px;font-family:var(--font-mono);text-transform:lowercase;color:var(--text-dim)}.docs-code-block pre{overflow-x:auto;padding:14px}.docs-code-block code,.docs-table code,.docs-section code{font-family:var(--font-mono);font-size:.9em;background:#ffffff0d;padding:2px 6px;border-radius:4px}.docs-code-block code{color:#bfdbfe;background:transparent;padding:0}.docs-key-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.docs-key-value-item{padding:12px;border-radius:12px;background:#ffffff08;border:1px solid var(--border)}.docs-key-value-item dt{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.docs-key-value-item dd{margin-top:6px}.docs-table-wrap{overflow-x:auto;margin-top:12px;margin-bottom:24px}.docs-table{width:100%;border-collapse:collapse}.docs-table th,.docs-table td{padding:10px 12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--border);font-size:14px}.docs-table th{color:var(--text-dim);font-weight:600}.docs-required-tag{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;background:#7dd3fc1f;color:#bae6fd;font-size:11px;font-weight:700}.docs-pager{display:flex;justify-content:space-between;gap:16px;margin-top:32px}.docs-pager-card{display:flex;flex-direction:column;gap:6px;padding:12px 14px;min-width:180px}.docs-pager-card-next{text-align:right}.docs-pager-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.docs-home{display:flex;flex-direction:column;gap:20px}.docs-home-hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.9fr);gap:18px;align-items:stretch}.docs-home-hero-copy h1{margin-top:6px;font-size:34px}.docs-home-hero-copy p{margin-top:10px;max-width:620px;color:var(--text-muted);font-size:15px}.docs-home-highlight{padding:16px}.docs-home-highlight-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.docs-home-primary-link{display:inline-block;margin-top:10px;font-size:18px;font-weight:700;color:#e0f2fe}.docs-home-highlight p{margin-top:8px;color:var(--text-muted);font-size:13px}.docs-home-journey{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.docs-home-journey-card,.docs-home-card{padding:14px}.docs-home-journey-card h2,.docs-home-card strong{font-size:15px}.docs-home-journey-card p,.docs-home-group-header p,.docs-home-card span{margin-top:6px;color:var(--text-muted);font-size:13px}.docs-home-group{display:flex;flex-direction:column;gap:12px}.docs-home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.docs-home-card{display:flex;flex-direction:column;gap:8px}.docs-home-card:hover{border-color:#7dd3fc42;transform:translateY(-1px)}@media(max-width:1180px){.docs-shell-body{grid-template-columns:260px minmax(0,1fr)}.docs-toc{display:none}.docs-home-journey{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.docs-shell{padding:18px 14px 48px}.docs-mobile-menu-button{display:inline-flex}.docs-shell-body{grid-template-columns:1fr}.docs-sidebar{display:none;position:static;margin-bottom:16px}.docs-sidebar-open{display:block}.docs-page-header h1{font-size:26px}.docs-home-hero,.docs-home-grid,.docs-home-journey,.docs-key-value-grid,.docs-flow-grid,.docs-card-grid,.docs-mockup-layout,.docs-ui-field-grid{grid-template-columns:1fr}}.onboarding-showcase{min-height:100vh;position:relative;overflow:hidden;--text: #eceff4;--text-muted: #d6d6dd;--text-dim: #bdbdc8}.onboarding-showcase:before,.onboarding-showcase:after{content:"";position:absolute;border-radius:999px;filter:blur(90px);z-index:0;pointer-events:none}.onboarding-showcase:before{width:28rem;height:28rem;top:2rem;left:-10rem;background:#38bdf81f}.onboarding-showcase:after{width:24rem;height:24rem;right:-8rem;top:20rem;background:#fb71851f}.onboarding-shell{position:relative;z-index:1;max-width:1320px;margin:0 auto;padding:4rem 1.5rem 5rem}.onboarding-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1.5rem;align-items:stretch;margin-bottom:1.75rem}.onboarding-hero-card,.onboarding-workflow-card,.onboarding-stepper,.onboarding-control-panel,.onboarding-preview-panel,.onboarding-complete{background:#12121adb;border:1px solid rgba(255,255,255,.08);border-radius:28px;box-shadow:0 20px 70px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.onboarding-hero-card{padding:2rem}.onboarding-kicker{display:inline-flex;align-items:center;gap:.55rem;margin-bottom:1rem;padding:.45rem .85rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:#ffffff0a;color:var(--workflow-accent, var(--primary))}.onboarding-hero-card h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:.96;margin-bottom:1rem;color:var(--text)}.onboarding-hero-card p{max-width:44rem;color:var(--text-muted);font-size:1.05rem;margin-bottom:1.25rem}.onboarding-hero-note{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.onboarding-note-card{padding:1rem;border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.onboarding-note-card strong{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.35rem}.onboarding-note-card span{color:var(--text);font-size:.98rem;font-weight:600}.onboarding-preview-headline{display:flex;flex-direction:column;justify-content:space-between;padding:1.65rem;background:var(--workflow-surface)}.onboarding-preview-headline-top{display:flex;justify-content:space-between;gap:1rem}.onboarding-browser-dots{display:inline-flex;gap:.45rem}.onboarding-browser-dots span{width:.65rem;height:.65rem;border-radius:999px;background:#fff3}.onboarding-preview-headline .metric{font-size:clamp(2.3rem,4vw,3.8rem);font-weight:700}.onboarding-preview-headline .metric-label{color:#ffffffd6;font-size:1rem}.onboarding-workflow-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.75rem}.onboarding-workflow-card{padding:1.2rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer;text-align:left}.onboarding-workflow-card:hover{transform:translateY(-3px);border-color:#ffffff24}.onboarding-workflow-card.active{border-color:var(--workflow-accent);box-shadow:0 18px 50px var(--workflow-accent-soft)}.onboarding-workflow-card-top{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.onboarding-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700;color:var(--workflow-accent);background:var(--workflow-accent-soft)}.onboarding-workflow-card h2{font-size:1.25rem;margin-bottom:.4rem;color:var(--text)}.onboarding-workflow-card p{color:var(--text-muted);font-size:.95rem}.onboarding-card-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.onboarding-canvas{display:grid;grid-template-columns:280px minmax(0,1fr);gap:1rem}.onboarding-stepper,.onboarding-control-panel,.onboarding-preview-panel,.onboarding-complete{padding:1.25rem}.onboarding-section-label{display:inline-flex;align-items:center;gap:.55rem;color:var(--text-dim);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:1rem}.onboarding-step-list{display:grid;gap:.85rem}.onboarding-step-button{border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:.95rem;text-align:left;color:var(--text);background:#ffffff05;transition:border-color .2s ease,background .2s ease,transform .2s ease}.onboarding-step-button:hover{border-color:#ffffff24;transform:translateY(-2px)}.onboarding-step-button.active{border-color:var(--workflow-accent);background:var(--workflow-accent-soft)}.onboarding-step-button.complete .step-number{background:var(--workflow-accent);color:#fffffff5}.onboarding-step-row{display:flex;gap:.8rem}.step-number{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.85rem;font-weight:700;color:var(--text);background:#ffffff14}.step-copy strong{display:block;margin-bottom:.2rem;font-size:.98rem}.step-copy span{display:block;color:var(--text-muted);font-size:.85rem}.onboarding-progress{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.onboarding-progress-bar{height:.55rem;border-radius:999px;overflow:hidden;background:#ffffff14;margin-top:.65rem}.onboarding-progress-bar span{display:block;height:100%;background:linear-gradient(90deg,var(--workflow-accent),rgba(255,255,255,.88));border-radius:inherit}.onboarding-control-panel{display:flex;flex-direction:column;min-height:34rem}.onboarding-control-panel h3,.onboarding-complete h3{font-size:1.85rem;margin-bottom:.65rem}.onboarding-control-panel>p,.onboarding-complete>p{color:var(--text-muted);margin-bottom:1.15rem}.onboarding-options{display:grid;gap:.85rem;margin-bottom:1.25rem}.onboarding-option{width:100%;padding:1rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);color:var(--text);background:#ffffff05;text-align:left;transition:border-color .2s ease,background .2s ease,transform .2s ease}.onboarding-option:hover{transform:translateY(-2px);border-color:#ffffff24}.onboarding-option.selected{background:var(--workflow-accent-soft);border-color:var(--workflow-accent)}.onboarding-option-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.45rem}.onboarding-option-title{display:flex;align-items:center;gap:.7rem;font-weight:600}.onboarding-option-title svg{color:var(--workflow-accent)}.onboarding-selection-indicator{width:1.25rem;height:1.25rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;color:transparent}.onboarding-option.selected .onboarding-selection-indicator{border-color:var(--workflow-accent);color:#fffffff5;background:var(--workflow-accent)}.onboarding-option p{color:var(--text-muted);font-size:.92rem}.onboarding-email-form{display:flex;gap:.75rem;margin-bottom:.9rem}.onboarding-email-form input{flex:1}.onboarding-suggestions,.onboarding-selected-tags,.onboarding-preview-tags,.onboarding-complete-tags{display:flex;flex-wrap:wrap;gap:.6rem}.onboarding-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:var(--text);font-size:.84rem}.onboarding-chip button{color:var(--text-dim)}.onboarding-actions{display:flex;justify-content:space-between;gap:.85rem;margin-top:auto;padding-top:1.2rem}.onboarding-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.9rem;padding:0 1.15rem;border-radius:999px;font-weight:600;transition:transform .2s ease,background .2s ease,border-color .2s ease}.experience-link-btn{text-decoration:none}.onboarding-btn:hover:not(:disabled){transform:translateY(-1px)}.onboarding-btn.primary{color:#fffffff5;background:var(--workflow-accent)}.onboarding-btn.secondary{color:var(--text);border:1px solid rgba(255,255,255,.1);background:#ffffff08}.onboarding-btn:disabled{opacity:.5;cursor:not-allowed}.onboarding-preview-panel{display:grid;gap:1rem}.onboarding-preview-frame{padding:1rem;border-radius:24px;background:var(--workflow-surface);border:1px solid rgba(255,255,255,.08)}.onboarding-preview-window{border-radius:20px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0c0c0fd9}.onboarding-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.onboarding-preview-toolbar strong{font-size:.92rem}.onboarding-preview-toolbar span{color:var(--text-dim);font-size:.8rem}.onboarding-preview-body{padding:1rem;display:grid;gap:.9rem}.onboarding-preview-card{padding:.95rem;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.onboarding-preview-card strong{display:block;font-size:.9rem;margin-bottom:.35rem}.onboarding-preview-card p{color:var(--text-muted);font-size:.88rem}.onboarding-preview-summary{display:grid;gap:.8rem}.onboarding-preview-summary-card{padding:1rem;border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.onboarding-preview-summary-card strong{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.6rem}.onboarding-preview-summary-card p{color:var(--text);font-size:1rem;margin-bottom:.55rem}.onboarding-complete{min-height:34rem;display:flex;flex-direction:column;justify-content:space-between}.onboarding-complete-grid{display:grid;gap:.9rem;margin-bottom:1rem}.onboarding-complete-card{padding:1rem;border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.onboarding-complete-card strong{display:block;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem}.onboarding-complete-card p{color:var(--text)}.experience-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(56,189,248,.12),transparent 30%),radial-gradient(circle at bottom right,rgba(251,113,133,.12),transparent 28%),#09090d;--text: #eceff4;--text-muted: #d6d6dd;--text-dim: #bdbdc8;color:var(--text);padding:1.25rem;display:flex;flex-direction:column}.experience-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;margin-bottom:1rem;border-radius:28px;background:linear-gradient(135deg,#ffffff0f,#ffffff05),radial-gradient(circle at top right,var(--workflow-accent-soft),transparent 42%),#12121ae6;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 90px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.experience-topbar-group,.experience-topbar-actions{display:flex;align-items:center;gap:.9rem}.experience-topbar h1{font-size:clamp(1.25rem,2vw,1.6rem);line-height:1;margin:0;color:var(--text)}.experience-progress-pill{display:inline-flex;align-items:center;gap:.45rem;min-height:2.9rem;padding:0 1rem;border-radius:999px;color:var(--text);background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.experience-layout{display:grid;grid-template-columns:1fr;gap:1rem;flex:1}.experience-main,.experience-assistant{min-height:100%}.experience-main{display:grid;gap:1rem;height:100%}.experience-intro-card,.experience-assistant,.experience-app-frame{border-radius:28px;background:#12121ae0;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 70px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.experience-intro-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem}.experience-intro-card h2{font-size:clamp(1.4rem,2.4vw,2rem);margin-bottom:.45rem}.experience-intro-card p{color:var(--text-muted);max-width:46rem}.experience-intro-meta{display:flex;gap:.9rem;flex-wrap:wrap}.experience-intro-meta div{min-width:8rem;padding:.95rem 1rem;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.experience-intro-meta strong,.experience-summary-card strong{display:block;font-size:.8rem;color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.45rem}.experience-intro-meta span{color:var(--text);font-weight:600}.experience-assistant{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.experience-assistant-header h3{font-size:1.6rem;margin-bottom:.55rem}.experience-assistant-header p,.experience-summary-card p{color:var(--text-muted)}.experience-assistant-summary,.experience-complete-panel{display:grid;gap:.85rem}.experience-summary-card{padding:1rem;border-radius:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.experience-stepper{display:grid;gap:.75rem}.experience-step-item{display:flex;gap:.8rem;align-items:center;padding:.85rem .95rem;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}.experience-step-item.active{border-color:var(--workflow-accent);background:var(--workflow-accent-soft)}.experience-step-item.complete .step-number{background:var(--workflow-accent);color:#fffffff5}.experience-app-frame{position:relative;display:grid;grid-template-columns:220px minmax(0,1fr) 280px;gap:1rem;padding:1rem;height:100%;overflow:hidden;background:linear-gradient(180deg,#ffffff08,#ffffff03),#12121ae6}.experience-app-sidebar,.experience-app-main,.experience-app-sidepanel{border-radius:24px;background:linear-gradient(180deg,#ffffff09,#ffffff04),#08080bb3;border:1px solid rgba(255,255,255,.07);transition:all .3s ease}.experience-app-sidebar{padding:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.experience-app-main{padding:1.25rem;display:flex;flex-direction:column;height:100%;overflow-y:auto}.experience-app-sidepanel{padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.experience-app-nav-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1.5rem}.experience-search-wrapper{position:relative;flex:1;max-width:400px}.experience-search-input{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:.6rem 1rem .6rem 2.5rem;color:var(--text);font-size:.85rem;transition:all .2s ease}.experience-search-input:focus{background:#ffffff14;border-color:var(--workflow-accent);outline:none;box-shadow:0 0 0 3px var(--workflow-accent-soft)}.experience-search-icon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:var(--text-dim);pointer-events:none}.experience-header-actions{display:flex;align-items:center;gap:.75rem}.experience-icon-btn{position:relative;width:2.2rem;height:2.2rem;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:var(--text-dim);transition:all .2s ease;cursor:pointer}.experience-icon-btn:hover{background:#ffffff14;color:var(--text);transform:translateY(-1px)}.experience-notification-dot{position:absolute;top:-2px;right:-2px;width:8px;height:8px;border-radius:50%;background:#f87171;border:2px solid #08080b}.experience-user-profile{padding:.75rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;gap:.75rem}.experience-avatar{width:2rem;height:2rem;border-radius:8px;background:var(--workflow-accent);color:#fffffff5;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.experience-detail-item{display:flex;justify-content:space-between;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.85rem;color:var(--text)}.experience-detail-item:last-child{border-bottom:none}.experience-detail-label{color:var(--text-dim)}.experience-detail-value{font-weight:500}.experience-chart-bar-group{display:flex;align-items:flex-end;gap:4px;height:100px}.experience-chart-bar{flex:1;background:var(--workflow-accent);opacity:.3;border-radius:2px 2px 0 0;transition:all .3s ease}.experience-chart-bar:hover{opacity:.8;transform:scaleY(1.05)}.experience-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .62rem;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.status-active{background:#22c55e26;color:#4ade80}.status-pending{background:#eab30826;color:#facc15}.status-urgent{background:#ef444426;color:#f87171}.status-neutral{background:#94a3b826;color:#94a3b8}.experience-activity-feed{display:flex;flex-direction:column;gap:.75rem}.experience-activity-item{display:flex;gap:.75rem;font-size:.82rem}.experience-activity-dot{width:6px;height:6px;border-radius:50%;background:var(--workflow-accent);margin-top:.4rem;flex-shrink:0}.experience-activity-content{color:var(--text-dim)}.experience-activity-content strong{color:var(--text);font-weight:500}.experience-activity-time{font-size:.75rem;color:var(--text-dim);opacity:.6}.experience-app-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem;padding-bottom:.9rem;border-bottom:1px solid rgba(255,255,255,.06)}.experience-app-brand-badge{width:2.2rem;height:2.2rem;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:var(--workflow-accent-soft);color:var(--workflow-accent)}.experience-app-brand strong{display:block}.experience-app-brand span,.experience-sidepanel-empty,.experience-ticket-card span,.experience-task-card small,.experience-chart-header span{color:var(--text-dim)}.experience-sidebar-nav{display:grid;gap:.55rem;align-content:start;flex:1;padding:.15rem 0}.experience-nav-item{display:inline-flex;align-items:center;gap:.6rem;min-height:2.8rem;padding:0 .85rem;border-radius:16px;color:var(--text-muted);background:transparent;text-align:left}.experience-nav-item.active{color:var(--text);background:#ffffff0f}.experience-app-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.experience-eyebrow{display:inline-block;margin-bottom:.45rem;color:var(--workflow-accent);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.experience-app-header h2{font-size:1.8rem;margin-bottom:.45rem}.experience-app-header p{color:var(--text-muted);max-width:34rem}.experience-app-chip-group,.experience-chip-stack{display:flex;flex-wrap:wrap;gap:.55rem}.experience-app-chip,.experience-source-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .8rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text);font-size:.82rem}.experience-source-row,.experience-metric-row,.experience-support-grid,.experience-analytics-grid{display:grid;gap:.85rem;margin-bottom:.95rem}.experience-source-row{grid-template-columns:repeat(auto-fit,minmax(120px,max-content))}.experience-metric-row{grid-template-columns:repeat(3,minmax(0,1fr))}.experience-metric-card,.experience-sidepanel-card,.experience-board-column,.experience-chart-card,.experience-ticket-list{padding:1rem;border-radius:24px;color:var(--text);background:linear-gradient(180deg,#ffffff0b,#ffffff05),#ffffff05;border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 1px #ffffff08}.experience-metric-card strong{display:block;font-size:1.45rem}.experience-metric-card span{color:var(--text-dim)}.experience-board-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.experience-column-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.experience-column-header span{color:var(--text-dim);font-size:.85rem}.experience-task-card,.experience-ticket-card{display:grid;gap:.3rem;padding:1rem;border-radius:18px;color:var(--text);background:linear-gradient(180deg,#ffffff0e,#ffffff06),#ffffff08;border:1px solid rgba(255,255,255,.05)}.experience-board-column{display:grid;gap:.75rem}.experience-sidepanel-card strong,.experience-chart-header strong{display:block;margin-bottom:.45rem}.experience-analytics-grid{grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr)}.experience-chart-card{min-height:18rem}.experience-chart-header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.experience-chart-bars{display:flex;align-items:end;gap:.55rem;height:14rem}.experience-chart-bars span{flex:1;border-radius:999px 999px 0 0;background:linear-gradient(180deg,rgba(255,255,255,.92),var(--workflow-accent))}.experience-support-grid{grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr)}.experience-ticket-list{display:grid;gap:.75rem}.experience-ticket-card strong,.experience-task-card span{font-size:.95rem}.experience-tour-bubble{position:absolute;right:1.25rem;bottom:1.25rem;display:inline-flex;align-items:center;gap:.55rem;padding:.75rem .9rem;border-radius:999px;color:#fffffff5;background:linear-gradient(135deg,var(--workflow-accent),rgba(255,255,255,.92));box-shadow:0 16px 40px var(--workflow-accent-soft)}.experience-focus{border-color:var(--workflow-accent);box-shadow:0 0 0 1px var(--workflow-accent),0 18px 45px var(--workflow-accent-soft)}.pulse-anim{animation:pulse-glow 2s infinite}@keyframes pulse-glow{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 10px #22c55e00}to{box-shadow:0 0 #22c55e00}}@keyframes fadeOut{0%{opacity:1}to{opacity:0;pointer-events:none}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1120px){.onboarding-hero,.onboarding-canvas,.experience-layout{grid-template-columns:1fr}.experience-app-frame{grid-template-columns:220px minmax(0,1fr)}.experience-app-sidepanel{grid-column:1 / -1}.onboarding-stepper{order:2}.onboarding-preview-panel{order:3}}@media(max-width:860px){.onboarding-workflow-grid{grid-template-columns:1fr}.experience-topbar,.experience-intro-card,.experience-app-header{flex-direction:column}.experience-app-frame,.onboarding-hero-note{grid-template-columns:1fr}.onboarding-shell{padding-inline:1rem}.onboarding-control-panel,.onboarding-complete{min-height:auto}}@media(max-width:640px){.onboarding-hero-card,.onboarding-preview-headline,.onboarding-stepper,.onboarding-control-panel,.onboarding-preview-panel,.onboarding-complete,.onboarding-workflow-card{border-radius:22px}.onboarding-email-form,.onboarding-actions,.onboarding-card-actions,.experience-topbar-actions,.experience-topbar-group{flex-direction:column}.experience-page{padding:.75rem}.experience-topbar,.experience-intro-card,.experience-assistant,.experience-app-frame{border-radius:22px}.experience-metric-row,.experience-board-grid,.experience-analytics-grid,.experience-support-grid{grid-template-columns:1fr}}.experience-app-frame.analytics{background:radial-gradient(circle at 10% 20%,rgba(56,189,248,.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(99,102,241,.1) 0%,transparent 40%),#0d0d14f2}.analytics .experience-app-sidebar,.analytics .experience-app-main,.analytics .experience-app-sidepanel{background:linear-gradient(145deg,#ffffff0a,#ffffff03),#0f0f1799;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.analytics .experience-metric-card{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 1px 1px #ffffff0f,0 12px 40px #0003;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s ease}.analytics .experience-metric-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:inset 0 1px 1px #ffffff1a,0 20px 50px #0006,0 0 20px #38bdf826;border-color:#38bdf84d}.analytics .experience-metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(56,189,248,.4),transparent);transform:scaleX(0);transition:transform .5s ease}.analytics .experience-metric-card:hover:before{transform:scaleX(1)}.analytics .experience-chart-card,.analytics .experience-sidepanel-card{position:relative;background:linear-gradient(135deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.05);border-radius:24px;box-shadow:inset 0 1px #ffffff08,0 10px 30px #00000040;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.analytics .experience-detail-item{transition:background .2s ease,transform .2s ease}.analytics button.experience-detail-item:hover{background:#ffffff0f!important;transform:translate(4px);border-color:#38bdf866!important}.analytics-sparkline{display:flex;align-items:flex-end;gap:3px;height:28px;margin-top:8px}.analytics-sparkline-bar{flex:1;background:#38bdf833;border-radius:2px 2px 0 0;min-height:4px;animation:grow-up 1s cubic-bezier(.1,.8,.2,1) forwards;transform-origin:bottom;opacity:0}.analytics-sparkline-bar:hover{background:#38bdf8cc;box-shadow:0 0 10px #38bdf880}.analytics-sparkline-bar.danger{background:#f871714d}.analytics-sparkline-bar.danger:hover{background:#f87171cc;box-shadow:0 0 10px #f8717180}.fade-in-up{opacity:0;animation:fadeInUp .6s cubic-bezier(.16,1,.3,1) forwards}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes grow-up{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.pulse-badge{position:relative}.pulse-badge:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 #38bdf899;animation:badge-pulse 2s infinite}@keyframes badge-pulse{70%{box-shadow:0 0 0 6px #38bdf800}to{box-shadow:0 0 #38bdf800}}.lunara-account-command-bar{padding:.9rem 1.05rem}.lunara-account-command-bar-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.lunara-account-command-bar-meta{margin-left:auto;display:inline-flex;align-items:center;gap:.45rem;flex-wrap:wrap}.lunara-account-picker{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .65rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:inherit;font:inherit;cursor:pointer}.lunara-account-picker:hover{border-color:#fb718559;background:#ffffff0f}.lunara-popover-anchor{position:relative;display:flex;align-items:center}.experience-icon-btn.lunara-icon-press{position:relative;transition:transform .15s ease,background .15s ease}.experience-icon-btn.lunara-icon-press:active{transform:scale(.94)}.experience-icon-btn.lunara-icon-press.is-active{background:#fb718526;border-color:#fb718559}.lunara-notif-badge{position:absolute;top:2px;right:2px;min-width:1rem;height:1rem;padding:0 .28rem;border-radius:999px;background:#fb7185;color:#fff;font-size:.62rem;font-weight:700;line-height:1rem;text-align:center}.lunara-popover{position:absolute;right:0;top:calc(100% + 8px);width:min(320px,92vw);z-index:40;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#0c0a0efa;box-shadow:0 18px 50px #00000073;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:.65rem 0;animation:lunara-pop-in .18s ease-out}.lunara-popover-wide{width:min(360px,94vw)}@keyframes lunara-pop-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lunara-popover-head{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.35rem 1rem .65rem;border-bottom:1px solid rgba(255,255,255,.06)}.lunara-popover-link{background:none;border:none;color:#fb7185;font-size:.72rem;cursor:pointer;padding:0}.lunara-popover-list{display:flex;flex-direction:column;max-height:280px;overflow-y:auto}.lunara-notif-row{display:flex;gap:.55rem;align-items:flex-start;width:100%;text-align:left;padding:.55rem 1rem;border:none;background:transparent;color:inherit;cursor:pointer;font:inherit}.lunara-notif-row:hover{background:#ffffff0a}.lunara-notif-row.is-read{opacity:.55}.lunara-notif-dot{width:7px;height:7px;border-radius:50%;margin-top:.35rem;flex-shrink:0;background:#38bdf8}.lunara-notif-dot.is-urgent{background:#fb7185}.lunara-notif-body{display:flex;flex-direction:column;gap:.2rem}.lunara-notif-text{font-size:.8rem;line-height:1.35}.lunara-notif-meta{font-size:.68rem;color:var(--text-dim)}.lunara-help-row{display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;padding:.55rem 1rem;border:none;background:transparent;color:inherit;cursor:pointer;font-size:.82rem}.lunara-help-row:hover{background:#ffffff0d}.lunara-account-menu{left:0;right:auto;top:calc(100% + 8px);width:min(280px,90vw);padding:.35rem}.lunara-account-option{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:.55rem .65rem;border:none;border-radius:12px;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left}.lunara-account-option:hover{background:#ffffff0f}.lunara-account-option.is-active{background:#fb71851f;outline:1px solid rgba(251,113,133,.25)}.lunara-account-tier{font-size:.68rem;color:var(--text-dim)}.lunara-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:6000;max-width:min(420px,92vw);padding:.65rem 1.15rem;border-radius:999px;font-size:.86rem;background:#0c0a0ef2;border:1px solid rgba(251,113,133,.35);box-shadow:0 12px 40px #00000059;animation:lunara-pop-in .2s ease}.lunara-metric-tile{border:1px solid transparent;cursor:pointer;text-align:left;font:inherit;color:inherit;transition:border-color .15s ease,transform .15s ease}.lunara-metric-tile:hover{border-color:#fb718540}.lunara-metric-tile.is-selected{border-color:#fb71858c;box-shadow:0 0 0 1px #fb718533}.lunara-metric-hint{display:block;margin-top:.55rem;font-size:.68rem;color:var(--text-dim);letter-spacing:.02em}.lunara-metric-drill{border-style:dashed}.lunara-watchtower-tabs{display:flex;gap:.35rem;flex-wrap:wrap}.lunara-watchtower-tab{border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--text-dim);font-size:.72rem;padding:.28rem .55rem;border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.lunara-watchtower-tab.is-active{color:#fff;border-color:#fb718573;background:#fb71851f}.lunara-queue-card{border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;overflow:hidden}.lunara-queue-card-main{display:flex;align-items:stretch;gap:.15rem}.lunara-queue-chevron{flex-shrink:0;width:2.25rem;border:none;background:#0003;color:var(--text-dim);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.lunara-queue-chevron:hover{background:#ffffff0f;color:#fff}.lunara-queue-chevron svg{transition:transform .2s ease}.lunara-queue-chevron.is-open svg{transform:rotate(-180deg)}.lunara-queue-open{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.95rem 1rem;border:none;border-radius:0 14px 14px 0;background:transparent;color:inherit;cursor:pointer;text-align:left;font:inherit;min-width:0}.lunara-queue-expand{padding:0 1rem 1rem 2.85rem;border-top:1px solid rgba(255,255,255,.05);background:#00000026}.lunara-stream-line{display:flex;gap:.5rem;width:100%;border:none;background:transparent;padding:.1rem 0;cursor:pointer;color:inherit;font:inherit;border-radius:6px;text-align:left}.lunara-stream-line:hover{background:#ffffff0a}.lunara-billing-line{display:flex;flex-direction:column;gap:.35rem}.lunara-billing-line-detail{margin-left:.25rem;padding:.65rem .75rem;border-radius:12px;border:1px dashed rgba(255,255,255,.1);background:#0003}.lunara-range{width:100%;accent-color:#fb7185;cursor:pointer}.lunara-audit-row:hover{background:#ffffff08!important}.lunara-chip-interactive{transition:transform .12s ease,filter .12s ease}.lunara-chip-interactive:hover{filter:brightness(1.08)}.lunara-chip-interactive:active{transform:scale(.98)}button.lunara-identity-fact{width:100%;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left;padding:.6rem 0}button.lunara-identity-fact:hover{background:#ffffff0a;border-radius:10px}button.lunara-people-row{width:100%;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left}button.lunara-people-row:hover{background:#ffffff0a;border-radius:10px}button.lunara-timeline-hit:hover{background:#ffffff0a!important;border-radius:12px}button.lunara-help-meta-row{width:100%;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:left}button.lunara-help-meta-row:hover{background:#ffffff0d;border-radius:10px}.lunara-recording-btn:hover{text-decoration:underline}.experience-app-frame.support{background:radial-gradient(circle at 10% 18%,rgba(251,113,133,.14) 0%,transparent 42%),radial-gradient(circle at 88% 84%,rgba(245,158,11,.12) 0%,transparent 36%),#0f0b12f5}.support .experience-app-sidebar,.support .experience-app-main,.support .experience-app-sidepanel{background:linear-gradient(145deg,#ffffff0a,#ffffff04),#1610189e;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 32px #00000057;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.support .experience-metric-card,.support .experience-chart-card,.support .experience-sidepanel-card{position:relative;background:linear-gradient(135deg,#ffffff0b,#ffffff05);border:1px solid rgba(255,255,255,.06);border-radius:24px;box-shadow:inset 0 1px #ffffff0a,0 12px 30px #00000042;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.support .experience-metric-card{overflow:hidden;transition:transform .3s cubic-bezier(.175,.885,.32,1.2),box-shadow .3s ease,border-color .3s ease}.support .experience-metric-card:hover{transform:translateY(-4px) scale(1.02);border-color:#fb718547;box-shadow:inset 0 1px #ffffff14,0 20px 42px #0000005c,0 0 20px #fb718524}.support .experience-detail-item{transition:background .2s ease,transform .2s ease,border-color .2s ease}.support button.experience-detail-item:hover{background:#ffffff0f!important;transform:translate(4px);border-color:#fb718566!important}.support .analytics-sparkline-bar{background:#f59e0b47}.support .analytics-sparkline-bar:hover{background:#f59e0bcc;box-shadow:0 0 10px #f59e0b80}.support .analytics-sparkline-bar.danger{background:#fb718557}.support .analytics-sparkline-bar.danger:hover{background:#fb7185d1;box-shadow:0 0 10px #fb718580}.support .pulse-badge:after{box-shadow:0 0 #fb718599;animation:badge-pulse-support 2s infinite}@keyframes badge-pulse-support{70%{box-shadow:0 0 0 6px #fb718500}to{box-shadow:0 0 #fb718500}}.helioscope-lab{--hs-bg: #0d1117;--hs-panel: #161b22;--hs-border: rgba(240, 246, 252, .12);--hs-muted: rgba(230, 237, 243, .65);--hs-accent: #539bf5;--hs-accent-soft: rgba(83, 155, 245, .14);--hs-text: #f0f6fc;--text: var(--hs-text);--text-muted: #c9d1d9;--text-dim: #8b949e;display:flex;flex-direction:column;min-height:100%;border-radius:12px;color:var(--hs-text);background:var(--hs-bg);border:1px solid var(--hs-border);box-shadow:0 1px #ffffff0a inset,0 24px 48px #00000073;overflow:hidden;position:relative}.helioscope-demo-toast{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:200;max-width:min(90%,28rem);padding:.5rem .85rem;border-radius:8px;font-size:.78rem;font-weight:600;color:var(--hs-text);background:#161b22fa;border:1px solid rgba(83,155,245,.55);box-shadow:0 8px 32px #000000a6;pointer-events:none;animation:helioscope-toast-in .18s ease-out}@keyframes helioscope-toast-in{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}.helioscope-topbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;padding:.55rem 1rem;background:#010409;border-bottom:1px solid var(--hs-border)}.helioscope-topbar-brand{display:flex;align-items:center;gap:.65rem;min-width:0}.helioscope-product-mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:8px;font-size:.72rem;font-weight:800;letter-spacing:.04em;color:#fff;background:linear-gradient(145deg,#388bfd,#1f6feb);box-shadow:0 0 0 1px #388bfd59}.helioscope-product-titles{display:flex;flex-direction:column;gap:.15rem;min-width:0}.helioscope-product-titles strong{font-size:.92rem;font-weight:650;letter-spacing:-.02em}.helioscope-breadcrumb{font-size:.72rem;font-weight:500;color:var(--hs-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.helioscope-topbar-center{flex:1;min-width:140px;display:flex;justify-content:center}.helioscope-topbar-search{display:flex;align-items:center;gap:.5rem;width:100%;max-width:420px;padding:.45rem .75rem;border-radius:8px;border:1px solid var(--hs-border);background:var(--hs-panel);color:#e6edf373;font-size:.78rem}.helioscope-topbar-search svg{flex-shrink:0;opacity:.55}button.helioscope-topbar-search{font:inherit;font-size:.78rem;text-align:left;cursor:pointer;box-sizing:border-box}button.helioscope-topbar-search:hover{border-color:#539bf573;color:#e6edf3b8}.helioscope-topbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.helioscope-env-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .65rem;border-radius:999px;font-size:.72rem;font-weight:600;color:var(--hs-muted);border:1px solid var(--hs-border);background:var(--hs-panel)}.helioscope-env-dot{width:6px;height:6px;border-radius:999px;background:#3fb950;box-shadow:0 0 0 3px #3fb95040}.helioscope-time-range{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:8px;border:1px solid var(--hs-border);background:var(--hs-panel);color:var(--hs-text);font-size:.78rem;font-weight:600;cursor:pointer}.helioscope-time-range:hover{border-color:#539bf573}.helioscope-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border-radius:8px;border:1px solid var(--hs-border);background:var(--hs-panel);color:var(--hs-muted);cursor:pointer}.helioscope-icon-btn:hover{border-color:#539bf573;color:var(--hs-text)}.helioscope-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;font-size:.65rem;font-weight:700;color:#fff;background:linear-gradient(145deg,#8957e5,#6366f1)}.helioscope-chrome{display:flex;flex:1;min-height:0;align-items:stretch}.helioscope-sidenav{display:flex;flex-direction:column;gap:.2rem;width:168px;flex-shrink:0;padding:.65rem .5rem;background:#0d1117;border-right:1px solid var(--hs-border)}.helioscope-sidenav-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.5rem .55rem;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--hs-muted);font-size:.8rem;font-weight:600;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.helioscope-sidenav-item svg{flex-shrink:0;opacity:.85}.helioscope-sidenav-item:hover{background:#f0f6fc0a;color:var(--hs-text)}.helioscope-sidenav-item.active{background:var(--hs-accent-soft);border-color:#539bf559;color:var(--hs-text)}.helioscope-main{flex:1;min-width:0;padding:1rem 1.1rem 1.25rem;overflow:auto;background:linear-gradient(180deg,#0d1117,#0a0e14)}.helioscope-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.helioscope-page-title{margin:0;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:650;letter-spacing:-.03em;color:var(--hs-text)}.helioscope-page-desc{margin:.35rem 0 0;max-width:52rem;font-size:.84rem;line-height:1.45;color:var(--hs-muted)}.helioscope-toolbar-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.helioscope-overview-strip,.helioscope-radar,.helioscope-side-card,.helioscope-stage-banner,.helioscope-decision-card,.helioscope-source-card,.helioscope-report-catalog,.helioscope-brief-studio{border:1px solid var(--hs-border);background:var(--hs-panel);box-shadow:0 1px #ffffff08 inset}.helioscope-eyebrow{display:inline-flex;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem;font-weight:700;color:#8b949ef2}.helioscope-panel-head h3,.helioscope-stage-banner h3,.helioscope-source-card h3,.helioscope-brief-studio h3,.helioscope-report-catalog h3{margin:.45rem 0 .55rem;font-size:clamp(1.05rem,1.6vw,1.25rem);line-height:1.15;color:var(--hs-text)}.helioscope-stage-banner p,.helioscope-source-card p,.helioscope-report-row p,.helioscope-option-tile p,.helioscope-stack-item p,.helioscope-stat-tile p,.helioscope-incident-card p,.helioscope-brief-actions p{color:var(--hs-muted)}.helioscope-chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.helioscope-action,.helioscope-chip-button{border:1px solid var(--hs-border);border-radius:8px;min-height:2.5rem;padding:0 .95rem;font-weight:600;font-size:.84rem;color:var(--hs-text);background:#f0f6fc0a;transition:transform .15s ease,background .15s ease,border-color .15s ease}.helioscope-action:hover,.helioscope-chip-button:hover{transform:translateY(-1px);border-color:#539bf573;background:#539bf514}.helioscope-action.primary,.helioscope-chip-button.selected{background:linear-gradient(180deg,#388bfd,#1f6feb);border-color:#388bfd80;color:#fff}.helioscope-action.primary:hover{filter:brightness(1.05)}.helioscope-action.ghost{background:transparent}.helioscope-overview-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding:.85rem;border-radius:10px;margin-bottom:1rem}.helioscope-stat-tile{padding:.75rem .85rem;border-radius:8px;background:#01040959;border:1px solid var(--hs-border)}.helioscope-stat-tile span,.helioscope-mini-label,.helioscope-keylines span,.helioscope-report-meta span{display:block;color:#8b949ef2;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.helioscope-stat-tile strong{display:block;margin:.45rem 0 .35rem;font-size:1.2rem;color:var(--hs-text)}.helioscope-dashboard,.helioscope-investigation-layout,.helioscope-reports-layout{display:grid;gap:1rem}.helioscope-dashboard{grid-template-columns:minmax(0,1.35fr) minmax(260px,300px);align-items:start}.helioscope-radar,.helioscope-side-card,.helioscope-source-card,.helioscope-report-catalog,.helioscope-brief-studio,.helioscope-stage-banner,.helioscope-decision-card{border-radius:10px;padding:.95rem 1rem}.helioscope-panel-head{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1rem}.helioscope-panel-head.compact h3{font-size:1.05rem}.helioscope-live-pill{padding:.35rem .65rem;border-radius:999px;background:#3fb9501f;color:#3fb950;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.helioscope-radar-grid,.helioscope-card-grid,.helioscope-sources-view{display:grid;gap:.9rem}.helioscope-radar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.helioscope-signal-card,.helioscope-option-tile,.helioscope-stack-item,.helioscope-report-row,.helioscope-incident-card,.helioscope-queue-item{border:1px solid var(--hs-border);border-radius:8px;background:#01040959;color:var(--hs-text)}.helioscope-signal-card{padding:1rem}.helioscope-signal-card>span,.helioscope-signal-card>p,.helioscope-option-tile>span{display:block}.helioscope-signal-card strong{display:block;margin-top:.45rem;font-size:2rem}.helioscope-signal-card p.positive{color:#3fb950}.helioscope-signal-card p.danger{color:#f85149}.helioscope-bars{display:flex;align-items:end;gap:5px;height:56px;margin-top:.9rem}.helioscope-bars div{flex:1;min-height:6px;border-radius:999px 999px 4px 4px;background:linear-gradient(180deg,#539bf5f2,#1f6feb)}.helioscope-bars div.danger{background:linear-gradient(180deg,#f85149,#da3633)}.helioscope-incident-list,.helioscope-side-stack,.helioscope-queue,.helioscope-report-list{display:grid;gap:.8rem}.helioscope-incident-card,.helioscope-report-row,.helioscope-queue-item,.helioscope-option-tile,.helioscope-stack-item{padding:.95rem 1rem;text-align:left;transition:transform .2s ease,border-color .2s ease,background .2s ease}.helioscope-incident-card:hover,.helioscope-report-row:hover,.helioscope-queue-item:hover,.helioscope-option-tile:hover,.helioscope-stack-item:hover{transform:translateY(-1px);border-color:#539bf573;background:#539bf50f}.helioscope-incident-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:.8rem}.helioscope-chip-cloud{display:flex;flex-wrap:wrap;gap:.6rem}.helioscope-chip-cloud span{padding:.45rem .7rem;border-radius:999px;background:#f0f6fc0a;border:1px solid var(--hs-border);color:#e6edf3d9;font-size:.78rem}.helioscope-terminal{display:grid;gap:.5rem;padding:.85rem;border-radius:8px;background:#010409;border:1px solid var(--hs-border);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem}.helioscope-terminal div{display:grid;grid-template-columns:70px 56px 1fr;gap:.75rem;color:#e6edf3c7}.helioscope-terminal div span:nth-child(2){color:var(--hs-accent)}.helioscope-investigation-layout{grid-template-columns:300px minmax(0,1fr)}.helioscope-stage-banner{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1rem}.helioscope-step-meter{display:flex;gap:.5rem}.helioscope-step-meter span{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--hs-border);color:#8b949ef2;font-size:.78rem;font-weight:700}.helioscope-step-meter span.active{background:linear-gradient(180deg,#388bfd,#1f6feb);color:#fff;border-color:#388bfd80}.helioscope-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.helioscope-card-head{display:flex;gap:.8rem;margin-bottom:.9rem}.helioscope-card-head>span{width:2rem;height:2rem;border-radius:8px;background:var(--hs-accent-soft);display:inline-flex;align-items:center;justify-content:center;color:var(--hs-accent);font-weight:700;font-size:.78rem}.helioscope-card-head strong,.helioscope-option-tile strong,.helioscope-stack-item strong,.helioscope-incident-card strong,.helioscope-report-row strong,.helioscope-queue-item strong{color:var(--hs-text)}.helioscope-decision-card.focus{border-color:#539bf573;box-shadow:0 0 0 1px #539bf533}.helioscope-option-grid,.helioscope-stack-list{display:grid;gap:.75rem}.helioscope-option-tile.selected,.helioscope-stack-item.selected,.helioscope-queue-item.active{border-color:#539bf58c;background:var(--hs-accent-soft)}.helioscope-delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.helioscope-channel-list{display:grid;gap:.55rem;margin-top:.45rem}.helioscope-channel-list label{display:flex;gap:.55rem;align-items:center;color:#e6edf3d9}.helioscope-keylines{display:grid;gap:.7rem}.helioscope-keylines div{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.55rem;border-bottom:1px solid var(--hs-border)}.helioscope-keylines strong{color:var(--hs-text)}.helioscope-sources-view,.helioscope-reports-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.helioscope-source-card p{margin-top:.85rem}.helioscope-notebook-mode-panel{margin-top:1rem;padding:1rem;border-radius:8px;border:1px solid var(--hs-border);background:#01040973}.helioscope-notebook-mode-blurb{margin:0;font-size:.84rem;line-height:1.5;color:var(--hs-muted)}.helioscope-notebook-mode-blurb strong{color:var(--hs-text)}.helioscope-notebook-history{margin:1rem 0 0;padding-left:1.15rem;font-size:.82rem;line-height:1.65;color:var(--hs-muted)}.helioscope-notebook-history li{margin-bottom:.45rem}.helioscope-brief-input{width:100%;min-height:180px;margin-top:1rem;padding:.85rem 1rem;border-radius:8px;border:1px solid var(--hs-border);background:#010409;color:var(--hs-text);resize:vertical;font-size:.84rem;line-height:1.45}.helioscope-brief-input::-moz-placeholder{color:#8b949ee6}.helioscope-brief-input::placeholder{color:#8b949ee6}.helioscope-brief-actions{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:1rem}.helioscope-progress{margin-top:1rem}.helioscope-progress>div:first-child{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.45rem;color:var(--hs-muted);font-size:.84rem}.helioscope-progress-bar{height:.4rem;border-radius:999px;overflow:hidden;background:#f0f6fc14}.helioscope-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#388bfd,#8957e5)}.helioscope-dash-toolbar{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.65rem;margin-bottom:.5rem}.helioscope-dash-toolbar-filters-on{outline:1px dashed rgba(83,155,245,.45);outline-offset:4px;border-radius:10px}.helioscope-dashboard .helioscope-radar{min-width:0}.helioscope-dash-variables{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.helioscope-dash-label{font-size:.72rem;font-weight:600;color:var(--hs-muted);text-transform:uppercase;letter-spacing:.06em}.helioscope-dash-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:8px;border:1px solid var(--hs-border);background:#01040973;color:var(--hs-text);font-size:.78rem;font-weight:600;cursor:default}.helioscope-dash-pill.muted{color:var(--hs-muted);font-weight:500}.helioscope-panel-head-tight{margin-bottom:.65rem}.helioscope-panel-head-tight h3{margin-bottom:0}.helioscope-table-tools{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.helioscope-table-search{max-width:220px;padding:.4rem .6rem;font-size:.76rem}.helioscope-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid var(--hs-border);background:#01040959}.helioscope-data-table{width:100%;min-width:640px;border-collapse:collapse;font-size:.82rem}.helioscope-data-table th{text-align:left;padding:.5rem .65rem;border-bottom:1px solid var(--hs-border);color:#8b949ef2;font-weight:600;white-space:nowrap}.helioscope-data-table td{padding:.55rem .65rem;border-bottom:1px solid rgba(240,246,252,.06);vertical-align:top;color:var(--hs-text)}.helioscope-data-table tbody tr:last-child td{border-bottom:none}.helioscope-row-active td{background:#539bf514}.helioscope-th-actions,.helioscope-td-actions{width:2.75rem;text-align:right}.helioscope-link-row{display:block;width:100%;text-align:left;background:none;border:none;padding:0;margin:0;cursor:pointer;color:var(--hs-text);font:inherit}.helioscope-link-row:hover .helioscope-cell-title{color:var(--hs-accent);text-decoration:underline}.helioscope-mono{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem;color:#e6edf3d9;margin-bottom:.15rem}.helioscope-mono-muted{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;color:#8b949ef2}.helioscope-cell-title{font-weight:600;color:var(--hs-text);line-height:1.35}.helioscope-cell-status{font-size:.78rem;font-weight:600;color:var(--hs-muted)}.helioscope-sev{display:inline-block;padding:.15rem .45rem;border-radius:6px;font-size:.72rem;font-weight:800;letter-spacing:.04em}.helioscope-sev-p1{background:#f8514926;color:#f85149}.helioscope-sev-p2{background:#d2992226;color:#d29922}.helioscope-sev-p3{background:#8b949e2e;color:#e6edf3d9}.helioscope-icon-btn-table{width:2rem;height:2rem;min-height:0}.helioscope-action-icon{padding:0 .65rem;min-width:2.5rem;display:inline-flex;align-items:center;justify-content:center}.helioscope-action-icon.helioscope-starred{color:#e3b341;border-color:#e3b34173;background:#e3b3411a}.helioscope-action-compact{min-height:2rem;padding:0 .65rem;font-size:.78rem}.helioscope-td-note{max-width:280px;font-size:.78rem;line-height:1.4;color:var(--hs-muted)}.helioscope-incident-command{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;padding:1rem;margin-bottom:.75rem;border-radius:10px;border:1px solid var(--hs-border);background:var(--hs-panel)}.helioscope-incident-badges{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.45rem}.helioscope-status-pill{padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;background:#d299221f;color:#d29922}.helioscope-incident-title{margin:0 0 .35rem;font-size:clamp(1.05rem,1.8vw,1.35rem);font-weight:650;letter-spacing:-.02em;line-height:1.25}.helioscope-incident-lede{margin:0 0 .65rem;font-size:.88rem;line-height:1.45;color:var(--hs-muted)}.helioscope-incident-meta-line{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:#8b949ef2}.helioscope-incident-meta-line span{display:inline-flex;align-items:center;gap:.35rem}.helioscope-incident-command-actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:flex-start}.helioscope-subtabs{display:flex;gap:.15rem;margin-bottom:1rem;border-bottom:1px solid var(--hs-border)}.helioscope-subtabs-inline{margin-bottom:0;border-bottom:none;padding:0 0 .5rem}.helioscope-subtab{padding:.5rem .85rem;margin-bottom:-1px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--hs-muted);font-weight:600;font-size:.84rem;cursor:pointer;border-radius:8px 8px 0 0}.helioscope-subtab:hover{color:var(--hs-text);background:#f0f6fc0a}.helioscope-subtab.active{color:var(--hs-accent);border-bottom-color:var(--hs-accent)}.helioscope-notebook-editor-bar{margin:-.25rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--hs-border)}.helioscope-summary-panel{padding:1rem;border-radius:10px;border:1px solid var(--hs-border);background:#01040959;margin-bottom:1rem}.helioscope-summary-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.helioscope-summary-cols p{margin:.35rem 0 0;font-size:.86rem;line-height:1.45;color:var(--hs-muted)}.helioscope-link-stack{display:flex;flex-direction:column;gap:.35rem;font-size:.84rem;color:var(--hs-accent)}.helioscope-timeline{list-style:none;margin:0 0 1rem;padding:0 0 0 .5rem;border-left:2px solid var(--hs-border)}.helioscope-timeline-item{position:relative;padding:0 0 1.1rem 1.15rem}.helioscope-timeline-dot{position:absolute;left:-.55rem;top:.35rem;width:9px;height:9px;border-radius:999px;background:var(--hs-accent);box-shadow:0 0 0 3px #539bf533}.helioscope-timeline-meta{font-size:.72rem;font-weight:600;color:#8b949ef2;margin-bottom:.2rem}.helioscope-timeline-title{font-size:.88rem;font-weight:650;color:var(--hs-text);margin-bottom:.25rem}.helioscope-timeline-body{margin:0;font-size:.82rem;line-height:1.45;color:var(--hs-muted)}.helioscope-queue-key{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;font-weight:700;color:#8b949ef2;margin-bottom:.2rem}.helioscope-integrations-wrap{display:flex;flex-direction:column;gap:.5rem}@media(max-width:1120px){.helioscope-dashboard,.helioscope-investigation-layout,.helioscope-reports-layout,.helioscope-integrations-wrap,.helioscope-card-grid,.helioscope-overview-strip,.helioscope-summary-cols{grid-template-columns:1fr}}@media(max-width:720px){.helioscope-topbar{flex-direction:column;align-items:stretch}.helioscope-topbar-center{order:3;width:100%}.helioscope-topbar-search{max-width:none}.helioscope-toolbar,.helioscope-stage-banner,.helioscope-brief-actions,.helioscope-delivery-grid{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.helioscope-chrome{flex-direction:column}.helioscope-sidenav{width:100%;flex-direction:row;flex-wrap:wrap;border-right:none;border-bottom:1px solid var(--hs-border, rgba(240, 246, 252, .12))}.helioscope-sidenav-item{flex:1 1 42%;min-width:8rem}.helioscope-incident-command{flex-direction:column}.helioscope-incident-command-actions{width:100%;justify-content:flex-start}}
