﻿@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg-deep: #000000;--bg-surface: #111111;--bg-elevated: #1a1a1a;--bg-hover: #2a2a2a;--text-primary: #ffffff;--text-secondary: #e0e0e0;--text-muted: #a0a0a0;--text-faint: #666666;--air-blue: #0066ff;--air-blue-dim: #0044aa;--air-blue-glow: #3399ff;--water-black: #6666aa;--water-indigo: #8888cc;--water-deep: #444488;--fire-red: #ff3300;--fire-red-dim: #cc2200;--fire-red-glow: #ff6644;--earth-yellow: #ffcc00;--earth-yellow-dim: #cc9900;--earth-yellow-glow: #ffdd44;--border-color: #444444;--border-bold: #ffffff;--shadow-color: transparent;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--outline-width: 2px;--outline-color: #ffffff;--theme-icon: "☽";color-scheme:dark}[data-theme=light]{--bg-deep: #ffffff;--bg-surface: #f0f0f0;--bg-elevated: #e0e0e0;--bg-hover: #d0d0d0;--text-primary: #000000;--text-secondary: #222222;--text-muted: #555555;--text-faint: #888888;--air-blue: #0000dd;--air-blue-dim: #0000aa;--air-blue-glow: #0033ff;--water-indigo: #4444aa;--water-black: #333388;--water-deep: #222266;--fire-red: #dd0000;--fire-red-dim: #aa0000;--fire-red-glow: #ff2222;--earth-yellow: #cc9900;--earth-yellow-dim: #996600;--earth-yellow-glow: #ddaa00;--border-color: #aaaaaa;--border-bold: #000000;--shadow-color: transparent;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--outline-width: 2px;--outline-color: #000000;--theme-icon: "☀";color-scheme:light}html{transition:background-color .3s ease,color .3s ease}body,.sidebar,.content,.card,.callout,.mobile-header{transition:background-color .3s ease,color .3s ease,border-color .3s ease}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px;scroll-behavior:smooth}@media (max-width: 768px){html{font-size:16px}}body{font-family:"Cormorant Garamond","Georgia",serif;font-weight:400;line-height:1.7;color:var(--text-primary);background-color:var(--bg-deep);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:"Cormorant Garamond","Georgia",serif;font-weight:600;line-height:1.3;color:var(--text-primary);margin-top:2rem;margin-bottom:1rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1{font-size:3.052rem;font-weight:700;letter-spacing:-.02em}h2{font-size:2.441rem}h2::after{content:"";display:block;width:60px;height:2px;margin-top:.75rem;background:linear-gradient(90deg, var(--air-blue) 0%, var(--water-indigo) 25%, var(--fire-red) 75%, var(--earth-yellow) 100%)}h3{font-size:1.953rem}h4{font-size:1.563rem}h5{font-size:1.25rem}h6{font-size:1rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}p{margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--air-blue-glow);text-decoration:none;transition:color 150ms ease}a:hover{color:var(--earth-yellow);text-decoration:underline}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem}li::marker{color:var(--text-muted)}code{font-family:"JetBrains Mono","Consolas",monospace;font-size:.85em;background-color:var(--bg-surface);padding:.25rem .5rem;border-radius:4px;color:var(--earth-yellow)}pre{font-family:"JetBrains Mono","Consolas",monospace;font-size:.8rem;background-color:var(--bg-surface);padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem;border-left:3px solid var(--air-blue)}pre code{background:none;padding:0;color:var(--text-primary)}blockquote{margin:1.5rem 0;padding:1rem 1.5rem;background-color:var(--bg-surface);border-left:3px solid var(--fire-red);border-radius:0 8px 8px 0;font-style:italic;color:var(--text-secondary)}blockquote p:last-child{margin-bottom:0}hr{border:none;height:1px;background:linear-gradient(90deg, var(--air-blue) 0%, var(--water-indigo) 25%, var(--fire-red) 75%, var(--earth-yellow) 100%);margin:2rem 0}table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.8rem}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}th{font-weight:600;color:var(--text-secondary);background-color:var(--bg-surface)}tr:hover td{background-color:var(--bg-surface)}strong,b{font-weight:600;color:var(--text-primary)}em,i{font-style:italic}::selection{background-color:var(--air-blue);color:var(--text-primary)}img{max-width:100%;height:auto;border-radius:8px}:focus-visible{outline:2px solid var(--air-blue);outline-offset:2px}.site{display:flex;min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background-color:var(--bg-surface);border-right:1px solid var(--border-color);padding:1.5rem;overflow-y:auto;z-index:100}@media (max-width: 768px){.sidebar{transform:translateX(-100%);transition:transform 250ms ease}.sidebar.is-open{transform:translateX(0)}}.sidebar__header{margin-bottom:2rem}.sidebar__title{font-family:"Cormorant Garamond","Georgia",serif;font-size:1.563rem;font-weight:700;color:var(--text-primary);text-decoration:none;display:block}.sidebar__title:hover{text-decoration:none;color:var(--earth-yellow)}.sidebar__title::after{content:"";display:block;height:2px;margin-top:.5rem;background:linear-gradient(90deg, var(--air-blue) 0%, var(--water-indigo) 25%, var(--fire-red) 75%, var(--earth-yellow) 100%)}.sidebar__subtitle{font-size:.8rem;color:var(--text-muted);margin-top:.5rem;font-style:italic}.nav{list-style:none;padding:0;margin:0}.nav__section{margin-bottom:1.5rem}.nav__section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem;padding-left:.75rem}.nav__list{list-style:none;padding:0;margin:0}.nav__item{margin-bottom:.25rem}.nav__link{display:block;padding:.5rem .75rem;color:var(--text-secondary);text-decoration:none;border-radius:4px;border-left:2px solid rgba(0,0,0,0);transition:all 150ms ease}.nav__link:hover{color:var(--text-primary);background-color:var(--bg-elevated);text-decoration:none}.nav__link.is-active{color:var(--text-primary);background-color:var(--bg-elevated);border-left-color:var(--air-blue)}.nav__link.is-active[data-element=fire]{border-left-color:var(--fire-red)}.nav__link.is-active[data-element=earth]{border-left-color:var(--earth-yellow)}.nav__link.is-active[data-element=water]{border-left-color:var(--water-indigo)}.nav__sublist{list-style:none;padding:0;margin:0;padding-left:1rem}.main{flex:1;margin-left:260px;min-height:100vh}@media (max-width: 768px){.main{margin-left:0}}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);padding:0 1rem;align-items:center;justify-content:space-between;z-index:90}@media (max-width: 768px){.mobile-header{display:flex}}.mobile-header__title{font-family:"Cormorant Garamond","Georgia",serif;font-size:1.25rem;font-weight:700;color:var(--text-primary)}.mobile-header__toggle{background:none;border:none;color:var(--text-primary);font-size:1.563rem;cursor:pointer;padding:.5rem}.mobile-header__toggle:hover{color:var(--earth-yellow)}.content{max-width:720px;margin:0 auto;padding:3rem 1.5rem}@media (max-width: 768px){.content{padding:calc(60px + 2rem) 1rem 2rem}}.page-header{margin-bottom:2.5rem;text-align:center}.page-header__title{margin-bottom:1rem}.page-header__title::after{margin-left:auto;margin-right:auto}.page-header__description{font-size:1.25rem;color:var(--text-secondary);font-style:italic;max-width:540px;margin:0 auto}.footer{margin-top:4rem;padding:2rem 0;border-top:1px solid var(--border-color);text-align:center;color:var(--text-muted);font-size:.8rem}.footer__links{margin-bottom:1rem}.footer__links a{color:var(--text-muted);margin:0 1rem}.footer__links a:hover{color:var(--text-primary)}.overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:50}@media (max-width: 768px){.overlay.is-visible{display:block}}.hero{text-align:center;padding:4rem 0;position:relative}.hero::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:400px;height:400px;background:radial-gradient(circle, rgba(74,124,184,.1) 0%, rgba(196,90,74,.05) 50%, rgba(0,0,0,0) 70%);pointer-events:none}.hero__title{font-size:3.052rem;font-weight:700;margin-bottom:1rem;position:relative}@media (min-width: 768px){.hero__title{font-size:4rem}}.hero__subtitle{font-size:1.563rem;color:var(--text-secondary);font-style:italic;margin-bottom:2rem}.hero__tagline{font-size:1.25rem;color:var(--text-muted);max-width:500px;margin:0 auto 2.5rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin:2rem 0}.card{background-color:var(--bg-surface);border-radius:12px;padding:1.5rem;border:1px solid var(--border-color);transition:all 250ms ease;text-decoration:none;display:block}.card:hover{transform:translateY(-2px);border-color:var(--air-blue);box-shadow:var(--shadow-md);text-decoration:none}.card--air:hover{border-color:var(--air-blue)}.card--water:hover{border-color:var(--water-indigo)}.card--fire:hover{border-color:var(--fire-red)}.card--earth:hover{border-color:var(--earth-yellow)}.card__icon{font-size:2.441rem;margin-bottom:1rem}.card__title{font-family:"Cormorant Garamond","Georgia",serif;font-size:1.563rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.card__description{color:var(--text-secondary);font-size:.8rem;line-height:1.6}.piece-card{background-color:var(--bg-surface);border-radius:12px;padding:1.25rem;border:1px solid var(--border-color);transition:all 250ms ease;text-decoration:none;display:flex;align-items:center;gap:1rem}.piece-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);text-decoration:none}.piece-card--king:hover{border-color:var(--earth-yellow)}.piece-card--queen:hover{border-color:var(--fire-red)}.piece-card--bishop:hover{border-color:var(--air-blue)}.piece-card--rook:hover{border-color:var(--earth-yellow)}.piece-card--knight:hover{border-color:var(--fire-red)}.piece-card--pawn:hover{border-color:var(--air-blue)}.piece-card__glyph{font-size:2.5rem;line-height:1;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:var(--bg-elevated);border-radius:8px}.piece-card__content{flex:1}.piece-card__name{font-family:"Cormorant Garamond","Georgia",serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.piece-card__summary{color:var(--text-muted);font-size:.8rem}.callout{margin:1.5rem 0;padding:1rem 1.25rem;background-color:var(--bg-surface);border-radius:0 8px 8px 0;border-left:3px solid var(--air-blue)}.callout--note{border-left-color:var(--air-blue)}.callout--warning{border-left-color:var(--fire-red)}.callout--tip{border-left-color:var(--earth-yellow)}.callout--important{border-left-color:var(--water-indigo);background:linear-gradient(90deg, rgba(74,74,106,.1) 0%, var(--bg-surface) 100%)}.callout__title{font-weight:600;margin-bottom:.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.callout--note .callout__title{color:var(--air-blue-glow)}.callout--warning .callout__title{color:var(--fire-red-glow)}.callout--tip .callout__title{color:var(--earth-yellow-glow)}.callout--important .callout__title{color:var(--text-primary)}.callout__content{color:var(--text-secondary)}.callout__content p:last-child{margin-bottom:0}.army-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:500}.army-badge--blue{background-color:rgba(74,124,184,.2);color:var(--air-blue-glow)}.army-badge--black{background-color:rgba(74,74,106,.3);color:#8a8abe}.army-badge--red{background-color:rgba(196,90,74,.2);color:var(--fire-red-glow)}.army-badge--yellow{background-color:rgba(196,160,74,.2);color:var(--earth-yellow-glow)}.team-indicator{display:flex;gap:1rem;margin:1rem 0}.team{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--bg-surface);border-radius:8px}.team--air{border:1px solid var(--air-blue)}.team--earth{border:1px solid var(--earth-yellow)}.steps{counter-reset:step-counter;list-style:none;padding:0}.step{counter-increment:step-counter;position:relative;padding-left:3rem;margin-bottom:2rem}.step::before{content:counter(step-counter);position:absolute;left:0;top:0;width:36px;height:36px;background:linear-gradient(135deg, var(--air-blue) 0%, var(--fire-red) 50%, var(--earth-yellow) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;color:var(--bg-deep)}.step__title{font-weight:600;margin-bottom:.5rem}.step__content{color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:"Cormorant Garamond","Georgia",serif;font-size:1rem;font-weight:600;text-decoration:none;border-radius:8px;transition:all 150ms ease;cursor:pointer;border:none}.btn--primary{background:linear-gradient(135deg, var(--air-blue) 0%, var(--fire-red) 50%, var(--earth-yellow) 100%);color:var(--bg-deep)}.btn--primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);text-decoration:none}.btn--secondary{background-color:var(--bg-surface);color:var(--text-primary);border:1px solid var(--bg-elevated)}.btn--secondary:hover{border-color:var(--air-blue);text-decoration:none}.move{font-family:"JetBrains Mono","Consolas",monospace;font-size:.9em;background-color:var(--bg-surface);padding:.25rem .5rem;border-radius:4px;color:var(--earth-yellow)}.piece-symbol{font-size:1.2em;vertical-align:middle}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:1rem;background-color:var(--bg-elevated);border:1px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all 150ms ease}.theme-toggle:hover{background-color:var(--bg-hover);border-color:var(--air-blue)}.theme-toggle__icon{font-size:1.25rem;line-height:1}.toc{background-color:var(--bg-surface);border-radius:12px;padding:1.25rem;margin-bottom:2rem}.toc__title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem}.toc__list{list-style:none;padding:0;margin:0}.toc__list a{display:block;padding:.25rem 0;color:var(--text-secondary);font-size:.8rem}.toc__list a:hover{color:var(--text-primary)}.board-figure{margin:1.5rem auto;max-width:400px}.board-svg{width:100%;height:auto;display:block;border-radius:8px;box-shadow:var(--shadow-lg)}.board-label{font-family:"JetBrains Mono","Consolas",monospace;font-size:10px;fill:var(--text-muted)}.board-piece{font-size:32px;font-weight:bold}.board-piece--blue{fill:var(--air-blue-glow)}.board-piece--red{fill:var(--fire-red-glow)}.board-piece--black{fill:#9a9ac8}.board-piece--yellow{fill:var(--earth-yellow-glow)}.board-caption{text-align:center;margin-top:.75rem;font-size:.8rem;color:var(--text-muted);font-style:italic}.board-container{margin:1.5rem auto;max-width:420px}.board-container svg{width:100%;height:auto;display:block;border-radius:8px;box-shadow:var(--shadow-lg)}.throne-square{fill:rgba(196,160,74,.3);stroke:var(--earth-yellow);stroke-width:1}.move-indicator{fill:rgba(74,124,184,.4);stroke:var(--air-blue);stroke-width:1}.attack-indicator{fill:red;stroke:#000;stroke-width:2}.board-preview{margin:1.5rem auto;max-width:420px}.board-preview__svg{width:100%;height:auto;display:block;border-radius:8px;box-shadow:var(--shadow-lg)}.board-preview__caption{text-align:center;margin-top:.75rem;font-size:.8rem;color:var(--text-muted);font-style:italic}.board-widget{margin:1.5rem auto;max-width:420px}.board-widget__svg{width:100%;height:auto;display:block;border-radius:0;box-shadow:none;background-color:rgba(0,0,0,0)}.board-widget__square{transition:fill .1s ease}.board-widget__square--light{fill:#e8e8e8}.board-widget__square--dark{fill:#404040}.board-widget__square--highlighted{fill:#fc0 !important;stroke:#000;stroke-width:2}.board-widget__square--last-move{fill:#69f !important}.board-widget__square--selected{fill:#39f !important;stroke:#fff;stroke-width:2}.board-widget__legal-indicator{fill:#0c0;stroke:#000;stroke-width:2;pointer-events:none}.board-widget__piece{font-size:36px;font-weight:bold;pointer-events:none;stroke:#000;stroke-width:.5px;paint-order:stroke fill}.board-widget__piece--blue{fill:#09f}.board-widget__piece--red{fill:#f30}.board-widget__piece--black{fill:#a8f}.board-widget__piece--yellow{fill:#fc0}.board-widget__piece--frozen{opacity:.4;filter:grayscale(1)}.board-widget__label{font-family:"JetBrains Mono","Consolas",monospace;font-size:10px;fill:var(--text-muted);pointer-events:none}.board-widget__controls{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1rem;padding:.75rem;background-color:var(--bg-surface);border:var(--outline-width) solid var(--outline-color);border-radius:0}.board-widget__btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;background-color:var(--bg-elevated);color:var(--text-primary);border:2px solid var(--outline-color);border-radius:0;font-family:"Cormorant Garamond","Georgia",serif;font-size:.8rem;font-weight:bold;cursor:pointer;transition:all .1s ease}.board-widget__btn:hover:not(:disabled){background-color:var(--outline-color);color:var(--bg-deep)}.board-widget__btn--disabled,.board-widget__btn:disabled{opacity:.4;cursor:not-allowed}.board-widget__btn--play{width:36px;padding:.5rem}.board-widget__step-label{font-family:"JetBrains Mono","Consolas",monospace;font-size:.8rem;color:var(--text-muted);min-width:60px;text-align:center}.board-widget__turn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;font-size:.8rem}.board-widget__turn-label{color:var(--text-muted)}.board-widget__turn-army{font-weight:bold;padding:.25rem .5rem;border-radius:0;border:2px solid}.board-widget__turn-army--blue{background-color:#09f;color:#000;border-color:#000}.board-widget__turn-army--black{background-color:#a8f;color:#000;border-color:#000}.board-widget__turn-army--red{background-color:#f30;color:#000;border-color:#000}.board-widget__turn-army--yellow{background-color:#fc0;color:#000;border-color:#000}.board-widget__narrative{margin-top:1rem;padding:1rem;background-color:var(--bg-surface);border-radius:8px;border-left:3px solid var(--air-blue);color:var(--text-secondary);font-style:italic;text-align:center}.board-widget__feedback{margin-top:1rem;padding:1rem;border-radius:8px;text-align:center;font-weight:600;animation:feedbackPulse .3s ease-out}.board-widget__feedback--success{background-color:rgba(76,175,80,.15);border-left:3px solid #4caf50;color:#4caf50}.board-widget__feedback--error{background-color:rgba(244,67,54,.15);border-left:3px solid #f44336;color:#f44336}.board-widget--success .board-widget__svg{box-shadow:0 0 20px rgba(76,175,80,.4)}.board-widget--error .board-widget__svg{animation:shake .4s ease-in-out}@keyframes feedbackPulse{0%{opacity:0;transform:scale(.95)}100%{opacity:1;transform:scale(1)}}@keyframes shake{0%, 100%{transform:translateX(0)}20%{transform:translateX(-5px)}40%{transform:translateX(5px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}[data-theme=light] .board-widget__square--light{fill:#fff}[data-theme=light] .board-widget__square--dark{fill:#333}[data-theme=light] .board-widget__piece{stroke:#000;stroke-width:1px}.game-widget{margin:1.5rem auto;max-width:600px}.game-widget__loading,.game-widget__error{display:flex;align-items:center;justify-content:center;min-height:200px;padding:1.5rem;background-color:var(--bg-surface);border-radius:8px;text-align:center}.game-widget__loading p,.game-widget__error p{margin:0;color:var(--text-muted)}.game-widget__error{border:1px solid rgba(244,67,54,.3)}.game-widget__error p{color:#f44336}.game-widget__content{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:1rem}@media (max-width: 600px){.game-widget__content{flex-direction:column;align-items:center}}.game-widget__layout{display:flex;align-items:flex-start;justify-content:center;gap:1rem}@media (max-width: 600px){.game-widget__layout{flex-direction:column;align-items:center}}.game-widget__board{flex:0 0 auto;max-width:400px;width:100%}.game-widget__board .board-widget__svg{width:100%;height:auto;display:block;border-radius:8px;box-shadow:var(--shadow-lg);background-color:var(--bg-surface)}.game-widget__captures{flex:0 0 auto}@media (max-width: 600px){.game-widget__captures{display:none}}.game-widget__captures--left,.game-widget__captures--right{min-width:90px}.game-widget__controls{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;background-color:var(--bg-surface);border:2px solid var(--outline-color);border-radius:0;margin-top:.75rem}.game-widget__turn{display:flex;align-items:center;gap:.5rem}.game-widget__turn-label{color:var(--text-muted);font-size:.8rem}.game-widget__turn-army{font-weight:bold;font-size:.8rem;padding:.25rem .5rem;border-radius:0;border:2px solid #000}.game-widget__turn-army--blue{background-color:#09f;color:#000}.game-widget__turn-army--black{background-color:#a8f;color:#000}.game-widget__turn-army--red{background-color:#f30;color:#000}.game-widget__turn-army--yellow{background-color:#fc0;color:#000}.game-widget__check{font-weight:bold;font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;padding:.25rem .75rem;background-color:red;color:#fff;border:2px solid #000;border-radius:0;animation:checkBlink .5s step-end infinite}.game-widget__frozen{font-size:.64rem;color:var(--text-muted);font-style:italic}.game-widget__winner{font-weight:bold;font-size:1rem;padding:.5rem 1rem;background-color:#0c0;color:#000;border:2px solid #000;border-radius:0;animation:winnerBlink 1s step-end infinite}.game-widget__btn{padding:.5rem 1rem;background-color:var(--bg-elevated);color:var(--text-primary);border:2px solid var(--outline-color);border-radius:0;font-family:"Cormorant Garamond","Georgia",serif;font-size:.8rem;font-weight:bold;cursor:pointer;transition:all .1s ease}.game-widget__btn:hover{background-color:var(--outline-color);color:var(--bg-deep)}.game-widget__btn:active{transform:none}.game-widget__feedback{width:100%;padding:.75rem;border-radius:8px;text-align:center;font-size:.8rem}.game-widget__feedback--success{background-color:rgba(76,175,80,.15);color:#4caf50}.game-widget__feedback--error{background-color:rgba(244,67,54,.15);color:#f44336}.game-widget__feedback--info{background-color:rgba(74,124,184,.15);color:var(--air-blue-glow)}.game-widget .board-widget__controls,.game-widget .board-widget__turn,.game-widget .board-widget__narrative,.game-widget .board-widget__feedback{margin-top:.75rem}@keyframes checkPulse{0%, 100%{opacity:1}50%{opacity:.6}}@keyframes checkAlert{0%, 100%{transform:scale(1);box-shadow:0 0 8px rgba(244,67,54,.4)}50%{transform:scale(1.05);box-shadow:0 0 12px rgba(244,67,54,.6)}}@keyframes frozenShimmer{0%, 100%{filter:grayscale(0.7) brightness(1.2) drop-shadow(0 0 3px rgba(150,200,255,.6))}50%{filter:grayscale(0.7) brightness(1.3) drop-shadow(0 0 5px rgba(180,220,255,.8))}}@keyframes winnerGlow{0%, 100%{box-shadow:0 0 5px rgba(76,175,80,.3)}50%{box-shadow:0 0 15px rgba(76,175,80,.5)}}@keyframes checkBlink{0%, 50%{opacity:1}51%, 100%{opacity:.5}}@keyframes winnerBlink{0%, 50%{background-color:#0c0}51%, 100%{background-color:lime}}.captures-widget{display:flex;flex-direction:column;align-items:center;padding:.75rem;background-color:var(--bg-surface);border:2px solid var(--outline-color);border-radius:0;min-width:80px}.captures-widget__header{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:.5rem}.captures-widget__team{font-weight:600;font-size:.8rem;padding:.25rem .5rem;border-radius:4px}.captures-widget__team--air{background-color:rgba(74,124,184,.2);color:var(--air-blue-glow)}.captures-widget__team--earth{background-color:rgba(196,160,74,.2);color:var(--earth-yellow-glow)}.captures-widget__label{font-size:.64rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.captures-widget__pieces{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem;min-height:32px}.captures-widget__piece{font-size:24px;line-height:1;text-shadow:1px 1px 0 #000}.captures-widget__piece--blue{color:#09f}.captures-widget__piece--black{color:#a8f}.captures-widget__piece--red{color:#f30}.captures-widget__piece--yellow{color:#fc0}.captures-widget__empty{min-height:32px;display:flex;align-items:center}.captures-widget__none{color:var(--text-muted);font-size:1.25rem}.history-widget{margin-top:1rem;padding:.75rem;background-color:var(--bg-surface);border:2px solid var(--outline-color);border-radius:0}.history-widget__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.history-widget__title{font-size:.8rem;font-weight:600;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em}.history-widget__count{font-size:.64rem;color:var(--text-muted)}.history-widget__list{max-height:120px;overflow-y:auto;font-family:"JetBrains Mono","Consolas",monospace;font-size:.64rem;line-height:1.6}.history-widget__list::-webkit-scrollbar{width:6px}.history-widget__list::-webkit-scrollbar-track{background:var(--bg-elevated);border-radius:3px}.history-widget__list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.history-widget__move{display:inline}.history-widget__move--blue{color:#09f;font-weight:bold}.history-widget__move--black{color:#a8f;font-weight:bold}.history-widget__move--red{color:#f30;font-weight:bold}.history-widget__move--yellow{color:#fc0;font-weight:bold}.history-widget__move::after{content:" · ";color:var(--text-muted)}.history-widget__move:last-child::after{content:""}.history-widget__empty{color:var(--text-muted);font-style:italic;font-size:.64rem}.history-widget--vertical{margin-top:0;min-width:80px;max-width:100px;flex-shrink:0;display:flex;flex-direction:column;max-height:400px}.history-widget--vertical .history-widget__header{flex-direction:column;align-items:flex-start;gap:.25rem;flex-shrink:0}.history-widget--vertical .history-widget__list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.history-widget--vertical .history-widget__move{display:block;padding:2px 4px;border-radius:3px;flex-shrink:0}.history-widget--vertical .history-widget__move::after{content:""}.history-widget--vertical .history-widget__move:nth-child(odd){background:rgba(255,255,255,.03)}@media (max-width: 700px){.history-widget--vertical{display:none}}.game-widget__layout{display:flex;gap:1rem;align-items:stretch;justify-content:center;width:100%}@media (max-width: 700px){.game-widget__layout{flex-direction:column;align-items:center}}.game-widget__board-area{display:flex;flex-direction:column;align-items:center;gap:.5rem}