*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#000000 100%);min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;line-height:1.6;color:#333}.container{background:#1a1a1a;border:2px solid #ff6b00;border-radius:20px;box-shadow:0 20px 60px rgba(255,107,0,.4);max-width:500px;width:100%;padding:50px 40px;text-align:center;animation:fadeIn .6s ease-out}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.img-hero{width:100%;max-width:400px;height:auto;margin:0 auto 30px;border-radius:15px;box-shadow:0 10px 30px rgba(255,107,0,.3);border:1px solid #ff6b00;cursor:pointer}h1{font-size:32px;font-weight:700;color:#ff6b00;margin-bottom:10px;letter-spacing:-.5px;text-shadow:0 0 10px rgba(255,107,0,.3)}.subtitle{font-size:16px;color:#ffa500;margin-bottom:40px;font-weight:500}.question{font-size:20px;color:#fff;margin-bottom:40px;font-weight:600;line-height:1.5}.buttons{display:flex;flex-direction:column;gap:15px}.btn{padding:18px 40px;font-size:20px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn span{position:relative;z-index:1}.btn-cat1,.btn-cat2,.btn-cat3{background:linear-gradient(135deg,#ff6b00 0%,#ff8c00 100%);color:#000;box-shadow:0 10px 30px rgba(255,107,0,.5);font-weight:700}.btn-cat1:active,.btn-cat2:active,.btn-cat3:active{transform:translateY(2px)}.footer{margin-top:40px;font-size:13px;color:#666;line-height:1.6}.loading{display:none;margin-top:20px}.loading.active{display:block}.spinner{border:3px solid #333;border-top:3px solid #ff6b00;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media (max-width:600px){body{padding:10px}.container{padding:30px 20px;border-radius:10px;max-width:100%}h1{font-size:26px}.question{font-size:18px}.btn{padding:16px 30px;font-size:18px}}
