*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif}.top-nav{height:56px;background:#0f172a;color:#fff;position:fixed;top:0;width:100%;z-index:1000}.top-nav-container{max-width:1200px;margin:auto;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.logo-text{margin-left:8px;font-size:18px;font-weight:700;color:#38bdf8}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{height:28px;width:auto;font-weight:700}.top-nav-links{display:none;gap:20px}.nav-item{color:#e5e7eb;text-decoration:none;display:flex;align-items:center;gap:6px;font-size:14px}.nav-item.active{color:#38bdf8}.main-content{padding-top:56px;padding-bottom:64px}.bottom-nav{height:64px;background:#020617;border-top:1px solid #1e293b;position:fixed;bottom:0;width:100%;display:flex;justify-content:space-around;align-items:center;z-index:1000}.bottom-nav-item{color:#9ca3af;text-decoration:none;display:flex;flex-direction:column;align-items:center;font-size:11px}.bottom-nav-item.active{color:#38bdf8}@media(min-width:768px){.top-nav-links{display:flex}.bottom-nav{display:none}.main-content{padding-bottom:0}}header{background-color:#000;color:#fff;padding:1rem;text-align:center}.home-hero{background-color:gold;color:#000;padding:2rem 1rem;text-align:center;border-bottom:2px solid #000}.home-hero h1{font-size:2rem;margin-bottom:1rem}.home-hero p{font-size:1.1rem;margin-bottom:1.5rem}.home-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.home-cta-buttons a{background-color:#000;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s}.home-cta-buttons a:hover{background-color:#333}.home-about{padding:2rem 0;text-align:center}.home-about h2{font-size:1.8rem;margin-bottom:1rem;color:#000}.home-about p{font-size:1rem;max-width:800px;margin:0 auto}.home-features{padding:2rem 0;background-color:#f9f9f9}.home-features h2{text-align:center;font-size:1.8rem;margin-bottom:2rem;color:#000}.home-feature-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.home-feature{background-color:#fff;border:1px solid #DDD;border-radius:10px;padding:1.5rem;box-shadow:0 4px 8px #0000001a;text-align:center}.home-feature h3{font-size:1.4rem;margin-bottom:.5rem;color:#000}.home-feature p{font-size:1rem;margin-bottom:1rem}.home-play-btn{display:inline-block;background-color:gold;color:#000;padding:.5rem 1rem;text-decoration:none;border-radius:5px;font-weight:700;transition:background-color .3s}.home-play-btn:hover{background-color:#e6c200}.home-free-access{padding:2rem 0;text-align:center;background-color:gold;color:#000}.home-free-access h2{font-size:1.8rem;margin-bottom:1rem}.home-free-access p{font-size:1rem;max-width:800px;margin:0 auto}.home-audience{padding:2rem 0;text-align:center}.home-audience h2{font-size:1.8rem;margin-bottom:1rem;color:#000}.home-audience ul{list-style:none;padding:0;max-width:600px;margin:0 auto}.home-audience li{font-size:1.1rem;margin-bottom:.5rem;padding:.5rem;background-color:#f9f9f9;border-radius:5px}footer{background-color:#000;color:#fff;padding:1rem;text-align:center}footer p{margin-bottom:1rem}footer nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}footer a{color:gold;text-decoration:none;font-weight:700}footer a:hover{text-decoration:underline}@media(min-width:768px){.home-hero h1{font-size:2.5rem}.home-hero p{font-size:1.2rem}.home-feature-grid{grid-template-columns:repeat(2,1fr)}.home-audience ul{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.home-audience li{margin-bottom:0}}@media(min-width:1024px){.home-feature-grid{grid-template-columns:repeat(3,1fr)}.home-audience ul{grid-template-columns:repeat(4,1fr)}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.home-cta-buttons a:focus,.home-play-btn:focus,footer a:focus{outline:2px solid #FFD700;outline-offset:2px}.board-container{display:flex;justify-content:center;align-items:center;padding:15px;background:linear-gradient(135deg,#1e1e1e,#3a3a3a);min-height:100vh}.board{display:grid;aspect-ratio:1 / 1;grid-template-columns:repeat(8,1fr);width:92vw;max-width:430px;border:5px solid #5e3b23;border-radius:12px;box-shadow:0 0 20px #0006}.square{width:100%;height:100%;position:relative}.white{background:#eed9b7}.black{background:#b58863}.piece{width:85%;height:85%;object-fit:contain;margin:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.square:hover{outline:2px solid rgba(255,255,0,.7);outline-offset:-3px}.possible-move{position:relative}.possible-move:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15px;height:15px;background-color:#0000004d;border-radius:50%;z-index:1}.selected-square{box-shadow:inset 0 0 10px #007bffcc;border:3px solid rgba(0,123,255,.8);transition:all .2s ease-in-out}.last-stockfish-move{box-shadow:inset 0 0 10px #f00c;border:2px solid rgba(255,0,0,.8)}.moves-box{width:92vw;max-width:430px;height:23vw;max-height:107.5px;margin-top:20px;border:2px solid #5e3b23;border-radius:8px;background:#000;color:#fff;padding:10px;position:relative;overflow-y:auto;font-size:14px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}#about-header{background-color:#000;color:#fff;padding:1rem;text-align:center}#about-main{max-width:1200px;margin:0 auto;padding:0 1rem}.about-hero{background:linear-gradient(135deg,gold,#fff);color:#000;padding:3rem 1rem;text-align:center;border-bottom:2px solid #000}.about-hero h1{font-size:2.5rem;margin-bottom:1rem}.about-hero p{font-size:1.2rem;max-width:600px;margin:0 auto}.about-story{padding:2rem 0;text-align:center;background-color:#f9f9f9}.about-story h2{font-size:1.8rem;margin-bottom:1rem;color:#000}.about-story p{font-size:1rem;max-width:800px;margin:0 auto}.about-founder{padding:2rem 0;text-align:center}.about-founder h2{font-size:1.8rem;margin-bottom:2rem;color:#000}.about-founder-card{display:flex;flex-direction:column;align-items:center;background-color:#fff;border:1px solid #DDD;border-radius:10px;padding:2rem;box-shadow:0 4px 8px #0000001a;max-width:600px;margin:0 auto}.about-founder-details h3{font-size:1.5rem;margin-bottom:1rem;color:#000}.about-founder-details p{font-size:1rem;margin-bottom:.5rem;text-align:left}.about-founder-details a{color:gold;text-decoration:none}.about-founder-details a:hover{text-decoration:underline}.about-msme{padding:2rem 0;background-color:gold;color:#000;text-align:center}.about-msme h2{font-size:1.8rem;margin-bottom:1rem}.about-msme p{font-size:1rem;max-width:800px;margin:0 auto}.about-mission{padding:2rem 0;text-align:center;background-color:#f9f9f9}.about-mission h2{font-size:1.8rem;margin-bottom:1rem;color:#000}.about-mission p{font-size:1rem;max-width:800px;margin:0 auto}#about-footer{background-color:#000;color:#fff;padding:1rem;text-align:center}#about-footer p{margin-bottom:1rem}#about-footer nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}#about-footer a{color:gold;text-decoration:none;font-weight:700}#about-footer a:hover{text-decoration:underline}@media(min-width:768px){.about-founder-card{flex-direction:row;text-align:left}.about-founder-details{flex:1}}.about-founder-card:focus-within,.about-msme:focus-within{outline:2px solid #FFD700}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#000;background-color:#fff}#tournaments-header{background-color:#000;color:#fff;padding:1rem;text-align:center}#tournaments-main{max-width:1200px;margin:0 auto;padding:0 1rem}.tournaments-hero{background:linear-gradient(135deg,gold,#fff);color:#000;padding:3rem 1rem;text-align:center;border-bottom:2px solid #000}.tournaments-hero h1{font-size:2.5rem;margin-bottom:1rem}.tournaments-hero p{font-size:1.2rem;max-width:600px;margin:0 auto}.tournaments-upcoming{padding:2rem 0;text-align:center;background-color:#f9f9f9}.tournaments-upcoming h2{font-size:1.8rem;margin-bottom:2rem;color:#000}.tournaments-event-card{background-color:#fff;border:1px solid #DDD;border-radius:10px;padding:2rem;box-shadow:0 4px 8px #0000001a;max-width:800px;margin:0 auto;text-align:left}.tournaments-event-card h3{font-size:1.5rem;margin-bottom:1rem;color:#000}.tournaments-event-card p{font-size:1rem;margin-bottom:.5rem}.tournaments-cta{display:inline-block;background-color:#000;color:#fff;padding:.75rem 1.5rem;text-decoration:none;border-radius:5px;font-weight:700;margin-top:1rem;transition:background-color .3s}.tournaments-cta:hover{background-color:#333}.tournaments-info{padding:2rem 0;text-align:center}.tournaments-info h2{font-size:1.8rem;margin-bottom:1rem;color:#000}.tournaments-info p{font-size:1rem;max-width:800px;margin:0 auto 1rem}.tournaments-info ul{list-style:none;padding:0;max-width:600px;margin:0 auto}.tournaments-info li{font-size:1.1rem;margin-bottom:.5rem;padding:.5rem;background-color:#f9f9f9;border-radius:5px}.tournaments-past{padding:2rem 0;background-color:gold;color:#000;text-align:center}.tournaments-past h2{font-size:1.8rem;margin-bottom:1rem}.tournaments-past p{font-size:1rem;margin-bottom:1rem}.tournaments-past-list{display:grid;grid-template-columns:1fr;gap:1rem;max-width:800px;margin:0 auto}.tournaments-past-item{background-color:#fff;padding:1rem;border-radius:5px;box-shadow:0 2px 4px #0000001a}.tournaments-past-item h4{font-size:1.2rem;margin-bottom:.5rem;color:#000}.tournaments-past-item p{font-size:1rem}#tournaments-footer{background-color:#000;color:#fff;padding:1rem;text-align:center}#tournaments-footer p{margin-bottom:1rem}#tournaments-footer nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}#tournaments-footer a{color:gold;text-decoration:none;font-weight:700}#tournaments-footer a:hover{text-decoration:underline}@media(min-width:768px){.tournaments-past-list{grid-template-columns:repeat(2,1fr)}.tournaments-info ul{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.tournaments-info li{margin-bottom:0}}@media(prefers-reduced-motion:reduce){*{transition-duration:.01ms!important}}.tournaments-event-card:focus-within,.tournaments-cta:focus{outline:2px solid #FFD700}
