:root{background:var(--pf-color-canvas,#f5f7f9);color:var(--pf-color-text,#17202a);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}#root,.web-app-root{min-height:100vh}.boot-screen,.signed-out-screen{background:var(--pf-color-canvas,#f5f7f9);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.boot-screen{color:var(--pf-color-text-muted,#64748b);justify-items:center;gap:8px;display:grid}.signed-out-panel{background:var(--pf-color-surface,#fff);border:1px solid var(--pf-color-border,#d8e0e8);border-radius:8px;gap:14px;width:100%;max-width:360px;padding:24px;display:grid}.signed-out-panel h1,.signed-out-panel p{margin:0}.signed-out-panel h1{font-size:28px;line-height:1.15}.signed-out-panel p{color:var(--pf-color-text-muted,#64748b)}.brand-mark{color:#22180a;background:#f4c55a;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:inline-flex}.auth-actions{flex-wrap:wrap;gap:10px;display:flex}.runtime-alert{color:#7c2d12;z-index:120;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px;align-items:center;gap:10px;max-width:min(720px,100vw - 32px);padding:10px 12px;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #0f172a1f}.runtime-alert span{flex:1;font-size:13px}.runtime-alert button{color:#7c2d12;cursor:pointer;font:inherit;background:0 0;border:1px solid #fdba74;border-radius:6px;padding:4px 8px;font-size:12px}@media (width<=560px){.runtime-alert{align-items:stretch;display:grid}}
