.share-landing{justify-content:center;align-items:center;min-height:100dvh;padding:1rem;display:flex}.share-landing__card{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:400px;display:flex}.share-landing__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.share-landing__result-label{color:var(--color-text);margin:0;font-size:1.25rem;font-weight:700}.share-landing__score{color:var(--color-text-muted);margin:0;font-size:1rem}.share-landing__grid{flex-direction:column;gap:.25rem;margin:.5rem 0;display:flex}.share-landing__grid-row{justify-content:center;gap:.125rem;display:flex}.share-landing__grid-cell{font-size:1.5rem;line-height:1}.share-landing__cta{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:.75rem;margin-top:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block}.share-landing__cta:hover{opacity:.9}.share-landing__tagline{color:var(--color-text-muted);max-width:280px;margin:.5rem 0 0;font-size:.8rem;line-height:1.4}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}:root{--color-bg:#1a1a2e;--color-bg-mid:#16213e;--color-bg-end:#0f3460;--color-text:#fff;--color-text-muted:#ffffff80;--color-surface:#ffffff14;--color-surface-hover:#ffffff1f;--color-surface-elevated:#2a2a3e;--color-border:#ffffff26;--color-border-active:#fff6;--color-slot-filled:#ffffff14;--color-accent:#667eea;--color-accent-bg:#667eea26;--color-correct:#538d4e;--color-misplaced:#b59f3b;--color-decoy:#3a3a4c}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-mid) 50%, var(--color-bg-end) 100%);color:var(--color-text);min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5}#root{min-height:100dvh}button{-webkit-tap-highlight-color:transparent;font-family:inherit}.word-button,.answer-slots__slot{-webkit-user-select:none;user-select:none}@media (pointer:coarse){.word-button{min-width:44px;min-height:44px}}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.word-tile{width:100%;height:3rem;color:var(--color-text);background:var(--color-surface,#ffffff14);border:2px solid var(--color-border,#ffffff26);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;text-transform:lowercase;border-radius:.5rem;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.word-tile:hover{background:var(--color-surface-hover,#ffffff1f)}.word-tile--selected{background:var(--color-accent,#667eea)!important;border-color:var(--color-accent,#667eea)!important;color:#fff!important}.word-tile--revealed{position:relative}.word-tile--decoy{cursor:not-allowed;pointer-events:none;-webkit-text-decoration:line-through #fff6;text-decoration:line-through #fff6;color:#ffffff4d!important;background:#ffffff0a!important;border-color:#ffffff1a!important}.word-tile__decoy-x{color:#fff6;font-size:.7rem;position:absolute;top:.1rem;right:.2rem}.puzzle-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;padding:0 .5rem;display:grid}.guess-timeline{flex-direction:column;gap:.3rem;width:100%;padding:0 .5rem;display:flex}.guess-timeline__row{background:#ffffff0a;border-radius:.5rem;align-items:center;gap:.6rem;padding:.25rem .5rem;display:flex}.guess-timeline__row--solved{background:#ffffff1a}.guess-timeline__squares{flex-shrink:0;gap:.25rem;display:flex}.guess-timeline__square{border-radius:.2rem;width:1rem;height:1rem;display:inline-block}.guess-timeline__solved-text{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.8rem;font-weight:600;overflow:hidden}.color-rail{flex-direction:column;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.6rem 0;display:flex}.color-rail__label{text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted,#ffffff8c);align-items:baseline;gap:.5rem;font-size:.7rem;display:flex}.color-rail__hint{text-transform:none;letter-spacing:0;color:var(--color-text-muted,#ffffff73);font-size:.7rem;font-style:italic}.color-rail__pills{justify-content:center;gap:.55rem;display:flex}.color-rail__pill{font-variant-numeric:tabular-nums;border:2.5px solid;border-radius:1rem;justify-content:center;align-items:center;min-width:3rem;height:2rem;padding:0 .7rem;font-size:.95rem;font-weight:700;transition:background-color .3s,transform .15s;display:inline-flex}.color-rail__pill:hover{transform:translateY(-1px)}.color-rail__pill--solved{font-size:1.15rem}.stats-screen{width:100%;max-width:400px;margin:0 auto;padding:1.5rem}.stats-screen__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.stats-screen__title{color:var(--color-text);font-size:1.25rem;font-weight:700}.stats-screen__close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem}.stats-screen__summary{justify-content:space-between;margin-bottom:1.5rem;display:flex}.stats-screen__stat{flex-direction:column;flex:1;align-items:center;display:flex}.stats-screen__stat-value{color:var(--color-text);font-size:1.75rem;font-weight:700}.stats-screen__stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.stats-screen__freezes{text-align:center;color:var(--color-accent);background:var(--color-accent-bg);border-radius:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem}.stats-screen__distribution{margin-bottom:1rem}.stats-screen__section-title{color:var(--color-text);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.stats-screen__dist-row{align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.stats-screen__dist-label{text-align:right;width:1rem;color:var(--color-text);font-size:.85rem;font-weight:600}.stats-screen__dist-bar-container{flex:1}.stats-screen__dist-bar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.25rem;justify-content:flex-end;min-width:1.5rem;padding:.2rem .5rem;display:flex}.stats-screen__dist-bar--fail{background:var(--color-decoy,#3a3a4c)}.stats-screen__dist-count{color:#fff;font-size:.75rem;font-weight:600}.completion-stats{width:100%;margin:.5rem 0 1.25rem}.completion-stats__summary{justify-content:space-around;gap:.5rem;margin-bottom:1.25rem;display:flex}.completion-stats__stat{flex-direction:column;align-items:center;gap:.15rem;display:flex}.completion-stats__stat-value{color:var(--color-text);font-size:1.75rem;font-weight:700;line-height:1}.completion-stats__stat-label{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted);font-size:.7rem}.completion-stats__section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);text-align:center;margin:0 0 .6rem;font-size:.8rem;font-weight:600}.completion-stats__dist-row{align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.completion-stats__dist-label{text-align:right;font-variant-numeric:tabular-nums;width:1rem;color:var(--color-text-muted);font-size:.85rem}.completion-stats__dist-bar-container{flex:1;min-width:0}.completion-stats__dist-bar{background:var(--color-decoy,#3a3a4c);border-radius:.25rem;justify-content:flex-end;align-items:center;min-width:1.75rem;height:1.5rem;padding:0 .5rem;display:flex}.completion-stats__dist-bar--today{background:linear-gradient(135deg,#4a9e5c 0%,#3d8b4f 100%);box-shadow:0 0 0 1px #ffffff1f}.completion-stats__dist-count{font-variant-numeric:tabular-nums;color:#fff;font-size:.8rem;font-weight:700}.completion-stats__unlock{text-align:center;color:var(--color-text-muted);margin:0;font-size:.85rem}.onboarding-modal__backdrop{z-index:100;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.onboarding-modal{background:var(--color-bg,#1a1a2e);border:1px solid var(--color-border,#ffffff26);text-align:center;border-radius:.9rem;width:100%;max-width:22rem;padding:2rem 1.5rem 1.5rem;position:relative;box-shadow:0 10px 40px #00000080}.onboarding-modal__skip{color:var(--color-text-muted,#ffffff80);cursor:pointer;background:0 0;border:none;padding:.4rem .6rem;font-size:.8rem;position:absolute;top:.6rem;right:.8rem}.onboarding-modal__skip:hover{color:var(--color-text,#fff)}.onboarding-modal__emoji{margin-bottom:.5rem;font-size:3rem}.onboarding-modal__title{color:var(--color-text,#fff);margin:0 0 .6rem;font-size:1.4rem;font-weight:700}.onboarding-modal__body{color:var(--color-text,#ffffffd9);margin:0 0 1.5rem;font-size:.95rem;line-height:1.45}.onboarding-modal__dots{justify-content:center;gap:.4rem;margin-bottom:1.2rem;display:flex}.onboarding-modal__dot{background:#fff3;border-radius:50%;width:.5rem;height:.5rem;transition:background .2s}.onboarding-modal__dot--active{background:var(--color-accent,#667eea)}.onboarding-modal__cta{color:#fff;background:var(--color-accent,#667eea);cursor:pointer;border:none;border-radius:.6rem;width:100%;padding:.9rem 1rem;font-size:1rem;font-weight:700;transition:transform .1s,opacity .15s}.onboarding-modal__cta:hover{opacity:.92}.onboarding-modal__cta:active{transform:scale(.98)}.guess-change-modal__backdrop{z-index:60;-webkit-backdrop-filter:blur(3px);background:#0000008c;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.guess-change-modal{background:var(--color-surface-elevated,#2a2a3e);border:1px solid var(--color-border,#ffffff26);text-align:center;border-radius:1rem;width:100%;max-width:26rem;padding:1.5rem 1.25rem;box-shadow:0 12px 40px #00000073}.guess-change-modal__title{color:var(--color-text,#fff);margin:0 0 .6rem;font-size:1.35rem;font-weight:700}.guess-change-modal__body{color:#ffffffd9;margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.guess-change-modal__body strong{color:#a3b3f5;font-weight:700}.guess-change-modal__cta{background:var(--color-accent,#667eea);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:background .15s,transform 50ms}.guess-change-modal__cta:hover{background:#5a6fd6}.guess-change-modal__cta:active{transform:scale(.99)}.share-card-preview{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 55%,#0f3460 100%);border:1px solid #ffffff1a;border-radius:.85rem;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:380px;margin:0 auto;padding:1.1rem 1.25rem;display:flex}.share-card-preview__info{text-align:left;flex-direction:column;gap:.1rem;display:flex}.share-card-preview__brand{letter-spacing:.12em;color:#ffffff80;font-size:.62rem;font-weight:700}.share-card-preview__num{color:#fff;font-size:1.7rem;font-weight:800;line-height:1.1}.share-card-preview__label{color:#e6a817;font-size:1.05rem;font-weight:700}.share-card-preview__score{color:#fff;font-size:1.05rem;font-weight:600}.share-card-preview__challenge{color:#ffffff80;margin-top:.2rem;font-size:.72rem}.share-card-preview__grid{flex-direction:column;flex-shrink:0;gap:.28rem;display:flex}.share-card-preview__row{gap:.28rem;display:flex}.share-card-preview__cell{border-radius:.2rem;width:1.15rem;height:1.15rem;box-shadow:inset 0 1px #ffffff14}.feedback-widget__trigger{z-index:40;border:1px solid var(--color-border);background:var(--color-surface);width:2.5rem;height:2.5rem;color:var(--color-text-muted);cursor:pointer;-webkit-backdrop-filter:blur(8px);border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 2px 8px #0000004d}.feedback-widget__trigger:hover{color:var(--color-accent);border-color:var(--color-accent);background:var(--color-accent-bg)}.feedback-widget__backdrop{z-index:50;-webkit-backdrop-filter:blur(2px);-webkit-overflow-scrolling:touch;background:#0006;justify-content:center;align-items:flex-end;height:100%;display:flex;position:fixed;top:0;left:0;right:0;overflow-y:auto}@media (width>=640px){.feedback-widget__backdrop{-webkit-overflow-scrolling:touch;align-items:flex-start;padding-top:12vh;overflow-y:auto}}.feedback-widget__modal{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:1rem 1rem 0 0;width:100%;max-width:28rem;padding:1.25rem 1.25rem 1.5rem;animation:.2s ease-out feedback-slide-up;box-shadow:0 -4px 24px #0006}@media (width>=640px){.feedback-widget__modal{border-radius:1rem;flex-shrink:0;box-shadow:0 4px 24px #0006}}@keyframes feedback-slide-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.feedback-widget__header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.feedback-widget__title{color:var(--color-text);font-size:1.125rem;font-weight:600}.feedback-widget__close{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex}.feedback-widget__close:hover{color:var(--color-text);background:var(--color-surface-hover)}.feedback-widget__textarea{resize:none;border:1px solid var(--color-border);background:var(--color-surface);width:100%;color:var(--color-text);border-radius:.75rem;padding:.625rem .75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.feedback-widget__textarea::placeholder{color:var(--color-text-muted)}.feedback-widget__textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 3px #667eea40}.feedback-widget__textarea:disabled{opacity:.5}.feedback-widget__hint{color:var(--color-text-muted);text-align:right;margin-top:.375rem;font-size:.75rem}.feedback-widget__submit{background:var(--color-accent);color:#fff;cursor:pointer;border:none;border-radius:.75rem;width:100%;margin-top:.75rem;padding:.625rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,opacity .15s}.feedback-widget__submit:hover:not(:disabled){background:#5a6fd6}.feedback-widget__submit:active:not(:disabled){background:#4e5fc4}.feedback-widget__submit:disabled{opacity:.4;cursor:not-allowed}.feedback-widget__thanks{text-align:center;padding:1.5rem 0}.feedback-widget__thanks-text{color:var(--color-text);font-size:1.125rem;font-weight:500}.demo{flex-direction:column;gap:1rem;width:100%;display:flex}.demo-submit-wrap{flex:1;display:flex;position:relative}.demo-submit-wrap>.app__submit-button{z-index:1;width:100%;position:relative}.demo-submit-ring{pointer-events:none;z-index:0;background:linear-gradient(135deg,#667eea99,#764ba299);border-radius:.75rem;position:absolute;inset:0}.reveal-shell{color:#f8fbff;height:100svh;padding:.85rem 1rem max(1rem, env(safe-area-inset-bottom));background:linear-gradient(#0f172a33,#0f172aeb),radial-gradient(circle at 20% 0,#14b8a647,#0000 30rem),radial-gradient(circle at 90% 10%,#f59e0b38,#0000 26rem),#101827;flex-direction:column;display:flex;overflow:hidden}.reveal-header,.reveal-main{width:min(100%,720px);margin:0 auto}.reveal-header{flex:none}.reveal-main{flex:auto;min-height:0}.reveal-header{grid-template-columns:6rem 1fr 4rem;align-items:center;gap:1rem;padding:.35rem 0 .85rem;display:grid}.reveal-header h1{text-align:center;letter-spacing:0;margin:0;font-size:clamp(2rem,8vw,4.5rem);line-height:.95}.reveal-header__back{color:#f8fbffb3;font-size:.85rem;font-weight:700;text-decoration:none}.reveal-header__eyebrow{color:#f8fbff9e;letter-spacing:.12em;text-align:center;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:800}.reveal-header__next{color:#f8fbffd1;font:inherit;cursor:pointer;background:#f8fbff1a;border:1px solid #f8fbff29;border-radius:.45rem;padding:.45rem .5rem;font-size:.76rem;font-weight:900}.reveal-main{flex-direction:column;gap:.75rem;display:flex}.reveal-status{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.reveal-status>div{background:#0f172a9e;border:1px solid #f8fbff24;border-radius:.5rem;min-width:0;padding:.75rem}.reveal-status__label{color:#f8fbff94;text-transform:uppercase;font-size:.7rem;font-weight:800;display:block}.reveal-status strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1.1rem;line-height:1.2;display:block;overflow:hidden}.reveal-board{background:#ffffff12;border:1px solid #f8fbff29;border-radius:.5rem;flex-wrap:wrap;flex:auto;place-content:center;align-items:center;gap:.9rem 1.5rem;min-height:0;padding:clamp(1rem,4vw,2rem);display:flex;box-shadow:0 24px 70px #0000003d}.reveal-board__word{border-bottom:2px solid #f8fbff38;align-items:center;gap:.16rem;padding-bottom:.4rem;display:inline-flex}.reveal-board__space{display:none}.reveal-board__tile{color:#07111f;background:#0f172ab8;border:1px solid #f8fbff33;border-bottom-width:3px;border-radius:.35rem;justify-content:center;align-items:center;width:clamp(1.55rem,7vw,2.45rem);height:clamp(2rem,8vw,3rem);font-size:clamp(1rem,5vw,1.55rem);font-weight:900;line-height:1;display:inline-flex}.reveal-board__tile--revealed{background:#c8fff4;border-color:#5eead4bf}.reveal-board__punct{color:#f8fbffb8;align-items:end;min-width:.35rem;height:clamp(2rem,8vw,3rem);font-size:clamp(1rem,5vw,1.55rem);font-weight:900;display:inline-flex}.reveal-message{color:#f8fbffc7;text-align:center;min-height:1.5rem;margin:0}.reveal-actions{grid-template-columns:1fr 6.5rem;gap:.6rem;display:grid}.reveal-solve{grid-template-columns:1fr 5.25rem;gap:.5rem;display:grid}.reveal-solve input{color:#fff;min-width:0;font:inherit;background:#0f172ad1;border:1px solid #f8fbff29;border-radius:.5rem;padding:.8rem .9rem}.reveal-solve button,.reveal-spark,.reveal-result__actions button{color:#241a03;font:inherit;cursor:pointer;background:#fbbf24;border:0;border-radius:.5rem;padding:.8rem .9rem;font-weight:900}.reveal-spark{color:#06221f;background:#5eead4}.reveal-solve button:disabled,.reveal-spark:disabled{color:#f8fbff75;cursor:not-allowed;background:#f8fbff24}.reveal-keyboard{flex-direction:column;flex:none;gap:.45rem;display:flex}.reveal-keyboard--locked{opacity:.4;pointer-events:none}.reveal-keyboard__row{justify-content:center;gap:.35rem;display:flex}.reveal-keyboard__key{color:#fff;width:min(8.8vw,3.1rem);min-width:1.9rem;height:3.25rem;font:inherit;cursor:pointer;background:#f8fbff21;border:1px solid #f8fbff1f;border-radius:.45rem;font-weight:900;position:relative}.reveal-keyboard__key small{color:#f8fbff99;font-size:.6rem;font-weight:800;position:absolute;bottom:.1rem;right:.28rem}.reveal-keyboard__key--vowel{border-color:#fbbf2457}.reveal-keyboard__key--hit{color:#041614;background:#2dd4bf}.reveal-keyboard__key--hit small{color:#0416148c}.reveal-keyboard__key--miss{color:#f8fbff59;background:#0f172ab8}.reveal-result{background:#ffffff1a;border:1px solid #f8fbff29;border-radius:.5rem;padding:1rem}.reveal-result__label{color:#5eead4;text-transform:uppercase;margin:0 0 .15rem;font-size:.8rem;font-weight:900}.reveal-result h2{color:#fff;margin:0 0 .5rem;font-size:clamp(1.4rem,5vw,2.3rem);line-height:1.05}.reveal-result p{color:#f8fbffc7;margin:0}.reveal-result__actions{flex-wrap:wrap;gap:.5rem;margin-top:.9rem;display:flex}.reveal-result__actions button+button{color:#fff;background:#f8fbff24}@media (width<=520px){.reveal-shell{padding:.55rem .75rem max(.7rem, env(safe-area-inset-bottom))}.reveal-header{grid-template-columns:4.5rem 1fr 3rem;gap:.5rem;padding-bottom:.55rem}.reveal-header h1{font-size:clamp(1.8rem,7.2vw,2.35rem)}.reveal-header__eyebrow{font-size:.68rem}.reveal-header__back{font-size:.75rem}.reveal-header__next{padding:.4rem .35rem;font-size:.7rem}.reveal-main{gap:.55rem}.reveal-status{grid-template-columns:.8fr .9fr 1.3fr;gap:.4rem}.reveal-status>div{padding:.55rem}.reveal-status>div:last-child{grid-column:auto}.reveal-status__label{font-size:.62rem}.reveal-status strong{font-size:.95rem}.reveal-board{gap:.7rem 1.05rem;padding:.75rem}.reveal-board__word{gap:.12rem;padding-bottom:.32rem}.reveal-board__tile{border-radius:.28rem;width:clamp(1.35rem,6.35vw,1.85rem);height:clamp(1.65rem,7.1vw,2.2rem);font-size:clamp(.9rem,4.5vw,1.2rem)}.reveal-board__punct{height:clamp(1.65rem,7.1vw,2.2rem);font-size:clamp(.9rem,4.5vw,1.2rem)}.reveal-message{min-height:1.25rem;font-size:.9rem}.reveal-actions{grid-template-columns:1fr 5.2rem;gap:.45rem}.reveal-solve{grid-template-columns:1fr 4.7rem;gap:.4rem}.reveal-solve input,.reveal-solve button,.reveal-spark{min-height:2.85rem;padding:.65rem .7rem}.reveal-keyboard{gap:.32rem}.reveal-keyboard__row{gap:.28rem}.reveal-keyboard__key{border-radius:.38rem;min-width:1.65rem;height:2.65rem}}.app{min-height:100dvh;padding:1rem;padding-bottom:env(safe-area-inset-bottom,1rem);flex-direction:column;max-width:500px;margin:0 auto;display:flex}.app__header{padding:.5rem 0 1rem}.app__header-row{justify-content:space-between;align-items:center;display:flex}.app__header-center{text-align:center;flex:1}.app__icon-button{cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:.5rem;font-size:1.25rem;display:flex}.app__icon-button:hover{background:var(--color-surface-hover)}.app__icon-button:disabled{opacity:.4;cursor:not-allowed}.app__hard-toggle--active{background:var(--color-accent-bg)}.app__title{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:800}.app__subtitle{color:#ffffffb3;letter-spacing:.05em;margin:.25rem 0 0;font-size:.85rem}.app__main{flex-direction:column;flex:1;align-items:center;display:flex}.app__panel{width:100%}.app__game{flex-direction:column;gap:1rem;width:100%;display:flex}.app__hint-text{color:var(--color-text-muted);text-align:center;margin:0;padding:0 1rem;font-size:.85rem;line-height:1.4}.app__origin-btn{background:var(--color-surface);border:1px dashed var(--color-border);width:100%;color:var(--color-text-muted);cursor:pointer;border-radius:.75rem;padding:.6rem;font-size:.8rem;font-weight:500;transition:border-color .2s,color .2s}.app__origin-btn:hover{color:var(--color-text);border-color:#f0c040}.app__origin-clue{background:var(--color-surface);text-align:center;border:1px solid #f0c040;border-radius:.75rem;padding:.75rem 1rem}.app__origin-clue-text{color:var(--color-text);margin:0 0 .5rem;font-size:.85rem;line-height:1.4}.app__origin-dismiss{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:.4rem;padding:.3rem .8rem;font-size:.75rem}.app__origin-dismiss:hover{color:var(--color-text)}.completion__hint-badge{opacity:.8;font-size:.75em}.app__near-miss{text-align:center;color:#f0c040;margin:0;font-size:.9rem;font-weight:600}.app__guess-counter{align-items:baseline;gap:.4rem;display:flex}.app__guess-counter-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.app__guess-counter-value{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:700}.app__icon-button-spacer{width:2.5rem;height:2.5rem}.app__encourage{text-align:center;color:var(--color-text-muted,#ffffffb3);margin:.25rem 0;font-size:.85rem;font-style:italic}.app__encourage--teach{color:var(--color-text,#fffffff2);background:#ffffff0f;border-radius:.5rem;max-width:24rem;margin:.5rem auto;padding:.5rem .75rem;font-size:.95rem;font-style:normal;font-weight:500}.app__try-hint{text-align:center;color:var(--color-text-muted,#ffffffb8);text-wrap:balance;max-width:28rem;margin:.5rem auto .75rem;padding:0 1rem;font-size:.85rem;line-height:1.4}.completion__score{color:var(--color-text);font-variant-numeric:tabular-nums;margin:.2rem 0 0;font-size:1.5rem;font-weight:800}.completion__phrase-origin{opacity:.75;margin-top:.4rem;font-size:.7rem;font-style:italic;line-height:1.3}.app__controls{justify-content:space-between;align-items:center;padding:0 .5rem;display:flex}.app__shuffle-btn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:.5rem;padding:.4rem .75rem;font-size:.8rem;font-weight:500}.app__round-info{justify-content:space-between;align-items:center;width:100%;padding:0 .5rem;display:flex}.app__round-label{color:var(--color-text-muted);background:var(--color-surface);border-radius:.4rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600}.app__stars-label{color:var(--color-text-muted);font-size:.8rem}.app__reveal-btn{background:var(--color-surface);border:1px dashed var(--color-border);width:100%;color:var(--color-text);cursor:pointer;border-radius:.75rem;margin:0 .5rem;padding:.6rem;font-size:.85rem;font-weight:600}.app__reveal-btn:hover{background:var(--color-surface-hover)}.app__controls-right{align-items:center;gap:.5rem;display:flex}.app__timer{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.8rem;font-weight:500}.app__shuffle-btn:hover{background:var(--color-surface-hover)}.app__actions{gap:.75rem;padding:0 .5rem;display:flex}.app__deselect-btn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:.75rem;flex:1;padding:.75rem;font-size:.9rem;font-weight:600}.app__deselect-btn:disabled{opacity:.3;cursor:not-allowed}.app__submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:.75rem;flex:1;padding:.75rem;font-size:.9rem;font-weight:600;box-shadow:0 4px 15px #667eea66}.app__submit-button:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.start-screen{background:var(--color-surface);text-align:center;border-radius:1.5rem;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;display:flex}.start-screen__example{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.start-screen__example-tiles{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.start-screen__example-tile{background:var(--color-accent,#667eea);color:#fff;border-radius:.4rem;padding:.4rem .6rem;font-size:.8rem;font-weight:600}.start-screen__example-arrow{color:var(--color-text-muted);font-size:1.25rem}.start-screen__example-phrase{background:var(--color-correct,#538d4e);color:#fff;border-radius:.5rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600}.start-screen__pitch{color:#ffffffd9;text-align:center;margin:0;font-size:.95rem;line-height:1.5}.start-screen__streak{color:var(--color-accent);font-size:1.25rem;font-weight:700}.start-screen__median{color:var(--color-text);border-left:3px solid var(--color-accent,#667eea);text-align:left;background:#ffffff0f;border-radius:.4rem;margin:.4rem 0;padding:.6rem .9rem;font-size:.95rem}.start-screen__play-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1.125rem;font-weight:700;box-shadow:0 4px 15px #667eea66}.completion{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:400px;margin:0 auto;padding:1.5rem 0;display:flex}.completion__header{text-align:center}.completion__emoji{font-size:3rem}.completion__title{color:var(--color-text);margin:.25rem 0 0;font-size:1.5rem;font-weight:700}.completion__phrases{flex-direction:column;gap:.5rem;width:100%;display:flex}.completion__phrase{color:#fff;border-radius:.5rem;padding:.75rem}.completion__phrase--p0{background:#0072b2}.completion__phrase--p1{background:#e69f00}.completion__phrase--p2{background:#009e73}.completion__phrase--p3{background:#cc79a7}.completion__phrase--missed{background-image:linear-gradient(#00000073,#00000073)}.completion__phrase-text{font-size:.9rem;font-weight:700}.completion__phrase-fact{opacity:.95;margin-top:.25rem;font-size:.75rem;line-height:1.4}.completion__phrase-keyword{text-underline-offset:3px;-webkit-text-decoration:underline #ffffffd9;text-decoration:underline #ffffffd9;text-decoration-thickness:2px}.completion__missed-badge{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.completion__unknown-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;margin-top:.15rem;padding:.25rem .4rem;font-size:.65rem;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.completion__unknown-btn:hover{color:#fffc}.completion__unknown-badge{opacity:.5;margin-top:.15rem;font-size:.65rem;font-style:italic}.completion__rating{justify-content:center;align-items:center;gap:.5rem;display:flex}.completion__rating--done{opacity:.7}.completion__rating-thanks{color:var(--color-text-muted);font-size:.85rem}.completion__rating-buttons{gap:.4rem;display:flex}.completion__rating-btn{border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;border-radius:.5rem;padding:.4rem .6rem;transition:transform .1s}.completion__rating-btn:hover{transform:scale(1.15)}.completion__rating-emoji{font-size:1.3rem}.completion__stats{justify-content:center;gap:2rem;display:flex}.completion__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.completion__stat-value{color:var(--color-text);font-size:1.5rem;font-weight:700}.completion__stat-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.completion__milestone{color:var(--color-accent);background:var(--color-accent-bg);border-radius:.75rem;padding:.5rem 1rem;font-size:1.25rem;font-weight:700}.completion__buttons{flex-direction:column;gap:.75rem;width:100%;display:flex}.completion__share-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600}.completion__action-band{background:var(--color-surface,#ffffff0a);border:1px solid var(--color-border,#ffffff1a);border-radius:.75rem;flex-direction:column;gap:.75rem;margin:1rem 0 1.5rem;padding:1rem;display:flex}.completion__action-band--hero{margin-top:.25rem}.completion__share-btn--primary{padding:1rem 1.25rem;font-size:1.05rem}.completion__share-btn-inner{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.completion__share-actions{gap:.45rem;width:100%;display:flex}.completion__share-action{white-space:nowrap;color:#fff;background:var(--color-accent,#667eea);cursor:pointer;border:none;border-radius:.6rem;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.8rem .5rem;font-size:.85rem;font-weight:700;transition:filter .15s;display:inline-flex}.completion__share-action:hover{filter:brightness(1.08)}.completion__share-action--icon{flex:none;padding-left:.85rem;padding-right:.85rem}.completion__share-action-svg{flex-shrink:0}.completion__share-icon{flex-shrink:0;margin-top:-1px}.completion__rating--inline{flex-direction:column;gap:.5rem;padding:0}.completion__rating-prompt{color:var(--color-text-muted,#ffffffb3);font-size:.85rem}.completion__another-btn{background:var(--color-surface);color:#fff;border:1px solid var(--color-border);cursor:pointer;border-radius:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600}.completion__missed{text-align:center;width:100%}.completion__missed-title{color:var(--color-text-muted);margin:0 0 .5rem;font-size:.85rem}.completion__missed-list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.completion__missed-btn{background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;border-radius:.5rem;padding:.5rem .75rem;font-size:.8rem;font-weight:600}.completion__missed-btn:hover{background:var(--color-surface-hover)}.completion__comeback{color:var(--color-text-muted);margin:0;font-size:.85rem}body.desktop-mode .app{max-width:1100px;padding:1.5rem 2rem 2rem}body.desktop-mode .app__title{font-size:2.75rem}body.desktop-mode .app__subtitle{font-size:1rem}.start-screen__demo{display:none}.start-screen__pitch-col{display:contents}body.desktop-mode .start-screen{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:3rem;max-width:1000px;margin:1.5rem auto 0;padding-top:1rem;display:grid}body.desktop-mode .start-screen__demo{display:block}body.desktop-mode .start-screen__pitch-col{flex-direction:column;align-items:stretch;gap:1.25rem;display:flex}body.desktop-mode .start-screen__example{display:none}body.desktop-mode .start-screen__pitch{font-size:1.1rem;line-height:1.6}body.desktop-mode .start-screen__cta{flex-direction:column;align-items:center;gap:.5rem;margin:.5rem 0;padding:1.25rem 0;display:flex}body.desktop-mode .start-screen__play-button{cursor:pointer;letter-spacing:.01em;border:none;border-radius:999px;align-self:center;width:auto;min-width:240px;padding:1.1rem 2.25rem;font-size:1.375rem;font-weight:800;transition:background .15s,box-shadow .2s;box-shadow:0 6px 24px #e69f0059;color:#1a1d2e!important;background:#e69f00!important}body.desktop-mode .start-screen__play-button:hover{box-shadow:0 8px 32px #e69f0080;background:#f2a914!important}body.desktop-mode .start-screen__cta-caption{color:var(--color-text-muted,#ffffff8c);letter-spacing:.02em;font-size:.85rem}@media (prefers-reduced-motion:reduce){body.desktop-mode .start-screen__play-button{animation:none!important}}body.desktop-mode .app__game{grid-template-columns:minmax(0,1.7fr) minmax(380px,1fr);grid-template-areas:"rail rail""teach timeline""grid timeline""grid controls""tryhint controls""actions controls";gap:1rem 2rem;display:grid}body.desktop-mode .app__game-area-rail{grid-area:rail}body.desktop-mode .app__game-area-teach{grid-area:teach;margin:0}body.desktop-mode .app__game-area-timeline{grid-area:timeline;align-self:start}body.desktop-mode .app__game-area-grid{grid-area:grid;align-self:start}body.desktop-mode .app__game-area-controls{background:var(--color-surface,#ffffff0a);border:1px solid var(--color-border,#ffffff1a);border-radius:.75rem;flex-direction:column;grid-area:controls;align-self:end;align-items:stretch;gap:1rem;padding:1rem}body.desktop-mode .app__game-area-controls .app__controls-right{justify-content:space-between}body.desktop-mode .app__game-area-tryhint{grid-area:tryhint;margin:0}body.desktop-mode .app__game-area-actions{grid-area:actions}body.desktop-mode .app__game-area-timeline .guess-timeline__row--solved{align-items:flex-start}body.desktop-mode .app__game-area-timeline .guess-timeline__solved-text{white-space:normal;text-overflow:clip;line-height:1.35;overflow:visible}body.desktop-mode .app__game-area-grid .puzzle-grid{gap:.65rem}
