:root{--white:#fff;--warm:#f4efee;--line:#e7dcda;--ink:#1a1517;--ink-soft:#6b5f5c;--ink-mute:#9a8f8b;--red:#e8232e;--crimson:#8b1a1a;--orange:#ff8453;--surface:#f4efee;--flame:linear-gradient(120deg,#8b1a1a,#e8232e 50%,#ff8453);--maxw:1080px;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{background:var(--warm);color:var(--ink);letter-spacing:-.012em;-webkit-font-smoothing:antialiased;font-family:Pretendard Variable,Pretendard,-apple-system,system-ui,sans-serif;line-height:1.6}h1,h2,h3,h4,p{word-break:keep-all}a{color:inherit;text-decoration:none}img{width:auto;display:block}:focus-visible{outline:2px solid var(--red);outline-offset:3px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}header{background:var(--white);border-bottom:1px solid var(--line);z-index:10;position:sticky;top:0}nav{justify-content:space-between;align-items:center;max-width:1180px;height:64px;margin:0 auto;padding:0 28px;display:flex}.brand{align-items:center;gap:9px;display:flex}.brand-emblem{height:38px}.brand-word{height:17px;margin-bottom:2px}.nav-back{color:var(--ink-soft);font-size:13px;font-weight:600}.nav-back:hover{color:var(--red)}.hero{background:var(--white);border-bottom:1px solid var(--line);padding:60px 0 46px;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hero-scrim{z-index:1;pointer-events:none;background:linear-gradient(90deg,#fffffff2 0%,#ffffffdb 46%,#ffffff8c 74%,#ffffff47 100%);position:absolute;inset:0}.hero>.wrap{z-index:2;position:relative}@media (prefers-reduced-motion:reduce){.hero-bg{display:none}}.kicker{letter-spacing:.2em;text-transform:uppercase;color:var(--red);align-items:center;gap:10px;font-size:11px;font-weight:700;display:inline-flex}.kicker:before{content:"";background:var(--flame);width:26px;height:2px}.hero h1{font-size:clamp(30px,1rem3vw,46px);letter-spacing:-.035em;margin-top:18px;font-weight:800}.hero p{color:#2c2528;font-size:clamp(15px,14px.3vw,17px);max-width:60ch;margin-top:14px}main{padding:48px 0 80px}.grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.card{background:var(--white);border:1px solid var(--line);min-height:230px;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s;border-radius:14px;flex-direction:column;padding:28px;display:flex}.card .meta{justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.card .cat{letter-spacing:.08em;text-transform:uppercase;color:var(--red);font-size:11px;font-weight:800}.card .badge{border-radius:999px;padding:4px 11px;font-size:11px;font-weight:700}.badge-coming{color:var(--ink-mute);background:var(--surface)}.badge-live{color:#fff;background:var(--flame)}.badge-soon{color:#fff;background:var(--flame);background-size:180% 100%;animation:2.6s ease-in-out infinite bsoon}@keyframes bsoon{0%,to{background-position:0;box-shadow:0 0 #e8232e66}50%{background-position:100%;box-shadow:0 0 0 5px #e8232e00}}@media (prefers-reduced-motion:reduce){.badge-soon{background-position:0;animation:none}}.card h3{color:var(--ink);letter-spacing:-.01em;font-size:1.18rem;font-weight:800;line-height:1.35}.card p{color:var(--ink-soft);flex:1;margin-top:10px;font-size:14px;line-height:1.65}.card .foot{color:var(--ink-mute);margin-top:18px;font-size:13px}.card.live{cursor:pointer;border-color:#e8232e66;box-shadow:0 18px 44px -26px #e8232e80}.card.live:hover{transform:translateY(-4px);box-shadow:0 26px 56px -26px #e8232e99}.card.live .go{color:var(--red);gap:8px;margin-top:18px;font-size:14px;font-weight:800;transition:gap .3s;display:inline-flex}.card.live:hover .go{gap:14px}.coming{opacity:.92}footer{background:var(--ink);color:#b9b0b3;padding:32px 0;font-size:13px;line-height:1.8}footer .wrap{flex-wrap:wrap;justify-content:space-between;gap:20px;display:flex}footer b{color:#fff}footer a{color:#fff;font-weight:600}@media (width<=880px){.grid{grid-template-columns:1fr}}.lang-toggle{color:var(--ink);white-space:nowrap;border:1.5px solid #d9cdca;border-radius:30px;justify-content:center;align-items:center;padding:6px 14px;font-size:13px;font-weight:600;line-height:1;transition:border-color .2s,color .2s;display:inline-flex}.lang-toggle:hover{border-color:var(--red);color:var(--red)}.cc-bar{z-index:9999;color:#ede6e4;background:#1a1517;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px -12px #0000008c}.cc-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1080px;margin:0 auto;padding:14px 24px;display:flex}.cc-msg{font-size:13.5px;line-height:1.55}.cc-link{color:#ff8453;white-space:nowrap;font-weight:600;text-decoration:underline}.cc-btns{flex-shrink:0;gap:8px;display:flex}.cc-btns button{cursor:pointer;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:700;transition:opacity .2s,border-color .2s}.cc-deny{color:#ede6e4;background:0 0;border:1.5px solid #ffffff4d}.cc-deny:hover{border-color:#fff}.cc-accept{color:#fff;background:#e8232e;border:1.5px solid #e8232e}.cc-accept:hover{opacity:.9}@media (width<=640px){.cc-inner{padding:12px 16px}.cc-btns{width:100%}.cc-btns button{flex:1}}
