:root{--primary:#ff6b00;--primary-dark:#e05e00;--primary-glow:#ff6b001f;--accent:#2196f3;--accent-dark:#1976d2;--bg-host:#1a1a2e;--bg-host-surface:#252542;--bg-player:#f5f5f5;--bg-card:#fff;--text-dark:#1a1a2e;--text-light:#fff;--text-muted:#888;--success:#4caf50;--danger:#f44336;--warning:#ff9800;--border:#e0e0e0;--border-dark:#3a3a5c;--shadow:0 2px 8px #00000014;--shadow-lg:0 8px 30px #0000001f;--font-stack:-apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius:12px;--radius-sm:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-stack);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.5}#root{flex-direction:column;min-height:100%;display:flex}ul{list-style:none}.btn{border-radius:var(--radius);font-family:var(--font-stack);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s,box-shadow .2s;display:inline-flex}.btn:active{transform:scale(.97)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--primary);color:var(--text-light);box-shadow:0 2px 8px #ff6b004d}.btn--primary:hover:not(:disabled){background:var(--primary-dark);box-shadow:0 4px 12px #ff6b0066}.btn--secondary{background:var(--accent);color:var(--text-light);box-shadow:0 2px 8px #2196f34d}.btn--secondary:hover:not(:disabled){background:var(--accent-dark);box-shadow:0 4px 12px #2196f366}.btn--large{width:100%;padding:.9rem 1.5rem;font-size:1.1rem}.btn--sm{padding:.4rem .8rem;font-size:.85rem}.btn--danger{background:var(--danger);color:var(--text-light)}.btn--danger:hover:not(:disabled){background:#d32f2f}.input{width:100%;font-family:var(--font-stack);border:2px solid var(--border);border-radius:var(--radius);background:var(--bg-card);color:var(--text-dark);margin-bottom:.75rem;padding:.75rem 1rem;font-size:1.05rem;transition:border-color .2s,box-shadow .2s;display:block}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.home{background:var(--bg-card);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.home__card{text-align:center;width:100%;max-width:440px}.home__title{color:var(--primary);margin-bottom:.25rem;font-size:3rem;font-weight:800}.home__logo{width:100%;max-width:260px;height:auto;margin-bottom:.5rem}.home__subtitle{color:var(--text-muted);margin-bottom:1.75rem;font-size:1rem}.home__section{margin-bottom:1rem}.home__section--row{gap:.75rem;display:flex}.home__section--row .btn{flex:1;padding:.85rem .5rem;font-size:.95rem}.home__section-title{color:var(--text-dark);margin-bottom:.6rem;font-size:1rem;font-weight:600}.home__divider{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:1rem;margin:1.25rem 0;font-size:.8rem;display:flex}.home__divider:before,.home__divider:after{content:"";background:var(--border);flex:1;height:1px}.home__modes{flex-direction:column;gap:.6rem;display:flex}.home__mode{background:var(--bg-card);border:2px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius);text-align:left;cursor:pointer;font-family:var(--font-stack);flex-direction:column;gap:.25rem;padding:1rem 1.25rem;transition:border-color .2s,box-shadow .2s,transform .15s;display:flex}.home__mode:hover:not(:disabled){border-color:var(--primary);box-shadow:0 4px 16px var(--primary-glow);transform:translateY(-1px)}.home__mode:active:not(:disabled){transform:translateY(0)scale(.99)}.home__mode--disabled{opacity:.45;cursor:not-allowed;border-left-color:var(--text-muted)}.home__mode-name{color:var(--text-dark);align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:flex}.home__mode-badge{text-transform:uppercase;letter-spacing:.06em;color:var(--text-light);background:var(--text-muted);border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.home__mode-desc{color:var(--text-muted);font-size:.82rem;line-height:1.45}.home__error{color:var(--danger);margin-bottom:.5rem;font-size:.9rem}.home__back{color:var(--text-muted);font-family:var(--font-stack);cursor:pointer;background:0 0;border:none;margin-top:1.25rem;padding:.4rem .8rem;font-size:.9rem;transition:color .15s}.home__back:hover{color:var(--text-dark)}.home__how-to-play{text-align:left;border-radius:var(--radius);background:#00000005;width:100%;margin-top:.25rem;padding:.1rem 1rem}.home__how-to-play summary{color:var(--text-muted);cursor:pointer;text-align:center;padding:.6rem 0;font-size:.9rem;font-weight:600;list-style:none;transition:color .15s}.home__how-to-play summary:hover{color:var(--text-dark)}.home__how-to-play summary::-webkit-details-marker{display:none}.home__how-to-play ol{color:var(--text-dark);flex-direction:column;gap:.35rem;margin-top:.25rem;padding-bottom:.75rem;padding-left:1.25rem;font-size:.85rem;line-height:1.4;list-style:decimal;display:flex}.board-demo{flex-direction:column;align-items:center;gap:.4rem;max-width:200px;margin:.75rem auto;display:flex}.board-demo__word{color:var(--primary);letter-spacing:.05em;min-height:1.5rem;font-size:1.1rem;font-weight:700}.board-demo__grid{aspect-ratio:1;gap:4px;width:100%;display:grid;position:relative}.board-demo__trail{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}.board-demo__tile{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dark);aspect-ratio:1;z-index:1;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;transition:background-color .15s,border-color .15s,color .15s;display:flex;position:relative}.board-demo__tile--selected{background:var(--accent);border-color:var(--accent-dark);color:var(--text-light)}.home__scoring{margin-top:.5rem;padding-bottom:.5rem}.home__scoring h4{margin-bottom:.25rem;font-size:.85rem;font-weight:600}.home__scoring ul{color:var(--text-muted);flex-direction:column;gap:.1rem;padding-left:1.25rem;font-size:.82rem;list-style:outside;display:flex}.host{background:var(--bg-host);min-height:100vh;color:var(--text-light);flex-direction:column;display:flex}.host__header{background:var(--bg-host-surface);border-bottom:1px solid var(--border-dark);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.host__header-item{align-items:center;gap:.5rem;display:flex}.host__header-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.host__header-value{font-size:1.2rem;font-weight:700}.host__header-actions{gap:.5rem}.host__status{font-size:.9rem;font-weight:600}.host__status--connected{color:var(--success)}.host__status--disconnected{color:var(--warning)}.host__lobby{flex-direction:column;flex:1;align-items:center;gap:2rem;padding:2rem;display:flex}.host__room-code-display{flex-direction:column;align-items:center;gap:.5rem;display:flex}.host__room-code-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:1rem}.host__room-code{letter-spacing:.3em;color:var(--primary);font-size:6rem;font-weight:800}.host__qr{border-radius:var(--radius);background:#ffffff14;margin-top:.5rem;padding:1rem;display:inline-flex}.host__join-hint{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.host__copy-link{font-family:var(--font-stack);color:var(--accent);border:1px solid var(--border-dark);border-radius:var(--radius-sm);cursor:pointer;word-break:break-all;background:#ffffff0f;margin-top:.5rem;padding:.4rem 1rem;font-size:.85rem;transition:background-color .2s,color .2s;display:inline-block}.host__copy-link:hover{background:#ffffff1f}.host__lobby-content{gap:3rem;width:100%;max-width:800px;display:flex}.host__players,.host__config{flex:1}.host__players h3,.host__config h3{color:var(--text-light);margin-bottom:1rem;font-size:1.2rem}.host__players-empty{color:var(--text-muted);font-style:italic}.host__player-list{flex-direction:column;gap:.5rem;display:flex}.host__player{background:var(--bg-host-surface);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:1.1rem}.host__player--disconnected{opacity:.5}.host__config-field{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.host__config-field span{color:var(--text-light);font-size:1rem}.host__config-field select{background:var(--bg-host-surface);color:var(--text-light);border:1px solid var(--border-dark);border-radius:var(--radius-sm);font-family:var(--font-stack);padding:.5rem .75rem;font-size:1rem}.host__start-btn{max-width:400px}.host__playing{flex:1;grid-template-columns:1fr 350px;gap:0;display:grid;overflow:hidden}.host__grid-area{justify-content:center;align-items:center;padding:2rem;display:flex}.host__word-feed{background:var(--bg-host-surface);border-left:1px solid var(--border-dark);max-height:calc(100vh - 70px);padding:1.5rem;overflow-y:auto}.host__scoring{flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.grid-display{aspect-ratio:1;gap:8px;width:100%;max-width:500px;display:grid}.grid-display__tile{background:var(--bg-host-surface);border:2px solid var(--border-dark);border-radius:var(--radius);color:var(--text-light);aspect-ratio:1;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:2.5rem;font-weight:700;display:flex}.grid-display__tile--multi{font-size:2rem}.timer{font-variant-numeric:tabular-nums;color:var(--text-light);font-size:1.8rem;font-weight:700}.timer--warning{color:var(--danger)}.timer--critical{color:var(--danger);animation:1s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.word-list__title{color:var(--text-light);margin-bottom:1rem;font-size:1.1rem}.word-list__empty{color:var(--text-muted);font-size:.9rem;font-style:italic}.word-list__items{flex-direction:column;gap:.4rem;display:flex}.word-list__item{border-radius:var(--radius-sm);background:#ffffff0d;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.95rem;display:flex}.word-list__item--animate{animation:.3s ease-out slideIn}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.word-list__player{color:var(--accent);min-width:60px;font-weight:600}.word-list__word{color:var(--text-light);flex:1;font-weight:500}.word-list__score{color:var(--success);font-size:.85rem;font-weight:600}.swipe-input{flex-direction:column;align-items:center;gap:.75rem;width:100%;padding:0 .5rem;display:flex}.swipe-input__current-word{color:var(--text-dark);text-align:center;min-height:2.5rem;font-size:1.8rem;font-weight:700}.swipe-input__grid{aspect-ratio:1;touch-action:none;-webkit-user-select:none;user-select:none;gap:6px;width:100%;max-width:400px;display:grid;position:relative}.swipe-input__tile{background:var(--bg-card);border:2px solid var(--border);border-radius:var(--radius);color:var(--text-dark);aspect-ratio:1;-webkit-user-select:none;user-select:none;z-index:1;justify-content:center;align-items:center;font-size:1.6rem;font-weight:700;transition:background-color .1s,border-color .1s;display:flex;position:relative;box-shadow:0 1px 3px #0000001a}.swipe-input__tile--selected{background:var(--accent);border-color:var(--accent-dark);color:var(--text-light)}.swipe-input__tile--multi{font-size:1.3rem}.swipe-input__result{border-radius:var(--radius-sm);padding:.3rem .8rem;font-size:1.1rem;font-weight:600;animation:.6s ease-out fadeInOut}.swipe-input__result--valid{color:var(--success);background:#4caf501a}.swipe-input__result--invalid{color:var(--danger);background:#f443361a}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-5px)}30%{opacity:1;transform:translateY(0)}to{opacity:1}}.swipe-input--valid .swipe-input__grid{animation:.4s ease-out flashGreen}.swipe-input--invalid .swipe-input__grid{animation:.4s ease-out shake}@keyframes flashGreen{0%{box-shadow:0 0 #4caf5080}50%{box-shadow:0 0 0 8px #4caf5033}to{box-shadow:0 0 #4caf5000}}@keyframes shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.score-reveal{text-align:center;width:100%;max-width:700px}.score-reveal__title{color:var(--primary);margin-bottom:2rem;font-size:2rem;font-weight:700}.score-reveal__leaderboard{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.score-reveal__player{background:var(--bg-host-surface);border-radius:var(--radius);padding:1rem 1.5rem;transition:transform .5s}.score-reveal__player-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.score-reveal__rank{color:var(--primary);min-width:2rem;font-size:1.2rem;font-weight:700}.score-reveal__name{text-align:left;flex:1;font-size:1.2rem;font-weight:600}.score-reveal__word-count{color:var(--text-muted);font-size:.85rem;font-weight:500}.score-reveal__total{color:var(--primary);font-size:1.5rem;font-weight:800}.score-reveal__words{flex-wrap:wrap;gap:.4rem;padding-left:2rem;display:flex}.score-reveal__word{border-radius:var(--radius-sm);background:#ffffff14;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.85rem;display:inline-flex}.score-reveal__word--cancelled{opacity:.5;text-decoration:line-through}.score-reveal__word--animate{animation:.3s ease-out wordPop}@keyframes wordPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.score-reveal__word--high-value{animation:.4s ease-out wordPopBig}@keyframes wordPopBig{0%{opacity:0;transform:scale(.6)}70%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.score-reveal__word-score{color:var(--success);font-size:.8rem;font-weight:600}.score-reveal__word-clash{color:var(--text-muted);font-size:.75rem;font-style:italic;text-decoration:none}.score-reveal__best-word{color:var(--text-muted);overflow-wrap:break-word;word-wrap:break-word;flex-direction:column;align-items:center;gap:.25rem;max-width:100%;margin-top:1.5rem;font-size:1rem;display:flex}.score-reveal__best-word-hit{color:var(--success);font-size:1.1rem;font-weight:700}.score-reveal__best-word-miss{color:var(--text-muted);opacity:.5;font-size:1.1rem;font-weight:700}.score-reveal__best-word-found{color:var(--success);flex-direction:column;gap:.15rem;font-size:.9rem;font-weight:600;display:flex}.score-reveal__all-words{text-align:center;margin-top:1.5rem}.score-reveal__all-words-toggle{color:var(--accent);font-family:var(--font-stack);cursor:pointer;background:0 0;border:none;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.9rem}.score-reveal__all-words-toggle:hover{text-decoration:underline}.score-reveal__all-words-list{flex-wrap:wrap;justify-content:center;gap:.3rem;display:flex}.score-reveal__board-word{border-radius:var(--radius-sm);align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.8rem;display:inline-flex}.score-reveal__board-word--found{color:var(--success);background:#4caf5026;font-weight:600}.score-reveal__board-word--missed{color:var(--text-muted);background:#ffffff0d}.score-reveal__board-word-score{font-size:.7rem;font-weight:700}.score-reveal__board-word--has-def{cursor:pointer;flex-direction:column}.score-reveal__board-word-text{align-items:center;gap:.2rem;display:inline-flex}.score-reveal__board-word-def{color:var(--text-muted);text-align:left;flex-direction:column;gap:.15rem;padding-top:.15rem;font-size:.7rem;font-weight:400;display:flex}.score-reveal__board-word-def-entry em{opacity:.7;font-style:italic}.score-reveal__def-hint{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.score-reveal__word--has-def{cursor:pointer;flex-direction:column}.score-reveal__word-text{align-items:center;gap:.3rem;display:inline-flex}.score-reveal__word-def{color:var(--text-muted);text-align:left;flex-direction:column;gap:.15rem;padding-top:.15rem;font-size:.7rem;font-weight:400;text-decoration:none;display:flex}.score-reveal__word-def-entry em{opacity:.7;font-style:italic}.score-reveal__best-word>span{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:.2rem .4rem;display:flex}.score-reveal__best-word-item{display:inline}.score-reveal__best-word-item--has-def{cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.score-reveal__best-word-item-text{display:inline}.score-reveal__best-word-item-def{color:var(--text-muted);margin-top:.2rem;font-size:.8rem;font-weight:400;display:block}.score-reveal__best-word-item-def-entry em{opacity:.7;font-style:italic}.score-reveal__actions{margin-top:1.5rem}.score-reveal__waiting{color:var(--text-muted);font-style:italic}.play{background:var(--bg-card);min-height:100dvh;color:var(--text-dark);flex-direction:column;display:flex}.play__error{background:var(--danger);color:var(--text-light);border-radius:var(--radius);z-index:100;padding:.5rem 1.5rem;font-weight:600;animation:.3s ease-out slideIn;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.play__joining{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.play__title{color:var(--primary);font-size:2.5rem;font-weight:800}.play__logo{width:100%;max-width:240px;height:auto}.play__name{font-size:1.2rem}.play__room{color:var(--text-muted);font-size:1rem}.play__status{color:var(--text-muted);margin-top:1rem;font-size:1rem;font-style:italic}.play__name-error{color:var(--danger);margin:.5rem 0;font-size:1rem;font-weight:600}.play__name-change{width:100%;max-width:300px}.play__share{flex-direction:column;align-items:center;gap:.25rem;margin:.5rem 0;display:flex}.play__share-hint{color:var(--text-muted);font-size:.85rem}.play__copy-link{font-family:var(--font-stack);color:var(--accent);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;word-break:break-all;background:#0000000a;padding:.3rem .8rem;font-size:.8rem;transition:background-color .2s;display:inline-block}.play__copy-link:hover{background:#00000014}.play__config{text-align:left;width:100%;max-width:300px}.play__config h3{margin-bottom:.5rem;font-size:1rem}.play__config-field{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.play__config-field span{color:var(--text-dark);font-size:.95rem}.play__config-field select{background:var(--bg-card);color:var(--text-dark);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-stack);padding:.4rem .6rem;font-size:.95rem}.play__start-btn{max-width:300px}.play__host-actions{gap:.4rem;display:flex}.play__player-list{text-align:left;width:100%;max-width:300px;margin-top:1.5rem}.play__player-list h3{margin-bottom:.5rem;font-size:1rem}.play__player-list ul{flex-direction:column;gap:.3rem;display:flex}.play__player-list li{background:var(--bg-card);border-radius:var(--radius-sm);padding:.4rem .75rem;font-size:.95rem}.play__playing{flex-direction:column;flex:1;padding:.5rem;display:flex;overflow:hidden}.play__playing-header{justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.play__playing-header .timer{color:var(--text-dark);font-size:1.4rem}.play__playing-header .timer--warning,.play__playing-header .timer--critical{color:var(--danger)}.play__score{font-size:1.1rem;font-weight:600}.play__my-words{padding:.5rem;overflow-x:auto}.play__my-words-list{flex-wrap:wrap;gap:.3rem;display:flex}.play__my-word{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-dark);padding:.2rem .5rem;font-size:.8rem}.play__round-over{flex:1;justify-content:center;align-items:center;padding:1rem;display:flex}.play__round-over .score-reveal__player{background:var(--bg-card);border:1px solid var(--border)}.play__round-over .score-reveal__title{color:var(--primary)}.play__round-over .score-reveal__name{color:var(--text-dark)}.play__round-over .score-reveal__word{color:var(--text-dark);background:#0000000d}.play__round-over .score-reveal__board-word--missed{background:#0000000d}.play__round-over .score-reveal__best-word-miss{color:var(--text-muted)}.daily{background:var(--bg-card);min-height:100dvh;color:var(--text-dark);flex-direction:column;display:flex}.daily__loading,.daily__ready{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.daily__title{color:var(--primary);font-size:2.5rem;font-weight:800}.daily__logo{width:100%;max-width:240px;height:auto}.daily__subtitle{color:var(--text-muted);font-size:1rem;font-style:italic}.daily__puzzle-number{color:var(--text-dark);font-size:1.4rem;font-weight:700}.daily__date{color:var(--text-muted);font-size:1rem}.daily__info{color:var(--text-muted);margin-bottom:1rem;font-size:1rem}.daily__back{color:var(--text-muted);font-family:var(--font-stack);cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:.4rem .8rem;font-size:.95rem}.daily__back:hover{color:var(--text-dark)}.daily__results-wrapper{flex-direction:column;flex:1;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.daily-results{text-align:center;width:100%;max-width:480px}.daily-results__title{color:var(--primary);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.daily-results__stats{justify-content:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.daily-results__stat{flex-direction:column;align-items:center;gap:.2rem;display:flex}.daily-results__stat-value{color:var(--text-dark);font-size:1.6rem;font-weight:800}.daily-results__stat-value--accent{color:var(--accent)}.daily-results__stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.daily-results__highlights{color:var(--text-dark);margin-bottom:1rem;font-size:.95rem}.daily-results__highlights p{margin-bottom:.3rem}.daily-results__highlights strong{color:var(--primary)}.daily-results__max-score{color:var(--text-muted);font-size:.85rem}.daily-results__streak{color:var(--warning);margin-bottom:1rem;font-size:1.1rem;font-weight:600}.daily-results__actions{margin-bottom:1.5rem}.daily-results__words{text-align:center}.daily-results__toggle{color:var(--accent);font-family:var(--font-stack);cursor:pointer;background:0 0;border:none;margin-bottom:.75rem;padding:.4rem .8rem;font-size:.9rem}.daily-results__toggle:hover{text-decoration:underline}.daily-results__word-list{flex-wrap:wrap;justify-content:center;gap:.3rem;display:flex}.daily-results__word{border-radius:var(--radius-sm);align-items:center;gap:.2rem;padding:.2rem .5rem;font-size:.8rem;display:inline-flex}.daily-results__word--found{color:var(--success);background:#4caf5026;font-weight:600}.daily-results__word--missed{color:var(--text-muted);background:#0000000d}.daily-results__word-score{font-size:.7rem;font-weight:700}.daily-results__word--has-def{cursor:pointer;flex-direction:column}.daily-results__word-text{align-items:center;gap:.2rem;display:inline-flex}.daily-results__word-def{color:var(--text-muted);text-align:left;flex-direction:column;gap:.15rem;padding-top:.15rem;font-size:.7rem;font-weight:400;display:flex}.daily-results__word-def-entry em{opacity:.7;font-style:italic}.daily-results__def-hint{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.daily-results__highlight-word{cursor:pointer;color:var(--primary);font-weight:700;display:inline}.daily-results__highlight-word--active{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.daily-results__highlight-word--has-def{cursor:pointer}.daily-results__highlight-word-text{display:inline}.daily-results__highlight-word-def{color:var(--text-muted);margin-top:.2rem;font-size:.8rem;font-weight:400;display:block}.daily-results__highlight-word-def-entry em{opacity:.7;font-style:italic}@media (width<=768px){.host__playing{grid-template-rows:1fr auto;grid-template-columns:1fr}.host__word-feed{border-left:none;border-top:1px solid var(--border-dark);max-height:200px}.host__lobby-content{flex-direction:column;gap:1.5rem}.host__room-code{font-size:3.5rem}.grid-display__tile{font-size:1.8rem}}
