:root{color:#fff;background:#242424;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,rgba(229,42,35,.12),transparent 34rem),#242424}button,input{font:inherit}.app-shell{min-height:100vh;display:grid;place-items:center;padding:32px 16px}.game-panel{width:min(100%,720px);padding:22px;border:1px solid #3e3e3e;border-radius:24px;background:#2d2d2d;box-shadow:0 24px 80px #00000057}.game-header{margin-bottom:16px;text-align:center}.kicker{margin:0 0 6px;color:#f05a50;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1{margin:0;color:#fff;font-family:Georgia,Times New Roman,Times,serif;font-size:clamp(2.25rem,8vw,5rem);font-weight:400;line-height:.95;text-transform:lowercase}.art-stage{width:min(100%,560px);height:clamp(220px,36vh,390px);margin:0 auto;overflow:hidden;border:1px solid #4a4a4a;border-radius:20px;background:#191919}.art-stage img{width:100%;height:100%;display:block;object-fit:contain}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;align-content:center;gap:12px;padding:20px;color:#cfcfcf;background:linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),#191919;background-size:28px 28px}.image-placeholder span{max-width:min(100%,440px);padding:10px 14px;border:1px solid #555555;border-radius:999px;background:#2d2d2d;color:#fff;font-weight:700;text-align:center}.guess-form{width:min(100%,560px);margin:16px auto 0}.guess-form label{display:block;margin-bottom:8px;color:#f3f3f3;font-size:.9rem;font-weight:700}.input-row{display:grid;grid-template-columns:1fr;gap:10px}.year-entry-row{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:10px}input{width:100%;min-height:52px;border:1px solid #ff6b61;border-radius:14px;padding:0 14px;background:#b91919;color:#fff}input::placeholder{color:#ffffffb3}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus{outline:3px solid rgba(229,42,35,.34);border-color:#ff8a82}.year-input-shell{width:100%;min-height:52px;display:flex;align-items:center;gap:.38rem;overflow:hidden;border:1px solid #ff6b61;border-radius:14px;padding:0 14px;background:#b91919;color:#fff}.year-input-shell:focus-within{outline:3px solid rgba(229,42,35,.34);border-color:#ff8a82}.year-input-shell-disabled{cursor:not-allowed;opacity:.58}.year-input{width:100%;min-width:0;max-width:100%;min-height:auto;flex:0 1 auto;border:0;border-radius:0;padding:0;background:transparent;color:#fff;font-variant-numeric:tabular-nums}.year-input:focus{outline:0}.year-input:disabled{opacity:1}.year-era-suffix{flex:0 0 auto;color:#ffffff7a;font-weight:800;pointer-events:none}button{min-height:52px;border:0;border-radius:14px;padding:0 18px;background:#e52a23;color:#fff;font-weight:800;cursor:pointer}button:hover:not(:disabled){background:#ff3d34}.era-toggle{min-width:88px;border:1px solid #5a5a5a;background:#3a3a3a;color:#d8d8d8}.era-toggle:hover:not(:disabled){border-color:#8a625f;background:#4a3f3e}.era-toggle-active{border-color:#ff8a82;background:#fff;color:#b91919;box-shadow:inset 0 0 0 2px #e52a233d}.era-toggle-active:hover:not(:disabled){background:#ffe6e4}button:disabled,input:disabled{cursor:not-allowed;opacity:.58}.status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;margin-top:12px;color:#efefef}.status-row strong{white-space:nowrap}.attempt-list{display:grid;justify-items:center;align-content:start;gap:8px;height:200px;overflow-y:auto;overscroll-behavior:contain;padding:8px;margin:8px auto 0;border:1px solid #444444;border-radius:18px;background:#242424;list-style:none;width:min(100%,330px);scrollbar-width:thin;scrollbar-color:#666666 transparent}.attempt-list::-webkit-scrollbar{width:8px}.attempt-list::-webkit-scrollbar-thumb{border-radius:999px;background:#666}.attempt{width:min(100%,300px);max-width:100%;display:block;padding:0;border:0;background:transparent;color:#bdbdbd;font-size:.88rem;text-align:center}.attempt.filled{color:#fff}.attempt strong{font-size:.88rem;color:#fff}.attempt-grid{width:100%;display:grid;grid-template-columns:minmax(64px,.82fr) 44px minmax(118px,1.45fr);align-items:center;gap:7px}.attempt-value,.attempt-direction,.attempt-closeness{min-height:38px;display:grid;align-items:center;border:1px solid rgba(229,42,35,.62);border-radius:12px;background:#3a2d2c}.attempt-value{justify-items:end;padding:0 10px;font-size:.98rem;font-weight:800}.attempt-direction{justify-items:center;padding:0 6px;font-size:1.12rem;line-height:1}.hand-point{width:1.7em;height:1.7em;position:relative;display:block;color:#fff}.hand-point-fallback,.hand-point-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:contain}.hand-point-fallback{fill:currentColor;filter:drop-shadow(0 1px 2px rgba(0,0,0,.45))}.hand-point-down{transform:rotate(180deg)}.attempt-closeness{justify-items:start;padding:0 10px;color:#fff;font-size:.86rem;font-weight:800;white-space:nowrap}.game-over-card{height:200px;width:min(100%,430px);display:grid;grid-template-columns:176px 1fr;align-items:center;gap:16px;margin:8px auto 0;padding:12px;border:1px solid #444444;border-radius:18px;background:#242424}.game-over-image-frame{width:176px;aspect-ratio:1;overflow:hidden;border-radius:18px;background:#191919}.game-over-image-frame img{width:100%;height:100%;display:block;object-fit:cover}.game-over-message{display:grid;place-items:center;padding:0;color:#fff;font-size:1.55rem;font-weight:900;text-align:center}.result-card{width:min(100%,560px);display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px auto 0;padding:14px;border:1px solid #4d4d4d;border-radius:18px;background:#343434}.result-card p{margin:0;color:#f3f3f3}.result-card a{color:#ff8a82;font-weight:800;text-decoration:none;white-space:nowrap}.result-card a:hover{text-decoration:underline}@media (max-width: 560px){.app-shell{place-items:start center;padding:20px 12px}.result-card{flex-wrap:wrap;align-items:stretch;gap:10px}.result-card p{flex:0 0 100%;line-height:1.35}.result-card a,.result-card button{flex:1 1 150px}.result-card a{display:grid;min-height:52px;place-items:center;border:1px solid #5a5a5a;border-radius:14px;background:#3a3a3a}.art-stage{height:clamp(210px,32vh,300px)}.year-entry-row{grid-template-columns:minmax(0,1fr) 76px;gap:8px}.era-toggle{min-width:76px;padding-inline:12px}.attempt{min-height:52px}.game-over-card{grid-template-columns:132px 1fr;gap:12px}.game-over-image-frame{width:132px}.game-over-message{font-size:1.25rem}}@media (min-width: 680px){.input-row{grid-template-columns:minmax(0,1fr) 128px;align-items:stretch}}
