:root{color-scheme:light;--brand: 187 84% 42%;--brand-strong: 189 88% 35%;--accent: 221 85% 57%;--background: 204 33% 98%;--foreground: 22 16% 14%;--muted: 205 28% 94%;--muted-2: 206 18% 86%;--card: 0 0% 100%;--border: 205 18% 84%;--ink-muted: 24 10% 42%;--shadow: 0 18px 50px hsl(203 34% 20% / .12);--cell-shadow: inset 0 0 0 1px hsl(var(--foreground) / .11);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground))}:root.dark{color-scheme:dark;--background: 24 18% 9%;--foreground: 35 20% 94%;--muted: 24 15% 14%;--muted-2: 24 12% 21%;--card: 24 16% 12%;--border: 24 12% 24%;--ink-muted: 35 12% 70%;--shadow: 0 20px 55px hsl(0 0% 0% / .32);--cell-shadow: inset 0 0 0 1px hsl(var(--foreground) / .14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(calc(100% - 32px),1120px);margin-inline:auto}.narrow{width:min(calc(100% - 32px),780px)}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;padding:10px 14px;border-radius:8px;background:hsl(var(--foreground));color:hsl(var(--background));transition:top .2s ease}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{height:68px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:760;letter-spacing:0}.brand-mark{width:34px;height:34px;border-radius:8px}.desktop-nav,.header-actions,.hero-actions,.inline-actions,.game-actions,.modal-actions{display:flex;align-items:center;gap:10px}.desktop-nav{margin-left:auto}.nav-link,.mobile-nav-link{min-height:40px;display:inline-flex;align-items:center;gap:6px;border-radius:8px;padding:0 13px;color:hsl(var(--ink-muted));font-size:14px;font-weight:650}.nav-link:hover,.nav-link.active,.mobile-nav-link:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.new-badge{border-radius:999px;padding:2px 6px;background:hsl(var(--brand) / .14);color:hsl(var(--brand-strong));font-size:10px;font-weight:800;text-transform:uppercase}.icon-button,.primary-button,.secondary-button{min-height:42px;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:720;line-height:1;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.icon-button{width:42px;background:hsl(var(--muted));color:hsl(var(--foreground))}.primary-button{padding:0 18px;background:hsl(var(--brand));color:#fff;box-shadow:0 10px 22px hsl(var(--brand) / .22)}.secondary-button{padding:0 15px;background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}.primary-button:hover,.secondary-button:hover,.icon-button:hover{transform:translateY(-1px)}.primary-button:disabled,.secondary-button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.48;transform:none}.wide{width:100%}.mobile-menu,.mobile-nav{display:none}.mobile-nav{border-top:1px solid hsl(var(--border));padding:10px 16px 14px;background:hsl(var(--background))}.mobile-nav-link{justify-content:flex-start}.game-band{padding:18px 0 28px;background:hsl(var(--background))}.compact-band{padding:22px 0 42px}.game-shell{width:min(100%,448px);margin-inline:auto;-webkit-user-select:none;user-select:none}.game-topline{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px}.game-topline h2{margin:0;font-size:28px;line-height:1.1;font-style:italic;font-weight:760}.game-topline p,.game-stats,.save-row{color:hsl(var(--ink-muted));font-size:14px}.game-topline p{margin:4px 0 0}.game-stats{display:grid;justify-items:end;gap:3px;font-variant-numeric:tabular-nums}.letter-grid{position:relative;container-type:inline-size;display:grid;grid-template-columns:repeat(var(--size),1fr);grid-template-rows:repeat(var(--size),1fr);aspect-ratio:1 / 1;overflow:hidden;border:3px solid hsl(var(--foreground));border-radius:18px;background:hsl(var(--card));box-shadow:var(--shadow);touch-action:none;outline:none}.letter-grid:focus-visible{outline:3px solid hsl(var(--brand) / .55);outline-offset:4px}.letter-grid.paused .tile{color:hsl(var(--foreground) / .7)}.cell{position:relative;min-width:0;min-height:0;background:hsl(var(--card));box-shadow:var(--cell-shadow)}.wall-cell{padding:3px;z-index:4}.wall-cell span{display:block;width:100%;height:100%;border-radius:6px;background:hsl(var(--foreground))}.tile{position:relative;z-index:3;width:100%;height:100%;border:0;background:transparent;color:hsl(var(--foreground));box-shadow:none;font-size:clamp(17px,5cqi,24px);font-weight:840;text-transform:uppercase;transition:color .12s ease,transform .12s ease,text-shadow .12s ease}.tile.used{color:hsl(var(--foreground));text-shadow:0 1px 0 hsl(0 0% 100% / .28)}.tile.selected{color:hsl(var(--foreground));transform:scale(.9);animation:tile-pop .16s ease both}.path-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:100%;height:100%;pointer-events:none}.path-ribbon{filter:drop-shadow(0 7px 9px hsl(203 30% 20% / .18));opacity:.92}.path-group.active .path-ribbon{opacity:.98;animation:active-ribbon .7s ease-in-out infinite alternate}.path-chevron path{fill:none;stroke:#fff;stroke-width:.07;stroke-linecap:round;stroke-linejoin:round}.path-check{animation:check-pop .26s ease both}@keyframes tile-pop{0%{transform:scale(.72)}to{transform:scale(.9)}}@keyframes active-ribbon{0%{filter:drop-shadow(0 5px 8px hsl(187 84% 24% / .16))}to{filter:drop-shadow(0 8px 13px hsl(187 84% 24% / .28))}}@keyframes check-pop{0%{opacity:0}to{opacity:1}}.word-slots{display:grid;gap:8px;margin:14px 0}.word-slot{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid hsl(var(--border));border-radius:8px;padding:8px 10px;background:hsl(var(--card));color:hsl(var(--ink-muted));font-size:12px;font-weight:720}.word-slot.solved{border-color:color-mix(in srgb,var(--slot-color) 45%,hsl(var(--border)));color:hsl(var(--foreground))}.word-slot div{display:flex;gap:4px}.word-slot i{width:18px;height:18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--muted));color:hsl(var(--foreground));font-style:normal;font-size:11px}.word-slot.solved i{background:color-mix(in srgb,var(--slot-color) 25%,hsl(var(--muted)))}.game-actions{flex-wrap:wrap;justify-content:center;margin-top:14px}.save-row{min-height:22px;display:flex;justify-content:center;gap:12px;margin-top:10px}.save-row strong{color:hsl(var(--foreground));font-weight:720}.hero-section{padding:74px 0 92px;text-align:center;background:hsl(var(--background))}.hero-copy{max-width:760px}.eyebrow{margin:0 0 12px;color:hsl(var(--ink-muted));font-size:13px;font-weight:760;letter-spacing:.06em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.hero-copy h1,.page-hero h1{margin-bottom:22px;font-size:clamp(38px,7vw,68px);line-height:.98;font-weight:720;letter-spacing:0;overflow-wrap:anywhere}.hero-copy h1 span,.section-heading h2,.page-hero h1,.game-topline h2{font-family:Georgia,Times New Roman,serif}.hero-copy h1 span,.section-heading h2 span{font-style:italic}.hero-copy p,.page-hero p,.section-heading p{color:hsl(var(--ink-muted));font-size:18px;line-height:1.7}.hero-actions{justify-content:center;flex-wrap:wrap;margin-top:34px}.section{padding:72px 0;background:hsl(var(--background))}.section.muted,.page-hero,.sister-section{background:hsl(var(--muted))}.section-heading{margin-bottom:28px}.seo-intro-section{padding-top:50px}.daily-update-card,.analysis-card,.word-study-card,.icon-guide-card,.empty-state{border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));box-shadow:0 10px 28px #28363e0d}.daily-update-card{padding:24px;display:grid;gap:14px}.daily-update-card>span,.analysis-card span,.word-study-card span,.spoiler-pill,.archive-toolbar label span{color:hsl(var(--ink-muted));font-size:12px;font-weight:780;text-transform:uppercase}.daily-update-card strong{font-size:25px;line-height:1.16}.daily-update-card p,.daily-update-card small{margin:0;color:hsl(var(--ink-muted));line-height:1.58}.daily-update-card div{display:flex;gap:10px;align-items:flex-start;color:hsl(var(--brand-strong))}.analysis-grid,.word-study-grid,.icon-guide-grid{display:grid;gap:14px}.analysis-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.analysis-card{padding:22px}.analysis-card strong{display:block;margin:8px 0;font-size:31px;line-height:1}.analysis-card p{margin:0;color:hsl(var(--ink-muted));line-height:1.55}.strategy-strip{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.strategy-strip div{min-height:96px;border:1px solid hsl(var(--border));border-radius:8px;padding:16px;display:flex;gap:10px;background:hsl(var(--background))}.strategy-strip svg{flex:0 0 auto;color:hsl(var(--brand-strong))}.strategy-strip p{margin:0;color:hsl(var(--foreground) / .84);line-height:1.55}.word-study-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.word-study-card{padding:20px;display:grid;gap:12px;border-top:5px solid var(--word-color)}.word-study-card div{display:grid;gap:4px}.word-study-card strong{font-size:27px;letter-spacing:0}.word-study-card small{color:hsl(var(--ink-muted));font-weight:720}.word-study-card p,.word-study-card blockquote,.word-study-card em{margin:0;color:hsl(var(--foreground) / .84);line-height:1.55}.word-study-card blockquote{border-left:3px solid color-mix(in srgb,var(--word-color) 60%,hsl(var(--border)));padding-left:12px;color:hsl(var(--ink-muted))}.word-study-card em{font-style:normal;color:hsl(var(--brand-strong));font-weight:660}.spoiler-pill{min-height:34px;border:1px solid hsl(var(--border));border-radius:999px;padding:8px 12px;background:hsl(var(--card));white-space:nowrap}.section-heading h2,.prose h2{margin-bottom:12px;font-size:clamp(29px,4vw,44px);line-height:1.08;font-weight:680;letter-spacing:0}.row-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.date-grid,.card-grid,.rule-grid,.sister-grid{display:grid;gap:14px}.date-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.archive-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.date-card,.rule-card,.play-card,.sister-card,.feature-list,.comparison-wrap,.contact-form,.faq-item{border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--card));box-shadow:0 10px 28px #3c302a0d}.date-card{min-height:92px;padding:14px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.date-card:hover,.date-card:focus-visible,.sister-card:hover,.sister-card:focus-visible,.play-card:hover{transform:translateY(-2px);border-color:hsl(var(--brand) / .42);box-shadow:0 16px 34px #27363f17}.archive-date-card{min-height:114px;padding:18px}.date-card span{color:hsl(var(--ink-muted));font-size:12px;font-weight:760;text-transform:uppercase}.date-card strong{font-size:15px;line-height:1.3}.archive-date-card strong{font-size:20px;line-height:1.2}.archive-toolbar{margin-bottom:26px;display:flex;align-items:end;justify-content:space-between;gap:18px}.archive-toolbar h2{margin:0;font-size:clamp(28px,4vw,42px);font-family:Georgia,Times New Roman,serif;font-weight:680}.archive-toolbar label{width:min(100%,360px);display:grid;gap:7px}.archive-toolbar input{width:100%;min-height:44px;border:1px solid hsl(var(--border));border-radius:8px;padding:0 13px;background:hsl(var(--card));color:hsl(var(--foreground));outline:none}.archive-toolbar input:focus{border-color:hsl(var(--brand));box-shadow:0 0 0 3px hsl(var(--brand) / .16)}.archive-month{margin-top:28px}.archive-month h2{margin-bottom:14px;font-size:18px}.empty-state{padding:30px;text-align:center}.empty-state p{color:hsl(var(--ink-muted))}.rule-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.rule-card{padding:22px}.rule-card span{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:hsl(var(--brand) / .12);color:hsl(var(--brand-strong));font-weight:820}.rule-card p{margin:18px 0 0;color:hsl(var(--foreground) / .86);line-height:1.55}.comparison-wrap{overflow-x:auto}.comparison-table{width:100%;min-width:680px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:16px 18px;border-bottom:1px solid hsl(var(--border));text-align:left}.comparison-table th{color:hsl(var(--ink-muted));font-size:12px;text-transform:uppercase;letter-spacing:.06em}.comparison-table tr:last-child td{border-bottom:0}.inline-actions{margin-top:22px;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;gap:6px;color:hsl(var(--brand-strong));font-weight:760}.inline-link{display:inline}.two-column{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:34px;align-items:start}.prose{color:hsl(var(--foreground) / .86);font-size:17px;line-height:1.76}.prose p{margin-bottom:18px}.feature-list{padding:22px;display:grid;gap:12px}.feature-row{display:flex;align-items:center;gap:10px;color:hsl(var(--foreground));font-weight:660}.feature-row svg,.play-card svg{color:hsl(var(--brand-strong))}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.play-card{padding:24px}.play-card h3{margin:16px 0 8px;font-size:21px}.play-card p{min-height:48px;color:hsl(var(--ink-muted));line-height:1.55}.faq-list{display:grid;gap:10px}.faq-item{overflow:hidden}.faq-item button{width:100%;min-height:58px;border:0;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;background:transparent;color:hsl(var(--foreground));text-align:left;font-weight:760}.faq-item button[aria-expanded=true] svg{transform:rotate(180deg)}.faq-item p{margin:0;padding:0 18px 18px;color:hsl(var(--ink-muted));line-height:1.65}.sister-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.sister-card{min-height:82px;padding:14px;display:flex;align-items:center;gap:13px}.sister-card img{width:46px;height:46px;border-radius:8px}.sister-card span{display:grid;gap:3px}.sister-card small{color:hsl(var(--ink-muted));line-height:1.3}.icon-guide-grid{grid-template-columns:repeat(auto-fit,minmax(188px,1fr))}.icon-guide-card{min-height:170px;padding:18px;display:grid;align-content:start;gap:10px}.icon-guide-card img,.icon-guide-symbol{width:48px;height:48px;border-radius:8px}.icon-guide-symbol{display:flex;align-items:center;justify-content:center;background:hsl(var(--brand) / .12);color:hsl(var(--brand-strong))}.icon-guide-card strong{font-size:18px}.icon-guide-card p{margin:0;color:hsl(var(--ink-muted));line-height:1.5}.page-hero{padding:72px 0 54px;text-align:center}.prerender-page{width:min(calc(100% - 32px),920px);margin:0 auto;padding:36px 0 64px;color:hsl(var(--foreground));line-height:1.65}.prerender-page header,.prerender-page nav ul{display:flex;flex-wrap:wrap;gap:12px}.prerender-page header{justify-content:space-between;margin-bottom:34px}.prerender-page h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,6vw,58px);line-height:1.05}.prerender-page h2{margin-top:28px}.prerender-page article article{border-top:1px solid hsl(var(--border));padding-top:14px}.prerender-page a{color:hsl(var(--brand-strong));font-weight:760}.page-hero .container{width:min(calc(100% - 32px),820px)}.segmented{width:fit-content;margin:0 auto 18px;padding:5px;border:1px solid hsl(var(--border));border-radius:10px;display:flex;gap:4px;background:hsl(var(--card))}.segmented button{min-width:64px;min-height:34px;border:0;border-radius:7px;background:transparent;color:hsl(var(--ink-muted));font-weight:760}.segmented button.active{background:hsl(var(--brand));color:#fff}.pagination{width:min(100%,448px);margin:26px auto 0;padding-top:18px;border-top:1px solid hsl(var(--border));display:flex;justify-content:space-between}.contact-form{padding:26px;display:grid;gap:16px}.contact-form label{display:grid;gap:7px;color:hsl(var(--ink-muted));font-size:13px;font-weight:760}.contact-form input,.contact-form textarea{width:100%;border:1px solid hsl(var(--border));border-radius:8px;padding:12px 13px;background:hsl(var(--background));color:hsl(var(--foreground));outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:hsl(var(--brand));box-shadow:0 0 0 3px hsl(var(--brand) / .16)}.site-footer{border-top:1px solid hsl(var(--border));padding:42px 0 22px;background:hsl(var(--foreground));color:hsl(var(--background))}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:30px}.footer-brand{margin-bottom:12px}.site-footer p,.site-footer small{color:hsl(var(--background) / .72);line-height:1.6}.site-footer nav{display:grid;gap:10px}.site-footer nav a{color:hsl(var(--background) / .76)}.copyright{margin-top:34px;color:hsl(var(--background) / .6);font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-card{position:relative;width:min(100%,430px);border:1px solid hsl(var(--border));border-radius:12px;padding:28px;background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:var(--shadow);text-align:center}.modal-card.compact{width:min(100%,380px)}.modal-close{position:absolute;right:12px;top:12px}.modal-icon{width:54px;height:54px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:hsl(var(--brand) / .12);color:hsl(var(--brand-strong))}.modal-card h2{margin-bottom:10px;font-size:28px}.modal-card p{color:hsl(var(--ink-muted));line-height:1.6}.stat-grid{margin:22px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-grid div{border-radius:8px;padding:12px 8px;background:hsl(var(--muted))}.stat-grid strong{display:block;color:hsl(var(--brand-strong));font-size:22px}.stat-grid span{color:hsl(var(--ink-muted));font-size:11px;font-weight:760;text-transform:uppercase}.modal-actions{justify-content:center;flex-wrap:wrap}.tutorial-backdrop{align-items:center}.tutorial-card{width:min(100%,448px);text-align:left}.tutorial-card h2{padding-right:28px;font-size:20px}.tutorial-card p{margin-top:18px;font-size:14px;line-height:1.65}.tutorial-art{min-height:176px;border:1px solid hsl(var(--border));border-radius:8px;display:flex;align-items:center;justify-content:center;background:hsl(var(--background))}.mini-grid{width:150px;display:grid;grid-template-columns:repeat(var(--mini-size),1fr);border:2px solid hsl(var(--foreground));border-radius:13px;overflow:hidden;background:hsl(var(--card))}.mini-grid span{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;box-shadow:var(--cell-shadow);font-weight:820}.mini-grid .mini-active{background:hsl(var(--brand));color:#fff}.mini-grid .mini-wall{margin:4px;width:auto;border-radius:5px;background:hsl(var(--foreground) / .18)}.controls-art{gap:10px;min-height:126px}.controls-art span{min-height:38px;border:1px solid hsl(var(--border));border-radius:8px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;background:hsl(var(--card));font-weight:760}.tutorial-footer{margin-top:22px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px}.tutorial-footer>span{color:hsl(var(--ink-muted));font-size:13px;font-weight:720}.tutorial-dots{display:flex;justify-content:center;gap:6px}.tutorial-dots i{width:7px;height:7px;border-radius:50%;background:hsl(var(--muted-2))}.tutorial-dots i.active{width:17px;border-radius:999px;background:hsl(var(--brand))}@media(max-width:900px){.desktop-nav,.signin span{display:none}.mobile-menu{display:inline-flex}.mobile-nav{display:grid}.date-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rule-grid,.card-grid.three,.analysis-grid,.strategy-strip,.two-column,.footer-grid{grid-template-columns:1fr}.archive-toolbar{display:grid;align-items:start}.archive-toolbar label{width:100%}}@media(max-width:620px){.container,.narrow{width:min(calc(100% - 24px),1120px)}.header-inner{height:62px}.brand{font-size:20px}.brand-mark{width:30px;height:30px}.game-band{padding-top:12px}.game-topline h2{font-size:24px}.game-shell{width:min(calc(100vw - 24px),448px);max-width:calc(100vw - 24px)}.game-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.game-actions .primary-button,.game-actions .secondary-button{width:100%;padding:0 10px}.hero-section,.section{padding:54px 0}.page-hero{padding:52px 0 38px}.hero-copy h1,.page-hero h1{font-size:clamp(30px,8.5vw,36px);line-height:1.08}.hero-copy p,.page-hero p,.section-heading p{font-size:16px}.row-heading{display:block}.date-grid{grid-template-columns:1fr}.word-slot{align-items:flex-start;flex-direction:column}.stat-grid{grid-template-columns:1fr}.tutorial-footer{grid-template-columns:48px 1fr auto}.tutorial-card{max-height:calc(100dvh - 40px);overflow:auto}}
