:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#141516;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#bbdf5d;text-decoration:inherit}a:hover{color:#9bc147}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}#root{max-width:1280px;margin:0 auto;padding:2rem}.app{text-align:center}.logo-container{margin-bottom:1rem}.logo{max-width:400px;width:100%;height:auto}h1{margin-bottom:2rem;color:#bbdf5d}@media(max-width:768px){#root{padding:0;padding-top:1rem;margin:0;width:100%}}.search-container{margin-bottom:2rem}.search-bar{width:100%;max-width:500px;padding:1rem;font-size:1.1rem;border:2px solid #bbdf5d;border-radius:0;background-color:#1b1d1f;color:#fff;outline:none;transition:border-color .3s}.search-bar:focus{border-color:#9bc147}.search-bar::placeholder{color:#888}@media(max-width:800px){.search-bar{max-width:80%}}.character-card{background:linear-gradient(135deg,#1b1d1f,#2a2c2e);border:2px solid #333;border-radius:0;padding:2rem;cursor:pointer;transition:all .3s ease;position:relative}.coming-soon-badge{position:absolute;top:8px;right:8px;background:#808080e6;color:#fff;font-size:.65rem;font-weight:700;padding:2px 6px;letter-spacing:.5px;text-transform:uppercase}.character-card.coming-soon{opacity:.5;filter:grayscale(70%)}.character-card.coming-soon:hover{opacity:.75;filter:grayscale(40%);border-color:#888;box-shadow:0 5px 20px #8080804d}.character-card:hover{border-color:#bbdf5d;transform:translateY(-5px);box-shadow:0 5px 20px #bbdf5d4d}.character-icon{width:150px;height:150px;margin:0 auto 1rem;border-radius:0;border:2px solid #badf5d4d;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#1b1d1f}.character-icon img{width:100%;height:100%;object-fit:cover}.character-card h3{margin:0;color:#fff}.character-card.selected{border-color:#bbdf5d;box-shadow:0 0 20px #bbdf5d80;background:linear-gradient(135deg,#2a2c2e,#3a3c3e)}@media(max-width:800px){.character-card{padding:.5rem}}.characters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1280px;margin:0 auto 3rem}@media(max-width:1400px){.characters-grid{max-width:700px}}@media(max-width:800px){.characters-grid{grid-template-columns:repeat(2,1fr);gap:1rem;padding:.5rem}}.wip-guide-banner{background:linear-gradient(90deg,#3a3a3a,#4a4a4a);color:#fff;text-align:center;padding:.75rem 1rem;font-size:.95rem;font-weight:500;border-bottom:2px solid #555}.wip-guide-banner span{opacity:.9}.hero-name-archetype-row{display:flex;align-items:center;gap:1.2rem;justify-content:space-between}.hero-name{margin:0}.stat-row{display:flex;align-items:center;gap:.7em}.stat-label{width:90px;text-transform:capitalize;color:#bbdf5d;font-size:.98em;font-weight:500;text-align:left}.stat-bar{display:flex;gap:.18em}.stat-dot{display:inline-block;width:18px;height:18px;border-radius:3px;background:#444;border:2px solid #222;transition:background .2s}.stat-dot.filled{background:#bbdf5d}.archetype-label{display:inline-block;margin-left:.5em;background:#222;color:#bbdf5d;border:1px solid #bbdf5d;border-radius:6px;padding:.25em .7em;font-size:1.1rem;font-weight:600;letter-spacing:.04em;text-transform:capitalize}.character-stats-bar{margin-top:.7em;display:flex;flex-direction:column;gap:.25em}.character-guide{max-width:1280px;margin:0 auto;padding:2rem;background:linear-gradient(135deg,#1b1d1f,#2a2c2e);border:2px solid #bbdf5d;border-radius:0;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-banner{position:relative;height:280px;margin:-2rem -2rem 2rem;overflow:hidden;border-bottom:3px solid #bbdf5d}.hero-image-container{position:absolute;top:0;left:0;width:100%;height:100%}.hero-character-image{width:100%;height:100%;object-fit:cover;object-position:center top;filter:brightness(.8);transition:transform .5s ease,filter .3s ease,object-position .4s ease-out,opacity .3s ease;animation:heroFadeIn .4s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.hero-banner:hover .hero-character-image{transform:scale(1.03);filter:brightness(.9)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;background:linear-gradient(to bottom,#00000052,#0000002e 40%,#0000002e,#00000061)}.guide-credit{position:absolute;bottom:12px;right:16px;display:flex;align-items:center;gap:10px;z-index:3}.credit-text{color:#ffffffd9;font-size:.85rem;font-weight:400;font-style:italic;text-shadow:0 1px 3px rgba(0,0,0,.8)}.credit-socials{display:flex;align-items:center;gap:8px}.credit-socials a{display:flex;align-items:center;justify-content:center;color:#ffffffbf;transition:color .2s ease,transform .2s ease}.credit-socials a:hover{color:#bbdf5d;transform:scale(1.15)}.credit-socials svg{width:16px;height:16px}.hero-content{position:absolute;left:0;right:0;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:flex-start;z-index:2;flex-direction:column}.hero-outer-container{display:flex;justify-content:space-between;width:100%}.hero-content h2{color:#bbdf5d;font-size:3.5rem;font-style:italic;margin:0;text-shadow:0 0 20px rgba(187,223,93,.5),0 2px 10px rgba(0,0,0,.8);letter-spacing:.1em}.hero-content .close-button{position:relative;z-index:10}.guide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.guide-header h2{font-size:3rem;font-style:italic}.character-guide h2{color:#bbdf5d;margin:0}.close-button{border-radius:0;border:1px solid #bbdf5d;padding:.5em .8em;font-size:1.2em;font-weight:500;font-family:inherit;background-color:transparent;color:#bbdf5d;cursor:pointer;transition:all .25s;width:3rem;height:3rem}.close-button:hover{background-color:#bbdf5d;color:#1b1d1f;transform:scale(1.05)}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #3a3c3e;flex-wrap:wrap}.tab{border-radius:0;border:none;border-bottom:3px solid transparent;padding:.75em 1.4em;font-size:.8em;font-weight:600;font-family:inherit;background-color:transparent;color:#888;cursor:pointer;transition:all .25s;position:relative;bottom:-2px;text-transform:uppercase;letter-spacing:.12em}.tab:hover{color:#bbdf5d;background-color:#bbdf5d1a}.tab.active{color:#bbdf5d;border-bottom-color:#bbdf5d;background-color:#bbdf5d0d}.tab-content{padding:1rem 0}.tab-content h3{color:#bbdf5d;margin-bottom:1.25rem;font-size:1.1em;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.tab-content p{line-height:1.7;color:#bbb;text-align:left;margin-bottom:1rem;font-size:.95em;letter-spacing:.01em}.moves-table{width:100%;border-collapse:collapse;margin-top:1rem}.moves-table thead{background-color:#bbdf5d1a}.moves-table th{padding:.9rem 1rem;text-align:center;color:#bbdf5d;font-weight:600;border:1px solid #3a3c3e;font-size:.75em;text-transform:uppercase;letter-spacing:.1em}.moves-table td{padding:.8rem 1rem;color:#ddd;border:1px solid #3a3c3e;line-height:1.6;text-align:center}.numeric-notation-cell{font-weight:600;color:#bbdf5d;width:18%;font-size:1.05em;font-family:Courier New,monospace}.moves-table td.notation-cell{padding:.4rem .5rem;font-weight:600;color:#bbdf5d;width:37%;font-size:1.05em}.notation-image{max-width:100%;height:auto;display:block;margin:0 auto;object-fit:contain}.notation-image.clickable-image{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.notation-image.clickable-image:hover{transform:scale(1.05)}.image-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .2s ease;cursor:zoom-out}.image-modal-content{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}.image-modal-content .close-button{position:absolute;top:-8px;right:10px;background:none;border:none;color:#fff;font-size:3rem;cursor:pointer;padding:.5rem;transition:color .2s ease;z-index:1002}.image-modal-content .close-button:hover{color:#bbdf5d}.zoomed-notation-image{max-width:90vw;max-height:85vh;object-fit:contain;border:2px solid #bbdf5d;box-shadow:0 0 30px #bbdf5d4d;animation:zoomIn .3s ease}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.description-cell{font-size:.95em;text-align:left;width:37%}.video-cell{width:8%;text-align:center}.solo-combos-table .description-cell{font-size:1.5rem;width:20%}.solo-combos-table .numeric-notation-cell{width:30%}.solo-combos-table .notation-cell{width:40%}.solo-combos-table .video-cell{width:10%}.video-icon-btn{background:none;border:none;color:#bbdf5d;font-size:1.5em;cursor:pointer;padding:.2em;transition:all .25s;display:inline-flex;align-items:center;justify-content:center}.video-icon-btn:hover{color:#d4f284;transform:scale(1.15)}.video-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease;padding:1rem;box-sizing:border-box}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{background:linear-gradient(135deg,#1b1d1f,#2a2c2e);border:2px solid #bbdf5d;border-radius:0;width:fit-content;max-width:min(1200px,90vw);max-height:90vh;animation:slideUp .3s ease;overflow:hidden;display:flex;flex-direction:column}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.video-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #3a3c3e;flex-shrink:0}.video-modal-header h3{color:#bbdf5d;margin:0;font-size:1.1em;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.video-modal-header h3 span{font-family:Courier New}.video-player{width:auto;height:auto;max-width:min(1200px,88vw);max-height:calc(90vh - 80px);display:block;background-color:#000}.moves-table tbody tr:hover{background-color:#bbdf5d0d}.character-guide button:focus,.character-guide button:focus-visible{outline:4px auto -webkit-focus-ring-color}.players-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.player-card{background:linear-gradient(135deg,#252729,#2d2f31);border:1px solid #3a3c3e;padding:1.5rem;transition:all .3s ease;position:relative}.player-card:hover{border-color:#bbdf5d;box-shadow:0 4px 12px #bbdf5d33;transform:translateY(-4px)}.player-card h4{color:#bbdf5d;margin:0 0 .8rem;font-size:1.15em;font-weight:700;letter-spacing:.04em}.player-card p{color:#bbb;line-height:1.6;margin-bottom:1.2rem;font-size:.95em;text-align:center}.social-links{display:flex;gap:1rem;align-items:center;justify-content:center}.social-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid #3a3c3e;color:#888;font-size:1.2em;transition:all .3s ease;text-decoration:none}.social-link:hover{transform:scale(1.1);border-color:currentColor}.social-link.twitter{color:#1da1f2}.social-link.twitter:hover{background-color:#1da1f2;color:#fff}.social-link.youtube{color:red}.social-link.youtube:hover{background-color:red;color:#fff}.social-link.twitch{color:#9146ff}.social-link.twitch:hover{background-color:#9146ff;color:#fff}.highlights-section{margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #3a3c3e}.highlights-section h5{color:#bbdf5d;margin:0 0 1rem;font-size:1.1em;font-weight:600;text-align:center}.featured-video-container{width:100%}.featured-video{position:relative;cursor:pointer;overflow:hidden;border:2px solid #3a3c3e;transition:all .3s ease;aspect-ratio:16 / 9;width:100%}.featured-video:hover{border-color:#bbdf5d;box-shadow:0 4px 12px #bbdf5d4d}.featured-video img{width:100%;height:100%;object-fit:cover;display:block}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:4em;opacity:.9;transition:all .3s ease;pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.8)}.featured-video:hover .play-overlay{opacity:1;transform:translate(-50%,-50%) scale(1.15)}.video-title-featured{background:linear-gradient(135deg,#252729,#2d2f31);border:1px solid #3a3c3e;border-top:none;border-bottom:none;color:#bbdf5d;padding:.8rem .8rem .4rem;font-size:.95em;text-align:center;font-weight:500}.video-author-featured{background:linear-gradient(135deg,#252729,#2d2f31);border:1px solid #3a3c3e;border-top:none;color:#888;padding:.4rem .8rem .8rem;font-size:.85em;text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem}.video-list{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.video-list-item{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#1f2123,#252729);border:2px solid #3a3c3e;padding:.8rem;cursor:pointer;transition:all .3s ease}.video-list-item:hover{border-color:#bbdf5d;background:linear-gradient(135deg,#252729,#2d2f31);box-shadow:0 2px 8px #bbdf5d33}.video-list-thumbnail{position:relative;flex-shrink:0;width:120px;aspect-ratio:16 / 9;overflow:hidden;border:1px solid #3a3c3e}.video-list-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.play-icon-small{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:2em;opacity:.85;transition:all .3s ease;pointer-events:none;text-shadow:0 2px 4px rgba(0,0,0,.8)}.video-list-item:hover .play-icon-small{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.video-list-title{flex:1;color:#ddd;font-size:.9em;line-height:1.4;font-weight:500;display:flex;flex-direction:column;gap:.3rem}.video-list-author{color:#888;font-size:.85em;display:flex;align-items:center;gap:.4rem}.video-list-item:hover .video-list-title{color:#bbdf5d}.video-modal-content.youtube{width:90vw;max-width:1200px}.youtube-embed-container{position:relative;width:100%;padding-bottom:56.25%;background:#000}.youtube-embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:768px){.hero-banner{height:200px;margin:-1.5rem -1.5rem 1.5rem}.hero-content{padding:1rem 1.5rem}.hero-content h2{font-size:2rem}.players-list{grid-template-columns:1fr}.video-list-thumbnail{width:100px}.teams-list{grid-template-columns:1fr}}@media(max-width:480px){.hero-banner{height:160px}.hero-content h2{font-size:1.6rem;letter-spacing:.05em}.video-modal-overlay{padding:.5rem}.video-modal-content{max-width:98vw;max-height:95vh}.video-modal-header{padding:.75rem;flex-shrink:0}.video-modal-header h3{font-size:.85em}.video-player{max-width:96vw;max-height:calc(95vh - 60px)}}.teams-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:1.5rem}.team-card{background:linear-gradient(135deg,#252729,#2d2f31);border:1px solid #3a3c3e;padding:1.5rem;transition:all .3s ease}.team-card:hover{border-color:#bbdf5d;box-shadow:0 4px 12px #bbdf5d33;transform:translateY(-4px)}.team-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.team-header h4{color:#bbdf5d;margin:0;font-size:1.3em;font-weight:600}.fuse-badge{background:linear-gradient(135deg,#bbdf5d,#a8cc4a);color:#1b1d1f;padding:.4rem .8rem;font-size:.8em;font-weight:600;border-radius:4px;white-space:nowrap}.fuse-badge.double-down{background:#6970fc;color:#fff}.fuse-badge.assist{background:#07dbe7;color:#1b1d1f}.fuse-badge.juggernaut{background:#fb393c;color:#fff}.fuse-badge.sidekick{background:#fd4d79;color:#fff}.fuse-badge.freestyle{background:#febd00;color:#1b1d1f}.team-explanation{color:#bbb;line-height:1.6;margin-bottom:1.2rem;font-size:.95em;text-align:left}.team-videos-section{margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #3a3c3e}.team-videos-section h5{color:#bbdf5d;margin:0 0 1rem;font-size:1em;font-weight:600;text-align:center}@media(max-width:800px){.hero-banner{margin:0}.character-guide{padding:0;margin:.5rem}.tab-content p{margin-left:1rem;margin-right:1rem}.moves-table th{padding:1rem .25rem}.teams-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.moves-table td{padding:.5rem .6rem}.image-modal-content .close-button{font-size:2rem;right:0}.video-modal-content{max-width:95vw;max-height:85vh}.video-modal-header{padding:1rem}.video-modal-header h3{font-size:.95em}.video-player{max-width:93vw;max-height:calc(85vh - 70px)}.video-modal-content.youtube{width:95vw}}@media(max-width:1200px){.character-stats-bar,.archetype-label{display:none!important}}.notation-cheatsheet-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:transparent;display:flex;justify-content:flex-end;align-items:stretch;z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s ease}.notation-cheatsheet-overlay.open{opacity:1;pointer-events:auto}.notation-cheatsheet-content{background-color:#1a1a1a;width:450px;max-width:90vw;height:100%;overflow-y:auto;border-left:2px solid #bbdf5d;box-shadow:-4px 0 20px #0000004d;transform:translate(100%);transition:transform .3s ease}.notation-cheatsheet-overlay.open .notation-cheatsheet-content{transform:translate(0)}.notation-cheatsheet-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #333}.notation-cheatsheet-header h3{margin:0;color:#fff;font-size:1.5rem}.notation-cheatsheet-body{padding:20px;color:#fff}.notation-content-wrapper{display:flex;flex-direction:column;gap:30px;align-items:center;padding-top:10px}.notation-explanation{width:100%;padding:0 10px}.notation-explanation p{margin:10px 0}.notation-explanation ul{list-style:none;padding:0;margin:15px 0}.notation-explanation li{margin:10px 0;font-size:1.1rem}.notation-explanation strong{color:#bbdf5d;font-size:1.3rem}.numpad-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:300px;min-width:300px;margin:20px auto}.numpad-cell{position:relative;aspect-ratio:1;background-color:#2a2a2a;border:2px solid #444;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.numpad-cell .arrow{position:absolute;font-size:4rem;color:#bbdf5d;z-index:1;font-weight:900;-webkit-text-stroke:2px #bbdf5d;text-shadow:0 0 8px rgba(74,222,128,.8),0 0 4px rgba(74,222,128,.8)}.numpad-cell .arrow.neutral{font-size:2.5rem}.rotate-45{transform:rotate(45deg)}.rotate-315{transform:rotate(-45deg)}.numpad-cell .number{position:relative;z-index:2;font-size:2rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.8);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:black}.notation-help-btn{border-radius:0;border:0px;padding:.6em 1.2em;font-size:.95em;font-weight:500;font-family:inherit;background-color:transparent;color:#bbdf5d;cursor:pointer;transition:all .25s;display:inline-flex;align-items:center;gap:.5em}.notation-help-btn:hover{background-color:#bbdf5d;color:#1b1d1f;transform:scale(1.02);box-shadow:0 2px 10px #bbdf5d4d}.notation-help-btn i{font-size:1.1em}.notation-header-icon{cursor:pointer;margin-left:.4em;font-size:.9em;opacity:.8;transition:all .25s}.notation-header-icon:hover{opacity:1;transform:scale(1.15);color:#d4f57e}.notation-btn-wrapper{margin-bottom:15px;display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:center}.view-toggle-btn{border-radius:0;border:0px;padding:.6em 1.2em;font-size:.95em;font-weight:500;font-family:inherit;background-color:transparent;color:#bbdf5d;cursor:pointer;transition:all .25s;display:inline-flex;align-items:center;gap:.5em}.view-toggle-btn:hover{background-color:#bbdf5d;color:#1b1d1f;transform:scale(1.02);box-shadow:0 2px 10px #bbdf5d4d}.view-toggle-btn i{font-size:1.1em}.compact-list{display:flex;flex-direction:column;gap:8px;margin-top:1rem}.compact-item{border:1px solid #3a3c3e;background:linear-gradient(135deg,#252729,#2d2f31);overflow:hidden}.compact-item-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;cursor:pointer;transition:all .2s ease}.compact-item-header:hover{background-color:#bbdf5d14}.compact-item-header.expanded{background-color:#bbdf5d1a;border-bottom:1px solid #3a3c3e}.compact-purpose{color:#fff;font-weight:500;font-size:1rem}.compact-item-header i{color:#bbdf5d;font-size:.9rem;transition:transform .2s ease}.compact-item-content{padding:1rem 1.2rem;display:flex;flex-direction:column;gap:1rem;background-color:#0003;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.compact-field{display:flex;flex-direction:column;gap:.5rem;align-items:center}.compact-label{color:#bbdf5d;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.compact-value{color:#ddd;font-size:1rem}.compact-value.numeric{font-family:Courier New,monospace;font-weight:600;color:#bbdf5d;font-size:1.05em}.compact-notation-image{max-width:100%;max-height:100px;width:auto;margin:0}.compact-video{width:100%;max-width:400px;border-radius:4px;border:1px solid #3a3c3e}.combo-description-section{margin-top:25px;margin-bottom:15px}.combo-enders-heading{margin-top:30px;margin-bottom:15px}.notation{padding:16px}.image-row{display:flex;gap:12px}.mapped-image{width:64px;height:auto}.matchups-tab{padding:20px}.matchups-description{margin-bottom:20px;text-align:center}.matchups-description p{color:#888;font-size:.95rem;margin:0;letter-spacing:.02em;line-height:1.6}.champions-row{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-bottom:40px;padding:20px;background:#0000004d;border-radius:0}.champion-portrait{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease;padding:10px}.champion-portrait:hover{transform:translateY(-5px)}.champion-portrait.selected{transform:scale(1.05)}.champion-portrait img{width:100px;height:100px;object-fit:cover;border-radius:50%;border:3px solid #3a3c3e;transition:all .3s ease}.champion-portrait:hover img{border-color:#bbdf5d}.champion-portrait.selected img{border-color:#bbdf5d;border-width:4px}.champion-name{margin-top:8px;color:#888;font-weight:700;font-size:.75rem;text-align:center;text-transform:uppercase;letter-spacing:.08em}.matchup-details{background:#0006;border-radius:0;padding:30px;border:2px solid #bbdf5d;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.matchup-header{display:flex;align-items:center;gap:20px;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #bbdf5d}.matchup-champion-image{width:120px;height:120px;object-fit:cover;border-radius:50%;border:3px solid #bbdf5d}.matchup-title h2{color:#bbdf5d;margin:0 0 10px;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.difficulty{display:inline-block;padding:5px 15px;border-radius:0;font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.12em}.difficulty.easy{background:#4caf5033;color:#66bb6a;border:2px solid #66bb6a}.difficulty.medium{background:#bbdf5d33;color:#bbdf5d;border:2px solid #bbdf5d}.difficulty.hard{background:#f4433633;color:#ef5350;border:2px solid #ef5350}.matchup-content{display:flex;flex-direction:column;gap:30px}.matchup-overview{color:#888;line-height:1.8;font-size:1rem}.matchup-overview p{margin-bottom:1rem}.matchup-overview p:last-child{margin-bottom:0}.matchup-section{background:#0000004d;padding:20px;border-radius:0;border:1px solid rgba(187,223,93,.3)}.matchup-section h3{color:#bbdf5d;margin-top:0;margin-bottom:15px;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-bottom:2px solid rgba(187,223,93,.3);padding-bottom:10px}.matchup-section ul{list-style:none;padding:0;margin:0}.matchup-section li{color:#888;padding:10px 0 10px 25px;position:relative;line-height:1.6;border-bottom:1px solid rgba(187,223,93,.1)}.matchup-section li:last-child{border-bottom:none}.matchup-section li:before{content:"▸";position:absolute;left:0;color:#bbdf5d;font-weight:700}.matchup-videos{grid-column:1 / -1}.video-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.video-item{display:flex;flex-direction:column;gap:10px}.video-item iframe{width:100%;aspect-ratio:16 / 9;border:2px solid rgba(187,223,93,.3);border-radius:0}.video-title{color:#888;font-size:.9rem;text-align:center;margin:0}.no-selection{text-align:center;padding:60px 20px;background:#0000004d;border-radius:0;border:2px dashed rgba(187,223,93,.3)}.no-selection p{color:#888;font-size:1.2rem;margin:0;opacity:.7}.guides-tab{width:100%}.guides-description{color:#bbb;line-height:1.7;margin-bottom:1.75rem;font-size:.95em;letter-spacing:.01em}.video-guides-section{margin-bottom:2.5rem}.video-guides-section h4,.text-guides-section h4{color:#bbdf5d;font-size:.85em;font-weight:700;margin-bottom:1.2rem;display:flex;align-items:center;gap:.6rem;padding-bottom:.5rem;border-bottom:2px solid #3a3c3e;text-transform:uppercase;letter-spacing:.12em}.video-guides-section h4 i{color:red}.text-guides-section h4 i{color:#bbdf5d}.video-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.video-guide-card{background:linear-gradient(135deg,#1f2123,#252729);border:2px solid #3a3c3e;cursor:pointer;transition:all .3s ease;overflow:hidden}.video-guide-card:hover{border-color:#bbdf5d;box-shadow:0 4px 12px #bbdf5d4d;transform:translateY(-4px)}.video-guide-thumbnail{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden}.video-guide-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.video-guide-play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:3em;opacity:.9;transition:all .3s ease;pointer-events:none;text-shadow:0 2px 8px rgba(0,0,0,.8)}.video-guide-card:hover .video-guide-play-icon{opacity:1;transform:translate(-50%,-50%) scale(1.15)}.video-guide-info{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.video-guide-title{color:#bbdf5d;font-size:.9em;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;letter-spacing:.02em}.video-guide-author{color:#888;font-size:.85em;display:flex;align-items:center;gap:.4rem;align-self:flex-end}@media(max-width:992px){.video-guides-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.video-guides-grid{grid-template-columns:1fr}}.video-guides-list{display:flex;flex-direction:column;gap:1rem}.video-guide-featured{width:100%}.video-guide-featured .video-guide-thumbnail{aspect-ratio:16 / 9}.video-guide-featured .video-guide-play-icon{font-size:4em}.video-guide-list-item{display:flex;flex-direction:row;align-items:stretch}.video-guide-list-item .video-guide-thumbnail{width:180px;min-width:180px;aspect-ratio:16 / 9}.video-guide-list-item .video-guide-play-icon{font-size:2em}.video-guide-list-item .video-guide-info{display:flex;flex-direction:column;justify-content:center;padding:.75rem 1rem;flex:1}.video-guide-list-item .video-guide-title{-webkit-line-clamp:2}@media(max-width:600px){.video-guide-list-item .video-guide-thumbnail{width:120px;min-width:120px}.video-guide-list-item .video-guide-play-icon{font-size:1.5em}}@media(max-width:800px){.video-guides-section{padding:1rem}}.notification-bar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;text-align:center;font-size:clamp(.95rem,2vw,1.15rem);padding:clamp(4px,1vw,12px);z-index:1000}@media(min-width:600px){body{padding-top:clamp(48px,6vw,80px)}}.notification-bar.info{background:linear-gradient(90deg,#ffeaea,#ffd6d6);color:#a12a2a;border-bottom:2px solid #ffb3b3;box-shadow:0 2px 8px #ffb3b314;font-weight:600}.notification-bar.warning{background:#fff3cd;color:#664d03}.notification-bar.error{background:#f8d7da;color:#842029}@media(max-width:600px){.notification-bar{font-size:1.2rem;padding:0}}.install-pwa-container{display:flex;flex-direction:column;align-items:center;margin:2rem 0;position:relative}.install-pwa-button{display:flex;align-items:center;gap:8px;background:transparent;color:#cdf564;border:1px solid #cdf564;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.install-pwa-button:hover{background:#cdf564;color:#1a1a2e}.install-pwa-button i{font-size:12px}.install-pwa-tooltip{position:absolute;top:100%;margin-top:8px;background:#1a1a2e;border:1px solid #cdf564;color:#fff;padding:10px 14px;border-radius:8px;font-size:13px;white-space:nowrap;z-index:100;animation:fadeIn .2s ease}.install-pwa-tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#cdf564}.install-pwa-tooltip i{color:#cdf564;margin:0 4px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
