.hero{max-width:1240px;margin:0 auto;padding:48px 32px 24px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:600;padding:6px 14px;border-radius:999px;margin-bottom:16px;font-family:JetBrains Mono,monospace}.pulse-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.hero h1{font-family:Fraunces,serif;font-weight:600;font-size:48px;letter-spacing:-.025em;line-height:1.05;margin-bottom:10px}.hero h1 em{font-style:italic;color:var(--accent);font-weight:400}.hero p{font-size:16px;color:var(--muted);max-width:70ch;line-height:1.7}.stats-bar{max-width:1240px;margin:0 auto;padding:0 32px 32px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:2px}.stat-num{font-family:Fraunces,serif;font-size:32px;font-weight:700;color:var(--ink);line-height:1}.stat-label{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.stat-divider{width:1px;height:36px;background:var(--line)}.top3-section{max-width:1240px;margin:0 auto;padding:0 32px 40px}.top3-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.top3-card{position:relative;display:block;animation:rise .6s cubic-bezier(.2,.7,.2,1) both}.top3-rank{position:absolute;top:-8px;left:-8px;z-index:2;background:var(--ink);color:#fff;font-family:Fraunces,serif;font-size:18px;font-weight:700;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;box-shadow:0 4px 12px #0003}.top3-card:nth-child(1) .top3-rank{background:var(--gold)}.top3-card:nth-child(2) .top3-rank{background:#8a8a8a}.top3-card:nth-child(3) .top3-rank{background:#b87333}.top3-poster{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:2/3;background:var(--bg-2);box-shadow:var(--shadow-lg);margin-bottom:12px;transition:transform .3s cubic-bezier(.2,.7,.2,1)}.top3-card:hover .top3-poster{transform:translateY(-6px)}.top3-poster img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.top3-card:hover .top3-poster img{transform:scale(1.06)}.top3-poster:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.5))}.top3-score{position:absolute;top:10px;right:10px;background:#1a1815d9;backdrop-filter:blur(6px);color:#ffd166;font-size:13px;font-weight:600;padding:4px 10px;border-radius:8px;font-family:JetBrains Mono,monospace;display:flex;align-items:center;gap:4px;z-index:1}.top3-score svg{width:12px;height:12px}.top3-title{font-weight:600;font-size:16px;line-height:1.3;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.top3-meta{font-size:13px;color:var(--muted)}.cat-stats{display:flex;gap:16px;font-size:13px;color:var(--muted);font-family:JetBrains Mono,monospace}.rules-section{max-width:1240px;margin:0 auto;padding:40px 32px 80px}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:20px}.rule-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;transition:all .2s}.rule-card:hover{border-color:var(--ink);transform:translateY(-3px);box-shadow:var(--shadow)}.rule-icon{width:48px;height:48px;border-radius:12px;background:var(--accent-soft);display:grid;place-items:center;margin-bottom:16px}.rule-icon svg{width:22px;height:22px;color:var(--accent)}.rule-card h3{font-family:Fraunces,serif;font-size:18px;font-weight:600;margin-bottom:8px}.rule-card p{font-size:14px;color:var(--muted);line-height:1.7}@media(max-width:980px){.top3-grid{grid-template-columns:repeat(3,1fr);gap:16px}.hero h1{font-size:38px}}@media(max-width:680px){.hero,.stats-bar,.top3-section,.rules-section{padding-left:20px;padding-right:20px}.hero{padding-top:32px}.hero h1{font-size:30px}.stats-bar{gap:16px}.stat-num{font-size:24px}.stat-divider{height:28px}.top3-grid{grid-template-columns:1fr;gap:24px}.top3-card{display:flex;gap:16px;align-items:flex-start}.top3-poster{width:100px;flex-shrink:0;margin-bottom:0}.top3-rank{position:static;margin-bottom:8px}.top3-info{padding-top:8px}.top3-title{font-size:15px;white-space:normal}.rules-grid{grid-template-columns:1fr}.cat-stats{flex-wrap:wrap;gap:8px}}
