*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#08090d;color:#f7f7f8;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-tap-highlight-color:transparent}body{min-height:100dvh;touch-action:manipulation}#app,.screen{width:100%;height:100dvh;min-height:100svh}.screen{display:none;padding:max(24px,env(safe-area-inset-top)) 24px max(24px,env(safe-area-inset-bottom))}.screen.active{display:flex;flex-direction:column}#startScreen,#resultScreen{align-items:center;justify-content:center;max-width:560px;margin:auto}.brand{font-size:16px;font-weight:900;letter-spacing:.14em;margin-bottom:28px}.brand span{opacity:.45;font-weight:700}h1{font-size:clamp(32px,9vw,54px);line-height:1;text-align:center;margin:0 0 34px;letter-spacing:-.04em}.field{width:min(100%,420px);margin-bottom:16px}.field label{display:block;color:#8e93a1;font-size:13px;font-weight:700;margin:0 0 7px 4px}select{width:100%;appearance:none;border:1px solid #252936;background:#11131a;color:#f7f7f8;border-radius:16px;padding:17px 18px;outline:0;font:inherit}button{border:0;border-radius:17px;min-height:58px;padding:0 28px;font:inherit;font-weight:800;cursor:pointer}.primary{width:min(100%,420px);margin-top:12px;background:#7c5cff;color:white}.secondary{width:min(100%,420px);margin-top:12px;background:#1b1e27;color:white}.hint{max-width:400px;text-align:center;color:#8e93a1;font-size:13px;line-height:1.5;margin-top:20px}.gameHeader{display:flex;align-items:flex-start;justify-content:space-between}#timer{font-size:clamp(42px,12vw,76px);font-weight:900;line-height:.9;letter-spacing:-.06em}.score{display:flex;gap:16px;padding-top:7px;font-size:18px}.score span:first-child{color:#35d07f}.score span:last-child{color:#ff5d67}.wordArea{flex:1;display:flex;align-items:center;justify-content:center;text-align:center}.word{font-size:clamp(48px,14vw,120px);line-height:.95;font-weight:950;letter-spacing:-.055em;overflow-wrap:anywhere}.feedback{position:fixed;inset:0;display:grid;place-items:center;font-size:clamp(42px,13vw,110px);font-weight:950;opacity:0;pointer-events:none;transform:scale(.8);transition:opacity .16s,transform .16s}.feedback.show{opacity:1;transform:scale(1)}.feedback.correct{color:#35d07f}.feedback.skip{color:#ff5d67}.gestureHint{display:flex;justify-content:center;gap:30px;color:#8e93a1;font-size:13px;font-weight:700;padding-bottom:8px}.gestureHint div:first-child{color:#35d07f}.gestureHint div:last-child{color:#ff5d67}.resultScore{display:flex;flex-direction:column;align-items:center;margin-bottom:14px}.resultScore strong{font-size:clamp(90px,25vw,160px);line-height:.85;letter-spacing:-.08em}.resultScore span,.resultSecondary{color:#8e93a1;font-weight:700}.resultSecondary{margin-bottom:28px}.resultSecondary b{color:#f7f7f8}
.utilityButtons{width:min(100%,420px);display:flex;gap:10px}.utilityButtons button{flex:1;margin-top:10px}.gameButtons{position:fixed;right:18px;bottom:max(18px,env(safe-area-inset-bottom));display:flex;gap:8px}.miniButton{min-height:42px;width:42px;padding:0;border-radius:12px;background:#1b1e27;color:#fff;font-size:18px}.gameButtons .miniButton{margin:0}
