.termle-page{touch-action:manipulation;padding-bottom:4rem}.termle-page *,.termle-modal *{-webkit-tap-highlight-color:transparent}.termle__header{text-align:center;max-width:640px;margin:0 auto 1.6rem}.termle__title{color:var(--text-primary);align-items:baseline;gap:.4rem;margin:0 0 .4rem;font-family:Fraunces,Georgia,serif;font-size:3.2rem;font-weight:600;display:inline-flex}.termle__prompt{color:#02aab0;-webkit-text-fill-color:#02aab0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace}.termle__tag{color:var(--text-secondary);margin:0 0 .7rem;font-size:1.45rem;line-height:1.5}.termle__subrow{justify-content:center;align-items:center;gap:1.2rem;display:flex}.termle__no{letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);opacity:.7;margin:0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:1.05rem}.termle__help{letter-spacing:.08em;text-transform:uppercase;color:#02aab0;cursor:pointer;background:0 0;border:1px solid #02aab040;border-radius:50px;padding:.35rem 1rem;font-family:ui-monospace,Menlo,monospace;font-size:1.05rem;font-weight:600;transition:background .2s,border-color .2s}.termle__help:hover{background:#02aab00f;border-color:#02aab080}@media (width<=37.5em){.termle__header{margin-bottom:1.1rem}.termle__title{font-size:2.6rem}.termle__tag{margin-bottom:.6rem;font-size:1.3rem}}.termle__board{touch-action:manipulation;grid-template-rows:repeat(6,1fr);gap:.55rem;width:min(320px,80vw);margin:0 auto 1rem;display:grid}.termle__row{grid-template-columns:repeat(5,1fr);gap:.55rem;display:grid}.termle__tile{aspect-ratio:1;touch-action:manipulation;border:2px solid var(--card-border);text-transform:uppercase;color:var(--text-primary);user-select:none;background:0 0;border-radius:10px;place-items:center;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:2rem;font-weight:700;transition:border-color .15s,transform .1s;display:grid}.termle__tile--active{border-color:#02aab0aa;transform:scale(1.02)}.termle__tile--flip{animation:.26s forwards tmFlip}@keyframes tmFlip{0%{transform:rotateX(0)}50%{transform:rotateX(90deg)}to{transform:rotateX(0)}}.termle__tile--correct{color:#fff;background:#02aab0;border-color:#02aab0}.termle__tile--present{color:#fff;background:#d99e2b;border-color:#d99e2b}.termle__tile--absent{color:#fff;background:#3a3a48;border-color:#3a3a48}html:not([data-theme=dark]) .termle__tile--absent{background:#9aa0ad;border-color:#9aa0ad}.termle__row--shake{animation:.42s tmShake}@keyframes tmShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.termle__msg{text-align:center;min-height:1.5rem;color:var(--text-primary);opacity:0;margin:0 0 .8rem;font-weight:600;transition:opacity .2s}.termle__msg--show{opacity:1}.termle__keyboard{flex-direction:column;gap:.5rem;width:min(500px,100%);margin:0 auto;display:flex}.termle__kbrow{justify-content:center;gap:.4rem;display:flex}.termle__key{border:1px solid var(--card-border);background:var(--card-bg);min-width:0;height:52px;color:var(--text-primary);cursor:pointer;touch-action:manipulation;user-select:none;text-transform:uppercase;border-radius:8px;flex:1;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:1.2rem;font-weight:600;transition:background .12s,transform 80ms,border-color .12s}.termle__key:hover{border-color:#02aab0aa}.termle__key:active{background:#02aab01a;transform:translateY(1px)}.termle__key--wide{flex:1.6;font-size:.9rem}.termle__key--correct{color:#fff;background:#02aab0;border-color:#02aab0}.termle__key--present{color:#fff;background:#d99e2b;border-color:#d99e2b}.termle__key--absent{color:#fff;opacity:.65;background:#3a3a48;border-color:#3a3a48}html:not([data-theme=dark]) .termle__key--absent{color:#fff;background:#c2c7d1;border-color:#c2c7d1}@media (width<=37.5em){.termle__keyboard{gap:.42rem}.termle__kbrow{gap:.34rem}.termle__key{border-radius:7px;height:48px;font-size:1.15rem}.termle__key--wide{font-size:.82rem}}@media (width<=24em){.termle__key{height:44px;font-size:1.05rem}}.termle-modal{z-index:120;place-items:center;padding:1.5rem;display:grid;position:fixed;inset:0}.termle-modal[hidden]{display:none}.termle-modal__backdrop{backdrop-filter:blur(4px);background:#06080fa8;position:absolute;inset:0}.termle-modal__panel{z-index:1;background:var(--card-bg);border:1px solid var(--card-border);text-align:center;border-radius:20px;width:min(420px,100%);max-height:90vh;padding:2.4rem 2rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) tmPop;position:relative;overflow-y:auto;box-shadow:0 24px 60px #0006}@keyframes tmPop{0%{opacity:0;transform:translateY(14px)scale(.97)}to{opacity:1;transform:none}}.termle-modal__close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.4rem;line-height:1;position:absolute;top:1rem;right:1.2rem}.termle-modal__result{color:var(--text-primary);margin:0 0 .4rem;font-family:Fraunces,Georgia,serif;font-size:2.2rem;font-weight:600}.termle-modal__answer{color:var(--text-secondary);margin:0 0 1.4rem;font-size:1.4rem}.termle-modal__answer strong{color:#02aab0;letter-spacing:.1em;font-family:ui-monospace,Menlo,monospace}.termle-modal__stats{grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:1.4rem;display:grid}.termle-modal__stats div{flex-direction:column;gap:.15rem;display:flex}.termle-modal__stats b{color:var(--text-primary);font-family:Fraunces,Georgia,serif;font-size:1.9rem}.termle-modal__stats span{letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);opacity:.75;font-size:.9rem}.termle-modal__grid{letter-spacing:2px;white-space:pre;color:var(--text-primary);margin:0 0 1.4rem;font-family:ui-monospace,Menlo,monospace;font-size:1.15rem;line-height:1.35}.termle-modal__actions{justify-content:center;gap:.8rem;display:flex}.termle-modal__btn{letter-spacing:.06em;text-transform:uppercase;border:1px solid var(--card-border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:50px;justify-content:center;align-items:center;padding:.85rem 1.6rem;font-family:ui-monospace,Menlo,monospace;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.termle-modal__btn:hover{border-color:#02aab080;text-decoration:none;transform:translateY(-2px)}.termle-modal__btn--primary{color:#fff;background:linear-gradient(135deg,#02aab0,#00cdac);border-color:#0000;box-shadow:0 8px 24px #02aab04d}.termle-modal__next{color:var(--text-secondary);opacity:.75;margin:1.2rem 0 0;font-family:ui-monospace,Menlo,monospace;font-size:1rem}.termle-help{text-align:left}.termle-help .termle-modal__result{text-align:center}.termle-help__list{flex-direction:column;gap:.7rem;margin:1.4rem 0;padding:0;list-style:none;display:flex}.termle-help__list li{color:var(--text-secondary);padding-left:1.7rem;font-size:1.4rem;line-height:1.5;position:relative}.termle-help__list li:before{content:"›";color:#02aab0;font-weight:700;position:absolute;left:.3rem}.termle-help__list strong{color:var(--text-primary)}.termle-help__legend{flex-direction:column;gap:.9rem;margin:0 0 1.5rem;display:flex}.termle-help__ex{align-items:center;gap:1.1rem;display:flex}.termle-help__ex .termle__tile{aspect-ratio:auto;flex-shrink:0;width:44px;height:44px;font-size:1.5rem}.termle-help__ex p{color:var(--text-secondary);margin:0;font-size:1.3rem}.termle-help__ex strong{color:var(--text-primary)}.termle-help__foot{color:var(--text-secondary);opacity:.85;margin:0 0 1.6rem;font-size:1.25rem;line-height:1.5}.termle-help .termle-modal__btn{width:100%}
