:root{--primary:#6366f1;--primary-hover:#4f46e5;--bg-color:#f8fafc;--card-bg:#fff;--text-main:#1e293b;--text-muted:#64748b;--accent:#f43f5e;--radius:1rem}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}body{background-color:#f8fafc;background-color:var(--bg-color);color:#1e293b;color:var(--text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}.app-container{background:radial-gradient(circle at top right,#eef2ff 0,#f8fafc 100%);display:flex;flex-direction:column;margin:0 auto;max-width:500px;min-height:100vh;padding:1.5rem}.fade-in{animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.start-screen{flex:1 1;justify-content:center;text-align:center}.header-logo,.start-screen{align-items:center;display:flex;flex-direction:column}.header-logo{margin-bottom:2rem}.logo-img{border-radius:20px;box-shadow:0 10px 15px -3px #0000001a;height:80px;margin-bottom:.5rem;transition:transform .2s;width:80px}.logo-img.clickable:hover{cursor:pointer;transform:scale(1.05)}.brand-name{color:#6366f1;color:var(--primary);font-size:1.25rem;font-weight:700}.main-card{background:#fff;background:var(--card-bg);border-radius:1rem;border-radius:var(--radius);box-shadow:0 20px 25px -5px #0000000d;margin-bottom:1.5rem;padding:2.5rem 1.5rem;width:100%}.app-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#a855f7);background:linear-gradient(135deg,var(--primary),#a855f7);-webkit-background-clip:text;font-size:2rem;font-weight:800;margin-bottom:.5rem}.app-subtitle{color:#64748b;color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.hero-emoji{animation:float 3s ease-in-out infinite;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1));font-size:5rem;margin:1.5rem 0}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.btn{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .2s;width:100%}.btn-primary{background:#6366f1;background:var(--primary);box-shadow:0 4px 6px -1px #6366f166;color:#fff}.btn-primary:active{transform:scale(.98)}.btn-outline{background:#0000;border:2px solid #e2e8f0;color:#1e293b;color:var(--text-main)}.btn-outline:active{background:#f1f5f9}.action-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.action-row .btn{font-size:.95rem;padding:.75rem}.disclaimer{color:#64748b;color:var(--text-muted);font-size:.85rem;margin-top:auto}.progress-bar{background:#e2e8f0;border-radius:4px;height:8px;margin-bottom:2rem;overflow:hidden}.progress-inner{background:#6366f1;background:var(--primary);height:100%;transition:width .3s ease}.quiz-header{margin-bottom:1.5rem}.q-count{color:#6366f1;color:var(--primary);font-size:.9rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.question-text{color:#1e293b;color:var(--text-main);font-size:1.4rem;font-weight:700;line-height:1.4;margin-bottom:2.5rem}.options-list{display:flex;flex-direction:column;gap:1rem}.option-btn{background:#fff;border:2px solid #e2e8f0;border-radius:1rem;color:#1e293b;color:var(--text-main);cursor:pointer;font-size:1rem;font-weight:500;padding:1.25rem;text-align:left;transition:all .2s}.option-btn:hover{background:#f5f3ff}.option-btn:active,.option-btn:hover{border-color:#6366f1;border-color:var(--primary)}.option-btn:active{transform:translateX(5px)}.back-btn{align-items:center;background:none;border:none;color:#64748b;color:var(--text-muted);cursor:pointer;display:flex;font-weight:600;gap:.5rem;margin-top:2rem}.poster-container{background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px #0000001a;margin-bottom:2rem;padding:1rem}.poster-inner{border:2px solid #f1f5f9;border-radius:1rem;padding:2rem 1.5rem;text-align:center}.poster-header{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:2rem}.poster-logo{border-radius:8px;height:32px;width:32px}.poster-brand{color:#64748b;color:var(--text-muted);font-size:.9rem;font-weight:700}.res-emoji{font-size:4.5rem;margin-bottom:1rem}.res-label{color:#64748b;color:var(--text-muted);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.res-title{color:#6366f1;color:var(--primary);font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1.25rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.5rem}.tag{background:#f1f5f9;border-radius:2rem;color:#6366f1;color:var(--primary);font-size:.9rem;font-weight:600;padding:.25rem .75rem}.res-desc{color:#64748b;color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:2rem}.qr-box{align-items:center;border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem}.qr-hint{color:#64748b;color:var(--text-muted);font-size:.8rem}
/*# sourceMappingURL=main.d9aae27d.css.map*/