.app-wrapper{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.app-main{flex:1;position:relative;overflow:hidden}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0f172a;z-index:10}.loading-overlay p{color:#94a3b8;margin-top:16px;font-size:14px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(148,163,184,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.signaled-frame{width:100%;height:100%;border:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0f172a}.auth-fullscreen{position:absolute;top:0;left:0;right:0;bottom:0;background:#0f172ae0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;z-index:100}.auth-brand-bar{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#0f172ab3;border:1px solid rgba(148,163,184,.18);border-radius:12px;width:100%;max-width:420px}.auth-brand-logo{height:56px;width:56px;flex-shrink:0;object-fit:contain;background:#e2e8f0;padding:2px;border-radius:6px}.auth-brand-text{display:flex;flex-direction:column;gap:2px;min-width:0}.auth-brand-title{font-size:22px;font-weight:700;color:#f8fafc;margin:0;letter-spacing:-.01em;line-height:1.15}.auth-brand-tagline{font-size:12px;color:#94a3b8;margin:0;line-height:1.4}.auth-brand-plus{color:#60a5fa;font-weight:700;margin:0 4px}.auth-eyebrow{width:100%;max-width:420px;margin:-10px 0 0;padding:0 4px;font-size:12.5px;line-height:1.5;color:#e2e8f0c7;text-align:center}.auth-eyebrow a{color:#93c5fd;text-decoration:underline;font-weight:600;white-space:nowrap}.auth-eyebrow a:hover{color:#bfdbfe}.auth-footer-notice{width:100%;max-width:420px;margin:-8px 0 0;padding:10px 14px;background:#1e293b8c;border:1px solid rgba(148,163,184,.16);border-radius:8px;font-size:11px;line-height:1.55;color:#94a3b8f2;text-align:center}.auth-footer-notice a{color:#60a5fa;text-decoration:underline;font-weight:500}.auth-footer-notice a:hover{color:#93c5fd}.user-menu-btn{position:absolute;top:8px;right:16px;z-index:20;display:flex;align-items:center;gap:8px}.auth-bypass-badge{position:absolute;top:8px;right:16px;z-index:20;padding:5px 10px;border:1px solid rgba(251,191,36,.35);border-radius:999px;background:#0f172ae0;color:#fbbf24;font-size:12px;font-weight:700;letter-spacing:0}
