@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&display=swap');
:root{color-scheme:dark;--bg:#090d0f;--panel:#111719;--ivory:#f5f2eb;--muted:#a3a7a7;--orange:#ff822e;--border:#303638;--serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 50% 25%,#20272a 0%,#101719 45%,#080c0e 90%);color:var(--ivory);font-family:var(--sans);font-size:16px;min-height:100dvh}button,input{font:inherit}button{color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}button:focus-visible{outline:2px solid var(--orange);outline-offset:5px}button{touch-action:manipulation}button:disabled{cursor:default;opacity:.5}.icon{height:26px;width:26px;flex-shrink:0}.icon-button{display:grid;place-items:center;width:44px;height:44px;background:transparent;border:0;border-radius:50%}.icon-button:hover{background:#ffffff0a}.shell{width:min(100%,500px);margin:auto;background:linear-gradient(145deg,#0e1416,#090d0f 65%);padding:20px 25px 16px;min-height:100dvh}.home-top{display:flex;justify-content:space-between;align-items:center;height:32px}.edition{font-size:10px;letter-spacing:2.1px;color:#777f80}.brand{text-align:center;margin:12px 0 28px}.logo{font-family:var(--serif);font-size:96px;font-weight:600;letter-spacing:-7px;line-height:1.16;display:inline-block}.logo>span{color:var(--orange)}.logo i{color:var(--orange);font-size:35px;margin-left:6px;font-style:normal}.brand blockquote{font-family:var(--serif);font-style:italic;font-size:16px;margin:7px -8px 12px;white-space:nowrap}.author{font-size:10px;letter-spacing:3px;color:var(--muted);margin:0}.section-label{display:flex;align-items:center;gap:22px;font-size:12px;letter-spacing:4px;color:#d4d5d3;margin:23px 0 17px;white-space:nowrap}.section-label:before,.section-label:after{content:'';height:1px;background:#4b5051;flex:1}.daily-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.daily-card{position:relative;overflow:hidden;background:radial-gradient(ellipse at 25% 0%,#34251b 0%,#171817 45%,#0c1214 100%);border:1px solid #c56e30;border-radius:18px;padding:16px 10px 19px;transition:transform .2s,border-color .2s}.daily-card:hover{transform:translateY(-3px);border-color:#ffa365;background:radial-gradient(ellipse at 25% 0%,#493021,#181b1a 65%)}.numeral{font:500 92px/1.1 var(--serif);font-variant-numeric:lining-nums tabular-nums;position:relative;display:flex;justify-content:center;align-items:center;gap:16px}.rays{display:flex;flex-direction:column;gap:11px;width:17px}.rays i{display:block;background:var(--orange);width:16px;height:3px;border-radius:3px}.rays i:first-child{transform:rotate(45deg);width:12px;margin-left:3px}.rays i:last-child{transform:rotate(-45deg);width:12px;margin-left:3px}.rays.right{transform:rotate(180deg)}h2{font-family:var(--serif);font-weight:600;margin:0}.daily-card h2{font-size:28px;margin:0 0 14px}.streak{display:flex;align-items:center;justify-content:center;gap:9px;font-size:17px}.streak .icon{color:var(--orange);width:22px;height:24px;fill:var(--orange);stroke-width:.7}.card-status{display:block;font-size:11px;margin:10px 0 -8px;color:var(--muted)}.modes{display:grid;gap:11px}.mode-card{display:flex;align-items:center;text-align:left;width:100%;min-height:83px;border:1px solid var(--border);border-left-color:#63503c;background:linear-gradient(110deg,#1c1d1b,#0f1517 70%);border-radius:15px;padding:14px 18px;gap:20px;transition:border .2s,background .2s}.mode-card:hover{border-color:#7f644e;background:#191e20}.mode-icon{color:var(--orange);display:flex}.mode-icon .icon{width:42px;height:42px;stroke-width:1.7}.mode-text{flex:1}.mode-text h2{font-size:24px;margin-bottom:3px;line-height:1.15}.mode-text p{font-size:13px;margin:0;color:#b5b8b7;font-weight:400}.chevron{width:18px;height:18px;color:#d0d1cd}.bottom-nav{border-top:1px solid var(--border);display:flex;justify-content:space-around;padding-top:19px;margin-top:21px}.bottom-nav button{background:none;border:0;display:flex;flex-direction:column;align-items:center;gap:7px;font-size:12px;min-height:54px;min-width:80px}.bottom-nav .icon{width:26px;height:26px;color:var(--orange)}.bottom-nav button:hover{color:var(--orange)}.home-footer{display:flex;justify-content:flex-end;color:#687172;font-size:8px;letter-spacing:1.7px;margin-top:24px}.page-header{display:flex;align-items:center;justify-content:space-between;text-align:center;margin-bottom:22px}.page-header h1{font:600 34px/1.2 var(--serif);margin:0}.page-header p{font-size:10px;letter-spacing:3px;color:var(--muted);margin:9px 0 0;text-transform:uppercase}.game{height:100dvh;min-height:580px;display:flex;flex-direction:column;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(20px,env(safe-area-inset-bottom))}.game .page-header{margin-bottom:14px}.game-meta{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px;min-height:37px;margin-bottom:18px}.timer{display:flex;align-items:center;gap:7px;color:var(--ivory);font-size:19px;font-variant-numeric:tabular-nums;border:1px solid var(--border);padding:5px 10px;border-radius:12px}.timer .icon{color:var(--orange);width:21px;height:21px}.word-grid{display:flex;flex-direction:column;gap:7px;width:100%;max-width:380px;align-self:center;flex:1;min-height:0;max-height:444px;margin:auto 0}.word-row{display:grid;grid-template-columns:repeat(var(--letters),1fr);gap:7px;min-height:0;flex:1}.word-tile{border:1px solid #343d40;display:flex;align-items:center;justify-content:center;border-radius:7px;font-size:clamp(22px,4dvh,34px);font-weight:700;position:relative;background:#0b1113}.word-tile.filled:not(.correct):not(.present):not(.absent){border-color:#768083;background:#151c1f}.word-tile.correct,.key.correct{background:var(--orange);color:#fff;border-color:var(--orange)}.word-tile.present,.key.present{background:var(--ivory);color:#0a1012;border-color:var(--ivory)}.word-tile.absent{background:#2b3235;color:#b1b7b7;border-color:#2b3235}.word-tile small{position:absolute;bottom:0px;font-size:12px}.keyboard{margin:25px -7px 0;display:flex;flex-direction:column;gap:7px}.key-row{display:flex;justify-content:center;gap:5px}.key{display:grid;place-items:center;flex:1;min-width:0;border:1px solid #343b3d;border-radius:6px;background:#30383b;color:#fafafa;height:51px;font-size:17px;font-weight:600;padding:0}.key:hover{filter:brightness(1.25)}.keyboard-spacer{flex:.7}.key.delete{flex:1.7}.key.delete .icon{width:23px}.primary,.secondary{min-height:48px;border-radius:12px;padding:12px 20px;font-weight:600;width:100%;border:0;font-size:16px}.primary{background:var(--orange);color:#11100c}.primary:hover{background:#ff944c}.secondary{background:transparent;border:1px solid var(--border);color:var(--ivory)}.game .validate{margin-top:20px;min-height:55px;font-size:20px;flex-shrink:0}.game-hint{font-size:12px;text-align:center;color:var(--muted);min-height:18px;margin:10px 0 -6px}.modal-backdrop{position:fixed;inset:0;background:#020506c9;backdrop-filter:blur(8px);z-index:10;display:flex;align-items:center;justify-content:center;padding:20px;animation:fade .18s ease}.modal{background:linear-gradient(140deg,#1c2325,#0e1416);border:1px solid #414747;border-radius:23px;padding:28px;width:100%;max-width:410px;max-height:90dvh;overflow:auto;box-shadow:0 25px 80px #0008;position:relative}.modal .close{position:absolute;right:12px;top:12px}.modal>h2{font-size:34px;margin:13px 0 10px}.eyebrow{font-size:11px;letter-spacing:2.5px;text-transform:uppercase;color:var(--orange)}.modal p{color:#b8bdbb;line-height:1.65}.modal .primary,.modal .secondary{margin-top:10px}.field-label{display:block;margin:25px 0 12px;font-size:14px}.segmented{display:flex;gap:9px}.choice{flex:1;min-height:48px;background:#111719;border:1px solid var(--border);border-radius:10px}.choice.selected{border-color:var(--orange);background:#ff822e17;color:var(--orange)}.modal .start{margin-top:28px}.result-icon{color:var(--orange)}.result-icon .icon{width:38px;height:38px}.result-title{font-family:var(--serif);font-size:46px;margin:18px 0;text-transform:uppercase;letter-spacing:2px}.result-details{display:flex;justify-content:space-between;font-size:14px;color:#d2d6d3}.result-details span{display:flex;align-items:center;gap:7px}.result-details .icon{color:var(--orange);width:19px;height:19px}.definition{border-top:1px solid var(--border);margin:22px 0;padding-top:20px}.definition h3{font:600 27px var(--serif);margin:0 0 4px}.definition em{color:var(--muted);font-size:13px}.definition p{font-size:15px;margin-bottom:0;line-height:1.6}.content-page{padding-top:30px}.content-page .page-header{margin-bottom:32px}.panel{background:#121a1d;border:1px solid var(--border);border-radius:16px;padding:20px;margin:15px 0}.panel h2{font-size:26px;margin-bottom:17px}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 8px;text-align:center}.stat-value{font-size:26px;font-family:var(--serif);display:block;margin-bottom:5px}.stat-label{font-size:11px;color:var(--muted)}.stat-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #283034;font-size:14px}.stat-row:first-of-type{border:0}.record{color:var(--orange)}.achievement{display:flex;gap:16px;align-items:center}.achievement .icon{width:30px;height:30px;color:#6c7577}.achievement.unlocked .icon{color:var(--orange)}.achievement h2{font-size:21px;margin:0 0 5px}.achievement p{font-size:13px;color:var(--muted);margin:0;line-height:1.5}.achievement small{font-size:11px;color:var(--orange)}.rule-sample{display:flex;gap:7px;margin:20px 0}.rule-sample .word-tile{width:50px;height:52px}.rule-row{display:flex;gap:16px;align-items:center;margin:19px 0}.rule-row .word-tile{width:44px;height:46px;flex-shrink:0;font-size:22px}.rule-row p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.rule-row strong{display:block;color:var(--ivory)}.prose{font-size:14px;color:var(--muted);line-height:1.75}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0;min-height:60px}.settings-row input{accent-color:var(--orange);width:23px;height:23px}.settings-row small{display:block;color:var(--muted);font-size:12px;margin-top:6px}#toast{position:fixed;top:130px;left:50%;transform:translateX(-50%);background:var(--ivory);color:#101618;padding:12px 22px;border-radius:9px;font-size:14px;font-weight:600;z-index:30;box-shadow:0 8px 30px #0005;pointer-events:none;opacity:0;transition:opacity .15s;white-space:nowrap}#toast.visible{opacity:1}.shake{animation:shake .3s}.letter-revealed{animation:letter-reveal .22s ease}.word-tile.pending-reveal{background:#30383b;border-color:#465053;color:var(--ivory)}.key.absent{background:#111719;border-color:#1c2528;color:#8b9599}.key:disabled{opacity:1}.key.absent:hover{filter:none}@keyframes letter-reveal{from{transform:scale(.94);filter:brightness(.8)}to{transform:scale(1);filter:brightness(1)}}.text-link{border:0;background:none;color:var(--orange);font-size:14px;padding:13px 0}.score-big{font:500 70px var(--serif);color:var(--orange);margin:20px 0 0}.score-label{margin-top:0!important}.progress-track{height:3px;background:#2b3334;border-radius:2px;overflow:hidden}.progress-track>span{display:block;height:100%;background:var(--orange)}@keyframes fade{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@keyframes reveal{from{transform:rotateX(75deg)}to{transform:rotateX(0)}}
@media(min-width:700px){body{padding:36px 0}.shell{min-height:0;border:1px solid #293235;border-radius:28px;padding:24px 32px 20px;box-shadow:0 35px 110px #0007}.home{min-height:810px}.game{height:min(850px,calc(100dvh - 72px))}.content-page{min-height:810px}.brand{margin-top:12px}.home-footer{margin-top:30px}}
@media(max-width:400px){.shell{padding-left:20px;padding-right:20px}.logo{font-size:85px}.brand blockquote{font-size:13px}.numeral{font-size:80px;gap:12px}.daily-card h2{font-size:26px}.mode-text h2{font-size:22px}.mode-text p{font-size:12px}.mode-card{gap:15px;padding:12px 16px}.edition{font-size:8px}.section-label{font-size:11px;letter-spacing:3px}.key{font-size:15px}.home-footer{font-size:7px}}
@media(max-height:760px) and (max-width:699px){.home{padding-top:12px;padding-bottom:12px}.brand{margin:4px 0 18px}.logo{font-size:78px}.brand blockquote{margin:4px -8px 10px}.section-label{margin:18px 0 12px}.daily-card{padding:10px 8px 14px}.numeral{font-size:72px}.daily-card h2{font-size:25px;margin-bottom:10px}.mode-card{min-height:70px;padding-top:9px;padding-bottom:9px}.mode-text h2{font-size:21px}.mode-icon .icon{width:35px;height:35px}.bottom-nav{margin-top:17px;padding-top:14px}.home-footer{display:none}.game .page-header{margin-bottom:6px}.game .page-header h1{font-size:30px}.game-meta{margin-bottom:12px}.keyboard{margin-top:17px}.key{height:44px}.game .validate{margin-top:13px;min-height:49px}.word-grid{max-height:340px}.game-hint{font-size:11px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}body.reduce-motion *{animation:none!important;transition:none!important}
@media(max-height:600px) and (max-width:699px){.game{min-height:0;padding-top:10px;padding-bottom:12px}.game .page-header h1{font-size:26px}.page-header p{margin-top:4px}.game-meta{min-height:30px;margin-bottom:8px}.timer{font-size:16px;padding:3px 7px}.word-grid,.word-row{gap:5px}.word-tile{font-size:23px}.game-hint{margin:5px 0 0;font-size:10px;min-height:12px}.keyboard{margin-top:10px;gap:5px}.key{height:38px}.game .validate{min-height:43px;margin-top:10px;font-size:18px}}
@media(max-width:699px) and (min-height:761px){.home .brand{margin:8px 0 22px}.home .logo{font-size:86px}.home .brand blockquote{font-size:14px;margin:5px -8px 11px}.home .section-label{margin:20px 0 14px}.home .numeral{font-size:80px}.home .daily-card{padding:13px 8px 16px}.home .daily-card h2{font-size:26px;margin-bottom:11px}.home .mode-card{min-height:77px;padding:11px 16px}.home .mode-text h2{font-size:22px}.home .bottom-nav{margin-top:19px;padding-top:15px}.home .home-footer{margin-top:16px}.card-status{font-size:10px}}
@media(max-width:699px) and (min-height:761px){.home .brand{margin-top:0;margin-bottom:12px}.home .logo{font-size:78px}.home .home-footer{display:none}}

.word-tile.hint-ghost{background:#242b2d;color:#bbc0bc;border-color:#777d77}.game-hint{line-height:1.4}

.header-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.music-toggle{color:var(--muted)}.music-toggle[aria-pressed="true"]{color:var(--orange);background:#ff822e12}.music-toggle .icon{width:22px;height:22px}.page-header .header-actions .icon-button{width:36px}.home .home-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;gap:14px}.music-credit{color:#b5b8b7;font-size:12px;letter-spacing:.3px;white-space:nowrap}@media(max-width:360px){.game .page-header h1{font-size:25px}.header-actions{gap:0}.header-actions .icon-button{width:38px}}

.definition .definition-source{font-size:11px;line-height:1.5;margin-top:12px;color:var(--muted)}.definition-source a{color:inherit;text-underline-offset:3px}
