.guess{flex:1;min-height:0;display:flex;align-items:stretch;gap:.5rem}.guess__model-side{flex:1 1 50%;min-width:0;min-height:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.guess__model{width:100%;height:100%;max-height:100%;object-fit:cover;object-position:bottom center}.guess__pairs{flex:1 1 50%;min-width:0;min-height:0;list-style:none;margin:0;padding:0;display:grid;grid-template-rows:repeat(6,minmax(0,1fr));gap:.3rem}.guess__row{display:flex;align-items:center;justify-content:center;gap:.35rem;min-height:0}.pick{flex:1;max-width:48%;height:100%;min-width:0;display:flex;align-items:center;justify-content:center;padding:0;border:2px solid transparent;border-radius:.3rem;line-height:0;transition:border-color .12s}.pick--on{border-color:#1c1917}.pick:disabled{opacity:.45}.pick .number-card-img{height:100%;width:auto;max-width:100%;display:block;object-fit:contain}.app{display:flex;flex-direction:column;min-height:100dvh;max-height:100dvh;overflow:hidden;max-width:28rem;margin:0 auto;padding:max(1rem,env(safe-area-inset-top)) max(1.25rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left))}.top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.5rem}.logo{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.view{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:.75rem}.view--play,.view--rank{justify-content:flex-start;padding-top:0}.view--play{flex:1;min-height:0;overflow:hidden}.view--play .cards-block{flex-shrink:0;margin-bottom:.25rem}.view--play .cards{gap:.5rem;margin-top:.35rem}.view--play .cards--sm li{max-width:clamp(3.25rem,22vw,4.75rem)}.view--play .guess-block{flex:1;min-height:0;display:flex;flex-direction:column}.view--play .guess-block>.label{flex-shrink:0}.view--play .guess-block .guess{flex:1;min-height:0}.view--play .guess-block .progress,.view--play .guess-block .btn{flex-shrink:0}.view-title{margin:0;font-size:1.125rem;font-weight:600;text-align:center}.cards-block{margin-bottom:.5rem}.cards--sm li{max-width:5.5rem}.guess-block{display:flex;flex-direction:column;gap:.65rem}.progress{margin:0;text-align:center;font-size:.8125rem;font-weight:500;color:#78716c}.submitted-box{text-align:center;padding:1rem;background:#f5f5f4;border-radius:.75rem}.submitted-title{margin:0;font-weight:600}.submitted-score{margin:.35rem 0 0;font-size:1.125rem}.rank-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.rank-row{display:grid;grid-template-columns:auto 1fr auto auto;gap:.5rem .75rem;align-items:center;padding:.75rem 1rem;background:#fff;border:1px solid #e7e5e4;border-radius:.625rem;font-size:.9rem}.rank-row--me{border-color:#1c1917;background:#fafaf9}.rank-pos{font-weight:700;color:#78716c}.rank-name{font-weight:500}.rank-score{font-weight:600}.rank-time{font-size:.8125rem;color:#78716c;font-variant-numeric:tabular-nums}.label{margin:0;font-size:.8125rem;color:#78716c;text-align:center}.banner{margin:0 0 1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;line-height:1.4}.banner--error{background:#fef2f2;color:#b91c1c}.count{display:flex;align-items:baseline;justify-content:center;gap:.125rem;line-height:1}.count__n{font-size:3.5rem;font-weight:600;letter-spacing:-.04em}.count__sep,.count__max{font-size:1.5rem;font-weight:500;color:#a8a29e}.caption{margin:0;text-align:center;font-size:.875rem;color:#78716c}.btn{display:flex;align-items:center;justify-content:center;min-height:3rem;padding:.75rem 1.25rem;border-radius:.75rem;font-size:1rem;font-weight:500;transition:opacity .15s}.btn:active:not(:disabled){opacity:.85}.btn:disabled{opacity:.4}.btn--primary{background:#1c1917;color:#fafaf9}.btn--secondary{background:#e7e5e4;color:#1c1917;min-width:4.5rem;flex-shrink:0}.btn--ghost{background:#f5f5f4;color:#1c1917;border:1px solid #e7e5e4}.link{font-size:.875rem;font-weight:500;color:#1c1917;padding:.25rem 0}.link--muted{align-self:center;margin-top:.5rem;color:#a8a29e;font-weight:400}.or{text-align:center;font-size:.8125rem;color:#d6d3d1}.name-form{display:flex;flex-direction:column;gap:.75rem;width:100%}.input--block{width:100%}.name-greeting{margin-bottom:.25rem}.name-greeting strong{font-weight:600;color:#1c1917}.join{display:flex;gap:.5rem}.input{flex:1;min-height:3rem;padding:0 1rem;background:#fff;border:1px solid #e7e5e4;border-radius:.75rem;font-size:1rem;color:#1c1917}.input::placeholder{color:#d6d3d1}.input:focus{outline:2px solid #1c1917;outline-offset:0}.cards{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:1rem;width:100%}.cards li{display:flex;justify-content:center}@media(min-width:380px){.cards{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem}.cards li{flex:0 1 calc(33.333% - .5rem);max-width:8.5rem}}.number-card-img{display:block;width:100%;height:auto;border-radius:.5rem}:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.45;font-weight:400;color:#1c1917;background:#fafaf9;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100dvh}#root{min-height:100dvh}button,input{font:inherit}button{cursor:pointer;border:none;background:none}input{border:none;background:none}
