*{box-sizing:border-box}:root{color:#f4f1e8;font-synthesis:none;background:#090909;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}body{background:#090909;min-width:320px;min-height:100vh;margin:0}button{font:inherit}.game{flex-direction:column;width:min(720px,100% - 40px);min-height:100vh;margin:0 auto;padding:44px 0 32px;display:flex}header{justify-content:space-between;align-items:flex-end;display:flex}.label{letter-spacing:.12em;color:#8b8b8b;margin:0 0 7px;font-size:13px;font-weight:600}h1{letter-spacing:-.035em;margin:0;font-size:46px;font-weight:800;line-height:.9}.move-counter{text-align:right}.move-counter strong{letter-spacing:-.04em;font-size:32px;font-weight:700}.number-area{border-top:1px solid #292929;border-bottom:1px solid #292929;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:440px;margin-top:34px;display:flex}.instruction{letter-spacing:.08em;color:#8b8b8b;min-height:22px;margin:0 0 35px;font-size:14px;font-weight:600}.number{letter-spacing:-.065em;overflow-wrap:anywhere;max-width:100%;font-size:clamp(110px,24vw,180px);font-weight:750;line-height:.8;transition:transform .18s,opacity .18s}.number.zero{transform:scale(1.15)}.operations{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;display:grid}.operations button{color:#f4f1e8;letter-spacing:-.035em;cursor:pointer;background:0 0;border:1px solid #3b3b3b;border-radius:2px;height:94px;font-size:29px;font-weight:650;transition:background .12s,color .12s,transform .12s,border-color .12s}.operations button:hover{color:#090909;background:#f4f1e8;border-color:#f4f1e8;transform:translateY(-3px)}.operations button:active{transform:translateY(1px)}.operations button:disabled{opacity:.18;cursor:not-allowed;transform:none}.operations button:disabled:hover{color:#f4f1e8;background:0 0;border-color:#3b3b3b}.result{letter-spacing:.04em;color:#9a9a9a;gap:34px;margin-top:38px;font-size:15px;font-weight:600;display:flex}.dead-end{text-align:center;margin-top:28px}.dead-end p{letter-spacing:.06em;color:#8b8b8b;margin:0 0 16px;font-size:14px;font-weight:600}.dead-end button{color:#f4f1e8;letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #555;border-radius:2px;padding:16px 30px;font-size:14px;font-weight:600}.dead-end button:hover{color:#090909;background:#f4f1e8}.history{letter-spacing:-.01em;color:#888;overflow-wrap:anywhere;border-bottom:1px solid #222;margin-top:22px;padding:18px 0;font-size:15px;font-weight:450;line-height:1.8}footer{justify-content:flex-end;gap:28px;margin-top:12px;display:flex}.restart{color:#888;letter-spacing:.04em;cursor:pointer;background:0 0;border:0;padding:14px 0;font-size:13px;font-weight:600}.restart:hover{color:#f4f1e8}.restart:disabled{opacity:.2;cursor:default}@media (width<=500px){.game{width:calc(100% - 28px);padding-top:28px}.label{font-size:11px}h1{font-size:42px}.number-area{min-height:390px}.instruction{font-size:12px}.operations button{height:80px;font-size:25px}.history{font-size:13px}footer{gap:18px}.restart{font-size:11px}}
