:root{--bg: #faf9f6;--surface: #ffffff;--surface-2: #f1efe8;--text: #1a1a1a;--text-muted: #6b6b6b;--text-faint: #999999;--border: rgba(0, 0, 0, .12);--border-strong: rgba(0, 0, 0, .25);--green: #639922;--yellow: #ef9f27;--grey: #d3d1c7;--grey-text: #5f5e5a;--danger: #c14545;--success: #2f7a2f;--accent: #1a1a1a;--radius: 8px;--radius-lg: 12px}@media (prefers-color-scheme: dark){:root{--bg: #1a1a1a;--surface: #242424;--surface-2: #2c2c2c;--text: #f0f0f0;--text-muted: #a8a8a8;--text-faint: #6b6b6b;--border: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .25);--grey: #3a3a3a;--grey-text: #a8a8a8;--danger: #e57373;--success: #81c784;--accent: #f0f0f0}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{max-width:800px;margin:0 auto;padding:24px 16px 48px;min-height:100vh}.layout{display:flex;gap:32px}.main-col{flex:1;max-width:560px}.side-col{width:180px;flex-shrink:0}.header-date{font-size:13px;color:var(--text-muted);text-align:right}.week-tracker{position:sticky;top:24px}.week-title{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.week-days{display:flex;flex-direction:column;gap:6px}.week-day{display:flex;align-items:center;gap:8px;font-size:13px}.week-day-label{width:16px;color:var(--text-muted);font-weight:500}.week-day-status{flex:1;display:flex;gap:3px}.week-day-dot{width:8px;height:8px;border-radius:50%;background:var(--border)}.week-day-dot.green{background:var(--green)}.week-day-dot.yellow{background:var(--yellow)}.week-day-dot.grey{background:var(--grey)}.week-day-dot.empty{background:var(--border)}.week-day.today .week-day-label{color:var(--text);font-weight:700}.week-day.future{opacity:.35}.week-day-result{font-size:11px;color:var(--text-muted)}.week-day-result.solved{color:var(--green)}.week-day-result.failed{color:var(--danger)}.week-day-result.missed{color:var(--text-faint);font-style:italic}@media (max-width: 700px){.layout{flex-direction:column}.side-col{width:100%;order:-1}.week-tracker{position:static}.week-days{flex-direction:row;justify-content:space-between}.week-day{flex-direction:column;gap:4px;align-items:center}.week-day-status{justify-content:center}}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:.5px solid var(--border)}header h1{font-size:20px;font-weight:500;margin:0;letter-spacing:-.01em}header .subtitle{font-size:12px;color:var(--text-muted);margin-top:2px}.status-bar{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.status-item{display:flex;flex-direction:column}.status-label{font-size:12px;color:var(--text-muted);margin-bottom:2px;text-transform:uppercase;letter-spacing:.05em}.status-value{font-size:22px;font-weight:500}.status-item.right{text-align:right}.clue{text-align:center;font-size:15px;font-style:italic;color:var(--text-muted);margin-bottom:16px;min-height:22px;line-height:1.4}.clue:empty{display:none}.board-wrap{display:flex;justify-content:center;margin-bottom:20px;user-select:none;-webkit-user-select:none;touch-action:none}#board{width:100%;height:auto;display:block}.input-row{display:flex;gap:8px;margin-bottom:20px;align-items:stretch}.current-word{flex:1;min-height:44px;padding:10px 14px;border:.5px solid var(--border);border-radius:var(--radius);background:var(--surface-2);font-size:18px;font-weight:500;letter-spacing:2px;display:flex;align-items:center}.current-word .hint{color:var(--text-faint);font-weight:400;font-size:13px;letter-spacing:normal}button{padding:10px 16px;background:var(--surface);color:var(--text);border:.5px solid var(--border-strong);border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .1s,transform .05s}button:hover:not(:disabled){background:var(--surface-2)}button:active:not(:disabled){transform:scale(.98)}button:disabled{opacity:.4;cursor:not-allowed}button.primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}button.primary:hover:not(:disabled){opacity:.9;background:var(--accent)}.guesses{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;min-height:44px}.guess-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.guess-tiles{display:flex;gap:4px;flex-wrap:wrap}.guess-tile{width:36px;height:36px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:500;font-size:15px}.guess-tile.green{background:var(--green);color:#fff}.guess-tile.yellow{background:var(--yellow);color:#fff}.guess-tile.grey{background:var(--grey);color:var(--grey-text)}.guess-meta{font-size:12px;color:var(--text-muted)}.status-line{font-size:14px;color:var(--text-muted);min-height:22px;text-align:center}.status-line.warning{color:var(--yellow)}.status-line.success{color:var(--success);font-weight:500}.status-line.danger{color:var(--danger);font-weight:500}.info-bar{text-align:center;font-size:13px;color:var(--text-muted);margin-top:12px;padding-top:12px;border-top:.5px solid var(--border)}.info-bar a{color:var(--text-muted);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.share-btn{margin-left:16px;background:var(--green);color:#fff;border:none;padding:8px 20px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer}.share-btn:hover{opacity:.9}@media (max-width: 480px){.app{padding:16px 12px 32px}.guess-tile{width:30px;height:30px;font-size:13px}header h1{font-size:18px}.status-value{font-size:20px}}
