body{display:flex;flex-direction:column;align-items:center;min-height:100vh;margin:0;font-family:Georgia,Times New Roman,serif;background:radial-gradient(circle at top,#32524a,#173029 48%,#0f201c);color:#f6ebda}h1{margin-top:28px;letter-spacing:.08em;text-transform:uppercase}#game-shell{width:min(1120px,calc(100vw - 32px));margin-top:20px;display:grid;grid-template-columns:minmax(0,auto) minmax(300px,360px);gap:24px;align-items:start}#board-column{display:flex;flex-direction:column;align-items:center}#board-hud{width:min(100%,604px);display:flex;align-items:center;justify-content:space-between;gap:12px}#board-actions{display:flex;align-items:center;gap:10px}#chessboard{display:grid;grid-template-columns:repeat(8,72px);grid-template-rows:repeat(8,72px);margin-top:16px;border:14px solid #4b3224;border-radius:12px;box-shadow:0 24px 50px #00000059,inset 0 0 0 2px #fff2df1f;overflow:hidden}.cell{width:72px;height:72px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:transform .12s ease,filter .12s ease}.cell:hover{filter:brightness(1.05)}.cell.legal-target:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#2c95ffb8;box-shadow:0 0 0 3px #ffffff24;pointer-events:none}.cell.capture-target:after{width:24px;height:24px;background:#2c95ff66;box-shadow:0 0 0 4px #2c95ff47}.white{background:linear-gradient(145deg,#f2dfbf,#dbc19a)}.black{background:linear-gradient(145deg,#8e6548,#68462f)}.selected{outline:3px solid #4ec4ff;outline-offset:-3px}.piece{font-size:46px;line-height:1;-webkit-user-select:none;user-select:none;transform:translateY(-1px);filter:drop-shadow(0 2px 2px rgba(0,0,0,.35))}.piece-white{color:#fff7eb;text-shadow:0 1px 0 #ffffff,0 0 8px rgba(255,248,230,.45),0 2px 0 #ccb998,0 3px 5px rgba(72,47,28,.35)}.piece-black{color:#1a1613;text-shadow:0 1px 0 rgba(255,236,213,.18),0 0 6px rgba(0,0,0,.28),0 3px 5px rgba(0,0,0,.45)}.piece:after{content:"";position:absolute;width:44px;height:44px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#ffffff38,#fff0 70%);pointer-events:none}.moving-piece{position:fixed;z-index:50;pointer-events:none;transition:transform .22s ease-in-out;will-change:transform}#status{margin-top:0;padding:10px 18px;border-radius:999px;font-size:20px;background:#fff8e91f;box-shadow:inset 0 0 0 1px #fff5e424}#sound-toggle,#undo-btn{border:none;padding:10px 14px;border-radius:999px;background:#fff8e929;color:#fff3de;font:inherit;font-size:15px;letter-spacing:.04em;cursor:pointer;box-shadow:inset 0 0 0 1px #fff5e424;transition:background .12s ease,transform .12s ease}#sound-toggle:hover,#undo-btn:hover:not(:disabled){background:#fff8e93d;transform:translateY(-1px)}#sound-toggle.muted{background:#63493c42;color:#fff3debd}#undo-btn:disabled{cursor:not-allowed;background:#63493c33;color:#fff3de85;transform:none}#bot-commentary{width:100%;display:grid;grid-template-columns:1fr;gap:10px;align-items:start}#bot-portrait-card{min-height:0;padding:0;border-radius:0;background:transparent;box-shadow:none;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;cursor:default;transform:none}#bot-portrait-card:before{content:none}#bot-portrait-card:hover{transform:none;box-shadow:none}#bot-portrait-shell{min-height:0;display:flex;align-items:center;justify-content:center}#bot-portrait-shell .bot-avatar{margin:0;transform:scale(1.02)}#trash-talk{padding:14px 16px;border-radius:22px;background:linear-gradient(180deg,#221712c2,#120d0adb);box-shadow:0 18px 28px #0003,inset 0 0 0 1px #ffedd31a;color:#f8eedf;position:relative;min-height:132px}#trash-talk:before{content:"";position:absolute;left:-12px;top:36px;width:24px;height:24px;background:#1b130feb;transform:rotate(45deg);border-radius:4px;box-shadow:inset 1px 1px #ffedd314}#trash-talk-name{display:block;font-size:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f2c47b;margin-bottom:8px}#trash-talk-message{margin:0;font-size:20px;line-height:1.45;color:#fff6ea}.menu-panel{background:linear-gradient(180deg,#fff7ea,#ead8bb);padding:32px 36px;border-radius:18px;box-shadow:0 18px 40px #00000047;text-align:center;color:#2e2119;width:min(920px,calc(100vw - 48px))}.menu-panel h2{margin:0 0 8px;font-size:34px;letter-spacing:.04em;text-transform:uppercase}.menu-subtitle{margin:0 0 28px;color:#6f5647;font-size:18px}.bot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.bot-btn{border:none;border-radius:22px;background:linear-gradient(180deg,#fffcf5f5,#f1e4cef0);padding:20px 16px 22px;cursor:pointer;box-shadow:0 14px 24px #583b2524,inset 0 1px #ffffffb8;transition:transform .14s ease,box-shadow .14s ease,background .14s ease;color:#2d221c;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;isolation:isolate}.bot-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,rgba(255,255,255,.6),transparent 48%);z-index:-1}.bot-btn:hover{transform:translateY(-4px);box-shadow:0 20px 30px #583b2538,inset 0 1px #fffc}.bot-label{display:inline-block;position:absolute;top:8px;left:50%;transform:translate(-50%);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:0;padding:6px 12px;border-radius:999px;background:#231e1ce6;color:#fff7ea;box-shadow:0 6px 12px #0000002e;z-index:2}.bot-avatar{width:112px;height:124px;margin:26px auto 14px;border-radius:34px;position:relative;overflow:hidden;box-shadow:inset 0 -12px 22px #00000024,0 10px 18px #00000024;background-color:transparent;background-image:url(/assets/Diverse%20personalities%20in%20vibrant%20portraits-Boe5_g4c.png);background-repeat:no-repeat;background-size:418% 208%;background-position:center;border:2px solid rgba(255,248,235,.38)}.bot-avatar *{position:absolute;pointer-events:none}.bot-avatar:before{content:none;position:absolute;left:50%;bottom:-12px;width:128px;height:64px;transform:translate(-50%);border-radius:46px 46px 16px 16px;background:linear-gradient(180deg,var(--shirt-light, #7c98ff),var(--shirt, #5c7cfa));z-index:1}.bot-avatar:after{content:none;position:absolute;left:50%;top:6px;width:82px;height:34px;transform:translate(-50%);border-radius:42px 42px 18px 18px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.14),transparent 28%),radial-gradient(circle at 68% 18%,rgba(255,255,255,.12),transparent 26%),linear-gradient(180deg,var(--hair-shine, #705040),var(--hair, #4f3526));clip-path:polygon(0% 54%,4% 31%,12% 15%,22% 7%,34% 2%,50% 0%,66% 2%,78% 7%,88% 15%,96% 31%,100% 54%,94% 62%,89% 72%,82% 66%,74% 78%,62% 70%,50% 84%,38% 70%,26% 78%,18% 66%,11% 72%,6% 62%);box-shadow:0 8px 0 1px var(--hair, #4f3526);z-index:2}.char-milo .bot-avatar{background-position:66.5% 99%}.char-poppy .bot-avatar{background-position:99% 1%}.char-nova .bot-avatar{background-position:66.5% 1%}.char-kira .bot-avatar{background-position:33.5% 99%}.char-rex .bot-avatar{background-position:1% 1%}.char-iris .bot-avatar{background-position:1% 99%}.char-zara .bot-avatar{background-position:33.5% 1%}.char-onyx .bot-avatar{background-position:99% 99%}.face{top:18px;right:23px;bottom:22px;left:23px;border-radius:36px 36px 28px 28px;background:linear-gradient(180deg,var(--skin-top, rgba(250, 234, 214, .95)),var(--skin-bottom, rgba(234, 194, 151, .98)));z-index:3}.forehead-shine{left:50%;top:24px;width:30px;height:14px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 72%);z-index:4}.temple-shadow{top:44px;width:10px;height:24px;border-radius:50%;background:#7e543e1a;filter:blur(1px);z-index:4}.temple-shadow.left{left:21px}.temple-shadow.right{right:21px}.jaw-shadow{left:50%;bottom:22px;width:40px;height:18px;transform:translate(-50%);border-radius:0 0 20px 20px;background:#80533d1f;z-index:4}.jawline{left:50%;bottom:19px;width:46px;height:24px;transform:translate(-50%);border-bottom:2px solid rgba(120,74,55,.34);border-left:1px solid rgba(120,74,55,.14);border-right:1px solid rgba(120,74,55,.14);border-radius:0 0 24px 24px;z-index:4}.chin-line{left:50%;bottom:23px;width:18px;height:8px;transform:translate(-50%);border-bottom:2px solid rgba(120,74,55,.26);border-radius:0 0 12px 12px;z-index:5}.neck{left:50%;bottom:22px;width:20px;height:18px;transform:translate(-50%);border-radius:0 0 10px 10px;background:linear-gradient(180deg,var(--skin-bottom, rgba(234, 194, 151, .98)),rgba(177,118,84,.9));z-index:2}.ear{top:52px;width:10px;height:18px;border-radius:10px;background:var(--skin-bottom, rgba(234, 194, 151, .98));z-index:2}.ear.left{left:18px}.ear.right{right:18px}.eye{top:47px;width:12px;height:12px;border-radius:50%;background:#fffdf7;box-shadow:inset 0 -1px #00000014;z-index:5}.eye.left{left:31px}.eye.right{right:31px}.eyelid{top:45px;width:16px;height:8px;border-top:2px solid rgba(128,87,68,.38);border-radius:50%;z-index:6}.eyelid.left{left:29px}.eyelid.right{right:29px}.lash{top:44px;width:14px;height:5px;border-top:2px solid rgba(42,32,27,.45);border-radius:50%;z-index:6}.lash.left{left:30px}.lash.right{right:30px}.iris{top:50px;width:6px;height:6px;border-radius:50%;background:var(--eye, #2b2726);z-index:6;box-shadow:0 0 0 1px #14121014}.iris:after{content:"";position:absolute;top:1px;left:1px;width:2px;height:2px;border-radius:50%;background:#fffffff2}.iris.left{left:34px}.iris.right{right:34px}.brow{top:39px;width:18px;height:3px;border-radius:999px;background:#281c16b8;z-index:5}.brow.left{left:28px;transform:rotate(-10deg)}.brow.right{right:28px;transform:rotate(10deg)}.nose{left:50%;top:54px;width:8px;height:15px;transform:translate(-50%);border-radius:40% 40% 55% 55%;background:#a4684f3d;z-index:4}.nose-bridge{left:50%;top:47px;width:3px;height:12px;transform:translate(-50%);border-radius:999px;background:#ffffff2e;z-index:5}.nostril{top:66px;width:4px;height:3px;border-radius:50%;background:#84513e40;z-index:5}.nostril.left{left:50px}.nostril.right{right:50px}.mouth{left:50%;top:74px;width:26px;height:12px;transform:translate(-50%);border-bottom:3px solid #8e4c56;border-radius:0 0 18px 18px;z-index:5}.philtrum{left:50%;top:71px;width:2px;height:5px;transform:translate(-50%);background:#9358552e;z-index:5}.upper-lip{left:50%;top:76px;width:20px;height:4px;transform:translate(-50%);border-top:2px solid rgba(150,83,95,.35);border-radius:50%;z-index:5}.lower-lip{left:50%;top:81px;width:18px;height:6px;transform:translate(-50%);border-radius:0 0 12px 12px;background:#bb70742e;z-index:4}.cheek{top:67px;width:12px;height:8px;border-radius:50%;background:#e588842e;filter:blur(1px);z-index:4}.cheek.left{left:26px}.cheek.right{right:26px}.chin-highlight{left:50%;bottom:28px;width:16px;height:8px;transform:translate(-50%);border-radius:50%;background:#ffffff26;z-index:4}.mustache{left:50%;top:68px;width:32px;height:10px;transform:translate(-50%);border-radius:12px;background:linear-gradient(90deg,transparent 0%,var(--hair-shine, #705040) 14%,var(--hair, #4f3526) 38%,var(--hair, #4f3526) 62%,var(--hair-shine, #705040) 86%,transparent 100%);box-shadow:0 1px #00000024;z-index:6}.mustache:before,.mustache:after{content:"";position:absolute;top:1px;width:14px;height:8px;background:linear-gradient(180deg,var(--hair-shine, #705040),var(--hair, #4f3526));border-radius:10px}.mustache:before{left:1px;transform:rotate(8deg);clip-path:polygon(0 35%,100% 0,100% 100%,0 100%)}.mustache:after{right:1px;transform:rotate(-8deg);clip-path:polygon(0 0,100% 35%,100% 100%,0 100%)}.beard{left:50%;bottom:20px;width:38px;height:26px;transform:translate(-50%);border-radius:12px 12px 18px 18px;background:linear-gradient(180deg,var(--hair-shine, #705040),var(--hair, #4f3526));opacity:.92;z-index:4}.beard:before{content:"";position:absolute;top:2px;right:4px;bottom:5px;left:4px;border-radius:10px 10px 14px 14px;background:repeating-linear-gradient(90deg,#ffffff0f 0,#ffffff0f 2px,#0000000a 2px,#0000000a 4px);opacity:.45}.goatee{left:50%;bottom:21px;width:12px;height:16px;transform:translate(-50%);border-radius:0 0 10px 10px;background:linear-gradient(180deg,var(--hair-shine, #705040),var(--hair, #4f3526));z-index:5}.goatee:before{content:"";position:absolute;top:1px;right:2px;bottom:4px;left:2px;border-radius:0 0 8px 8px;background:repeating-linear-gradient(180deg,#ffffff14 0,#ffffff14 2px,#00000008 2px,#00000008 4px)}.glasses{left:50%;top:44px;width:48px;height:18px;transform:translate(-50%);z-index:6;filter:drop-shadow(0 1px 1px rgba(0,0,0,.22));background:linear-gradient(90deg,#28211fe0,#3d3532e0) left 0 top 7px / 8px 2px no-repeat,linear-gradient(90deg,#28211fe0,#3d3532e0) right 0 top 7px / 8px 2px no-repeat}.glasses:before,.glasses:after{content:"";position:absolute;top:0;width:16px;height:13px;border:2px solid rgba(33,28,28,.9);border-radius:6px;background:linear-gradient(180deg,#ffffff3d,#cddce614 38%,#4d5d6829),linear-gradient(135deg,rgba(255,255,255,.25),transparent 42%);box-shadow:inset 0 1px #ffffff4d,inset 0 -1px #0000001f}.glasses:before{left:4px}.glasses:after{right:4px}.glasses-bridge{left:50%;top:51px;width:10px;height:3px;transform:translate(-50%);background:linear-gradient(180deg,#584d48f2,#1c1715f2);border-radius:999px;box-shadow:0 0 0 1px #ffffff0f;z-index:6}.monocle{left:27px;top:43px;width:16px;height:16px;border:2px solid rgba(171,134,47,.96);border-radius:50%;z-index:6;background:radial-gradient(circle at 35% 35%,#ffffff59,#ffffff0f 48%,#5146251f);box-shadow:inset 0 0 0 1px #fff2c959,0 1px 2px #0003}.monocle:after{content:"";position:absolute;left:12px;top:14px;width:2px;height:18px;background:linear-gradient(180deg,#cba956fa,#84611cfa);transform:rotate(18deg)}.cap{left:50%;top:7px;width:76px;height:28px;transform:translate(-50%);border-radius:28px 28px 14px 14px;background:linear-gradient(180deg,#324c5d,#22353f);z-index:7}.cap:after{content:"";position:absolute;right:-2px;bottom:-7px;width:32px;height:10px;border-radius:8px;background:#18272f;transform:rotate(-10deg)}.bow{left:50%;bottom:14px;width:18px;height:12px;transform:translate(-50%);background:#b23a48;clip-path:polygon(50% 50%,100% 0,100% 100%,50% 62%,0 100%,0 0);z-index:6}.hoodie{left:50%;bottom:0;width:82px;height:52px;transform:translate(-50%);border-radius:28px 28px 8px 8px;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 24%),linear-gradient(180deg,var(--shirt-light, #7c98ff),var(--shirt, #5c7cfa));z-index:1}.inner-shirt{left:50%;bottom:0;width:34px;height:34px;transform:translate(-50%);border-radius:12px 12px 4px 4px;background:linear-gradient(180deg,#fffffff2,#e6e6e6e0);z-index:2}.collar{bottom:22px;width:16px;height:18px;background:#ffffffeb;clip-path:polygon(0 0,100% 0,58% 100%,42% 100%);z-index:3}.collar.left{left:36px;transform:rotate(10deg)}.collar.right{right:36px;transform:rotate(-10deg)}.hoodie:before,.hoodie:after{content:"";position:absolute;top:6px;width:18px;height:24px;border-radius:18px 18px 8px 8px;background:#ffffff1f}.hoodie:before{left:14px;transform:rotate(16deg)}.hoodie:after{right:14px;transform:rotate(-16deg)}.chain{left:50%;bottom:20px;width:28px;height:14px;transform:translate(-50%);border-bottom:2px solid rgba(211,178,93,.95);border-radius:0 0 20px 20px;z-index:3}.headset{left:50%;top:28px;width:74px;height:56px;transform:translate(-50%);border:4px solid rgba(46,53,64,.92);border-bottom:none;border-radius:40px 40px 0 0;z-index:6}.headset:before,.headset:after{content:"";position:absolute;top:18px;width:10px;height:20px;border-radius:10px;background:#2e3540eb}.headset:before{left:-7px}.headset:after{right:-7px}.visor{left:50%;top:38px;width:48px;height:14px;transform:translate(-50%);border-radius:999px;background:linear-gradient(90deg,#35dfff99,#7272ff80);z-index:6;box-shadow:0 0 12px #35dfff40}.hair-strand{top:14px;width:17px;height:38px;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 34%),linear-gradient(180deg,var(--hair-shine, #705040),var(--hair, #4f3526));border-radius:10px 10px 16px 16px;clip-path:polygon(26% 0%,74% 0%,100% 10%,92% 44%,84% 66%,72% 84%,54% 100%,36% 92%,18% 72%,8% 46%,0% 12%);z-index:7;opacity:.92;box-shadow:inset 1px 0 #ffffff14,inset -1px 0 #00000014}.hair-strand.left{left:16px;transform:rotate(14deg);transform-origin:top center}.hair-strand.right{right:16px;transform:rotate(-14deg);transform-origin:top center}.hair-strand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(180deg,#ffffff14 0,#ffffff14 2px,#00000008 2px,#00000008 4px);border-radius:inherit;opacity:.5}.hair-strand:after{content:"";position:absolute;left:50%;bottom:-2px;width:9px;height:10px;transform:translate(-50%);background:linear-gradient(180deg,var(--hair, #4f3526),rgba(79,53,38,.2));clip-path:polygon(50% 100%,0 0,100% 0);opacity:.9}.sideburn{top:34px;width:9px;height:24px;background:linear-gradient(180deg,var(--hair-shine, #705040),var(--hair, #4f3526));border-radius:2px 2px 10px 10px;clip-path:polygon(22% 0%,100% 0%,90% 72%,58% 100%,18% 84%,0% 18%);z-index:6}.sideburn.left{left:20px}.sideburn.right{right:20px}.earring{right:18px;top:63px;width:8px;height:12px;border:2px solid #d8b45a;border-radius:50%;z-index:6;box-shadow:inset 0 0 0 1px #fff1b673,0 1px 2px #00000029;background:linear-gradient(180deg,#ffefb229,#9b6f1029)}.earring:before{content:"";position:absolute;left:50%;bottom:-5px;width:5px;height:5px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff3ca,#d8b45a 55%,#8d6410);box-shadow:0 0 0 1px #5a3e0924}.earring:after{content:"";position:absolute;left:50%;top:-3px;width:2px;height:5px;transform:translate(-50%);background:linear-gradient(180deg,#ffeeb3f2,#9d7111f2)}.scar{left:35px;top:38px;width:3px;height:18px;background:#973a3a7a;transform:rotate(18deg);z-index:6}.bot-name{display:block;font-size:19px;font-weight:700;margin-bottom:6px}.bot-note{display:block;font-size:14px;color:#735948}.bot-easy{--shirt: #4daf7c;--shirt-light: #79d9a6;--hair: #5a3a28;--hair-shine: #7c5540;--eye: #2f4b3b}.bot-medium{--shirt: #4b70d1;--shirt-light: #86a5ff;--hair: #2d2320;--hair-shine: #54413b;--eye: #35517e}.bot-hard{--shirt: #cc7a3d;--shirt-light: #f0a66a;--hair: #6a4337;--hair-shine: #946154;--eye: #5f3f2e}.bot-impossible{--shirt: #7c4fd6;--shirt-light: #af84ff;--hair: #1e1d2c;--hair-shine: #4e496d;--eye: #3a2f66}.tone-light{--skin-top: #fdebd5;--skin-bottom: #efc89e}.tone-warm{--skin-top: #f3d2aa;--skin-bottom: #d39a68}.tone-deep{--skin-top: #c88d61;--skin-bottom: #8d5738}.tone-olive{--skin-top: #e8c09c;--skin-bottom: #be865d}.char-milo .bot-avatar{border-radius:38px 38px 28px 28px}.char-milo .face{top:16px;right:24px;bottom:20px;left:24px;border-radius:36px 36px 30px 30px}.char-milo .bot-avatar:after{width:82px;height:36px;clip-path:polygon(2% 58%,8% 28%,18% 12%,34% 3%,50% 0%,66% 3%,82% 12%,92% 28%,98% 58%,92% 66%,84% 76%,74% 68%,64% 82%,50% 72%,36% 82%,26% 68%,16% 76%,8% 66%);box-shadow:0 9px 0 2px var(--hair)}.char-milo .hoodie{width:90px;border-radius:30px 30px 10px 10px}.char-milo .glasses,.char-milo .glasses-bridge{top:46px}.char-milo .glasses{width:46px}.char-milo .glasses:before,.char-milo .glasses:after{border-radius:7px}.char-milo .jawline{width:44px}.char-poppy .bot-avatar{border-radius:34px 34px 30px 30px}.char-poppy .face{top:17px;right:25px;bottom:21px;left:25px;border-radius:40px 40px 24px 24px}.char-poppy .eye{width:13px;height:13px;top:46px}.char-poppy .iris{top:49px;background:#3e5a4c}.char-poppy .bot-avatar:after{width:88px;height:28px;top:11px;clip-path:polygon(0% 46%,8% 18%,22% 7%,38% 0%,54% 4%,70% 0%,84% 7%,96% 18%,100% 46%,92% 56%,86% 70%,78% 86%,66% 100%,52% 82%,38% 100%,24% 86%,14% 70%,8% 56%);box-shadow:0 10px 0 4px var(--hair),24px 24px 0 -10px var(--hair),-24px 24px 0 -10px var(--hair)}.char-poppy .mouth{width:22px;border-bottom-width:2px}.char-poppy .hoodie{width:78px;border-radius:24px 24px 8px 8px}.char-poppy .hair-strand.left{left:14px;width:20px;height:44px;transform:rotate(18deg)}.char-poppy .hair-strand.right{right:14px;width:20px;height:44px;transform:rotate(-18deg)}.char-poppy .jawline{width:38px;border-bottom-color:#784a3738}.char-poppy .earring{right:19px;top:61px}.char-poppy .earring:before{width:6px;height:6px;background:radial-gradient(circle at 35% 35%,#ffe7f0,#d5778e 55%,#7e3243)}.char-poppy .bow{bottom:16px}.char-nova .bot-avatar{border-radius:28px 28px 22px 22px}.char-nova .face{top:18px;right:20px;bottom:20px;left:20px;border-radius:28px 28px 20px 20px}.char-nova .jaw-shadow{width:46px;height:20px}.char-nova .bot-avatar:after{width:76px;height:28px;clip-path:polygon(4% 54%,12% 20%,24% 8%,40% 2%,58% 0%,74% 5%,88% 18%,96% 40%,100% 58%,90% 62%,80% 72%,68% 64%,56% 74%,44% 66%,30% 74%,18% 66%,8% 60%);box-shadow:0 7px 0 1px var(--hair),0 18px 0 -8px var(--hair)}.char-nova .hoodie{width:94px;height:54px}.char-nova .brow.left{transform:rotate(-4deg)}.char-nova .brow.right{transform:rotate(4deg)}.char-nova .mustache{top:69px;width:34px}.char-nova .jawline{width:50px;bottom:18px}.char-nova .hair-strand.left{left:16px;height:28px}.char-kira .bot-avatar{border-radius:28px}.char-kira .face{top:17px;right:27px;bottom:22px;left:27px;border-radius:34px 34px 22px 22px}.char-kira .eye{width:11px;height:9px;top:48px;border-radius:10px}.char-kira .iris{top:50px;background:#274567}.char-kira .bot-avatar:after{width:68px;height:20px;top:15px;clip-path:polygon(6% 58%,14% 24%,28% 8%,44% 2%,58% 4%,74% 10%,88% 24%,96% 48%,100% 60%,88% 62%,74% 72%,56% 64%,42% 76%,26% 66%,12% 62%);box-shadow:0 5px 0 1px var(--hair)}.char-kira .hoodie{width:84px;height:50px;border-radius:20px 20px 6px 6px}.char-kira .headset{top:26px;width:70px}.char-kira .cap{top:8px;width:72px}.char-kira .jawline{width:40px;bottom:20px}.char-rex .bot-avatar{border-radius:30px 30px 24px 24px}.char-rex .face{top:17px;right:19px;bottom:20px;left:19px;border-radius:30px 30px 24px 24px}.char-rex .bot-avatar:after{width:74px;height:24px;top:14px;clip-path:polygon(2% 60%,8% 26%,20% 10%,34% 4%,50% 0%,64% 4%,78% 10%,90% 26%,98% 48%,100% 60%,92% 66%,84% 72%,74% 64%,62% 76%,50% 68%,38% 76%,26% 64%,16% 72%,8% 66%);box-shadow:0 7px 0 2px var(--hair),0 16px 0 -10px var(--hair)}.char-rex .hoodie{width:98px;height:56px;border-radius:32px 32px 10px 10px}.char-rex .brow.left{transform:rotate(-14deg)}.char-rex .brow.right{transform:rotate(14deg)}.char-rex .eye,.char-rex .iris{top:49px}.char-rex .beard{width:40px;height:28px;bottom:18px;border-radius:10px 10px 20px 20px}.char-rex .jawline{width:52px;bottom:17px}.char-rex .scar{left:34px;top:40px;height:16px}.char-iris .bot-avatar{border-radius:36px 36px 28px 28px}.char-iris .face{top:16px;right:26px;bottom:22px;left:26px;border-radius:40px 40px 26px 26px}.char-iris .bot-avatar:after{width:80px;height:22px;top:10px;clip-path:polygon(0% 46%,10% 16%,26% 4%,44% 0%,60% 4%,76% 10%,90% 20%,100% 44%,96% 52%,88% 66%,80% 80%,66% 92%,50% 72%,34% 92%,20% 80%,10% 66%,4% 52%);box-shadow:0 10px 0 4px var(--hair)}.char-iris .hoodie{width:76px;height:46px;border-radius:14px 14px 8px 8px}.char-iris .chain{bottom:18px;width:34px}.char-iris .mouth{width:20px}.char-iris .monocle{left:29px;top:45px}.char-iris .monocle{width:17px;height:17px}.char-iris .goatee{width:14px;height:18px;bottom:20px}.char-iris .jawline{width:42px}.char-zara .bot-avatar{border-radius:26px 26px 34px 34px}.char-zara .face{top:17px;right:24px;bottom:20px;left:24px;border-radius:30px 30px 28px 28px}.char-zara .bot-avatar:after{width:86px;height:24px;top:9px;transform:translate(-50%) skew(-6deg);clip-path:polygon(0% 48%,8% 18%,20% 6%,34% 0%,48% 4%,66% 0%,82% 8%,94% 22%,100% 48%,94% 56%,88% 72%,76% 84%,62% 92%,48% 70%,34% 88%,18% 82%,8% 66%);box-shadow:10px 8px 0 -2px var(--hair),-6px 16px 0 -10px var(--hair)}.char-zara .eye{width:13px;height:10px;border-radius:10px}.char-zara .iris{background:#2f2f7a}.char-zara .hoodie{width:86px;height:58px;border-radius:20px 20px 10px 10px}.char-zara .glasses,.char-zara .glasses-bridge{top:45px}.char-zara .glasses:before,.char-zara .glasses:after{border-color:#171a22f5;background:linear-gradient(180deg,#91dcff2e,#10161fbd 38%,#0b0f14eb),linear-gradient(135deg,rgba(255,255,255,.14),transparent 42%)}.char-zara .glasses{width:50px;background:linear-gradient(90deg,#12151ceb,#2e333aeb) left 0 top 7px / 9px 2px no-repeat,linear-gradient(90deg,#12151ceb,#2e333aeb) right 0 top 7px / 9px 2px no-repeat}.char-zara .glasses-bridge{width:12px;background:linear-gradient(180deg,#46525efa,#161c23fa)}.char-zara .visor{top:39px;width:46px}.char-zara .beard{width:34px;height:22px;bottom:21px}.char-zara .jawline{width:46px;border-bottom-color:#784a3747}.char-onyx .bot-avatar{border-radius:24px 24px 30px 30px}.char-onyx .face{top:16px;right:22px;bottom:20px;left:22px;border-radius:26px 26px 30px 30px}.char-onyx .bot-avatar:after{width:70px;height:20px;top:14px;clip-path:polygon(4% 54%,14% 22%,28% 8%,44% 2%,58% 4%,72% 10%,86% 22%,96% 46%,100% 58%,88% 62%,74% 68%,58% 62%,44% 72%,28% 66%,12% 60%);box-shadow:0 5px 0 1px var(--hair),0 11px 0 0 var(--hair)}.char-onyx .hoodie{width:92px;height:54px;border-radius:26px 26px 8px 8px}.char-onyx .mustache{width:36px}.char-onyx .eye,.char-onyx .iris{top:48px}.char-onyx .mustache{top:70px;width:38px}.char-onyx .headset{top:27px;width:72px}.char-onyx .cap{top:8px}.char-onyx .jawline{width:50px;bottom:18px}@media (max-width: 860px){#game-shell{grid-template-columns:1fr}#board-hud{width:min(100%,604px)}.bot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#bot-commentary{width:min(760px,calc(100vw - 32px))}#bot-portrait-card{flex-direction:row;justify-content:flex-start}#trash-talk:before{left:34px;top:-12px}}@media (max-width: 520px){.bot-grid{grid-template-columns:1fr}#game-shell{width:min(100vw - 16px,1120px);gap:14px}#chessboard{grid-template-columns:repeat(8,42px);grid-template-rows:repeat(8,42px)}#board-hud{width:min(100%,364px);flex-direction:column;align-items:stretch}#board-actions{width:100%}#board-actions>button{flex:1}.cell{width:42px;height:42px}.cell.legal-target:after{width:12px;height:12px}.cell.capture-target:after{width:18px;height:18px}.piece{font-size:28px}#bot-commentary{width:min(100vw - 16px,760px);gap:12px}#bot-portrait-shell .bot-avatar{transform:scale(.84)}#trash-talk-message{font-size:16px}}
