*{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}}.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}
