@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Bangers&display=swap");@font-face{font-family:MK5;src:url(/mk5style.ttf) format("truetype");font-weight:400;font-style:normal}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.checkers-board{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:0;gap:0;width:480px;height:480px;border:8px solid #8b4513;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.3),inset 0 0 0 4px #DEB887,inset 0 0 0 8px #8B4513;background:linear-gradient(145deg,#CD853F,#8B4513)}.square{width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:all .2s ease;border:1px solid rgba(139,69,19,.3)}.square.light{background:linear-gradient(145deg,#F5DEB3,#DEB887)}.square.dark{background:linear-gradient(145deg,#8B4513,#654321)}.square:hover{transform:scale(1.05);z-index:2;box-shadow:0 4px 8px rgba(0,0,0,.4)}.square.selected{background:linear-gradient(145deg,#FFD700,#FFA500)!important;border:3px solid #ff6b35;animation:pulse 1s infinite}.square.valid-move{background:linear-gradient(145deg,#90EE90,#32CD32)!important;border:2px solid #228b22;animation:glow 1.5s ease-in-out infinite alternate}.square.last-move{background:linear-gradient(145deg,#FFB6C1,#FF69B4)!important;border:2px solid #ff1493}.piece{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;transition:all .3s ease;position:relative;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.3),inset 0 2px 4px rgba(255,255,255,.3)}.piece.red{background:linear-gradient(145deg,#FF6B6B,#FF4444);border:3px solid #cc0000;color:#FFFFFF}.piece.black{background:linear-gradient(145deg,#333333,#111111);border:3px solid #000000;color:#FFD700}.piece.king{border-width:4px;box-shadow:0 6px 12px rgba(0,0,0,.4),inset 0 2px 4px rgba(255,255,255,.4),0 0 20px rgba(255,215,0,.6);animation:kingGlow 2s ease-in-out infinite alternate;font-size:28px;font-weight:700;text-shadow:0 0 8px rgba(255,215,0,.8)}.piece.red.king{background:linear-gradient(145deg,#FF6B6B,#FF4444,#FFD700);border-color:#CC0000}.piece.black.king{background:linear-gradient(145deg,#333333,#111111,#FFD700);border-color:#000000}.piece:hover{transform:scale(1.1);z-index:3}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes glow{0%{box-shadow:0 0 5px #32CD32,0 0 10px #32CD32,0 0 15px #32CD32}to{box-shadow:0 0 10px #32CD32,0 0 20px #32CD32,0 0 30px #32CD32}}@keyframes kingGlow{0%{box-shadow:0 6px 12px rgba(0,0,0,.4),inset 0 2px 4px rgba(255,255,255,.4),0 0 15px rgba(255,215,0,.4)}to{box-shadow:0 6px 12px rgba(0,0,0,.4),inset 0 2px 4px rgba(255,255,255,.4),0 0 25px rgba(255,215,0,.8)}}@media (max-width:768px){.checkers-board{width:320px;height:320px}.square{width:40px;height:40px}.piece{width:32px;height:32px;font-size:16px}}@media (max-width:480px){.checkers-board{width:280px;height:280px}.square{width:35px;height:35px}.piece{width:28px;height:28px;font-size:14px}}.stratego-board{display:grid;grid-template-columns:repeat(10,60px);grid-template-rows:repeat(10,60px);grid-gap:2px;gap:2px;background-color:#8B4513;border:4px solid #654321;border-radius:8px;padding:8px;box-shadow:0 8px 16px rgba(0,0,0,.3)}.stratego-square{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#DEB887;border:1px solid #8b4513;cursor:pointer;transition:all .2s ease;position:relative}.stratego-square:hover{background-color:#F5DEB3;transform:scale(1.05)}.stratego-square.selected{background-color:#FFD700!important;border:3px solid #ffa500;box-shadow:0 0 10px rgba(255,215,0,.6)}.stratego-square.valid-move{background-color:#90EE90!important;border:2px solid #32cd32;box-shadow:0 0 8px rgba(50,205,50,.4)}.stratego-square.last-move{background-color:#FFB6C1!important;border:2px solid #ff69b4}.stratego-square.lake{background-color:#4169E1!important;border:2px solid #1e90ff;cursor:not-allowed}.lake-water{font-size:24px;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}}.stratego-piece{font-size:28px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);transition:all .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:50%}.stratego-piece.red{background:linear-gradient(135deg,#FF6B6B,#DC143C);color:white;border:2px solid #8b0000}.stratego-piece.blue{background:linear-gradient(135deg,#4169E1,#0000CD);color:white;border:2px solid #000080}.stratego-piece.hidden{background:linear-gradient(135deg,#696969,#2F4F4F);color:#FFD700;font-size:24px}.stratego-piece:hover{transform:scale(1.1);box-shadow:0 4px 8px rgba(0,0,0,.3)}.stratego-piece.combat{animation:combat-flash .5s ease-in-out}@keyframes combat-flash{0%,to{opacity:1}50%{opacity:.3;transform:scale(1.2)}}.piece-rank{position:absolute;top:2px;right:2px;font-size:10px;background:rgba(0,0,0,.7);color:white;padding:1px 3px;border-radius:2px}.setup-panel{background:linear-gradient(135deg,#2E4057,#1e2a3a);border-radius:12px;padding:20px;margin:20px 0;box-shadow:0 6px 12px rgba(0,0,0,.2)}.piece-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;margin:15px 0}.piece-button{background:linear-gradient(135deg,#4169E1,#0000CD);color:white;border:2px solid #000080;border-radius:8px;padding:10px;cursor:pointer;transition:all .2s ease;text-align:center;font-weight:700}.piece-button:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.piece-button.selected{background:linear-gradient(135deg,#FFD700,#FFA500);color:black;border-color:#FF8C00}.piece-button.disabled{background:#696969;cursor:not-allowed;opacity:.5}.game-status{text-align:center;padding:15px;border-radius:8px;margin:10px 0;font-weight:700;font-size:1.2rem}.status-waiting{background:linear-gradient(135deg,#FFA500,#FF8C00);color:white}.status-active{background:linear-gradient(135deg,#32CD32,#228B22);color:white}.status-finished{background:linear-gradient(135deg,#DC143C,#8B0000);color:white}@keyframes cosmicPulse{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes stars{0%{transform:translateY(0)}to{transform:translateY(-200px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes textGlow{0%,to{text-shadow:0 0 10px rgba(0,255,255,.8),0 0 20px rgba(255,0,255,.6),0 0 30px rgba(0,255,255,.4),3px 3px 0 rgba(0,0,0,.8)}50%{text-shadow:0 0 20px rgba(0,255,255,1),0 0 30px rgba(255,0,255,.8),0 0 40px rgba(0,255,255,.6),3px 3px 0 rgba(0,0,0,.8)}}@media (max-width:768px){.cosmic-hero h1{font-size:3rem!important}.cosmic-hero h2{font-size:1.5rem!important}}@media (max-width:480px){.cosmic-hero h1{font-size:2.5rem!important}.cosmic-hero h2{font-size:1.2rem!important}}@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:white}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.6);opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform .15s ease-in}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity .15s linear;background:rgba(0,0,0,.5);z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:white}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width:480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px rgba(0,0,0,.6);font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1 1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:rgba(255,255,255,1);margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/569ce4b8f30dc480-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_5cfdac{font-family:Geist,Geist Fallback;font-style:normal}.__variable_5cfdac{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}.PhoneInput{--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderColor:transparent;--PhoneInputCountrySelectArrow-color:#6b7280;--PhoneInputCountrySelectArrow-opacity:1}.PhoneInputCountryIcon--square{width:calc(var(--PhoneInputCountryFlag-height) * 1.33);height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon{box-shadow:0 0 0 1px rgba(0,0,0,.1)}.PhoneInputCountrySelect:focus{outline:none;box-shadow:none}.PhoneInputCountry:focus-within{box-shadow:0 0 0 1px #1976d2}@media (prefers-color-scheme:dark){.PhoneInputCountry{background:#2d2d2d;border-color:#555}.PhoneInputCountrySelect{color:#fff}.PhoneInputCountry:hover{border-color:#1976d2}}