*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%}body{background-color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;color:#fff;min-height:100vh;display:flex;justify-content:center;align-items:flex-start}#root{width:100%;max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.screen{width:100%;max-width:480px;min-height:100vh;padding:24px 20px 40px;display:flex;flex-direction:column;gap:24px;background:#000}@keyframes slideInFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.slide-in-right.animating{animation:slideInFromRight .35s ease both}.slide-in-left.animating{animation:slideInFromLeft .35s ease both}.logo-wrapper{display:flex;justify-content:center;padding-top:8px}.logo{width:240px;height:80px;object-fit:cover;object-position:center center;border-radius:8px}.progress-wrapper{display:flex;flex-direction:column;gap:8px}.progress-label{font-size:13px;color:#94a3b8;text-align:center;letter-spacing:.03em}.progress-track{width:100%;height:4px;background:#1a1a2e;border-radius:99px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#1230a0,#e8b84b);border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1)}.question-card{display:flex;flex-direction:column;gap:20px;flex:1}.question-text{font-size:22px;font-weight:700;line-height:1.35;color:#fff;text-align:center}.options-list{display:flex;flex-direction:column;gap:12px}.option-btn{width:100%;padding:18px 20px;background:#0a0a1a;border:1.5px solid #1230A0;border-radius:12px;color:#fff;font-size:16px;font-weight:500;line-height:1.4;cursor:pointer;text-align:left;transition:background .18s ease,border-color .18s ease,transform .1s ease;-webkit-tap-highlight-color:transparent}.option-btn:hover,.option-btn:focus-visible{background:#0d1033;border-color:#e8b84b;outline:none}.option-btn:active{transform:scale(.98);background:#1230a0}.result-card{display:flex;flex-direction:column;align-items:center;gap:24px;flex:1;padding-top:16px}.check-icon{width:80px;height:80px}.check-circle{stroke:#22c55e;stroke-width:2.5;stroke-dasharray:160;stroke-dashoffset:160;fill:none;animation:drawCircle .6s ease forwards}.check-mark{stroke:#22c55e;stroke-dasharray:40;stroke-dashoffset:40;fill:none;animation:drawCheck .4s ease .5s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}.neutral-icon{width:72px;height:72px;opacity:0;animation:fadeIn .4s ease .1s forwards}@keyframes fadeIn{to{opacity:1}}.result-title{font-size:22px;font-weight:800;color:#fff;text-align:center;line-height:1.3}.result-sub{font-size:15px;color:#94a3b8;text-align:center;line-height:1.55;padding:0 4px}.result-message{font-size:18px;color:#94a3b8;text-align:center;line-height:1.5;padding:0 4px}.btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 20px;background:#22c55e;border:none;border-radius:12px;color:#fff;font-size:17px;font-weight:700;text-decoration:none;cursor:pointer;transition:background .18s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 24px #22c55e4d}.btn-whatsapp:hover{background:#16a34a}.btn-whatsapp:active{transform:scale(.98)}.wa-icon{width:22px;height:22px;flex-shrink:0}.btn-restart{background:transparent;border:1.5px solid #1230A0;border-radius:12px;color:#94a3b8;font-size:15px;font-weight:500;padding:14px 32px;cursor:pointer;transition:border-color .18s ease,color .18s ease;-webkit-tap-highlight-color:transparent}.btn-restart:hover{border-color:#e8b84b;color:#e8b84b}
