:root{font-family:Trebuchet MS,Comic Sans MS,sans-serif;color:#17324d;background:linear-gradient(180deg,#7ed7ff,#b9efff 48%,#d8f6ff)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0;overflow:hidden}button{font:inherit}.boton-principal{border:0;border-radius:999px;padding:12px 22px;background:linear-gradient(180deg,#ffb347,#ff8f5a);color:#fff;font-weight:700;font-size:1.05rem;cursor:pointer;box-shadow:0 10px 18px #ff8f5a4d}.boton-principal:disabled{opacity:.5;cursor:not-allowed}.boton-secundario{border:2px solid #b8d8ea;border-radius:999px;padding:10px 18px;background:#fff;color:#24506f;font-weight:700;cursor:pointer}.jugador-chip{border:2px solid rgba(255,255,255,.9);border-radius:999px;padding:8px 16px;background:linear-gradient(180deg,#ff7ea8,#ff5f8f);color:#fff;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 6px 14px #ff5f8f4d}.landing{height:100%;display:flex;flex-direction:column;overflow:hidden}.landing-cabecera{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;background:#ffffffc7;border-bottom:3px solid rgba(255,255,255,.9);box-shadow:0 8px 24px #1d54781f}.landing-titulos h1{margin:0 0 4px;font-size:clamp(1.6rem,3.5vw,2.4rem);line-height:1.1}.landing-titulos p{margin:0;color:#2d6f91;font-size:1rem}.landing-tiles{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;padding:22px 24px;align-content:start}.tile{display:flex;flex-direction:column;gap:8px;padding:16px;border:3px solid rgba(255,255,255,.9);border-radius:22px;background:#ffffffd9;box-shadow:0 12px 26px #1d547824;cursor:pointer;text-align:left;transition:transform .15s ease,box-shadow .15s ease}.tile:hover{transform:translateY(-4px);box-shadow:0 18px 34px #1d547833}.tile-imagen{width:100%;aspect-ratio:16 / 10;object-fit:cover;border-radius:14px;background:#e8f6ff}.tile-titulo{font-size:1.2rem;font-weight:700}.tile-resumen{font-size:.92rem;color:#35607e}.tile-tipo{align-self:flex-start;font-size:.8rem;font-weight:700;border-radius:999px;padding:4px 10px}.tile-tipo-niveles{background:#fff1cf;color:#a06a00}.tile-tipo-libre{background:#e5f4ff;color:#1d6ea5}.gate-fondo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#17324d73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.gate-tarjeta{width:min(420px,100%);display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;padding:28px 26px;border-radius:26px;background:#fff;border:3px solid #ffe3b3;box-shadow:0 24px 60px #1d54784d}.gate-emoji{margin:0;font-size:2.6rem;line-height:1}.gate-tarjeta h2{margin:0;font-size:1.5rem}.gate-pista{margin:0;color:#35607e;font-size:.92rem}.gate-input{width:100%;border:3px solid #b8d8ea;border-radius:16px;padding:12px 16px;font:inherit;font-size:1.2rem;text-align:center}.gate-input:focus{outline:none;border-color:#ff8f5a}.gate-botones{display:flex;gap:10px}.shell-juego{height:100%;display:flex;flex-direction:column;overflow:hidden}.barra-superior{height:clamp(48px,8vh,72px);flex-shrink:0;display:flex;align-items:center;gap:12px;padding:0 14px;background:#ffffffd9;border-bottom:3px solid rgba(255,255,255,.95);box-shadow:0 6px 18px #1d54781f}.boton-volver{border:0;border-radius:999px;padding:8px 16px;background:linear-gradient(180deg,#7fdfff,#2fa7eb);color:#fff;font-weight:700;cursor:pointer;white-space:nowrap}.barra-titulo{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.area-de-juego{flex:1;min-height:0;overflow:hidden;position:relative}.cargando-juego{margin:0;height:100%;display:grid;place-items:center;font-size:1.2rem;color:#2d6f91}@media (max-width: 720px){.landing-cabecera{padding:12px 14px}.landing-tiles{padding:14px;gap:12px}.barra-titulo{font-size:.88rem}}html:has(.admin-panel),body:has(.admin-panel),#root:has(.admin-panel){overflow:auto}.admin-fondo{position:fixed}.admin-error{margin:0;color:#d64545;font-weight:700;font-size:.9rem}.admin-panel{min-height:100%;padding:20px 24px 40px;display:flex;flex-direction:column;gap:18px}.admin-cabecera{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-cabecera h1{margin:0;font-size:clamp(1.3rem,3vw,1.8rem)}.admin-filtros{display:flex;flex-wrap:wrap;gap:12px;align-items:end;padding:14px 16px;border-radius:18px;background:#ffffffd9;border:2px solid rgba(255,255,255,.9)}.admin-filtros label{display:flex;flex-direction:column;gap:4px;font-size:.82rem;font-weight:700;color:#24506f}.admin-filtros input,.admin-filtros select{border:2px solid #b8d8ea;border-radius:10px;padding:6px 10px;font:inherit}.admin-graficas{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.admin-grafica-tarjeta{padding:12px 14px;border-radius:18px;background:#ffffffd9;border:2px solid rgba(255,255,255,.9)}.admin-grafica-tarjeta h3{margin:0 0 8px;font-size:.95rem}.admin-tabla-envoltorio{padding:14px 16px;border-radius:18px;background:#ffffffd9;border:2px solid rgba(255,255,255,.9);overflow-x:auto}.admin-tabla{width:100%;border-collapse:collapse;font-size:.88rem}.admin-tabla th,.admin-tabla td{padding:8px 10px;text-align:left;border-bottom:1px solid #e2eef5;white-space:nowrap}.admin-tabla th{color:#24506f;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.admin-paginacion{display:flex;align-items:center;gap:12px;justify-content:center;padding-top:12px;font-size:.9rem}
