:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-size:16px;color:#e5e7eb;background-color:#0f172a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;height:100%}body{min-height:100vh}a{font-weight:500;color:#0ea5e9;text-decoration:none;transition:color .2s ease}a:hover{color:#06b6d4}h1{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 .5rem;color:#f8fafc}h2{font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;color:#f8fafc}h3{font-size:1.5rem;font-weight:600;line-height:1.4;margin:0 0 .5rem;color:#f8fafc}p{margin:0;color:#cbd5e1}button{border-radius:8px;border:1px solid #334155;padding:10px 16px;font-size:1rem;font-weight:600;font-family:inherit;background-color:#1e293b;color:#e5e7eb;cursor:pointer;transition:all .2s ease}button:hover{background-color:#334155;border-color:#475569;transform:translateY(-1px)}button:active{transform:scale(.98)}button:disabled{opacity:.5;cursor:not-allowed}input,textarea,select{font-family:inherit;font-size:1rem;color:#e5e7eb;background-color:#1e293b;border:1px solid #334155}.topbar{position:sticky;top:0;z-index:20;height:64px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:24px;padding:0 32px;background:#1e293b;color:#e5e7eb;border-bottom:1px solid #334155;box-shadow:0 4px 6px #0000004d}.topbar-brand{display:inline-flex;align-items:center;gap:12px;color:inherit;text-decoration:none;font-weight:700;transition:all .2s ease}.topbar-brand:hover{transform:translateY(-1px)}.topbar-logo{width:40px;height:40px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.topbar-text{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.topbar-actions{justify-self:end;display:flex;align-items:center;gap:24px}.topbar-profile-link{color:#0ea5e9;text-decoration:none;font-weight:600;transition:color .2s ease}.topbar-profile-link:hover{color:#06b6d4}.topbar-signout{border:1px solid #475569;color:#cbd5e1;background:#334155;border-radius:8px;padding:8px 16px;font-weight:600;transition:all .2s ease}.topbar-signout:hover{background:#475569;border-color:#64748b;color:#e5e7eb}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:#0f172a}.app-main{flex:1;max-width:1400px;width:90%;margin:0 auto;padding:40px 32px}.entry-card{max-width:960px;margin:0 auto;border:1px solid #2b3f5f;border-radius:22px;background:radial-gradient(120% 120% at 50% -10%,rgba(56,189,248,.2),transparent 45%),linear-gradient(160deg,#101a2f,#111d33 35%,#0f172a);box-shadow:0 18px 40px #00000073;overflow:hidden}.entry-hero{position:relative;padding:60px 32px 32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;border-bottom:1px solid #253753}.entry-logo-glow{position:absolute;top:22px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#0ea5e933,#0ea5e900 70%);filter:blur(10px);pointer-events:none}.entry-logo{width:min(340px,60vw);height:auto;position:relative;z-index:1;filter:drop-shadow(0 10px 20px rgba(0,0,0,.4))}.entry-hero h1{margin:0;font-size:clamp(2rem,3.2vw,2.7rem);letter-spacing:.02em}.entry-hero p{margin:0;max-width:600px;color:#c7d2e3}.entry-form-shell{padding:28px 32px 34px}.entry-form{display:flex;flex-direction:column;gap:22px;max-width:540px;margin:0 auto}.entry-stage-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.entry-stage-header h3{margin:0}.entry-stage-header span{color:#94a3b8;font-size:.95rem;font-weight:600}.entry-form label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#e5e7eb}.entry-form input{padding:14px 16px;border:1px solid #334e74;border-radius:10px;font-size:1rem;color:#e8edf5;background-color:#0f172a;transition:all .2s ease}.entry-form input::placeholder{color:#7487a5}.entry-form input:focus{outline:none;border-color:#22c4ff;box-shadow:0 0 0 3px #22c4ff2e;background-color:#15213a}.entry-form input:disabled{opacity:.75;cursor:not-allowed}.entry-form button{padding:14px 20px;border:1px solid #17b4eb;border-radius:10px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#0891b2,#0ea5e9);color:#fff;font-size:1rem;transition:all .2s ease}.entry-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0c7bb173}.entry-form button:disabled{opacity:.55;cursor:not-allowed}.entry-actions{display:flex;gap:12px;flex-direction:column}.entry-actions button{width:100%}.entry-actions button:nth-child(2){background:#1b2b46;border:1px solid #456089;color:#d9e6f8}.entry-actions button:nth-child(2):hover:not(:disabled){background:#253a5d}.entry-hint{text-align:center;color:#8ea0bc;font-size:.9rem}.entry-error{margin:0;padding:14px;background:#ef44441f;color:#fecaca;border:1px solid #7f1d1d;border-radius:10px;font-size:.95rem;font-weight:600;text-align:center}@media(max-width:700px){.entry-hero{padding:40px 20px 24px}.entry-form-shell{padding:22px 18px 24px}.entry-logo{width:min(260px,70vw)}}.home-card{position:relative;max-width:980px;margin:0 auto;padding:28px;border:1px solid #25344d;border-radius:28px;background:radial-gradient(140% 120% at 50% -10%,rgba(56,189,248,.18),transparent 45%),linear-gradient(160deg,#0b1322,#0f1b31 48%,#0b1628);box-shadow:0 24px 56px #00000080;overflow:hidden}.home-background-orb{position:absolute;border-radius:50%;filter:blur(8px);pointer-events:none}.home-background-orb--one{width:320px;height:320px;top:-120px;right:-100px;background:radial-gradient(circle,#38bdf84d,#38bdf800 70%)}.home-background-orb--two{width:260px;height:260px;bottom:-110px;left:-80px;background:radial-gradient(circle,#3b82f63d,#3b82f600 70%)}.home-hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,420px) 1fr;align-items:center;gap:24px;padding:22px;border:1px solid rgba(71,85,105,.45);border-radius:22px;background:linear-gradient(135deg,#0f172ad1,#111d339e);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-logo-frame{display:flex;align-items:center;justify-content:center;min-height:300px;padding:28px;border-radius:20px;border:1px solid rgba(125,211,252,.24);background:radial-gradient(circle at 50% 45%,#0ea5e942,#0f172a14 64%)}.home-logo{width:min(380px,100%);height:auto;filter:drop-shadow(0 16px 28px rgba(0,0,0,.42))}.home-hero-copy{display:grid;gap:10px}.home-hero h1{margin:0;font-size:clamp(2.1rem,3.2vw,3rem);line-height:1.05;color:#f8fafc}.home-hero p{margin:0;max-width:22rem;color:#cbd5e1;font-size:1rem;line-height:1.55}.home-actions{position:relative;z-index:1;margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-action{display:flex;align-items:center;gap:12px;min-height:62px;padding:16px 18px;border-radius:16px;border:1px solid rgba(71,85,105,.65);background:#0f172acc;text-decoration:none;color:#f8fafc;font-weight:700;box-shadow:inset 0 1px #94a3b80f;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.home-action:hover{transform:translateY(-2px);border-color:#7dd3fc99;background:#0f172af0;box-shadow:0 12px 24px #0284c72e}.home-action--primary{grid-column:1 / -1;min-height:72px;padding:18px 22px;border-color:#38bdf8b8;background:linear-gradient(135deg,#0369a17a,#0284c747);box-shadow:0 16px 30px #0284c733}.home-action--primary:hover{box-shadow:0 18px 34px #0284c747}.home-action-icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffff14;flex-shrink:0}@media(max-width:920px){.home-actions{grid-template-columns:1fr}}@media(max-width:760px){.home-card{padding:16px;border-radius:20px}.home-hero{grid-template-columns:1fr;padding:16px;gap:16px}.home-logo-frame{min-height:200px;padding:18px}.home-logo{width:min(250px,72vw)}}.panel{background:#1e293b;border:1px solid #334155;border-radius:12px;box-shadow:0 8px 16px #0006;transition:all .2s ease}.panel:hover{border-color:#475569;box-shadow:0 12px 24px #00000080}.panel-header{padding:32px 32px 16px;border-bottom:1px solid #334155}.panel-header h1{margin:0 0 12px;font-size:2rem;font-weight:700;color:#f8fafc}.panel-header p{margin:0;color:#94a3b8;font-size:1rem}.panel-body{padding:32px}.new-game-form{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.form-section{display:flex;flex-direction:column;gap:16px;border:none;padding:0;margin:0}.form-section legend{font-weight:700;font-size:1.1rem;color:#f8fafc;margin-bottom:8px;padding:0}.form-group{display:flex;flex-direction:column;gap:12px}.radio-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:12px;border:1px solid #334155;border-radius:8px;transition:all .2s ease}.radio-label:hover{background:#334155;border-color:#0ea5e9}.radio-label input[type=radio]{margin-top:4px;cursor:pointer;appearance:none;width:20px;height:20px;min-width:20px;border:2px solid #475569;border-radius:50%;background:transparent;transition:all .2s ease}.radio-label input[type=radio]:checked{border-color:#0ea5e9;background:#0ea5e9}.radio-label input[type=radio]:disabled{opacity:.5;cursor:not-allowed}.radio-text{display:flex;flex-direction:column;gap:4px;flex:1}.radio-text-inline{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.radio-text strong{color:#f8fafc;font-size:1rem}.radio-text small{color:#94a3b8;font-size:.9rem}.strategy-loading{margin:0;padding:12px;border:1px solid #334155;border-radius:8px;color:#94a3b8;background:#0f172a80}.form-field{display:flex;flex-direction:column;gap:8px}.form-field label{font-weight:600;color:#e5e7eb;font-size:.95rem}.form-field input[type=text],.form-field input[type=password],.form-field select{padding:12px 14px;border:1px solid #334155;border-radius:8px;font-size:1rem;color:#e5e7eb;background-color:#0f172a;transition:all .2s ease}.form-field input[type=text]:focus,.form-field input[type=password]:focus,.form-field select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933;background-color:#1e293b}.form-field input[type=text]:disabled,.form-field input[type=password]:disabled,.form-field select:disabled{background:#0f172a;color:#94a3b8;border-color:#1e293b;cursor:not-allowed}.form-field input[type=text]::placeholder{color:#94a3b8}.slider{appearance:none;width:100%;height:6px;border-radius:3px;background:#334155;outline:none;-webkit-appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);cursor:pointer;transition:all .2s ease;border:2px solid #0ea5e9}.slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #0ea5e980}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#06b6d4);cursor:pointer;transition:all .2s ease;border:2px solid #0ea5e9}.slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 0 12px #0ea5e980}.slider:disabled{opacity:.5;cursor:not-allowed}.size-info{display:flex;justify-content:space-between;font-size:.85rem;color:#cbd5e1}.form-actions{display:flex;gap:12px;margin-top:12px}.btn-primary{flex:1;padding:14px 20px;border:1px solid #0ea5e9;border-radius:8px;font-weight:700;cursor:pointer;background:linear-gradient(135deg,#0b4f7a,#075985);color:#f8fafc;font-size:1rem;transition:all .2s ease}.btn-primary:hover:not(:disabled){border-color:#06b6d4;transform:translateY(-2px);box-shadow:0 8px 16px #0ea5e980}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.form-error{padding:16px;background:#7f1d1d33;color:#fee2e2;border:1px solid #7f1d1d;border-radius:8px;font-size:.95rem;font-weight:600}.variants-note{margin:0;color:#94a3b8;font-size:.9rem}.variants-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.variant-card{display:flex;align-items:flex-start;gap:12px;cursor:pointer;padding:12px;border:1px solid #334155;border-radius:10px;transition:all .2s ease;background:#0f172a8c}.variant-card:hover{background:#334155;border-color:#0ea5e9}.variant-card--selected{border-color:#0ea5e9;background:#0ea5e924;box-shadow:0 0 0 1px #0ea5e92e inset}.variant-card input[type=checkbox]{margin-top:4px;cursor:pointer;appearance:none;width:20px;height:20px;min-width:20px;border:2px solid #475569;border-radius:6px;background:transparent;transition:all .2s ease}.variant-card input[type=checkbox]:checked{border-color:#0ea5e9;background:linear-gradient(135deg,#0ea5e9,#06b6d4)}.variant-card input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.variant-card__content{display:flex;flex-direction:column;gap:4px;flex:1}.variant-card__content strong{color:#f8fafc;font-size:1rem}.variant-card__content small{color:#94a3b8;font-size:.9rem;line-height:1.4}.home-action-label{font-size:1rem}.game-header-panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:18px;width:100%}.player-panel,.center-panel{border:1px solid #334155;border-radius:10px;background:#0f172a;padding:14px}.player-panel{border-left-width:5px}.player-panel--blue{border-left-color:#3b82f6}.player-panel--red{border-left-color:#ef4444}.player-panel.active{border-color:#64748b;box-shadow:inset 0 0 0 1px #e2e8f026,0 0 0 2px #3b82f640}.player-panel--blue.active{border-left-color:#60a5fa;box-shadow:inset 0 0 0 1px #bfdbfe40,0 0 0 2px #60a5fa40}.player-panel--red.active{border-left-color:#f87171;box-shadow:inset 0 0 0 1px #fecaca40,0 0 0 2px #f8717140}.player-panel h3{margin:0 0 8px;font-size:1rem}.player-panel p,.center-panel p{margin:0;color:#94a3b8;font-size:.92rem}.bot-meta-tags{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.difficulty-tag{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;border:1px solid #334155;background:#0f172acc;color:#bae6fd;font-size:.75rem;font-weight:700;white-space:nowrap}.center-panel{display:flex;flex-direction:column;justify-content:center;text-align:center;gap:8px}.center-panel-top{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px}.center-time{text-align:center;font-size:1.1rem;font-weight:700;color:#e2e8f0}.icon-btn{min-width:auto;width:44px;height:34px;padding:0;font-size:1rem;line-height:1;border-radius:8px;border:1px solid #475569;background:#1e293b;color:#e2e8f0}.icon-btn:hover:not(:disabled){border-color:#0ea5e9;background:#334155}.icon-btn--danger:hover:not(:disabled){border-color:#ef4444;color:#fecaca}.game-error{margin:0 0 16px;padding:12px;border:1px solid #7f1d1d;border-radius:8px;background:#7f1d1d;color:#fee2e2}.board-wrap{display:flex;justify-content:center;overflow-x:auto;margin-bottom:20px;padding-bottom:8px}.board{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:12px;flex-shrink:0}.board-row{display:flex;gap:2px;margin-bottom:-14px}.hex-wrap{--hex-size: 60px;--hex-border: 3px;width:var(--hex-size);height:calc(var(--hex-size) * 1.1547);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:#334155;border:0;padding:0;appearance:none;transition:background .15s ease,box-shadow .15s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.hex-wrap:hover:not(.hex-wrap--disabled){background:#0ea5e9}.hex-wrap.turn-indicator-B:hover:not(.hex-wrap--disabled){background:#3b82f6}.hex-wrap.turn-indicator-R:hover:not(.hex-wrap--disabled){background:#ef4444}.hex-wrap.blue{background:#3b82f6}.hex-wrap.red{background:#ef4444}.hex-wrap--disabled{cursor:default}.hex-wrap--history-highlight,.hex-wrap.blue.hex-wrap--history-highlight,.hex-wrap.red.hex-wrap--history-highlight{background:#fff}.hex.blue{background:linear-gradient(160deg,#60a5fa,#1d4ed8);color:transparent}.hex.red{background:linear-gradient(160deg,#f87171,#b91c1c);color:transparent}.hex-wrap--mine-neighbor,.hex-wrap.blue.hex-wrap--mine-neighbor,.hex-wrap.red.hex-wrap--mine-neighbor{background:#facc15b3;z-index:1}.hex-wrap--exploding{animation:mineBlastPulse .52s ease-out}.hex-wrap--exploding .hex{box-shadow:0 0 0 2px #fef08aeb,0 0 28px #fbbf24bf}@keyframes mineBlastPulse{0%{transform:scale(1);filter:brightness(1)}40%{transform:scale(1.08);filter:brightness(1.45)}to{transform:scale(1);filter:brightness(1)}}.hex{width:calc(var(--hex-size) - 2 * var(--hex-border));height:calc((var(--hex-size) - 2 * var(--hex-border)) * 1.1547);flex-shrink:0;background:#1e293b;color:transparent;font-size:.82rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);transition:background .15s ease;pointer-events:none;position:relative;overflow:hidden}.hex-wrap--mine .hex{background:linear-gradient(165deg,#334155,#0f172a)}.hex-mine{width:17px;height:17px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#f8fafc,#cbd5e1 20%,#475569 22%,#0f172a);box-shadow:0 1px #94a3b899,0 0 10px #94a3b833}.hex-mine:after{content:"";position:absolute;width:8px;height:2px;border-radius:2px;background:#f59e0b;transform:translate(11px,-6px) rotate(-28deg);box-shadow:0 0 8px #f59e0b80}.hex-wrap:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.move-history{border-top:1px solid #334155;padding-top:16px}.move-history h3{margin:0 0 10px;font-size:1rem}.move-history-list{margin:0;padding:0;list-style:none;max-height:240px;overflow:auto;display:grid;gap:8px}.move-history-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border:1px solid #334155;border-radius:8px;background:#0f172a;cursor:pointer}.move-number{min-width:40px;color:#94a3b8;font-weight:700;font-size:.85rem}.move-player-badge{display:inline-flex;min-width:60px;justify-content:center;padding:4px 8px;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase}.move-player-badge.blue{background:#1e3a8a99;color:#dbeafe;border:1px solid rgba(147,197,253,.55)}.move-player-badge.red{background:#7f1d1d99;color:#fee2e2;border:1px solid rgba(252,165,165,.55)}.move-text{color:#cbd5e1;font-size:.9rem;font-family:Courier New,monospace}.move-text strong{color:#f8fafc}.game-shell{border-radius:12px;padding:10px;transition:background .2s ease}.game-shell.turn-blue{background:linear-gradient(180deg,#1e3a8a2e,#0f172a00 65%)}.game-shell.turn-red{background:linear-gradient(180deg,#7f1d1d2e,#0f172a00 65%)}.game-result-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 30px;border-radius:12px;gap:8px;grid-column:1 / -1}.game-result-box--blue{background:linear-gradient(135deg,#3b82f6,#1e3a8a);border:2px solid #60a5fa}.game-result-box--red{background:linear-gradient(135deg,#ef4444,#7f1d1d);border:2px solid #f87171}.game-result-box--canceled{background:linear-gradient(135deg,#8b5cf6,#4c1d95);border:2px solid #c4b5fd}.game-result-time{margin:0;font-size:1.2rem;font-weight:700;color:#ffffffe6}.game-result-text{margin:0;font-size:1.8rem;font-weight:900;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);letter-spacing:.05em}.history-page{display:grid;gap:16px}.history-error-wrap,.history-empty{border:1px solid #334155;border-radius:12px;padding:16px;background:#0f172a;display:grid;gap:10px}.history-error{margin:0;color:#fecaca}.history-retry,.history-action-link{width:fit-content;border:1px solid #334155;border-radius:8px;padding:8px 12px;background:#1e293b;color:#e2e8f0;font-weight:600;text-decoration:none}.history-retry:hover,.history-action-link:hover{border-color:#0ea5e9;color:#f8fafc}.history-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.history-item{border:1px solid #334155;border-radius:12px;padding:0;background:#0f172a}.history-item--win{background:linear-gradient(135deg,#15803d2e,#0f172af2);border-color:#22c55e59}.history-item--loss{background:linear-gradient(135deg,#991b1b33,#0f172af2);border-color:#ef444459}.history-item--canceled{background:linear-gradient(135deg,#5b21b62e,#0f172af2);border-color:#8b5cf659}.history-item__button{width:100%;border:0;border-radius:12px;padding:14px;background:transparent;display:grid;gap:12px;text-align:left;cursor:pointer}.history-item__button:hover{background:#1e293b73}.history-item__button:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.history-item__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-type,.history-result{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;border:1px solid #334155;background:#0f172acc;font-size:.8rem;font-weight:800}.history-type{color:#bae6fd}.history-result{min-width:92px;justify-content:center}.history-result--win{color:#dcfce7;background:#16653459;border-color:#22c55e99}.history-result--loss{color:#fee2e2;background:#7f1d1d59;border-color:#ef444499}.history-result--draw{color:#ede9fe;background:#5b21b659;border-color:#8b5cf699}.history-result--pending{color:#e2e8f0;background:#1e293b73}.history-item__main h3{margin:0;color:#f8fafc}.history-item__main p{margin:4px 0 0;color:#94a3b8;font-size:.9rem}.history-stats{margin:0;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.history-stats div{border:1px solid #334155;border-radius:8px;padding:8px 10px;background:#111827}.history-stats dt{color:#94a3b8;font-size:.75rem}.history-stats dd{margin:2px 0 0;color:#f8fafc;font-weight:700;font-size:.9rem}.profile-dashboard{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.profile-user-card{grid-column:span 12;border-radius:1rem;padding:1.25rem;background:linear-gradient(125deg,#0f172a,#111f36);border:1px solid #334155;box-shadow:0 8px 20px #02061759}.profile-user-card h2{margin:0 0 .35rem;color:#f8fafc}.profile-meta{margin:0;color:#cbd5e1}.profile-tagline{margin:.5rem 0 0;color:#94a3b8;font-size:.9rem}.profile-kpis{grid-column:span 12;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.profile-kpi{padding:.9rem 1rem;border:1px solid #334155;background:#172235;border-radius:.85rem;display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.profile-kpi span{color:#cbd5e1;font-size:.88rem}.profile-kpi strong{font-size:1.2rem;color:#f8fafc}.profile-kpi--accent{border-color:#1d4ed8;background:linear-gradient(120deg,#1e3a8a,#1d4ed8)}.profile-kpi--wins{border-color:#3b6b56;background:linear-gradient(120deg,#29493c,#3b6b56)}.profile-kpi--losses{border-color:#8a4b52;background:linear-gradient(120deg,#5e3237,#8a4b52)}.profile-kpi--draws{border-color:#705ca6;background:linear-gradient(120deg,#4a3f74,#705ca6)}.profile-kpi.profile-kpi--wins span,.profile-kpi.profile-kpi--wins strong,.profile-kpi.profile-kpi--losses span,.profile-kpi.profile-kpi--losses strong,.profile-kpi.profile-kpi--draws span,.profile-kpi.profile-kpi--draws strong{color:#f8fafc}.profile-kpi.profile-kpi--rate-low{border-color:#a35b63;background:linear-gradient(120deg,#6b3a40,#a35b63)}.profile-kpi.profile-kpi--rate-mid{border-color:#9b7a34;background:linear-gradient(120deg,#6f5521,#9b7a34)}.profile-kpi.profile-kpi--rate-high{border-color:#2f7168;background:linear-gradient(120deg,#275750,#2f7168)}.profile-kpi.profile-kpi--rate-low span,.profile-kpi.profile-kpi--rate-low strong,.profile-kpi.profile-kpi--rate-mid span,.profile-kpi.profile-kpi--rate-mid strong,.profile-kpi.profile-kpi--rate-high span,.profile-kpi.profile-kpi--rate-high strong{color:#f8fafc}.profile-block{border:1px solid #334155;border-radius:.85rem;padding:1rem;background:#111827;box-shadow:inset 0 1px #94a3b814;grid-column:span 12}.profile-block h3{margin:0 0 .65rem;color:#f8fafc}.profile-block--full{grid-column:span 12}.profile-dual-bar{display:flex;overflow:hidden;border-radius:999px;min-height:2rem;background:#334155}.profile-dual-bar__wins,.profile-dual-bar__losses,.profile-dual-bar__draws{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.88rem;white-space:nowrap}.profile-dual-bar__wins{background:linear-gradient(120deg,#3f7a5f,#5a9a7c)}.profile-dual-bar__losses{background:linear-gradient(120deg,#8e4f56,#b66a72)}.profile-dual-bar__draws{background:linear-gradient(120deg,#6f5aa3,#8d76c4)}.profile-meter{width:100%;border-radius:999px;background:#334155;min-height:.9rem;overflow:hidden;display:flex}.profile-meter__wins,.profile-meter__losses,.profile-meter__draws{min-height:.9rem}.profile-meter__wins{background:linear-gradient(120deg,#2563eb,#60a5fa)}.profile-meter__losses{background:linear-gradient(120deg,#8e4f56,#b66a72)}.profile-meter__draws{background:linear-gradient(120deg,#7c62bd,#a08dde)}.profile-meter__wins.profile-kpi--rate-low{background:linear-gradient(120deg,#b56a73,#9f5760)}.profile-meter__wins.profile-kpi--rate-mid{background:linear-gradient(120deg,#b9944a,#9f7f39)}.profile-meter__wins.profile-kpi--rate-high{background:linear-gradient(120deg,#5a9877,#467e63)}.profile-meter-caption,.profile-note{margin:.55rem 0 0;color:#cbd5e1}.profile-bot-graph{display:grid;gap:.7rem}.profile-bot-row{display:grid;grid-template-columns:64px 1fr 42px;align-items:center;gap:.7rem}.profile-bot-row span,.profile-bot-row strong{color:#e2e8f0;font-size:.9rem}.profile-bot-row__bars{display:flex;border-radius:999px;overflow:hidden;min-height:.85rem;background:#334155}.profile-bot-row__bar--win{background:#22c55e}.profile-bot-row__bar--loss{background:#fb923c}.profile-error-wrap{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.profile-error{color:#fca5a5;margin:0}.profile-retry{border:1px solid #475569;background:#1e293b;color:#f8fafc;border-radius:.5rem;padding:.4rem .7rem;cursor:pointer}.profile-retry:hover{border-color:#60a5fa;background:#0f172a}.profile-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem}.profile-category-card{border:1px solid #334155;border-radius:.75rem;padding:.85rem;background:#0f172a}.profile-category-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.45rem}.profile-category-head h4{margin:0;font-size:.95rem;color:#f1f5f9}.profile-category-head span{color:#94a3b8;font-size:.82rem}.profile-category-split{display:grid;gap:1rem}.profile-category-group{display:grid;gap:.6rem}.profile-category-label{margin:0;color:#cbd5e1;font-size:.86rem;letter-spacing:.04em;text-transform:uppercase}.profile-category-card--player{border-color:#475569;background:#111d33}.profile-category-divider{border-top:1px solid #334155}.profile-category-subtitle{margin:-.2rem 0 .5rem;color:#94a3b8;font-size:.8rem}@media(min-width:840px){.profile-block{grid-column:span 6}.profile-block--bot,.profile-block--full{grid-column:span 12}.profile-category-split{gap:1.1rem}}.leaderboard-loading,.leaderboard-error{text-align:center;padding:20px;border-radius:8px}.leaderboard-loading{color:#cbd5e1}.leaderboard-error{background:#dc26261a;color:#fca5a5;border:1px solid #dc2626}.leaderboard-container{display:flex;flex-direction:column;gap:24px}.leaderboard-tabs{display:flex;gap:8px;flex-wrap:wrap;border-bottom:2px solid #334155;background:linear-gradient(90deg,#0f172a80,#1e293b4d);border-radius:12px 12px 0 0;padding:8px}.leaderboard-tab{padding:10px 18px;background:#1e293b99;border:1px solid transparent;border-radius:8px;color:#cbd5e1;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative}.leaderboard-tab:hover{background:#334155cc;color:#f1f5f9;border-color:#64748b;transform:translateY(-2px)}.leaderboard-tab--active{background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border-color:#0ea5e9;box-shadow:0 4px 12px #0ea5e94d;font-weight:700}.leaderboard-content{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.leaderboard-table-wrapper{overflow:hidden;border-radius:12px;border:1px solid #334155;background:linear-gradient(135deg,#0f172acc,#1e293b99);box-shadow:0 8px 32px #0000004d}.leaderboard-table{width:100%;border-collapse:collapse;background:transparent}.leaderboard-table thead{background:linear-gradient(90deg,#1e293be6,#334155b3);border-bottom:2px solid #0ea5e9;position:sticky;top:0;z-index:10}.leaderboard-table th{padding:14px 16px;text-align:center;color:#cbd5e1;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.leaderboard-table tbody tr{border-bottom:1px solid #1e293b;transition:background-color .2s ease}.leaderboard-table tbody tr:hover{background:#33415533}.leaderboard-table tbody tr:nth-child(1){background:linear-gradient(90deg,#d9770626,#d977060d)}.leaderboard-table tbody tr:nth-child(1):hover{background:linear-gradient(90deg,#d9770640,#d977061a)}.leaderboard-table tbody tr:nth-child(2){background:linear-gradient(90deg,#6b728026,#6b72800d)}.leaderboard-table tbody tr:nth-child(2):hover{background:linear-gradient(90deg,#6b728040,#6b72801a)}.leaderboard-table tbody tr:nth-child(3){background:linear-gradient(90deg,#be185d26,#be185d0d)}.leaderboard-table tbody tr:nth-child(3):hover{background:linear-gradient(90deg,#be185d40,#be185d1a)}.leaderboard-table td{padding:14px 16px;color:#e2e8f0;font-size:14px;text-align:center}.leaderboard-rank{font-weight:700;color:#0ea5e9;min-width:50px;text-align:center}.leaderboard-table tbody tr:nth-child(1) .leaderboard-rank:before{content:"🥇 ";margin-right:4px}.leaderboard-table tbody tr:nth-child(2) .leaderboard-rank:before{content:"🥈 ";margin-right:4px}.leaderboard-table tbody tr:nth-child(3) .leaderboard-rank:before{content:"🥉 ";margin-right:4px}.leaderboard-table tbody tr:nth-child(1) .leaderboard-rank{color:#d97706;text-shadow:0 0 8px rgba(217,119,6,.4)}.leaderboard-table tbody tr:nth-child(2) .leaderboard-rank{color:#9ca3af;text-shadow:0 0 8px rgba(156,163,175,.4)}.leaderboard-table tbody tr:nth-child(3) .leaderboard-rank{color:#be185d;text-shadow:0 0 8px rgba(190,24,93,.4)}.leaderboard-player{font-weight:600;text-align:left}.leaderboard-table tbody tr:nth-child(1) .leaderboard-player{color:#fef3c7;font-weight:700}.leaderboard-table tbody tr:nth-child(2) .leaderboard-player{color:#e5e7eb;font-weight:700}.leaderboard-table tbody tr:nth-child(3) .leaderboard-player{color:#fbcfe8;font-weight:700}.leaderboard-wins,.leaderboard-games,.leaderboard-winrate{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.leaderboard-table tbody tr:nth-child(1) .leaderboard-wins,.leaderboard-table tbody tr:nth-child(1) .leaderboard-games,.leaderboard-table tbody tr:nth-child(1) .leaderboard-winrate{color:#fcd34d}.leaderboard-table tbody tr:nth-child(2) .leaderboard-wins,.leaderboard-table tbody tr:nth-child(2) .leaderboard-games,.leaderboard-table tbody tr:nth-child(2) .leaderboard-winrate{color:#d1d5db}.leaderboard-table tbody tr:nth-child(3) .leaderboard-wins,.leaderboard-table tbody tr:nth-child(3) .leaderboard-games,.leaderboard-table tbody tr:nth-child(3) .leaderboard-winrate{color:#f9a8d4}.leaderboard-winrate{color:#60a5fa;font-weight:700}.leaderboard-table tbody tr:nth-child(1) .leaderboard-winrate{color:#fbbf24;font-weight:800}.leaderboard-table tbody tr:nth-child(2) .leaderboard-winrate{color:#d1d5db}.leaderboard-table tbody tr:nth-child(3) .leaderboard-winrate{color:#f472b6}#root{width:100%;height:100%}
