:root{--bg: #0c1020;--bg-soft: #131936;--panel: rgba(18, 22, 42, .72);--panel-border: rgba(255,255,255,.12);--text: #eef3ff;--muted: rgba(238,243,255,.68);--primary: #82a4ff;--primary-2: #7d63ff;--accent: #67f0c5;--danger: #ff6d7f;--shadow: 0 20px 60px rgba(0,0,0,.28)}html[data-theme=light]{--bg: #edf2ff;--bg-soft: #f8faff;--panel: rgba(255,255,255,.76);--panel-border: rgba(16, 24, 40, .08);--text: #101828;--muted: rgba(16,24,40,.72);--primary: #4f6df5;--primary-2: #7d63ff;--accent: #00aa7a;--danger: #d52b43}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--bg)}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:radial-gradient(circle at 15% 10%,rgba(125,99,255,.28),transparent 28%),radial-gradient(circle at 85% 18%,rgba(103,240,197,.18),transparent 22%),linear-gradient(180deg,#11172f 0%,var(--bg) 42%,var(--bg-soft) 100%)}html[data-theme=light] body{background:radial-gradient(circle at 15% 10%,rgba(125,99,255,.16),transparent 28%),radial-gradient(circle at 85% 18%,rgba(103,240,197,.12),transparent 22%),linear-gradient(180deg,#f5f8ff 0%,var(--bg) 42%,var(--bg-soft) 100%)}a{color:inherit;text-decoration:none}button,select{font:inherit}button{border:0}.app-shell{min-height:100dvh;position:relative;overflow-x:hidden}.bg-orb{position:fixed;inset:auto;border-radius:999px;filter:blur(80px);pointer-events:none;opacity:.9}.orb-a{width:340px;height:340px;top:110px;left:-40px;background:#7d63ff42}.orb-b{width:320px;height:320px;top:240px;right:-60px;background:#67f0c524}.page{width:min(1240px,calc(100vw - 28px));margin:0 auto;padding:96px 0 60px}.page-member{padding-top:100px}.section{padding:42px 0}.topbar{position:fixed;top:0;left:0;right:0;z-index:1000;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:#1218289e;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:transform .22s ease,opacity .22s ease,background-color .22s ease,backdrop-filter .22s ease}.topbar--visible{transform:translateY(0);opacity:1}.topbar--hidden{transform:translateY(-120%);opacity:.98;pointer-events:none}.topbar-member{align-items:center}.nav-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.topbar-actions{display:flex;align-items:center;gap:10px}.brand-pill,.glass{background:var(--panel);border:1px solid var(--panel-border);box-shadow:var(--shadow);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.brand-pill{display:flex;align-items:center;gap:10px;border-radius:18px;padding:7px 12px;min-width:0}.brand-logo-img{width:44px;height:44px;display:block;flex:0 0 auto;object-fit:contain}.brand-copy{min-width:0;line-height:1.05}.brand-title{display:flex;align-items:baseline;white-space:nowrap;font-weight:900;letter-spacing:-.03em}.brand-title-main{font-size:20px;color:var(--text)}.brand-title-dotcom{margin-left:1px;font-size:15px;color:#2cc64b;letter-spacing:-.04em}.brand-sub{margin-top:2px;font-size:11px;color:var(--muted)}.legal-brand{display:flex;align-items:center;margin-right:auto}.brand-pill-button{cursor:pointer;color:inherit}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;font-weight:800}.nav-btn,.member-btn,.theme-toggle,.primary-btn,.secondary-btn,.lang-btn,.lang-toggle{border:1px solid var(--panel-border);background:#ffffff0a;color:var(--text);border-radius:999px;padding:10px 14px;cursor:pointer;transition:.18s ease}.nav-btn.is-active,.member-btn,.primary-btn,.lang-btn.is-active{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent}.nav-btn:hover,.member-btn:hover,.theme-toggle:hover,.primary-btn:hover,.secondary-btn:hover,.lang-btn:hover,.lang-toggle:hover,.brand-pill-button:hover{transform:translateY(-1px)}.theme-toggle{width:38px;height:38px;padding:0;display:grid;place-items:center}.lang-toggle{min-width:76px;padding:8px 14px}.hero{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:stretch}.hero-copy,.hero-stream,.hero-monitor,.member-panel,.pricing-card,.feature-card,.deal-card,.feed-toolbar{border-radius:28px;padding:26px}.hero-side-grid{display:grid;grid-template-rows:1fr 1fr;gap:22px;min-height:100%}.hero-stream,.hero-monitor{display:flex;flex-direction:column}.hero-stream-card{flex:1;display:flex;flex-direction:column;justify-content:center}.monitor-inline--stretch{flex:1;align-content:start}.eyebrow{display:inline-flex;padding:7px 10px;border-radius:999px;background:#82a4ff1f;color:var(--primary);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hero h1{font-size:clamp(2.6rem,5vw,4.7rem);line-height:.96;margin:16px 0 14px;max-width:11ch}.hero p,.feature-card p,.member-panel p,.pricing-card li,.tiny-note,.muted,.warn,.member-page-copy{color:var(--muted);line-height:1.6}.hero-cta,.hero-meta,.badge-row,.deal-meta,.ticker-stats,.feed-actions,.footer-links{display:flex;gap:10px;flex-wrap:wrap}.primary-btn,.secondary-btn{padding:12px 18px;font-weight:700}.secondary-btn{background:#ffffff08}.small{padding:10px 14px;font-size:14px}.full{width:100%;justify-content:center;display:inline-flex}.hero-meta{margin-top:16px}.tiny-pill,.code-pill,.plan-pill,.badge,.source-pill,.member-badge{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--panel-border)}.tiny-pill,.code-pill,.source-pill{padding:7px 10px;font-size:12px;color:var(--muted)}.code-pill{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ticker-head,.section-head.split,.deal-topline,.feed-toolbar,.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ticker-head{margin-bottom:16px;color:var(--muted);text-transform:uppercase;font-size:12px;letter-spacing:.1em}.live-dot,.pulse{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 #67f0c5cc;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 #67f0c5b3}70%{box-shadow:0 0 0 10px #67f0c500}to{box-shadow:0 0 #67f0c500}}.pulse.bad{background:var(--danger);animation-name:pulse-bad}@keyframes pulse-bad{0%{box-shadow:0 0 #ff6d7fb3}70%{box-shadow:0 0 0 10px #ff6d7f00}to{box-shadow:0 0 #ff6d7f00}}.ticker-card{padding:18px;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.ticker-title{font-size:1.1rem;font-weight:700;margin-bottom:14px}.monitor-inline{margin-top:16px;display:grid;gap:10px}.service-line{display:flex;align-items:center;gap:10px;color:var(--muted);padding:10px 12px;border-radius:16px;background:#ffffff08}.divider{opacity:.5}.section-head h2{margin:12px 0 0;font-size:clamp(1.8rem,3vw,2.5rem);max-width:16ch}.feature-grid,.pricing-grid,.preview-grid,.member-grid,.member-feed-grid{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(3,1fr)}.feature-card h3,.pricing-card h3,.deal-card h3,.member-panel h3{margin:12px 0 10px;font-size:1.25rem}.feature-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:24px;background:linear-gradient(135deg,#82a4ff3d,#7d63ff33)}.preview-grid{grid-template-columns:repeat(3,1fr)}.deal-card{position:relative;overflow:hidden}.deal-card h3{min-height:3.1em}.badge-row{align-items:center}.badge{padding:6px 10px;font-size:11px;font-weight:800;letter-spacing:.06em}.badge.hot{background:#67f0c524;color:var(--accent)}.badge.fresh{background:#82a4ff1f;color:var(--primary)}.deal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.deal-stats>div{padding:12px;border-radius:18px;background:#ffffff0a}.deal-stats span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.deal-stats strong{font-size:1rem}.member-stats--five{grid-template-columns:repeat(3,1fr)}.profit-box{background:linear-gradient(135deg,#67f0c52e,#67f0c514)!important;border:1px solid rgba(103,240,197,.24)}.deal-meta,.keywords-row{margin-top:16px}.member-card-meta-row{display:flex;gap:10px;flex-wrap:wrap}.overlay-lock{pointer-events:auto;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px;background:#0a0e1cad;backdrop-filter:blur(5px);z-index:2}.overlay-actions,.overlay-actions button{pointer-events:auto;position:relative;z-index:6}.overlay-title{font-size:1.1rem;font-weight:800;margin-bottom:8px}.pricing-grid{grid-template-columns:repeat(3,1fr)}.pricing-card{min-height:100%}.plan-pill,.member-badge{padding:10px 14px;margin-bottom:14px;font-size:13px;font-weight:800;color:var(--muted)}.plan-pill.featured{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent}.price-line{font-size:1.5rem;font-weight:800;margin:8px 0 14px}.pricing-card ul{padding-left:18px;display:grid;gap:10px;margin-bottom:18px}.featured,.featured-panel{outline:1px solid rgba(130,164,255,.24);box-shadow:0 28px 90px #4a5eff24}.member-grid{grid-template-columns:repeat(2,1fr)}.google-slot{min-height:48px;margin-top:14px}.feed-toolbar{display:flex;justify-content:space-between;margin-bottom:16px}.toolbar-left{display:flex;gap:12px;flex-wrap:wrap;align-items:center}select{background:#ffffff0d;color:var(--text);border:1px solid var(--panel-border);border-radius:14px;padding:10px 12px}option{background:#11172f;color:#eef3ff}.check-row{display:inline-flex;align-items:center;gap:8px}.check-row input{margin:0;width:16px;height:16px;accent-color:var(--primary)}.member-feed-grid{grid-template-columns:repeat(2,1fr)}.member-card .deal-topline{align-items:flex-start}.open-link{margin-left:auto;color:var(--primary);font-weight:700;white-space:nowrap}.member-empty{padding:24px;border-radius:24px}.member-panel-redirect{display:flex;flex-direction:column;gap:8px;padding:20px}.footer{display:flex;justify-content:space-between;align-items:center;color:var(--muted);border-top:1px solid rgba(255,255,255,.08);margin-top:24px}.toast-error{position:fixed;right:18px;bottom:18px;max-width:min(460px,calc(100vw - 32px));z-index:70;padding:14px 16px;border-radius:16px;background:#d52b43e6;color:#fff;box-shadow:var(--shadow)}.warn{margin-top:12px;font-size:14px}@media(max-width:1280px){.hero,.feature-grid,.pricing-grid,.preview-grid,.member-grid,.member-feed-grid{grid-template-columns:1fr}.hero-side-grid{grid-template-rows:auto auto}.topbar{align-items:flex-start;flex-direction:column}.page,.page-member{padding-top:100px}}@media(max-width:720px){.page{width:min(100vw - 18px,1240px)}.hero-copy,.hero-stream,.hero-monitor,.member-panel,.pricing-card,.feature-card,.deal-card,.feed-toolbar{padding:20px;border-radius:22px}.deal-stats,.member-stats--five{grid-template-columns:1fr}.footer,.section-head.split,.feed-toolbar,.topbar-actions{align-items:flex-start;flex-direction:column}.lang-toggle{min-width:76px}}@media(max-width:900px){.topbar{padding:12px 14px;gap:12px}.brand-sub{display:none}.nav-buttons{gap:8px}.nav-btn{padding:8px 12px}}html[data-theme=light] .nav-btn,html[data-theme=light] .theme-toggle,html[data-theme=light] .lang-toggle,html[data-theme=light] .secondary-btn,html[data-theme=light] .footer-link-btn{background:#ffffffeb;color:#101828}html[data-theme=light] .nav-btn.is-active,html[data-theme=light] .member-btn,html[data-theme=light] .primary-btn{color:#fff}html[data-theme=light] .nav-btn.is-active{background:#eef2f7;color:var(--primary);border-color:#4f6df52e}html[data-theme=light] .lang-toggle,html[data-theme=light] .menu-toggle{background:#ffffffeb;color:#101828}html[data-theme=light] select,html[data-theme=light] option{background:#fff;color:#101828}.footer-link-btn{background:transparent;color:inherit;cursor:pointer;padding:0;border:0}.modal-card{width:min(680px,calc(100vw - 24px));border-radius:28px;padding:24px}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.modal-head h3{margin:0;font-size:1.35rem}.modal-body{color:var(--muted);line-height:1.7}.legal-copy{display:grid;gap:6px}.feed-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:12px 14px}.toolbar-left{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.feed-toolbar select{min-height:40px;padding:0 12px;border-radius:12px;border:1px solid var(--border-color, rgba(255, 255, 255, .12));background:var(--panel-bg, rgba(255, 255, 255, .06));color:var(--text-color, inherit);outline:none}.feed-toolbar select:focus{border-color:var(--accent-color, #6ea8fe);box-shadow:0 0 0 3px #6ea8fe29}.feed-toolbar option{background:var(--option-bg, #fff);color:var(--option-text, #111)}.check-row{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 4px;white-space:nowrap}.member-feed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feed-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px}.pagination-info{min-width:120px;text-align:center}.pagination-btn{min-width:96px}@media(max-width:1100px){.member-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1280px){.feed-toolbar{align-items:stretch}.toolbar-left{flex-direction:column;align-items:stretch}.feed-toolbar select,.check-row{width:100%}.member-feed-grid{grid-template-columns:1fr}.feed-pagination{flex-direction:column}.pagination-btn,.pagination-info{width:100%}}:root[data-theme=light] .feed-toolbar select{background:#fff;color:#111;border-color:#0000001f}:root[data-theme=light] .feed-toolbar option{background:#fff;color:#111}:root[data-theme=dark] .feed-toolbar select{background:#ffffff0f;color:#f3f5f7}:root[data-theme=dark] .feed-toolbar option{background:#1c1f26;color:#f3f5f7}@media(max-width:1180px){.member-stats--five{grid-template-columns:repeat(3,1fr)}}@media(max-width:820px){.member-stats--five{grid-template-columns:1fr}}.search-shell{position:relative;min-width:220px;flex:1 1 260px}.search-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6ea8fe29}.search-clear,.icon-btn{border:1px solid var(--panel-border);background:#ffffff0a;color:var(--text);cursor:pointer}.search-clear{position:absolute;right:8px;top:50%;width:24px;height:24px;transform:translateY(-50%);border-radius:999px;display:grid;place-items:center;padding:0}.search-hints-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.saved-searches-panel{border-radius:24px;padding:16px;margin-bottom:12px}.saved-searches-head{margin-bottom:10px}.saved-searches-list{display:grid;gap:10px}.saved-search-item{display:flex;gap:10px;align-items:stretch}.saved-search-main{flex:1;text-align:left;padding:12px 14px;border-radius:16px;border:1px solid var(--panel-border);background:#ffffff0a;color:var(--text);cursor:pointer}.saved-search-name{display:block;font-weight:700;margin-bottom:4px}.saved-search-meta{display:block;color:var(--muted);font-size:12px}.icon-btn{min-width:40px;border-radius:14px;padding:0 10px}.icon-btn.is-active{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;border-color:transparent}.modal-field{display:grid;gap:8px;margin-bottom:14px}.modal-field span{color:var(--muted);font-size:14px}html[data-theme=light] .search-input,html[data-theme=light] .search-clear,html[data-theme=light] .icon-btn,html[data-theme=light] .saved-search-main{background:#fff;color:#101828}@media(max-width:1280px){.search-shell{min-width:100%}.saved-search-item{flex-wrap:wrap}}.alerts-panel,.saved-searches-panel,.feed-filter-card,.feed-search-card{padding:20px 26px;margin-bottom:14px;border-radius:28px}.feed-meta-row{padding:8px 28px;margin-bottom:14px;border-radius:28px}.feed-filter-row{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.feed-filter-left,.feed-filter-right{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.feed-filter-left{flex:1 1 520px}.feed-filter-right{justify-content:flex-end;margin-left:auto}.feed-filter-left select,.feed-filter-right select,.feed-filter-right .secondary-btn{min-height:56px}.feed-meta-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px;color:#a7b0c8;font-size:.95rem}.feed-meta-left{justify-self:start;white-space:nowrap}.feed-meta-center{justify-self:center;min-width:0}.feed-meta-right{justify-self:end;text-align:right;white-space:nowrap}.feed-search-row,.feed-filter-row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.feed-meta-badges{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}@media(max-width:860px){.feed-filter-row{display:grid;grid-template-columns:1fr;gap:14px}.feed-filter-left,.feed-filter-right{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-left:0}.feed-filter-left select,.feed-filter-right select,.feed-filter-right .secondary-btn{width:100%;min-width:0}.feed-meta-row{grid-template-columns:1fr 1fr;grid-template-areas:"left right" "center center";row-gap:10px}.feed-meta-left{grid-area:left;justify-self:start}.feed-meta-right{grid-area:right;justify-self:end;text-align:right}.feed-meta-center{grid-area:center;justify-self:start}.feed-meta-badges{justify-content:flex-start}}.search-box--wide{flex:1 1 520px}.feed-filter-row select,.feed-filter-row button{min-height:56px}.toolbar-left--wide{width:100%}.search-box{position:relative;min-width:min(340px,100%);flex:1 1 280px}.search-input{width:100%;min-height:40px;padding:0 38px 0 12px;border-radius:12px;border:1px solid var(--panel-border);background:#ffffff0d;color:var(--text);outline:none}.search-input:focus{border-color:#82a4ff80;box-shadow:0 0 0 3px #82a4ff29}.search-clear-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:#ffffff14;color:var(--text)}.saved-searches-list,.alerts-list{display:grid;gap:10px;margin-top:12px}.saved-search-chip,.alert-row{display:flex;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.saved-search-copy,.alert-main{display:grid;gap:4px}.saved-search-copy span,.alert-main span{color:var(--muted)}.alert-row{align-items:center;color:inherit}.alert-row.is-unread{outline:1px solid rgba(130,164,255,.28)}.alert-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;justify-content:flex-end}.alerts-title{margin:10px 0 0}.modal-field{display:grid;gap:8px}.search-hints-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 16px}.is-alert-on{border-color:#67f0c542;color:var(--accent)}html[data-theme=light] .search-input{background:#fff;color:#101828}html[data-theme=light] .search-clear-btn{background:#1018280f;color:#101828}@media(max-width:820px){.saved-search-chip,.alert-row{flex-direction:column;align-items:flex-start}.alert-meta{justify-content:flex-start}}.desktop-label{display:inline}.mobile-label{display:none}.alert-row-link{display:flex;flex:1 1 auto;justify-content:space-between;gap:12px;color:inherit;min-width:0}.topbar-member .topbar-actions{flex-wrap:wrap;justify-content:flex-end}@media(max-width:1280px){.topbar-member{align-items:center;flex-direction:row;justify-content:space-between}.topbar-member .brand-pill{min-width:0;max-width:calc(100vw - 170px)}.topbar-member .topbar-actions{flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;min-width:0}.topbar-member .topbar-actions>*{flex:0 0 auto}.member-mobile-btn{min-width:0;padding:10px 12px}.desktop-label{display:none}.mobile-label{display:inline;line-height:1;font-size:16px}.member-page-head .section-head.split{flex-direction:column;align-items:stretch}.member-page-head .feed-actions{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,auto);gap:8px;align-items:center}.member-page-head .feed-actions select{min-width:0;width:100%}.alerts-panel .section-head.split{flex-direction:row;align-items:flex-start;justify-content:space-between}.alerts-panel .feed-actions{flex-wrap:nowrap;gap:8px;align-items:center}.alerts-panel .feed-actions .code-pill,.alerts-panel .feed-actions .secondary-btn{min-width:0;padding-left:10px;padding-right:10px}.toolbar-left--wide{display:grid;gap:10px}.toolbar-left--wide>*{width:100%;min-width:0}.search-box{min-width:0;width:100%}.search-input{padding-right:40px}.search-clear-btn{right:8px;top:50%;transform:translateY(-50%);z-index:2}.feed-pagination{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:8px}.pagination-btn{min-width:0;width:auto;padding-left:12px;padding-right:12px}.pagination-info{width:auto;min-width:0;white-space:nowrap}}.nav-buttons-desktop{display:flex}.landing-actions{position:relative}.landing-menu-wrap{position:relative;display:none}.menu-toggle{width:44px;height:44px;border-radius:14px;border:1px solid var(--panel-border);background:#ffffff0a;color:var(--text);display:grid;place-items:center;font-size:22px;line-height:1;cursor:pointer}.menu-toggle.is-open,.menu-toggle:hover{background:#ffffff17;transform:translateY(-1px)}.landing-menu-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;border-radius:22px;padding:12px;background:var(--panel);border:1px solid var(--panel-border);box-shadow:var(--shadow)}.landing-menu-list{display:grid;gap:8px}.landing-menu-btn{text-align:left;padding:13px 14px;border-radius:16px;border:1px solid transparent;background:#ffffff0a;color:var(--text);font-weight:700;cursor:pointer}.landing-menu-btn.is-active,.landing-menu-btn:hover{background:linear-gradient(135deg,#82a4ff2e,#7d63ff29);border-color:#82a4ff3d}.member-grid-auth{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.member-panel-auth{position:relative;overflow:hidden;min-height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:14px;border-radius:30px;background:radial-gradient(circle at top right,rgba(130,164,255,.12),transparent 34%),linear-gradient(180deg,#ffffff0d,#ffffff05)}.member-panel-auth:before{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 35%)}.member-panel-auth>*{position:relative;z-index:1}.featured-panel{background:radial-gradient(circle at top right,rgba(125,99,255,.18),transparent 36%),radial-gradient(circle at bottom left,rgba(103,240,197,.12),transparent 28%),linear-gradient(180deg,#ffffff0f,#ffffff05)}.member-panel-notes{display:flex;flex-wrap:wrap;gap:8px;margin-top:-2px}.member-avatar-line{display:flex;align-items:center;gap:12px;margin-top:4px}.member-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;font-weight:800;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 12px 30px #0000002e}.member-ghost-btn{background:linear-gradient(135deg,#82a4ff24,#7d63ff1f);border-color:#82a4ff33;color:var(--text);opacity:1}.member-ghost-btn:disabled{cursor:not-allowed;opacity:.72}.google-slot--cta{margin-top:4px;padding:8px;border-radius:18px}.modal-backdrop{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:20px;background:#060a1494;backdrop-filter:blur(5px)}.modal-card{width:min(980px,calc(100vw - 24px));height:min(94vh,980px);border-radius:28px;padding:0;display:flex;flex-direction:column;overflow:hidden}.modal-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 18px;border-bottom:1px solid var(--panel-border);background:color-mix(in srgb,var(--panel) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.modal-head h3{margin:0;font-size:clamp(1.35rem,2vw,2rem)}.modal-body{color:var(--muted);line-height:1.7;padding:20px 24px 24px}.modal-body-scroll{overflow-y:auto;min-height:0}.legal-copy{display:grid;gap:16px}.legal-copy-rich{padding-right:4px}.legal-intro-card,.legal-section-card,.legal-note-card{border:1px solid var(--panel-border);background:#ffffff08;border-radius:22px;padding:18px 20px}.legal-intro-card h4,.legal-section-card h4{margin:10px 0;color:var(--text);font-size:1.1rem}.legal-intro-card p,.legal-section-card p,.legal-note-card p,.legal-section-card li{margin:0;color:var(--muted)}.legal-section-card ul{margin:10px 0 0 18px;padding:0;display:grid;gap:8px}.legal-grid{display:grid;gap:16px}.legal-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-note-card{border-left:3px solid var(--primary)}@media(max-width:820px){.modal-card{width:calc(100vw - 12px);height:95vh;border-radius:22px}.modal-head,.modal-body{padding-left:16px;padding-right:16px}.legal-grid-two{grid-template-columns:1fr}.legal-intro-card,.legal-section-card,.legal-note-card{border-radius:18px;padding:16px}}.google-slot--cta>div>div,.google-slot--cta>div>iframe{border-radius:24px!important;overflow:hidden!important;background:transparent!important;border-color:transparent!important;width:100%!important}.google-slot iframe,.google-slot div[role=button]{border-radius:14px!important;border:0!important;box-shadow:none!important}.member-page-head{margin-bottom:4px}.member-page-head .section-head{align-items:flex-end;gap:18px}.member-page-head .feed-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.member-page-head .feed-actions select{min-width:180px;border-radius:14px}.alerts-panel,.saved-searches-panel{border-radius:28px}.saved-search-chip,.alert-row{border-radius:20px}.search-box{margin-bottom:0}.feed-toolbar{margin-bottom:12px}.feed-pagination .pagination-btn .mobile-label{font-size:18px;font-weight:800}.modal-backdrop{position:fixed;inset:0;background:#020617b8;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-card{border-radius:24px;padding:22px;box-shadow:0 30px 80px #00000073}.input{background:#0f172aeb;border:1px solid rgba(148,163,184,.22);color:#e5eefc;border-radius:14px;padding:12px 14px;width:100%}.badge.updated{background:#ffffff14;color:#d7dbe3;border:1px solid rgba(255,255,255,.14)}.timeline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.timeline-card{padding:24px;min-height:180px}.timeline-step{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.14);font-size:14px;font-weight:700;margin-bottom:18px;opacity:.9}.timeline-card h3,.roadmap-card h3,.faq-item p{margin:0}.timeline-card h3,.roadmap-card h3{margin-bottom:10px;font-size:1.45rem;line-height:1.2}.timeline-card p,.roadmap-card p,.section-copy,.faq-panel p{opacity:.9;line-height:1.6}.roadmap-wrap{position:relative;display:grid;gap:18px;padding-left:28px}.roadmap-line{position:absolute;left:14px;top:10px;bottom:10px;width:2px;background:linear-gradient(to bottom,#ffffff38,#ffffff14)}.roadmap-card{position:relative;padding:22px 22px 22px 26px}.roadmap-dot{position:absolute;left:-28px;top:24px;width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.18);background:#0a1028f2}.roadmap-dot span{width:8px;height:8px;border-radius:999px;background:currentColor;opacity:.95}.roadmap-dot.live,.roadmap-state.live{color:#7ee081}.roadmap-dot.progress,.roadmap-state.progress{color:#f4dd63}.roadmap-dot.planned,.roadmap-state.planned{color:#8ab4ff}.roadmap-state{display:inline-block;margin-bottom:10px;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.faq-accordion{display:grid;gap:14px}.faq-item{overflow:hidden}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;background:transparent;border:0;color:inherit;text-align:left;font:inherit;cursor:pointer}.faq-trigger span:first-child{font-size:1.2rem;font-weight:700;line-height:1.3}.faq-icon{flex:0 0 auto;font-size:1.5rem;line-height:1;opacity:.85}.faq-panel{max-height:0;overflow:hidden;transition:max-height .22s ease}.faq-item.open .faq-panel{max-height:220px}.faq-panel p{padding:0 24px 22px;margin:0}@media(max-width:900px){.timeline-grid{grid-template-columns:1fr}.timeline-card{min-height:unset}}@media(max-width:768px){.settingsModal,.pricingModal,.memberPanelModal,.planChangeModal{max-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:24px}}@media(max-width:1280px){.nav-buttons-desktop,.member-btn-desktop{display:none}.landing-menu-wrap{display:block}.topbar{gap:10px;padding:12px 14px}.brand-pill{padding:8px 10px}.brand-sub{display:none}.topbar .brand-pill{max-width:calc(100vw - 168px)}}@media(max-width:1280px){.member-grid-auth{grid-template-columns:1fr}.member-panel-auth{padding:22px;gap:12px}.google-slot--cta{padding:12px;background:transparent;border-color:transparent}.google-slot iframe,.google-slot div[role=button],.google-slot [style*=border]{border:0!important;box-shadow:none!important}.member-page-head .section-head{gap:10px}.member-page-head .feed-actions{display:grid;grid-template-columns:minmax(0,1fr) repeat(2,44px);align-items:center;gap:8px}.member-page-head .feed-actions select{min-width:0;width:100%}.member-page-head .member-mobile-btn{width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:14px}.feed-toolbar{padding:14px}.toolbar-left--wide{gap:8px}.search-box+.secondary-btn.small{margin-top:0}.feed-pagination{flex-wrap:nowrap;justify-content:center;gap:6px}.feed-pagination .pagination-btn{min-width:44px;width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:14px}.pagination-info{min-width:auto;width:auto;padding:0 4px;font-size:12px}.alerts-panel .feed-actions{gap:6px}.section{padding:22px 0}}.pricing-details-grid,.pricing-faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-top:18px}.pricing-detail-card,.pricing-faq-card{padding:20px}.pricing-detail-card h3,.pricing-faq-card h3{margin:10px 0 12px}.pricing-link-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.pricing-link-list a{color:inherit;text-decoration:none;word-break:break-all;opacity:.92}.pricing-link-list a:hover{text-decoration:underline}.footer-language-btn{font-weight:800}@media(max-width:820px){.lang-toggle-header{display:none}.footer-language-btn{display:inline-flex}}@media(max-width:820px){.modal-backdrop{place-items:stretch;padding:8px;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-card{max-height:calc(100dvh - 16px);overflow-y:auto;-webkit-overflow-scrolling:touch}}.side-menu-card{position:fixed;right:18px;top:18px;bottom:18px;width:min(360px,calc(100vw - 36px));padding:22px;overflow:auto}.side-menu-list{display:grid;gap:10px}@media(max-width:720px){.side-menu-card{inset:auto 0 0;width:100%;max-width:none;border-radius:24px 24px 0 0}}.trust-strip{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.trust-strip span{display:inline-flex;align-items:center;border:1px solid var(--panel-border);background:#ffffff0a;color:var(--muted);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:700}.compact-trust{max-width:560px}.premium-demo-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:18px;align-items:stretch}.premium-deal-demo{padding:28px;border-radius:30px;overflow:hidden;position:relative}.premium-deal-demo:before{content:"";position:absolute;inset:-120px -80px auto auto;width:240px;height:240px;border-radius:999px;background:radial-gradient(circle,rgba(103,240,197,.22),transparent 68%);pointer-events:none}.demo-topline{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.premium-deal-demo h3{margin:20px 0 8px;font-size:clamp(1.45rem,2.4vw,2.1rem)}.demo-product-card{margin:22px 0 16px;padding:18px;border-radius:22px;background:#ffffff0b;border:1px solid var(--panel-border);display:flex;justify-content:space-between;gap:16px;align-items:center}.demo-product-card strong,.demo-product-card span{display:block}.demo-product-card span{margin-top:6px;color:var(--muted);font-size:13px}.demo-score{min-width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:1.2rem;background:linear-gradient(135deg,var(--primary),var(--primary-2))}.demo-stats{grid-template-columns:repeat(4,1fr)}.premium-stat-grid{display:grid;gap:18px}.premium-stat-card{padding:24px;border-radius:26px;display:flex;flex-direction:column;justify-content:center;min-height:130px}.premium-stat-card strong{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.05em;line-height:1}.premium-stat-card span{margin-top:10px;color:var(--muted);line-height:1.4}.testimonial-marquee{overflow:hidden;mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 8%,#000 92%,transparent)}.testimonial-track{display:flex;gap:16px;width:max-content;animation:testimonial-scroll 34s linear infinite;padding:8px 0 18px}.testimonial-marquee:hover .testimonial-track{animation-play-state:paused}.testimonial-card{width:min(360px,calc(100vw - 56px));border-radius:26px;padding:22px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between}.testimonial-card p{margin:0;font-size:1.02rem;line-height:1.6}.testimonial-person{margin-top:18px;display:flex;flex-direction:column;gap:4px}.testimonial-person span{color:var(--muted);font-size:13px}.feedback-card{border-style:dashed;background:linear-gradient(135deg,#67f0c521,#82a4ff1a)}.final-cta-card{border-radius:32px;padding:clamp(26px,4vw,44px);display:flex;justify-content:space-between;align-items:center;gap:24px;overflow:hidden;position:relative}.final-cta-card:after{content:"";position:absolute;right:-70px;bottom:-100px;width:260px;height:260px;border-radius:999px;background:radial-gradient(circle,rgba(125,99,255,.26),transparent 70%);pointer-events:none}.final-cta-card h2{max-width:720px}.final-cta-card p{color:var(--muted);line-height:1.6;max-width:720px}@keyframes testimonial-scroll{0%{transform:translate(0)}to{transform:translate(-25%)}}@media(max-width:980px){.premium-demo-grid,.demo-stats{grid-template-columns:1fr}.trust-strip{justify-content:flex-start}.final-cta-card{flex-direction:column;align-items:flex-start}}.conversion-compare-section{margin-top:-8px}.conversion-compare-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.compare-card{border-radius:28px;padding:clamp(22px,3vw,32px)}.compare-card ul{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px;color:var(--text)}.compare-card-muted{opacity:.82}.compare-card-muted li{color:var(--muted)}.compare-card-win{border-color:#67f0c54d;background:linear-gradient(135deg,#67f0c524,#7d63ff1a)}.scarcity-note{margin-top:18px;display:inline-flex;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:var(--muted);background:#ffffff0d;font-size:13px}.conversion-sticky-cta{position:fixed;left:max(16px,env(safe-area-inset-left));right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:70;max-width:860px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px 12px 18px;border-radius:22px;border:1px solid rgba(255,255,255,.14);background:#090d1bc7;box-shadow:0 22px 70px #00000057;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.conversion-sticky-cta div{display:grid;gap:2px}.conversion-sticky-cta strong{font-size:14px}.conversion-sticky-cta span{color:#ffffffa3;font-size:12px}html[data-theme=light] .conversion-sticky-cta{background:#ffffffe0;border-color:#0f172a1a}html[data-theme=light] .conversion-sticky-cta span{color:#0f172a9e}html[data-theme=light] .scarcity-note{border-color:#0f172a1a;background:#0f172a0a}@media(max-width:760px){.conversion-compare-grid{grid-template-columns:1fr}.conversion-sticky-cta{left:10px;right:10px;bottom:10px;border-radius:18px}.conversion-sticky-cta span{display:none}.conversion-sticky-cta .primary-btn{padding:10px 12px;white-space:nowrap}.landing-main{padding-bottom:82px}}.hero-stream--premium,.hero-monitor--deal-engine{position:relative;overflow:hidden}.hero-stream--premium:before,.hero-monitor--deal-engine:before{content:"";position:absolute;inset:-90px -90px auto auto;width:210px;height:210px;border-radius:999px;background:radial-gradient(circle,rgba(103,240,197,.18),transparent 68%);pointer-events:none}.deal-engine-grid{display:grid;gap:10px;margin-top:8px;position:relative;z-index:1}.deal-engine-line{display:grid;grid-template-columns:22px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:11px 12px;border-radius:18px;border:1px solid rgba(255,255,255,.07);background:linear-gradient(135deg,#ffffff0e,#ffffff06);color:var(--muted)}.deal-engine-line strong{color:var(--text);font-weight:800;white-space:nowrap}.deal-engine-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deal-engine-status{width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#67f0c514}.deal-engine-status .pulse{width:8px;height:8px}.deal-engine-footer{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;position:relative;z-index:1}.deal-engine-footer span{display:inline-flex;align-items:center;border-radius:999px;border:1px solid var(--panel-border);background:#82a4ff14;color:var(--muted);padding:7px 10px;font-size:12px;font-weight:800}.landing-security-section .section-head h2{max-width:18ch}.security-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.security-card{padding:26px;border-radius:28px;position:relative;overflow:hidden}.security-card:after{content:"";position:absolute;inset:auto -80px -100px auto;width:190px;height:190px;border-radius:999px;background:radial-gradient(circle,rgba(130,164,255,.16),transparent 68%);pointer-events:none}.security-card h3{margin:14px 0 10px;font-size:1.2rem}.security-card p{color:var(--muted);line-height:1.6;margin:0}.security-icon{background:linear-gradient(135deg,#67f0c538,#82a4ff29)}@media(max-width:860px){.security-grid{grid-template-columns:1fr}.deal-engine-line{grid-template-columns:22px minmax(0,1fr) auto}.deal-engine-line .divider{display:none}}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0 12px;color:var(--muted);font-size:.88rem}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:#94a3b838}.magic-link-box{display:grid;gap:10px}.twofactor-setup-card{padding:16px;display:grid;gap:14px}.twofactor-setup-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px}.totp-qr-wrap{--qr-dark: #0b1020;color:#fffffff5;width:208px;height:208px;display:grid;place-items:center;padding:10px;border-radius:24px;background:#ffffffeb;box-shadow:0 18px 45px #00000038}.totp-qr{display:block;border-radius:18px}@media(max-width:720px){.twofactor-setup-grid{grid-template-columns:1fr}.totp-qr-wrap{justify-self:center;width:min(208px,74vw);height:min(208px,74vw)}}.free-scout-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;margin-bottom:16px;border:1px solid rgba(59,130,246,.35);background:linear-gradient(135deg,#2563eb29,#0f172ab8)}.free-scout-bar p{margin:6px 0 0;color:var(--muted)}.open-link-btn{border:0;cursor:pointer;font:inherit}.open-link-btn.is-locked{background:#2563eb24;border:1px solid rgba(96,165,250,.35)}.free-locked-card{position:relative}.free-locked-card:after{content:"Free Scout";position:absolute;right:14px;bottom:12px;font-size:11px;color:var(--muted);border:1px solid rgba(148,163,184,.24);border-radius:999px;padding:4px 8px;background:#0f172ab8}.free-locked-text{filter:blur(1.5px);opacity:.7}.upgrade-modal-card{max-width:560px}.upgrade-lead{color:var(--muted);line-height:1.55}.upgrade-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:18px 0}.upgrade-benefits>div{border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:14px;background:#0f172a8c}.upgrade-benefits strong,.upgrade-benefits span{display:block}.upgrade-benefits span{margin-top:6px;color:var(--muted);font-size:13px}.free-usage-meter{display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(96,165,250,.25);border-radius:16px;padding:12px 14px;margin:12px 0 18px;background:#2563eb14}.upgrade-actions{justify-content:flex-end;flex-wrap:wrap}@media(max-width:720px){.free-scout-bar{align-items:stretch;flex-direction:column}.upgrade-benefits{grid-template-columns:1fr}}html[data-theme=light]{--bg: #eef3fb;--bg-soft: #ffffff;--panel: rgba(255,255,255,.92);--panel-border: rgba(15, 23, 42, .14);--text: #0f172a;--muted: rgba(51, 65, 85, .82);--primary: #1d4ed8;--primary-2: #5b21b6;--accent: #047857;--danger: #be123c;--shadow: 0 18px 46px rgba(15, 23, 42, .12)}html[data-theme=light] .glass,html[data-theme=light] .brand-pill,html[data-theme=light] .deal-card,html[data-theme=light] .member-card,html[data-theme=light] .modal-card,html[data-theme=light] .feed-toolbar,html[data-theme=light] .alerts-panel{background:#fffffff0;border-color:#0f172a21;box-shadow:0 16px 42px #0f172a1a}html[data-theme=light] .topbar{background:#ffffffe0;border-bottom-color:#0f172a1a;box-shadow:0 8px 28px #0f172a14}html[data-theme=light] .eyebrow,html[data-theme=light] .muted,html[data-theme=light] .upgrade-lead,html[data-theme=light] .upgrade-benefits span,html[data-theme=light] .free-scout-bar p{color:#334155db}html[data-theme=light] .primary-btn,html[data-theme=light] .member-btn,html[data-theme=light] .nav-btn.is-active{color:#fff;background:linear-gradient(135deg,#1d4ed8,#5b21b6);box-shadow:0 12px 28px #1d4ed833}html[data-theme=light] .secondary-btn,html[data-theme=light] .theme-toggle,html[data-theme=light] .lang-toggle,html[data-theme=light] .nav-btn,html[data-theme=light] .icon-btn,html[data-theme=light] .search-clear,html[data-theme=light] .search-clear-btn{color:#0f172a;background:#f8fafcfa;border:1px solid rgba(15,23,42,.14)}html[data-theme=light] .secondary-btn:hover,html[data-theme=light] .theme-toggle:hover,html[data-theme=light] .lang-toggle:hover,html[data-theme=light] .nav-btn:hover,html[data-theme=light] .icon-btn:hover{background:#fff;border-color:#1d4ed857;box-shadow:0 10px 24px #0f172a1a}html[data-theme=light] input,html[data-theme=light] select,html[data-theme=light] textarea,html[data-theme=light] .search-input{color:#0f172a;background:#fff;border-color:#0f172a2e}html[data-theme=light] input::placeholder,html[data-theme=light] textarea::placeholder{color:#475569b8}html[data-theme=light] .code-pill,html[data-theme=light] .chip,html[data-theme=light] .pill{color:#1e293b;background:#f1f5f9f5;border-color:#0f172a21}html[data-theme=light] .open-link,html[data-theme=light] .open-link-btn{color:#1d4ed8}html[data-theme=light] .free-scout-bar{border-color:#1d4ed847;background:linear-gradient(135deg,#dbeafef5,#fffffff5);box-shadow:0 18px 45px #1d4ed81f}html[data-theme=light] .free-locked-card{background:linear-gradient(180deg,#fffffff5,#f8fafcf5)}html[data-theme=light] .free-locked-card:after{color:#1e40af;background:#eff6ff;border-color:#1d4ed83d}html[data-theme=light] .free-locked-text{filter:blur(1.2px);opacity:.62}html[data-theme=light] .open-link-btn.is-locked{color:#1e40af;background:#eff6ff;border:1px solid rgba(29,78,216,.24)}html[data-theme=light] .upgrade-modal-card{background:#fff;border-color:#0f172a1f;box-shadow:0 28px 80px #0f172a38}html[data-theme=light] .upgrade-benefits>div{background:linear-gradient(180deg,#f8fafc,#fff);border-color:#0f172a1f}html[data-theme=light] .free-usage-meter{color:#0f172a;background:#eff6ff;border-color:#1d4ed833}.upgrade-modal-card{border-radius:24px}.free-scout-bar,.upgrade-benefits>div,.free-usage-meter{border-radius:20px}.free-usage-meter strong{font-size:16px}.open-link,.open-link:visited,.open-link-btn{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:999px;padding:8px 12px;border:1px solid rgba(130,164,255,.26);background:#82a4ff1a;color:#b7c9ff;box-shadow:none;text-decoration:none;line-height:1}.open-link:hover,.open-link-btn:hover:not(:disabled){background:#82a4ff29;border-color:#82a4ff6b;color:#dbe6ff}.open-link-btn:disabled{cursor:wait;opacity:.72}.open-link-btn.is-locked{color:#c7d5ff;background:#7d63ff1f;border-color:#82a4ff57}html[data-theme=light] .open-link,html[data-theme=light] .open-link:visited,html[data-theme=light] .open-link-btn{color:#1d4ed8;background:#dbeafeeb;border-color:#1d4ed82e}html[data-theme=light] .open-link:hover,html[data-theme=light] .open-link-btn:hover:not(:disabled){color:#1e40af;background:#dbeafe;border-color:#1d4ed84d}.landing-premium-proof .section-head.split,.landing-security-section .section-head,.landing-testimonials .section-head,.final-cta-card,.conversion-compare-section{text-align:center}.landing-premium-proof .section-head.split,.landing-security-section .section-head.split,.landing-testimonials .section-head{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.landing-premium-proof .section-head h2,.landing-security-section .section-head h2,.landing-testimonials .section-head h2,.final-cta-card h2{max-width:min(980px,100%);margin-left:auto;margin-right:auto}.landing-premium-proof .section-head p,.landing-security-section .section-head p,.final-cta-card p{margin-left:auto;margin-right:auto}.trust-strip,.trust-strip.compact-trust{width:100%;max-width:980px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 12px}.trust-strip span{white-space:nowrap}.premium-demo-grid{margin-top:8px}.final-cta-card{flex-direction:column;justify-content:center;align-items:center}.final-cta-card .hero-cta{justify-content:center}@media(max-width:760px){.landing-premium-proof .section-head.split,.landing-security-section .section-head,.landing-testimonials .section-head,.final-cta-card,.conversion-compare-section{text-align:center}.trust-strip,.trust-strip.compact-trust{justify-content:center;gap:8px}.trust-strip span{padding:8px 10px;font-size:11px}.premium-deal-demo{padding:22px}.demo-topline{justify-content:center}.demo-product-card{align-items:flex-start}.open-link,.open-link-btn{padding:7px 10px;font-size:13px}}.hero-terminal{align-items:stretch;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)}.hero-copy-terminal{position:relative;overflow:hidden;border-color:#67f0c52e;background:linear-gradient(135deg,#0e1528eb,#141a30b3),radial-gradient(circle at 20% 0%,rgba(103,240,197,.16),transparent 34%)}.hero-copy-terminal:before{content:"";position:absolute;inset:0;opacity:.18;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(180deg,black,transparent 78%)}.hero-copy-terminal>*{position:relative;z-index:1}.terminal-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:9px 12px;border:1px solid rgba(103,240,197,.22);border-radius:999px;color:var(--accent);background:#67f0c512;font-size:12px;font-weight:900;letter-spacing:.11em}.terminal-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:24px 0 12px}.terminal-metric{border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px;background:#0307123d}.terminal-metric strong{display:block;font-size:clamp(1.35rem,3vw,2rem);line-height:1;color:var(--accent);font-variant-numeric:tabular-nums}.terminal-metric span{display:block;margin-top:7px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.terminal-trust-row{gap:8px}.terminal-preview-wrap{display:grid;grid-template-rows:auto auto;min-width:0}.hero-left-custom{height:100%}.animated-feed-preview{padding:16px;overflow:hidden}.feed-preview-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.1em}.feed-preview-head strong{color:var(--accent);letter-spacing:0}.feed-preview-row{display:grid;grid-template-columns:82px minmax(0,1fr) 86px 82px;gap:10px;align-items:center;padding:12px 10px;border-top:1px solid rgba(255,255,255,.08);font-size:13px;animation:feedPulse 4.8s ease-in-out infinite}.feed-source,.feed-roi,.feed-profit{font-variant-numeric:tabular-nums;font-weight:900}.feed-source{color:#9db2ff;text-transform:uppercase;font-size:11px}.feed-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text)}.feed-roi{color:var(--accent)}.feed-profit{text-align:right;color:#f8d36b}@keyframes feedPulse{0%,to{background:transparent;transform:translate(0)}8%{background:#67f0c50f;transform:translate(2px)}16%{background:transparent;transform:translate(0)}}html[data-theme=light] .hero-copy-terminal{background:linear-gradient(135deg,#fffffff0,#f1f5ffc7),radial-gradient(circle at 20% 0%,rgba(0,170,122,.12),transparent 34%)}html[data-theme=light] .terminal-metric,html[data-theme=light] .animated-feed-preview{background:#ffffffad}@media(max-width:1280px){.hero-terminal{grid-template-columns:1fr}.terminal-preview-wrap{grid-template-rows:auto}}@media(max-width:720px){.hero-copy-terminal{text-align:center}.terminal-kicker{justify-content:center}.terminal-metrics{grid-template-columns:1fr}.terminal-metric{text-align:left}.feed-preview-row{grid-template-columns:64px minmax(0,1fr) 70px}.feed-profit{display:none}.terminal-trust-row{justify-content:center}}@media(prefers-reduced-motion:reduce){.feed-preview-row{animation:none}}.landing-page .section-head,.landing-page .section-head.split,.section-head.landing-centered,.section-head.split.landing-centered{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px}.landing-page .section-head>div,.landing-page .section-head.split>div{width:100%;min-width:0}.landing-page .section-head h2,.landing-page .section-head.split h2,.section-head h2{max-width:min(880px,100%);margin-left:auto;margin-right:auto;text-align:center;overflow-wrap:anywhere}.landing-page .section-head .tiny-note,.landing-page .section-head.split .tiny-note{width:min(760px,100%);max-width:100%;text-align:center;margin:0 auto}.landing-page .eyebrow{align-self:center;justify-content:center}.landing-menu-panel{z-index:1100}@media(min-width:760px)and (max-width:1180px){.preview-grid,.member-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(min-width:1181px){.preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:759px){.preview-grid,.member-feed-grid{grid-template-columns:1fr!important}.section,.landing-page section{overflow-x:clip}.landing-page .section-head,.landing-page .section-head.split{padding-left:0;padding-right:0}.landing-page .section-head h2,.landing-page .section-head.split h2{font-size:clamp(2.05rem,9.5vw,3.15rem);line-height:1.04;max-width:11.5ch}.landing-page .section-head .tiny-note,.landing-page .section-head.split .tiny-note{font-size:clamp(1rem,4.4vw,1.22rem);line-height:1.55;max-width:28ch}}.hero+.section .section-head,.hero+.section .section-head.split,.section>.section-head,.section>.section-head.split{width:100%;flex-direction:column;align-items:center;justify-content:center;text-align:center}.section>.section-head>div,.section>.section-head.split>div{width:100%;min-width:0}.section>.section-head .tiny-note,.section>.section-head.split .tiny-note{width:min(760px,100%);max-width:100%;margin-left:auto;margin-right:auto;text-align:center}.section>.section-head .eyebrow,.section>.section-head.split .eyebrow{align-self:center}.hero h1{max-width:min(980px,100%)}.hero-copy-terminal{width:100%}.terminal-kicker,.eyebrow,.section>.section-head .eyebrow,.section>.section-head.split .eyebrow,.landing-page .eyebrow{width:max-content;max-width:100%;align-self:center;flex:0 0 auto;white-space:normal}.section>.section-head,.section>.section-head.split,.landing-page .section-head,.landing-page .section-head.split{max-width:100%;overflow:visible}.section>.section-head h2,.section>.section-head.split h2,.landing-page .section-head h2,.landing-page .section-head.split h2{width:min(980px,100%);max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:auto}.landing-testimonials,.testimonial-marquee{overflow:hidden}.testimonial-track{will-change:transform}@media(max-width:759px){.hero-copy-terminal{padding-left:clamp(22px,7vw,34px);padding-right:clamp(22px,7vw,34px)}.hero h1,.hero-copy-terminal h1{width:100%;max-width:100%;font-size:clamp(3.45rem,13.2vw,5.1rem);line-height:.96;letter-spacing:-.055em}.hero-copy-terminal p{max-width:30ch;margin-left:auto;margin-right:auto}.section>.section-head h2,.section>.section-head.split h2,.landing-page .section-head h2,.landing-page .section-head.split h2{width:min(720px,100%);max-width:100%;font-size:clamp(2.55rem,10.8vw,4rem);line-height:1.04;letter-spacing:-.045em}.section>.section-head .tiny-note,.section>.section-head.split .tiny-note,.landing-page .section-head .tiny-note,.landing-page .section-head.split .tiny-note{max-width:31ch}.testimonial-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(82vw,82vw)}.testimonial-card{min-width:0}}@media(min-width:760px)and (max-width:1180px){.preview-grid,.member-feed-grid,.opportunity-grid,.premium-demo-grid,.security-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.alerts-panel .feed-actions{display:flex;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;max-width:100%;padding-bottom:2px}.alerts-panel .feed-actions::-webkit-scrollbar{display:none}.alerts-panel .feed-actions>*{flex:0 0 auto;white-space:nowrap}.alerts-panel .feed-actions .code-pill,.alerts-panel .feed-actions .secondary-btn{min-height:44px;padding:10px 14px}}html[data-theme=light] body{background:radial-gradient(circle at 18% 8%,rgba(96,165,250,.22),transparent 30%),radial-gradient(circle at 88% 18%,rgba(20,184,166,.16),transparent 28%),linear-gradient(180deg,#f8fbff,#eef3ff 44%,#e6edff)}html[data-theme=light] .page-member,html[data-theme=light] .landing-main{background:linear-gradient(90deg,rgba(37,99,235,.12),transparent 18%,transparent 82%,rgba(20,184,166,.1)),radial-gradient(circle at 50% 0%,rgba(91,33,182,.1),transparent 34%)}html[data-theme=light] .glass,html[data-theme=light] .member-panel,html[data-theme=light] .deal-card,html[data-theme=light] .feed-toolbar,html[data-theme=light] .alerts-panel,html[data-theme=light] .saved-searches-panel,html[data-theme=light] .hero-copy,html[data-theme=light] .hero-stream,html[data-theme=light] .hero-monitor,html[data-theme=light] .feature-card,html[data-theme=light] .pricing-card{background:linear-gradient(145deg,#fffffffa,#f5f8ffeb),radial-gradient(circle at 100% 0%,rgba(37,99,235,.1),transparent 34%);border-color:#1e40af29;box-shadow:0 22px 54px #1e40af1f,inset 0 1px #ffffffeb}html[data-theme=light] .deal-card:before,html[data-theme=light] .member-panel:before,html[data-theme=light] .feature-card:before{opacity:.42}html[data-theme=light] .opportunity-stat,html[data-theme=light] .deal-field,html[data-theme=light] .stat-card,html[data-theme=light] .code-pill{background:linear-gradient(135deg,#eff6fffa,#e0e7ffc7);border-color:#2563eb26}html[data-theme=light] .profit-box,html[data-theme=light] .profit-card{background:linear-gradient(135deg,#ccfbf1b3,#eff6fff5);border-color:#14b8a642}@media(max-width:720px){.hero-cta,.hero-copy-terminal .hero-cta,.final-cta-card .hero-cta{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:10px;width:100%;max-width:100%}.hero-cta .primary-btn,.hero-cta .secondary-btn,.hero-copy-terminal .hero-cta .primary-btn,.hero-copy-terminal .hero-cta .secondary-btn{flex:1 1 0;min-width:0;max-width:100%;justify-content:center;padding:12px;font-size:clamp(.92rem,3.9vw,1.06rem)}.hero-cta .secondary-btn,.hero-copy-terminal .hero-cta .secondary-btn{padding-left:10px;padding-right:10px}.hero-copy-terminal p{max-width:34ch}}@media(max-width:390px){.hero-cta,.hero-copy-terminal .hero-cta{gap:8px}.hero-cta .primary-btn,.hero-cta .secondary-btn{font-size:.92rem;padding-left:9px;padding-right:9px}}html[data-theme=light]{--bg: #eaf1ff;--bg-soft: #f7fbff;--panel: rgba(255,255,255,.82);--panel-border: rgba(59, 91, 180, .16);--shadow: 0 28px 84px rgba(32, 72, 160, .16), 0 8px 24px rgba(15, 23, 42, .06)}html[data-theme=light] body{background:radial-gradient(circle at 11% 9%,rgba(67,97,238,.24),transparent 31%),radial-gradient(circle at 88% 12%,rgba(45,212,191,.2),transparent 30%),radial-gradient(circle at 48% 48%,rgba(124,58,237,.1),transparent 38%),linear-gradient(180deg,#f9fbff,#edf4ff 34%,#dfeaff)}html[data-theme=light] .app-shell{background:linear-gradient(90deg,#3b82f61f,#fff0 13% 87%,#14b8a61f),repeating-linear-gradient(90deg,rgba(37,99,235,.028) 0 1px,transparent 1px 92px)}html[data-theme=light] .page,html[data-theme=light] .landing-main,html[data-theme=light] .page-member{background:radial-gradient(circle at 0% 12%,rgba(79,109,245,.13),transparent 28%),radial-gradient(circle at 100% 18%,rgba(0,170,122,.11),transparent 28%)}html[data-theme=light] .topbar{background:#ffffffc2;border-bottom-color:#3b5bb41f;box-shadow:0 14px 34px #1e40af14}html[data-theme=light] .hero-copy-terminal,html[data-theme=light] .hero-stream,html[data-theme=light] .hero-monitor,html[data-theme=light] .feature-card,html[data-theme=light] .security-card,html[data-theme=light] .deal-card,html[data-theme=light] .member-panel,html[data-theme=light] .feed-toolbar,html[data-theme=light] .final-cta-card,html[data-theme=light] .compare-card,html[data-theme=light] .pricing-card,html[data-theme=light] .premium-deal-demo,html[data-theme=light] .animated-feed-preview,html[data-theme=light] .alerts-panel,html[data-theme=light] .saved-searches-panel{background:linear-gradient(145deg,#fffffff5,#f5f9ffd6),radial-gradient(circle at 100% 0%,rgba(37,99,235,.15),transparent 35%),radial-gradient(circle at 0% 100%,rgba(20,184,166,.1),transparent 34%);border:1px solid rgba(59,91,180,.17);box-shadow:0 26px 70px #1e40af24,0 8px 22px #0f172a0f,inset 0 1px #fffffff0}html[data-theme=light] .hero-copy-terminal:before{opacity:.28;background-image:linear-gradient(rgba(37,99,235,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.09) 1px,transparent 1px)}html[data-theme=light] .terminal-metric,html[data-theme=light] .ticker-card,html[data-theme=light] .service-line,html[data-theme=light] .deal-stats>div,html[data-theme=light] .deal-field,html[data-theme=light] .opportunity-stat,html[data-theme=light] .stat-card{background:linear-gradient(145deg,#fffffff2,#e8f0ffc7);border:1px solid rgba(59,91,180,.15);box-shadow:0 14px 32px #1e40af1a,inset 0 1px #ffffffe6}html[data-theme=light] .profit-box,html[data-theme=light] .profit-card{background:linear-gradient(145deg,#ccfbf1d1,#eff6fff5)!important;border-color:#14b8a657!important;box-shadow:0 16px 38px #14b8a61f,inset 0 1px #ffffffc7}html[data-theme=light] .preview-grid .deal-card,html[data-theme=light] .member-feed-grid .deal-card{transform:translateZ(0)}html[data-theme=light] .preview-grid .deal-card:hover,html[data-theme=light] .member-feed-grid .deal-card:hover,html[data-theme=light] .feature-card:hover{box-shadow:0 34px 90px #1e40af30,0 12px 28px #0f172a14,inset 0 1px #fffffff5}html[data-theme=light] .section{position:relative}html[data-theme=light] .section:before{content:"";position:absolute;inset:8px -18px auto;height:46%;min-height:220px;pointer-events:none;border-radius:44px;background:radial-gradient(circle at 50% 0%,rgba(79,109,245,.09),transparent 62%);z-index:-1}html[data-theme=light] .page.page-member,html[data-theme=light] .page-member{background:transparent!important}.testimonial-marquee{padding:8px clamp(10px,2.4vw,28px) 26px;margin-inline:calc(clamp(10px,2.4vw,28px)*-1)}.testimonial-track{gap:clamp(22px,2.4vw,34px)!important;padding:14px 0 28px!important}.testimonial-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 58px #0003,inset 0 1px #ffffff17;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.testimonial-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 18% 0%,rgba(130,164,255,.17),transparent 38%);opacity:.75}.testimonial-card>*{position:relative;z-index:1}.testimonial-card:hover{transform:translateY(-8px) scale(1.018);border-color:#82a4ff5c;box-shadow:0 34px 86px #00000047,0 0 0 1px #82a4ff1f,inset 0 1px #ffffff1f}html[data-theme=light] .testimonial-card{background:linear-gradient(145deg,#fffffffa,#f0f6ffe0),radial-gradient(circle at 0% 0%,rgba(37,99,235,.13),transparent 38%);border-color:#3b5bb42b;box-shadow:0 24px 64px #1e40af29,0 8px 22px #0f172a0f,inset 0 1px #fffffff5}html[data-theme=light] .testimonial-card:hover{box-shadow:0 36px 94px #1e40af38,0 12px 30px #0f172a14,inset 0 1px #fffffffa}.hero-stream--premium{min-height:clamp(270px,31vw,390px);justify-content:stretch}.hero-stream--premium .ticker-head{margin-bottom:18px}.hero-stream-card--animated{position:relative;min-height:clamp(210px,23vw,310px);padding:clamp(22px,2.8vw,34px);overflow:hidden;isolation:isolate;justify-content:center;animation:stream-card-pop 2.8s ease-in-out infinite}.hero-stream-card--animated:before{content:"";position:absolute;inset:-2px;z-index:-1;background:radial-gradient(circle at 88% 22%,rgba(103,240,197,.22),transparent 32%),radial-gradient(circle at 16% 88%,rgba(130,164,255,.24),transparent 38%);opacity:.9}.hero-stream-card--animated:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.11) 42%,transparent 58%);transform:translate(-130%);animation:stream-sheen 4.8s ease-in-out infinite}.stream-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.stream-source,.stream-freshness{width:fit-content;border-radius:999px;padding:7px 10px;font-size:.74rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.stream-source{color:var(--accent);background:#67f0c51c;border:1px solid rgba(103,240,197,.22)}.stream-freshness{color:#f8d36d;background:#f8d36d1a;border:1px solid rgba(248,211,109,.2)}.hero-stream-card--animated .ticker-title{font-size:clamp(1.32rem,2.5vw,2.05rem);line-height:1.06;letter-spacing:-.04em;max-width:16ch}.stream-signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:clamp(20px,2.5vw,30px)}.stream-signal{border-radius:20px;padding:13px 14px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(145deg,#ffffff17,#ffffff09);box-shadow:inset 0 1px #ffffff14;transform:translateY(0)}.stream-signal span{display:block;color:var(--muted);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.stream-signal strong{display:block;color:var(--text);font-size:clamp(1rem,1.55vw,1.28rem);letter-spacing:-.035em;white-space:nowrap}.stream-signal--roi strong,.stream-signal--profit strong{color:var(--accent)}.stream-signal--roi{animation:metric-pulse 2.8s ease-in-out infinite .18s}.stream-signal--profit{animation:metric-pulse 2.8s ease-in-out infinite .34s}html[data-theme=light] .hero-stream-card--animated{background:linear-gradient(145deg,#fffffffa,#eaf2ffdb),radial-gradient(circle at 86% 18%,rgba(20,184,166,.18),transparent 34%);box-shadow:0 30px 76px #1e40af2b,0 12px 30px #0f172a12,inset 0 1px #fffffff5}html[data-theme=light] .stream-signal{background:linear-gradient(145deg,#fffffffa,#e0ecffcc);border-color:#3b5bb429;box-shadow:0 16px 34px #1e40af1a,inset 0 1px #fffffff0}html[data-theme=light] .stream-signal--roi,html[data-theme=light] .stream-signal--profit{background:linear-gradient(145deg,#ecfdf5fa,#e0f2fed1);border-color:#14b8a640}@keyframes stream-card-pop{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.006)}}@keyframes stream-sheen{0%,55%{transform:translate(-130%)}82%,to{transform:translate(130%)}}@keyframes metric-pulse{0%,to{transform:translateY(0);box-shadow:inset 0 1px #ffffff14}50%{transform:translateY(-3px);box-shadow:0 16px 38px #67f0c51a,inset 0 1px #ffffff1c}}@media(max-width:720px){.testimonial-marquee{mask-image:none;-webkit-mask-image:none;padding-inline:0;margin-inline:0}.testimonial-track{gap:16px!important}.hero-stream--premium{min-height:auto}.hero-stream-card--animated{min-height:230px}.stream-signal-grid{grid-template-columns:1fr}.hero-stream-card--animated .ticker-title{max-width:100%}}html[data-theme=light] .page.landing-main,html[data-theme=light] main.page.landing-main{background:transparent!important}.premium-footer{width:100%;margin:clamp(34px,5vw,70px) auto 0;padding:clamp(22px,2.6vw,30px);display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid rgba(255,255,255,.1);border-radius:28px;color:var(--muted);background:linear-gradient(135deg,#0a0f1fe0,#11182fb8),radial-gradient(circle at 0% 50%,rgba(130,164,255,.16),transparent 36%),radial-gradient(circle at 100% 0%,rgba(103,240,197,.12),transparent 32%);box-shadow:0 24px 70px #0000003d,inset 0 1px #ffffff14;overflow:hidden}.premium-footer:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,black,transparent 78%)}.premium-footer.footer{position:relative;border-top:1px solid rgba(255,255,255,.1)}.premium-footer>*{position:relative;z-index:1}.footer-copy{min-width:240px;max-width:460px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}.footer-copy strong{color:var(--text);font-size:clamp(.95rem,1.1vw,1.08rem);line-height:1.08;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.footer-copy span{color:var(--muted);font-size:clamp(.88rem,1vw,.98rem);line-height:1.25}.premium-footer .footer-links{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;max-width:min(760px,100%)}.premium-footer .footer-link-btn{width:auto!important;max-width:max-content;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff09;color:var(--text);font-weight:800;line-height:1;white-space:nowrap;box-shadow:inset 0 1px #ffffff0f;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.premium-footer .footer-link-btn:hover,.premium-footer .footer-link-btn:focus-visible{transform:translateY(-1px);border-color:#82a4ff57;background:#82a4ff1a;box-shadow:0 12px 30px #0000002e,inset 0 1px #ffffff14;outline:none}.premium-footer .footer-language-btn{color:var(--accent);border-color:#67f0c542;background:#67f0c514}html[data-theme=light] .premium-footer{color:#101828ad;border-color:#3b5bb429;background:linear-gradient(145deg,#ffffffeb,#eef6ffc2),radial-gradient(circle at 0% 50%,rgba(79,109,245,.12),transparent 40%),radial-gradient(circle at 100% 0%,rgba(20,184,166,.12),transparent 34%);box-shadow:0 28px 76px #1e40af29,0 8px 24px #0f172a0f,inset 0 1px #ffffffeb}html[data-theme=light] .premium-footer:before{opacity:.38;background-image:linear-gradient(rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px)}html[data-theme=light] .footer-copy strong{color:#172033}html[data-theme=light] .premium-footer .footer-link-btn{color:#1f2937;border-color:#3b5bb42e;background:#ffffff6b;box-shadow:0 10px 22px #1e40af14,inset 0 1px #ffffffeb}html[data-theme=light] .premium-footer .footer-link-btn:hover,html[data-theme=light] .premium-footer .footer-link-btn:focus-visible{background:#ffffffbd;border-color:#4f6df54d;box-shadow:0 16px 36px #1e40af24,inset 0 1px #fffffff0}html[data-theme=light] .premium-footer .footer-language-btn{color:#047857;border-color:#14b8a64d;background:#d1fae58a}.hero-stream--premium{min-height:clamp(330px,31vw,430px)}.hero-stream-card--animated{min-height:clamp(255px,24vw,335px)}.hero-stream-card--animated .ticker-title{min-height:3.2em;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.animated-feed-preview{border-radius:26px;overflow:hidden}.animated-feed-preview .feed-preview-row:last-child{border-bottom-left-radius:18px;border-bottom-right-radius:18px}@media(max-width:820px){.premium-footer{flex-direction:column;align-items:stretch;text-align:left;padding:22px;gap:18px}.footer-copy{min-width:0;max-width:100%}.premium-footer .footer-links{margin-left:0;justify-content:flex-start;gap:8px}.premium-footer .footer-link-btn{padding:9px 12px;font-size:.92rem}.hero-stream--premium,.hero-stream-card--animated{min-height:auto}.hero-stream-card--animated .ticker-title{min-height:0}}:root{--bg: #071019;--bg-soft: #0b1420;--panel: rgba(12, 19, 29, .78);--panel-border: rgba(148, 163, 184, .18);--text: #f3f6fb;--muted: rgba(203, 213, 225, .72);--primary: #d3a257;--primary-2: #be8740;--accent: #49b883;--shadow: 0 28px 90px rgba(0,0,0,.34)}html[data-theme=light]{--bg: #f3f1eb;--bg-soft: #faf9f5;--panel: rgba(255,255,255,.72);--panel-border: rgba(15, 23, 42, .1);--text: #111827;--muted: rgba(71, 85, 105, .74);--primary: #58c6b4;--primary-2: #9c6728;--accent: #237c61;--shadow: 0 24px 70px rgba(15, 23, 42, .1)}body{background:radial-gradient(circle at 70% 8%,rgba(73,184,131,.1),transparent 28%),radial-gradient(circle at 28% 18%,rgba(211,162,87,.07),transparent 30%),linear-gradient(180deg,#090f17 0%,var(--bg) 44%,#08111c 100%)}html[data-theme=light] body{background:radial-gradient(circle at 70% 8%,rgba(35,124,97,.08),transparent 30%),radial-gradient(circle at 24% 14%,rgba(183,122,50,.08),transparent 30%),linear-gradient(180deg,#fbfaf6,#f2f0ea 48%,#f7f6f1)}.bg-orb{opacity:.26;filter:blur(120px)}.orb-a{background:#d3a2571f}.orb-b{background:#49b8831a}.topbar{background:#080d14d1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html[data-theme=light] .topbar{background:#ffffffe0;border-bottom-color:#0f172a14}.nav-btn.is-active{background:transparent;border-color:transparent;border-radius:0;border-bottom:2px solid var(--primary);color:var(--text)}.member-btn,.primary-btn,.lang-btn.is-active{background:linear-gradient(180deg,#dcb26c,#bd853d);color:#111827;border-color:#ffffff29;box-shadow:0 10px 22px #0003}html[data-theme=light] .primary-btn,html[data-theme=light] .member-btn{background:#111827;color:#fff;box-shadow:0 12px 24px #11182729}.secondary-btn{background:#ffffff09;border-color:var(--panel-border);color:var(--text)}html[data-theme=light] .secondary-btn{background:#ffffff94}.hero-terminal--bloomberg{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:22px;align-items:stretch}.hero-copy--bloomberg,.hero-market-signal,.hero-monitor--terminal,.live-opportunities-panel{border-radius:24px;background:linear-gradient(180deg,#101824d6,#080e16c7);border:1px solid rgba(148,163,184,.18);box-shadow:0 32px 90px #00000052,inset 0 1px #ffffff0a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}html[data-theme=light] .hero-copy--bloomberg,html[data-theme=light] .hero-market-signal,html[data-theme=light] .hero-monitor--terminal,html[data-theme=light] .live-opportunities-panel{background:linear-gradient(180deg,#ffffffd1,#faf9f5b3);border-color:#0f172a1a;box-shadow:0 24px 70px #0f172a1a,inset 0 1px #ffffffc7}.hero-copy--bloomberg{padding:clamp(30px,4vw,52px);min-height:540px}.hero-copy--bloomberg h1{max-width:10.8ch;letter-spacing:-.06em;line-height:.98}.hero-copy--bloomberg p{max-width:660px;font-size:1.08rem}.terminal-kicker{display:inline-flex;align-items:center;gap:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;margin-bottom:18px}.terminal-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px}.terminal-metric{border:1px solid var(--panel-border);border-radius:14px;padding:14px 16px;background:#ffffff06}html[data-theme=light] .terminal-metric{background:#ffffff7a}.terminal-metric strong{display:block;font-size:clamp(1.3rem,2vw,1.8rem);letter-spacing:-.04em;color:var(--text)}.terminal-metric span{display:block;margin-top:5px;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px}.terminal-trust-row{margin-top:18px}.terminal-trust-row .tiny-pill{background:#ffffff09}.terminal-preview-wrap--bloomberg{display:grid;min-height:100%}.hero-side-grid--market{grid-template-rows:minmax(270px,.95fr) minmax(250px,.9fr);gap:18px}.hero-market-signal,.hero-monitor--terminal{padding:24px}.ticker-head .signal-state{color:#6ee7a8;text-transform:none;letter-spacing:0;font-size:13px}.hero-stream-card--terminal{border-radius:18px;background:#ffffff07;border:1px solid var(--panel-border);padding:18px}html[data-theme=light] .hero-stream-card--terminal{background:#ffffff9e}.stream-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:22px}.stream-source,.market-badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#49b8831f;color:#77d7a2;font-size:11px;font-weight:900;letter-spacing:.06em}.market-badge--ebay{background:#5294e221;color:#8dc3ff}html[data-theme=light] .stream-source,html[data-theme=light] .market-badge{color:#14785f;background:#237c611c}html[data-theme=light] .market-badge--ebay{color:#225c93;background:#225c931a}.ticker-title{margin-top:16px;font-size:clamp(1.28rem,2vw,1.7rem);line-height:1.08;letter-spacing:-.04em;max-width:420px}.profit-trend-block{min-width:150px;text-align:right;color:var(--muted)}.profit-trend-block span{display:block;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.profit-trend-block strong{display:block;margin-top:5px;color:#6ee7a8;font-size:clamp(1.35rem,2vw,1.9rem);letter-spacing:-.04em}.profit-trend-block small{display:block;color:#6ee7a8;margin-top:2px}.mini-trend{width:112px;height:42px;display:block;color:#7be37c}.profit-trend-block .mini-trend{margin:8px 0 0 auto}.mini-trend--negative{color:#ee6b63}.mini-trend--neutral{color:var(--muted)}.stream-signal-grid--five{display:grid;grid-template-columns:1.15fr .95fr 1fr .82fr 1fr;gap:12px}.stream-signal{border:1px solid var(--panel-border);border-radius:12px;background:#ffffff06;padding:12px 14px;min-width:0}html[data-theme=light] .stream-signal{background:#ffffff85}.stream-signal span{display:block;color:var(--muted);text-transform:uppercase;font-size:10px;letter-spacing:.08em}.stream-signal strong{display:block;margin-top:6px;color:var(--text);font-size:1rem}.stream-signal--roi strong{color:#7be37c}.stream-signal--trend .mini-trend{width:88px;height:28px;margin-top:2px}.deal-engine-line{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid rgba(148,163,184,.12);color:var(--muted)}.deal-engine-line strong{color:var(--text)}.deal-engine-line .divider{display:none}.deal-engine-footer{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}.deal-engine-footer span{border:1px solid var(--panel-border);background:#ffffff09;color:var(--muted);border-radius:999px;padding:7px 10px;font-size:12px}.live-opportunities-terminal{padding-top:18px}.live-opportunities-panel{padding:20px 22px;overflow:hidden}.feed-preview-head--terminal{margin-bottom:14px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.feed-preview-actions{display:flex;align-items:center;gap:14px;text-transform:none;letter-spacing:0}.feed-preview-actions strong{color:#6ee7a8;font-size:13px}.tiny-action{padding:8px 12px;font-size:12px}.opportunity-table{display:grid;min-width:980px}.opportunity-row{display:grid;grid-template-columns:130px minmax(280px,1.6fr) 130px 90px 110px 110px 140px 100px 80px;gap:14px;align-items:center;padding:12px 8px;border-top:1px solid rgba(148,163,184,.12);color:var(--muted)}.opportunity-row--head{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;font-size:11px;padding-top:8px}.opportunity-title{color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.positive{color:#72dd86!important}.opportunity-footnote{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding-top:14px;border-top:1px solid rgba(148,163,184,.12);color:var(--muted);font-size:12px}.live-dot,.pulse{background:var(--accent);animation:none;box-shadow:0 0 0 4px #49b8831a}@media(max-width:980px){.hero-terminal--bloomberg{grid-template-columns:1fr}.hero-copy--bloomberg{min-height:auto}.terminal-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.stream-card-main{flex-direction:column}.profit-trend-block{text-align:left}.profit-trend-block .mini-trend{margin-left:0}.stream-signal-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))}.stream-signal--trend{grid-column:1 / -1}.live-opportunities-panel{overflow-x:auto}}@media(max-width:640px){.terminal-metrics{grid-template-columns:1fr}.hero-copy--bloomberg h1{font-size:clamp(2.45rem,13vw,4rem)}}:root{--arb-gold: #d8b16a;--arb-gold-soft: #ead29d;--arb-graphite: #101820;--arb-ink: #0f1724;--arb-positive: #2f9f73}html[data-theme=light] body{background:radial-gradient(circle at 78% 12%,rgba(47,159,115,.08),transparent 31%),radial-gradient(circle at 25% 8%,rgba(216,177,106,.07),transparent 29%),linear-gradient(180deg,#f7f6f1,#efede6 48%,#f8f7f2)!important}html[data-theme=light] .page-member,html[data-theme=light] .landing-main{background:linear-gradient(90deg,rgba(15,23,36,.045),transparent 20%,transparent 80%,rgba(47,159,115,.045)),linear-gradient(rgba(15,23,36,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,36,.028) 1px,transparent 1px)!important;background-size:auto,76px 76px,76px 76px!important}html[data-theme=light] .glass,html[data-theme=light] .member-panel,html[data-theme=light] .deal-card,html[data-theme=light] .feed-toolbar,html[data-theme=light] .alerts-panel,html[data-theme=light] .saved-searches-panel,html[data-theme=light] .hero-copy,html[data-theme=light] .hero-stream,html[data-theme=light] .hero-monitor,html[data-theme=light] .feature-card,html[data-theme=light] .pricing-card{background:linear-gradient(145deg,#ffffffe6,#faf8f2c7)!important;border-color:#0f17241a!important;box-shadow:0 24px 70px #0f17241a,inset 0 1px #ffffffb8!important}.nav-btn.is-active,html[data-theme=light] .nav-btn.is-active{background:transparent!important;border-color:transparent!important;border-bottom:2px solid var(--arb-gold)!important;border-radius:0!important;color:var(--text)!important;box-shadow:none!important}.nav-btn:focus-visible,.landing-menu-btn:focus-visible{outline:2px solid rgba(216,177,106,.45);outline-offset:3px}.member-btn,.primary-btn,.lang-btn.is-active{background:linear-gradient(180deg,#f1d89e,#d8b16a 48%,#bf8d42)!important;color:#111827!important;border-color:#ffffff38!important;text-shadow:none!important;box-shadow:0 12px 28px #6f4e1f38,inset 0 1px #ffffff8c!important}html[data-theme=light] .member-btn,html[data-theme=light] .primary-btn{background:linear-gradient(180deg,#111a26,#07111d)!important;color:#fff!important;border-color:#0f17241f!important;box-shadow:0 16px 30px #0f17242e,inset 0 1px #ffffff14!important}.secondary-btn{border-color:#94a3b838!important}.hero-terminal--bloomberg{align-items:start!important;gap:clamp(18px,2vw,28px)!important}.hero-copy--bloomberg{min-height:470px!important;padding:clamp(28px,3.4vw,44px)!important}.hero-copy--bloomberg h1{max-width:11.4ch!important}.terminal-preview-wrap--bloomberg,.hero-side-grid--market{min-height:0!important}.hero-side-grid--market{grid-template-rows:auto auto!important;align-content:start!important;gap:16px!important}.hero-market-signal,.hero-monitor--terminal{padding:20px!important}.hero-monitor--terminal{max-height:none!important;overflow:visible!important}.deal-engine-grid{display:grid;gap:0}.deal-engine-line{padding:8px 0!important}.deal-engine-footer{margin-top:10px!important}.stream-card-main{gap:18px!important;margin-bottom:18px!important}.stream-signal-grid--five{grid-template-columns:1fr .78fr 1fr .7fr .9fr!important;gap:10px!important}.stream-signal{padding:10px 11px!important}.stream-signal--trend .mini-trend{width:76px!important}.profit-trend-block{min-width:136px!important}.profit-trend-block strong{color:#61d997!important}.live-opportunities-terminal{padding-top:10px!important}.live-opportunities-panel{padding:18px 20px!important}.opportunity-table{min-width:0!important;width:100%!important}.opportunity-row{grid-template-columns:104px minmax(220px,1.7fr) 98px 74px 100px 100px 118px 88px 64px!important;gap:10px!important;padding:10px 4px!important;font-size:13px}.opportunity-row--head{font-size:10px!important}.market-badge{padding:5px 9px!important}.opportunity-row .mini-trend{width:100px!important;height:30px!important}.opportunity-footnote{font-size:11px!important;gap:12px!important}@media(max-width:760px){.live-opportunities-panel{overflow:visible!important;padding:16px!important}.feed-preview-head--terminal{align-items:flex-start;gap:10px}.feed-preview-actions{gap:8px}.opportunity-table{display:grid!important;gap:12px!important;min-width:0!important}.opportunity-row--head{display:none!important}.opportunity-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:14px!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:18px!important;background:#ffffff07!important}html[data-theme=light] .opportunity-row{background:#ffffff94!important;border-color:#0f17241a!important}.opportunity-row>span:nth-child(1){grid-column:1 / 2}.opportunity-row>span:nth-child(2){grid-column:1 / -1;font-size:15px;line-height:1.25}.opportunity-row>span:nth-child(3){display:none}.opportunity-row>span:nth-child(4):before{content:"ROI"}.opportunity-row>span:nth-child(5):before{content:"Profit"}.opportunity-row>span:nth-child(6):before{content:"Preisdiff."}.opportunity-row>span:nth-child(9):before{content:"Match"}.opportunity-row>span:nth-child(4),.opportunity-row>span:nth-child(5),.opportunity-row>span:nth-child(6),.opportunity-row>span:nth-child(9){min-height:64px;border:1px solid rgba(148,163,184,.16);border-radius:14px;padding:10px;color:var(--text)!important;background:#ffffff07;display:flex;flex-direction:column;justify-content:center;gap:5px;font-weight:800}html[data-theme=light] .opportunity-row>span:nth-child(4),html[data-theme=light] .opportunity-row>span:nth-child(5),html[data-theme=light] .opportunity-row>span:nth-child(6),html[data-theme=light] .opportunity-row>span:nth-child(9){background:#ffffffb3}.opportunity-row>span:nth-child(4):before,.opportunity-row>span:nth-child(5):before,.opportunity-row>span:nth-child(6):before,.opportunity-row>span:nth-child(9):before{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.opportunity-row>span:nth-child(7){grid-column:1 / 2}.opportunity-row>span:nth-child(8){grid-column:2 / 3;align-self:center;justify-self:end;font-size:12px}.opportunity-row>span:nth-child(7) .mini-trend{width:112px!important;height:34px!important}.terminal-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hero-copy--bloomberg{min-height:auto!important}.stream-signal-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))!important}.stream-signal--trend{grid-column:1 / -1!important}}@media(max-width:900px){.live-opportunities-terminal{padding-top:8px!important}.live-opportunities-panel{overflow:hidden!important;padding:14px 12px!important;border-radius:24px!important}.feed-preview-head--terminal{align-items:center!important;gap:10px!important;margin-bottom:12px!important;font-size:11px!important;letter-spacing:.11em!important}.feed-preview-actions{gap:8px!important;flex-shrink:0!important}.feed-preview-actions strong{font-size:12px!important;white-space:nowrap!important}.tiny-action{padding:7px 10px!important;border-radius:999px!important;white-space:nowrap!important}.opportunity-table{display:grid!important;width:100%!important;min-width:0!important;gap:0!important;overflow:hidden!important;border:1px solid rgba(148,163,184,.14)!important;border-radius:18px!important;background:#ffffff05!important}html[data-theme=light] .opportunity-table{background:#ffffff85!important;border-color:#0f172a1a!important}.opportunity-row,.opportunity-row--head{display:grid!important;grid-template-columns:54px minmax(0,1fr) 44px 66px 58px 38px!important;gap:6px!important;align-items:center!important;min-width:0!important;border:0!important;border-top:1px solid rgba(148,163,184,.12)!important;border-radius:0!important;padding:9px 8px!important;background:transparent!important;color:var(--muted)!important;font-size:11px!important;line-height:1.15!important}.opportunity-row:first-child{border-top:0!important}html[data-theme=light] .opportunity-row,html[data-theme=light] .opportunity-row--head{background:transparent!important;border-color:#0f172a14!important}.opportunity-row--head{text-transform:uppercase!important;letter-spacing:.08em!important;font-size:9px!important;font-weight:900!important;color:var(--muted)!important;background:#0f172a2e!important}html[data-theme=light] .opportunity-row--head{background:#0f172a09!important}.opportunity-row>span,.opportunity-row--head>span{min-width:0!important;min-height:0!important;display:block!important;border:0!important;border-radius:0!important;padding:0!important;background:transparent!important;box-shadow:none!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;color:inherit!important;font-weight:700!important}.opportunity-row>span:before,.opportunity-row--head>span:before{content:none!important;display:none!important}.opportunity-row>span:nth-child(3),.opportunity-row>span:nth-child(6),.opportunity-row>span:nth-child(8),.opportunity-row--head>span:nth-child(3),.opportunity-row--head>span:nth-child(6),.opportunity-row--head>span:nth-child(8){display:none!important}.opportunity-row>span:nth-child(1),.opportunity-row--head>span:nth-child(1){grid-column:1!important}.opportunity-row>span:nth-child(2),.opportunity-row--head>span:nth-child(2){grid-column:2!important}.opportunity-row>span:nth-child(4),.opportunity-row--head>span:nth-child(4){grid-column:3!important;text-align:right!important}.opportunity-row>span:nth-child(5),.opportunity-row--head>span:nth-child(5){grid-column:4!important;text-align:right!important}.opportunity-row>span:nth-child(7),.opportunity-row--head>span:nth-child(7){grid-column:5!important}.opportunity-row>span:nth-child(9),.opportunity-row--head>span:nth-child(9){grid-column:6!important;text-align:right!important}.opportunity-title{font-size:12px!important;line-height:1.15!important;color:var(--text)!important;letter-spacing:-.01em!important}.market-badge{max-width:52px!important;padding:4px 6px!important;border-radius:999px!important;font-size:8px!important;letter-spacing:.06em!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.opportunity-row .positive{color:#61d997!important;font-weight:900!important}.opportunity-row .mini-trend{width:54px!important;height:22px!important;display:block!important}.opportunity-footnote{justify-content:flex-start!important;gap:8px 12px!important;padding-top:10px!important;font-size:10px!important}}@media(max-width:420px){.live-opportunities-panel{padding:12px 10px!important}.feed-preview-head--terminal{flex-wrap:wrap!important}.feed-preview-actions{width:100%!important;justify-content:space-between!important}.opportunity-row,.opportunity-row--head{grid-template-columns:48px minmax(0,1fr) 40px 62px 50px 34px!important;gap:5px!important;padding:8px 7px!important}.market-badge{max-width:46px!important;padding-inline:5px!important}.opportunity-row .mini-trend{width:48px!important}}.match-box{background:linear-gradient(145deg,#82a4ff24,#ffffff09)!important;border:1px solid rgba(130,164,255,.22)}@media(max-width:759px){#preview .preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;align-items:stretch}#preview .deal-card{border-radius:22px!important;padding:14px!important;min-height:0!important;display:flex;flex-direction:column}#preview .deal-topline{align-items:flex-start;gap:8px;margin-bottom:10px}#preview .badge-row{gap:6px}#preview .badge,#preview .source-pill,#preview .code-pill{padding:5px 8px!important;font-size:10px!important;line-height:1.05;max-width:100%}#preview .badge.fresh,#preview .source-pill{max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#preview .deal-card h3{min-height:0!important;margin:6px 0 10px!important;font-size:clamp(1rem,4.2vw,1.22rem)!important;line-height:1.08!important;letter-spacing:-.04em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#preview .deal-stats,#preview .deal-stats--preview{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:auto!important}#preview .deal-stats>div,#preview .deal-stats--preview>div{border-radius:14px!important;padding:9px!important;min-width:0}#preview .deal-stats span{font-size:10px!important;margin-bottom:4px!important}#preview .deal-stats strong{font-size:clamp(.88rem,3.6vw,1rem)!important;line-height:1.12;letter-spacing:-.02em;white-space:nowrap}#preview .deal-meta{margin-top:10px!important;gap:6px!important}#preview .deal-meta .code-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-testimonials{overflow:visible!important}.landing-testimonials .testimonial-marquee{overflow-x:auto!important;overflow-y:visible!important;padding:10px 18px 30px!important;margin-inline:-18px!important;scroll-padding-inline:18px;mask-image:none!important;-webkit-mask-image:none!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.landing-testimonials .testimonial-marquee::-webkit-scrollbar{display:none}.landing-testimonials .testimonial-track{display:flex!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;width:max-content!important;gap:18px!important;padding:8px 18px 26px!important;animation:none!important}.landing-testimonials .testimonial-card{width:min(78vw,330px)!important;min-width:min(78vw,330px)!important;min-height:190px!important;padding:22px!important;border-radius:28px!important}.landing-testimonials .testimonial-card p{font-size:1rem!important;line-height:1.48!important}.landing-testimonials .testimonial-person strong{overflow-wrap:anywhere}}@media(max-width:370px){#preview .preview-grid{grid-template-columns:1fr!important}}.score-box,.match-box{background:linear-gradient(145deg,#82a4ff24,#ffffff09)!important;border:1px solid rgba(130,164,255,.22)}@media(max-width:759px){.landing-testimonials,.landing-testimonials .testimonial-marquee{overflow:hidden!important}.landing-testimonials .testimonial-marquee{padding:12px 0 28px!important;margin-inline:0!important;mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important}.landing-testimonials .testimonial-track{display:flex!important;grid-auto-flow:unset!important;grid-auto-columns:unset!important;width:max-content!important;gap:18px!important;padding:10px 18px 26px!important;animation:testimonial-scroll 34s linear infinite!important;will-change:transform}.landing-testimonials .testimonial-card{flex:0 0 min(78vw,330px)!important;width:min(78vw,330px)!important;min-width:min(78vw,330px)!important;min-height:190px!important;padding:22px!important;border-radius:28px!important}.landing-testimonials .testimonial-card p{font-size:1rem!important;line-height:1.48!important}.landing-testimonials .testimonial-person strong{overflow-wrap:anywhere}.page-member .member-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.page-member .member-feed-grid .deal-card.member-card{padding:12px!important;border-radius:20px!important;min-height:0!important;overflow:hidden}.page-member .member-card .deal-topline{gap:8px!important;margin-bottom:10px!important}.page-member .member-card .badge-row{gap:5px!important}.page-member .member-card .badge,.page-member .member-card .open-link-btn,.page-member .member-card .code-pill{padding:5px 7px!important;font-size:10px!important;line-height:1.05!important;white-space:nowrap}.page-member .member-card .open-link-btn{max-width:100%;justify-content:center;overflow:hidden;text-overflow:ellipsis}.page-member .member-card h3{min-height:0!important;margin:8px 0 10px!important;font-size:clamp(1rem,4.1vw,1.2rem)!important;line-height:1.08!important;letter-spacing:-.04em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-member .member-card .deal-stats,.page-member .member-card .member-stats,.page-member .member-card .member-stats--five{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.page-member .member-card .deal-stats>div,.page-member .member-card .member-stats>div{min-width:0;border-radius:14px!important;padding:8px!important}.page-member .member-card .deal-stats span,.page-member .member-card .member-stats span{font-size:10px!important;margin-bottom:3px!important}.page-member .member-card .deal-stats strong,.page-member .member-card .member-stats strong{font-size:clamp(.86rem,3.5vw,1rem)!important;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-member .member-card-meta-row{margin-top:10px!important;gap:6px!important}.page-member .member-card-meta-row .code-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis}}@media(max-width:370px){.page-member .member-feed-grid{grid-template-columns:1fr!important}}.testimonial-track{animation:testimonial-scroll 42s linear infinite!important}.testimonial-card{flex:0 0 min(360px,calc(100vw - 56px))}@media(max-width:759px){.landing-testimonials .testimonial-track{animation:testimonial-scroll 34s linear infinite!important}}.page-member .member-feed-grid .deal-card.member-card{border:1px solid rgba(148,163,184,.22);box-shadow:0 18px 44px #0000003d,inset 0 1px #ffffff0b}html[data-theme=dark] .page-member .member-feed-grid .deal-card.member-card{background:linear-gradient(145deg,#0c131bf5,#101922eb);border-color:#7da0cd3d;box-shadow:0 18px 48px #00000057,0 0 0 1px #67f0c509 inset}html[data-theme=light] .page-member .member-feed-grid .deal-card.member-card{background:linear-gradient(145deg,#fffffffa,#f5f9fff0);border-color:#0f172a1f;box-shadow:0 18px 46px #0f172a1f,inset 0 1px #ffffffe6}.page-member .member-card .icon-badge{min-width:34px;justify-content:center;padding-inline:8px!important;font-size:15px!important;line-height:1!important}.page-member .member-card .time-badge{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.open-link-label-short{display:none}@media(max-width:759px){.page-member .member-feed-grid .deal-card.member-card{border-width:1px!important;box-shadow:0 14px 34px #00000047,inset 0 1px #ffffff0b!important}html[data-theme=light] .page-member .member-feed-grid .deal-card.member-card{box-shadow:0 14px 34px #0f172a21,inset 0 1px #fffffff2!important}.page-member .member-card .deal-topline{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start!important}.page-member .member-card .badge-row{min-width:0}.page-member .member-card .icon-badge{min-width:30px!important;width:30px!important;height:30px!important;padding:0!important;font-size:14px!important}.page-member .member-card .time-badge{max-width:126px!important}.page-member .member-card .open-link-btn{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;padding:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important}.page-member .member-card .open-link-label-full{display:none!important}.page-member .member-card .open-link-label-short{display:inline-flex!important;align-items:center;justify-content:center;font-size:17px;line-height:1}.landing-testimonials,.landing-testimonials .testimonial-marquee{overflow:hidden!important}.landing-testimonials .testimonial-marquee{padding:12px 0 28px!important;margin-inline:0!important;mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;scrollbar-width:none!important}.landing-testimonials .testimonial-track{display:flex!important;width:max-content!important;gap:18px!important;padding:10px 18px 26px!important;transform:translate(0);animation-name:testimonial-scroll!important;animation-duration:28s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-play-state:running!important;will-change:transform!important}.landing-testimonials .testimonial-card{flex:0 0 min(78vw,330px)!important;width:min(78vw,330px)!important;min-width:min(78vw,330px)!important}}@keyframes testimonial-scroll-mobile-seamless{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}#preview .deal-card .badge.hot.icon-badge,.member-card .badge.hot.icon-badge{min-width:34px;height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1}@media(max-width:759px){.landing-testimonials,.landing-testimonials .testimonial-marquee{overflow:hidden!important}.landing-testimonials .testimonial-marquee{overflow-x:hidden!important;overflow-y:visible!important;touch-action:pan-y!important;padding:12px 0 28px!important;margin-inline:0!important;mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important}.landing-testimonials .testimonial-track{display:flex!important;flex-wrap:nowrap!important;width:max-content!important;max-width:none!important;gap:18px!important;padding:10px 18px 26px!important;animation:testimonial-scroll-mobile-seamless 26s linear infinite!important;animation-play-state:running!important;will-change:transform!important;backface-visibility:hidden!important}.landing-testimonials .testimonial-marquee:hover .testimonial-track,.landing-testimonials .testimonial-marquee:active .testimonial-track,.landing-testimonials .testimonial-marquee:focus-within .testimonial-track{animation-play-state:running!important}.landing-testimonials .testimonial-card{flex:0 0 min(78vw,330px)!important;width:min(78vw,330px)!important;min-width:min(78vw,330px)!important}}@media(max-width:759px){.landing-page .landing-testimonials .testimonial-track{animation-name:testimonial-scroll-mobile-seamless!important;animation-duration:24s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-play-state:running!important;will-change:transform!important}.landing-page .landing-testimonials .testimonial-marquee:hover .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:active .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:focus-within .testimonial-track{animation-play-state:running!important}}.testimonial-track{gap:0!important}.testimonial-loop-set{display:flex;flex:0 0 auto;gap:clamp(22px,2.4vw,34px);padding-right:clamp(22px,2.4vw,34px)}@keyframes arbideal-testimonial-loop{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}.landing-testimonials .testimonial-track{animation:arbideal-testimonial-loop 42s linear infinite!important;will-change:transform!important}@media(max-width:760px){body{padding-bottom:0!important}.page-member{padding-bottom:26px!important}.landing-main{padding-bottom:82px!important}}@media(max-width:759px){.landing-page .landing-testimonials,.landing-page .landing-testimonials .testimonial-marquee{overflow:hidden!important}.landing-page .landing-testimonials .testimonial-marquee{overflow-x:hidden!important;overflow-y:visible!important;touch-action:pan-y!important;padding:12px 0 30px!important;margin-inline:0!important;mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important}.landing-page .landing-testimonials .testimonial-track{display:flex!important;flex-wrap:nowrap!important;gap:0!important;width:max-content!important;max-width:none!important;padding:10px 0 28px!important;transform:none;animation:arbideal-testimonial-loop 22s linear infinite!important;animation-play-state:running!important;will-change:transform!important;backface-visibility:hidden!important}.landing-page .landing-testimonials .testimonial-loop-set{display:flex!important;flex:0 0 auto!important;gap:18px!important;padding-right:18px!important}.landing-page .landing-testimonials .testimonial-card{flex:0 0 min(78vw,330px)!important;width:min(78vw,330px)!important;min-width:min(78vw,330px)!important}.landing-page .landing-testimonials .testimonial-marquee:hover .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:active .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:focus-within .testimonial-track{animation-play-state:running!important}}@keyframes arbideal-mobile-testimonial-marquee-final{0%{transform:translateZ(0)}to{transform:translate3d(-25%,0,0)}}@media(max-width:900px){.landing-testimonials,.landing-testimonials .testimonial-marquee,.landing-page .landing-testimonials,.landing-page .landing-testimonials .testimonial-marquee{overflow:hidden!important}.landing-testimonials .testimonial-marquee,.landing-page .landing-testimonials .testimonial-marquee{overflow-x:hidden!important;overflow-y:visible!important;touch-action:pan-y!important;padding:10px 0 28px!important;margin-inline:0!important;mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)!important;-webkit-overflow-scrolling:auto!important;scrollbar-width:none!important}.landing-testimonials .testimonial-marquee::-webkit-scrollbar,.landing-page .landing-testimonials .testimonial-marquee::-webkit-scrollbar{display:none!important}.landing-testimonials .testimonial-track,.landing-page .landing-testimonials .testimonial-track{display:flex!important;flex-wrap:nowrap!important;align-items:stretch!important;gap:0!important;width:max-content!important;min-width:max-content!important;max-width:none!important;padding:8px 0 26px!important;transform:translateZ(0);animation-name:arbideal-mobile-testimonial-marquee-final!important;animation-duration:18s!important;animation-timing-function:linear!important;animation-iteration-count:infinite!important;animation-delay:0s!important;animation-direction:normal!important;animation-fill-mode:none!important;animation-play-state:running!important;will-change:transform!important;backface-visibility:hidden!important;contain:layout paint!important}.landing-testimonials .testimonial-loop-set,.landing-page .landing-testimonials .testimonial-loop-set{display:flex!important;flex:0 0 auto!important;gap:16px!important;padding-right:16px!important}.landing-testimonials .testimonial-card,.landing-page .landing-testimonials .testimonial-card{flex:0 0 min(78vw,330px)!important;width:min(78vw,330px)!important;min-width:min(78vw,330px)!important;min-height:186px!important}.landing-testimonials .testimonial-marquee:hover .testimonial-track,.landing-testimonials .testimonial-marquee:active .testimonial-track,.landing-testimonials .testimonial-marquee:focus-within .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:hover .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:active .testimonial-track,.landing-page .landing-testimonials .testimonial-marquee:focus-within .testimonial-track{animation-play-state:running!important}.side-menu-card{inset:auto 10px 10px!important;width:auto!important;max-width:none!important;min-height:min(72dvh,620px)!important;border-radius:30px 30px 18px 18px!important;padding:26px 22px 24px!important}.side-menu-card .section-head.split{position:relative!important;display:block!important;padding-right:64px!important;margin-bottom:28px!important}.side-menu-card .section-head.split .theme-toggle{position:absolute!important;top:0!important;right:0!important;width:48px!important;height:48px!important}.side-menu-list{gap:12px!important}.side-menu-list .secondary-btn.full{min-height:58px!important;border-radius:999px!important;justify-content:center!important;font-size:1rem!important}.modal-card:not(.side-menu-card){width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;height:auto!important;border-radius:30px!important;padding:22px!important;overflow-y:auto!important}.modal-card:not(.side-menu-card) .modal-head{position:relative!important;top:auto!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin:0 0 22px!important;padding:0 0 18px!important;border-bottom:1px solid rgba(130,145,170,.18)!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.modal-card:not(.side-menu-card) .modal-head h3{font-size:clamp(1.55rem,7vw,2rem)!important;line-height:1.05!important;letter-spacing:-.055em!important}.modal-card:not(.side-menu-card) .modal-head .theme-toggle{flex:0 0 50px!important;width:50px!important;height:50px!important}.modal-card:not(.side-menu-card) .modal-body{padding:0!important}.modal-card .settings-block{margin-bottom:20px!important}.modal-card .modal-field,.modal-card .check-row{gap:10px!important}.modal-card .saved-searches-list{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}.modal-card .saved-searches-list .secondary-btn{min-height:54px!important;border-radius:999px!important;justify-content:center!important}.page-member .saved-searches-panel,.page-member .alerts-panel,.page-member .feed-search-card,.page-member .feed-filter-card,.page-member .feed-meta-row{padding:18px!important;border-radius:26px!important;margin-bottom:12px!important}.page-member .saved-searches-panel .section-head.split,.page-member .alerts-panel .section-head.split{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-items:start!important}.page-member .saved-searches-panel .feed-actions,.page-member .alerts-panel .feed-actions{justify-content:flex-start!important;width:100%!important;gap:8px!important;overflow:hidden!important}.page-member .saved-searches-panel .feed-actions .code-pill,.page-member .alerts-panel .feed-actions .code-pill{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.page-member .saved-searches-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.page-member .saved-search-chip{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;padding:14px!important;border-radius:20px!important}.page-member .saved-search-chip .feed-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.page-member .saved-search-chip .feed-actions .secondary-btn:last-child{grid-column:1 / -1!important}.page-member .feed-search-row{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.page-member .feed-search-row .search-shell,.page-member .feed-search-row .secondary-btn,.page-member .feed-search-row .primary-btn{width:100%!important}.page-member .feed-filter-left,.page-member .feed-filter-right{grid-template-columns:1fr 1fr!important;gap:10px!important}.page-member .feed-filter-left select,.page-member .feed-filter-right select,.page-member .feed-filter-right .secondary-btn{min-height:54px!important;border-radius:18px!important;font-size:.94rem!important}.page-member .feed-meta-row{grid-template-columns:1fr 1fr!important;grid-template-areas:"left right" "center center"!important;row-gap:8px!important}}@media(max-width:380px){.page-member .feed-filter-left,.page-member .feed-filter-right,.page-member .saved-search-chip .feed-actions{grid-template-columns:1fr!important}}@media(max-width:759px){#preview .deal-meta,.page-member .member-card-meta-row{position:relative}#preview .deal-meta .code-pill,.page-member .member-card-meta-row .code-pill{min-width:0!important;max-width:100%!important;padding:4px 7px!important;font-size:9px!important;line-height:1.08!important;letter-spacing:-.01em;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.page-member .member-card-meta-row .state-pill{max-width:100%!important}#preview .deal-meta .match-pill,.page-member .member-card-meta-row .match-pill{position:relative;cursor:help;outline:none;max-width:100%!important}#preview .deal-meta .match-pill:focus-visible,.page-member .member-card-meta-row .match-pill:focus-visible{box-shadow:0 0 0 3px #60a5fa2e}#preview .deal-meta .match-pill:after,.page-member .member-card-meta-row .match-pill:after{content:attr(data-full);display:none;position:absolute;z-index:80;left:0;bottom:calc(100% + 8px);width:max-content;max-width:min(78vw,360px);padding:8px 10px;border-radius:14px;border:1px solid rgba(125,160,205,.32);background:#0a1018f5;color:#f8fafc;box-shadow:0 16px 34px #00000052;white-space:normal;overflow-wrap:anywhere;font-size:10px;line-height:1.35;letter-spacing:0;pointer-events:none}html[data-theme=light] #preview .deal-meta .match-pill:after,html[data-theme=light] .page-member .member-card-meta-row .match-pill:after{background:#fffffffa;color:#0f172a;border-color:#0f172a24;box-shadow:0 16px 34px #0f172a29}#preview .deal-meta .match-pill:focus:after,#preview .deal-meta .match-pill:active:after,.page-member .member-card-meta-row .match-pill:focus:after,.page-member .member-card-meta-row .match-pill:active:after{display:block}}@media(max-width:900px){.landing-testimonials .testimonial-track,.landing-page .landing-testimonials .testimonial-track{animation:none!important;will-change:transform!important}}.seo-topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px max(18px,calc((100vw - 1180px)/2));background:#0a0e1cd1;border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.seo-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.seo-brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,var(--primary-2),var(--accent));color:#08101c;font-weight:950}.seo-brand strong{display:block;letter-spacing:-.03em}.seo-brand small{display:block;color:var(--muted);font-size:12px}.seo-nav{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:14px}.seo-nav a{padding:8px 10px;border-radius:999px}.seo-nav a:hover{background:#ffffff14;color:var(--text)}.seo-nav-cta{color:var(--text)!important;border:1px solid rgba(255,255,255,.16);background:#ffffff14}.seo-page{width:min(1180px,calc(100vw - 28px));margin:0 auto;padding:32px 0 72px}.seo-loading{min-height:100dvh;display:grid;align-content:start;gap:24px}.seo-breadcrumbs{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:var(--muted);font-size:14px;margin:12px 0 22px}.seo-breadcrumbs a{color:var(--primary)}.seo-hero{position:relative;overflow:hidden;padding:clamp(28px,5vw,56px);border:1px solid var(--panel-border);border-radius:32px;background:linear-gradient(135deg,#ffffff1a,#ffffff09);box-shadow:var(--shadow)}.seo-hero:before{content:"";position:absolute;inset:-30% -10% auto auto;width:420px;height:420px;border-radius:999px;background:#67f0c524;filter:blur(60px);pointer-events:none}.seo-hero>*{position:relative}.seo-hero-split{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:24px;align-items:start}.seo-eyebrow{display:inline-flex;align-items:center;width:fit-content;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#67f0c51f;color:var(--accent);border:1px solid rgba(103,240,197,.2);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.seo-hero h1{max-width:860px;margin:0;font-size:clamp(34px,6vw,68px);line-height:.95;letter-spacing:-.06em}.seo-hero p{max-width:760px;color:var(--muted);font-size:clamp(16px,2vw,19px);line-height:1.7}.seo-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.seo-primary,.seo-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border-radius:999px;font-weight:850}.seo-primary{background:linear-gradient(135deg,var(--accent),#9cf9dd);color:#06131f;box-shadow:0 14px 34px #67f0c52e}.seo-secondary{border:1px solid var(--panel-border);background:#ffffff0f;color:var(--text)}.seo-expired{margin-top:18px;padding:14px 16px;border-radius:18px;background:#ffc1071a;border:1px solid rgba(255,193,7,.22);color:var(--text)}.seo-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.seo-metric{min-height:128px;padding:18px;border-radius:24px;border:1px solid var(--panel-border);background:#ffffff12;box-shadow:0 14px 40px #00000024}.seo-metric span,.seo-metric small{display:block;color:var(--muted)}.seo-metric strong{display:block;margin:10px 0 6px;font-size:clamp(24px,3vw,36px);letter-spacing:-.05em}.seo-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.82fr);gap:18px;align-items:start}.seo-panel,.seo-gated-panel{padding:22px;border-radius:28px;border:1px solid var(--panel-border);background:#fff1;box-shadow:var(--shadow)}.seo-panel-wide{grid-column:span 1}.seo-panel h2,.seo-gated-panel h2{margin:0 0 10px;letter-spacing:-.04em}.seo-panel p,.seo-gated-panel p{color:var(--muted);line-height:1.65}.seo-note{padding:13px 14px;border-radius:16px;background:#ffffff0f}.seo-lock{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:#7d63ff2e;color:var(--accent);margin-bottom:14px}.seo-gated-grid{display:grid;gap:10px;margin:16px 0}.seo-gated-grid div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-radius:16px;background:#00000024}.seo-gated-grid span{color:var(--muted)}.seo-gated-grid strong{text-align:right;font-size:13px}.seo-gated-panel .seo-primary,.seo-gated-panel .seo-secondary{width:100%;margin-top:10px}.seo-card-list{display:grid;gap:10px}.seo-card-list-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.seo-opportunity-card{display:grid;gap:7px;padding:14px;border-radius:18px;background:#00000024;border:1px solid rgba(255,255,255,.08)}.seo-opportunity-card:hover{border-color:#67f0c561;transform:translateY(-1px)}.seo-opportunity-card span,.seo-opportunity-card small,.seo-muted{color:var(--muted)}.seo-opportunity-card strong{line-height:1.25}html[data-theme=light] .seo-topbar{background:#f5f8ffdb}html[data-theme=light] .seo-gated-grid div,html[data-theme=light] .seo-opportunity-card{background:#1018280a}@media(max-width:860px){.seo-topbar{align-items:flex-start;padding:12px 14px}.seo-nav{justify-content:flex-end;gap:6px;font-size:12px}.seo-nav a:not(.seo-nav-cta):nth-child(n+3){display:none}.seo-hero-split,.seo-content-grid{grid-template-columns:1fr}.seo-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-hero{border-radius:26px;padding:26px 18px}}@media(max-width:520px){.seo-page{width:min(100% - 20px,1180px);padding-top:18px}.seo-topbar{position:relative;flex-direction:column}.seo-nav{justify-content:flex-start}.seo-metrics-grid{grid-template-columns:1fr}.seo-hero h1{font-size:34px}.seo-cta-row a{width:100%}}.seo-shell{min-height:100dvh;color:#eef3ff;background:radial-gradient(circle at 16% 8%,rgba(125,99,255,.28),transparent 30%),radial-gradient(circle at 84% 12%,rgba(103,240,197,.18),transparent 26%),radial-gradient(circle at 52% 84%,rgba(79,109,245,.14),transparent 34%),linear-gradient(180deg,#11172f,#0c1020 44%,#131936)}.seo-shell .seo-topbar{position:sticky;top:0;z-index:1000;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;background:#121828b8;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.seo-shell .seo-brand{display:inline-flex;align-items:center;gap:10px;min-width:0;padding:7px 12px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#12162ab8;box-shadow:0 20px 60px #00000047;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.seo-shell .seo-brand-logo{width:44px;height:44px;display:block;flex:0 0 auto;object-fit:contain}.seo-shell .seo-brand-copy{min-width:0;line-height:1.05}.seo-shell .seo-brand strong{display:flex;align-items:baseline;white-space:nowrap;font-weight:900;letter-spacing:-.03em}.seo-shell .seo-brand strong span{font-size:20px;color:#eef3ff}.seo-shell .seo-brand strong em{margin-left:1px;font-size:15px;font-style:normal;color:#2cc64b;letter-spacing:-.04em}.seo-shell .seo-brand small{display:block;margin-top:2px;font-size:11px;color:#eef3ffad}.seo-shell .seo-brand-mark{display:none}.seo-shell .seo-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#eef3ffb8;font-size:14px}.seo-shell .seo-nav a{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;border-radius:999px;padding:10px 14px;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.seo-shell .seo-nav a:hover{transform:translateY(-1px);background:#ffffff14;border-color:#ffffff2e;color:#eef3ff}.seo-shell .seo-nav-cta,.seo-shell .seo-nav-cta:hover{background:linear-gradient(135deg,#82a4ff,#7d63ff);border-color:transparent;color:#fff!important;box-shadow:0 18px 42px #4f6df538}.seo-shell .seo-page{width:min(1240px,calc(100vw - 28px));margin:0 auto;padding:40px 0 72px}.seo-shell .seo-breadcrumbs{color:#eef3ffad;margin:12px 0 22px}.seo-shell .seo-breadcrumbs a{color:#67f0c5}.seo-shell .seo-hero{position:relative;overflow:hidden;padding:clamp(30px,5vw,60px);border:1px solid rgba(255,255,255,.12);border-radius:32px;background:linear-gradient(135deg,#12162ad1,#12162a7a),radial-gradient(circle at 90% 10%,rgba(103,240,197,.16),transparent 30%),radial-gradient(circle at 8% 0%,rgba(125,99,255,.22),transparent 32%);box-shadow:0 20px 60px #00000047;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.seo-shell .seo-hero:before{background:#67f0c524}.seo-shell .seo-eyebrow{background:#67f0c51c;color:#67f0c5;border:1px solid rgba(103,240,197,.24)}.seo-shell .seo-hero h1{color:#eef3ff;text-wrap:balance}.seo-shell .seo-hero p,.seo-shell .seo-panel p,.seo-shell .seo-gated-panel p,.seo-shell .seo-muted,.seo-shell .seo-metric span,.seo-shell .seo-metric small,.seo-shell .seo-opportunity-card span,.seo-shell .seo-opportunity-card small,.seo-shell .seo-gated-grid span{color:#eef3ffad}.seo-shell .seo-primary{background:linear-gradient(135deg,#67f0c5,#82a4ff);color:#06131f;box-shadow:0 16px 40px #67f0c533}.seo-shell .seo-secondary{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#eef3ff}.seo-shell .seo-metric,.seo-shell .seo-panel,.seo-shell .seo-gated-panel{border:1px solid rgba(255,255,255,.12);background:#12162ab8;box-shadow:0 20px 60px #00000047;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.seo-shell .seo-metric strong,.seo-shell .seo-panel h1,.seo-shell .seo-panel h2,.seo-shell .seo-gated-panel h2,.seo-shell .seo-opportunity-card strong,.seo-shell .seo-gated-grid strong{color:#eef3ff}.seo-shell .seo-gated-panel{background:linear-gradient(145deg,#12162ae6,#12162a9e),radial-gradient(circle at 82% 0%,rgba(103,240,197,.12),transparent 36%)}.seo-shell .seo-lock{background:#7d63ff2e;color:#67f0c5}.seo-shell .seo-gated-grid div,.seo-shell .seo-opportunity-card,.seo-shell .seo-note{background:#ffffff0b;border:1px solid rgba(255,255,255,.08)}.seo-shell .seo-opportunity-card:hover{border-color:#67f0c561;background:#ffffff12}.seo-shell .seo-expired{background:#f4dd631a;border-color:#f4dd633d;color:#eef3ff}@media(max-width:820px){.seo-shell .seo-topbar{position:relative;align-items:flex-start;flex-direction:column;padding:12px 14px;gap:12px}.seo-shell .seo-nav{justify-content:flex-start;gap:8px;font-size:13px}.seo-shell .seo-nav a:not(.seo-nav-cta):nth-child(n+4){display:none}.seo-shell .seo-page{width:min(100% - 20px,1180px);padding-top:18px}}html[data-theme=light] .seo-shell,html[data-theme=dark] .seo-shell,.seo-shell{color-scheme:dark}html[data-theme=light] .seo-shell .seo-topbar,html[data-theme=dark] .seo-shell .seo-topbar,.seo-shell .seo-topbar{background:linear-gradient(180deg,#0c1020f5,#0c1020db);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 16px 46px #00000057}html[data-theme=light] .seo-shell .seo-nav a,.seo-shell .seo-nav a{color:#eef3ffdb;background:#ffffff13;border-color:#ffffff24;text-shadow:0 1px 10px rgba(0,0,0,.22)}html[data-theme=light] .seo-shell .seo-nav a:hover,.seo-shell .seo-nav a:hover{color:#fff;background:#ffffff21;border-color:#67f0c547}html[data-theme=light] .seo-shell .seo-nav-cta,.seo-shell .seo-nav-cta{color:#07131f!important;background:linear-gradient(135deg,#67f0c5,#82a4ff);border-color:transparent;box-shadow:0 16px 42px #67f0c533}html[data-theme=light] .seo-shell .seo-brand,.seo-shell .seo-brand{background:#ffffff14;border-color:#ffffff29}.seo-shell .seo-brand-logo{width:42px;height:42px}.seo-shell .seo-page{width:min(1120px,calc(100vw - 32px))}.seo-shell .seo-hero-split{grid-template-columns:minmax(0,1.08fr) minmax(330px,.72fr);gap:clamp(22px,4vw,46px)}.seo-shell .seo-hero{background:linear-gradient(135deg,#12162af0,#12162aad),radial-gradient(circle at 88% 4%,rgba(103,240,197,.2),transparent 34%),radial-gradient(circle at 0% 0%,rgba(125,99,255,.24),transparent 34%)}.seo-shell .seo-hero h1{max-width:760px;font-size:clamp(40px,5.4vw,66px);line-height:.94}.seo-hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.seo-hero-proof span{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;color:#dffdf5;background:#67f0c51a;border:1px solid rgba(103,240,197,.22);font-size:13px;font-weight:800}.seo-shell .seo-primary,.seo-shell .seo-primary:visited{color:#07131f;background:linear-gradient(135deg,#67f0c5,#82a4ff);border:0;box-shadow:0 18px 46px #67f0c533,0 8px 24px #4f6df52e}.seo-shell .seo-primary:hover{transform:translateY(-1px);box-shadow:0 24px 60px #67f0c542,0 12px 32px #4f6df538}.seo-primary-large{min-height:48px;padding-inline:20px;font-size:15px}.seo-shell .seo-secondary:hover{transform:translateY(-1px);border-color:#82a4ff47;background:#ffffff17}.seo-mini-kicker{display:inline-flex;width:fit-content;margin-bottom:8px;color:#67f0c5;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.seo-conversion-panel{border-color:#67f0c52e!important;box-shadow:0 24px 70px #00000057,0 0 0 1px #67f0c50a inset!important}.seo-conversion-panel h2{font-size:clamp(22px,2.4vw,30px)}.seo-profit-strip{display:grid;gap:4px;margin:18px 0 14px;padding:15px 16px;border-radius:20px;background:linear-gradient(135deg,#67f0c524,#82a4ff1a);border:1px solid rgba(103,240,197,.2)}.seo-profit-strip span{color:#eef3ffad;font-size:13px}.seo-profit-strip strong{color:#fff;font-size:19px;letter-spacing:-.03em}.seo-risk-note{display:block;margin-top:12px;color:#eef3ff8c;text-align:center;line-height:1.45}.seo-shell .seo-metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:20px 0}.seo-shell .seo-metric{min-height:122px;background:linear-gradient(180deg,#161c36db,#12162ac2)}.seo-shell .seo-metric:nth-child(4){border-color:#67f0c538;background:linear-gradient(180deg,#67f0c51b,#12162ac2)}.seo-conversion-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;margin:20px 0;padding:clamp(22px,3vw,32px);border-radius:28px;border:1px solid rgba(103,240,197,.18);background:linear-gradient(135deg,#67f0c51f,#82a4ff13),#12162abd;box-shadow:0 22px 60px #0000003d}.seo-conversion-band h2{margin:0 0 8px;color:#eef3ff;font-size:clamp(24px,3vw,34px);letter-spacing:-.045em}.seo-conversion-band p{max-width:760px;margin:0;color:#eef3ffb3;line-height:1.65}.seo-shell .seo-gated-grid div{background:#ffffff0e}.seo-shell .seo-gated-grid strong{color:#dffdf5}@media(max-width:1100px){.seo-shell .seo-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-conversion-band{grid-template-columns:1fr}.seo-conversion-band .seo-primary{width:fit-content}}@media(max-width:820px){html[data-theme=light] .seo-shell .seo-topbar,.seo-shell .seo-topbar{background:#0c1020fa}.seo-shell .seo-brand{padding:6px 9px}.seo-shell .seo-brand-logo{width:34px;height:34px}.seo-shell .seo-brand strong span{font-size:17px}.seo-shell .seo-nav a{padding:8px 10px}.seo-shell .seo-hero h1{font-size:clamp(34px,10vw,46px)}.seo-shell .seo-metrics-grid{grid-template-columns:1fr}.seo-conversion-band .seo-primary{width:100%}}.seo-shell .seo-nav-cta,.seo-shell .seo-nav-cta:visited,.seo-shell .seo-nav-cta:hover,.seo-shell .seo-nav-cta:focus-visible{color:#06131f!important;background:linear-gradient(135deg,#67f0c5,#82a4ff)!important;border-color:#ffffff1f!important;font-weight:900;text-shadow:none!important;opacity:1!important;box-shadow:0 14px 38px #67f0c53d,inset 0 1px #ffffff61!important}.seo-shell .seo-nav a,.seo-shell .seo-nav a:visited{opacity:1;text-decoration:none}html[data-theme=dark] .seo-shell,.seo-shell{color-scheme:dark}html[data-theme=dark] .seo-shell .seo-topbar,.seo-shell .seo-topbar{background:linear-gradient(180deg,#080d1cfa,#0b1123eb)}html[data-theme=dark] .seo-shell .seo-nav a,.seo-shell .seo-nav a{color:#eef3ffe6;background:#ffffff13;border-color:#ffffff26}html[data-theme=dark] .seo-shell .seo-nav a:hover,.seo-shell .seo-nav a:hover{color:#fff;background:#ffffff24;border-color:#67f0c557}html[data-theme=light] .seo-shell{color-scheme:light;color:#0f172a;background:radial-gradient(circle at 16% 6%,rgba(79,109,245,.13),transparent 30%),radial-gradient(circle at 84% 10%,rgba(103,240,197,.2),transparent 27%),radial-gradient(circle at 52% 90%,rgba(125,99,255,.1),transparent 34%),linear-gradient(180deg,#f7faff,#eef5ff 46%,#f8fbff)}html[data-theme=light] .seo-shell .seo-topbar{background:linear-gradient(180deg,#f8fbfff5,#eef5ffe6);border-bottom:1px solid rgba(15,23,42,.1);box-shadow:0 14px 36px #0f172a1a}html[data-theme=light] .seo-shell .seo-brand{background:#ffffffc7;border-color:#0f172a1f;box-shadow:0 14px 34px #0f172a1a}html[data-theme=light] .seo-shell .seo-brand strong span{color:#101828}html[data-theme=light] .seo-shell .seo-brand small{color:#0f172a9e}html[data-theme=light] .seo-shell .seo-nav a,html[data-theme=light] .seo-shell .seo-nav a:visited{color:#243047;background:#0f172a0b;border-color:#0f172a1a;text-shadow:none;font-weight:800}html[data-theme=light] .seo-shell .seo-nav a:hover{color:#07131f;background:#67f0c529;border-color:#2f7df62e}html[data-theme=light] .seo-shell .seo-nav-cta,html[data-theme=light] .seo-shell .seo-nav-cta:visited,html[data-theme=light] .seo-shell .seo-nav-cta:hover,html[data-theme=light] .seo-shell .seo-nav-cta:focus-visible{color:#06131f!important;background:linear-gradient(135deg,#25d9a2,#4f6df5)!important;border-color:transparent!important;box-shadow:0 12px 32px #2f7df633,0 10px 24px #25d9a229!important}html[data-theme=light] .seo-shell .seo-breadcrumbs,html[data-theme=light] .seo-shell .seo-hero p,html[data-theme=light] .seo-shell .seo-panel p,html[data-theme=light] .seo-shell .seo-gated-panel p,html[data-theme=light] .seo-shell .seo-muted,html[data-theme=light] .seo-shell .seo-metric span,html[data-theme=light] .seo-shell .seo-metric small,html[data-theme=light] .seo-shell .seo-opportunity-card span,html[data-theme=light] .seo-shell .seo-opportunity-card small,html[data-theme=light] .seo-shell .seo-gated-grid span{color:#0f172aad}html[data-theme=light] .seo-shell .seo-breadcrumbs a{color:#0d9f78}html[data-theme=light] .seo-shell .seo-hero{border-color:#0f172a1a;background:linear-gradient(135deg,#fffffff0,#ffffffb8),radial-gradient(circle at 88% 8%,rgba(103,240,197,.22),transparent 32%),radial-gradient(circle at 10% 0%,rgba(79,109,245,.16),transparent 34%);box-shadow:0 22px 70px #0f172a1f}html[data-theme=light] .seo-shell .seo-hero h1,html[data-theme=light] .seo-shell .seo-metric strong,html[data-theme=light] .seo-shell .seo-panel h1,html[data-theme=light] .seo-shell .seo-panel h2,html[data-theme=light] .seo-shell .seo-gated-panel h2,html[data-theme=light] .seo-shell .seo-opportunity-card strong,html[data-theme=light] .seo-shell .seo-gated-grid strong{color:#101828}html[data-theme=light] .seo-shell .seo-metric,html[data-theme=light] .seo-shell .seo-panel,html[data-theme=light] .seo-shell .seo-gated-panel{border-color:#0f172a1a;background:#ffffffc7;box-shadow:0 18px 54px #0f172a1a}html[data-theme=light] .seo-shell .seo-gated-panel{background:linear-gradient(145deg,#ffffffeb,#f1f7ffc7),radial-gradient(circle at 82% 0%,rgba(103,240,197,.18),transparent 38%)}html[data-theme=light] .seo-shell .seo-gated-grid div,html[data-theme=light] .seo-shell .seo-opportunity-card,html[data-theme=light] .seo-shell .seo-note{background:#0f172a0b;border-color:#0f172a14}html[data-theme=light] .seo-shell .seo-secondary{color:#101828;background:#0f172a0b;border-color:#0f172a1a}html[data-theme=light] .seo-shell .seo-expired{color:#101828}@media(max-width:820px){.seo-shell .seo-nav-cta{color:#06131f!important;min-height:38px}}.seo-shell{--seo-container: min(1240px, calc(100vw - 28px) );--seo-gap: clamp(16px, 2.2vw, 28px)}.seo-shell .seo-page{width:var(--seo-container)!important;padding-top:clamp(26px,3vw,42px)}.seo-shell .seo-topbar{padding-left:max(14px,calc((100vw - 1240px)/2));padding-right:max(14px,calc((100vw - 1240px)/2))}.seo-shell .seo-breadcrumbs{margin:8px 0 18px;font-size:13px}.seo-shell .seo-hero,.seo-shell .seo-panel,.seo-shell .seo-gated-panel,.seo-shell .seo-metric,.seo-conversion-band{backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}.seo-shell .seo-hero{padding:clamp(28px,3.8vw,48px);border-radius:30px}.seo-shell .seo-hero-split{grid-template-columns:minmax(0,1.24fr) minmax(340px,.76fr);gap:var(--seo-gap);align-items:stretch}.seo-shell .seo-hero-split>div:first-child{display:flex;min-width:0;flex-direction:column;justify-content:center}.seo-shell .seo-hero h1{max-width:820px;font-size:clamp(38px,4.8vw,62px);line-height:.96}.seo-shell .seo-hero p{max-width:720px;margin-top:18px;font-size:clamp(15px,1.25vw,18px);line-height:1.62}.seo-shell .seo-gated-panel{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:clamp(20px,2.4vw,28px);border-radius:26px}.seo-shell .seo-gated-panel p{margin:10px 0 0;line-height:1.55}.seo-shell .seo-gated-grid{gap:8px;margin:14px 0}.seo-shell .seo-gated-grid div{min-height:42px;padding:10px 12px}.seo-shell .seo-gated-grid span,.seo-shell .seo-gated-grid strong{font-size:12px}.seo-profit-strip{margin:14px 0 12px;padding:14px}.seo-shell .seo-metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--seo-gap);margin:var(--seo-gap) 0}.seo-shell .seo-metric{min-height:112px;padding:16px;border-radius:22px}.seo-shell .seo-metric strong{margin:8px 0 4px;font-size:clamp(24px,2.1vw,34px)}.seo-content-grid{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:var(--seo-gap)}.seo-shell .seo-panel{padding:clamp(20px,2.4vw,28px);border-radius:26px}.seo-conversion-band{margin:var(--seo-gap) 0;padding:clamp(20px,2.6vw,30px)}.seo-conversion-band h2,.seo-shell .seo-panel h2,.seo-shell .seo-gated-panel h2{text-wrap:balance}.seo-card-list-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.seo-opportunity-card{min-height:96px}@media(min-width:1440px){.seo-shell{--seo-container: min(1320px, calc(100vw - 80px) )}.seo-shell .seo-topbar{padding-left:max(24px,calc((100vw - 1320px)/2));padding-right:max(24px,calc((100vw - 1320px)/2))}.seo-shell .seo-hero h1{font-size:clamp(46px,4vw,66px)}}@media(max-width:1180px){.seo-shell{--seo-container: min(100vw - 28px, 1240px)}.seo-shell .seo-hero-split{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr)}.seo-shell .seo-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.seo-shell{--seo-container: min(100vw - 22px, 1240px)}.seo-shell .seo-topbar{position:sticky;flex-direction:row;align-items:center;gap:10px;padding:10px 11px}.seo-shell .seo-brand{flex:0 0 auto;padding:5px 8px;border-radius:15px}.seo-shell .seo-brand-logo{width:32px;height:32px}.seo-shell .seo-brand strong span{font-size:16px}.seo-shell .seo-brand strong em{font-size:12px}.seo-shell .seo-brand small{display:none}.seo-shell .seo-nav{flex:1 1 auto;flex-wrap:nowrap;justify-content:flex-end;gap:7px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.seo-shell .seo-nav::-webkit-scrollbar{display:none}.seo-shell .seo-nav a{flex:0 0 auto;padding:8px 10px;font-size:12px;white-space:nowrap}.seo-shell .seo-nav a:not(.seo-nav-cta):nth-child(n+4){display:none}.seo-shell .seo-page{padding-top:18px}.seo-shell .seo-breadcrumbs{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;flex-wrap:nowrap}.seo-shell .seo-hero-split,.seo-content-grid,.seo-conversion-band{grid-template-columns:1fr}.seo-shell .seo-hero{padding:24px 18px;border-radius:24px}.seo-shell .seo-hero h1{max-width:100%;font-size:clamp(34px,8.8vw,48px)}.seo-shell .seo-gated-panel{margin-top:4px}.seo-shell .seo-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-conversion-band .seo-primary{width:fit-content}}@media(max-width:560px){.seo-shell{--seo-container: min(100vw - 16px, 1240px)}.seo-shell .seo-topbar{align-items:flex-start}.seo-shell .seo-nav a:not(.seo-nav-cta){display:none}.seo-shell .seo-nav-cta{margin-left:auto;min-height:36px}.seo-shell .seo-breadcrumbs{margin-top:4px;font-size:12px}.seo-shell .seo-eyebrow,.seo-hero-proof span,.seo-mini-kicker{font-size:11px}.seo-shell .seo-hero h1{font-size:clamp(30px,11vw,40px);letter-spacing:-.055em}.seo-shell .seo-hero p{font-size:15px;line-height:1.55}.seo-hero-proof{gap:7px}.seo-cta-row a,.seo-conversion-band .seo-primary{width:100%}.seo-shell .seo-metrics-grid{grid-template-columns:1fr;gap:10px}.seo-shell .seo-metric{min-height:auto;padding:15px}.seo-shell .seo-gated-grid div{align-items:flex-start;flex-direction:column;gap:4px}.seo-shell .seo-gated-grid strong{text-align:left}}.seo-shell{--seo-container: min(1240px, calc(100vw - 28px) );color:var(--text);background:radial-gradient(circle at 70% 8%,rgba(73,184,131,.1),transparent 28%),radial-gradient(circle at 28% 18%,rgba(211,162,87,.07),transparent 30%),linear-gradient(180deg,#090f17 0%,var(--bg) 44%,#08111c 100%)!important}html[data-theme=light] .seo-shell{color:var(--text);background:radial-gradient(circle at 78% 12%,rgba(47,159,115,.08),transparent 31%),radial-gradient(circle at 25% 8%,rgba(216,177,106,.07),transparent 29%),linear-gradient(180deg,#f7f6f1,#efede6 48%,#f8f7f2)!important}.seo-shell .seo-topbar,html[data-theme=dark] .seo-shell .seo-topbar,html[data-theme=light] .seo-shell .seo-topbar{position:fixed!important;inset:0 0 auto!important;z-index:1000;width:100%!important;max-width:none!important;display:flex;flex-direction:row!important;align-items:center!important;justify-content:space-between;gap:16px;padding:14px 20px!important;background:#080d14d1!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:none!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}html[data-theme=light] .seo-shell .seo-topbar{background:#ffffffe0!important;border-bottom-color:#0f172a14!important;box-shadow:0 14px 34px #0f172414!important}.seo-shell .seo-page{width:var(--seo-container)!important;padding-top:96px!important}.seo-shell .seo-brand,html[data-theme=light] .seo-shell .seo-brand{flex:0 0 auto;background:var(--panel)!important;border:1px solid var(--panel-border)!important;box-shadow:var(--shadow)!important;color:var(--text)!important}.seo-shell .seo-brand strong span,html[data-theme=light] .seo-shell .seo-brand strong span{color:var(--text)!important}.seo-shell .seo-brand strong em{color:#2cc64b!important}.seo-shell .seo-brand small,html[data-theme=light] .seo-shell .seo-brand small{color:var(--muted)!important}.seo-shell .seo-nav{flex:1 1 auto;justify-content:flex-end}.seo-shell .seo-nav a,html[data-theme=light] .seo-shell .seo-nav a,.seo-shell .seo-nav a:visited,html[data-theme=light] .seo-shell .seo-nav a:visited{color:var(--text)!important;background:#ffffff0a!important;border:1px solid var(--panel-border)!important;text-shadow:none!important;box-shadow:none!important}html[data-theme=light] .seo-shell .seo-nav a,html[data-theme=light] .seo-shell .seo-nav a:visited{background:#ffffff94!important}.seo-shell .seo-nav a:hover,html[data-theme=light] .seo-shell .seo-nav a:hover{transform:translateY(-1px);color:var(--text)!important;border-color:#d8b16a6b!important;background:#ffffff13!important}.seo-shell .seo-nav-cta,.seo-shell .seo-nav-cta:visited,.seo-shell .seo-nav-cta:hover{background:linear-gradient(180deg,#f1d89e,#d8b16a 48%,#bf8d42)!important;color:#111827!important;border-color:#ffffff38!important;box-shadow:0 12px 28px #6f4e1f38,inset 0 1px #ffffff8c!important}html[data-theme=light] .seo-shell .seo-nav-cta,html[data-theme=light] .seo-shell .seo-nav-cta:visited,html[data-theme=light] .seo-shell .seo-nav-cta:hover{background:linear-gradient(180deg,#111a26,#07111d)!important;color:#fff!important;border-color:#0f17241f!important;box-shadow:0 16px 30px #0f17242e,inset 0 1px #ffffff14!important}.seo-shell .seo-hero{border-color:#94a3b82e!important;background:linear-gradient(180deg,#101824d6,#080e16c7),radial-gradient(circle at 92% 8%,rgba(73,184,131,.12),transparent 34%),radial-gradient(circle at 12% 0%,rgba(216,177,106,.08),transparent 32%)!important;box-shadow:0 32px 90px #00000052,inset 0 1px #ffffff0a!important}.seo-shell .seo-hero:before{background:#49b8831a!important}.seo-shell .seo-metric,.seo-shell .seo-panel,.seo-shell .seo-gated-panel,.seo-conversion-band{border-color:#94a3b82e!important;background:linear-gradient(180deg,#101824d6,#080e16c7)!important;box-shadow:0 32px 90px #00000047,inset 0 1px #ffffff0a!important}html[data-theme=light] .seo-shell .seo-hero,html[data-theme=light] .seo-shell .seo-metric,html[data-theme=light] .seo-shell .seo-panel,html[data-theme=light] .seo-shell .seo-gated-panel,html[data-theme=light] .seo-conversion-band{background:linear-gradient(180deg,#ffffffd1,#faf9f5b3)!important;border-color:#0f172a1a!important;box-shadow:0 24px 70px #0f172a1a,inset 0 1px #ffffffc7!important}.seo-shell .seo-primary,.seo-shell .seo-primary:visited,.seo-shell .seo-primary:hover{background:linear-gradient(180deg,#f1d89e,#d8b16a 48%,#bf8d42)!important;color:#111827!important;border-color:#ffffff38!important;box-shadow:0 12px 28px #6f4e1f38,inset 0 1px #ffffff8c!important}html[data-theme=light] .seo-shell .seo-primary,html[data-theme=light] .seo-shell .seo-primary:visited,html[data-theme=light] .seo-shell .seo-primary:hover{background:linear-gradient(180deg,#111a26,#07111d)!important;color:#fff!important;border-color:#0f17241f!important;box-shadow:0 16px 30px #0f17242e,inset 0 1px #ffffff14!important}.seo-shell .seo-secondary,.seo-shell .seo-secondary:visited{background:#ffffff09!important;border-color:var(--panel-border)!important;color:var(--text)!important}html[data-theme=light] .seo-shell .seo-secondary,html[data-theme=light] .seo-shell .seo-secondary:visited{background:#ffffff94!important}.seo-shell .seo-eyebrow,.seo-hero-proof span,.seo-mini-kicker,.seo-shell .seo-breadcrumbs a{color:var(--accent)!important}.seo-shell .seo-eyebrow,.seo-hero-proof span{background:#49b8831a!important;border-color:#49b88338!important}.seo-profit-strip{background:linear-gradient(135deg,#d8b16a1f,#49b88314)!important;border-color:#d8b16a38!important}@media(min-width:1440px){.seo-shell .seo-topbar,html[data-theme=light] .seo-shell .seo-topbar{padding-left:20px!important;padding-right:20px!important}}@media(max-width:920px){.seo-shell .seo-topbar,html[data-theme=light] .seo-shell .seo-topbar{padding:10px 12px!important}.seo-shell .seo-page{padding-top:82px!important}}@media(max-width:560px){.seo-shell .seo-topbar,html[data-theme=light] .seo-shell .seo-topbar{align-items:center!important}.seo-shell .seo-nav a:not(.seo-nav-cta){display:none!important}.seo-shell .seo-nav-cta{margin-left:auto;min-height:36px}}.seo-lang-switch{display:inline-flex;align-items:center;gap:2px;padding:3px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0f}.seo-lang-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:28px;padding:4px 9px;border-radius:999px;color:#ffffffb8;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-decoration:none}.seo-lang-switch a.is-active{color:#111827;background:linear-gradient(135deg,#f8d26a,#e6b949);box-shadow:0 8px 22px #e6b94938}[data-theme=light] .seo-lang-switch{border-color:#0f172a1f;background:#0f172a0a}[data-theme=light] .seo-lang-switch a{color:#0f172a9e}[data-theme=light] .seo-lang-switch a.is-active{color:#111827}@media(max-width:720px){.seo-lang-switch{order:8}.seo-lang-switch a{min-width:32px;min-height:28px;padding-inline:8px}}.cookie-consent{position:fixed;right:clamp(12px,2vw,24px);bottom:clamp(12px,2vw,24px);z-index:2147483647;width:min(560px,calc(100vw - 24px));display:grid;gap:14px;padding:18px;border:1px solid rgba(216,177,106,.24);border-radius:24px;background:linear-gradient(180deg,#0d131df5,#070c14f0);box-shadow:0 28px 80px #00000061,inset 0 1px #ffffff0f;color:var(--text);backdrop-filter:blur(18px)}.cookie-consent-copy{display:grid;gap:6px}.cookie-consent-copy strong{font-size:1rem;letter-spacing:-.01em}.cookie-consent-copy p,.cookie-consent-row span{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5}.cookie-consent-settings{display:grid;gap:10px}.cookie-consent-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid rgba(148,163,184,.14);border-radius:18px;background:#ffffff0a}.cookie-consent-row>div{display:grid;gap:4px}.cookie-consent-row strong{font-size:.92rem}.cookie-consent-required{flex:0 0 auto;padding:5px 10px;border-radius:999px;border:1px solid rgba(73,184,131,.24);color:var(--accent)!important;background:#49b8831a;font-weight:800;font-size:.74rem!important;text-transform:uppercase;letter-spacing:.06em}.cookie-consent-toggle-row{cursor:pointer}.cookie-consent-toggle-row input{width:46px;height:26px;appearance:none;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#94a3b82e;position:relative;flex:0 0 auto}.cookie-consent-toggle-row input:after{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;border-radius:50%;background:#ffffffe6;transition:transform .18s ease}.cookie-consent-toggle-row input:checked{background:linear-gradient(135deg,#49b883c7,#d8b16ab8);border-color:#d8b16a61}.cookie-consent-toggle-row input:checked:after{transform:translate(20px)}.cookie-consent-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}html[data-theme=light] .cookie-consent,[data-theme=light] .cookie-consent{background:linear-gradient(180deg,#fffffff5,#faf9f5f0);border-color:#0f172a1f;box-shadow:0 28px 70px #0f172a29,inset 0 1px #ffffffc7}html[data-theme=light] .cookie-consent-row,[data-theme=light] .cookie-consent-row{background:#0f172a09;border-color:#0f172a1a}@media(max-width:640px){.cookie-consent{left:12px;right:12px;bottom:12px;width:auto;border-radius:20px;padding:14px}.cookie-consent-actions{justify-content:stretch}.cookie-consent-actions button{flex:1 1 46%}}.hero-promise-line{font-weight:800;color:var(--text-strong, #fff);font-size:clamp(1rem,2vw,1.28rem);line-height:1.45;margin-bottom:10px}.v2-url-analyzer{margin-top:18px;padding:14px;border-radius:18px;display:grid;gap:10px}.v2-url-analyzer>span,.v2-output-card>span,.v2-monitor-card>span{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;opacity:.72}.v2-url-analyzer>div{display:flex;align-items:center;gap:10px;min-width:0}.v2-url-analyzer code{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:12px;padding:10px 12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:inherit}.v2-tools-section,.v2-usecases-section,.v2-channels-section{scroll-margin-top:100px}.v2-output-card,.v2-monitor-card{padding:18px;min-width:min(100%,320px)}.v2-output-card>div,.v2-monitor-card>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.v2-output-card strong,.v2-monitor-card strong,.v2-channel-pill{border-radius:999px;padding:8px 11px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);font-size:.86rem}.v2-tool-grid,.v2-persona-grid,.v2-channel-grid{display:grid;gap:16px}.v2-tool-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.v2-persona-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.v2-channel-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.v2-tool-card,.v2-persona-card{padding:22px;position:relative;overflow:hidden}.v2-tool-card:after,.v2-persona-card:after,.v2-seo-band:after{content:"";position:absolute;inset:auto -20% -45% auto;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(84,166,255,.18),transparent 68%);pointer-events:none}.v2-tool-card>span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;margin-bottom:16px;font-weight:900;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.v2-tool-card h3,.v2-persona-card h3,.v2-seo-band h3{margin:0 0 10px}.v2-tool-card p,.v2-persona-card p,.v2-seo-band p,.v2-seo-band small{margin:0;opacity:.86;line-height:1.6}.v2-persona-card ul{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.v2-persona-card li{position:relative;padding-left:22px;line-height:1.45}.v2-persona-card li:before{content:"→";position:absolute;left:0;opacity:.75}.v2-channel-pill{display:inline-flex;align-items:center;justify-content:center;min-height:48px;text-align:center;font-weight:800}.v2-seo-band{position:relative;overflow:hidden;margin-top:18px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:20px}.v2-seo-band small{display:block;margin-top:10px}@media(max-width:1120px){.v2-tool-grid,.v2-persona-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.v2-tool-grid,.v2-persona-grid,.v2-channel-grid{grid-template-columns:1fr}.v2-url-analyzer>div,.v2-seo-band{align-items:stretch;flex-direction:column}}.landing-page .topbar-member{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:18px}.landing-page .topbar-brand{justify-self:start}.landing-page .topbar-nav-center{justify-self:center;flex-wrap:nowrap}.landing-page .topbar-right{justify-self:end;justify-content:flex-end;min-width:0}.landing-page .topbar-nav-center .nav-btn{white-space:nowrap}.lang-menu-wrap{position:relative}.lang-toggle-header{display:inline-flex;align-items:center;gap:8px;min-width:118px;justify-content:center}.lang-toggle-prefix{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.lang-toggle-value{font-weight:800;letter-spacing:.04em}.lang-toggle-caret{font-size:11px;opacity:.85}.lang-menu-panel{position:absolute;top:calc(100% + 10px);right:0;min-width:190px;border-radius:20px;padding:12px;z-index:30}.lang-menu-title{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:10px;padding:4px 6px}.lang-menu-list{display:grid;gap:8px}.lang-menu-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.12);background:#ffffff0a;color:var(--text);cursor:pointer}.lang-menu-btn strong{font-size:12px;letter-spacing:.08em}.lang-menu-btn span{color:var(--muted)}.lang-menu-btn.is-active{background:#d8b16a1f;border-color:#d8b16a47}.landing-page .hero-terminal--bloomberg{grid-template-columns:minmax(0,.92fr) minmax(360px,.82fr)!important;gap:28px!important}.landing-page .hero-copy--bloomberg h1{max-width:8.8ch!important;font-size:clamp(2.8rem,5vw,4.85rem)!important;line-height:.94!important}.landing-page .hero-promise-line{max-width:17ch!important;font-size:clamp(1.08rem,1.55vw,1.4rem)!important;line-height:1.18!important}.landing-page .hero-lead-copy,.landing-page .hero-copy--bloomberg>p:not(.hero-promise-line){max-width:58ch!important;font-size:1rem!important}.landing-page .v2-tools-section .section-head,.landing-page .v2-usecases-section .section-head,.landing-page .v2-channels-section .section-head{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.landing-page .v2-tools-section .section-head.split,.landing-page .v2-channels-section .section-head.split{display:flex;flex-direction:column;align-items:center;gap:24px}.landing-page .v2-tools-section .section-head h2,.landing-page .v2-usecases-section .section-head h2,.landing-page .v2-channels-section .section-head h2{max-width:15ch!important;margin-left:auto!important;margin-right:auto!important;text-align:center;font-size:clamp(2rem,4vw,4rem)!important;text-wrap:balance}.landing-page .v2-tools-section .tiny-note,.landing-page .v2-usecases-section .tiny-note,.landing-page .v2-channels-section .tiny-note{max-width:860px!important;margin-left:auto;margin-right:auto;text-align:center}.landing-page .v2-output-card,.landing-page .v2-monitor-card{width:min(100%,980px)}@media(max-width:1280px){.landing-page .topbar-member{display:flex;justify-content:space-between}}@media(max-width:720px){.landing-page .hero-copy--bloomberg h1{max-width:9.6ch!important;font-size:clamp(2.2rem,10.4vw,3.55rem)!important}.lang-toggle-prefix{display:none}.lang-toggle-header{min-width:82px}}.landing-page .hero-terminal--bloomberg{grid-template-columns:minmax(0,.9fr) minmax(390px,.82fr)!important;gap:clamp(26px,3.2vw,42px)!important;padding-top:clamp(18px,2.2vw,34px)!important;padding-bottom:clamp(44px,5.5vw,72px)!important}.landing-page .hero-copy--bloomberg{padding:clamp(30px,3.6vw,50px)!important}.landing-page .hero-copy--bloomberg h1{max-width:10.8ch!important;font-size:clamp(2.55rem,4.25vw,4.25rem)!important;line-height:.96!important;letter-spacing:-.065em!important;margin:clamp(24px,3vw,34px) 0 18px!important}.landing-page .hero-promise-line{max-width:100%!important;width:min(100%,680px)!important;font-size:clamp(1.02rem,1.22vw,1.22rem)!important;line-height:1.34!important;letter-spacing:-.025em!important;margin-bottom:18px!important}.landing-page .hero-lead-copy,.landing-page .hero-copy--bloomberg>p:not(.hero-promise-line){max-width:100%!important;width:min(100%,720px)!important;font-size:clamp(.98rem,1.04vw,1.08rem)!important;line-height:1.62!important}.landing-page .terminal-metrics{margin-top:26px!important}.landing-page .terminal-metric{padding:14px 15px!important}.landing-page .terminal-metric strong{font-size:clamp(1.2rem,1.7vw,1.55rem)!important}.landing-page .v2-tools-section .section-head,.landing-page .v2-usecases-section .section-head,.landing-page .v2-channels-section .section-head,.landing-page .preview-section .section-head,.landing-page section[aria-label="Live Opportunities"]+.section-head{width:min(1180px,100%);margin-left:auto!important;margin-right:auto!important}.landing-page .v2-tools-section .section-head,.landing-page .v2-usecases-section .section-head,.landing-page .v2-channels-section .section-head{text-align:center!important}.landing-page .v2-tools-section .section-head.split,.landing-page .v2-channels-section .section-head.split{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:22px!important}.landing-page .v2-tools-section .section-head h2,.landing-page .v2-usecases-section .section-head h2,.landing-page .v2-channels-section .section-head h2{max-width:22ch!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(2.05rem,3.45vw,3.45rem)!important;line-height:1.05!important;letter-spacing:-.055em!important;text-align:center!important;text-wrap:balance}.landing-page .v2-tools-section .section-head .tiny-note,.landing-page .v2-usecases-section .section-head .tiny-note,.landing-page .v2-channels-section .section-head .tiny-note{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(1rem,1.18vw,1.16rem)!important;line-height:1.62!important;text-align:center!important}.landing-page .v2-output-card,.landing-page .v2-monitor-card{width:min(100%,1120px)!important;margin-left:auto!important;margin-right:auto!important}.landing-page .preview-section .section-head,.landing-page .landing-premium-proof .section-head,.landing-page .landing-security-section .section-head,.landing-page .landing-testimonials .section-head{width:min(1180px,100%)!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.landing-page .preview-section .section-head h2,.landing-page .landing-premium-proof .section-head h2,.landing-page .landing-security-section .section-head h2,.landing-page .landing-testimonials .section-head h2{max-width:24ch!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(2rem,3.35vw,3.35rem)!important;line-height:1.06!important;letter-spacing:-.052em!important}@media(max-width:1120px){.landing-page .hero-terminal--bloomberg{grid-template-columns:1fr!important}.landing-page .hero-copy--bloomberg h1{max-width:12ch!important;font-size:clamp(2.55rem,7.4vw,4.3rem)!important}.landing-page .hero-promise-line,.landing-page .hero-lead-copy,.landing-page .hero-copy--bloomberg>p:not(.hero-promise-line){width:100%!important}}@media(max-width:720px){.landing-page .hero-copy--bloomberg{padding:24px 20px!important}.landing-page .hero-copy--bloomberg h1{max-width:11ch!important;font-size:clamp(2.1rem,9.8vw,3.15rem)!important;line-height:.98!important}.landing-page .hero-promise-line{font-size:clamp(1rem,4.4vw,1.18rem)!important}.landing-page .v2-tools-section .section-head h2,.landing-page .v2-usecases-section .section-head h2,.landing-page .v2-channels-section .section-head h2,.landing-page .preview-section .section-head h2{max-width:16ch!important;font-size:clamp(1.9rem,8.8vw,2.9rem)!important}}.landing-page{--arb-section-kicker-gap: 18px;--arb-section-title-gap: 20px;--arb-section-body-gap: 44px;--arb-hero-panel-min: 760px}.landing-page .hero-terminal--bloomberg{align-items:stretch!important;grid-template-columns:minmax(0,.96fr) minmax(390px,.88fr)!important;gap:clamp(26px,3vw,40px)!important}.landing-page .hero-copy--bloomberg,.landing-page .terminal-preview-wrap--bloomberg,.landing-page .hero-side-grid--market{min-height:var(--arb-hero-panel-min)!important}.landing-page .terminal-preview-wrap--bloomberg{display:grid!important}.landing-page .hero-side-grid--market{display:grid!important;grid-template-rows:minmax(0,1fr) minmax(0,1fr)!important;align-content:stretch!important;gap:18px!important}.landing-page .hero-market-signal,.landing-page .hero-monitor--terminal{height:100%!important;min-height:0!important}.landing-page .hero-copy--bloomberg{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:clamp(30px,3.4vw,48px)!important}.landing-page .hero-copy--bloomberg h1{max-width:11.8ch!important;font-size:clamp(2.35rem,3.75vw,3.95rem)!important;line-height:.98!important;letter-spacing:-.062em!important;margin:26px 0 16px!important}.landing-page .hero-promise-line{width:100%!important;max-width:720px!important;font-size:clamp(.98rem,1.12vw,1.14rem)!important;line-height:1.36!important;margin:0 0 18px!important;letter-spacing:-.02em!important}.landing-page .hero-lead-copy,.landing-page .hero-copy--bloomberg>p:not(.hero-promise-line){width:100%!important;max-width:720px!important;font-size:clamp(.95rem,1vw,1.03rem)!important;line-height:1.62!important;margin-top:0!important}.landing-page .hero-cta{margin-top:24px!important}.landing-page .terminal-metrics{margin-top:26px!important;gap:12px!important}.landing-page .terminal-metric{padding:13px 14px!important}.landing-page .terminal-metric strong{font-size:clamp(1.18rem,1.5vw,1.45rem)!important}.landing-page .terminal-trust-row{margin-top:16px!important}.landing-page .v2-url-analyzer{margin-top:22px!important}.landing-page .v2-tools-section .section-head,.landing-page .v2-usecases-section .section-head,.landing-page .v2-channels-section .section-head,.landing-page .preview-section .section-head,.landing-page .landing-premium-proof .section-head,.landing-page .landing-security-section .section-head,.landing-page .landing-testimonials .section-head{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:0!important;margin-bottom:var(--arb-section-body-gap)!important}.landing-page .v2-tools-section .section-head.split,.landing-page .v2-channels-section .section-head.split{display:flex!important;grid-template-columns:none!important}.landing-page .section-head .eyebrow,.landing-page .section-head.split .eyebrow,.landing-page .v2-tools-section .eyebrow,.landing-page .v2-usecases-section .eyebrow,.landing-page .v2-channels-section .eyebrow,.landing-page .preview-section .eyebrow,.landing-page .landing-premium-proof .eyebrow,.landing-page .landing-security-section .eyebrow,.landing-page .landing-testimonials .eyebrow{margin:0 0 var(--arb-section-kicker-gap)!important}.landing-page .v2-tools-section .section-head h2,.landing-page .v2-usecases-section .section-head h2,.landing-page .v2-channels-section .section-head h2,.landing-page .preview-section .section-head h2,.landing-page .landing-premium-proof .section-head h2,.landing-page .landing-security-section .section-head h2,.landing-page .landing-testimonials .section-head h2{margin:0 auto!important;max-width:24ch!important;font-size:clamp(1.95rem,3.2vw,3.25rem)!important;line-height:1.06!important;letter-spacing:-.052em!important;text-align:center!important;text-wrap:balance}.landing-page .v2-tools-section .section-head .tiny-note,.landing-page .v2-usecases-section .section-head .tiny-note,.landing-page .v2-channels-section .section-head .tiny-note,.landing-page .preview-section .section-head .tiny-note,.landing-page .landing-premium-proof .section-head .tiny-note,.landing-page .landing-security-section .section-head .tiny-note,.landing-page .landing-testimonials .section-head .tiny-note,.landing-page .section-head>p,.landing-page .section-head.split>p{margin:var(--arb-section-title-gap) auto 0!important;max-width:980px!important;font-size:clamp(.98rem,1.12vw,1.12rem)!important;line-height:1.62!important;text-align:center!important}.landing-page .section-head+.v2-persona-grid,.landing-page .section-head+.v2-tool-grid,.landing-page .section-head+.preview-grid,.landing-page .section-head+.feature-grid,.landing-page .section-head+.pricing-grid,.landing-page .section-head+.testimonial-marquee{margin-top:0!important}.landing-page .section-head.split+.v2-tool-grid,.landing-page .section-head.split+.v2-channel-grid{margin-top:0!important}.landing-page .v2-output-card,.landing-page .v2-monitor-card{margin-top:24px!important}.landing-page .v2-persona-card{padding:28px!important}.landing-page .v2-persona-head{margin-bottom:16px!important}.landing-page .v2-persona-card p{margin-bottom:22px!important}.landing-page .v2-persona-card ul{margin-top:0!important}@media(max-width:1280px){.landing-page{--arb-hero-panel-min: 700px}}@media(max-width:1120px){.landing-page .hero-terminal--bloomberg{grid-template-columns:1fr!important}.landing-page .hero-copy--bloomberg,.landing-page .terminal-preview-wrap--bloomberg,.landing-page .hero-side-grid--market{min-height:auto!important}.landing-page .hero-side-grid--market{grid-template-rows:auto auto!important}.landing-page .hero-copy--bloomberg{justify-content:flex-start!important}}@media(max-width:720px){.landing-page{--arb-section-kicker-gap: 14px;--arb-section-title-gap: 16px;--arb-section-body-gap: 32px}.landing-page .hero-copy--bloomberg h1{max-width:12ch!important;font-size:clamp(2rem,8.8vw,3rem)!important;line-height:1!important}.landing-page .hero-promise-line{font-size:clamp(.98rem,4vw,1.1rem)!important}.landing-page .v2-tools-section .section-head h2,.landing-page .v2-usecases-section .section-head h2,.landing-page .v2-channels-section .section-head h2,.landing-page .preview-section .section-head h2,.landing-page .landing-premium-proof .section-head h2,.landing-page .landing-security-section .section-head h2,.landing-page .landing-testimonials .section-head h2{max-width:18ch!important;font-size:clamp(1.85rem,8vw,2.75rem)!important}}.landing-page .v2-channel-head{margin-bottom:38px!important}.landing-page .v2-channel-head .tiny-note{max-width:900px!important}.landing-page .v2-channel-console{position:relative;width:min(100%,1240px);margin:0 auto;padding:clamp(24px,3vw,34px);border-radius:34px;overflow:hidden;background:radial-gradient(circle at 10% 0%,rgba(216,177,106,.13),transparent 28%),radial-gradient(circle at 92% 8%,rgba(73,184,131,.18),transparent 30%),linear-gradient(180deg,#111925eb,#080e16db)!important;border:1px solid rgba(148,163,184,.18);box-shadow:0 34px 100px #00000052,inset 0 1px #ffffff0a}.landing-page .v2-channel-console:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.3;background:linear-gradient(rgba(148,163,184,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.04) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(180deg,black,transparent 82%)}.landing-page .v2-channel-console>*{position:relative;z-index:1}.landing-page .v2-channel-console-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:24px;margin-bottom:22px}.landing-page .terminal-label{display:inline-flex;align-items:center;color:var(--muted);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.landing-page .v2-channel-console-head h3{max-width:760px;margin:10px 0 0;font-size:clamp(1.55rem,2.6vw,2.75rem);line-height:1.03;letter-spacing:-.055em;text-wrap:balance}.landing-page .v2-channel-live{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(73,184,131,.24);background:#49b8831a;color:#76dda5;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:850;white-space:nowrap}.landing-page .v2-monitor-strip{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;padding:16px;border-radius:22px;background:#ffffff09;border:1px solid rgba(148,163,184,.12)}.landing-page .v2-monitor-strip span{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:8px 12px;border-radius:999px;background:linear-gradient(180deg,#ffffff14,#ffffff09);border:1px solid rgba(148,163,184,.16);color:#eef3ffe0;font-weight:800}.landing-page .v2-monitor-strip span:before{content:"";width:7px;height:7px;border-radius:999px;background:#6ee7a8;box-shadow:0 0 0 4px #49b8831f}.landing-page .v2-channel-console .v2-channel-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:0!important}.landing-page .v2-channel-console .v2-channel-card{min-height:146px;padding:18px;border-radius:24px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;background:radial-gradient(circle at 100% 0%,rgba(73,184,131,.12),transparent 40%),linear-gradient(180deg,#fff1,#ffffff07);border:1px solid rgba(148,163,184,.15);box-shadow:inset 0 1px #ffffff0d}.landing-page .v2-channel-console .v2-channel-card:hover{transform:translateY(-2px);border-color:#d8b16a47;background:radial-gradient(circle at 100% 0%,rgba(216,177,106,.13),transparent 42%),linear-gradient(180deg,#ffffff16,#ffffff09)}.landing-page .v2-channel-index{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:13px;color:#f0d28f;background:#d8b16a1c;border:1px solid rgba(216,177,106,.2);font-size:13px;font-weight:950;letter-spacing:.02em}.landing-page .v2-channel-console .v2-channel-card strong{display:block;color:var(--text);font-size:clamp(1rem,1.12vw,1.18rem);line-height:1.18;letter-spacing:-.035em}.landing-page .v2-channel-console .v2-channel-card small{display:inline-flex;width:max-content;max-width:100%;color:#eef3ff9e;border:1px solid rgba(148,163,184,.13);border-radius:999px;padding:6px 9px;font-size:11px;font-weight:800}.landing-page .v2-seo-band--arbideal{width:min(100%,1240px);margin:24px auto 0!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center;gap:28px;border-radius:30px;padding:clamp(26px,3vw,36px)!important;background:radial-gradient(circle at 100% 20%,rgba(216,177,106,.13),transparent 34%),linear-gradient(180deg,#111925d1,#080e16cc)!important}.landing-page .v2-seo-band--arbideal h3{margin:10px 0 0;max-width:860px;font-size:clamp(1.4rem,2.1vw,2.1rem);line-height:1.1;letter-spacing:-.048em}.landing-page .v2-seo-band--arbideal p{max-width:980px}html[data-theme=light] .landing-page .v2-channel-console,html[data-theme=light] .landing-page .v2-seo-band--arbideal{background:radial-gradient(circle at 8% 0%,rgba(216,177,106,.13),transparent 30%),radial-gradient(circle at 92% 10%,rgba(73,184,131,.12),transparent 30%),linear-gradient(180deg,#ffffffe0,#f8f7f2c7)!important;border-color:#0f172a1a}html[data-theme=light] .landing-page .v2-monitor-strip span,html[data-theme=light] .landing-page .v2-channel-console .v2-channel-card strong{color:#0f172ae0}html[data-theme=light] .landing-page .v2-channel-console .v2-channel-card small{color:#0f172a94}@media(max-width:1160px){.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.landing-page .v2-channel-console-head,.landing-page .v2-seo-band--arbideal{grid-template-columns:1fr!important}.landing-page .v2-channel-live{width:max-content}.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.landing-page .v2-channel-console{padding:18px;border-radius:26px}.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:1fr}.landing-page .v2-channel-console .v2-channel-card{min-height:118px}}.landing-page .v2-tool-card,.landing-page .v2-persona-card{border-radius:28px!important;border:1px solid rgba(148,163,184,.16)!important;background:radial-gradient(circle at 100% 100%,rgba(84,166,255,.18),transparent 42%),radial-gradient(circle at 0% 0%,rgba(216,177,106,.1),transparent 32%),linear-gradient(180deg,#111925e0,#080e16d1)!important;box-shadow:0 24px 70px #00000038,inset 0 1px #ffffff0a!important}.landing-page .v2-tool-card{min-height:260px;padding:26px!important}.landing-page .v2-persona-card{min-height:420px;padding:28px!important}.landing-page .v2-card-index,.landing-page .v2-persona-head span{display:inline-flex;width:42px;height:42px;border-radius:14px;align-items:center;justify-content:center;color:#f1d89e;background:#d8b16a1c;border:1px solid rgba(216,177,106,.22);font-weight:950;margin-bottom:18px}.landing-page .v2-persona-head{display:flex;align-items:center;gap:14px;margin-bottom:16px!important}.landing-page .v2-persona-head span{margin-bottom:0}.landing-page .v2-persona-head h3{margin:0!important}.landing-page .v2-persona-card li{padding:12px 14px 12px 40px!important;border-radius:16px;background:#ffffff09;border:1px solid rgba(148,163,184,.1)}.landing-page .v2-persona-card li:before{left:15px!important;top:12px;color:#6ee7a8;opacity:1!important}.landing-page .section:not(.v2-tools-section):not(.v2-usecases-section):not(.v2-channels-section) .section-head h2{max-width:22ch!important;font-size:clamp(2rem,3.35vw,3.35rem)!important;line-height:1.06!important}.landing-page .member-panel-redirect{width:min(100%,1180px);margin:0 auto;border-radius:30px;padding:clamp(26px,3vw,38px)!important;background:radial-gradient(circle at 100% 0%,rgba(216,177,106,.12),transparent 34%),linear-gradient(180deg,#111925e0,#080e16d1)!important}html[data-theme=light] .landing-page .v2-tool-card,html[data-theme=light] .landing-page .v2-persona-card,html[data-theme=light] .landing-page .member-panel-redirect{background:radial-gradient(circle at 100% 100%,rgba(84,166,255,.1),transparent 42%),radial-gradient(circle at 0% 0%,rgba(216,177,106,.1),transparent 32%),linear-gradient(180deg,#ffffffeb,#f8f7f2c7)!important}.landing-page .v2-channel-console .v2-channel-card,.landing-page .v2-channel-card{min-width:0!important;overflow:hidden!important}.landing-page .v2-channel-console .v2-channel-card strong,.landing-page .v2-channel-card strong{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important;hyphens:auto!important;line-height:1.15!important}.landing-page .v2-channel-console .v2-channel-card small,.landing-page .v2-channel-card small{max-width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important}.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}@media(max-width:1320px){.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:1060px){.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:760px){.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:520px){.landing-page .v2-channel-console .v2-channel-grid{grid-template-columns:1fr!important}}.deal-card h3,.member-feed-card h3,.ticker-title,.match-pill,.code-pill,.open-link-label-full{overflow-wrap:anywhere;word-break:normal}.member-card-meta-row,.keywords-row{min-width:0}.logout-confirm-backdrop{z-index:2200}.logout-confirm-card{width:min(92vw,520px)!important;border-radius:30px!important;padding:clamp(24px,3vw,34px)!important;background:radial-gradient(circle at 12% 0%,rgba(216,177,106,.15),transparent 34%),radial-gradient(circle at 100% 0%,rgba(73,184,131,.12),transparent 32%),linear-gradient(180deg,#111925f5,#080e16f0)!important;border:1px solid rgba(148,163,184,.18)!important;box-shadow:0 34px 90px #0000006b!important}.logout-confirm-card h3{margin:16px 0 10px;font-size:clamp(1.65rem,2.4vw,2.25rem);letter-spacing:-.055em;line-height:1.06}.logout-confirm-card p{margin:0;line-height:1.6}.logout-confirm-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px;margin-top:26px}.logout-confirm-actions .primary-btn,.logout-confirm-actions .secondary-btn{min-width:150px;justify-content:center}.side-menu-card .secondary-btn.full,.modal-card .secondary-btn,.modal-card .primary-btn{white-space:normal;text-wrap:balance}.modal-card h3,.modal-card p,.member-panel h3,.member-panel p{overflow-wrap:anywhere}@media(max-width:560px){.logout-confirm-actions{display:grid;grid-template-columns:1fr}}.twofactor-setup-card{overflow:hidden}.twofactor-setup-grid{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:clamp(22px,4vw,44px)!important}.totp-qr-wrap{justify-self:end;align-self:center;display:flex;align-items:center;justify-content:center;padding:14px;border-radius:28px;background:#ffffffeb;box-shadow:0 18px 44px #00000047;max-width:100%}.totp-qr{display:block;width:clamp(180px,22vw,244px)!important;height:clamp(180px,22vw,244px)!important}.logout-confirm-card{min-height:0!important;max-height:min(86vh,520px)!important;height:auto!important;align-self:center!important}.logout-confirm-backdrop{align-items:center!important;justify-content:center!important}.logout-confirm-actions{align-items:center}.modal-card .primary-btn,.modal-card .secondary-btn,.modal-card select.input,.modal-card option{overflow-wrap:anywhere}@media(max-width:820px){.twofactor-setup-grid{grid-template-columns:1fr!important}.totp-qr-wrap{justify-self:center;order:-1}}@media(max-width:560px){.totp-qr{width:min(72vw,220px)!important;height:min(72vw,220px)!important}}.seo-parser-panel{margin:22px 0;padding:22px;border-radius:28px;border:1px solid var(--panel-border);background:#ffffff13;box-shadow:var(--shadow)}.seo-parser-form label{display:block;margin-bottom:10px;font-weight:800;letter-spacing:-.02em}.seo-parser-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.seo-parser-input-row input{min-width:0;width:100%;border:1px solid var(--panel-border);border-radius:18px;background:#ffffff14;color:var(--text);padding:14px 16px;font:inherit;outline:none}.seo-parser-input-row input:focus{border-color:#ffffff52;box-shadow:0 0 0 4px #ffffff14}.seo-parser-error{margin-top:12px;color:#ffd1d1;font-weight:700}.seo-parser-result{margin-top:18px;display:grid;gap:16px}.seo-parser-result-head{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:baseline;justify-content:space-between}.seo-parser-result-head strong{font-size:clamp(1.25rem,2vw,1.7rem);letter-spacing:-.04em}.seo-parser-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.seo-parser-grid div{min-width:0;padding:13px;border-radius:18px;border:1px solid var(--panel-border);background:#00000029}.seo-parser-grid span,.seo-parser-warnings>span{display:block;color:var(--muted);font-size:.82rem;margin-bottom:5px}.seo-parser-grid strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seo-parser-warnings{padding:14px;border-radius:20px;background:#ffffff0e}.seo-parser-warnings ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.55}.seo-parser-warnings p{margin:0;color:var(--muted)}.seo-parser-own-listings{display:flex;flex-wrap:wrap;gap:8px}.seo-parser-own-listings span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--panel-border);border-radius:999px;padding:7px 10px;color:var(--muted);background:#ffffff0e}.seo-parser-next{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-top:2px}.seo-parser-next p{margin:0;color:var(--muted);line-height:1.55}html[data-theme=light] .seo-parser-panel,html[data-theme=light] .seo-parser-input-row input,html[data-theme=light] .seo-parser-grid div,html[data-theme=light] .seo-parser-warnings,html[data-theme=light] .seo-parser-own-listings span{background:#ffffffc7}@media(max-width:760px){.seo-parser-input-row,.seo-parser-grid,.seo-parser-next{grid-template-columns:1fr}.seo-parser-input-row{display:grid}.seo-parser-input-row .seo-primary,.seo-parser-next .seo-primary{width:100%;justify-content:center}.seo-parser-next{display:grid}}.analysis-form-mini{display:grid;gap:10px}.analysis-form-mini label,.analysis-form-mini>span{font-weight:800}.analysis-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.analysis-form-mini input,.analysis-form-mini select{width:100%;min-width:0;border:1px solid var(--panel-border);border-radius:999px;padding:11px 13px;color:var(--text);background:#ffffff0f;outline:none}.analysis-form-mini select option{color:#101828}.analysis-form-mini input::placeholder{color:var(--muted)}.analysis-extra-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.analysis-extra-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.analysis-wide-input{margin-top:2px}.analysis-form-mini small{color:var(--muted);line-height:1.45}.analysis-preview-section{scroll-margin-top:96px}.analysis-status{display:inline-flex;align-items:center;justify-content:center;min-width:104px;border-radius:999px;padding:10px 14px;font-weight:900;text-transform:uppercase;border:1px solid var(--panel-border)}.analysis-status--green{color:var(--accent);background:#67f0c51f}.analysis-status--yellow{color:var(--primary);background:#82a4ff1f}.analysis-status--red{color:var(--danger);background:#ff6d7f1f}.analysis-score-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;margin:18px 0}.analysis-score-card{border-radius:22px;padding:16px;display:grid;gap:8px}.analysis-score-card span{min-height:2.6em;color:var(--muted);font-size:12px;line-height:1.3}.analysis-score-card strong{font-size:1.7rem}.analysis-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.analysis-result-card{min-height:100%}.analysis-list{margin:0;padding-left:20px;color:var(--muted);line-height:1.6}.analysis-source-list{display:grid;gap:10px}.analysis-source-row{display:grid;gap:3px;padding:10px 12px;border:1px solid var(--panel-border);border-radius:16px;background:#ffffff0a}.analysis-source-row span,.analysis-source-row small{color:var(--muted)}.analysis-unlock-row{margin-top:18px;border-radius:22px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--muted)}@media(max-width:980px){.analysis-extra-grid,.analysis-extra-grid--two,.analysis-score-grid,.analysis-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.analysis-input-row,.analysis-extra-grid,.analysis-extra-grid--two,.analysis-score-grid,.analysis-result-grid,.analysis-unlock-row{grid-template-columns:1fr}.analysis-unlock-row{align-items:stretch}}.seo-merchant-tools{margin-top:28px}.seo-merchant-form{display:grid;grid-template-columns:minmax(180px,1.1fr) minmax(220px,1.4fr) minmax(150px,.8fr) auto;gap:12px;align-items:end}.seo-merchant-form label{display:grid;gap:7px;color:var(--muted, #94a3b8);font-size:.9rem;font-weight:700}.seo-merchant-form input,.seo-merchant-form select{width:100%;min-height:44px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#0f172ab8;color:var(--text, #f8fafc);padding:0 12px;outline:none}.seo-merchant-form input:focus,.seo-merchant-form select:focus{border-color:#60a5fac7;box-shadow:0 0 0 3px #60a5fa24}.seo-merchant-result{margin-top:18px}.seo-merchant-metrics{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.seo-merchant-metrics span{border:1px solid rgba(148,163,184,.22);border-radius:999px;padding:6px 10px;background:#0f172aa8;color:var(--muted, #94a3b8);font-size:.86rem}.seo-merchant-metrics strong{color:var(--text, #f8fafc)}@media(max-width:900px){.seo-merchant-form{grid-template-columns:1fr}}.brand-usecase-shell{min-height:100vh}.brand-usecase-topbar{position:sticky;top:0;z-index:40;backdrop-filter:blur(18px)}.brand-usecase-page{padding-top:18px}.brand-usecase-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,520px);gap:28px;align-items:start}.brand-usecase-copy h1{font-size:clamp(2.3rem,6vw,5.2rem);line-height:.95;margin:12px 0 18px;letter-spacing:-.06em}.brand-usecase-copy p{color:var(--muted);max-width:780px;font-size:1.05rem}.brand-usecase-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:26px 0 18px}.brand-usecase-list span{border:1px solid var(--border);border-radius:16px;padding:12px 14px;background:#0f172a94;color:var(--text)}.brand-monitor-form{display:grid;gap:14px;padding:22px;position:sticky;top:92px}.brand-monitor-form label{display:grid;gap:7px;color:var(--muted);font-size:.9rem}.brand-monitor-form input,.brand-monitor-form textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:#020617b8;color:var(--text);padding:12px 13px;font:inherit;outline:none}.brand-monitor-form input:focus,.brand-monitor-form textarea:focus{border-color:#60a5fab8;box-shadow:0 0 0 3px #60a5fa24}.brand-monitor-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.brand-monitor-preview{padding-top:40px}.brand-monitor-score{padding:18px 22px;display:grid;gap:4px;min-width:170px;text-align:right}.brand-monitor-score span{color:var(--muted);font-size:.85rem}.brand-monitor-score strong{font-size:2.2rem}.brand-monitor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.brand-monitor-card{padding:18px;min-width:0}.brand-monitor-card-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.brand-monitor-card-head h3{margin:0}.brand-monitor-card-head span{border:1px solid var(--border);border-radius:999px;padding:3px 9px;color:var(--muted)}.brand-monitor-table-wrap{overflow-x:auto}.brand-monitor-table{width:100%;min-width:620px;border-collapse:collapse}.brand-monitor-table th,.brand-monitor-table td{border-top:1px solid var(--border);padding:9px 8px;text-align:left;vertical-align:top;font-size:.86rem}.brand-monitor-table th{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.brand-monitor-table td{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:920px){.brand-usecase-hero{grid-template-columns:1fr}.brand-monitor-form{position:static}.brand-usecase-list,.brand-monitor-grid,.brand-monitor-form-row{grid-template-columns:1fr}.brand-usecase-topbar{position:sticky}}.agency-export-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;margin:-18px 0 22px}.agency-export-actions a{text-decoration:none}.agency-usecase-shell .brand-monitor-card .analysis-list strong{color:#eef2fff0}@media(max-width:760px){.agency-export-actions{justify-content:stretch;margin-top:0}.agency-export-actions a{width:100%;justify-content:center}}.report-renderer{display:grid;gap:18px;padding:clamp(18px,3vw,28px)}.report-hero,.report-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.report-hero h2{margin:4px 0 8px}.report-hero p,.report-legal p{color:var(--muted, #94a3b8);margin:0}.report-section{border:1px solid rgba(148,163,184,.2);border-radius:18px;padding:16px;background:#0f172a5c;break-inside:avoid}.report-section h3{margin:0 0 12px;font-size:1rem}.report-section ul{margin:0;padding-left:20px;color:var(--text, #e5e7eb)}.report-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.report-score{border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:12px;background:#02061747}.report-score span,.report-kv dt,.report-source small{display:block;color:var(--muted, #94a3b8);font-size:.82rem}.report-score strong{display:block;margin-top:4px;font-size:1.55rem}.report-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.report-kv{display:grid;gap:10px;margin:0}.report-kv--wide{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.report-kv div{display:grid;gap:3px}.report-kv dd{margin:0;font-weight:700;overflow-wrap:anywhere}.report-sources{display:grid;gap:10px}.report-source{display:grid;gap:2px;padding:10px 0;border-bottom:1px solid rgba(148,163,184,.16)}.report-source:last-child{border-bottom:0}.report-source span{color:var(--accent, #eab308);font-size:.9rem}.report-locked{border:1px dashed rgba(148,163,184,.42);border-radius:14px;padding:12px;color:var(--muted, #94a3b8);background:#0f172a7a}.report-export-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:720px){.report-two-col{grid-template-columns:1fr}.report-actions,.report-export-buttons{justify-content:flex-start}}@media print{.report-renderer{background:#fff!important;color:#0f172a!important;box-shadow:none!important}.report-section{background:#fff!important;border-color:#cbd5e1!important}.report-actions button,.report-export-buttons{display:none!important}}.analysis-form{display:grid;gap:18px;padding:24px;border-radius:24px}.analysis-form .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.analysis-form label{display:grid;gap:7px;color:var(--muted);font-size:.9rem}.analysis-form input,.analysis-form select{width:100%;border:1px solid var(--panel-border);border-radius:14px;padding:12px 13px;color:var(--text);background:#0f172a94}html[data-theme=light] .analysis-form input,html[data-theme=light] .analysis-form select{background:#ffffffb8}.form-error{margin-top:12px;border:1px solid rgba(255,109,127,.42);border-radius:14px;padding:12px;color:var(--danger);background:#7f1d1d2e;overflow-wrap:anywhere}.insight-result-panel{margin-top:18px}.result-header-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;justify-content:space-between}.result-header-row h2{margin:0 0 6px}.result-header-row p{margin:0;color:var(--muted);max-width:760px}.score-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(103,240,197,.35);background:#67f0c517;color:var(--text);border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700;white-space:nowrap}.muted-pill{border-color:var(--panel-border);background:#ffffff0d;color:var(--muted)}.warning-box,.error-box{margin-top:14px;border:1px solid rgba(245,158,11,.38);background:#f59e0b1a;color:var(--text);border-radius:16px;padding:12px 14px}.error-box{border-color:#ff6d7f73;background:#ff6d7f1a}.insight-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:18px}.insight-card{border:1px solid var(--panel-border);background:#ffffff0e;border-radius:18px;padding:16px;min-width:0}.insight-card-top{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:10px}.rank-badge{display:inline-flex;border:1px solid var(--panel-border);background:#00000026;border-radius:999px;padding:5px 9px;font-weight:800}.insight-card h3{margin:0;font-size:18px;line-height:1.25;overflow-wrap:anywhere}.muted-line{color:var(--muted);font-size:13px;margin-top:6px;min-height:20px}.metric-grid.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.metric-grid.compact>div{border:1px solid var(--panel-border);background:#0000001f;border-radius:14px;padding:10px}.metric-grid.compact span{display:block;color:var(--muted);font-size:12px;margin-bottom:4px}.metric-grid.compact strong{font-size:15px;overflow-wrap:anywhere}.sources-details{margin-top:18px;color:var(--muted)}.sources-details summary{cursor:pointer;font-weight:800;color:var(--text)}.sources-details pre{max-height:340px;overflow:auto;background:#00000038;border:1px solid var(--panel-border);border-radius:14px;padding:12px}.empty-state{border:1px dashed var(--panel-border);border-radius:16px;padding:18px;color:var(--muted)}.usecase-shell{min-height:100vh}.usecase-main{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:112px 0 64px}.usecase-hero{margin-bottom:22px}.usecase-hero h1{max-width:940px;margin:8px 0 12px}.usecase-hero p{max-width:820px;color:var(--muted)}.analysis-panel{border:1px solid var(--panel-border);background:var(--panel);border-radius:24px;box-shadow:var(--shadow);padding:22px;backdrop-filter:blur(18px)}.analysis-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}.analysis-grid label{display:grid;gap:7px;color:var(--muted);font-size:.9rem}.analysis-grid input,.analysis-grid select{width:100%;border:1px solid var(--panel-border);border-radius:14px;background:#020617b8;color:var(--text);padding:12px 13px;font:inherit;outline:none}.analysis-grid input:focus,.analysis-grid select:focus{border-color:#60a5fab8;box-shadow:0 0 0 3px #60a5fa24}@media(max-width:900px){.usecase-main{padding-top:94px}.analysis-grid{grid-template-columns:1fr}.result-header-row{display:grid}}
