:root{font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#fafbfd;background-color:#05060a;line-height:1.5}*{box-sizing:border-box}body,html,#root{margin:0;padding:0;min-height:100%}body{background:radial-gradient(circle at top,#101328,#05060a 70%);color:#e6e9f0}.app-root{max-width:960px;margin:0 auto;padding:48px 16px 80px;display:flex;flex-direction:column;gap:24px}header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}h1,h2,p{margin:0 0 8px}.panel{background:#0c1028d1;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;box-shadow:0 10px 35px #03051480}.panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}label{font-size:.86rem;display:flex;flex-direction:column;gap:6px}input,select,button,textarea{font:inherit}input,select,textarea{padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#080a1999;color:inherit}button{padding:10px 18px;border-radius:999px;border:none;cursor:pointer;transition:transform .15s ease,opacity .2s ease}button.primary{background:linear-gradient(120deg,#6c5ce7,#00cec9);color:#05060a;font-weight:600}button.ghost{background:transparent;border:1px solid rgba(255,255,255,.2);color:inherit}button:disabled{opacity:.5;cursor:not-allowed}.session-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;align-items:start}.qr-wrapper{text-align:center;padding:16px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 0 0 1px #ffffff05;display:flex;flex-direction:column;align-items:center;gap:12px}.qr-wrapper img{max-width:240px;width:100%;border-radius:12px;background:#fff;padding:12px;box-shadow:0 12px 30px #00000059}.muted{color:#fff9;font-size:.85rem}code,pre{background:#00000059;border-radius:10px;padding:8px 12px;font-size:.85rem;overflow:auto}.session-grid code{display:block;word-break:break-all;white-space:pre-wrap}pre{max-height:320px}.status{padding:4px 10px;border-radius:999px;text-transform:capitalize;background:#ffffff1a}.status.ready{background:#2ed5732e;color:#2ed573}.status.error{background:#f53b5733;color:#ff6b81}.success{color:#2ed573}.error{color:#ff6b81}summary{cursor:pointer;margin-top:12px}
