body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#fff;color:#0f172a}*{box-sizing:border-box}.card{background-color:#0f172a;border-radius:12px;padding:16px;margin-bottom:16px;color:#f8fafc}.section-title{font-size:18px;font-weight:700;margin-bottom:8px}.score-box{display:inline-block;margin-right:20px;padding:12px;border-radius:10px;background-color:#0f172a;text-align:center}.score-label{color:#cbd5e1}.score-value{font-size:20px;font-weight:700}.pros-cons{display:flex;justify-content:space-between;flex-wrap:wrap}.pros-cons ul{list-style-type:none;padding:0}.pros-cons li:before{content:"✔ ";color:#32cd32}.cons-list li:before{content:"✖ ";color:red}.app-container{min-height:100vh;background-color:#fff;color:#0f172a;padding:16px}.app-title{font-size:28px;font-weight:700;margin-bottom:24px;text-align:center}.input-wrap{width:100%;max-width:1100px;margin:0 auto 24px;display:flex;gap:8px}.text-input{width:100%;padding:12px 16px;border-radius:8px;background-color:#f3f4f6;color:#0f172a;border:1px solid #e5e7eb;outline:none;max-width:100%}.text-input:focus{border-color:#22d3ee;box-shadow:0 0 0 2px #22d3ee4d}.add-btn{padding:12px 16px;border-radius:8px;background-color:#0ea5e9;color:#fff;border:none;cursor:pointer}.add-btn:hover{background-color:#0284c7}.reviews-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:24px;max-width:1100px;margin:0 auto;width:100%}@media (min-width: 900px){.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.reviews-grid{max-width:100%;padding:0;gap:0}}.review-item{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.review-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.review-title{font-weight:600}.remove-btn{background:transparent;color:#ef4444;border:1px solid #ef4444;padding:6px 10px;border-radius:8px;cursor:pointer}.remove-btn:hover{background-color:#fee2e2}.remove-icon{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:6px;border-radius:8px}.remove-icon:hover{background:#fee2e2}.review-root{padding:0 0 20px;max-width:1100px;margin:0 auto;width:100%}.review-title{font-size:28px;margin-bottom:20px;font-weight:700}.pc-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:20px}@media (min-width: 900px){.pc-grid{grid-template-columns:1fr 1fr;gap:20px}}.tile{background-color:#0f172a;color:#f8fafc;border-radius:16px;padding:18px;box-shadow:0 6px 20px #02061759}.tile--pros{border:1px solid rgba(34,197,94,.35)}.tile--cons{border:1px solid rgba(239,68,68,.35)}.tile-header{font-weight:800;margin-bottom:10px;letter-spacing:.2px}.tile-subtitle{font-size:13px;color:#cbd5e1;margin:8px 0;font-weight:600}.pc-list{list-style:none;padding:0;margin:0;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.pc-list li{margin:8px 0;display:flex;align-items:flex-start;gap:8px}.pc-list--pros li:before{content:"✔";color:#22c55e;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.35);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-weight:800}.pc-list--cons li:before{content:"✖";color:#ef4444;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.35);width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-weight:800}.scores-card{border:2px solid #f59e0b;border-radius:14px;padding:18px;background:#0b1220;color:#f8fafc;margin-bottom:20px;box-shadow:0 6px 20px #02061714}.scores-grid{display:grid;grid-template-columns:1fr;gap:16px}.score-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;background:#0f172a;color:#f8fafc;border-radius:14px;padding:16px;width:100%}.score-card-title{font-weight:800;min-width:160px}.score-card-foot{grid-column:1 / -1;font-size:12px;color:#cbd5e1;margin-top:6px}.ring{--size: 90px;width:var(--size);height:var(--size);border-radius:50%;background:conic-gradient(var(--ring-color, #6366f1) var(--p, 0%),rgba(255,255,255,.08) 0);display:grid;place-items:center}.ring-center{width:calc(var(--size) - 18px);height:calc(var(--size) - 18px);border-radius:50%;background:#0b1220;display:grid;place-items:center;text-align:center}.ring-value{font-size:22px;font-weight:800}.ring-sub{font-size:11px;color:#cbd5e1}.hype{display:flex;gap:12px;margin:8px 0}.pill{background:#0b1220;color:#94a3b8;border:1px solid #334155;padding:10px 14px;border-radius:9999px;font-weight:700;letter-spacing:.2px}.pill--active{box-shadow:0 0 0 2px #94a3b826 inset;color:#0f172a}.pill--blue{background:#22d3ee}.pill--green{background:#22c55e}.hype-text{color:#334155;font-size:13px}.skeleton-row{height:14px;background:linear-gradient(90deg,rgba(148,163,184,.12),rgba(148,163,184,.22),rgba(148,163,184,.12));border-radius:8px;margin:10px 0;animation:sk 1.2s infinite}@keyframes sk{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.per-grid{display:grid;grid-template-columns:1fr;gap:16px;width:100%}@media (min-width: 900px){.per-grid{grid-template-columns:1fr}}.per-card{background:#0f172a;color:#f8fafc;border-radius:14px;padding:16px;box-shadow:0 6px 20px #02061759;border:1px solid rgba(148,163,184,.2);transition:box-shadow .2s ease,transform .2s ease;overflow:hidden;width:100%}.per-card--winner{box-shadow:0 10px 28px #22c55e59;border-color:#22c55e80;transform:translateY(-2px)}.per-title{font-weight:800;margin-bottom:12px;letter-spacing:.2px}.per-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;width:100%;position:relative}.per-score{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:200px}.per-score .ring{--size: clamp(72px, 10vw, 90px)}.per-label{font-size:12px;color:#cbd5e1;font-weight:700}.per-hype{display:none}.per-pill{margin-top:8px}.per-pill--left{justify-self:center;grid-column:1}.per-pill--right{justify-self:center;grid-column:2}.per-head{display:flex;align-items:center;gap:10px}.winner-badge{background:rgba(34,197,94,.15);color:#22c55e;border:1px solid rgba(34,197,94,.35);padding:6px 10px;border-radius:9999px;font-weight:700;font-size:12px}@media (max-width: 599px){.per-row{grid-template-columns:1fr}.per-pill--left,.per-pill--right{grid-column:1}}.summary-card{background:#ffffff;color:#0f172a;border:1px solid #e5e7eb}.product-grid{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 900px){.product-grid{grid-template-columns:1fr 1fr}}.product-card{background:#ffffff;color:#0f172a;border:1px solid #e5e7eb;box-sizing:border-box;max-width:100%;overflow:hidden}.product-card--winner{box-shadow:0 0 0 2px #22c55e33}.product-title{font-weight:800;color:#0f172a;margin-bottom:8px}.pc-two{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.pc-cap{font-weight:700;font-size:13px;margin-bottom:6px}.pc-cap--pros{color:#16a34a}.pc-cap--cons{color:#ef4444}.score-compare{background:#ffffff;color:#0f172a;border:1px solid #e5e7eb}.score-table{width:100%;border-collapse:collapse;display:grid;gap:6px;overflow-x:auto}.score-row{display:grid;grid-template-columns:1fr 1fr 1fr;min-width:360px}@media (min-width: 700px){.score-row{grid-template-columns:1fr 1fr 1fr}}.score-row--head{font-weight:800;color:#475569}.score-cell{padding:8px 10px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.score-cell--head{text-align:center}.score-num{font-weight:800;text-align:center}.chip{display:inline-block;padding:6px 10px;border-radius:9999px;font-weight:700;font-size:12px}.chip--green{background:rgba(34,197,94,.2);color:#166534}.chip--amber{background:rgba(245,158,11,.2);color:#92400e}.chip--blue{background:rgba(14,165,233,.2);color:#075985}.verdict{background:#fff7ed;color:#0f172a;border:1px solid #fde68a}.compare-actions{display:flex;gap:12px;justify-content:space-between;padding:8px 0}.ghost-btn{background:transparent;border:1px solid #e2e8f0;color:#0f172a;padding:10px 14px;border-radius:10px}.container-wide{max-width:72rem;margin:0 auto;padding:24px;display:grid;gap:24px}.text-center{text-align:center}.title-xl{font-size:24px;font-weight:800;margin-bottom:8px}.text-muted{color:#64748b}.card--shadow-sm{box-shadow:0 1px 2px #0206170f,0 1px 1px #0206170a}.card--shadow-md{box-shadow:0 6px 20px #0206171a}.card--accent-blue{border:2px solid #bfdbfe;box-shadow:inset 0 0 0 2px #bfdbfe59}.card-header{margin-bottom:8px}.card-title{font-weight:800}.list-tight{list-style:none;padding:0;margin:0}.list-tight li{display:flex;align-items:center;gap:8px;margin:6px 0}.list-tight li:before{content:"•";color:#16a34a;font-weight:900}.list-tight .neg{color:#dc2626}.list-tight .neg:before{content:"•";color:#dc2626}.progress{height:8px;background:#f1f5f9;border-radius:9999px;overflow:hidden}.progress__bar{height:100%;background:#3b82f6;width:0;transition:width .3s ease}.badge{display:inline-block;padding:4px 10px;border-radius:9999px;font-weight:700;font-size:12px}.badge--green{background:rgba(34,197,94,.15);color:#166534}.badge--amber{background:rgba(245,158,11,.15);color:#92400e}.badge--red{background:rgba(239,68,68,.15);color:#7f1d1d}.icon--green{color:#16a34a}.icon--amber{color:#f59e0b}.grid-1-2{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.grid-1-2{grid-template-columns:1fr 1fr}}.grid-1-3{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){.grid-1-3{grid-template-columns:1fr 1fr 1fr}}.loading-card{text-align:center;padding:2.5rem 1.5rem;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-spinner{margin-bottom:1.5rem}.spinner-icon{width:48px;height:48px;animation:rotate 2s linear infinite}.spinner-path{stroke:#2563eb;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.loading-title{font-size:1.25rem;font-weight:600;color:#1d1d1f;margin-bottom:.5rem}.loading-subtitle{font-size:.9375rem;color:#6e6e73;margin-bottom:2rem}.skeleton-container{width:100%;max-width:500px}.skeleton-row{height:12px;border-radius:6px;background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6 50%,#e5e7eb 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;margin:0 auto 12px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-card{text-align:center;padding:2rem 1.5rem}.error-icon{color:#dc2626;margin:0 auto 1rem;display:flex;justify-content:center;align-items:center}.error-title{font-size:1.25rem;font-weight:600;color:#1d1d1f;margin-bottom:.5rem}.error-message{font-size:.9375rem;color:#6e6e73;margin-bottom:1.5rem;line-height:1.5;max-width:400px;margin-left:auto;margin-right:auto}.review-actions{display:flex;gap:8px;align-items:center}.share-icon{background:transparent;border:none;color:#0ea5e9;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.share-icon:hover{background:#e0f2fe;color:#0284c7;transform:scale(1.05)}.share-icon:active{transform:scale(.95)}.toast-notification{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background-color:#0f172a;color:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 40px #0000004d;font-size:15px;font-weight:500;z-index:1000;animation:toast-slide-up .3s ease-out;max-width:90%;text-align:center}@keyframes toast-slide-up{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.toast-notification{bottom:20px;padding:14px 20px;font-size:14px}}body{margin:0;font-family:Inter,sans-serif;background:#f9fafb;color:#111827}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0;line-height:1.6}.hero{background:linear-gradient(135deg,#2563eb,#1e3a8a);color:#fff;text-align:center;padding:4rem 2rem}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;font-weight:400;opacity:.9;margin-bottom:2rem}.btn-primary{background:#facc15;color:#111827;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:none;cursor:pointer;transition:background .3s}.btn-primary:hover{background:#eab308}.hero-landing{background:#f5f5f7;text-align:center;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-title-landing{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#1d1d1f;margin-bottom:1.5rem;line-height:1.1;max-width:900px}.hero-highlight{color:#2563eb}.hero-subtitle-landing{font-size:clamp(1rem,2vw,1.25rem);color:#6e6e73;line-height:1.6;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.search-box-landing{display:flex;align-items:center;gap:1rem;max-width:700px;width:100%;background:#ffffff;border-radius:1.25rem;padding:.5rem;box-shadow:0 8px 24px #00000014;margin-bottom:2.5rem}.search-input-wrapper{flex:1;display:flex;align-items:center;gap:.75rem;padding:0 .75rem}.search-icon{color:#86868b;flex-shrink:0}.search-input-landing{flex:1;border:none;outline:none;font-size:1rem;color:#1d1d1f;background:transparent;padding:.75rem 0}.search-input-landing::placeholder{color:#86868b}.search-btn-landing{background:#2563eb;color:#fff;font-weight:600;padding:1rem 2rem;border-radius:.875rem;border:none;cursor:pointer;transition:background .2s;white-space:nowrap;font-size:1rem}.search-btn-landing:hover:not(:disabled){background:#1d4ed8}.search-btn-landing:disabled{opacity:.6;cursor:not-allowed}.popular-searches{text-align:center;max-width:800px;width:100%}.popular-label{font-size:1rem;color:#6e6e73;margin-bottom:1.25rem;font-weight:500}.search-chips{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.search-chip{background:#ffffff;border:1px solid #d2d2d7;border-radius:1.5rem;padding:.75rem 1.25rem;font-size:.9375rem;color:#1d1d1f;cursor:pointer;transition:all .2s;white-space:nowrap}.search-chip:hover{background:#f5f5f7;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb26}@media (max-width: 768px){.hero-landing{padding:2rem 1rem 3rem}.search-box-landing{flex-direction:column;padding:1rem;gap:.75rem}.search-input-wrapper{width:100%}.search-btn-landing{width:100%;padding:.875rem 1.5rem}.search-chips{gap:.5rem}.search-chip{font-size:.875rem;padding:.625rem 1rem}}.product-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 8px #0000000d;display:flex;flex-direction:column;gap:1rem;transition:transform .2s}.product-card:hover{transform:translateY(-4px)}.product-title{font-size:1.25rem;font-weight:600}.product-summary{font-size:.95rem;color:#4b5563}.pros-cons{display:flex;gap:2rem}.pros,.cons{flex:1;font-size:.9rem}.pros li{color:#16a34a;margin-bottom:.5rem}.cons li{color:#dc2626;margin-bottom:.5rem}.score-card{background:#fff;border-radius:1rem;padding:1rem;box-shadow:0 2px 6px #0000000d;text-align:center}.meter{position:relative;width:100px;height:100px;border-radius:50%;background:#e5e7eb;overflow:hidden;margin:0 auto 1rem}.meter-fill{position:absolute;bottom:0;left:0;width:100%;height:0%;background:#2563eb;transition:height 1s ease-in-out}.score-label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;font-size:1.25rem;color:#111827}.filter-bar{display:flex;gap:1rem;margin:2rem 0}.search-input{flex:1;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #d1d5db;font-size:1rem}.dropdown{padding:.75rem 1rem;border-radius:.75rem;border:1px solid #d1d5db;font-size:1rem}.section{padding:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.flex{display:flex;align-items:center;justify-content:space-between}.product-card{background:#ffffff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.single-product-view{max-width:800px;margin:0 auto;padding:1.5rem;width:100%}.sp-header{text-align:center;margin-bottom:2rem}.sp-badge{display:inline-block;padding:.5rem 1rem;border-radius:1.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem}.sp-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:#1d1d1f;margin-bottom:1rem;line-height:1.2}.sp-summary{font-size:1rem;color:#6e6e73;line-height:1.6;max-width:700px;margin:0 auto}.sp-card{background:#ffffff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.sp-card--green{border-left:4px solid #16a34a}.sp-card--red{border-left:4px solid #dc2626}.sp-card--verdict{background:linear-gradient(135deg,#f0f9ff 0%,#ffffff 100%);border:2px solid #3b82f6}.sp-section-title{display:flex;align-items:center;font-size:1.125rem;font-weight:700;color:#1d1d1f;margin-bottom:1rem}.sp-subtitle{font-size:.875rem;color:#6e6e73;margin-bottom:1rem}.sp-dilemma-ring{display:flex;flex-direction:column;align-items:center;padding:1.5rem 0}.ring-large{width:120px;height:120px;border-radius:50%;background:conic-gradient(var(--ring-color) calc(var(--p) * 1%),#e5e7eb 0);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative}.ring-large:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;background:white;border-radius:50%}.ring-large-center{position:relative;z-index:1;text-align:center}.ring-large-value{font-size:2rem;font-weight:800;color:#1d1d1f}.ring-large-sub{font-size:.75rem;color:#6e6e73;margin-top:-4px}.sp-score-note{font-size:.875rem;color:#6e6e73;text-align:center;margin:0}.sp-bullet-list{list-style:none;padding:0;margin:0}.sp-bullet-list li{padding-left:1.5rem;margin-bottom:.75rem;position:relative;color:#1d1d1f;line-height:1.5}.sp-bullet-list li:before{content:"•";position:absolute;left:.5rem;color:#3b82f6;font-weight:900;font-size:1.25rem}.sp-check-list{list-style:none;padding:0;margin:0}.sp-check-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;color:#1d1d1f;line-height:1.5}.sp-check-list--green li svg{color:#16a34a;flex-shrink:0;margin-top:2px}.sp-check-list--red li svg{color:#dc2626;flex-shrink:0;margin-top:2px}.sp-verdict-text{font-size:1rem;color:#1d1d1f;line-height:1.7;margin:0}.sp-scores-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}.sp-score-item{text-align:center}.sp-score-label{font-size:.9375rem;font-weight:600;color:#1d1d1f;margin-bottom:1rem}.ring-medium{width:100px;height:100px;border-radius:50%;background:conic-gradient(var(--ring-color) calc(var(--p) * 1%),#e5e7eb 0);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;position:relative}.ring-medium:before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;background:white;border-radius:50%}.ring-medium-center{position:relative;z-index:1;text-align:center}.ring-medium-value{font-size:1.5rem;font-weight:800;color:#1d1d1f}.ring-medium-sub{font-size:.6875rem;color:#6e6e73;margin-top:-2px}.sp-score-caption{font-size:.8125rem;color:#6e6e73;margin:0}.sp-chart-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0}.donut-chart{width:200px;height:200px;transform:rotate(0)}.sp-chart-legend{text-align:center;width:100%}.sp-legend-item{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;font-size:.9375rem;color:#1d1d1f}.sp-legend-color{width:16px;height:16px;border-radius:4px}.sp-chart-note{font-size:.875rem;color:#6e6e73;margin:0}.sp-breakdown-charts{margin-top:1.5rem}.sp-breakdown-item{margin-bottom:1.5rem}.sp-breakdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.sp-breakdown-label{font-size:.9375rem;font-weight:600;color:#1d1d1f}.sp-breakdown-value{font-size:1.125rem;font-weight:700;color:#1d1d1f}.sp-bar-container{width:100%;height:40px;background:#f5f5f7;border-radius:.75rem;overflow:hidden;position:relative}.sp-bar{height:100%;display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;transition:width 1s ease-out;border-radius:.75rem;position:relative}.sp-bar--green{background:linear-gradient(90deg,#10b981 0%,#059669 100%)}.sp-bar--blue{background:linear-gradient(90deg,#3b82f6 0%,#2563eb 100%)}.sp-bar-label{color:#fff;font-weight:700;font-size:.875rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.sp-breakdown-caption{font-size:.8125rem;color:#6e6e73;margin:.5rem 0 0}.sp-hype-badge{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:2px solid;margin-top:1.5rem;font-size:.9375rem}.sp-alert{background:#fef3c7;border:1px solid #fcd34d;color:#78350f;padding:.875rem 1rem;border-radius:.5rem;margin-top:1rem;font-size:.875rem;line-height:1.5}.comparison-view{max-width:900px;margin:0 auto;padding:1.5rem}.cmp-card{background:#ffffff;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000f}.cmp-card--note{display:flex;gap:1rem;align-items:flex-start;background:#fffbeb;border:1px solid #fef3c7}.cmp-card--verdict{background:linear-gradient(135deg,#f0f9ff 0%,#ffffff 100%);border:2px solid #3b82f6}.cmp-section-title{display:flex;align-items:center;font-size:1.125rem;font-weight:700;color:#1d1d1f;margin-bottom:1rem}.cmp-text{font-size:1rem;color:#1d1d1f;line-height:1.6;margin:0}.cmp-subtitle{font-size:.875rem;color:#6e6e73;margin:0 0 1.5rem}.cmp-dilemma-scores{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:1.5rem}.cmp-dilemma-item{text-align:center}.cmp-dilemma-name{font-size:1.125rem;font-weight:700;color:#1d1d1f;margin:0 0 1rem}.cmp-donut-chart{width:160px;height:160px;margin:0 auto}.cmp-product-name{font-size:1.375rem;font-weight:700;color:#1d1d1f;margin:0 0 1.25rem}.cmp-pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.cmp-subsection-title{display:flex;align-items:center;font-size:1rem;font-weight:600;margin-bottom:.75rem}.cmp-subsection-title--green{color:#16a34a}.cmp-subsection-title--red{color:#dc2626}.cmp-list{list-style:none;padding:0;margin:0}.cmp-list li{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.625rem;font-size:.9375rem;line-height:1.5;color:#1d1d1f}.cmp-list--green li svg{color:#16a34a;flex-shrink:0;margin-top:2px}.cmp-list--red li svg{color:#dc2626;flex-shrink:0;margin-top:2px}.cmp-table{overflow-x:auto}.cmp-table table{width:100%;border-collapse:collapse;font-size:.9375rem}.cmp-table th{background:#f5f5f7;padding:1rem;text-align:left;font-weight:600;color:#1d1d1f;border-bottom:2px solid #d2d2d7}.cmp-table td{padding:1rem;border-bottom:1px solid #e5e5e7;color:#1d1d1f}.cmp-table-num{font-weight:600;font-size:1.125rem;color:#3b82f6}.cmp-badge{display:inline-block;padding:.375rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:600}.cmp-note-icon{font-size:1.5rem;flex-shrink:0}.cmp-note-title{font-size:1rem;font-weight:600;color:#92400e;margin-bottom:.5rem}.cmp-note-text{font-size:.9375rem;color:#78350f;line-height:1.6;margin:0}.cmp-verdict-text{font-size:1rem;color:#1d1d1f;line-height:1.7;margin:0 0 1rem}.cmp-recommendation{background:#dcfce7;color:#166534;padding:.75rem 1rem;border-radius:.5rem;text-align:center;font-weight:600}.cmp-actions{display:flex;gap:1rem;margin-top:2rem}.cmp-btn-primary,.cmp-btn-secondary{flex:1;padding:.875rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.cmp-btn-primary{background:#3b82f6;color:#fff}.cmp-btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.cmp-btn-secondary{background:#f5f5f7;color:#1d1d1f}.cmp-btn-secondary:hover{background:#e5e5e7}@media (max-width: 768px){.single-product-view,.comparison-view{padding:0;max-width:100%}.sp-card,.cmp-card{padding:1.25rem;margin-left:0;margin-right:0;margin-bottom:.5rem;border-radius:0;width:100%;box-shadow:0 1px 3px #00000014}.sp-header{padding:1.5rem 1.25rem;background:white;margin-bottom:.5rem;box-shadow:0 1px 3px #00000014}.sp-title{font-size:1.5rem}.sp-summary{font-size:.9375rem}.sp-scores-grid{grid-template-columns:1fr;gap:1.5rem}.ring-large{width:100px;height:100px}.ring-large-value{font-size:1.75rem}.ring-medium{width:90px;height:90px}.ring-medium-value{font-size:1.375rem}.donut-chart{width:180px;height:180px}.sp-bar-container{height:36px}.sp-bar-label{font-size:.8125rem}.sp-breakdown-header{flex-wrap:wrap}.sp-hype-badge{font-size:.875rem;padding:.875rem 1rem}.cmp-pros-cons-grid{grid-template-columns:1fr;gap:1.25rem}.cmp-dilemma-scores{grid-template-columns:1fr;gap:1.5rem}.cmp-donut-chart{width:140px;height:140px}.cmp-table{font-size:.875rem}.cmp-table th,.cmp-table td{padding:.75rem .5rem}.cmp-actions{flex-direction:column}.cmp-btn-primary,.cmp-btn-secondary{width:100%}}@media (max-width: 480px){.sp-section-title,.cmp-section-title{font-size:1rem}.sp-section-title svg,.cmp-section-title svg{width:18px;height:18px}.cmp-product-name{font-size:1.125rem}.cmp-card--note{flex-direction:column;gap:.75rem}}
