/* KPOP GALA — HALL OF FAME · v2.0 */
.hof-page{max-width:1240px}.hof-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.hof-head h1{font-family:var(--font-display);font-size:clamp(2.3rem,5vw,3.7rem);line-height:1;letter-spacing:-.045em}.hof-head p{color:var(--text-soft);margin-top:.4rem}.hof-actions{display:flex;gap:.5rem;flex-wrap:wrap}.hof-btn{display:inline-flex;align-items:center;justify-content:center;padding:.58rem .88rem;border:1.5px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text-soft);font-size:.8rem;font-weight:850;transition:.18s ease}.hof-btn:hover{transform:translateY(-1px);border-color:var(--amarillo);color:#a16207}.hof-btn.primary{background:linear-gradient(135deg,#f59e0b,var(--rosa));color:white;border-color:transparent}
.hof-season-switch{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.75rem .85rem;border:1.5px solid var(--border);border-radius:16px;background:rgba(255,255,255,.72)}.hof-season-switch label{font-size:.75rem;font-weight:900;color:var(--text-soft)}.hof-season-switch select{padding:.55rem .75rem;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);font-weight:800;color:var(--text)}.hof-status{margin-left:auto;padding:.25rem .52rem;border-radius:999px;background:var(--surface2);border:1px solid var(--border);font-size:.69rem;font-weight:900;color:var(--text-muted)}
.hof-hero{padding:1.15rem 1.2rem;border-radius:var(--radius-lg);border:1.5px solid rgba(250,204,21,.35);background:linear-gradient(135deg,rgba(250,204,21,.13),rgba(244,114,182,.08),rgba(255,255,255,.86));box-shadow:var(--shadow-md);margin-bottom:1rem}.hof-hero small{font-size:.69rem;font-weight:900;letter-spacing:.08em;color:#a16207}.hof-hero h2{font-family:var(--font-display);font-size:1.65rem;margin:.12rem 0}.hof-hero p{font-size:.8rem;color:var(--text-soft)}
.hof-winners{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.hof-card{position:relative;overflow:hidden;border:1.5px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-sm);min-height:310px}.hof-card:before{content:"";position:absolute;inset:0 0 auto;height:110px;background:linear-gradient(135deg,rgba(250,204,21,.16),rgba(244,114,182,.10));pointer-events:none}.hof-cover{position:relative;width:112px;height:112px;margin:1.1rem auto .75rem;border-radius:24px;object-fit:cover;background:var(--surface2);display:flex;align-items:center;justify-content:center;font-size:2rem;border:3px solid rgba(255,255,255,.88);box-shadow:var(--shadow-md)}.hof-card-body{text-align:center;padding:0 .8rem 1rem}.hof-award{display:inline-flex;padding:.22rem .48rem;border-radius:999px;background:rgba(250,204,21,.13);color:#a16207;font-size:.64rem;font-weight:900;letter-spacing:.04em}.hof-card h3{font-family:var(--font-display);font-size:1.05rem;margin:.42rem 0 .12rem}.hof-card p{font-size:.72rem;color:var(--text-muted)}.hof-points{display:inline-block;margin-top:.55rem;padding:.22rem .48rem;border:1px solid var(--border);border-radius:999px;font-size:.68rem;font-weight:850;color:var(--text-soft)}.hof-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--text-muted);text-align:center;padding:1rem;border:1.5px dashed var(--border);border-radius:22px;background:rgba(255,255,255,.45)}
.hof-editor{margin-top:1.1rem;padding:1.1rem;border:1.5px solid var(--border);border-radius:var(--radius-lg);background:rgba(255,255,255,.7)}.hof-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.hof-editor h2{font-family:var(--font-display);font-size:1.15rem}.hof-editor p{font-size:.77rem;color:var(--text-muted)}.hof-editor-note{font-size:.68rem;font-weight:850;color:var(--text-muted)}.hof-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hof-form-grid label span{display:block;font-size:.72rem;font-weight:850;color:var(--text-soft);margin-bottom:.25rem}.hof-form-grid select{width:100%;padding:.68rem .75rem;border:1.5px solid var(--border);border-radius:12px;background:var(--surface);outline:none;color:var(--text)}.hof-form-grid select:focus{border-color:var(--amarillo);box-shadow:0 0 0 3px rgba(250,204,21,.15)}.hof-editor-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.85rem;flex-wrap:wrap}.hof-toast{position:fixed;right:24px;bottom:24px;z-index:1200;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:var(--shadow-lg);opacity:0;transform:translateY(12px);transition:.2s ease;pointer-events:none;font-size:.8rem;font-weight:850}.hof-toast.visible{opacity:1;transform:none}.hof-toast.error{color:#be123c}.hof-toast.success{color:#15803d}
@media(max-width:1000px){.hof-winners{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.hof-head{display:block}.hof-actions{margin-top:.7rem}.hof-season-switch{flex-wrap:wrap}.hof-status{margin-left:0}.hof-winners,.hof-form-grid{grid-template-columns:1fr}.hof-editor-head{display:block}.hof-editor-note{display:block;margin-top:.35rem}}
