*{box-sizing:border-box}body{color:#faf9f5;background:#131313;margin:0;font-family:JetBrains Mono,ui-monospace,monospace}button,input,textarea,select{font-family:inherit}.app{text-align:center;flex-direction:column;align-items:center;max-width:720px;min-height:100dvh;margin:0 auto;padding:1.25rem 1rem;display:flex;position:relative}.bottom-bar{flex-direction:column;align-items:center;width:100%;margin-top:auto;display:flex}h1{letter-spacing:.01em;margin-bottom:.25rem;font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:900}.strapline{color:#9a9a96;margin-top:0;margin-bottom:1.25rem;font-size:clamp(.78rem,3.3vw,1rem)}.instruction{margin-bottom:1rem;font-size:clamp(.9rem,3.9vw,1.1rem)}.letters{--tile-gap:clamp(4px, 1.2vw, 10px);--word-gap:clamp(14px, 4vw, 26px);--tile-size:clamp(32px, 7.5vw, 52px);justify-content:center;align-items:center;gap:var(--word-gap);background:#1a1a1a;border:1px solid #3a3a36;border-radius:16px;flex-wrap:wrap;max-width:100%;margin:0;padding:clamp(10px,2.5vw,20px);transition:padding .3s;display:inline-flex;box-shadow:0 8px 24px #00000080}.tile{width:var(--tile-size);height:calc(var(--tile-size) * 1.23);isolation:isolate;font-family:Doto,ui-monospace,monospace;font-size:calc(var(--tile-size) * .85);color:#ff9d00;text-shadow:0 0 8px #ff9d008c;background:#302f2c;border:1px solid #54534d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-weight:400;transition:transform .45s;display:flex;position:relative}.tile:before{content:"";z-index:0;pointer-events:none;background:#00000040;height:2px;margin-top:-1px;position:absolute;top:50%;left:0;right:0}.letters-won .tile:before,.letters-lost .tile:before{display:none}.tile-word{justify-content:center;align-items:center;gap:var(--tile-gap);flex-wrap:wrap;max-width:100%;display:inline-flex}.letters-answer{--tile-size:min(52px, calc((100vw - 5rem) / var(--max-word,8) - var(--tile-gap)))}.letters-answer .tile-word{flex-wrap:nowrap}.start-button{color:#1a1a1a;cursor:pointer;background:#faf9f5;border:none;border-radius:8px;width:100%;max-width:340px;margin-top:2rem;padding:.9rem 1.8rem;font-size:1.2rem}.guess-area{justify-content:center;align-items:stretch;gap:.5rem;width:100%;max-width:420px;margin-top:2rem;padding:0 1rem;display:flex}.guess-input{color:#faf9f5;background:#1c1b1a;border:2px solid #43423d;border-radius:8px;outline:none;flex:auto;min-width:0;max-width:320px;padding:.6rem .8rem;font-size:1.1rem}.guess-input::placeholder{color:#8a8a85}.guess-input:focus{border-color:#faf9f5}.guess-button{color:#1a1a1a;cursor:pointer;background:#faf9f5;border:none;border-radius:8px;flex-shrink:0;padding:.6rem 1.2rem;font-size:1.1rem}.correct-banner{letter-spacing:.18em;color:#7ec98f;margin:.5rem 0 0;font-size:1.6rem;font-weight:700}.letters-won .tile{background:#2f7a45;border-color:#57b06f;transition:background .45s,border-color .45s}.lose-banner{letter-spacing:.18em;color:#e88080;margin:.5rem 0 0;font-size:1.6rem;font-weight:700}.letters-lost .tile{background:#7a2f2f;border-color:#b05757;transition:background .45s,border-color .45s}.lose-message{color:#c98f8f;margin-top:1.25rem;font-size:1rem}.idle-board-wrap{justify-content:center;margin:1rem 0 2rem;display:flex}.idle-board{--idle-gap:clamp(3px, 1vw, 7px);--idle-tile:min(40px, calc((100vw - 4rem) / var(--idle-cols,12) - var(--idle-gap)));gap:var(--idle-gap);background:#1a1a1a;border:1px solid #3a3a36;border-radius:16px;padding:clamp(10px,2.5vw,18px);display:inline-grid;box-shadow:0 8px 24px #00000080}.idle-tile{width:var(--idle-tile);height:calc(var(--idle-tile) * 1.23);font-size:calc(var(--idle-tile) * .5)}.footer{color:#6f6f6b;padding:1.5rem 0;font-size:.85rem}.launch-gate{text-align:center;flex-direction:column;align-items:center;padding:1rem 1rem 2.5rem;display:flex}.launch-gate-headline{color:#faf9f5;margin:.5rem 0 .6rem;font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.launch-gate-subtext{color:#9a9a96;max-width:46ch;margin:0 0 1.5rem;font-size:.95rem}.countdown-days{color:#ff9d00;margin-right:6px;font-family:Doto,ui-monospace,monospace;font-size:1.15rem}.footer a{color:#9a9a96;border-bottom:1px solid #43423d;text-decoration:none;transition:color .2s,border-color .2s}.footer a:hover{color:#faf9f5;border-bottom-color:#faf9f5}.footer a:focus-visible{outline-offset:2px;border-radius:2px;outline:2px solid #faf9f5}.menu{z-index:100;position:absolute;top:1.25rem;left:1rem}.menu-button{cursor:pointer;background:0 0;border:none;align-items:center;padding:.4rem;display:flex}.menu-bars{flex-direction:column;gap:5px;display:flex}.menu-bars span{background:#faf9f5;border-radius:2px;width:24px;height:2px;display:block}.menu-backdrop{z-index:90;position:fixed;inset:0}.menu-dropdown{z-index:100;background:#1a1a1a;border:1px solid #3a3a36;border-radius:12px;min-width:210px;padding:6px;position:absolute;top:2.75rem;left:0;box-shadow:0 8px 24px #00000080}.menu-item{color:#faf9f5;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:.7rem .8rem;font-size:.95rem;display:flex}.menu-item-icon{flex-shrink:0}.menu-item:hover{background:#2a2926}.menu-item-icon{text-align:center;width:20px}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{text-align:center;background:#1a1a1a;border:1px solid #3a3a36;border-radius:16px;width:100%;max-width:400px;max-height:90vh;padding:1.75rem 1.5rem;position:relative;overflow-y:auto;box-shadow:0 12px 40px #0009}.modal-close{color:#9a9a96;cursor:pointer;background:0 0;border:none;font-size:1.8rem;line-height:1;position:absolute;top:.5rem;right:.9rem}.modal-close:hover{color:#faf9f5}.modal-title{margin:0 0 1.25rem;font-family:Playfair Display,Georgia,serif;font-size:1.6rem}.stats-numbers{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.stat{flex-direction:column;flex:1 1 0;gap:.2rem;display:flex}.stat-value{font-size:1.8rem;font-weight:700}.stat-label{color:#9a9a96;font-size:.72rem;line-height:1.2}.dist-title{text-transform:uppercase;letter-spacing:.05em;color:#9a9a96;margin:0 0 .75rem;font-size:.85rem}.dist{flex-direction:column;gap:6px;display:flex}.dist-row{align-items:center;gap:8px;display:flex}.dist-num{flex-shrink:0;width:14px;font-size:.9rem}.dist-bar-track{flex:1;display:flex}.dist-bar{background:#2f7a45;border-radius:4px;justify-content:flex-end;align-items:center;min-width:24px;height:22px;padding:0 8px;transition:width .4s;display:flex}.dist-bar.empty{background:#302f2c}.dist-count{color:#faf9f5;font-size:.8rem;font-weight:700}.countdown{flex-direction:column;align-items:center;gap:.5rem;margin:.5rem 0 0;display:flex}.countdown-label{text-transform:uppercase;letter-spacing:.08em;color:#9a9a96;margin:0;font-size:.8rem}.countdown-tiles{align-items:center;gap:4px;display:inline-flex}.countdown-tile{width:30px;height:38px;font-size:1.15rem;overflow:hidden}.countdown-colon{color:#9a9a96;font-family:Doto,ui-monospace,monospace;font-size:1.2rem}.flip-char{justify-content:center;align-items:center;width:100%;height:100%;animation:.35s flip-in;display:inline-flex}@keyframes flip-in{0%{opacity:.2;transform:perspective(200px)rotateX(-90deg)}to{opacity:1;transform:perspective(200px)rotateX(0)}}.letters-wrong .tile{animation:.5s wrong-flick}@keyframes wrong-flick{0%{background:#7a2f2f;border-color:#b05757;transform:perspective(220px)rotateX(0)}45%{background:#7a2f2f;border-color:#b05757;transform:perspective(220px)rotateX(-55deg)}to{background:#302f2c;border-color:#54534d;transform:perspective(220px)rotateX(0)}}.board-area{max-width:100%;margin:1.6rem 0 1rem;display:inline-flex;position:relative}.timer-box{background:#1c1b1a;border:1px solid #54534d;border-radius:8px;align-items:center;gap:clamp(4px,1.4vw,7px);padding:clamp(2px,.8vw,5px) clamp(6px,2vw,11px);display:flex;position:absolute;bottom:0;right:clamp(6px,2.5vw,14px);transform:translateY(66%);box-shadow:0 3px 10px #00000080}.timer-box .timer{align-items:center;margin:0;display:flex}.timer-box .timer-value{font-size:clamp(.95rem,4.5vw,1.2rem);line-height:1}.timer-box-solved .timer-value{font-size:clamp(.7rem,3.2vw,.9rem)}.timer-box-label{letter-spacing:.04em;color:#ff9d00;text-shadow:0 0 6px #ff9d0066;white-space:nowrap;font-family:Doto,ui-monospace,monospace;font-size:clamp(.7rem,3.2vw,.9rem)}.easy-box{background:#1c1b1a;border:1px solid #54534d;border-radius:8px;align-items:center;padding:clamp(2px,.8vw,5px) clamp(6px,2vw,11px);display:flex;position:absolute;bottom:0;left:clamp(6px,2.5vw,14px);transform:translateY(66%);box-shadow:0 3px 10px #00000080}.category-box{background:#1c1b1a;border:1px solid #54534d;border-radius:8px;align-items:center;padding:clamp(2px,.8vw,5px) clamp(6px,2vw,11px);display:flex;position:absolute;top:0;left:clamp(6px,2.5vw,14px);transform:translateY(-66%);box-shadow:0 3px 10px #00000080}.category-box-label{letter-spacing:.04em;color:#ff9d00;text-shadow:0 0 6px #ff9d0066;white-space:nowrap;font-family:Doto,ui-monospace,monospace;font-size:clamp(.7rem,3.2vw,.9rem);line-height:1}.easy-box-label{letter-spacing:.04em;color:#ff9d00;text-shadow:0 0 6px #ff9d0066;white-space:nowrap;font-family:Doto,ui-monospace,monospace;font-size:clamp(.7rem,3.2vw,.9rem)}.letters-rearrange{padding-bottom:calc(var(--tile-size) * 2.8);border:1px dashed #ff9d0073}.letters-rearrange .tile{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none}.tile-dragging{z-index:5;cursor:grabbing;transition:none;box-shadow:0 6px 18px #0009}.rearrange-box{cursor:pointer;background:#1c1b1a;border:1px solid #54534d;border-radius:8px;align-items:center;padding:clamp(2px,.8vw,5px) clamp(6px,2vw,11px);display:flex;position:absolute;top:0;right:clamp(6px,2.5vw,14px);transform:translateY(-66%);box-shadow:0 3px 10px #00000080}.rearrange-box-active{border-color:#ff9d00;box-shadow:0 3px 10px #00000080,0 0 8px #ff9d0073}.rearrange-box-label{letter-spacing:.04em;color:#ff9d00;text-shadow:0 0 6px #ff9d0066;white-space:nowrap;font-family:Doto,ui-monospace,monospace;font-size:clamp(.7rem,3.2vw,.9rem);line-height:1}.timer{margin:.75rem 0 0}.timer-value{letter-spacing:.05em;color:#ff9d00;text-shadow:0 0 8px #ff9d0073;font-family:Doto,ui-monospace,monospace;font-size:1.5rem}.timer-solved{color:#7ec98f;margin:.75rem 0 0;font-family:Playfair Display,Georgia,serif;font-size:1.05rem}.timer-solved .timer-value{color:#7ec98f;text-shadow:none;margin-left:.15rem;font-size:1.2rem}.avg-time{color:#9a9a96;margin:-.5rem 0 1.25rem;font-size:.95rem}.avg-time-value{color:#ff9d00;margin-left:.2rem;font-family:Doto,ui-monospace,monospace;font-size:1.1rem}.summary-squares{flex-wrap:nowrap;justify-content:center;gap:clamp(4px,2vw,8px);margin:.75rem 0 1rem;display:flex}.summary-tile{aspect-ratio:1/1.23;background:#1c1b1a;border:1.5px solid #43423d;border-radius:8px;flex-shrink:0;width:clamp(28px,11vw,44px)}.summary-tile-correct{background:#2f7a45;border-color:#57b06f}.summary-tile-wrong{background:#7a2f2f;border-color:#b05757}.summary-result{color:#faf9f5;margin:0 0 1.25rem;font-size:1.1rem}.summary-time{color:#ff9d00;margin-left:.2rem;font-family:Doto,ui-monospace,monospace;font-size:1.3rem}.share-button{color:#faf9f5;cursor:pointer;background:#2f7a45;border:none;border-radius:8px;padding:.8rem 2rem;font-size:1.1rem;font-weight:700;transition:background .2s}.share-button:hover{background:#379252}.share-button-inline{margin-top:1.25rem;margin-bottom:1.3rem}.modal-text{text-align:left;color:#d8d7d2;margin:0 0 1rem;font-size:.98rem;line-height:1.5}.modal-link{color:#ff9d00;border-bottom:1px solid #54534d;text-decoration:none}.modal-link:hover{border-bottom-color:#ff9d00}.htp-example{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem .75rem;margin:.5rem 0 1.25rem;display:flex}.htp-scramble{color:#ff9d00;text-shadow:0 0 8px #ff9d0073;font-family:Doto,ui-monospace,monospace;font-size:1.1rem}.htp-arrow{color:#9a9a96;font-size:1.2rem}.htp-answer{letter-spacing:.08em;color:#7ec98f;text-shadow:0 0 8px #7ec98f66;font-family:Doto,ui-monospace,monospace;font-size:1.3rem}.htp-list{text-align:left;color:#d8d7d2;margin:0;padding-left:1.2rem;font-size:.95rem;line-height:1.5}.htp-list li{margin-bottom:.6rem}.htp-list strong{color:#faf9f5}.summary-answer{letter-spacing:.06em;text-transform:uppercase;color:#ff9d00;text-shadow:0 0 8px #ff9d0066;margin:0 0 .9rem;font-family:Doto,ui-monospace,monospace;font-size:1.3rem}.summary-easy,.summary-category{letter-spacing:.05em;color:#9a9a96;margin:0 0 .9rem;font-family:Doto,ui-monospace,monospace;font-size:.9rem}.kofi-button{color:#1a1a1a;background:#ff9d00;border-radius:8px;margin:.5rem 0 1.5rem;padding:.8rem 1.6rem;font-size:1.05rem;font-weight:700;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-block;box-shadow:0 0 12px #ff9d0066}.kofi-button:hover{background:#ffb133;box-shadow:0 0 16px #ff9d008c}.support-help{color:#9a9a96;border-top:1px solid #2a2926;margin-bottom:0;padding-top:1.1rem;font-size:.9rem}.support-help .modal-link{color:#ff9d00}.calendar-header{justify-content:space-between;align-items:center;margin:0 0 1rem;display:flex}.calendar-month{font-family:Playfair Display,Georgia,serif;font-size:1.2rem}.calendar-nav{color:#faf9f5;cursor:pointer;background:0 0;border:1px solid #43423d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;line-height:1;display:flex}.calendar-nav:disabled{opacity:.3;cursor:default}.calendar-nav:not(:disabled):hover{background:#2a2926}.calendar-weekdays,.calendar-grid{grid-template-columns:repeat(7,1fr);gap:clamp(3px,1.2vw,6px);display:grid}.calendar-weekdays{margin-bottom:6px}.calendar-weekday{text-align:center;text-transform:uppercase;letter-spacing:.03em;color:#9a9a96;font-size:.68rem}.calendar-cell{all:unset;box-sizing:border-box;aspect-ratio:1;color:#faf9f5;border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;font-size:clamp(.78rem,3.4vw,.95rem);font-weight:600;display:flex}.calendar-cell.blank{border:none}.cal-open{background:#1c1b1a;border-color:#43423d}.cal-progress{background:#2a2926;border-color:#ff9d00}.cal-won{background:#2f7a45;border-color:#57b06f}.cal-lost{background:#7a2f2f;border-color:#b05757}.cal-unavailable{color:#4a4a46}.cal-clickable{cursor:pointer}.cal-clickable:hover{filter:brightness(1.18)}.cal-today{box-shadow:inset 0 0 0 2px #faf9f5}.calendar-legend{color:#9a9a96;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin-top:1.25rem;font-size:.75rem;display:flex}.calendar-legend span{align-items:center;gap:5px;display:inline-flex}.legend-swatch{border-radius:3px;width:12px;height:12px;display:inline-block}.categories-search{all:unset;box-sizing:border-box;color:#faf9f5;text-align:left;background:#131313;border:1px solid #3a3a36;border-radius:8px;width:100%;margin-bottom:1rem;padding:.6rem .8rem;font-size:.95rem}.categories-search::placeholder{color:#6b6b66}.categories-search:focus{border-color:#ff9d00;box-shadow:0 0 0 3px #ff9d0033}.categories-list{flex-direction:column;gap:6px;display:flex}.category-group{margin-bottom:.9rem}.category-group:last-child{margin-bottom:0}.category-group-header{all:unset;box-sizing:border-box;cursor:pointer;color:#faf9f5;text-align:left;justify-content:space-between;align-items:center;width:100%;margin-bottom:6px;padding:.4rem .2rem;font-family:Playfair Display,Georgia,serif;font-size:1.05rem;display:flex}.category-group-chevron{color:#9a9a96;font-size:.8rem}.category-row{all:unset;box-sizing:border-box;cursor:pointer;color:#faf9f5;text-align:left;background:#1c1b1a;border:1.5px solid #3a3a36;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.7rem .9rem;font-size:.95rem;display:flex}.category-row:hover{filter:brightness(1.15)}.category-row-active{border-color:#ff9d00}.category-row-label{font-weight:600}.category-row-streak{color:#ff9d00;letter-spacing:.03em;font-family:Doto,ui-monospace,monospace;font-size:.85rem}.categories-empty{color:#9a9a96;margin:1rem 0 0;font-size:.9rem}.archive-banner{color:#d8d7d2;background:#1c1b1a;border:1px solid #43423d;border-radius:8px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;margin:0 0 .75rem;padding:.5rem .9rem;font-size:.9rem;display:flex}.archive-back{color:#1a1a1a;cursor:pointer;background:#faf9f5;border:none;border-radius:6px;padding:.35rem .8rem;font-size:.85rem}.archive-back:hover{background:#e9e8e3}.new-day-banner{color:#ffc485;background:#2a2013;border:1px solid #ff9d00;border-radius:8px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem 1rem;margin:0 0 .75rem;padding:.5rem .9rem;font-size:.9rem;display:flex}.new-day-refresh{color:#1a1a1a;cursor:pointer;background:#ff9d00;border:none;border-radius:6px;padding:.35rem .8rem;font-size:.85rem;font-weight:700}.new-day-refresh:hover{background:#ffb133}.setting-row{border-bottom:1px solid #2a2926;justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.setting-label{color:#faf9f5;text-align:left;font-size:1rem}.toggle{cursor:pointer;background:#43423d;border:none;border-radius:13px;flex-shrink:0;width:46px;height:26px;padding:0;transition:background .2s;position:relative}.toggle-on{background:#2f7a45}.toggle-knob{background:#faf9f5;border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;top:3px;left:3px}.toggle-on .toggle-knob{left:23px}.reset-button{color:#e88080;cursor:pointer;background:0 0;border:1px solid #b05757;border-radius:8px;padding:.4rem 1rem;font-size:.9rem}.reset-button:hover{color:#faf9f5;background:#7a2f2f}.confirm-box{background:#1c1b1a;border:1px solid #7a2f2f;border-radius:10px;margin-top:1.25rem;padding:1rem}.confirm-text{color:#d8d7d2;text-align:left;margin:0 0 1rem;font-size:.92rem}.confirm-actions{justify-content:center;gap:.75rem;display:flex}.confirm-cancel{color:#faf9f5;cursor:pointer;background:0 0;border:1px solid #43423d;border-radius:8px;padding:.5rem 1.2rem;font-size:.9rem}.confirm-reset{color:#faf9f5;cursor:pointer;background:#7a2f2f;border:1px solid #b05757;border-radius:8px;padding:.5rem 1.2rem;font-size:.9rem}.confirm-reset:hover{background:#9a3f3f}
