@font-face { font-family: "Dior Display"; src: local("Arial Black"), local("Helvetica Neue"); font-weight: 900; }

:root {
  --ink: #20211d; --paper: #fff7dd; --surface: #fffdf3; --acid: #e8ff54;
  --coral: #ff6f61; --pink: #ff99ce; --violet: #7257ff; --sky: #83ddff;
  --mint: #72e6b1; --line: #20211d; --muted: #65665c;
  --shadow: 6px 7px 0 var(--ink); --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .22; background-image: radial-gradient(var(--ink) .65px, transparent .65px); background-size: 14px 14px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
body::after { content: ""; position: fixed; z-index: -3; inset: 0; background: radial-gradient(circle at 8% 12%, rgb(255 153 206 / 35%), transparent 22%), radial-gradient(circle at 91% 25%, rgb(131 221 255 / 38%), transparent 20%), radial-gradient(circle at 52% 88%, rgb(232 255 84 / 35%), transparent 23%); }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 4px solid var(--violet); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.ambient { position: fixed; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.ambient-flower { position: absolute; top: 24%; left: -55px; display: grid; place-items: center; width: 120px; height: 120px; border: 3px solid; border-radius: 38% 62% 45% 55%; background: var(--pink); font-size: 42px; opacity: .6; animation: blob-spin 20s linear infinite; }
.ambient-orbit { position: absolute; top: 58%; right: -80px; width: 160px; height: 160px; border: 22px solid var(--sky); border-radius: 50%; box-shadow: 0 0 0 3px var(--ink); opacity: .55; animation: float 6s ease-in-out infinite; }
.ambient-squiggle { position: absolute; top: 82%; left: 2%; color: var(--violet); font: 900 42px Arial; letter-spacing: -12px; opacity: .5; transform: rotate(-70deg); }
.topbar { height: 82px; position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 22px; padding: 0 max(24px, calc((100vw - 1280px) / 2)); background: rgb(255 247 221 / 94%); border-bottom: 3px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Dior Display", Arial Black, sans-serif; font-weight: 900; letter-spacing: -.055em; text-decoration: none; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 3px solid; border-radius: 50% 50% 50% 12px; background: var(--acid); font-size: 22px; transform: rotate(-8deg); box-shadow: 3px 3px 0 var(--ink); transition: transform .25s; }
.brand:hover .brand-mark { transform: rotate(8deg) scale(1.05); }
.main-nav { display: flex; align-items: center; gap: 4px; margin: 0 auto; padding: 4px; border: 2px solid; border-radius: 99px; background: var(--surface); box-shadow: 3px 3px 0 var(--ink); }
.main-nav a { padding: 8px 10px; border-radius: 99px; font-size: 12px; font-weight: 800; text-decoration: none; transition: background .15s; }
.main-nav a:hover { background: var(--pink); }
.main-nav a.active { background: var(--ink); color: var(--paper); }
.account { display: flex; align-items: center; gap: 9px; }
.coin { display: inline-flex; align-items: center; gap: 6px; padding: 8px 12px; border: 2px solid; border-radius: 99px; background: var(--acid); box-shadow: 3px 3px 0 var(--ink); font-size: 13px; font-weight: 800; line-height: 1; }
.coin::before { content: "D"; display: grid; place-items: center; width: 19px; height: 19px; border: 2px solid; border-radius: 50%; font-size: 10px; }
.menu-toggle { display: none; padding: 9px 11px; border: 2px solid; border-radius: 99px; background: var(--acid); box-shadow: 3px 3px 0; font-size: 11px; font-weight: 900; }
.marquee { position: relative; z-index: 5; overflow: hidden; border-bottom: 3px solid; background: var(--violet); color: white; }
.marquee-track { display: flex; width: max-content; padding: 9px 0; font-size: 12px; font-weight: 900; letter-spacing: .09em; animation: marquee 28s linear infinite; }
.marquee-track span { white-space: nowrap; }

main { width: min(1280px, calc(100% - 48px)); min-height: 70vh; margin: 0 auto; padding: 54px 0 100px; }
.loading { padding: 120px 0; text-align: center; font-weight: 900; }
.eyebrow { display: inline-flex; align-items: center; gap: 7px; margin: 0 0 13px; padding: 7px 10px; border: 2px solid; border-radius: 99px; background: var(--acid); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 2px 2px 0 var(--ink); }
.eyebrow::before { content: "✦"; color: var(--violet); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Dior Display", Arial Black, sans-serif; font-weight: 900; text-wrap: balance; }
h1 { max-width: 1000px; margin-bottom: 24px; font-size: clamp(52px, 8.5vw, 118px); line-height: .84; letter-spacing: -.078em; overflow-wrap: break-word; }
h2 { font-size: clamp(36px, 5vw, 64px); line-height: .9; letter-spacing: -.06em; }
h3 { line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
.lede { max-width: 660px; color: #4f5047; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero { position: relative; min-height: 590px; display: grid; grid-template-columns: minmax(0, 1fr) 160px; align-items: center; gap: 30px; padding: 55px 0 75px; }
.hero-copy { min-width: 0; }
.hero h1 { position: relative; z-index: 1; max-width: 1000px; }
.hero h1 em { display: inline-block; position: relative; color: var(--violet); font-style: normal; text-shadow: 4px 4px 0 var(--pink); }
.hero h1 em::after { content: ""; position: absolute; right: -7px; bottom: -6px; left: -7px; height: 9px; border-radius: 99px; background: var(--acid); z-index: -1; }
.hero-stamp { display: grid; place-items: center; width: 145px; height: 145px; border: 3px solid; border-radius: 43% 57% 50% 50%; background: var(--coral); font-size: 12px; font-weight: 900; line-height: 1.35; text-align: center; box-shadow: var(--shadow); animation: float 5s ease-in-out infinite; }
.hero-actions, .row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.hero-actions { margin-top: 31px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 7px; min-height: 47px; max-width: 100%; padding: 11px 18px; border: 2px solid var(--ink); border-radius: 99px; background: var(--ink); color: white; box-shadow: 4px 5px 0 var(--ink); font-weight: 800; line-height: 1.15; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translate(-2px, -2px); box-shadow: 6px 7px 0 var(--ink); background: var(--violet); }
.button.secondary { background: var(--surface); color: var(--ink); }
.button.acid { background: var(--acid); color: var(--ink); }
.button.discord { background: #5865f2; color: white; }
.button.small { min-height: 37px; padding: 7px 12px; font-size: 12px; box-shadow: 2px 3px 0 var(--ink); }
.button.ghost { border-color: transparent; background: transparent; color: var(--ink); box-shadow: none; }
.button.ghost:hover { border-color: var(--ink); background: var(--pink); }
button:disabled { opacity: .52; cursor: not-allowed; transform: none !important; box-shadow: none !important; }
.section { margin-top: 96px; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 430px); align-items: end; gap: 28px; margin-bottom: 32px; padding-bottom: 19px; border-bottom: 3px solid; }
.section-head h2 { margin-bottom: 0; }
.section-head p { margin-bottom: 4px; color: var(--muted); }
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { position: relative; min-width: 0; padding: 26px; border: 3px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); transition: transform .2s, box-shadow .2s; }
@media (hover: hover) { .card:hover { transform: translateY(-4px); box-shadow: 8px 10px 0 var(--ink); } }
.card.coral { background: #ffae9e; }
.card.acid { background: var(--acid); }
.card.sky { background: var(--sky); }
.meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.tag { display: inline-block; max-width: 100%; padding: 5px 9px; border: 2px solid; border-radius: 99px; background: var(--surface); font-size: 10px; font-weight: 900; text-transform: uppercase; overflow-wrap: anywhere; }
.avatar { flex: 0 0 auto; display: grid; place-items: center; width: 47px; height: 47px; border: 3px solid; border-radius: 42% 58% 48% 52%; background: var(--coral); font-weight: 900; text-transform: uppercase; }
.avatar.neon { box-shadow: 0 0 0 4px var(--acid), 0 0 0 7px var(--violet); }
.avatar.founder { border: 6px double var(--violet); }
.muted { color: var(--muted); }
.empty { padding: 42px; border: 3px dashed #888; border-radius: var(--radius); background: rgb(255 255 255 / 55%); text-align: center; color: var(--muted); }
.sponsor-strip { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.banner { position: relative; overflow: hidden; min-width: 0; min-height: 180px; padding: 27px; border: 3px solid; border-radius: var(--radius); background: var(--violet); color: white; box-shadow: var(--shadow); text-decoration: none; transition: transform .2s; }
.banner:hover { transform: translateY(-3px); }
.banner.ad { background: var(--coral); color: var(--ink); }
.banner::before { content: "✦"; position: absolute; right: 22px; top: 15px; font-size: 26px; }
.banner::after { content: "WOW"; position: absolute; right: -10px; bottom: -28px; font: 900 88px/1 "Dior Display", Arial Black; opacity: .1; }
.banner p { margin-bottom: 9px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.banner strong { position: relative; z-index: 1; display: block; max-width: 80%; margin-bottom: 13px; font-size: clamp(23px, 3vw, 34px); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
.social-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 330px); align-items: start; gap: 35px; }
.composer { background: var(--pink); }
.composer::before { content: "SAY HI!"; position: absolute; right: 25px; top: -17px; padding: 7px 10px; border: 2px solid; border-radius: 99px; background: var(--acid); font-size: 10px; font-weight: 900; }
.composer textarea { min-height: 115px; resize: vertical; }
.feed { display: grid; gap: 21px; margin-top: 25px; }
.feed .card:nth-child(3n+2) { background: #d7f7e7; }
.post-head { display: flex; gap: 14px; align-items: center; margin-bottom: 18px; }
.post-content { font-size: 17px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.post-actions { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 15px; border-top: 2px dashed #b9b4a4; }
.sidebar { display: grid; gap: 23px; position: sticky; top: 105px; }
.quest-card { overflow: hidden; background: var(--acid); }
.quest-card::after { content: "★"; position: absolute; right: -13px; bottom: -24px; color: var(--violet); font-size: 110px; line-height: 1; opacity: .7; }
.quest-card .big-number { position: relative; z-index: 1; font: 900 58px/1 "Dior Display", Arial Black; letter-spacing: -.07em; }
.badges { display: flex; gap: 11px; flex-wrap: wrap; }
.badge { display: grid; place-items: center; width: 62px; height: 72px; clip-path: polygon(50% 0, 93% 22%, 93% 73%, 50% 100%, 7% 73%, 7% 22%); background: var(--violet); color: white; font-size: 13px; font-weight: 900; filter: drop-shadow(3px 4px 0 var(--ink)); transition: transform .2s; }
.badge:hover { transform: translateY(-3px); }
.page-head { display: flex; justify-content: space-between; align-items: end; gap: 35px; padding: 55px 0 65px; }
.page-head > div { min-width: 0; }
.page-head h1 { max-width: 980px; margin-bottom: 20px; font-size: clamp(58px, 8vw, 104px); }
.page-head > .button { flex: 0 0 auto; margin-bottom: 8px; }
.blog-card { display: flex; flex-direction: column; min-height: 350px; }
.blog-card h3 { margin-top: 54px; font-size: 34px; }
.blog-card .button { margin-top: auto; align-self: start; }
.article { max-width: 830px; margin: 0 auto; }
.article h1 { font-size: clamp(49px, 7vw, 84px); }
.article-body { margin: 45px 0; font: 20px/1.82 Georgia, serif; }
.article-body p:first-child::first-letter { float: left; margin: 8px 8px 0 0; padding: 5px 10px; border: 2px solid; border-radius: 10px; background: var(--pink); font: 900 46px/1 Arial; }
.comment { display: flex; gap: 14px; padding: 21px 0; border-bottom: 2px dashed #c7c0ad; }
.comment > div { min-width: 0; }
.comment p { margin: 6px 0 0; line-height: 1.55; overflow-wrap: anywhere; }

.mabar-head { align-items: end; }
.mabar-head h1 { font-size: clamp(58px, 7.7vw, 100px); }
.mabar-stats { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; margin-bottom: 30px; border: 3px solid; border-radius: var(--radius); background: var(--ink); color: white; box-shadow: var(--shadow); }
.mabar-stats > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 92px; padding: 20px; border-right: 2px solid #4a4b45; }
.mabar-stats > div:last-child { border-right: 0; }
.mabar-stats strong { color: var(--acid); font: 900 38px/1 "Dior Display", Arial Black; }
.mabar-stats span { max-width: 110px; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.room-filters { display: flex; align-items: end; flex-wrap: wrap; gap: 14px; margin: 0 0 58px; padding: 17px; border: 2px solid; border-radius: 18px; background: rgb(255 253 243 / 76%); }
.room-filters label:first-child { width: min(260px, 100%); }
.room-filters select { padding: 9px 12px; border-width: 2px; box-shadow: none; }
.room-filters > span { margin-left: auto; padding-bottom: 11px; color: var(--muted); font-size: 11px; font-weight: 900; }
.slot-filter { display: flex; grid-auto-flow: column; grid-template-columns: auto 1fr; align-items: center; align-self: center; margin-top: 20px; cursor: pointer; }
.slot-filter input { width: 20px; height: 20px; box-shadow: none; accent-color: var(--violet); }
.game-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 32px; }
.game-layout > section { min-width: 0; }
.list-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 25px; }
.list-head h2 { margin-bottom: 0; }
.live-refresh { display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px; border: 2px solid; border-radius: 99px; background: var(--surface); font-size: 10px; font-weight: 900; white-space: nowrap; }
.live-refresh i, .room-state.open i, .room-state.playing i { display: inline-block; width: 8px; height: 8px; margin-right: 6px; border-radius: 50%; background: #21ba72; box-shadow: 0 0 0 4px rgb(33 186 114 / 16%); animation: pulse 1.8s ease-in-out infinite; }
.room-state.playing { background: var(--coral); }
.room-state.playing i { background: #d62828; }
.room-state.closed { background: #ddd8ca; color: #77736a; }
.room-list { display: grid; gap: 24px; }
.mabar-room { padding: 25px; box-shadow: 5px 6px 0 var(--ink); }
.mabar-room:nth-child(3n+2) { background: #f4edff; }
.mabar-room.status-playing { border-color: var(--coral); }
.mabar-room.status-closed { opacity: .72; background: #e9e5da; }
.room-top { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.room-top > div:first-child { min-width: 0; }
.room-top h3 { margin: 19px 0 4px; font-size: clamp(25px, 3vw, 34px); }
.room-game { margin-bottom: 0; color: var(--violet); font-size: 17px; font-weight: 900; }
.room-capacity { flex: 0 0 auto; display: grid; place-items: center; width: 76px; height: 76px; border: 3px solid; border-radius: 50%; background: var(--acid); text-align: center; }
.room-capacity strong { font: 900 22px/1 "Dior Display", Arial Black; }
.room-capacity span { font-size: 8px; font-weight: 900; }
.room-schedule { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 22px 0; padding: 15px 0; border-top: 2px dashed #c6c0af; border-bottom: 2px dashed #c6c0af; }
.room-schedule > div { display: grid; gap: 4px; min-width: 0; }
.room-schedule span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.room-schedule strong { font-size: 13px; overflow-wrap: anywhere; }
.room-members { display: flex; flex-wrap: wrap; gap: 14px; min-height: 70px; }
.room-player { display: grid; justify-items: center; gap: 7px; min-width: 52px; }
.room-player .avatar { width: 47px; height: 47px; background: #e6e2d6; font-size: 12px; }
.room-player.is-ready .avatar { background: var(--mint); }
.room-player small { color: var(--muted); font-size: 8px; font-weight: 900; }
.room-player.is-ready small { color: #087345; }
.empty-slot span { display: grid; place-items: center; width: 47px; height: 47px; border: 2px dashed #aaa596; border-radius: 50%; color: #8e897b; font-size: 21px; }
.room-status { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin: 18px 0; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ready-bar { height: 9px; overflow: hidden; border: 2px solid; border-radius: 99px; background: #e6e1d5; }
.ready-bar i { display: block; height: 100%; background: var(--mint); transition: width .25s; }
.room-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.host-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 18px -25px -25px; padding: 13px 25px; border-top: 2px solid; border-radius: 0 0 20px 20px; background: var(--acid); }
.host-controls > span { margin-right: auto; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.game-sidebar { display: grid; gap: 23px; position: sticky; top: 105px; }
.game-guide { background: var(--sky); }
.game-guide ol { margin: 0; padding-left: 22px; }
.game-guide li { margin: 12px 0; padding-left: 4px; line-height: 1.35; }
.daily-mini { background: var(--pink); }
.daily-mini h3 { margin-bottom: 8px; font-size: 28px; }
.mini-puzzle { margin: 18px 0; padding: 16px; border: 3px solid; border-radius: 15px; background: var(--surface); box-shadow: 3px 3px 0 var(--ink); font: 900 28px/1 "Dior Display", Arial Black; text-align: center; }
.daily-mini input { box-shadow: none; }

.shop-item { overflow: hidden; text-align: center; }
.shop-flags { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; min-height: 27px; }
.shop-item.is-unavailable { filter: grayscale(.5); opacity: .72; }
.tag.limited { background: #20211d; color: #fff; }
.tag.sale { background: var(--coral); }
.promo-label { margin: -8px 0 12px; color: #7c392e; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.shop-contents { justify-content: center; }
.shop-price { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 38px; }
.shop-price del { color: var(--muted); font-size: 12px; font-weight: 800; }
.shop-item:nth-child(3n+1) { background: #ffe3ef; }
.shop-item:nth-child(3n+2) { background: #daf7ff; }
.item-preview { position: relative; display: grid; place-items: center; width: 145px; height: 145px; margin: 20px auto 30px; border: 3px solid; border-radius: 45%; background: #dedad0; }
.item-preview svg { width: 96%; height: 96%; display: block; }
.custom-art { display: block; width: 100%; height: 100%; object-fit: contain; }
.item-preview.r-Common { background: linear-gradient(160deg, #efece0, #cfc9b6); }
.item-preview.r-Rare { background: linear-gradient(160deg, #bfe9ff, #56c1f2); }
.item-preview.r-Epic { background: linear-gradient(160deg, #ffc4e2, #ff6fb1); }
.item-preview.r-Legendary { background: linear-gradient(160deg, #ffe27a, #f5b301); }
.item-preview.r-Mythic { background: linear-gradient(160deg, #b7a6ff, #6d4dff); }
.item-preview.r-Bundle { background: linear-gradient(160deg, #ffd9a8, #ff9a5c); }
.tag.r-Common { background: #efece0; }
.tag.r-Rare { background: #daf3ff; }
.tag.r-Epic { background: #ffd9ec; }
.tag.r-Legendary { background: #fff3c4; }
.tag.r-Mythic { background: #e5ddff; }
.tag.r-Bundle { background: #ffe0c2; }
.chip-title { background: #f5b301; color: #20211d; }
.streamer { min-height: 300px; overflow: hidden; }
.streamer::after { content: "LIVE"; position: absolute; right: -25px; top: 28px; padding: 7px 34px; border: 2px solid; background: var(--coral); font-size: 11px; font-weight: 900; transform: rotate(45deg); }
.streamer:not(.is-live)::after { display: none; }
.streamer h3 { margin-top: 45px; font-size: 30px; }
.streamer-code { display: inline-block; margin-top: 24px; padding: 9px 12px; border: 3px dashed; border-radius: 8px; background: var(--acid); font-size: 19px; font-weight: 900; }
.stars { color: #e95e25; font-weight: 900; letter-spacing: 2px; }
.progress { height: 16px; overflow: hidden; border: 3px solid; border-radius: 99px; background: var(--paper); }
.progress span { display: block; height: 100%; border-right: 2px solid; background: linear-gradient(90deg, var(--violet), var(--pink)); }
.pills { display: flex; flex-wrap: wrap; gap: 7px; }

.labor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 28px; }
.labor-card { display: grid; grid-template-rows: auto 1fr auto auto; min-height: 500px; overflow: hidden; padding: 0; }
.labor-card:nth-child(4n+1) { background: #d7f7e7; }
.labor-card:nth-child(4n+2) { background: #f0eaff; }
.labor-card:nth-child(4n+3) { background: #ffe5f1; }
.labor-card-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; border-bottom: 2px solid; }
.labor-card-head > div { display: flex; align-items: center; gap: 12px; min-width: 0; }
.labor-index { font: 900 30px/1 "Dior Display", Arial Black; letter-spacing: -.06em; }
.labor-members { flex: 0 0 auto; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.labor-card-main { padding: 30px 24px 22px; }
.labor-card-main h3 { max-width: 460px; margin-bottom: 14px; font: 900 clamp(28px, 3.4vw, 43px)/.98 "Dior Display", Arial Black; letter-spacing: -.055em; }
.labor-card-main p { max-width: 540px; margin-bottom: 0; color: #53554d; line-height: 1.55; }
.labor-needs { padding: 0 24px 24px; }
.labor-needs > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.labor-card-footer { display: grid; gap: 12px; margin: 0; padding: 20px 24px 24px; border-top: 2px solid; background: rgb(255 253 243 / 60%); color: var(--ink); }
.labor-progress-head { display: flex; justify-content: space-between; align-items: center; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.labor-progress-head strong { font-size: 13px; }
.labor-stack { display: flex; flex-wrap: wrap; gap: 8px; min-height: 23px; }
.labor-stack span { color: var(--muted); font-size: 10px; font-weight: 800; }
.labor-stack span:not(:last-child)::after { content: " /"; color: var(--violet); }
.labor-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 3px; }

form { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-wide { grid-column: 1 / -1; }
label { display: grid; align-content: start; gap: 7px; min-width: 0; font-size: 13px; font-weight: 900; }
input, textarea, select { width: 100%; min-width: 0; padding: 13px 14px; border: 3px solid var(--line); border-radius: 15px; background: #fffef9; color: var(--ink); box-shadow: 2px 3px 0 var(--ink); }
input:focus, textarea:focus, select:focus { background: #fff; }
textarea { min-height: 95px; resize: vertical; }
.form-note { color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgb(32 33 29 / 78%); backdrop-filter: blur(6px); }
.modal { width: min(560px, 100%); max-height: min(90vh, 850px); overflow-y: auto; padding: 31px; border: 3px solid; border-radius: 30px; background: var(--paper); box-shadow: 10px 11px 0 var(--acid); animation: pop-in .25s ease-out both; }
.modal-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 23px; }
.modal-head h2 { min-width: 0; margin: 0; font-size: 36px; overflow-wrap: anywhere; }
.icon-button { flex: 0 0 auto; width: 40px; height: 40px; border: 2px solid; border-radius: 50%; background: var(--pink); box-shadow: 2px 2px 0; font-weight: 900; cursor: pointer; }
.tabs { display: flex; gap: 8px; margin-bottom: 22px; }
.tabs button { padding: 9px 13px; border: 2px solid transparent; border-radius: 99px; background: transparent; cursor: pointer; font-weight: 900; }
.tabs button.active { border-color: var(--ink); background: var(--acid); box-shadow: 2px 2px 0 var(--ink); }
.chat-modal { width: min(680px, 100%); overflow: hidden; padding: 0; background: #f7f5ef; }
.chat-modal .modal-head { margin: 0; padding: 22px 25px; border-bottom: 3px solid; background: #5865f2; color: white; }
.chat-modal .modal-head h2 { max-width: calc(100% - 60px); font-size: 28px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.chat-room-info { display: flex; align-items: center; gap: 10px; padding: 12px 25px; border-bottom: 2px solid #d3d0c6; font-size: 11px; font-weight: 900; }
.chat-room-info .button { margin-left: auto; }
.chat-log { height: min(50vh, 440px); overflow-y: auto; padding: 20px 25px; background: #f7f5ef; }
.chat-message { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 11px; padding: 11px 0; }
.chat-message .avatar { width: 38px; height: 38px; border-width: 2px; font-size: 10px; }
.chat-message > div { min-width: 0; }
.chat-meta { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; }
.chat-meta time { color: var(--muted); font-size: 10px; }
.chat-message p { margin: 4px 0 0; line-height: 1.45; overflow-wrap: anywhere; }
.chat-empty { display: grid; place-items: center; height: 100%; color: var(--muted); text-align: center; }
.chat-modal form { padding: 16px 25px 23px; border-top: 2px solid #d3d0c6; background: white; }
.chat-compose { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.chat-compose input { box-shadow: none; }
.toast { position: fixed; right: 25px; bottom: 25px; z-index: 80; max-width: min(370px, calc(100vw - 32px)); padding: 15px 19px; border: 3px solid; border-radius: 22px; background: var(--acid); box-shadow: 6px 7px 0 var(--ink); font-weight: 900; opacity: 0; transform: translateY(25px); pointer-events: none; transition: .23s; }
.toast.show { opacity: 1; transform: translateY(0); }
.toast.error { background: var(--coral); }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding: 48px max(24px, calc((100vw - 1280px) / 2)); border-top: 3px solid; background: var(--violet); color: white; }
footer p { margin: 0; font-size: 13px; }
footer p:last-child { text-align: right; color: #ded8ff; }
.footer-brand .brand-mark { color: var(--ink); }

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes blob-spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .4; } }
@keyframes pop-in { from { opacity: 0; transform: translateY(16px) scale(.97); } to { opacity: 1; transform: none; } }
@media (max-width: 1080px) {
  .topbar { padding: 0 20px; }
  .main-nav { position: fixed; top: 81px; right: 14px; left: 14px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 14px; border: 3px solid; border-radius: 23px; background: var(--paper); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 14px; }
  .menu-toggle { display: block; }
  .account { margin-left: auto; }
  .account .profile-name { display: none; }
  .social-layout, .game-layout { grid-template-columns: 1fr; }
  .sidebar, .game-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .labor-grid { grid-template-columns: 1fr; }
  .labor-card { min-height: 0; }
}
@media (max-width: 760px) {
  .page-head { display: block; }
  .page-head > .button { margin-top: 8px; }
  .section-head { grid-template-columns: 1fr; }
  .mabar-stats { grid-template-columns: 1fr; }
  .mabar-stats > div { justify-content: flex-start; min-height: 72px; border-right: 0; border-bottom: 2px solid #4a4b45; }
  .mabar-stats > div:last-child { border-bottom: 0; }
}
@media (max-width: 680px) {
  main { width: min(100% - 28px, 1280px); padding-top: 28px; }
  .topbar { height: 68px; padding: 0 14px; }
  .main-nav { top: 67px; }
  .brand > span:last-child { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .account .coin { padding: 7px 9px; }
  .marquee-track { padding: 7px 0; font-size: 10px; }
  .grid-2, .grid-3, .sponsor-strip, .sidebar, .game-sidebar { grid-template-columns: 1fr; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding: 58px 0 65px; }
  .hero h1 { font-size: clamp(54px, 18vw, 82px); }
  .hero-stamp { width: 108px; height: 108px; justify-self: end; font-size: 9px; }
  .section { margin-top: 75px; }
  .card { padding: 21px; box-shadow: 5px 6px 0 var(--ink); }
  .banner { min-height: 160px; }
  .page-head { padding: 43px 0 52px; }
  .page-head h1, .mabar-head h1 { font-size: clamp(53px, 16vw, 76px); }
  .room-filters { display: grid; margin-bottom: 45px; }
  .room-filters label:first-child { width: 100%; }
  .room-filters > span { margin-left: 0; padding: 0; }
  .slot-filter { margin-top: 0; }
  .list-head { align-items: start; flex-direction: column; }
  .room-top { gap: 12px; }
  .room-capacity { width: 66px; height: 66px; }
  .room-schedule { grid-template-columns: 1fr; }
  .room-members { gap: 11px; }
  .room-actions .button { width: 100%; }
  .host-controls { margin: 18px -21px -21px; padding: 13px 21px; }
  .host-controls > span { width: 100%; }
  .host-controls .button { flex: 1; }
  .labor-card { padding: 0; }
  .labor-card-head { align-items: flex-start; padding: 17px 18px; }
  .labor-card-head > div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .labor-card-main { padding: 25px 18px 19px; }
  .labor-card-main h3 { font-size: 31px; }
  .labor-needs { padding: 0 18px 20px; }
  .labor-card-footer { padding: 18px; }
  .labor-actions { display: grid; grid-template-columns: 1fr; }
  .labor-actions .button { width: 100%; }
  .form-grid { grid-template-columns: 1fr; }
  .form-wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:last-child { text-align: left; }
  .modal { padding: 22px; border-radius: 24px; box-shadow: 6px 7px 0 var(--acid); }
  .chat-modal { padding: 0; border-radius: 20px; }
  .chat-modal .modal-head, .chat-room-info, .chat-log, .chat-modal form { padding-left: 17px; padding-right: 17px; }
  .chat-log { height: 55vh; }
  .chat-compose { grid-template-columns: 1fr; }
  .ambient-flower, .ambient-orbit, .ambient-squiggle { display: none; }
  .toast { right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Shop equip visuals. */
.b-violet { box-shadow: 0 0 0 4px #a89bff, 0 0 0 7px #6d4dff; }
.b-coral { box-shadow: 0 0 0 4px #ff9a8d, 0 0 0 7px #ff5745; }
.b-mint { box-shadow: 0 0 0 4px #8ff0c4, 0 0 0 7px #34c98b; }
.b-sky { box-shadow: 0 0 0 4px #9fe4ff, 0 0 0 7px #3db4f5; }
.b-pink { box-shadow: 0 0 0 4px #ffb3d9, 0 0 0 7px #ff6fb1; }
.b-gold { box-shadow: 0 0 0 4px #ffe27a, 0 0 0 7px #f5b301; }
.b-acid { box-shadow: 0 0 0 4px #f2ff8a, 0 0 0 7px #cdea1e; }
.e-violet { color: #6d4dff; text-shadow: 0 0 10px rgb(109 77 255 / 40%); }
.e-coral { color: #e14b3c; text-shadow: 0 0 10px rgb(255 111 97 / 45%); }
.e-mint { color: #17a56b; text-shadow: 0 0 10px rgb(52 201 139 / 45%); }
.e-sky { color: #1d8fc4; text-shadow: 0 0 10px rgb(61 180 245 / 45%); }
.e-pink { color: #e2449b; text-shadow: 0 0 10px rgb(255 111 177 / 45%); }
.e-gold { color: #b98a00; text-shadow: 0 0 10px rgb(245 179 1 / 50%); }
.e-acid { color: #7f9a00; text-shadow: 0 0 10px rgb(205 234 30 / 55%); }
.fx-effect-1 { text-decoration: underline wavy currentColor 1px; text-underline-offset: 4px; }
.fx-effect-2 { background-image: linear-gradient(90deg, transparent, currentColor, transparent); background-position: 0 100%; background-size: 100% 2px; background-repeat: no-repeat; }
.fx-effect-3 { animation: effect-flicker 2.4s steps(2, end) infinite; }
.fx-effect-4 { filter: drop-shadow(3px 2px 0 rgb(255 111 177 / 28%)); }
@keyframes effect-flicker { 0%, 86%, 100% { opacity: 1; } 90% { opacity: .55; } }
.theme-scope { --t-bg: transparent; --t-surface: var(--surface); --t-accent: var(--violet); --t-accent-text: #fff; padding: 24px; border-radius: 32px; background: var(--t-bg); color: var(--t-text, inherit); }
.theme-scope .card { background: var(--t-surface); }
.theme-scope .profile-hero-card { border-color: var(--t-accent); box-shadow: 7px 8px 0 var(--t-accent); }
.theme-scope .eyebrow, .theme-scope .coin { background: var(--t-accent); color: var(--t-accent-text); }
body.user-theme { background: var(--t-bg); color: var(--t-text); }
body.user-theme .topbar, body.user-theme .main-nav, body.user-theme .card, body.user-theme .platform-chips button { background: var(--t-surface); color: var(--t-text); }
body.user-theme .marquee, body.user-theme .button:not(.secondary):not(.ghost), body.user-theme .main-nav a.active { background: var(--t-accent); color: var(--t-accent-text); }
body.user-theme .lede, body.user-theme .muted, body.user-theme .meta, body.user-theme .form-note { color: var(--t-text); opacity: .76; }
.theme-malam-neon { --t-bg:#090f22; --t-surface:#151f3d; --t-accent:#63e6ff; --t-accent-text:#08111b; --t-text:#f1f8ff; }
.theme-pagi-kabut { --t-bg:#dce7e3; --t-surface:#f7fbf8; --t-accent:#4f8f7b; --t-accent-text:#fff; --t-text:#1e302b; }
.theme-senja-merah { --t-bg:#3a1521; --t-surface:#642338; --t-accent:#ff806c; --t-accent-text:#281016; --t-text:#fff0f4; }
.theme-laut-dalam { --t-bg:#061b2c; --t-surface:#0d3348; --t-accent:#45c7e8; --t-accent-text:#03141d; --t-text:#edfaff; }
.theme-hutan-mint { --t-bg:#10291f; --t-surface:#1d4734; --t-accent:#7ce6af; --t-accent-text:#092016; --t-text:#effff6; }
.theme-langit-pink { --t-bg:#ffe0ee; --t-surface:#fff5fa; --t-accent:#df4e97; --t-accent-text:#fff; --t-text:#42152b; }
.theme-gurun-emas { --t-bg:#3b2912; --t-surface:#65451d; --t-accent:#f4c454; --t-accent-text:#241706; --t-text:#fff7e7; }
.theme-siber-ungu { --t-bg:#130d2d; --t-surface:#2a1a55; --t-accent:#aa8cff; --t-accent-text:#0d071f; --t-text:#f8f4ff; }
.theme-kertas-retro { --t-bg:#e6d8b5; --t-surface:#fff7dd; --t-accent:#b74f37; --t-accent-text:#fff; --t-text:#35261c; }
.theme-kopi-susu { --t-bg:#2d211c; --t-surface:#4a352b; --t-accent:#e4ba84; --t-accent-text:#211510; --t-text:#fff8ef; }
.theme-mint-fresh { --t-bg:#d9fff1; --t-surface:#f6fffb; --t-accent:#20a977; --t-accent-text:#fff; --t-text:#12372a; }
.theme-salju-biru { --t-bg:#dceeff; --t-surface:#f7fbff; --t-accent:#397cc8; --t-accent-text:#fff; --t-text:#142e4b; }
.theme-lava { --t-bg:#240c08; --t-surface:#501710; --t-accent:#ff5b35; --t-accent-text:#170604; --t-text:#fff0e9; }
.theme-samudra { --t-bg:#031f2f; --t-surface:#073e59; --t-accent:#42d4de; --t-accent-text:#02151d; --t-text:#efffff; }
.theme-sakura { --t-bg:#341626; --t-surface:#5a263f; --t-accent:#ff9bc8; --t-accent-text:#250e1a; --t-text:#fff1f7; }
.theme-scope .muted, .theme-scope .meta, .theme-scope .profile-hero-bio { color: currentColor; opacity: .75; }
.profile-hero-card.t-violet { border-color: #6d4dff; }
.profile-hero-card.t-coral { border-color: #ff5745; }
.profile-hero-card.t-mint { border-color: #34c98b; }
.profile-hero-card.t-sky { border-color: #3db4f5; }
.profile-hero-card.t-pink { border-color: #ff6fb1; }
.profile-hero-card.t-gold { border-color: #f5b301; }
.profile-hero-card.t-acid { border-color: #cdea1e; }
.site-favicon { display: inline-block; width: 26px; height: 26px; margin-right: 8px; border: 2px solid var(--ink); border-radius: 8px; background: #fff; vertical-align: middle; }
