@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,500;0,600;0,700;1,700;1,800&family=Inter:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#0c0d10;--surface:#17181c;--border:#292a31;--muted:#8d8e9a;--accent:#a58af7;--green:#28b66a;--red:#e64b62}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:75px}body{margin:0;background:var(--bg);color:#f0f0f3;font:14px/1.5 Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:4px}[hidden]{display:none!important}header{height:56px;display:flex;align-items:center;gap:50px;padding:0 4%;border-bottom:1px solid #23242b;background:#0c0d10f5;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:3px;font-style:italic;font-weight:800;font-size:20px;letter-spacing:-1px}.brand span{background:#ededf3;color:#111218;font-size:17px;padding:0 4px;margin-left:2px}nav{display:flex;align-self:stretch;gap:30px;font-weight:600;font-size:13px}nav a{display:flex;align-items:center;position:relative;color:#c5c4cd}nav .active:after{content:'';position:absolute;height:3px;background:#f7f7fa;bottom:0;left:0;right:0;border-radius:4px}.twitch{margin-left:auto;background:#24202f;border:1px solid #554271;border-radius:4px;padding:6px 15px;color:#d5c4ff}main{width:90%;max-width:1320px;margin:30px auto}.banner{height:126px;overflow:hidden;display:flex;align-items:center;padding:18px 5%;position:relative;background:linear-gradient(110deg,#080d24 12%,#172e6199 65%,#090c1a44),url('assets/aatrox.jpg') 80% 35%/cover}.banner:after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0 140px,#5565dd20 141px 151px,transparent 152px 175px,#af345c25 176px 184px,transparent 185px 300px);pointer-events:none}.banner>div{z-index:1;display:flex;flex-direction:column;font-family:'Barlow Condensed',Impact,sans-serif;font-style:italic;font-weight:800;line-height:.95}.banner span{font-size:42px;letter-spacing:.01em}.banner strong{font-size:34px;color:#b398ff}.page-title{display:flex;align-items:center;gap:12px;margin-top:9px}.page-title h1{font-size:28px;margin:0;font-weight:700;letter-spacing:-1px}.page-title>span{font-size:10px;color:var(--accent);background:#262033;padding:1px 6px}.subtitle{color:#b7b7c1;margin:5px 0 20px;font-size:12px}.tabs{display:flex;gap:3px;margin-bottom:20px}.tabs button{border:0;border-radius:4px;padding:8px 13px;background:#18191f;color:#b8b8c4;font-size:12px;cursor:pointer}.tabs button[aria-selected=true]{background:#f3f3f7;color:#16161c}.profile{padding:20px 22px;border:1px solid var(--border);border-radius:8px;background:radial-gradient(ellipse at 47% 40%,#1531386b,transparent 60%),#191a1f}.profile-top{display:flex;justify-content:space-between;align-items:center;gap:20px}.identity{display:flex;gap:13px;align-items:center}.avatar{width:43px;height:43px;border-radius:50%;background:#343141;color:#c8b9ff;display:grid;place-items:center;font-size:23px;font-style:italic;font-weight:800}.identity b{font-size:17px}.identity small{font-size:9px;background:#682b91;color:#ead6ff;padding:2px 5px;border-radius:3px;margin-left:5px}.identity p{font-size:12px;margin:3px 0 0;color:#d4d4dc}.identity p span{font-size:10px;color:var(--muted);margin-left:7px}.current-card{display:flex;flex-direction:row-reverse;align-items:center;gap:12px;text-align:right}.current-icon{width:45px;height:45px;border:1px solid #645572;border-radius:3px}.current-copy .eyebrow{font-size:9px;color:var(--accent);margin:0;font-weight:700}.current-copy h2{font-size:15px;margin:0}.current-copy>p:not(.eyebrow){font-size:10px;color:var(--muted);margin:2px 0 0}.current-badge,.chapter,.performance-title{display:none}.profile-bottom{display:flex;align-items:flex-start;gap:30px;margin-top:19px}.intro-progress small,.stats small{color:var(--muted);font-size:9px;text-transform:uppercase;display:block;margin-bottom:3px}.intro-progress>div{display:flex;align-items:baseline;gap:4px}.intro-progress strong{font-size:16px;color:var(--accent)}.intro-progress>div>span{font-size:12px;color:#d3d2dc}.performance{display:flex;align-items:flex-start;flex:1;gap:30px}.stats{display:flex;gap:30px}.stats strong{font-size:16px;font-weight:600;display:flex;gap:4px;align-items:baseline}.stats em{font-size:12px;font-style:normal;color:#a3a1af}.win{color:var(--green)}.loss{color:var(--red)}.rank-row{margin-left:auto;display:flex;flex-direction:column;font-size:9px;color:var(--muted);text-transform:uppercase;gap:3px}.rank-row strong{font-size:16px;color:#e1e0e9;font-weight:600;text-transform:none}.progress-panel{margin:18px 0;border:1px solid var(--border);background:#17181c;border-radius:8px;padding:15px 18px}.progress-panel>div{display:flex;justify-content:space-between;align-items:center;gap:15px}.progress-panel h2,.atlas-bar h2{font-size:10px;letter-spacing:.03em;font-weight:700;color:var(--accent);margin:0}.progress-panel strong{font-size:10px;color:var(--accent)}progress{display:block;width:100%;height:10px;appearance:none;border:0;border-radius:6px;overflow:hidden;background:#292930;margin:10px 0 7px}progress::-webkit-progress-bar{background:#292930}progress::-webkit-progress-value{background:var(--accent);border-radius:6px}progress::-moz-progress-bar{background:var(--accent);border-radius:6px}.progress-panel>div:last-child{font-size:10px;color:var(--muted)}.atlas{border:1px solid var(--border);border-radius:8px;background:#15161a;padding:12px}.atlas-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px}.legend{display:flex;align-items:center;gap:5px;font-size:10px;color:#a9a7b4}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--accent)}.dot.complete{background:var(--green);margin-left:8px}.grid{display:grid;grid-template-columns:repeat(20,minmax(0,1fr));gap:5px}.champ{min-width:0;position:relative;outline:none}.portrait{aspect-ratio:1;position:relative;overflow:hidden;border-radius:2px;background:#202027}.portrait img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.65) brightness(.7)}.champ.played img,.champ:hover img,.champ:focus-visible img{filter:none}.portrait>span{display:none;position:absolute;bottom:0;left:0;right:0;height:12px;text-align:center;font-size:10px;line-height:12px;background:var(--accent);color:#171021;font-weight:600}.champ.played .portrait>span{display:block}.champ.completed .portrait>span{background:var(--green);color:#062a15}.champ.current .portrait{outline:2px solid var(--accent);outline-offset:-2px}.portrait>b,.champ>small,.champ>strong{display:none}.champ:hover>strong,.champ:focus-visible>strong{display:block;position:absolute;bottom:calc(100% + 5px);left:50%;transform:translateX(-50%);padding:5px 8px;background:#eeebf9;color:#17131f;white-space:nowrap;font-size:12px;border-radius:4px;z-index:10}.atlas-footer{display:flex;justify-content:space-between;gap:10px;padding-top:10px;font-size:10px;color:var(--muted)}.atlas-footer>span{display:flex;align-items:center;gap:5px}.atlas-footer b{color:var(--accent);font-weight:500}.atlas-footer>span:last-child{display:none}.history{margin-top:20px;border:1px solid var(--border);border-radius:8px;overflow:hidden;background:var(--surface)}.history-heading{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--border)}.history-heading h2{font-size:13px;margin:0}.history-heading>span{font-size:10px;color:var(--muted)}.table-note{font-size:10px;color:var(--muted);margin:0;padding:10px 18px}.stats-scroll{max-height:300px;overflow:auto;scrollbar-width:thin;scrollbar-color:#696075 #202027;overscroll-behavior:contain}.match-scroll{max-height:580px}table{border-collapse:collapse;width:100%;white-space:nowrap;text-align:left;font-size:12px;font-variant-numeric:tabular-nums}th{position:sticky;top:0;z-index:2;padding:10px 18px;background:#202126;color:#93919e;font-size:10px;font-weight:500}td{padding:12px 18px;border-bottom:1px solid #28282f}tr:last-child td{border:0}tbody tr:hover{background:#202127}.champ-label{display:flex;align-items:center;gap:10px}.champ-label img{height:32px;width:32px;border-radius:3px}.champ-label strong{font-size:12px}.champ-label small{display:block;font-size:10px;color:#9995a5;margin-top:2px}.connection{display:flex;align-items:center;gap:7px;color:#777887;font-size:10px;margin:15px 2px}.connection p{margin:0}.connection.unavailable{color:#c9a06f}footer{border-top:1px solid #22232a;margin-top:30px;padding:20px 0;display:flex;gap:30px;align-items:flex-start}footer .brand{font-size:16px}footer .brand span{font-size:13px}footer p{margin:0;font-size:10px;line-height:1.8;color:#737383}footer p a{color:#b1a8ca}@media(min-width:1500px){.grid{grid-template-columns:repeat(22,minmax(0,1fr))}}@media(max-width:900px){main{width:94%;margin-top:18px}.grid{grid-template-columns:repeat(16,minmax(0,1fr))}.profile-bottom,.performance,.stats{gap:20px}header{gap:28px}.banner{height:110px}.rank-row{display:none}}@media(max-width:600px){header{padding:0 4%;gap:15px;height:52px}.brand{font-size:17px}.brand span{font-size:14px}nav{display:none}.twitch{padding:5px 10px;font-size:12px}.banner{height:90px;padding-left:20px}.banner span{font-size:30px}.banner strong{font-size:25px}.page-title h1{font-size:24px}.subtitle{font-size:11px;margin-bottom:15px}.profile{padding:15px}.identity{gap:9px}.avatar{width:34px;height:34px;font-size:19px}.identity b{font-size:14px}.identity small{display:none}.identity p{font-size:10px}.profile-top{gap:8px}.current-card{gap:7px}.current-icon{width:34px;height:34px}.current-copy h2{font-size:13px}.current-copy>p:not(.eyebrow){display:none}.profile-bottom,.performance,.stats{gap:18px}.intro-progress small,.stats small{font-size:8px}.intro-progress strong,.stats strong{font-size:14px}.stats strong{gap:2px}.stats em{font-size:10px}.intro-progress>div>span{font-size:10px}.grid{grid-template-columns:repeat(10,minmax(0,1fr));gap:4px}.atlas{padding:10px}.portrait>span{font-size:9px;height:11px;line-height:11px}.atlas-footer{font-size:9px}.atlas-footer>span:nth-child(2){max-width:145px;text-align:right}.progress-panel{padding:12px;margin:14px 0}.history-heading{padding:12px}.history-heading>span{display:none}th,td{padding:10px 12px}.table-note{padding:9px 12px;font-size:10px}.champ-label{gap:8px}.champ-label img{width:28px;height:28px}.stats-scroll{max-height:285px}.match-scroll{max-height:480px}footer{display:block}footer p{margin-top:12px}.champ:nth-child(10n):hover>strong{left:auto;right:0;transform:none}.champ:nth-child(10n+1):hover>strong{left:0;transform:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.score-records{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.score-record{display:flex;align-items:center;justify-content:space-between;gap:14px;background:#17191f;border:1px solid #2b2e37;border-radius:8px;padding:17px 20px}.score-record small{display:block;color:#aaa8b6;font-size:11px;margin-bottom:5px}.score-record strong{font-size:25px;color:#4fc58d;line-height:1.2}.score-record.worst strong{color:#ef7888}.score-record strong span{font-size:10px;font-weight:500;color:#928e9e;margin-left:5px}.score-record p{font-size:10px;margin:6px 0 0;color:#a6a4b2}.score-record img{width:48px;height:48px;border-radius:5px}.history-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:18px;margin-top:24px;align-items:start}.popular{background:#121418;border:1px solid #2a2c32;border-radius:8px;padding:16px}.popular h2{font-size:13px;margin:0 0 12px;padding-bottom:12px;border-bottom:1px solid #292c33}.popular>p{font-size:10px;color:#777987;margin:13px 0 0}.popular-row{display:grid;grid-template-columns:34px 1fr auto;gap:8px;padding:10px 0;border-bottom:1px solid #24272c;align-items:center}.popular-row:last-child{border:0}.popular-row>img{width:34px;height:34px;border-radius:50%}.popular-row strong{font-size:12px}.popular-row b{font-size:11px}.popular-row small{display:block;font-size:10px;color:#9cb2c4}.popular-row>div:nth-of-type(2){grid-column:2;grid-row:auto}.popular-row>div:last-child{grid-column:3;grid-row:1 / span 2;text-align:right}.popular-row{position:relative}.popular-row>div:last-child{grid-row:auto}.score-explainer{margin:0 0 8px;font-size:10px;color:#9792a6}.match-card-scroll{max-height:760px;overflow:auto;scrollbar-width:thin;scrollbar-color:#5a566a #181a20;padding-right:3px;overscroll-behavior:contain}.match-card{--match:#0b9eff;display:grid;grid-template-columns:105px 68px 90px 104px 80px minmax(140px,1fr);gap:10px;align-items:center;background:linear-gradient(90deg,#082b43,#192129 65%);border:1px solid #28303a;border-left:6px solid var(--match);border-radius:7px;padding:10px 12px;margin-bottom:7px;min-height:108px}.match-card.defeat{--match:#ff3658;background:linear-gradient(90deg,#36141e,#231b22 65%);border-color:#3b2630;border-left-color:var(--match)}.match-type{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.match-type>strong{color:var(--match);font-size:12px;white-space:nowrap}.match-type>span{font-size:10px;color:var(--match);font-weight:600}.match-type>small{font-size:10px;color:#a5b4c6;line-height:1.7}.match-pick{display:flex;align-items:center;gap:5px}.match-portrait{width:43px;height:43px;border:2px solid var(--match);border-radius:50%}.spell-list{display:flex;flex-direction:column;gap:3px}.spell-list img{width:18px;height:18px;border-radius:3px}.match-kda{display:flex;flex-direction:column;align-items:flex-start;gap:5px}.match-kda>strong{font-size:14px;white-space:nowrap}.match-kda>strong>span{color:#ef667c}.match-kda>small,.match-farm small{font-size:11px;color:#a8bfd4}.score-chip{font-size:9px;background:#5d5361;color:#eee9f3;border-radius:3px;padding:1px 4px;white-space:nowrap}.match-farm{display:flex;flex-direction:column;gap:5px}.match-farm>span{font-size:9px;color:#b197e1}.match-farm small{font-size:10px;white-space:nowrap}.item-grid{display:grid;grid-template-columns:repeat(3,23px);gap:3px}.item-grid img,.empty-item{width:23px;height:23px;border-radius:4px;background:#41444d}.item-grid img:last-child{grid-column:4;grid-row:1}.item-grid{grid-template-columns:repeat(3,21px)}.item-grid img,.empty-item{width:21px;height:21px}.item-grid img:last-child{grid-column:auto;grid-row:auto}.match-teams{display:grid;grid-template-columns:1fr 1fr;gap:7px;min-width:0}.match-teams>div{min-width:0}.team-player{display:flex;align-items:center;gap:3px;min-width:0;font-size:9px;color:#9aaac0;line-height:17px}.team-player img{width:14px;height:14px;border-radius:2px;flex-shrink:0}.team-player span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-player.self{font-weight:700;color:#fff}body:has(#matches-tab[aria-selected=true]) .profile{display:none}@media(min-width:1550px){main{max-width:1500px}.history-layout{grid-template-columns:315px minmax(0,1fr)}.match-card{grid-template-columns:115px 72px 100px 110px 84px minmax(180px,1fr)}}@media(max-width:1250px){.history-layout{grid-template-columns:245px minmax(0,1fr);gap:14px}.match-card{grid-template-columns:100px 68px 90px 1fr;gap:10px}.match-teams{grid-column:3 / span 2;grid-row:2}.item-grid{grid-column:2;grid-row:2}.match-farm{grid-column:4;grid-row:1}.match-type{grid-column:1;grid-row:1 / span 2}.match-card{min-height:150px}}@media(max-width:850px){.history-layout{grid-template-columns:1fr}.popular{padding:12px 15px}.popular-row{display:flex;gap:12px}.popular-row>div:last-child{margin-left:auto}.popular-row>div:nth-of-type(2){margin-left:auto}.popular>p{display:none}.match-card-scroll{max-height:700px}.match-card{grid-template-columns:100px 68px 90px 100px 80px minmax(120px,1fr)}.match-type,.match-teams,.item-grid,.match-farm{grid-column:auto;grid-row:auto}.match-card{min-height:110px}}@media(max-width:700px){.match-card{grid-template-columns:90px 65px 85px 1fr;gap:7px;padding:10px 8px}.match-type{grid-row:1 / span 2}.match-teams{grid-column:3 / span 2;grid-row:2}.item-grid{grid-column:2;grid-row:2}.match-farm{grid-column:4;grid-row:1}.match-farm small{white-space:normal}.score-records{grid-template-columns:1fr;gap:8px}.score-record{padding:13px 15px}.score-record strong{font-size:22px}}@media(max-width:400px){.match-card{grid-template-columns:75px 57px 77px 1fr;gap:5px}.match-portrait{width:36px;height:36px}.spell-list img{width:16px;height:16px}.match-kda>strong{font-size:12px}.match-type>strong{font-size:11px}.match-type>small{font-size:9px}.match-farm small{font-size:9px}.popular-row{gap:7px}.popular-row small{font-size:9px}.match-teams{gap:4px}.team-player{font-size:8px}}

