:root{font-family:Segoe UI,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#2d3e50;background:linear-gradient(135deg,#e0e7ff,#f0fdfa);background-attachment:fixed;min-height:100vh;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#4f46e5;text-decoration:inherit}a:hover{color:#3730a3}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#e0e7ff,#f0fdfa);background-attachment:fixed}h1{font-size:2.8em;line-height:1.1;color:#2d3e50}h2{color:#2d3e50}.header{position:fixed;top:0;left:0;right:0;height:15vh;background-color:#1a1a1a;box-shadow:0 2px 10px #0000004d;z-index:1000}.header-left{display:flex;align-items:center;height:100%;gap:10vw}.header-container{margin:0 auto;padding:0 2rem;height:100%;display:flex;justify-content:space-between;align-items:center}.header-container img{height:100%;max-height:100%;width:auto}.header-nav{display:flex;gap:30px;align-items:center}.nav-account{display:flex;gap:10px;align-items:center;margin-left:4vw}.nav-link,p{color:#fff;text-decoration:none;font-size:1.5em;font-weight:500;transition:color .3s ease;padding:8px 12px;border-radius:4px}button.nav-link{background:none;border:none;font-family:inherit;cursor:pointer}.nav-link:hover{color:#fff;background-color:#2196f31a}.nav-link.logout:hover{color:#fff;background-color:#f4433633}.help-dialog{border:none;padding:0;margin:auto;background:transparent;max-width:min(92vw,760px);width:min(92vw,760px);border-radius:28px;overflow:hidden;box-shadow:none;animation:dialog-fade-in .25s cubic-bezier(.16,1,.3,1) forwards}.help-dialog::backdrop{background:#1118279e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:backdrop-fade-in .25s ease forwards}.help-dialog-inner{position:relative;background:linear-gradient(135deg,#2463ebfa,#302b63fa 55%,#00b4d8f2);border-radius:28px;padding:28px;box-shadow:0 18px 48px #23294657;overflow:hidden;width:100%;box-sizing:border-box}.help-dialog-inner:before{content:"";position:absolute;inset:0;opacity:.14;pointer-events:none;background:url(https://www.transparenttextures.com/patterns/noise.png)}.help-dialog-inner .help-content{position:relative;z-index:1;background:#fff;border-radius:22px;padding:28px 24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 24px #4f46e529;overflow-y:auto;overflow-x:hidden;max-height:calc(90vh - 100px);max-width:100%;box-sizing:border-box}.help-dialog-inner .help-content::-webkit-scrollbar{width:8px}.help-dialog-inner .help-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.help-dialog-inner .help-content::-webkit-scrollbar-thumb{background:#06b6d4;border-radius:10px;transition:background .2s ease}.help-dialog-inner .help-content::-webkit-scrollbar-thumb:hover{background:#0891b2}.help-dialog-inner .help-content h2{margin:0 0 8px;text-align:center;font-size:1.45rem;font-weight:700;color:#232946;letter-spacing:.05em;line-height:1.2;padding:10px 20px;border-radius:14px;background:linear-gradient(90deg,#e0e7ff,#a7f3d0);box-shadow:0 2px 12px #4f46e514}.help-dialog-inner .help-content h3{margin:8px 0 0;text-align:center;font-size:1.05rem;font-weight:700;color:#4f46e5}.help-dialog-inner .help-content p{margin:0;text-align:center;font-size:1rem;line-height:1.7;color:#374151;max-width:100%;overflow-wrap:break-word;box-sizing:border-box}.help-dialog-inner .help-content ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.help-dialog-inner .help-content li{position:relative;padding:12px 16px 12px 38px;border-radius:12px;background:#eef2ff;color:#374151;line-height:1.6;box-shadow:0 1px 4px #4f46e50f;max-width:100%;overflow-wrap:break-word;box-sizing:border-box}.help-dialog-inner .help-content li:before{content:"•";position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#4f46e5;font-size:1.2rem;font-weight:700}.help-dialog-close{position:absolute;top:14px;right:14px;z-index:2;width:42px;height:42px;border:none;border-radius:9999px;background:#ffffffe6;color:#4f46e5;font-size:1.1rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0000002e;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.help-dialog-close:hover{background:#fff;transform:scale(1.06);box-shadow:0 8px 20px #00000038}.help-dialog-close:active{transform:scale(.96)}.help-dialog-close:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.help-dialog.closing{animation:dialog-fade-out .2s cubic-bezier(.16,1,.3,1) forwards}.help-dialog.closing::backdrop{animation:backdrop-fade-out .2s ease forwards}@media(max-width:640px){.help-dialog{max-width:94vw;width:94vw}.help-dialog-inner{padding:18px;border-radius:22px}.help-dialog-inner .help-content{padding:22px 16px;border-radius:18px;max-height:calc(90vh - 80px)}.help-dialog-inner .help-content h2{font-size:1.2rem;padding:8px 14px}.help-dialog-inner .help-content h3{font-size:1rem}.help-dialog-inner .help-content p,.help-dialog-inner .help-content li{font-size:.95rem}.help-dialog-close{top:10px;right:10px;width:38px;height:38px}}@keyframes dialog-fade-in{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dialog-fade-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(12px)}}@keyframes backdrop-fade-in{0%{opacity:0}to{opacity:1}}@keyframes backdrop-fade-out{0%{opacity:1}to{opacity:0}}#root{margin:0;padding:0}.main-content{max-width:90%;margin:15vh auto 0;padding:3vh;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}form{display:flex;flex-direction:column;gap:10px}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:5px;font-weight:700;color:#333}.form-input{padding:10px;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-input:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 2px #007bff40}.submit-button{padding:10px 15px;border:none;border-radius:4px;background-color:#03080e;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s ease-in-out}.submit-button:hover{background-color:#0056b3}.shared-form,.login-session-expired{max-width:350px;margin:1.5rem auto;padding:20px;border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px #0000004d}.login-session-expired{background-color:#f44;color:#fff}.login-error,.register-error{margin:.25rem 0 0;padding:.55rem .75rem;border-radius:6px;background:#dc262614;border:1px solid rgba(220,38,38,.16);color:#b91c1c;font-size:.9rem;line-height:1.35}.login-register-text{color:#1f2937;font-weight:500;font-size:.95rem}.login-register-text a{color:#1d4ed8;text-decoration:underline;margin-left:.4rem}.dashboard{max-width:750px;margin:2.5rem auto;padding:2.8rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;gap:2.8rem}.dashboard h2{color:#2d3e50;font-size:1.8rem;margin:0 0 1.5rem}.user-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;padding:0;background:transparent;box-shadow:none;grid-auto-rows:auto}.user-stats .stat-card{border-radius:14px;padding:1.8rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 4px 12px #00000014;font-size:1.1rem}.user-stats .stat-card.win{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724}.user-stats .stat-card.loss{background:linear-gradient(135deg,#f8d7da,#f5c6cb);color:#721c24}.user-stats .stat-card.neutral{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460}.user-stats .stat-icon{font-size:2.8rem;margin-bottom:.3rem}.user-stats .stat-label{font-size:.95rem;font-weight:500;opacity:.85}.user-stats .stat-value{font-size:1.6rem;font-weight:700}.game-setup-form{display:flex;flex-direction:column;gap:2.2rem;font-size:1.15rem}.game-setup-form label{font-weight:600;margin-bottom:.9rem;font-size:1.15rem;color:#2d3e50}.game-setup-form h2{color:#2d3e50;font-size:1.8rem;margin:0}.options-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:.5rem;justify-content:center}.select-btn{padding:1rem 1.8rem;border-radius:10px;border:2px solid #7c3aed;background:#ede9fe;color:#7c3aed;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .25s ease}.select-btn:hover{background:#ddd6fe;color:#6d28d9;border-color:#6d28d9;transform:translateY(-2px);box-shadow:0 4px 12px #7c3aed26}.select-btn.selected{background:#7c3aed;color:#fff;border-color:#7c3aed;box-shadow:0 4px 12px #7c3aed40;cursor:default;pointer-events:none}.select-btn.selected:hover{background:#7c3aed;color:#fff;border-color:#7c3aed;transform:none;box-shadow:0 4px 12px #7c3aed40}.board-size-options{display:flex;gap:1.5rem;margin:1rem 0;justify-content:center}.board-size-options .select-btn{padding:1.3rem 2.5rem;font-size:1.12rem}.strategies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.5rem}.strategies-grid .select-btn{padding:.8rem 1.2rem;font-size:.95rem;border-radius:8px}.game-setup-form button[type=submit]{margin-top:.5rem;padding:1.2rem 2.8rem;background:linear-gradient(135deg,#189168,#0a4030);color:#fff;border:black;border-radius:10px;font-size:1.15rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #10b98140;transition:all .25s ease}.game-setup-form button[type=submit]:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 16px #10b98159}.ranking-page{background:linear-gradient(135deg,#2463eb,#302b63,#00ffea);background-size:200% 200%;animation:electric-bg-move 2s ease-in-out infinite alternate;min-height:fit-content;width:100%;margin:0;padding:0;overflow-x:auto;display:flex;justify-content:center;border-radius:24px}.ranking-container{width:100%;max-width:860px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center}.ranking-container h1{margin-bottom:1.5rem;font-weight:700;font-size:1.6rem;color:#232946;letter-spacing:.12em;text-align:center;padding:10px 28px;background:linear-gradient(90deg,#e0e7ff,#a7f3d0);border-radius:16px;box-shadow:0 2px 12px #4f46e514;display:inline-block}.ranking-status{margin:3rem 1.5rem;padding:.9rem 1.25rem;border-radius:14px;background:#ffffffe0;color:#1f2937;font-weight:600;box-shadow:0 4px 18px #0f172a29;text-align:center}.ranking-status.error{background:#fef2f2f2;color:#b91c1c;border:1px solid rgba(185,28,28,.18)}.ranking-table-wrapper{background:#fff;border-radius:24px;box-shadow:0 4px 24px #4f46e52e;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px}.ranking-table{width:100%;min-width:720px;border-collapse:collapse}.ranking-table thead tr{background:linear-gradient(90deg,#4f46e5,#302b63)}.ranking-table th{padding:.85rem 1rem;text-align:center;background:transparent;color:#fff;font-size:1rem;font-weight:600;letter-spacing:.04em}.th-static{cursor:default;width:48px;text-align:center;vertical-align:middle}.th-sortable{cursor:pointer;transition:background .2s}.th-sortable:hover{background:#ffffff1a}.th-content{display:flex;align-items:center;justify-content:center;gap:8px}.sort-button{width:26px;height:26px;border:1.5px solid rgba(255,255,255,.6);background:#26252590;color:#fff;cursor:pointer;border-radius:6px;font-size:14px;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s,transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s;box-shadow:0 2px 6px #00000026;pointer-events:none;opacity:.45}.th-sortable:hover .sort-button{background:#ffffff4d;transform:scale(1.15);box-shadow:0 4px 14px #0003;opacity:1}.sort-button.active{background:#fff;color:#4f46e5;border-color:#fff;transform:scale(1.1);box-shadow:0 4px 14px #0003;opacity:1}.ranking-table td{padding:.75rem 1rem;text-align:center;border-bottom:1px solid #e0e7ff;color:#232946;font-size:1rem;white-space:nowrap}.ranking-table tr:hover td{background-color:#f0f4ff;transition:background-color .15s}@media(max-width:768px){.ranking-container{padding:1.25rem .75rem}.ranking-container h1{font-size:1.25rem;letter-spacing:.06em;padding:8px 18px}.ranking-status{margin:2rem .75rem;padding:.8rem 1rem;font-size:.95rem}.ranking-table th,.ranking-table td{padding:.65rem .75rem;font-size:.92rem}.th-content{gap:4px}.sort-button{width:22px;height:22px;font-size:12px}}.hexagon{height:clamp(1.5em,3vw,8em);aspect-ratio:.866;clip-path:polygon(-50% 50%,50% 100%,150% 50%,50% 0);background:var(--color, grey);cursor:var(--cursor, pointer);transition:background-color .2s ease}.hexagon:hover:not(:disabled){opacity:.9}.game-board{display:flex;flex-direction:column;align-items:center;gap:0;padding:1%;position:relative;line-height:.5;max-width:100%;max-height:80vh}.game-board-row{display:flex;justify-content:center;gap:.16em;margin:-.35em 0}.turn-timer{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 0;background-color:#f5f5f5;border-radius:6px;border:2px solid #e0e0e0;width:100%}.turn-timer.inactive{opacity:.6;background-color:#fafafa;border-color:#ccc}.turn-timer-player.active{background-color:#e3f2fd;border-color:#2196f3}.turn-timer-player.active .timer-display{color:#1976d2}.turn-timer-bot.active{background-color:#ffebee;border-color:#f44336;animation:pulse-bot 1s infinite}.turn-timer-bot.active .timer-display{color:#d32f2f}.turn-timer.active{animation:pulse 1s infinite}.timer-label{font-size:.9em;color:#666;font-weight:600;text-transform:uppercase}.timer-display{font-size:1.8em;font-weight:700;color:#333;font-family:monospace;transition:color .3s ease}.turn-timer.inactive .timer-display{color:#999}@keyframes pulse{0%,to{box-shadow:0 0 #2196f3b3}50%{box-shadow:0 0 #2196f300}}@keyframes pulse-bot{0%,to{box-shadow:0 0 #f44336b3}50%{box-shadow:0 0 #f4433600}}.turn-timer-player.danger{animation:pulse-danger-player .5s infinite!important}.turn-timer-bot.danger{animation:pulse-danger-bot .5s infinite!important}@keyframes pulse-danger-player{0%,to{box-shadow:0 0 #2196f3b3}50%{box-shadow:0 0 0 10px #2196f300}}@keyframes pulse-danger-bot{0%,to{box-shadow:0 0 #f44336b3}50%{box-shadow:0 0 0 10px #f4433600}}.game-container{display:flex;flex-direction:column;max-width:95%;width:100%;margin:0 auto;border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 4px 10px #0000004d;padding:1%;gap:20px}.game-content{display:flex;justify-content:center;gap:30px;align-items:flex-start}.game-aside{flex:0 0 auto;padding:0;background-color:transparent;border:none;border-radius:0;text-align:center;display:flex;flex-direction:column;gap:15px;width:15%}.player-info,.bot-info{padding:15px;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px}.player-info h3,.bot-info h3{margin:0;color:#333;font-size:1em}.player-info p,.bot-info p{margin:5px 0;color:#666;font-size:.9em}.game-main{flex:1;display:flex;justify-content:center}.game-dialog-overlay{border:none;border-radius:24px;padding:0;max-width:480px;width:92vw;box-shadow:0 8px 48px #23294638;background:#fff;overflow:hidden}.game-dialog-overlay::backdrop{background:#2463eb2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.game-dialog__header{padding:32px 32px 20px;text-align:center;border-bottom:2px solid #e0e7ff}.game-dialog__title{font-family:Segoe UI,Arial,sans-serif;font-size:2.4rem;font-weight:800;letter-spacing:.04em;margin:0 0 4px;line-height:1.1}.game-dialog__title--win{color:#10b981;text-shadow:0 2px 12px rgba(16,185,129,.18)}.game-dialog__title--loss{color:#ef4444;text-shadow:0 2px 12px rgba(239,68,68,.18)}.game-dialog__body{display:flex;flex-direction:row;gap:0;padding:24px 28px;min-height:160px}.game-dialog__info{flex:1;display:flex;flex-direction:column;gap:14px;padding-right:24px;border-right:2px solid #e0e7ff}.game-dialog__info-section-title{font-size:1rem;font-weight:700;color:#4f46e5;letter-spacing:.08em;margin-bottom:4px;text-align:center}.game-dialog__info-row{display:flex;flex-direction:column;gap:2px}.game-dialog__info-label{font-size:.78rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.07em}.game-dialog__info-value{font-size:1rem;font-weight:600;color:#232946}.game-dialog__ranking{flex:1;display:flex;flex-direction:column;gap:8px;padding-left:24px}.game-dialog__ranking-title{font-size:1rem;font-weight:700;color:#4f46e5;letter-spacing:.08em;margin-bottom:4px;text-align:center}.game-dialog__ranking-list{display:flex;flex-direction:column;gap:6px}.game-dialog__ranking-item{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:500;color:#232946;background:#f3f4f6;border-radius:10px;padding:6px 10px}.game-dialog__ranking-item--1{border-left:4px solid #f59e0b}.game-dialog__ranking-item--2{border-left:4px solid #9ca3af}.game-dialog__ranking-item--3{border-left:4px solid #b45309}.game-dialog__ranking-badge{font-size:1.1rem}.game-dialog__footer{display:flex;flex-direction:column;gap:10px;padding:20px 28px 28px;border-top:2px solid #e0e7ff}.game-dialog__btn{width:100%;padding:15px 24px;border-radius:14px;border:none;font-size:1.1rem;font-weight:700;cursor:pointer;letter-spacing:.04em;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s}.game-dialog__btn--primary{background:linear-gradient(90deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 4px 16px #4f46e538}.game-dialog__btn--primary:hover{transform:scale(1.03);box-shadow:0 8px 28px #4f46e552}.game-dialog__btn--secondary{background:#e0e7ff;color:#4f46e5;box-shadow:0 2px 8px #4f46e514}.game-dialog__btn--secondary:hover{background:#c7d2fe;transform:scale(1.02)}.game-dialog__ranking-loading{font-size:.85rem;color:#6b7280;text-align:center;padding:8px 0}.game-dialog__ranking-error{font-size:1rem;font-weight:600;color:#ef4444;text-align:center;text-transform:none;letter-spacing:.02em;padding:12px 0}.game-dialog__ranking-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-dialog__ranking-score{font-size:.8rem;font-weight:700;color:#4f46e5;margin-left:auto}.collapsible-dialog-wrapper{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:1000;background:#2463eb2e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.collapsible-dialog-wrapper--collapsed{inset:auto auto 0 50%;transform:translate(-50%);background:none;-webkit-backdrop-filter:none;backdrop-filter:none}.collapsible-dialog{width:92vw;max-width:480px;background:#fff;border-radius:24px;box-shadow:0 8px 48px #23294638;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.collapsible-dialog-wrapper--collapsed .collapsible-dialog{border-radius:16px 16px 0 0;width:92vw;max-width:480px;max-height:none}.collapsible-dialog__bar{width:100%;background:none;text-align:left;display:flex;align-items:center;justify-content:space-between;padding:14px 24px;cursor:pointer;border:2px solid rgba(255,255,255,0);border-bottom:2px solid #e0e7ff;-webkit-user-select:none;user-select:none;flex-shrink:0}.collapsible-dialog__bar:hover{background:#f5f3ff}.collapsible-dialog__bar-label{font-size:1rem;font-weight:700;color:#232946}.collapsible-dialog__bar-score{color:#4f46e5}.collapsible-dialog__bar-chevron{font-size:.85rem;color:#6b7280}.collapsible-dialog__content{overflow-y:auto;flex:1}.dashboard{background:linear-gradient(135deg,#2463eb,#302b63,#00ffea);background-size:200% 200%;animation:electric-bg-move 2s ease-in-out infinite alternate;background-position:0% 0%;overflow-x:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:100vh;padding:20px 0;gap:0px;margin:0 auto;max-width:1200px;width:100%;border-radius:32px}.dashboard:after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;box-sizing:border-box;pointer-events:none;z-index:100;border:none;border-radius:0;box-shadow:none;background:linear-gradient(90deg,#7c3aed,#00b4d8) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.dashboard:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:0;opacity:.18;background:url(https://www.transparenttextures.com/patterns/noise.png)}@keyframes electric-lines-move{0%{background-position:0 0}to{background-position:200px 200px}}@keyframes electric-bg-move{0%{background-position:0% 50%}to{background-position:100% 50%}}.dashboard-card{background:#fff;border-radius:24px;box-shadow:0 6px 24px #2329461f;padding:8px 8px 2px;width:70%;max-width:480px;margin:8px auto 24px}.user-stats{box-sizing:border-box;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:18px;padding:8px;width:100%}@media(max-width:700px){.user-stats{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);gap:20px}}.stat-card{background:#e0e7ff;border-radius:18px;box-shadow:0 2px 8px #4f46e514;padding:28px 20px 12px;display:flex;flex-direction:column;align-items:center;gap:12px;transition:box-shadow .2s,transform .2s;border:2px solid transparent;margin-bottom:10 px}.stat-card.win{border:1px solid #a7f3d0;background:#f0fdf4}.stat-card.loss{border:1px solid #fecaca;background:#fef2f2}.stat-value.win{color:#10b981;color:#4f46e5;display:flex;align-items:center;justify-content:center}.stat-label{font-size:.9rem;color:#6b7280}.stat-card__icon{font-size:2.2rem;margin-bottom:6px}.stat-card__value{font-size:1.6rem;font-weight:700;color:#232946}.stat-card__label{font-size:1rem;color:#4f46e5;font-weight:500;margin-top:4px}.stat-card:hover{box-shadow:0 8px 24px #4f46e52e;transform:translateY(-4px) scale(1.03)}.dashboard .game-setup-form{max-width:600px;margin:0 auto;background:linear-gradient(135deg,#a5b4fc,#6366f1);border-radius:24px;box-shadow:0 4px 16px #4f46e51f;padding:32px 24px;position:relative}.setup-options{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:24px;justify-content:center}.setup-btn{min-width:120px;padding:14px 24px;border-radius:14px;border:2px solid #4f46e5;background:#e0e7ff;color:#4f46e5;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,transform .2s;box-shadow:0 2px 8px #4f46e514}.setup-btn.selected{background:#4f46e5;color:#fff;border-color:#4338ca;transform:scale(1.04);box-shadow:0 4px 16px #4f46e52e}.setup-btn:hover:not(.selected){background:#c7d2fe;color:#232946;border-color:#a5b4fc}.user-stats-outer{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:24px;box-shadow:0 4px 24px #4f46e52e;max-width:720px;width:92%;margin:8px auto 24px;padding-bottom:48px!important}.user-stats-title{margin-bottom:16px;font-weight:700;font-size:1.35rem;color:#232946;letter-spacing:.12em;text-align:center;font-family:Segoe UI,Arial,sans-serif;line-height:1.2;padding:10px 24px;background:linear-gradient(90deg,#e0e7ff,#a7f3d0);border-radius:16px;box-shadow:0 2px 12px #4f46e514;display:inline-block}.user-stats-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;max-width:400px;margin:0 auto;padding-bottom:35px}@media(max-width:700px){.user-stats-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);gap:16px;max-width:320px}}.dashboard .game-setup-outer{display:flex;flex-direction:column;align-items:center;padding:8px;background:#fff;border-radius:24px;box-shadow:0 4px 24px #4f46e524;max-width:720px;width:92%;margin:8px auto 24px}.game-setup-title{margin-bottom:16px;font-weight:700;font-size:1.35rem;color:#232946;letter-spacing:.12em;text-align:center;font-family:Segoe UI,Arial,sans-serif;line-height:1.2;padding:10px 24px;background:linear-gradient(90deg,#e0e7ff,#a7f3d0);border-radius:16px;box-shadow:0 2px 12px #4f46e514;display:inline-block}.setup-section{width:100%;margin-bottom:20px;padding:18px 0;display:flex;flex-direction:column;align-items:center;background:#f7f8fa;border-radius:14px;box-shadow:0 1px 8px #4f46e50a inset}.setup-label{font-size:1.1rem;font-weight:600;color:#4f46e5;margin-bottom:12px;letter-spacing:.06em}.options-layout{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:8px}.flex-row{display:flex;flex-direction:row;gap:12px}.option-btn{border-radius:14px;border:1.5px solid #a5b4fc;background:#e0e7ff;color:#4f46e5;font-size:1rem;font-weight:500;padding:12px 22px;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s,transform .2s;box-shadow:0 2px 8px #4f46e514}.option-btn-animated{animation:fadeInScale .3s ease-out forwards}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.option-btn.selected{background:#4f46e5;color:#fff;border-color:#4338ca;transform:scale(1.04);box-shadow:0 4px 16px #4f46e52e}.option-btn:hover:not(.selected){background:#c7d2fe;color:#232946;border-color:#a5b4fc;transform:scale(1.06);box-shadow:0 6px 18px #4f46e529;transition:transform .18s cubic-bezier(.4,2,.6,1),box-shadow .18s cubic-bezier(.4,2,.6,1)}.label-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.badge{background:#e0e7ff;color:#4f46e5;font-size:.95rem;font-weight:600;border-radius:8px;padding:4px 10px}.slider-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:8px;position:relative}.slider-ticks{position:relative;width:90%;height:18px;margin:0 auto;display:flex;justify-content:space-between;pointer-events:none}.slider-tick-label{position:absolute;top:18px;transform:translate(-50%);font-size:1rem;color:#4f46e5;font-weight:500;background:#fff;padding:0 2px;border-radius:4px;pointer-events:none;-webkit-user-select:none;user-select:none}.board-badge{font-size:1.05rem;font-weight:600;color:#4f46e5;background:#e0e7ff;border-radius:8px;padding:5px 14px;margin-left:8px;display:flex;align-items:center;margin-top:-8px}.modern-slider{width:90%;margin:0 auto;accent-color:#4F46E5;height:4px}.slider-limits{width:90%;display:flex;justify-content:space-between;font-size:.9rem;color:#6b7280}.submit-game-btn{border-radius:18px;border:none;background:linear-gradient(90deg,#22c55e,#16a34a);color:#111;font-size:1.35rem;font-weight:700;padding:18px 48px;min-width:220px;cursor:pointer;box-shadow:0 4px 16px #10b9812e;transition:transform .2s,box-shadow .2s;display:block;margin:12px auto}.submit-game-btn:hover{background:linear-gradient(90deg,#22c55e,#16a34a);color:#111;transform:scale(1.07);box-shadow:0 8px 32px #10b98138}.setup-top-row{display:flex;flex-direction:row;gap:24px;width:100%;justify-content:center;margin-bottom:12px}.setup-algoritmo,.setup-dificultad{flex:1;min-width:140px;display:flex;flex-direction:column;align-items:center}.flex-col{display:flex;flex-direction:column;gap:12px}.setup-tablero{width:100%;margin-top:8px;margin-bottom:8px}.help-btn{display:block;margin:0 auto 8px;padding:10px 28px;border-radius:14px;border:2px solid #4f46e5;background:#e0e7ff;color:#4f46e5;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #4f46e51a;transition:background-color .2s,color .2s,transform .2s,box-shadow .2s;letter-spacing:.04em;white-space:nowrap;overflow:hidden;min-width:120px}.help-btn:hover{background:#4f46e5;color:#fff;border-color:#4338ca;transform:scale(1.04);box-shadow:0 4px 16px #4f46e533}.help-btn:active{transform:scale(.97)}@media(max-width:700px){.setup-top-row{flex-direction:column;gap:12px}.setup-algoritmo,.setup-dificultad{min-width:0;width:100%}}
