:root{color-scheme:light;font-family:Space Grotesk,Helvetica Neue,Arial,sans-serif;color:#1a202c;background:#f6f7fb}*{box-sizing:border-box}body{margin:0;background:#f6f7fb;color:#1a202c}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}.page{min-height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;border-bottom:1px solid rgba(15,23,42,.08);background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header .button{margin-left:auto;width:auto}.brand{font-weight:600;letter-spacing:.02em}.nav{display:flex;gap:16px;font-size:.95rem}.app-header{border-bottom:1px solid var(--gray-a3, rgba(255, 255, 255, .08));background:#0b0f15d9;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px 0}.app-brand{display:inline-flex;align-items:center;gap:10px;color:inherit;font-weight:600}.app-logo{width:36px;height:36px;border-radius:12px;background:linear-gradient(140deg,#7eb9ffcc,#84ffb3cc);color:#0b0f15;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.08em}.app-nav{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.app-main{flex:1;padding:32px 0 64px}.public-header{border-bottom:1px solid var(--gray-a3, rgba(255, 255, 255, .08));background:#0b0f15bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.public-header-inner{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.public-brand{display:inline-flex;align-items:center}.hero,.content{flex:1;padding:40px 32px 64px;max-width:900px;width:100%;margin:0 auto}.hero h1{font-size:2.6rem;margin-bottom:12px}.landing{color:#1a202c;background:radial-gradient(circle at top left,rgba(130,188,255,.22),transparent 55%),radial-gradient(circle at 20% 80%,rgba(157,225,193,.25),transparent 50%),#f6f7fb;position:relative;overflow:hidden}.noise{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.06;mix-blend-mode:soft-light;background-image:repeating-linear-gradient(0deg,rgba(15,23,42,.04) 0,rgba(15,23,42,.04) 1px,transparent 1px,transparent 3px),repeating-linear-gradient(90deg,rgba(15,23,42,.03) 0,rgba(15,23,42,.03) 1px,transparent 1px,transparent 4px);z-index:0}.glow-orb{position:absolute;width:380px;height:380px;border-radius:50%;filter:blur(80px);opacity:.45;z-index:0;animation:drift 18s ease-in-out infinite}.orb-a{top:-120px;right:-80px;background:radial-gradient(circle,rgba(126,185,255,.6),transparent 65%)}.orb-b{bottom:-140px;left:-120px;background:radial-gradient(circle,rgba(132,255,179,.5),transparent 65%);animation-delay:6s}.landing .header{background:#ffffffeb;border-bottom:1px solid rgba(15,23,42,.08);position:sticky;top:0;z-index:3}.landing main,.landing section,.landing header{position:relative;z-index:1}.landing-header .brand{display:inline-flex;align-items:center;gap:12px}.landing-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:16px;min-height:72px}.landing-header .nav{margin:0 auto;flex:1;justify-content:center;flex-wrap:wrap;min-width:0;gap:16px}.landing-header .button{margin-left:0;justify-self:end}.header-actions{display:inline-flex;align-items:center;gap:12px}.burger{width:44px;height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;display:none;align-items:center;justify-content:center;padding:0;cursor:pointer;position:relative}.burger span{position:absolute;display:block;width:20px;height:2px;background:#eef1f6;border-radius:999px;transition:transform .2s ease,opacity .2s ease,width .2s ease}.burger span:nth-child(1){transform:translateY(-6px)}.burger span:nth-child(2){width:16px}.burger span:nth-child(3){transform:translateY(6px)}.nav.nav-open~.header-actions .burger span:nth-child(1){transform:translateY(0) rotate(45deg)}.nav.nav-open~.header-actions .burger span:nth-child(2){opacity:0}.nav.nav-open~.header-actions .burger span:nth-child(3){transform:translateY(0) rotate(-45deg)}.logo{width:42px;height:42px;filter:drop-shadow(0 0 12px rgba(126,185,255,.3))}.logo circle,.logo path{animation:shimmer 5s ease-in-out infinite}.landing .nav a{color:#1e293bb3}.landing .nav a:hover{color:#1e293b}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.landing .button.secondary{background:#1e293b14;color:#1e293b}.landing .hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px;align-items:center;max-width:1100px}.hero-visual{position:relative;display:grid;place-items:center;min-height:320px}.ring{position:absolute;width:220px;height:220px;fill:none;stroke:#7eb9ff59;stroke-width:2;animation:spin 18s linear infinite}.ring-b{width:160px;height:160px;stroke:#84ffb359;animation-duration:12s;animation-direction:reverse}.hero-content{display:grid;gap:16px}.hero-content p{color:#1e293bb3;font-size:1.05rem}.hero-panel{display:grid;gap:16px;padding:24px;border-radius:20px;background:#ffffffe6;border:1px solid rgba(148,163,184,.3);box-shadow:0 20px 40px #0f172a14;animation:floatIn .8s ease}.metric-label{text-transform:uppercase;font-size:.7rem;letter-spacing:.15em;color:#1e293b80}.metric-value{font-size:1.3rem;font-weight:600}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.2em;color:#1e293b99}.landing .section{max-width:1100px;width:100%;margin:0 auto;padding:24px 32px 64px;scroll-margin-top:0}.section-title{font-size:1.4rem;margin-bottom:16px}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.image-grid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.image-card{padding:12px;border-radius:16px;background:#ffffffe6;border:1px solid rgba(148,163,184,.3);position:relative;overflow:hidden;animation:floatIn 1s ease}.image-card svg{width:100%;height:auto;stroke:#7eb9ff99;fill:none;stroke-width:2}.image-card rect{stroke:#84ffb380}.image-card circle{fill:#7eb9ff99;stroke:none;animation:pulse 2.6s ease-in-out infinite}.panel{padding:18px;border-radius:16px;background:#ffffffeb;border:1px solid rgba(148,163,184,.3);transition:transform .2s ease}.panel:hover{transform:translateY(-2px)}.panel p{color:#1e293bb3}.timeline{display:grid;gap:16px}.timeline-step{display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start;padding:18px;border-radius:16px;background:#ffffffe6;border:1px solid rgba(148,163,184,.3)}.step-index{font-weight:700;font-size:1rem;color:#1e293bb3}.timeline-step p{color:#1e293bb3}.workflow-visuals{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.flow-card{padding:14px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(148,163,184,.3);animation:floatIn 1s ease}.flow-card svg{width:100%;height:auto;stroke:#7eb9ff99;fill:none;stroke-width:2}.flow-card rect{stroke:#84ffb380}.support-strip{margin-top:20px;display:grid;grid-template-columns:repeat(4,minmax(60px,1fr));gap:10px}.support-strip span{height:6px;border-radius:999px;background:linear-gradient(90deg,#7eb9ff80,#84ffb333);animation:pulse 2.6s ease-in-out infinite}.support-strip span:nth-child(2){animation-delay:.3s}.support-strip span:nth-child(3){animation-delay:.6s}.support-strip span:nth-child(4){animation-delay:.9s}.coverage-grid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.coverage-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);animation:floatIn 1s ease}.coverage-dot{width:12px;height:12px;border-radius:50%;background:#84ffb3cc;box-shadow:0 0 12px #84ffb380;animation:glow 2.2s ease-in-out infinite}.status-tiles{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.status-tile{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.status-dot{width:10px;height:10px;border-radius:50%;background:#7eb9ffcc;box-shadow:0 0 10px #7eb9ff99;animation:glow 2s ease-in-out infinite}.status-dot.warn{background:#ffbc57e6;box-shadow:0 0 10px #ffbc5799}.signal-line{margin-top:32px;display:grid;grid-template-columns:repeat(3,minmax(80px,1fr));gap:12px}.signal-line span{height:4px;border-radius:999px;background:linear-gradient(90deg,#7eb9ff99,#84ffb333);animation:pulse 2.4s ease-in-out infinite}.signal-line span:nth-child(2){animation-delay:.4s}.signal-line span:nth-child(3){animation-delay:.8s}.quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.quote{padding:20px;border-radius:16px;background:#ffffffeb;border:1px solid rgba(148,163,184,.3);font-style:italic}.landing .muted{color:#1e293b80}.landing .cta{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0;padding:28px 32px;border-radius:20px;background:#fffffff2;border:1px solid rgba(148,163,184,.3);box-sizing:border-box}.landing .cta p{color:#1e293bb3}.login{color:#eef1f6;background:radial-gradient(circle at 10% 10%,rgba(68,87,124,.35),transparent 55%),radial-gradient(circle at 80% 80%,rgba(87,100,70,.3),transparent 50%),#0b0f15}.login .public-header{background:#0b0f1599;border-bottom:1px solid rgba(255,255,255,.08)}.login .app-main{display:grid;place-items:center}.login .login-card{width:min(420px,92vw);padding:28px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 40px #00000059}.login .form{margin-top:16px}.login .field{color:#eef1f6cc}.login input{background:#0b0f15b3;border:1px solid rgba(255,255,255,.12);color:#eef1f6}.login .login-card .rt-Button{width:100%}.login .muted{color:#eef1f699}@keyframes floatIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{opacity:.6}50%{opacity:1}}@keyframes glow{0%,to{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}}@keyframes drift{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(20px) scale(1.05)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.4;transform:scaleX(.9)}50%{opacity:1;transform:scaleX(1)}}@keyframes ringPulse{0%,to{opacity:.4;transform:scale(.96)}50%{opacity:1;transform:scale(1.06)}}.form{display:grid;gap:16px;max-width:420px}.filters{margin:16px 0 24px;max-width:420px}.filters input{width:100%}.field{display:grid;gap:8px;font-size:.95rem}input{border:1px solid rgba(0,0,0,.15);border-radius:10px;padding:10px 12px;font-size:1rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;border:none;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.button:hover{transform:translateY(-1px)}.button.secondary{background:#e2e8f0;color:#1e293b}.button.danger{background:#a6171a}.card{border-radius:18px;padding:18px;background:#ffffffbf;box-shadow:0 12px 30px #0e111614;display:grid;gap:6px}.card-title{font-weight:600}.row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}.participant-card{background:#0e121a99;border:1px solid rgba(255,255,255,.08)}.participant-card.self{border-color:#7eb9ff66}.participant-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center}.participant-ring{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:999px;border:1px solid transparent;opacity:0;transition:opacity .2s ease}.participant-card.speaking .participant-ring{opacity:1;border-color:#84ffb399;box-shadow:0 0 16px #84ffb399;animation:ringPulse 1.2s ease-in-out infinite}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#070a10b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:30}.dialog-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(420px,92vw);padding:24px;border-radius:20px;background:#0f131bf2;color:#eef1f6;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 60px #00000073;z-index:31}.dialog-title{font-size:1.2rem;margin-bottom:6px}.dialog-description{color:#eef1f6b3;margin-bottom:16px}.dialog-input{width:100%;border-radius:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:#080b12cc;color:#eef1f6;margin-bottom:16px}.dialog-actions{display:flex;justify-content:flex-end}.room-controls{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.chat-form{display:grid;gap:12px}.chat-file-input{display:none}.chat-list{max-height:320px;overflow-y:auto;padding-right:6px}.chat-message{display:grid;gap:6px;padding:12px 14px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.chat-message.self{background:#7eb9ff1a;border-color:#7eb9ff4d}.chat-meta{display:flex;justify-content:space-between;gap:12px;font-size:.75rem;color:#eef1f699}.chat-author{font-weight:600;color:#eef1f6e6}.chat-text{font-size:.95rem}.chat-attachments{display:flex;flex-wrap:wrap;gap:6px}.room-header{padding:12px}.call-ended{padding:28px;text-align:center}.call-ended-icon{width:72px;height:72px;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.call-ended-icon svg{width:42px;height:42px;stroke:#f56c6c;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;fill:none;overflow:visible;display:block}.call-ended-icon-svg{width:42px;height:42px;color:#f56c6c}.level-meter{flex:1 1 180px;height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.level-fill{height:100%;background:linear-gradient(90deg,#7eb9ff,#84ffb3);transition:width .1s ease}.status-pill{display:inline-flex;align-items:center;gap:8px}.room-status-dot{width:8px;height:8px;border-radius:50%;background:#7eb9ff;box-shadow:0 0 8px #7eb9ff99}.tag{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#0e111614;color:#0e1116b3}.tag.active{background:#228b2226;color:#1e6c1e}.tag.closed{background:#a6171a1f;color:#7d1113}.audit{margin-top:32px}.audit h2{margin-bottom:12px}.list{display:grid;gap:16px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.muted{color:#eef1f699}.error{padding:10px 12px;border-radius:10px;background:#a6171a1f;color:#7d1113}@media (max-width: 1024px){.header{padding:16px 24px}.hero,.content{padding:32px 24px 56px}.landing .section{padding:20px 24px 56px}}@media (max-width: 900px){.app-header-inner{grid-template-columns:1fr;justify-items:start}.app-nav{justify-content:flex-start}.landing-header{display:grid;grid-template-columns:auto auto;justify-content:space-between}.landing-header .brand{flex:0 0 auto}.landing-header .nav{position:absolute;top:calc(100% + 8px);right:24px;left:24px;background:#0e121afa;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:18px;flex-direction:column;align-items:flex-start;gap:14px;font-size:1rem;box-shadow:0 18px 40px #00000059;transform:translateY(-12px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease;z-index:2}.landing-header .nav.nav-open{transform:translateY(0);opacity:1;pointer-events:auto}.landing-header .nav a{width:100%}.nav-cta{margin-top:6px;padding:10px 14px;border-radius:999px;background:#ffffff1f;font-weight:600;text-align:center}.landing-header .button{display:none}.header-actions{gap:0}.burger{display:inline-flex}}@media (max-width: 720px){.header{flex-direction:column;align-items:flex-start;gap:12px}.nav{flex-wrap:wrap}.hero h1{font-size:2rem}.landing .cta{flex-direction:column;align-items:flex-start;padding:22px 20px}.hero-visual{min-height:240px}.glow-orb{width:260px;height:260px}.login .public-header{flex-direction:row;align-items:center}}.history-title-icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#7eb9ff2e;color:#aed2ffe6}.history-summary{margin-bottom:8px}.history-meta-icon{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#84ffb32e;color:#aaffcde6}.history-grid{align-items:start}.history-recording{border:1px solid rgba(255,255,255,.06);background:#0f141c99}.history-recording-actions{margin-top:4px}.history-audio{width:100%;margin-top:6px}.history-chat{max-height:680px;overflow-y:auto;padding-right:6px}.history-message{border:1px solid rgba(255,255,255,.06);background:#0c1018b3}@media (max-width: 900px){.history-chat{max-height:none}}.history-topbar{align-items:center}.history-breadcrumbs{font-size:.85rem}.history-crumb{color:#e2ecffcc}.history-crumb:hover{color:#fff}.history-preview :where(iframe,img){width:100%;border-radius:16px;border:1px solid rgba(255,255,255,.08);min-height:360px;background:#0a0d12b3}.history-preview-media{width:100%;min-height:360px;border-radius:16px;border:1px solid rgba(255,255,255,.08)}.history-timeline{position:relative;padding-left:8px}.history-timeline:before{content:"";position:absolute;left:6px;top:4px;bottom:4px;width:2px;background:#ffffff14}.history-timeline-item{position:relative;padding-left:12px}.history-timeline-dot{width:10px;height:10px;border-radius:50%;background:#7eb9ffcc;box-shadow:0 0 0 4px #7eb9ff26;margin-top:6px}.room-progress{width:180px}
