:root{--cream:#fdf6ee;--card:#fff;--text:#3a3238;--text-muted:#8a7f87;--rose:#d9705f;--rose-dark:#b85647;--plum:#5b3a52;--border:#ecdfd3;--shadow:#5b3a5214 0 4px 16px;--sans:"Segoe UI", system-ui, Roboto, sans-serif;font:17px/1.5 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--cream:#221c20;--card:#2c2429;--text:#f1e9ee;--text-muted:#b6a7b1;--rose:#e8907f;--rose-dark:#f0a998;--plum:#e3c9db;--border:#3e333a;--shadow:#00000059 0 4px 16px}}*{box-sizing:border-box}body{margin:0}h1,h2,h3{color:var(--plum);margin:0 0 .5rem;font-weight:600}h1{font-size:2rem}h2{font-size:1.3rem}p{margin:0 0 .75rem}button{font:inherit;cursor:pointer}input,textarea{font:inherit}.app{flex-direction:column;max-width:640px;min-height:100vh;margin:0 auto;display:flex;overflow-x:hidden}.nav{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:1rem 1.25rem;display:flex}.nav-brand{color:var(--plum);font-size:1.1rem;font-weight:700}.nav-links{flex-wrap:wrap;gap:.25rem;display:flex}.nav-link{color:var(--text-muted);border-radius:999px;padding:.35rem .7rem;font-size:.9rem;text-decoration:none}.nav-link.active,.nav-link:hover{background:var(--rose);color:#fff}main{flex:1;padding:0 1.25rem 2rem}.page{padding-top:.5rem}.subtitle{color:var(--text-muted)}.error{color:var(--rose-dark)}.toast{z-index:100;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;padding:.5rem .9rem;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.toast-success{color:#3f8a5c;border-color:#3f8a5c}.card-grid{gap:.9rem;margin-top:1rem;display:grid}.game-card{color:var(--text);background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;padding:1rem 1.2rem;text-decoration:none;transition:transform .15s;display:block}.game-card:hover{transform:translateY(-2px)}.game-card-top{justify-content:space-between;align-items:center;display:flex}.badge{border-radius:999px;padding:.15rem .55rem;font-size:.75rem;font-weight:600}.badge-ready{color:#2f6e46;background:#dcefe1}.badge-missing{color:var(--rose-dark);background:#f3e3df}.badge-loading{background:var(--border);color:var(--text-muted)}.reveal-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;margin:1rem 0;padding:1rem 1.2rem}.timer{color:var(--text-muted);font-variant-numeric:tabular-nums;margin:0 0 .5rem;font-size:.95rem}.modal-overlay{z-index:200;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;border-radius:12px;max-width:320px;padding:1.5rem}.modal-card button{margin-top:.75rem}.origin-note{color:var(--text-muted);font-style:italic}@keyframes shake{10%,90%{transform:translate(-2px)}20%,80%{transform:translate(4px)}30%,50%,70%{transform:translate(-8px)}40%,60%{transform:translate(8px)}}.shake{animation:.5s shake}.wordle-grid{flex-direction:column;gap:.35rem;margin:1rem 0;display:flex}.wordle-row{gap:.35rem;display:flex}.wordle-tile{border:2px solid var(--border);text-transform:uppercase;width:3rem;height:3rem;color:var(--text);border-radius:6px;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;display:flex}.tile-filled{border-color:var(--text-muted)}.tile-correct{color:#fff;background:#5fa777;border-color:#5fa777}.tile-present{color:#fff;background:#d9b25a;border-color:#d9b25a}.tile-absent{background:var(--text-muted);border-color:var(--text-muted);color:#fff}.keyboard{flex-direction:column;gap:.4rem;margin-top:1rem;display:flex}.keyboard-row{justify-content:center;gap:.3rem;display:flex}.key{background:var(--border);min-width:2rem;color:var(--text);border:none;border-radius:6px;padding:.6rem .5rem;font-weight:600}.key-wide{min-width:3.2rem;font-size:.75rem}.key-correct{color:#fff;background:#5fa777}.key-present{color:#fff;background:#d9b25a}.key-absent{background:var(--text-muted);color:#fff}.connections-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-bottom:.5rem;display:grid}.connections-board{flex-direction:column;gap:.5rem;display:flex}.connections-tile{aspect-ratio:1.4;background:var(--card);border:none;border:1px solid var(--border);text-transform:uppercase;text-align:center;overflow-wrap:break-word;word-break:break-word;border-radius:8px;min-width:0;padding:.4rem;font-size:.8rem;font-weight:700}.connections-tile.selected{background:var(--plum);color:#fff}.solved-group{text-align:center;border-radius:8px;padding:.7rem 1rem}.solved-group-title{text-transform:uppercase;font-size:.85rem;font-weight:700}.solved-group-words{font-size:.85rem}.group-yellow{background:#f0dc82}.group-green{background:#a3d9a5}.group-blue{background:#a3c9e0}.group-purple{background:#c9a3d9}.connections-controls{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.mistakes{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.9rem;display:flex}.mistake-dot{background:var(--text-muted);border-radius:50%;width:.6rem;height:.6rem;display:inline-block}.mistake-dot.used{border:1px solid var(--text-muted);background:0 0}.connections-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.connections-buttons button,.connections-controls button{border:1px solid var(--border);background:var(--card);border-radius:999px;padding:.5rem 1rem;font-weight:600}button.primary{background:var(--rose);color:#fff;border-color:var(--rose)}button:disabled{opacity:.5;cursor:default}.active-clue{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.5rem .8rem;font-weight:600}.crossword-layout{flex-direction:column;gap:1.2rem;margin-top:.75rem;display:flex}.crossword-grid{background:var(--border);border:1px solid var(--border);gap:1px;width:fit-content;display:grid}.crossword-cell{background:var(--card);width:2.2rem;height:2.2rem;position:relative}.cell-black{background:var(--plum)}.crossword-cell input{text-align:center;text-transform:uppercase;width:100%;height:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:1.1rem;font-weight:700}.cell-number{color:var(--text-muted);pointer-events:none;font-size:.6rem;position:absolute;top:1px;left:2px}.cell-highlighted{background:#f3e3cc}.cell-selected{background:#ecc98a}.cell-correct input{color:#2f6e46}.cell-incorrect input{color:var(--rose-dark)}.clue-lists{flex-wrap:wrap;gap:1.5rem;display:flex}.clue-list{flex:1;min-width:220px}.clue-item{cursor:pointer;border-radius:6px;padding:.3rem .4rem;font-size:.9rem}.clue-item.active{background:#f3e3cc}.clue-item:hover{background:var(--border)}.story-form{flex-direction:column;gap:.75rem;max-width:420px;margin-bottom:2rem;display:flex}.story-form label{color:var(--text-muted);flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600;display:flex}.story-form input,.story-form textarea{border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:8px;padding:.5rem .7rem}.story-form input::placeholder,.story-form textarea::placeholder{color:var(--text-muted)}.story-form button{border:none;border-radius:999px;align-self:flex-start;padding:.6rem 1.3rem}.stories-heading{margin-top:1rem}.story-list{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.story-item{background:var(--card);border:1px solid var(--border);border-radius:8px;padding:.6rem .9rem}.story-item-title{font-weight:700}.story-item-detail{color:var(--text-muted);font-size:.9rem}.story-item-tags{color:var(--rose-dark);margin-top:.2rem;font-size:.75rem}.story-item-used-words{border-top:1px dashed var(--border);color:var(--text-muted);flex-direction:column;gap:.15rem;margin-top:.4rem;padding-top:.4rem;font-size:.75rem;display:flex}.story-item-used-words-empty{font-style:italic}.used-words-group strong{color:var(--plum);font-weight:700}@media (width>=520px){.card-grid{grid-template-columns:repeat(2,1fr)}}
