:root{--text:#333;--text-h:#000;--bg:linear-gradient(135deg, gold 0%, #32cd32 50%, #00bfff 100%);--border:#ff4500;--accent:#ff4500;--accent-bg:#fff;--accent-border:#ff4500;--card-bg:linear-gradient(145deg, #fff, #f8f8f8);--shadow:#ff45004d 0 10px 15px -3px, #ff450033 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}body{background:var(--bg);min-height:100vh;margin:0;overflow-x:hidden}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text-h);font-weight:700}h1{margin:0;font-size:3.5rem;font-weight:800}@media (width<=1024px){h1{font-size:2.5rem}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}h3{margin:0;font-size:1.3rem;line-height:1.3}@media (width<=1024px){h3{font-size:1.1rem}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--accent-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.app{flex-direction:column;min-height:100vh;padding:2rem;display:flex}@media (width<=1024px){.app{padding:1rem}}.header{text-align:center;margin-bottom:3rem;position:relative}.title-container{display:inline-block;position:relative}.update-indicator{color:#666;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.update-dot{background-color:#ff4500;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.free-metric{background:linear-gradient(145deg,gold,orange);border:2px solid #ff4500;border-radius:10px;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem;font-weight:600;animation:2s ease-in-out infinite alternate metricPulse;display:inline-flex}@keyframes metricPulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.metric-label{color:#333}.metric-value{color:#ff4500;font-weight:800}.title{color:gold;text-shadow:3px 3px #228b22,6px 6px #228b224d;text-align:center;margin:0;font-size:3.5rem;font-weight:800;line-height:1.2;animation:2s ease-in-out infinite alternate titlePulse}@media (width<=1024px){.title{font-size:2.5rem}}@media (width<=768px){.title{font-size:2rem}}@media (width<=480px){.title{font-size:1.5rem}}@keyframes titlePulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.main{flex-direction:column;flex:1;align-items:center;gap:2rem;width:100%;max-width:800px;margin:0 auto;display:flex}.search-container{width:100%;max-width:600px}.search-input{background-color:#fff;border:4px solid #ff4500;border-radius:50px;outline:none;width:100%;padding:1.2rem 1.5rem;font-size:1.1rem;transition:all .3s;box-shadow:0 8px tomato}@media (width<=1024px){.search-input{padding:1rem 1.2rem;font-size:1rem}}.search-input:focus{transform:translateY(4px);box-shadow:0 4px tomato}.cards-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;width:100%;max-width:700px;display:grid}@media (width<=1024px){.cards-container{grid-template-columns:1fr}}.card{cursor:pointer;text-align:center;background:linear-gradient(145deg,#fff,#f8f8f8);border:3px solid #ff4500;border-radius:20px;padding:2rem;transition:all .3s;box-shadow:0 10px tomato}@media (width<=1024px){.card{padding:1.5rem}}.card:hover{background:linear-gradient(145deg,#f8f8f8,#fff);transform:translateY(5px);box-shadow:0 5px tomato}.card h3{color:#333;margin:0;font-size:1.3rem;font-weight:700;line-height:1.3}@media (width<=1024px){.card h3{font-size:1.1rem}}.scanning-container{background:linear-gradient(145deg,#fff,#f8f8f8);border:3px solid #ff4500;border-radius:20px;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:600px;padding:3rem;animation:1s ease-in-out infinite alternate scanningPulse;display:flex;box-shadow:0 10px tomato}@keyframes scanningPulse{0%{transform:scale(1)}to{transform:scale(1.02)}}.scanning-message{color:#333;text-align:center;font-size:1.2rem;font-weight:600;animation:.5s ease-in-out messageFade}@keyframes messageFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.code-lines{background:#282c34;border:2px solid #61dafb;border-radius:10px;width:100%;max-height:120px;margin:1rem 0;padding:1.5rem;font-family:Courier New,Courier,monospace;overflow-y:auto}.code-line{color:#abb2bf;align-items:center;gap:.5rem;margin-bottom:.5rem;animation:.5s ease-in-out codeLineFadeIn;display:flex}@keyframes codeLineFadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.code-prefix{color:#61dafb;font-weight:700}.code-text{color:#e6edf3}.code-lines::-webkit-scrollbar{width:8px}.code-lines::-webkit-scrollbar-track{background:#282c34;border-radius:4px}.code-lines::-webkit-scrollbar-thumb{background:#61dafb;border-radius:4px}.code-lines::-webkit-scrollbar-thumb:hover{background:#4fa8d3}.progress-bar-container{background-color:#e0e0e0;border:2px solid #ff4500;border-radius:10px;width:100%;height:20px;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.progress-bar{background:linear-gradient(90deg,gold,#ff4500);border-radius:8px;height:100%;transition:width .3s;box-shadow:0 0 10px #ff450080}.progress-text{color:#ff4500;text-shadow:1px 1px #ff45004d;font-size:1.1rem;font-weight:700}@media (width<=1024px){.scanning-container{padding:2rem}.scanning-message,.progress-text{font-size:1rem}}.paywall-container{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:700px;display:flex}.report-preview{background:linear-gradient(145deg,#fff,#f8f8f8);border:3px solid #ff4500;border-radius:20px;width:100%;padding:2rem;position:relative;box-shadow:0 10px tomato}.preview-blur{filter:blur(5px);text-align:center}.preview-blur h3{color:#333;margin-bottom:1.5rem}.preview-item{color:#666;margin-bottom:1rem;font-size:1.1rem}.preview-lock{background:linear-gradient(145deg,gold,orange);border:3px solid #ff4500;border-radius:15px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem;animation:2s ease-in-out infinite alternate lockPulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #ff45004d}@keyframes lockPulse{0%{transform:translate(-50%,-50%)scale(1)}to{transform:translate(-50%,-50%)scale(1.05)}}.lock-icon{font-size:3rem;animation:3s linear infinite lockSpin}@keyframes lockSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lock-text{color:#333;text-shadow:1px 1px #ffd70080;font-size:1.2rem;font-weight:800}.paywall-popup{text-align:center;background:linear-gradient(145deg,gold,orange);border:3px solid #ff4500;border-radius:20px;width:100%;padding:2.5rem;animation:1.5s ease-in-out infinite alternate paywallPulse;box-shadow:0 10px tomato}@keyframes paywallPulse{0%{transform:scale(1)}to{transform:scale(1.03)}}.paywall-popup h2{color:#fff;text-shadow:2px 2px #ff4500;margin-bottom:1rem}.paywall-popup p{color:#333;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.price-container{background:#fffc;border:2px solid #ff4500;border-radius:15px;justify-content:center;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex;box-shadow:0 5px 10px #ff450033}.current-price{color:#ff4500;text-shadow:1px 1px #ffd70080;font-size:2.5rem;font-weight:800}.original-price{color:#666;opacity:.8;font-size:1.2rem;text-decoration:line-through}.early-bird{color:#228b22;background:#98fb98;border:1px solid #228b22;border-radius:20px;padding:.25rem .75rem;font-size:1rem;font-weight:700;animation:1.5s ease-in-out infinite earlyBirdPulse}@keyframes earlyBirdPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.paypal-button{width:100%;max-width:300px;margin:0 auto 1.5rem}.trust-badges{border-top:2px solid #ff45004d;justify-content:center;gap:2rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.secure-checkout,.anonymous-analysis{color:#333;background:#ffffffe6;border:1px solid #ff4500;border-radius:25px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.secure-checkout:hover,.anonymous-analysis:hover{transform:translateY(-3px);box-shadow:0 5px 15px #ff45004d}.lock-icon-small,.shield-icon{font-size:1.2rem}.report-container{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:700px;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.report-container h2{color:#fff;text-shadow:2px 2px #ff4500;opacity:0;margin-bottom:1rem;animation:.8s ease-in-out forwards fadeIn;transform:translateY(20px)}.report-card{text-align:center;opacity:0;background:linear-gradient(145deg,#fff,#f8f8f8);border:3px solid #ff4500;border-radius:20px;width:100%;padding:2rem;transition:all .3s;animation:.8s ease-in-out forwards fadeIn;transform:translateY(20px);box-shadow:0 10px tomato}.score-card{animation-delay:.2s}.red-black-card{animation-delay:.4s}.prediction-card{animation-delay:.6s}.quotes-card{animation-delay:.8s}.report-card:hover{transform:translateY(5px);box-shadow:0 5px tomato}.report-card h3{color:#333;margin-bottom:1rem}.score-display{color:#ff4500;text-shadow:1px 1px #ff45004d;font-size:2.5rem;font-weight:800}.score-card{padding:2.5rem}.score-circle-container{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:2rem;display:flex}.score-circle{animation:2s ease-in-out infinite alternate circlePulse;position:relative}@keyframes circlePulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.score-progress{transition:stroke-dashoffset 1s ease-in-out;animation:2s ease-out forwards progressFill}@keyframes progressFill{0%{stroke-dashoffset:502.4px}to{stroke-dashoffset:var(--progress-offset,502.4)}}.heat-display{flex-direction:column;align-items:center;gap:1rem;display:flex}.heat-display h4{color:#333;margin:0;font-size:1.2rem}.heat-value{align-items:center;gap:.5rem;display:flex}.heat-emoji{font-size:2rem;animation:1s ease-in-out infinite alternate heatPulse}@keyframes heatPulse{0%{transform:scale(1)}to{transform:scale(1.2)}}.heat-text{color:#ff4500;text-shadow:1px 1px #ff45004d;font-size:1.5rem;font-weight:800}.quotes-list{text-align:left;margin:0;padding:0;list-style:none}.quotes-list li{color:#555;border-bottom:1px solid #e0e0e0;padding:.5rem 0;font-style:italic}.quotes-list li:last-child{border-bottom:none}.red-black-card{padding:2rem}.red-black-container{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.positive-list,.negative-list{border-radius:15px;flex:1;min-width:250px;padding:1.5rem;transition:all .3s}.positive-list{background:linear-gradient(145deg,#e8f5e8,#c8e6c9);border:2px solid #4caf50}.negative-list{background:linear-gradient(145deg,#ffebee,#ffcdd2);border:2px solid #f44336}.positive-list h4,.negative-list h4{text-align:center;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.positive-list h4{color:#2e7d32}.negative-list h4{color:#c62828}.positive-list ul,.negative-list ul{margin:0;padding:0;list-style:none}.positive-list li,.negative-list li{border-bottom:1px solid #0000001a;padding:.75rem 0 .75rem 1.5rem;position:relative}.positive-list li:before{content:"✓";color:#4caf50;font-weight:700;position:absolute;left:0}.negative-list li:before{content:"✗";color:#f44336;font-weight:700;position:absolute;left:0}.positive-list li:last-child,.negative-list li:last-child{border-bottom:none}.prediction-card{padding:2rem}.prediction-container{flex-wrap:wrap;justify-content:space-between;gap:2rem;display:flex}.prediction-item{background:linear-gradient(145deg,#e3f2fd,#bbdefb);border:2px solid #2196f3;border-radius:15px;flex:1;min-width:250px;padding:1.5rem;transition:all .3s}.prediction-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px #2196f34d}.prediction-item h4{color:#1976d2;margin-top:0;margin-bottom:1rem;font-size:1.2rem}.prediction-item p{color:#333;margin:0;font-size:1.1rem;line-height:1.4}.quotes-card{padding:2rem}.quotes-card .quotes-list{text-align:left;margin:0;padding:0;list-style:none}.quotes-card .quotes-list li{color:#e65100;background:linear-gradient(145deg,#fff3e0,#ffe0b2);border:2px solid #ff9800;border-radius:10px;margin-bottom:1rem;padding:1rem 1rem 1rem 2.5rem;font-style:italic;transition:all .3s;position:relative}.quotes-card .quotes-list li:hover{transform:translate(10px);box-shadow:0 5px 15px #ff98004d}.quotes-card .quotes-list li:before{content:"\"";color:#ff9800;opacity:.5;font-size:2rem;position:absolute;top:.5rem;left:.5rem}.quotes-card .quotes-list li:last-child{margin-bottom:0}.sentiment-bar{border:2px solid #ff4500;border-radius:15px;height:30px;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #0000001a}.sentiment-positive{color:#fff;background:linear-gradient(90deg,#32cd32,#228b22);justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:width .5s;display:flex}.sentiment-negative{color:#fff;background:linear-gradient(90deg,tomato,#dc143c);justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:width .5s;display:flex}@media (width<=1024px){.paywall-container{gap:1.5rem}.report-preview,.paywall-popup,.report-card{padding:1.5rem}.paywall-popup h2{font-size:1.5rem}.paywall-popup p{font-size:1rem}.price-container{flex-direction:column;gap:.5rem;padding:1rem}.current-price{font-size:2rem}.original-price{font-size:1rem}.early-bird{font-size:.9rem}.trust-badges{flex-direction:column;gap:1rem}.secure-checkout,.anonymous-analysis{justify-content:center}.score-display{font-size:2rem}.sentiment-positive,.sentiment-negative{font-size:.8rem}}.hot-topics{text-align:center;background:linear-gradient(145deg,#fff,#f8f8f8);border:3px solid #ff4500;border-radius:20px;width:100%;max-width:700px;margin-top:2rem;padding:2rem;box-shadow:0 10px tomato}.hot-topics h3{color:#333;margin-top:0;margin-bottom:1.5rem;font-size:1.3rem}.hot-topics-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.hot-topics-list li{color:#333;cursor:pointer;text-align:left;background:linear-gradient(145deg,gold,orange);border:2px solid #ff4500;border-radius:10px;padding:1rem 1rem 1rem 2rem;font-weight:600;transition:all .3s;position:relative}.hot-topics-list li:before{content:"🔥";position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.hot-topics-list li:hover{transform:translate(10px);box-shadow:0 5px 15px #ff45004d}@media (width<=1024px){.hot-topics{padding:1.5rem}.hot-topics h3{font-size:1.1rem}.hot-topics-list li{padding:.75rem;font-size:.9rem}}.social-proof{z-index:1000;background:linear-gradient(145deg,#fff,#f8f8f8);border:3px solid #ff4500;border-radius:15px;max-width:300px;padding:1rem 1.5rem;animation:.5s ease-out forwards slideIn;position:fixed;bottom:2rem;left:2rem;box-shadow:0 10px 20px #ff45004d}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.notification-content{align-items:center;gap:.75rem;display:flex}.notification-icon{font-size:1.2rem;animation:2s ease-in-out infinite bellRing}@keyframes bellRing{0%,to{transform:rotate(0)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}.notification-text{color:#333;font-size:.9rem;font-weight:600;line-height:1.3}@media (width<=1024px){.social-proof{max-width:none;padding:.75rem 1rem;bottom:1rem;left:1rem;right:1rem}.notification-text,.update-indicator{font-size:.8rem}.free-metric{padding:.75rem;font-size:.9rem}}.share-container{text-align:center;background:linear-gradient(145deg,gold,orange);border:3px solid #ff4500;border-radius:20px;width:100%;margin-top:2rem;padding:2rem;box-shadow:0 10px tomato}.share-button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#228b22,#32cd32);border:none;border-radius:50px;align-items:center;gap:.75rem;margin:0 auto;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 5px #228b22}.share-button:hover{transform:translateY(-3px);box-shadow:0 8px #228b22}.share-icon{font-size:1.3rem}.share-link-container{text-align:left;background:#ffffffe6;border:2px solid #ff4500;border-radius:15px;margin-top:1.5rem;padding:1.5rem}.share-message{color:#333;margin-bottom:1rem;font-size:1rem;font-weight:600}.link-container{align-items:center;gap:1rem;display:flex}.share-input{background-color:#fff;border:2px solid #ff4500;border-radius:10px;flex:1;padding:.75rem;font-size:.9rem}.copy-button{color:#fff;cursor:pointer;background:linear-gradient(145deg,#ff4500,tomato);border:none;border-radius:10px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;box-shadow:0 3px tomato}.copy-button:hover{transform:translateY(-2px);box-shadow:0 5px tomato}@media (width<=1024px){.share-container{padding:1.5rem}.share-button{padding:.75rem 1.5rem;font-size:1rem}.link-container{flex-direction:column;align-items:stretch}.share-input,.copy-button{width:100%}}.footer{background-color:#f8f8f8;border-top:1px solid #e0e0e0;width:100%;margin-top:4rem;padding:2rem}.footer-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.footer-links{border-bottom:1px solid #e0e0e0;justify-content:center;gap:2rem;width:100%;padding-bottom:1rem;display:flex}.home-link{color:#666;font-size:.85rem;text-decoration:none;transition:color .3s}.home-link:hover{color:#ff4500;text-decoration:underline}.support-info{color:#666;font-size:.85rem}.sites-list{flex-wrap:wrap;justify-content:center;gap:2rem;width:100%;display:flex}.site-link{color:#666;font-size:.85rem;text-decoration:none;transition:color .3s}.site-link:hover{color:#ff4500;text-decoration:underline}@media (width<=1024px){.footer{padding:1.5rem}.footer-links,.sites-list{gap:1.5rem}.home-link,.support-info,.site-link{font-size:.8rem}}@media (width<=480px){.footer-links,.sites-list{flex-direction:column;align-items:center;gap:.5rem}.home-link,.support-info,.site-link{font-size:.75rem}}
