*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh}html{background-color:var(--bg-color, #140e0a)}body{font-family:system-ui,-apple-system,sans-serif;color:#eee;min-height:100vh;background-color:var(--bg-color, #140e0a);background-image:linear-gradient(#0c080685,#0a0705b8),var(--bg-photo, url(/bg-hanok.jpg));background-size:cover;background-position:center;background-attachment:fixed;background-repeat:no-repeat}html[data-bg=solid] body{background-image:none}a{color:#60a5fa}button{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1rem;background:#3b82f6;color:#fff;font:inherit}button:hover:not(:disabled){filter:brightness(1.08)}button:disabled{opacity:.5;cursor:not-allowed}button.danger{background:#dc2626}button.secondary{background:#334155}button.ghost{background:transparent;border:1px solid #475569;color:#e2e8f0;padding:.4rem .75rem;font-size:.85rem}input,select{font:inherit;padding:.55rem .75rem;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#eee}.error{color:#fca5a5;font-size:.9rem;text-align:center}.lobby-page{min-height:100vh;display:flex;justify-content:center;padding:2rem 1rem 5.5rem}.lobby-shell{width:min(440px,100%)}.lobby-card{padding:1.2rem 1.25rem 1.25rem;background:#0f172adb;border:1px solid #334155;border-radius:14px;box-shadow:0 18px 48px #00000059}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem 5.5rem}.auth-card{width:min(400px,100%);padding:2rem 1.75rem 1.5rem;background:#0f172adb;border:1px solid #334155;border-radius:14px;box-shadow:0 24px 60px #00000073}.auth-card h1{margin:0 0 1.25rem;font-size:1.45rem;text-align:center}.auth-card>p{margin-top:1rem;text-align:center;font-size:.9rem;opacity:.85}.auth-form,.lobby-actions{display:flex;flex-direction:column;gap:.75rem}.auth-form input,.auth-form button,.lobby-actions>button,.ai-row>button{width:100%}.history{margin-top:1rem}.history h2{font-size:1rem;margin-bottom:.7rem}.history-empty{font-size:.85rem;opacity:.6}.history-list{list-style:none;display:flex;flex-direction:column;gap:.45rem}.history-item{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.15rem .75rem;padding:.65rem .8rem;background:#02061773;border:1px solid #334155;border-radius:8px;font-size:.85rem}.history-item.win .history-result{color:#86efac}.history-item.loss .history-result{color:#fca5a5}.history-vs{grid-column:1}.history-result{grid-column:2;grid-row:1 / span 2;align-self:center;font-weight:700}.history-meta{grid-column:1;opacity:.6;font-size:.75rem}.auth-form label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.lobby-header,.game-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%}.lobby-header{margin-bottom:1.15rem}.lobby-header h1{font-size:1.35rem}.lobby-user{display:flex;gap:.6rem;align-items:center;font-size:.9rem}.join-row{display:flex;gap:.5rem}.join-row input{flex:1;min-width:0;text-transform:uppercase;letter-spacing:.15em}.join-row button{flex-shrink:0}.ai-row{display:flex;flex-direction:column;gap:.5rem}.ai-level{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem}.ai-level select{width:100%}.lobby-divider{display:flex;align-items:center;gap:.6rem;margin:.25rem 0 0;font-size:.75rem;letter-spacing:.04em;opacity:.5}.lobby-divider:before,.lobby-divider:after{content:"";flex:1;height:1px;background:#334155}.credit{margin-top:1.25rem;font-size:.75rem;opacity:.55;text-align:center;line-height:1.5}.game-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem .75rem 5.5rem}.game-column{width:min(600px,100%);display:flex;flex-direction:column;align-items:stretch;gap:.7rem}.game-header{margin-bottom:0}.back-link{flex-shrink:0;color:inherit;text-decoration:none;padding:.35rem .7rem;border:1px solid #475569;border-radius:8px;background:#0f172ac7;font-size:.85rem}.back-link:hover{border-color:#94a3b8}.game-matchup{font-size:.88rem;text-align:right;line-height:1.4;opacity:.92}.vs-bot-tag{opacity:.72}.game-main{width:100%}.game-bottom{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%}.game-actions{display:flex;flex-direction:row;justify-content:stretch;gap:.6rem;width:100%}.game-actions button{flex:1}.masang-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0206179e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.masang-modal{width:min(520px,100%);padding:1.25rem 1.35rem 1.15rem;background:#0f172a;border:1px solid #334155;border-radius:14px;box-shadow:0 24px 60px #00000073}.masang-modal h3{margin:0 0 .35rem;font-size:1.1rem}.masang-hint{margin:0 0 .9rem;font-size:.85rem;opacity:.75;line-height:1.45}.masang-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.9rem}.masang-option{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.75rem .85rem;text-align:left;background:#1e293b;border:1px solid #334155;border-radius:8px;color:inherit;cursor:pointer}.masang-option:hover:not(:disabled){border-color:#64748b}.masang-option:disabled{cursor:default;opacity:.85}.masang-option.selected{border-color:#fbbf24;background:#334155}.masang-option strong{font-size:.95rem}.masang-option span{font-size:.75rem;opacity:.7}.masang-status{display:flex;justify-content:space-between;gap:1rem;font-size:.85rem;opacity:.65}.masang-status .ready{opacity:1;color:#86efac}.game-with-moves{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1rem}.move-panel{width:min(260px,95vw);padding:.75rem .85rem;background:#0f172a;border:1px solid #334155;border-radius:10px}.move-panel h3{font-size:.85rem;margin-bottom:.5rem;opacity:.8}.move-list{list-style:none;max-height:420px;overflow:auto;font-size:.8rem;line-height:1.45;padding:0;margin:0}.move-list-empty{font-size:.8rem;opacity:.55;margin:0}.move-row{display:grid;grid-template-columns:1.6rem 1fr 1fr;gap:.35rem;padding:.15rem 0}.move-n{opacity:.45}.status{margin:0;opacity:.75;font-size:.85rem}.status-slot{min-height:1.4em;margin:0;opacity:.88;line-height:1.45;text-align:center}.status-slot:empty,.status-slot:blank{visibility:hidden}.status.winner,.status-slot.winner{font-size:1.05rem;color:#fbbf24;opacity:1}.room-code-box{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.7rem .9rem;background:#0f172adb;border:1px solid #334155;border-radius:10px;width:100%}.room-code-box.compact{padding:.4rem .75rem}.room-code-label{font-size:.8rem;opacity:.7}.room-code-value{font-size:1.35rem;letter-spacing:.18em;font-variant-numeric:tabular-nums}.room-code-box.compact .room-code-value{font-size:1rem;letter-spacing:.12em}.room-code-copy{padding:.3rem .6rem;font-size:.8rem;background:#334155}.clock{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;background:#0f172ae0;border:2px solid transparent;border-radius:10px;padding:.5rem .9rem}.clock.active{border-color:#3b82f6}.clock-meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}.clock-label{font-size:.8rem;opacity:.78;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clock-time{font-size:1.35rem;font-variant-numeric:tabular-nums;font-weight:600}.clock-byo{font-size:.75rem;color:#fbbf24}.board-wrap{position:relative;width:100%;aspect-ratio:600 / 660;filter:drop-shadow(0 8px 24px rgba(0,0,0,.4))}.board-wrap>.board-wood{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.board-wrap>.board-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.square-hit{position:absolute;width:calc(100% * 60 / 600 * .9);aspect-ratio:1;transform:translate(-50%,-50%);background:transparent;border:none;padding:0;border-radius:6px;z-index:2}.square-hit.legal{background:#60a5fa59}.square-hit.selected{outline:2px solid #fbbf24;outline-offset:-2px}.last-shadow{position:absolute;width:11.5%;aspect-ratio:1;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle at center,rgba(255,255,255,.85) 0%,rgba(255,255,255,.45) 38%,rgba(255,255,255,.12) 68%,transparent 100%);pointer-events:none;z-index:2}.piece{position:absolute;width:calc(100% * var(--step) / var(--vb-w) * var(--piece-scale));height:auto;aspect-ratio:1;object-fit:contain;transform:translate(-50%,-50%);pointer-events:none;z-index:3}.piece.king{width:calc(100% * var(--step) / var(--vb-w) * var(--king-scale))}.piece.in-check{filter:drop-shadow(0 0 8px #ef4444) drop-shadow(0 0 18px rgba(220,38,38,.9));animation:king-check-pulse .55s ease-in-out 2}@keyframes king-check-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}40%{transform:translate(-50%,-50%) scale(1.14)}}.check-alert{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;pointer-events:none;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,rgba(220,38,38,.32) 0%,transparent 72%);animation:check-flash .95s ease-out forwards}.check-alert span{font-size:clamp(2.4rem,8vw,3.6rem);font-weight:800;letter-spacing:.28em;color:#fecaca;text-shadow:0 0 16px #dc2626,0 2px 0 #7f1d1d;animation:check-stamp .95s ease-out forwards}@keyframes check-flash{0%{opacity:1}to{opacity:0}}@keyframes check-stamp{0%{transform:scale(.55);opacity:0}16%{transform:scale(1.12);opacity:1}58%{transform:scale(1);opacity:1}to{transform:scale(1.06);opacity:0}}.mate-alert{background:radial-gradient(circle at center,rgba(251,191,36,.4) 0%,transparent 74%);animation:mate-flash 1.15s ease-out forwards}.mate-alert span{color:#fde68a;text-shadow:0 0 18px #f59e0b,0 2px 0 #92400e;animation:mate-stamp 1.15s ease-out forwards}@keyframes mate-flash{0%{opacity:1}to{opacity:.45}}@keyframes mate-stamp{0%{transform:scale(.5);opacity:0}18%{transform:scale(1.16);opacity:1}to{transform:scale(1);opacity:1}}.relieve-alert{background:radial-gradient(circle at center,rgba(96,165,250,.32) 0%,transparent 72%)}.relieve-alert span{color:#bfdbfe;text-shadow:0 0 16px #2563eb,0 2px 0 #1e3a8a}.bg-picker{position:fixed;right:1rem;bottom:1rem;z-index:50;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.bg-picker-btn{width:44px;height:44px;padding:0;display:grid;place-items:center;border-radius:999px;background:#0f172aeb;border:1px solid #475569;color:#e2e8f0;box-shadow:0 10px 28px #0006}.bg-picker-btn:hover:not(:disabled){filter:none;border-color:#94a3b8}.bg-picker-panel{width:min(292px,calc(100vw - 2rem));padding:.85rem .9rem .95rem;background:#0f172af0;border:1px solid #334155;border-radius:14px;box-shadow:0 18px 48px #00000073}.bg-picker-title{margin:0 0 .45rem;font-size:.75rem;letter-spacing:.04em;opacity:.65}.bg-picker-title:not(:first-child){margin-top:.75rem}.bg-picker-images{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem}.bg-picker-solids{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem}.bg-swatch{position:relative;padding:0;border-radius:8px;border:2px solid transparent;background:#0f172a;overflow:hidden}.bg-swatch.image{aspect-ratio:1;background-size:cover;background-position:center}.bg-swatch.image span{position:absolute;inset:auto 0 0;padding:.15rem .1rem;font-size:.62rem;line-height:1.2;text-align:center;background:#020617b8;color:#e2e8f0}.bg-swatch.solid{aspect-ratio:1;border-radius:999px;border-color:#334155}.bg-swatch.selected{border-color:#fbbf24}.bg-swatch:hover:not(:disabled){filter:none}
