*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:#1a1a1a;color:#f5f0eb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;-webkit-font-smoothing:antialiased}.app{height:100vh;width:100vw;overflow:hidden}.app.fade-out{opacity:0;transition:opacity .3s ease}.app.fade-in{opacity:1;transition:opacity .3s ease}.screen{height:100vh;width:100vw;display:flex;flex-direction:column}.split-layout{display:flex;height:100%;width:100%}.split-image{width:50%;height:100%;overflow:hidden;position:relative}.split-image img{width:100%;height:100%;object-fit:cover}.split-content{width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:3rem 4rem;overflow-y:auto}.progress-bar{position:fixed;top:0;left:0;right:0;height:3px;background:#ffffff1a;z-index:100}.progress-fill{height:100%;background:#f5f0eb;transition:width .4s ease}.welcome-screen h1{font-size:2.4rem;font-weight:300;line-height:1.3;margin-bottom:1.2rem;letter-spacing:-.02em}.welcome-screen h1 strong{font-weight:700}.welcome-screen .subtitle{font-size:1.1rem;color:#f5f0ebb3;margin-bottom:2rem;line-height:1.6}.start-button{display:inline-block;background:#f5f0eb;color:#1a1a1a;border:none;padding:.8rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:transform .15s ease,opacity .15s ease;align-self:flex-start}.start-button:hover{transform:translateY(-1px);opacity:.9}.question-number{font-size:.85rem;color:#f5f0eb80;margin-bottom:.5rem}.question-title{font-size:1.8rem;font-weight:300;line-height:1.3;margin-bottom:2rem;letter-spacing:-.01em}.question-title strong{font-weight:700}.options{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.option{display:flex;align-items:center;gap:.8rem;background:transparent;border:1px solid rgba(245,240,235,.25);color:#f5f0eb;padding:.75rem 1rem;border-radius:6px;cursor:pointer;transition:all .15s ease;font-size:1rem;text-align:left;width:100%}.option:hover{border-color:#f5f0eb80;background:#f5f0eb0d}.option.selected{border-color:#f5f0eb;background:#f5f0eb1a}.option-letter{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border:1px solid rgba(245,240,235,.3);border-radius:3px;font-size:.75rem;font-weight:600;flex-shrink:0}.option.selected .option-letter{background:#f5f0eb;color:#1a1a1a;border-color:#f5f0eb}.option-label{flex:1}.ok-button{display:inline-flex;align-items:center;gap:.5rem;background:#f5f0eb;color:#1a1a1a;border:none;padding:.65rem 1.8rem;font-size:.95rem;font-weight:600;border-radius:4px;cursor:pointer;transition:transform .15s ease,opacity .15s ease;align-self:flex-start;animation:fadeUp .3s ease}.ok-button:hover{transform:translateY(-1px);opacity:.9}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.result-title{font-size:2.2rem;font-weight:300;line-height:1.3;margin-bottom:1.5rem}.result-title strong{font-weight:700}.result-description{font-size:1.05rem;color:#f5f0ebcc;line-height:1.7;margin-bottom:1rem;white-space:pre-line}.result-description strong{color:#f5f0eb;font-weight:600}.result-price{font-size:1.2rem;margin-bottom:2rem}.result-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.read-more-button{display:inline-block;background:#f5f0eb;color:#1a1a1a;text-decoration:none;padding:.8rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:4px;transition:transform .15s ease,opacity .15s ease}.read-more-button:hover{transform:translateY(-1px);opacity:.9}.restart-button{background:transparent;border:1px solid rgba(245,240,235,.3);color:#f5f0ebb3;padding:.8rem 1.5rem;font-size:.95rem;border-radius:4px;cursor:pointer;transition:all .15s ease}.restart-button:hover{border-color:#f5f0eb99;color:#f5f0eb}@media(max-width:768px){.split-layout{flex-direction:column}.split-image{width:100%;height:35vh;min-height:200px}.split-content{width:100%;height:auto;flex:1;padding:1.5rem 1.5rem 2rem;justify-content:flex-start;overflow-y:auto}.welcome-screen h1{font-size:1.7rem}.question-title{font-size:1.4rem;margin-bottom:1.2rem}.result-title{font-size:1.6rem}.result-description{font-size:.95rem}.option{padding:.65rem .85rem;font-size:.9rem}}@media(max-width:480px){.split-image{height:28vh;min-height:160px}.split-content{padding:1.2rem 1.2rem 1.5rem}.welcome-screen h1{font-size:1.4rem}.question-title{font-size:1.2rem}}.discount-cta-button{display:inline-block;background:linear-gradient(135deg,#f5c842,#e6a817);color:#1a1a1a;border:none;padding:.8rem 2rem;font-size:1.05rem;font-weight:600;border-radius:4px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.discount-cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 15px #f5c8424d}.email-screen{display:flex;align-items:center;justify-content:center;min-height:100vh}.email-content{text-align:center;padding:2rem;max-width:440px;width:100%}.email-content h1{font-size:2.5rem;margin-bottom:.5rem}.email-content h2{font-size:1.5rem;font-weight:300;margin-bottom:1rem}.email-content h2 strong{font-weight:700}.email-subtitle{color:#f5f0eb99;margin-bottom:2rem;font-size:1rem}.email-form{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.email-input{background:#f5f0eb14;border:1px solid rgba(245,240,235,.25);color:#f5f0eb;padding:.9rem 1.2rem;font-size:1.05rem;border-radius:6px;outline:none;transition:border-color .2s}.email-input:focus{border-color:#f5f0eb99}.email-input::placeholder{color:#f5f0eb59}.email-error{color:#ff6b6b;font-size:.85rem;text-align:left}.email-submit{background:#f5f0eb;color:#1a1a1a;border:none;padding:.9rem;font-size:1.05rem;font-weight:600;border-radius:6px;cursor:pointer;transition:transform .15s,opacity .15s}.email-submit:hover{transform:translateY(-1px);opacity:.9}.email-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.skip-link{background:none;border:none;color:#f5f0eb66;font-size:.85rem;cursor:pointer;text-decoration:underline;transition:color .2s}.skip-link:hover{color:#f5f0ebb3}.discount-screen{display:flex;align-items:center;justify-content:center;min-height:100vh}.discount-content{text-align:center;padding:2rem}.discount-content h1{font-size:2rem;margin-bottom:2rem;font-weight:300}.discount-code-box{display:inline-flex;gap:4px;padding:1.2rem 2rem;background:#f5f0eb0f;border:1px solid rgba(245,240,235,.2);border-radius:10px;cursor:pointer;transition:box-shadow .6s ease,border-color .6s ease;margin-bottom:.5rem}.discount-code-box.glow{border-color:#f5c84280;box-shadow:0 0 25px #f5c84226,0 0 50px #f5c8420d;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{box-shadow:0 0 25px #f5c84226}50%{box-shadow:0 0 35px #f5c84240,0 0 60px #f5c84214}}.code-letter{display:inline-block;font-size:2rem;font-weight:700;font-family:SF Mono,Fira Code,monospace;letter-spacing:.05em;color:#f5f0eb33;transition:color .3s ease,transform .3s ease;min-width:1.3rem;text-align:center}.code-letter.revealed{color:#f5f0eb;transform:translateY(0);animation:letterPop .3s ease}@keyframes letterPop{0%{transform:translateY(6px);opacity:0}to{transform:translateY(0);opacity:1}}.discount-hint{color:#f5f0eb59;font-size:.8rem;margin-bottom:1rem}.discount-value{color:#f5f0ebb3;font-size:1.1rem;margin-bottom:2rem}.shop-now-button{display:inline-block;background:linear-gradient(135deg,#f5c842,#e6a817);color:#1a1a1a;text-decoration:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:2rem;transition:transform .2s,box-shadow .2s}.shop-now-button:hover{transform:scale(1.05);box-shadow:0 4px 20px #f5c8424d}.show-match-screen{display:flex;flex-direction:column;min-height:100vh}.show-match-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.show-match-content h1{font-size:2.5rem;margin-bottom:1rem;color:#f5f5f0}.show-match-button{margin-top:2rem;padding:1rem 2.5rem;font-size:1.2rem;font-weight:600;color:#1a1a1a;background:#f5f5f0;border:none;border-radius:2rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.show-match-button:hover{transform:scale(1.05);box-shadow:0 4px 20px #f5f5f04d}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#141414f7;color:#fff;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:9999;font-size:13px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cookie-text{margin:0}.cookie-text a{color:#f97316;text-decoration:underline}.cookie-buttons{display:flex;gap:8px;flex-shrink:0}.cookie-decline{background:transparent;border:1px solid #555;color:#ccc;padding:7px 16px;border-radius:6px;cursor:pointer;font-size:13px}.cookie-accept{background:#f97316;border:none;color:#fff;padding:7px 16px;border-radius:6px;cursor:pointer;font-weight:600;font-size:13px}@media(max-width:500px){.cookie-banner{flex-direction:column;align-items:flex-start}}.lang-switch{position:fixed;top:12px;right:16px;z-index:100;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#f5f0eb;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s}.lang-switch:hover{background:#fff3}
