:root{--color-primary:#2d4eff;--color-accent:#ff1744;--color-dark:#050507;--color-card:#101116;--color-pricebox:#191b22;--color-light:#f5f5f5;--color-border:#1e2029;--color-border-soft:#23252e;--color-jasverse:#e8a33d;--color-success:#178a4c}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-dark);color:var(--color-light);font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app-container{flex-direction:column;display:flex}.header{background-color:var(--color-dark);border-bottom:1px solid var(--color-border);padding:20px 0;position:relative}.header-topbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:24px;width:100%;margin:0 0 12px;padding:0 36px;display:flex}.header-content{flex-direction:column;align-items:center;gap:10.24px;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.logo{color:inherit;cursor:pointer;align-items:flex-start;gap:9.6px;text-decoration:none;transition:opacity .3s;display:flex}.logo:hover{opacity:.8}.logo-img{object-fit:contain;mix-blend-mode:lighten;width:auto;height:32px}.logo-text{text-align:center}.logo-title-row{justify-content:center;align-items:center;gap:10px;margin-bottom:2.56px;display:flex}.logo-text h1{font-size:53.76px;font-weight:700}.logo-bye{color:var(--color-primary)}.logo-price{color:#2ecc4f}.logo-flag-seg{display:inline-block;position:relative}.logo-flag-bar{border-radius:2px;height:4px;position:absolute;bottom:8px;left:0;right:0}.logo-beta{letter-spacing:1px;color:#7a8bff;border:1px solid #3a4a9f;border-radius:999px;padding:3px 9px;font-size:10px;font-weight:600}.logo-text .tagline{color:#999;margin:0;font-size:7.68px}.header-aiqx{margin-top:3.84px}.nav{gap:30px;display:flex}.nav a{color:var(--color-light);cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s}.nav a:hover{color:var(--color-primary)}.main-content{width:100%;max-width:1200px;margin:0 auto;padding:40px 20px}.product-list-container{flex-direction:column;gap:30px;display:flex}.search-bar{z-index:1000;background-color:#050507;border-bottom:1px solid #2d4eff1a;justify-content:center;gap:10px;margin-bottom:0;padding:15px 0;display:flex;position:sticky;top:0}.search-bar input{border:1px solid var(--color-border);background-color:var(--color-card);color:var(--color-light);border-radius:4px;min-width:300px;padding:12px 20px;font-size:14px;transition:border-color .3s}.search-bar input:focus{border-color:var(--color-primary);outline:none}.search-bar button{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:12px 30px;font-size:14px;font-weight:600;transition:background-color .3s}.search-bar button:hover{filter:brightness(1.15)}.header-topbar-right{align-items:center;gap:16px;display:flex}.admin-link{opacity:.6;cursor:pointer;font-size:16px;text-decoration:none;transition:opacity .3s}.admin-link:hover{opacity:1}.nav a,.admin-link{border-radius:6px;align-items:center;min-height:44px;padding:8px 6px;display:inline-flex}.nav a:focus-visible,.admin-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (width<=640px){.header-topbar{flex-direction:column;align-items:center;gap:10px;padding:0 16px}.nav{flex-wrap:wrap;justify-content:center;gap:4px 18px}.header-topbar-right{justify-content:center}}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;width:100%;display:grid}.product-card{border:1px solid var(--color-border);background-color:var(--color-card);border-radius:12px;flex-direction:column;gap:10px;padding:16px;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--color-primary);transform:translateY(-2px)}.product-card.error-card{border-color:var(--color-accent);background-color:#2a1f1f;justify-content:center;align-items:center;min-height:200px;padding:20px;display:flex}.product-card-header{gap:14px;display:flex}.product-image{background-color:#fff;border-radius:8px;flex-shrink:0;width:88px;height:88px;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%}.product-info-top{flex-direction:column;gap:5px;min-width:0;display:flex}.product-source-label{letter-spacing:.6px;text-transform:uppercase;color:#8b91a5;font-size:11px;font-weight:700}.product-card .product-title{color:var(--color-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-badges{flex-wrap:wrap;gap:6px;display:flex}.badge-new{background:var(--color-primary);color:#fff;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.badge-safeprice{color:var(--color-jasverse);border:1px solid #7a5a1e;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.product-price-label{display:none}.product-price-compact{flex-direction:column;gap:4px;margin:4px 0;display:flex}.price-amount{color:var(--color-primary);letter-spacing:-.2px;font-size:22px;font-weight:700}.price-real-inline,.price-shipping-inline{color:#8b91a5;font-size:13px;line-height:1.3}.product-price,.product-real-cost,.product-near-min,.product-seller,.product-freshness{color:#b9bdca;margin:0;font-size:13px}.product-real-cost strong{color:var(--color-light)}.product-disclaimer{color:#6b7180;margin:0;font-size:12px}.product-actions{flex-direction:column;gap:6px;margin-top:auto;padding-top:6px;display:flex}.product-link,.product-link-buy,.product-link-disabled{text-align:center;cursor:pointer;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:700;text-decoration:none;transition:filter .2s}.product-card .product-link{background-color:var(--color-primary);color:#fff}.product-card .product-link-buy{background-color:var(--color-success);color:#fff}.product-link:hover,.product-link-buy:hover{filter:brightness(1.15)}.product-link-disabled{color:#666;cursor:not-allowed;background-color:#333}.product-tier3-alternatives{border-top:1px solid #23252e;margin-top:14px;padding-top:14px}.tier3-label{letter-spacing:.6px;text-transform:uppercase;color:#ff1744;margin:0 0 8px;font-size:12px;font-weight:700}.tier3-item{background:#191b22;border-left:3px solid #ff1744;border-radius:6px;margin-bottom:8px;padding:10px}.tier3-name{color:#e8e8e8;margin:0 0 4px;font-size:13px;font-weight:600;line-height:1.3}.tier3-price{color:#ff1744;margin:4px 0;font-size:16px;font-weight:700}.tier3-network{color:#8b91a5;margin:4px 0 6px;font-size:11px}.tier3-link{color:#fff;background:#ff1744;border-radius:4px;padding:6px 10px;font-size:12px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.tier3-link:hover{background:#e60a35;transform:translateY(-1px)}.sort-bar{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 0;display:flex}.sort-bar select{background-color:var(--color-card);border:1px solid var(--color-border);color:var(--color-light);cursor:pointer;border-radius:8px;padding:.75rem 1rem;font-size:14px;transition:border-color .3s}.sort-bar select:hover{border-color:var(--color-primary)}.sort-bar select:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 8px #2d4eff4d}.result-count{color:#8b91a5;white-space:nowrap;font-size:13px}.infinite-scroll-sentinel{text-align:center;padding:2rem 0}.loading-more{color:#8b91a5;margin:0;font-size:14px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.bbp-home{flex-direction:column;gap:40px;display:flex}.home-hero{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 0 8px;display:flex}.home-hero-title{max-width:720px;margin:0;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.2}.home-hero-subtitle{color:#b9bdca;max-width:560px;margin:0;font-size:18px}.home-search{gap:12px;width:100%;max-width:640px;margin-top:8px;display:flex}.home-search-input{border:1px solid var(--color-border);background-color:var(--color-card);color:var(--color-light);border-radius:10px;flex:1;padding:16px 20px;font-size:17px}.home-search-input:focus{outline-offset:1px;border-color:var(--color-primary);outline:3px solid #2d4eff73}.home-search-button{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:16px 32px;font-size:17px;font-weight:700;transition:filter .2s}.home-search-button:hover,.home-search-button:focus-visible{filter:brightness(1.15)}.home-suggestions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:4px;display:flex}.home-suggestion-chip{border:1px solid var(--color-border-soft);color:var(--color-light);cursor:pointer;background:0 0;border-radius:999px;padding:8px 18px;font-size:14px;transition:border-color .2s,background-color .2s}.home-suggestion-chip:hover,.home-suggestion-chip:focus-visible{border-color:var(--color-primary);background-color:#2d4eff1f}.home-results{min-height:160px}.home-results-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.home-results-count{color:#b9bdca;margin:0;font-size:15px}.home-sort{color:#b9bdca;align-items:center;gap:8px;font-size:14px;display:flex}.home-sort select{background-color:var(--color-card);border:1px solid var(--color-border);color:var(--color-light);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:14px}.home-results-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.home-state{text-align:center;border:1px dashed var(--color-border-soft);border-radius:16px;flex-direction:column;align-items:center;gap:12px;max-width:560px;margin:0 auto;padding:56px 24px;display:flex}.home-state h3{margin:0;font-size:20px}.home-state p{color:#b9bdca;margin:0;font-size:16px}.home-state-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.home-state-actions button{border:1px solid var(--color-border-soft);color:var(--color-light);cursor:pointer;background:0 0;border-radius:8px;padding:10px 18px;font-size:14px}.home-state-actions button:hover,.home-state-actions button:focus-visible{border-color:var(--color-primary)}@media (width<=640px){.home-search{flex-direction:column}}.home-section-title{margin:0 0 4px;font-size:20px}.home-filters-bar{border:1px solid var(--color-border-soft);background-color:var(--color-card);border-radius:12px;flex-wrap:wrap;align-items:end;gap:16px;margin-bottom:16px;padding:14px 16px;display:flex}.home-filter{color:#b9bdca;flex-direction:column;gap:4px;font-size:13px;display:flex}.home-filter select,.home-filter input[type=number]{background-color:var(--color-bg,#101116);border:1px solid var(--color-border);color:var(--color-light);border-radius:8px;min-width:90px;padding:8px 10px;font-size:14px}.home-filter-checkbox{flex-direction:row;align-items:center;gap:8px;font-size:14px}.home-filter-price input{width:90px}.safeprice-explainer{color:#b9bdca;margin-bottom:16px;font-size:14px}.safeprice-explainer summary{cursor:pointer;color:var(--color-light);font-weight:600}.safeprice-explainer p{margin:8px 0 0;line-height:1.5}.home-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}.home-skeleton-card{background:linear-gradient(100deg, var(--color-card) 30%, var(--color-border-soft) 50%, var(--color-card) 70%);background-size:200% 100%;border-radius:14px;height:220px;animation:1.4s ease-in-out infinite home-skeleton-shimmer}@keyframes home-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.home-load-more{justify-content:center;margin-top:24px;display:flex}.home-load-more button{border:1px solid var(--color-border-soft);color:var(--color-light);cursor:pointer;background:0 0;border-radius:8px;padding:10px 24px;font-size:14px}.home-load-more button:hover:not(:disabled),.home-load-more button:focus-visible:not(:disabled){border-color:var(--color-primary)}.home-load-more button:disabled{opacity:.6;cursor:default}@media (width<=640px){.home-filters-bar{flex-direction:column;align-items:stretch}}.home-how-it-works{text-align:center;width:100%;max-width:900px;margin:0 auto;padding:8px 0}.home-how-it-works h3{margin:0 0 20px;font-size:20px}.home-how-it-works-steps{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:0;padding:0;list-style:none;display:grid}.home-how-it-works-steps li{border:1px solid var(--color-border-soft);border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:20px 16px;display:flex}.how-it-works-number{background-color:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:4px;font-size:14px;font-weight:700;display:flex}.home-how-it-works-steps strong{font-size:16px}.home-how-it-works-steps span:last-child{color:#b9bdca;font-size:14px}.freshness-banner{color:#b9bdca;margin:0 0 12px;font-size:13px}.freshness-banner-building{font-style:italic}.freshness-banner-stale{color:var(--color-jasverse)}.bbp-page-content{max-width:800px;margin:0 auto;line-height:1.8}.bbp-page-content h2{color:var(--color-light);margin-top:30px;margin-bottom:20px;font-size:28px}.bbp-page-content h3{color:var(--color-primary);margin-top:25px;margin-bottom:15px;font-size:18px}.bbp-page-content p{color:#ccc;margin-bottom:15px;font-size:14px}.bbp-page-content a{color:var(--color-primary);text-decoration:none;transition:color .3s}.bbp-page-content a:hover{filter:brightness(1.15);text-decoration:underline}.bbp-page-content ul,.bbp-page-content ol{color:#ccc;margin-bottom:15px;margin-left:20px}.bbp-page-content li{margin-bottom:8px}.chisiamo-principles{padding-left:0;list-style:decimal}.chisiamo-principles li strong{color:var(--color-light)}.chisiamo-brand{color:var(--color-primary);font-weight:600}.contact-form{flex-direction:column;gap:15px;margin-top:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--color-light);font-size:14px;font-weight:600}.form-group input,.form-group textarea{border:1px solid var(--color-border);background-color:var(--color-card);color:var(--color-light);border-radius:4px;padding:10px 15px;font-family:inherit;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary);outline:none}.submit-btn{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;align-self:flex-start;padding:12px 30px;font-size:14px;font-weight:600;transition:filter .3s}.submit-btn:hover{filter:brightness(1.15)}.success-message{color:#4caf50;background-color:#1f2a1f;border:1px solid #4caf50;border-radius:4px;margin-top:15px;padding:15px;font-size:14px}.error-chart{border:1px solid var(--color-accent);text-align:center;color:var(--color-accent);background-color:#2a1f1f;border-radius:4px;padding:20px}.chart-placeholder{text-align:center;color:#999;padding:40px 20px}@media (width<=768px){.logo{justify-content:center;width:100%}.logo-text h1{font-size:48px}.nav{justify-content:center;gap:20px}.search-bar{flex-direction:column}.search-bar input{min-width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.footer{border-top:1px solid var(--color-border);text-align:center;margin-top:60px;padding:44px 24px 40px}.footer-brand-row{justify-content:center;align-items:center;gap:12px;display:flex}.footer-logo-img{object-fit:cover;border-radius:6px;width:42px;height:42px}.footer-brand-text{text-align:left}.footer-wordmark{font-size:15px;font-weight:700}.footer-tagline{letter-spacing:1.2px;color:#9aa0b4;margin-top:2px;font-size:10px;font-weight:600}.footer-aiqx-box{border-top:1px solid var(--color-border-soft);border-bottom:1px solid var(--color-border-soft);max-width:260px;margin:22px auto 0;padding:12px 0}.footer-product-of{color:#9aa0b4;margin-top:20px;font-size:12px}.footer-jasverse{letter-spacing:1px;color:var(--color-jasverse);margin-top:4px;font-size:12px;font-weight:700}.footer-nav{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:26px;display:flex}.footer-pill{color:var(--color-light);border:1px solid #2a2d38;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700;text-decoration:none;transition:border-color .3s}.footer-pill:hover{border-color:var(--color-primary)}.footer-accessibility-link{color:var(--color-light);cursor:pointer;background:0 0;border:1px solid #2a2d38;border-radius:8px;padding:9px 18px;font-size:13px;font-weight:700;transition:all .3s}.footer-accessibility-link:hover{border-color:var(--color-primary);color:#0ff}.footer-accessibility-link:active{transform:scale(.98)}.footer-copyright{color:#6b7180;margin-top:26px;font-size:11px;line-height:1.7}@media (width<=768px){.footer-brand-row{text-align:center;flex-direction:column}.footer-brand-text{text-align:center}}.loading,.no-results,.error-message{text-align:center;border-radius:4px;padding:20px}.loading{color:var(--color-primary);font-weight:600}.no-results{color:#999;font-size:14px}.error-message{border:1px solid var(--color-accent);color:var(--color-accent);background-color:#2a1f1f;margin-bottom:20px}.error-fallback{border:2px solid var(--color-accent);text-align:center;background-color:#2a1f1f;border-radius:8px;margin:20px 0;padding:30px}.error-fallback p{color:var(--color-accent);margin:10px 0}.error-fallback button{background-color:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:15px;padding:10px 20px;font-weight:600;transition:filter .3s}.error-fallback button:hover{filter:brightness(1.15)}.error-page{text-align:center;padding:60px 20px}.error-page p{color:var(--color-accent);margin-bottom:20px;font-size:16px}.error-page button{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px 20px;font-weight:600}.error-fallback-card{text-align:center;padding:20px}.error-fallback-card p{color:var(--color-accent);margin:0}.error-fallback-card small{color:#999;font-size:12px}.home-spinner{border:3px solid var(--color-border-soft);border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite home-spin}@keyframes home-spin{to{transform:rotate(360deg)}}.product-cluster-card{background-color:#0000;border:none;gap:.6rem;padding:8px 12px;display:flex}.product-cluster-image-link{flex-shrink:0}.product-cluster-image{background-color:var(--color-card);border-radius:8px;width:70px;height:70px;overflow:hidden}.product-cluster-image img{object-fit:cover;width:100%;height:100%}.product-cluster-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.product-cluster-source-label{text-transform:uppercase;color:var(--color-jasverse);letter-spacing:.03em;font-size:9px}.product-cluster-title-link{text-decoration:none}.product-cluster-title{color:var(--color-light);margin:0;font-size:13px;line-height:1.3}.product-cluster-badges{flex-wrap:wrap;gap:6px;display:flex}.badge-offer-count{color:var(--color-primary);border:1px solid var(--color-primary);border-radius:4px;padding:1px 6px;font-size:9px}.badge-safeprice{color:var(--color-jasverse);border:1px solid var(--color-jasverse);border-radius:4px;padding:1px 6px;font-size:9px}.product-cluster-price-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.product-cluster-price{color:var(--color-light);font-size:16px;font-weight:700}.product-cluster-landed-cost{color:var(--color-jasverse);font-size:11px}.product-cluster-freshness{color:#8b91a5;margin:0;font-size:10px}.product-cluster-actions{margin-top:4px}.product-cluster-card.error-card .error-fallback-card{color:var(--color-accent);padding:8px;font-size:11px}.product-comparison-page{color:#24382f;background:#f5f5ee;max-width:900px;margin:0 auto;padding:24px 16px}.product-comparison-loading,.product-comparison-state{text-align:center;padding:48px 16px}.product-comparison-back{color:var(--color-primary);margin-bottom:16px;font-size:13px;text-decoration:none;display:inline-block}.product-comparison-header{border-bottom:1px solid var(--color-border);gap:20px;margin-bottom:20px;padding-bottom:20px;display:flex}.product-comparison-image{object-fit:cover;background-color:var(--color-card);border-radius:10px;flex-shrink:0;width:140px;height:140px}.product-comparison-header-info{flex-direction:column;gap:6px;min-width:0;display:flex}.product-comparison-title{margin:0;font-size:20px}.product-comparison-offer-count,.product-comparison-price-range{color:#8b91a5;margin:0;font-size:13px}.product-comparison-savings{color:var(--color-success);margin:4px 0 0;font-size:14px;font-weight:700}.product-comparison-offers h2,.product-comparison-history h2{margin:0 0 12px;font-size:16px}.offer-table{flex-direction:column;gap:10px;display:flex}.offer-row{border:1px solid var(--color-border);background-color:var(--color-card);border-radius:10px;grid-template-columns:1fr 1fr auto;align-items:center;gap:8px;padding:12px;display:grid}.offer-row-recommended{border-color:var(--color-success);background-color:#178a4c14}.offer-row-labels{grid-column:1/-1}.offer-tag{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px}.offer-tag-recommended{background-color:var(--color-success);color:#fff}.offer-tag-cheapest{background-color:var(--color-jasverse);color:#050507}.offer-row-main{flex-direction:column;gap:2px;display:flex}.offer-row-seller{font-size:13px}.offer-row-condition{color:#8b91a5;font-size:11px}.offer-row-price{flex-direction:column;gap:2px;display:flex}.offer-row-price-amount{font-size:17px;font-weight:700}.offer-row-shipping,.offer-row-total{color:#8b91a5;font-size:11px}.offer-row-freshness{color:#8b91a5;grid-column:1/-1;font-size:10px}.offer-row-cta,.offer-row-cta-disabled{background-color:var(--color-success);color:#fff;white-space:nowrap;border-radius:8px;justify-self:end;padding:8px 14px;font-size:13px;text-decoration:none}.offer-row-cta-disabled{background-color:var(--color-border-soft);color:#8b91a5}.product-comparison-history{margin-top:24px}.product-comparison-history-building{color:#8b91a5;font-size:13px}.price-history-sparkline{width:100%;max-width:320px;height:80px}@media (width<=640px){.offer-row{grid-template-columns:1fr}.offer-row-cta,.offer-row-cta-disabled{text-align:center;justify-self:stretch}.product-comparison-header{flex-direction:column}}:root{--oracle-ink:#24382f;--oracle-muted:#5e6b60;--oracle-line:#dce0d5;--oracle-green:#244735;--oracle-lime:#d5ef9e;--oracle-paper:#fffffa;--oracle-soft:#eef1e6;--oracle-bg:#f5f5ee}.oracle-scope{color:var(--oracle-ink);background:var(--oracle-bg);font-synthesis:none;font-family:Segoe UI,Arial,sans-serif;font-size:15px;font-weight:400}.oracle-scope *{box-sizing:border-box}.oracle-scope button,.oracle-scope input,.oracle-scope a{-webkit-tap-highlight-color:transparent}.oracle-scope button,.oracle-scope input{font:inherit}.oracle-scope button,.oracle-scope a{touch-action:manipulation}.oracle-scope button{cursor:pointer;color:inherit;background:0 0;border:0}.oracle-scope button:disabled{cursor:wait;opacity:.7}.oracle-scope button:hover{filter:brightness(.97)}.oracle-scope a{color:inherit;text-decoration:none}.oracle-scope button:focus-visible,.oracle-scope a:focus-visible,.oracle-scope input:focus-visible,.oracle-scope summary:focus-visible{outline-offset:4px;outline:3px solid #85713e}.oracle-scope h1,.oracle-scope h2,.oracle-scope h3,.oracle-scope p{margin:0}.oracle-scope button svg,.oracle-scope a svg{flex-shrink:0}.oracle-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.oracle-skip-link{background:var(--oracle-green);color:#fff;z-index:20;padding:14px;position:fixed;top:-100px;left:16px}.oracle-skip-link:focus{top:10px}.main-content:has(>.oracle-scope){max-width:none;margin:0;padding:0}:is(.main-content:has(>.oracle-legal-page),.main-content:has(>.product-comparison-page)),:is(.main-content:has(>.dashboard-container),.main-content:has(>.analytics-container)){background:#f5f5ee}.oracle-scope .site-header{border-bottom:1px solid var(--oracle-line);justify-content:space-between;align-items:center;gap:20px;height:91px;padding:0 48px;display:flex}.oracle-scope .brand{align-items:center;gap:12px;display:flex}.oracle-scope .header-promise{color:var(--oracle-muted);font-size:13px}.oracle-scope .demo-badge{border:1px solid #ccd3c3;border-radius:30px;align-items:center;gap:9px;min-height:40px;padding:10px 13px;font-size:11px;font-weight:600;display:flex}.oracle-scope .demo-badge>span:first-child{background:#678346;border-radius:50%;width:6px;height:6px}.oracle-scope .brand>.brand-wordmark-block{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.oracle-scope .brand-wordmark{letter-spacing:-2.4px;font-size:56px;line-height:1}.oracle-scope .brand-bye{color:#2d4eff}.oracle-scope .brand-price{color:#2ecc4f}.oracle-scope .header-actions{align-items:center;gap:12px;display:flex}.oracle-scope .lang-picker-trigger{color:var(--oracle-ink);border-color:#ccd3c3}.oracle-scope .lang-picker-trigger:hover{color:var(--oracle-green);background:#eef1e6;border-color:#829774}.oracle-scope .app-layout{grid-template-columns:238px minmax(0,1fr);max-width:1600px;margin:auto;display:grid}.oracle-scope .sidebar{border-right:1px solid var(--oracle-line);flex-direction:column;padding:39px 23px 30px 28px;display:flex}.oracle-scope .sidebar-title{gap:9px;margin-bottom:26px;padding-left:12px;display:grid}.oracle-scope .eyebrow{letter-spacing:1.45px;font-size:10px;font-weight:700;line-height:1.6;display:block}.oracle-scope .fine{color:var(--oracle-muted);font-size:11px;line-height:1.6}.oracle-scope .sidebar nav{gap:7px;display:grid}.oracle-scope .scenario-button{text-align:left;color:#5a685e;border-radius:9px;align-items:center;gap:13px;width:100%;min-height:68px;padding:15px 12px;display:flex;position:relative}.oracle-scope .scenario-button.active{color:#25462f;background:#e4ead8}.oracle-scope .scenario-button:hover{background:#e9eddf}.oracle-scope .scenario-button span:not(.active-dot){gap:5px;min-width:0;display:grid}.oracle-scope .scenario-button strong{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:13px;font-weight:650;display:-webkit-box;overflow:hidden}.oracle-scope .scenario-button small{white-space:nowrap;font-size:10px}.oracle-scope .sponsored-tag{color:#8b7a2e;text-transform:uppercase;letter-spacing:.4px;font-weight:650}.oracle-scope .product-thumb{background:#e7eadd;border-radius:6px;flex-shrink:0;place-items:center;display:grid;overflow:hidden}.oracle-scope .product-thumb img{object-fit:contain;width:100%;height:100%}.oracle-scope .sidebar-thumb{width:40px;height:40px}.oracle-scope .active-dot{background:#536e3e;border-radius:50%;width:5px;height:5px;margin-left:auto}.oracle-scope .sidebar-bottom{margin-top:130px;padding:20px 12px}.oracle-scope .little-orbit{border:1px solid #7a8b69;border-radius:50%;width:27px;height:27px;margin-bottom:19px;display:block;position:relative}.oracle-scope .little-orbit:after{content:"";border:1px solid #7a8b69;border-radius:50%;position:absolute;inset:4px}.oracle-scope .sidebar-bottom p{letter-spacing:-.6px;margin-bottom:13px;font-family:Georgia,serif;font-size:23px;line-height:1.35}.oracle-scope .sidebar-bottom em{font-weight:400}.oracle-scope .sidebar-bottom .text-link{text-align:left;margin-top:28px;font-size:10px;line-height:1.7}.oracle-scope main{min-width:0;padding:35px 44px 0}.oracle-scope .search-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:15px;display:flex}.oracle-scope .search-heading h2{letter-spacing:-.6px;font-size:23px;font-weight:550}.oracle-scope .search-form{background:var(--oracle-paper);border:1px solid #aebbaa;border-radius:9px;align-items:center;gap:13px;padding:6px 6px 6px 18px;display:flex;box-shadow:0 3px 8px #273d2910}.oracle-scope .search-form input{width:100%;min-width:0;height:45px;color:var(--oracle-ink);background:0 0;border:0;outline:0;flex:1;font-size:14px}.oracle-scope .search-form:focus-within{outline-offset:2px;outline:2px solid #6c8454}.oracle-scope .search-form input::placeholder{color:#7a8277}.oracle-scope .search-submit{background:var(--oracle-green);color:#fff;white-space:nowrap;border-radius:6px;align-items:center;gap:20px;min-height:46px;padding:15px 18px;font-size:12px;font-weight:600;display:flex}.oracle-scope .search-help{color:var(--oracle-muted);min-height:34px;padding:9px 2px 0;font-size:11px;line-height:1.6}.oracle-scope .result-topline{color:var(--oracle-muted);justify-content:space-between;align-items:center;gap:12px;margin:22px 0 14px;font-size:11px;display:flex}.oracle-scope .result-topline>span{align-items:center;gap:8px;display:flex}.oracle-scope .result-dot{background:#789a58;border-radius:50%;width:5px;height:5px}.oracle-scope .result-topline .text-link{font-size:11px}.oracle-scope .result-content{transition:opacity .15s}.oracle-scope .loading{opacity:.4}.oracle-scope .product-filters{margin-top:14px}.oracle-scope .filters-toggle{display:none}.oracle-scope .filters-panel{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.oracle-scope .filters-field{color:var(--oracle-muted);gap:4px;font-size:11px;display:grid}.oracle-scope .filters-field select,.oracle-scope .filters-field input{color:var(--oracle-ink);background:var(--oracle-paper);border:1px solid #aebbaa;border-radius:6px;min-height:34px;padding:7px 9px;font-size:12px}.oracle-scope .filters-price-range{gap:6px;display:flex}.oracle-scope .filters-price-range input{width:70px;min-width:0}.oracle-scope .filters-checkbox{color:var(--oracle-muted);align-items:center;gap:6px;padding-bottom:7px;font-size:11px;display:flex}.oracle-scope .filters-count{background:var(--oracle-green);color:#fff;border-radius:10px;padding:1px 7px;font-size:10px}.oracle-scope .filters-reset{color:var(--oracle-green);padding-bottom:7px;font-size:11px;text-decoration:underline}.oracle-scope .decision-panel{background:var(--oracle-paper);border:1px solid #d5dccb;border-radius:13px;grid-template-columns:minmax(0,1.6fr) minmax(235px,.9fr);display:grid;overflow:hidden;box-shadow:0 5px 14px #263b2705}.oracle-scope .decision-body{padding:31px 32px 28px}.oracle-scope .verdict-line{letter-spacing:1.5px;color:#47622f;align-items:center;gap:8px;font-size:10px;font-weight:700;display:flex}.oracle-scope .status-dot{background:#637e33;border-radius:50%;width:7px;height:7px;font-size:0;animation:none}.oracle-scope .evidence-tag{letter-spacing:0;color:#6a7568;margin-left:auto;font-size:9px;font-weight:400}.oracle-scope .decision-body h1{letter-spacing:-1.9px;max-width:450px;margin:19px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:43px;font-weight:400;line-height:1.08}.oracle-scope .decision-reason{color:var(--oracle-muted);max-width:435px;font-size:13px;line-height:1.65}.oracle-scope .price-block{flex-wrap:wrap;align-items:center;gap:23px;margin-top:27px;margin-bottom:25px;display:flex}.oracle-scope .price-block .eyebrow{letter-spacing:1.15px;font-size:8px}.oracle-scope .hero-price{letter-spacing:-3px;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:57px;font-weight:500;line-height:1.2;display:block}.oracle-scope .price-caption{color:var(--oracle-muted);font-size:10px}.oracle-scope .saving{border-left:1px solid #dce1d3;grid-template-columns:16px auto;align-items:center;column-gap:3px;padding-left:22px;display:grid}.oracle-scope .saving strong{white-space:nowrap;font-size:21px;font-weight:500}.oracle-scope .saving span{color:#687362;grid-column:1/-1;margin-top:5px;font-size:10px;line-height:1.55}.oracle-scope .primary{background:var(--oracle-green);color:#f4f7ec;border-radius:6px;justify-content:space-between;align-items:center;gap:22px;min-height:46px;padding:14px 18px;font-size:12px;font-weight:600;display:inline-flex}.oracle-scope .primary:hover{background:#345a40}.oracle-scope .decision-actions{flex-wrap:wrap;align-items:center;gap:19px;display:flex}.oracle-scope .text-link{text-underline-offset:4px;align-items:center;gap:7px;padding:7px 0;font-size:11px;-webkit-text-decoration:underline #a4b196;text-decoration:underline #a4b196;display:inline-flex}.oracle-scope .product-panel{text-align:center;background:#eaf0df;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin:12px;padding:19px 19px 20px;display:flex}.oracle-scope .product-number{letter-spacing:1px;color:#536348;justify-content:space-between;width:100%;font-size:8px;display:flex}.oracle-scope .product-number span{margin-left:8px;font-size:12px}.oracle-scope .product-art{width:100%;max-width:285px;height:229px;display:block}.oracle-scope .product-panel h2{letter-spacing:-.5px;margin:5px 0 8px;font-size:19px;font-weight:600}.oracle-scope .product-panel p{color:#5a6952;font-size:10px}.oracle-scope .product-check{color:#586d4a;align-items:center;gap:5px;margin-top:19px;font-size:8px;display:flex}.oracle-scope .keep-strip{text-align:left;background:#edf2e5;border-top:1px solid #dce3d2;grid-column:1/-1;align-items:center;gap:13px;padding:15px 25px;font-size:11px;line-height:1.7;display:flex}.oracle-scope .keep-strip>svg:last-child{margin-left:auto}.oracle-scope .keep-strip strong{font-weight:600}.oracle-scope .waiting .verdict-line{color:#936323}.oracle-scope .waiting .status-dot{background:#aa752c}.oracle-scope .waiting .product-panel{background:#efebdb}.oracle-scope .quiet-button{text-underline-offset:4px;min-height:44px;padding:13px 0;font-size:12px;text-decoration:underline}.oracle-scope .agency{margin-top:8px}.oracle-scope .opportunity{background:#e7eddc;border:1px solid #d7dfcb;border-radius:9px;align-items:flex-start;gap:18px;margin-top:16px;padding:22px;display:flex}.oracle-scope .opportunity-icon{border:1px solid #becdad;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;display:grid}.oracle-scope .opportunity-content{flex:1;min-width:0}.oracle-scope .opportunity h2{letter-spacing:-.4px;margin:5px 0 8px;font-size:18px;font-weight:550}.oracle-scope .opportunity p{color:#526348;max-width:670px;font-size:14px;line-height:1.65}.oracle-scope .outline{border:1px solid #829774;border-radius:6px;justify-content:center;align-items:center;gap:14px;min-height:44px;padding:11px 14px;font-size:11px;font-weight:600;display:flex}.oracle-scope .opportunity-action{white-space:nowrap;align-self:center}.oracle-scope .section-heading{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.oracle-scope .section-heading h2{letter-spacing:-.7px;margin-top:5px;font-family:Georgia,serif;font-size:27px;font-weight:400}.oracle-scope .evidence,.oracle-scope .offers{margin-top:37px;scroll-margin-top:24px}.oracle-scope .evidence-grid{border-top:1px solid var(--oracle-line);border-bottom:1px solid var(--oracle-line);grid-template-columns:.9fr 1.2fr;display:grid}.oracle-scope .history{border-right:1px solid var(--oracle-line);padding:23px 29px 22px 0}.oracle-scope .history h3{align-items:center;gap:9px;font-size:13px;font-weight:550;display:flex}.oracle-scope .history>svg{width:100%;height:87px;margin-top:15px;display:block;overflow:visible}.oracle-scope .history-labels{color:var(--oracle-muted);justify-content:space-between;gap:12px;font-size:12px;display:flex}.oracle-scope .history-labels strong{color:#466333;font-weight:500}.oracle-scope .history p{color:var(--oracle-muted);margin-top:17px;font-size:12px;line-height:1.65}.oracle-scope .truth-list{padding-left:28px}.oracle-scope details{border-bottom:1px solid var(--oracle-line);font-size:11px}.oracle-scope details:last-child{border:0}.oracle-scope summary{cursor:pointer;justify-content:space-between;align-items:center;gap:15px;min-height:55px;padding:20px 0;font-size:13px;font-weight:550;list-style:none;display:flex}.oracle-scope summary::-webkit-details-marker{display:none}.oracle-scope summary span{font-size:18px;font-weight:400}.oracle-scope details[open] summary span{transform:rotate(45deg)}.oracle-scope details p{color:var(--oracle-muted);padding-bottom:16px;line-height:1.7}.oracle-scope details p svg{vertical-align:middle;margin-right:4px}.oracle-scope dl{margin:0 0 12px}.oracle-scope dl div{justify-content:space-between;gap:15px;padding:7px 0;display:flex}.oracle-scope dd{margin:0}.oracle-scope .total{border-top:1px solid var(--oracle-line);font-weight:650}.oracle-scope .oracle-page-footer{border-top:1px solid var(--oracle-line);color:var(--oracle-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:25px;padding:31px 0 23px;font-size:12px;display:flex}.oracle-scope .oracle-page-footer>span{align-items:center;gap:6px;display:flex}.oracle-scope .oracle-page-footer p{width:100%;margin-top:5px;font-size:11px}.oracle-scope .small{font-size:11px}.oracle-scope .full{justify-content:center;width:100%}.oracle-scope .icon-button{border-radius:50%;place-items:center;min-width:44px;min-height:44px;display:grid}.oracle-scope .icon-button:hover{background:#e9eddf}.oracle-scope .oracle-site-footer{border-top:1px solid var(--oracle-line);background:var(--oracle-bg);max-width:1600px;margin:0 auto;padding:22px 48px}.oracle-scope .oracle-site-footer-brand{flex-direction:column;gap:3px;display:flex}.oracle-scope .oracle-site-footer-brand strong{letter-spacing:-.5px;font-size:15px}.oracle-scope .oracle-site-footer-nav{flex-wrap:wrap;gap:18px;display:flex}.oracle-scope .ranking{border-bottom:1px solid var(--oracle-line);gap:5px;display:flex}.oracle-scope .ranking button{color:#65735e;border-bottom:2px solid #0000;min-height:44px;padding:12px 16px;font-size:12px}.oracle-scope .ranking button[aria-pressed=true]{color:#28472c;border-color:#39592f;font-weight:650}.oracle-scope .ranking-note{color:var(--oracle-muted);margin:13px 0;font-size:11px;line-height:1.7}.oracle-scope .offer-row{border:0;border-bottom:1px solid var(--oracle-line);background:0 0;border-radius:0;align-items:center;gap:15px;padding:20px 0;display:flex}.oracle-scope .offer-row:last-child{border:0}.oracle-scope .merchant-monogram{background:#e7eadd;border-radius:6px;flex-shrink:0;place-items:center;width:39px;height:39px;font-family:Georgia,serif;font-size:20px;display:grid}.oracle-scope .offer-thumb{width:48px;height:48px}.oracle-scope .merchant{flex:1}.oracle-scope .merchant h3{align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.oracle-scope .minimum-tag{letter-spacing:.7px;color:#36542d;background:#e4edce;border-radius:3px;padding:4px 6px;font-size:10px}.oracle-scope .merchant p{color:var(--oracle-muted);align-items:center;gap:4px;margin-top:7px;font-size:12px;display:flex}.oracle-scope .delivery{gap:7px;min-width:160px;display:grid}.oracle-scope .delivery>span{align-items:center;gap:6px;font-size:12px;display:flex}.oracle-scope .delivery small,.oracle-scope .offer-price small{color:var(--oracle-muted);font-size:12px}.oracle-scope .offer-price{text-align:right;gap:5px;min-width:66px;display:grid}.oracle-scope .offer-price strong{letter-spacing:-.6px;font-size:20px;font-weight:500}.oracle-scope .offer-button{border:1px solid #bbc7b2;border-radius:5px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:11px;font-size:12px;display:flex}.oracle-scope .comparison{border-top:1px solid #cbd6bd;margin-top:21px;padding-top:10px}.oracle-scope .comparison table{border-collapse:collapse;text-align:left;width:100%;font-size:12px}.oracle-scope .comparison caption{text-align:left;padding:6px 0 15px;font-size:11px;font-weight:600}.oracle-scope .comparison th,.oracle-scope .comparison td{border-bottom:1px solid #d2dcc7;padding:11px 8px}.oracle-scope .comparison th{font-weight:550}.oracle-scope .comparison td:last-child{color:#2a532d;font-weight:600}.oracle-scope .comparison .primary{margin-top:18px}.oracle-scope .comparison .fine{margin-top:8px}.oracle-scope dialog{color:var(--oracle-ink);background:#fbfcf5;border:1px solid #cdd6c3;border-radius:16px;width:calc(100% - 32px);max-width:520px;max-height:calc(100dvh - 32px);padding:0;box-shadow:0 24px 100px #183b2a33}.oracle-scope dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#192f2475}.oracle-scope .modal-inner{padding:24px 30px 30px}.oracle-scope .modal-heading{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.oracle-scope .modal-inner h2{letter-spacing:-1px;margin-bottom:18px;font:34px/1.1 Georgia,serif}.oracle-scope .modal-intro{color:var(--oracle-muted);margin-bottom:17px;font-size:14px;line-height:1.75}.oracle-scope .simulation-notice{background:#edf2e5;border:1px solid #cfdbc4;border-radius:5px;padding:10px 12px;font-size:12px}.oracle-scope .check-list{margin:12px 0;padding:5px 0;list-style:none}.oracle-scope .check-list li{gap:10px;padding:8px 0;font-size:14px;line-height:1.6;display:flex}.oracle-scope .check-list svg{color:#527839;flex-shrink:0;width:16px;height:16px;margin-top:2px}.oracle-scope .check-warning{background:#f2ead1;border-left:3px solid #a58031;margin-bottom:15px;padding:13px 15px;font-size:12px;line-height:1.65}.oracle-scope .modal-inner>.full{margin-top:17px}.oracle-scope .modal-inner>.quiet-button{margin-top:4px}.oracle-scope .exit-state h3,.oracle-scope .alert-saved h3{margin:17px 0 12px;font:25px/1.25 Georgia,serif}.oracle-scope .exit-state p,.oracle-scope .alert-saved p{color:var(--oracle-muted);margin-bottom:20px;font-size:13px;line-height:1.7}.oracle-scope .input-label{margin:24px 0 10px;font-size:12px;font-weight:600;display:block}.oracle-scope .target-input{width:100%;color:var(--oracle-ink);background:#fff;border:1px solid #aabb9d;border-radius:7px;margin-bottom:13px;padding:13px;font-size:28px;display:block}.oracle-scope .modal-inner form>.primary{margin-top:25px}.oracle-scope .saved-mark{background:#e1edce;border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.oracle-scope .trigger-result{background:#e9f0df;border:1px solid #c8d6b8;border-radius:8px;gap:13px;margin-top:19px;padding:16px;font-size:12px;display:flex}.oracle-scope .trigger-result>svg{flex-shrink:0}.oracle-scope .trigger-result p{margin:8px 0 0;font-size:11px}.oracle-scope .principles{padding-left:18px;font-size:14px;line-height:1.7}.oracle-scope .principles li{margin:12px 0}@media (width>=1600px){.oracle-scope .site-header{padding-left:max(48px,50% - 752px);padding-right:max(48px,50% - 752px)}.oracle-scope main{padding:40px 55px 0}.oracle-scope .decision-body h1{font-size:49px}.oracle-scope .decision-body{padding:38px}.oracle-scope .product-art{height:250px}}@media (width<=1200px){.oracle-scope .app-layout{grid-template-columns:200px minmax(0,1fr)}.oracle-scope .sidebar{padding:35px 14px}.oracle-scope .sidebar-title{padding-left:5px}.oracle-scope .scenario-button{gap:9px;padding:13px 9px}.oracle-scope .scenario-button small{white-space:normal;font-size:10px}.oracle-scope main{padding:30px 27px 0}.oracle-scope .decision-panel{grid-template-columns:minmax(0,1.3fr) minmax(205px,.9fr)}.oracle-scope .decision-body{padding:25px}.oracle-scope .decision-body h1{font-size:37px}.oracle-scope .decision-actions{gap:8px}.oracle-scope .price-block{gap:16px}.oracle-scope .price-block .eyebrow{font-size:9px}.oracle-scope .saving{padding-left:12px}.oracle-scope .saving span{font-size:11px}.oracle-scope .opportunity{flex-wrap:wrap}.oracle-scope .opportunity-action{margin-left:62px}.oracle-scope .delivery{min-width:135px}.oracle-scope .merchant p,.oracle-scope .delivery small,.oracle-scope .offer-price small{font-size:11px}.oracle-scope .merchant p{flex-wrap:wrap}.oracle-scope .merchant p span,.oracle-scope .offer-button span{display:none}.oracle-scope .site-header{padding:0 28px}.oracle-scope .header-promise{font-size:11px}.oracle-scope .product-panel{padding:15px 10px}.oracle-scope .product-art{height:215px}.oracle-scope .evidence-tag{display:none}}@media (width<=900px){.oracle-scope .app-layout{display:block}.oracle-scope .sidebar{border:0;padding:22px 27px 0}.oracle-scope .sidebar-title{justify-content:space-between;align-items:center;margin-bottom:12px;padding:0;display:flex}.oracle-scope .sidebar nav{gap:8px;margin:0 -3px;padding:4px 3px 8px;display:flex;overflow-x:auto}.oracle-scope .scenario-button{border:1px solid #d8dece;flex:1;gap:10px;min-width:123px;min-height:56px;padding:10px 13px}.oracle-scope .scenario-button small{display:none}.oracle-scope .scenario-button strong{font-size:11px}.oracle-scope .active-dot,.oracle-scope .sidebar-bottom{display:none}.oracle-scope main{padding:23px 27px 0}.oracle-scope .site-header{height:78px}.oracle-scope .header-promise{display:none}.oracle-scope .decision-panel{grid-template-columns:minmax(0,1.4fr) minmax(225px,.9fr)}.oracle-scope .decision-body h1{font-size:40px}.oracle-scope .price-block{margin-top:23px}.oracle-scope .product-art{height:235px}.oracle-scope .evidence-grid{grid-template-columns:1fr 1.1fr}.oracle-scope .offer-row{gap:13px}.oracle-scope .delivery{min-width:145px}.oracle-scope .opportunity-action{margin-left:auto}}@media (prefers-reduced-motion:reduce){.oracle-scope{scroll-behavior:auto}.oracle-scope *,.oracle-scope :before,.oracle-scope :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (width<=600px){.oracle-scope .site-header{gap:10px;height:72px;padding:0 19px}.oracle-scope .brand{gap:9px}.oracle-scope .brand-wordmark{letter-spacing:-1.4px;font-size:34px}.oracle-scope .demo-badge{gap:6px;min-height:36px;padding:8px 10px;font-size:9px}.oracle-scope .desktop-only{display:none}.oracle-scope .sidebar{padding:19px 17px 0}.oracle-scope .sidebar-title .eyebrow{font-size:8px}.oracle-scope .sidebar-title .fine{font-size:9px}.oracle-scope .scenario-button{gap:9px;min-width:111px;padding:10px 11px}.oracle-scope .scenario-button svg{width:18px}.oracle-scope .scenario-button strong{font-size:10px}.oracle-scope main{padding:22px 17px 0}.oracle-scope .search-heading h2{font-size:23px}.oracle-scope .search-heading>.fine{display:none}.oracle-scope .search-form{gap:9px;padding:5px 5px 5px 11px}.oracle-scope .search-form>svg{flex-shrink:0;width:17px}.oracle-scope .search-form input{height:43px;font-size:12px}.oracle-scope .search-submit{gap:0;min-width:44px;min-height:44px;padding:12px;font-size:0}.oracle-scope .search-submit svg{width:18px}.oracle-scope .clear-search{min-width:29px;min-height:44px}.oracle-scope .search-help{min-height:46px;padding-top:10px;font-size:10px}.oracle-scope .result-topline{margin:18px 0 12px;font-size:10px}.oracle-scope .result-topline .text-link{font-size:10px}.oracle-scope .decision-panel{border-radius:10px;flex-direction:column;display:flex}.oracle-scope .decision-body{padding:24px 22px 22px}.oracle-scope .verdict-line{font-size:9px}.oracle-scope .decision-body h1{letter-spacing:-1.4px;max-width:360px;margin:17px 0 13px;font-size:37px}.oracle-scope .decision-reason{font-size:12px;line-height:1.7}.oracle-scope .price-block{justify-content:space-between;gap:10px;margin:25px 0 22px}.oracle-scope .hero-price{font-size:54px}.oracle-scope .price-caption{font-size:9px}.oracle-scope .price-block .eyebrow{letter-spacing:.8px;font-size:7px}.oracle-scope .saving{max-width:130px;padding-left:16px}.oracle-scope .saving strong{font-size:20px}.oracle-scope .saving span{font-size:9px}.oracle-scope .decision-actions{gap:7px}.oracle-scope .decision-actions .primary{width:100%;font-size:12px}.oracle-scope .decision-actions>.text-link{padding:11px 0 2px;font-size:10px}.oracle-scope .filters-toggle{color:var(--oracle-ink);background:var(--oracle-paper);border:1px solid #aebbaa;border-radius:20px;align-items:center;gap:7px;padding:8px 13px;font-size:11px;font-weight:600;display:flex}.oracle-scope .filters-panel{flex-direction:column;align-items:stretch;gap:11px;margin-top:11px;display:none}.oracle-scope .filters-panel.open{display:flex}.oracle-scope .filters-price-range input{width:100%}.oracle-scope .product-panel{text-align:left;align-items:flex-start;min-height:100px;margin:0 12px 12px;padding:17px 15px 17px 97px;position:relative}.oracle-scope .product-art{width:88px;height:84px;position:absolute;top:8px;left:6px}.oracle-scope .product-number{letter-spacing:.7px;font-size:6px}.oracle-scope .product-number span{display:none}.oracle-scope .product-panel h2{margin:5px 0;font-size:17px}.oracle-scope .product-panel p{font-size:9px}.oracle-scope .product-check{gap:4px;margin-top:9px;font-size:7px}.oracle-scope .product-check svg{width:11px;height:11px}.oracle-scope .keep-strip{gap:10px;padding:15px 17px;font-size:10px;line-height:1.65}.oracle-scope .keep-strip>svg{flex-shrink:0;width:17px}.oracle-scope .keep-strip strong{display:block}.oracle-scope .opportunity{grid-template-columns:32px 1fr;gap:12px;padding:19px 17px;display:grid}.oracle-scope .opportunity-icon{width:32px;height:32px}.oracle-scope .opportunity-icon svg{width:18px}.oracle-scope .opportunity-content .eyebrow{letter-spacing:1px;font-size:7px}.oracle-scope .opportunity h2{margin:8px 0 10px;font-size:19px;line-height:1.25}.oracle-scope .opportunity p{font-size:11px}.oracle-scope .opportunity-action{white-space:normal;text-align:left;grid-column:2;justify-self:start;margin:0;font-size:10px}.oracle-scope .comparison{width:calc(100% + 44px);margin-left:-44px}.oracle-scope .comparison table{font-size:10px}.oracle-scope .comparison th,.oracle-scope .comparison td{padding:10px 5px}.oracle-scope .comparison .primary{gap:10px;font-size:10px}.oracle-scope .section-heading{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:15px}.oracle-scope .section-heading .eyebrow{letter-spacing:1.1px;font-size:8px}.oracle-scope .section-heading h2{font-size:27px}.oracle-scope .section-heading>.fine{font-size:9px}.oracle-scope .evidence,.oracle-scope .offers{margin-top:30px}.oracle-scope .evidence-grid{display:block}.oracle-scope .history{border-right:0;border-bottom:1px solid var(--oracle-line);padding:20px 0}.oracle-scope .history h3{font-size:11px}.oracle-scope .history>svg{height:81px}.oracle-scope .history p{font-size:10px}.oracle-scope .truth-list{padding:0}.oracle-scope summary{padding:17px 0;font-size:11px}.oracle-scope .ranking{justify-content:space-between;gap:0}.oracle-scope .ranking button{padding:12px 6px;font-size:9px}.oracle-scope .ranking-note{font-size:9px}.oracle-scope .offer-row{grid-template-columns:32px minmax(0,1fr) 65px 42px;gap:10px;padding:18px 0;display:grid}.oracle-scope .merchant-monogram{width:32px;height:32px;font-size:17px}.oracle-scope .merchant{grid-column:2}.oracle-scope .merchant h3{flex-wrap:wrap;gap:5px;font-size:11px}.oracle-scope .merchant p{margin-top:5px;font-size:8px;line-height:1.5}.oracle-scope .merchant p svg{width:11px}.oracle-scope .minimum-tag{padding:3px 4px;font-size:6px}.oracle-scope .offer-price{grid-area:1/3;min-width:0}.oracle-scope .offer-price strong{font-size:18px}.oracle-scope .offer-price small{font-size:8px}.oracle-scope .offer-button{grid-area:1/4;min-width:42px;padding:10px}.oracle-scope .delivery{flex-wrap:wrap;grid-area:2/2/auto/-1;gap:7px 12px;min-width:0;display:flex}.oracle-scope .delivery>span,.oracle-scope .delivery small{font-size:8px}.oracle-scope .delivery svg{width:11px}.oracle-scope .oracle-page-footer{gap:8px;padding-top:23px}.oracle-scope .oracle-page-footer .text-link{font-size:10px}.oracle-scope .oracle-page-footer>span{font-size:9px}.oracle-scope .oracle-page-footer p{font-size:8px}.oracle-scope .modal-inner{padding:18px 21px 23px}.oracle-scope .modal-inner h2{font-size:30px}.oracle-scope .modal-intro{font-size:12px}.oracle-scope .check-list li,.oracle-scope .check-warning{font-size:11px}.oracle-scope .primary.full{gap:12px;font-size:11px}.oracle-scope .principles{font-size:12px}}.oracle-scope .offer-context{color:var(--oracle-muted);align-items:center;gap:6px;margin:-9px 0 20px;font-size:11px;line-height:1.6;display:flex}.oracle-scope .offer-context svg{flex-shrink:0}.oracle-scope .fine,.oracle-scope .search-help,.oracle-scope .text-link,.oracle-scope .price-caption,.oracle-scope .product-panel p,.oracle-scope .history p,.oracle-scope .history-labels,.oracle-scope .ranking-note,.oracle-scope .merchant p,.oracle-scope .delivery small,.oracle-scope .offer-price small,.oracle-scope .oracle-page-footer p{font-size:12px}.oracle-scope .sidebar-title .eyebrow,.oracle-scope .scenario-button small,.oracle-scope .eyebrow,.oracle-scope .price-block .eyebrow,.oracle-scope .product-number,.oracle-scope .product-check,.oracle-scope .evidence-tag,.oracle-scope .minimum-tag{font-size:10px}.oracle-scope .decision-reason{font-size:14px}.oracle-scope .saving span{font-size:12px}.oracle-scope .opportunity p{font-size:14px}.oracle-scope .history h3,.oracle-scope summary{font-size:13px}.oracle-scope .merchant h3{font-size:14px}.oracle-scope .delivery>span,.oracle-scope .offer-button,.oracle-scope .ranking button{font-size:12px}.oracle-scope .keep-strip{font-size:13px}.oracle-scope .product-check{line-height:1.5}.oracle-scope .product-number{letter-spacing:.6px}.oracle-scope .result-topline{font-size:12px}.oracle-scope .offer-row{gap:13px}.oracle-scope .delivery{min-width:160px}.oracle-scope .modal-inner .fine,.oracle-scope .simulation-notice{font-size:12px}.oracle-scope .check-list li,.oracle-scope .principles,.oracle-scope .modal-intro{font-size:14px}.oracle-scope .result-topline>span{min-width:0}.oracle-scope .result-topline .text-link{white-space:nowrap}.oracle-scope .product-number>span{margin-left:8px}.oracle-scope .price-block{flex-wrap:wrap}@media (width<=1200px){.oracle-scope .merchant p,.oracle-scope .delivery small,.oracle-scope .offer-price small{font-size:11px}.oracle-scope .delivery{min-width:135px}.oracle-scope .scenario-button small{white-space:normal;font-size:10px}.oracle-scope .price-block .eyebrow{font-size:9px}.oracle-scope .price-block{gap:16px}.oracle-scope .saving{padding-left:12px}.oracle-scope .saving span{font-size:11px}}@media (width<=600px){.oracle-scope .fine,.oracle-scope .search-help,.oracle-scope .text-link,.oracle-scope .price-caption,.oracle-scope .product-panel p,.oracle-scope .history p,.oracle-scope .history-labels,.oracle-scope .ranking-note,.oracle-scope .merchant p,.oracle-scope .delivery small,.oracle-scope .offer-price small,.oracle-scope .oracle-page-footer p{font-size:11px}.oracle-scope .sidebar-title .eyebrow,.oracle-scope .sidebar-title .fine{font-size:9px}.oracle-scope .decision-reason{font-size:13px}.oracle-scope .price-block .eyebrow{letter-spacing:.5px;font-size:9px}.oracle-scope .hero-price{font-size:51px}.oracle-scope .price-block>div:first-child{max-width:170px}.oracle-scope .saving{max-width:106px;padding-left:12px}.oracle-scope .saving span{font-size:10px}.oracle-scope .product-number{font-size:9px;line-height:1.5}.oracle-scope .product-check{font-size:10px}.oracle-scope .product-panel{min-height:121px}.oracle-scope .product-art{top:18px}.oracle-scope .product-panel h2{font-size:18px}.oracle-scope .product-panel p{line-height:1.5}.oracle-scope .keep-strip{font-size:12px}.oracle-scope .result-topline{align-items:flex-start}.oracle-scope .result-topline>span{font-size:11px;line-height:1.6}.oracle-scope .result-topline .text-link{font-size:11px}.oracle-scope .result-dot{flex-shrink:0}.oracle-scope .opportunity-content .eyebrow{font-size:9px}.oracle-scope .opportunity p{font-size:13px}.oracle-scope .opportunity-action,.oracle-scope .comparison table,.oracle-scope .comparison .primary{font-size:11px}.oracle-scope .section-heading .eyebrow,.oracle-scope .section-heading>.fine,.oracle-scope .ranking button{font-size:10px}.oracle-scope .merchant h3{font-size:12px}.oracle-scope .minimum-tag{font-size:8px}.oracle-scope .merchant p{font-size:10px}.oracle-scope .delivery{min-width:0}.oracle-scope .delivery>span,.oracle-scope .delivery small{font-size:10px}.oracle-scope .offer-price small{font-size:9px}.oracle-scope .offer-row{gap:9px}.oracle-scope .history h3,.oracle-scope summary{font-size:12px}.oracle-scope .decision-actions>.text-link,.oracle-scope .oracle-page-footer>span,.oracle-scope .oracle-page-footer .text-link{font-size:11px}.oracle-scope .oracle-page-footer p{font-size:10px}.oracle-scope .modal-intro,.oracle-scope .check-list li,.oracle-scope .principles{font-size:13px}.oracle-scope .check-warning,.oracle-scope .primary.full{font-size:12px}.oracle-scope .modal-inner .fine,.oracle-scope .simulation-notice{font-size:11px}}.oracle-legal-page{background:#f5f5ee;min-height:100%;padding:8px 0 32px}.oracle-legal-page .bbp-page-content{font-family:Segoe UI,Arial,sans-serif}.oracle-legal-page .bbp-page-content h2{color:#24382f;font-family:Georgia,serif;font-weight:400}.oracle-legal-page .bbp-page-content h3{color:#244735}.oracle-legal-page .bbp-page-content p,.oracle-legal-page .bbp-page-content ul,.oracle-legal-page .bbp-page-content ol,.oracle-legal-page .bbp-page-content li{color:#5e6b60}.oracle-legal-page .bbp-page-content a{color:#244735;text-underline-offset:3px;-webkit-text-decoration:underline #a4b196;text-decoration:underline #a4b196}.oracle-legal-page .chisiamo-principles li strong{color:#24382f}.oracle-legal-page .chisiamo-brand{color:#2d4eff}.oracle-legal-page .form-group label{color:#24382f}.oracle-legal-page .form-group input,.oracle-legal-page .form-group textarea{color:#24382f;background:#fffffa;border:1px solid #aebbaa}.oracle-legal-page .submit-btn{color:#f4f7ec;background:#244735}.oracle-legal-page .submit-btn:hover{filter:brightness(1.1)}.oracle-legal-page .success-message{color:#2f5d33;background:#e4ead8;border-color:#4caf50}.oracle-legal-page .contact-phone-btn{color:#24382f;background:#eef1e6;border:1px solid #ccd3c3}body.admin-page .header,body.admin-page .footer{display:none}body.admin-page .main-content{margin:0;padding:0}.experience .bbp-check{background:var(--oracle-paper);border:1px solid #aebea3;border-radius:12px;margin:24px 0;overflow:hidden}.experience .bbp-check-toggle{text-align:start;align-items:center;gap:16px;width:100%;padding:23px;display:flex}.experience .bbp-check-toggle>span{flex:1}.experience .bbp-check-toggle strong{font-size:21px;display:block}.experience .bbp-check-toggle small{color:var(--oracle-muted);margin-top:5px;line-height:1.6;display:block}.experience .bbp-check-toggle[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.experience .bbp-check-body{border-top:1px solid var(--oracle-line);padding:28px;animation:.18s experience-enter}.experience .bbp-check-conclusion{background:#f1f2e7;border-inline-start:3px solid #8a9162;padding:22px}.experience .bbp-check-conclusion h2{margin:12px 0;font:400 28px/1.3 Georgia,serif}.experience .bbp-check-body p{color:var(--oracle-muted);line-height:1.7}.experience .bbp-check-columns{grid-template-columns:1fr 1fr;gap:40px;margin:30px 0;display:grid}.experience .bbp-check-body h3{margin:0 0 12px;font-size:16px}.experience .bbp-check-identity{font-weight:600}.experience .bbp-check-offer{border-top:1px solid var(--oracle-line);margin-top:22px;padding-top:14px}.experience .bbp-check-offer h4{margin:0 0 10px;font-size:14px}.experience .bbp-check-offer dl{margin:0 0 12px}.experience .bbp-check-offer dl>div{justify-content:space-between;gap:18px;padding:8px 0;font-size:14px;display:flex}.experience .bbp-check-offer dd{text-align:end;margin:0;font-weight:600}.experience .bbp-check-missing ul{padding:0;list-style:none}.experience .bbp-check-missing li{border-bottom:1px solid var(--oracle-line);justify-content:space-between;gap:20px;padding:12px 0;font-size:14px;display:flex}.experience .bbp-check-missing li span{color:#705f3c;text-align:end;font-size:12px}.experience .bbp-check-evidence{border-block:1px solid var(--oracle-line);padding:16px 0}.experience .bbp-check-evidence summary,.experience .bbp-saved summary{cursor:pointer;min-height:44px;padding:12px 0;font-weight:600}.experience .bbp-check-evidence li{font-size:13px;line-height:1.8}.experience .bbp-check-actions{justify-content:space-between;align-items:center;gap:24px;margin:24px 0 12px;display:flex}.experience .bbp-check-actions button{flex-shrink:0;align-items:center;gap:10px;display:flex}.experience .bbp-save-status{min-height:24px;margin-top:10px}.experience .bbp-saved{border-bottom:1px solid var(--oracle-line);padding:15px 0}.experience .bbp-saved p{color:var(--oracle-muted);font-size:13px;line-height:1.7}@media (width<=600px){.experience .bbp-check-body{padding:18px}.experience .bbp-check-toggle{padding:20px 16px}.experience .bbp-check-columns{grid-template-columns:1fr;gap:25px}.experience .bbp-check-conclusion{padding:18px}.experience .bbp-check-conclusion h2{font-size:24px}.experience .bbp-check-actions{flex-direction:column;align-items:start}}.experience .decision-product{background:var(--oracle-paper);border:1px solid var(--oracle-line);border-radius:12px;grid-template-columns:1.5fr 1fr;gap:40px;padding:30px;display:grid}.experience .decision-product h2{margin:14px 0;font:400 30px/1.25 Georgia,serif}.experience .decision-product p{color:var(--oracle-muted);font-size:13px;line-height:1.6}.experience .decision-product-cost{gap:8px;margin:24px 0;display:grid}.experience .decision-product-cost>span{color:var(--oracle-muted);font-size:12px}.experience .decision-product-cost strong{font:400 40px/1.1 Georgia,serif}.experience .decision-product-cost small{color:var(--oracle-muted);line-height:1.6}.experience .decision-product-actions{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.experience .decision-product-image{object-fit:contain;border-radius:10px;align-self:center;width:100%;height:240px;display:block}.experience .decision-product-image img{object-fit:contain;width:100%;height:100%}@media (width<=600px){.experience .decision-product{grid-template-columns:1fr;gap:24px;padding:20px}.experience .decision-product h2{font-size:25px}.experience .decision-product-image{grid-row:1;height:160px}}.experience .merchant-surface{border:1px solid var(--oracle-line);background:#edf0e5;border-radius:12px;margin-top:36px}.experience .merchant-surface summary{cursor:pointer;align-items:center;gap:12px;min-height:60px;padding:20px 26px;font-weight:600;display:flex}.experience .merchant-surface summary:after{content:"+";margin-inline-start:auto;font-size:22px;font-weight:400}.experience .merchant-surface[open] summary>span{transform:none}.experience .merchant-surface[open] summary:after{content:"−"}.experience .merchant-summary-note{color:var(--oracle-muted);margin-inline-start:8px;font-size:12px;font-weight:400}.experience .merchant-surface-body{grid-template-columns:1fr 1fr;gap:60px;padding:18px 30px 30px;display:grid}.experience .merchant-surface h2{margin:12px 0 16px;font:400 34px/1.2 Georgia,serif}.experience .merchant-surface h3{margin:10px 0;font-size:18px}.experience .merchant-surface p,.experience .merchant-surface li{color:var(--oracle-muted);font-size:14px;line-height:1.75}.experience .merchant-contact{border:1px solid #96a38d;border-radius:6px;align-items:center;gap:14px;margin-top:24px;padding:14px 18px;font-size:14px;font-weight:600;display:inline-flex}.experience .merchant-principles ul{margin:16px 0 0;padding-inline-start:18px}.experience .merchant-principles li+li{margin-top:8px}.experience .merchant-separation{border-top:1px solid #d5dcca;padding:18px 30px;font-size:12px!important}.experience .experience-search-top nav{align-items:center;gap:22px;display:flex}.experience .experience-search-top nav a{text-underline-offset:4px;font-size:13px;text-decoration:underline}@media (width<=600px){.experience .merchant-surface{margin-top:26px}.experience .merchant-surface summary{padding:18px;font-size:14px}.experience .merchant-summary-note{display:none}.experience .merchant-surface-body{grid-template-columns:1fr;gap:30px;padding:12px 20px 24px}.experience .merchant-surface h2{font-size:29px}.experience .merchant-separation{padding:18px 20px}.experience .experience-search-top{align-items:start}.experience .experience-search-top nav{flex-direction:column;align-items:end;gap:8px}.experience .experience-search-top nav a{font-size:12px}}.experience .provider-sections{gap:28px;padding-top:24px;display:grid}.experience .provider-section{border:1px solid var(--oracle-line);border-radius:12px;padding:22px}.experience .provider-section+.provider-section{margin-top:8px}.experience .provider-section .offer-row{grid-template-columns:48px minmax(0,1fr) minmax(95px,auto) minmax(110px,auto)}.experience .provider-section .offer-price small{max-width:130px;display:block}.experience .provider-section .offer-button{text-align:center;text-decoration:none}@media (width<=600px){.experience .provider-section{padding:16px}.experience .provider-section .offer-row{grid-template-columns:48px minmax(0,1fr) 72px}.experience .provider-section .offer-button{grid-column:2/-1}}.oracle-scope.experience{min-height:70vh}.experience .experience-shell{max-width:1240px;margin-inline:auto;padding:32px 40px 56px}.experience .experience-search{max-width:100%;padding:0 0 22px}.experience .experience-search-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.experience .experience-search h1{letter-spacing:-1.7px;font-family:Georgia,serif;font-size:clamp(36px,4.2vw,58px);font-weight:400;line-height:1.12}.experience .experience-promise{color:var(--oracle-muted);margin:12px 0 23px;font-size:18px;line-height:1.5}.experience .search-form{width:100%;min-height:64px;margin:0}.experience .search-form input{min-width:0;font-size:17px}.experience .search-submit{font-size:14px}.experience .experience-input-hint{color:var(--oracle-muted);margin-top:10px;font-size:13px;line-height:1.5}.experience .experience-banner{background:var(--oracle-green);color:var(--oracle-paper);border-radius:12px;align-items:center;gap:20px;padding:24px 28px;display:flex}.experience .experience-banner>svg{color:var(--oracle-lime);flex-shrink:0}.experience .experience-banner strong{font-size:21px;font-weight:500;line-height:1.35}.experience .experience-banner p{color:#e0e9d8;margin-top:6px;font-size:14px;line-height:1.5}.experience .banner-arrow{margin-inline-start:auto}.experience .experience-discovery{padding-top:32px}.experience .experience-section-head{justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:15px;display:flex}.experience .experience-section-head h2{font-size:18px;font-weight:600}.experience .experience-section-head>span{color:var(--oracle-muted);font-size:12px}.experience .experience-examples{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.experience .experience-example{text-align:start;border:1px solid var(--oracle-line);background:var(--oracle-paper);border-radius:12px;align-items:center;gap:14px;min-height:124px;padding:18px;display:flex}.experience .experience-example>span{flex:1;min-width:0}.experience .experience-example strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.experience .experience-example small{color:var(--oracle-muted);margin-top:8px;display:block}.experience .experience-thumb{object-fit:contain;border-radius:6px;flex-shrink:0;width:58px;height:58px}.experience .experience-why{border-top:1px solid var(--oracle-line);grid-template-columns:1fr 1fr;gap:80px;margin-top:32px;padding:44px 0 16px;display:grid}.experience .experience-editorial h2{max-width:390px;margin:14px 0;font:400 clamp(28px,3vw,40px)/1.15 Georgia,serif}.experience .experience-editorial p{color:var(--oracle-muted);max-width:430px;margin-bottom:20px;line-height:1.75}.experience .experience-steps{margin:0;padding:0;list-style:none}.experience .experience-steps li{gap:19px;padding:0 0 22px;display:flex}.experience .experience-steps svg{flex-shrink:0;margin-top:6px}.experience .experience-steps h3{margin:4px 0 7px;font-size:16px}.experience .experience-steps p{color:var(--oracle-muted);font-size:14px;line-height:1.65}.experience .experience-step-number{letter-spacing:1px;color:var(--oracle-muted);font-size:10px}.experience .experience-more{display:none}.experience .experience-zero{padding:24px 0}.experience .experience-back{margin:24px 0 14px}.experience .experience-results{min-width:0}.experience .experience-skeleton{gap:14px;padding:28px 0;display:grid}.experience .experience-skeleton span{background:var(--oracle-soft);border-radius:12px;height:86px}.experience[data-state=intent] .experience-why{display:none}.experience[data-state=intent] .experience-discovery{opacity:.8}.experience{overflow-wrap:anywhere}.experience .search-form:focus-within{border-color:var(--oracle-green);box-shadow:0 0 0 4px #2447350c}.experience .experience-example{transition:transform .16s,border-color .16s}.experience .experience-example:hover{border-color:#8fa38c;transform:translateY(-3px)}.experience .experience-search h1{transition:font-size .18s}.experience:not([data-state=first_visit]):not([data-state=intent]) .experience-search h1{font-size:34px}.experience:not([data-state=first_visit]):not([data-state=intent]) .experience-promise{margin-bottom:15px;font-size:15px}.experience .experience-results>section{animation:.22s ease-out experience-enter}.experience .experience-skeleton span{animation:1.3s ease-in-out infinite alternate experience-pulse}@keyframes experience-enter{0%{opacity:.4;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes experience-pulse{to{opacity:.45}}@media (width<=1024px){.experience .experience-shell{padding:28px 28px 40px}.experience .experience-why{gap:40px}.experience .experience-example{gap:10px;padding:14px}.experience .experience-thumb{width:46px;height:46px}.experience .experience-section-head{flex-wrap:wrap;gap:8px}}@media (width<=600px){.experience .experience-shell{padding:22px 20px 32px}.experience .experience-search-top{gap:12px;margin-bottom:18px}.experience .experience-search h1{letter-spacing:-1.2px;max-width:320px;font-size:38px}.experience .experience-promise{margin:14px 0 20px;font-size:16px;line-height:1.6}.experience .search-form{gap:8px;min-height:60px;padding:6px 6px 6px 12px}.experience .search-form>svg{display:none}.experience .search-form input{flex:1;width:0;min-width:0;font-size:16px}.experience .search-submit{min-width:68px;min-height:46px;color:var(--oracle-paper);padding:12px;font-size:14px}.experience .search-submit svg{display:none}.experience .clear-search{width:36px;min-width:36px;min-height:44px}.experience .experience-input-hint{font-size:12px;line-height:1.6}.experience .experience-banner{align-items:flex-start;gap:13px;padding:20px}.experience .experience-banner strong{font-size:19px}.experience .experience-banner p{font-size:13px}.experience .experience-banner>svg{width:21px;margin-top:3px}.experience .banner-arrow{display:none}.experience .experience-discovery{padding-top:27px}.experience .experience-section-head{display:block}.experience .experience-section-head h2{margin-bottom:7px;font-size:17px}.experience .experience-section-head>span{font-size:12px;line-height:1.6;display:block}.experience .experience-examples{grid-template-columns:1fr;gap:10px}.experience .experience-example{min-height:104px;padding:16px}.experience .experience-thumb{width:56px;height:56px}.experience .experience-examples:not(.is-expanded) .experience-example:nth-child(n+2){display:none}.experience .experience-more{text-underline-offset:4px;min-height:44px;margin-top:8px;padding:10px 0;font-size:13px;text-decoration:underline;display:block}.experience .experience-why{grid-template-columns:1fr;gap:30px;margin-top:22px;padding-top:30px}.experience .experience-editorial h2{max-width:290px;font-size:32px}.experience .experience-editorial p{font-size:14px}.experience .experience-steps li:last-child{padding-bottom:0}.experience .experience-results .offer-row{min-width:0}.experience .experience-results .evidence .offer-row{grid-template-columns:48px minmax(0,1fr) 65px 42px}.experience .experience-results .merchant{min-width:0}.experience .text-link,.experience .quiet-button{min-height:44px}}@media (prefers-reduced-motion:reduce){.experience *,.experience :before,.experience :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.come-funziona-container{max-width:900px;margin:0 auto;padding:2rem 1.25rem}.cf-header{text-align:center;border-bottom:1px solid var(--color-border);margin-bottom:3rem;padding-bottom:2rem}.cf-header h1{color:#f5f5f5;margin-bottom:.5rem;font-size:clamp(1.8rem,5vw,2.5rem);font-weight:700}.cf-subtitle{color:#9aa0b4;margin:0;font-size:1.1rem}.cf-section{border:1px solid var(--color-border);background-color:#0d0e12;border-radius:8px;margin-bottom:3rem;padding:2rem}.cf-section h2{color:#f5f5f5;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.cf-marker{border-radius:2px;flex-shrink:0;width:16px;height:16px;display:inline-block}.cf-section-content p{color:#d1d5db;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.cf-section-content ul{margin-bottom:1.5rem;margin-left:2rem}.cf-section-content ul li{color:#d1d5db;margin-bottom:.5rem}.cf-section-content h3{color:#f5f5f5;margin-top:2rem;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.cf-highlight{border-left:4px solid var(--color-primary);color:#b3bfff;background-color:#2d4eff1a;border-radius:4px;margin:1.5rem 0;padding:1.25rem}.cf-cta{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1.5rem;padding:.875rem 1.875rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cf-cta:hover{filter:brightness(1.15);transform:translateY(-2px)}.cf-faq{border:1px solid var(--color-border);background-color:#0d0e12;border-radius:8px;margin-top:3rem;padding:2rem}.cf-faq h2{color:#f5f5f5;margin-bottom:2rem;font-size:1.8rem}.cf-faq-item{border-bottom:1px solid var(--color-border);margin-bottom:2rem;padding-bottom:2rem}.cf-faq-item:last-child{border-bottom:none}.cf-faq-item h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.cf-faq-item p{color:#d1d5db;margin:0;font-size:1rem;line-height:1.6}.cf-footer{text-align:center;border-top:1px solid var(--color-border);margin-top:3rem;padding-top:2rem}.cf-footer-cta{background-color:var(--color-primary);color:#fff;border-radius:4px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.cf-footer-cta:hover{filter:brightness(1.15);transform:translateY(-3px)}@media (width<=768px){.cf-section{padding:1.5rem}.cf-section h2{font-size:1.3rem}.cf-header h1{font-size:1.8rem}}.contact-phone-actions{flex-wrap:wrap;gap:12px;margin:14px 0 10px;display:flex}.contact-phone-btn{border:1px solid var(--color-primary);color:var(--color-light);background:#2d4eff1a;border-radius:10px;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.contact-phone-btn:hover{background:#2d4eff38}.contact-phone-btn.whatsapp{border-color:var(--color-success);background:#178a4c1f}.contact-phone-btn.whatsapp:hover{background:#178a4c42}.contact-phone-number{letter-spacing:.5px;color:var(--color-light);font-size:18px;font-weight:700}@media (width<=480px){.contact-phone-actions{flex-direction:column}.contact-phone-btn{justify-content:center}}.dashboard-container{color:#24382f;background:#f5f5ee;max-width:1000px;margin:0 auto;padding:30px 20px}.dashboard-container h1{color:#24382f;margin-bottom:30px;font-size:28px;font-weight:700}.dashboard-controls{align-items:center;gap:15px;margin-bottom:30px;display:flex}.dashboard-controls label{color:#24382f;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.dashboard-controls select{color:#24382f;cursor:pointer;background:#fffffa;border:1px solid #aebbaa;border-radius:6px;padding:8px 12px;font-size:13px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:40px;display:grid}.stat-card{background:#eef1e6;border-left:4px solid;border-radius:8px;padding:20px}.tier1-card{border-left-color:#0a0}.tier2-card{border-left-color:#2d4eff}.tier3-card{border-left-color:#ff1744}.stat-card h3{color:#24382f;margin:0 0 12px;font-size:15px;font-weight:700}.stat-value{color:#2d4eff;margin:0;font-size:36px;font-weight:700}.stat-label{color:#5e6b60;text-transform:uppercase;letter-spacing:.5px;margin:4px 0 8px;font-size:12px}.stat-revenue{color:#178a4c;margin:0;font-size:14px;font-weight:600}.dashboard-section{margin-bottom:30px}.dashboard-section h2{color:#24382f;margin-bottom:15px;font-size:18px;font-weight:700}.network-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.network-list li{background:#fffffa;border:1px solid #dce0d5;border-radius:6px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;display:flex}.network-list li span:first-child{color:#24382f;font-weight:600}.network-list li .count{color:#5e6b60;font-size:13px}.dashboard-loading,.dashboard-error{text-align:center;color:#5e6b60;padding:40px 20px;font-size:14px}.dashboard-error{color:#c0392b;font-weight:600}.dashboard-footer{text-align:center;color:#8b917a;border-top:1px solid #dce0d5;margin-top:40px;padding-top:20px;font-size:12px}.error-dashboard{text-align:center;color:#ff1744;padding:40px;font-weight:700}@media (width<=768px){.dashboard-container{padding:20px 15px}.dashboard-container h1{margin-bottom:20px;font-size:22px}.dashboard-grid{grid-template-columns:1fr}.stat-value{font-size:28px}}.analytics-container{color:#24382f;background:#f5f5ee;max-width:1200px;margin:0 auto;padding:30px 20px}.analytics-container h1{color:#24382f;margin-bottom:30px;font-size:28px;font-weight:700}.analytics-controls{margin-bottom:30px}.analytics-controls select{color:#24382f;cursor:pointer;background:#fffffa;border:1px solid #aebbaa;border-radius:6px;padding:10px 15px;font-size:14px}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:40px;display:grid}.metric-card{text-align:center;background:#eef1e6;border:1px solid #dce0d5;border-radius:8px;padding:20px}.metric-card h3{color:#5e6b60;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:700}.metric-value{color:#2d4eff;margin:0;font-size:32px;font-weight:700}.analytics-section{background:#eef1e6;border:1px solid #dce0d5;border-radius:8px;margin-bottom:40px;padding:20px}.analytics-section h2{color:#24382f;margin:0 0 15px;font-size:18px;font-weight:700}.top-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.top-list li{background:#fffffa;border-radius:6px;align-items:center;gap:15px;padding:10px;font-size:13px;display:flex}.rank{color:#2d4eff;min-width:30px;font-weight:700}.name{color:#24382f;flex:1}.count{color:#5e6b60;font-size:12px}.trend-note{color:#5e6b60;margin:0;font-size:13px}.analytics-loading,.analytics-error{text-align:center;color:#5e6b60;padding:40px 20px;font-size:14px}.analytics-error{color:#c0392b;font-weight:600}.error-analytics{text-align:center;color:#ff1744;padding:40px;font-weight:700}.roadmap-page{background:#050507;min-height:100vh;padding:2rem 0}.roadmap-container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.roadmap-page h1{color:#fff;text-align:center;margin-bottom:.5rem;font-size:2rem}.roadmap-intro{color:#8b91a5;text-align:center;margin-bottom:3rem;font-size:1rem}.roadmap-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{color:#8b91a5;cursor:pointer;background:#101116;border:1px solid #1e2029;border-radius:8px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.filter-btn.active{color:#fff;background:#2d4eff;border-color:#2d4eff;box-shadow:0 4px 12px #2d4eff4d}.filter-btn:hover{border-color:#2d4eff}.roadmap-loading,.roadmap-error{text-align:center;color:#8b91a5;padding:3rem;font-size:1.1rem}.roadmap-section{margin-bottom:4rem}.roadmap-section h2{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.section-desc{color:#8b91a5;margin-bottom:2rem;font-size:.95rem}.empty{color:#666;text-align:center;padding:2rem;font-style:italic}.suggestion-card{background:#101116;border:1px solid #1e2029;border-left:4px solid #2d4eff;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s}.suggestion-card:hover{background:#15191f;border-color:#23252e;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.suggestion-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.suggestion-header h4{color:#fff;flex:1;margin:0;font-size:1.1rem;line-height:1.4}.ai-score{white-space:nowrap;font-size:.95rem;font-weight:700}.suggestion-reasoning{color:#8b91a5;margin:1rem 0;font-size:.9rem;line-height:1.5}.suggestion-stats{color:#2d4eff;flex-wrap:wrap;gap:1rem;margin:1rem 0;font-size:.85rem;display:flex}.suggestion-stats span{align-items:center;gap:.3rem;display:flex}.suggestion-footer{border-top:1px solid #1e2029;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.suggestion-author{color:#666;font-size:.85rem}.upvote-btn{color:#2d4eff;cursor:pointer;background:0 0;border:1px solid #2d4eff;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;font-weight:600;transition:all .3s}.upvote-btn:hover:not(:disabled){background:#2d4eff1a;box-shadow:0 2px 8px #2d4eff33}.upvote-btn.voted,.upvote-btn:disabled{opacity:.5;cursor:not-allowed}.suggestion-status{color:#2ecc4f;background:#2ecc4f1a;border-left:3px solid #2ecc4f;border-radius:4px;margin-top:1rem;padding:.8rem;font-size:.85rem;font-weight:600}.roadmap-cta{text-align:center;background:linear-gradient(135deg,#2d4eff0d,#2ecc4f0d);border:1px solid #2d4eff33;border-radius:12px;margin-top:4rem;padding:2rem}.roadmap-cta h3{color:#fff;margin-bottom:1rem;font-size:1.2rem}.cta-button{color:#fff;background:#2d4eff;border-radius:8px;padding:.9rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{background:#1f37cc;box-shadow:0 4px 12px #2d4eff4d}@media (width<=768px){.roadmap-page h1{font-size:1.5rem}.roadmap-intro{font-size:.9rem}.suggestion-header{flex-direction:column;gap:.5rem}.suggestion-footer{flex-direction:column;align-items:flex-start;gap:1rem}.upvote-btn{align-self:flex-start}.roadmap-filters{justify-content:flex-start;gap:.5rem}.filter-btn{padding:.6rem 1rem;font-size:.85rem}}.admin-login-container{background:linear-gradient(135deg,#050507 0%,#101116 100%);justify-content:center;align-items:center;width:100%;height:100vh;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.admin-login-card{background:#191b22;border:1px solid #23252e;border-radius:12px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 20px 60px #0009}.admin-login-card h1{color:#fff;letter-spacing:-.5px;margin:0 0 .5rem;font-size:1.8rem;font-weight:700}.admin-subtitle{color:#8b91a5;text-transform:uppercase;letter-spacing:1px;margin:0 0 2rem;font-size:.9rem}.admin-alert-error{color:#ff1744;background:#ff17441a;border:1px solid #ff17444d;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;line-height:1.4}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{color:#d0d4e0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.admin-form-group input{color:#fff;background:#0f1118;border:1px solid #23252e;border-radius:6px;width:100%;padding:.9rem;font-family:inherit;font-size:1rem;transition:all .2s}.admin-form-group input:focus{border-color:#2d4eff;outline:none;box-shadow:0 0 0 3px #2d4eff1a}.admin-form-group input:disabled{color:#666;cursor:not-allowed;background:#191b22}.admin-2fa-hint{color:#8b91a5;margin:.5rem 0 .8rem;font-size:.85rem;line-height:1.4}.admin-btn-submit,.admin-btn-back{color:#fff;letter-spacing:.5px;cursor:pointer;text-transform:uppercase;background:#2d4eff;border:none;border-radius:6px;width:100%;margin-bottom:.8rem;padding:.9rem;font-size:1rem;font-weight:600;transition:all .2s}.admin-btn-submit:hover:not(:disabled){background:#3d5eff;transform:translateY(-2px);box-shadow:0 8px 20px #2d4eff4d}.admin-btn-submit:disabled{opacity:.6;cursor:not-allowed}.admin-btn-back{color:#2d4eff;background:#1e2029;margin-bottom:0}.admin-btn-back:hover:not(:disabled){background:#23252e}.admin-footer{text-align:center;border-top:1px solid #23252e;margin-top:2rem;padding-top:1.5rem}.admin-footer p{color:#8b91a5;letter-spacing:.5px;margin:0;font-size:.85rem}.admin-error{color:#fff;text-align:center;background:#ff1744;border-radius:8px;padding:1rem;font-weight:600}.admin-dashboard{color:#fff;background:#050507;width:100%;min-height:100vh;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-header{display:none}.admin-nav-compact{background:#101116;border-bottom:1px solid #23252e;gap:.5rem;padding:.5rem 1rem;display:flex}.admin-nav-btn{color:#2d4eff;cursor:pointer;background:#1e2029;border:1px solid #23252e;border-radius:4px;padding:.4rem .8rem;font-size:.55rem;font-weight:600;text-decoration:none;transition:all .2s}.admin-nav-btn:hover{background:#23252e;border-color:#2d4eff}.admin-header-left{align-items:center;gap:.4rem;display:flex}.admin-header-left h1{letter-spacing:-.5px;margin:0;font-size:.9rem;font-weight:700}.admin-status{text-transform:uppercase;letter-spacing:1px;color:#2d4eff;background:#2d4eff1a;border:1px solid #2d4eff4d;border-radius:4px;padding:.15rem .3rem;font-size:.5rem;font-weight:600}.admin-status.live{color:#2ecc4f;background:#2ecc4f1a;border-color:#2ecc4f4d}.admin-header-center{justify-content:center;min-width:fit-content;display:flex}.admin-header-right{align-items:center;gap:.6rem;display:flex}.admin-user{color:#8b91a5;font-size:.36rem}.admin-btn-logout{color:#2d4eff;cursor:pointer;background:#1e2029;border:1px solid #23252e;border-radius:4px;padding:.24rem .48rem;font-size:.32rem;font-weight:600;transition:all .2s}.admin-btn-logout:hover{background:#23252e;border-color:#2d4eff}.admin-btn-home{color:#2ecc4f;cursor:pointer;background:#1e2029;border:1px solid #23252e;border-radius:4px;padding:.24rem .48rem;font-size:.32rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.admin-btn-home:hover{background:#23252e;border-color:#2ecc4f;box-shadow:0 0 8px #2ecc4f4d}.admin-main{max-width:100%;margin:0 auto;padding:1rem}.admin-section{margin-bottom:.6rem}.admin-section h2{letter-spacing:-.5px;color:#e0e4f7;margin:0 0 .5rem;font-size:.65rem;font-weight:700}.admin-grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.5rem;display:grid}.admin-grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.5rem;display:grid}.admin-card{background:#191b22;border:1px solid #23252e;border-radius:8px;padding:.4rem;transition:all .2s}.admin-card:hover{border-color:#2d4eff;box-shadow:0 8px 20px #2d4eff1a}.admin-card-label{color:#8b91a5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.45rem}.admin-card-value{color:#2d4eff;margin-bottom:.15rem;font-size:.95rem;font-weight:700;line-height:1}.admin-card-delta{color:#2ecc4f;font-size:.45rem}.admin-card-status{margin-top:.15rem;font-size:.4rem}.admin-alerts{flex-direction:column;gap:.35rem;display:flex}.admin-alert{border-radius:6px;padding:.4rem;font-size:.5rem;line-height:1.2}.admin-alert-error{color:#ff6b7b;background:#ff17441a;border-left:3px solid #ff1744}.admin-alert-warning{color:#ffb74d;background:#ff98001a;border-left:3px solid #ff9800}.admin-alert-info{color:#6b9eff;background:#2d4eff1a;border-left:3px solid #2d4eff}.admin-alert-ok{color:#2ecc4f;padding:.4rem;font-size:.5rem;font-weight:600}.admin-actions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.4rem;display:grid}.admin-btn-action{color:#2d4eff;cursor:pointer;background:#1e2029;border:1px solid #23252e;border-radius:6px;padding:.4rem;font-size:.5rem;font-weight:600;transition:all .2s}.admin-btn-action:hover{background:#23252e;border-color:#2d4eff;transform:translateY(-2px);box-shadow:0 4px 12px #2d4eff33}.admin-footer{color:#8b91a5;border-top:1px solid #23252e;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1rem 1.2rem;font-size:.65rem;display:flex}.admin-footer-left{flex:1}.admin-footer-right{text-align:right;color:#6b7180;font-weight:600}.admin-footer p{margin:0}.admin-footer-version{letter-spacing:.5px;font-size:.6rem}.admin-loading{color:#8b91a5;background:#050507;justify-content:center;align-items:center;width:100%;height:100vh;font-size:1rem;display:flex}.admin-error{color:#ff1744;text-align:center;background:#050507;padding:1rem;font-size:.9rem}@media (width<=768px){.admin-header{flex-direction:column;align-items:flex-start;gap:.4rem}.admin-header-right{justify-content:space-between;width:100%}.admin-main{padding:.4rem}.admin-grid-4,.admin-grid-3{grid-template-columns:1fr}}.analytics-module{color:#f5f5f5;padding:1rem}.analytics-module h2{background:linear-gradient(135deg,#2d4eff 0%,#2ecc4f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.4rem}.analytics-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10111699;border:1px solid #2d4eff33;border-radius:12px;margin-bottom:1.5rem;padding:1rem;animation:.6s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.analytics-section h3{color:#2d4eff;margin-bottom:.8rem;font-size:.85rem}.analytics-loading,.analytics-error{text-align:center;color:#999;padding:2rem}.analytics-chart{background:#05050780;border-radius:8px;justify-content:space-around;align-items:flex-end;gap:3px;height:80px;margin-bottom:.8rem;padding:.4rem;display:flex}.chart-bar-container{flex-direction:column;flex:1;align-items:center;gap:.2rem;height:100%;display:flex}.chart-bar{cursor:pointer;background:linear-gradient(#2d4eff 0%,#2ecc4f 100%);border-radius:4px 4px 0 0;justify-content:center;align-items:flex-end;width:100%;min-height:20px;padding-bottom:4px;transition:all .3s;display:flex;box-shadow:0 0 10px #2d4eff4d}.chart-bar:hover{transform:scaleY(1.05);box-shadow:0 0 20px #2d4eff99}.bar-value{color:#fff;font-size:.3rem;font-weight:600}.bar-label{color:#999;text-align:center;font-size:.35rem}.analytics-stats{grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:.4rem;display:grid}.stat-box{text-align:center;background:#2d4eff1a;border:1px solid #2d4eff4d;border-radius:8px;padding:.4rem}.stat-label{color:#999;margin-bottom:.2rem;font-size:.35rem}.stat-value{color:#2ecc4f;margin-bottom:.15rem;font-size:.7rem;font-weight:700}.stat-change{color:#4caf50;font-size:.32rem}.heatmap{grid-template-columns:repeat(auto-fit,minmax(32px,1fr));gap:3px;margin-bottom:.4rem;display:grid}.heatmap-cell{aspect-ratio:1;cursor:pointer;background:#2ecc4f4d;border:1px solid #2ecc4f80;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;transition:all .3s;display:flex}.heatmap-cell:hover{background:#2ecc4f99;transform:scale(1.1);box-shadow:0 0 15px #2ecc4f80}.heatmap-hour{color:#999;font-size:.3rem}.heatmap-sessions{color:#2ecc4f;font-size:.5rem;font-weight:700}.heatmap-insight{background:#2ecc4f1a;border-left:3px solid #2ecc4f;border-radius:4px;padding:.4rem;font-size:.38rem}.top-searches{flex-direction:column;gap:.32rem;display:flex}.search-item{background:#2d4eff1a;border:1px solid #2d4eff33;border-radius:8px;align-items:center;padding:.4rem;font-size:.35rem;transition:all .3s;display:flex}.search-item:hover{background:#2d4eff33;transform:translate(5px)}.search-rank{color:#2d4eff;min-width:35px;font-size:1.1rem;font-weight:700}.search-details{flex:1;margin-left:1rem}.search-term{margin-bottom:.3rem;font-weight:600}.search-count{color:#999;font-size:.85rem}.search-trend{font-size:1rem;font-weight:700}.search-trend.up{color:#4caf50}.search-trend.down{color:#ff6b6b}.category-breakdown{flex-direction:column;gap:.6rem;display:flex}.category-item{flex-direction:column;gap:.2rem;display:flex}.category-header{justify-content:space-between;align-items:center;display:flex}.category-name{font-size:.4rem;font-weight:600}.category-pct{color:#2d4eff;font-size:.35rem;font-weight:700}.category-bar{background:#2d4eff1a;border-radius:6px;height:5px;overflow:hidden}.category-fill{background:linear-gradient(90deg,#2d4eff 0%,#2ecc4f 100%);height:100%;transition:width .5s}.category-savings{color:#2ecc4f;font-size:.34rem}.insights-section{background:linear-gradient(135deg,#2ecc4f1a 0%,#2d4eff1a 100%)}.insights-list{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.4rem;display:grid}.insight-card{background:#101116cc;border:1px solid #2ecc4f4d;border-radius:8px;padding:.5rem;font-size:.38rem;line-height:1.3;transition:all .3s;animation:.5s slideIn}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.insight-card:hover{background:#101116;border-color:#2ecc4f;box-shadow:0 0 15px #2ecc4f4d}.funnel{flex-direction:column;gap:.4rem;margin-bottom:.4rem;display:flex}.funnel-step{flex-direction:column;gap:.2rem;display:flex}.funnel-label{font-size:.38rem;font-weight:600}.funnel-value{color:#2d4eff;font-size:.44rem;font-weight:700}.funnel-bar{color:#fff;background:linear-gradient(90deg,#2d4eff 0%,#2ecc4f 100%);border-radius:4px;align-items:center;height:12px;padding-left:.4rem;font-size:.34rem;font-weight:600;transition:all .5s;display:flex}.funnel-metric{background:#2ecc4f1a;border-left:3px solid #2ecc4f;border-radius:4px;padding:.4rem;font-size:.35rem}.geo-section{background:linear-gradient(135deg,#2d4eff1a 0%,#2ecc4f0d 100%)}.geo-items{flex-direction:column;gap:.32rem;display:flex}.geo-item{background:#10111699;border-radius:6px;justify-content:space-between;align-items:center;padding:.32rem;font-size:.35rem;transition:all .3s;display:flex}.geo-item:hover{background:#2d4eff33;transform:translate(5px)}.geo-pct{color:#2ecc4f;font-size:.44rem;font-weight:700}.coming-soon-box{background:linear-gradient(135deg,#2d4eff0d 0%,#2ecc4f0d 100%);border:2px dashed #2d4eff4d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;min-height:72px;padding:1.2rem .8rem;display:flex}.coming-soon-icon{font-size:1.2rem;line-height:1}.coming-soon-title{color:#2d4eff;font-size:.44rem;font-weight:600}.coming-soon-text{color:#8b91a5;font-size:.38rem;font-style:italic}.live-counter{color:#8b91a5;text-align:center;letter-spacing:.3px;margin:0;font-size:.75rem;font-weight:400}.live-pulse{font-weight:600;animation:1.5s ease-in-out infinite livePulse;display:inline-block}.counter-value{color:#2ecc4f;font-family:Courier New,monospace;font-weight:600}@keyframes livePulse{0%,to{opacity:.7}50%{opacity:1}}@media (width<=768px){.live-counter{font-size:.65rem}}.batch-metrics-container{background:#050507;border-radius:8px;margin-bottom:2rem;padding:2rem}.batch-metrics-container h2{color:#fff;margin-bottom:.5rem;font-size:24px;font-weight:600}.batch-metrics-description{color:#8b91a5;margin-bottom:2rem;font-size:14px;line-height:1.5}.batch-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.batch-metric-card{background:#101116;border:1px solid #1e2029;border-radius:8px;padding:1.5rem;transition:all .2s}.batch-metric-card:hover{background:#0a0d12;border-color:#2d4eff}.batch-metric-card.anomaly{border-color:#ff6b6b}.card-header{color:#8b91a5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:12px;font-weight:600}.card-value{color:#2d4eff;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:32px;font-weight:700}.batch-metric-card.anomaly .card-value{color:#ff6b6b}.card-label{color:#fff;margin-bottom:.75rem;font-size:14px;font-weight:500}.card-detail{color:#8b91a5;flex-direction:column;gap:.3rem;font-size:12px;line-height:1.6;display:flex}.batch-cron-status{background:#101116;border:1px solid #1e2029;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.batch-cron-status h3{color:#fff;margin-bottom:1rem;font-size:16px;font-weight:600}.cron-details{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.cron-details span{color:#8b91a5;background:#050507;border-radius:4px;padding:.75rem;font-family:Courier New,monospace;font-size:13px}.cron-details .status{text-transform:uppercase;color:#2ecc4f;font-weight:600}.cron-details .status.failed{color:#ff6b6b}.cron-details .timestamp{color:#a8adb8;grid-column:1/-1;font-size:11px}.batch-tariffs{background:#101116;border:1px solid #1e2029;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.batch-tariffs h3{color:#fff;margin-bottom:1rem;font-size:16px;font-weight:600}.tariff-list{flex-direction:column;gap:.75rem;display:flex}.tariff-item{background:#050507;border-left:3px solid #2d4eff;border-radius:4px;grid-template-columns:180px 80px 1fr;align-items:center;gap:1rem;padding:.75rem;font-size:13px;display:grid}.tariff-route{color:#fff;font-family:Courier New,monospace;font-weight:500}.tariff-rate{color:#ff6b6b;font-family:Courier New,monospace;font-weight:700}.tariff-desc{color:#8b91a5}.batch-metrics-footer{text-align:right;color:#8b91a5;border-top:1px solid #1e2029;margin-top:2rem;padding-top:1rem;font-size:11px}.batch-metrics-loading,.batch-metrics-error,.batch-metrics-empty{text-align:center;color:#8b91a5;padding:2rem;font-size:14px}.batch-metrics-error{color:#ff6b6b}@media (width<=768px){.batch-metrics-grid{grid-template-columns:1fr}.batch-metrics-container{padding:1.5rem}.cron-details{grid-template-columns:1fr}.tariff-item{grid-template-columns:1fr;gap:.3rem}}.heatmap-container{background:linear-gradient(135deg,#1a1a1f 0%,#0d0d10 100%);border:2px solid #ff6b6b;border-radius:12px;margin:2rem 0;padding:1.5rem;animation:.5s slideInUp}.heatmap-container.safe{background:linear-gradient(135deg,#4caf501a 0%,#4caf500d 100%);border-color:#4caf50}.safe-message{color:#4caf50;text-align:center;margin:0;font-weight:600}.heatmap-header{border-bottom:1px solid #1e2029;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.heatmap-header h3{color:#ff6b6b;margin:0;font-size:16px}.heatmap-stats{gap:1rem;display:flex}.stat{border-radius:4px;padding:.4rem .8rem;font-size:11px;font-weight:700}.stat.critical{color:#ff5252;background:#ff525233;border:1px solid #ff5252}.stat.total{color:#ffc107;background:#ffc10733;border:1px solid #ffc107}.heatmap-breakdown{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.breakdown-item{align-items:center;gap:1rem;display:flex}.type-label{color:#8b91a5;width:140px;font-size:12px;font-weight:600}.count-bar{background:#0a0d12;border-radius:4px;flex:1;align-items:center;height:24px;display:flex;position:relative;overflow:hidden}.count-fill{background:linear-gradient(90deg,#ff6b6b 0%,#ff5252 100%);height:100%;transition:width .3s}.count-value{color:#fff;z-index:1;font-size:12px;font-weight:700;position:absolute;right:8px}.heatmap-timeline{margin-bottom:1rem}.timeline-label{color:#8b91a5;text-transform:uppercase;margin:0 0 .8rem;font-size:12px;font-weight:600}.timeline-bars{align-items:flex-end;gap:2px;height:60px;margin-bottom:.5rem;display:flex}.timeline-bar{cursor:pointer;border-radius:2px;flex:1;transition:all .2s}.timeline-bar:hover{filter:brightness(1.2)}.timeline-labels{color:#8b91a5;justify-content:space-between;padding:0 4px;font-size:10px;display:flex}.heatmap-tip{color:#8b91a5;border-top:1px solid #1e2029;margin:0;padding-top:1rem;font-size:12px}.heatmap-loading{text-align:center;color:#8b91a5;padding:2rem}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.heatmap-container{padding:1rem}.heatmap-header{flex-direction:column;align-items:flex-start;gap:.8rem}.heatmap-stats{gap:.6rem;width:100%}.type-label{width:100px;font-size:11px}.count-value{font-size:11px}.timeline-bars{height:40px}}.trending-products{background:linear-gradient(135deg,#101116 0%,#050507 100%);border:1px solid #ff6b6b;border-radius:12px;margin:2rem 0;padding:2rem}.trending-products h3{color:#ff6b6b;margin:0 0 .5rem;font-size:18px;font-weight:700}.trending-subtitle{color:#8b91a5;text-transform:uppercase;letter-spacing:.5px;margin:0 0 1.5rem;font-size:12px}.trending-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.trending-card{background:#050507;border:1px solid #1e2029;border-radius:8px;flex-direction:column;gap:.8rem;padding:1rem;transition:all .2s;display:flex;position:relative}.trending-card:hover{background:#0a0d12;border-color:#ff6b6b;box-shadow:0 0 12px #ff6b6b33}.trending-rank{color:#fff;background:#ff6b6b;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex;position:absolute;top:.5rem;right:.5rem}.trending-badge{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b;border-radius:4px;width:fit-content;padding:.4rem .6rem;font-size:11px;font-weight:600}.trending-title{color:#fff;word-break:break-word;margin:0;font-size:13px;font-weight:600;line-height:1.4}.trending-metrics{grid-template-columns:repeat(3,1fr);gap:.6rem;display:grid}.metric{text-align:center;background:#101116;border-radius:4px;flex-direction:column;gap:.2rem;padding:.4rem;display:flex}.metric-label{color:#8b91a5;text-transform:uppercase;letter-spacing:.3px;font-size:10px}.metric-value{color:#2d4eff;font-family:Courier New,monospace;font-size:12px;font-weight:700}.trending-link{color:#fff;text-align:center;cursor:pointer;text-transform:uppercase;letter-spacing:.3px;background:#2d4eff;border-radius:4px;padding:.6rem;font-size:11px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.trending-link:hover{background:#3d5eff;box-shadow:0 0 8px #2d4eff4d}.trending-loading{text-align:center;color:#8b91a5;padding:1.5rem;font-size:13px}@media (width<=768px){.trending-products{padding:1.5rem}.trending-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.8rem}.trending-card{gap:.6rem;padding:.8rem}.trending-title{font-size:12px}.metric{padding:.3rem}.metric-label{font-size:9px}.metric-value{font-size:11px}}.flag-icon{box-sizing:content-box;width:20px;height:12px;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;filter:contrast(1.1)saturate(1.05);background:0 0;border-radius:1px;flex-shrink:0;display:block;overflow:visible}.lang-picker{z-index:20;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Inter,sans-serif;position:relative}.lang-picker-trigger{cursor:pointer;color:silver;letter-spacing:.3px;background:0 0;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.lang-picker-trigger:hover{color:#e0e0e0;background:#ffffff08;border-color:#ffffff40}.lang-picker-arrow{opacity:.5;font-size:10px;transition:transform .2s}.lang-picker-arrow.open{transform:rotate(180deg)}.lang-picker-menu{z-index:30;scrollbar-width:none;-ms-overflow-style:none;background:#16161a;border:1px solid #ffffff14;border-radius:8px;min-width:220px;max-height:400px;padding:8px 0;list-style:none;position:absolute;top:calc(100% + 10px);right:0;overflow-y:auto;box-shadow:0 16px 48px #0009}.lang-picker-menu::-webkit-scrollbar{display:none}.lang-picker-option{color:#b0b0b0;letter-spacing:.2px;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:14px;width:100%;padding:12px 18px;font-size:13px;font-weight:400;transition:all .2s;display:flex}.lang-picker-option:hover{color:#e0e0e0;background:#ffffff0d}.lang-picker-option.active{color:#fff;background:#ffffff14;font-weight:500}.flag-icon{filter:drop-shadow(0 0 .5px #0000004d)}@media (width<=600px){.lang-picker-menu{left:50%;right:auto;transform:translate(-50%)}}.wishlist-badge{z-index:100;flex-direction:column;gap:.5rem;animation:.4s slideInRight;display:flex;position:fixed;bottom:2rem;right:2rem}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.wishlist-count{color:#fff;text-align:center;cursor:pointer;background:#2d4eff;border-radius:8px;padding:.75rem 1rem;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 0 12px #2d4eff4d}.wishlist-count:hover{transform:scale(1.05);box-shadow:0 0 16px #2d4eff80}.wishlist-alerts{color:#fff;text-align:center;background:#ff6b6b;border-radius:6px;padding:.5rem .75rem;font-size:12px;font-weight:700;animation:2s infinite pulse;box-shadow:0 0 12px #ff6b6b4d}@media (width<=768px){.wishlist-badge{bottom:1rem;right:1rem}.wishlist-count{padding:.6rem .8rem;font-size:12px}.wishlist-alerts{padding:.4rem .6rem;font-size:11px}}
