@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&family=Arvo:wght@400;700&display=swap";:root{--bg-dark-start:#0e1113;--bg-dark-end:#171c1f;--card-bg:#f5eedc;--card-text:#202326;--card-text-muted:#5e646a;--card-border:#e8dfcd;--gold-primary:#bfa054;--gold-semi:#ccbc92;--gold-hover:#d5b565;--gold-dark:#8c6e30;--gold-light:#f5eedc;--text-light:#e2e8f0;--text-muted:#8e959d;--border-dark:#ffffff14;--font-serif:"Playfair Display", serif;--font-sans:"Outfit", sans-serif;--font-slab:"Arvo", serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:linear-gradient(135deg, var(--bg-dark-start) 0%, var(--bg-dark-end) 100%);color:var(--text-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;align-items:center;min-height:100vh;line-height:1.5;display:flex;overflow-x:hidden}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 1.5rem}.header{justify-content:space-between;align-items:center;width:100%;padding:1rem 0;display:flex}.logo{font-family:var(--font-serif);color:var(--gold-hover);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:52px}.nav{align-items:center;gap:2rem;display:flex}.nav-link{color:var(--text-light);opacity:.85;font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s}.nav-link:hover{color:var(--gold-hover);opacity:1}.btn-signin{border:1px solid var(--gold-primary);color:var(--gold-primary);font-family:var(--font-sans);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.btn-signin:hover{border-color:var(--gold-hover);color:var(--gold-hover);background:#bfa05414;transform:translateY(-1px)}.hero{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:3.5rem;padding-top:13rem;display:flex;position:relative}.hero-cartoon-wrapper{z-index:1;pointer-events:none;width:380px;transition:transform .3s;position:absolute;top:-2.5rem;left:50%;transform:translate(-50%)}.hero-cartoon{filter:drop-shadow(0 10px 20px #00000080);width:100%;height:auto;transition:transform .3s}.hero-title{z-index:2;font-family:var(--font-serif);color:var(--card-bg);letter-spacing:-.01em;text-shadow:0 4px 15px #000000e6,0 2px 4px #000000e6;-webkit-user-select:none;user-select:none;margin-bottom:1.25rem;font-size:5.5rem;font-weight:700;line-height:1.1;position:relative}.hero-title span{color:var(--gold-primary)}.hero-subtitle-container{justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:750px;display:flex}.hero-subtitle-line{background:linear-gradient(to right, transparent, var(--gold-primary), transparent);opacity:.5;flex-grow:1;height:1px}.hero-subtitle{letter-spacing:.18em;color:var(--gold-primary);white-space:nowrap;font-size:.85rem;font-weight:600}.search-section{justify-content:center;width:100%;margin-bottom:4rem;display:flex}.card-wrapper{background-color:var(--card-bg);min-width:0;color:var(--card-text);border:1px solid var(--card-border);border-radius:18px;flex:1;padding:2.25rem;transition:transform .3s,box-shadow .3s;box-shadow:0 15px 35px #0000004d,inset 0 1px #ffffff26}.card-wrapper:hover{transform:translateY(-3px);box-shadow:0 20px 45px #0006}.card-header-block{align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.card-header-icon{background-color:#1c1e22;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.card-header-icon img,.card-header-icon .card-icon{object-fit:contain;width:100%;height:100%}.card-header-info{flex-direction:column;display:flex}.card-title{letter-spacing:.02em;color:#1a1a1a;text-transform:uppercase;font-size:1.15rem;font-weight:700}.card-subtitle{color:var(--card-text-muted);margin-top:.15rem;font-size:.9rem;font-weight:400}.input-search-container{background:#fff;border:1.5px solid #d8cfba;border-radius:8px;margin-bottom:1.25rem;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:inset 0 2px 4px #00000008}.input-search-container:focus-within{border-color:var(--gold-dark);box-shadow:0 0 0 3px #bfa05433,inset 0 2px 4px #00000008}.search-field-icon{color:#8c9096;align-items:center;padding-left:1rem;display:flex}.search-field-icon .search-icon{object-fit:contain;width:1.15rem;height:1.15rem}.search-input{min-width:0;font-family:var(--font-sans);color:var(--card-text);background:0 0;border:none;outline:none;flex-grow:1;padding:.85rem .75rem;font-size:.95rem}.search-input::placeholder{color:#9aa1a9}.btn-search-submit{background-color:var(--gold-primary);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 1.25rem;transition:background-color .2s;display:flex}.btn-search-submit:hover{background-color:var(--gold-hover)}.btn-search-submit .btn-search-submit-icon{object-fit:contain;width:2rem;height:2rem}.digging-info{color:#2c2c2c;align-items:center;gap:.65rem;margin-bottom:2.5rem;font-size:1rem;font-weight:500;display:flex}.digging-info .digging-icon{object-fit:contain;flex-shrink:0;width:1.25rem;height:1.25rem}.popular-searches{flex-direction:column;gap:.75rem;display:flex}.popular-label{letter-spacing:.08em;color:#7b7e83;font-size:.75rem;font-weight:700}.popular-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag-btn{background-color:var(--gold-semi);color:#4a4d52;font-family:var(--font-sans);cursor:pointer;white-space:nowrap;border:1px solid #e5dcce;border-radius:6px;padding:.5rem;font-size:.8rem;font-weight:500;transition:all .2s}.tag-btn:hover{border-color:var(--gold-primary);color:#1c1e22;background-color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #bfa0541a}.board-section-container{gap:1.5rem;display:flex}.chessboard-wrapper{background-color:#ded6c4;border-radius:6px;flex-shrink:0;width:260px;padding:.5rem;position:relative;box-shadow:0 4px 12px #00000014}.board-mount{aspect-ratio:1;width:100%}.board-sidebar{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.sidebar-title{letter-spacing:.08em;color:var(--gold-dark);margin-bottom:1rem;font-size:.75rem;font-weight:700}.instruction-list{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}.instruction-item{align-items:center;gap:.75rem;display:flex}.instruction-icon{color:#4a4d52;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.instruction-icon .instruction-img{object-fit:contain;width:2.4rem;height:2.4rem}.instruction-text{color:#3b3d42;font-size:.825rem;font-weight:500;line-height:1.35}.board-controls{flex-direction:column;gap:.6rem;margin:1rem 0 1.25rem;display:flex}.fen-input{width:100%;font-family:var(--font-slab);color:var(--card-text);background:#fff;border:1.5px solid #d8cfba;border-radius:6px;outline:none;padding:.5rem .6rem;font-size:.72rem}.fen-input:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px #bfa05426}.board-btn-row{gap:.5rem;display:flex}.mini-btn{color:#4a4d52;font-family:var(--font-sans);letter-spacing:.03em;cursor:pointer;background:#fff;border:1px solid #d8cfba;border-radius:6px;flex:1;padding:.45rem .5rem;font-size:.72rem;font-weight:600;transition:all .2s}.mini-btn:hover{border-color:var(--gold-primary);color:#1c1e22;background:#fffdf7}.btn-search-position{background-color:var(--gold-primary);color:#1c1e22;font-family:var(--font-sans);letter-spacing:.05em;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.65rem;width:100%;padding:.85rem 1rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 10px #bfa05426}.btn-search-position:hover{background-color:var(--gold-hover);transform:translateY(-1px);box-shadow:0 6px 15px #bfa0544d}.btn-search-position .btn-search-position-icon{object-fit:contain;width:1rem;height:1rem}.features-grid{border-top:1px solid var(--border-dark);grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;margin-bottom:4rem;padding-top:2rem;display:grid}.feature-col{flex-direction:row;gap:.75rem;display:flex}.feature-icon-container{color:var(--gold-primary);margin-bottom:.25rem}.feature-icon-container .feature-icon{object-fit:contain;width:4.5rem;height:4.5rem}.feature-title{letter-spacing:.08em;color:var(--text-light);text-transform:uppercase;font-size:.85rem;font-weight:700}.feature-desc{color:var(--text-muted);font-size:.825rem;line-height:1.45}.bottom-footer{flex-direction:column;align-items:center;width:100%;padding-bottom:3rem;display:flex}.bottom-line-container{justify-content:center;align-items:center;width:100%;max-width:900px;display:flex;position:relative}.bottom-line{background:linear-gradient(to right, transparent, var(--border-dark), transparent);width:100%;height:4px}.bottom-badge{padding:0 1rem;position:absolute}.bottom-badge .bottom-badge-icon{object-fit:contain;width:5rem;height:5rem}a{color:inherit}.results-panel{background-color:var(--card-bg);color:var(--card-text);border:1px solid var(--card-border);border-radius:18px;margin-bottom:3rem;padding:2rem 2.25rem;box-shadow:0 15px 35px #0000004d}.results-head{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem;padding-bottom:.85rem;display:flex}.results-head h2{font-family:var(--font-serif);color:#1a1a1a;font-size:1.4rem}.results-count{letter-spacing:.04em;color:var(--card-text-muted);text-transform:uppercase;font-size:.8rem;font-weight:600}.state-msg{color:var(--card-text-muted);padding:1.5rem 0;font-size:.95rem}.state-msg.error{color:#a2402f;font-weight:500}.player-row{border-bottom:1px solid var(--card-border);color:inherit;align-items:center;gap:1rem;padding:.85rem .5rem;text-decoration:none;transition:background .15s;display:flex}.player-row:last-child{border-bottom:none}.player-row:hover{background:#bfa0541a}.player-badge{width:2.5rem;height:2.5rem;color:var(--gold-hover);font-family:var(--font-serif);background:#1c1e22;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:700;display:flex}.player-main{flex-grow:1;min-width:0}.player-name{color:#1a1a1a;font-size:1rem;font-weight:600}.player-meta{color:var(--card-text-muted);margin-top:.1rem;font-size:.8rem}.title-chip{background:var(--gold-primary);color:#1c1e22;letter-spacing:.04em;vertical-align:middle;border-radius:4px;margin-right:.4rem;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-block}.player-games-count{text-align:right;color:var(--card-text-muted);flex-shrink:0;font-size:.8rem}.player-games-count strong{color:#1a1a1a;font-size:1.05rem;display:block}.wdl-bar{border-radius:4px;height:1.4rem;margin-bottom:1.25rem;font-size:.72rem;font-weight:700;display:flex;overflow:hidden}.wdl-bar span{color:#1c1e22;justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.wdl-white{background:#efe7d2}.wdl-draw{background:#b8ad8f}.wdl-black{color:#e2e8f0;background:#46474b}.cont-table{border-collapse:collapse;width:100%;font-size:.9rem}.cont-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--card-text-muted);border-bottom:1px solid var(--card-border);padding:.4rem .5rem;font-size:.7rem}.cont-table td{border-bottom:1px solid var(--card-border);font-variant-numeric:tabular-nums;padding:.5rem}.cont-san{font-family:var(--font-slab);color:#1a1a1a;font-weight:700}.cont-cell{flex-direction:column;gap:.25rem;display:flex}.cont-num{font-variant-numeric:tabular-nums;color:var(--card-text-muted);font-size:.8rem}.cont-meter{background:#e5dcce;border-radius:3px;width:100%;height:.5rem;overflow:hidden}.cont-meter>div{background:var(--gold-primary);height:100%}.cont-meter-score{position:relative}.cont-meter-score>div{background:var(--gold-semi)}.cont-meter-score:after{content:"";background:var(--gold-dark);width:1px;position:absolute;top:0;bottom:0;left:50%}.games-table{border-collapse:collapse;width:100%;font-size:.88rem}.games-table th{text-align:left;letter-spacing:.06em;text-transform:uppercase;color:var(--card-text-muted);border-bottom:1px solid var(--card-border);padding:.5rem .6rem;font-size:.7rem}.games-table td{border-bottom:1px solid var(--card-border);vertical-align:top;padding:.6rem}.games-table tr:hover td{background:#bfa05414}.game-players{color:#1a1a1a;font-weight:600}.game-title{font-family:var(--font-slab);letter-spacing:.04em;color:var(--gold-dark);margin-right:.3em;font-size:.72em;font-weight:700}.game-elo{color:var(--card-text-muted);font-variant-numeric:tabular-nums;font-size:.82em;font-weight:400}.game-sub{color:var(--card-text-muted);margin-top:.15rem;font-size:.76rem}.game-id{letter-spacing:.02em;color:var(--card-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:4px;padding:.15rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem}.game-id:hover,.game-id:focus-visible{color:var(--card-text);border-color:var(--card-border);background:#00000008}.game-id-failed{cursor:text;-webkit-user-select:all;user-select:all;color:var(--card-text);border-color:var(--gold-dark);white-space:normal;word-break:break-all}.result-chip{font-family:var(--font-slab);white-space:nowrap;font-size:.8rem;font-weight:700}.only-here{color:var(--gold-hover);letter-spacing:.04em;text-transform:uppercase;background:#1c1e22;border-radius:4px;margin-left:.4rem;padding:.12rem .4rem;font-size:.62rem;font-weight:700;display:inline-block}.profile-hero{align-items:center;gap:1.5rem;margin:2rem 0 2.5rem;display:flex}.profile-avatar{width:4.5rem;height:4.5rem;color:var(--gold-hover);font-family:var(--font-serif);background:#1c1e22;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.8rem;font-weight:700;display:flex}.profile-name{font-family:var(--font-serif);color:var(--card-bg);font-size:2.4rem;line-height:1.1}.profile-meta{color:var(--text-muted);margin-top:.35rem;font-size:.95rem}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-bottom:2.5rem;display:grid}.stat-card{background-color:var(--card-bg);color:var(--card-text);border:1px solid var(--card-border);border-radius:14px;padding:1.25rem 1.5rem}.stat-card h3{letter-spacing:.08em;text-transform:uppercase;color:var(--card-text-muted);margin-bottom:.6rem;font-size:.72rem}.stat-line{font-variant-numeric:tabular-nums;justify-content:space-between;padding:.15rem 0;font-size:.9rem;display:flex}.stat-score{font-family:var(--font-serif);color:#1a1a1a;margin-top:.4rem;font-size:1.6rem}.back-link{color:var(--gold-hover);margin:1.5rem 0 0;font-size:.9rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--gold-primary)}.section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-primary);margin:0 0 1rem;font-size:.8rem;font-weight:700}.search-panel{flex-direction:column;flex:0 920px;gap:1.5rem;display:flex}.search-panel:hover{transform:none;box-shadow:0 15px 35px #0000004d,inset 0 1px #ffffff26}.search-panel .card-header-block,.search-panel .popular-searches{margin-bottom:0}.search-panel .btn-search-position{min-height:52px}.search-panel .btn-search-position:disabled{opacity:.6;cursor:progress}.field-block{flex-direction:column;gap:.55rem;display:flex}.field-label{font-family:var(--font-sans);letter-spacing:.1em;text-transform:uppercase;color:var(--card-text-muted);font-size:.7rem;font-weight:600}.seg-control{border:1px solid var(--card-border);background-color:#fffdf7;border-radius:10px;display:flex;overflow:hidden}.seg-control button{border:none;border-right:1px solid var(--card-border);min-height:52px;font-family:var(--font-sans);color:var(--card-text-muted);cursor:pointer;background:0 0;flex:1;font-size:.9rem;transition:background-color .2s,color .2s}.seg-control button:last-child{border-right:none}.seg-control button:hover{background-color:#bfa0541f}.seg-control button.on{background-color:var(--gold-primary);color:#1c1e22;font-weight:600}.seg-control button:focus-visible{outline:2px solid var(--gold-dark);outline-offset:-2px}.disclosure{width:100%;min-height:52px;font-family:var(--font-sans);text-align:left;cursor:pointer;background-color:#bfa05412;border:1px dashed #8c6e3073;border-radius:10px;align-items:center;gap:.85rem;padding:.7rem .95rem;transition:background-color .2s,border-color .2s;display:flex}.disclosure:hover{background-color:#bfa05424}.disclosure.open{border-style:solid;border-color:var(--gold-primary)}.disclosure:focus-visible{outline:2px solid var(--gold-dark);outline-offset:2px}.disclosure-thumb{border:1px solid var(--gold-dark);border-radius:5px;flex-shrink:0;grid-template-columns:repeat(4,1fr);width:40px;height:40px;display:grid;overflow:hidden}.disclosure-thumb i{aspect-ratio:1;display:block}.disclosure-thumb .lt{background-color:#efe3c8}.disclosure-thumb .dk{background-color:#b58a5c}.disclosure-text{color:var(--card-text);flex-direction:column;gap:.1rem;font-size:.92rem;font-weight:600;display:flex}.disclosure-text small{color:var(--card-text-muted);font-size:.76rem;font-weight:400}.disclosure-chev{color:var(--gold-dark);margin-left:auto;font-size:.85rem}.filter-summary{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.88rem;display:flex}.stm-chip{letter-spacing:.06em;text-transform:uppercase;color:var(--gold-primary);border:1px solid #bfa05466;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:600}@media (width<=1024px){.hero{margin-bottom:2.5rem;padding-top:10.5rem}.hero-cartoon-wrapper{width:300px;top:-2rem}.hero-title{font-size:4rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (width<=768px){.hero{margin-top:1.5rem;margin-bottom:2rem;padding-top:8.5rem}.hero-subtitle-container{gap:1rem;padding:0 1.5rem}.hero-subtitle-line{display:none}.hero-cartoon-wrapper{width:250px;top:-1.75rem}.hero-title{font-size:3rem}.hero-subtitle{letter-spacing:.12em;white-space:normal;text-align:center;font-size:.75rem;line-height:1.4}.board-section-container{flex-direction:column;align-items:center;gap:1.5rem}.chessboard-wrapper{width:100%;max-width:280px}.board-sidebar{width:100%}}@media (width<=480px){.header{flex-direction:column;gap:.75rem;padding:1rem 0}.logo-img{height:36px}.nav{justify-content:center;gap:1.25rem;width:100%}.hero{margin-bottom:1.5rem;padding-top:6rem}.hero-cartoon-wrapper{width:180px;top:-1.25rem}.hero-title{font-size:2.25rem}.card-wrapper{padding:1.5rem}.features-grid{grid-template-columns:1fr;gap:2rem}.profile-name{font-size:1.8rem}}.cm-chessboard .board.input-enabled .square{cursor:pointer}.cm-chessboard .coordinates,.cm-chessboard .markers-layer,.cm-chessboard .pieces-layer,.cm-chessboard .markers-top-layer{pointer-events:none}.cm-chessboard-content .list-inline{padding-left:0;list-style:none}.cm-chessboard-content .list-inline-item{display:inline-block}.cm-chessboard-content .list-inline-item:not(:last-child){margin-right:1rem}.cm-chessboard-accessibility.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden}.cm-chessboard-accessibility button:disabled,.cm-chessboard-accessibility button:disabled:hover{opacity:.5;cursor:not-allowed;pointer-events:none}.cm-chessboard.default .board .square.white{fill:#ecdab9}.cm-chessboard.default .board .square.black{fill:#c5a076}.cm-chessboard.default.border-type-thin .board .border{stroke:#c5a076;stroke-width:.7%;fill:#c5a076}.cm-chessboard.default.border-type-none .board .border{stroke:#c5a076;stroke-width:0;fill:#c5a076}.cm-chessboard.default.border-type-frame .board .border{fill:#ecdab9;stroke:none}.cm-chessboard.default.border-type-frame .board .border-inner{fill:#c5a076;stroke:#c5a076;stroke-width:.7%}.cm-chessboard.default .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.default .coordinates .coordinate{fill:#b5936d;cursor:default;font-size:7px}.cm-chessboard.default .coordinates .coordinate.black{fill:#eeddbf}.cm-chessboard.default .coordinates .coordinate.white{fill:#b5936d}.cm-chessboard.default-contrast .board .square.white{fill:#ecdab9}.cm-chessboard.default-contrast .board .square.black{fill:#c5a076}.cm-chessboard.default-contrast.border-type-thin .board .border{stroke:#c5a076;stroke-width:.7%;fill:#c5a076}.cm-chessboard.default-contrast.border-type-none .board .border{stroke:#c5a076;stroke-width:0;fill:#c5a076}.cm-chessboard.default-contrast.border-type-frame .board .border{fill:#ecdab9;stroke:none}.cm-chessboard.default-contrast.border-type-frame .board .border-inner{fill:#c5a076;stroke:#c5a076;stroke-width:.7%}.cm-chessboard.default-contrast .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.default-contrast .coordinates .coordinate{fill:#b5936d;cursor:default;font-size:7px}.cm-chessboard.default-contrast .coordinates .coordinate.black,.cm-chessboard.default-contrast .coordinates .coordinate.white{fill:#333}.cm-chessboard.green .board .square.white{fill:#e0ddcc}.cm-chessboard.green .board .square.black{fill:#4c946a}.cm-chessboard.green.border-type-thin .board .border{stroke:#4c946a;stroke-width:.7%;fill:#4c946a}.cm-chessboard.green.border-type-none .board .border{stroke:#4c946a;stroke-width:0;fill:#4c946a}.cm-chessboard.green.border-type-frame .board .border{fill:#e0ddcc;stroke:none}.cm-chessboard.green.border-type-frame .board .border-inner{fill:#4c946a;stroke:#4c946a;stroke-width:.7%}.cm-chessboard.green .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.green .coordinates .coordinate{fill:#468862;cursor:default;font-size:7px}.cm-chessboard.green .coordinates .coordinate.black{fill:#e2e0d0}.cm-chessboard.green .coordinates .coordinate.white{fill:#468862}.cm-chessboard.blue .board .square.white{fill:#d8ecfb}.cm-chessboard.blue .board .square.black{fill:#86afcf}.cm-chessboard.blue.border-type-thin .board .border{stroke:#86afcf;stroke-width:.7%;fill:#86afcf}.cm-chessboard.blue.border-type-none .board .border{stroke:#86afcf;stroke-width:0;fill:#86afcf}.cm-chessboard.blue.border-type-frame .board .border{fill:#d8ecfb;stroke:none}.cm-chessboard.blue.border-type-frame .board .border-inner{fill:#86afcf;stroke:#86afcf;stroke-width:.7%}.cm-chessboard.blue .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.blue .coordinates .coordinate{fill:#7ba1be;cursor:default;font-size:7px}.cm-chessboard.blue .coordinates .coordinate.black{fill:#dbeefb}.cm-chessboard.blue .coordinates .coordinate.white{fill:#7ba1be}.cm-chessboard.chess-club .board .square.white{fill:#e6d3b1}.cm-chessboard.chess-club .board .square.black{fill:#af6b3f}.cm-chessboard.chess-club.border-type-thin .board .border{stroke:#692e2b;stroke-width:.7%;fill:#af6b3f}.cm-chessboard.chess-club.border-type-none .board .border{stroke:#692e2b;stroke-width:0;fill:#af6b3f}.cm-chessboard.chess-club.border-type-frame .board .border{fill:#692e2b;stroke:none}.cm-chessboard.chess-club.border-type-frame .board .border-inner{fill:#af6b3f;stroke:#692e2b;stroke-width:.7%}.cm-chessboard.chess-club .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.chess-club .coordinates .coordinate{fill:#e6d3b1;cursor:default;font-size:7px}.cm-chessboard.chess-club .coordinates .coordinate.black{fill:#e6d3b1}.cm-chessboard.chess-club .coordinates .coordinate.white{fill:#af6b3f}.cm-chessboard.chessboard-js .board .square.white{fill:#f0d9b5}.cm-chessboard.chessboard-js .board .square.black{fill:#b58863}.cm-chessboard.chessboard-js.border-type-thin .board .border{stroke:#404040;stroke-width:.7%;fill:#b58863}.cm-chessboard.chessboard-js.border-type-none .board .border{stroke:#404040;stroke-width:0;fill:#b58863}.cm-chessboard.chessboard-js.border-type-frame .board .border{fill:#f0d9b5;stroke:none}.cm-chessboard.chessboard-js.border-type-frame .board .border-inner{fill:#b58863;stroke:#404040;stroke-width:.7%}.cm-chessboard.chessboard-js .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.chessboard-js .coordinates .coordinate{fill:#404040;cursor:default;font-size:7px}.cm-chessboard.chessboard-js .coordinates .coordinate.black{fill:#f0d9b5}.cm-chessboard.chessboard-js .coordinates .coordinate.white{fill:#b58863}.cm-chessboard.black-and-white .board .square.white{fill:#fff}.cm-chessboard.black-and-white .board .square.black{fill:#9c9c9c}.cm-chessboard.black-and-white.border-type-thin .board .border{stroke:#9c9c9c;stroke-width:.7%;fill:#9c9c9c}.cm-chessboard.black-and-white.border-type-none .board .border{stroke:#9c9c9c;stroke-width:0;fill:#9c9c9c}.cm-chessboard.black-and-white.border-type-frame .board .border{fill:#fff;stroke:none}.cm-chessboard.black-and-white.border-type-frame .board .border-inner{fill:#9c9c9c;stroke:#9c9c9c;stroke-width:.7%}.cm-chessboard.black-and-white .coordinates{pointer-events:none;-webkit-user-select:none;user-select:none}.cm-chessboard.black-and-white .coordinates .coordinate{fill:#909090;cursor:default;font-size:7px}.cm-chessboard.black-and-white .coordinates .coordinate.black{fill:#fff}.cm-chessboard.black-and-white .coordinates .coordinate.white{fill:#909090}.cm-chessboard .keyboard-focus-indicator .keyboard-focus{fill:none;stroke:#06c;stroke-width:3px;pointer-events:none}.cm-chessboard .keyboard-focus-indicator .keyboard-from-square{fill:#0066cc4d;stroke:#06c;stroke-width:2px;pointer-events:none}.cm-chessboard:focus{outline-offset:2px;outline:2px solid #06c}.cm-chessboard .markers{pointer-events:none}.cm-chessboard .markers .marker.marker-frame{stroke:#000;stroke-width:1.8px;opacity:.5}.cm-chessboard .markers .marker.marker-frame-primary,.cm-chessboard .markers .marker.marker-frame-info{stroke:#00f;stroke-width:1.8px;opacity:.4}.cm-chessboard .markers .marker.marker-frame-danger{stroke:red;stroke-width:1.8px;opacity:.4}.cm-chessboard .markers .marker.marker-frame-warning{stroke:orange;stroke-width:1.8px;opacity:.4}.cm-chessboard .markers .marker.marker-circle{stroke:#000;stroke-width:3px;opacity:.3}.cm-chessboard .markers .marker.marker-circle-primary,.cm-chessboard .markers .marker.marker-circle-info{stroke:#00f;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-info-filled{stroke:#00f;fill:#00f;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-danger{stroke:red;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-danger-filled{stroke:red;fill:red;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-warning{stroke:orange;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-warning-filled{stroke:orange;fill:orange;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-success{stroke:green;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-circle-success-filled{stroke:green;fill:green;stroke-width:3px;opacity:.4}.cm-chessboard .markers .marker.marker-square{fill:#000;opacity:.11}.cm-chessboard .markers .marker.marker-dot,.cm-chessboard .markers .marker.marker-bevel{fill:#000;opacity:.2}
