@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.evalbar{display:flex;flex-direction:column;overflow:hidden;width:100%;height:100%}.black-section{background:#313131;flex-grow:0;flex-shrink:0;transition:flex-basis .25s ease}.white-section{background:#f0f0f0;flex-grow:0;flex-shrink:0;transition:flex-basis .25s ease}.app-header{display:flex;align-items:stretch;justify-content:space-between;height:var(--header-height);padding:0 var(--gap);background-color:#a50404;box-shadow:0 1px 4px #0000001a}.header-left{display:flex;align-items:center;justify-content:flex-start;padding:0 .5rem;gap:.5rem}.header-center{display:flex;flex:1;align-items:center;justify-content:center;padding:0 .5rem}.header-right{display:flex;align-items:center;justify-content:flex-end;padding:0 .5rem;gap:.5rem}.icon-button img,.menu-icon,.top-icon{width:1.5rem;height:1.5rem;object-fit:contain}.header{height:64px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;background-color:#ce1313}.header-right{display:flex;align-items:center;gap:18px}.notification-icon{width:22px;height:22px;cursor:pointer;opacity:.85}.notification-icon:hover{opacity:1}.avatar-wrapper{position:relative}.avatar{width:34px;height:34px;border-radius:50%;object-fit:cover;cursor:pointer;border:1px solid rgba(159,5,5,.15)}.avatar-menu{position:absolute;top:44px;right:0;background:#bd2828;border-radius:10px;min-width:160px;padding:8px;box-shadow:0 10px 30px #c0232399;z-index:100}.avatar-menu button{width:100%;background:none;border:none;color:#eee;padding:10px;text-align:left;cursor:pointer;border-radius:6px}.avatar-menu button:hover{background:#8d18180f}.avatar-menu .divider{height:1px;background:#9230301a;margin:6px 0}.avatar-menu .logout{color:#ff5f5f}.app-sidebar{flex-shrink:0;width:var(--sidebar-width, 15rem);display:flex;flex-direction:column;overflow:hidden;transition:width .35s cubic-bezier(.25,.8,.25,1);height:100%;border-right:1px solid rgba(31,30,30,.1);box-sizing:border-box}.app-sidebar.expanded{width:var(--sidebar-width, 15rem)}.app-sidebar.collapsed{width:4rem}.inner-sidebar-wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:1rem;background-color:#1a1a1a;box-sizing:border-box;transition:all .35s ease}.nav-pfp{width:3.5rem;height:3.5rem;border-radius:50%;margin-bottom:.5rem}.sidebar-actions{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.action-icon{width:1.2rem;height:1.2rem;margin-right:.5rem}.action-label{font-size:.95rem}.sidebar-utilities{list-style:none;padding:0;margin-top:auto;display:flex;flex-direction:column}.sidebar-profile{display:flex;flex-direction:column;align-items:center;padding:var(--gap, 1rem)}.profile-avatar-wrapper{position:relative;cursor:pointer}.profile-avatar-wrapper{width:6rem;height:6rem;border-radius:50%;overflow:hidden;background-color:#bf1515;display:flex;align-items:center;justify-content:center}.profile-details{display:flex;justify-content:space-between;width:100%;padding:0 .5rem;box-sizing:border-box}.profile-details .username{font-weight:700;font-size:1rem;color:#fff}.profile-details .user-status{font-size:.85rem;color:#ccc}.app-sidebar a,.app-sidebar a .action-label{color:#646464;text-decoration:none}.sidebar-button{background:none;border:none;padding:0;margin:0;text-align:left;display:flex;align-items:center;color:#363636;font-size:.95rem;cursor:pointer}.sidebar-button .action-icon{margin-right:.5rem}.sidebar-button .action-label{color:#646464}.review-container{width:100%;height:100%;display:flex;gap:1rem;border-radius:1rem;background-color:#4b4b4b;overflow:hidden;box-sizing:border-box}.app-sidebar.expanded .review-container,.app-sidebar.collapsed .review-container{left:calc(var(--sidebar-width) + 2%)}.app-sidebar.hidden .review-container{left:2%}@media(max-width:900px){.review-container{left:2%;top:calc(var(--header-height) + 2%)}}.left-column{flex:6;display:flex;flex-direction:column;gap:.5rem}.board-area{width:var(--board-size, 200px);height:var(--board-size, 200px);display:grid;grid-template-rows:7% 85% 7%;grid-template-columns:5% 85% 5%;gap:0;box-sizing:border-box;margin:auto}.board-area,.board-wrapper{width:var(--board-size);height:var(--board-size);display:flex;justify-content:center;align-items:center;position:relative}.board-wrapper{display:grid;grid-template-rows:7% 85% 7%;grid-template-columns:5% 85% 5%;width:100%;height:100%;gap:0;box-sizing:border-box}.player-two{grid-row:1 / 2;grid-column:2 / 3;background-color:orange;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:0;border-bottom-right-radius:0}.player-one{grid-row:3 / 4;grid-column:2 / 3;background-color:orange;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-top-left-radius:0;border-top-right-radius:0rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem}.chess-board{grid-row:2 / 3;grid-column:2 / 3;background-color:red;width:100%;height:100%}.board-tools{grid-row:2 / 3;grid-column:1 / 2;background-color:#fff;display:flex;align-items:center;justify-content:center;height:100%;width:70%}.tools-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;height:100%}.tool-btn{width:100%;aspect-ratio:1;background:transparent;border:none;padding:0;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s}.tool-btn img{width:100%;height:100%;object-fit:contain;pointer-events:none}.eval-bar{grid-row:2 / 3;grid-column:3 / 4;display:flex;align-items:center;justify-content:center;height:100%;width:70%}.right-column{flex:4;display:flex;flex-direction:column;gap:.5rem}.chat-bot{flex:1;display:grid;grid-template-rows:auto 1fr auto;background:#0af;height:100%;border-radius:12px;overflow:hidden}.chat-header{padding:.7rem;font-weight:700;background:#0000001a}.chat-content{display:flex;flex-direction:column;height:100%;padding:1rem;background:#f7f7f7;border-radius:.5rem;overflow-y:auto;position:relative}.action-panel{display:flex;gap:.5rem;margin-top:auto}.action-btn{flex:1;padding:.7rem;background:#10bae1;border:none;border-radius:.4rem;cursor:pointer;font-size:.9rem;font-weight:500}.controllers{display:flex;align-items:center;padding:.6rem;background:#00000014;gap:.5rem}.spacer{flex:1}.controllers button{padding:.3rem .6rem;border-radius:6px;border:none;background:#ddd;cursor:pointer}.game-panel{flex:1;display:flex;flex-direction:column;height:100%;background:#fafafa;padding:.5rem;border-radius:.5rem}.game-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem .8rem;background:#eee;border-radius:.4rem;margin-bottom:.5rem}.player{display:flex;align-items:center;gap:.4rem}.pfp{width:28px;height:28px;border-radius:50%;background:#ccc}.game-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.move-list{flex:1;background:#e5ffe5;border-radius:.4rem;padding:.5rem;overflow-y:auto}.analysis-graph{flex:1;background:#2828bb;border-radius:.4rem;padding:.5rem}@media(max-width:900px){.review-container{flex-direction:column;width:100%;height:auto!important;overflow:visible;gap:1rem}.left-column,.right-column{width:100%;flex:none}.left-column{height:auto;min-height:400px}.right-column{display:flex;flex-direction:column;gap:1rem}.chat-bot,.game-panel{height:100%;min-height:400px;max-height:none;flex:none}.board-area{width:100%;aspect-ratio:1/1;max-width:400px;margin:auto}}.home-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#222}.home-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.home-description{font-size:1rem;margin-bottom:2rem;color:#555}.home-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background-color:#f7f7f7;box-shadow:0 2px 4px #0000000d}.home-section h2{font-size:1.25rem;margin-bottom:.5rem}.home-section p{font-size:.95rem;color:#444}.review-landing{width:70%;height:80%;padding:20px;background-color:#242424;border:1px solid #ffffff;border-radius:12px;position:relative;display:flex;flex-direction:column}.content-wrapper{width:100%}.review-box-container{display:flex;gap:1rem;flex-wrap:wrap}.review-box{flex:1 1 200px;padding:1rem;color:#fff;background-color:#1a1a1a;border:1px solid #ffffff;border-radius:8px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer}.review-box.selected{border-color:#fff}.review-box-icon{width:48px;height:48px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.review-box-icon img{width:100%;height:100%;object-fit:contain}.review-box h2{font-size:1rem;margin-bottom:.4rem}.review-box p{font-size:.85rem;color:#b3b3b3}.review-nav{position:absolute;bottom:2rem;right:2rem;display:flex;gap:1rem}.review-nav button{padding:.6rem 1.2rem;border:none;border-radius:5px;background-color:#333;color:#fff;cursor:pointer}.review-nav button:disabled{opacity:.5;cursor:not-allowed}.step-progress{position:relative;width:100%;height:24px;margin-bottom:24px;flex-shrink:0}.step-progress-line{position:absolute;top:50%;left:0;right:0;height:4px;background:#b8a9ff;transform:translateY(-50%);border-radius:999px}.step-progress-fill{position:absolute;top:50%;left:0;height:4px;background:#7c5cff;transform:translateY(-50%);border-radius:999px;transition:width .35s ease}.step-progress-dots{position:relative;display:flex;justify-content:space-between;align-items:center;height:100%}.step-dot{width:14px;height:14px;background:#b8a9ff;border-radius:50%;z-index:2;transition:background .3s ease,transform .3s ease}.step-dot.active{background:#7c5cff;transform:scale(1.1)}.openings-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#222}.openings-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.openings-description{font-size:1rem;margin-bottom:2rem;color:#555}.openings-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background-color:#f7f7f7;box-shadow:0 2px 4px #0000000d}.openings-section h2{font-size:1.25rem;margin-bottom:.5rem}.openings-section p{font-size:.95rem;color:#444}.stats-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#222}.stats-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.stats-description{font-size:1rem;margin-bottom:2rem;color:#555}.stats-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background-color:#f7f7f7;box-shadow:0 2px 4px #0000000d}.stats-section h2{font-size:1.25rem;margin-bottom:.5rem}.stats-section p{font-size:.95rem;color:#444}.settings-page{padding:2rem;max-width:800px;margin:0 auto;font-family:Arial,sans-serif;color:#222}.settings-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.settings-description{font-size:1rem;margin-bottom:2rem;color:#555}.settings-section{margin-bottom:1.5rem;padding:1rem;border-radius:8px;background-color:#f7f7f7;box-shadow:0 2px 4px #0000000d}.settings-section h2{font-size:1.25rem;margin-bottom:.5rem}.settings-section p{font-size:.95rem;color:#444}.profile-page{display:flex;flex-direction:column;height:100%;width:100%;padding:1.25rem;gap:1.25rem;box-sizing:border-box}.profile-section{flex:0 0 35%;display:flex;flex-direction:column;gap:1rem;background:#1341b6}.profile-header{flex:0 0 55%;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-radius:1rem;padding:1.25rem;box-sizing:border-box;align-items:stretch}.profile-identity{display:flex;flex-direction:column;justify-content:space-between}.profile-identity-top{display:flex;align-items:center;gap:.75rem}.profile-avatar{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover}.profile-identity-inline{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.profile-username{font-size:1.2rem;font-weight:600}.profile-country,.profile-credits{font-size:.85rem;opacity:.85}.profile-chesslink{margin-top:.5rem;font-size:.85rem;opacity:.9}.profile-summary{display:flex;justify-content:space-evenly;align-items:center;height:100%}.summary-item{display:flex;flex-direction:column;align-items:center;gap:.35rem}.summary-label{font-size:.75rem;opacity:.85}.summary-box{width:2rem;height:.4rem;border-radius:.25rem;background:#fff6}.summary-value{font-size:1.5rem;font-weight:600}.profile-actions{display:flex;justify-content:flex-end;align-items:flex-start;gap:.75rem}.profile-actions button{background:transparent;border:1px solid #ffffff66;color:#fff;padding:.4rem .75rem;border-radius:.5rem;font-size:.8rem;cursor:pointer}.profile-chart{flex:1;display:flex;flex-direction:column;border-radius:1rem;padding:1rem;box-sizing:border-box}.chart-header{display:flex;justify-content:flex-end}.chart-date-filter select{background:#2a2a2a;color:#fff;border:none;border-radius:.4rem;padding:.3rem .6rem;font-size:.8rem}.chart-body{flex:1}.games-section{flex:1;display:flex}.games-box{flex:1;background:#eee;border-radius:1rem;padding:1.25rem}:root{--header-height: 4rem;--sidebar-width: 15rem;--sidebar-collapsed: 4rem;--gap: 1rem;--transition-speed: .3s;--header-bg: #2e2e2e;--main-bg: #1a1a1a;--text-color-main: #ffffff;--dark-super: #0d0d0d;--dark-dark: #121212;--dark-medium:#1a1a1a;--dark-light: #242424;--dark-lighter: #2c2c2c;--text-main: #ffffff;--text-muted: #b3b3b3;--text-alt: #e0e0e0;--accent-purple: #8b5cf6;--accent-blue: #3b82f6;--accent-red: #ef4444;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--fw-bold: 700}html,body,#root{height:100%;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-weight:var(--fw-regular);line-height:1.5;color:#1c1c1e;background-color:var(--main-bg);overflow-x:hidden}.app-root{display:flex;flex-direction:column;height:100vh;width:100%;min-height:0}.app-header{flex:0 0 var(--header-height);height:var(--header-height);width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 var(--gap);background-color:var(--header-bg);box-shadow:0 1px 4px #0000001a;position:sticky;top:0;z-index:1200}.app-body{display:flex;flex:1 1 auto;width:100%;min-height:0;overflow:hidden;position:relative}.app-sidebar{flex-shrink:0;display:flex;flex-direction:column;background-color:var(--sidebar-bg);transition:width var(--transition-speed) ease,transform var(--transition-speed) ease;overflow:hidden;min-height:0;box-sizing:border-box}.app-sidebar.expanded{width:var(--sidebar-width)}.app-sidebar.collapsed{width:var(--sidebar-collapsed)}.app-sidebar.hidden{width:0}.inner-sidebar-wrapper{width:100%;height:100%;display:flex;flex-direction:column;padding:var(--gap) 0;box-sizing:border-box}.app-content{flex:1 1 auto;min-width:0;min-height:100%;overflow-y:auto;display:flex;justify-content:center;align-items:center}.sidebar-profile{font-weight:var(--fw-medium)}.sidebar-actions li,.sidebar-utilities li{font-weight:var(--fw-regular)}@media(max-width:768px){.app-sidebar{position:absolute;top:0;left:0;height:100%;transform:translate(-100%);z-index:1400}.app-sidebar.expanded{transform:translate(0)}.app-sidebar.collapsed{transform:translate(-100%);width:var(--sidebar-collapsed)}.app-sidebar.hidden{transform:translate(-100%);width:0}.app-content{width:100%}}@media(min-width:769px)and (max-width:1200px){.app-sidebar{position:relative;width:var(--sidebar-collapsed);min-width:0}.app-sidebar.expanded-overlay{position:absolute;top:0;left:0;height:100%;width:var(--sidebar-width);transform:translate(0);z-index:1400}.app-content{width:100%}}@media(min-width:1200px){.app-sidebar{position:relative}}:root{--black: #0b0b0f;--white: #ffffff;--purple: #7c5cff;--gray: #a1a1aa}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--black);color:var(--white);font-family:Inter,system-ui,sans-serif}.landing-root{width:100%}.landing-header{height:70px;display:flex;align-items:center;padding:0 40px;border-bottom:1px solid #1f1f2a}.logo{font-size:22px;font-weight:700;color:var(--purple)}.nav-center{flex:1;display:flex;justify-content:center;gap:28px}.nav-center a{color:var(--gray);text-decoration:none;font-size:14px}.nav-center a:hover{color:var(--white)}.auth-actions{display:flex;gap:16px;align-items:center}.auth-actions a{color:var(--gray);text-decoration:none;font-size:14px}.auth-actions button{background:var(--purple);color:var(--white);border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.section{min-height:80vh;display:flex;align-items:center;padding:0 80px}.section-right{justify-content:flex-end;text-align:right}.section-left{justify-content:flex-start;text-align:left}.section-center{justify-content:center}.content{max-width:600px}.content h1{font-size:42px;margin-bottom:12px}.content h2{font-size:18px;color:var(--gray);margin-bottom:32px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.stat-box{border:1px solid #1f1f2a;padding:16px;border-radius:8px}.stat-number{display:block;font-size:22px;font-weight:600}.stat-label{font-size:13px;color:var(--gray)}.cta{background:var(--purple);border:none;color:var(--white);padding:14px 26px;font-size:16px;border-radius:8px;cursor:pointer}.stats-large{display:flex;gap:24px}.big-box{border:1px solid #1f1f2a;padding:30px;width:260px;border-radius:12px;text-align:center}.big-box h3{margin-bottom:8px}.big-box p{color:var(--gray);font-size:14px}.landing-footer{border-top:1px solid #1f1f2a;padding:24px;text-align:center;color:var(--gray);font-size:13px}.auth-page{min-height:100vh;display:flex;justify-content:center;align-items:center;background:#0b0b0f}.auth-card{width:360px;padding:32px;border-radius:12px;background:#0f0f14;border:1px solid #1f1f2a;display:flex;flex-direction:column}.auth-card h1{font-size:26px;margin-bottom:6px}.auth-card p{font-size:14px;color:#a1a1aa;margin-bottom:24px}.auth-card input{margin-bottom:14px;padding:12px;border-radius:8px;border:1px solid #1f1f2a;background:transparent;color:#fff;font-size:14px}.auth-card input:focus{outline:none;border-color:#7c5cff}.auth-card button{margin-top:10px;padding:12px;border-radius:8px;border:none;background:#7c5cff;color:#fff;font-size:15px;cursor:pointer}.auth-footer{margin-top:18px;font-size:13px;color:#a1a1aa;text-align:center}.auth-footer a{color:#7c5cff;text-decoration:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
