:root{--blue:#0058a3;--blue-600:#00498a;--blue-700:#003d75;--blue-50:#e8f1f9;--blue-100:#d4e5f3;--gold:#ffdb00;--gold-soft:#fff4c2;--gold-ink:#6b5b00;--ink:#0f172a;--text:#334155;--gray:#64748b;--gray-light:#94a3b8;--line:#e7eaf0;--bg:#f5f7fa;--surface:#fff;--surface-2:#fafbfd;--success:#15803d;--success-bg:#e7f4ec;--warning:#b45309;--warning-bg:#fbf0e2;--danger:#b00020;--danger-bg:#fbe9ec;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-pill:999px;--shadow-xs:0 1px 2px #0f172a0a, 0 1px 3px #0f172a0f;--shadow-sm:0 2px 6px #0f172a0d, 0 1px 2px #0f172a0a;--shadow-md:0 8px 24px #0f172a14, 0 2px 6px #0f172a0d;--shadow-lg:0 18px 48px #0f172a1f, 0 4px 12px #0f172a0f;--shadow-blue:0 8px 22px #0058a338;--font:"Inter", system-ui, -apple-system, sans-serif;--title-font:"Inter", system-ui, sans-serif;--title-tracking:-.02em;--maxw:1180px;--card-min:230px}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;font-size:15px;line-height:1.5}#root{flex-direction:column;min-height:100dvh;display:flex}#root>main{flex:1 0 auto}#root>footer{flex-shrink:0}h1,h2,h3,h4{font-family:var(--title-font);letter-spacing:var(--title-tracking);color:var(--ink);margin:0;font-weight:800;line-height:1.12}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:var(--blue-100)}:focus-visible{outline-offset:2px;border-radius:4px;outline:3px solid #0058a366}.btn{border-radius:var(--r-pill);letter-spacing:-.01em;cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:11px 20px;font-size:14.5px;font-weight:650;transition:transform .12s,box-shadow .18s,background .15s,border-color .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn svg{width:17px;height:17px}.btn-primary{background:var(--blue);color:#fff;box-shadow:var(--shadow-blue)}.btn-primary:hover{background:var(--blue-600);box-shadow:0 10px 26px #0058a34d}.btn-secondary{background:var(--surface);color:var(--ink);box-shadow:inset 0 0 0 1.5px var(--line), var(--shadow-xs)}.btn-secondary:hover{box-shadow:inset 0 0 0 1.5px #cfd6e2, var(--shadow-sm)}.btn-ghost{color:var(--text);background:0 0;min-height:40px;padding:10px 14px}.btn-ghost:hover{background:#0f172a0d}.btn-gold{background:var(--gold);color:var(--ink);font-weight:750;box-shadow:0 8px 22px #ffdb0059}.btn-gold:hover{background:#ffe436;box-shadow:0 10px 26px #ffdb0073}.btn-danger{background:var(--danger-bg);color:var(--danger)}.btn-danger:hover{background:#f7dbe0}.btn-sm{min-height:34px;padding:7px 14px;font-size:13px}.btn-lg{min-height:50px;padding:14px 26px;font-size:16px}.btn-block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.badge{letter-spacing:-.01em;border-radius:var(--r-pill);white-space:nowrap;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:650;line-height:1;display:inline-flex}.badge-blue{background:var(--blue-50);color:var(--blue)}.badge-gold{background:var(--gold-soft);color:var(--gold-ink)}.badge-green{background:var(--success-bg);color:var(--success)}.badge-gray{color:var(--gray);background:#eef1f6}.badge-amber{background:var(--warning-bg);color:var(--warning)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.card{background:var(--surface);border-radius:var(--r-md);box-shadow:var(--shadow-sm);transition:transform .16s,box-shadow .2s}.input,.select{color:var(--ink);background:var(--surface);border:1.5px solid var(--line);border-radius:var(--r-sm);width:100%;min-height:42px;padding:10px 13px;font-family:inherit;font-size:14.5px;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:var(--gray-light)}.input:focus,.select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #0058a324}.select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5L6 8l3.5-3.5' stroke='%2364748B' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.field-label{color:var(--gray);letter-spacing:-.01em;margin-bottom:6px;font-size:12.5px;font-weight:650;display:block}.table{border-collapse:collapse;width:100%;font-size:14px}.table thead th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--gray);border-bottom:1.5px solid var(--line);padding:10px 14px;font-size:11px;font-weight:700}.table tbody td{border-bottom:1px solid var(--line);color:var(--text);padding:13px 14px}.table tbody tr{transition:background .12s}.table tbody tr:hover{background:var(--surface-2)}.table tbody tr:last-child td{border-bottom:none}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.offer-list{flex-direction:column;gap:10px;display:flex}.offer-row{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface);justify-content:space-between;align-items:center;gap:14px;padding:13px 15px;transition:border-color .12s,box-shadow .15s;display:flex}.offer-row:hover{box-shadow:var(--shadow-xs);border-color:#cfd6e2}.offer-main{flex:1;min-width:0}.offer-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.offer-meta{gap:5px;margin-top:4px;font-size:13px}.offer-meta svg{vertical-align:-2px}.offer-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.offer-actions .btn{white-space:nowrap}.stat-clickable{transition:transform .14s,box-shadow .2s}.stat-clickable:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.stat-clickable:focus-visible{outline:2px solid var(--blue);outline-offset:2px}@keyframes flashHighlight{0%{box-shadow:0 0 #0058a300}18%{box-shadow:0 0 0 4px #0058a352}to{box-shadow:0 0 #0058a300}}.flash-highlight{animation:1.5s ease-out flashHighlight}.channel-row{align-items:center;gap:16px;padding:18px 0;display:flex}.channel-row+.channel-row{border-top:1px solid var(--line)}.channel-icon{background:var(--blue-50);width:46px;height:46px;color:var(--blue);border-radius:13px;flex-shrink:0;place-items:center;display:grid}.channel-main{flex:1;min-width:0}.channel-title{color:var(--ink);font-size:16px;font-weight:750}.channel-sub{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:13.5px;overflow:hidden}.account-upsell{color:inherit;cursor:pointer;align-items:center;gap:16px;margin-top:18px;padding:18px 22px;text-decoration:none;transition:box-shadow .18s,transform .16s;display:flex}.account-upsell:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.premium-price-card{box-shadow:0 0 0 1.5px #ffdb008c, var(--shadow-md)}.alert-options{flex-direction:column;gap:8px;display:flex}.alert-option{border:1.5px solid var(--line);border-radius:var(--r-sm);cursor:pointer;color:var(--ink);background:var(--surface);align-items:center;gap:11px;padding:12px 14px;font-size:14px;font-weight:650;transition:border-color .14s,background .14s;display:flex}.alert-option:hover{border-color:#cfd6e2}.alert-option.is-active{border-color:var(--blue);background:var(--blue-50)}.alert-option .radio-dot{border:2px solid var(--gray-light);border-radius:99px;flex-shrink:0;place-items:center;width:18px;height:18px;display:grid}.alert-option.is-active .radio-dot{border-color:var(--blue)}.alert-option.is-active .radio-dot:after{content:"";background:var(--blue);border-radius:99px;width:9px;height:9px}.card-cat{color:#fff;letter-spacing:.04em;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;background:#0f172ab8;border-radius:99px;max-width:calc(100% - 50px);padding:4px 10px;font-size:10.5px;font-weight:700;position:absolute;top:25px;left:25px;overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--gray);font-size:11px;font-weight:700}.muted{color:var(--gray)}.strike{color:var(--gray-light);font-weight:500;text-decoration:line-through}.price{color:var(--ink);letter-spacing:-.02em;font-weight:800}.container{max-width:var(--maxw);margin:0 auto;padding:0 24px}.empty-state{border-radius:var(--r-md);background:var(--surface-2);text-align:center;color:var(--gray);border:2px dashed #d3dae6;padding:48px 32px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#eef1f6 25%,#e3e8f0 37%,#eef1f6 63%) 0 0/800px 100%;border-radius:8px;animation:1.4s linear infinite shimmer}::-webkit-scrollbar{width:11px;height:11px}::-webkit-scrollbar-thumb{border:3px solid var(--bg);background:#cfd6e2;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#b7c0d0}.product-grid{grid-template-columns:repeat(auto-fill, minmax(var(--card-min), 1fr));gap:18px;display:grid}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.product-page{padding:24px 24px 72px}.product-shell{grid-template-columns:minmax(260px,286px) minmax(0,1fr);align-items:start;gap:24px;display:grid}.product-rail{flex-direction:column;gap:16px;display:flex;position:sticky;top:84px;bottom:16px}.product-media-card,.product-alert-card,.product-panel{border:1px solid #e7eaf0e6}.product-media-card{padding:12px;overflow:hidden}.product-alert-card{padding:16px}.product-media-card>div:first-child{background:#f8fafc!important}.product-media-price{padding:12px 4px 2px}.product-price-line{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.product-main-price{color:var(--success);font-size:25px;line-height:1.05}.product-price-sub{margin-top:2px;font-size:12.5px;display:block}.product-card-title{align-items:center;gap:9px;margin-bottom:14px;font-size:16px;display:flex}.product-title-icon{width:27px;height:27px;color:var(--blue);background:var(--blue-50);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.product-alert-form{flex-direction:column;gap:13px;display:flex}.product-alert-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.product-form-msg{font-size:13.5px;font-weight:700}.product-form-msg.is-ok{color:var(--success)}.product-form-msg.is-error{color:var(--danger)}.product-login-note{margin:0;font-size:14px}.product-login-note a{color:var(--blue);font-weight:700}.product-main{min-width:0}.product-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:14px;display:flex}.product-heading{flex:420px;min-width:0}.product-type{color:var(--success);margin-bottom:7px}.product-heading h1{font-size:34px;line-height:1.02}.product-meta{flex:1 0 100%;width:100%;max-width:none;margin:-8px 0 0;font-size:14px}.product-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.product-follow-pill{border-radius:var(--r-pill);background:var(--blue-50);min-height:34px;color:var(--blue);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:7px 14px;font-size:13px;font-weight:800;display:inline-flex}.product-follow-pill svg{flex-shrink:0}.product-demand-card{box-shadow:var(--shadow-xs);margin-bottom:18px;padding:13px 16px}.product-demand-top{color:var(--ink);justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:13px;font-weight:700;display:flex}.product-demand-top span{align-items:center;gap:7px;display:inline-flex}.product-demand-top svg{color:var(--blue)}.product-demand-bar{background:var(--blue-50);border-radius:99px;height:7px;overflow:hidden}.product-demand-bar span{border-radius:inherit;background:linear-gradient(90deg, var(--blue), #2e8bcc);height:100%;display:block}.product-notice{border-radius:var(--r-sm);align-items:center;gap:8px;margin-bottom:14px;padding:10px 13px;font-size:13.5px;font-weight:700;display:flex}.product-notice-warn{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa}.product-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.product-stat-grid>.card{min-height:92px}.product-panel{margin-bottom:18px;padding:18px}.product-panel h3{align-items:center;gap:8px;font-size:16px;display:flex}.product-chart-panel{padding:32px 34px 34px}.product-chart-panel h3{margin-bottom:0}.price-chart-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.price-chart-title-block{min-width:0}.price-chart-title-block h3{margin-bottom:6px;font-size:16px;line-height:1.2}.price-chart-legend{color:var(--gray);align-items:center;gap:16px;font-size:13px;font-weight:600;display:flex}.price-chart-legend span{align-items:center;gap:7px;display:inline-flex}.price-chart-dot{border-radius:99px;flex-shrink:0;width:12px;height:12px}.price-chart-dot.is-lowest{border:3px solid var(--success);background:#fff}.price-chart-dot.is-current{background:var(--blue)}.price-chart-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.price-chart-range{background:#eef2f8;border-radius:999px;align-items:center;gap:0;padding:3px;display:inline-flex}.price-chart-range button{color:#66758c;cursor:pointer;background:0 0;border:none;border-radius:999px;min-width:52px;min-height:34px;padding:6px 12px;font-size:14px;font-weight:800;transition:color .14s,background .14s,box-shadow .18s}.price-chart-range button.is-active{color:var(--ink);background:#fff;box-shadow:0 4px 14px #0f172a24}.price-chart-condition{border-radius:999px;width:auto;min-height:42px;padding:8px 34px 8px 14px;font-size:13px;font-weight:700}.price-chart-plot{padding-top:24px;position:relative}.product-panel-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.product-panel-hint{margin:-5px 0 12px;font-size:13px}.product-empty-line{margin:0;font-size:14px}.product-lines{flex-direction:column;display:flex}.product-line-head,.product-line-row{align-items:center;column-gap:16px;display:grid}.product-line-head{color:var(--gray);letter-spacing:.06em;text-transform:uppercase;padding:0 12px 8px;font-size:11px;font-weight:800}.product-line-row{border-top:1px solid var(--line);min-height:72px;color:var(--text);padding:16px 12px;font-size:15px;line-height:1.3}.product-line-row:hover{background:var(--surface-2)}.product-offer-lines .product-line-head,.product-offer-row{grid-template-columns:minmax(86px,.75fr) minmax(130px,1fr) minmax(136px,1.25fr) minmax(108px,1fr) minmax(150px,auto)}.product-new-lines .product-line-head,.product-new-row{grid-template-columns:minmax(160px,1.4fr) minmax(120px,1fr) minmax(120px,.8fr)}.product-line-price .price{color:var(--success);font-size:16px}.product-offer-condition,.product-line-channel{min-width:0;color:var(--text);overflow-wrap:anywhere}.product-line-store{min-width:0;color:var(--ink);font-weight:650}.product-line-desc{overflow-wrap:anywhere;min-width:0}.product-line-actions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.product-offer-link{min-height:42px;box-shadow:inset 0 0 0 1.5px var(--line), var(--shadow-sm);padding-inline:18px;font-size:15px;font-weight:800}.product-icon-btn{width:34px;padding-left:0;padding-right:0}.product-new-panel{box-shadow:0 0 0 1px #ffdb0040, var(--shadow-sm)}.product-new-empty{color:var(--gray)}.product-panel-action{flex-shrink:0}.product-panel-head-aside{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.product-stock-refreshing{color:var(--gray);white-space:nowrap;align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:inline-flex}.product-stock-spinner{border:2px solid var(--blue-50);border-top-color:var(--blue);border-radius:50%;flex-shrink:0;width:13px;height:13px;animation:.7s linear infinite stockSpin}@keyframes stockSpin{to{transform:rotate(360deg)}}.product-stock-fresh{border-radius:var(--r-pill);background:var(--blue-50);color:var(--blue);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:800;transition:background .14s;display:inline-flex}.product-stock-fresh:hover{background:#dceaf6}@media (prefers-reduced-motion:reduce){.product-stock-spinner{animation-duration:1.6s}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}.mobile-only{display:none}@media (width<=920px){.product-shell{flex-direction:column;align-items:stretch;display:flex}.product-rail,.product-main{display:contents;position:static}.product-shell>*,.product-main>*,.product-rail>*{width:100%}.product-media-card{order:1}.product-hero{order:2}.product-alert-card{order:3}.product-notice{order:4}.product-stat-grid{order:5}.product-chart-panel{order:6}.product-ad-top{order:7}.product-offers-panel{order:8}.product-new-panel{order:9}.product-ad-footer{order:10}.product-layout{grid-template-columns:1fr!important}.product-aside{flex-direction:row!important;position:static!important}.product-aside>*{flex:1}.premium-layout{grid-template-columns:1fr!important}.premium-layout>.card:last-child{position:static!important}.stat-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=720px){.desktop-nav{display:none!important}.mobile-only{display:block}.burger{display:flex!important}.product-aside{flex-direction:column!important}.product-page{padding:18px 16px 64px}.product-shell{gap:18px}.product-rail,.product-main{display:contents}.product-media-card{padding:10px}.product-media-card>div:first-child{height:230px!important}.product-alert-grid{grid-template-columns:1fr}.product-hero{flex-direction:column;align-items:stretch;gap:12px}.product-heading,.product-meta{flex:none;width:100%}.product-heading h1{font-size:30px}.product-meta{margin-top:0}.product-actions,.product-actions .btn{width:100%}.product-actions{flex-direction:column;align-items:stretch}.product-actions .btn{justify-content:center}.product-demand-top{flex-direction:column;align-items:flex-start;gap:5px}.product-panel{padding:15px}.product-chart-panel{padding:24px 18px 26px}.price-chart-head{flex-direction:column;gap:16px}.price-chart-controls{justify-content:flex-start;width:100%}.price-chart-range{width:auto}.price-chart-range button{min-width:52px;padding-inline:10px;font-size:14px}.product-panel-head{flex-direction:column;align-items:flex-start}.product-panel-action{width:100%}.product-line-head{display:none}.product-line-row,.product-offer-row,.product-new-row{grid-template-columns:1fr;align-items:stretch;gap:8px;padding:13px 0}.product-line-row:first-of-type{border-top:none}.product-line-row:hover{background:0 0}.product-line-desc{white-space:normal}.product-line-actions{justify-content:stretch}.product-line-actions .btn{flex:1}.search-row{flex-direction:column}.search-btn{width:100%}.filter-row{flex-wrap:wrap!important}.input,.select{font-size:16px!important}.table-wrap .table{min-width:540px}.offer-row{flex-direction:column;align-items:stretch;gap:12px}.offer-actions{width:100%}.offer-actions .btn{flex:1;justify-content:center}.footer-bar{flex-direction:column;align-items:flex-start;gap:14px}.footer-links{margin-left:0!important}.container{padding:0 16px}h1{letter-spacing:-.02em}}@media (width<=460px){.stat-grid{grid-template-columns:1fr 1fr!important}.watch-grid{grid-template-columns:1fr!important}}
