:root{color-scheme:dark;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #1f1f29;--bg-elevated: #2f303b;--panel: #31313c;--panel-strong: #282832;--panel-hover: #3a3b47;--text: #d7d9e5;--text-strong: #ffffff;--muted: #8e92a6;--muted-strong: #b8bbca;--line: #3b3c48;--line-strong: #4a4c5c;--gold: #c89448;--gold-bright: #d9a85d;--gold-dim: #8a6738;--cyan: #5383e8;--cyan-dim: #4171d6;--blue: #5383e8;--warning: #e8a317;--danger: #ff4655;--success: #4cd964;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .3);--shadow: 0 12px 32px rgba(0, 0, 0, .4);--shadow-gold: 0 8px 24px rgba(200, 155, 60, .25)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,select{font:inherit;color:inherit}button{cursor:pointer;border:0;background:transparent}input,select{background:var(--panel-strong);border:1px solid var(--line-strong);color:var(--text)}input::placeholder{color:var(--muted)}.app-shell{min-height:100vh;display:block;background:var(--bg)}.sidebar{padding:10px max(20px,calc((100vw - 1050px)/2));background:#2b2c36;border-bottom:1px solid #24252e;color:var(--text);display:flex;flex-direction:row;align-items:center;gap:18px;position:static;height:auto}.brand{display:flex;align-items:center;gap:12px;padding-bottom:0;border-bottom:0}.brand-mark{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;background:var(--blue);color:#fff;box-shadow:none}.brand-text strong{display:block;font-size:16px;letter-spacing:.5px;color:var(--text-strong)}.brand-text span{display:block;margin-top:3px;color:var(--muted);font-size:12px}.nav-list{display:flex;gap:4px;margin-left:auto}.nav-list button{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:4px;color:var(--muted-strong);text-align:left;transition:all .15s ease;border:1px solid transparent}.nav-list button:hover{background:#ffffff0a;color:var(--text)}.nav-list button.active{background:linear-gradient(90deg,#c89b3c26,#c89b3c05);border-color:#c89b3c4d;color:var(--gold-bright)}.nav-icon{display:grid;place-items:center;color:var(--muted);flex-shrink:0}.nav-text{display:flex;flex-direction:column;gap:1px}.nav-text strong{font-size:14px;font-weight:600}.nav-text small,.source-panel,.sidebar-footer{display:none}.source-panel{margin-top:auto;padding:14px;border-radius:10px;background:var(--panel-strong);border:1px solid var(--line)}.source-title{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:600;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.current-route{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.current-route strong{font-size:15px;color:var(--text-strong)}.current-route span{font-size:11px;padding:2px 8px;border-radius:999px;background:#0ac8b926;color:var(--cyan);font-weight:600}.link-action{display:inline-flex;align-items:center;gap:5px;width:100%;justify-content:center;padding:8px;border-radius:6px;color:var(--gold-bright);font-size:12px;font-weight:600;border:1px solid var(--line-strong);transition:all .15s ease}.link-action:hover{background:#c89b3c1a;border-color:var(--gold-dim)}.sidebar-footer{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;justify-content:center;padding-top:12px;border-top:1px solid var(--line)}.champion-avatar{position:relative;overflow:hidden;flex:0 0 auto}.champion-avatar img{width:100%;height:100%;display:block;object-fit:cover}.champion-avatar span{display:grid;place-items:center;width:100%;height:100%}.workspace{width:min(1050px,calc(100vw - 32px));margin:0 auto;padding:0 0 32px;display:grid;gap:8px;align-content:start}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;flex-wrap:wrap;padding-bottom:4px}.page-header h1{margin:0;max-width:760px;font-size:26px;line-height:1.25;color:var(--text-strong);letter-spacing:.2px}.page-header p{margin:8px 0 0;color:var(--muted-strong);font-size:14px;max-width:720px;line-height:1.55}.primary-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;border-radius:4px;padding:10px 18px;color:#fff;background:var(--blue);font-weight:700;font-size:14px;box-shadow:none;transition:transform .15s ease,box-shadow .15s ease}.primary-action:hover{background:#6593ea;transform:none;box-shadow:none}.secondary-action{border:1px solid #5174b8;border-radius:4px;padding:9px 14px;color:#8fb3ff;background:transparent;font-size:13px;font-weight:700}.opgg-profile{display:grid;grid-template-columns:96px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:170px;padding:28px 0 18px}.opgg-profile__avatar{width:88px;height:88px;border-radius:18px;background:var(--panel);box-shadow:0 8px 20px #0000003d}.opgg-profile__main{display:grid;gap:8px;min-width:0}.opgg-profile__title-row{display:flex;align-items:center;gap:8px;min-width:0}.opgg-profile__title-row h1{margin:0;color:var(--text-strong);font-size:25px;line-height:1.15;letter-spacing:0}.opgg-profile__title-row h1 em{color:var(--muted);font-style:normal;font-weight:700}.pro-badge{align-self:flex-start;padding:2px 5px;border-radius:3px;background:#7957f2;color:#fff;font-size:10px;font-weight:800}.opgg-profile__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px}.opgg-profile__meta span{padding-right:8px;border-right:1px solid var(--line)}.opgg-profile__meta span:last-child{border-right:0}.opgg-profile__notice{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:8px 12px;border-radius:6px;background:#2a2b35;border:1px solid var(--line);color:var(--text);font-size:12px}.opgg-profile__controls{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.opgg-profile__controls input,.opgg-profile__controls select{height:36px;min-width:150px;border-radius:4px;border-color:var(--line);background:#20212a;color:var(--text);padding:0 10px;font-size:13px}.opgg-profile__quick{display:grid;grid-template-columns:repeat(3,84px);gap:8px}.opgg-profile__quick div{padding:10px 12px;border-radius:6px;background:var(--panel);border:1px solid var(--line)}.opgg-profile__quick span{display:block;color:var(--muted);font-size:11px}.opgg-profile__quick strong{display:block;margin-top:5px;color:var(--text-strong);font-size:18px}.opgg-tabs{display:flex;align-items:center;gap:18px;height:42px;border-top:1px solid #24252e;border-bottom:1px solid #24252e;background:#2b2c36;padding:0 12px;margin-inline:0}.opgg-tabs button{height:100%;padding:0 10px;color:var(--text);font-size:13px;font-weight:800;border-bottom:3px solid transparent}.opgg-tabs button.active{color:#fff;border-bottom-color:var(--blue)}.opgg-filterbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding:10px 12px;border-radius:4px;background:var(--panel);border:1px solid var(--line)}.opgg-filterbar__tabs,.opgg-filterbar__tools{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.opgg-filterbar button{padding:7px 10px;border-radius:4px;color:var(--text);font-size:12px;font-weight:800}.opgg-filterbar button.active{color:#fff;background:#3a3b47}.opgg-filterbar__tools{color:var(--muted);font-size:12px;font-weight:700}.opgg-filterbar input[type=range]{width:120px;accent-color:var(--blue)}.query-panel{display:flex;gap:14px;padding:16px;flex-wrap:wrap;background:var(--panel);border:1px solid var(--line);border-radius:10px}.query-panel label{display:grid;gap:6px;min-width:180px;flex:1;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.query-panel input,.query-panel select{min-height:40px;border-radius:8px;padding:0 12px;outline:none;font-size:14px;font-weight:500;transition:border-color .15s ease,box-shadow .15s ease}.query-panel input:focus,.query-panel select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c89b3c26}.range-row{display:flex;align-items:center;gap:10px}.range-row input[type=range]{flex:1;min-height:auto;padding:0;border:0;background:transparent;accent-color:var(--gold)}.range-row strong{color:var(--gold-bright);font-size:14px;min-width:50px;text-align:right}.toggle-row{flex-direction:row!important;align-items:center;gap:8px;min-width:auto!important;color:var(--text)!important;font-size:14px!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;align-self:end;padding-bottom:10px}.toggle-row input{min-height:auto;width:16px;height:16px;accent-color:var(--gold)}.primary-action:disabled{opacity:.7;cursor:not-allowed;transform:none}.hero-banner{position:relative;display:grid;grid-template-columns:minmax(0,1.4fr) auto minmax(0,1fr);gap:28px;padding:24px 28px;background:linear-gradient(135deg,rgba(200,155,60,.08) 0%,transparent 50%),linear-gradient(225deg,rgba(10,200,185,.08) 0%,transparent 50%),linear-gradient(180deg,#0d1f3a,#0a1830);border:1px solid var(--line-strong);border-radius:14px;overflow:hidden;align-items:center}.hero-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(200,155,60,.18),transparent 55%);pointer-events:none}.hero-left{display:flex;flex-direction:column;gap:16px;position:relative;z-index:1}.rank-badge{display:inline-flex;align-items:center;gap:12px;padding:8px 14px 8px 8px;border-radius:999px;background:#00000040;border:1px solid;width:fit-content}.rank-shield{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;color:#0a1428;font-weight:900;font-size:13px;letter-spacing:.5px;box-shadow:0 0 16px #ffffff26}.rank-badge span{display:block;font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.rank-badge strong{display:block;color:var(--text-strong);font-size:15px;letter-spacing:.3px;margin-top:1px}.rank-badge small{display:block;color:var(--gold-bright);font-size:11px;font-weight:700;margin-top:1px}.hero-player{display:flex;align-items:center;gap:14px}.avatar{width:52px;height:52px;border-radius:10px;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dim) 100%);display:grid;place-items:center;font-weight:800;font-size:22px;color:#0a1428;box-shadow:var(--shadow-gold)}.avatar--lg{width:64px;height:64px;font-size:28px;border-radius:12px}.hero-player span{display:block;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hero-player strong{display:block;font-size:22px;margin:4px 0;color:var(--text-strong);letter-spacing:.3px}.hero-player p{margin:0;color:var(--muted-strong);font-size:13px}.hero-player em{font-style:normal;font-weight:700;color:var(--text-strong)}.hero-center{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px}.winrate-big{position:relative;width:130px;height:130px}.winrate-ring-svg{width:100%;height:100%;transform:rotate(0)}.ring-track{fill:none;stroke:#ffffff0f;stroke-width:10}.ring-fill{fill:none;stroke:var(--gold-bright);stroke-width:10;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(241,199,91,.5));transition:stroke-dasharray .6s ease}.winrate-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.winrate-center strong{font-size:30px;font-weight:800;color:var(--text-strong);line-height:1}.winrate-center span{font-size:11px;color:var(--muted);font-weight:700;letter-spacing:1px;margin-top:4px;text-transform:uppercase}.streak-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid}.streak-chip--win{color:var(--warning);background:#e8a3171f;border-color:#e8a31766}.streak-chip--loss{color:var(--danger);background:#ff46551f;border-color:#ff465566}.streak-chip--none{color:var(--muted);background:#8a90991a;border-color:var(--line-strong)}.hero-right{position:relative;z-index:1;display:flex;flex-direction:column;gap:12px}.hero-label{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.recent-dots{display:grid;grid-template-columns:repeat(10,1fr);gap:4px}.recent-dot{display:grid;place-items:center;height:26px;border-radius:5px;font-size:11px;font-weight:800;letter-spacing:.5px}.recent-dot.win{background:linear-gradient(180deg,#4cd96440,#4cd9641f);color:var(--success);border:1px solid rgba(76,217,100,.4)}.recent-dot.loss{background:linear-gradient(180deg,#ff465540,#ff46551f);color:var(--danger);border:1px solid rgba(255,70,85,.4)}.recent-dot--empty{background:var(--panel-strong);color:var(--muted);border:1px solid var(--line)}.hero-priority{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:8px;background:#c89b3c14;border:1px solid rgba(200,155,60,.25);color:var(--gold-bright)}.hero-priority svg{flex-shrink:0;margin-top:2px}.hero-priority span{display:block;font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.hero-priority strong{display:block;color:var(--text-strong);font-size:13px;margin-top:2px;line-height:1.4}.insight-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px}.insight-grid--alt{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr)}.chart-card{padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:12px}.chart-card--wide{display:flex;flex-direction:column}.chart-card__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--gold-bright)}.chart-card__head span{display:block;font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.chart-card__head strong{display:block;margin-top:3px;font-size:15px;color:var(--text-strong)}.radar-svg{width:100%;height:auto;max-height:280px;display:block}.radar-grid{fill:none;stroke:var(--line-strong);stroke-width:1}.radar-axis{stroke:var(--line);stroke-width:1;stroke-dasharray:2 3}.radar-point{fill:var(--gold-bright);stroke:#0a1428;stroke-width:2;filter:drop-shadow(0 0 4px rgba(241,199,91,.6))}.radar-label{font-size:11px;font-weight:700;fill:var(--text);text-transform:uppercase;letter-spacing:.5px}.radar-value{font-size:11px;font-weight:700;fill:var(--gold-bright)}.trend-svg{width:100%;height:auto;display:block}.trend-zero{stroke:var(--line-strong);stroke-width:1;stroke-dasharray:3 4}.trend-axis-label{font-size:10px;fill:var(--muted);font-weight:600}.trend-dot{stroke:#0a1428;stroke-width:2;cursor:pointer;transition:r .15s ease}.trend-dot.win{fill:var(--success);filter:drop-shadow(0 0 4px rgba(76,217,100,.5))}.trend-dot.loss{fill:var(--danger);filter:drop-shadow(0 0 4px rgba(255,70,85,.5))}.trend-dot:hover{r:6}.trend-legend{display:flex;gap:18px;margin-top:10px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted-strong);font-size:12px}.trend-legend span{display:inline-flex;align-items:center;gap:6px}.trend-legend .dot{width:8px;height:8px;border-radius:999px;display:inline-block}.trend-legend .dot.win{background:var(--success);box-shadow:0 0 6px #4cd96499}.trend-legend .dot.loss{background:var(--danger);box-shadow:0 0 6px #ff465599}.pool-list{display:grid;gap:10px}.pool-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line);transition:border-color .15s ease,transform .15s ease}.pool-row:hover{border-color:var(--line-strong);transform:translate(2px)}.pool-champ{width:44px;height:44px;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:14px;color:#0a1428}.pool-champ--good{background:linear-gradient(135deg,var(--success),#2e7d32)}.pool-champ--ok{background:linear-gradient(135deg,var(--gold),var(--gold-dim))}.pool-champ--bad{background:linear-gradient(135deg,var(--danger),#8e2c2c);color:#fff}.pool-title{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.pool-title strong{font-size:14px;color:var(--text-strong)}.pool-title span{font-size:11px;color:var(--muted);font-weight:600}.pool-bar{margin-top:6px;height:5px;border-radius:999px;background:#ffffff0d;overflow:hidden}.pool-bar-fill{height:100%;background:linear-gradient(90deg,var(--cyan),var(--gold-bright));border-radius:inherit}.pool-stats{text-align:right;min-width:64px}.pool-wr{display:block;font-size:16px;font-weight:800;line-height:1}.pool-wr--good{color:var(--success)}.pool-wr--ok{color:var(--gold-bright)}.pool-wr--bad{color:var(--danger)}.pool-stats span{display:block;margin-top:4px;font-size:11px;color:var(--muted);font-weight:600}.highlight-stack{display:grid;gap:14px;align-content:start}.highlight-card{padding:16px;background:var(--panel);border:1px solid var(--line);border-radius:12px;position:relative;overflow:hidden}.highlight-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.highlight-card--best:before{background:linear-gradient(135deg,rgba(241,199,91,.12),transparent 60%)}.highlight-card--worst:before{background:linear-gradient(135deg,rgba(255,70,85,.1),transparent 60%)}.highlight-card--best{border-color:#f1c75b4d}.highlight-card--worst{border-color:#ff46554d}.highlight-head{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.highlight-head>div:nth-child(2){flex:1}.highlight-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center}.highlight-icon--best{background:#f1c75b2e;color:var(--gold-bright)}.highlight-icon--worst{background:#ff46552e;color:var(--danger)}.highlight-head span{display:block;font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.highlight-head strong{display:block;margin-top:2px;font-size:15px;color:var(--text-strong)}.highlight-result{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:800}.highlight-result.win{color:var(--success);background:#4cd96426;border:1px solid rgba(76,217,100,.3)}.highlight-result.loss{color:var(--danger);background:#ff465526;border:1px solid rgba(255,70,85,.3)}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:14px 0 12px;position:relative;z-index:1}.highlight-grid div{padding:10px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line)}.highlight-grid span{display:block;font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.highlight-grid strong{display:block;margin-top:4px;font-size:15px;color:var(--text-strong)}.highlight-note{margin:0;padding:10px 12px;border-radius:8px;background:#0003;border-left:3px solid var(--gold);color:var(--muted-strong);font-size:12px;line-height:1.55;position:relative;z-index:1}.highlight-card--worst .highlight-note{border-left-color:var(--danger)}.metric-grid,.training-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card{padding:16px;display:flex;gap:12px;align-items:flex-start;background:var(--panel);border:1px solid var(--line);border-radius:10px;transition:border-color .15s ease,transform .15s ease}.metric-card:hover{border-color:var(--line-strong);transform:translateY(-2px)}.metric-icon{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:#8a90991f;color:var(--muted-strong);flex-shrink:0}.metric-icon--accent{background:#c89b3c26;color:var(--gold-bright)}.metric-icon--positive{background:#4cd96426;color:var(--success)}.metric-icon--negative{background:#ff465526;color:var(--danger)}.metric-body p{margin:0 0 5px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.metric-body strong{display:block;font-size:24px;line-height:1;color:var(--text-strong)}.metric-body span{display:block;margin-top:6px;color:var(--muted-strong);font-size:12px}.tabs{display:flex;gap:4px;padding:5px;width:fit-content;background:var(--panel-strong);border:1px solid var(--line);border-radius:10px}.tabs button{min-width:92px;border-radius:7px;padding:9px 16px;background:transparent;color:var(--muted-strong);font-size:13px;font-weight:600;transition:all .15s ease}.tabs button:hover{color:var(--text)}.tabs button.active{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dim) 100%);color:#0a1428;box-shadow:var(--shadow-sm)}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px}.focus-stack{display:grid;gap:14px}.focus-card{padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.focus-card__head{display:flex;align-items:flex-start;gap:14px}.focus-index{width:34px;height:34px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dim) 100%);color:#0a1428;font-weight:800;flex-shrink:0}.focus-head-text{flex:1;min-width:0}.focus-title-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.focus-title-row h3{margin:0;font-size:17px;color:var(--text-strong);letter-spacing:.2px}.focus-card__head p{margin-top:8px;line-height:1.6;color:var(--muted-strong);font-size:13px}.severity{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;letter-spacing:.3px}.severity-high{background:#ff465526;color:var(--danger);border:1px solid rgba(255,70,85,.3)}.severity-medium{background:#e8a31726;color:var(--warning);border:1px solid rgba(232,163,23,.3)}.severity-low{background:#4cd96426;color:var(--success);border:1px solid rgba(76,217,100,.3)}.progress-track{height:6px;border-radius:999px;background:var(--panel-strong);overflow:hidden;margin:16px 0;border:1px solid var(--line)}.progress-track div{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--gold-bright))}.focus-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.focus-actions div{border-radius:8px;padding:12px;background:var(--panel-strong);border:1px solid var(--line)}.focus-actions span{display:block;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.focus-actions p{margin:6px 0 0;line-height:1.55;color:var(--text);font-size:13px}.coach-panel{padding:18px;align-self:start;background:linear-gradient(180deg,rgba(200,155,60,.08),transparent 60%),var(--panel);border:1px solid rgba(200,155,60,.25);border-radius:10px}.coach-panel__header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--gold-bright)}.coach-panel__header strong{font-size:15px;color:var(--text-strong)}.coach-panel p{margin:0;line-height:1.7;color:var(--muted-strong);font-size:13px}.coach-checks{display:grid;gap:8px;margin-top:16px}.coach-checks div{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line);color:var(--text);font-weight:600;font-size:13px}.coach-checks div svg{color:var(--cyan);flex-shrink:0}.training-board{padding:12px;display:grid;gap:10px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.training-step{display:flex;justify-content:space-between;gap:18px;padding:14px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line);align-items:center}.training-step--full{align-items:flex-start}.training-step__index{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dim) 100%);color:#0a1428;font-weight:800;flex-shrink:0}.training-step__main{flex:1;min-width:0}.training-step__main span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.training-step__main h3{margin:4px 0 6px;font-size:16px;color:var(--text-strong)}.training-step__main p{margin:0;color:var(--muted-strong);font-size:13px;line-height:1.55}.training-step__title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.training-step__evidence{margin:6px 0 12px!important;color:var(--muted-strong)!important;font-size:13px!important;line-height:1.6!important}.training-step__detail{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.training-step__detail div{padding:10px;border-radius:6px;background:var(--panel);border:1px solid var(--line)}.training-step__detail span{display:block;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.training-step__detail p{margin:4px 0 0;color:var(--text);font-size:13px;line-height:1.5}.training-step button{display:inline-flex;align-items:center;gap:7px;border-radius:8px;padding:10px 14px;color:var(--cyan);background:#0ac8b91a;border:1px solid rgba(10,200,185,.3);font-weight:600;font-size:13px;transition:all .15s ease;flex-shrink:0}.training-step button:hover{background:#0ac8b933;border-color:var(--cyan)}.match-list{padding:12px;display:grid;gap:8px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.match-row{display:grid;grid-template-columns:12px minmax(180px,1fr) repeat(4,minmax(92px,130px));align-items:center;gap:12px;padding:12px 14px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line);transition:border-color .15s ease}.match-row:hover{border-color:var(--line-strong)}.result-dot{width:10px;height:10px;border-radius:999px}.result-dot.win{background:var(--success);box-shadow:0 0 8px #4cd96480}.result-dot.loss{background:var(--danger);box-shadow:0 0 8px #ff465580}.match-main strong{display:block;font-size:15px;color:var(--text-strong)}.match-main span{display:block;margin-top:3px;color:var(--muted);font-size:11px}.match-stat span{display:block;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.match-stat strong{display:block;margin-top:4px;font-size:15px;color:var(--text-strong)}.positive{color:var(--success)!important}.negative{color:var(--danger)!important}.data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.data-card{padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.static-data-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.static-data-summary>div{padding:12px;border-radius:8px;border:1px solid var(--line);background:var(--panel-strong)}.static-data-summary span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.static-data-summary strong{display:block;color:var(--text-strong);font-size:15px;line-height:1.35;overflow-wrap:anywhere}.static-data-note,.static-data-error{margin:14px 0 0;color:var(--muted-strong);font-size:13px;line-height:1.65}.static-data-error{display:flex;align-items:flex-start;gap:8px;color:var(--danger)}.data-card--full{grid-column:1 / -1}.data-card__head{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--gold-bright);padding-bottom:12px;border-bottom:1px solid var(--line)}.data-card__head strong{color:var(--text-strong);font-size:15px}.route-list{display:grid;gap:8px}.route-list button{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line);color:var(--text);transition:all .15s ease}.route-list button:hover{border-color:var(--line-strong);background:var(--panel-hover)}.route-list button.selected{background:linear-gradient(90deg,#c89b3c26,#c89b3c05);border-color:var(--gold);color:var(--gold-bright)}.route-list small{font-size:11px;padding:2px 8px;border-radius:999px;background:#8a909926;color:var(--muted-strong);font-weight:600}.route-list button.selected small{background:#c89b3c33;color:var(--gold-bright)}.sync-list{display:grid;gap:8px}.sync-item{display:flex;justify-content:space-between;align-items:center;padding:11px 14px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line)}.sync-item span{color:var(--muted);font-size:12px;font-weight:600}.sync-item strong{color:var(--text-strong);font-size:13px;display:inline-flex;align-items:center;gap:5px}.data-notes{margin:0;padding-left:18px;display:grid;gap:8px;color:var(--muted-strong);font-size:13px;line-height:1.6}.data-notes li::marker{color:var(--gold)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.settings-card{padding:18px;background:var(--panel);border:1px solid var(--line);border-radius:10px}.settings-card--full{grid-column:1 / -1}.settings-card__head{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--gold-bright);padding-bottom:12px;border-bottom:1px solid var(--line)}.settings-card__head strong{color:var(--text-strong);font-size:15px}.settings-row{display:flex!important;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);gap:12px;color:var(--text)!important;font-size:14px!important;font-weight:500!important;text-transform:none!important;letter-spacing:0!important;min-width:0!important}.settings-row:last-child{border-bottom:0}.settings-row span{color:var(--text)}.settings-row input[type=number],.settings-row select{min-height:36px;border-radius:6px;padding:0 10px;outline:none;font-size:13px;width:130px;border:1px solid var(--line-strong);background:var(--panel-strong)}.settings-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold)}.settings-row input:focus,.settings-row select:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c89b3c26}.settings-hint{margin:0 0 14px;color:var(--muted-strong);font-size:13px;line-height:1.65}.settings-checks{display:grid;gap:8px}.settings-checks div{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;background:var(--panel-strong);border:1px solid var(--line);color:var(--text);font-size:13px;font-weight:500}.settings-checks div svg{color:var(--success);flex-shrink:0}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;flex-wrap:wrap;gap:16px}.brand{padding-bottom:0;border-bottom:0;border-right:1px solid var(--line);padding-right:16px}.nav-list{flex:1;grid-auto-flow:column;grid-template-columns:repeat(4,auto);gap:4px}.nav-list button{flex-direction:column;align-items:center;gap:4px;padding:8px 10px;text-align:center}.nav-text{align-items:center}.nav-text small{display:none}.source-panel{margin-top:0;flex:1 1 100%}.metric-grid,.training-overview,.content-grid,.data-grid,.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insight-grid,.insight-grid--alt{grid-template-columns:1fr}.hero-banner{grid-template-columns:1fr;gap:18px}.coach-panel,.data-card--full,.settings-card--full{grid-column:1 / -1}}@media(max-width:760px){.workspace,.sidebar{padding:18px}.page-header,.summary-band{align-items:stretch;flex-direction:column}.page-header h1{font-size:22px}.primary-action,.readiness,.tabs{width:100%}.readiness{min-width:0}.metric-grid,.training-overview,.content-grid,.focus-actions,.route-list,.data-grid,.settings-grid,.training-step__detail,.highlight-grid{grid-template-columns:1fr}.highlight-grid{grid-template-columns:repeat(2,1fr)}.hero-banner{padding:18px}.tabs{display:grid;grid-template-columns:repeat(3,1fr)}.tabs button{min-width:0;padding-inline:8px}.match-row{grid-template-columns:10px 1fr 1fr}.training-step{flex-direction:column;align-items:stretch}.training-step button{width:100%;justify-content:center}}.opgg-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:16px;align-items:start}.opgg-left,.opgg-right{display:grid;gap:14px}.rank-card{background:linear-gradient(180deg,#0f2547,#0a1830);border:1px solid var(--line-strong);border-radius:12px;overflow:hidden}.rank-card__head{padding:12px 16px;border-bottom:1px solid var(--line);background:#0003}.rank-card__head strong{font-size:13px;color:var(--text-strong);letter-spacing:.3px}.rank-card__body{display:flex;align-items:center;gap:14px;padding:18px 16px}.rank-emblem{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:18px;color:#0a1428;flex-shrink:0;box-shadow:0 0 20px #ffffff1f,inset 0 0 12px #0003}.rank-info{display:flex;flex-direction:column;gap:3px;min-width:0}.rank-name{font-size:18px;color:var(--text-strong);letter-spacing:.3px}.rank-lp{font-size:13px;color:var(--gold-bright);font-weight:700}.rank-record{display:flex;gap:10px;margin-top:6px;font-size:12px;font-weight:600}.rank-record .positive{color:var(--success)}.rank-record .negative{color:var(--danger)}.rank-wr{color:var(--muted-strong)!important}.opgg-card{background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden}.opgg-card__head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line);background:#00000026}.opgg-card__head strong{font-size:13px;color:var(--text-strong);letter-spacing:.3px}.opgg-card__head span{font-size:11px;color:var(--muted);font-weight:600}.role-bars{display:flex;justify-content:space-around;align-items:flex-end;padding:18px 12px 10px;gap:8px;height:140px}.role-bar{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;height:100%;justify-content:flex-end}.role-bar__track{width:100%;max-width:32px;flex:1;background:#ffffff0a;border-radius:6px 6px 0 0;display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--line);border-bottom:0}.role-bar__fill{width:100%;background:linear-gradient(180deg,var(--gold-bright),var(--gold-dim));border-radius:5px 5px 0 0;min-height:2px;transition:height .4s ease;box-shadow:0 0 8px #f1c75b4d}.role-bar__label{font-size:11px;color:var(--muted-strong);font-weight:600}.role-bar__value{font-size:11px;color:var(--text-strong);font-weight:700}.champ-pool-table{display:grid;gap:1px;background:var(--line)}.champ-pool-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px 14px;background:var(--panel);transition:background .15s ease}.champ-pool-row:hover{background:var(--panel-hover)}.champ-pool-icon{width:40px;height:40px;border-radius:8px;display:grid;place-items:center;font-weight:800;font-size:12px;color:#0a1428}.champ-pool-icon--good{background:linear-gradient(135deg,var(--success),#2e7d32)}.champ-pool-icon--ok{background:linear-gradient(135deg,var(--gold),var(--gold-dim))}.champ-pool-icon--bad{background:linear-gradient(135deg,var(--danger),#8e2c2c);color:#fff}.champ-pool-name{display:flex;flex-direction:column;gap:2px;min-width:0}.champ-pool-name strong{font-size:13px;color:var(--text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.champ-pool-name span{font-size:11px;color:var(--muted)}.champ-pool-kda{text-align:right;min-width:50px}.champ-pool-kda strong{display:block;font-size:14px;font-weight:800}.champ-pool-kda span{display:block;font-size:10px;color:var(--muted);margin-top:2px}.champ-pool-wr{text-align:right;min-width:56px}.champ-pool-wr strong{display:block;font-size:14px;font-weight:800}.champ-pool-wr span{display:block;font-size:10px;color:var(--muted);margin-top:2px}.kda--orange{color:#f1c75b!important}.kda--blue{color:#5dade2!important}.kda--green{color:#4cd964!important}.kda--gray{color:var(--muted-strong)!important}.summary-strip{background:var(--panel);border:1px solid var(--line);border-radius:12px;overflow:hidden}.summary-strip__head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--line);background:#00000026}.summary-strip__head strong{font-size:14px;color:var(--text-strong)}.summary-strip__head span{font-size:12px;color:var(--muted-strong)}.summary-strip__body{display:grid;grid-template-columns:minmax(180px,1fr) minmax(0,1.5fr) minmax(160px,1fr);gap:1px;background:var(--line)}.ss-block{background:var(--panel);padding:16px;display:flex;flex-direction:column;gap:12px}.ss-label{font-size:11px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.ss-winrate{flex-direction:row;align-items:center;gap:14px}.ss-donut{position:relative;width:80px;height:80px;flex-shrink:0}.ss-donut svg{width:100%;height:100%}.ss-donut-track{fill:none;stroke:#ffffff0f;stroke-width:8}.ss-donut-win{fill:none;stroke:var(--success);stroke-width:8;stroke-linecap:round;filter:drop-shadow(0 0 4px rgba(76,217,100,.5));transition:stroke-dasharray .6s ease}.ss-donut-text{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.ss-donut-text strong{font-size:18px;font-weight:800;color:var(--text-strong)}.ss-kda{display:flex;flex-direction:column;gap:4px;min-width:0}.ss-kda-line{font-size:14px;font-weight:700;color:var(--text-strong)}.ss-kda-ratio{display:flex;flex-direction:column;gap:2px}.ss-kda-ratio strong{font-size:16px;font-weight:800}.ss-kda-ratio span{font-size:11px;color:var(--muted)}.ss-champ-list{display:grid;gap:10px}.ss-champ{display:flex;align-items:center;gap:10px}.ss-champ-icon{width:32px;height:32px;border-radius:6px;display:grid;place-items:center;font-weight:800;font-size:11px;color:#0a1428;flex-shrink:0}.ss-champ-icon--good{background:linear-gradient(135deg,var(--success),#2e7d32)}.ss-champ-icon--ok{background:linear-gradient(135deg,var(--gold),var(--gold-dim))}.ss-champ-icon--bad{background:linear-gradient(135deg,var(--danger),#8e2c2c);color:#fff}.ss-champ>div{display:flex;flex-direction:column;gap:2px;min-width:0}.ss-champ strong{font-size:13px;font-weight:800}.ss-champ span{font-size:11px;color:var(--muted)}.ss-empty{color:var(--muted);font-size:12px}.ss-role .role-bars{height:100px;padding:10px 0 4px}.ss-role-top{display:flex;gap:12px;font-size:11px;color:var(--muted-strong);font-weight:600}.ai-chips{display:flex;flex-wrap:wrap;gap:8px}.ai-chips button{padding:9px 14px;border-radius:999px;background:var(--panel);border:1px solid var(--line-strong);color:var(--text);font-size:12px;font-weight:600;transition:all .15s ease}.ai-chips button:hover{border-color:var(--gold-dim);color:var(--gold-bright);background:#c89b3c0f}.match-list{display:grid;gap:8px}.match-card{position:relative;display:grid;grid-template-columns:4px minmax(120px,.8fr) minmax(140px,1fr) minmax(120px,.8fr) minmax(200px,1.2fr) minmax(0,1.5fr);align-items:center;gap:14px;padding:12px 14px;background:var(--panel);border:1px solid var(--line);border-radius:8px;transition:border-color .15s ease,transform .15s ease;overflow:hidden}.match-card:hover{border-color:var(--line-strong);transform:translate(2px)}.match-card__bar{position:absolute;left:0;top:0;bottom:0;width:4px}.match-card--win .match-card__bar{background:linear-gradient(180deg,var(--success),#2e7d32)}.match-card--loss .match-card__bar{background:linear-gradient(180deg,var(--danger),#8e2c2c)}.match-card--win{background:linear-gradient(90deg,rgba(76,217,100,.05),transparent 30%),var(--panel)}.match-card--loss{background:linear-gradient(90deg,rgba(255,70,85,.05),transparent 30%),var(--panel)}.match-card__meta{display:flex;flex-direction:column;gap:4px;padding-left:6px}.match-card__queue{display:flex;flex-direction:column;gap:2px}.match-card__queue strong{font-size:12px;color:var(--text-strong);font-weight:700}.match-card__queue span{font-size:10px;color:var(--muted)}.match-card__result{font-size:11px;font-weight:800;padding:2px 8px;border-radius:4px;width:fit-content}.result--win{color:var(--success);background:#4cd9641f}.result--loss{color:var(--danger);background:#ff46551f}.match-card__duration{font-size:10px;color:var(--muted);font-weight:600}.match-card__champ{display:flex;align-items:center;gap:10px}.champ-portrait{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:11px;color:#0a1428;flex-shrink:0;border:2px solid}.champ-portrait--win{background:linear-gradient(135deg,var(--success),#2e7d32);border-color:#4cd96480}.champ-portrait--loss{background:linear-gradient(135deg,var(--danger),#8e2c2c);border-color:#ff465580;color:#fff}.champ-role{display:flex;flex-direction:column;align-items:center;gap:3px}.champ-name{max-width:96px;color:var(--text-strong);font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-pill{width:20px;height:20px;border-radius:50%;background:#0000004d;border:1px solid var(--line-strong);display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--gold-bright)}.champ-role span{font-size:10px;color:var(--muted)}.champ-vs{display:flex;flex-direction:column;gap:2px;min-width:0}.champ-vs span{font-size:9px;color:var(--muted);font-weight:700;letter-spacing:.5px}.champ-vs strong{font-size:12px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-card__kda{display:flex;flex-direction:column;align-items:center;gap:4px}.kda-line{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:800;color:var(--text-strong)}.kda-line em{color:var(--muted);font-style:normal;font-weight:400}.kda-deaths{color:var(--danger)!important}.kda-ratio{display:flex;align-items:center;gap:4px}.kda-ratio strong{font-size:12px;font-weight:800}.kda-ratio span{font-size:10px;color:var(--muted)}.multikill{padding:1px 6px;border-radius:3px;font-size:9px;font-weight:800;letter-spacing:.3px}.multikill--double{color:#5dade2;background:#5dade226}.multikill--triple{color:#bb8fce;background:#bb8fce26}.multikill--quadra{color:var(--warning);background:#e8a31726}.multikill--penta{color:var(--gold-bright);background:#f1c75b33;box-shadow:0 0 8px #f1c75b66}.match-card__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.match-card__stats div{display:flex;flex-direction:column;gap:2px;text-align:center}.match-card__stats span{font-size:9px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.3px}.match-card__stats strong{font-size:12px;color:var(--text-strong);font-weight:700}.match-card__stats em{font-style:normal;color:var(--muted);font-size:10px}.match-card__teams{display:grid;grid-template-columns:1fr 1fr;gap:8px}.participant-list{display:grid;gap:3px}.participant{display:flex;align-items:center;gap:6px;min-width:0}.participant-champ{width:18px;height:18px;border-radius:3px;display:grid;place-items:center;font-size:8px;font-weight:800;color:#0a1428;flex-shrink:0}.participant-champ--ally{background:#4cd96440;color:var(--success);border:1px solid rgba(76,217,100,.3)}.participant-champ--enemy{background:#ff465540;color:var(--danger);border:1px solid rgba(255,70,85,.3)}.participant-name{font-size:10px;color:var(--muted-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.focus-stack--compact .focus-card{padding:14px}.focus-stack--compact .focus-card__head{gap:10px}.focus-stack--compact .focus-index{width:28px;height:28px;font-size:12px}.focus-stack--compact .focus-title-row h3{font-size:14px}.focus-stack--compact .focus-card__head p{font-size:12px;margin-top:4px}.focus-stack--compact .progress-track{margin:10px 0;height:4px}.focus-stack--compact .focus-actions{grid-template-columns:1fr;gap:8px}.focus-stack--compact .focus-actions div{padding:8px 10px}.focus-stack--compact .focus-actions p{font-size:12px}@media(max-width:1100px){.static-data-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.opgg-grid,.summary-strip__body{grid-template-columns:1fr}.match-card{grid-template-columns:4px 1fr 1fr;grid-template-areas:"bar meta champ" "bar kda kda" "bar stats stats" "bar teams teams";gap:10px;padding:12px}.match-card__bar{grid-area:bar}.match-card__meta{grid-area:meta}.match-card__champ{grid-area:champ}.match-card__kda{grid-area:kda;flex-direction:row;justify-content:flex-start}.match-card__stats{grid-area:stats}.match-card__teams{grid-area:teams}}@media(max-width:760px){.static-data-summary{grid-template-columns:1fr}.match-card__stats{grid-template-columns:repeat(2,1fr)}.match-card__teams{grid-template-columns:1fr}.champ-pool-row{grid-template-columns:36px 1fr auto}.champ-pool-kda{display:none}.ai-chips button{font-size:11px;padding:7px 11px}}.opgg-grid{grid-template-columns:320px minmax(0,1fr);gap:8px}.opgg-left,.opgg-right{gap:8px}.rank-card,.opgg-card,.summary-strip,.match-card,.training-board,.data-card,.settings-card{border-radius:4px;background:var(--panel);border-color:var(--line);box-shadow:none}.rank-card{background:var(--panel)}.rank-card__head,.opgg-card__head,.summary-strip__head{padding:9px 12px;background:#2a2b35;border-color:var(--line)}.rank-card__body{padding:16px 14px}.rank-emblem{width:74px;height:74px;border-radius:50%;color:#fff}.rank-name{font-size:20px}.rank-lp{color:var(--muted-strong)}.role-bars{height:128px;padding:14px 10px 8px}.role-bar__track{background:#424452;border:0;border-radius:0}.role-bar__fill{background:var(--blue);border-radius:0;box-shadow:none}.champ-pool-row{grid-template-columns:36px minmax(0,1fr) auto auto;gap:9px;padding:8px 10px;background:var(--panel)}.champ-pool-icon{width:32px;height:32px;border-radius:50%}.summary-strip__body{grid-template-columns:180px minmax(0,1fr) 170px}.ss-block{padding:12px;background:var(--panel)}.ss-donut{width:72px;height:72px}.ss-donut-win{stroke:var(--blue);filter:none}.ai-chips button{padding:7px 11px;background:#23242d;border-color:var(--line);color:var(--text)}.match-list{gap:6px}.match-card{grid-template-columns:4px 92px 150px 104px minmax(170px,1fr) minmax(160px,1.1fr);gap:8px;min-height:86px;padding:9px 11px;border:0;border-left:0}.match-card--win{background:linear-gradient(90deg,#5383e82e,#5383e81a),#283957}.match-card--loss{background:linear-gradient(90deg,#e840572e,#e840571a),#50313c}.match-card--win .match-card__bar{background:#5383e8}.match-card--loss .match-card__bar{background:#e84057}.match-card__queue strong,.match-card__result{color:#8fb3ff}.match-card--loss .match-card__queue strong,.match-card--loss .match-card__result{color:#ff6b7c}.match-card__result{padding:0;background:transparent}.champ-portrait{width:46px;height:46px;border:0}.champ-name{max-width:86px}.match-card__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.match-card__stats div{padding:0;background:transparent;border:0}.participant-champ{border-radius:50%}@media(max-width:1100px){.opgg-profile{grid-template-columns:88px minmax(0,1fr)}.opgg-profile__quick{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr))}.opgg-grid,.summary-strip__body{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{padding:10px 12px}.brand-text span,.nav-icon{display:none}.workspace{width:calc(100vw - 20px)}.opgg-profile{grid-template-columns:72px minmax(0,1fr);padding-top:18px}.opgg-profile__avatar{width:68px;height:68px;border-radius:14px}.opgg-profile__title-row h1{font-size:20px}.opgg-profile__controls input,.opgg-profile__controls select,.opgg-profile__controls .primary-action,.opgg-profile__controls .secondary-action{width:100%}.opgg-tabs,.opgg-filterbar{overflow-x:auto}.opgg-filterbar{align-items:stretch;flex-direction:column}.match-card{grid-template-columns:4px 1fr;grid-template-areas:"bar meta" "bar champ" "bar kda" "bar stats" "bar teams"}}.asset-icon{width:20px;height:20px;display:inline-grid;place-items:center;overflow:hidden;border-radius:4px;background:#20212a;border:1px solid rgba(255,255,255,.08);color:var(--muted);font-size:9px;font-style:normal;flex:0 0 auto}.asset-icon img{width:100%;height:100%;display:block;object-fit:cover}.asset-icon em{font-style:normal;font-weight:800;transform:scale(.82)}.asset-icon--empty{background:#0000002e;border-color:#ffffff0a}.match-card__loadout{display:grid;grid-template-columns:42px 88px;gap:8px;align-items:center;min-width:0}.spell-rune-grid{display:grid;grid-template-columns:repeat(2,20px);gap:3px}.spell-icon,.rune-icon{width:20px;height:20px;border-radius:4px}.rune-icon{border-radius:50%}.rune-icon--keystone{border-color:#d9a85d8c;box-shadow:0 0 0 1px #d9a85d2e}.item-grid{display:grid;grid-template-columns:repeat(4,20px);gap:3px}.match-card{grid-template-columns:64px 132px 138px 74px 90px minmax(130px,1fr);min-width:688px}.match-card__meta{writing-mode:horizontal-tb;text-orientation:mixed;white-space:normal}.match-card__queue,.match-card__duration,.match-card__result{writing-mode:horizontal-tb;white-space:normal}.match-card__teams,.participant-list{min-width:0}@media(max-width:900px){.match-list{overflow-x:auto;padding-bottom:2px}.match-card{width:688px;grid-template-columns:64px 132px 138px 74px 90px 130px;grid-template-areas:none}.match-card__bar,.match-card__meta,.match-card__champ,.match-card__loadout,.match-card__kda,.match-card__stats,.match-card__teams{grid-area:auto}.match-card__kda{flex-direction:column;justify-content:center}.match-card__teams{grid-template-columns:1fr 1fr}}@media(max-width:760px){.match-card{width:688px;grid-template-columns:64px 132px 138px 74px 90px 130px;grid-template-areas:none}.match-card__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.match-card__teams{grid-template-columns:1fr 1fr}}@media(max-width:1100px){.match-list{overflow-x:auto;padding-bottom:2px}.match-card{width:688px;grid-template-columns:64px 132px 138px 74px 90px 130px;grid-template-areas:none}.match-card__bar,.match-card__meta,.match-card__champ,.match-card__loadout,.match-card__kda,.match-card__stats,.match-card__teams{grid-area:auto}.match-card__kda{flex-direction:column;justify-content:center}.match-card__teams{grid-template-columns:1fr 1fr}}.home-lookup{width:min(760px,100%);margin:96px auto 0;display:grid;gap:22px;padding:34px;border-radius:8px;background:#2f303b;border:1px solid var(--line);box-shadow:0 18px 44px #0000003d}.home-lookup__intro{display:grid;gap:8px}.home-lookup__intro h1{margin:0;color:var(--text-strong);font-size:30px;line-height:1.18;font-weight:800;letter-spacing:0}.home-lookup__intro p{margin:0;color:var(--muted-strong);font-size:14px;line-height:1.55}.home-lookup__form{display:grid;grid-template-columns:minmax(260px,1fr) 160px auto;gap:10px;align-items:end}.home-field{display:grid;gap:7px;min-width:0}.home-field span{color:var(--muted);font-size:12px;font-weight:800}.home-field input,.home-field select{height:42px;width:100%;border-radius:5px;background:#20212a;border:1px solid var(--line-strong);padding:0 12px;color:var(--text-strong);outline:none}.home-field input:focus,.home-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #5383e829}.home-submit{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:5px;padding:0 18px;background:var(--blue);color:#fff;font-size:14px;font-weight:800;white-space:nowrap}.home-submit:hover:not(:disabled){background:#6593ea}.home-submit:disabled{opacity:.72;cursor:not-allowed}.home-lookup__hint,.home-lookup__error{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:32px;padding:7px 10px;border-radius:5px;font-size:12px;font-weight:700}.home-lookup__hint{color:var(--muted-strong);background:#282934;border:1px solid var(--line)}.home-lookup__hint svg{color:var(--success)}.home-lookup__error{color:#ff9aa5;background:#ff46551a;border:1px solid rgba(255,70,85,.28)}.home-lookup__error svg{color:var(--danger)}@media(max-width:760px){.home-lookup{margin-top:38px;padding:22px}.home-lookup__form{grid-template-columns:1fr}.home-submit{width:100%}}.rank-emblem{--rank-color: #6bb7e8;position:relative;width:68px;height:72px;border-radius:14px 14px 22px 22px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.34),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--rank-color) 88%,#ffffff 12%),color-mix(in srgb,var(--rank-color) 58%,#050814 42%));clip-path:polygon(50% 0,88% 14%,100% 48%,78% 90%,50% 100%,22% 90%,0 48%,12% 14%);color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.55);box-shadow:0 16px 26px #00000047,inset 0 0 0 2px #ffffff29}.rank-emblem:before{content:"";position:absolute;top:10px;right:13px;bottom:14px;left:13px;clip-path:polygon(50% 0,78% 24%,68% 72%,50% 100%,32% 72%,22% 24%);background:#05091657;border:1px solid rgba(255,255,255,.18)}.rank-emblem:after{content:"";position:absolute;top:8px;left:50%;width:28px;height:14px;transform:translate(-50%);clip-path:polygon(0 100%,18% 20%,36% 78%,50% 0,64% 78%,82% 20%,100% 100%);background:#ffffff52}.rank-emblem span{position:relative;z-index:1;margin-top:12px;font-size:17px;letter-spacing:0}.rank-emblem--iron,.rank-emblem--bronze,.rank-emblem--silver,.rank-emblem--gold,.rank-emblem--platinum,.rank-emblem--emerald,.rank-emblem--diamond,.rank-emblem--master,.rank-emblem--grandmaster,.rank-emblem--challenger{background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.38),transparent 28%),linear-gradient(145deg,color-mix(in srgb,var(--rank-color) 92%,#ffffff 8%),color-mix(in srgb,var(--rank-color) 54%,#050814 46%))}.loadout-icons{display:grid;grid-template-columns:42px 88px;gap:8px;align-items:center;min-width:0}.loadout-icons--compact{grid-template-columns:42px 134px;gap:7px}.loadout-icons--compact .item-grid{grid-template-columns:repeat(6,20px)}.match-card{display:block;min-width:0;width:100%;padding:0;border-radius:6px;overflow:hidden}.match-card__summary{display:grid;grid-template-columns:minmax(74px,.55fr) minmax(160px,1fr) minmax(148px,.95fr) minmax(92px,.55fr) minmax(176px,.95fr) minmax(210px,1.2fr) 32px;gap:12px;align-items:center;min-height:112px;padding:12px 12px 12px 16px}.match-card__toggle{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:6px;background:#ffffff14;color:#9fb7ff;font-size:20px;line-height:1;cursor:pointer}.match-card__toggle:hover{background:#5e84ff2e;color:#dbe6ff}.match-detail-panel{border-top:1px solid rgba(255,255,255,.08);background:#14151eb8}.match-detail-tabs{display:grid;grid-template-columns:repeat(4,minmax(90px,1fr));min-height:34px;background:#303140;border-bottom:1px solid rgba(0,0,0,.28)}.match-detail-tabs span{display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800}.match-detail-tabs span.active{background:#ffffff29}.match-detail-team{background:#242634}.match-detail-team+.match-detail-team{border-top:1px solid rgba(0,0,0,.36)}.match-detail-team__title{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;min-height:30px;padding:0 12px;color:#aeb7d2;font-size:12px;background:#ffffff08}.match-detail-team__title strong{font-size:13px}.match-detail-team__title--win strong{color:#6ea0ff}.match-detail-team__title--loss strong{color:#ff5a70}.match-detail-row{display:grid;grid-template-columns:minmax(220px,1.7fr) 76px 90px minmax(96px,.8fr) minmax(96px,.8fr) 74px minmax(190px,1.25fr);gap:10px;align-items:center;min-height:48px;padding:5px 12px;border-top:1px solid rgba(255,255,255,.045)}.match-detail-row--head{min-height:28px;color:#7f86a0;font-size:12px;font-weight:700;background:#0000001f}.detail-player{display:grid;grid-template-columns:32px 190px minmax(0,1fr);gap:7px;align-items:center;min-width:0;position:relative}.detail-player__champ{width:32px;height:32px;border-radius:50%}.detail-player__level{position:absolute;left:18px;bottom:-2px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:50%;background:#101522;color:#fff;border:1px solid rgba(255,255,255,.26);font-size:10px;font-weight:900}.detail-player__name{min-width:0;display:flex;flex-direction:column;gap:2px}.detail-player__name strong,.participant-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-player__name strong{color:#fff;font-size:12px}.detail-player__name span{color:#8790aa;font-size:11px}.detail-score,.detail-kda,.detail-cs{display:flex;flex-direction:column;gap:2px;align-items:center;text-align:center}.detail-score strong{color:#f4f7ff;font-size:13px}.detail-score em{padding:1px 6px;border-radius:999px;background:#f1a70f;color:#11131b;font-size:10px;font-style:normal;font-weight:900}.detail-kda strong,.detail-cs strong,.detail-meter strong{color:#dfe6ff;font-size:12px}.detail-kda span,.detail-cs span{font-size:11px;font-weight:800}.detail-meter{display:grid;gap:4px;min-width:0}.detail-meter span{height:5px;border-radius:999px;background:#ffffff14;overflow:hidden}.detail-meter i{display:block;height:100%;border-radius:inherit;background:#ff4864}.detail-meter--taken i{background:#6f7c96}.match-card--expanded .match-card__summary{background:#ffffff04}@media(max-width:1180px){.match-list{overflow-x:auto}.match-card{width:1040px}.match-card__summary{grid-template-columns:74px 160px 148px 92px 176px 210px 32px}}.detail-player{grid-template-columns:32px 42px minmax(0,1fr)}.detail-player .loadout-icons--compact{grid-template-columns:42px}.detail-player .item-grid{display:none}.match-detail-row>.loadout-icons--compact{justify-content:end}.match-card{max-width:100%;position:relative}.match-card__summary{grid-template-columns:106px 132px minmax(138px,178px) 86px minmax(112px,138px) minmax(168px,1fr);gap:8px;align-items:center;min-height:96px;padding:12px 60px 12px 14px}.match-card__meta{gap:3px;padding-left:2px}.match-card__queue strong{font-size:12px;line-height:1.2}.match-card__queue span,.match-card__duration{font-size:11px;line-height:1.25}.match-card__result{padding:1px 0;background:transparent;font-size:12px}.match-card__champ{gap:7px;min-width:0}.champ-portrait{width:48px;height:48px;border-width:1px}.champ-role{min-width:0;align-items:flex-start;gap:2px}.champ-name{max-width:58px;font-size:12px}.champ-vs{width:42px;flex:0 0 42px}.champ-vs strong{max-width:42px;font-size:11px}.match-card__loadout{min-width:0}.match-card__loadout .loadout-icons{grid-template-columns:42px minmax(82px,1fr);gap:6px}.match-card__loadout .item-grid{grid-template-columns:repeat(4,20px);gap:3px;max-width:89px}.match-card__loadout .asset-icon:nth-child(n+7){display:none}.match-card__kda{gap:3px;align-items:center;min-width:0}.kda-line{font-size:16px;gap:3px}.kda-ratio strong{font-size:11px}.match-card__stats{grid-template-columns:repeat(2,minmax(48px,1fr));gap:4px 8px}.match-card__stats span{font-size:10px;letter-spacing:0;text-transform:none}.match-card__stats strong{font-size:12px}.match-card__stats em{font-size:10px}.match-card__teams{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6px;min-width:0;overflow:hidden}.participant{gap:5px;min-width:0}.participant-champ{width:18px;height:18px;border-radius:4px}.participant-name{max-width:68px;font-size:10px;line-height:1.25}.match-card__toggle{width:22px;height:100%;min-height:88px;border-radius:0;background:transparent;color:#ff5269;font-size:18px}.match-card__toggle:hover{background:#ff526914;color:#ff7a8e}@media(max-width:1260px){.match-list{overflow-x:auto}.match-card{width:740px}.match-card__summary{grid-template-columns:106px 132px 138px 86px 112px 168px 24px}}@media(max-width:1180px){.match-card{width:740px}.match-card__summary{grid-template-columns:106px 132px 138px 86px 112px 168px 24px}}@media(max-width:760px){.match-card{width:720px}}.match-card{position:relative}.match-card__summary{grid-template-columns:106px 150px 88px 128px minmax(170px,1fr);grid-template-rows:auto auto;grid-template-areas:"meta champ kda stats teams" "meta loadout kda stats teams";column-gap:10px;row-gap:4px;align-items:center;min-height:96px;padding:12px 58px 12px 14px}.match-card__meta{grid-area:meta;align-self:center}.match-card__champ{grid-area:champ;align-self:center;gap:8px}.match-card__loadout{grid-area:loadout;align-self:center;min-width:0}.match-card__kda{grid-area:kda;align-self:center}.match-card__stats{grid-area:stats;align-self:center}.match-card__teams{grid-area:teams;align-self:center}.match-card__actions{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:3;width:40px;display:flex;flex-direction:column;gap:6px;align-items:stretch}.match-card__detail-link{width:40px;min-width:0;height:26px;padding:0;display:grid;place-items:center;border:1px solid rgba(104,148,255,.45);border-radius:5px;background:#5383e857;color:#fff;font-size:11px;font-weight:700;line-height:1;box-shadow:0 4px 12px #0000002e}.match-card__toggle{width:40px;min-height:28px;height:28px;display:grid;place-items:center;border-radius:5px;background:#12162273;color:#ff6077;font-size:16px;line-height:1;border:1px solid rgba(255,96,119,.25)}.match-card__loadout .loadout-icons{grid-template-columns:42px 88px;gap:5px;align-items:center}.match-card__loadout .spell-icon,.match-card__loadout .rune-icon,.match-card__loadout .asset-icon{width:18px;height:18px}.match-card__loadout .item-grid{grid-template-columns:repeat(4,18px);gap:3px;max-width:81px}.match-card__loadout .item-grid .asset-icon:nth-child(n+5){display:none}.champ-portrait{width:46px;height:46px}.champ-name{max-width:72px}.champ-vs{width:34px;flex-basis:34px}.champ-vs strong{max-width:34px}.match-card__stats{grid-template-columns:repeat(2,minmax(50px,1fr));gap:4px 8px}.participant-name{max-width:74px}@media(max-width:1260px){.match-list{overflow-x:auto}.match-card{width:740px}.match-card__summary{grid-template-columns:106px 150px 88px 128px 170px;padding-right:58px}}@media(max-width:1180px){.match-list{overflow-x:auto}.match-card{width:740px}.match-card__summary{grid-template-columns:106px 150px 88px 128px 170px;padding-right:58px}}.player-detail-route-state{width:min(720px,100%);margin:96px auto 0;display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:16px;align-items:center;padding:24px;border:1px solid var(--line);border-radius:8px;background:#2f303b}.player-detail-route-state__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;background:#5e84ff24;color:#85a5ff}.player-detail-route-state h1{margin:0 0 6px;font-size:20px;color:var(--text-strong)}.player-detail-route-state p{margin:0;color:var(--muted-strong);font-size:13px}@media(max-width:720px){.player-detail-route-state{grid-template-columns:44px minmax(0,1fr)}.player-detail-route-state .secondary-action{grid-column:1 / -1;width:100%}}.match-card{border-radius:6px}.match-card__summary{grid-template-columns:86px minmax(230px,1fr) 76px 104px 154px 20px;grid-template-rows:52px 30px;grid-template-areas:"meta champ kda stats teams toggle" "meta loadout kda stats teams toggle";column-gap:8px;row-gap:3px;min-height:108px;padding:10px 6px 10px 14px;align-items:center}.match-card__meta{grid-area:meta;min-width:0;gap:4px}.match-card__queue strong{color:#ff4c66;font-size:12px;line-height:1.15}.match-card__queue span,.match-card__duration{font-size:11px;line-height:1.2}.match-card__result{width:auto;padding:0;background:transparent;font-size:12px;line-height:1.2}.match-card__champ{grid-area:champ;display:grid;grid-template-columns:50px minmax(70px,1fr) 42px minmax(58px,.85fr);gap:7px;align-self:end;min-width:0}.champ-portrait{width:48px;height:48px;border-width:0}.champ-role{min-width:0;align-items:flex-start;justify-content:center;gap:2px}.champ-name{max-width:100%;font-size:13px}.role-pill{width:18px;height:18px;font-size:10px}.champ-vs{width:auto;min-width:0;flex-basis:auto;align-self:center}.champ-vs strong{max-width:100%;font-size:11px}.match-card__loadout{grid-area:loadout;align-self:start;min-width:0}.match-card__loadout .loadout-icons{grid-template-columns:42px minmax(0,1fr);gap:7px;align-items:center}.match-card__loadout .spell-rune-grid{grid-template-columns:repeat(2,18px);gap:3px}.match-card__loadout .item-grid{grid-template-columns:repeat(7,18px);gap:3px;max-width:none;min-width:0}.match-card__loadout .asset-icon,.match-card__loadout .spell-icon,.match-card__loadout .rune-icon,.match-card__loadout .item-grid .asset-icon,.match-card__loadout .item-grid .asset-icon:nth-child(n+5),.match-card__loadout .asset-icon:nth-child(n+7){display:inline-grid;width:18px;height:18px}.match-card__kda{grid-area:kda;align-items:center;justify-content:center;gap:3px;min-width:0}.kda-line{font-size:18px;line-height:1.1;gap:3px}.kda-ratio{gap:3px}.kda-ratio strong,.kda-ratio span{font-size:11px}.multikill{padding:1px 6px;font-size:10px;border-radius:3px}.match-card__stats{grid-area:stats;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 8px;min-width:0}.match-card__stats div{min-width:0}.match-card__stats span{font-size:10px;line-height:1.1;letter-spacing:0;text-transform:none}.match-card__stats strong{font-size:12px;line-height:1.15}.match-card__stats em{display:inline;font-size:10px}.match-card__teams{grid-area:teams;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:0;overflow:hidden}.participant-list{gap:2px;min-width:0}.participant{gap:4px;min-width:0}.participant-champ{width:17px;height:17px;border-radius:3px}.participant-name{max-width:52px;font-size:10px;line-height:1.2}.match-card__toggle{grid-area:toggle;width:20px;min-height:88px;height:100%;border-radius:0;background:transparent;color:#ff5269;font-size:18px}@media(max-width:1260px){.match-card{width:740px}.match-card__summary{grid-template-columns:86px 260px 76px 104px 154px 20px}}@media(max-width:760px){.match-card{width:740px}}.match-card__champ{grid-template-columns:50px minmax(74px,.8fr) 24px minmax(84px,1fr);gap:6px}.champ-role{justify-content:center;gap:3px}.champ-role .role-pill{display:none}.champ-role>span:not(.role-pill){font-size:11px;color:var(--muted-strong)}.champ-vs{display:grid;grid-template-columns:20px 22px minmax(0,1fr);align-items:center;gap:4px;width:100%;min-width:0}.champ-vs span{font-size:10px;color:var(--muted);font-weight:800;letter-spacing:0}.champ-vs__icon{width:22px;height:22px;border-radius:50%}.champ-vs strong{max-width:none;min-width:0;font-size:11px;color:var(--text-strong);white-space:nowrap;overflow:visible;text-overflow:clip}@media(max-width:1260px){.match-card__summary{grid-template-columns:86px 282px 76px 104px 132px 20px}.participant-name{max-width:42px}}.static-list-page{--static-bg: none;position:relative;min-height:calc(100vh - 53px);margin:-18px max(-24px,calc((1050px - 100vw)/2)) 0;padding:30px max(24px,calc((100vw - 1400px)/2)) 46px;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,#0312179e,#021016e6),var(--static-bg),radial-gradient(circle at 50% 0%,rgba(83,131,232,.26),transparent 42%),#04171e;background-size:cover,cover,220px 220px,auto;background-position:center top,center center,center,center;background-attachment:fixed}.static-list-page--items{background:linear-gradient(180deg,#041316a3,#020f14eb),radial-gradient(circle at 46% 12%,rgba(200,148,72,.2),transparent 28%),var(--static-bg),#04171e;background-size:cover,auto,260px 260px,auto;background-position:center top,center,center,center}.static-list-page__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#00242dd1,#0018216b 42%,#001016d6),#00000029;-webkit-backdrop-filter:blur(1px) saturate(.85);backdrop-filter:blur(1px) saturate(.85)}.static-list-page__content{position:relative;z-index:1;width:min(100%,1440px);margin:0 auto}.static-list-page__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:58px}.static-list-page__head h1{margin:0;color:#fff;font-size:30px;line-height:1;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.55)}.static-list-nav{display:flex;align-items:center;background:#00161dd1;border:1px solid rgba(72,108,118,.7);box-shadow:0 10px 24px #00000040}.static-list-nav button{min-width:92px;height:36px;padding:0 16px;color:#91a9af;font-size:13px;font-weight:700;border-left:1px solid rgba(72,108,118,.35)}.static-list-nav button:first-child{border-left:0}.static-list-nav button:hover,.static-list-nav button.active{color:#f9d575;background:#021015eb}.static-toolbar{display:grid;grid-template-columns:220px minmax(460px,1fr) minmax(520px,1.2fr);align-items:center;gap:20px;margin-bottom:38px}.static-toolbar--items{grid-template-columns:200px 245px 325px;justify-content:start}.static-search{display:grid;grid-template-columns:minmax(0,1fr) 36px;height:40px;background:#00141be0;border:1px solid rgba(70,110,120,.5)}.static-search input{width:100%;min-width:0;border:0;background:transparent;padding:0 16px;color:#dbecef;outline:none}.static-search svg{align-self:center;justify-self:center;color:#c49a47}.static-filter-group{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(86px,1fr);height:40px;background:#00141be0;border:1px solid rgba(70,110,120,.5);overflow:hidden}.static-filter-group button{padding:0 12px;color:#879ca3;font-size:13px;font-weight:700;border-left:1px solid rgba(70,110,120,.34);white-space:nowrap}.static-filter-group button:first-child{border-left:0}.static-filter-group button.active,.static-filter-group button:hover{color:#f3d26d;background:#000c10f2;box-shadow:inset 0 0 0 1px #c99c48eb}.static-grid{display:grid;gap:20px}.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(185px,1fr))}.static-champion-card{position:relative;min-height:276px;border:1px solid rgba(88,128,138,.7);background:#00161de6;overflow:hidden;box-shadow:0 12px 28px #00000057}.static-champion-card img{display:block;width:100%;height:228px;object-fit:cover;object-position:center top;transform:scale(1.01)}.static-card-badges{position:absolute;left:10px;top:10px;z-index:2;display:flex;gap:6px}.static-card-badges span{width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(244,231,190,.82);background:#050a0ead;color:#fff;font-size:12px;font-weight:900}.static-champion-card__name{min-height:48px;display:grid;place-items:center;padding:8px 10px;background:#001b24fa;border-top:1px solid rgba(88,128,138,.34)}.static-champion-card__name strong{color:#fff;font-size:15px;font-weight:800;text-align:center}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:20px}.static-item-card{min-height:204px;display:grid;grid-template-rows:100px 34px 24px;justify-items:center;align-content:center;gap:8px;padding:18px 12px 14px;border:1px solid rgba(88,128,138,.62);background:#00161deb;box-shadow:0 10px 24px #0000004d}.static-item-card img{width:100px;height:100px;object-fit:cover;background:#02090d}.static-item-card strong{align-self:end;max-width:100%;color:#fff;font-size:14px;font-weight:800;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.static-item-card__gold{display:inline-flex;align-items:center;gap:4px;color:#d3a64c;font-size:13px;font-weight:800}.static-item-card__gold i{width:13px;height:9px;border-radius:50%;background:linear-gradient(135deg,#f5d56d,#9e6928);box-shadow:inset -3px -1px #4f2b0d6b}.static-empty{display:grid;place-items:center;min-height:260px;color:#b9c9cf;border:1px solid rgba(88,128,138,.45);background:#00161dbd}.home-lookup__links{display:flex;gap:10px;margin-top:14px}.home-lookup__links button{height:38px;padding:0 16px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(83,131,232,.55);border-radius:4px;background:#5383e81a;color:#d8e4ff;font-size:13px;font-weight:800}.home-lookup__links button:hover{background:#5383e82e;border-color:#5383e8d1}@media(max-width:1180px){.static-toolbar,.static-toolbar--items{grid-template-columns:1fr;gap:12px}.static-filter-group{grid-auto-columns:minmax(88px,1fr);overflow-x:auto}.static-list-page__head{align-items:flex-start;flex-direction:column;margin-bottom:30px}}@media(max-width:720px){.static-list-page{margin:-12px -14px 0;padding:24px 14px 34px}.static-list-nav,.home-lookup__links{width:100%;overflow-x:auto}.static-grid--champions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.static-champion-card{min-height:220px}.static-champion-card img{height:176px}.static-grid--items{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.static-item-card{min-height:174px;grid-template-rows:78px 32px 22px}.static-item-card img{width:78px;height:78px}}.workspace:has(.static-list-page){width:100%;padding:0;gap:0}.static-list-page{width:100vw;min-height:calc(100vh - 53px);margin:-8px 0 0 calc(50% - 50vw);padding:34px clamp(22px,4vw,64px) 58px;overflow:visible;background:linear-gradient(180deg,#0110169e,#010d12f0 360px),var(--static-bg),radial-gradient(circle at 42% 0%,rgba(30,137,152,.24),transparent 38%),#03141b;background-size:cover,cover,auto,auto;background-position:center top,center 18%,center,center;background-attachment:fixed}.static-list-page--items{background:linear-gradient(180deg,#021218ad,#010c11f2 340px),radial-gradient(circle at 45% 4%,rgba(198,151,65,.16),transparent 34%),linear-gradient(135deg,#00576038,#0000),#03141b}.static-list-page__shade{background:linear-gradient(90deg,#021e26b8,#0113196b 48%,#000a0ec2),linear-gradient(180deg,#00000014,#00000057);-webkit-backdrop-filter:blur(1px) saturate(.9);backdrop-filter:blur(1px) saturate(.9)}.static-list-page__content{width:min(100%,1500px);margin:0 auto}.static-list-page__head{min-height:78px;align-items:flex-start;margin-bottom:22px}.static-list-page__head h1{font-size:clamp(28px,3vw,42px);font-weight:900;letter-spacing:0}.static-page-meta{display:inline-flex;align-items:baseline;gap:6px;padding:9px 13px;border:1px solid rgba(186,147,68,.45);background:#021218b8;color:#d6e6ea}.static-page-meta span{color:#f0c96a;font-size:18px;font-weight:900}.static-page-meta strong{color:#b8c9cf;font-size:12px;font-weight:800}.static-toolbar,.static-toolbar--items{display:flex;align-items:stretch;flex-wrap:wrap;gap:14px;margin-bottom:30px}.static-search{flex:0 0 236px;height:42px;border-color:#5a8b94a8;background:#011218e6}.static-search:focus-within{border-color:#d2a74ff2;box-shadow:0 0 0 2px #d2a74f26}.static-filter-group{height:42px;width:auto;display:flex;border-color:#5a8b9494;background:#011218db}.static-filter-group button{min-width:92px;padding:0 18px;color:#9fb2b8;font-size:13px;font-weight:800;transition:color .15s ease,background .15s ease,box-shadow .15s ease}.static-filter-group button.active,.static-filter-group button:hover{color:#f5d66f;background:#000c10eb;box-shadow:inset 0 0 0 1px #d3a64ce6}.static-grid{align-items:start}.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:20px}.static-champion-card{min-height:0;aspect-ratio:.78;border-color:#52808bc7;background:#001820f0;box-shadow:0 14px 26px #00000057;cursor:pointer;outline:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.static-champion-card:hover,.static-champion-card:focus-visible{transform:translateY(-3px);border-color:#eac76feb;box-shadow:0 20px 38px #00000075,0 0 0 1px #eac76f42}.static-champion-card img{height:calc(100% - 52px);transition:transform .22s ease,filter .22s ease}.static-champion-card:hover img,.static-champion-card:focus-visible img{transform:scale(1.045);filter:saturate(1.08) contrast(1.04)}.static-card-badges{left:9px;top:9px;gap:5px}.static-card-badges span{width:24px;height:24px;background:#020a0ed1;border-color:#f3ecd0eb;font-size:12px}.static-champion-card__name{position:absolute;left:0;right:0;bottom:0;min-height:52px;background:linear-gradient(180deg,#001d26f0,#00151dfa)}.static-champion-card__name strong{font-size:15px}.static-champion-card__name span{display:none}.static-champion-card__hover{position:absolute;inset:auto 0 52px;display:grid;gap:4px;padding:14px 14px 12px;background:linear-gradient(180deg,transparent,rgba(0,13,18,.88));opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}.static-champion-card:hover .static-champion-card__hover,.static-champion-card:focus-visible .static-champion-card__hover{opacity:1;transform:translateY(0)}.static-champion-card__hover strong{color:#fff;font-size:18px;font-weight:900}.static-champion-card__hover span{color:#f0c96a;font-size:12px;font-weight:800}.static-items-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;align-items:start}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:16px;overflow:visible}.static-item-card{position:relative;min-height:178px;grid-template-rows:86px minmax(26px,auto) 22px;gap:7px;padding:14px 10px 12px;border-color:#4e7c87b3;background:#00161ef0;cursor:default;outline:none;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}.static-item-card:hover,.static-item-card:focus-visible{transform:translateY(-2px);border-color:#ecc66beb;background:#041e28fa;box-shadow:0 16px 28px #00000061,0 0 0 1px #ecc66b38;z-index:20}.static-item-card img{width:86px;height:86px;border:1px solid rgba(117,151,158,.42)}.static-item-card strong{align-self:center;font-size:13px;line-height:1.25;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.static-item-card__tooltip{position:absolute;left:calc(100% + 12px);top:0;width:286px;padding:14px;border:1px solid rgba(214,176,94,.72);background:#050d12fa;box-shadow:0 18px 44px #00000085;color:#d8e3e7;opacity:0;visibility:hidden;transform:translate(-6px);transition:opacity .14s ease,transform .14s ease,visibility .14s ease;pointer-events:none;z-index:60}.static-item-card:hover .static-item-card__tooltip,.static-item-card:focus-visible .static-item-card__tooltip{opacity:1;visibility:visible;transform:translate(0)}.static-item-card__tooltip>div{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;margin-bottom:10px}.static-item-card__tooltip strong{color:#f7e3a6;font-size:14px;font-weight:900;display:block}.static-item-card__tooltip p{max-height:150px;margin:0 0 10px;overflow:hidden;color:#becbd0;font-size:12px;line-height:1.45;white-space:pre-line}.static-item-card__tooltip>span{color:#f0c96a;font-size:11px;font-weight:800}.static-item-detail{position:sticky;top:68px;min-height:360px;padding:16px;border:1px solid rgba(82,128,139,.74);background:linear-gradient(180deg,#021921fa,#021016fa);box-shadow:0 18px 38px #0000005c}.static-item-detail--empty{display:grid;place-content:center;gap:8px;text-align:center;color:#aebfc5}.static-item-detail__state{float:right;padding:3px 7px;border:1px solid rgba(211,166,76,.5);color:#f0c96a;font-size:11px;font-weight:900;text-transform:uppercase}.static-item-detail__head{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center;margin-bottom:15px}.static-item-detail__head img{width:64px;height:64px;border:1px solid rgba(214,176,94,.62)}.static-item-detail__head strong{display:block;color:#fff;font-size:19px;font-weight:900;line-height:1.2}.static-item-detail__head span{display:block;margin-top:5px;color:#9fb2b8;font-size:12px;line-height:1.35}.static-item-detail__price{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.static-item-detail__price div{padding:9px 8px;background:#000b108f;border:1px solid rgba(82,128,139,.42)}.static-item-detail__price span,.static-item-detail__build>span{display:block;color:#82969d;font-size:11px;font-weight:800;margin-bottom:4px}.static-item-detail__price strong{color:#e4b95a;font-size:15px;font-weight:900}.static-item-detail p{margin:0 0 14px;max-height:230px;overflow:auto;color:#c9d5da;font-size:12px;line-height:1.55;white-space:pre-line}.static-item-detail__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.static-item-detail__tags span{padding:4px 7px;background:#5383e821;border:1px solid rgba(83,131,232,.28);color:#b8cdf6;font-size:11px;font-weight:800}.static-item-detail__build{margin-top:12px}.static-item-detail__build div{display:flex;flex-wrap:wrap;gap:6px}.static-item-detail__build img{width:32px;height:32px;border:1px solid rgba(82,128,139,.5)}@media(min-width:1320px){.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(128px,1fr))}}@media(max-width:1060px){.static-items-layout{grid-template-columns:1fr}.static-item-detail{position:static;order:-1}.static-item-card__tooltip{display:none}}@media(max-width:760px){.static-list-page{margin-top:-4px;padding:22px 14px 34px}.static-list-page__head{min-height:auto;margin-bottom:18px}.static-toolbar,.static-toolbar--items{gap:10px}.static-search{flex:1 1 100%}.static-filter-group{width:100%;overflow-x:auto}.static-filter-group button{flex:0 0 auto;min-width:86px}.static-grid--champions{grid-template-columns:repeat(2,minmax(0,1fr))}.static-grid--items{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.static-item-card{min-height:144px;grid-template-rows:62px minmax(28px,auto) 20px;padding:10px 7px}.static-item-card img{width:62px;height:62px}}.static-search{flex-basis:220px}.static-filter-group button{min-width:80px;padding-inline:14px}.static-filter-group--position button,.static-filter-group--tier button{min-width:82px}.static-filter-group--class button,.static-filter-group--map button{min-width:78px}.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(196px,1fr))}@media(min-width:1280px)and (max-width:1500px){.static-grid--champions{grid-template-columns:repeat(6,minmax(0,1fr))}.static-list-page__content{width:min(100%,1328px)}}html,body{overflow-x:hidden}.static-list-page{max-width:100vw}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:14px}.static-item-card{min-height:160px;grid-template-rows:76px minmax(26px,auto) 20px;padding:12px 8px 10px}.static-item-card img{width:76px;height:76px}.static-item-card__tooltip img{width:42px;height:42px}@media(min-width:1320px){.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}.static-toolbar--items{row-gap:10px}.static-filter-group--role{flex:1 1 560px;max-width:720px}.static-filter-group--role button{min-width:82px;padding-inline:12px}.static-grid--champions{align-items:start}.static-champion-card{max-height:256px}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(94px,1fr));gap:12px}.static-item-card{min-height:138px;grid-template-rows:58px minmax(24px,auto) 18px;gap:6px;padding:9px 6px 8px}.static-item-card img{width:58px;height:58px}.static-item-card strong{font-size:12px;line-height:1.2}.static-item-card__gold{font-size:11px}.static-items-layout{grid-template-columns:minmax(0,1fr) 318px}.static-item-detail{min-height:320px;padding:14px}.static-item-detail__head{grid-template-columns:56px minmax(0,1fr)}.static-item-detail__head img{width:56px;height:56px}.static-item-detail__head strong{font-size:17px}.static-back-button{height:36px;padding:0 14px;margin-bottom:18px;border:1px solid rgba(210,167,79,.58);background:#021218b8;color:#f0c96a;font-size:13px;font-weight:900}.static-back-button:hover{background:#d2a74f24}.static-list-page--champion-detail{background:linear-gradient(90deg,#010c11f2,#011016c7 42%,#010c11f0),var(--static-bg),#03141b;background-size:cover;background-position:center top}.champion-detail-page{display:grid;gap:22px}.champion-detail-hero{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(420px,1.15fr);gap:30px;align-items:end;min-height:340px;padding:28px;border:1px solid rgba(82,128,139,.66);background:linear-gradient(90deg,#00151ceb,#00121885);overflow:hidden}.champion-detail-hero h1{margin:14px 0 8px;color:#fff;font-size:clamp(44px,6vw,82px);line-height:.96;font-weight:950}.champion-detail-hero p{margin:0 0 18px;color:#f0c96a;font-size:20px;font-weight:900}.champion-detail-hero strong{display:block;max-width:620px;color:#c9d5da;font-size:14px;line-height:1.7}.champion-detail-hero img{width:100%;max-height:430px;object-fit:cover;border:1px solid rgba(210,167,79,.4);box-shadow:0 22px 44px #00000070}.champion-detail-tags{display:flex;flex-wrap:wrap;gap:8px}.champion-detail-tags span{padding:5px 9px;border:1px solid rgba(210,167,79,.5);color:#f0c96a;background:#000c10a8;font-size:12px;font-weight:900}.champion-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:20px}.champion-detail-panel{padding:18px;border:1px solid rgba(82,128,139,.66);background:#00141be6}.champion-detail-panel h2{margin:0 0 14px;color:#fff;font-size:18px}.champion-ability-list{display:grid;gap:12px}.champion-ability{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;padding:12px;background:#000c1085;border:1px solid rgba(82,128,139,.38)}.champion-ability__icon{position:relative}.champion-ability__icon img{width:58px;height:58px;border:1px solid rgba(210,167,79,.5)}.champion-ability__icon span{position:absolute;right:-5px;bottom:-5px;min-width:22px;height:22px;display:grid;place-items:center;background:#061116;border:1px solid rgba(210,167,79,.7);color:#f0c96a;font-size:11px;font-weight:950}.champion-ability strong{color:#fff;font-size:15px}.champion-ability p{margin:5px 0 0;color:#b7c6cc;font-size:12px;line-height:1.55}.champion-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:18px}.champion-stat-grid div{padding:10px;background:#000c1085;border:1px solid rgba(82,128,139,.38)}.champion-stat-grid span,.champion-info-bars span{display:block;color:#8ea3aa;font-size:11px;font-weight:800;margin-bottom:5px}.champion-stat-grid strong{color:#f0c96a;font-size:18px}.champion-info-bars{display:grid;gap:10px}.champion-info-bars i{display:block;height:8px;background:#52808b47}.champion-info-bars b{display:block;height:100%;background:linear-gradient(90deg,#5383e8,#f0c96a)}@media(max-width:980px){.champion-detail-hero,.champion-detail-grid,.static-items-layout{grid-template-columns:1fr}}.static-items-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px);gap:18px;max-width:100%;overflow:visible}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;min-width:0}.static-item-card{min-width:0;min-height:132px;grid-template-rows:56px minmax(28px,auto) 18px;padding:8px 6px}.static-item-card img{width:56px;height:56px}.static-item-card__tooltip{display:none}.static-item-detail{width:100%;min-width:0;max-height:calc(100vh - 92px);overflow:auto}.static-item-detail__head{grid-template-columns:52px minmax(0,1fr)}.static-item-detail__head img{width:52px;height:52px}.static-item-detail__head strong,.static-item-detail__head span{overflow-wrap:anywhere}.static-item-tree{display:grid;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(125,151,158,.36)}.static-item-tree img{width:34px;height:34px;border:1px solid rgba(214,176,94,.46);background:#00090db8}.static-item-tree__root{display:grid;justify-items:center;position:relative}.static-item-tree__children{display:flex;justify-content:center;align-items:flex-start;gap:16px;position:relative}.static-item-tree__branch{display:grid;justify-items:center;gap:10px;min-width:42px}.static-item-tree__leafs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;max-width:104px}.static-item-detail__build div{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:7px}@media(max-width:760px){.static-grid--items{grid-template-columns:repeat(4,minmax(0,1fr))}.static-item-card{min-height:118px;grid-template-rows:48px minmax(26px,auto) 16px}.static-item-card img{width:48px;height:48px}}.match-card__summary{grid-template-columns:106px 132px minmax(138px,178px) 86px minmax(112px,138px) minmax(168px,1fr) 58px}.match-card__actions{display:grid;grid-template-columns:1fr;gap:6px;justify-items:center;align-items:center}.match-card__detail-link{min-width:42px;height:24px;padding:0 8px;border:0;border-radius:6px;background:#5383e838;color:#d9e5ff;font-size:12px;font-weight:900;cursor:pointer}.match-card__detail-link:hover{background:#5383e85c;color:#fff}.match-detail-page{width:min(100%,1180px);margin:0 auto;padding:22px 24px 44px;display:grid;gap:16px}.match-detail-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;min-height:154px;padding:20px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#364f80bd,#282b3bf0);overflow:hidden}.match-detail-hero--loss{background:linear-gradient(135deg,#7e3143d1,#2b2634f5)}.match-detail-hero__main{display:grid;grid-template-columns:86px minmax(0,1fr);gap:16px;align-items:center;min-width:0}.match-detail-hero__champ{width:86px;height:86px;border-radius:50%}.match-detail-hero__meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px;color:#c5cee8;font-size:12px;font-weight:800}.match-detail-hero__meta strong{color:#fff}.match-detail-hero h1{margin:0;color:#fff;font-size:30px;line-height:1.1}.match-detail-hero p{margin:8px 0 0;color:#c5cee8;font-size:14px;font-weight:800}.match-detail-hero p span{margin:0 8px;color:#f0c96a}.match-detail-hero__score{min-width:180px;display:grid;justify-items:end;gap:6px}.match-detail-hero__score strong{color:#fff;font-size:28px;line-height:1}.match-detail-hero__score strong span{color:#ff6479}.match-detail-hero__score em{font-style:normal;font-size:14px;font-weight:900}.match-detail-hero__score small{color:#bac5df;font-size:12px;font-weight:800}.match-detail-page__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.match-metric,.match-detail-page__panel,.match-detail-page__team{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#2b2c3aeb}.match-metric{padding:14px;display:grid;gap:7px;min-width:0}.match-metric span,.match-metric p,.match-detail-page__note,.match-event p{color:#9da8c4;font-size:12px}.match-metric strong{color:#fff;font-size:20px}.match-metric p{margin:0}.match-metric i{display:block;height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.match-metric b{display:block;height:100%;border-radius:inherit;background:#7d8ba8}.match-metric--good b,.match-event--good>span{background:#2fe381}.match-metric--warn b,.match-event--warn>span{background:#f0c96a}.match-metric--bad b,.match-event--bad>span{background:#ff4d6d}.match-detail-page__analysis,.match-detail-page__participants{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.match-detail-page__panel,.match-detail-page__team{padding:16px;min-width:0}.match-detail-page__panel h2,.match-detail-page__team h2{margin:0 0 12px;color:#fff;font-size:15px}.match-event-list{display:grid;gap:10px}.match-event{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:start}.match-event>span{display:grid;place-items:center;min-height:28px;border-radius:6px;color:#11131b;font-size:11px;font-weight:950}.match-event strong{color:#fff;font-size:13px}.match-event p,.match-detail-page__note{margin:5px 0 0;line-height:1.55}.match-page-table{display:grid;gap:1px;overflow:hidden;border-radius:6px;background:#ffffff0d}.match-page-table__row{display:grid;grid-template-columns:minmax(170px,1.4fr) 70px 58px 56px 78px 54px;gap:8px;align-items:center;min-height:42px;padding:6px 8px;background:#1b1d2af0;color:#dbe3f5;font-size:12px}.match-page-table__row--head{min-height:30px;color:#8e99b8;font-weight:900;background:#ffffff0a}.match-page-table__player{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;min-width:0}.match-page-table__champ{width:30px;height:30px;border-radius:50%}.match-page-table__player strong,.match-page-table__player span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-page-table__player strong{color:#fff;font-size:12px}.match-page-table__player span{color:#8d98b6;font-size:11px}@media(max-width:980px){.match-detail-page{padding-inline:14px}.match-detail-hero,.match-detail-page__analysis,.match-detail-page__participants,.match-detail-page__metrics{grid-template-columns:1fr}.match-detail-hero__score{justify-items:start}.match-page-table{overflow-x:auto}.match-page-table__row{min-width:560px}}.match-timeline-status{margin:0 0 12px;padding:8px 10px;border:1px solid rgba(83,131,232,.28);border-radius:6px;background:#5383e81f;color:#cbd8ff;font-size:12px;font-weight:800}.match-timeline-status--warn{border-color:#ff4d6d52;background:#ff4d6d1f;color:#ffc1cc}.match-timeline-status--muted{border-color:#ffffff14;background:#ffffff0a;color:#9da8c4}.match-event--neutral>span{background:#7d8ba8}.match-coach-list{display:grid;gap:10px}.match-coach-card{display:grid;gap:8px;padding:12px;border:1px solid rgba(255,255,255,.08);border-left-width:3px;border-radius:7px;background:#1b1d2ab8}.match-coach-card--high{border-left-color:#ff4d6d}.match-coach-card--medium{border-left-color:#f0c96a}.match-coach-card--low{border-left-color:#2fe381}.match-coach-card__head{display:flex;align-items:center;gap:8px;min-width:0}.match-coach-card__head span{flex:0 0 auto;padding:2px 7px;border-radius:999px;background:#5383e829;color:#b9caff;font-size:10px;font-weight:950;text-transform:uppercase}.match-coach-card__head strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px}.match-coach-card p,.match-coach-card em{margin:0;color:#c6d0e8;font-size:12px;line-height:1.5;font-style:normal}.match-coach-card>div:not(.match-coach-card__head){display:grid;gap:4px}.match-coach-card>div:not(.match-coach-card__head) span{color:#8792b0;font-size:11px;font-weight:900}.match-coach-empty{padding:14px;border:1px dashed rgba(255,255,255,.14);border-radius:7px;color:#9da8c4;font-size:12px;text-align:center}.match-coach-card__details{display:grid;gap:5px;margin:0;padding:8px 10px 8px 24px;border-radius:6px;background:#ffffff0b;color:#aeb9d5;font-size:11px;line-height:1.45}.match-coach-card__details li{padding-left:2px}.static-list-page__content{width:min(100%,1460px)}.static-toolbar,.static-toolbar--items{max-width:100%;align-items:center}.static-filter-group{max-width:100%;overflow-x:auto;scrollbar-width:thin}.static-filter-group button{flex:0 0 auto}.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(154px,1fr));gap:14px}.static-champion-card{aspect-ratio:.72;max-height:none}.static-champion-card img{height:calc(100% - 46px)}.static-champion-card__name{min-height:46px;padding:7px 8px}.static-champion-card__name strong{font-size:14px}.static-champion-card__hover{inset:auto 0 46px;padding:12px 10px 10px}.static-items-layout{grid-template-columns:minmax(0,1fr) minmax(330px,380px);gap:18px;width:100%;max-width:100%;align-items:start}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));gap:10px;min-width:0}.static-item-card{min-width:0;min-height:128px;grid-template-rows:50px minmax(24px,auto) 17px 17px;gap:5px;padding:8px 6px;border-color:#4e7c87ad;background:#00151df0;cursor:default}.static-item-card:hover,.static-item-card:focus-visible,.static-item-card--active{transform:translateY(-2px);border-color:#f0c96af0;background:#05202afa;box-shadow:0 14px 28px #00000061,0 0 0 1px #f0c96a33}.static-item-card img{width:50px;height:50px;border:1px solid rgba(120,153,160,.5)}.static-item-card strong{width:100%;font-size:12px;line-height:1.2;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.static-item-card__role{max-width:100%;padding:1px 5px;border:1px solid rgba(83,131,232,.35);background:#5383e81f;color:#b9ccf2;font-size:10px;font-weight:900;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.static-item-card__gold{font-size:11px;line-height:1}.static-item-detail{top:68px;max-height:calc(100vh - 84px);border-color:#5f8c95c7;background:linear-gradient(180deg,#031820fa,#020f14fa)}.static-item-detail__state{color:#f0c96a;background:#000c10b3}.static-item-detail p{max-height:180px}.static-item-tree{overflow-x:auto}.static-item-tree__children:before{content:"";position:absolute;top:-8px;left:50%;width:min(72%,260px);height:1px;transform:translate(-50%);background:#7d979e73}.static-item-tree__branch{position:relative}.static-item-tree__branch:before{content:"";position:absolute;top:-8px;left:50%;width:1px;height:8px;background:#7d979e73}.static-item-tree__branch span{max-width:76px;color:#aebfc5;font-size:10px;line-height:1.2;text-align:center;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:1280px){.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(164px,1fr))}}@media(max-width:1120px){.static-items-layout{grid-template-columns:1fr}.static-item-detail{position:static;order:-1;max-height:none}}@media(max-width:760px){.static-grid--champions{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.static-grid--items{grid-template-columns:repeat(4,minmax(0,1fr))}.static-item-card{min-height:116px;grid-template-rows:46px minmax(22px,auto) 16px 15px}.static-item-card img{width:46px;height:46px}}.match-event-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));gap:8px;margin:0 0 12px}.match-event-summary>div{min-width:0;padding:9px 10px;border:1px solid rgba(255,255,255,.08);border-radius:7px;background:#131622b8}.match-event-summary span,.match-event-summary em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-event-summary span{color:#8e99b8;font-size:11px;font-weight:900}.match-event-summary strong{display:block;margin:3px 0;color:#fff;font-size:20px;line-height:1}.match-event-summary em{color:#aeb8d2;font-size:10px;font-style:normal}.match-event-list--grouped{gap:12px}.match-event-group{display:grid;gap:8px;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#14162185}.match-event-group__head{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.07)}.match-event-group__head>div{min-width:0}.match-event-group__head strong,.match-event-group__head span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-event-group__head strong{color:#fff;font-size:13px}.match-event-group__head span{margin-top:3px;color:#8e99b8;font-size:11px}.match-event-group__head em{flex:0 0 auto;min-width:26px;height:22px;display:grid;place-items:center;border-radius:999px;background:#5383e82e;color:#d9e5ff;font-size:11px;font-style:normal;font-weight:950}.match-event-group__items{display:grid;gap:9px}.match-event__title{display:flex;align-items:center;gap:8px;min-width:0}.match-event__title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-event__title em{flex:0 0 auto;padding:2px 6px;border-radius:999px;background:#ffffff12;color:#aeb8d2;font-size:10px;font-style:normal;font-weight:900}.match-event-group--objective{border-left:3px solid rgba(240,201,106,.72)}.match-event-group--vision{border-left:3px solid rgba(47,227,129,.7)}.match-event-group--item{border-left:3px solid rgba(83,131,232,.76)}.match-event-group--combat{border-left:3px solid rgba(255,77,109,.68)}.match-event-group--level{border-left:3px solid rgba(190,139,255,.72)}@media(max-width:640px){.match-event-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.match-event{grid-template-columns:46px minmax(0,1fr)}.match-event-group{padding:8px}}.match-event-assets{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.match-event-asset{display:inline-flex;align-items:center;gap:5px;max-width:160px;padding:3px 6px 3px 3px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.match-event-asset__icon{width:22px;height:22px;border-radius:5px}.match-event-asset em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#d7def2;font-size:11px;font-style:normal;font-weight:800}.match-event-metadata{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.match-event-metadata span{padding:2px 6px;border-radius:999px;background:#be8bff21;border:1px solid rgba(190,139,255,.24);color:#d8c3ff;font-size:10px;font-weight:900}.match-event-group__actions{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px}.match-event-group__actions button{height:22px;padding:0 8px;border:1px solid rgba(83,131,232,.32);border-radius:999px;background:#5383e81f;color:#cbd8ff;font-size:10px;font-weight:900;cursor:pointer}.match-event-group__actions button:hover{border-color:#5383e89e;background:#5383e838;color:#fff}.match-coach-card__priority{margin-left:auto;flex:0 0 auto;padding:2px 7px;border-radius:999px;background:#ffffff0f;color:#d7def2;font-size:10px;font-style:normal;font-weight:950;white-space:nowrap}.match-coach-card--high .match-coach-card__priority{background:#ff4d6d24;color:#ffc1cc}.match-coach-card--medium .match-coach-card__priority{background:#f0c96a24;color:#f5d985}.match-coach-card--low .match-coach-card__priority{background:#2fe3811f;color:#a9f5cc}@media(max-width:640px){.match-coach-card__head{flex-wrap:wrap}.match-coach-card__head strong{flex-basis:100%;order:3;white-space:normal}.match-coach-card__priority{margin-left:0}}.match-detail-page--timeline-only{width:min(100%,980px)}.match-detail-page__panel--timeline-only{display:grid;gap:12px}.match-detail-page__fallback-head{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08)}.match-detail-page__fallback-head>div{min-width:0}.match-detail-page__fallback-head span{display:block;margin-bottom:4px;color:#8792b0;font-size:11px;font-weight:900}.match-detail-page__fallback-head strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:16px}.match-detail-page__fallback-head em{flex:0 0 auto;padding:4px 9px;border-radius:999px;background:#5383e824;color:#cbd8ff;font-size:11px;font-style:normal;font-weight:950}@media(max-width:640px){.match-detail-page__fallback-head{align-items:flex-start;flex-direction:column}.match-detail-page__fallback-head em{align-self:flex-start}}.static-list-page__content{width:min(100%,1440px);padding-inline:clamp(16px,2vw,28px)}.static-toolbar{display:flex;flex-wrap:wrap;gap:12px}.static-search{flex:0 1 260px;min-width:220px}.static-filter-group{min-width:0}.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(146px,1fr));gap:12px}.static-champion-card{min-width:0;border-radius:3px;content-visibility:auto;contain-intrinsic-size:208px 286px}.static-champion-card__name span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.static-items-layout{grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:16px}.static-grid--items{grid-template-columns:repeat(auto-fill,minmax(82px,1fr));gap:9px;align-content:start}.static-item-card{position:relative;min-height:122px;border-radius:3px;outline:none}.static-item-card:focus-visible{outline:2px solid rgba(240,201,106,.9);outline-offset:2px}.static-item-card__role{justify-self:center}.static-item-detail{border-radius:4px;box-shadow:0 22px 54px #0000006b}.static-item-detail--empty{min-height:220px;place-content:center;text-align:center}.static-item-detail__tag--role{border-color:#f0c96a94!important;background:#f0c96a1f!important;color:#f0c96a!important}.static-item-tree__root img,.static-item-tree__branch img,.static-item-tree__leafs img,.static-item-detail__build img{image-rendering:auto}@media(min-width:1320px){.static-grid--champions{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media(max-width:1180px){.static-items-layout{grid-template-columns:1fr}.static-item-detail{position:static;order:-1;max-height:none}}@media(max-width:760px){.static-list-page__content{padding-inline:12px}.static-search{flex-basis:100%}.static-grid--champions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.static-grid--items{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}}.champion-detail-quick-stats{display:grid;grid-template-columns:repeat(4,minmax(0,72px));gap:8px;margin-top:18px;max-width:340px}.champion-detail-quick-stats span{display:grid;gap:4px;min-width:0;padding:8px 9px;border:1px solid rgba(240,201,106,.24);background:#0010168f}.champion-detail-quick-stats em{color:#aebfc5;font-size:11px;font-style:normal;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.champion-detail-quick-stats b{color:#f0c96a;font-size:18px;line-height:1}.champion-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.champion-stat-grid div{min-height:74px;align-content:center}.champion-stat-grid em{margin-top:4px;color:#79d49e;font-size:11px;font-style:normal;font-weight:900}.champion-ability{grid-template-columns:56px minmax(0,1fr);align-items:start}.champion-ability p{max-width:860px}@media(max-width:760px){.champion-detail-quick-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}.champion-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.champion-ability{grid-template-columns:48px minmax(0,1fr)}}.champion-ability__meta{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 2px}.champion-ability__meta span{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:3px 7px;border:1px solid rgba(83,131,232,.28);border-radius:999px;background:#5383e81a;color:#c9d6f3;font-size:11px;font-weight:900}.champion-ability__meta em{color:#8f9fbd;font-style:normal}.champion-ability__meta b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#eef4ff}.static-list-page__content--narrow{width:min(100%,1180px)}.static-rune-style-list{display:grid;gap:16px}.static-rune-style{display:grid;gap:14px;padding:16px;border:1px solid rgba(78,124,135,.55);border-radius:4px;background:#00151de0}.static-rune-style__head{display:flex;align-items:center;gap:12px;min-width:0;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.static-rune-style__head img{width:44px;height:44px;object-fit:contain}.static-rune-style__head strong,.static-rune-style__head span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.static-rune-style__head strong{color:#fff;font-size:18px}.static-rune-style__head span{margin-top:3px;color:#8ea1aa;font-size:12px;font-weight:900}.static-rune-slots{display:grid;gap:12px}.static-rune-slot{display:grid;grid-template-columns:96px minmax(0,1fr);gap:12px;align-items:start}.static-rune-slot>span{padding-top:10px;color:#f0c96a;font-size:12px;font-weight:950}.static-rune-slot>div{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.static-rune-card{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;min-width:0;padding:10px;border:1px solid rgba(255,255,255,.08);border-radius:4px;background:#ffffff0b}.static-rune-card img{width:40px;height:40px;object-fit:contain}.static-rune-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:13px}.static-rune-card p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:4px 0 0;overflow:hidden;color:#aebfc5;font-size:11px;line-height:1.4}.static-summoner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.static-summoner-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;min-width:0;padding:12px;border:1px solid rgba(78,124,135,.58);border-radius:4px;background:#00151de6}.static-summoner-card img{width:54px;height:54px;border:1px solid rgba(240,201,106,.35);object-fit:cover}.static-summoner-card strong,.static-summoner-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.static-summoner-card strong{color:#fff;font-size:15px}.static-summoner-card span{margin-top:3px;color:#f0c96a;font-size:11px;font-weight:950}.static-summoner-card p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:7px 0 0;overflow:hidden;color:#b6c7ce;font-size:12px;line-height:1.45}@media(max-width:760px){.static-rune-slot{grid-template-columns:1fr;gap:7px}.static-rune-slot>span{padding-top:0}.static-rune-slot>div{grid-template-columns:1fr}.static-summoner-grid{grid-template-columns:1fr}}.locale-switcher{display:grid;gap:8px;margin-top:14px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#ffffff09}.locale-switcher>span{color:#8f9ab6;font-size:11px;font-weight:950}.locale-switcher>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.locale-switcher button{min-width:0;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:5px;background:#ffffff0a;color:#c5cee4;font-size:12px;font-weight:950;cursor:pointer}.locale-switcher button:hover,.locale-switcher button:focus-visible,.locale-switcher button.active{border-color:#f0c96abf;background:#f0c96a24;color:#f7d98b;outline:none}.match-detail-page .match-detail-page__participants{grid-template-columns:1fr}.match-detail-page__team-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.match-detail-page__team-head h2{margin:0}.match-detail-page__team-head>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;color:#8e99b8;font-size:11px;font-weight:900}.match-detail-page__team-head strong{color:#eef3ff}.match-page-table--full{overflow-x:auto}.match-page-table--full .match-page-table__row{grid-template-columns:minmax(210px,1.35fr) 76px 54px 52px minmax(116px,.76fr) 72px 48px minmax(230px,1.15fr);min-width:930px;min-height:52px}.match-page-table__avatar-wrap{position:relative;width:34px;height:34px}.match-page-table__avatar-wrap em{position:absolute;right:-4px;bottom:-4px;min-width:17px;height:17px;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(16,18,28,.94);background:#121622f0;color:#fff;font-size:10px;font-style:normal;font-weight:950}.match-page-table__kda{display:grid;gap:2px;color:#fff;font-weight:950}.match-page-table__kda em{color:inherit;font-size:10px;font-style:normal;font-weight:900}.match-page-table__meters{display:grid;grid-template-columns:1fr auto;gap:3px 7px;align-items:center}.match-page-table__meters i{height:5px;border-radius:999px;background:#ffffff14;overflow:hidden}.match-page-table__meters b{display:block;height:100%;border-radius:inherit;background:#ff4d6d}.match-page-table__meters .taken b{background:#8c9ab8}.match-page-table__meters strong{color:#c8d2ea;font-size:10px;font-weight:850;text-align:right}.match-participant-loadout{display:grid;grid-template-columns:44px minmax(0,1fr);gap:6px;align-items:center;min-width:0}.match-participant-loadout__spells,.match-participant-loadout__items{display:grid;gap:3px}.match-participant-loadout__spells{grid-template-columns:repeat(2,18px)}.match-participant-loadout__items{grid-template-columns:repeat(6,22px);min-width:0}.match-participant-loadout .asset-icon{width:22px;height:22px;border-radius:4px}.match-participant-loadout__spells .asset-icon{width:18px;height:18px;border-radius:4px}.match-participant-loadout__rune{border-radius:50%!important}.match-timeline-rail{position:relative;display:grid;gap:8px;max-height:420px;margin:0 0 12px;padding:4px 0 4px 14px;overflow:auto}.match-timeline-rail:before{content:"";position:absolute;left:4px;top:6px;bottom:6px;width:2px;border-radius:999px;background:#ffffff1a}.match-timeline-rail__event{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;align-items:start;min-width:0}.match-timeline-rail__event:before{content:"";position:absolute;left:-13px;top:9px;width:8px;height:8px;border-radius:50%;background:#7d8ba8;box-shadow:0 0 0 3px #1f2230f2}.match-timeline-rail__event--good:before{background:#2fe381}.match-timeline-rail__event--warn:before{background:#f0c96a}.match-timeline-rail__event--bad:before{background:#ff4d6d}.match-timeline-rail__event time{color:#f0c96a;font-size:11px;font-weight:950}.match-timeline-rail__event div{min-width:0;padding:7px 9px;border:1px solid rgba(255,255,255,.07);border-radius:6px;background:#10131e94}.match-timeline-rail__event strong,.match-timeline-rail__event span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-timeline-rail__event strong{color:#fff;font-size:12px}.match-timeline-rail__event span{margin-top:3px;color:#9da8c4;font-size:11px}.match-timeline-rail__more{padding:7px 9px;border-radius:6px;background:#5383e81a;color:#cbd8ff;font-size:11px;font-weight:900}@media(max-width:720px){.match-detail-page__team-head{align-items:flex-start;flex-direction:column}.match-detail-page__team-head>div{justify-content:flex-start}}.leaderboard-page{display:grid;gap:14px;width:min(1180px,calc(100vw - 32px));margin:0 auto;padding:24px 0 40px}.leaderboard-hero,.leaderboard-panel{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#2f3140;box-shadow:0 18px 48px #00000038}.leaderboard-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-end;padding:22px 24px;background:linear-gradient(135deg,#5383e82e,#11131ea3),#2f3140}.leaderboard-kicker{display:inline-flex;align-items:center;gap:7px;color:#f0c96a;font-size:12px;font-weight:950}.leaderboard-hero h1{margin:8px 0 5px;color:#fff;font-size:28px;line-height:1}.leaderboard-hero p,.leaderboard-sync span,.leaderboard-panel__head span,.leaderboard-player span,.leaderboard-updated{color:#aeb8d0;font-size:12px}.leaderboard-sync{min-width:132px;padding:10px 12px;border:1px solid rgba(255,255,255,.09);border-radius:6px;background:#181b2794}.leaderboard-sync span,.leaderboard-sync strong{display:block}.leaderboard-sync strong{margin-top:3px;color:#fff;font-size:13px}.leaderboard-controls{display:grid;grid-template-columns:minmax(220px,1fr) repeat(4,minmax(130px,160px));gap:10px;align-items:center}.leaderboard-search,.leaderboard-controls select{height:38px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#242734;color:#e9eefc}.leaderboard-search{display:flex;align-items:center;gap:8px;padding:0 12px}.leaderboard-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:inherit}.leaderboard-controls select{padding:0 10px}.leaderboard-panel{overflow:hidden}.leaderboard-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.leaderboard-panel__head strong,.leaderboard-panel__head span{display:block}.leaderboard-panel__head strong{color:#fff;font-size:15px}.leaderboard-panel__head button,.leaderboard-pagination button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#5383e81f;color:#dbe6ff;font-size:12px;font-weight:900}.leaderboard-panel__head button{padding:0 10px}.leaderboard-panel__head button:hover,.leaderboard-pagination button:hover:not(:disabled){border-color:#5383e885;background:#5383e833}.leaderboard-panel__head button:disabled,.leaderboard-pagination button:disabled{cursor:not-allowed;opacity:.55}.leaderboard-state{display:flex;align-items:center;justify-content:center;gap:8px;min-height:180px;color:#c8d2ea;font-size:13px;font-weight:850}.leaderboard-state--error{color:#ff7f96}.leaderboard-table-wrap{overflow-x:auto}.leaderboard-table{width:100%;min-width:880px;border-collapse:collapse}.leaderboard-table th,.leaderboard-table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;vertical-align:middle}.leaderboard-table th{color:#8994b2;font-size:11px;font-weight:950;letter-spacing:0;background:#292c39}.leaderboard-table tbody tr{background:#2b2f3f94}.leaderboard-table tbody tr:hover{background:#5383e81f}.leaderboard-rank{color:#fff;font-weight:950;white-space:nowrap}.leaderboard-player{display:grid;gap:2px;max-width:240px;padding:0;border:0;background:transparent;color:inherit;text-align:left}.leaderboard-player:not(:disabled){cursor:pointer}.leaderboard-player:not(:disabled):hover strong{color:#73a0ff}.leaderboard-player:disabled{cursor:default}.leaderboard-player strong{overflow:hidden;color:#f8fbff;font-size:13px;font-weight:950;text-overflow:ellipsis;white-space:nowrap}.leaderboard-tier{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff0f;color:#e6edff;font-size:12px;font-weight:950;white-space:nowrap}.leaderboard-tier--challenger{color:#7fdcff;border-color:#7fdcff47;background:#7fdcff1a}.leaderboard-tier--grandmaster{color:#ff7f9e;border-color:#ff7f9e47;background:#ff7f9e1a}.leaderboard-tier--master{color:#c69cff;border-color:#c69cff47;background:#c69cff1a}.leaderboard-flags{display:flex;flex-wrap:wrap;gap:5px;max-width:210px}.leaderboard-flags span{display:inline-flex;align-items:center;gap:3px;min-height:20px;padding:0 7px;border-radius:999px;background:#ffffff12;color:#d7e0f6;font-size:11px;font-weight:900}.leaderboard-flags .is-hot{background:#ff4e6d29;color:#ff8ca1}.leaderboard-flags .is-muted{color:#8e99b7}.leaderboard-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 16px;border-top:1px solid rgba(255,255,255,.07)}.leaderboard-pagination button{padding:0 10px}.leaderboard-pagination span{color:#cbd5ee;font-size:12px;font-weight:900}@media(max-width:960px){.leaderboard-page{width:min(100%,calc(100vw - 20px));padding-top:14px}.leaderboard-hero{align-items:flex-start;flex-direction:column}.leaderboard-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.leaderboard-search{grid-column:1 / -1}}@media(max-width:560px){.leaderboard-controls{grid-template-columns:1fr}}.leaderboard-table th:nth-child(1),.leaderboard-table td:nth-child(1){width:74px}.leaderboard-table th:nth-child(2),.leaderboard-table td:nth-child(2){width:360px}.leaderboard-table th:nth-child(3),.leaderboard-table td:nth-child(3){width:190px}.leaderboard-player{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;max-width:330px}.leaderboard-avatar{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:9px;background:linear-gradient(135deg,#5383e838,#0f121ceb);color:#dce6ff;font-size:12px;font-weight:950}.leaderboard-avatar img{width:100%;height:100%;display:block;object-fit:cover}.leaderboard-player__text{min-width:0;display:grid;gap:2px}.leaderboard-player__text>strong,.leaderboard-player__text>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-rank-badge{display:inline-grid;grid-template-columns:34px minmax(0,auto);align-items:center;gap:8px;min-width:0}.leaderboard-rank-badge .rank-emblem{width:30px;height:30px;min-width:30px;border-radius:9px;font-size:9px}.leaderboard-rank-badge .rank-emblem:before{top:4px;right:4px;bottom:4px;left:4px}.leaderboard-rank-badge .rank-emblem:after{top:8px;right:8px;bottom:8px;left:8px}.leaderboard-rank-badge .rank-emblem span{font-size:9px}.leaderboard-rank-badge .leaderboard-tier{min-width:72px;justify-content:center}.leaderboard-apex-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.leaderboard-apex-card{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;width:100%;padding:10px 12px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#2f3140;color:inherit;font:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.leaderboard-apex-card:hover{border-color:#ffffff2e;background:#3a3c4d}.leaderboard-apex-card.is-active{border-color:#7fdcff73;background:#7fdcff1f;box-shadow:0 0 0 1px #7fdcff2e inset}.leaderboard-apex-card .rank-emblem{width:30px;height:30px;border-radius:9px}.leaderboard-apex-card .rank-emblem span{font-size:9px}.leaderboard-apex-card div{min-width:0;display:grid;gap:2px}.leaderboard-apex-card strong,.leaderboard-apex-card span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-apex-card strong{color:#fff;font-size:13px;font-weight:950}.leaderboard-apex-card span{color:#9fabca;font-size:12px}.leaderboard-apex-card em{color:#f0c96a;font-size:12px;font-style:normal;font-weight:950;white-space:nowrap}.leaderboard-table th:nth-child(4),.leaderboard-table td:nth-child(4){width:82px}.leaderboard-table th:nth-child(5),.leaderboard-table td:nth-child(5){width:128px}.leaderboard-player strong{display:inline-flex;align-items:center;gap:5px;min-width:0}.leaderboard-player strong>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-pro-tag{flex:0 0 auto;min-width:16px;height:16px;display:inline-grid;place-items:center;border-radius:4px;background:#7b61ff;color:#fff;font-size:10px;font-style:normal;font-weight:950;line-height:1}.leaderboard-level{color:#c3cce4;font-size:12px;font-weight:900;white-space:nowrap}.leaderboard-lp{color:#fff;font-weight:950;white-space:nowrap}.leaderboard-lp__inner{display:inline-flex;align-items:center;gap:6px}.leaderboard-lp-delta{min-width:22px;height:18px;display:inline-grid;place-items:center;padding:0 5px;border-radius:5px;font-size:11px;font-weight:950}.leaderboard-lp-delta.is-positive{background:#29d37629;color:#2fe381}.leaderboard-lp-delta.is-negative{background:#ff4d6d29;color:#ff5f78}@media(max-width:900px){.leaderboard-apex-summary{grid-template-columns:1fr}}.rank-emblem-image{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;flex:0 0 auto}.rank-emblem-image img{display:block;width:100%;height:100%;object-fit:contain}.leaderboard-rank-badge .rank-emblem-image,.leaderboard-apex-card .rank-emblem-image{width:34px;height:34px}.rank-card__emblem{width:64px;height:64px}.leaderboard-table{min-width:980px}.leaderboard-table th:nth-child(1),.leaderboard-table td:nth-child(1){width:82px}.leaderboard-table th:nth-child(2),.leaderboard-table td:nth-child(2){width:330px}.leaderboard-table th:nth-child(3),.leaderboard-table td:nth-child(3){width:210px}.leaderboard-table th:nth-child(4),.leaderboard-table td:nth-child(4){width:90px}.leaderboard-table th:nth-child(5),.leaderboard-table td:nth-child(5){width:150px}.leaderboard-table th:nth-child(6),.leaderboard-table td:nth-child(6){width:190px}.leaderboard-table td{height:58px}.leaderboard-rank__number{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;border-radius:8px;color:#9fb0d0;font-size:14px;font-weight:950}.leaderboard-rank__crown{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.leaderboard-rank__crown svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.35))}.leaderboard-rank__crown--1{color:#ffd86b}.leaderboard-rank__crown--2{color:#d8e1f5}.leaderboard-rank__crown--3{color:#ffbd7d}.leaderboard-rank__crown .leaderboard-rank__number{min-width:28px;height:28px;font-size:14px;color:#0d1220}.leaderboard-rank__crown--1 .leaderboard-rank__number{background:linear-gradient(135deg,#ffe49a,#f5a531);box-shadow:0 4px 12px #f5a53173}.leaderboard-rank__crown--2 .leaderboard-rank__number{background:linear-gradient(135deg,#f0f4ff,#8fa3c6);box-shadow:0 4px 12px #8fa3c673}.leaderboard-rank__crown--3 .leaderboard-rank__number{background:linear-gradient(135deg,#ffd6a8,#b76a34);box-shadow:0 4px 12px #b76a3473}.leaderboard-row--top-ten .leaderboard-rank__number{color:#e8efff;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.leaderboard-row--top-1 .leaderboard-rank__number,.leaderboard-row--top-2 .leaderboard-rank__number,.leaderboard-row--top-3 .leaderboard-rank__number{border:none;font-size:14px;font-weight:950;box-shadow:none}.leaderboard-row--top-1,.leaderboard-row--top-2,.leaderboard-row--top-3{background:linear-gradient(90deg,rgba(255,216,107,.06),transparent 30%)}.leaderboard-row--top-2{background:linear-gradient(90deg,rgba(216,225,245,.06),transparent 30%)}.leaderboard-row--top-3{background:linear-gradient(90deg,rgba(255,189,125,.06),transparent 30%)}.leaderboard-player{max-width:300px}.leaderboard-player__text{justify-content:center}.leaderboard-winrate{display:flex;flex-direction:column;gap:4px;width:min(100%,170px);min-width:150px}.leaderboard-winrate__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.leaderboard-winrate__head strong{color:#00ffa3;font-size:13px;font-weight:950}.leaderboard-winrate__games{flex-shrink:0;display:inline-flex;align-items:center;height:18px;padding:0 7px;border-radius:999px;background:#22b9ff2e;border:1px solid rgba(34,185,255,.3);color:#22b9ff;font-size:10px;font-weight:800}.leaderboard-winrate__bar{display:flex;width:100%;height:8px;overflow:hidden;border-radius:999px;background:#ffffff14}.leaderboard-winrate__wins{width:var(--win-rate);min-width:0;background:linear-gradient(90deg,#22b9ff,#1890ff);border-radius:999px 0 0 999px}.leaderboard-winrate__losses{flex:1 1 auto;min-width:0;background:linear-gradient(90deg,#ff4768,#ff6b85);border-radius:0 999px 999px 0}.leaderboard-winrate__counts{display:flex;align-items:center;justify-content:space-between;gap:8px}.leaderboard-winrate__win-count,.leaderboard-winrate__loss-count{font-size:10px;font-weight:800}.leaderboard-winrate__win-count{color:#22b9ff}.leaderboard-winrate__loss-count{color:#ff5975}.leaderboard-pagination{justify-content:center;gap:8px}.leaderboard-pagination__items{display:inline-flex;align-items:center;gap:6px}.leaderboard-pagination button{min-width:32px;height:32px;padding:0 9px}.leaderboard-pagination__items button{background:#ffffff0d}.leaderboard-pagination__items button.is-active{border-color:#5383e8b3;background:#5383e8;color:#fff;opacity:1}.leaderboard-pagination__nav{min-width:82px}.leaderboard-pagination__ellipsis{width:24px;color:#8f9bb8;text-align:center;font-size:12px;font-weight:950}.auth-page,.account-page{width:min(100%,960px);margin:0 auto;padding:28px 16px 48px}.auth-panel,.account-card,.account-header{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#2f303b;box-shadow:0 12px 28px #00000038}.auth-panel{width:min(100%,460px);margin:48px auto 0;padding:24px}.auth-panel__head,.account-header,.account-card__head{display:flex;align-items:center;gap:12px}.auth-panel__head{margin-bottom:20px}.auth-panel__head h1,.account-header h1,.account-card h1{margin:0;color:#fff;font-size:24px;line-height:1.2}.auth-panel__head p,.account-header p,.account-card p{margin:5px 0 0;color:#aab2c8;font-size:13px;line-height:1.6}.auth-icon{width:38px;height:38px;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:8px;color:#f7d98b;background:#c89b3c24;border:1px solid rgba(200,155,60,.32)}.auth-form,.account-form{display:grid;gap:14px}.auth-form label,.account-form label{display:grid;gap:7px;color:#b8c0d8;font-size:12px;font-weight:800}.auth-form input,.account-form input,.account-form select{width:100%;min-height:40px;padding:0 12px;border-radius:6px;background:#242530;border:1px solid #434556;outline:none}.auth-form input:focus,.account-form input:focus,.account-form select:focus{border-color:#5383e8d9;box-shadow:0 0 0 3px #5383e824}.auth-alert{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border-radius:6px;color:#f7d98b;background:#e8a3171f;border:1px solid rgba(232,163,23,.28);font-size:12px;line-height:1.5}.auth-alert--error{color:#ffb7bd;background:#ff46551f;border-color:#ff46554d}.auth-alert--ok{color:#9af0aa;background:#4cd9641a;border-color:#4cd96440}.auth-primary,.account-logout{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:6px;font-weight:900;transition:transform .15s ease,border-color .15s ease,background .15s ease}.auth-primary{width:100%;background:#5383e8;color:#fff}.auth-primary:hover:not(:disabled){background:#6593f2}.auth-primary:disabled{cursor:not-allowed;opacity:.58}.auth-switch{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;color:#9ba4ba;font-size:13px}.auth-switch button{color:#f7d98b;font-weight:900}.account-page--empty .account-card{width:min(100%,460px);margin:48px auto 0;padding:24px;display:grid;gap:14px}.account-header{justify-content:space-between;padding:20px 22px;margin-bottom:16px}.account-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:7px;color:#9af0aa;font-size:12px;font-weight:900}.account-logout{padding:0 14px;color:#ffb7bd;background:#ff465514;border:1px solid rgba(255,70,85,.25)}.account-logout:hover{background:#ff465526;border-color:#ff46556b}.account-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:16px}.account-card{padding:18px}.account-card__head{justify-content:space-between;margin-bottom:15px;color:#fff}.account-meta dl{display:grid;gap:12px;margin:0}.account-meta dl>div{display:grid;gap:5px;min-width:0}.account-meta dt{color:#8f9ab6;font-size:11px;font-weight:900;text-transform:uppercase}.account-meta dd{margin:0;min-width:0;overflow-wrap:anywhere;color:#e7ebf8;font-size:13px}@media(max-width:760px){.auth-page,.account-page{padding:18px 10px 36px}.auth-panel,.account-page--empty .account-card{margin-top:18px;padding:18px}.account-header{align-items:flex-start;flex-direction:column;padding:18px}.account-grid{grid-template-columns:1fr}}.forum-page{width:min(1180px,calc(100vw - 48px));margin:0 auto;padding:24px 0 48px;color:#f7f8ff}.forum-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:22px 24px;border:1px solid rgba(138,150,184,.24);border-radius:8px;background:linear-gradient(135deg,#232b42f0,#141928f0)}.forum-kicker{margin:0 0 8px;color:#6ee7ff;font-size:12px;font-weight:800;letter-spacing:0}.forum-hero h1,.forum-toolbar h2,.forum-editor h2,.forum-main-post h2,.forum-replies h3{margin:0;letter-spacing:0}.forum-hero h1{font-size:28px;line-height:1.15}.forum-hero p:last-child,.forum-toolbar span,.forum-editor-head span,.forum-thread-meta,.forum-thread-stats small,.forum-reply-content span{color:#aeb8d7}.forum-hero p:last-child{max-width:720px;margin:10px 0 0;font-size:14px;line-height:1.6}.forum-primary-button,.forum-editor-actions button,.forum-pagination button,.forum-main-post-head button,.forum-category-tabs button{min-height:34px;border:1px solid rgba(139,153,193,.28);border-radius:6px;background:#2a3046eb;color:#dce6ff;font-weight:800;cursor:pointer}.forum-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-color:#5882e6b3;background:#4f7ce8;color:#fff}.forum-primary-button:disabled,.forum-pagination button:disabled{cursor:not-allowed;opacity:.55}.forum-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;padding:10px;border:1px solid rgba(138,150,184,.2);border-radius:8px;background:#2a2d3ddb}.forum-category-tabs button{padding:0 14px}.forum-category-tabs button.active,.forum-pagination button.active{border-color:#f7c654e6;background:#f7c6541f;color:#ffd86b}.forum-alert,.forum-empty{margin-top:12px;padding:14px 16px;border:1px solid rgba(255,99,116,.35);border-radius:8px;background:#52222f73;color:#ffd2d7}.forum-empty{border-color:#8a96b833;background:#222637c2;color:#b9c4e0}.forum-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:12px;padding:14px 16px;border:1px solid rgba(138,150,184,.2);border-radius:8px;background:#232738e0}.forum-toolbar h2{font-size:18px}.forum-search{display:flex;align-items:center;gap:8px;width:min(320px,100%);height:36px;padding:0 10px;border:1px solid rgba(138,150,184,.24);border-radius:6px;background:#0f121ec2}.forum-search input,.forum-editor input,.forum-editor select,.forum-editor textarea,.forum-reply-editor textarea{width:100%;border:0;outline:0;background:transparent;color:#f7f8ff;font:inherit}.forum-thread-list{display:grid;gap:8px;margin-top:10px}.forum-thread-row{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:18px;padding:15px 16px;border:1px solid rgba(138,150,184,.16);border-radius:8px;background:#2d3246e6;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.forum-thread-row:hover{border-color:#5983e88c;background:#363e58f2;transform:translateY(-1px)}.forum-thread-title-line{display:flex;align-items:center;gap:8px;min-width:0}.forum-thread-title-line h3{margin:0;overflow:hidden;color:#f8fbff;font-size:16px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.forum-pin,.forum-link-badge,.forum-tags span{display:inline-flex;align-items:center;gap:5px;min-width:0;border-radius:999px;font-size:12px;font-weight:800}.forum-pin{padding:2px 7px;background:#ffcf5629;color:#ffd86b}.forum-thread-main p{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:#c6d0ec;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.forum-thread-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:9px;font-size:12px}.forum-thread-meta span,.forum-link-badge{display:inline-flex;align-items:center;gap:5px}.forum-link-badge{max-width:260px;padding:2px 8px;overflow:hidden;background:#5082f024;color:#8fc7ff;text-overflow:ellipsis;white-space:nowrap}.forum-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.forum-tags span{padding:2px 7px;background:#7e89aa29;color:#cbd5f2}.forum-thread-stats{display:grid;align-content:center;justify-items:end;gap:6px;color:#dce6ff;font-size:13px;text-align:right}.forum-thread-stats span{display:inline-flex;align-items:center;gap:6px;font-weight:900}.forum-pagination{display:flex;justify-content:flex-end;gap:6px;margin-top:12px}.forum-pagination button{min-width:34px;padding:0 10px}.forum-editor,.forum-main-post,.forum-replies,.forum-reply-editor{margin-top:12px;padding:18px;border:1px solid rgba(138,150,184,.2);border-radius:8px;background:#232738eb}.forum-editor{display:grid;gap:14px}.forum-editor-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.forum-editor label,.forum-reply-editor{display:grid;gap:8px;color:#aeb8d7;font-size:13px;font-weight:800}.forum-editor input,.forum-editor select,.forum-editor textarea,.forum-reply-editor textarea{min-height:38px;padding:9px 10px;border:1px solid rgba(138,150,184,.24);border-radius:6px;background:#0f121ebd}.forum-editor textarea,.forum-reply-editor textarea{resize:vertical;line-height:1.6}.forum-link-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.forum-editor-actions{display:flex;justify-content:flex-end;gap:10px}.forum-editor-actions button{padding:0 16px}.forum-main-post h2{margin-top:8px;font-size:24px;line-height:1.3}.forum-main-post p{margin:18px 0 0;color:#e8edff;font-size:15px;line-height:1.8;white-space:pre-wrap}.forum-main-post-head button{padding:0 10px;color:#9fd0ff}.forum-replies h3{margin-bottom:12px;font-size:16px}.forum-reply-row{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:13px 0;border-top:1px solid rgba(138,150,184,.16)}.forum-reply-row:first-of-type{border-top:0}.forum-reply-author{display:grid;align-content:start;gap:4px}.forum-reply-author strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forum-reply-author span{color:#7f8bab;font-size:12px}.forum-reply-content p{margin:0 0 10px;color:#e9eeff;line-height:1.7;white-space:pre-wrap}.forum-reply-editor>div{display:flex;align-items:center;gap:8px;color:#eef3ff}.forum-reply-editor .forum-primary-button{justify-self:end}.forum-skeleton-list{display:grid;gap:8px;margin-top:10px}.forum-skeleton-list>div{height:86px;border-radius:8px;background:linear-gradient(90deg,#2a3046eb,#404966eb,#2a3046eb);background-size:220% 100%;animation:forum-skeleton 1.2s ease-in-out infinite}@keyframes forum-skeleton{0%{background-position:0 0}to{background-position:-220% 0}}@media(max-width:900px){.forum-page{width:min(100% - 20px,760px);padding-top:14px}.forum-hero,.forum-toolbar,.forum-editor-head{align-items:stretch;flex-direction:column}.forum-thread-row,.forum-reply-row{grid-template-columns:1fr}.forum-thread-stats{justify-items:start;text-align:left}.forum-link-form{grid-template-columns:1fr}}.forum-hero-actions{display:flex;align-items:center;gap:12px}.forum-points-card{display:grid;gap:2px;min-width:92px;padding:8px 12px;border:1px solid rgba(247,198,84,.35);border-radius:6px;background:#f7c6541a;text-align:right}.forum-points-card span{color:#aeb8d7;font-size:12px}.forum-points-card strong{color:#ffd86b;font-size:18px}.forum-rich-editor{display:grid;gap:8px}.forum-rich-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:7px;border:1px solid rgba(138,150,184,.22);border-radius:6px;background:#0d111c9e}.forum-rich-toolbar button{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:28px;padding:0 8px;border:1px solid rgba(138,150,184,.24);border-radius:5px;background:#2a3046cc;color:#dce6ff;font-weight:800;cursor:pointer}.forum-rich-toolbar button.active,.forum-rich-toolbar button:hover{border-color:#5882e6b3;background:#5882e633;color:#fff}.forum-rich-content{color:#e8edff;font-size:14px;line-height:1.75;white-space:normal}.forum-rich-content h2,.forum-rich-content h3{margin:10px 0 6px;color:#fff;line-height:1.35}.forum-rich-content blockquote{margin:8px 0;padding:7px 10px;border-left:3px solid #5882e6;background:#5882e61f;color:#cbd7ff}.forum-rich-content code{padding:1px 5px;border-radius:4px;background:#00000047;color:#ffd86b}.forum-rich-content a{color:#8fc7ff;text-decoration:none}.forum-rich-content a:hover{text-decoration:underline}.rich-list-item{padding-left:10px}.forum-main-post>.forum-rich-content{margin-top:18px}.forum-reply-node{margin-left:calc(var(--reply-depth,0) * 18px)}.forum-reply-children{margin-top:8px;border-left:1px solid rgba(138,150,184,.18)}.forum-reply-node .forum-reply-row{border-top:1px solid rgba(138,150,184,.16)}.forum-reply-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px}.forum-reply-actions button,.forum-reply-editor>div button{display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:0 8px;border:1px solid rgba(138,150,184,.24);border-radius:5px;background:#2a3046bd;color:#cbd7ff;font-weight:800;cursor:pointer}.forum-reply-actions button:hover,.forum-reply-editor>div button:hover{border-color:#5882e69e;color:#fff}@media(max-width:900px){.forum-hero-actions{align-items:stretch;flex-direction:column}.forum-points-card{text-align:left}.forum-reply-node{margin-left:calc(var(--reply-depth,0) * 10px)}}.app-shell{--content-max-width: 1280px}.sidebar{min-height:58px;padding:6px max(20px,calc((100vw - var(--content-max-width)) / 2));gap:14px}.brand{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:12px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.brand:hover .brand-text strong,.brand:focus-visible .brand-text strong{color:#fff}.brand:focus-visible{outline:2px solid rgba(83,131,232,.75);outline-offset:4px;border-radius:8px}.brand-mark{width:28px;height:28px;border-radius:6px}.brand-text strong{font-size:15px;line-height:1.05}.nav-list button{min-height:32px;padding:6px 9px}.nav-text strong{font-size:12px}.locale-switcher{display:flex;align-items:center;gap:8px;margin-top:0;padding:8px 10px;border-radius:6px}.locale-switcher>span{display:none}.locale-switcher>div{display:flex;gap:5px}.locale-switcher button{width:30px;height:28px;font-size:11px}.app-shell>section,.app-shell>.workspace,.player-detail-route-state,.opgg-profile,.opgg-filterbar,.opgg-grid{width:min(calc(100vw - 32px),var(--content-max-width));margin-inline:auto}.opgg-profile{grid-template-columns:82px minmax(0,1fr) auto;gap:14px;min-height:122px;padding:14px 0 12px}.opgg-profile__avatar{width:72px;height:72px;border-radius:14px}.opgg-profile__main{gap:6px}.opgg-profile__title-row h1{font-size:23px;line-height:1.05}.opgg-profile__meta{gap:6px;font-size:11px}.opgg-profile__meta span{padding-right:7px}.opgg-profile__notice,.opgg-profile__controls{display:none}.opgg-profile__quick{grid-template-columns:repeat(3,76px);gap:7px}.opgg-profile__quick div{padding:8px 10px;border-radius:6px}.opgg-profile__quick span{font-size:10px}.opgg-profile__quick strong{margin-top:3px;font-size:17px}.opgg-filterbar{margin-top:0;margin-bottom:8px;padding:8px 10px}.opgg-filterbar__tabs{gap:6px}.opgg-filterbar button{height:30px;padding:0 11px;border-radius:5px;font-size:12px}.opgg-grid{grid-template-columns:276px minmax(0,1fr);gap:10px;align-items:start}.opgg-left,.opgg-right,.match-list{min-width:0}.opgg-left,.opgg-right{display:grid;gap:8px}.rank-card,.opgg-card,.summary-strip,.match-list{border-radius:7px}.rank-card__head,.opgg-card__head,.summary-strip__head{padding:8px 12px}.rank-card__body{gap:12px;padding:13px 12px}.rank-emblem{width:58px;height:58px;font-size:16px}.rank-name{font-size:17px}.rank-lp,.rank-record{font-size:11px}.rank-record{gap:7px;margin-top:4px}.role-bars{height:116px;padding:12px 10px 8px}.role-bar{gap:4px}.role-bar__track{max-width:28px}.role-bar__fill{min-height:0}.role-bar__fill--empty{height:0!important;min-height:0!important;background:transparent!important;box-shadow:none!important}.champ-pool-row{grid-template-columns:34px minmax(0,1fr) 42px 46px;gap:8px;padding:7px 10px}.champ-pool-icon{width:34px;height:34px;border-radius:6px}.champ-pool-name strong,.champ-pool-kda strong,.champ-pool-wr strong{font-size:12px}.champ-pool-name span,.champ-pool-kda span,.champ-pool-wr span{font-size:10px}.summary-strip__body{grid-template-columns:minmax(150px,.9fr) minmax(0,1.25fr) minmax(150px,.9fr)}.ss-block{padding:11px 12px;gap:8px}.ss-label{font-size:10px}.ss-winrate{gap:10px}.ss-donut{width:64px;height:64px}.ss-donut-text strong{font-size:16px}.ss-kda-line{font-size:13px}.ss-kda-ratio strong{font-size:15px}.ss-champ-list{gap:7px}.ss-champ{gap:8px}.ss-champ-icon{width:28px;height:28px;border-radius:5px}.ss-champ strong{font-size:12px}.ss-champ span{font-size:10px}.ss-role .role-bars{height:82px;padding:6px 0 2px}.ai-chips{gap:6px}.ai-chips button{padding:6px 10px;font-size:11px}.match-list{display:grid;gap:6px;padding:8px;overflow-x:auto}.match-card{position:relative;display:block;width:100%;min-width:920px;padding:0;border-radius:6px;overflow:hidden;transform:none}.match-card:hover{transform:none}.match-card__summary{position:relative;min-height:104px;padding:9px 58px 9px 14px;display:flex;align-items:center;gap:10px}.match-card__meta{flex:0 0 104px;width:104px;display:grid;align-content:center;gap:4px;min-height:80px}.match-card__champ{flex:0 0 56px;width:56px;display:grid;grid-template-columns:56px;place-items:center;overflow:visible}.match-card__champ .champ-portrait{width:52px;height:52px;border-radius:50%}.match-card__champ .champ-role,.match-card__champ .champ-vs{display:none}.match-card__loadout{flex:0 0 170px;width:170px;min-width:170px;display:grid;align-items:center;overflow:visible}.match-card__loadout .loadout-icons{width:170px;display:grid;grid-template-columns:48px minmax(0,1fr);grid-template-rows:44px 24px;grid-template-areas:"runes ." "items items";gap:5px 7px;align-items:center}.match-card__loadout .spell-rune-grid{grid-area:runes;display:grid;grid-template-columns:repeat(2,20px);grid-template-rows:repeat(2,20px);gap:3px}.match-card__loadout .item-grid{grid-area:items;display:grid;grid-template-columns:repeat(7,20px);gap:3px;max-width:none;overflow:visible}.match-card__loadout .asset-icon,.match-card__loadout .spell-icon,.match-card__loadout .rune-icon,.match-card__loadout .item-grid .asset-icon,.match-card__loadout .item-grid .asset-icon:nth-child(n+5),.match-card__loadout .asset-icon:nth-child(n+7){flex:none;width:20px;height:20px;border-radius:4px}.match-card__loadout .rune-icon,.match-card__loadout .rune-icon--keystone{border-radius:50%}.match-card__kda{flex:0 0 96px;width:96px;display:grid;align-content:center;justify-items:center;text-align:center;gap:3px}.kda-line{justify-content:center;white-space:nowrap;font-size:18px}.match-card__stats{flex:0 0 124px;width:124px;display:flex;flex-wrap:wrap;gap:5px 7px;align-content:center}.match-card__stats div{flex:0 0 calc(50% - 4px);min-width:0}.match-card__stats span,.match-card__stats strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.match-card__teams{flex:1 1 220px;min-width:190px;height:80px;display:flex;gap:5px;align-content:center;overflow:hidden}.match-card__teams .participant-list{flex:1 1 50%;min-width:0;display:grid;grid-template-rows:repeat(5,15px);gap:2px;align-content:center;overflow:hidden}.match-card__teams .participant{display:flex;align-items:center;min-width:0;height:15px}.match-card__teams .participant-champ{width:15px;height:15px}.match-card__teams .participant-name{max-width:none;height:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:15px}.match-card__actions{position:absolute;right:10px;top:50%;z-index:3;width:40px;display:grid;gap:7px;transform:translateY(-50%)}.match-card__detail-link,.match-card__toggle{width:40px;min-width:0;display:grid;place-items:center;border-radius:5px}.match-card__detail-link{height:26px;padding:0;border:1px solid rgba(104,148,255,.45);background:#5383e857;color:#fff;font-size:11px;font-weight:700;line-height:1}.match-card__toggle{height:28px;min-height:28px;border:1px solid rgba(255,96,119,.25);background:#12162273;color:#ff6077;font-size:16px;line-height:1}.match-card__detail-link:hover,.match-card__toggle:hover{filter:brightness(1.15)}@media(min-width:1380px){.app-shell{--content-max-width: 1280px}.opgg-grid{grid-template-columns:286px minmax(0,1fr)}.match-card__meta{flex-basis:108px;width:108px}.match-card__champ{flex-basis:58px;width:58px}.match-card__loadout{flex-basis:188px;width:188px;min-width:188px}.match-card__loadout .loadout-icons{width:188px;grid-template-columns:50px minmax(0,1fr)}.match-card__loadout .spell-rune-grid{grid-template-columns:repeat(2,21px);grid-template-rows:repeat(2,21px)}.match-card__loadout .item-grid{grid-template-columns:repeat(7,21px)}.match-card__loadout .asset-icon,.match-card__loadout .spell-icon,.match-card__loadout .rune-icon,.match-card__loadout .item-grid .asset-icon,.match-card__loadout .item-grid .asset-icon:nth-child(n+5),.match-card__loadout .asset-icon:nth-child(n+7){width:21px;height:21px}.match-card__kda{flex-basis:104px;width:104px}.match-card__stats{flex-basis:132px;width:132px}}@media(max-width:1180px){.opgg-grid{grid-template-columns:1fr}.opgg-left{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.opgg-profile{grid-template-columns:64px minmax(0,1fr)}.opgg-profile__avatar{width:60px;height:60px}.opgg-profile__quick{grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.app-shell>section,.app-shell>.workspace,.player-detail-route-state,.opgg-profile,.opgg-filterbar,.opgg-grid{width:calc(100vw - 16px)}.opgg-left{grid-template-columns:1fr}}.opgg-profile--skeleton,.opgg-filterbar--skeleton,.player-detail-skeleton-grid{pointer-events:none}.skeleton-block,.skeleton-line,.skeleton-pill,.skeleton-emblem,.skeleton-avatar,.skeleton-card,.match-card-skeleton{position:relative;overflow:hidden;background:#303342}.skeleton-block:after,.skeleton-line:after,.skeleton-pill:after,.skeleton-emblem:after,.skeleton-avatar:after,.skeleton-card:after,.match-card-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);animation:skeleton-shimmer 1.25s linear infinite}@keyframes skeleton-shimmer{to{transform:translate(100%)}}.opgg-profile--skeleton .opgg-profile__avatar{border:1px solid rgba(255,255,255,.08)}.opgg-profile--skeleton .opgg-profile__quick div{display:grid;gap:8px;min-height:54px}.opgg-profile--skeleton .opgg-profile__quick .skeleton-line:first-child{width:42px;height:10px}.opgg-profile--skeleton .opgg-profile__quick .skeleton-line:last-child{width:52px;height:18px}.skeleton-line{display:block;width:78px;height:12px;border-radius:999px}.skeleton-line--title{width:112px;height:16px}.skeleton-line--wide{width:min(260px,80%)}.skeleton-line--short{width:54px}.skeleton-pill{width:92px;height:30px;border-radius:5px}.skeleton-pill--short{width:72px}.opgg-filterbar--skeleton{display:flex;gap:8px}.skeleton-emblem{width:64px;height:64px;border-radius:14px}.skeleton-avatar{width:46px;height:46px;border-radius:50%}.skeleton-card{min-height:100px;border:1px solid rgba(255,255,255,.08);border-radius:7px}.skeleton-card--bars{min-height:150px}.skeleton-card--list{min-height:190px}.skeleton-card--summary{min-height:150px}.match-list--skeleton{display:grid;gap:6px;padding:8px;background:#2f3140;border:1px solid rgba(255,255,255,.08);border-radius:7px}.match-card-skeleton{display:grid;grid-template-columns:90px 54px minmax(160px,1fr) 110px minmax(160px,1fr);align-items:center;gap:14px;min-height:86px;padding:12px 16px;border-radius:6px;background:#344866}.match-card-skeleton:nth-child(2n){background:#6a3342}@media(max-width:860px){.match-card-skeleton{grid-template-columns:80px 48px minmax(0,1fr)}.match-card-skeleton .skeleton-line:nth-child(n+4){display:none}}:root{--bg: #10131b;--bg-elevated: #151a26;--panel: #1a2030;--panel-strong: #202738;--panel-hover: #252e42;--text: #e8ecf7;--text-strong: #ffffff;--muted: #7f899f;--muted-strong: #aab4c9;--line: rgba(255,255,255,.075);--line-strong: rgba(255,255,255,.13);--blue: #6484ff;--cyan: #56c5ff;--gold: #d7a84a;--gold-bright: #f0c96a;--success: #35cc95;--danger: #f16a7b;--warning: #edae49;--radius-sm: 8px;--radius: 12px;--radius-lg: 16px;--shadow-sm: 0 8px 24px rgba(2,6,16,.16);--shadow: 0 20px 60px rgba(2,6,16,.28)}html{background:var(--bg)}body{color:var(--text);background:radial-gradient(circle at 50% -20%,rgba(82,112,210,.12),transparent 34rem),var(--bg);font-variant-numeric:tabular-nums}::selection{color:#fff;background:#6484ff8c}button,input,select{border-radius:var(--radius-sm)}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid rgba(100,132,255,.9);outline-offset:2px}.app-shell{background:transparent}.sidebar{position:sticky;top:0;z-index:50;min-height:64px;padding:0 max(24px,calc((100vw - 1280px)/2));gap:28px;border-bottom:1px solid var(--line);background:#121620e0;box-shadow:0 8px 30px #0000001f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{min-width:190px;gap:10px}.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#7794ff,#526fe3);box-shadow:0 8px 24px #5670dc47}.brand-text strong{font-size:15px;letter-spacing:.2px}.brand-text span{display:none}.nav-list{gap:3px}.nav-list button{min-height:38px;padding:0 11px;border-radius:8px}.nav-list button:hover{color:#fff;background:#ffffff0e}.nav-list button.active{color:#fff;border-color:transparent;background:#6484ff24;box-shadow:inset 0 -2px var(--blue)}.nav-list button.active .nav-icon{color:#8fa7ff}.app-shell>section,.app-shell>.workspace,.player-detail-route-state{width:min(1280px,calc(100vw - 48px))}.opgg-profile{display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(210px,.7fr) auto;align-items:center;gap:20px;margin-top:26px;padding:22px 24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(110deg,rgba(100,132,255,.12),transparent 42%),var(--panel);box-shadow:var(--shadow-sm)}.opgg-profile__avatar{width:76px;height:76px;border-radius:16px}.opgg-profile__title-row h1{font-size:clamp(23px,2vw,30px);line-height:1.15}.opgg-profile__title-row h1 em{color:var(--muted);font-size:.62em}.opgg-profile__meta{margin-top:8px;gap:6px 12px}.opgg-profile__meta span{color:var(--muted-strong)}.opgg-profile__meta span+span:before{color:#59647a}.opgg-profile__actions{display:flex;gap:8px;margin-top:14px}.opgg-profile__actions button{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 12px;border:1px solid rgba(100,132,255,.32);color:#dfe6ff;background:#6484ff24}.opgg-profile__actions button:hover{background:#6484ff38}.opgg-profile__actions button.is-secondary{border-color:var(--line-strong);background:#ffffff09;color:var(--muted-strong)}.opgg-profile__rank{display:flex;align-items:center;gap:12px;padding:4px 22px;border-left:1px solid var(--line)}.opgg-profile__rank .rank-emblem{width:66px;height:66px}.opgg-profile__rank div,.opgg-profile__rank span,.opgg-profile__rank strong,.opgg-profile__rank em{display:block}.opgg-profile__rank span{color:var(--muted);font-size:11px;font-weight:700}.opgg-profile__rank strong{margin-top:3px;color:#fff;font-size:17px}.opgg-profile__rank em{margin-top:3px;color:var(--gold-bright);font-size:12px;font-style:normal;font-weight:800}.opgg-profile__quick{gap:8px}.opgg-profile__quick>div{min-width:82px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#080b134d}.opgg-profile__quick span{color:var(--muted);font-size:11px}.opgg-profile__quick strong{margin-top:4px;font-size:20px}.player-insights{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.player-insight{position:relative;min-width:0;padding:14px 16px 14px 19px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#1a2030db}.player-insight:before{position:absolute;inset:12px auto 12px 0;width:3px;border-radius:3px;content:"";background:#64718a}.player-insight--hot:before{background:var(--success)}.player-insight--steady:before{background:var(--blue)}.player-insight--cold:before{background:var(--danger)}.player-insight span,.player-insight strong,.player-insight em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-insight span{color:var(--muted);font-size:11px}.player-insight strong{margin-top:4px;color:#fff;font-size:16px}.player-insight em{margin-top:3px;color:var(--muted-strong);font-size:11px;font-style:normal}.opgg-filterbar{margin-top:12px;padding:7px;border:1px solid var(--line);border-radius:10px;background:#1a2030d1}.opgg-filterbar__tabs button{min-height:34px;padding:0 13px;border-radius:7px;color:var(--muted-strong)}.opgg-filterbar__tabs button.active{color:#fff;background:#6484ff2e;box-shadow:inset 0 0 0 1px #6484ff33}.opgg-grid{grid-template-columns:280px minmax(0,1fr);gap:16px;margin-top:16px}.rank-card,.opgg-card,.summary-strip{border-color:var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:none}.rank-card__head,.opgg-card__head,.summary-strip__head{min-height:44px;border-color:var(--line)}.match-list{gap:9px}.match-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:none}.match-card--win,.match-card--loss{background:var(--panel)}.match-card:hover{border-color:#6484ff59;background:var(--panel-hover);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.match-card__bar{width:4px}.match-card--win .match-card__bar{background:#4f87ed}.match-card--loss .match-card__bar{background:#e25c70}.match-card__summary{min-height:112px}.match-card__result{padding:3px 7px;border-radius:999px;font-size:11px}.match-card--win .match-card__result{color:#90baff;background:#4f87ed21}.match-card--loss .match-card__result{color:#ff9aaa;background:#e25c7021}.match-card__champ .champ-portrait{width:54px;height:54px;border-radius:12px}.match-card__kda .kda-line{font-size:20px}.match-card__stats span{color:var(--muted)}.match-card__teams{opacity:.72}.match-card__detail-link,.match-card__toggle{border-color:var(--line-strong);background:#ffffff09}.leaderboard-page,.forum-page{width:min(1180px,calc(100vw - 48px));padding:26px 0 56px}.leaderboard-hero{min-height:124px;align-items:center;padding:24px 28px;border:1px solid var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 12% 0%,rgba(100,132,255,.2),transparent 22rem),linear-gradient(125deg,#1e263c,#151a28)}.leaderboard-hero h1{margin-top:8px;font-size:30px}.leaderboard-hero p{max-width:620px;margin:8px 0 0;color:var(--muted-strong);font-size:13px;line-height:1.6}.leaderboard-hero__meta{display:grid;justify-items:end;gap:4px;min-width:180px}.leaderboard-hero__meta span{color:var(--muted);font-size:11px}.leaderboard-hero__meta strong{color:#fff;font-size:15px}.leaderboard-hero__meta em{color:var(--gold-bright);font-size:12px;font-style:normal;font-weight:800}.leaderboard-controls{grid-template-columns:minmax(230px,1fr) repeat(4,minmax(130px,.55fr)) auto;gap:8px;margin-top:14px}.leaderboard-controls>.leaderboard-hero__meta{display:none}.leaderboard-search,.leaderboard-controls select{height:42px;border-color:var(--line-strong);background:var(--panel)}.leaderboard-reset{min-width:58px;border:1px solid var(--line-strong);color:var(--muted-strong);background:var(--panel)}.leaderboard-reset:hover{color:#fff;border-color:#6484ff66}.leaderboard-apex-summary{gap:10px;margin-top:12px}.leaderboard-apex-card{min-height:72px;border-color:var(--line);border-radius:var(--radius);background:var(--panel)}.leaderboard-apex-card.is-active{border-color:#6484ff80;background:linear-gradient(110deg,rgba(100,132,255,.16),var(--panel))}.leaderboard-panel{margin-top:14px;overflow:hidden;border-color:var(--line);border-radius:var(--radius);background:var(--panel)}.leaderboard-panel__head{min-height:62px;padding:0 16px;border-color:var(--line)}.leaderboard-table thead{position:sticky;z-index:2;background:#1a2030}.leaderboard-table th{height:42px;color:var(--muted);font-size:11px}.leaderboard-table td{height:68px;border-color:var(--line)}.leaderboard-table tbody tr{cursor:pointer;transition:background .15s ease}.leaderboard-table tbody tr:hover{background:#6484ff0e}.forum-hero{min-height:136px;align-items:center;padding:24px 28px;border-color:var(--line);border-radius:var(--radius-lg);background:radial-gradient(circle at 10% 0%,rgba(55,200,213,.14),transparent 24rem),linear-gradient(125deg,#1c263a,#151a28)}.forum-kicker{color:#64d5df;letter-spacing:.08em}.forum-hero h1{font-size:30px}.forum-primary-button{min-height:38px;border:0;border-radius:8px;background:var(--blue);box-shadow:0 10px 26px #5069dc38}.forum-category-tabs{align-items:center;gap:6px;margin-top:14px;padding:8px;border-color:var(--line);border-radius:var(--radius);background:var(--panel)}.forum-category-tabs>button,.forum-category-more summary{min-height:34px;padding:0 12px;border-radius:7px;color:var(--muted-strong);list-style:none;cursor:pointer;display:inline-flex;align-items:center}.forum-category-tabs button.active{border-color:#6484ff47;color:#fff;background:#6484ff29}.forum-category-more{position:relative}.forum-category-more summary::-webkit-details-marker{display:none}.forum-category-more[open] summary{color:#fff;background:#ffffff0f}.forum-category-more>div{position:absolute;top:40px;right:0;z-index:20;display:grid;grid-template-columns:repeat(2,max-content);gap:5px;min-width:280px;padding:8px;border:1px solid var(--line-strong);border-radius:10px;background:#202738;box-shadow:var(--shadow)}.forum-category-more button{min-height:32px;padding:0 10px;text-align:left}.forum-toolbar{margin-top:14px;padding:16px 18px;border-color:var(--line);border-radius:var(--radius);background:var(--panel)}.forum-search{border-color:var(--line-strong);border-radius:8px;background:#080b1373}.forum-feed-tabs{display:flex;gap:4px;margin-top:10px;padding:4px;border-bottom:1px solid var(--line)}.forum-feed-tabs button{min-height:34px;padding:0 14px;border-radius:7px 7px 0 0;color:var(--muted)}.forum-feed-tabs button.active{color:#fff;background:#6484ff21;box-shadow:inset 0 -2px var(--blue)}.forum-thread-list{gap:8px}.forum-thread-row{grid-template-columns:minmax(0,1fr) 170px;padding:17px 18px;border-color:var(--line);border-radius:var(--radius);background:var(--panel)}.forum-thread-row:hover{border-color:#6484ff59;background:var(--panel-hover);transform:translateY(-1px)}.forum-thread-title-line h3{font-size:16px}.forum-thread-main p{color:var(--muted-strong)}.forum-featured{flex:0 0 auto;padding:2px 7px;border-radius:999px;color:#9fd8ff;background:#56c5ff21;font-size:11px;font-weight:800}.forum-thread-stats{grid-template-columns:repeat(2,auto);align-items:center;gap:7px 14px}.forum-thread-stats small{grid-column:1 / -1}.forum-pagination button{border-color:var(--line);border-radius:7px;background:var(--panel)}.forum-pagination button.active{color:#fff;border-color:#6484ff73;background:#6484ff29}@media(max-width:1100px){.sidebar{padding-inline:18px;gap:14px}.brand{min-width:auto}.nav-list button{padding-inline:8px}.opgg-profile{grid-template-columns:auto 1fr auto}.opgg-profile__rank{display:none}.leaderboard-controls{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(130px,.6fr))}.leaderboard-reset{min-height:40px}}@media(max-width:800px){.sidebar{overflow-x:auto}.brand-text{display:none}.nav-list{min-width:max-content}.app-shell>section,.app-shell>.workspace,.player-detail-route-state,.leaderboard-page,.forum-page{width:min(100% - 24px,760px)}.opgg-profile{grid-template-columns:auto 1fr;padding:18px}.opgg-profile__quick{grid-column:1 / -1;width:100%}.player-insights{grid-template-columns:repeat(2,minmax(0,1fr))}.opgg-grid{grid-template-columns:1fr}.leaderboard-hero,.forum-hero{align-items:flex-start;flex-direction:column}.leaderboard-hero__meta{justify-items:start}.leaderboard-controls{grid-template-columns:1fr 1fr}.leaderboard-search{grid-column:1 / -1}.leaderboard-table-wrap{overflow-x:auto}.leaderboard-table{min-width:820px}}@media(max-width:520px){.nav-text strong{font-size:12px}.opgg-profile__avatar{width:60px;height:60px}.opgg-profile__quick>div{min-width:0}.player-insights,.leaderboard-controls{grid-template-columns:1fr}.leaderboard-search{grid-column:auto}.forum-thread-row{grid-template-columns:1fr}.forum-thread-stats{justify-items:start;text-align:left}.forum-category-more>div{right:auto;left:0;grid-template-columns:1fr;min-width:220px}}:root{--bg: #172233;--bg-elevated: #1b2a3e;--panel: #223249;--panel-strong: #293c55;--panel-hover: #2d435f;--text: #eef3f8;--text-strong: #fffaf0;--muted: #91a4ba;--muted-strong: #c1cfdd;--line: rgba(200,155,60,.15);--line-strong: rgba(200,155,60,.28);--blue: #2f8ea3;--cyan: #36b7c4;--gold: #c89b3c;--gold-bright: #f0c96a;--shadow-sm: 0 10px 26px rgba(6,15,28,.22);--shadow: 0 24px 70px rgba(5,13,25,.32)}html{background:#172233}body{position:relative;background:radial-gradient(circle at 12% 5%,rgba(38,135,152,.2),transparent 30rem),radial-gradient(circle at 88% 10%,rgba(200,155,60,.13),transparent 28rem),linear-gradient(180deg,#1a2940 0,#172438 34rem,#172233)}body:before{position:fixed;top:64px;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;content:"";opacity:.22;background-image:linear-gradient(30deg,transparent 49.5%,rgba(200,155,60,.11) 50%,transparent 50.5%),linear-gradient(150deg,transparent 49.5%,rgba(54,183,196,.08) 50%,transparent 50.5%);background-size:96px 56px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 70%);mask-image:linear-gradient(to bottom,#000,transparent 70%)}::selection{color:#1b2636;background:var(--gold-bright)}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline-color:var(--gold-bright)}.sidebar{border-bottom-color:#c89b3c38;background:#172233e8;box-shadow:0 10px 34px #040c1838}.brand-mark{color:#142133;border:1px solid rgba(240,201,106,.66);background:linear-gradient(145deg,#f0c96a,#b6822d);box-shadow:0 0 0 3px #c89b3c17,0 10px 26px #c89b3c33}.nav-list button:hover{color:#fffaf0;background:#c89b3c12}.nav-list button.active{color:var(--gold-bright);background:linear-gradient(180deg,#c89b3c26,#c89b3c0e);box-shadow:inset 0 -2px var(--gold-bright)}.nav-list button.active .nav-icon{color:var(--gold-bright)}.opgg-profile{border-color:#c89b3c47;background:radial-gradient(circle at 8% 0%,rgba(54,183,196,.17),transparent 21rem),linear-gradient(110deg,rgba(200,155,60,.1),transparent 46%),var(--panel);box-shadow:inset 0 1px #f0c96a14,var(--shadow-sm)}.opgg-profile__avatar{outline:1px solid rgba(200,155,60,.58);outline-offset:3px}.opgg-profile__actions button{color:#1a2636;border-color:#d8ad54;background:linear-gradient(180deg,#e2b956,#bd8c32)}.opgg-profile__actions button:hover{background:linear-gradient(180deg,#f0ca70,#c99a3e)}.opgg-profile__actions button.is-secondary{color:var(--muted-strong);border-color:var(--line-strong);background:#09132138}.opgg-profile__rank{border-left-color:#c89b3c38}.opgg-profile__quick>div{border-color:#c89b3c29;background:#0a162640}.player-insight,.opgg-filterbar,.rank-card,.opgg-card,.summary-strip,.match-card{background:linear-gradient(145deg,#283b52f5,#1f2f45fa)}.player-insight:before{background:var(--gold)}.opgg-filterbar__tabs button.active{color:var(--gold-bright);background:#c89b3c21;box-shadow:inset 0 0 0 1px #c89b3c42}.match-card:hover{border-color:#f0c96a6b;background:var(--panel-hover)}.match-card__detail-link:hover,.match-card__toggle:hover{color:var(--gold-bright);border-color:#c89b3c66}.leaderboard-hero{border-color:#c89b3c5c;background:radial-gradient(circle at 12% 0%,rgba(54,183,196,.22),transparent 23rem),radial-gradient(circle at 85% 50%,rgba(200,155,60,.15),transparent 20rem),linear-gradient(125deg,#263b54,#1d2d43);box-shadow:inset 0 1px #f0c96a1f,var(--shadow-sm)}.leaderboard-kicker,.leaderboard-hero__meta em{color:var(--gold-bright)}.leaderboard-search,.leaderboard-controls select,.leaderboard-reset{background:#23344bf0}.leaderboard-search:focus-within,.leaderboard-controls select:focus{border-color:#f0c96a9e}.leaderboard-reset:hover{color:var(--gold-bright);border-color:#f0c96a85}.leaderboard-apex-card,.leaderboard-panel{background:linear-gradient(145deg,#263850,#203149)}.leaderboard-apex-card.is-active{color:var(--gold-bright);border-color:#f0c96a9e;background:linear-gradient(110deg,#c89b3c2b,#263850 55%);box-shadow:inset 0 1px #f0c96a24}.leaderboard-table thead{background:#24364e}.leaderboard-table tbody tr:hover{background:#c89b3c12}.forum-hero{border-color:#c89b3c52;background:radial-gradient(circle at 10% 0%,rgba(54,183,196,.22),transparent 24rem),radial-gradient(circle at 88% 60%,rgba(200,155,60,.13),transparent 18rem),linear-gradient(125deg,#263d55,#1e2f45);box-shadow:inset 0 1px #f0c96a1a,var(--shadow-sm)}.forum-kicker{color:var(--gold-bright)}.forum-primary-button{color:#172234;background:linear-gradient(180deg,#ecc765,#bd8c32);box-shadow:0 12px 30px #c89b3c38}.forum-primary-button:hover{background:linear-gradient(180deg,#f4d77d,#c99a3e)}.forum-category-tabs,.forum-toolbar,.forum-thread-row{background:linear-gradient(145deg,#263850,#213149)}.forum-category-tabs button.active{color:var(--gold-bright);border-color:#f0c96a6b;background:#c89b3c21}.forum-feed-tabs button.active{color:var(--gold-bright);background:#c89b3c1a;box-shadow:inset 0 -2px var(--gold-bright)}.forum-thread-row:hover{border-color:#f0c96a6b;background:#2b405a}.forum-pagination button.active{color:#182334;border-color:var(--gold-bright);background:var(--gold-bright)}.account-dashboard{--ad-bg: #111827;--ad-card: #1b2639;--ad-card-2: #202d43;--ad-line: rgba(135, 156, 190, .18);--ad-gold: #c89b3c;--ad-gold-bright: #f0c75e;--ad-text: #f0e6d2;--ad-muted: #9ba9bf;width:min(100%,1240px);margin:0 auto;padding:28px 24px 64px;color:var(--ad-text)}.account-dashboard button,.account-dashboard input,.account-dashboard select{font:inherit}.account-dashboard__hero{position:relative;isolation:isolate;min-height:168px;padding:30px 32px;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;border:1px solid rgba(200,155,60,.32);border-radius:18px;background:radial-gradient(circle at 78% 16%,rgba(200,155,60,.16),transparent 30%),linear-gradient(118deg,#202d47,#172238 52%,#111a2d);box-shadow:0 22px 60px #0208144d}.account-dashboard__hero:before,.account-dashboard__hero:after{content:"";position:absolute;z-index:-1;width:220px;height:220px;right:8%;border:1px solid rgba(200,155,60,.12);transform:rotate(45deg)}.account-dashboard__hero:after{width:140px;height:140px;right:11.4%;border-color:#0ac8b91c}.account-dashboard__identity,.account-dashboard__hero-actions,.account-dashboard__identity>div:last-child,.account-panel__head,.account-settings-card__head{display:flex;align-items:center}.account-dashboard__identity{gap:20px}.account-dashboard__identity>div:last-child{align-items:flex-start;flex-direction:column}.account-dashboard__avatar,.account-rune-avatar{position:relative;flex:0 0 auto;display:grid;place-items:center;color:#fff6d8;font-weight:900;background:linear-gradient(145deg,#384c72,#17243a);border:2px solid #d2aa53;box-shadow:0 0 0 5px #c89b3c1f,0 12px 30px #00000047}.account-dashboard__avatar{width:82px;height:82px;border-radius:22px;font-size:26px}.account-rune-avatar{width:58px;height:58px;border-radius:16px;font-size:17px}.account-rune-avatar i,.account-dashboard__avatar span{position:absolute;right:-4px;bottom:-4px;width:16px;height:16px;border:3px solid #1a2538;border-radius:50%;background:#23c997}.account-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--ad-gold-bright);font-size:11px;font-weight:900;letter-spacing:.15em}.account-dashboard__identity h1{margin:8px 0 4px;color:#fff;font:800 30px/1.1 Georgia,Times New Roman,serif;letter-spacing:.01em}.account-dashboard__identity p{margin:0;color:#b8c4d7;font-size:14px}.account-dashboard__hero-actions{gap:18px;position:relative;z-index:1}.account-completion{width:190px}.account-completion>span{display:flex;justify-content:space-between;margin-bottom:8px;color:#aebbd0;font-size:12px}.account-completion strong{color:var(--ad-gold-bright)}.account-completion>div{height:5px;overflow:hidden;border-radius:999px;background:#ffffff1a}.account-completion i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9f7728,#f0c75e)}.account-quiet-button,.account-gold-button,.account-signout-button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;font-weight:800;cursor:pointer}.account-quiet-button{padding:0 15px;color:#e7edf8;border:1px solid rgba(255,255,255,.16);background:#ffffff0f}.account-quiet-button:hover{border-color:#c89b3c8c;background:#c89b3c1a}.account-gold-button{padding:0 18px;color:#1d1a12;border:1px solid #f0c75e;background:linear-gradient(180deg,#e6bd58,#ba8730);box-shadow:inset 0 1px #ffffff59}.account-gold-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.account-gold-button:disabled{opacity:.48;cursor:not-allowed}.account-message{margin:14px 0 -2px;padding:11px 14px;display:flex;align-items:center;gap:9px;border-radius:10px;font-size:13px}.account-message--ok{color:#9cf1cd;border:1px solid rgba(35,201,151,.25);background:#23c99714}.account-message--error{color:#ffc0c4;border:1px solid rgba(216,91,101,.28);background:#d85b6517}.account-dashboard__layout{margin-top:18px;display:grid;grid-template-columns:236px minmax(0,1fr);gap:18px;align-items:start}.account-dashboard__nav,.account-dashboard__content,.account-panel,.account-settings-card,.account-bind-form{border:1px solid var(--ad-line);background:#1b2639eb;box-shadow:0 15px 38px #02081429}.account-dashboard__nav{position:sticky;top:72px;padding:12px;border-radius:14px}.account-dashboard__nav-label{padding:8px 11px 11px;color:#72829b;font-size:10px;font-weight:900;letter-spacing:.16em}.account-dashboard__nav button{width:100%;padding:11px 10px;display:grid;grid-template-columns:36px minmax(0,1fr) 16px;gap:9px;align-items:center;color:#b3bfd2;text-align:left;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer}.account-dashboard__nav button+button{margin-top:4px}.account-dashboard__nav button>span:first-child{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#ffffff0b}.account-dashboard__nav button>span:nth-child(2){min-width:0;display:grid;gap:3px}.account-dashboard__nav button strong{color:#dce4f1;font-size:13px}.account-dashboard__nav button small{overflow:hidden;color:#7f8ca3;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.account-dashboard__nav button.active{color:var(--ad-gold-bright);border-color:#c89b3c47;background:linear-gradient(90deg,#c89b3c24,#c89b3c09)}.account-dashboard__nav button.active>span:first-child{background:#c89b3c29}.account-dashboard__nav button.active strong{color:#fff1c9}.account-dashboard__nav .account-dashboard__logout{margin-top:16px;padding-top:14px;color:#e48d96;border-top:1px solid var(--ad-line);border-radius:0 0 9px 9px}.account-dashboard__nav .account-dashboard__logout strong{color:#e9a4ab}.account-dashboard__content{min-height:570px;padding:24px;border-radius:14px}.account-loading{min-height:440px;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--ad-muted)}.account-section__title{min-height:52px;margin-bottom:20px;display:flex;justify-content:space-between;gap:18px}.account-section__title span,.account-panel__head span{color:var(--ad-gold);font-size:10px;font-weight:900;letter-spacing:.14em}.account-section__title h2{margin:4px 0 3px;color:#fff;font-size:22px}.account-section__title p{margin:0;color:var(--ad-muted);font-size:12px}.account-section__title>b{align-self:center;padding:7px 10px;color:#f2d783;border:1px solid rgba(200,155,60,.3);border-radius:999px;background:#c89b3c14;font-size:12px}.account-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-stat-grid article{min-width:0;padding:16px;display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;align-items:center;border:1px solid var(--ad-line);border-radius:12px;background:linear-gradient(145deg,#233149f2,#1a2538f2)}.account-stat-grid article>span{width:38px;height:38px;display:grid;place-items:center;color:var(--ad-gold-bright);border-radius:10px;background:#c89b3c1c}.account-stat-grid article div{display:grid;gap:2px;min-width:0}.account-stat-grid strong{overflow:hidden;color:#fff;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.account-stat-grid small{color:#8f9db2;font-size:11px}.account-stat-grid em{grid-column:2;color:#687a96;font-size:10px;font-style:normal}.account-content-grid{margin-top:12px;display:grid;grid-template-columns:1.08fr .92fr;gap:12px}.account-panel{padding:18px;border-radius:12px}.account-panel__head{justify-content:space-between;gap:14px}.account-panel__head h3{margin:3px 0 0;color:#f7f9fc;font-size:15px}.account-panel__head b{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;color:#f1ce6d;border-radius:6px;background:#c89b3c1c;font-size:9px}.account-primary-card{background:radial-gradient(circle at 90% 20%,rgba(200,155,60,.1),transparent 38%),#1b2639eb}.account-primary-card__body{min-height:112px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center}.account-primary-card__body h4{margin:0 0 5px;color:#fff;font-size:18px}.account-primary-card__body p{margin:0 0 8px;color:#9eacc0;font-size:12px}.account-primary-card__body small{display:flex;align-items:center;gap:5px;color:#71819b;font-size:10px}.account-primary-card__body button,.account-empty-state button,.account-panel__head>button{padding:7px 10px;color:#e9ca75;border:1px solid rgba(200,155,60,.28);border-radius:8px;background:#c89b3c12;cursor:pointer}.account-primary-card__body button{display:inline-flex;align-items:center;gap:6px}.account-quick-grid{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.account-quick-grid button{min-width:0;padding:10px;display:grid;grid-template-columns:25px minmax(0,1fr) 14px;align-items:center;gap:8px;color:#c8d2e2;text-align:left;border:1px solid rgba(135,156,190,.13);border-radius:9px;background:#ffffff06;cursor:pointer}.account-quick-grid button:hover:not(:disabled){color:var(--ad-gold-bright);border-color:#c89b3c40;background:#c89b3c0f}.account-quick-grid button:disabled{opacity:.4;cursor:not-allowed}.account-quick-grid span{min-width:0;display:grid;gap:2px}.account-quick-grid strong{color:#e4eaf3;font-size:11px}.account-quick-grid small{overflow:hidden;color:#73839c;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.account-activity-panel{margin-top:12px}.account-empty-activity,.account-empty-state{min-height:98px;display:flex;align-items:center;justify-content:center;gap:13px;color:#72839b}.account-empty-activity strong,.account-empty-state h4{margin:0;color:#b8c4d5;font-size:13px}.account-empty-activity p,.account-empty-state p{margin:4px 0 0;font-size:11px}.account-bind-form{padding:15px;display:flex;gap:11px;align-items:flex-end;border-radius:12px}.account-bind-form>div{display:grid;gap:6px}.account-bind-form .grow{flex:1}.account-bind-form label,.account-form-grid label>span{color:#9aa8bd;font-size:11px;font-weight:800}.account-bind-form input,.account-bind-form select,.account-form-grid input,.account-form-grid select{min-height:41px;padding:0 12px;color:#edf2fa;outline:none;border:1px solid rgba(135,156,190,.22);border-radius:8px;background:#111a29}.account-bind-form input:focus,.account-bind-form select:focus,.account-form-grid input:focus,.account-form-grid select:focus{border-color:#c89b3cb3;box-shadow:0 0 0 3px #c89b3c1a}.account-list{margin-top:12px;display:grid;gap:9px}.account-list article{padding:14px;display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:13px;align-items:center;border:1px solid var(--ad-line);border-radius:12px;background:#1b2639cc}.account-list article.primary{border-color:#c89b3c57;background:linear-gradient(90deg,#c89b3c14,#1b2639d9 36%)}.account-list__identity{min-width:0}.account-list__identity>div{display:flex;align-items:center;gap:9px}.account-list__identity h3{overflow:hidden;margin:0;color:#fff;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.account-list__identity b{flex:0 0 auto;padding:4px 6px;display:inline-flex;align-items:center;gap:4px;color:#ebca71;border-radius:6px;background:#c89b3c1a;font-size:9px}.account-list__identity p{margin:5px 0 0;color:#7f8fa7;font-size:11px}.account-list__actions{display:flex;gap:7px}.account-list__actions button{min-height:34px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;color:#b8c5d8;border:1px solid rgba(135,156,190,.19);border-radius:8px;background:#ffffff06;cursor:pointer}.account-list__actions button:hover{border-color:#c89b3c5c}.account-list__actions button.danger{padding:0 9px;color:#dc8992}.account-empty-list{padding:44px;display:grid;justify-items:center;gap:7px;color:#7889a3;border:1px dashed rgba(135,156,190,.2);border-radius:12px}.account-empty-list strong{color:#b9c4d6}.account-empty-list p{margin:0;font-size:12px}.account-settings-card{overflow:hidden;border-radius:12px}.account-settings-card__head{padding:18px;gap:12px;border-bottom:1px solid var(--ad-line)}.account-settings-card__head>span{width:38px;height:38px;display:grid;place-items:center;color:var(--ad-gold-bright);border-radius:10px;background:#c89b3c1a}.account-settings-card__head>div{flex:1}.account-settings-card__head h3{margin:0;color:#f5f7fb;font-size:15px}.account-settings-card__head p{margin:4px 0 0;color:#8291a8;font-size:11px}.account-settings-card__head>b{display:flex;align-items:center;gap:5px;color:#75dfbd;font-size:10px}.account-form-grid{padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.account-form-grid label{display:grid;gap:7px}.account-form-grid label.wide{grid-column:1 / -1}.account-form-grid label small{color:#718099;font-size:10px}.account-settings-card__footer{padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--ad-line);background:#0a111d40}.account-settings-card__footer>span{color:#738299;font-size:10px}.account-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.account-security-grid dl{margin:0;padding:17px;display:grid;gap:13px}.account-security-grid dl div{display:flex;justify-content:space-between;gap:15px}.account-security-grid dt{color:#8492a8;font-size:11px}.account-security-grid dd{margin:0;color:#cbd4e2;font-size:11px}.account-privacy-card ul{margin:0;padding:17px 17px 4px;display:grid;gap:11px;list-style:none}.account-privacy-card li{display:flex;align-items:center;gap:8px;color:#9aa9bf;font-size:11px}.account-privacy-card li svg{color:#35c99b}.account-signout-button{margin:14px 17px 17px;padding:0 14px;color:#eba2a9;border:1px solid rgba(216,91,101,.28);background:#d85b6512}.account-dashboard--guest{min-height:590px;display:grid;place-items:center}.account-guest-card{width:min(100%,570px);padding:48px;display:grid;justify-items:center;text-align:center;border:1px solid rgba(200,155,60,.3);border-radius:20px;background:radial-gradient(circle at 50% 0,rgba(200,155,60,.14),transparent 36%),linear-gradient(145deg,#1d2a42,#121b2c);box-shadow:0 28px 70px #00000047}.account-crest{width:64px;height:64px;margin-bottom:16px;display:grid;place-items:center;color:#f2cd6a;border:1px solid rgba(200,155,60,.5);transform:rotate(45deg);background:#c89b3c14}.account-crest svg{transform:rotate(-45deg)}.account-guest-card h1{margin:12px 0 8px;color:#fff;font:800 29px Georgia,serif}.account-guest-card p{max-width:430px;margin:0 0 23px;color:#9aa8bd;line-height:1.7}@media(max-width:940px){.account-dashboard{padding:20px 14px 48px}.account-dashboard__layout{grid-template-columns:1fr}.account-dashboard__nav{position:static;display:flex;overflow-x:auto}.account-dashboard__nav-label,.account-dashboard__nav button small,.account-dashboard__nav button>svg{display:none}.account-dashboard__nav button{flex:0 0 auto;width:auto;grid-template-columns:30px auto;padding:8px 12px}.account-dashboard__nav button>span:first-child{width:30px;height:30px}.account-dashboard__nav .account-dashboard__logout{margin:0 0 0 auto;padding-top:8px;border:0}.account-content-grid,.account-security-grid{grid-template-columns:1fr}}@media(max-width:680px){.account-dashboard{padding:12px 9px 36px}.account-dashboard__hero{min-height:0;padding:20px;align-items:flex-start;flex-direction:column}.account-dashboard__avatar{width:64px;height:64px;border-radius:18px}.account-dashboard__identity h1{font-size:24px}.account-dashboard__hero-actions{width:100%;justify-content:space-between}.account-completion{flex:1}.account-dashboard__content{padding:16px}.account-stat-grid,.account-content-grid{grid-template-columns:1fr}.account-primary-card__body{grid-template-columns:52px minmax(0,1fr)}.account-primary-card__body>button{grid-column:1 / -1}.account-quick-grid{grid-template-columns:1fr}.account-bind-form{align-items:stretch;flex-direction:column}.account-list article{grid-template-columns:48px minmax(0,1fr)}.account-list__actions{grid-column:1 / -1}.account-list__actions button{flex:1;justify-content:center}.account-form-grid{grid-template-columns:1fr}.account-form-grid label.wide{grid-column:auto}.account-settings-card__footer{align-items:stretch;flex-direction:column}.account-guest-card{padding:34px 20px}}@media(max-width:430px){.account-dashboard__nav button{padding:7px}.account-dashboard__nav button>span:nth-child(2){display:none}.account-dashboard__nav .account-dashboard__logout{margin-left:0}.account-dashboard__hero-actions{align-items:stretch;flex-direction:column}.account-quiet-button{width:100%}}.account-dashboard__avatar{overflow:visible}.account-dashboard__avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:19px}.account-overview-card{margin-top:12px}.account-overview-card .account-primary-card{width:100%}.account-avatar-picker{padding:20px 20px 4px;display:grid;gap:12px}.account-avatar-picker>div:first-child{display:grid;gap:4px}.account-avatar-picker strong{color:#e7edf7;font-size:12px}.account-avatar-picker small{color:#7d8ca3;font-size:10px}.account-avatar-grid{display:grid;grid-template-columns:repeat(8,minmax(54px,1fr));gap:10px}.account-avatar-grid button{position:relative;aspect-ratio:1;padding:3px;overflow:hidden;border:2px solid transparent;border-radius:14px;background:#111a29;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.account-avatar-grid button:hover{transform:translateY(-2px);border-color:#c89b3c73}.account-avatar-grid button.active{border-color:#e5ba52;box-shadow:0 0 0 3px #c89b3c21}.account-avatar-grid img{width:100%;height:100%;display:block;object-fit:cover;border-radius:9px}.account-avatar-grid svg{position:absolute;right:4px;bottom:4px;color:#f6d477;fill:#172238;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.account-password-form{padding:18px;display:grid;gap:14px}.account-password-form label{display:grid;gap:7px}.account-password-form label span{color:#9aa8bd;font-size:11px;font-weight:800}.account-password-form input{min-height:41px;padding:0 12px;color:#edf2fa;outline:none;border:1px solid rgba(135,156,190,.22);border-radius:8px;background:#111a29}.account-password-form input:focus{border-color:#c89b3cb3;box-shadow:0 0 0 3px #c89b3c1a}.account-password-form .account-gold-button{justify-self:end;min-width:128px}@media(max-width:760px){.account-avatar-grid{grid-template-columns:repeat(4,minmax(54px,1fr))}.account-password-form .account-gold-button{width:100%;justify-self:stretch}}@media(max-width:430px){.account-avatar-grid{grid-template-columns:repeat(4,1fr);gap:7px}}.home-dashboard{--home-navy: #111d31;--home-navy-soft: #192941;--home-panel: rgba(27, 42, 65, .92);--home-panel-light: rgba(35, 51, 77, .9);--home-line: rgba(164, 184, 218, .16);--home-gold: #d8ae4a;--home-gold-bright: #f1cd6b;--home-cyan: #42c6cf;--home-copy: #f3f6fc;--home-muted: #9eacc3;width:min(1240px,calc(100% - 40px));margin:0 auto;padding:26px 0 72px;color:var(--home-copy)}.home-hero{position:relative;min-height:308px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);align-items:center;gap:54px;overflow:hidden;padding:48px 52px;border:1px solid rgba(216,174,74,.38);border-radius:22px;background:radial-gradient(circle at 82% 14%,rgba(66,198,207,.16),transparent 25%),linear-gradient(126deg,#1d3150,#17263e 48%,#263047);box-shadow:0 24px 70px #040a1642,inset 0 1px #ffffff0a}.home-hero:before,.home-hero:after{content:"";position:absolute;pointer-events:none}.home-hero:before{top:0;right:0;bottom:0;left:0;opacity:.18;background-image:linear-gradient(30deg,transparent 48%,rgba(216,174,74,.45) 49%,transparent 50%),linear-gradient(150deg,transparent 48%,rgba(66,198,207,.3) 49%,transparent 50%);background-size:160px 160px}.home-hero:after{width:360px;height:360px;right:-140px;top:-170px;border:1px solid rgba(216,174,74,.24);transform:rotate(45deg)}.home-hero__ornament{position:absolute;left:-80px;bottom:-210px;width:360px;height:360px;border:1px solid rgba(66,198,207,.16);transform:rotate(45deg)}.home-hero__copy,.home-search{position:relative;z-index:1}.home-hero__badge,.home-section-eyebrow{display:inline-flex;align-items:center;gap:7px;color:var(--home-gold-bright);font-size:11px;font-weight:800;letter-spacing:.16em}.home-hero h1{max-width:650px;margin:15px 0 14px;font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:clamp(32px,3vw,48px);line-height:1.16;letter-spacing:-.02em}.home-hero__copy>p{max-width:590px;margin:0;color:#b9c6da;font-size:15px;line-height:1.8}.home-hero__signals{display:flex;flex-wrap:wrap;gap:11px 22px;margin-top:24px;color:#c7d1e2;font-size:12px}.home-hero__signals span{display:inline-flex;align-items:center;gap:7px}.home-hero__signals svg{color:var(--home-cyan)}.home-search{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px;padding:20px;border:1px solid rgba(220,230,246,.14);border-radius:18px;background:#0a1526b3;box-shadow:0 18px 42px #03091342;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.home-search__title{grid-column:1 / -1;display:flex;align-items:center;gap:9px;margin-bottom:3px;color:#e9eef8;font-size:14px;font-weight:700}.home-search__title svg{color:var(--home-gold-bright)}.home-search label{display:flex;min-width:0;flex-direction:column;gap:7px}.home-search label>span{color:#8393ae;font-size:10px;font-weight:800;letter-spacing:.11em}.home-search input,.home-search select{width:100%;height:46px;border:1px solid rgba(170,188,216,.2);border-radius:10px;outline:0;background:#18283f;color:#f3f6fc;font:inherit}.home-search input{padding:0 13px}.home-search select{padding:0 10px}.home-search input:focus,.home-search select:focus{border-color:var(--home-gold);box-shadow:0 0 0 3px #d8ae4a1f}.home-search>button{grid-column:1 / -1;height:47px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #f0ce70;border-radius:10px;background:linear-gradient(135deg,#e5bd58,#b8892c);color:#142039;font-weight:900;cursor:pointer;box-shadow:0 9px 24px #c5942f36}.home-search>button:hover{filter:brightness(1.08);transform:translateY(-1px)}.home-search>button:disabled{cursor:wait;opacity:.7}.home-search__error{grid-column:1 / -1;display:flex;align-items:center;gap:7px;color:#ff929b;font-size:12px}.home-dashboard__grid{display:grid;grid-template-columns:minmax(0,1.28fr) minmax(340px,.72fr);gap:18px;margin-top:20px}.home-panel,.home-focus,.home-resources{border:1px solid var(--home-line);border-radius:16px;background:linear-gradient(145deg,var(--home-panel-light),var(--home-panel));box-shadow:0 18px 44px #040a1624}.home-panel{min-width:0;padding:23px 24px 15px}.home-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.home-section-heading h2{margin:6px 0 0;font-family:Georgia,Times New Roman,"Noto Serif SC",serif;font-size:23px;line-height:1.2}.home-section-heading p{margin:6px 0 0;color:var(--home-muted);font-size:12px}.home-text-action{flex:none;display:inline-flex;align-items:center;gap:5px;margin-top:10px;border:0;background:none;color:#c8d3e5;font-size:12px;cursor:pointer}.home-text-action:hover{color:var(--home-gold-bright)}.home-climbers__list,.home-hot__list{display:flex;flex-direction:column}.home-climber-row{width:100%;display:grid;grid-template-columns:32px 42px minmax(0,1fr) 62px 58px;align-items:center;gap:11px;min-height:66px;padding:8px 6px;border:0;border-top:1px solid rgba(164,184,218,.1);background:transparent;color:inherit;text-align:left;cursor:pointer}.home-climber-row:hover{border-radius:10px;background:#49689333}.home-climber-row__rank{color:#73839e;font-size:11px;font-weight:800}.home-player-avatar{width:42px;height:42px;display:grid;overflow:hidden;place-items:center;border:1px solid rgba(216,174,74,.45);border-radius:11px;background:#14243a;color:var(--home-gold-bright);font-weight:800}.home-player-avatar img{width:100%;height:100%;object-fit:cover}.home-climber-row__identity,.home-climber-row__rate,.home-climber-row__delta{min-width:0;display:flex;flex-direction:column}.home-climber-row__identity strong,.home-leader-card__copy strong{overflow:hidden;color:#f1f5fb;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.home-climber-row__identity strong small,.home-leader-card__copy strong small{margin-left:3px;color:#8f9eb5;font-size:10px;font-weight:500}.home-climber-row__identity>span{margin-top:5px;color:var(--home-muted);font-size:10px}.home-climber-row__rate,.home-climber-row__delta{align-items:flex-end;color:#e7edf7;font-size:12px;font-weight:800}.home-climber-row__delta{color:#57dfaa;font-size:14px}.home-climber-row__rate small,.home-climber-row__delta small{margin-top:3px;color:#7788a3;font-size:9px;font-weight:600}.home-thread-row{width:100%;min-height:66px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 4px;border:0;border-top:1px solid rgba(164,184,218,.1);background:transparent;color:inherit;text-align:left;cursor:pointer}.home-thread-row:hover{border-radius:10px;background:#49689333}.home-thread-row__index{display:grid;place-items:center;color:#7e8da6;font-size:11px;font-weight:800}.home-thread-row__index.is-hot{color:#e8b650}.home-thread-row__body{min-width:0;display:flex;flex-direction:column;gap:6px}.home-thread-row__body strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.home-thread-row__body span,.home-thread-row__stats small{color:#8291a9;font-size:9px}.home-thread-row__stats{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:#bdc9dc;font-size:10px}.home-thread-row__stats small{display:block;margin-left:4px}.home-panel__foot{display:flex;align-items:center;gap:6px;margin-top:9px;padding:11px 5px 0;border-top:1px solid rgba(164,184,218,.1);color:#7f8da4;font-size:10px}.home-row-skeleton,.home-thread-skeleton,.home-leader-card.is-loading{overflow:hidden;position:relative;border-radius:9px;background:#6c82a321}.home-row-skeleton{height:56px;margin:5px 0}.home-thread-skeleton{height:54px;margin:5px 0}.home-row-skeleton:after,.home-thread-skeleton:after,.home-leader-card.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.07),transparent);animation:home-shimmer 1.5s infinite}@keyframes home-shimmer{to{transform:translate(100%)}}.home-empty{display:grid;min-height:150px;place-items:center;color:#8291a9;font-size:12px}.home-feed-error{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:10px;border:1px solid rgba(255,132,144,.2);border-radius:10px;background:#6a263433;color:#ff9ca4;font-size:12px}.home-focus,.home-resources{margin-top:18px;padding:24px}.home-focus__grid,.home-resources__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-leader-card{min-width:0;min-height:92px;display:grid;grid-template-columns:45px minmax(0,1fr) 16px;align-items:center;gap:11px;position:relative;padding:22px 14px 13px;border:1px solid rgba(164,184,218,.13);border-radius:12px;background:#0e1b2e6e;color:inherit;text-align:left;cursor:pointer}.home-leader-card:hover{border-color:#d8ae4a7a;background:#2a3d58b3;transform:translateY(-2px)}.home-leader-card__region{position:absolute;top:8px;left:12px;color:var(--home-gold-bright);font-size:9px;font-weight:900;letter-spacing:.09em}.home-leader-card .rank-emblem{width:42px;height:42px}.home-leader-card__copy{min-width:0;display:flex;flex-direction:column;gap:5px}.home-leader-card__copy>span{color:#8f9eb5;font-size:10px}.home-leader-card>svg{color:#71819a}.home-resources__grid>button{min-height:120px;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;grid-template-rows:1fr 1fr;align-items:end;gap:0 13px;padding:20px;border:1px solid rgba(164,184,218,.13);border-radius:13px;background:linear-gradient(135deg,#2b4263e0,#132237d1);color:inherit;text-align:left;cursor:pointer}.home-resources__grid>button:hover{border-color:#42c6cf75;transform:translateY(-3px);box-shadow:0 14px 30px #03091233}.home-resources__grid>button>span{grid-row:1 / 3;align-self:center;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(216,174,74,.27);border-radius:11px;background:#d8ae4a17;color:var(--home-gold-bright)}.home-resources__grid>button strong{align-self:end;font-size:14px}.home-resources__grid>button small{align-self:start;margin-top:5px;color:#7788a3;font-size:9px;letter-spacing:.1em}.home-resources__grid>button>svg{grid-column:3;grid-row:1 / 3;align-self:center;width:17px;color:#7788a3}@media(max-width:1080px){.home-hero{grid-template-columns:minmax(0,1fr) 400px;gap:32px;padding:40px}.home-dashboard__grid{grid-template-columns:1fr}.home-focus__grid,.home-resources__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.home-dashboard{width:min(100% - 24px,680px);padding-top:14px}.home-hero{grid-template-columns:1fr;gap:28px;padding:34px 26px 26px}.home-search{grid-template-columns:minmax(0,1fr) 120px}}@media(max-width:560px){.home-dashboard{width:calc(100% - 16px)}.home-hero{min-height:0;padding:30px 18px 18px;border-radius:16px}.home-hero h1{font-size:30px}.home-hero__signals span:nth-child(n+2){display:none}.home-search{grid-template-columns:1fr;padding:15px}.home-search__title,.home-search>button,.home-search__error{grid-column:1}.home-panel,.home-focus,.home-resources{padding:19px 15px 13px}.home-section-heading{gap:8px}.home-section-heading h2{font-size:20px}.home-section-heading p{display:none}.home-text-action{font-size:0}.home-text-action svg{width:18px;height:18px}.home-climber-row{grid-template-columns:24px 38px minmax(0,1fr) 48px;gap:8px}.home-player-avatar{width:38px;height:38px}.home-climber-row__rate,.home-thread-row__stats small{display:none}.home-focus__grid,.home-resources__grid{grid-template-columns:1fr}.home-leader-card{min-height:84px}.home-resources__grid>button{min-height:92px}}@media(prefers-reduced-motion:reduce){.home-search>button,.home-leader-card,.home-resources__grid>button{transition:none}.home-row-skeleton:after,.home-thread-skeleton:after,.home-leader-card.is-loading:after{animation:none}}.forum-page--thread{width:min(960px,calc(100vw - 40px));padding:32px 0 72px}.forum-page--thread .forum-detail{--fd-surface: #1d2e43;--fd-surface-soft: #21344b;--fd-line: rgba(205, 220, 239, .11);--fd-text: #edf3f9;--fd-muted: #889bb2;--fd-accent: #d4ae58;display:grid;gap:30px;margin:0}.forum-page--thread .forum-alert{margin:0 0 16px}.forum-page--thread .forum-main-post{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid var(--fd-line);border-radius:14px;background:var(--fd-surface);box-shadow:none}.forum-page--thread .forum-main-post__accent{display:none}.forum-page--thread .forum-main-post-head{padding:24px 30px 18px;background:transparent}.forum-page--thread .forum-detail-back{display:inline-flex;align-items:center;gap:3px;min-height:28px;padding:0;border:0;background:transparent;color:#94a8be;font-size:12px;font-weight:650;cursor:pointer}.forum-page--thread .forum-detail-back:hover{color:#fff}.forum-page--thread .forum-main-post__title-row{display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:13px;margin-top:18px}.forum-page--thread .forum-user-avatar{width:38px;height:38px;display:grid;flex:none;place-items:center;border:0;border-radius:50%;background:#314a65;color:#f6f8fb;font-family:inherit;font-size:14px;font-weight:750;box-shadow:none}.forum-page--thread .forum-user-avatar.is-compact{width:34px;height:34px;font-size:12px}.forum-page--thread .forum-main-post__title-copy{min-width:0}.forum-page--thread .forum-main-post__badges{display:flex;align-items:center;gap:7px;min-height:16px;margin-bottom:7px}.forum-page--thread .forum-main-post__badges>span:not(.forum-pin):not(.forum-featured){color:#64c5cc;font-size:10px;font-weight:700}.forum-page--thread .forum-main-post h2{margin:0;color:var(--fd-text);font-family:inherit;font-size:clamp(25px,3vw,32px);font-weight:720;line-height:1.3;letter-spacing:-.025em}.forum-page--thread .forum-main-post .forum-thread-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 15px;margin-top:12px;color:var(--fd-muted);font-size:11px}.forum-page--thread .forum-main-post .forum-thread-meta strong{color:#dce5ee;font-size:12px}.forum-page--thread .forum-main-post .forum-thread-meta span{display:inline-flex;align-items:center;gap:5px}.forum-page--thread .forum-main-post .forum-thread-meta svg{color:#7489a1}.forum-page--thread .forum-main-post__body{min-height:0;padding:10px 30px 34px 83px;border:0;background:transparent}.forum-page--thread .forum-main-post__body .forum-rich-content{max-width:760px;color:#e8eef5;font-size:15px;line-height:1.9}.forum-page--thread .forum-main-post__footer{display:flex;align-items:center;gap:10px;min-height:0;padding:0 30px 22px 83px}.forum-page--thread .forum-main-post__footer:empty{display:none}.forum-page--thread .forum-main-post__footer .forum-tags{margin:0}.forum-page--thread .forum-main-post__footer .forum-tags span,.forum-page--thread .forum-main-post__footer .forum-link-badge{padding:3px 8px;border:0;background:#8b9fb71c;color:#9fb0c3;font-size:10px}.forum-page--thread .forum-replies{margin:0;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.forum-page--thread .forum-replies__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:0 2px 13px;border-bottom:1px solid var(--fd-line);background:transparent}.forum-page--thread .forum-section-kicker{display:none}.forum-page--thread .forum-replies__head h3,.forum-page--thread .forum-reply-editor__head h3{margin:0;color:var(--fd-text);font-family:inherit;font-size:17px;font-weight:700}.forum-page--thread .forum-replies__count{display:inline-flex;align-items:center;gap:5px;padding:0;border:0;background:transparent;color:var(--fd-muted);font-size:11px;font-weight:600}.forum-page--thread .forum-replies__list{display:grid;gap:0;padding:0}.forum-page--thread .forum-reply-node{min-width:0;margin:0}.forum-page--thread .forum-reply-row{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:21px 3px;overflow:visible;border:0;border-bottom:1px solid var(--fd-line);border-radius:0;background:transparent}.forum-page--thread .forum-reply-row:hover{border-color:var(--fd-line);background:transparent}.forum-page--thread .forum-reply-content{min-width:0;padding:0}.forum-page--thread .forum-reply-content__head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 10px;color:var(--fd-muted);font-size:10px}.forum-page--thread .forum-reply-identity,.forum-page--thread .forum-reply-meta{display:flex;align-items:center;gap:8px}.forum-page--thread .forum-reply-identity strong{color:#e8eef5;font-size:12px}.forum-page--thread .forum-reply-identity span,.forum-page--thread .forum-reply-meta>span{display:inline-flex;align-items:center;gap:4px;color:#7f93aa}.forum-page--thread .forum-reply-identity svg{color:#b69b61}.forum-page--thread .forum-floor-badge{padding:0;border-radius:0;background:transparent;color:#73879f;font-weight:650}.forum-page--thread .forum-reply-content>.forum-rich-content{min-height:0;color:#dfe7f0;font-size:14px;line-height:1.75}.forum-page--thread .forum-reply-actions{display:flex;align-items:center;gap:10px;margin-top:12px;padding:0;border:0}.forum-page--thread .forum-reply-actions button{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:0 7px;border:0;border-radius:6px;background:transparent;color:#8397ad;font-size:10px;font-weight:650;cursor:pointer}.forum-page--thread .forum-reply-actions button:hover{color:#dce6ef;background:#91a4bb17}.forum-page--thread .forum-reply-actions small{color:#6f839b;font-size:10px}.forum-page--thread .forum-reply-children{position:relative;display:grid;gap:0;margin:0 0 0 16px;padding-left:19px;border-left:1px solid rgba(117,142,168,.22)}.forum-page--thread .forum-reply-children:before{display:none}.forum-page--thread .forum-reply-children .forum-reply-node,.forum-page--thread .forum-reply-children .forum-reply-row{margin:0;background:transparent}.forum-page--thread .forum-empty{min-height:100px;display:grid;place-items:center;margin:16px 0 0;border:1px dashed rgba(151,172,197,.16);border-radius:10px;background:transparent;color:var(--fd-muted);font-size:12px}.forum-page--thread .forum-reply-editor{display:grid;gap:0;margin:0;padding:0;overflow:hidden;border:1px solid var(--fd-line);border-radius:12px;background:var(--fd-surface);box-shadow:none}.forum-page--thread .forum-reply-editor__head{display:flex!important;align-items:flex-start!important;justify-content:space-between;gap:16px!important;padding:19px 22px 16px;border-bottom:1px solid var(--fd-line);color:inherit!important}.forum-page--thread .forum-reply-editor__head>svg{width:18px;color:#8296ad}.forum-page--thread .forum-reply-editor__head p{margin:5px 0 0;color:var(--fd-muted);font-size:11px;font-weight:450}.forum-page--thread .forum-reply-target{display:flex!important;align-items:center!important;justify-content:space-between;gap:10px!important;margin:13px 18px 0;padding:8px 10px;border:0;border-radius:7px;background:#5386971a;color:#a8c6cc!important;font-size:11px}.forum-page--thread .forum-reply-target span{display:inline-flex;align-items:center;gap:5px}.forum-page--thread .forum-reply-target button{min-height:24px;border:0;background:transparent;color:#8295aa;cursor:pointer}.forum-page--thread .forum-reply-editor>.forum-rich-editor{display:grid!important;gap:0;margin:14px 18px 0;overflow:hidden;border:1px solid rgba(203,219,237,.12);border-radius:9px;background:#18283b}.forum-page--thread .forum-reply-editor .forum-rich-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;border:0;border-bottom:1px solid rgba(203,219,237,.09);border-radius:0;background:transparent}.forum-page--thread .forum-reply-editor .forum-rich-toolbar button{min-width:29px;height:28px;padding:0 7px;border:0;border-radius:5px;background:transparent;color:#8195ab;font-size:11px;font-weight:650;cursor:pointer}.forum-page--thread .forum-reply-editor .forum-rich-toolbar button:hover,.forum-page--thread .forum-reply-editor .forum-rich-toolbar button.active{color:#edf3f9;background:#92a5bc1a}.forum-page--thread .forum-reply-editor .forum-rich-toolbar button:last-child{min-width:auto;margin-left:auto;padding-inline:9px}.forum-page--thread .forum-reply-editor .forum-rich-editor textarea{min-height:125px;padding:13px 14px;border:0;border-radius:0;background:transparent;color:#e8eef5;font-size:13px;line-height:1.7;resize:vertical}.forum-page--thread .forum-reply-editor .forum-rich-editor textarea::placeholder{color:#60758d}.forum-page--thread .forum-reply-editor__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 18px 16px}.forum-page--thread .forum-reply-editor__foot>span{color:#667b92;font-size:9px}.forum-page--thread .forum-reply-editor__foot .forum-primary-button{min-width:112px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;justify-self:auto;border:0;border-radius:7px;background:#d0aa55;color:#172436;font-size:11px;box-shadow:none}.forum-page--thread .forum-reply-editor__foot .forum-primary-button:hover{background:#dfba63}@media(max-width:700px){.forum-page--thread{width:min(100% - 20px,620px);padding-top:16px}.forum-page--thread .forum-detail{gap:23px}.forum-page--thread .forum-main-post-head{padding:19px 18px 14px}.forum-page--thread .forum-main-post__title-row{grid-template-columns:34px minmax(0,1fr);gap:10px;margin-top:14px}.forum-page--thread .forum-main-post__title-row>.forum-user-avatar{width:32px;height:32px;font-size:11px}.forum-page--thread .forum-main-post h2{font-size:24px}.forum-page--thread .forum-main-post__body{padding:9px 18px 26px 62px}.forum-page--thread .forum-main-post__footer{padding:0 18px 18px 62px}.forum-page--thread .forum-reply-content__head{align-items:flex-start}.forum-page--thread .forum-reply-identity{align-items:flex-start;flex-direction:column;gap:3px}.forum-page--thread .forum-reply-children{margin-left:10px;padding-left:12px}.forum-page--thread .forum-reply-editor__head{padding:17px 16px 14px}.forum-page--thread .forum-reply-editor>.forum-rich-editor{margin:12px 12px 0}.forum-page--thread .forum-reply-editor__foot{padding:10px 12px 14px}}@media(max-width:440px){.forum-page--thread .forum-main-post__title-row{grid-template-columns:1fr}.forum-page--thread .forum-main-post__title-row>.forum-user-avatar{display:none}.forum-page--thread .forum-main-post__body,.forum-page--thread .forum-main-post__footer{padding-left:18px}.forum-page--thread .forum-main-post .forum-thread-meta span:nth-last-child(-n+2){display:none}.forum-page--thread .forum-reply-meta>span:last-child{font-size:0}.forum-page--thread .forum-reply-meta>span:last-child svg{width:13px}.forum-page--thread .forum-replies__count{font-size:0}}@media(max-width:600px){.forum-page--thread{width:calc(100% - 16px)}.forum-page--thread .forum-main-post__body,.forum-page--thread .forum-main-post__footer{padding-left:18px}.forum-page--thread .forum-main-post .forum-thread-meta span:nth-last-child(-n+2){display:none}.forum-page--thread .forum-reply-meta>span:last-child{display:none}.forum-page--thread .forum-replies__count{font-size:0}.forum-page--thread .forum-replies__count svg{width:14px}.forum-page--thread .forum-reply-content__head{align-items:flex-start}}.forum-page--thread{width:min(1040px,calc(100vw - 32px));padding-top:22px}.forum-page--thread .forum-detail{gap:18px}.forum-page--thread .forum-main-post-head{padding:15px 20px 14px}.forum-page--thread .forum-detail-back{min-height:24px;font-size:13px}.forum-page--thread .forum-main-post__badges{min-height:0;margin:7px 0 4px}.forum-page--thread .forum-main-post__badges:empty{display:none}.forum-page--thread .forum-main-post h2{font-size:clamp(24px,2.6vw,29px);line-height:1.28}.forum-page--thread .forum-main-post .forum-thread-meta{margin-top:9px;font-size:12px}.forum-page--thread .forum-main-post__grid{display:grid;grid-template-columns:118px minmax(0,1fr);border-top:1px solid var(--fd-line)}.forum-page--thread .forum-post-author,.forum-page--thread .forum-reply-author{display:flex;align-items:center;flex-direction:column;gap:7px;padding:16px 10px;border-right:1px solid var(--fd-line);background:#0c18272e;text-align:center}.forum-page--thread .forum-post-author .forum-user-avatar{width:46px;height:46px;margin-bottom:2px;font-size:15px}.forum-page--thread .forum-post-author strong,.forum-page--thread .forum-reply-author strong{max-width:100%;overflow:hidden;color:#eef3f8;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.forum-page--thread .forum-post-author span,.forum-page--thread .forum-reply-author span{display:inline-flex;align-items:center;gap:4px;color:#a0b0c2;font-size:12px}.forum-page--thread .forum-post-author span svg,.forum-page--thread .forum-reply-author span svg{color:#c8a552}.forum-page--thread .forum-post-author em{padding:2px 7px;border-radius:999px;background:#5499a41f;color:#79c5ce;font-size:11px;font-style:normal}.forum-page--thread .forum-main-post__content{min-width:0}.forum-page--thread .forum-main-post__body{min-height:105px;padding:17px 20px 14px}.forum-page--thread .forum-main-post__body .forum-rich-content{max-width:none;font-size:16px;line-height:1.8}.forum-page--thread .forum-main-post__footer{padding:0 20px 14px}.forum-page--thread .forum-replies__head{padding-bottom:10px}.forum-page--thread .forum-replies__head h3,.forum-page--thread .forum-reply-editor__head h3{font-size:18px}.forum-page--thread .forum-replies__count{font-size:12px}.forum-page--thread .forum-replies__list{overflow:hidden;border:1px solid var(--fd-line);border-radius:12px;background:var(--fd-surface)}.forum-page--thread .forum-reply-row{grid-template-columns:116px minmax(0,1fr);gap:0;padding:0;border-bottom:1px solid var(--fd-line)}.forum-page--thread .forum-reply-node:last-child>.forum-reply-row{border-bottom:0}.forum-page--thread .forum-reply-author{min-height:112px;justify-content:flex-start;padding:15px 9px}.forum-page--thread .forum-reply-author .forum-user-avatar{width:40px;height:40px;margin-bottom:1px;font-size:13px}.forum-page--thread .forum-reply-content{min-height:112px;padding:13px 16px 11px}.forum-page--thread .forum-reply-content__head{margin-bottom:9px;font-size:12px}.forum-page--thread .forum-reply-content>.forum-rich-content{color:#e8eef5;font-size:15px;line-height:1.72}.forum-page--thread .forum-floor-badge{color:#8fa2b7;font-size:12px}.forum-page--thread .forum-reply-actions{margin-top:10px}.forum-page--thread .forum-reply-actions button,.forum-page--thread .forum-reply-actions small{font-size:12px}.forum-page--thread .forum-reply-children{margin-left:18px;padding-left:9px;border-left-color:#66a7b247}.forum-page--thread .forum-reply-children .forum-reply-row{grid-template-columns:104px minmax(0,1fr);border:1px solid var(--fd-line);border-top:0;background:#1c2e43b3}.forum-page--thread .forum-reply-editor__head{padding:15px 18px 13px}.forum-page--thread .forum-reply-editor__head p{font-size:12px}.forum-page--thread .forum-reply-editor>.forum-rich-editor{margin:11px 14px 0}.forum-page--thread .forum-reply-editor .forum-rich-editor textarea{min-height:105px;padding:12px 13px;font-size:15px}.forum-page--thread .forum-reply-editor .forum-rich-toolbar button{font-size:12px}.forum-page--thread .forum-reply-editor__foot{padding:9px 14px 13px}.forum-page--thread .forum-reply-editor__foot>span{font-size:11px}@media(max-width:700px){.forum-page--thread{width:calc(100% - 12px);padding-top:12px}.forum-page--thread .forum-main-post-head{padding:13px 14px 12px}.forum-page--thread .forum-main-post__grid,.forum-page--thread .forum-reply-row{grid-template-columns:88px minmax(0,1fr)}.forum-page--thread .forum-reply-children .forum-reply-row{grid-template-columns:82px minmax(0,1fr)}.forum-page--thread .forum-post-author,.forum-page--thread .forum-reply-author{padding-inline:6px}.forum-page--thread .forum-post-author .forum-user-avatar{width:40px;height:40px}.forum-page--thread .forum-reply-author .forum-user-avatar{width:34px;height:34px}.forum-page--thread .forum-post-author strong,.forum-page--thread .forum-reply-author strong{font-size:12px}.forum-page--thread .forum-post-author span,.forum-page--thread .forum-reply-author span{font-size:11px}.forum-page--thread .forum-main-post__body{padding:14px 13px 12px}.forum-page--thread .forum-main-post__footer{padding:0 13px 12px}.forum-page--thread .forum-reply-content{padding:12px 11px 10px}.forum-page--thread .forum-reply-meta>span:last-child{display:none}}.forum-page--thread .forum-main-post__grid{grid-template-columns:110px minmax(0,1fr)}.forum-page--thread .forum-main-post__body{min-height:72px}.forum-page--thread .forum-replies__list{gap:10px;overflow:visible;border:0;border-radius:0;background:transparent}.forum-page--thread .forum-reply-row{grid-template-columns:110px minmax(0,1fr);overflow:hidden;border:1px solid var(--fd-line);border-radius:10px;background:var(--fd-surface)}.forum-page--thread .forum-reply-node:last-child>.forum-reply-row{border-bottom:1px solid var(--fd-line)}.forum-page--thread .forum-reply-author,.forum-page--thread .forum-reply-content{min-height:0}.forum-page--thread .forum-reply-author{padding-block:13px}.forum-page--thread .forum-reply-content{padding:12px 15px 10px}.forum-page--thread .forum-reply-children{display:grid;gap:0;margin:12px 0 1px;padding:0;overflow:hidden;border:1px solid rgba(174,195,218,.1);border-radius:8px;background:#0c182738}.forum-page--thread .forum-sub-reply{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:start;gap:9px;padding:10px 11px;border-top:1px solid rgba(174,195,218,.09)}.forum-page--thread .forum-sub-reply>.forum-user-avatar{width:28px;height:28px;font-size:11px}.forum-page--thread .forum-sub-reply__content{min-width:0}.forum-page--thread .forum-sub-reply__content>header{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:5px;color:#8296ac;font-size:12px}.forum-page--thread .forum-sub-reply__content>header strong{color:#e7edf4;font-size:13px}.forum-page--thread .forum-sub-reply__content>.forum-rich-content{color:#dfe7ef;font-size:14px;line-height:1.65}.forum-page--thread .forum-sub-reply__content>button{display:inline-flex;align-items:center;gap:4px;min-height:24px;margin-top:6px;padding:0 6px;border:0;border-radius:5px;background:transparent;color:#8da0b5;font-size:12px;cursor:pointer}.forum-page--thread .forum-sub-reply__content>button:hover{color:#e5ecf3;background:#94a6bb17}.forum-page--thread .forum-sub-reply__children{grid-column:1 / -1;margin-top:7px;padding-left:9px;border-left:1px solid rgba(103,164,175,.22)}@media(max-width:700px){.forum-page--thread .forum-main-post__grid,.forum-page--thread .forum-reply-row{grid-template-columns:82px minmax(0,1fr)}.forum-page--thread .forum-sub-reply{grid-template-columns:26px minmax(0,1fr);gap:7px;padding:9px 8px}.forum-page--thread .forum-sub-reply>.forum-user-avatar{width:25px;height:25px;font-size:10px}}.forum-page--thread .forum-reply-children{display:grid;gap:0;margin:10px 0 0;padding:1px 0 1px 11px;overflow:visible;border:0;border-left:1px solid rgba(102,167,178,.28);border-radius:0;background:transparent}.forum-page--thread .forum-sub-reply{display:block;padding:7px 0;border:0;border-top:1px solid rgba(174,195,218,.08)}.forum-page--thread .forum-sub-reply:first-child{border-top:0}.forum-page--thread .forum-sub-reply__body{display:block;color:#dfe7ef;font-size:14px;line-height:1.65}.forum-page--thread .forum-sub-reply__body>strong{margin-right:2px;color:#9fcbd0;font-size:14px}.forum-page--thread .forum-sub-reply__body>.forum-rich-content{display:inline;color:#dfe7ef;font-size:14px;line-height:inherit}.forum-page--thread .forum-sub-reply__meta{display:flex;align-items:center;gap:5px;margin-top:2px;color:#778ba2;font-size:11px}.forum-page--thread .forum-sub-reply__meta button{display:inline-flex;align-items:center;gap:3px;min-height:21px;padding:0 4px;border:0;border-radius:4px;background:transparent;color:#8296ac;font-size:11px;cursor:pointer}.forum-page--thread .forum-sub-reply__meta button:hover{color:#e1e8ef;background:#94a6bb14}.forum-page--thread .forum-sub-reply__children{margin:6px 0 0 9px;padding-left:10px;border-left:1px solid rgba(102,167,178,.18)}.forum-page--thread{width:min(1120px,calc(100vw - 32px));padding-top:24px}.forum-page--thread .forum-detail{gap:0}.forum-page--thread .forum-board-topic{overflow:hidden;border:1px solid var(--fd-line);border-radius:12px 12px 0 0;background:var(--fd-surface)}.forum-page--thread .forum-board-topic__head{padding:18px 22px 17px;border-bottom:1px solid var(--fd-line);background:#1b2b3ef5}.forum-page--thread .forum-board-topic__title{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.forum-page--thread .forum-board-topic__title>button{display:inline-flex;align-items:center;gap:2px;min-height:24px;padding:0 7px 0 4px;border:1px solid rgba(212,174,88,.55);border-radius:4px;background:#d4ae5814;color:#e0bd6b;font-size:12px;font-weight:700;cursor:pointer}.forum-page--thread .forum-board-topic__title>button:hover{border-color:#d4ae58;background:#d4ae5824}.forum-page--thread .forum-board-topic__title h1{margin:0;color:var(--fd-text);font-family:inherit;font-size:clamp(22px,2.5vw,27px);font-weight:760;line-height:1.3}.forum-page--thread .forum-board-topic__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;color:#8ea1b7;font-size:13px}.forum-page--thread .forum-board-topic__meta strong{color:#7fc5d0;font-weight:700}.forum-page--thread .forum-board-topic__meta i{color:#566b82;font-style:normal}.forum-page--thread .forum-board-floor{display:grid;grid-template-columns:140px minmax(0,1fr);margin:0;overflow:hidden;border:1px solid var(--fd-line);border-top:0;border-radius:0;background:var(--fd-surface)}.forum-page--thread .forum-board-topic>.forum-board-floor{border:0}.forum-page--thread .forum-board-user{display:flex;flex-direction:column;align-items:center;min-height:174px;padding:15px 10px 13px;border-right:1px solid var(--fd-line);background:#1b2c40b8;text-align:center}.forum-page--thread .forum-board-user .forum-user-avatar{width:56px;height:56px;border:1px solid rgba(212,174,88,.28);border-radius:8px;background:linear-gradient(145deg,#4a6382,#2c4560);color:#f7f2e5;font-size:20px}.forum-page--thread .forum-board-user>strong{max-width:118px;margin-top:9px;overflow:hidden;color:#e7edf4;font-size:14px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.forum-page--thread .forum-board-user__badges{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:6px}.forum-page--thread .forum-board-user__badges span,.forum-page--thread .forum-board-user__badges em{padding:2px 5px;border-radius:3px;color:#132335;font-size:10px;font-style:normal;font-weight:800;line-height:1.2}.forum-page--thread .forum-board-user__badges span{background:#66b56e}.forum-page--thread .forum-board-user__badges em{background:#d4ae58}.forum-page--thread .forum-board-user>small{margin-top:7px;color:#77b9c5;font-size:12px}.forum-page--thread .forum-board-user dl{width:100%;margin:10px 0 0;padding-top:8px;border-top:1px solid rgba(205,220,239,.08);color:#8093a9;font-size:11px}.forum-page--thread .forum-board-user dl>div{display:flex;justify-content:center;gap:4px}.forum-page--thread .forum-board-user dt,.forum-page--thread .forum-board-user dd{margin:0;font-weight:400}.forum-page--thread .forum-board-floor>.forum-board-floor__main{display:flex;min-width:0;min-height:174px;flex-direction:column}.forum-page--thread .forum-board-floor__body{flex:1;min-height:120px;padding:19px 20px 17px;color:#e3ebf3;font-size:15px;line-height:1.85}.forum-page--thread .forum-board-floor__body>.forum-rich-content{color:inherit;font-size:inherit;line-height:inherit}.forum-page--thread .forum-board-topic-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px}.forum-page--thread .forum-board-edit-note{margin:18px 0 0;color:#7f92a8;font-size:12px;font-style:italic}.forum-page--thread .forum-board-floor__foot{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:36px;padding:7px 18px;border-top:1px solid var(--fd-line);background:#0f1c2b2e;color:#8295aa;font-size:12px}.forum-page--thread .forum-board-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.forum-page--thread .forum-board-actions button{display:inline-flex;align-items:center;gap:3px;padding:0;border:0;background:transparent;color:#8ea1b7;font-size:12px;cursor:pointer}.forum-page--thread .forum-board-actions button:hover,.forum-page--thread .forum-board-actions .forum-board-like{color:#d7b761}.forum-page--thread .forum-board-actions>strong{color:#d5dde7;font-size:12px}.forum-page--thread .forum-board-reply-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px;margin-top:12px;padding:8px 18px;border:1px solid var(--fd-line);background:#1b2b3ee0;color:#cbd5df;font-size:13px}.forum-page--thread .forum-board-reply-bar nav{display:flex;gap:14px}.forum-page--thread .forum-board-reply-bar button{padding:0;border:0;background:transparent;color:#8da1b8;font-size:12px;cursor:pointer}.forum-page--thread .forum-board-reply-bar button:hover,.forum-page--thread .forum-board-reply-bar button.active{color:#d4ae58}.forum-page--thread .forum-board-replies{overflow:hidden;border-radius:0 0 12px 12px}.forum-page--thread .forum-board-replies .forum-replies__list{display:grid;gap:0}.forum-page--thread .forum-board-nested{margin-top:14px;padding:4px 13px 7px;border-left:2px solid rgba(212,174,88,.62);border-radius:0 6px 6px 0;background:#d4ae580e}.forum-page--thread .forum-board-sub-reply{padding:8px 0;border-bottom:1px dashed rgba(205,220,239,.09)}.forum-page--thread .forum-board-sub-reply:last-of-type{border-bottom:0}.forum-page--thread .forum-board-sub-reply .forum-sub-reply__body{color:#dfe7ef;font-size:13px;line-height:1.65}.forum-page--thread .forum-board-sub-reply .forum-sub-reply__body>strong{margin-right:1px;color:#78bdc8;font-size:13px}.forum-page--thread .forum-board-sub-reply .forum-sub-reply__meta{gap:8px;margin-top:2px;color:#778ba2;font-size:11px}.forum-page--thread .forum-board-sub-reply__children{margin:5px 0 0 10px;padding-left:10px;border-left:1px solid rgba(102,167,178,.2)}.forum-page--thread .forum-board-nested__add{padding:5px 0 0;border:0;background:transparent;color:#7fbec8;font-size:12px;cursor:pointer}.forum-page--thread .forum-board-nested__add:hover{color:#d4ae58}.forum-page--thread .forum-reply-editor{margin-top:22px}@media(max-width:700px){.forum-page--thread{width:calc(100% - 12px)}.forum-page--thread .forum-board-topic__head{padding:14px}.forum-page--thread .forum-board-topic__title{gap:7px}.forum-page--thread .forum-board-topic__title h1{width:100%;font-size:21px}.forum-page--thread .forum-board-floor{grid-template-columns:82px minmax(0,1fr)}.forum-page--thread .forum-board-user{min-height:148px;padding:12px 5px}.forum-page--thread .forum-board-user .forum-user-avatar{width:40px;height:40px;font-size:15px}.forum-page--thread .forum-board-user>strong{max-width:72px;font-size:12px}.forum-page--thread .forum-board-user>small,.forum-page--thread .forum-board-user dl{display:none}.forum-page--thread .forum-board-floor__body{min-height:108px;padding:14px 12px;font-size:14px}.forum-page--thread .forum-board-floor__foot{align-items:flex-start;padding:7px 11px}.forum-page--thread .forum-board-actions{gap:7px}.forum-page--thread .forum-board-actions button:nth-child(-n+3){display:none}.forum-page--thread .forum-board-reply-bar{padding-inline:11px}.forum-page--thread .forum-board-reply-bar nav{gap:8px}}.forum-page--thread .forum-user-avatar img{display:block;width:100%;height:100%;border-radius:inherit;object-fit:cover;object-position:center}
