@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--header-height: 72px;--composer-height: 88px;--radius-xl: 24px;--radius-lg: 20px;--radius-md: 16px;--radius-sm: 12px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--border: #e2e8f0;--border-strong: #cbd5e1;--bg: #ffffff;--bg-soft: #f8fafc;--bg-muted: #f1f5f9;--bg-blue-soft: #eff6ff;--text: #0f172a;--text-soft: #64748b;--text-muted: #94a3b8;--blue: #006aff;--blue-hover: #0057d8;--red: #ef4444;--red-hover: #dc2626;--green: #22c55e;--orange-soft: #fff7ed;--orange-text: #9a3412;--orange-border: #fed7aa;--shadow-sm: 0 3px 10px rgba(15, 23, 42, .04);--shadow-md: 0 10px 30px rgba(15, 23, 42, .08);--page-x: 12px;--page-x-desktop: 20px;--content-max-readable: 720px;--message-max: min(72%, 820px);--transition-fast: .15s ease}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%}body{margin:0;background:radial-gradient(circle at top,rgba(0,106,255,.05),transparent 30%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button,a{color:inherit}.chat-shell,.chat-layout{min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;background:radial-gradient(circle at top,rgba(0,106,255,.05),transparent 30%),var(--bg)}.shell-container{width:100%;max-width:none;margin:0;padding-inline:var(--page-x)}.locked-banner{position:sticky;top:0;z-index:40;padding:10px var(--space-4);text-align:center;background:var(--orange-soft);color:var(--orange-text);border-bottom:1px solid var(--orange-border);font-size:14px;font-weight:700}.chat-header,.desktop-header,.mobile-header{position:sticky;top:0;z-index:30;width:100%;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(226,232,240,.9)}.chat-header-inner,.desktop-header,.mobile-header{min-height:var(--header-height);display:grid;align-items:center;width:100%}.chat-header-inner{grid-template-columns:auto 1fr auto;gap:var(--space-3)}.desktop-header{grid-template-columns:auto 1fr;gap:var(--space-4);padding:0 var(--page-x)}.mobile-header{grid-template-columns:1fr auto;gap:var(--space-3);padding:0 var(--page-x)}.mobile-header-left,.mobile-header-right,.header-actions,.chat-header-actions{display:flex;align-items:center}.mobile-header-left{min-width:0;gap:var(--space-3)}.mobile-header-right,.header-actions,.chat-header-actions{gap:var(--space-2)}.chat-header-center{display:flex;justify-content:center;min-width:0}.brand-btn,.brand-logo-container{display:inline-flex;align-items:center;gap:10px;min-width:0;background:transparent;border:0;padding:0;cursor:pointer;color:inherit;text-decoration:none}.brand-logo-text{font-size:clamp(20px,2vw,24px);font-weight:800;letter-spacing:-.02em;line-height:1}.online-pill{display:inline-flex;align-items:center;gap:var(--space-2);min-width:0;padding:8px 12px;border-radius:var(--radius-pill);background:var(--bg-soft);border:1px solid var(--border);color:var(--text-soft);font-size:13px;font-weight:700;white-space:nowrap}.online-pill-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.dot-green{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #22c55e26}.icon-btn{width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;transition:transform var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast),opacity var(--transition-fast)}.icon-btn:hover:not(:disabled){transform:translateY(-1px);background:var(--bg-soft)}.chat-main,.chat-thread{min-height:0;width:100%;overflow-y:auto;padding:var(--space-5) 0 calc(var(--composer-height) + 28px + env(safe-area-inset-bottom))}.chat-thread-inner{width:100%;display:flex;flex-direction:column;gap:var(--space-4)}.searching-text{display:flex;justify-content:center;align-items:center;min-height:140px;padding:0 var(--page-x);text-align:center;color:var(--text-soft);font-size:clamp(18px,2.5vw,24px);font-weight:800}.idle-panel,.state-card,.connected-card{width:min(100%,var(--content-max-readable));margin-inline:auto}.idle-card,.state-card,.connected-card{background:#ffffffeb;border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.idle-card{padding:var(--space-7)}.idle-title{margin:0 0 var(--space-3);font-size:clamp(24px,4vw,34px);line-height:1.1;letter-spacing:-.03em}.idle-copy{margin:0;color:var(--text-soft);line-height:1.7;font-size:15px}.idle-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);margin-top:var(--space-5)}.idle-feature{display:flex;flex-direction:column;gap:6px;padding:var(--space-4);border-radius:18px;background:var(--bg-soft);border:1px solid var(--border)}.idle-feature strong{font-size:14px}.idle-feature span{color:var(--text-soft);font-size:14px;line-height:1.5}.idle-links{margin-top:var(--space-5);display:flex;flex-wrap:wrap;gap:12px 16px}.idle-links a{text-decoration:none;color:var(--text-soft);font-weight:600}.idle-links a:hover{color:var(--blue)}.state-card{display:grid;justify-items:center;gap:var(--space-2);padding:var(--space-7);text-align:center}.state-spinner{width:34px;height:34px;border-radius:50%;border:3px solid #dbeafe;border-top-color:var(--blue);animation:spin .9s linear infinite}.state-title{font-size:20px;font-weight:800}.state-text{color:var(--text-soft);font-size:14px}.connected-card{padding:var(--space-6);text-align:center}.connected-badge{display:inline-block;padding:6px 12px;border-radius:var(--radius-pill);background:var(--bg-blue-soft);color:var(--blue);font-size:13px;font-weight:800}.connected-title{margin:14px 0 8px;font-size:clamp(22px,3vw,28px);line-height:1.15;letter-spacing:-.02em}.connected-text{margin:0;color:var(--text-soft)}.icebreakers{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px}.icebreakers span{padding:8px 12px;border-radius:var(--radius-pill);background:var(--bg-soft);border:1px solid var(--border);color:var(--text-soft);font-size:13px;font-weight:600}.chat-main>div[style*='maxWidth: "700px"']{width:min(100%,var(--content-max-readable));margin-inline:auto!important}.chat-main h1{line-height:1.15;letter-spacing:-.02em}.chat-main ul{margin-top:0}.chat-main footer{width:100%}.chat-banner{display:flex;justify-content:center;width:100%;padding:0 var(--page-x)}.chat-banner-text{display:inline-flex;flex-direction:column;align-items:center;gap:2px;width:auto;padding:10px 14px;border-radius:var(--radius-lg);background:var(--bg-soft);border:1px solid var(--border);text-align:center}.stranger-title{font-size:15px;font-weight:800;color:var(--text)}.location-text{font-size:12px;font-weight:600;color:var(--text-soft)}.messages{width:100%;display:flex;flex-direction:column;gap:8px}.msg-wrapper{display:flex;width:100%}.msg-wrapper.me{justify-content:flex-end}.msg-wrapper.them{justify-content:flex-start}.msg-wrapper.sys{justify-content:center;margin:2px 0 8px}.msg-bubble{padding:10px 14px 8px;border-radius:16px;word-break:break-word;overflow-wrap:anywhere;box-shadow:none}.msg-wrapper.them .msg-bubble{background:#f1f5f9;color:#0f172a;border:1px solid #e2e8f0;border-bottom-left-radius:6px}.msg-wrapper.me .msg-bubble{background:#0b6bff;color:#fff;border:1px solid transparent;border-bottom-right-radius:6px}.msg-wrapper.sys .msg-bubble{max-width:none;padding:6px 14px;border-radius:999px;background:#f8fafc;border:1px solid #dbe2ea;color:#94a3b8;font-size:13px;font-style:italic;line-height:1.2}.msg-text{line-height:1.35;white-space:pre-wrap;font-size:15px}.msg-meta{display:flex;justify-content:flex-end;margin-top:4px}.msg-time{font-size:11px;line-height:1;opacity:.65}.typing-row{display:flex;justify-content:flex-start;margin-top:4px}.typing-indicator,.typing-pill{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:10px 12px;border-radius:var(--radius-pill);background:var(--bg);border:1px solid var(--border);color:var(--text-soft);font-size:13px;font-weight:600}.typing-dots{display:inline-flex;gap:4px}.typing-dots i{width:6px;height:6px;display:block;border-radius:50%;background:var(--text-muted);animation:blink 1s infinite ease-in-out}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}.chat-composer,.desktop-bottom,.mobile-bottom{position:sticky;bottom:0;z-index:20;width:100%;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(226,232,240,.9)}.chat-composer{padding:12px 0 calc(12px + env(safe-area-inset-bottom))}.desktop-bottom,.mobile-bottom{padding:12px var(--page-x) calc(12px + env(safe-area-inset-bottom))}.composer-row{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-3);align-items:center}.desktop-bottom{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-3);align-items:center}.mobile-bottom{display:flex;flex-direction:column;gap:var(--space-2)}.mobile-input-wrapper{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:var(--space-2);align-items:center;width:100%}.composer-input-wrap{min-width:0}.chat-input,.desktop-input,.mobile-input{width:100%;outline:none;color:var(--text);background:var(--bg);border:1px solid var(--border);transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.chat-input,.desktop-input{height:56px;padding:0 16px;border-radius:18px}.mobile-input{height:54px;padding:0 16px;border-radius:var(--radius-md)}.chat-input:focus,.desktop-input:focus,.mobile-input:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #006aff1a}.chat-input:disabled,.desktop-input:disabled,.mobile-input:disabled{background:var(--bg-soft);color:var(--text-muted);cursor:not-allowed}.btn-large,.btn-filled,.btn-outline,.btn-ghost,.mobile-send-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:transform var(--transition-fast),opacity var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.btn-large:hover:not(:disabled),.btn-filled:hover:not(:disabled),.btn-outline:hover:not(:disabled),.btn-ghost:hover:not(:disabled),.mobile-send-btn:hover:not(:disabled){transform:translateY(-1px)}.btn-large:disabled,.btn-filled:disabled,.btn-outline:disabled,.btn-ghost:disabled,.mobile-send-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn-large{min-width:98px;height:56px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:0 14px;border-radius:18px;border:1px solid var(--border);background:var(--bg);cursor:pointer}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover:not(:disabled){background:var(--blue-hover)}.mobile-send-btn{width:56px;height:56px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:18px;border:0;background:var(--blue);color:#fff;cursor:pointer}.mobile-send-btn:hover:not(:disabled){background:var(--blue-hover)}.main-text{font-size:15px;font-weight:800}.sub-text{font-size:11px;opacity:.75}.overlay,.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;padding:var(--space-4);background:#0f172a80}.overlay{place-items:center}.sheet-overlay{align-items:end}.modal{width:min(100%,420px);background:var(--bg);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-md)}.modal-title{margin:0 0 10px;font-size:22px;line-height:1.15}.modal-text{margin:0 0 18px;color:var(--text-soft);line-height:1.6;font-size:14px}.modal-actions,.sheet-actions{display:flex;flex-direction:column;gap:var(--space-3)}.btn-filled,.btn-outline,.btn-ghost{width:100%;min-height:52px;padding:0 16px;border-radius:var(--radius-md);font-weight:800;cursor:pointer}.btn-filled{border:0;background:var(--blue);color:#fff}.btn-filled:hover:not(:disabled){background:var(--blue-hover)}.btn-danger{background:var(--red)}.btn-danger:hover:not(:disabled){background:var(--red-hover)}.btn-outline{border:1px solid var(--border);background:var(--bg);color:var(--text)}.btn-outline:hover:not(:disabled){background:var(--bg-soft)}.btn-ghost{border:0;background:transparent;color:var(--text-soft)}.btn-danger-text{color:var(--red)}.sheet-content{width:min(100%,560px);background:var(--bg);border-radius:24px 24px 0 0;padding:14px 16px calc(20px + env(safe-area-inset-bottom));box-shadow:var(--shadow-md)}.sheet-handle{width:46px;height:5px;margin:0 auto 14px;border-radius:var(--radius-pill);background:var(--border-strong)}.sheet-title{margin:0 0 20px;text-align:center;font-size:24px;font-weight:800;letter-spacing:-.02em}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blink{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-1px)}}@media (min-width: 1024px){.shell-container,.desktop-header,.mobile-header,.desktop-bottom,.mobile-bottom,.chat-banner{padding-inline:var(--page-x-desktop)}}@media (max-width: 900px){.idle-features{grid-template-columns:1fr}.msg-bubble{max-width:86%}}@media (max-width: 640px){:root{--header-height: 68px;--composer-height: 84px;--message-max: 90%}.shell-container,.desktop-header,.mobile-header,.desktop-bottom,.mobile-bottom,.chat-banner{padding-inline:12px}.chat-header-inner{gap:var(--space-2)}.brand-logo-text{font-size:20px}.online-pill{padding:7px 10px;font-size:12px}.icon-btn{width:38px;height:38px}.chat-main,.chat-thread{padding-top:14px;padding-bottom:calc(var(--composer-height) + 24px + env(safe-area-inset-bottom))}.idle-card,.state-card,.connected-card,.modal{border-radius:var(--radius-lg)}.idle-card{padding:var(--space-5)}.composer-row{grid-template-columns:minmax(0,1fr) 56px}.btn-large{display:none}.msg-bubble{max-width:82%;padding:9px 12px 7px;border-radius:15px}.chat-banner-text{width:100%}.stranger-title{font-size:14px}.msg-time{font-size:10px}.msg-text{font-size:14px}.location-text{font-size:11px}}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,sans-serif;background:#f8fafc;color:#111827}.web-layout{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc}.web-header{background:#fff;border-bottom:1px solid #E2E8F0;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:40}.web-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center}.web-footer{background:#fff;border-top:1px solid #E2E8F0;padding:32px 24px;text-align:center;color:#64748b;font-size:14px;margin-top:auto}.footer-links{display:flex;justify-content:center;gap:24px;margin-bottom:16px;flex-wrap:wrap}.footer-link{color:#475569;text-decoration:none;font-weight:500;cursor:pointer;transition:color .2s}.footer-link:hover{color:#006aff}.hero-title{font-size:48px;font-weight:800;color:#111827;margin:0 0 16px;letter-spacing:-1px}.hero-subtitle{font-size:18px;color:#475569;max-width:600px;margin:0 auto 32px;line-height:1.6}.btn-huge{background:#006aff;color:#fff;border:none;border-radius:999px;font-size:18px;font-weight:700;padding:16px 40px;cursor:pointer;transition:all .2s;box-shadow:0 4px 14px #006aff4d}.btn-huge:hover{transform:translateY(-2px);background:#0056d6;box-shadow:0 6px 20px #006aff66}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s}.modal{background:#fff;border-radius:24px;padding:32px;width:100%;max-width:480px;box-shadow:0 25px 50px -12px #00000040}.modal-title{margin:0 0 16px;font-size:24px;font-weight:800}.modal-text{color:#475569;margin:0 0 24px;line-height:1.5;font-size:15px}.checkbox-group{display:flex;align-items:flex-start;gap:12px;margin-bottom:24px;text-align:left}.checkbox-group input{margin-top:4px;width:18px;height:18px;accent-color:#006AFF;cursor:pointer}.checkbox-label{font-size:14px;color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.5}.checkbox-label a{color:#006aff;text-decoration:underline}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:800px;margin:0 auto;background:#fff;border:1px solid #E2E8F0;padding:16px 24px;border-radius:16px;box-shadow:0 10px 25px #0000001a;display:flex;align-items:center;justify-content:space-between;gap:24px;z-index:90;animation:slideUp .3s;flex-wrap:wrap}.chat-layout{display:flex;flex-direction:column;height:100dvh;width:100vw;background:#f8fafc;overflow:hidden}.desktop-header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#fff;border-bottom:1px solid #E2E8F0;z-index:10;height:64px;flex-shrink:0}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #E2E8F0;z-index:10;height:60px;flex-shrink:0}.chat-main{flex:1;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:12px;position:relative;background:#fff}.desktop-bottom{padding:16px 24px;background:#fff;border-top:1px solid #E2E8F0;display:flex;gap:12px;align-items:stretch;height:90px;flex-shrink:0}.mobile-bottom{padding:12px 16px 24px;background:#f8fafc;display:flex;flex-direction:column;gap:12px;flex-shrink:0}.locked-banner{margin:12px;padding:12px 16px;border-radius:12px;background:#fef2f2;border:1px solid #FCA5A5;color:#dc2626;font-size:14px;text-align:center}.brand-logo-container{display:flex;align-items:center;gap:8px;cursor:pointer}.brand-logo-text{font-size:24px;font-weight:800;color:#111827;letter-spacing:-.5px}.online-pill{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #E2E8F0;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;color:#475569}.dot-green{width:8px;height:8px;border-radius:50%;background:#10b981}.icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:none;cursor:pointer;transition:background .2s;color:#64748b}.icon-btn:hover:not(:disabled){background:#f1f5f9;color:#111827}.icon-btn:disabled{opacity:.5;cursor:not-allowed}.searching-text{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);color:#94a3b8;font-style:italic;font-size:15px}.chat-banner{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.chat-banner-text{display:flex;flex-direction:column;gap:4px}.stranger-title{font-weight:700;color:#475569;font-size:15px;display:flex;align-items:center;gap:6px}.location-text{font-size:12px;font-weight:700;color:#94a3b8;letter-spacing:.5px}.msg-wrapper{display:flex;flex-direction:column;max-width:75%}.msg-wrapper.me{align-self:flex-end}.msg-wrapper.them{align-self:flex-start}.msg-wrapper.sys{align-self:center;text-align:center;max-width:90%;margin:8px 0}.msg-bubble{padding:12px 16px;border-radius:16px;font-size:15px;line-height:1.4;word-wrap:break-word;position:relative}.msg-wrapper.me .msg-bubble{background:#006aff;color:#fff;border-bottom-right-radius:4px}.msg-wrapper.them .msg-bubble{background:#f1f5f9;color:#111827;border-bottom-left-radius:4px;border:1px solid #E2E8F0}.msg-wrapper.sys .msg-bubble{background:transparent;color:#94a3b8;font-size:13px;font-weight:500;padding:4px 12px;font-style:italic}.msg-time{font-size:11px;margin-left:10px;float:right;margin-top:6px;-webkit-user-select:none;user-select:none}.msg-wrapper.me .msg-time{color:#ffffffbf}.msg-wrapper.them .msg-time{color:#94a3b8}.typing-indicator{font-size:13px;color:#94a3b8;padding:0 20px;margin-bottom:10px;font-style:italic;animation:fadeIn .3s ease}.btn-large{flex:0 0 100px;border:none;border-radius:12px;background:#006aff;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:background .2s}.btn-large:hover:not(:disabled){background:#0056d6}.btn-large:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.btn-large .main-text{font-size:16px;font-weight:700}.btn-large .sub-text{font-size:11px;opacity:.8}.desktop-input{flex:1;border:1px solid #E2E8F0;border-radius:12px;background:#f8fafc;padding:0 20px;font-size:16px;color:#111827;outline:none;transition:border-color .2s}.desktop-input:focus{border-color:#006aff;background:#fff}.mobile-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.mobile-input{width:100%;border:1px solid #E2E8F0;border-radius:999px;background:#fff;padding:0 54px 0 20px;height:52px;font-size:15px;color:#111827;outline:none;box-shadow:0 2px 4px #00000005}.mobile-input:focus{border-color:#006aff}.mobile-send-btn{position:absolute;right:6px;width:40px;height:40px;border-radius:50%;background:#006aff;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .1s}.mobile-send-btn:active:not(:disabled){transform:scale(.95)}.mobile-send-btn:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:60;display:flex;align-items:flex-end;animation:fadeIn .2s ease-out}.sheet-content{background:#fff;width:100%;border-top-left-radius:28px;border-top-right-radius:28px;padding:24px;box-shadow:0 -10px 25px -5px #0000001a;animation:slideUp .3s cubic-bezier(.16,1,.3,1) forwards}.sheet-handle{width:48px;height:5px;border-radius:3px;background:#e2e8f0;margin:0 auto 24px}.btn-outline{width:100%;padding:14px;background:transparent;border:1px solid #E2E8F0;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;color:#475569;transition:background .2s}.btn-outline:hover{background:#f8fafc}.btn-filled{width:100%;padding:14px;background:#006aff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;color:#fff;transition:background .2s}.btn-filled:hover{background:#0056d6}.btn-danger{background:#fef2f2;color:#dc2626;border:1px solid #FCA5A5}.btn-danger:hover{background:#fee2e2}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fff;border-bottom:1px solid #E2E8F0;z-index:10;height:60px;flex-shrink:0;width:100%}.mobile-header-left,.mobile-header-right,.brand-logo-container{display:flex!important;flex-direction:row!important;align-items:center!important;flex-wrap:nowrap!important}.mobile-header-left{gap:12px}.mobile-header-right{gap:4px}.brand-logo-container{gap:8px;cursor:pointer}.online-pill{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #E2E8F0;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:600;color:#475569;white-space:nowrap}.btn-outline-huge{background:transparent;color:#006aff;border:2px solid #006AFF;border-radius:999px;font-size:18px;font-weight:700;padding:14px 40px;cursor:pointer;transition:all .2s}.btn-outline-huge:hover{background:#006aff0d;transform:translateY(-2px)}
