:root{font-family:Arial,Helvetica,sans-serif;color:#253c32;background:#f5f3eb;font-synthesis:none;font-weight:400;--green:#225c48;--muted:#677267;--line:#dfE2d8;--paper:#fffefa}*{box-sizing:border-box}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer;color:inherit}button:disabled{cursor:default}button:focus-visible,a:focus-visible,textarea:focus-visible{outline:3px solid #c66e29;outline-offset:4px}button{touch-action:manipulation}a{color:inherit}.app-shell{max-width:1000px;margin:auto;padding:0 40px}.header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:800;font-size:34px;letter-spacing:-1.8px;text-decoration:none;display:flex;align-items:center}.brand-dot{color:#cf7344}.brand-icon{font-size:30px;display:inline-grid;place-items:center;background:var(--green);color:var(--paper);width:38px;height:38px;border-radius:12px;margin-right:10px;transform:rotate(-8deg)}.help-button{background:transparent;border:1px solid #aab5a8;border-radius:50%;width:44px;height:44px;font-family:Georgia,serif;font-size:23px}.intro{text-align:center;padding:45px 0 27px}.edition{font-size:10px;letter-spacing:1.6px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:700}.edition-dot{width:6px;height:6px;background:#c97344;border-radius:50%}.edition-number{border-left:1px solid #bcc3b7;padding-left:11px;color:var(--muted);font-variant-numeric:tabular-nums}h1{font-family:Georgia,Times New Roman,serif;font-weight:400;font-size:58px;line-height:1.02;letter-spacing:-2.1px;margin:23px 0 18px}h1 em{font-weight:400;color:var(--green)}.intro>p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}.game-card{max-width:580px;margin:auto;background:var(--paper);border:1px solid #d9ded2;border-radius:19px;box-shadow:0 7px #e9eade80,0 16px 35px #243c3205;padding:23px 34px 8px}.game-meta{display:flex;align-items:center;justify-content:space-between;font-size:9px;letter-spacing:1.3px;font-weight:700;color:var(--muted)}.timer{font-size:21px;font-variant-numeric:tabular-nums;letter-spacing:0;color:#2f4c3c;display:flex;gap:7px;align-items:center}.timer>span{font-size:24px;font-weight:400}.progress{padding:24px 0 23px;list-style:none;display:flex;margin:0;border-bottom:1px solid #e8ebe2}.progress li{flex:1;text-align:center;position:relative}.progress li:not(:last-child):after{content:"";height:1px;position:absolute;top:15px;left:calc(50% + 21px);width:calc(100% - 42px);background:#e0e4d9}.progress li>span{width:32px;height:32px;border:1px solid #d8dfd2;border-radius:50%;display:grid;place-items:center;margin:auto;font-size:12px;color:#778271;background:#f9faf5}.progress small{display:block;font-size:8px;letter-spacing:.7px;margin-top:9px;color:#6f786a}.progress .active>span{background:var(--green);border-color:var(--green);color:#fff;box-shadow:0 0 0 4px #eaf0e7}.progress .active small{color:var(--green);font-weight:700}.progress .done>span{background:#e9efdf;color:var(--green);border-color:#e9efdf}.round{animation:arrive .3s ease-out}.round-title{text-align:center;margin:27px 0 24px}h2{font-family:Georgia,Times New Roman,serif;font-size:26px;letter-spacing:-.5px;font-weight:400;margin:0 0 8px}.round-title p{font-size:12px;color:var(--muted);margin:0}.answer-row,.tiles{display:grid;grid-template-columns:repeat(var(--letters),minmax(0,1fr));gap:8px;max-width:calc(var(--letters) * 62px);margin-left:auto;margin-right:auto}.answer-row{margin-bottom:12px}.answer-slot{border:0;border-bottom:2px solid #cbd4c1;background:#f5f6ef;width:100%;height:52px;border-radius:5px 5px 0 0;font-size:25px;font-weight:600}.answer-slot.filled{color:var(--green);background:#eaf0e3;border-color:var(--green)}.ghost-letter{color:#7d8973;font-weight:400;font-size:22px}.hint-letter{display:block;height:16px;text-align:center;color:#8a6234;font-size:10px;padding-top:3px}.tile{border:1px solid #dbcfb7;border-bottom:3px solid #cebd9e;background:#f3ebda;border-radius:9px;height:56px;font-size:25px;box-shadow:0 2px 2px #00000003;transition:transform .12s,background .12s}.tile:hover:not(:disabled){background:#eae0c8;transform:translateY(-2px)}.tile.used{color:transparent;background:#f7f5ed;border-color:#eeeae0;box-shadow:none}.tools{display:flex;align-items:center;justify-content:center;gap:15px;margin:24px 0 17px}.tools button{min-height:44px;font-size:12px;border:0;background:none;display:flex;align-items:center;gap:7px;padding:8px}.tools button>span:first-child{font-size:19px}.tools button:disabled{opacity:.4}.tools .hint-count{font-size:10px;background:#eef0e7;border-radius:5px;min-width:17px;padding:3px}.primary,.secondary{min-height:48px;border-radius:9px;padding:12px 20px;font-size:13px;font-weight:600;border:1px solid var(--green);display:flex;align-items:center;justify-content:center;gap:18px}.primary{color:#fffefa;background:var(--green)}.primary:hover{background:#184a39}.secondary{background:transparent;color:var(--green)}.submit{width:75%;margin:auto}.submit span{font-size:20px;opacity:.65}.keyboard-note{text-align:center;font-size:10px;color:#77806f;margin:15px 0 4px}.feedback{min-height:31px;padding:9px 0;font-size:12px;text-align:center;color:var(--green);line-height:1.5}.feedback.error{color:#a84429}.invalid .answer-slot{border-color:#a84429}.daily-note{display:flex;align-items:center;justify-content:center;gap:13px;margin:31px auto 35px;color:#6f7b67;font-size:11px;line-height:1.8}.daily-note>span{font-size:32px;color:#839274}.daily-note p{margin:0}.daily-note strong{font-weight:500;color:#3e5445}footer{padding:23px 0 28px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#778170;font-size:10px}.preview-label{text-align:center;font-size:9px;letter-spacing:1.5px;color:#80532c;margin:15px 0 -24px}.notice,.storage-warning{padding:12px;text-align:center;font-size:12px;background:#e8eddd;border-radius:8px}.notice{position:fixed;top:10px;left:50%;transform:translate(-50%);z-index:10;box-shadow:0 4px 16px #0001}.solved-trail{max-width:580px;display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin:23px auto 0}.solved-trail>span{background:#e9eddf;padding:7px 10px;border-radius:5px;font-size:11px}.solved-trail small{opacity:.6;margin-right:5px}.solved-trail b{color:var(--green);margin-left:4px}.completion{text-align:center;padding:22px 10px 0}.completion-mark{font-size:65px;color:#c27d44;line-height:1.2}.eyebrow{display:block;font-size:9px;font-weight:700;letter-spacing:1.4px;margin:10px 0 13px;color:#6c7a62}.completion h2{font-size:30px}.result-stats{display:flex;justify-content:center;gap:45px;margin:27px 0}.result-stats strong{font-size:30px;font-weight:400;font-variant-numeric:tabular-nums;display:block}.result-stats span{display:block;font-size:8px;letter-spacing:1px;margin-top:8px;color:var(--muted)}.full{width:100%}.text-button{display:block;margin:7px auto;background:none;border:0;font-size:12px;min-height:44px;text-decoration:underline;text-underline-offset:4px;color:var(--muted)}.countdown{font-size:11px;color:var(--muted);margin:25px 0 8px}.countdown strong{font-variant-numeric:tabular-nums;color:var(--green);margin-left:5px}.bonus-result{font-size:12px;line-height:2;color:var(--muted)}.bonus-result strong{color:var(--green);font-size:18px}.share-text{width:100%;height:200px;padding:16px;margin-bottom:16px}.unavailable{text-align:center;padding:100px 20px}.unavailable p{max-width:420px;margin:30px auto;line-height:1.7;color:var(--muted)}dialog{border:1px solid #d9ded2;border-radius:18px;background:var(--paper);color:inherit;max-width:440px;width:calc(100% - 32px);padding:32px;max-height:85dvh}dialog::backdrop{background:#152d2377;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}dialog h2{font-size:32px}dialog p,dialog li{font-size:14px;line-height:1.65}dialog ol{padding-left:20px}dialog .help-note{font-size:12px;color:var(--muted)}.dialog-close{position:absolute;right:8px;top:8px;border:0;background:none;font-size:25px;width:44px;height:44px}@keyframes arrive{0%{opacity:.3;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@media(max-width:600px){.app-shell{padding:0 18px}.header{height:77px}.brand{font-size:29px}.brand-icon{width:33px;height:33px;font-size:26px}.intro{padding:36px 0 25px}h1{font-size:49px}.intro>p{font-size:11px}.game-card{padding:20px 18px 5px}.answer-row,.tiles{gap:5px}.tile{height:50px;font-size:22px}.answer-slot{height:47px;font-size:22px}.round-title{margin:25px 0 23px}.tools{gap:9px}.progress small{font-size:7px;letter-spacing:.2px}.answer-row[style*="9"],.tiles[style*="9"]{gap:3px}.tiles[style*="9"] .tile,.answer-row[style*="9"] .answer-slot{font-size:18px}.completion{padding-left:0;padding-right:0}.completion h2{font-size:26px}.daily-note{margin:25px auto}.submit{width:88%}footer{display:block;text-align:center;line-height:1.8}footer span{display:block}.keyboard-note{display:none}}@media(max-width:360px){.app-shell{padding:0 10px}.game-card{padding-left:12px;padding-right:12px}h1{font-size:44px}.tools{gap:4px}.tile{border-radius:6px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.prototype-browser{max-width:580px;margin:20px auto 30px;padding:15px 18px;background:#e9eddf;border:1px solid #d3dbc9;border-radius:12px;font-size:12px}.prototype-heading{display:flex;justify-content:space-between;gap:10px;align-items:center}.prototype-heading>span{font-size:11px;color:var(--muted)}.prototype-controls{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:10px}.prototype-controls form{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0}.prototype-controls input{width:76px;min-height:44px;font:inherit;border:1px solid #aab5a8;border-radius:6px;background:var(--paper);padding:8px;color:inherit}.prototype-controls button,.prototype-controls a,.disabled-nav{min-width:44px;min-height:44px;display:grid;place-items:center;border:1px solid #aab5a8;background:var(--paper);border-radius:6px;text-decoration:none}.disabled-nav{opacity:.35}.prototype-browser p{font-size:11px;line-height:1.5;color:var(--muted);margin:10px 0 0}.prototype-loading{text-align:center;font-size:12px}@media(max-width:360px){.prototype-browser{padding:12px 8px}.prototype-controls form{gap:4px}.prototype-controls input{width:63px}}.answer-slot.locked{background:#f3ebda;border-color:#a37b3c;color:#684c23}
