:root {
  --ink: #151515;
  --cream: #f7f3e8;
  --paper: #fffdf7;
  --lime: #ecff38;
  --coral: #ff5a45;
  --blue: #4866ff;
  --cyan: #2ddbd0;
  --purple: #7d48df;
  --yellow: #ffc928;
  --border: 2px solid var(--ink);
  --shadow: 5px 5px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Noto Sans KR", sans-serif; overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
a { color: inherit; text-decoration: none; }
.noise { position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; border-bottom: var(--border); background: rgba(247,243,232,.94); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 15; }
.brand { display: inline-flex; gap: 10px; align-items: center; font-family: "Black Han Sans", sans-serif; font-size: 20px; line-height: .82; letter-spacing: -.5px; }
.brand-mark { width: 38px; height: 38px; position: relative; display: inline-block; transform: rotate(-4deg); }
.brand-mark i { position: absolute; width: 21px; height: 21px; border: 2px solid var(--ink); border-radius: 50%; mix-blend-mode: multiply; }
.brand-mark i:nth-child(1) { background: var(--coral); left: 1px; top: 1px; }
.brand-mark i:nth-child(2) { background: var(--blue); right: 1px; top: 1px; }
.brand-mark i:nth-child(3) { background: var(--lime); left: 9px; bottom: 0; }
.desktop-nav { display: flex; gap: 36px; font-weight: 700; font-size: 14px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 3px; background: var(--coral); transition: .2s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 19px; }
.text-button { border: 0; background: transparent; font-weight: 700; }
.pill-button { border: var(--border); border-radius: 99px; padding: 11px 18px; font-size: 13px; font-weight: 800; box-shadow: 3px 3px 0 var(--coral); }
.pill-button.dark { color: #fff; background: var(--ink); }
.pill-button span { color: var(--lime); font-size: 18px; }

.hero { min-height: 710px; position: relative; display: grid; grid-template-columns: 1.02fr .98fr; padding: 70px 7vw 60px; overflow: hidden; background: var(--lime); border-bottom: var(--border); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(var(--ink) 1px, transparent 1px), linear-gradient(90deg, var(--ink) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 65%); }
.hero-orbit { position: absolute; border: 2px solid var(--ink); border-radius: 50%; opacity: .15; }
.orbit-one { width: 740px; height: 740px; left: -330px; top: -350px; }
.orbit-two { width: 410px; height: 410px; left: -180px; top: -140px; }
.hero-copy { position: relative; z-index: 2; align-self: center; }
.eyebrow { margin: 0 0 18px; font-size: 12px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow.coral { color: var(--coral); }
.live-dot { width: 9px; height: 9px; display: inline-block; background: var(--coral); border-radius: 50%; margin-right: 7px; box-shadow: 0 0 0 5px rgba(255,90,69,.2); animation: pulse 1.4s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 8px rgba(255,90,69,0); } }
.hero h1 { font-family: "Black Han Sans", sans-serif; font-size: clamp(58px, 6.5vw, 104px); font-weight: 400; line-height: .92; letter-spacing: -4px; margin: 0; }
.hero h1 em { color: var(--coral); font-style: normal; -webkit-text-stroke: 2px var(--ink); text-shadow: 5px 5px 0 var(--ink); }
.hero-description { margin: 30px 0; font-size: 17px; font-weight: 600; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.mega-button { border: var(--border); background: var(--coral); color: #fff; box-shadow: var(--shadow); font-size: 17px; font-weight: 900; padding: 17px 22px; transition: transform .16s, box-shadow .16s; }
.mega-button:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--ink); }
.mega-button span { margin-left: 22px; }
.mega-button.light { background: var(--lime); color: var(--ink); }
.watch-link { font-weight: 800; font-size: 14px; }
.play-icon { width: 33px; height: 33px; border: var(--border); border-radius: 50%; display: inline-grid; place-items: center; margin-right: 7px; font-size: 10px; }
.hero-stats { display: flex; gap: 46px; margin-top: 48px; padding-top: 23px; border-top: 2px solid rgba(21,21,21,.2); width: fit-content; }
.hero-stats div { display: flex; flex-direction: column; }
.hero-stats strong { font-size: 21px; font-weight: 900; }
.hero-stats span { font-size: 11px; font-weight: 700; margin-top: 3px; opacity: .65; }

.hero-stage { position: relative; z-index: 2; display: grid; place-items: center; }
.champion-card { width: min(430px, 80%); background: var(--paper); border: var(--border); box-shadow: 12px 12px 0 var(--ink); transform: rotate(2deg); position: relative; }
.photo { height: 280px; border-bottom: var(--border); position: relative; overflow: hidden; }
.dirty-room { background: linear-gradient(155deg,#c4a3ec 0 48%,#77529d 49% 100%); }
.room-window { position: absolute; width: 110px; height: 120px; background: #eaffff; border: 6px solid #3a2456; left: 38px; top: 28px; display: flex; justify-content: space-around; align-items: end; padding: 8px; }
.room-window::before { content:""; position:absolute; left:50%; top:0; bottom:0; border-left:4px solid #3a2456; }
.room-window span { width: 17px; background: #72d1c9; border: 3px solid #3a2456; }
.room-window span:nth-child(1){height:42px}.room-window span:nth-child(2){height:63px}.room-window span:nth-child(3){height:32px}
.room-bed { position: absolute; right: 25px; top: 105px; width: 205px; height: 110px; border: 6px solid #3a2456; background: #f5e380; transform: rotate(-3deg); }
.room-bed::after { content:""; position:absolute; inset:25px 0 0; background:#ff7a5d; border-top:5px solid #3a2456; }
.room-bed i { position:absolute; width:70px; height:34px; background:#eee3ff; border:4px solid #3a2456; top:5px; left:8px; z-index:1; }
.room-bed b { position:absolute; width:58px; height:58px; border-radius:50%; background:#65ddd3; border:5px solid #3a2456; right:18px; top:8px; z-index:2; }
.room-pile { position:absolute; bottom: -10px; background:#f95f4b; border:5px solid #3a2456; transform:rotate(7deg); }
.room-pile::after { content:""; position:absolute; width:45px; height:36px; background:#ebff37; border:4px solid #3a2456; left:20px; top:-25px; transform:rotate(-16deg); }
.pile-a{width:160px;height:75px;left:-15px}.pile-b{width:140px;height:90px;left:120px;background:#4c6fff}.pile-c{width:130px;height:62px;right:-15px;background:#ffb72a}
.room-lamp { position:absolute; right:18px; top:25px; width:50px; height:50px; background:var(--lime); border:5px solid #3a2456; border-radius:50% 50% 8px 8px; }
.room-lamp::after { content:""; position:absolute; width:6px; height:80px; background:#3a2456; left:20px; top:45px; }
.champion-ribbon { position: absolute; display: flex; justify-content: space-between; align-items: center; background: var(--blue); color: #fff; border: var(--border); left: -25px; right: -18px; top: 252px; padding: 9px 15px; transform: rotate(-2deg); font-size: 12px; font-weight: 900; letter-spacing: 1.5px; }
.champion-ribbon b { background: var(--lime); color: var(--ink); padding: 3px 8px; border: 1px solid var(--ink); font-size: 17px; }
.champion-info { display: flex; padding: 36px 20px 15px; justify-content: space-between; align-items: center; }
.champion-info .category { font-size: 11px; color: #777; font-weight: 700; }
.champion-info h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -1px; }
.score-badge { width: 68px; height: 68px; background: var(--lime); border: var(--border); border-radius: 50%; display: grid; align-content: center; text-align: center; transform: rotate(6deg); }
.score-badge strong { font-size: 22px; line-height: 1; }
.score-badge span { font-size: 8px; font-weight: 900; }
.champion-user { margin: 0 18px 17px; border-top: 1px solid #d8d5cc; padding-top: 13px; display: flex; align-items: center; gap: 9px; }
.avatar { width: 33px; height: 33px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; color:#fff; font-weight:900; }
.avatar-purple { background: var(--purple); }
.champion-user div { display:flex; flex-direction:column; margin-right:auto; }
.champion-user div b { font-size:12px; }.champion-user div span {font-size:9px;color:#888}
.heart-button { border: 1px solid #cac7be; background: transparent; border-radius: 99px; padding: 6px 10px; font-size: 11px; }
.heart-button span { color: var(--coral); }
.sticker { position:absolute; z-index:3; font-family:"Black Han Sans"; }
.sticker-wow { top: 50px; right: 1%; color:var(--coral); font-size:33px; transform:rotate(14deg); -webkit-text-stroke:1px var(--ink); text-shadow:2px 2px 0 var(--ink); }
.sticker-star { left:1%; top:80px; color:var(--blue); font-size:65px; transform:rotate(-12deg); -webkit-text-stroke:2px var(--ink); }
.sticker-arrow { right:2%; bottom:90px; color:var(--purple); font-size:70px; transform:rotate(9deg); -webkit-text-stroke:2px var(--ink); }
.floating-comment { position:absolute; z-index:4; background:var(--paper); border:var(--border); box-shadow:3px 3px 0 var(--ink); border-radius:99px; padding:9px 14px 9px 9px; font-size:11px; transform:rotate(-3deg); animation:floaty 3s ease-in-out infinite; }
.floating-comment span { font-size:19px; margin-right:5px; }
.comment-one { left:0; bottom:112px; }.comment-two { right:-3%; top:170px; transform:rotate(3deg); animation-delay:-1.1s; }
@keyframes floaty { 50% { translate: 0 -8px; } }

.record-ticker { height: 56px; background: var(--ink); color: #fff; display:flex; border-bottom: var(--border); overflow:hidden; }
.ticker-label { flex:0 0 auto; padding:0 26px 0 4vw; display:flex; align-items:center; background:var(--coral); font-size:11px; letter-spacing:1px; font-weight:900; clip-path:polygon(0 0,93% 0,100% 50%,93% 100%,0 100%); }
.ticker-label span { width:8px; height:8px; background:#fff; border-radius:50%; margin-right:8px; animation:pulse 1s infinite; }
.ticker-window { overflow:hidden; display:flex; align-items:center; }
.ticker-track { display:flex; width:max-content; gap:30px; align-items:center; white-space:nowrap; font-size:12px; animation:ticker 25s linear infinite; }
.ticker-track b { color:var(--lime); margin-right:8px; }
@keyframes ticker { to { transform:translateX(-50%); } }

.records-section { padding: 105px 7vw 95px; max-width: 1500px; margin:auto; }
.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:45px; }
.section-heading h2, .how-intro h2, .hall-copy h2, .cta-section h2 { font-family:"Black Han Sans"; font-weight:400; font-size:clamp(43px,5vw,72px); line-height:1.02; margin:0; letter-spacing:-2px; }
.section-heading > p { font-size:14px; line-height:1.7; color:#68655f; font-weight:600; }
.filter-row { display:flex; gap:8px; border-bottom:var(--border); padding-bottom:14px; margin-bottom:30px; overflow:auto; }
.filter { flex:0 0 auto; background:transparent; border:1.5px solid var(--ink); border-radius:99px; padding:10px 16px; font-size:12px; font-weight:800; }
.filter span { opacity:.45; margin-left:5px; }
.filter.active { background:var(--ink); color:#fff; }
.record-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.record-card { border:var(--border); background:var(--paper); box-shadow:4px 4px 0 rgba(21,21,21,.08); transition:.2s; overflow:hidden; }
.record-card:hover { transform:translateY(-5px); box-shadow:7px 8px 0 var(--ink); }
.record-card.hidden { display:none; }
.record-visual { width:100%; height:205px; padding:0; border:0; border-bottom:var(--border); position:relative; overflow:hidden; display:grid; place-items:center; }
.rank-chip, .country-chip { position:absolute; top:12px; z-index:2; font-size:10px; font-weight:900; border:1.5px solid var(--ink); }
.rank-chip { left:12px; padding:5px 7px; font-size:14px; }.rank-chip.world{background:var(--lime)}.rank-chip.korea{background:var(--blue);color:#fff}
.country-chip { right:12px; padding:5px 8px; background:var(--paper); }
.room-visual{background:#9168c8}.car-visual{background:#b9ebdf}.coin-visual{background:#ffbd32}.receipt-visual{background:#ff7c68}.phone-visual{background:#6e84f5}
.mini-room { position:absolute; inset:60px 35px 10px; border:5px solid var(--ink); border-bottom:0; background:#d8c2f3; }
.mini-room i { position:absolute; border:4px solid var(--ink); background:var(--coral); width:60px; height:42px; bottom:-3px; transform:rotate(8deg); }
.mini-room i:nth-child(1){left:-15px}.mini-room i:nth-child(2){left:35px;background:var(--lime);bottom:22px}.mini-room i:nth-child(3){left:93px;background:var(--blue);width:90px}.mini-room i:nth-child(4){right:5px;background:var(--yellow);bottom:35px}.mini-room i:nth-child(5){right:-20px;background:#fff;}
.vintage-car { width:230px; height:75px; position:relative; background:#e84e3f; border:5px solid var(--ink); border-radius:65px 60px 15px 15px; margin-top:45px; }
.vintage-car::before { content:""; position:absolute; width:100px; height:65px; border:5px solid var(--ink); border-bottom:0; background:#eefaff; border-radius:50px 50px 0 0; left:55px; top:-66px; }
.vintage-car i {position:absolute; width:5px;height:63px;background:var(--ink);left:106px;top:-64px}
.vintage-car b {position:absolute; width:43px;height:43px;background:var(--ink);border-radius:50%;bottom:-25px}.vintage-car b::after{content:"";position:absolute;inset:11px;background:#eee;border-radius:50%}.vintage-car b:nth-of-type(1){left:28px}.vintage-car b:nth-of-type(2){right:28px}
.ancient-coin { width:125px;height:125px;background:#c17928;border:7px double var(--ink);border-radius:50%;display:grid;place-items:center;box-shadow:8px 8px 0 rgba(21,21,21,.2);transform:rotate(-10deg); }
.ancient-coin span {font-family:serif;font-size:60px;font-weight:bold;opacity:.55}.spark{position:absolute;font-style:normal;font-size:25px}.s1{left:55px;top:90px}.s2{right:55px;top:50px}
.long-receipt { position:absolute; top:35px; width:105px; height:235px; background:#fffbe7; border:3px solid var(--ink); text-align:center; padding:12px 10px; transform:rotate(5deg); box-shadow:6px 6px 0 rgba(21,21,21,.25); }
.long-receipt span{font-size:8px;font-weight:900}.long-receipt i{display:block;border-top:2px dotted #777;margin:9px}.long-receipt b{font-size:19px}
.old-phone { width:115px;height:180px;background:#26282d;border:5px solid var(--ink);border-radius:22px;padding:17px 15px;box-shadow:8px 8px 0 rgba(21,21,21,.25);transform:rotate(-5deg);text-align:center;color:#c9ff57; }
.old-phone i{display:block;height:20px;width:30px;background:#111;border-radius:99px;margin:0 auto 8px}.old-phone span{display:block;background:#6c8171;border:3px inset #aaa;padding:8px 1px;font:10px monospace}.phone-keys{font-size:22px;letter-spacing:7px;line-height:.65;color:#ccc;margin-left:6px}
.record-body { padding:18px; }
.record-body > p { margin:0;color:#8a867e;font-size:10px;font-weight:700; }
.record-body h3 { margin:5px 0 14px;font-size:19px;letter-spacing:-.7px; }
.card-title { display:block; width:100%; padding:0; border:0; background:transparent; text-align:left; }
.korea-record-line{display:flex;align-items:center;gap:8px;background:#eef0ff;border:1px solid #c9ceff;padding:7px 8px;margin:-5px 0 12px;font-size:9px;font-weight:700}.korea-record-line b{background:var(--blue);color:#fff;border:1px solid var(--ink);padding:2px 5px}.korea-record-line.empty{background:#f2f0e8;color:#858179;border-color:#ddd9ce}.korea-record-line.empty b{background:#aaa}
.metric { display:flex;align-items:center;gap:9px;margin-bottom:15px; }.metric strong{font-size:32px;font-weight:900;line-height:1}.metric span{font-size:9px;color:#888;line-height:1.4}
.record-meta { display:flex;justify-content:space-between;padding:11px 0;border-top:1px solid #ddd9ce;font-size:10px;font-weight:700;color:#65625c; }
.card-actions {display:flex;gap:7px}.challenge-small{flex:1;background:var(--ink);color:#fff;border:0;padding:11px;font-size:11px;font-weight:800}.challenge-small span{float:right;color:var(--lime);font-size:15px}.card-like{background:transparent;border:1px solid #ccc;padding:0 11px;font-size:11px}.card-like.liked{background:#ffe3df;color:var(--coral);border-color:var(--coral)}
.open-card { min-height:460px;background:var(--blue);color:#fff;position:relative;padding:40px 30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center; }
.open-icon { width:64px;height:64px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:37px;margin-bottom:30px; }
.open-card p{font-size:11px;font-weight:700;opacity:.7}.open-card h3{font-family:"Black Han Sans";font-weight:400;font-size:32px;line-height:1.15;margin:5px 0 30px}.open-card button{background:var(--lime);border:var(--border);box-shadow:4px 4px 0 var(--ink);padding:12px 15px;font-size:12px;font-weight:900}.open-card button span{margin-left:30px}.doodle{position:absolute;right:20px;top:28px;color:var(--lime);font-family:"Black Han Sans";font-size:23px;transform:rotate(10deg);text-align:center;line-height:1}
.load-more { display:block;margin:40px auto 0;border:0;border-bottom:2px solid var(--ink);background:transparent;font-weight:900;padding:8px 2px; }.load-more span{margin-left:15px}

.how-section { background:var(--cyan);border-top:var(--border);border-bottom:var(--border);padding:95px 7vw;display:grid;grid-template-columns:.7fr 1.3fr;gap:80px; }
.how-intro > p:last-child {font-size:13px;font-weight:600;line-height:1.7;margin-top:23px;max-width:340px}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.steps li{border:var(--border);background:var(--paper);box-shadow:5px 5px 0 var(--ink);padding:18px;position:relative;min-height:245px}.steps li:nth-child(2){transform:translateY(22px)}.steps li > span{font-size:11px;font-weight:900}.step-icon{font-size:46px;margin:34px 0 18px}.steps h3{font-size:18px;margin:0 0 7px}.steps p{font-size:11px;line-height:1.5;color:#777;margin:0}
.hall-section { background:#22202d;color:#fff;padding:100px 7vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center;overflow:hidden}.hall-copy>p:last-child{color:#aaa;font-size:13px;line-height:1.7;max-width:340px}.podium{height:400px;display:flex;align-items:end;justify-content:center;gap:8px;position:relative}.podium::before{content:"";position:absolute;width:460px;height:460px;border:1px solid #555;border-radius:50%;top:-80px}.podium-person{position:relative;z-index:2;width:150px;text-align:center;display:flex;flex-direction:column;align-items:center;background:var(--purple);border:2px solid #fff;padding-top:20px}.podium-person.first{height:250px;background:var(--coral)}.podium-person.second{height:195px}.podium-person.third{height:160px;background:#d97a31}.podium-avatar{width:90px;height:90px;background:var(--lime);border:3px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:45px;position:absolute;top:-105px}.podium-person b{font-family:"Black Han Sans";font-size:38px}.podium-person strong{font-size:12px}.podium-person span:not(.crown){font-size:9px;margin-top:3px;opacity:.7}.crown{position:absolute;top:-140px;font-size:35px;color:var(--yellow);transform:rotate(-8deg)}
.cta-section { padding:100px 20px;text-align:center;background:var(--coral);border-bottom:var(--border);position:relative;overflow:hidden}.cta-section>p{font-weight:800;font-size:13px}.cta-section h2{font-size:clamp(44px,6vw,84px);margin-bottom:35px}.cta-spark,.cta-star{position:absolute;font-size:80px;color:var(--lime);-webkit-text-stroke:2px var(--ink)}.cta-spark{left:10%;top:80px}.cta-star{right:10%;bottom:60px;transform:rotate(15deg)}
footer{padding:45px 5vw;background:var(--cream);display:flex;align-items:center;justify-content:space-between}.footer-brand{font-size:18px}footer p{font-size:10px;color:#777;line-height:1.6}footer>div{display:flex;gap:20px;font-size:10px;font-weight:700}

.modal-backdrop { position:fixed;inset:0;background:rgba(10,10,10,.72);backdrop-filter:blur(6px);z-index:50;display:none;place-items:center;padding:20px; }
.modal-backdrop.open{display:grid}.modal{width:min(590px,100%);max-height:92vh;overflow:auto;background:var(--paper);border:var(--border);box-shadow:9px 9px 0 var(--lime);padding:38px;position:relative;animation:pop .2s ease-out}.challenge-modal{box-shadow:9px 9px 0 var(--coral)}
@keyframes pop{from{transform:translateY(15px) scale(.98);opacity:0}}
.modal-close{position:absolute;right:16px;top:14px;border:0;background:transparent;font-size:32px;line-height:1}.modal h2{font-family:"Black Han Sans";font-size:39px;font-weight:400;margin:0}.modal-sub{font-size:12px;color:#777;margin:5px 0 25px}.modal form{display:flex;flex-direction:column;gap:16px}.modal label{font-size:11px;font-weight:800;display:flex;flex-direction:column;gap:7px}.modal input,.modal textarea,.modal select{width:100%;border:1.5px solid var(--ink);background:#fff;padding:12px;border-radius:0;outline:none}.modal input:focus,.modal textarea:focus,.modal select:focus{box-shadow:3px 3px 0 var(--lime)}.modal textarea{height:80px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.submit-button{border:var(--border);background:var(--ink);color:#fff;padding:14px;font-weight:900;margin-top:5px}.submit-button span{float:right;color:var(--lime)}.upload-box{border:2px dashed #aaa;padding:22px!important;text-align:center;align-items:center;background:#faf8f1;cursor:pointer}.upload-box input{display:none}.upload-icon{width:36px;height:36px;display:grid;place-items:center;border:1.5px solid var(--ink);border-radius:50%;font-size:23px}.upload-box small{font-weight:500;color:#999}.upload-box.has-file{border-color:var(--blue);background:#f0f2ff}.safety-check{flex-direction:row!important;align-items:center}.safety-check input{width:auto}.toast{position:fixed;z-index:80;left:50%;bottom:30px;transform:translate(-50%,130px);background:var(--ink);color:#fff;border:2px solid #fff;box-shadow:4px 4px 0 var(--lime);padding:13px 20px;display:flex;align-items:center;gap:10px;font-size:12px;transition:.3s}.toast.show{transform:translate(-50%,0)}.toast span{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--lime);color:var(--ink)}

.toast.error { box-shadow:4px 4px 0 var(--coral); }.toast.error span{background:var(--coral);color:#fff}
.admin-link{font-size:12px;font-weight:900;color:var(--coral)}.text-button.logged-in{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.record-media{width:100%;height:100%;object-fit:cover}.generic-visual{background:linear-gradient(135deg,var(--cyan),var(--blue))}.generic-trophy{width:120px;height:120px;border:5px solid var(--ink);border-radius:50%;background:var(--lime);display:grid;place-items:center;font-size:54px;box-shadow:7px 7px 0 rgba(21,21,21,.3);transform:rotate(-6deg)}.generic-trophy span{font:11px/1 "Black Han Sans";position:absolute;transform:translateY(38px)}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:var(--border);margin:0 0 22px}.auth-tabs button{border:0;background:transparent;padding:12px;font-weight:900;color:#888}.auth-tabs button.active{background:var(--lime);color:var(--ink);border:var(--border);border-bottom:0;margin-bottom:-2px}.auth-form[hidden]{display:none}.form-error{min-height:16px;color:#d93025!important;font-size:11px!important;font-weight:700;margin:0}.safety-check a{text-decoration:underline}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.profile-summary{display:flex;flex-direction:column;background:var(--lime);border:var(--border);padding:16px;margin:18px 0}.profile-summary strong{font-size:17px}.profile-summary span{font-size:11px;color:#666}.profile-modal form h3{margin:0;font-size:15px}.logout-button{width:100%;margin-top:16px;border:1px solid #bbb;background:transparent;padding:11px;color:#777;font-weight:800}
.detail-modal{width:min(680px,100%)}.detail-record{background:var(--blue);color:#fff;border:var(--border);padding:24px;box-shadow:5px 5px 0 var(--lime);margin:20px 0 28px}.detail-rank{display:inline-block;background:var(--lime);color:var(--ink);border:1px solid var(--ink);padding:4px 8px;font-size:10px;font-weight:900;letter-spacing:1px}.detail-record>strong{display:block;font-family:"Black Han Sans";font-size:44px;font-weight:400;margin:14px 0 5px}.detail-record>p{font-size:12px;line-height:1.7;opacity:.84}.detail-record>div{display:flex;gap:18px;border-top:1px solid rgba(255,255,255,.3);padding-top:13px;font-size:10px;font-weight:800}.share-button{margin-top:17px;border:1px solid #fff;background:transparent;color:#fff;padding:8px 12px;font-size:10px;font-weight:800}.comments-heading{display:flex;align-items:center;gap:8px}.comments-heading h3{margin:0;font-size:18px}.comments-heading span{background:var(--coral);color:#fff;border-radius:99px;padding:2px 7px;font-size:10px}.comments-section form{display:grid;grid-template-columns:1fr auto;gap:8px;margin:13px 0 18px}.comments-section textarea{height:70px!important}.comments-section .submit-button{margin:0}.comment-list{display:flex;flex-direction:column;gap:8px;max-height:260px;overflow:auto}.comment-item{border-top:1px solid #ddd;padding:12px 2px}.comment-item>div{display:flex;justify-content:space-between}.comment-item b{font-size:11px}.comment-item time{font-size:9px;color:#999}.comment-item p{font-size:12px;line-height:1.5;margin:6px 0 0}.empty-text,.loading-text{text-align:center;color:#888;font-size:11px;padding:25px}.noscript{position:fixed;z-index:100;left:0;right:0;bottom:0;background:var(--coral);color:#fff;padding:12px;text-align:center;font-weight:800;margin:0}

@media(max-width:1050px){.desktop-nav{display:none}.hero{grid-template-columns:1fr;padding-top:60px}.hero-stage{min-height:600px}.hero-copy{text-align:center}.hero-actions,.hero-stats{justify-content:center;margin-left:auto;margin-right:auto}.hero h1{font-size:78px}.record-grid{grid-template-columns:repeat(2,1fr)}.how-section,.hall-section{grid-template-columns:1fr}.how-intro{text-align:center}.how-intro>p:last-child{margin-left:auto;margin-right:auto}.hall-copy{text-align:center}.hall-copy>p:last-child{margin-left:auto;margin-right:auto}}
@media(max-width:650px){.site-header{height:70px;padding:0 12px}.brand{font-size:16px}.brand-mark{width:32px;height:32px}.brand-mark i{width:18px;height:18px}.header-actions{gap:8px}.text-button{display:block;font-size:10px;max-width:84px}.pill-button{padding:8px 10px;font-size:11px}.hero{padding:48px 18px 36px;min-height:auto}.hero h1{font-size:52px;letter-spacing:-2px}.hero-description{font-size:14px}.hero-description br{display:none}.hero-actions{flex-direction:column;gap:18px}.hero-stats{gap:20px;width:100%;justify-content:space-between}.hero-stats strong{font-size:17px}.hero-stage{min-height:510px}.champion-card{width:88%;}.photo{height:230px}.champion-ribbon{top:205px}.comment-one{left:-5px;bottom:75px}.comment-two{right:-20px;top:100px}.sticker-wow{top:25px}.record-ticker{height:48px}.ticker-label{display:none}.records-section{padding:72px 18px}.section-heading{display:block}.section-heading>p{margin-top:18px}.section-heading h2,.how-intro h2,.hall-copy h2{font-size:45px}.record-grid{grid-template-columns:1fr}.filter-row{margin-right:-18px}.record-visual{height:230px}.how-section{padding:70px 18px;gap:55px}.steps{grid-template-columns:1fr}.steps li{min-height:190px}.steps li:nth-child(2){transform:none}.step-icon{margin:20px 0 12px}.hall-section{padding:75px 16px}.podium{height:350px;gap:3px}.podium-person{width:32%;}.podium-person.first{height:220px}.podium-person.second{height:175px}.podium-person.third{height:145px}.podium-avatar{width:65px;height:65px;font-size:33px;top:-78px}.crown{top:-108px}.cta-spark,.cta-star{font-size:40px}.cta-section{padding:80px 18px}.cta-section h2{font-size:43px}footer{flex-direction:column;text-align:center;gap:25px}.modal{padding:30px 20px}.form-row{grid-template-columns:1fr}.comments-section form{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
