:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--accent: #2563eb;--accent-soft: #dbeafe}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{background:#f3f4f6;color:#111827}h1{font-size:1.5rem;margin:0 0 .5rem}h2{font-size:1.15rem;margin:0 0 .5rem}h3{font-size:1rem;margin:0 0 .5rem}p{margin:.25rem 0}.gate-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(160deg,#fff7ed,#fdf2f8 45%,#eff6ff)}.gate-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:360px}.gate-mascot{width:100%;max-width:340px;height:auto;border-radius:16px;margin-bottom:1.25rem;box-shadow:0 8px 24px #0000001f}.pin-form{display:flex;flex-direction:column;gap:.75rem;width:100%;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 1px 4px #0000001a}.pin-form label{font-weight:600}.pin-form input{font-size:1.5rem;letter-spacing:.3em;padding:.75rem;min-height:44px;border:1px solid #d1d5db;border-radius:8px;text-align:center}.screen{max-width:480px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.screen-header{display:flex;align-items:center;gap:.75rem}.screen-header h1{margin:0}.mascot-badge{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 1px 3px #0003;flex-shrink:0}.card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 4px #00000014;display:flex;flex-direction:column;gap:.5rem}.accent-card{border-top:4px solid var(--accent)}button{min-height:44px;padding:.65rem 1rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;background:var(--accent);color:#fff;cursor:pointer}button:disabled{background:#9ca3af;cursor:not-allowed}button.secondary{background:#e5e7eb;color:#111827}button.link-button,a.link-button{background:transparent;color:var(--accent);padding:.25rem 0;align-self:flex-start;min-height:auto;font-weight:500}a.link-button{display:inline-block;text-decoration:underline;cursor:pointer}.button-row{display:flex;flex-wrap:wrap;gap:.5rem}.button-row button{flex:1;min-width:140px}input[type=file],input[type=password]{font-size:1rem;min-height:44px}.photo-preview{width:100%;max-height:320px;object-fit:contain;border-radius:8px;background:#000}.rating-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem 0;border-top:1px solid #e5e7eb}.rating-row:first-of-type{border-top:none}.rating-label{flex:1;font-size:.9rem;word-break:break-word}.rating-buttons{display:flex;gap:.35rem}.rating-btn{min-width:44px;min-height:44px;padding:0;background:#e5e7eb;color:#111827}.rating-btn.selected{background:var(--accent);color:#fff}.error-text{color:#b91c1c;font-weight:600}.timer-card{align-items:center}.timer-display{font-size:3rem;font-weight:700;font-variant-numeric:tabular-nums;margin:.5rem 0}ul{margin:.25rem 0;padding-left:1.25rem}.semaforo-dot{display:inline-block;width:.75rem;height:.75rem;border-radius:50%;margin-right:.4rem;vertical-align:middle}.semaforo-rojo{background-color:#dc2626}.semaforo-amarillo{background-color:#ca8a04}.semaforo-verde{background-color:#16a34a}
