:root{--background:#f4f1e8;--surface:#fffdf7;--surface-raised:#fff;--ink:#182235;--muted:#667085;--line:#18223524;--accent:#ff6542;--accent-ink:#29130e;--blue:#94baff;--lime:#d9ee78;--lavender:#c9b8ff;--shadow:0 24px 70px #2327301f;--radius-lg:32px;--radius-md:22px;--content-width:1240px;--header-height:78px;font-synthesis:none}.daily-page{max-width:var(--content-width);min-height:calc(100vh - var(--header-height));margin:0 auto;padding:32px 28px 64px}.daily-heading{max-width:760px;margin-bottom:20px}.daily-heading h1{letter-spacing:-.055em;margin:6px 0 10px;font-size:clamp(2.25rem,6vw,4.25rem);line-height:1}:lang(ko) .daily-heading h1{letter-spacing:-.035em;line-height:1.14}.daily-heading>p:last-child,.daily-state p,.daily-game-card p,.daily-eligibility-note{color:var(--muted)}.daily-state,.daily-schedule{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.daily-state{padding:36px}.daily-state h2,.daily-state p{margin:0}.daily-state p{margin-top:8px}.daily-schedule{padding:clamp(18px,3vw,28px)}.daily-schedule>header{gap:4px;display:grid}.daily-schedule>header h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.35rem,3vw,2rem)}.daily-player-pending{border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-size:.75rem;font-weight:800}.daily-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;padding:0;list-style:none;display:grid}.daily-game-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:88px;padding:12px;display:grid}.daily-game-card.sudoku{background:color-mix(in srgb, #f5ad9a 18%, var(--surface))}.daily-game-card.nonogram{background:color-mix(in srgb, var(--blue) 18%, var(--surface))}.daily-game-card.kakuro{background:color-mix(in srgb, var(--lime) 18%, var(--surface))}.daily-game-card.sokoban{background:color-mix(in srgb, var(--lavender) 20%, var(--surface))}.daily-game-symbol{aspect-ratio:1;background:color-mix(in srgb, var(--surface-raised) 72%, transparent);border:1px solid var(--line);border-radius:12px;justify-content:center;align-items:center;font-size:1.05rem;font-weight:900;display:flex}.daily-game-card h3,.daily-game-card p{margin:0}.daily-game-card h3{margin:0 0 4px;font-size:1rem;line-height:1.3}.daily-game-card .button,.daily-player-pending{text-align:center;margin:0}.daily-game-card .button{white-space:nowrap;min-height:40px;padding-inline:14px}.daily-player-pending{color:var(--muted);max-width:86px;padding:7px 9px;font-size:.72rem}.daily-eligibility-note{margin:14px 2px 0;font-size:.8rem;line-height:1.6}@media (max-width:960px){.daily-game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.daily-page{padding:22px 14px 40px}.daily-game-grid{grid-template-columns:1fr}.daily-game-card{grid-template-columns:52px minmax(0,1fr) auto;min-height:78px;padding:10px}.daily-game-symbol{min-height:0}}.community-page{max-width:var(--content-width);margin:0 auto;padding:48px 28px 80px}.community-heading{justify-content:space-between;align-items:end;gap:28px;margin-bottom:32px;display:flex}.community-heading h1{letter-spacing:-.06em;margin:8px 0 16px;font-size:clamp(2.4rem,7vw,5rem);line-height:.95}.community-heading>div>p:last-child,.community-state p,.community-card-body>p{color:var(--muted)}.community-heading>div>p:last-child{max-width:620px;margin:0}.community-state,.community-grid>li{background:var(--surface-raised);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px}.community-state{padding:36px}.community-state p{margin-bottom:0}.community-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:18px;margin:0;padding:0;list-style:none;display:grid}.community-grid>li{overflow:hidden}.community-grid>li>a{height:100%;display:block}.community-card-art{background:linear-gradient(90deg, transparent 19px, var(--line) 20px), linear-gradient(transparent 19px, var(--line) 20px), color-mix(in srgb, var(--lavender) 52%, var(--surface));background-size:20px 20px;justify-content:center;align-items:center;gap:7px;min-height:150px;font-size:2rem;font-weight:900;display:flex}.community-card-art span,.community-card-art i{background:color-mix(in srgb, var(--surface-raised) 88%, transparent);border-radius:8px;padding:3px 7px;font-style:normal}.community-card-art i{font-size:1rem}.community-card-body{gap:9px;padding:20px;display:grid}.community-card-body h2,.community-card-body p,.community-card-body footer{margin:0}.community-card-body>p:first-child{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:850}.community-card-body h2{letter-spacing:-.03em;font-size:1.25rem}.community-card-body>p:not(:first-child){-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;display:-webkit-box;overflow:hidden}.community-card-body footer{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-top:8px;font-size:.74rem;display:flex}.community-player-state{background:var(--surface-raised);border:1px solid var(--line);text-align:center;border-radius:22px;max-width:600px;margin:64px auto;padding:36px}.community-player-state p{color:var(--muted)}@media (max-width:640px){.community-page{padding:28px 18px 52px}.community-heading{flex-direction:column;align-items:stretch;gap:20px}.community-heading .button{justify-content:center}.community-grid{grid-template-columns:1fr}.community-player-state{margin:28px 18px;padding:28px 20px}}.moderation-page{max-width:1120px;margin:0 auto;padding:40px 28px 72px}.moderation-heading,.moderation-card>header,.moderation-actions{justify-content:space-between;align-items:center;gap:20px;display:flex}.moderation-heading h1{margin:6px 0 10px;font-size:clamp(2rem,5vw,3.5rem)}.moderation-heading p,.moderation-card p,.moderation-card dd{color:var(--muted)}.moderation-announcement{min-height:1.5em}.moderation-empty,.moderation-card{background:var(--surface-raised);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px}.moderation-empty{padding:28px}.moderation-list{gap:20px;display:grid}.moderation-card{gap:18px;padding:24px;display:grid}.moderation-card h2,.moderation-card h3,.moderation-card p,.moderation-card dl,.moderation-card dd{margin:0}.moderation-card dl{gap:8px;display:grid}.moderation-card dl>div{grid-template-columns:150px minmax(0,1fr);gap:12px;display:grid}.moderation-card dt,.moderation-card label>span{font-weight:700}.moderation-palette{gap:6px;display:flex}.moderation-palette span{border:1px solid var(--line);border-radius:50%;width:22px;height:22px}.moderation-card details{border-block:1px solid var(--line);padding:14px 0}.moderation-preview{background:var(--surface);border:1px solid var(--line);border-radius:16px;gap:14px;padding:16px;display:grid}.moderation-preview>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.moderation-preview-controls{flex:none;align-items:center;gap:6px;display:flex}.moderation-preview-controls button{background:var(--surface-raised);border:1px solid var(--line);color:inherit;cursor:pointer;border-radius:8px;min-width:36px;min-height:36px;padding:6px 10px}.moderation-preview-controls button:disabled{cursor:not-allowed;opacity:.45}.moderation-preview-controls output{text-align:center;min-width:3ch}.moderation-preview-status{text-align:center;place-content:center;align-items:flex-start;gap:10px;min-height:180px;display:grid}.moderation-preview-viewport{border:1px solid var(--line);background-color:#f4f4f4;background-image:linear-gradient(45deg,#e6e6e6 25%,#0000 25%),linear-gradient(-45deg,#e6e6e6 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#e6e6e6 75%),linear-gradient(-45deg,#0000 75%,#e6e6e6 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border-radius:12px;max-height:min(72vh,760px);margin:0;padding:12px;overflow:auto}.moderation-preview-viewport img{image-rendering:pixelated;background:#fff;border:1px solid #89909d;max-width:none;display:block}.moderation-preview-viewport figcaption{color:#20242c;background:#ffffffe0;border-radius:6px;width:max-content;margin-top:8px;padding:4px 7px;font-size:.8rem;position:sticky;inset-inline-start:0}.moderation-card summary{cursor:pointer;font-weight:700}.moderation-clues{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:16px;display:grid}.moderation-clues ol{flex-direction:column;gap:3px;max-height:320px;margin:8px 0 0;padding:0;display:flex;overflow:auto}.moderation-clues li,.moderation-clue{align-items:center;gap:5px;display:flex}.moderation-clues li{min-width:max-content;min-height:24px}.moderation-clue-index{color:var(--muted);font-variant-numeric:tabular-nums;text-align:end;flex:0 0 3ch}.moderation-clue i{border:1px solid var(--line);border-radius:3px;width:10px;height:10px;display:inline-block}.moderation-card label{gap:8px;display:grid}.moderation-card textarea{background:var(--surface);border:1px solid var(--line);color:inherit;font:inherit;resize:vertical;border-radius:12px;min-height:96px;padding:12px}.moderation-actions{justify-content:flex-end}@media (max-width:640px){.moderation-page{padding:24px 18px 48px}.moderation-heading,.moderation-card>header{flex-direction:column;align-items:flex-start}.moderation-card{padding:18px}.moderation-card dl>div,.moderation-clues{grid-template-columns:1fr}.moderation-preview>header{flex-direction:column}.moderation-preview-controls{flex-wrap:wrap}.moderation-actions .button{flex:1}}:root[data-theme=dark]{--background:#10141d;--surface:#171d28;--surface-raised:#1e2633;--ink:#f5f3ec;--muted:#a7b0bf;--line:#ebeff724;--accent:#ff7658;--accent-ink:#22100c;--blue:#6f99e3;--lime:#b7cf54;--lavender:#a391df;--shadow:0 24px 70px #0000004d}@media (prefers-color-scheme:dark){:root:not([data-theme]){--background:#10141d;--surface:#171d28;--surface-raised:#1e2633;--ink:#f5f3ec;--muted:#a7b0bf;--line:#ebeff724;--accent:#ff7658;--blue:#6f99e3;--lime:#b7cf54;--lavender:#a391df}}*{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{background:radial-gradient(circle at 8% 4%, #ff654217, transparent 30rem), var(--background);color:var(--ink);-webkit-font-smoothing:antialiased;min-width:320px;margin:0;font-family:Inter,Pretendard,Noto Sans KR,Apple SD Gothic Neo,system-ui,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;font:inherit}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--accent);outline-offset:4px}p,h1,h2,h3{margin-top:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-frame{min-height:100vh;overflow:hidden}.skip-link{background:var(--ink);color:var(--background);z-index:100;padding:12px 18px;position:fixed;top:-80px;left:16px}.skip-link:focus{top:12px}.site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:color-mix(in srgb, var(--background) 86%, transparent);border-bottom:1px solid var(--line);z-index:50;position:sticky;top:0}.header-inner{height:var(--header-height);max-width:var(--content-width);grid-template-columns:auto 1fr auto;align-items:center;gap:28px;margin:0 auto;padding:0 28px;display:grid}.brand{align-items:center;gap:11px;min-height:44px;display:inline-flex}.brand-word{letter-spacing:-.04em;font-size:21px;font-weight:800}.brand-mark{grid-template-columns:repeat(2,9px);gap:2px;display:grid;transform:rotate(-6deg)}.brand-mark span{background:var(--ink);border-radius:2px;height:9px}.brand-mark span:nth-child(2){background:var(--accent);border-radius:50%}.brand-mark span:nth-child(3){border-radius:50% 2px 2px}.desktop-nav{justify-content:center;align-items:center;gap:5px;display:flex}.nav-link{color:var(--muted);border-radius:999px;align-items:center;min-height:44px;padding:0 15px;font-size:14px;font-weight:650;display:inline-flex;position:relative}.nav-link:hover,.nav-link[aria-current=page]{color:var(--ink)}.nav-link[aria-current=page]:after{background:var(--accent);content:"";border-radius:50%;width:4px;height:4px;position:absolute;bottom:3px;left:calc(50% - 2px)}.preference-row{align-items:center;gap:12px;display:flex}.language-select{align-items:center;gap:8px;display:inline-flex}.language-select>span{color:var(--muted);font-size:11px;font-weight:750}.language-select select{appearance:auto;background:var(--surface-raised);border:1px solid var(--line);color:var(--ink);cursor:pointer;font:inherit;border-radius:999px;min-width:104px;height:40px;padding:0 30px 0 13px;font-size:12px;font-weight:700}.language-select select:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 45%, transparent);outline-offset:2px}.segmented-control{background:color-mix(in srgb, var(--ink) 6%, transparent);border:1px solid var(--line);border-radius:999px;align-items:center;padding:3px;display:inline-flex}.segment-button{cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:38px;height:34px;padding:0 9px;font-size:11px;font-weight:750}.segment-button[aria-pressed=true]{background:var(--surface-raised);box-shadow:0 3px 10px #1218221a}.theme-button{min-width:34px;padding:0}.theme-icon{border:1.5px solid;border-radius:50%;width:13px;height:13px;display:inline-block;position:relative}.theme-icon.system:after{content:"";background:currentColor;width:50%;height:100%;position:absolute;top:0;left:50%}.theme-icon.light{background:0 0;box-shadow:0 0 0 2px #0000}.theme-icon.dark{box-shadow:inset 4px 0 var(--surface-raised);background:currentColor}.menu-button,.mobile-panel{display:none}.hero-section{max-width:var(--content-width);min-height:min(780px, calc(100vh - var(--header-height)));grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(40px,7vw,100px);margin:0 auto;padding:88px 28px 100px;display:grid;position:relative}.hero-copy{z-index:2;position:relative}.eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:20px;font-size:12px;font-weight:800}.hero-copy h1{letter-spacing:-.075em;max-width:800px;margin-bottom:34px;font-size:clamp(52px,7.5vw,104px);font-weight:760;line-height:.94}.hero-copy h1 span{color:var(--accent);display:block}.hero-description{color:var(--muted);max-width:610px;font-size:clamp(16px,1.55vw,20px);line-height:1.75}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:22px;min-height:52px;padding:0 23px;font-size:14px;font-weight:750;transition:transform .18s,box-shadow .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--ink);color:var(--background)}.button.primary:hover{box-shadow:0 12px 30px color-mix(in srgb, var(--ink) 24%, transparent)}.button.secondary{border-color:var(--line)}.button.light{color:#182235;background:#fffdf7}.trust-note{color:var(--muted);align-items:center;gap:9px;margin:24px 0 0;font-size:12px;display:flex}.trust-note span{background:#4aa772;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 4px #4aa77226}.hero-puzzle{aspect-ratio:1;width:100%;max-width:500px;margin-left:auto;position:relative}.hero-puzzle:before{background:var(--blue);content:"";opacity:.8;border-radius:50%;position:absolute;inset:9%}.hero-puzzle p{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;writing-mode:vertical-rl;margin:0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;position:absolute;bottom:6%;right:4%}.puzzle-plane{grid-template-columns:repeat(2,1fr);gap:6px;width:58%;padding:6px;display:grid;position:absolute;transform:rotate(-9deg)}.puzzle-plane span{aspect-ratio:1;background:var(--surface-raised);box-shadow:var(--shadow);border-radius:13px;justify-content:center;align-items:center;display:flex}.plane-back{top:5%;right:4%;transform:rotate(11deg)}.plane-back span:first-child,.plane-back span:nth-child(4){background:var(--lime)}.plane-back span:nth-child(2){background:var(--accent)}.plane-front{bottom:5%;left:3%}.tile-dot:after{background:var(--accent);content:"";border-radius:50%;width:24%;height:24%}.tile-lines:after{background:repeating-linear-gradient(to bottom, var(--ink) 0 2px, transparent 2px 8px);content:"";width:45%;height:42%}.tile-number{color:var(--ink);font-family:Georgia,serif;font-size:clamp(44px,6vw,76px)}.hero-orbit{border:1px solid var(--line);pointer-events:none;border-radius:50%;position:absolute}.orbit-one{width:520px;height:520px;top:60px;right:-290px}.orbit-two{width:160px;height:160px;bottom:30px;left:-110px}.content-section{max-width:var(--content-width);margin:0 auto;padding:100px 28px}.games-section{border-top:1px solid var(--line)}.section-heading{grid-template-columns:minmax(0,1.2fr) minmax(280px,.55fr);align-items:end;gap:60px;margin-bottom:48px;display:grid}.section-heading h2,.feature-copy h2,.community-feature h2{letter-spacing:-.055em;margin-bottom:0;font-size:clamp(36px,4.4vw,62px);line-height:1.06}.section-heading>p,.feature-copy>p:not(.eyebrow),.community-feature>p:not(.eyebrow){color:var(--muted);line-height:1.75}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.game-card{border:1px solid color-mix(in srgb, var(--ink) 9%, transparent);border-radius:var(--radius-md);flex-direction:column;min-height:410px;padding:20px;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden}.game-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.game-card.sudoku{color:#271713;background:#f5ad9a}.game-card.nonogram{background:var(--blue);color:#14213c}.game-card.kakuro{background:var(--lime);color:#202711}.game-card.sokoban{background:var(--lavender);color:#251c38}.game-card-topline{justify-content:space-between;align-items:center;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;display:flex}.status-chip{opacity:.7;border:1px solid;border-radius:999px;padding:5px 8px}.game-preview{grid-template-columns:repeat(3,1fr);align-self:center;gap:3px;width:min(72%,170px);margin:38px auto 30px;display:grid;transform:rotate(-3deg)}.game-preview span{aspect-ratio:1;background:color-mix(in srgb, currentColor 12%, white);border:1px solid color-mix(in srgb, currentColor 36%, transparent);border-radius:4px}.game-preview.sudoku span:nth-child(2):after,.game-preview.sudoku span:nth-child(6):after,.game-preview.sudoku span:nth-child(8):after{content:"7";justify-content:center;align-items:center;height:100%;font-family:Georgia,serif;font-size:21px;display:flex}.game-preview.nonogram span:nth-child(2),.game-preview.nonogram span:nth-child(4),.game-preview.nonogram span:nth-child(5),.game-preview.nonogram span:nth-child(6),.game-preview.nonogram span:nth-child(8){background:#26375f}.game-preview.kakuro span:first-child,.game-preview.kakuro span:nth-child(5),.game-preview.kakuro span:nth-child(9){background:linear-gradient(135deg,#273114 0 48%,#0000 49% 51%,#273114 52%)}.game-preview.sokoban span:nth-child(2),.game-preview.sokoban span:nth-child(7){background:#fff8e4;border-radius:50%;box-shadow:inset 0 0 0 7px #ef7152}.game-preview.sokoban span:nth-child(5){background:#624d8f;box-shadow:inset 0 0 0 5px #d7c9ff}.game-card-copy{margin-top:auto}.game-card-link{flex-direction:column;flex:1;display:flex}.game-card h3{letter-spacing:-.035em;margin-bottom:9px;font-size:25px}.game-card p{opacity:.74;margin-bottom:0;font-size:13px;line-height:1.6}.text-link{align-items:center;gap:10px;width:fit-content;min-height:44px;margin-top:30px;margin-left:auto;font-size:14px;font-weight:750;display:flex}.feature-row{grid-template-columns:1.35fr .65fr;gap:18px;padding-top:20px;display:grid}.daily-feature,.community-feature{border-radius:var(--radius-lg);min-height:450px;padding:clamp(30px,5vw,60px);position:relative;overflow:hidden}.daily-feature{background:var(--ink);color:var(--background);grid-template-columns:1fr .8fr;gap:30px;display:grid}.daily-feature .eyebrow{color:var(--lime)}.daily-feature .feature-copy>p:not(.eyebrow){color:color-mix(in srgb, var(--background) 72%, transparent);max-width:470px}.daily-feature .button{margin-top:22px}.daily-visual{justify-content:center;align-items:center;min-height:260px;display:flex;position:relative}.daily-ring{border:1px solid color-mix(in srgb, var(--background) 30%, transparent);border-radius:50%;width:min(24vw,280px);height:min(24vw,280px);position:absolute}.daily-ring:after{border:1px solid var(--accent);content:"";border-radius:50%;position:absolute;inset:15%}.daily-seven{color:var(--lime);font-family:Georgia,serif;font-size:clamp(100px,15vw,190px);line-height:1;position:relative}.daily-label{background:var(--accent);color:#fff;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800;position:absolute;bottom:12%;right:4%;transform:rotate(-8deg)}.community-feature{background:var(--surface-raised);border:1px solid var(--line)}.community-feature .eyebrow{color:#7f60d7}.community-footer{justify-content:space-between;align-items:end;display:flex;position:absolute;bottom:clamp(30px,5vw,60px);left:clamp(30px,5vw,60px);right:clamp(30px,5vw,60px)}.avatar-stack{display:flex}.avatar-stack span{background:var(--blue);border:3px solid var(--surface-raised);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-left:-9px;font-size:11px;font-weight:800;display:flex}.avatar-stack span:first-child{background:var(--lime);margin-left:0}.avatar-stack span:last-child{background:var(--accent)}.round-link{background:var(--ink);color:var(--background);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:24px;display:flex}.feature-page{max-width:var(--content-width);min-height:calc(100vh - var(--header-height));margin:0 auto;padding:100px 28px}.feature-page-heading{max-width:780px;margin-bottom:70px}.feature-page-heading h1{letter-spacing:-.075em;margin-bottom:28px;font-size:clamp(58px,10vw,128px);line-height:.9}.feature-page-heading>p:last-child{color:var(--muted);max-width:600px;font-size:18px;line-height:1.7}.feature-page-art{aspect-ratio:2.8;background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:12px;display:flex;position:relative;overflow:hidden}.feature-page-art span{background:var(--blue);border-radius:20px;width:12%;height:38%;transform:rotate(8deg)}.feature-page-art span:nth-child(2){background:var(--lime);transform:translateY(30%)rotate(-7deg)}.feature-page-art span:nth-child(3){background:var(--lavender);transform:translateY(-25%)rotate(5deg)}.feature-page-art span:nth-child(4){background:var(--accent);transform:rotate(-10deg)}.feature-page-art strong{color:var(--ink);font-family:Georgia,serif;font-size:clamp(80px,15vw,190px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.feature-page-note{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:68px;margin-top:24px;font-size:14px;font-weight:700;display:flex}.sudoku-page{--sudoku-board-size:min(660px, calc(100svh - var(--header-height) - 64px), calc(100vw - 400px));max-width:1120px;min-height:calc(100vh - var(--header-height));place-items:start center;width:100%;margin:0 auto;padding:32px 28px 48px;display:grid}.sudoku-heading{flex-wrap:wrap;grid-area:heading;justify-content:space-between;align-self:stretch;align-items:center;gap:14px;min-width:0;display:flex}.sudoku-heading h1{letter-spacing:-.055em;margin:2px 0 0;font-size:clamp(28px,3vw,42px);line-height:1}.sudoku-title-group{align-items:center;gap:14px;min-width:0;display:flex}.sudoku-title-group .eyebrow{margin-bottom:0;font-size:10px}.sudoku-difficulty{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 11px;font-size:11px;font-weight:750}.sudoku-editor-link{color:var(--accent);text-underline-offset:3px;font-size:11px;font-weight:750;text-decoration:underline}.sudoku-editor-page .sudoku-cell:not(.is-given) strong{color:var(--accent)}.sudoku-editor-page .sudoku-tool-row button{min-width:0}.sudoku-publication-panel{background:var(--surface);border:1px solid var(--line);border-radius:24px;grid-template-columns:minmax(190px,.8fr) minmax(280px,1.4fr) auto;gap:24px;width:100%;margin-top:36px;padding:28px;display:grid}.sudoku-publication-panel h2{letter-spacing:-.04em;margin:4px 0 8px;font-size:clamp(22px,2.5vw,30px)}.sudoku-publication-panel p{color:var(--muted);margin:0;line-height:1.55}.sudoku-publication-fields{gap:14px;display:grid}.sudoku-publication-fields label{gap:7px;font-size:12px;font-weight:750;display:grid}.sudoku-publication-fields input,.sudoku-publication-fields textarea{background:var(--background);border:1px solid var(--line-strong);color:var(--foreground);font:inherit;resize:vertical;border-radius:13px;width:100%;min-height:46px;padding:11px 13px}.sudoku-publication-actions{align-content:start;gap:9px;min-width:180px;display:grid}.sudoku-publication-actions button{background:var(--foreground);color:var(--background);cursor:pointer;border:0;border-radius:999px;min-height:46px;padding:10px 18px;font-weight:800}.sudoku-publication-actions button+button{background:var(--accent);color:#fff}.sudoku-publication-actions button:disabled,.sudoku-publication-fields :disabled{cursor:not-allowed;opacity:.48}.sudoku-publication-actions small{color:var(--muted);text-align:center;font-size:11px;line-height:1.45}.sudoku-tool-row.official-tools{grid-template-columns:repeat(3,1fr)}.sudoku-result{color:var(--accent);text-align:center;margin:8px 0 0;font-size:20px;font-weight:800}.sudoku-official-state{align-items:center}.sudoku-official-state .feature-copy{max-width:620px}.sudoku-workspace{grid-template-areas:"board heading""board controls";grid-template-columns:var(--sudoku-board-size) minmax(280px, 340px);grid-template-rows:auto 1fr;gap:14px clamp(24px,4vw,54px);width:fit-content;display:grid}.sudoku-board{background:var(--ink);border:3px solid var(--ink);width:var(--sudoku-board-size);grid-area:board;grid-template-columns:repeat(9,1fr);place-self:start center;gap:1px;display:grid;overflow:hidden}.sudoku-cell{aspect-ratio:1;background:var(--surface-raised);cursor:pointer;border:0;justify-content:center;align-items:center;min-height:0;padding:0;font-size:clamp(18px,3.2vw,34px);display:flex;position:relative}.sudoku-cell:nth-child(3n):not(:nth-child(9n)){box-shadow:2px 0 var(--ink)}.sudoku-cell:nth-child(n+19):nth-child(-n+27),.sudoku-cell:nth-child(n+46):nth-child(-n+54){box-shadow:inset 0 -2px var(--ink)}.sudoku-cell:nth-child(n+19):nth-child(-n+27):nth-child(3n):not(:nth-child(9n)),.sudoku-cell:nth-child(n+46):nth-child(-n+54):nth-child(3n):not(:nth-child(9n)){box-shadow:inset 0 -2px var(--ink), 2px 0 var(--ink)}.sudoku-cell.is-related{background:color-mix(in srgb, var(--blue) 28%, var(--surface-raised))}.sudoku-cell.is-same-value{background:color-mix(in srgb, var(--lime) 46%, var(--surface-raised))}.sudoku-cell.is-selected{background:var(--blue);box-shadow:inset 0 0 0 3px var(--ink);z-index:2}.sudoku-cell.is-given strong{font-weight:850}.sudoku-cell:not(.is-given) strong{color:color-mix(in srgb, var(--ink) 74%, var(--accent));font-weight:650}.sudoku-cell.is-conflict strong{color:#a9281a;-webkit-text-decoration:underline wavy;text-decoration:underline wavy;text-decoration-thickness:2px}:root[data-theme=dark] .sudoku-cell.is-conflict strong{color:#ff9279}.sudoku-notes{grid-template-columns:repeat(3,1fr);width:100%;height:100%;font-size:clamp(7px,1.1vw,12px);display:grid}.sudoku-notes i{justify-content:center;align-items:center;font-style:normal;display:flex}.sudoku-controls{flex-direction:column;grid-area:controls;justify-content:center;align-self:stretch;min-height:0;display:flex}.sudoku-keyboard-help{color:var(--muted);font-size:12px;line-height:1.6}.sudoku-save-status{color:var(--muted);align-items:center;gap:7px;margin:0;font-size:11px;display:flex}.sudoku-save-status span{background:#238a55;border-radius:50%;width:7px;height:7px}.sudoku-number-pad{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:12px;display:grid}.sudoku-number-pad button,.sudoku-tool-row button{background:var(--surface-raised);border:1px solid var(--line);cursor:pointer;border-radius:16px;min-height:56px;font-weight:750}.sudoku-number-pad button{color:var(--accent);justify-content:center;align-items:center;font-family:Georgia,serif;display:flex;position:relative}.sudoku-number-pad strong{font-size:clamp(26px,4vw,38px);font-weight:500}.sudoku-number-pad small{color:var(--muted);font-family:Arial,sans-serif;font-size:9px;position:absolute;top:6px;right:8px}.sudoku-number-pad button.is-complete{opacity:.42}.sudoku-number-pad button:hover,.sudoku-number-pad button:focus-visible,.sudoku-tool-row button:hover,.sudoku-tool-row button:focus-visible,.sudoku-tool-row button.is-active{background:var(--blue)}.sudoku-tool-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.sudoku-tool-row button{flex-direction:column;justify-content:center;align-items:center;padding:6px 4px;font-size:19px;display:flex}.sudoku-tool-row button small{margin-top:3px;font-size:10px;font-weight:700}.sudoku-number-pad button:disabled,.sudoku-tool-row button:disabled{cursor:not-allowed;opacity:.38}.sudoku-keyboard-help{text-align:center;margin:12px 0 0}.sudoku-live-status{color:var(--accent);text-align:center;min-height:30px;padding-top:10px;font-size:12px;font-weight:750;line-height:1.5}.sudoku-back-link{color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:750;text-decoration:none;display:inline-flex}.sudoku-back-link span:first-child{font-size:19px;line-height:1}.sudoku-back-link:hover{color:var(--ink)}.account-page{max-width:var(--content-width);min-height:calc(100vh - var(--header-height));margin:0 auto;padding:92px 28px 80px;position:relative;overflow:hidden}.account-page-art{opacity:.8;grid-template-columns:repeat(2,92px);gap:10px;display:grid;position:absolute;top:72px;right:7%;transform:rotate(11deg)}.account-page-art span{aspect-ratio:1;background:var(--blue);border-radius:18px}.account-page-art span:nth-child(2){background:var(--lime)}.account-page-art span:nth-child(3){background:var(--accent)}.account-page-art span:nth-child(4){background:var(--lavender)}.account-heading{z-index:1;max-width:640px;position:relative}.account-heading h1{letter-spacing:-.065em;margin-bottom:24px;font-size:clamp(52px,7vw,92px);line-height:.94}.account-heading>p:last-child{color:var(--muted);font-size:17px;line-height:1.7}.account-status,.account-empty,.account-card{background:var(--surface-raised);border:1px solid var(--line);z-index:1;border-radius:28px;margin-top:64px;position:relative}.account-status{color:var(--muted);min-height:180px;padding:72px 40px}.account-empty{flex-direction:column;align-items:start;max-width:720px;padding:clamp(32px,6vw,72px);display:flex}.account-empty h2{letter-spacing:-.045em;margin:28px 0 14px;font-size:clamp(32px,4vw,52px)}.account-empty p{color:var(--muted);max-width:560px;margin-bottom:28px;line-height:1.7}.account-empty small{color:var(--muted);margin-top:16px}.google-mark,.account-orbit{background:var(--foreground);color:var(--background);letter-spacing:.08em;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;font-weight:900;display:flex}.account-orbit{background:var(--blue);color:#10172b;font-size:18px}.account-card{overflow:hidden}.account-tabs{border-bottom:1px solid var(--line);gap:8px;padding:12px 24px 0;display:flex}.account-tabs a{border-bottom:2px solid #0000;align-items:center;min-height:52px;padding:0 16px;font-weight:750;display:flex}.account-tabs a[aria-current=page]{border-bottom-color:var(--accent);color:var(--accent)}.account-identity{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:34px 40px;display:grid}.account-identity>span{background:var(--lime);color:#10172b;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:24px;font-weight:850;display:flex}.account-identity strong,.account-identity small{display:block}.account-identity strong{margin-bottom:5px;font-size:20px}.account-identity small{color:var(--muted)}.role-badges{gap:6px;display:flex}.role-badges span{border:1px solid var(--line-strong);border-radius:999px;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.account-form{gap:24px;max-width:760px;padding:44px 40px;display:grid}.account-form label{gap:9px;font-weight:750;display:grid}.account-form input,.account-form textarea,.account-form select{background:var(--background);border:1px solid var(--line-strong);color:var(--foreground);font:inherit;border-radius:14px;width:100%;min-height:52px;padding:13px 15px}.account-form textarea{resize:vertical}.account-form small{color:var(--muted);font-weight:500}.account-form .button{border:0;justify-self:start}.account-form .button:disabled{cursor:wait;opacity:.55}.settings-form{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-form .button,.settings-form .save-status{grid-column:1/-1}.save-status{color:var(--muted);min-height:24px}.save-status.saved{color:#36925e}.save-status.error{color:var(--accent)}.logout-form{border-top:1px solid var(--line);padding:24px 40px 32px}.logout-form button{color:var(--foreground);cursor:pointer;background:0 0;border:0}.site-footer{border-top:1px solid var(--line);max-width:var(--content-width);justify-content:space-between;align-items:end;margin:70px auto 0;padding:48px 28px 56px;display:flex}.footer-brand{margin-bottom:13px}.site-footer p{color:var(--muted);margin-bottom:0;font-size:13px}.footer-status{align-items:center;gap:9px;display:flex}.footer-status span{background:#4aa772;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.38}}@media (max-width:1020px){.header-inner{grid-template-columns:auto 1fr auto}.desktop-nav{gap:0}.nav-link{padding:0 10px}.desktop-preferences{display:none}.hero-section{grid-template-columns:minmax(0,1fr) minmax(300px,.75fr)}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-card{min-height:390px}.feature-row{grid-template-columns:1fr}.community-feature{min-height:390px}}@media (max-width:760px){:root{--header-height:68px}.header-inner{padding:0 18px}.desktop-nav,.desktop-preferences{display:none}.menu-button{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:50%;grid-column:3;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.menu-glyph{flex-direction:column;gap:6px;display:flex}.menu-glyph span{background:currentColor;width:18px;height:1.5px;transition:transform .18s;display:block}.menu-glyph.open span:first-child{transform:translateY(3.75px)rotate(45deg)}.menu-glyph.open span:last-child{transform:translateY(-3.75px)rotate(-45deg)}.mobile-panel{background:var(--background);border-bottom:1px solid var(--line);opacity:0;pointer-events:none;visibility:hidden;max-height:0;padding:0 18px;transition:max-height .26s,opacity .18s,padding .26s,visibility 0s linear .26s;display:block;overflow:hidden}.mobile-panel.is-open{max-height:calc(100vh - var(--header-height));opacity:1;pointer-events:auto;visibility:visible;padding-bottom:28px;transition-delay:0s;overflow:auto}.mobile-panel nav{border-top:1px solid var(--line);margin-bottom:24px}.mobile-nav-link{border-bottom:1px solid var(--line);align-items:center;min-height:64px;font-size:25px;font-weight:700;display:flex}.mobile-nav-link[aria-current=page]{color:var(--accent)}.mobile-nav-index{color:var(--muted);margin-right:18px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px}.preference-row{justify-content:space-between}.hero-section{flex-direction:column;min-height:auto;padding:64px 18px 80px;display:flex}.hero-copy h1{font-size:clamp(48px,15vw,74px)}.hero-puzzle{max-width:420px;margin:15px auto 0}.orbit-one{width:340px;height:340px;right:-240px}.content-section{padding:76px 18px}.section-heading{grid-template-columns:1fr;align-items:start;gap:20px;margin-bottom:34px}.section-heading h2,.feature-copy h2,.community-feature h2{font-size:clamp(34px,10vw,48px)}.game-card{min-height:360px}.daily-feature{grid-template-columns:1fr}.daily-ring{width:240px;height:240px}.feature-page{padding:72px 18px}.feature-page-art{aspect-ratio:1.25}.sudoku-page{--sudoku-board-size:min(calc(100vw - 16px), calc(100svh - var(--header-height) - 230px));min-height:calc(100svh - var(--header-height));padding:10px 8px 18px}.sudoku-workspace{grid-template-areas:"heading""board""controls";grid-template-columns:var(--sudoku-board-size);grid-template-rows:auto auto auto;gap:10px}.sudoku-heading{flex-wrap:nowrap;min-height:42px}.sudoku-heading h1{font-size:28px}.sudoku-editor-link,.sudoku-save-status{display:none}.sudoku-board{border-width:2px}.sudoku-number-pad{grid-template-columns:repeat(9,1fr);gap:4px;margin-bottom:7px}.sudoku-number-pad button{border-radius:11px;min-height:48px}.sudoku-number-pad strong{font-size:clamp(21px,7vw,29px)}.sudoku-number-pad small{font-size:7px;top:3px;right:4px}.sudoku-tool-row{grid-template-columns:repeat(5,1fr);gap:5px}.sudoku-tool-row button{border-radius:11px;min-height:46px;padding:4px 2px;font-size:17px}.sudoku-tool-row button small{font-size:9px}.sudoku-live-status{min-height:20px;padding-top:4px}.sudoku-keyboard-help{display:none}.sudoku-publication-panel{grid-template-columns:1fr;gap:18px;margin-top:24px;padding:22px 18px}.sudoku-publication-actions{grid-template-columns:1fr 1fr}.sudoku-publication-actions small{grid-column:1/-1}.account-page{padding:64px 18px 72px}.account-page-art{opacity:.45;grid-template-columns:repeat(2,58px);top:34px;right:-12px}.account-heading{padding-right:54px}.account-status,.account-empty,.account-card{margin-top:42px}.account-tabs,.account-identity,.account-form,.logout-form{padding-left:22px;padding-right:22px}.account-identity{grid-template-columns:auto 1fr;align-items:start}.role-badges{grid-column:1/-1}.settings-form{grid-template-columns:1fr}.settings-form .button,.settings-form .save-status{grid-column:auto}.site-footer{flex-direction:column;align-items:start;gap:28px;margin-top:30px;padding:42px 18px}}@media (max-width:500px){.hero-actions{flex-direction:column;align-items:stretch}.button{width:100%}.game-grid{grid-template-columns:1fr}.game-card{min-height:390px}.feature-page-note{flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;padding:16px 0}.sudoku-back-link span:last-child{display:none}}@media (max-height:600px) and (orientation:landscape){.sudoku-page{--sudoku-board-size:min(calc(100svh - var(--header-height) - 16px), calc(100vw - 300px));min-height:calc(100svh - var(--header-height));padding:8px}.sudoku-workspace{grid-template-areas:"board heading""board controls";grid-template-columns:var(--sudoku-board-size) minmax(260px, 1fr);grid-template-rows:auto 1fr;gap:7px 16px;width:100%}.sudoku-heading{flex-wrap:nowrap;min-height:36px}.sudoku-heading h1{font-size:25px}.sudoku-title-group .eyebrow,.sudoku-save-status,.sudoku-keyboard-help{display:none}.sudoku-controls{justify-content:start}.sudoku-number-pad{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:6px}.sudoku-number-pad button{border-radius:10px;min-height:48px}.sudoku-number-pad strong{font-size:27px}.sudoku-tool-row{grid-template-columns:repeat(5,1fr);gap:5px}.sudoku-tool-row button{border-radius:10px;min-height:44px}.sudoku-live-status{min-height:18px;padding-top:3px}.sudoku-publication-panel{margin-top:24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.footer-status span{animation:none}}:lang(ko) body{line-break:strict;overflow-wrap:break-word;word-break:keep-all}.header-account-slot{justify-self:end;min-width:142px}.header-account{justify-content:flex-end;align-items:center;gap:10px;display:flex}.account-action-placeholder{background:var(--surface-raised);border:1px solid var(--line);border-radius:999px;width:112px;height:40px;display:block}.header-login,.header-profile-link,.header-logout button{border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;min-height:40px;font-size:13px;font-weight:750;display:inline-flex}.header-login{background:var(--ink);color:var(--surface-raised);min-width:82px;padding:0 18px}.header-login.muted{color:var(--muted);background:0 0}.header-profile-link{gap:8px;max-width:190px;padding:4px 12px 4px 4px}.header-avatar{background:var(--ink);color:var(--surface-raised);border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:800;display:inline-flex}.header-nickname{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.header-logout button{color:var(--muted);cursor:pointer;background:0 0;padding:0 13px}.header-logout button:hover,.header-profile-link:hover{border-color:color-mix(in srgb, var(--ink) 35%, var(--line));color:var(--ink)}.footer-preferences{align-self:center}.home-intro{max-width:var(--content-width);grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:stretch;gap:clamp(28px,5vw,72px);margin:0 auto;padding:76px 28px 68px;display:grid}.home-intro-copy{align-self:center;max-width:760px}.home-intro h1{letter-spacing:-.06em;margin-bottom:24px;font-size:clamp(48px,6vw,78px);line-height:1.02}.home-intro h1 span{color:var(--accent);white-space:nowrap;display:inline-block}:lang(ko) .home-intro h1{letter-spacing:-.04em;font-size:clamp(42px,5.2vw,66px);line-height:1.16}.home-intro-description{color:var(--muted);max-width:620px;font-size:18px;line-height:1.7}.home-intro-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.home-local-note{color:var(--muted);align-items:center;gap:9px;margin:20px 0 0;font-size:13px;display:flex}.home-local-note span{background:#4aa772;border-radius:50%;flex:none;width:7px;height:7px}.home-daily-card{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;justify-content:space-between;min-height:310px;padding:clamp(26px,4vw,42px);display:flex}.home-daily-card h2{letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(30px,3.2vw,44px);line-height:1.12}.home-daily-card>div>p:last-child{color:var(--muted);line-height:1.7}.home-daily-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:28px;padding-top:18px;font-size:13px;font-weight:700;display:flex}.home-daily-footer>span{color:var(--muted)}.home-daily-footer a{align-items:center;gap:7px;display:inline-flex}.section-heading.compact{align-items:center;gap:36px;margin-bottom:34px}.game-card{background:var(--surface-raised);min-height:360px;padding:18px}.game-card.sudoku{background:color-mix(in srgb, #f5ad9a 24%, var(--surface-raised))}.game-card.nonogram{background:color-mix(in srgb, var(--blue) 25%, var(--surface-raised))}.game-card.kakuro{background:color-mix(in srgb, var(--lime) 24%, var(--surface-raised))}.game-card.sokoban{background:color-mix(in srgb, var(--lavender) 30%, var(--surface-raised))}.game-preview{width:min(62%,138px);margin:24px auto 22px;transform:none}.game-card-actions{grid-template-columns:1fr auto;gap:8px;margin-top:20px;display:grid}.game-learn-link,.game-practice-link{border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 13px;font-size:12px;font-weight:750;display:inline-flex}.game-learn-link{background:var(--ink);color:var(--surface-raised);gap:7px}.game-practice-link{border:1px solid color-mix(in srgb, currentColor 28%, transparent)}.learn-page{max-width:1080px;min-height:calc(100vh - var(--header-height));margin:0 auto;padding:48px 28px 72px}.learn-back{color:var(--muted);min-height:44px;padding-top:12px;font-size:13px;font-weight:700;display:inline-flex}.learn-heading{max-width:720px;margin:32px 0 42px}.learn-heading h1{letter-spacing:-.055em;margin-bottom:18px;font-size:clamp(42px,6vw,68px);line-height:1.05}:lang(ko) .learn-heading h1{letter-spacing:-.035em;line-height:1.16}.learn-heading>p:last-child{color:var(--muted);font-size:17px;line-height:1.7}.learn-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:20px;display:grid}.learn-steps{gap:6px;display:grid}.learn-steps button{color:var(--muted);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;min-height:48px;padding:6px 10px;font-size:14px;font-weight:700;display:flex}.learn-steps button span{border:1px solid var(--line);border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;display:inline-flex}.learn-steps button.active{background:var(--surface-raised);border-color:var(--line);color:var(--ink)}.learn-steps button.active span{background:var(--ink);color:var(--surface-raised)}.learn-card{background:var(--surface-raised);border:1px solid var(--line);border-radius:var(--radius-lg);grid-template-columns:minmax(0,1fr) minmax(180px,.55fr);gap:28px 40px;min-height:420px;padding:clamp(28px,5vw,50px);display:grid}.learn-card-copy{align-self:center}.learn-progress{color:var(--accent);letter-spacing:.08em;font-size:12px;font-weight:800}.learn-card h2{letter-spacing:-.045em;margin:12px 0 18px;font-size:clamp(30px,4vw,46px);line-height:1.08}.learn-card-copy>p:last-child{color:var(--muted);font-size:17px;line-height:1.75}.learn-preview{grid-template-columns:repeat(3,1fr);align-self:center;gap:5px;width:100%;display:grid}.learn-preview span{aspect-ratio:1;background:var(--background);border:1px solid var(--line);border-radius:8px}.learn-preview span.active{background:color-mix(in srgb, var(--accent) 72%, white);border-color:var(--accent)}.learn-controls{grid-column:1/-1;justify-content:space-between;gap:10px;display:flex}.learn-controls .button:disabled{cursor:not-allowed;opacity:.4}.learn-local-note{color:var(--muted);margin:20px 0 0 250px;font-size:13px;line-height:1.6}@media (max-width:1020px){.header-account-slot{min-width:128px}.header-nickname{max-width:74px}.header-logout button{padding:0 10px}.home-intro{grid-template-columns:minmax(0,1fr) minmax(280px,.7fr)}}@media (max-width:760px){.header-inner{grid-template-columns:auto 1fr auto auto;gap:9px}.header-account-slot{grid-column:3;min-width:44px}.menu-button{grid-column:4}.header-account-slot .header-nickname,.header-account-slot .header-logout{display:none}.header-account-slot .header-profile-link{border:0;min-height:44px;padding:7px}.header-account-slot .header-login{min-width:auto;padding:0 13px}.account-action-placeholder{width:58px;height:38px}.mobile-panel .header-account.panel{border-bottom:1px solid var(--line);justify-content:space-between;margin-bottom:20px;padding:4px 0 20px}.mobile-panel .header-profile-link{border:0;max-width:65%;padding-left:0}.home-intro{grid-template-columns:1fr;gap:28px;padding:52px 18px 48px}.home-intro h1,:lang(ko) .home-intro h1{font-size:clamp(38px,11vw,54px)}.home-intro-description{font-size:16px}.home-daily-card{min-height:240px}.content-section.games-section{padding-top:58px}.game-grid{grid-template-columns:1fr}.game-card{min-height:330px}.learn-page{padding:28px 18px 56px}.learn-heading{margin:20px 0 30px}.learn-layout{grid-template-columns:1fr}.learn-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding-bottom:4px;display:grid;overflow:visible}.learn-steps button{text-align:center;flex-direction:column;gap:5px;min-width:0;min-height:44px;padding:7px 4px;font-size:11px}.learn-card{grid-template-columns:1fr;min-height:0}.learn-preview{max-width:120px}.learn-local-note{margin-left:0}.site-footer{flex-direction:column;align-items:start;gap:24px}}@media (max-width:430px){.brand-word{display:none}.home-intro-actions .button{flex:100%}.game-card-actions{grid-template-columns:1fr}.learn-card{padding:24px 20px}.learn-controls{flex-direction:column-reverse;align-items:stretch}}@media (max-height:500px) and (orientation:landscape){.home-intro{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:24px;padding:22px 20px 28px}.home-intro .eyebrow,.home-daily-card .eyebrow{margin-bottom:8px}.home-intro h1,:lang(ko) .home-intro h1{margin-bottom:10px;font-size:38px}.home-intro-description{font-size:14px;line-height:1.5}.home-intro-actions{margin-top:12px}.home-intro-actions .button{min-height:42px}.home-local-note{margin-top:10px}.home-daily-card{min-height:250px;padding:22px}.home-daily-card h2{margin-bottom:9px;font-size:27px}.home-daily-card>div>p:last-child{font-size:13px;line-height:1.5}.home-daily-footer{margin-top:12px;padding-top:12px}.learn-page{padding:12px 20px 28px}.learn-back{min-height:32px;padding-top:6px}.learn-heading{margin:4px 0 14px}.learn-heading .eyebrow{display:none}.learn-heading h1,:lang(ko) .learn-heading h1{margin-bottom:5px;font-size:34px}.learn-heading>p:last-child{font-size:13px;line-height:1.5}.learn-layout{grid-template-columns:180px minmax(0,1fr)}.learn-steps button{min-height:38px}.learn-card{grid-template-columns:minmax(0,1fr) 96px;gap:12px 24px;min-height:260px;padding:18px 22px}.learn-card h2{margin:5px 0 8px;font-size:26px}.learn-card-copy>p:last-child{font-size:14px;line-height:1.5}.learn-preview{max-width:96px}.learn-controls .button{min-height:42px}.learn-local-note{margin-top:12px}}
