*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#1a1a2e;color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.app-container{max-width:800px;width:100%;margin:0 auto;text-align:center}header{margin-bottom:2rem}header .top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}header .top-bar .logo{font-weight:700;font-size:1.2rem;color:#fff;display:none}header .lang-switcher a{color:#a2a8d3;text-decoration:none;font-size:.9rem;margin:0 5px;transition:color .2s}header .lang-switcher a.active,header .lang-switcher a:hover{color:#4ecdc4;font-weight:700}header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}header p{color:#a2a8d3;font-size:1.1rem;margin-bottom:1.5rem}header .mode-selector{background:#ffffff0d;display:block;padding:1.5rem;border-radius:20px;text-align:center;margin-top:1rem}header .mode-selector>label{display:block;color:#a2a8d3;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;margin-right:0}header .mode-selector .radio-group{display:flex;flex-direction:column;gap:15px}@media(min-width:600px){header .mode-selector .radio-group{flex-direction:row}}header .mode-selector .radio-group label{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);padding:15px 20px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;margin:0;color:#fff;flex:1;transition:all .2s ease;position:relative}header .mode-selector .radio-group label:hover{background:#ffffff26;border-color:#ffffff4d}header .mode-selector .radio-group label:has(input:checked){background:#4ecdc426;border-color:#4ecdc4;box-shadow:0 4px 15px #4ecdc433}header .mode-selector .radio-group label input{accent-color:#4ecdc4;width:1.2em;height:1.2em}header .mode-selector .radio-group label span{font-size:1rem;line-height:1.3}.pizza-cards{display:flex;flex-direction:column;gap:2rem;position:relative}@media(min-width:768px){.pizza-cards{flex-direction:row;justify-content:center;align-items:stretch}}.card{background:#16213e;border-radius:16px;padding:2rem;flex:1;box-shadow:0 10px 20px #0003;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000004d}.card.winner{border-color:#4ecdc4;background:linear-gradient(to bottom,#16213e,#4ecdc41a)}.card.loser{opacity:.7}.card-header{margin-bottom:1.5rem}.card-header h2{color:#fff;margin-bottom:.5rem}.card-header .icon{font-size:3rem}.input-group{margin-bottom:1.5rem;text-align:left}.input-group label{display:block;color:#a2a8d3;margin-bottom:.5rem;font-size:.9rem}.input-group input{width:100%;padding:12px;border-radius:8px;border:1px solid #2e3b5e;background:#0f3460;color:#fff;font-size:1.1rem;transition:border-color .2s}.input-group input:focus{outline:none;border-color:#ff6b6b}.result-info{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.result-info p{color:#a2a8d3;font-size:.95rem;margin-bottom:.3rem}.result-info p span{color:#fff;font-weight:700}.vs-badge{background:#ff6b6b;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #ff6b6b66;z-index:10}@media(max-width:767px){.vs-badge{top:auto;bottom:-25px;display:none}}.primary-btn{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);border:none;padding:15px 40px;border-radius:30px;color:#fff;font-size:1.2rem;font-weight:700;cursor:pointer;margin-top:2rem;box-shadow:0 5px 15px #ff6b6b4d;transition:transform .2s,box-shadow .2s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff6b6b66}.primary-btn:active{transform:translateY(1px)}.verdict{margin-top:2rem;background:#4ecdc41a;padding:1.5rem;border-radius:12px;border:1px solid rgba(78,205,196,.3);animation:fadeIn .5s ease}.verdict.hidden{display:none}.verdict h3{color:#a2a8d3;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.verdict #verdict-text h4{font-size:1.8rem;margin-bottom:1rem}.verdict #verdict-text h4.winner-p1,.verdict #verdict-text h4.winner-p2{color:#4ecdc4}.verdict #verdict-text h4 .ctx-label{font-size:.8em;color:#fff}.verdict #verdict-text .verdict-details{text-align:left;background:#1a1a2e4d;padding:1rem;border-radius:8px}.verdict #verdict-text .verdict-details p{margin-bottom:.5rem;font-size:1rem}.verdict #verdict-text .verdict-details hr{border:0;border-top:1px solid rgba(255,255,255,.1);margin:.8rem 0}.verdict #verdict-text .verdict-details .highlight{color:#ff6b6b;font-weight:700}.verdict #reset-btn{margin-top:1rem;background:transparent;border:1px solid #a2a8d3;color:#a2a8d3;padding:5px 15px;border-radius:20px;cursor:pointer}.verdict #reset-btn:hover{color:#fff;border-color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{border:4px solid rgba(78,205,196,.3);border-radius:50%;border-top:4px solid #4ecdc4;width:40px;height:40px;animation:spin 1s linear infinite;margin:1rem auto}.app-footer p{color:#a2a8d3;font-size:.9rem}.app-footer a{color:#a2a8d3;text-decoration:none;transition:color .2s;border-bottom:1px dotted rgba(162,168,211,.5)}.app-footer a:hover{color:#4ecdc4;border-bottom-color:#4ecdc4}.policy-content{text-align:left;color:#d6d9ec;line-height:1.7}.policy-content h1{font-size:2.2rem;margin-bottom:2rem;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-bottom:2px solid rgba(78,205,196,.2);padding-bottom:1rem}.policy-content h2{color:#fff;font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.5rem}.policy-content h3{color:#4ecdc4;font-size:1.2rem;margin-top:1.5rem;margin-bottom:.8rem}.policy-content p{margin-bottom:1.2rem;font-size:1rem}.policy-content ul,.policy-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.policy-content ul li,.policy-content ol li{margin-bottom:.8rem}.policy-content ul li::marker,.policy-content ol li::marker{color:#4ecdc4}.policy-content a{color:#4ecdc4;text-decoration:none;position:relative;transition:color .2s}.policy-content a:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:1px;bottom:-2px;left:0;background-color:#4ecdc4;transform-origin:bottom right;transition:transform .25s ease-out}.policy-content a:hover{color:#76d8d1}.policy-content a:hover:after{transform:scaleX(1);transform-origin:bottom left}.home-seo{margin-top:5rem;padding:2rem;background:#ffffff08;border-radius:16px;text-align:left;color:#c5c8e3;line-height:1.6}.home-seo h2{color:#fff;font-size:1.8rem;margin-bottom:1.5rem;border-bottom:2px solid rgba(78,205,196,.2);padding-bottom:.5rem}.home-seo h3{color:#4ecdc4;font-size:1.3rem;margin-top:2rem;margin-bottom:1rem}.home-seo p{margin-bottom:1rem}.home-seo strong{color:#fff}.home-seo ul{padding-left:1.5rem}.home-seo ul li{margin-bottom:.8rem}.home-seo ul li::marker{color:#4ecdc4}.home-seo .formula{background:#1a1a2e80;padding:1rem;border-radius:8px;text-align:center;margin:1.5rem 0;border:1px dashed rgba(162,168,211,.3)}.home-seo .formula span{font-family:Courier New,Courier,monospace;font-size:1.4rem;color:#4ecdc4;font-weight:700;display:block;margin-top:.5rem}
