*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #16213e;--surface: #ffffff;--accent: #0072b2;--text: #1e293b;--muted: #64748b;--border: #cbd5e1;--header-h: 56px}html,body{width:100%;height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden;touch-action:none;user-select:none;-webkit-user-select:none}#app{width:100%;height:100%}#intro-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:0;padding:28px 32px;background-color:#1b2f4e;background-image:linear-gradient(rgba(100,160,220,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(100,160,220,.07) 1px,transparent 1px);background-size:16px 16px}#intro-screen:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 40%,transparent 30%,rgba(5,15,35,.65) 100%);pointer-events:none;z-index:0}#intro-screen>*{position:relative;z-index:1}.bp-corner{position:absolute;width:20px;height:20px;border-color:#64a0dc66;border-style:solid;z-index:2}.bp-corner.tl{top:20px;left:20px;border-width:2px 0 0 2px}.bp-corner.tr{top:20px;right:20px;border-width:2px 2px 0 0}.bp-corner.bl{bottom:20px;left:20px;border-width:0 0 2px 2px}.bp-corner.br{bottom:20px;right:20px;border-width:0 2px 2px 0}#intro-screen .loading-logo{font-family:Bebas Neue,sans-serif;font-size:clamp(52px,18vw,72px);font-weight:400;letter-spacing:6px;color:#e8f4fd;line-height:1;text-shadow:0 0 30px rgba(100,160,220,.3);margin-bottom:8px}#intro-screen .bp-logo-cap{font-size:1em}#intro-screen .bp-logo-sm{font-size:.62em;vertical-align:baseline}.bp-subtitle-line{width:100%;height:1px;background:#64a0dc4d;margin-bottom:6px}.bp-tagline{font-family:Courier Prime,monospace;font-size:10px;font-style:italic;color:#64a0dcbf;letter-spacing:1px;text-align:center;margin-bottom:16px}.bp-diagram{width:120px;height:120px;margin-bottom:24px}#mode-selector{display:flex;border:1px solid rgba(100,160,220,.3);border-radius:2px;overflow:hidden;width:100%;margin-bottom:10px}.mode-btn{flex:1;padding:10px 0;background:transparent;border:none;cursor:pointer;font-family:Courier Prime,monospace;font-size:9px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#64a0dcb3;transition:background .15s,color .15s}.mode-btn+.mode-btn{border-left:1px solid rgba(100,160,220,.3)}.mode-btn.active{background:#64a0dc33;color:#5dade2}#start-btn{width:100%;padding:14px 0;background:transparent;color:#e8f4fd;border:1px solid rgba(100,160,220,.5);border-radius:2px;font-family:Bebas Neue,sans-serif;font-size:18px;letter-spacing:4px;cursor:pointer;margin-bottom:18px;transition:background .15s,border-color .15s}#start-btn:hover{background:#64a0dc1a;border-color:#64a0dccc}#start-btn:active{background:#64a0dc33}.intro-attribution{font-family:Courier Prime,monospace;font-size:8px;color:#64a0dc99;letter-spacing:1px;text-align:center;line-height:1.8}.intro-attribution a{color:#64a0dcbf;text-decoration:underline}.phone-screen .bp-tagline{font-size:14px}.phone-screen .mode-btn{font-size:14px;letter-spacing:1.5px}.phone-screen #start-btn{font-size:22px}.phone-screen .intro-attribution{font-size:12px}#loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:20px;background:#1b2f4e;background-image:linear-gradient(rgba(100,160,220,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(100,160,220,.07) 1px,transparent 1px);background-size:16px 16px}.loading-logo{font-family:Bebas Neue,sans-serif;font-size:clamp(52px,18vw,72px);font-weight:400;letter-spacing:6px;color:#e8f4fd;text-shadow:0 0 30px rgba(100,160,220,.3)}.loading-spinner,.thinking-spinner{width:40px;height:40px;border:3px solid rgba(100,160,220,.2);border-top-color:#5dade2;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#loading-msg{font-family:Courier Prime,monospace;font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:#64a0dccc}#game-screen{display:flex;flex-direction:column;height:100%;background:#1b2f4e;background-image:linear-gradient(rgba(100,160,220,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(100,160,220,.07) 1px,transparent 1px);background-size:16px 16px}.hidden{display:none!important}#status-bar{display:flex;align-items:center;gap:8px;padding:0 12px;height:var(--header-h);background:#0f1929;border-bottom:1px solid rgba(100,160,220,.2);flex-shrink:0}#status-text{flex:1;font-family:Courier Prime,monospace;font-size:.9rem;font-weight:700;letter-spacing:.06em;color:#e8f4fd}#new-game-btn{padding:6px 12px;border:1px solid rgba(100,160,220,.45);border-radius:2px;background:transparent;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;cursor:pointer;flex-shrink:0;transition:background .15s}#new-game-btn:hover{background:#64a0dc1a}#new-game-btn:active{background:#64a0dc33}#game-controls{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#0f1929;border-top:1px solid rgba(100,160,220,.2);flex-shrink:0}#game-controls button,#game-controls #think-time-select,#game-controls #strength-select{padding:8px 14px;border:1px solid rgba(100,160,220,.45);border-radius:2px;background:transparent;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;cursor:pointer;transition:background .15s}#game-controls button:hover,#game-controls #think-time-select:hover,#game-controls #strength-select:hover{background:#64a0dc1a}#game-controls button:active{background:#64a0dc33}#game-controls #think-time-select,#game-controls #strength-select{color-scheme:dark}#swap-btn{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:10;padding:10px 22px;background:#0f1929d1;border:1px solid rgba(100,160,220,.6);border-radius:20px;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.9rem;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .15s}#swap-btn:hover{background:#64a0dc2e}#swap-btn:active{background:#64a0dc52}#game-footer{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:4px 12px 6px;border-top:1px solid rgba(100,160,220,.1)}#game-footer a{font-family:Courier Prime,monospace;font-size:.65rem;letter-spacing:.05em;color:#64a0dca6;text-decoration:none}#game-footer a:hover{color:#64a0dce6;text-decoration:underline}.footer-version{flex:1;font-family:Courier Prime,monospace;font-size:.65rem;letter-spacing:.05em;color:#64a0dca6;cursor:pointer;user-select:none;-webkit-user-select:none;padding:4px;white-space:nowrap}.footer-version:hover{color:#64a0dce6}.footer-license{flex:1;text-align:right;font-family:Courier Prime,monospace;font-size:.65rem;letter-spacing:.05em;color:#64a0dc73;white-space:nowrap;padding:4px}.screen-footer{flex-shrink:0;display:flex;align-items:center;gap:8px;padding:4px 12px 6px;border-top:1px solid rgba(100,160,220,.1)}.screen-footer a{font-family:Courier Prime,monospace;font-size:.65rem;letter-spacing:.05em;color:#64a0dca6;text-decoration:none}.screen-footer a:hover{color:#64a0dce6;text-decoration:underline}#board-container{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}#board-canvas{display:block;touch-action:none;cursor:pointer}#thinking-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#0f192de0;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;pointer-events:none}#gameover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;background:#0f192df0}#gameover-msg{font-family:Bebas Neue,sans-serif;font-size:2.8rem;letter-spacing:4px;color:#e8f4fd}#gameover-new-btn{padding:12px 32px;background:transparent;color:#e8f4fd;border:1px solid rgba(100,160,220,.5);border-radius:2px;font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:4px;cursor:pointer;transition:background .15s}#gameover-new-btn:hover{background:#64a0dc1a}#gameover-new-btn:active{background:#64a0dc33}#lg-explore-btn{width:100%;padding:9px 0;background:transparent;color:#64a0dccc;border:1px solid rgba(100,160,220,.2);border-radius:2px;font-family:Courier Prime,monospace;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;margin-bottom:14px;transition:background .15s,color .15s,border-color .15s}#lg-explore-btn:hover{background:#64a0dc12;color:#5dade2;border-color:#64a0dc66}#lg-explore-btn:active{background:#64a0dc26}.phone-screen #lg-explore-btn{font-size:13px;letter-spacing:1.5px}#lg-screen{display:flex;flex-direction:column;height:100%;background:#1b2f4e;background-image:linear-gradient(rgba(100,160,220,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(100,160,220,.07) 1px,transparent 1px);background-size:16px 16px}#lg-header{display:flex;align-items:center;gap:10px;padding:0 12px;height:var(--header-h);background:#0f1929;border-bottom:1px solid rgba(100,160,220,.2);flex-shrink:0}#lg-header button{padding:6px 12px;border:1px solid rgba(100,160,220,.45);border-radius:2px;background:transparent;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;cursor:pointer;flex-shrink:0;transition:background .15s}#lg-header button:hover{background:#64a0dc1a}#lg-header button:active{background:#64a0dc33}#lg-title{font-family:Courier Prime,monospace;font-size:.9rem;font-weight:700;letter-spacing:.1em;color:#e8f4fd;flex:1}#lg-body{flex:1;display:flex;flex-direction:column;padding:16px;gap:12px;overflow-y:auto;touch-action:pan-y;-webkit-overflow-scrolling:touch;user-select:text;-webkit-user-select:text}#lg-search-row{display:flex;gap:8px}#lg-search-input{flex:1;padding:10px 12px;background:#64a0dc14;border:1px solid rgba(100,160,220,.3);border-radius:2px;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.9rem;outline:none;transition:border-color .15s}#lg-search-input::placeholder{color:#64a0dc59}#lg-search-input:focus{border-color:#64a0dcb3}#lg-search-btn{padding:10px 18px;background:transparent;border:1px solid rgba(100,160,220,.4);border-radius:2px;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;letter-spacing:.05em;cursor:pointer;flex-shrink:0;transition:background .15s}#lg-search-btn:hover{background:#64a0dc1a}#lg-search-btn:active{background:#64a0dc33}#lg-status{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}#lg-empty-msg{font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;color:#64a0dca6;text-align:center;padding:24px 0}#lg-loading-msg{display:flex;align-items:center;gap:10px;font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;color:#64a0dccc}#lg-error-msg{font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;color:#e07070;text-align:center;padding:12px 0}.lg-game-card{display:flex;flex-direction:row;align-items:center;gap:8px;padding:12px 14px;background:#64a0dc0f;border:1px solid rgba(100,160,220,.18);border-radius:2px;cursor:pointer;transition:background .12s,border-color .12s;margin-bottom:6px}.lg-game-card:hover{background:#64a0dc1f;border-color:#64a0dc59}.lg-game-card:active{background:#64a0dc33}.lg-card-content{flex:1;display:flex;flex-direction:column;gap:4px}.lg-save-btn{flex-shrink:0;background:transparent;border:1px solid rgba(100,160,220,.45);border-radius:2px;color:#64a0dccc;font-size:.85rem;padding:4px 8px;cursor:pointer;transition:background .12s,color .12s,border-color .12s;line-height:1}.lg-save-btn:hover{background:#64a0dc1f;color:#e8f4fd;border-color:#64a0dc8c}.lg-save-btn:active{background:#64a0dc38}.lg-card-players{font-family:Courier Prime,monospace;font-size:.9rem;font-weight:700;color:#e8f4fd}.lg-card-meta{font-family:Courier Prime,monospace;font-size:.72rem;letter-spacing:.05em;color:#64a0dcbf}.lg-card-back{font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;color:#64a0dcd9;padding:6px 0 10px;cursor:pointer}.lg-card-back:hover{color:#5dade2}#lg-paste-divider{font-family:Courier Prime,monospace;font-size:.72rem;letter-spacing:.08em;color:#64a0dc99;text-align:center;padding:4px 0}#lg-paste-input{width:100%;box-sizing:border-box;padding:8px 10px;background:#64a0dc0f;border:1px solid rgba(100,160,220,.2);border-radius:2px;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.72rem;resize:vertical;outline:none;transition:border-color .15s}#lg-paste-input::placeholder{color:#64a0dc40}#lg-paste-input:focus{border-color:#64a0dc80}#lg-paste-btns{display:flex;gap:8px;margin-top:6px}#lg-upload-label{flex:1;padding:8px 0;text-align:center;border:1px solid rgba(100,160,220,.3);border-radius:2px;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;cursor:pointer;transition:background .15s}#lg-upload-label:hover{background:#64a0dc1a}#lg-upload-label:active{background:#64a0dc33}#lg-file-input{display:none}#lg-paste-replay-btn{flex:1;padding:8px 0;background:transparent;border:1px solid rgba(100,160,220,.4);border-radius:2px;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;cursor:pointer;transition:background .15s}#lg-paste-replay-btn:hover{background:#64a0dc1a}#lg-paste-replay-btn:active{background:#64a0dc33}#replay-screen{display:flex;flex-direction:column;height:100%;background:#1b2f4e;background-image:linear-gradient(rgba(100,160,220,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(100,160,220,.07) 1px,transparent 1px);background-size:16px 16px}#replay-header{display:flex;align-items:center;gap:10px;padding:0 12px;height:var(--header-h);background:#0f1929;border-bottom:1px solid rgba(100,160,220,.2);flex-shrink:0}#replay-header button{padding:6px 12px;border:1px solid rgba(100,160,220,.45);border-radius:2px;background:transparent;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;cursor:pointer;flex-shrink:0;transition:background .15s}#replay-header button:hover{background:#64a0dc1a}#replay-header button:active{background:#64a0dc33}#replay-title{font-family:Courier Prime,monospace;font-size:.8rem;font-weight:700;letter-spacing:.05em;color:#e8f4fd;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#replay-board-container{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}#replay-canvas{display:block}#replay-controls{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#0f1929;border-top:1px solid rgba(100,160,220,.2);flex-shrink:0}#replay-controls button{padding:8px 14px;border:1px solid rgba(100,160,220,.45);border-radius:2px;background:transparent;color:#e8f4fd;font-family:Courier Prime,monospace;font-size:.85rem;cursor:pointer;transition:background .15s}#replay-controls button:hover{background:#64a0dc1a}#replay-controls button:active{background:#64a0dc33}#replay-controls button:disabled{opacity:.3;cursor:default}#replay-controls button:disabled:hover{background:transparent}#replay-counter{font-family:Courier Prime,monospace;font-size:.8rem;letter-spacing:.05em;color:#64a0dce6;min-width:90px;text-align:center}
