:root{font-family:Inter,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e0e0e0;background-color:#08080f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#08080f}h1,h2,h3,h4,h5,h6{font-family:Rajdhani,sans-serif;font-weight:700;line-height:1.15;margin:0}a{font-weight:500;color:#00d4ff;text-decoration:none}button{font-family:Inter,system-ui,sans-serif;cursor:pointer}.app-container{min-height:100vh;background:linear-gradient(160deg,#08080f,#0f0f1e 40%,#121228);padding:40px 32px;margin-left:240px;display:flex;flex-direction:column;position:relative;animation:pageFadeIn .4s ease}@keyframes pageFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.backdrop{position:fixed;inset:0;width:100vw;height:100vh;background-size:cover;background-position:center top;opacity:.12;filter:blur(10px) saturate(.7);pointer-events:none;z-index:0}.hamburger-btn{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;align-self:flex-start;margin-bottom:20px;padding:4px}.hamburger-btn span{width:24px;height:2px;background-color:#c89b3c;border-radius:2px;transition:all .3s ease;display:block}.landing-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 80px)}.app-header{color:#fff;text-align:center;margin-bottom:32px}.app-header h1{margin:0 0 10px;font-family:Rajdhani,sans-serif;font-size:56px;font-weight:700;letter-spacing:6px;text-transform:uppercase;background:linear-gradient(135deg,#c89b3c,#f0d080 40%,#c89b3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.app-subtitle{margin:0;font-size:14px;color:#555;letter-spacing:2px;text-transform:uppercase;font-family:Rajdhani,sans-serif}.search-section{max-width:560px;margin:0 auto;z-index:2}.search-inputs{display:flex;flex-direction:column;gap:16px}.error-message{max-width:560px;margin:16px auto 0;padding:12px 20px;background:#ff3c3c14;border:1px solid rgba(255,60,60,.3);border-radius:8px;color:#f88;text-align:center;font-size:13px}.results-section{width:100%;max-width:900px;margin:0 auto}.summoner-header-skeleton{display:flex;align-items:center;gap:24px;padding:28px 32px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:14px;margin-bottom:32px}.summoner-header{display:flex;align-items:center;gap:24px;padding:28px 32px;background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(200,155,60,.15);border-radius:14px;margin-bottom:32px;box-shadow:0 8px 40px #0006}.summoner-icon-wrapper{position:relative;flex-shrink:0}.summoner-icon{width:100px;height:100px;border-radius:12px;border:2px solid rgba(200,155,60,.4);object-fit:cover;box-shadow:0 0 24px #c89b3c26;display:block}.summoner-level-badge{position:absolute;bottom:-8px;left:50%;transform:translate(-50%);background:#c89b3c;color:#08080f;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;white-space:nowrap;letter-spacing:.5px}.summoner-info{flex:1;min-width:0}.summoner-info h2{font-family:Rajdhani,sans-serif;font-size:32px;font-weight:700;color:#fff;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 4px}.tagline{font-size:16px;color:#555;font-weight:500;font-family:Inter,sans-serif}.summoner-stats-row{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;margin-top:8px;font-family:Inter,sans-serif}.stat-wins{color:#0aca00}.stat-losses{color:#f44}.stat-winrate{font-weight:700}.stat-most-played{color:#666;font-weight:500}.summoner-actions{display:flex;flex-direction:column;gap:10px;flex-shrink:0}.live-game-btn{padding:10px 20px;border:1px solid rgba(0,212,255,.4);border-radius:8px;background:#00d4ff14;color:#00d4ff;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .2s ease;white-space:nowrap}.live-game-btn:hover{background:#00d4ff29;border-color:#00d4ff99}.new-search-btn{padding:10px 20px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:transparent;color:#555;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:600;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:all .2s ease;white-space:nowrap}.new-search-btn:hover{background:#ffffff0a;color:#888;border-color:#ffffff26}.matches-section{margin-top:8px}.matches-title{font-family:Rajdhani,sans-serif;font-size:22px;font-weight:700;color:#888;letter-spacing:2px;text-transform:uppercase;margin:0 0 20px}.matches-grid{display:grid;grid-template-columns:1fr;gap:12px}.live-game-section{margin-bottom:32px;animation:pageFadeIn .3s ease}.live-game-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.live-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#ff3c3c1f;border:1px solid rgba(255,60,60,.3);border-radius:4px;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;color:#f55;text-transform:uppercase}.live-dot{width:6px;height:6px;border-radius:50%;background:#f55;animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.live-game-mode{font-family:Rajdhani,sans-serif;font-size:18px;font-weight:600;color:#888;letter-spacing:1px;text-transform:uppercase}.live-game-teams{display:grid;grid-template-columns:1fr 1fr;gap:2px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.live-team{background:#00000059;padding:0}.live-team-label{padding:10px 16px;font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.05)}.live-team.blue .live-team-label{color:#5b9cf6;background:#5b9cf60f}.live-team.red .live-team-label{color:#f65b5b;background:#f65b5b0f}.live-player-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .15s ease}.live-player-row:last-child{border-bottom:none}.live-player-row:hover{background:#ffffff08}.live-player-row.is-current{background:#c89b3c12;border-left:2px solid rgba(200,155,60,.5);padding-left:14px}.live-champ-portrait{width:40px;height:40px;border-radius:6px;object-fit:cover;flex-shrink:0;background:#ffffff0d}.live-player-info{flex:1;min-width:0}.live-player-name{font-size:13px;font-weight:500;color:silver;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-player-row.is-current .live-player-name{color:#fff;font-weight:600}.live-streak{font-family:Rajdhani,sans-serif;font-size:12px;font-weight:600;letter-spacing:.5px;padding:3px 8px;border-radius:4px;flex-shrink:0}.live-streak.hot{color:#ff6a00;background:#ff6a001a;border:1px solid rgba(255,106,0,.25)}.live-streak.cold{color:#4fc3f7;background:#4fc3f71a;border:1px solid rgba(79,195,247,.25)}.live-player-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex-shrink:0}.live-tag{font-family:Rajdhani,sans-serif;font-size:11px;font-weight:600;letter-spacing:.5px;padding:2px 7px;border-radius:4px;text-transform:uppercase}.live-tag--otp{color:#c89b3c;background:#c89b3c1a;border:1px solid rgba(200,155,60,.25)}.live-tag--hard-carry{color:#a3e635;background:#a3e6351a;border:1px solid rgba(163,230,53,.25)}.live-tag--aggressive{color:#f87171;background:#f871711a;border:1px solid rgba(248,113,113,.25)}.live-tag--vision-focused{color:#818cf8;background:#818cf81a;border:1px solid rgba(129,140,248,.25)}@media(max-width:900px){.app-container{padding:32px 20px}.results-section{max-width:100%}}@media(max-width:768px){.app-container{margin-left:220px;padding:24px 16px}.app-header h1{font-size:40px}.summoner-header{flex-direction:column;text-align:center}.summoner-actions{flex-direction:row;justify-content:center}.live-game-teams{grid-template-columns:1fr}}@media(max-width:600px){.app-container{margin-left:0;padding:16px 12px}.hamburger-btn{display:flex}.app-header{margin-top:10vh}.app-header h1{font-size:32px;letter-spacing:4px}.summoner-icon{width:80px;height:80px}.summoner-info h2{font-size:24px}}.ranked-badge{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.ranked-tier{font-family:Rajdhani,sans-serif;font-weight:700;font-size:13px;letter-spacing:.5px;text-transform:uppercase;padding:2px 8px;border-radius:4px;background:#ffffff0f}.ranked-tier-iron{color:#8b8b8b}.ranked-tier-bronze{color:#cd7f32}.ranked-tier-silver{color:silver}.ranked-tier-gold{color:#c89b3c}.ranked-tier-platinum{color:#4fc3a1}.ranked-tier-emerald{color:#00c853}.ranked-tier-diamond{color:#57c5f7}.ranked-tier-master{color:#9b59b6}.ranked-tier-grandmaster{color:#cf0000}.ranked-tier-challenger{color:#f4c14f}.ranked-tier-unranked{color:#666}.ranked-lp{font-size:12px;color:#c89b3c;font-weight:600}.ranked-record{font-size:12px;color:#ffffff73}.nav-overlay{position:fixed;inset:0;background-color:#000000a6;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.left-nav{position:fixed;left:0;top:0;width:240px;height:100vh;background:linear-gradient(180deg,#08080f,#0d0d1f);border-right:1px solid rgba(200,155,60,.12);display:flex;flex-direction:column;box-shadow:4px 0 30px #0009;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1)}.nav-close-btn{display:none;position:absolute;top:18px;right:18px;background:transparent;border:none;color:#888;font-size:28px;cursor:pointer;line-height:1;padding:4px;transition:color .2s ease;z-index:1001}.nav-close-btn:hover{color:#e0e0e0}.nav-brand{padding:28px 24px 24px;border-bottom:1px solid rgba(255,255,255,.05)}.nav-brand h2{margin:0;font-family:Rajdhani,sans-serif;font-size:26px;font-weight:700;letter-spacing:4px;background:linear-gradient(135deg,#c89b3c,#f0d080,#c89b3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-brand-sub{margin:4px 0 0;font-size:10px;color:#444;letter-spacing:2px;text-transform:uppercase;font-family:Inter,sans-serif}.nav-links{list-style:none;margin:16px 0 0;padding:0 12px;flex:1;display:flex;flex-direction:column;gap:2px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 14px;color:#666;text-decoration:none;font-family:Rajdhani,sans-serif;font-size:15px;font-weight:600;letter-spacing:.5px;border-radius:8px;transition:all .2s ease;border:1px solid transparent}.nav-link-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.nav-link:hover{color:#e0e0e0;background:#ffffff0a;border-color:#ffffff0f}.nav-link.active{color:#c89b3c;background:#c89b3c14;border-color:#c89b3c33}.nav-footer{padding:16px 24px;border-top:1px solid rgba(255,255,255,.05);font-size:10px;color:#333;letter-spacing:1px;font-family:Inter,sans-serif}@media(max-width:768px){.left-nav{width:220px}}@media(max-width:600px){.left-nav{width:260px;transform:translate(-100%)}.left-nav.open{transform:translate(0)}.nav-close-btn{display:block}}.search-wrapper{position:relative;width:100%}.combined-search-bar{display:flex;align-items:center;width:100%;background:#00000080;border:1px solid rgba(255,255,255,.1);border-radius:10px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.combined-search-bar:focus-within{border-color:#c89b3c99;box-shadow:0 0 0 3px #c89b3c1f,0 4px 24px #0006}.search-input{border:none;background:transparent;font-size:15px;font-family:Inter,sans-serif;color:#e0e0e0;padding:15px 16px;outline:none;transition:background .2s ease}.search-input::placeholder{color:#555}.game-name-input{flex:3;min-width:0}.hash-separator{color:#c89b3c;font-family:Rajdhani,sans-serif;font-weight:700;font-size:18px;flex-shrink:0;opacity:.8;padding:0 2px;-webkit-user-select:none;user-select:none}.tagline-input{flex:1;min-width:0;font-family:Rajdhani,sans-serif;font-weight:600;font-size:15px;letter-spacing:1px;text-transform:uppercase;color:#c89b3c;padding-left:4px}.tagline-input::placeholder{color:#444;text-transform:none;font-weight:400;font-family:Inter,sans-serif;letter-spacing:0}.search-button{padding:0 24px;height:100%;min-height:52px;border:none;border-left:1px solid rgba(255,255,255,.08);background:#c89b3c26;color:#c89b3c;font-size:13px;font-weight:600;font-family:Rajdhani,sans-serif;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:all .2s ease;flex-shrink:0}.search-button:hover:not(:disabled){background:#c89b3c47;color:#e0b85c}.search-button:active:not(:disabled){transform:scale(.98)}.search-button:disabled{opacity:.4;cursor:not-allowed}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#0c0c10f7;border:1px solid rgba(200,155,60,.25);border-radius:10px;overflow:hidden;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #00000080}.search-suggestion{display:flex;align-items:center;gap:4px;width:100%;padding:11px 16px;border:none;border-bottom:1px solid rgba(255,255,255,.04);background:transparent;color:#e0e0e0;font-size:14px;font-family:Inter,sans-serif;cursor:pointer;text-align:left;transition:background .15s ease}.search-suggestion:last-child{border-bottom:none}.search-suggestion:hover{background:#c89b3c14}.suggestion-tag{color:#c89b3c;font-family:Rajdhani,sans-serif;font-weight:600;font-size:13px;letter-spacing:.5px}@media(max-width:600px){.search-input{padding:12px;font-size:14px}.search-button{padding:0 16px;font-size:12px;min-height:46px}}.mc{display:flex;flex-direction:column;border-radius:8px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);position:relative}.mc-row{display:flex;align-items:center;transition:background .15s}.mc-row:hover{background:#ffffff08}.mc-row:before{content:"";display:block;width:4px;align-self:stretch;flex-shrink:0}.mc-win .mc-row:before{background:#0aca00}.mc-loss .mc-row:before{background:#f44}.mc-col{padding:12px 10px;display:flex;flex-direction:column;justify-content:center;gap:3px;flex-shrink:0}.mc-col-result{width:96px;border-right:1px solid rgba(255,255,255,.06);gap:4px}.mc-queue{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.mc-outcome{font-family:Rajdhani,sans-serif;font-weight:700;font-size:15px;letter-spacing:.5px}.mc-outcome.win{color:#0aca00}.mc-outcome.loss{color:#f44}.mc-ago{font-size:11px;color:#ffffff59;margin-top:4px}.mc-dur{font-size:11px;color:#ffffff80}.mc-col-champ{width:110px;align-items:flex-start;gap:5px}.mc-champ-cluster{display:flex;align-items:center;gap:5px}.mc-portrait-wrap{position:relative;flex-shrink:0}.mc-portrait{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.15);display:block}.mc-lvl{position:absolute;bottom:-3px;right:-3px;background:#0f0f1e;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:9px;font-weight:700;padding:0 3px;line-height:14px;color:#e0e0e0}.mc-sr{display:flex;flex-direction:column;gap:2px;align-items:center}.mc-spell{width:22px;height:22px;border-radius:3px;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.mc-rune{width:22px;height:22px;border-radius:50%;object-fit:cover;background:#00000080}.mc-champ-name{font-size:11px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mc-col-stats{width:130px;gap:3px}.mc-kda-nums{font-family:Rajdhani,sans-serif;font-size:18px;font-weight:700;line-height:1}.mc-k{color:#e0e0e0}.mc-sep{color:#ffffff4d;font-size:16px}.mc-d{color:#f66}.mc-a{color:#fff9}.mc-kda-ratio{font-size:11px;font-weight:600}.mc-multikill{font-family:Rajdhani,sans-serif;font-size:10px;font-weight:700;color:gold;background:#ffd7001f;border:1px solid rgba(255,215,0,.25);border-radius:3px;padding:0 5px;width:fit-content;letter-spacing:.5px}.mc-secondaries{display:flex;flex-direction:column;gap:1px;margin-top:3px;font-size:11px;color:#ffffff80}.mc-cspm{color:#ffffff59}.mc-col-items{width:100px;flex-direction:row;align-items:center;gap:4px}.mc-items-main{display:grid;grid-template-columns:repeat(3,28px);gap:3px}.mc-item-slot{border-radius:4px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);overflow:hidden;flex-shrink:0}.mc-item-slot img{width:100%;height:100%;object-fit:cover;display:block}.mc-trinket{display:flex;align-items:flex-end;padding-bottom:2px}.mc-trinket .mc-item-slot{border-radius:50%;opacity:.75}.mc-col-players{flex:1;flex-direction:row;gap:8px;align-items:center;min-width:0}.mc-team-col{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.mc-player{display:flex;align-items:center;gap:4px}.mc-p-img{width:16px;height:16px;border-radius:3px;object-fit:cover;flex-shrink:0}.mc-p-name{font-size:10px;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mc-me .mc-p-name{color:#c89b3ce6;font-weight:600}.mc-me .mc-p-img{outline:1px solid rgba(200,155,60,.6)}.mc-expand{flex-shrink:0;width:28px;align-self:stretch;background:#ffffff08;border:none;border-left:1px solid rgba(255,255,255,.06);color:#ffffff40;font-size:18px;cursor:pointer;transition:color .15s,background .15s,transform .2s;display:flex;align-items:center;justify-content:center}.mc-expand:hover{color:#c89b3ccc;background:#c89b3c0f}.mc-expand.open{transform:rotate(90deg);color:#c89b3c99}.mc-panel{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease;border-top:0px solid rgba(255,255,255,.08)}.mc-panel-open{grid-template-rows:1fr;border-top-width:1px}.mc-panel-inner{overflow:hidden;padding:0}.mc-panel-open .mc-panel-inner{padding:8px 4px 10px}.sc-team{margin-bottom:6px}.sc-team-header{display:flex;align-items:center;gap:8px;padding:4px 8px 4px 12px;margin-bottom:2px}.sc-team-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#ffffff73}.sc-team-blue .sc-team-label{color:#5b9bd5}.sc-team-red .sc-team-label{color:#d55b5b}.sc-team-result{font-size:11px;font-weight:700;letter-spacing:.4px}.sc-team-result.win{color:#0aca00}.sc-team-result.loss{color:#f44}.sc-col-headers{display:flex;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#ffffff40;border-bottom:1px solid rgba(255,255,255,.05);margin-bottom:2px}.sc-row{display:flex;align-items:center;padding:3px 8px;border-radius:4px;transition:background .12s}.sc-row:hover{background:#ffffff08}.sc-row-me{background:#c89b3c14}.sc-row-me:hover{background:#c89b3c1f}.sc-col-champ{width:195px;flex-shrink:0}.sc-col-kda{width:90px;flex-shrink:0}.sc-col-cs,.sc-col-gold{width:55px;flex-shrink:0}.sc-col-dmg{width:115px;flex-shrink:0}.sc-col-wards{width:55px;flex-shrink:0;justify-content:center;align-items:center}.sc-col-items{flex:1;min-width:0}.sc-col-champ{display:flex;align-items:center;gap:5px}.sc-champ-wrap{position:relative;flex-shrink:0}.sc-champ-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.12);display:block}.sc-champ-level{position:absolute;bottom:-2px;right:-2px;background:#0f0f1e;border:1px solid rgba(255,255,255,.2);border-radius:3px;font-size:8px;font-weight:700;padding:0 2px;line-height:12px;color:#e0e0e0}.sc-spells-rune{display:flex;flex-direction:column;gap:1px;align-items:center;flex-shrink:0}.sc-spell-icon{width:16px;height:16px;border-radius:2px;object-fit:cover;border:1px solid rgba(255,255,255,.08)}.sc-rune-icon{width:16px;height:16px;border-radius:50%;object-fit:cover;background:#0006}.sc-player-info{display:flex;flex-direction:column;gap:1px;min-width:0}.sc-player-name{font-size:11px;font-weight:600;color:#fffc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-row-me .sc-player-name{color:#c89b3cf2}.sc-champ-name{font-size:10px;color:#ffffff59;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sc-col-kda{display:flex;flex-direction:column;gap:1px}.sc-kda-nums{font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;line-height:1}.sc-k{color:#e0e0e0}.sc-sep{color:#ffffff4d;font-size:12px}.sc-d{color:#f66}.sc-a{color:#fff9}.sc-kda-ratio{font-size:10px;font-weight:600}.sc-stat{display:flex;flex-direction:column;gap:1px}.sc-stat-val{font-size:12px;font-weight:600;color:#fffc}.sc-gold{color:#f0c060}.sc-stat-sub{font-size:10px;color:#ffffff59}.sc-col-dmg{display:flex;flex-direction:column;gap:3px}.sc-dmg-bar-track{height:5px;border-radius:3px;background:#ffffff12;overflow:hidden}.sc-dmg-bar-fill{height:100%;border-radius:3px;transition:width .3s ease}.sc-dmg-blue{background:#5b9bd5}.sc-dmg-red{background:#d55b5b}.sc-dmg-val{font-size:10px;color:#ffffff8c}.sc-col-items{display:flex;align-items:center;flex-wrap:nowrap;gap:2px}.sc-item-slot{width:22px;height:22px;border-radius:3px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);overflow:hidden;flex-shrink:0}.sc-item-slot img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:860px){.mc-col-items{display:none}}@media(max-width:640px){.mc-col-stats{display:none}.mc-col-result{width:80px}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.sk-block{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff17,#ffffff0a 75%);background-size:800px 100%;animation:shimmer 1.6s infinite linear;border-radius:4px}.match-card-skeleton{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid rgba(255,255,255,.05);border-left:4px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;margin-bottom:12px}.sk-header{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#0003;border-bottom:1px solid rgba(255,255,255,.04)}.sk-badge{width:70px;height:22px;border-radius:4px}.sk-meta{width:120px;height:14px}.sk-hero{display:flex;align-items:center;gap:14px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.04)}.sk-portrait{width:64px;height:64px;border-radius:8px;flex-shrink:0}.sk-hero-info{flex:1;display:flex;flex-direction:column;gap:8px}.sk-line{height:12px}.sk-line-short{width:80px}.sk-line-med{width:120px;height:20px}.sk-line-xs{width:140px;height:10px}.sk-line-name{flex:1}.sk-line-kda{width:44px}.sk-items{display:flex;gap:4px;flex-shrink:0}.sk-item{width:30px;height:30px;border-radius:4px}.sk-teams{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ffffff08}.sk-team{background:#1a1a2e}.sk-team-label{height:28px;margin:0;border-radius:0;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff12,#ffffff0a 75%);background-size:800px 100%;animation:shimmer 1.6s infinite linear}.sk-player-row{display:flex;align-items:center;gap:8px;padding:5px 10px;border-bottom:1px solid rgba(255,255,255,.03)}.sk-player-row:last-child{border-bottom:none}.sk-champ-icon{width:22px;height:22px;border-radius:3px;flex-shrink:0}.champions-page{display:flex;flex-direction:column;gap:32px;color:#fff;width:100%;max-width:1100px}.champions-header{text-align:center}.champions-header h1{font-family:Rajdhani,sans-serif;font-size:44px;font-weight:700;letter-spacing:4px;text-transform:uppercase;background:linear-gradient(135deg,#c89b3c,#f0d080,#c89b3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.champions-subtitle{margin:0;font-size:13px;color:#555;letter-spacing:1px}.champions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.champion-card{display:flex;flex-direction:column;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.champion-card:hover{transform:translateY(-5px);border-color:#c89b3c66;box-shadow:0 8px 24px #c89b3c1a}.champion-image-wrapper{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#0d0d1f}.champion-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.champion-card:hover .champion-image{transform:scale(1.08)}.champion-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);opacity:0;transition:opacity .2s ease}.champion-card:hover .champion-overlay{opacity:1}.champion-info{padding:8px 8px 10px;display:flex;flex-direction:column;gap:2px}.champion-info h3{font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;color:#e0e0e0;line-height:1.2}.champion-title{margin:0;font-size:9px;color:#555;text-transform:uppercase;letter-spacing:.5px}.champion-detail-modal{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.modal-content{background:linear-gradient(160deg,#0d0d1f,#141428);border:1px solid rgba(200,155,60,.2);border-radius:16px;max-width:640px;width:100%;position:relative;overflow:hidden;animation:slideUp .25s ease;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:14px;right:14px;z-index:10;background:#00000080;border:1px solid rgba(255,255,255,.1);color:#888;font-size:22px;line-height:1;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close:hover{color:#fff;border-color:#ffffff4d}.modal-hero{display:flex;gap:0}.modal-splash{width:200px;height:280px;object-fit:cover;object-position:center top;flex-shrink:0}.modal-identity{flex:1;padding:28px 24px;display:flex;flex-direction:column;gap:10px;min-width:0}.modal-identity h2{font-family:Rajdhani,sans-serif;font-size:32px;font-weight:700;color:#fff;margin:0}.modal-title{margin:0;font-size:12px;color:#c89b3c;text-transform:uppercase;letter-spacing:1.5px;font-family:Rajdhani,sans-serif}.modal-tags{display:flex;gap:6px;flex-wrap:wrap}.modal-tag{padding:3px 10px;background:#c89b3c1a;border:1px solid rgba(200,155,60,.25);border-radius:4px;font-size:11px;font-weight:600;color:#c89b3c;font-family:Rajdhani,sans-serif;letter-spacing:.5px}.modal-blurb{margin:0;font-size:13px;color:#777;line-height:1.6}.modal-stats{padding:20px 24px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:10px}.modal-stats-title{font-family:Rajdhani,sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#555;margin-bottom:4px}.stat-bar-row{display:flex;align-items:center;gap:12px}.stat-bar-label{font-size:12px;color:#888;width:68px;flex-shrink:0}.stat-bar-track{flex:1;height:6px;background:#ffffff12;border-radius:3px;overflow:hidden}.stat-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#c89b3c,#f0d080);transition:width .5s ease}.stat-bar-value{font-family:Rajdhani,sans-serif;font-size:14px;font-weight:700;color:#c89b3c;width:20px;text-align:right;flex-shrink:0}.loading{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:16px;color:#555}@media(max-width:768px){.champions-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px}.modal-splash{width:140px;height:200px}.modal-identity{padding:20px 16px}.modal-identity h2{font-size:24px}}@media(max-width:600px){.champions-grid{grid-template-columns:repeat(auto-fill,minmax(75px,1fr));gap:8px}.champions-header h1{font-size:32px}.modal-hero{flex-direction:column}.modal-splash{width:100%;height:180px;object-position:center 20%}}