.completion-time strong{font-size:12px;font-weight:600;color:#e5d9ff}.completion-time small{display:block;font-size:10px;color:#93909f;margin-top:3px}

.history-side{display:flex;flex-direction:column;gap:16px;min-width:0}.rank-chart{background:#16171b;border:1px solid #2b2d34;border-radius:8px;padding:15px 14px 11px}.rank-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.rank-chart h2{font-size:13px;margin:0}.rank-chart-heading>span{font-size:9px;color:#9692a2}.rank-chart-summary{display:flex;justify-content:space-between;gap:8px;align-items:baseline;margin:13px 0 0}.rank-chart-summary strong{font-size:13px;color:#d9b652}.rank-chart-summary>span{font-size:9px;color:#b3a7ca}.rank-chart svg{display:block;width:100%;font:10px Inter,Arial,sans-serif}.rank-chart circle:focus{outline:none;stroke:white;stroke-width:2}.rank-chart>p{font-size:9px;color:#8b8797;line-height:1.6;margin:0}@media(max-width:850px) and (min-width:601px){.history-side{display:grid;grid-template-columns:1fr 1fr;align-items:start}.rank-chart{height:100%}}@media(max-width:600px){.rank-chart svg{max-height:230px}}

.score-records{display:block;margin-top:22px}.score-records>h2{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#a58af7;margin:0 0 12px}.record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.challenge-record{background:#141619;border:1px solid #2b2e34;border-radius:8px;padding:17px 16px;min-height:84px}.challenge-record h3{font-size:10px;font-weight:400;text-transform:uppercase;color:#9295a0;margin:0 0 7px}.challenge-record>div{display:flex;align-items:center;gap:9px}.challenge-record img{width:26px;height:26px;border-radius:4px}.challenge-record strong{font-size:24px;line-height:1.1;color:var(--record-color)}.challenge-record p{font-size:12px;color:#9aabbe;margin:7px 0 0}.green{--record-color:#39c87b}.red{--record-color:#ff3658}.purple{--record-color:#a58af7}.orange{--record-color:#ff9b26}.teal{--record-color:#20d7bd}.yellow{--record-color:#efdc53}.records-note{font-size:10px;color:#898697;margin:10px 0 0}.connection.stale{color:#cba970}@media(max-width:700px){.record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:380px){.record-grid{grid-template-columns:1fr}}
@property --animated-rate { syntax: '<percentage>'; inherits: false; initial-value: 0%; }
/* Motion changes only: the resting layout and colours remain unchanged. */
@media all {
  @keyframes section-arrive {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes panel-arrive {
    from { opacity: .35; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .banner { animation: section-arrive 380ms ease-out; }
  .page-title, .subtitle, .tabs { animation: section-arrive 320ms ease-out; }
  .profile { animation: section-arrive 420ms ease-out; }
  @keyframes metric-arrive {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  @keyframes winrate-fill {
    from { --animated-rate: 0%; }
    to { --animated-rate: var(--winrate); }
  }
  .metric-group.motion-intro { animation: metric-arrive 550ms cubic-bezier(.2,.7,.2,1) both; }
  .metric-group.motion-intro:nth-child(2) { animation-delay: 70ms; }
  .metric-group.motion-intro:nth-child(3) { animation-delay: 140ms; }
  .winrate-ring.motion-intro:before {
    background: conic-gradient(from -90deg,#b79af7 0 var(--animated-rate),#ffffff12 var(--animated-rate) 100%) !important;
    animation: winrate-fill 900ms cubic-bezier(.22,.65,.3,1) 200ms both;
  }
  .challenge-hero .metric-group { transition: border-color 220ms ease, background-color 220ms ease; }
  .champ .portrait { transition: box-shadow 200ms ease, filter 200ms ease; }
  .champ img { transition: transform 240ms cubic-bezier(.2,.7,.2,1), filter 200ms ease; }
  .champ:focus-visible { transform: translateY(-3px); }
  .champ:active { transform: scale(.96); }
  #refresh-stats, [role="tab"] { transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease; }
  #refresh-stats:active, [role="tab"]:active { transform: scale(.97); }
  [role="tabpanel"]:not([hidden]) { animation: panel-arrive 240ms ease-out; }
  .champ { transition: transform 160ms ease-out; }
  .portrait img { transition: filter 180ms ease-out; }
  .tabs button, .twitch { transition: transform 150ms ease-out, background-color 150ms ease-out, color 150ms ease-out; }
  .score-record, .popular-row, .match-card { transition: transform 180ms ease-out; }
  tbody tr { transition: background-color 150ms ease-out; }
  progress::-webkit-progress-value { transition: width 550ms ease-out; }
  progress::-moz-progress-bar { transition: width 550ms ease-out; }
  .tabs button:active, .twitch:active { transform: scale(.98); }
  @media (hover: hover) and (pointer: fine) {
    .challenge-hero .metric-group:hover { border-color: #b79af740; }
    .champ:hover .portrait img { transform: scale(1.06); }
    .champ:hover .portrait { box-shadow: 0 4px 15px #0006; }
    #refresh-stats:not(:disabled):hover { box-shadow: 0 3px 16px #b79af71c; transform: translateY(-1px); }
    .champ:hover { transform: translateY(-2px); z-index: 5; }
    .score-record:hover { transform: translateY(-2px); }
    .match-card:hover { transform: translateX(2px); }
    .twitch:hover { transform: translateY(-1px); }
  }
}


.profile{padding:0;background:#1c1e24;overflow:hidden;border-bottom:3px solid #a58af7}.profile-top{padding:18px 22px;border-bottom:1px solid #303139}.identity .avatar{width:64px;height:64px;border-radius:9px;border:1px solid #67647c;object-fit:cover}.identity b{font-size:20px}.account-tag{font-size:14px;color:#b6b5c1}.identity small{background:#4b62de;color:white}.profile-bottom{display:block;margin:0;padding:12px 22px 17px}.profile-bottom>.performance-title{display:block;text-align:center;color:#bcbcc5;font-size:12px;font-weight:600;margin-bottom:18px}.account-performance{display:grid;grid-template-columns:150px 1fr 1fr 1fr;align-items:center;gap:30px}.winrate-gauge{position:relative;text-align:center;width:120px}.winrate-gauge svg{display:block;width:120px;height:68px}.winrate-gauge>div{position:absolute;top:29px;left:0;right:0;line-height:1.2}.winrate-gauge b{color:#ed6079;font-size:14px}.winrate-gauge small{display:block;color:#a3a2ad;font-size:11px}.winrate-gauge p{margin:6px 0 0;color:#aaa9b5;font-size:13px}.top-champions>div{display:flex;gap:9px;align-items:center;margin:6px 0;color:#9998a5;font-size:11px}.top-champions img{width:30px;height:30px;border-radius:4px}.top-champions b{color:#d4c495}.top-champions small{display:block;font-size:10px}.total-kda{text-align:center}.total-kda>small{display:block;color:#9998a5;font-size:10px}.total-kda strong{font-size:32px;display:block;color:#ba98fc;margin:6px 0}.total-kda p{margin:0 0 4px;font-size:14px}.account-performance .current-card{flex-direction:column;text-align:center;gap:7px}.account-performance .current-icon{width:42px;height:42px}.account-performance .current-copy>p:not(.eyebrow){display:block}.profile-bottom>.intro-progress{display:inline-block;margin-top:17px}.profile-bottom>.performance{display:inline-flex;float:right;margin-top:17px;gap:20px}.profile-bottom .stats{display:none}.profile-bottom .performance-title{display:none}.profile-bottom>.performance-title{display:block}.profile-bottom:after{content:'';display:block;clear:both}.rank-row{display:flex}.atlas{margin-top:18px}@media(max-width:700px){.account-performance{grid-template-columns:1fr 1fr;gap:18px}.winrate-gauge{margin:auto}.profile-top,.profile-bottom{padding:15px}.identity b{font-size:17px}.identity small{display:inline}.profile-bottom>.performance{float:right}.rank-row{display:flex}.profile-bottom>.performance-title{font-size:11px}}
.profile-top{padding:11px 18px}.identity .avatar{width:44px;height:44px;border-radius:7px}.identity b{font-size:17px}.identity p{font-size:11px}.profile-bottom{padding:9px 18px 11px}.profile-bottom>.performance-title{font-size:10px;margin-bottom:8px}.account-performance{grid-template-columns:120px minmax(140px,1fr) 1fr 1fr;gap:18px}.top-champions>div{margin:3px 0;gap:7px}.top-champions img{width:25px;height:25px}.total-kda strong{font-size:27px;margin:2px 0}.total-kda p{font-size:12px;margin-bottom:2px}.account-performance .current-card{flex-direction:row;text-align:left;justify-content:center;gap:9px}.account-performance .current-icon{width:36px;height:36px}.profile-bottom>.intro-progress,.profile-bottom>.performance{margin-top:8px}.intro-progress>div{display:inline-flex}.intro-progress small{display:inline;margin-right:7px}.rank-row{flex-direction:row;align-items:baseline;gap:7px}.rank-row strong{font-size:14px}@media(max-width:700px){.profile-top{padding:10px 13px}.profile-bottom{padding:8px 13px 10px}.account-performance{grid-template-columns:1fr 1fr;gap:12px}.account-performance .current-card{justify-content:center}.profile-bottom>.performance{gap:0}.rank-row{flex-direction:column;gap:0}.intro-progress small{display:block;margin-right:0}}

.view-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.view-controls .tabs{margin-bottom:0}#refresh-stats{margin-left:auto;border:1px solid #514564;border-radius:5px;background:#24202f;color:#d5c4ff;padding:8px 13px;font:inherit;font-size:12px;cursor:pointer}#refresh-stats:disabled{opacity:.55;cursor:wait}#refresh-feedback{width:100%;font-size:11px;color:#a6a1b3}#refresh-feedback:empty{display:none}

.profile{padding:20px 23px;border:1px solid #292d32;background:radial-gradient(ellipse at 48% 40%,#16343a66,transparent 65%),#17191c}.profile-top{padding:0;border:0;display:flex;justify-content:space-between;align-items:center}.identity .avatar{width:42px;height:42px;border-radius:50%}.identity b{font-size:18px}.identity small{background:#7026a0}.identity p{font-size:12px;margin-top:3px}.account-tag{font-size:12px}.profile-top>.current-card{flex-direction:row-reverse;text-align:right;border-left:1px solid #34343c;padding-left:19px;gap:12px}.profile-top .current-icon{width:48px;height:48px}.profile-top .current-copy>p:not(.eyebrow){display:none}.profile-top .current-copy h2{font-size:16px}.profile-bottom{padding:0;display:flex;gap:26px;align-items:flex-start;margin-top:22px}.profile-bottom>.performance-title,.account-performance{display:none}.profile-bottom>.intro-progress,.profile-bottom>.performance{margin:0;float:none}.profile-bottom>.performance{display:flex;gap:26px;flex:1}.profile-bottom .stats{display:flex;gap:26px}.intro-progress small,.stats small{display:block;font-size:10px;margin:0 0 4px}.intro-progress strong,.stats strong{font-size:16px}.intro-progress>div>span{font-size:14px}.profile-bottom .rank-row{margin-left:auto;display:flex;flex-direction:column;gap:4px}.profile-bottom:after{display:none}@media(max-width:600px){.profile{padding:16px 14px}.identity b{font-size:15px}.identity{gap:8px}.identity .avatar{width:36px;height:36px}.identity p,.account-tag{font-size:10px}.profile-top>.current-card{padding-left:10px;gap:7px}.profile-top .current-icon{width:36px;height:36px}.profile-top .current-copy h2{font-size:13px}.profile-top .current-copy .eyebrow{font-size:8px}.profile-bottom,.profile-bottom>.performance,.profile-bottom .stats{gap:14px}.profile-bottom .rank-row{display:none}.intro-progress small,.stats small{font-size:8px}.intro-progress strong,.stats strong{font-size:14px}.identity small{font-size:8px}}
.time-estimate{display:flex;flex-direction:column;gap:3px;margin-top:8px;padding-top:8px;border-top:1px solid #303139}.time-estimate>span{font-size:9px}.time-estimate>strong{margin-bottom:4px;color:#c8b2f3}.time-estimate>small{font-size:9px;line-height:1.5;text-transform:none;color:#92909f;font-weight:400}@media(max-width:600px){.profile-bottom{flex-wrap:wrap}.profile-bottom>.performance{flex-wrap:wrap}.profile-bottom .rank-row{display:flex;flex-basis:100%;margin:0}.time-estimate{max-width:280px}}
.profile-bottom .rank-row{display:grid;grid-template-columns:repeat(3,max-content);column-gap:22px;row-gap:5px;align-items:start}.time-metric{display:flex;flex-direction:column;gap:4px}.time-metric>span{font-size:9px;color:var(--muted)}.time-metric>strong{font-size:16px;line-height:1.5;color:#e1e0e9}.time-metric:last-of-type>strong{color:#bda4ef}.time-basis{grid-column:1/-1;font-size:9px;font-weight:400;text-transform:none;color:#85838e;line-height:1.4}@media(max-width:1100px){.profile-bottom>.performance{flex-wrap:wrap}.profile-bottom .rank-row{margin-left:0;flex-basis:100%;padding-top:10px;border-top:1px solid #2b2d33}}@media(max-width:600px){.profile-bottom .rank-row{grid-template-columns:repeat(3,minmax(0,1fr));column-gap:12px;width:100%}.time-metric>span{font-size:8px}.time-metric>strong{font-size:14px}.time-basis{font-size:8px}}

footer .creator-credit{margin-left:auto;white-space:nowrap;font-size:10px;color:#82808e;align-self:center}footer .creator-credit:hover,footer .creator-credit:focus-visible{color:#a58af7}@media(max-width:600px){footer .creator-credit{display:inline-block;margin:12px 0 0}}
footer .creator-credit{font-size:13px;font-weight:500;color:#aaa6b7}

body:has(#daily-tab[aria-selected=true]) .profile{display:none}.daily-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:22px 0 18px}.daily-heading h2{font-size:20px;margin:0}.daily-heading p{font-size:11px;color:#9794a5;margin:5px 0}.daily-date-controls{display:flex;gap:8px;align-items:center}.daily-date-controls input,.daily-date-controls button{color:#dfd9ef;background:#222029;border:1px solid #494054;border-radius:5px;padding:8px;font:inherit;font-size:12px}.daily-date-controls label{font-size:11px;color:#aaa}.daily-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.daily-metrics article{padding:16px;background:#191b20;border:1px solid #2b2d35;border-radius:7px}.daily-metrics small{display:block;color:#9995a5;font-size:10px}.daily-metrics strong{display:block;font-size:23px;margin-top:6px;color:#c0a4f7}.daily-summary{display:flex;justify-content:space-between;gap:12px;margin:14px 0 22px;color:#a3a0ad;font-size:11px}.daily-summary b{color:#ede7f6}.daily-champs,.daily-history{border:1px solid #2b2d35;border-radius:8px;padding:16px;background:#14161a;margin-bottom:18px}.daily-champs h2,.daily-history h2{font-size:13px;margin:0 0 14px}.daily-champs>div{display:flex;flex-wrap:wrap;gap:12px}.daily-champs article{display:flex;gap:10px;padding:10px 14px;background:#1d1f25;border-radius:6px}.daily-champs img{width:38px;height:38px;border-radius:4px}.daily-champs strong,.daily-match strong{font-size:12px}.daily-champs small,.daily-match small{display:block;font-size:10px;color:#a8a3b4}.daily-champs small.win{color:#28b66a}.daily-history h2 span{font-size:10px;font-weight:400;color:#999;margin-left:8px}.daily-match-list{max-height:600px;overflow:auto}.daily-match{display:grid;grid-template-columns:50px 36px 1fr 1fr 1fr;align-items:center;gap:12px;border-left:3px solid #ed4b6a;background:#281b23;border-radius:5px;padding:12px;margin-bottom:7px}.daily-match.victory{border-color:#2699ed;background:#142735}.daily-match img{width:34px;height:34px;border-radius:50%}.daily-match time{font-size:11px;color:#aba6b7}.daily-match .win{color:#28b66a}.daily-match .loss{color:#e64b62}.daily-empty,.daily-champs p{color:#9995a5;font-size:12px}@media(max-width:800px){.daily-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.daily-heading,.daily-summary{flex-direction:column;align-items:flex-start}}@media(max-width:450px){.daily-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.daily-match{grid-template-columns:35px 28px 1fr 1fr;gap:7px;padding:9px}.daily-match img{width:28px;height:28px}.daily-match>div:last-child{grid-column:3/5}.daily-date-controls{flex-wrap:wrap}}

main{margin-top:24px}.profile.challenge-hero{display:block!important;position:relative;isolation:isolate;overflow:hidden;padding:22px 24px;margin:0 0 18px;border:1px solid #393240;border-radius:10px;background:#17191f}.challenge-hero:before{content:'';position:absolute;inset:0;z-index:-2;background-image:var(--hero-art);background-size:cover;background-position:center 32%}.challenge-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#10131af2 5%,#11141ddd 48%,#11141d99),linear-gradient(0deg,#12141ff2,transparent)}.hero-top{display:flex;align-items:center;gap:26px;margin-bottom:22px}.hero-top .identity{margin-right:auto}.identity h1{font-size:21px;line-height:1.2;margin:0}.identity h1 span{font-size:11px;color:#c9adef;background:#48325980;padding:3px 6px;margin-left:5px;border-radius:4px}.hero-top .identity p{margin:6px 0 0;color:#b8b5c2;font-size:12px}.hero-top .avatar{width:48px;height:48px;border-radius:9px}.hero-rank,.hero-current{display:flex;align-items:center;gap:10px}.hero-rank{padding-right:22px;border-right:1px solid #6b5d7055}.hero-rank img{width:62px;height:62px;object-fit:contain}.hero-rank small,.hero-current small{display:block;text-transform:uppercase;font-size:9px;color:#b0a6bd}.hero-rank strong,.hero-current strong{display:block;font-size:16px}.hero-rank span{font-size:11px;color:#d3c9df}.hero-current img{width:45px;height:45px;border-radius:7px}.hero-metrics{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px}.hero-metrics small{display:block;font-size:9px;color:#aaa3b3;text-transform:uppercase;white-space:nowrap}.hero-metrics strong{display:block;font-size:16px;margin-top:5px;white-space:nowrap;font-variant-numeric:tabular-nums}.hero-metrics em{font-size:11px;font-style:normal;color:#a09aa9}.hero-forecast{display:flex;align-items:center;gap:14px;border-top:1px solid #695b723d;margin-top:18px;padding-top:12px;font-size:12px}.hero-forecast>span{color:#aaa3b3;font-size:10px;text-transform:uppercase}.hero-forecast>strong{color:#c8a8fc;font-size:16px}.hero-forecast small{color:#a49baa;font-size:10px;font-weight:400}.hero-forecast b{margin-left:auto;font-size:13px;color:#d6c6e9;font-weight:500}.view-controls{margin-bottom:12px}.atlas{margin-top:0;padding:14px}.grid{gap:7px}.portrait{border-radius:5px}.champ.played .portrait>span{left:auto;right:3px;bottom:3px;width:auto;min-width:18px;height:18px;padding:0 4px;line-height:18px;border-radius:5px;background:#241d32e8;color:#e4d2ff;border:1px solid #a98ae966;font-size:10px;box-shadow:0 1px 4px #0008}.champ.completed .portrait>span{background:#10271fe8;color:#75dfac;border-color:#3d9f7166}.champ.completed .portrait{box-shadow:inset 0 0 0 1px #408561}.champ.current .portrait{outline:2px solid #bb9bf1;outline-offset:-2px}.champ .portrait img{border-radius:5px}.table-note,.records-note,.atlas-footer{display:none}.history-layout{margin-top:10px}.completion-time small{display:none}.daily-heading{margin-top:12px}.daily-summary{font-size:11px}.rank-chart>p{display:none}@media(max-width:1200px){.hero-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px 20px}.hero-top{margin-bottom:18px}}@media(max-width:600px){.profile.challenge-hero{padding:16px}.hero-top{gap:12px;flex-wrap:wrap}.hero-top .identity{width:100%}.hero-rank{margin-right:auto;padding-right:10px}.hero-rank img{width:46px;height:46px}.hero-current img{width:36px;height:36px}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 9px}.hero-metrics strong{font-size:14px}.hero-metrics small{font-size:8px}.hero-forecast{flex-wrap:wrap;gap:6px 12px}.hero-forecast b{width:100%;margin:2px 0 0}.grid{gap:5px}.champ.played .portrait>span{min-width:15px;height:15px;line-height:15px;right:2px;bottom:2px;font-size:9px}.identity h1{font-size:19px}}
@media(max-width:1400px) and (min-width:601px){.hero-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px 20px}}
.champ.completed .portrait{outline:2px solid #39cf87;outline-offset:-2px}
.challenge-hero:after{background:linear-gradient(90deg,rgba(10,13,20,.95),rgba(10,13,20,.88) 55%,rgba(10,13,20,.86)),linear-gradient(0deg,#10131a,transparent)}
.challenge-hero .hero-top .identity p{font-size:14px;color:#e0dce8}
.challenge-hero .hero-rank small,.challenge-hero .hero-current small{font-size:12px;color:#ddd7e6;line-height:1.5}
.challenge-hero .hero-rank span{font-size:14px;color:#f0ebf7}
.challenge-hero .hero-rank strong,.challenge-hero .hero-current strong{font-size:18px}
.challenge-hero .metric-group h2{font-size:14px;font-weight:700;color:#dfc8ff}
.challenge-hero .hero-metrics small{font-size:12px;line-height:1.5;color:#ddd7e6;white-space:normal}
.challenge-hero .hero-metrics strong{font-size:18px;line-height:1.4;color:#fff}
.challenge-hero .hero-metrics em{font-size:14px;color:#e0d9eb}
.challenge-hero .hero-forecast>span,.challenge-hero .hero-forecast small{font-size:12px;color:#ddd7e6}
.challenge-hero .hero-forecast>strong{font-size:19px;color:#d6b4ff}
.challenge-hero .metric-group .hero-forecast b{font-size:14px;color:#ece0ff;font-weight:600}
@media(max-width:1400px) and (min-width:1101px){.challenge-hero .metric-group-values{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.challenge-hero .metric-group-values{grid-template-columns:repeat(2,minmax(0,1fr))}.challenge-hero .hero-current small{font-size:12px}.challenge-hero .hero-top{gap:16px}}
.challenge-hero .hero-metrics{display:grid;grid-template-columns:.65fr 1.7fr 1.5fr;gap:22px}.metric-group{min-width:0;padding-left:22px;border-left:1px solid #89789640}.metric-group:first-child{padding-left:0;border:0}.metric-group h2{margin:0 0 12px;font-size:11px;font-weight:600;color:#c8b5df}.metric-group-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px}.metric-group:first-child .metric-group-values{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-group .hero-forecast{margin-top:14px;padding-top:10px;gap:8px;flex-wrap:wrap}.metric-group .hero-forecast b{margin-left:0;width:100%;font-size:12px}.metric-group .hero-forecast>strong{margin-top:0}.metric-group-values>div{min-width:0}@media(max-width:1100px){.challenge-hero .hero-metrics{grid-template-columns:1fr 2fr}.metric-group:last-child{grid-column:1/-1;border-left:0;border-top:1px solid #89789640;padding:14px 0 0}.metric-group .hero-forecast b{margin-left:auto;width:auto}}@media(max-width:600px){.challenge-hero .hero-metrics{grid-template-columns:1fr;gap:16px}.metric-group,.metric-group:first-child{border-left:0;border-top:1px solid #89789640;padding:14px 0 0}.metric-group:first-child{border-top:0;padding-top:0}.metric-group:last-child{grid-column:auto}.metric-group-values{gap:13px 10px}.metric-group .hero-forecast b{width:100%;margin-left:0}}
/* Aligned overview groups */
.profile.challenge-hero{padding:20px}
.challenge-hero .hero-top{margin-bottom:18px;padding:0 2px}
.challenge-hero .hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
.challenge-hero .metric-group,.challenge-hero .metric-group:first-child,.challenge-hero .metric-group:last-child{grid-column:auto;padding:16px 18px;background:rgba(14,17,24,.82);border:1px solid #ffffff14;border-radius:8px}
.challenge-hero .metric-group h2{margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #ffffff12;color:#e5d8f7;font-size:14px}
.challenge-hero .metric-group-values,.challenge-hero .metric-group:first-child .metric-group-values{display:grid;grid-template-columns:1fr;gap:0}
.challenge-hero .metric-group-values>div{display:flex;align-items:baseline;justify-content:space-between;gap:16px;min-height:34px;padding:5px 0}
.challenge-hero .hero-metrics small{text-transform:none;font-size:14px;line-height:1.5;color:#c5c5d0}
.challenge-hero .hero-metrics strong{margin:0;font-size:18px;line-height:1.5;text-align:right}
.challenge-hero .metric-group .hero-forecast{display:grid;grid-template-columns:1fr auto;gap:6px 12px;margin-top:8px;padding-top:12px;border-top:1px solid #ffffff16;align-items:baseline}
.challenge-hero .hero-forecast>span{font-size:14px;text-transform:none;color:#c5c5d0}
.challenge-hero .hero-forecast>strong{font-size:18px}
.challenge-hero .metric-group .hero-forecast b{grid-column:1/-1;width:auto;margin:0;text-align:right;font-size:14px}
@media(max-width:900px){.challenge-hero .hero-metrics{grid-template-columns:1fr}.challenge-hero .metric-group-values>div{min-height:32px}.challenge-hero .metric-group .hero-forecast b{width:auto}.challenge-hero .hero-top{flex-wrap:wrap}.challenge-hero .hero-top .identity{width:100%}}
@media(max-width:420px){.profile.challenge-hero{padding:14px}.challenge-hero .metric-group{padding:14px}.challenge-hero .hero-metrics strong{font-size:17px}}
.challenge-hero .match-stat-group{display:grid;grid-template-columns:110px minmax(0,1fr);column-gap:20px;align-content:start}
.challenge-hero .match-stat-group h2{grid-column:1/-1}
.challenge-hero .match-stat-group .metric-group-values{grid-column:2;grid-row:2;align-self:center}
.winrate-graphic{grid-column:1;grid-row:2;align-self:center;padding:8px 0}
.winrate-ring{width:110px;height:110px;border-radius:50%;padding:7px;background:conic-gradient(#39cf98 0 var(--winrate),var(--ring-rest) var(--winrate) 100%);box-shadow:0 0 24px #0002}
.winrate-ring>div{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:50%;background:#12151d}
.challenge-hero .winrate-ring strong{font-size:22px;letter-spacing:-.5px;text-align:center}
.challenge-hero .winrate-ring small{font-size:12px;color:#d4cddd}
@media(min-width:901px) and (max-width:1250px){.challenge-hero .match-stat-group{grid-template-columns:1fr}.challenge-hero .match-stat-group .metric-group-values{grid-column:1;grid-row:3}.winrate-graphic{grid-column:1;grid-row:2;justify-self:center}}
@media(max-width:420px){.challenge-hero .match-stat-group{grid-template-columns:90px minmax(0,1fr);column-gap:12px}.winrate-ring{width:90px;height:90px;padding:6px}.challenge-hero .winrate-ring strong{font-size:18px}.challenge-hero .match-stat-group .metric-group-values>div{flex-wrap:wrap;gap:0}.challenge-hero .match-stat-group .metric-group-values strong{margin-left:auto}}
.challenge-hero .match-stat-group .metric-group-values>div{flex-wrap:wrap;gap:0 12px}.challenge-hero .match-stat-group .metric-group-values strong{margin-left:auto}
/* Quiet, focused win-rate visualization */
.challenge-hero .winrate-ring{position:relative;width:110px;height:110px;padding:0;background:transparent;box-shadow:none;isolation:isolate}
.winrate-ring:before{content:'';position:absolute;inset:0;border-radius:50%;background:conic-gradient(from -90deg,#b79af7 0 var(--winrate),#ffffff12 var(--winrate) 100%);mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px))}
.challenge-hero .winrate-ring>div{background:transparent;gap:2px}
.challenge-hero .winrate-ring strong{font-size:25px;font-weight:650;letter-spacing:-1px;color:#f4efff;font-variant-numeric:tabular-nums}
.challenge-hero .winrate-ring small{font-size:12px;letter-spacing:.3px;color:#aaa5b8}
@media(max-width:420px){.challenge-hero .winrate-ring{width:90px;height:90px}.challenge-hero .winrate-ring strong{font-size:21px}}
.challenge-hero .progress-panel{position:relative;margin:16px 0 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
.challenge-hero .progress-panel>div:first-child{justify-content:flex-end;margin:0 0 7px}
.challenge-hero .progress-panel h2,.challenge-hero #progress-caption{display:none}
.challenge-hero .progress-panel #percent{font-size:13px;color:#cbb6ff;font-weight:600;line-height:1.4}
.challenge-hero .progress-panel progress{display:block;width:100%;height:5px;margin:0;border:0;border-radius:10px;overflow:hidden;background:#ffffff12;accent-color:#b79af7}
.challenge-hero .progress-panel progress::-webkit-progress-bar{background:#ffffff12;border-radius:10px}
.challenge-hero .progress-panel progress::-webkit-progress-value{background:#b79af7;border-radius:10px}
.challenge-hero .progress-panel progress::-moz-progress-bar{background:#b79af7;border-radius:10px}
.challenge-hero .progress-panel>div:last-child{position:absolute;top:0;left:0;margin:0}
.challenge-hero .progress-panel #remaining{font-size:12px;color:#b5afc3}
.progress-panel{display:none}.challenge-hero .progress-panel{display:block}
