.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}.phrase-bar{box-sizing:border-box;border-radius:.5rem;width:100%;padding:.7rem .75rem}.phrase-bar+.phrase-bar{margin-top:.5rem}.phrase-bar__title{font-size:.95rem;font-weight:600;line-height:1.35}.phrase-bar__badge{text-transform:uppercase;letter-spacing:.04em;opacity:.72;white-space:nowrap;margin-left:.35rem;font-size:.68rem;font-weight:700}.phrase-bar__body{padding-top:.4rem}.phrase-bar__fact{opacity:.95;font-size:.82rem;line-height:1.45}.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}.game-switcher{z-index:30;color:#f8fbff;font-family:inherit;position:relative}.game-switcher summary{white-space:nowrap;color:#f8fbffdb;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fbff14;border:1px solid #f8fbff2e;border-radius:.55rem;padding:.48rem .65rem;font-size:.76rem;font-weight:800;line-height:1;list-style:none}.game-switcher summary::-webkit-details-marker{display:none}.game-switcher__count{color:#7ff3e0;vertical-align:middle;background:#5eead438;border-radius:.55rem;place-items:center;min-width:1.05rem;height:1.05rem;margin-left:.4rem;padding:0 .2rem;font-size:.62rem;font-weight:900;display:inline-grid}.game-switcher summary:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:.34rem;height:.34rem;margin-left:.38rem;transition:transform .16s;display:inline-block;transform:translateY(-.12rem)rotate(45deg)}.game-switcher[open] summary:after{transform:translateY(.06rem)rotate(-135deg)}.game-switcher[open] summary{background:#f8fbff26}.game-switcher__menu{background:#172333;border:1px solid #f8fbff2e;border-radius:.7rem;width:min(17rem,100vw - 2rem);position:absolute;top:calc(100% + .45rem);overflow:hidden;box-shadow:0 16px 42px #00000061}.game-switcher--left .game-switcher__menu{left:0}.game-switcher--right .game-switcher__menu{right:0}.game-switcher__menu a{color:#f8fbff;flex-direction:column;gap:.12rem;padding:.72rem .8rem;text-decoration:none;display:flex}.game-switcher__menu a+a{border-top:1px solid #f8fbff1a}.game-switcher__menu a:hover{background:#f8fbff14}.game-switcher__menu a[aria-current=page]{box-shadow:inset 3px 0 #5eead4}.game-switcher__menu span{font-size:.9rem;font-weight:900}.game-switcher__menu small{color:#f8fbff9e;font-size:.72rem}.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--p4{color:#1a1a1a;background:#f0e442}.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-decoration:underline;-webkit-text-decoration-color:color-mix(in srgb, currentColor 85%, transparent);text-decoration-color:color-mix(in srgb, currentColor 85%, transparent);text-underline-offset:3px;text-decoration-thickness:2px}.completion__missed-badge{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:700}.completion__unknown-btn{color:currentColor;opacity:.6;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{opacity:.95}.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}.app__ahead-banner{color:#fff;text-align:center;background:#7c3aed;border-bottom:2px solid #5b21b6;padding:.6rem 1rem;font-size:.85rem;line-height:1.4}.app__ahead-banner strong{font-weight:700}.start-screen__studio{background:#7c3aed1a;border:1px solid #7c3aed80;border-radius:10px;margin:.75rem 0 .25rem;padding:.6rem .5rem}.start-screen__studio-label{opacity:.85;margin-bottom:.5rem;font-size:.72rem}.start-screen__studio-days{flex-wrap:wrap;justify-content:center;gap:.35rem;display:flex}.start-screen__studio-day{cursor:pointer;color:inherit;background:#ffffff0d;border:1px solid #ffffff2e;border-radius:8px;flex-direction:column;align-items:center;gap:1px;padding:.3rem .55rem;font-size:.72rem;font-weight:600;display:flex}.start-screen__studio-day--active{background:#a78bfa38;border-color:#a78bfa}.start-screen__studio-num{opacity:.65;font-size:.62rem;font-weight:400}.completion__reject{text-align:center;background:#ef444414;border:1px solid #ef444473;border-radius:10px;margin:.75rem 0;padding:.75rem}.completion__reject-btn{cursor:pointer;color:#fca5a5;background:#ef444426;border:1px solid #ef444499;border-radius:9px;width:100%;padding:.7rem 1rem;font-size:.9rem;font-weight:700}.completion__reject-btn--danger{color:#fff;background:#dc2626;border-color:#dc2626}.completion__reject-confirm p{margin:0 0 .6rem;font-size:.8rem;line-height:1.4}.completion__reject-row{gap:.5rem;display:flex}.completion__reject-cancel{cursor:pointer;color:inherit;background:0 0;border:1px solid #fff3;border-radius:9px;padding:.7rem 1rem;font-size:.9rem}.completion__reject-msg{margin:0;font-size:.8rem;line-height:1.4}.completion--reveal-first .completion__scoreline{order:0}.completion--reveal-first .completion__phrases{order:1}.completion--reveal-first .completion__action-band{order:2}.completion--reveal-first .completion__milestone{order:3}.completion--reveal-first .completion__missed{order:4}.completion--reveal-first .completion__reject{order:5}.completion--reveal-first .completion__action-band--hero{width:100%}.completion__granted-badge{text-transform:uppercase;letter-spacing:.04em;opacity:.75;margin-left:.4rem;font-size:.7rem;font-weight:700}.completion__phrase--granted{box-shadow:inset 0 0 0 2px #ffffff59}.completion__scoreline{color:#ffffff9e;letter-spacing:.01em;flex-wrap:wrap;justify-content:center;gap:.35rem 1rem;margin-bottom:.85rem;font-size:.82rem;display:flex}.completion__scoreline-item{white-space:nowrap}.completion__scoreline strong{color:#ffffffeb;font-weight:700}body.lean-ui .app__header{padding:.25rem 0 .4rem}body.lean-ui .app__title{font-size:1.45rem}body.lean-ui .app__subtitle{margin-top:.1rem;font-size:.72rem}body.lean-ui .app__icon-button{width:2rem;height:2rem;padding:.25rem;font-size:1.05rem}body.lean-ui .completion__scoreline{margin:0 0 .55rem}
