:root{--bg-color: #131314;--text-color: #ffffff;--tile-bg: #121213;--tile-border: #3a3a3c;--correct: #538d4e;--present: #b59f3b;--absent: #3a3a3c;--key-bg: #9fa0a0;--active-border: #a8f0b0}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg-color);color:var(--text-color);font-family:Inter,sans-serif;height:100vh;display:flex;flex-direction:column;align-items:center;overflow:hidden}header{width:100%;height:60px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid var(--tile-border)}header h1{font-size:32px;letter-spacing:.1em;font-weight:700}#theme-toggle{position:absolute;left:20px;background:transparent;border:none;color:var(--text-color);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:5px;transition:color .3s ease}#theme-toggle:hover{color:var(--active-border)}[data-theme=light]{--bg-color: #ffffff;--text-color: #111111;--tile-bg: #ffffff;--tile-border: #d3d6da;--absent: #787c7e;--key-bg: #f0f0f0;--active-border: #878a8c}[data-theme=light] .tile.focused{background-color:#f0f0f0;border-color:#111}[data-theme=light] .key{color:#111}[data-theme=light] .key.correct,[data-theme=light] .key.present,[data-theme=light] .key.absent{color:#fff}[data-theme=light] #word-definition{background:#0000000d}[data-theme=light] #word-definition p,[data-theme=light] #quote-text{color:#333}#game-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;padding:10px}#loading-container{text-align:center;margin-bottom:20px;height:84px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}#loading-container p{font-size:14px;color:#818384;letter-spacing:.1em;font-weight:700}.spinner{animation:rotate 2s linear infinite;width:30px;height:30px}.spinner .path{stroke:var(--correct);stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.row{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;margin-bottom:5px}.tile{width:58px;height:58px;border:2px solid var(--tile-border);display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:700;text-transform:uppercase;-webkit-user-select:none;user-select:none;transition:transform .1s ease}.current-tile{border-color:var(--active-border);cursor:pointer}.tile.focused{border-color:#fff;background-color:#2a2a2c;transform:scale(1.05)}.shake{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}#grid{margin-bottom:30px}#keyboard{width:100%;max-width:500px;padding:0 8px 10px}.kb-row{display:flex;justify-content:center;margin-bottom:8px;touch-action:manipulation}.key{background-color:var(--key-bg);border:0;border-radius:4px;color:#fff;cursor:pointer;flex:1;font-size:1.25rem;font-weight:700;height:58px;margin-right:6px;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.key:last-child{margin-right:0}.key.large{flex:1.5;font-size:14px}.correct{background-color:var(--correct);border-color:var(--correct);color:#fff!important}.present{background-color:var(--present);border-color:var(--present);color:#fff!important}.absent{background-color:var(--absent);border-color:var(--absent);color:#fff!important}#modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:none;justify-content:center;align-items:center;z-index:100;padding:20px}#result-modal{background-color:var(--bg-color);border:1px solid var(--tile-border);border-radius:12px;width:100%;max-width:400px;padding:30px;text-align:center;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}#result-emoji{font-size:60px;margin-bottom:10px}#result-title{font-size:28px;margin-bottom:5px;font-weight:700;color:var(--correct)}#result-subtitle{font-size:14px;color:#818384;margin-bottom:20px}#word-definition{background:#ffffff0d;border-radius:8px;padding:15px;margin-bottom:20px;text-align:left}#word-definition b{color:var(--correct);display:block;margin-bottom:5px;font-size:18px}#word-definition p{font-size:14px;line-height:1.4;color:#ccc}#quote-container{border-left:4px solid var(--correct);padding:15px;margin-bottom:25px;text-align:left;font-style:italic}#quote-text{font-size:16px;color:#eee}.stats-container{display:flex;justify-content:space-around;margin-bottom:30px}.stat-box{display:flex;flex-direction:column}.stat-val{font-size:24px;font-weight:700}.stat-label{font-size:10px;color:#818384;text-transform:uppercase;letter-spacing:1px}#restart-btn{background-color:var(--correct);color:#fff;border:none;border-radius:8px;padding:15px 30px;font-size:18px;font-weight:700;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}
