@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:dark;font-family:Space Grotesk,system-ui,sans-serif;--background: #09090b;--foreground: #fafafa;--card: #121214;--card-foreground: #fafafa;--muted: #a1a1aa;--border: #27272a;--ring: #3b82f6;--secondary: #1c1c20}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{min-height:100vh;background:radial-gradient(circle at top,#15151a 0%,var(--background) 56%);color:var(--foreground)}.page{min-height:100vh}.marketing-page{padding:28px 6vw 80px;display:grid;gap:40px}.marketing-topbar{width:min(100%,980px);margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px}.hero{background:color-mix(in srgb,var(--card) 92%,black);border:1px solid var(--border);border-radius:14px;padding:14px;display:grid;gap:10px}.marketing-page .hero{width:min(100%,980px);margin:0 auto;padding:28px;gap:16px}.marketing-page .hero h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.05;font-weight:600}.feature-grid{width:min(100%,980px);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.feature-grid article{background:#0b0b0d;border:1px solid #1b1c20;border-radius:18px;padding:20px;display:grid;gap:10px}.feature-grid h2{font-size:1.08rem;font-weight:600}.feature-grid p,.hero p{font-size:1rem;line-height:1.55;color:#d2d4d9}.hero-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #202226;border-radius:999px;padding:8px 16px;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:#c8cad0;background:#0a0a0c99;box-shadow:0 0 0 1px #ffffff05;width:fit-content}.launch-tag{display:inline-flex;align-items:center;gap:10px;padding:6px 14px;border-radius:999px;border:1px solid #2a2d33;background:#0e0f12d9;color:#e4e5ea;font-size:.85rem;letter-spacing:.04em;width:fit-content}.launch-tag .divider{width:1px;height:14px;background:#343844}.app-shell{padding:14px 12px 32px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;align-items:center}.app-shell .popup-hero,.app-shell .card{width:min(calc(100vw - 24px),620px)}.app-shell .hero,.app-shell .card{border-radius:16px;padding:16px}.card{margin-top:0}.hero-top{display:flex;align-items:center;justify-content:space-between}.brand{margin:0;font-size:clamp(1.45rem,3.2vw,2.25rem);line-height:1.05;font-weight:600}.section-title{margin:0;font-size:1.08rem;font-weight:600}.session{display:grid;gap:10px}.session-title{margin:0;font-size:.76rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.session-detail,.meta{margin:0;font-size:.95rem;color:var(--card-foreground)}.menu-wrap{position:relative}.menu-button{width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:#1a1a21;color:var(--foreground);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.menu-button span{width:15px;height:2px;background:currentColor;border-radius:999px}.menu-panel{position:absolute;top:42px;right:0;width:212px;border:1px solid var(--border);background:#17171f;border-radius:10px;display:grid;overflow:hidden;z-index:20}.menu-item{border:0;border-bottom:1px solid var(--border);background:transparent;color:var(--foreground);font:inherit;font-size:.9rem;text-align:left;padding:11px 12px;cursor:pointer}.menu-item:last-child{border-bottom:0}.menu-item:hover{background:#22222d}.ticker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.home-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.home-tab{border:1px solid var(--border);border-radius:12px;background:#17171f;color:var(--muted);font:inherit;font-size:.92rem;font-weight:600;padding:10px 12px;cursor:pointer}.home-tab:hover{background:#20202a;color:var(--foreground)}.home-tab.is-active{background:#1a2a42;border-color:#2f4d75;color:#dbeafe}.settings-header{display:flex;align-items:center;margin-bottom:14px}.breadcrumb{display:inline-flex;align-items:center;gap:7px;font-size:.92rem}.breadcrumb-home{border:0;background:transparent;color:#93c5fd;font:inherit;padding:0;cursor:pointer}.breadcrumb-home:hover{text-decoration:underline}.breadcrumb-sep{color:var(--muted)}.breadcrumb-current{color:var(--foreground);font-weight:500}.setting-group{border:1px solid var(--border);border-radius:12px;padding:14px;margin-bottom:12px;display:grid;gap:10px}.setting-title{margin:0;font-size:.96rem;font-weight:600}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.92rem}.disabled-setting{opacity:.55}.switch{position:relative;width:40px;height:22px;display:inline-flex}.switch input{opacity:0;width:0;height:0}.switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:#343445;border:1px solid #49495d;border-radius:999px;transition:background-color .12s ease}.switch-slider:before{content:"";position:absolute;width:16px;height:16px;left:2px;top:2px;border-radius:50%;background:#f4f4f5;transition:transform .12s ease}.switch input:checked+.switch-slider{background:#2563eb;border-color:#2563eb}.switch input:checked+.switch-slider:before{transform:translate(18px)}.switch input:disabled+.switch-slider{opacity:.6;cursor:default}.inline-link{color:#93c5fd}.search-input{width:100%;border:1px solid var(--border);background:#141419;color:var(--foreground);border-radius:12px;padding:11px 12px;font:inherit;font-size:.94rem}.search-input-wrap{position:relative;z-index:15}.search-input-with-clear{padding-right:34px}.clear-search-icon-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:26px;height:26px;border:0;border-radius:999px;background:transparent;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.clear-search-icon-btn:hover{color:var(--foreground);background:#22222c}.clear-search-icon-btn svg{width:14px;height:14px}.search-results,.watchlist{display:grid;gap:10px;margin-top:12px}.search-results-panel,.watchlist-panel{border:1px solid var(--border);border-radius:12px;background:#111218;padding:12px;margin-top:12px}.search-results-overlay{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;border:1px solid var(--border);border-radius:12px;background:#111218;padding:10px;max-height:300px;overflow-y:auto;display:grid;gap:10px;box-shadow:0 14px 24px #00000059}.search-results-overlay .hint{padding:8px 2px;margin:0}.list-label{margin:0;font-size:.79rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.search-results{max-height:300px;overflow-y:auto;padding-right:4px}.search-row,.watch-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:12px;background:#141419;padding:11px}.ticker-main{min-width:0;display:grid;gap:2px}.ticker-main strong{font-size:.98rem}.ticker-main span{color:var(--muted);font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-trash-btn{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:#1a1a21;color:#f87171;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-trash-btn:hover:not(:disabled){background:#22181b;border-color:#5b2b33}.icon-trash-btn:disabled{opacity:.6;cursor:default}.icon-trash-btn svg{width:16px;height:16px}.icon-toggle-btn{width:38px;height:38px;border:1px solid var(--border);border-radius:10px;background:#1a1a21;color:#93c5fd;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-toggle-btn.is-tracked{color:#86efac;background:#162018;border-color:#2f4a36}.icon-toggle-btn:hover:not(:disabled){background:#22222c}.icon-toggle-btn:disabled{opacity:.6;cursor:default}.icon-toggle-btn svg{width:16px;height:16px}.watchlist-panel-expanded{max-height:min(70vh,780px);overflow:hidden}.watchlist-panel-expanded .watchlist{max-height:100%;overflow-y:auto;padding-right:4px}.btn{width:100%;border:1px solid transparent;border-radius:12px;font:inherit;font-size:.92rem;font-weight:500;padding:10px 12px;transition:background-color .12s ease,border-color .12s ease;cursor:pointer}.btn:disabled{opacity:.65;cursor:default}.btn-google{background:#fff;color:#1f1f1f;border-color:#747775;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:40px;font-family:Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;width:auto}.btn-google:hover:not(:disabled){background:#f8f9fa}.btn-google:focus-visible{outline:2px solid #8ab4f8;outline-offset:2px}.btn-secondary{background:var(--secondary);color:var(--foreground);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:#24242a}.alert-feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.alert-filter-wrap{position:relative}.alert-filter-btn{width:auto;min-width:138px;padding:9px 12px;font-size:.88rem}.alert-filter-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:190px;max-height:280px;overflow-y:auto;border:1px solid var(--border);border-radius:12px;background:#17171f;padding:6px;display:grid;gap:4px;z-index:30}.alert-filter-option{border:0;border-radius:10px;background:transparent;color:var(--foreground);font:inherit;font-size:.88rem;text-align:left;padding:9px 10px;cursor:pointer}.alert-filter-option:hover{background:#22222d}.alert-filter-option.is-selected{background:#1f2b3d;color:#dbeafe}.alert-feed-list{max-height:min(56vh,560px);overflow-y:auto;display:grid;gap:12px;padding-right:6px}.alert-feed-item{border:1px solid var(--border);border-radius:12px;background:#13141a;color:var(--foreground);text-align:left;font:inherit;padding:12px;display:grid;gap:10px;cursor:pointer}.alert-feed-item:hover{background:#1a1b22;border-color:#3f414f}.alert-feed-item-tickers{margin:0;font-size:.82rem;letter-spacing:.02em;color:#86efac}.alert-feed-item-meta{margin:0;font-size:.8rem;color:var(--muted)}.alert-feed-item-link{margin:0;font-size:.79rem;color:#93c5fd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.alert-preview-card{border:1px solid #2d2f3b;border-radius:10px;background:#0f1118;padding:10px;display:grid;gap:8px}.alert-preview-card-x{border-color:#334155;background:#0c1119}.alert-preview-card-link{border-color:#3f3f46}.alert-preview-header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.alert-preview-title{margin:0;font-size:.9rem;color:#e5e7eb;font-weight:600}.alert-preview-domain{margin:0;font-size:.8rem;color:#9ca3af;white-space:nowrap}.alert-preview-description{margin:0;font-size:.9rem;color:#f4f4f5;line-height:1.45}.alert-preview-author{margin:0;font-size:.82rem;color:#93c5fd}.alert-preview-image{width:100%;max-height:172px;border-radius:8px;object-fit:cover;border:1px solid #3f3f46}.google-mark{width:18px;height:18px;display:inline-flex}.google-mark svg{width:18px;height:18px}.google-label{white-space:nowrap}.status{margin:0;font-size:.9rem;line-height:1.5;color:#93c5fd}.hint{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}.loading-hint{display:inline-flex;align-items:center;gap:8px}.spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid #4b5563;border-top-color:#93c5fd;animation:spin .8s linear infinite}@media(min-width:1024px){.app-shell .popup-hero,.app-shell .card{width:min(calc(100vw - 64px),1080px)}}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:720px){.marketing-page{padding:12px 12px 32px;gap:18px}.marketing-topbar{align-items:flex-start}.marketing-topbar .btn-google{width:fit-content;min-height:36px;padding:7px 10px}.marketing-page .hero{padding:14px}.marketing-page .hero h1{font-size:clamp(1.6rem,8vw,2.2rem)}.feature-grid{grid-template-columns:1fr}.app-shell{padding:12px 10px 24px;gap:10px}.app-shell .popup-hero,.app-shell .card{width:min(calc(100vw - 20px),560px)}.app-shell .hero,.app-shell .card{padding:12px;border-radius:14px}.watchlist-panel-expanded{max-height:min(62vh,680px)}.brand{font-size:clamp(1.25rem,8vw,1.8rem)}.alert-feed-toolbar{flex-wrap:wrap;justify-content:flex-start}.alert-filter-btn{width:100%}}
