@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap");:root{--yellow:#f5c518;--yellow-dark:#d4a017;--yellow-light:#fde98a;--yellow-glow:rgba(245,197,24,.15);--black:#0a0a0a;--black-soft:#111;--black-card:#161616;--black-border:#242424;--black-muted:#2a2a2a;--purple:#8b5cf6;--purple-dark:#6d28d9;--purple-light:#c4b5fd;--purple-glow:rgba(139,92,246,.15);--blue:#3b82f6;--blue-dark:#2563eb;--blue-light:#93c5fd;--blue-glow:rgba(59,130,246,.12);--text-primary:#fafafa;--text-secondary:#a1a1a1;--text-muted:#666;--font-display:"Syne",sans-serif;--font-body:"Inter",sans-serif;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;zoom:.9}body{font-family:var(--font-body);background-color:var(--black);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}body.menu-open{overflow:hidden}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:700}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:var(--font-body)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--black)}::-webkit-scrollbar-thumb{background:var(--black-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}::selection{background:var(--yellow);color:var(--black)}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width:768px){.container{padding-left:16px;padding-right:16px}}@media (max-width:480px){.container{padding-left:14px;padding-right:14px}}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));grid-gap:16px;gap:16px}@media (min-width:769px){.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.hero-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:6px;gap:6px;margin-bottom:12px}@media (max-width:420px){.hero-stat-grid{grid-template-columns:repeat(2,1fr)}}.hero-preview-shell{width:100%;max-width:380px;margin-left:auto;margin-right:auto}.hero-root{min-height:100vh;padding-top:80px}.hero-free-daily-limit{font-size:14px;font-weight:600;color:#d4b84a;max-width:560px;margin:0 auto 20px;line-height:1.5;padding:0 8px;text-align:center}@media (max-width:768px){.hero-free-daily-limit{font-size:13px;margin-bottom:16px}.hero-root{min-height:calc(100svh - 64px);padding-top:92px;padding-bottom:40px}.hero-description,.hero-disclaimer,.hero-flow-text,.hero-title{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.hero-description{margin:0 auto 22px!important}.hero-flow-text{margin:0 auto 16px!important;padding:0 2px;line-height:1.7!important}.hero-disclaimer{margin:0 auto 22px!important;padding:0 2px}.hero-preview-shell{max-width:100%}}.hero-url-pill{flex:1 1;min-width:0;background:#0f0f0f;border-radius:5px;padding:4px 10px;font-size:11px;color:#444;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:380px){.hero-url-pill{font-size:9px;padding:4px 6px}}.pricing-teaser-box{display:inline-block;max-width:100%;box-sizing:border-box;background:linear-gradient(160deg,rgba(245,197,24,.08),#141414 60%);border:1px solid rgba(245,197,24,.3);border-radius:20px;padding:36px 48px;box-shadow:0 0 60px rgba(245,197,24,.06);margin-bottom:40px}@media (max-width:640px){.pricing-teaser-box{padding:28px 22px}}.pricing-teaser-price{font-family:var(--font-display);font-size:clamp(48px,14vw,80px);font-weight:800;letter-spacing:-.05em;line-height:1}.pricing-page-card{width:100%;max-width:320px;flex-shrink:0}@media (max-width:900px){.pricing-page-card{max-width:none}}.pricing-page-row{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;align-items:flex-start;margin-bottom:64px}@media (max-width:900px){.pricing-page-row{flex-direction:column;align-items:stretch}}.footer-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}@media (max-width:640px){.footer-inner{flex-direction:column;align-items:flex-start}.footer-links{flex-wrap:wrap;gap:14px 20px}}.dashboard-pay-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;gap:12px;flex-wrap:wrap}.dashboard-pay-row+.dashboard-pay-row{border-top:1px solid #141414}.dashboard-pay-amount{text-align:right}@media (max-width:520px){.dashboard-pay-row{flex-direction:column;align-items:flex-start}.dashboard-pay-amount{text-align:left;width:100%}}html:has(.dashboard-page){zoom:1;height:100%;overflow:hidden}html:has(.dashboard-page) body{height:100%;overflow:hidden}.dashboard-page{box-sizing:border-box;position:fixed;inset:0;width:100%;overflow:hidden}.dashboard-page,.dashboard-page>.container{height:100%;padding:0}.dashboard-powered-by{margin-top:24px;padding-top:16px;text-align:center;border-top:1px solid #141414}.dashboard-powered-by p{margin:0;font-size:11px;color:#444;line-height:1.5}.dashboard-page .dashboard-greeting{font-size:clamp(1.15rem,2.8vw + .55rem,1.5rem);line-height:1.2}.dashboard-page .dashboard-email{overflow-wrap:anywhere;word-break:break-word}.dashboard-page .dashboard-alert{overflow-wrap:anywhere}@media (max-width:768px){.dashboard-tab-toolbar{gap:10px}.dashboard-tab-toolbar .dashboard-tablist{gap:5px}.dashboard-tab-toolbar .dashboard-tablist button{padding:9px 14px;font-size:12px}}.dashboard-subscription-card{padding:22px 22px 20px}.dashboard-cta-card{padding:28px 24px}.dashboard-subscription-actions{align-self:center}@media (max-width:900px){.dashboard-subscription-actions{width:100%;align-self:stretch!important}.dashboard-subscription-actions .btn-primary,.dashboard-subscription-actions .btn-secondary{width:100%;justify-content:center;min-height:44px}}@media (max-width:640px){.dashboard-page>.container>.card{padding:18px 16px}.dashboard-header-row{flex-direction:column;align-items:stretch!important;justify-content:flex-start!important;gap:12px;margin-bottom:18px!important}.dashboard-header-row .dashboard-header-left{flex:0 0 auto!important;width:100%}.dashboard-header-row>button{width:100%;align-self:stretch;justify-content:center;min-height:44px}.dashboard-tab-toolbar{flex-direction:column;align-items:stretch!important;justify-content:flex-start!important}.dashboard-tab-toolbar .dashboard-tablist{display:flex!important;flex-wrap:nowrap;width:100%;max-width:100%;box-sizing:border-box;padding:4px;gap:4px}.dashboard-tab-toolbar .dashboard-tablist .dashboard-tab{flex:1 1;min-width:0;display:inline-flex!important;align-items:center;justify-content:center;text-align:center;padding:10px 8px!important;font-size:11px!important;line-height:1.25;border-radius:10px;border:1px solid hsla(0,0%,100%,.1)!important;background:hsla(0,0%,100%,.04)!important;color:#a3a3a3!important}.dashboard-tab-toolbar .dashboard-tablist .dashboard-tab[aria-selected=true]{border-color:var(--black-border)!important;background:var(--black-card)!important;color:var(--text-primary)!important;box-shadow:0 1px 2px rgba(0,0,0,.35)!important}.dashboard-tab-toolbar .dashboard-tablist .dashboard-tab:disabled{border-color:hsla(0,0%,100%,.07)!important;background:hsla(0,0%,100%,.02)!important;color:#6b6b6b!important;opacity:1}.dashboard-tab-toolbar .dashboard-refresh-saved{width:100%;justify-content:center;min-height:44px}.dashboard-subscription-card{padding:18px 16px 16px!important}.dashboard-cta-card{padding:20px 16px!important}.dashboard-saved-panel-card{padding:18px 16px!important}.dashboard-saved-filters{flex-direction:column;align-items:stretch;gap:10px}.dashboard-saved-filters .dashboard-saved-search-wrap{flex:0 0 auto!important;width:100%;min-height:0}.dashboard-saved-sort-row{width:100%;min-width:0;flex-wrap:wrap}.dashboard-saved-sort-row select{flex:1 1 auto;min-width:0;width:100%;max-width:100%}}.dashboard-saved-filters{display:flex;flex-wrap:wrap}.dashboard-saved-search-wrap input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.dashboard-saved-search-wrap input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.dashboard-saved-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;margin-left:-4px;margin-right:-4px;padding-left:4px;padding-right:4px}.dashboard-saved-table-scroll table{width:100%;min-width:640px}.auth-shell{padding:80px 24px 24px}.auth-shell__main{flex:1 1;display:flex;align-items:center;justify-content:center;padding:0 24px}.auth-page-footer,.auth-shell__main{position:relative;z-index:1;width:100%}.auth-page-footer{flex-shrink:0;padding:16px 24px 28px;text-align:center}.auth-page-footer p{margin:0;font-size:11px;color:#333;line-height:1.5}@media (max-width:480px){.auth-shell{padding:72px 16px 16px}.auth-shell__main{padding:0 16px}.auth-page-footer{padding:12px 16px 24px}}.section-padding-main{padding:100px 0}@media (max-width:768px){.section-padding-main{padding:56px 0}}@media (max-width:480px){.section-padding-main{padding:48px 0}}@media (max-width:420px){.hero-cta-row a.btn-primary,.hero-cta-row a.btn-secondary{width:100%;max-width:320px;justify-content:center}.hero-title{font-size:clamp(34px,11vw,44px)!important;line-height:1.05!important}}.auth-form-card.card{padding:clamp(20px,5vw,28px)}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:var(--yellow);color:var(--black);border:none;border-radius:var(--radius-md);font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:.01em;transition:all .2s ease;cursor:pointer}.btn-primary:hover{background:var(--yellow-dark);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:transparent;color:var(--text-primary);border:1px solid var(--black-border);border-radius:var(--radius-md);font-family:var(--font-display);font-weight:600;font-size:15px;transition:all .2s ease;cursor:pointer}.btn-secondary:hover{border-color:var(--yellow);color:var(--yellow);background:var(--yellow-glow)}.card{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-lg);padding:24px}.badge{display:inline-block;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;font-family:var(--font-display);letter-spacing:.05em;text-transform:uppercase}.badge-yellow{background:var(--yellow-glow);color:var(--yellow);border:1px solid rgba(245,197,24,.3)}.badge-purple{background:var(--purple-glow);color:var(--purple-light);border:1px solid rgba(139,92,246,.3)}.gradient-text{background:linear-gradient(135deg,var(--yellow) 0,var(--purple-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.noise:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;border-radius:inherit}.glow-yellow{box-shadow:0 0 40px var(--yellow-glow),0 0 80px rgba(245,197,24,.05)}.glow-purple{box-shadow:0 0 40px var(--purple-glow),0 0 80px rgba(139,92,246,.05)}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:13px;font-weight:500;color:var(--text-secondary);font-family:var(--font-display);letter-spacing:.02em}.form-input{width:100%;padding:12px 16px;background:var(--black-muted);border:1px solid var(--black-border);border-radius:var(--radius-md);color:var(--text-primary);font-size:15px;transition:all .2s ease;outline:none}.form-input:focus{border-color:var(--yellow);background:rgba(245,197,24,.04)}.form-input::placeholder{color:var(--text-muted)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px var(--yellow-glow)}50%{box-shadow:0 0 40px rgba(245,197,24,.3)}}@keyframes spin{to{transform:rotate(1turn)}}.animate-fade-up{animation:fadeUp .5s ease forwards}.animate-pulse-glow{animation:pulse-glow 2s ease-in-out infinite}.badge-neutral{background:hsla(0,0%,100%,.04);color:var(--text-secondary);border:1px solid var(--black-border)}.hero-title-accent,.section-title-accent{color:var(--text-primary);font-weight:700}.plans-compare-section{background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.02) 50%,transparent)}.plans-compare-header{text-align:center;margin-bottom:40px}.plans-compare-title{font-family:var(--font-display);font-size:clamp(28px,4.5vw,44px);font-weight:800;letter-spacing:-.03em;line-height:1.12;margin:16px 0 12px}.plans-compare-title-accent{color:var(--yellow)}.plans-compare-intro{color:var(--text-secondary);font-size:16px;max-width:560px;margin:0 auto;line-height:1.7}.plans-compare-table-wrap{overflow-x:auto;border:1px solid var(--black-border);border-radius:var(--radius-lg);background:var(--black-card)}.plans-compare-table{width:100%;border-collapse:collapse;min-width:520px}.plans-compare-table td,.plans-compare-table th{padding:16px 20px;text-align:center;border-bottom:1px solid var(--black-border);vertical-align:middle}.plans-compare-table td:first-child,.plans-compare-table th:first-child{text-align:left}.plans-compare-table thead th{font-family:var(--font-display);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);background:var(--black-soft)}.plans-compare-table tbody th{font-size:14px;font-weight:500;color:var(--text-primary)}.plans-compare-col-premium{background:rgba(245,197,24,.04)}.plans-compare-row-highlight th{font-weight:600}.plans-compare-text{font-size:14px;color:var(--text-secondary)}.plans-compare-included{display:inline-flex;color:#22c55e}.plans-compare-muted{display:inline-flex;color:var(--text-muted)}.plans-compare-cta{text-align:center;margin-top:36px}.plans-compare-cta-note{font-size:13px;color:var(--text-muted);margin-bottom:16px}.trust-bar{border-top:1px solid var(--black-border);border-bottom:1px solid var(--black-border);background:var(--black-soft);padding:28px 0}.trust-bar-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:24px 40px}.trust-bar-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-secondary)}.trust-bar-item svg{color:var(--yellow);flex-shrink:0}.dashboard-page{background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(245,197,24,.06),transparent),var(--black)}.dashboard-page>.container{max-width:none;width:100%;padding-left:0;padding-right:0}.dashboard-app{display:grid;grid-template-columns:268px minmax(0,1fr);height:100%;min-height:0;width:100%;max-width:none;margin:0;padding:0;grid-gap:0;gap:0}.dashboard-sidebar{display:flex;flex-direction:column;gap:4px;height:100%;min-height:0;padding:16px 16px 12px 20px;border-right:1px solid #1f1f1f;background:linear-gradient(180deg,#0c0c0c,#0a0a0a);overflow:hidden}.dashboard-sidebar__brand{display:flex;align-items:center;gap:10px;flex-shrink:0;padding:8px 10px 20px;margin-bottom:4px;text-decoration:none;color:inherit;border-bottom:1px solid #1a1a1a}.dashboard-sidebar__brand:hover .dashboard-sidebar__brand-text{color:var(--text-primary)}.dashboard-sidebar__brand-text{display:flex;flex-direction:column;font-family:var(--font-display);font-size:15px;font-weight:700;color:var(--text-primary);line-height:1.15;letter-spacing:-.03em;transition:color .15s}.dashboard-sidebar__brand-sub{font-size:11px;font-weight:600;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.dashboard-sidebar__brand-ai{color:#a78bfa;font-weight:700}.dashboard-sidebar__nav{display:flex;flex-direction:column;gap:2px;flex:1 1;overflow-y:auto;padding:8px 0;min-height:0}.dashboard-sidebar__section{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#555;margin:0 10px 8px}.dashboard-sidebar__section--spaced{margin-top:16px;padding-top:16px;border-top:1px solid #1a1a1a}.dashboard-sidebar__link{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:8px;border:1px solid transparent;border-left-width:3px;background:transparent;color:#a3a3a3;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;text-align:left;transition:background .12s,color .12s,border-color .12s}.dashboard-sidebar__link:hover:not(:disabled){background:#141414;color:#e5e5e5}.dashboard-sidebar__link--active{background:rgba(245,197,24,.08);border-left-color:#f5c518;color:#f5f5f5}.dashboard-sidebar__link-label{flex:1 1;min-width:0}.dashboard-sidebar__badge{flex-shrink:0;min-width:18px;padding:1px 6px;border-radius:999px;font-size:10px;font-weight:700;line-height:1.4;text-align:center;color:#0a0a0a;background:#f5c518}.dashboard-sidebar__group{margin-bottom:2px}.dashboard-sidebar__lock{flex-shrink:0;color:#666}.dashboard-sidebar__bottom{flex-shrink:0;margin-top:auto;padding-top:12px;border-top:1px solid #1a1a1a}.dashboard-sidebar__site{display:flex;flex-wrap:wrap;gap:6px 12px;padding:0 10px 12px}.dashboard-sidebar__site-link{font-size:12px;color:#666;text-decoration:none;transition:color .15s}.dashboard-sidebar__site-link:hover{color:#ccc}.dashboard-sidebar__locale{padding:0 10px 10px}.dashboard-sidebar__account{display:flex;align-items:center;gap:10px;padding:10px 10px 4px;border-radius:10px;background:#111;border:1px solid #1f1f1f}.dashboard-sidebar__account-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:2px}.dashboard-sidebar__account-name{font-size:13px;font-weight:600;color:#ececf1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-sidebar__email{font-size:11px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-sidebar__premium{gap:4px}.dashboard-sidebar__free,.dashboard-sidebar__premium{display:inline-flex;align-items:center;align-self:flex-start;margin-top:2px;padding:2px 6px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f5c518;background:rgba(245,197,24,.12)}.dashboard-sidebar__free{border:1px solid rgba(245,197,24,.2)}.dashboard-sidebar__logout{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;border:1px solid #2a2a2a;background:#0f0f0f;color:#888;cursor:pointer;transition:color .15s,border-color .15s}.dashboard-sidebar__logout:hover:not(:disabled){color:#e5e5e5;border-color:#444}.dashboard-sidebar__logout:disabled{opacity:.6;cursor:not-allowed}.dashboard-main{min-width:0;min-height:0;height:100%;overflow-y:auto;overflow-x:hidden;padding:20px 28px 32px 32px;-webkit-overflow-scrolling:touch}.dashboard-main-content{width:100%}.dash-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #1f1f1f}.dash-page-header__title{margin:0 0 6px;font-family:var(--font-display);font-size:clamp(1.35rem,2vw + .5rem,1.75rem);font-weight:700;letter-spacing:-.03em;color:#fafafa;line-height:1.2}.dash-page-header__lead{margin:0;font-size:14px;line-height:1.5;color:#888;max-width:62ch}.dash-page-header__meta{margin-top:8px;font-size:12px;color:#666}.dash-page-header__refresh{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;font-size:12px;padding:9px 14px;white-space:nowrap}.dash-panel-card{width:100%;margin-bottom:16px;padding:20px 22px;background:var(--black-card);border:1px solid var(--black-border);border-radius:12px}.dash-panel-meta--inline{margin:0 0 16px;font-size:12px;color:#737373}.dash-panel-meta--inline span{color:#888}.dash-toolbar{margin-bottom:16px}.dash-toolbar__row{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch;margin-bottom:8px}.dash-toolbar__count{margin:0;font-size:11px;color:#737373}.dash-toolbar__channels{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid #1f1f1f}.dash-toolbar__label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#555;white-space:nowrap}.dash-segmented{display:inline-flex;flex-wrap:wrap;padding:4px;border-radius:10px;background:#0d0d0d;border:1px solid #222;gap:4px}.dash-segmented__btn{padding:8px 14px;border-radius:7px;border:1px solid transparent;background:transparent;color:#888;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.dash-segmented__btn:hover{color:#ccc;background:#141414}.dash-segmented__btn--active{border-color:rgba(245,197,24,.4);background:rgba(245,197,24,.12);color:#f5c518}.dash-panel-hint{margin:0 0 16px;font-size:13px;line-height:1.5;color:var(--text-muted);max-width:72ch}.dash-quick-tools{margin-bottom:22px}.dash-quick-tools__heading{margin:0 0 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#737373}.dash-quick-tools__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:10px;gap:10px}.dash-quick-tools__card{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:12px;border:1px solid #2a2a2a;background:#0f0f0f;color:inherit;text-decoration:none;cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,background .15s}.dash-quick-tools__card:hover{border-color:#3a3a3a;background:#141414}.dash-quick-tools__card--active{border-color:rgba(245,197,24,.45);background:rgba(245,197,24,.06)}.dash-quick-tools__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(245,197,24,.1);color:#f5c518}.dash-quick-tools__text{display:flex;flex-direction:column;gap:4px;min-width:0}.dash-quick-tools__title{font-size:14px;font-weight:600;color:#ececf1}.dash-quick-tools__desc{font-size:12px;line-height:1.4;color:#888}.dash-beginner-guide{padding:18px 20px;margin-bottom:20px;border-left:3px solid rgba(245,197,24,.55);background:rgba(245,197,24,.04)}.dash-beginner-guide__head{display:flex;align-items:flex-start;gap:12px}.dash-beginner-guide__icon{flex-shrink:0;color:#f5c518;margin-top:2px}.dash-beginner-guide__lead{margin:0;font-size:14px;line-height:1.55;color:var(--text-primary)}.dash-beginner-guide__tips{margin:12px 0 0 30px;padding:0;font-size:13px;line-height:1.5;color:var(--text-secondary)}.dash-beginner-guide__tips li+li{margin-top:6px}.dash-opp-score{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:12px;font-weight:600;line-height:1.35;white-space:nowrap}.dash-opp-score--compact{font-size:11px;padding:2px 7px}.dash-opp-score--great{color:#86efac;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.22)}.dash-opp-score--ok{color:#fcd34d;background:rgba(245,197,24,.1);border:1px solid rgba(245,197,24,.22)}.dash-opp-score--hard{color:#fca5a5;background:hsla(0,91%,71%,.1);border:1px solid hsla(0,91%,71%,.2)}.dash-opp-score--unknown{color:#737373}.dash-trends-delta--plain{font-size:12px;max-width:180px;line-height:1.35}.dash-overview{display:flex;flex-direction:column;gap:20px}.dash-overview__workflow{padding:22px 24px}.dash-overview__workflow-title{margin:0 0 16px;font-family:var(--font-display);font-size:17px;font-weight:700;color:var(--text-primary)}.dash-overview__steps{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:12px}.dash-overview__step{display:flex;align-items:flex-start;gap:10px;font-size:13px;line-height:1.55;color:var(--text-secondary)}.dash-overview__step-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#f5c518;background:rgba(245,197,24,.1);border:1px solid rgba(245,197,24,.25)}.dash-overview__step-icon{flex-shrink:0;color:#737373;margin-top:2px}.dash-overview__step-text{flex:1 1;min-width:0}.dash-overview__empty-hint{margin:0 0 16px;font-size:13px;line-height:1.5;color:var(--text-muted)}.dash-overview__extension-cta{display:inline-flex;align-items:center;gap:8px;font-size:13px;text-decoration:none}.dash-overview__stats-title{margin:0 0 12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#737373}.dash-overview__stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:10px;gap:10px;margin-bottom:4px}.dash-overview__stat{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 18px;text-align:left;cursor:pointer;font-family:inherit;color:inherit;transition:border-color .15s,background .15s}.dash-overview__stat:hover{border-color:rgba(245,197,24,.35)}.dash-overview__stat-icon{color:#737373}.dash-overview__stat-value{font-family:var(--font-display);font-size:28px;font-weight:700;color:var(--text-primary);line-height:1}.dash-overview__stat-label{font-size:12px;color:var(--text-secondary);line-height:1.4}.dash-overview__stat-go{position:absolute;top:14px;right:14px;color:#525252}.dash-research-hub{width:100%}.dash-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;margin-bottom:16px}.dash-research-toolbar{padding:18px 20px;margin-bottom:16px}.dash-research-table-card,.dash-research-toolbar{background:var(--black-card);border:1px solid var(--black-border);border-radius:14px}.dash-research-table-card{padding:16px 18px;width:100%}@media (max-width:1100px){.dash-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){html:has(.dashboard-page),html:has(.dashboard-page) body{height:auto;overflow:auto}.dashboard-page{position:relative;inset:auto;height:auto;min-height:100dvh;overflow:visible}.dashboard-app{grid-template-columns:1fr;height:auto;min-height:100dvh;padding:0}.dashboard-sidebar{height:auto;border-right:none;border-bottom:1px solid var(--black-border);padding:16px 16px 12px;overflow:visible}.dashboard-sidebar__nav{flex-direction:row;flex-wrap:wrap;overflow:visible}.dashboard-sidebar__link{flex:1 1 auto;width:auto;min-width:140px}.dashboard-main{height:auto;overflow:visible;padding:16px 16px 32px}}@media (max-width:600px){.dash-kpi-grid,.dash-quick-tools__grid{grid-template-columns:1fr}}.dashboard-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:28px;padding-bottom:22px;border-bottom:1px solid var(--black-border)}.dashboard-greeting{font-family:var(--font-display);font-weight:700;font-size:clamp(1.25rem,2.5vw + .5rem,1.625rem);letter-spacing:-.03em;color:var(--text-primary);margin:0;line-height:1.2}.dashboard-email{font-size:13px;color:var(--text-muted);margin:6px 0 0}.dashboard-badge-premium{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#e8d48b;background:rgba(245,197,24,.08);border:1px solid rgba(245,197,24,.2)}.dashboard-btn-ghost{padding:9px 16px;background:transparent;border:1px solid var(--black-border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:13px;font-weight:500;transition:border-color .15s,color .15s,background .15s}.dashboard-btn-ghost:hover:not(:disabled){border-color:#3a3a3a;color:var(--text-primary);background:hsla(0,0%,100%,.03)}.dashboard-btn-ghost:disabled{opacity:.65;cursor:not-allowed}.dashboard-alert{display:flex;align-items:flex-start;gap:12px;padding:14px 18px;margin-bottom:24px;border-radius:var(--radius-md);font-size:14px;line-height:1.5}.dashboard-alert--info{background:rgba(59,130,246,.08);border:1px solid rgba(59,130,246,.22);color:#93c5fd}.dashboard-alert--warn{background:rgba(234,179,8,.08);border:1px solid rgba(234,179,8,.28);color:#facc15}.dashboard-alert--success{background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.22);color:#86efac}.dashboard-alert__icon{flex-shrink:0;margin-top:1px;opacity:.95}.dashboard-nav-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px}.dashboard-tab-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}.dashboard-tablist{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px;border-radius:12px;background:var(--black-soft);border:1px solid var(--black-border)}.dashboard-tab{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:500;font-family:var(--font-body);cursor:pointer;transition:color .15s,background .15s,border-color .15s;white-space:nowrap}.dashboard-tab:hover:not(:disabled){color:var(--text-primary);background:hsla(0,0%,100%,.04)}.dashboard-tab[aria-selected=true]{color:var(--text-primary);background:var(--black-card);border-color:var(--black-border);box-shadow:0 1px 2px rgba(0,0,0,.35)}.dashboard-tab[aria-selected=true] .dash-icon{color:var(--yellow)}.dashboard-tablist .dashboard-tab{padding:10px 16px!important;border-radius:8px!important;border:1px solid transparent!important;background:transparent!important;color:var(--text-secondary)!important;font-size:13px!important;font-weight:500!important;font-family:var(--font-body)!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.dashboard-tablist .dashboard-tab[aria-selected=true]{color:var(--text-primary)!important;background:var(--black-card)!important;border-color:var(--black-border)!important;box-shadow:0 1px 2px rgba(0,0,0,.35)!important}.dashboard-tablist .dashboard-tab:disabled{color:#5c5c5c!important;background:transparent!important;opacity:.85!important}.dashboard-tablist{background:var(--black-soft)!important;border:1px solid var(--black-border)!important;border-radius:12px!important;padding:4px!important;gap:4px!important}.dashboard-pay-icon svg{color:#22c55e}.dashboard-status-row .dash-icon{color:#4ade80}.dashboard-tab:disabled{color:#5c5c5c;cursor:not-allowed;opacity:.85}.dashboard-tab .dash-icon{color:var(--text-muted);flex-shrink:0}.dashboard-refresh-saved{display:inline-flex;align-items:center;gap:8px}.dashboard-page .card{background:var(--black-card);border:1px solid var(--black-border);border-radius:var(--radius-lg);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.03)}.dashboard-subscription-card{border-left:3px solid var(--yellow)}.dashboard-subscription-card--inactive{border-left:1px solid var(--black-border)}.dashboard-section-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:12px}.dashboard-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:10px}.dashboard-status-title{font-size:17px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em}.dashboard-status-pill{font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:4px 9px;border-radius:4px}.dashboard-status-pill--active{background:rgba(34,197,94,.1);color:#86efac;border:1px solid rgba(34,197,94,.22)}.dashboard-status-pill--inactive{background:hsla(0,0%,100%,.06);color:#9ca3af;border:1px solid hsla(0,0%,100%,.08)}.dashboard-free-usage{background:#111;border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:10px}.dashboard-free-usage__count{font-family:var(--font-display,"Syne",sans-serif);font-weight:800;font-size:16px;color:var(--yellow);flex-shrink:0;line-height:1}.dashboard-free-usage__body{flex:1 1;min-width:0}.dashboard-free-usage__label{font-size:10px;color:var(--text-muted);margin-bottom:5px;font-weight:600;letter-spacing:.06em}.dashboard-free-usage__remaining{font-size:12px;color:#e5e5e5;margin-bottom:6px;font-weight:600}.dashboard-free-usage__reset{font-size:10px;color:var(--text-secondary);margin-bottom:6px}.dashboard-free-usage__track{height:4px;background:#222;border-radius:2px;overflow:hidden}.dashboard-free-usage__fill{height:100%;border-radius:2px;background:var(--yellow);transition:width .4s ease}.dashboard-free-usage__fill--danger{background:#ef4444}.dashboard-sidebar__quota{margin-top:2px}.dashboard-free-usage--compact{padding:8px 10px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.dashboard-free-usage--compact .dashboard-free-usage__count{font-size:14px}.dashboard-free-usage--compact .dashboard-free-usage__label{font-size:9px;margin-bottom:4px}.dashboard-free-usage--compact .dashboard-free-usage__remaining{font-size:11px;margin-bottom:4px}.dashboard-free-usage--compact .dashboard-free-usage__reset{font-size:9px;margin-bottom:5px}.dashboard-pay-icon{width:32px;height:32px;border-radius:8px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.15)}.dashboard-pay-icon,.dashboard-step-num{display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard-step-num{width:22px;height:22px;border-radius:6px;background:hsla(0,0%,100%,.04);border:1px solid var(--black-border);font-size:11px;font-weight:600;color:var(--text-secondary)}.dash-panel{display:flex;flex-direction:column;gap:20px}.dash-panel__title{margin:0 0 6px;font-size:1.25rem;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary)}.dash-panel__hint{margin:0;font-size:14px;color:var(--text-secondary);line-height:1.55;max-width:42rem}.dash-kpi-grid{display:flex;flex-wrap:wrap;gap:12px}.dash-kpi{flex:1 1 140px;min-width:120px;padding:16px 18px;border-radius:var(--radius-md);background:var(--black-soft);border:1px solid var(--black-border)}.dash-kpi>div:first-child{font-size:11px!important;font-weight:600!important;color:var(--text-muted)!important;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px!important;font-family:var(--font-body)!important}.dash-kpi>div:nth-child(2){font-size:1.75rem!important;font-weight:700!important;color:var(--text-primary)!important;font-family:var(--font-body)!important;line-height:1.1!important}.dash-kpi>div:nth-child(3){font-size:12px!important;color:var(--text-muted)!important;margin-top:6px!important}.dash-kpi__label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.dash-kpi__value{font-size:1.75rem;font-weight:700;font-family:var(--font-body);color:var(--text-primary);letter-spacing:-.03em;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-kpi__sub{font-size:12px;color:var(--text-muted);margin-top:6px}.dash-surface{background:var(--black-soft);border:1px solid var(--black-border);border-radius:var(--radius-md)}.dash-toolbar{padding:16px 18px}.dash-input-wrap{position:relative;flex:1 1 220px;min-width:0}.dash-input-wrap .dash-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.dash-input{width:100%;padding:10px 12px 10px 38px;border-radius:var(--radius-md);border:1px solid var(--black-border);background:var(--black);color:var(--text-primary);font-size:14px}.dash-input:focus{outline:none;border-color:#3f3f46}.dash-select{padding:10px 12px;color:var(--text-primary);font-size:13px}.dash-btn-icon,.dash-select{border-radius:var(--radius-md);border:1px solid var(--black-border);background:var(--black)}.dash-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;color:var(--text-secondary);cursor:pointer;transition:background .15s,color .15s,border-color .15s}.dash-btn-icon:hover{color:var(--text-primary);background:hsla(0,0%,100%,.04)}.dash-btn-icon--active{color:var(--yellow);border-color:rgba(245,197,24,.35);background:rgba(245,197,24,.08)}.dash-btn-text{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:var(--radius-md);border:1px solid var(--black-border);background:transparent;color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.dash-btn-text:hover{color:var(--text-primary);background:hsla(0,0%,100%,.04)}.dash-empty-state{text-align:center;padding:32px 24px}.dash-empty-state .dash-icon{color:var(--text-muted);margin-bottom:12px}.dash-icon{flex-shrink:0}@keyframes dash-spin{to{transform:rotate(1turn)}}.dash-icon--spin{animation:dash-spin .75s linear infinite}.dash-keyword-combobox{position:relative;display:flex;align-items:stretch;min-height:42px;padding:6px 10px 6px 36px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:#0a0a0b}.dash-keyword-combobox:focus-within{border-color:rgba(245,197,24,.45);box-shadow:0 0 0 2px rgba(245,197,24,.1)}.dash-keyword-combobox__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#a1a8b5;pointer-events:none;flex-shrink:0}.dash-keyword-combobox__inner{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1 1;min-width:0}.dash-keyword-combobox__input{flex:1 1 120px;min-width:80px;border:none;background:transparent;color:#ececf1;font-size:14px;padding:2px 0;outline:none}.dash-keyword-combobox__input::placeholder{color:#6b7280}.dash-research-toggle{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:#0a0a0b;color:#a1a8b5;font-size:12px;font-weight:500;cursor:pointer;white-space:nowrap;transition:border-color .15s ease,background .15s ease,color .15s ease}.dash-research-toggle:hover:not(:disabled){color:#ececf1;border-color:hsla(0,0%,100%,.18)}.dash-research-toggle:disabled{opacity:.45;cursor:not-allowed}.dash-research-toggle--active{color:#e8d48b;background:rgba(245,197,24,.1);border-color:rgba(245,197,24,.35)}.dash-research-toggle--active:hover:not(:disabled){color:#f5e6a8;border-color:rgba(245,197,24,.5)}.dash-keyword-filter{display:flex;flex-direction:column;gap:8px}.dash-keyword-chips{display:flex;flex-wrap:wrap;gap:6px}.dash-keyword-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px 4px 10px;border-radius:999px;font-size:12px;font-weight:500;color:#e8d48b;background:rgba(245,197,24,.12);border:1px solid rgba(245,197,24,.28)}.dash-keyword-chip-remove{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:transparent;color:#a1a8b5;cursor:pointer;border-radius:4px;line-height:0}.dash-keyword-chip-remove:hover{color:#ececf1}.dash-research-table-wrap{overflow-x:auto}.dash-research-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:13px}.dash-research-col-title{width:28%}.dash-research-col-mp,.dash-research-col-price{width:10%}.dash-research-col-est-sales{width:9%;min-width:72px}.dash-research-col-source{width:10%;min-width:88px}.dash-research-col-context{width:15%}.dash-research-col-date{width:12%}.dash-research-col-link{width:6%}.dash-research-th{padding:10px 8px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#a1a8b5;text-align:left;vertical-align:bottom}.dash-research-td{padding:12px 8px;vertical-align:top;color:#ececf1;word-wrap:break-word;overflow-wrap:anywhere}.dash-research-row{border-top:1px solid hsla(0,0%,100%,.1)}.dash-research-td-title{line-height:1.35}.dash-research-td-link{text-align:center}.dash-research-td-est-sales{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-research-th:nth-child(4){white-space:nowrap}.dash-research-price-cheapest{color:#1a1608!important;background:rgba(245,197,24,.42);font-weight:700;box-shadow:inset 0 0 0 1px rgba(245,197,24,.55)}@keyframes dash-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dash-skeleton{background:linear-gradient(90deg,#1a1a1a,#262626 45%,#1a1a1a 90%);background-size:200% 100%;animation:dash-skeleton-shimmer 1.35s ease-in-out infinite;border-radius:8px}.dash-skeleton-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.dash-skeleton-kpi{display:flex;flex-direction:column;gap:8px;padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--black-border);background:var(--black-soft)}.dash-skeleton-charts-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.dash-skeleton-chart{padding:16px 18px;border-radius:14px;border:1px solid #2a2a2a;background:#0d0d0d}.dash-skeleton-chart--tall .dash-skeleton-chart-area{min-height:200px}.dash-skeleton-table-wrap{border:1px solid var(--black-border);border-radius:var(--radius-md);overflow:hidden;background:var(--black-soft)}.dash-skeleton-table-head,.dash-skeleton-table-row{display:grid;grid-gap:12px;gap:12px;padding:12px 16px;align-items:center}.dash-skeleton-table-head{border-bottom:1px solid #2a2a2a;background:hsla(0,0%,100%,.02)}.dash-skeleton-table-row{border-top:1px solid #1a1a1a}.dash-skeleton-panel{display:flex;flex-direction:column;gap:12px}.dashboard-tab-content{position:relative;min-height:120px}.dashboard-tab-content--refreshing>.dashboard-tab-panels{opacity:.45;pointer-events:none;transition:opacity .2s ease}.dashboard-tab-loading-overlay{position:absolute;inset:0;z-index:2;padding:8px 0 24px;background:linear-gradient(180deg,hsla(0,0%,4%,.55),hsla(0,0%,4%,.85));border-radius:var(--radius-md)}.dashboard-favorites-body{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;align-items:start}.dashboard-favorites-chart-panel{order:-1;min-width:0}.dashboard-favorites-main{min-width:0}@media (min-width:1024px){.dashboard-favorites-body{grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:20px}.dashboard-favorites-chart-panel{order:2;position:-webkit-sticky;position:sticky;top:72px}.dashboard-favorites-main{order:1}}.dashboard-favorites-chart-placeholder{padding:20px 18px;border-radius:14px;border:1px dashed #333;background:hsla(0,0%,100%,.02);text-align:center}.dashboard-favorites-chart-placeholder .dash-icon{color:var(--text-muted);margin-bottom:10px}.dashboard-favorite-table-wrap{max-height:min(52vh,520px);overflow:auto;border:1px solid var(--black-border);border-radius:var(--radius-md);background:var(--black-soft)}.dashboard-favorite-table{width:100%;border-collapse:collapse;font-size:13px;table-layout:fixed}.dashboard-favorite-table thead tr{border-bottom:1px solid #2a2a2a;color:#888}.dashboard-favorite-table td,.dashboard-favorite-table th{padding:10px 8px;vertical-align:middle}.dashboard-favorite-col-check{width:36px;text-align:center}.dashboard-favorite-col-title{width:30%;min-width:160px;text-align:left}.dashboard-favorite-col-channel{width:11%;min-width:84px;text-align:left;color:#a3a3a3}.dashboard-favorite-col-num{width:9%;min-width:72px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dashboard-favorite-col-est{color:#c4b5fd}.dashboard-favorite-col-rating{width:11%;min-width:88px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap;color:#a3a3a3}.dashboard-favorite-col-actions{width:72px;text-align:right}.dashboard-favorite-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.dashboard-price-chart__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.dashboard-price-chart__close{flex-shrink:0;padding:6px 10px;border-radius:8px;border:1px solid #333;background:#111;color:#a3a3a3;font-size:12px;cursor:pointer;font-family:inherit}.dashboard-price-chart__close:hover{color:#ececf1;border-color:#444}.dashboard-favorite-table tbody tr{border-bottom:1px solid #1a1a1a;cursor:pointer}.dashboard-favorite-table .dashboard-favorite-col-title-inner{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ececf1}.dashboard-favorite-table .dashboard-favorite-col-price{color:#ececf1}.dashboard-favorite-table thead th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#111;box-shadow:0 1px 0 #2a2a2a}.dashboard-favorite-table tbody tr{transition:background .12s ease}.dashboard-favorite-table tbody tr:hover{background:hsla(0,0%,100%,.03)}.dashboard-favorite-table tbody tr.dashboard-favorite-row--active{background:rgba(245,197,24,.08);box-shadow:inset 3px 0 0 var(--yellow)}.dashboard-price-chart{min-height:220px;padding:16px 18px;border-radius:14px;border:1px solid #2a2a2a;background:#0d0d0d}.dashboard-price-chart-svg{max-width:100%;display:block;height:auto}.dashboard-admin-ingest-table{width:100%;border-collapse:collapse;font-size:12px}.dashboard-admin-ingest-table thead th{padding:8px 10px;color:var(--text-muted);font-weight:600;text-align:left;border-bottom:1px solid #2a2a2a}.dashboard-admin-ingest-table tbody td{padding:10px;border-top:1px solid #1f1f1f;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-admin-ops-flag,.dashboard-admin-ingest-table tbody tr:hover{background:hsla(0,0%,100%,.02)}.dash-admin-ops-flag{font-size:11px;color:#a3a3a3;padding:4px 10px;border-radius:6px;border:1px solid #2a2a2a;cursor:help}.dash-admin-ops-flag--on{color:#f5c518;border-color:rgba(245,197,24,.35);background:rgba(245,197,24,.08)}.dash-admin-kpi-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:14px}.dash-admin-kpi{flex:1 1 120px;min-width:100px;padding:10px 12px;border-radius:10px;border:1px solid #2a2a2a;background:hsla(0,0%,100%,.02)}.dash-admin-kpi__label{display:block;font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.dash-admin-kpi__value{font-size:18px;font-weight:700;color:#ececf1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-admin-quality-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.dash-admin-quality-tag{font-size:11px;padding:3px 8px;border-radius:6px;background:hsla(0,91%,71%,.1);border:1px solid hsla(0,91%,71%,.25);color:#fca5a5}.dash-charts-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.dash-charts-row,.dash-seller-share-block{margin-bottom:16px}.dash-seller-share-block .dash-bar-chart{width:100%}.dash-seller-share-empty,.dash-seller-share-note{font-size:12px;color:#737373;margin:8px 0 0}@media (max-width:720px){.dash-charts-row{grid-template-columns:1fr}}.dash-bar-chart{min-width:0;padding:14px 16px 12px;border-radius:12px;border:1px solid #2a2a2a;background:rgba(0,0,0,.35)}.dash-bar-chart__title{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-weight:600}.dash-bar-chart__empty{font-size:12px;color:#666;margin:8px 0 0}.dash-bar-chart__plot{overflow:visible}.dash-bar-chart__svg{width:100%;height:auto;min-height:140px;max-height:200px;display:block;overflow:visible}.dash-bar-chart__horizontal{display:flex;flex-direction:column;gap:10px;margin-top:4px}.dash-bar-chart__h-row{display:grid;grid-template-columns:minmax(120px,38%) 1fr minmax(44px,auto);grid-gap:10px;gap:10px;align-items:center;min-height:28px}.dash-bar-chart__h-label{font-size:12px;color:#c4c4c4;line-height:1.3;word-break:break-word}.dash-bar-chart__h-track{height:10px;border-radius:5px;background:hsla(0,0%,100%,.06);overflow:hidden;min-width:0}.dash-bar-chart__h-fill{height:100%;border-radius:5px;min-width:4px;transition:width .2s ease}.dash-bar-chart__h-value{font-size:11px;font-weight:700;color:#ececf1;text-align:right;white-space:nowrap}@media (max-width:520px){.dash-bar-chart__h-row{grid-template-columns:1fr;gap:4px}.dash-bar-chart__h-value{text-align:left}}.dash-virtual-table-scroll{border:1px solid var(--black-border);border-radius:var(--radius-md);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.12) transparent}.dash-virtual-spacer td{line-height:0}.dash-price-drop-badge{display:inline-block;font-size:11px;font-weight:600;color:#86efac;background:rgba(34,197,94,.12);border:1px solid rgba(34,197,94,.35);border-radius:999px;padding:2px 10px}.dash-price-drop-chip{display:inline-block;margin-left:8px;font-size:10px;font-weight:700;color:#86efac;text-transform:uppercase;letter-spacing:.04em}.dash-favorite-alerts-badge{display:inline-block;font-size:11px;font-weight:600;color:#fde68a;background:rgba(245,197,24,.12);border:1px solid rgba(245,197,24,.35);border-radius:999px;padding:2px 10px}.dash-favorite-alert-chip{display:inline-block;margin-left:6px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px}.dash-favorite-alert-chip--price_drop{color:#86efac;background:rgba(34,197,94,.15)}.dash-favorite-alert-chip--rank_drop{color:#fca5a5;background:hsla(0,91%,71%,.12)}.dash-favorite-alert-chip--reviews_up{color:#93c5fd;background:rgba(59,130,246,.12)}.dash-favorite-alert-chip--shipping_changed{color:#fde68a;background:rgba(245,197,24,.12)}.dash-keyword-daily-chart__legend{display:flex;gap:16px;font-size:11px;color:#888;margin-bottom:8px}.dash-keyword-daily-chart__dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}.dash-keyword-daily-chart__dot--score{background:#f5c518}.dash-keyword-daily-chart__dot--price{background:#60a5fa}.dash-keyword-daily-chart__svg{width:100%;max-width:520px;height:auto;display:block}.dash-listing-serp-history{margin-top:14px;padding-top:12px;border-top:1px solid #2a2a2a}.dash-listing-serp-history__head{margin-bottom:10px}.dash-listing-serp-history__title{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-weight:600}.dash-listing-serp-history__lead{margin:0;font-size:12px;line-height:1.45;color:#737373}.dash-listing-serp-history__empty,.dash-listing-serp-history__error{color:#737373;font-size:12px;margin:8px 0 0}.dash-listing-serp-history__filters{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.dash-listing-serp-history__filter-label{display:flex;flex-direction:column;gap:4px;font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.05em}.dash-listing-serp-history__filter-label--grow{flex:1 1;min-width:140px}.dash-listing-serp-history__filter-label input,.dash-listing-serp-history__filter-label select{font-size:12px;padding:6px 8px;border-radius:6px;border:1px solid #333;background:#0f0f0f;color:#e5e5e5}.dash-methodology-callout{margin-bottom:20px;padding:14px 16px;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;background:hsla(0,0%,100%,.03)}.dash-methodology-callout__summary{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dash-methodology-callout__summary::-webkit-details-marker{display:none}.dash-methodology-callout__summary-text{flex:1 1;min-width:0;font-size:14px;font-weight:600;color:#e5e5e5;line-height:1.35}.dash-methodology-callout__chevron{flex-shrink:0;color:#9ca3af;transition:transform .2s ease,color .15s ease}.dash-methodology-callout[open] .dash-methodology-callout__chevron{transform:rotate(180deg);color:#d4d4d4}.dash-methodology-callout__summary:hover .dash-methodology-callout__chevron{color:#e5e5e5}.dash-methodology-callout__body{margin-top:12px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.08)}.dash-methodology-callout__lead{margin:0 0 12px;font-size:13px;line-height:1.55;color:#a3a3a3}.dash-methodology-callout__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:14px}.dash-methodology-callout__list li strong{display:block;font-size:13px;color:#e5e5e5;margin-bottom:4px}.dash-methodology-callout__list li p{margin:0;font-size:12px;line-height:1.5;color:#a3a3a3}.dash-score-shadow-ab{margin-bottom:24px;padding:16px 18px;border:1px solid hsla(0,0%,100%,.1);border-radius:12px;background:rgba(245,197,24,.04)}.dash-score-shadow-ab__title{display:flex;align-items:center;gap:8px}.dash-score-shadow-ab__kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:10px 16px;gap:10px 16px;margin:14px 0 10px}.dash-score-shadow-ab__kpi{display:flex;flex-direction:column;gap:2px}.dash-score-shadow-ab__kpi-label{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.04em}.dash-score-shadow-ab__kpi strong{font-size:16px;color:#e5e5e5;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-score-shadow-ab__kpi--gonogo strong{font-size:13px}.dash-score-shadow-ab__kpi--gonogo-ready strong{color:#86efac}.dash-score-shadow-ab__hint{margin:0 0 12px;font-size:12px;line-height:1.5;color:#a3a3a3}.dash-score-shadow-ab__toolbar{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:flex-end;margin-bottom:12px}.dash-score-shadow-ab__filter{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#888}.dash-score-shadow-ab__filter select{min-width:160px;padding:6px 8px;border-radius:6px;border:1px solid #333;background:#111;color:#e5e5e5;font-size:12px}.dash-score-shadow-ab__export{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:6px 12px}.dash-score-shadow-ab__row--extreme td{background:rgba(251,191,36,.06)}.dash-score-shadow-ab__table{margin-top:4px}.dash-trends-panel{margin-top:4px;width:100%}.dash-panel-intro{display:grid;grid-template-columns:auto 1fr;grid-gap:8px 14px;gap:8px 14px;margin-bottom:20px;width:100%}.dash-panel-intro__icon{grid-row:span 2;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(245,197,24,.12);color:#f5c518}.dash-panel-intro__title{margin:0;font-size:18px;font-weight:600;color:#ececf1;align-self:end}.dash-panel-intro__lead{margin:0;grid-column:2;font-size:14px;line-height:1.5;color:#a3a3a3}.dash-panel-intro__bullets{grid-column:1/-1;margin:4px 0 0;padding-left:20px;color:#c4c4c4;font-size:13px;line-height:1.55}.dash-panel-intro__bullets li+li{margin-top:6px}.dash-panel-meta{font-size:12px;color:#737373;margin:-8px 0 18px;line-height:1.5}.dash-panel-section{margin-bottom:28px}.dash-panel-section__title{margin:0 0 6px;font-size:15px;font-weight:600;color:#ececf1}.dash-panel-section__intro{margin:0 0 14px;font-size:13px;line-height:1.5;color:#888}.dash-panel-empty-block{padding:20px;border:1px dashed #333;border-radius:10px;text-align:center;color:#888;font-size:13px;line-height:1.5}.dash-keyword-track-detail{margin-top:24px;padding-top:20px}.dash-panel-section__head-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.dash-panel-section__title--sm{font-size:14px}.dash-panel-empty-inline{font-size:13px;color:#737373;margin:0;line-height:1.5}.dash-keyword-stale-banner{margin:-8px 0 16px;padding:10px 14px;border-radius:10px;background:rgba(245,197,24,.08);border:1px solid rgba(245,197,24,.25);color:#f5c518;font-size:13px;line-height:1.45}.dash-keyword-add-form{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.dash-keyword-add-form__field{display:flex;flex-direction:column;gap:4px}.dash-keyword-add-form__field span{font-size:11px;color:#888;font-weight:600}.dash-keyword-add-form__field input,.dash-keyword-add-form__field select{padding:8px 12px;border-radius:8px;border:1px solid #333;background:#111;color:#ececf1;font-family:inherit;font-size:13px}.dash-keyword-add-form__field--grow{flex:1 1 200px}.dash-keyword-add-form__field--grow input{width:100%}.dash-keyword-add-form__btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;font-size:13px}.dash-keyword-track-list{list-style:none;margin:14px 0 0;padding:0;display:flex;flex-direction:column;gap:10px}.dash-keyword-track-item{padding:14px 16px;border-radius:12px;border:1px solid #2a2a2a;background:#0d0d0d;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;cursor:pointer}.dash-keyword-track-item--active{border-color:rgba(245,197,24,.45);background:rgba(245,197,24,.06)}.dash-keyword-track-item__body{min-width:0}.dash-keyword-track-item__mp{font-size:11px;color:#888;margin-bottom:4px}.dash-keyword-track-item__query{font-size:15px;font-weight:600;color:#ececf1;overflow:hidden;text-overflow:ellipsis}.dash-keyword-track-item__stats{font-size:12px;color:#a3a3a3;margin-top:6px}.dash-keyword-track-item__last{font-size:11px;color:#666;margin-top:4px}.dash-keyword-track-item__stale{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:8px}.dash-keyword-track-item__refresh-link{font-size:11px;color:#f5c518;display:inline-flex;align-items:center;gap:4px;text-decoration:none}.dash-keyword-track-item__delete{padding:8px;border-radius:8px;border:1px solid #333;background:#111;color:#a3a3a3;cursor:pointer;flex-shrink:0}.dash-keyword-positions-meta{margin:0 0 12px;font-size:12px;color:#888;line-height:1.45}.dash-keyword-position-run{margin-bottom:12px;padding:10px 12px;border-radius:10px;border:1px solid #2a2a2a;background:#0d0d0d}.dash-keyword-position-run__meta{font-size:11px;color:#888;margin-bottom:6px}.dash-keyword-position-run__list{margin:0;padding-left:18px;font-size:12px;color:#c4c4c4;line-height:1.5}.dash-trends-hero{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}.dash-trends-hero__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(245,197,24,.12);color:#f5c518}.dash-trends-hero__title{margin:0 0 6px;font-size:18px;font-weight:600;color:#ececf1}.dash-trends-hero__lead{margin:0;font-size:14px;line-height:1.5;color:#a3a3a3}.dash-trends-value-list{margin:0 0 28px;padding-left:20px;color:#c4c4c4;font-size:13px;line-height:1.55}.dash-trends-value-list li+li{margin-top:6px}.dash-trends-section{margin-bottom:32px}.dash-trends-section__title{margin:0 0 6px;font-size:15px;font-weight:600;color:#ececf1}.dash-trends-section__intro{margin:0 0 14px;font-size:13px;line-height:1.5;color:#888}.dash-trends-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:12px;gap:12px}.dash-trends-card{padding:14px 16px;border:1px solid #2a2a2a;border-radius:12px;background:#111}.dash-trends-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.dash-trends-card__badges{gap:6px}.dash-trends-card__badges,.dash-trends-card__index{display:flex;flex-direction:column;align-items:flex-end}.dash-trends-card__index{font-size:22px;font-weight:800;font-family:Syne,sans-serif;color:#f5c518;line-height:1}.dash-trends-card__index-label{font-size:9px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#737373;margin-top:2px}.dash-trends-card__stats{margin:0 0 10px;font-size:12px;color:#737373}.dash-trends-card__pattern{margin:0 0 10px;font-size:14px;font-weight:600;line-height:1.4;color:#f5f5f5}.dash-trends-card__queries{margin-bottom:10px}.dash-trends-card__queries-label{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#737373}.dash-trends-card__queries-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}.dash-trends-card__queries-list li{font-size:12px;line-height:1.35;color:#d4d4d4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-trends-card__queries-more{margin:6px 0 0;font-size:12px;color:#737373}.dash-trends-card__forecast{margin-top:12px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.08)}.dash-trends-card__forecast-title{margin:0 0 8px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#a3a3a3}.dash-trends-card__forecast-row{display:flex;align-items:center;gap:12px}.dash-trends-forecast__chart{flex-shrink:0;color:#737373}.dash-trends-forecast__line--projected{color:#f5c518}.dash-trends-card__forecast-copy{flex:1 1;min-width:0}.dash-trends-card__forecast-trend{margin:0 0 4px;font-size:13px;font-weight:600;color:#e5e5e5}.dash-trends-card__forecast-confidence{margin:0 0 4px;font-size:12px;color:#a3a3a3}.dash-trends-card__forecast-value{margin:0;font-size:12px;color:#d4d4d4}.dash-trends-card__hint{margin:0;font-size:12px;line-height:1.45;color:#a3a3a3}.dash-trends-card__mp{font-size:13px;font-weight:600;color:#e5e5e5}.dash-trends-card__badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;white-space:nowrap}.dash-trends-card__badge--high{background:hsla(0,91%,71%,.15);color:#f87171}.dash-trends-card__badge--mid{background:rgba(245,197,24,.15);color:#f5c518}.dash-trends-card__badge--low{background:rgba(134,239,172,.12);color:#86efac}.dash-trends-card__situation{margin:0 0 8px;font-size:13px;line-height:1.45;color:#d4d4d4}.dash-trends-card__dot{color:#555}.dash-trends-card__meta{margin:0;font-size:12px;color:#737373}.dash-trends-empty-block{padding:20px;border:1px dashed #333;border-radius:10px;text-align:center;color:#888;font-size:13px}.dash-trends-empty-block__icon{margin:0 auto 10px;color:#555}.dash-trends-empty-copy{margin:0 0 16px;font-size:13px;color:#888;line-height:1.5}.dash-trends-personal{padding:16px;border:1px solid #2a2a2a;border-radius:12px;background:#0c0c0c}.dash-trends-personal__title{margin:0 0 4px;font-size:14px;color:#ececf1}.dash-trends-personal__intro{margin:0 0 12px;font-size:12px;color:#888}.dash-trends-personal__list{list-style:none;margin:0;padding:0}.dash-trends-personal__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid #1f1f1f}.dash-trends-personal__item:last-child{border-bottom:none;padding-bottom:0}.dash-trends-personal__query{display:flex;flex-direction:column;gap:2px;min-width:0}.dash-trends-personal__keyword{font-size:14px;color:#e5e5e5;font-weight:500}.dash-trends-personal__mp{font-size:11px;color:#737373}.dash-trends-personal__stats{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px}.dash-trends-personal__score{color:#f5c518;font-weight:600}.dash-trends-personal__count{color:#737373}.dash-trends-delta{display:inline-flex;align-items:center;gap:4px}.dash-trends-table-wrap{overflow:auto;border:1px solid #2a2a2a;border-radius:10px}.dash-trends-table{width:100%;border-collapse:collapse;font-size:13px}.dash-trends-table td,.dash-trends-table th{padding:10px 12px;text-align:left;border-bottom:1px solid #1f1f1f}.dash-trends-table th{color:#888;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.dash-trend-delta--up{color:#86efac}.dash-trend-delta--down{color:#f87171}.dash-listing-serp-history__scroll{max-height:200px;overflow:auto;border:1px solid #2a2a2a;border-radius:8px}.dash-listing-serp-history__table{width:100%;border-collapse:collapse;font-size:11px;table-layout:fixed}.dash-listing-serp-history td,.dash-listing-serp-history th{padding:8px 10px;text-align:left;border-bottom:1px solid #1f1f1f;vertical-align:top}.dash-serp-col-date{width:24%;white-space:nowrap;color:#a3a3a3;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dash-serp-col-query{width:42%;min-width:0}.dash-serp-col-rank{width:14%;text-align:center;color:#fde68a}.dash-serp-col-price,.dash-serp-col-rank{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.dash-serp-col-price{width:20%;text-align:right;color:#ececf1}.dash-serp-query-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.dash-serp-query-cell__label{color:#ececf1;font-weight:500;line-height:1.35;word-break:break-word}.dash-serp-query-cell__meta{font-size:10px;color:#737373;line-height:1.3}.dash-serp-query-link{display:inline-flex;align-items:center;gap:4px;margin-top:4px;font-size:10px;color:#93c5fd;text-decoration:none}.dash-serp-query-link:hover{color:#bfdbfe;text-decoration:underline}.dash-listing-serp-history th{color:#888;font-weight:600;position:-webkit-sticky;position:sticky;top:0;background:#111}.dash-keyword-track-detail{padding-top:8px;border-top:1px solid #2a2a2a}.dash-intel-feed{margin-top:4px}.dash-intel-feed__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dash-intel-feed__badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#a3a3a3;background:#141414;border:1px solid #2a2a2a;border-radius:999px;padding:6px 14px}.dash-intel-feed__badge--active{color:#fde68a;background:rgba(245,197,24,.1);border-color:rgba(245,197,24,.35)}.dash-intel-feed__filters{display:flex;flex-wrap:wrap;gap:8px}.dash-intel-feed__filter{padding:7px 14px;border-radius:999px;border:1px solid #333;background:#111;color:#a3a3a3;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.dash-intel-feed__filter:hover{border-color:#444;color:#ececf1}.dash-intel-feed__filter--active{border-color:rgba(245,197,24,.55);background:rgba(245,197,24,.1);color:#f5c518}.dash-intel-feed__empty,.dash-intel-feed__loading{padding:28px 20px;border-radius:12px;border:1px dashed #2a2a2a;background:#0d0d0d;color:#888;font-size:13px;line-height:1.5;text-align:center}.dash-intel-feed__empty p{margin:0}.dash-intel-feed__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.dash-intel-feed__item{padding:14px 16px;border-radius:12px;border:1px solid #2a2a2a;background:#0d0d0d}.dash-intel-feed__item--unread{border-color:rgba(245,197,24,.35);background:rgba(245,197,24,.04)}.dash-intel-feed__item-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:8px}.dash-intel-feed__item-head time{margin-left:auto;font-size:11px;color:#666;white-space:nowrap}.dash-intel-feed__kind-badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#737373}.dash-intel-feed__listing,.dash-intel-feed__query,.dash-intel-feed__summary{margin:6px 0 0;font-size:13px;line-height:1.45;color:#d4d4d4}.dash-intel-feed__label{display:block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#666;margin-bottom:2px}.dash-intel-feed__mp{display:inline-block;margin-left:8px;font-size:10px;font-weight:600;color:#888;padding:2px 8px;border-radius:999px;background:#1a1a1a;border:1px solid #2a2a2a;vertical-align:middle}.dash-intel-feed__summary{color:#a3a3a3;font-size:12px}.dash-intel-feed__mark-read{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:6px 12px;border-radius:8px;border:1px solid #333;background:#161616;color:#ececf1;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.dash-intel-feed__mark-read:hover{border-color:#444;background:#1f1f1f}.dash-intel-feed__chip--leader{color:#c4b5fd;background:rgba(139,92,246,.15)}.dash-intel-feed__chip--score{color:#fca5a5;background:hsla(0,91%,71%,.12)}.dash-intel-feed__chip--entrant{color:#86efac;background:rgba(34,197,94,.12)}.dash-intel-feed__chip--saturation{color:#fdba74;background:rgba(251,146,60,.12)}.dash-intel-feed__chip--rating{color:#fde68a;background:rgba(245,197,24,.12)}.dash-intel-feed__chip--default{color:#a3a3a3;background:hsla(0,0%,64%,.12)}.dash-intel-feed__item .dash-favorite-alert-chip{margin-left:0;font-size:10px;padding:3px 8px;border-radius:6px}.dash-intel-feed__toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.dash-intel-feed__refresh{padding:6px 12px;border-radius:8px;border:1px solid #333;background:#111;color:#a3a3a3;font-family:inherit;font-size:12px;font-weight:600;cursor:pointer}.dash-intel-feed__refresh:hover{border-color:#444;color:#ececf1}.dash-intel-feed__product-title{margin:8px 0 4px;font-size:15px;font-weight:700;line-height:1.35;color:#f5f5f5}.dash-intel-feed__meta{margin:0 0 6px;font-size:12px;color:#737373}.dash-intel-feed__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dash-intel-feed__action{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;border:1px solid #333;background:#161616;color:#ececf1;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;cursor:pointer}.dash-intel-feed__action:hover{border-color:#444;background:#1f1f1f}.dash-intel-feed__action--primary{border-color:rgba(245,197,24,.45);background:rgba(245,197,24,.1);color:#f5c518}.dash-intel-feed__action--primary:hover{background:rgba(245,197,24,.16)}.dash-intel-feed__chip--price-up{color:#fca5a5;background:hsla(0,91%,71%,.12)}.dash-intel-feed__chip--rank-up{color:#86efac;background:rgba(34,197,94,.12)}