@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:Inter,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.logo-link,.nav-link,a{text-decoration:none}.board{grid-gap:6px;background:#0f172a;border-radius:12px;display:grid;gap:6px;grid-template-columns:repeat(8,64px);grid-template-rows:repeat(4,64px);padding:12px}.board-cell{align-items:center;background:#020617;border:1px solid #1e293b;border-radius:8px;display:flex;height:64px;justify-content:center;width:64px}.board-cell.empty{background:repeating-linear-gradient(45deg,#020617,#020617 6px,#020617 0,#020617 12px);opacity:.5}.board-cell.filled{background:#020617}.star{bottom:2px;color:#facc15;font-weight:700;left:4px;text-shadow:0 0 4px #facc15cc}.board-cell button,.star{font-size:12px;position:absolute}.board-cell button{background:#dc2626;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;height:18px;right:-6px;top:-6px;width:18px}.board-cell:hover button{display:block}.board-cell.loading{animation:shimmer 1.2s infinite;background:linear-gradient(90deg,#020617 25%,#020617 37%,#020617 63%);background-size:400% 100%}.board-cell{border:2px dashed #ccc}.board-cell.selected{background:#6366f126;border-color:#6366f1}:root{--header-height:80px;--primary:#2563eb;--secondary:#60a5fa;--accent:#82c91e;--text-primary:#f0e6d2;--text-secondary:#94a3b8;--border:#ffffff1a;--bg-dark:#020617}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000bf;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #00000059;height:80px;height:var(--header-height);padding:0 32px;padding:0 calc(var(--spacing)*2);position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header,.header-container{align-items:center;display:flex}.header-container{justify-content:space-between;margin:auto;max-width:1200px;width:100%}.logo{height:70px;object-fit:contain;width:100px}.nav{align-items:center;display:flex;gap:32px;gap:calc(var(--spacing)*2)}.nav-link{border-radius:8px;color:#fff;font-weight:700;padding:8px 16px;text-decoration:none;transition:all .2s ease}.nav-link:hover{background:#a1cbe780}.nav-link.active{background:#ffffff26}.btn-login{background:#2563eb;background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:.25s}.btn-login:hover{box-shadow:0 6px 16px #2563eb66;transform:translateY(-2px)}.main{flex:1 1;margin:auto;max-width:1200px;padding:48px 16px;padding:calc(var(--spacing)*3) var(--spacing);width:100%}.main-title{color:#fff;font-size:48px;font-weight:700;margin-bottom:var(--spacing)}.main-description{color:#94a3b8;color:var(--text-secondary);font-size:18px;line-height:1.6;max-width:600px}.footer{background:#020617;background:var(--bg-dark);color:#cbd5f5}.footer-top-border{background:linear-gradient(90deg,#2563eb,#06b6d4,#6366f1);height:3px}.footer-container{margin:auto;max-width:1200px;padding:60px 20px 40px}.footer-grid{grid-gap:50px;display:grid;gap:50px;grid-template-columns:2fr 1fr 1fr}.footer-logo{color:#fff;font-size:1.8rem;font-weight:900;margin-bottom:12px}.footer-description{color:#94a3b8;line-height:1.7;max-width:320px}.footer-social{display:flex;gap:12px;margin-top:20px}.social-icon{align-items:center;background:#0f172a;border-radius:8px;display:flex;font-size:16px;height:38px;justify-content:center;text-decoration:none;transition:.25s;width:38px}.social-icon:hover{background:#2563eb;transform:translateY(-3px)}.footer-links h4{color:#fff;font-size:15px;margin-bottom:14px}.footer-links a{color:#94a3b8;display:block;font-size:14px;margin-bottom:8px;text-decoration:none;transition:.25s}.footer-links a:hover{color:#60a5fa;transform:translateX(4px)}.footer-links p{color:#94a3b8;font-size:14px;margin-bottom:6px}.footer-bottom{border-top:1px solid #ffffff14;color:#64748b;font-size:13px;margin-top:40px;padding-top:20px;text-align:center}.menu-toggle{background:none;border:none;cursor:pointer;display:none}.hamburger{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger span{background:#fff;border-radius:2px;height:3px;transition:.3s}.hamburger.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.header{padding:0 16px;padding:0 var(--spacing)}.menu-toggle{display:block}.nav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a1428f2;flex-direction:column;left:0;max-height:0;opacity:0;overflow:hidden;padding:16px;padding:var(--spacing);position:absolute;right:0;top:100%;transition:.3s}.nav-open{max-height:500px;opacity:1}.nav-link{padding:12px;width:100%}.btn-login{margin-top:10px;width:100%}.main{padding:32px 16px;padding:calc(var(--spacing)*2) var(--spacing)}.main-title{font-size:32px}.main-description{font-size:16px}.footer-grid{gap:35px;grid-template-columns:1fr}.footer-description{max-width:none}.footer-social{justify-content:center}}body{font-family:Segoe UI,sans-serif}.background{background-image:linear-gradient(#0006,#000000b3),url(/static/media/Backgr.a0eb269229ebbcb5f7b2.png);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:-1}.tft-container{margin:auto;max-width:1200px;min-height:100vh;padding:20px;width:100%}.tft-header{margin-bottom:40px}.tft-header h1{color:#facc15;font-size:32px;font-weight:700}.champion-card{box-shadow:0 4px 12px #0006;cursor:pointer;height:130px;margin-bottom:16px;overflow:hidden;position:relative;transition:all .25s ease}.champion-card:hover{box-shadow:0 8px 24px #0009;transform:translateY(-2px) scale(1.02)}.champion-bg{background-position:100%;background-size:cover;filter:brightness(.85);inset:0;position:absolute}.champion-overlay{background:linear-gradient(90deg,#000000f2,#0000008c 40%,#00000059 50%,#0000);inset:0;position:absolute}.champion-info{gap:16px;height:100%;padding-left:20px;position:relative;z-index:2}.champion-info,.tier-circle{align-items:center;display:flex}.tier-circle{background:#facc15;border-radius:50%;color:#000;font-size:14px;font-weight:700;height:30px;justify-content:center;width:30px}.champion-name{color:#fff;font-size:22px;font-weight:700;letter-spacing:.3px;margin:0;text-shadow:0 1px 2px #000,0 2px 4px #2c2222}.champion-content{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#02061799;border:1px solid #ffffff0d;border-radius:14px;line-height:1.6;margin-bottom:24px;padding:34px}.champion-html h1,.champion-html h2,.champion-html h3,.champion-html h4{color:#facc15;font-weight:700;margin-bottom:12px;margin-top:28px}.champion-html h1{font-size:28px}.champion-html h2{font-size:24px}.champion-html h3{font-size:20px}.champion-html p{color:#e5e7eb;margin-bottom:16px}.champion-html ol,.champion-html ul{margin-bottom:16px;padding-left:22px}.champion-html li{margin-bottom:6px}.champion-html a{color:#38bdf8;text-decoration:none}.champion-html a:hover{text-decoration:underline}.champion-html img{border-radius:10px;box-shadow:0 4px 16px #00000080;margin:16px auto}.champion-html table{border-collapse:collapse;border-radius:10px;margin:20px 0;overflow:hidden;width:100%}.champion-html td,.champion-html th{border:1px solid #ffffff1a;padding:10px;text-align:left}.champion-html th{background:#111827;color:#facc15}.champion-html tr:nth-child(2n){background:#ffffff08}.champion-html code{background:#111827;border-radius:6px;color:#facc15;font-size:14px;padding:3px 6px}.champion-html pre{background:#0f172a;border-radius:10px;margin:16px 0;overflow:auto;padding:16px}.champion-html blockquote{border-left:4px solid #facc15;color:#d1d5db;font-style:italic;margin:16px 0;padding-left:12px}.tft-footer{font-size:14px;margin-top:50px;opacity:.6;text-align:center}.champion-html{color:#e5e7eb;font-size:16px;line-height:1.7}.champion-html img{border-radius:8px;display:block;height:auto;max-width:100%}@media (max-width:768px){.champion-card{height:110px}.champion-name{font-size:17px}.tft-container{padding:15px}}.main-content{border-radius:20px;margin-left:20px;overflow:hidden;position:relative;width:80%}.main-background{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.main-overlay{background:linear-gradient(135deg,#0f14194d,#0a66c233 50%,#0f141980);inset:0;position:absolute}.main-text-wrapper{align-items:center;display:flex;inset:0;justify-content:flex-end;padding-right:64px;position:absolute}.main-text-content{max-width:56rem;text-align:right}.main-title{font-size:6rem;font-weight:900;line-height:1.1;margin-bottom:16px}.main-title-accent{color:var(--accent)}.main-description,.main-title-light{color:var(--light)}.main-description{font-size:1.25rem;font-weight:300;margin-bottom:32px}.main-button{background-color:var(--accent);border:none;border-radius:8px;color:var(--dark);cursor:pointer;font-size:.875rem;font-weight:700;letter-spacing:.1em;padding:16px 40px;text-transform:uppercase;transition:all .3s ease}.main-button:hover{background-color:var(--secondary);color:var(--light)}@media (max-width:1024px){.main-title{font-size:4rem}.main-text-wrapper{padding-right:32px}}@media (max-width:768px){body,html{overflow-x:hidden}.homepage-container{flex-direction:column;inset:0;min-height:100dvh;overflow-x:hidden;position:fixed;width:100%}.sidebar-home{border-bottom:1px solid var(--border);border-right:none;height:110px;margin:0;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.sidebar-content{align-items:center;flex-direction:row;gap:12px;width:-webkit-max-content;width:max-content}.post-card{flex-shrink:0;margin:0;min-width:180px}.main-content{border-radius:0;flex:1 1;margin:0;width:100%}.main-text-wrapper{justify-content:center;padding:16px}.main-text-content{max-width:100%;text-align:center}.main-title{font-size:2rem}.main-description{font-size:.9rem;margin-bottom:18px}.main-button{font-size:.7rem;padding:12px 24px}.sidebar-home::-webkit-scrollbar{height:6px}.sidebar-home::-webkit-scrollbar-thumb{background:var(--text-secondary);border-radius:4px}.sidebar-home::-webkit-scrollbar-thumb:hover{background:var(--accent)}}.champion-page{margin:0 auto;max-width:1400px;padding:clamp(16px,4vw,40px)}.champion-page h1{font-size:clamp(28px,5vw,48px);font-weight:700;margin-bottom:16px;margin-bottom:var(--spacing)}.toolbar{flex-wrap:wrap;gap:12px;margin-bottom:32px;margin-bottom:calc(var(--spacing)*2)}.toolbar input,.toolbar select{background:#fff;border:2px solid #e5e5e7;border:2px solid var(--border);border-radius:12px;color:#1d1d1f;color:var(--text-primary);flex:1 1 200px;font-size:16px;padding:12px 16px;transition:all .3s ease}.toolbar input:focus,.toolbar select:focus{border-color:#0a66c2;border-color:var(--primary);box-shadow:0 0 0 4px #0a66c21a;outline:none}.toolbar input::placeholder{color:#86868b;color:var(--text-secondary)}.grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (max-width:768px){.grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:480px){.grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.skeleton-card{animation:shimmer 1.5s infinite;aspect-ratio:3/4;background:linear-gradient(90deg,#f5f5f7 25%,#e0e0e0 50%,#f5f5f7 75%);background:linear-gradient(90deg,var(--light) 25%,#e0e0e0 50%,var(--light) 75%);background-size:200% 100%;border-radius:16px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.champ-card{border:2px solid #e5e5e7;border:2px solid var(--border);display:flex;flex-direction:column;gap:12px;padding:16px;transition:all .3s ease}.champ-card:hover{border-color:var(--primary);box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.champ-card img{aspect-ratio:1;background:#f5f5f7;background:var(--light);border-radius:12px;object-fit:cover;width:100%}.champ-card h3{color:#1d1d1f;color:var(--text-primary);font-size:clamp(18px,3vw,22px);font-weight:600;margin:0}.champ-card p{color:#86868b;color:var(--text-secondary);font-size:clamp(13px,2vw,14px);line-height:1.4;margin:0}.roles{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.roles span{background:#f5f5f7;background:var(--light);border-radius:8px;color:#0a66c2;color:var(--primary);font-size:12px;font-weight:500;padding:6px 12px;white-space:nowrap}@media (max-width:480px){.champ-card{gap:8px;padding:12px}.roles span{font-size:11px;padding:4px 8px}}.guide-page{margin:auto;max-width:1200px;padding:60px 20px}.guide-page h1{color:#0f172a;font-size:40px;font-weight:800;letter-spacing:-.5px;margin-bottom:45px;text-align:center}.guide-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}.guide-toolbar input{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#1f2937;flex:1 1;font-size:14px;min-width:250px;padding:14px 18px;transition:all .2s ease}.guide-toolbar input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626;outline:none}.guide-grid{gap:20px}.guide-card,.guide-grid{display:flex;flex-direction:column}.guide-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;gap:16px;padding:18px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.guide-card:hover{box-shadow:0 10px 30px #00000014,0 4px 12px #0000000d;transform:translateY(-6px)}.guide-card.tier-s{border-left:6px solid #ef4444}.guide-card.tier-a{border-left:6px solid #f97316}.guide-card.tier-b{border-left:6px solid #22c55e}.guide-card.tier-c{border-left:6px solid #3b82f6}.guide-card.tier-d{border-left:6px solid #64748b}.guide-card-image{border-radius:12px;height:170px;overflow:hidden;position:relative;width:100%}.guide-card-image img{height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.guide-card:hover img{transform:scale(1.05)}.guide-card-image:after{align-items:center;border-radius:60%;box-shadow:0 3px 8px #d1818140;color:#fff;display:flex;font-size:14px;font-weight:700;height:30px;justify-content:center;position:absolute;right:10px;top:10px;width:30px}.guide-card-image:before{background:linear-gradient(0deg,#0006,#0000);content:"";inset:0;position:absolute}.guide-card.tier-s .guide-card-image:after{background:#ef4444;content:"S"}.guide-card.tier-a .guide-card-image:after{background:#f97316;content:"A"}.guide-card.tier-b .guide-card-image:after{background:#22c55e;content:"B"}.guide-card.tier-c .guide-card-image:after{background:#3b82f6;content:"C"}.guide-card.tier-d .guide-card-image:after{background:#64748b;content:"D"}.guide-card-content{display:flex;flex-direction:column;justify-content:center}.guide-card-content h3{color:#0f172a;font-size:20px;font-weight:700;margin-bottom:8px}.guide-card-content p{color:#64748b;font-size:14px;line-height:1.6}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.tag{align-items:center;border-radius:999px;display:inline-flex;font-weight:600;padding:6px 12px}.tag.tier-s{background-color:#ef4444;color:#fff}.tag.tier-a{background-color:#f97316;color:#fff}.tag.tier-b{background-color:#22c55e;color:#fff}.tag.tier-c{background-color:#3b82f6;color:#fff}.tag.tier-d{background-color:#64748b;color:#fff}.tag.tag-tempo{background-color:#8b5cf6;color:#fff}.tag.tag-default{background-color:#e5e7eb;color:#374151}.skeleton{border-color:#e5e7eb!important}.skeleton-line{background:#eee}.skeleton-title{height:24px;width:60%}.skeleton-text{height:16px}.skeleton-tag{background:#eee!important;border-radius:20px;height:24px;width:60px}.shimmer:after{background:linear-gradient(90deg,#0000,#fff6,#0000);bottom:0;left:0;right:0;top:0}.pagination button{background:#f1f5f9;border:none;padding:8px 16px}.pagination button:hover{background:#e2e8f0}.new-badge{background:linear-gradient(45deg,#ff3d00,#ff9800);border-radius:6px;box-shadow:0 0 10px #ff6400b3;color:#fff;font-size:12px;font-weight:700;left:10px;padding:4px 8px;position:absolute;top:10px;z-index:2}@media (max-width:768px){.guide-page{padding:40px 16px}.guide-page h1{font-size:28px;margin-bottom:30px}.guide-toolbar{align-items:stretch;flex-direction:column;gap:10px}.guide-toolbar input{font-size:14px;min-width:0;min-width:auto;width:100%}.guide-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:16px;padding:18px;position:relative;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.guide-card-image{height:180px}.guide-card-content h3{font-size:17px}.guide-card-content p{font-size:13px}.tag{font-size:11px;padding:5px 10px}.pagination{display:flex;gap:12px;justify-content:center;margin-top:30px}.pagination button{font-size:13px;padding:8px 14px}}@media (max-width:480px){.guide-page h1{font-size:24px}.guide-card-image{height:160px}.guide-card-content h3{font-size:16px}.guide-card-content p{font-size:12px}.tag{font-size:10px;padding:4px 8px}}.guide-page{min-height:100vh}.reading-progress{background:linear-gradient(90deg,#2563eb,#06b6d4)}.guide-layout{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 280px;margin:auto;max-width:1200px;padding:80px 20px}.guide-main{background:#fff;border-radius:18px;box-shadow:0 20px 60px #0000000f;padding:50px}.guide-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.guide-breadcrumb{color:#64748b;display:flex;font-size:14px;gap:8px;margin-bottom:10px}.guide-back,.guide-breadcrumb a{color:#2563eb;text-decoration:none}.guide-back{display:inline-block;font-weight:600;margin-bottom:25px}.guide-header h1{color:#020617;font-size:2.7rem;font-weight:900;line-height:1.2;margin-bottom:30px}.guide-hero{margin-bottom:40px}.guide-hero img{border-radius:16px;box-shadow:0 30px 70px #0000002e;transition:all .4s;width:100%}.guide-hero img:hover{transform:scale(1.02)}.guide-content{color:#1e293b;font-size:1.1rem;line-height:1.9}.guide-content h2{border-left:5px solid #2563eb;font-size:1.9rem;font-weight:800;margin-bottom:15px;margin-top:50px;padding-left:14px}.guide-content h3{font-size:1.4rem;font-weight:700;margin-top:30px}.guide-content p{margin-bottom:18px;text-align:justify}.guide-content img{display:block;height:auto;margin:0 auto;max-width:100%}.guide-content blockquote{background:#f1f5f9;border-left:5px solid #2563eb;border-radius:10px;margin:30px 0;padding:20px 25px}.guide-content pre{background:#0f172a;border-radius:12px;color:#e2e8f0;overflow:auto;padding:20px}.guide-content code{background:#f1f5f9;border-radius:6px;padding:3px 6px}.guide-loading{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;min-height:100vh}@media(max-width:1000px){.guide-layout{grid-template-columns:1fr}.guide-sidebar{display:none}}@media(max-width:768px){.guide-main{padding:30px 24px}.guide-header h1{font-size:2rem}}.update-page{margin:auto;max-width:1200px;padding:40px 20px 80px}.update-page h1{color:#0f172a;font-size:2.4rem;font-weight:900;margin-bottom:25px;text-align:center}.update-toolbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 20px #0000000d;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px;padding:14px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.update-toolbar input{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#1f2937;flex:1 1;font-size:14px;min-width:250px;padding:12px 16px;transition:all .25s ease}.update-toolbar input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.update-toolbar input::placeholder{color:#9ca3af}.update-toolbar button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 22px;transition:all .25s ease}.update-toolbar button:hover{box-shadow:0 8px 18px #2563eb59;transform:translateY(-2px)}.update-toolbar select{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;color:#1f2937;cursor:pointer;font-size:14px;padding:12px 16px;transition:all .25s ease}.update-toolbar select:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.update-grid{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.update-card{background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 10px 25px #0000000d;cursor:pointer;overflow:hidden;transition:all .28s ease}.update-card:hover{box-shadow:0 18px 40px #0000001f;transform:translateY(-6px)}.update-card-image{aspect-ratio:16/9;background-color:#1a1a1a;content-visibility:auto;position:relative}.update-card-image img{height:100%;object-fit:cover;transition:transform .35s;width:100%}.update-card:hover img{transform:scale(1.05)}.update-card-content{padding:16px}.version{color:#2563eb;display:block;font-size:13px;font-weight:700;margin-bottom:6px}.update-card-content h3{color:#0f172a;font-size:1.1rem;margin-bottom:8px}.update-card-content p{color:#475569;font-size:14px;line-height:1.5}.tags{margin-top:10px}.tag{background:#f1f5f9;display:inline-block;margin-right:6px;padding:4px 8px}.update-new{border:2px solid #4f46e5;box-shadow:0 0 20px #4f46e559}.update-new:hover{box-shadow:0 0 35px #4f46e599}.badge-new{animation:glow 2s infinite alternate;background:linear-gradient(45deg,#ff3d00,#ff9800);border-radius:6px;color:#fff;font-size:12px;font-weight:700;left:10px;padding:4px 9px;position:absolute;top:10px;z-index:2}@keyframes glow{0%{box-shadow:0 0 8px #ff780080}to{box-shadow:0 0 18px #ff7800e6}}.pagination{margin-top:40px}.pagination button{background:#fff;border:1px solid #e2e8f0;transition:all .2s}.pagination button:hover{background:#f1f5f9}.pagination .active{background:#2563eb;border-color:#2563eb;box-shadow:0 5px 12px #2563eb4d;color:#fff}.skeleton{pointer-events:none}.skeleton-line{background:#e5e7eb;border-radius:4px;margin-bottom:12px}.skeleton-version{height:15px;width:25%}.skeleton-title{height:25px;margin-top:8px;width:90%}.skeleton-text{height:15px;margin-top:8px;width:100%}.shimmer{background-color:#f3f4f6!important;overflow:hidden;position:relative}.shimmer:after{animation:shimmer-run 1.5s infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}@keyframes shimmer-run{to{transform:translateX(100%)}}.update-page{min-height:100vh}.reading-progress{background:linear-gradient(90deg,#facc15,#f97316);height:4px;left:0;position:fixed;top:0;transition:width .15s;z-index:999}.update-layout{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 280px;margin:auto;max-width:1200px;padding:80px 20px}.update-main{background:#fff;border-radius:18px;box-shadow:0 20px 60px #0000000f;padding:50px}.update-sidebar{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.toc-box{background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000000d;padding:20px}.toc-box h4{font-weight:700;margin-bottom:8px}.toc-box p,.update-breadcrumb{color:#64748b;font-size:14px}.update-breadcrumb{display:flex;gap:8px;margin-bottom:10px}.update-back,.update-breadcrumb a{color:#2563eb;text-decoration:none}.update-back{display:inline-block;font-weight:600;margin-bottom:25px}.update-header h1{color:#020617;font-size:2.7rem;font-weight:900;line-height:1.2;margin-bottom:30px}.update-hero{margin-bottom:40px}.update-hero img{border-radius:16px;box-shadow:0 30px 70px #0000002e;transition:all .4s;width:100%}.update-hero img:hover{transform:scale(1.02)}.update-content{color:#e2e8f0;font-size:1.1rem;line-height:1.9}.update-content h2{border-left:4px solid #facc15;font-size:1.8rem;font-weight:800;margin-bottom:12px;margin-top:40px;padding-left:12px}.update-content h3{font-size:1.3rem;margin-top:28px}.update-content p{margin-bottom:18px}.update-content img{border-radius:12px;box-shadow:0 20px 40px #0006;margin:30px 0;max-width:100%}.update-content blockquote{background:#f1f5f9;border-left:5px solid #2563eb;border-radius:10px;margin:30px 0;padding:20px 25px}.update-content pre{background:#0f172a;border-radius:12px;color:#e2e8f0;overflow:auto;padding:20px}.update-content code{background:#f1f5f9;border-radius:6px;padding:3px 6px}.update-loading{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-top-color:#2563eb}@media(max-width:1000px){.update-layout{grid-template-columns:1fr}.update-sidebar{display:none}}@media(max-width:768px){.update-main{padding:30px 24px}.update-header h1{font-size:2rem}}.update-background{background-image:linear-gradient(#0009,#000000d9),url(/static/media/web-tft.ae826f10922526beb4f6.png);background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;position:fixed;z-index:-1}:root{--success:#34c759}button{background:#0a66c2;background:var(--primary);border-radius:8px;color:#fff;font-size:14px;font-weight:500;padding:10px 16px;transition:all .3s ease}button:hover{background:#1e90ff;background:var(--secondary);transform:translateX(-2px)}div[style*="padding: 24"]{min-height:100vh}div[style*="display: flex"][style*="gap: 24"][style*=marginTop]{align-items:flex-start;background:linear-gradient(135deg,#0f1419,#1a1a2e);background:linear-gradient(135deg,var(--dark) 0,#1a1a2e 100%);border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 32px #00000026;gap:32px!important;margin-top:24px!important;padding:32px}div[style*="display: flex"][style*="gap: 24"][style*=marginTop] img{border:3px solid #1e90ff;border:3px solid var(--secondary);border-radius:12px;box-shadow:0 8px 24px #1e90ff4d;height:140px;object-fit:cover;transition:transform .3s ease;width:140px}div[style*="display: flex"][style*="gap: 24"][style*=marginTop] img:hover{transform:scale(1.05)}div[style*="display: flex"][style*="gap: 24"][style*=marginTop]>div{color:#fff;flex:1 1}h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e90ff,#c47777);background:linear-gradient(135deg,var(--secondary) 0,#c47777 100%);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:700;margin:0 0 8px}h3{color:#86868b;color:var(--text-secondary);font-size:20px;font-weight:400;margin:0 0 16px}.role-tag{background:linear-gradient(135deg,#1e90ff,#0a66c2);background:linear-gradient(135deg,var(--secondary) 0,var(--primary) 100%);border-radius:20px;box-shadow:0 4px 12px #1e90ff40;color:#fff;display:inline-block;font-size:13px;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase;transition:all .3s ease}.role-tag:hover{box-shadow:0 6px 16px #1e90ff59;transform:translateY(-2px)}section{background:#fff;border:1px solid #e5e5e7;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-top:48px;padding:32px;transition:all .3s ease}section:hover{border-color:#1e90ff;border-color:var(--secondary);box-shadow:0 4px 16px #0000001a}h2{border-bottom:3px solid #0a66c2;border-bottom:3px solid var(--primary);color:#0f1419;color:var(--dark);display:inline-block;font-size:32px;font-weight:600;margin:0 0 24px;padding-bottom:12px}p{color:#000;font-size:17px;line-height:1.6;margin:0 0 16px}ul{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;margin:0;padding:0}li{background:linear-gradient(135deg,#f5f5f7,#fafafa);background:linear-gradient(135deg,var(--light) 0,#fafafa 100%);border-left:4px solid #1e90ff;border-left:4px solid var(--secondary);border-radius:10px;color:#1d1d1f;color:var(--text-primary);font-size:15px;font-weight:500;padding:16px;transition:all .3s ease}li:hover{background:linear-gradient(135deg,#1e90ff,#0a66c2);background:linear-gradient(135deg,var(--secondary) 0,var(--primary) 100%);box-shadow:0 4px 12px #1e90ff33;color:#fff;transform:translateX(4px)}.ability{align-items:flex-start;background:linear-gradient(135deg,#f9f9fb,#fff);border:1px solid #e5e5e7;border:1px solid var(--border);border-radius:10px;display:flex;gap:20px;margin-bottom:20px;padding:24px;transition:all .3s ease}.ability:hover{background:linear-gradient(135deg,#fff,#f0f4ff);border-color:#1e90ff;border-color:var(--secondary);box-shadow:0 6px 20px #1e90ff26}.ability img{border:2px solid #1e90ff;border:2px solid var(--secondary);border-radius:10px;box-shadow:0 4px 12px #1e90ff33;flex-shrink:0;height:80px;object-fit:cover;width:80px}.ability strong{color:#0f1419;color:var(--dark);display:block;font-size:18px;font-weight:700;margin-bottom:12px}.ability p{color:#1d1d1f;color:var(--text-primary);font-size:15px;margin:8px 0}.ability video{border:2px solid #e5e5e7;border:2px solid var(--border);border-radius:10px;box-shadow:0 4px 12px #0000001a;height:auto;margin-top:16px;max-width:100%}.skin-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:24px}.skin-card{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.skin-card:hover{border:2px solid #1e90ff;border:2px solid var(--secondary);box-shadow:0 12px 32px #1e90ff40;transform:translateY(-8px)}.skin-card img{display:block;height:320px;object-fit:cover;transition:transform .3s ease;width:100%}.skin-card:hover img{transform:scale(1.08)}.skin-card p{background:#fff;border-top:2px solid #e5e5e7;border-top:2px solid var(--border);color:#0f1419;color:var(--dark);font-size:16px;font-weight:600;margin:0;padding:16px;text-align:center;transition:all .3s ease}.skin-card:hover p{background:linear-gradient(135deg,#0a66c2,#1e90ff);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);color:#fff}@media (max-width:768px){div[style*="display: flex"][style*="gap: 24"][style*=marginTop]{align-items:center;flex-direction:column;gap:20px!important;padding:24px;text-align:center}h1{font-size:36px}h2{font-size:24px}section{margin-top:32px;padding:20px}.ability{flex-direction:column;gap:16px;padding:16px}.skin-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.skin-card img{height:240px}ul{grid-template-columns:1fr}}@media (max-width:480px){h1{font-size:28px}section{margin-top:24px;padding:16px}div[style*="display: flex"][style*="gap: 24"][style*=marginTop] img{height:120px;width:120px}.skin-grid{grid-template-columns:1fr}}.coach-list-container{margin:auto;max-width:1400px;padding:50px 40px}.coach-list-container h2{color:#facc15;font-weight:800}.coach-grid-show{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:20px}.coach-card>*{position:relative;z-index:2}.coach-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172abf;border:1px solid #ffffff0d;border-radius:16px;cursor:pointer;overflow:hidden;padding:22px;position:relative;text-align:center;transition:all .25s ease}.coach-card:hover{box-shadow:0 10px 40px #0009;transform:translateY(-6px) scale(1.02)}.coach-card:before{border-radius:16px;box-shadow:0 0 25px var(--rank-color);content:"";inset:0;opacity:.25;pointer-events:none;position:absolute}@keyframes rankGlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.coach-avatar{border:2px solid #ffffff0d;border-radius:12px;height:150px;margin-bottom:12px;object-fit:cover;width:100%}.rank-icon{filter:drop-shadow(0 0 6px var(--rank-color));height:66px;width:66px}.coach-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-background-clip:text;font-size:20px;font-weight:700;margin:0}.coach-rank{align-items:center;color:#f5f5f5;display:flex;flex-direction:column;gap:6px}.coach-rating{color:#f59e0b;font-size:14px}.coach-price{color:#87acfd;font-weight:600;margin-top:8px}.coach-contact-overlay{align-items:center;background:#0000008c;display:flex;inset:0;justify-content:center;position:fixed;z-index:999}.coach-contact-box{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af2;border:1px solid #ffffff0d;border-radius:18px;box-shadow:0 25px 80px #000c;color:#fff;padding:26px;width:420px}.contact-header{align-items:center;display:flex;gap:16px}.contact-avatar{border-radius:12px;height:90px;object-fit:cover;width:90px}.contact-info h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#2563eb,#06b6d4);-webkit-background-clip:text;font-size:20px;font-weight:700;margin:0}.contact-info .rank,.contact-info .rating{margin-top:4px}.contact-info .price{margin-top:6px}.contact-icons{display:flex;gap:12px}.icon-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;color:#fff;display:flex;flex:1 1;height:44px;justify-content:center;transition:.2s}.icon-btn:hover{box-shadow:0 6px 15px #00000026;transform:translateY(-3px)}.zalo:hover{background:#0068ff;color:#fff}.discord:hover{background:#5865f2;color:#fff}.facebook:hover{background:#1877f2;color:#fff}.telegram:hover{background:#2aabee;color:#fff}.close-btn{background:#2563eb;border-radius:8px;color:#fff;font-weight:500;margin-top:20px;padding:10px;transition:.2s;width:100%}.close-btn:hover{background:#1e40af}@media (max-width:1024px){.coach-grid-show{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.coach-list-container{padding:30px 20px}.coach-grid-show{grid-template-columns:1fr}.coach-avatar{height:160px}}@media (max-width:480px){.coach-contact-box{padding:22px;width:92%}}.contact-icons a{background-color:#06b6d4}.rank-iron{box-shadow:0 0 18px #6b728099}.rank-bronze{box-shadow:0 0 18px #b4530999}.rank-silver{box-shadow:0 0 18px #9ca3af99}.rank-gold{box-shadow:0 0 18px #eab30899}.rank-platinum{box-shadow:0 0 18px #14b8a699}.rank-diamond{box-shadow:0 0 18px #3b82f699}.rank-master{box-shadow:0 0 18px #9333ea99}.rank-grandmaster{box-shadow:0 0 18px #ef444499}.rank-challenger{box-shadow:0 0 20px #22d3eeb3}.pagination{display:flex;gap:8px;justify-content:center;margin-top:30px}.pagination button{background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;color:#fff;cursor:pointer;padding:8px 14px}.pagination button.active,.pagination button:hover{background:#facc15;color:#000}.pagination button.active{border-color:#facc15}.card-frame{background-position:50%;background-repeat:no-repeat;background-size:118% 103%;inset:0;pointer-events:none;position:absolute;z-index:5}.top-coach-list{background:#fff;border:1px solid #eee;border-radius:12px;box-shadow:0 4px 15px #0000000f;padding:18px}.top-coach-list h3{margin-bottom:14px}.top-coach-item{align-items:center;border-bottom:1px solid #f2f2f2;display:flex;gap:10px;padding:10px 0}.top-coach-item:last-child{border-bottom:none}.top-coach-item img{border-radius:10%;height:40px;object-fit:cover;width:40px}.top-rank{color:#f59e0b;font-weight:700;width:30px}.top-info{flex:1 1}.top-name{font-weight:600;margin:0}.top-rank-text{color:#666;font-size:12px}.top-price{color:#2563eb;font-weight:600}.coach-page{margin:auto;max-width:1400px;padding:30px}.coach-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.coach-header h2{color:#facc15;font-size:28px;font-weight:800}.coach-search{background:#0f172ab3;border:1px solid #ffffff1a;border-radius:10px;color:#fff;outline:none;padding:12px 16px;transition:.2s;width:260px}.coach-search:focus{border-color:#facc15;box-shadow:0 0 0 2px #facc1533}.coach-filters{display:flex;gap:10px;margin-bottom:25px}.coach-filters button{background:#0f172a99;border:1px solid #ffffff1a;border-radius:999px;color:#e5e7eb;cursor:pointer;padding:8px 16px;transition:.2s}.coach-filters button:hover{background:#facc15;border-color:#facc15;color:#000}.coach-layout{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 300px}.coach-sidebar{position:-webkit-sticky;position:sticky;top:90px}@media (max-width:1024px){.coach-layout{grid-template-columns:1fr}.coach-sidebar{position:static}}@media (max-width:768px){.coach-page{padding:20px}.coach-header{align-items:flex-start;flex-direction:column;gap:10px}.coach-search{width:100%}.coach-filters{flex-wrap:wrap;gap:8px}}@media (max-width:480px){.coach-header h2{font-size:22px}.coach-filters button{font-size:13px;padding:6px 10px}}.item-tab{padding:16px}.item-nav{display:flex;gap:8px;margin-bottom:16px}.item-nav-btn{background:#1f2933;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:14px;padding:6px 12px}.item-nav-btn.active{background:#2563eb;color:#fff}.item-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}.item-card{background:#0f172a;border-radius:8px;cursor:pointer;padding:8px;text-align:center;transition:transform .15s ease,box-shadow .15s ease}.item-card:hover{box-shadow:0 0 0 1px #3b82f6;transform:translateY(-2px)}.item-icon img{height:48px;width:48px}.item-name{color:#e5e7eb;font-size:12px;line-height:1.2;margin-top:6px}.item-card.emblem{box-shadow:inset 0 0 0 1px #facc15}.item-card.radiant{box-shadow:inset 0 0 0 1px #38bdf8}:root{--primary:#0a66c2;--secondary:#1e90ff;--accent:#ffb347;--dark:#0f1419;--light:#f5f5f7;--text-primary:#1d1d1f;--text-secondary:#86868b;--border:#e5e5e7;--success:#070a08;--spacing:16px}.tft-value{color:#facc15;font-weight:700}.tft-damage-magic{color:#c084fc;font-weight:600}.tft-damage-physical{color:#f97316;font-weight:600}.tft-shield{color:#60a5fa;font-weight:600}.tft-heal{color:#4ade80;font-weight:600}.tft-cc{color:#f87171;font-weight:600}.tft-move{color:#38bdf8;font-weight:600}.tft-stat{color:#facc15;font-weight:600}.tft-passive{color:#fde047;font-weight:700}.tft-active{color:#38bdf8;font-weight:700}.tft-scale{color:#22d3ee;font-style:italic;font-weight:600}.tft-nav{display:flex;gap:12px;justify-content:center;margin-bottom:40px}.tft-nav-btn{background:#fff;border:2px solid #e5e5e7;border:2px solid var(--border);border-radius:999px;box-shadow:0 4px 12px #0000000d;color:#86868b;color:var(--text-secondary);cursor:pointer;font-size:14px;font-weight:600;min-width:120px;padding:12px 24px;transition:all .25s ease}.tft-nav-btn:hover{border-color:#0a66c2;border-color:var(--primary);box-shadow:0 8px 20px #0a66c226;color:#0a66c2;color:var(--primary);transform:translateY(-2px)}.tft-nav-btn.active{background:linear-gradient(135deg,#0a66c2,#1e90ff);background:linear-gradient(135deg,var(--primary) 0,var(--secondary) 100%);border-color:#0000;box-shadow:0 10px 28px #0a66c259;color:#fff}.tft-coming-soon{color:#86868b;color:var(--text-secondary);font-size:16px;padding:80px 20px;text-align:center}.ability-desc{color:#e5e7eb;font-size:14px;line-height:1.5}.ability-desc .tft-active,.ability-desc .tft-passive{display:inline-block;margin-bottom:4px}.ability-desc span{transition:color .15s ease}*{margin:0;padding:0}.tft-page{background:linear-gradient(135deg,#f5f5f7,#fff);min-height:100vh;padding:40px 20px}.tft-header{margin-bottom:50px;text-align:center}.page-title{color:#0f1419;color:var(--dark);font-size:48px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px}.page-subtitle{color:#0a66c2;color:var(--primary);font-size:24px;font-weight:500}.search-section{display:flex;flex-direction:column;gap:12px;margin:0 auto 50px;max-width:600px}.search-container{align-items:center;background:#fff;border:2px solid #e5e5e7;border:2px solid var(--border);border-radius:12px;display:flex;padding:0 16px;position:relative;transition:all .3s ease}.search-container:focus-within{border-color:#0a66c2;border-color:var(--primary);box-shadow:0 0 0 3px #0a66c21a}.search-icon{color:#86868b;color:var(--text-secondary);flex-shrink:0;height:20px;margin-right:12px;width:20px}.search-input{background:#0000;border:none;color:#1d1d1f;color:var(--text-primary);flex:1 1;font-size:16px;outline:none;padding:12px 0}.search-clear,.search-input::placeholder{color:#86868b;color:var(--text-secondary)}.search-clear{background:none;border:none;cursor:pointer;font-size:18px;margin-left:8px;padding:8px;transition:color .2s}.search-clear:hover{color:#0a66c2;color:var(--primary)}.search-results-count{color:#86868b;color:var(--text-secondary);font-size:14px;text-align:center}.champion-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));margin:0 auto;max-width:1400px}.champ-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;cursor:pointer;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.champ-card:before{background:linear-gradient(135deg,#ffffff1a,#fff0);border-radius:16px;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease}.champ-card:hover:before{opacity:1}.champ-card:hover{border-color:#0a66c2;border-color:var(--cost-color,var(--primary));box-shadow:0 16px 32px #00000026;transform:translateY(-8px) scale(1.02)}.champ-card.cost-1{--cost-color:#999}.champ-card.cost-2{--cost-color:#3db937}.champ-card.cost-3{--cost-color:#0070dd}.champ-card.cost-4{--cost-color:#a335ee}.champ-card.cost-5{--cost-color:#ff8000}.image-holder{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.image-holder:after{background:radial-gradient(circle at 30% 30%,#ffffff26 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.image-holder img{display:block;filter:brightness(1.1) contrast(1.1) saturate(1.1);height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%}.champ-card:hover .image-holder img{filter:brightness(1.2) contrast(1.15) saturate(1.15);transform:scale(1.15)}.cost-tag{align-items:center;background:#0a66c2;background:var(--cost-color,var(--primary));border-radius:50%;box-shadow:0 4px 12px #00000040,0 0 0 3px #ffffff4d;color:#fff;display:flex;font-size:15px;font-weight:700;height:32px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s ease;width:30px;z-index:10}.champ-card:hover .cost-tag{box-shadow:0 6px 16px #0000004d,0 0 0 4px #ffffff80;transform:scale(1.15) rotate(10deg)}.champ-name{align-items:center;background:#fff;color:#1d1d1f;color:var(--text-primary);display:flex;font-size:14px;font-weight:600;justify-content:center;min-height:48px;padding:14px 12px;text-align:center;transition:background .3s ease}.champ-card:hover .champ-name{background:linear-gradient(135deg,#f8f9fa,#fff)}.no-results{color:#86868b;color:var(--text-secondary);font-size:16px;grid-column:1/-1;padding:60px 20px;text-align:center}.modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease;background:#fff;border-radius:24px;box-shadow:0 24px 64px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;padding:32px;position:relative;width:100%}.close-btn{align-items:center;background:#f5f5f7;background:var(--light);border:none;border-radius:50%;color:#1d1d1f;color:var(--text-primary);cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s;width:40px;z-index:10}.close-btn:hover{background:#0a66c2;background:var(--primary);color:#fff;transform:rotate(90deg)}.modal-header{align-items:flex-start;display:flex;gap:24px;margin-bottom:24px}.large-avatar{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:3px solid #fff;border-radius:16px;box-shadow:0 8px 24px #00000026;flex-shrink:0;height:140px;object-fit:cover;object-position:center;transition:transform .3s ease;width:140px}.large-avatar:hover{box-shadow:0 12px 32px #0003;transform:scale(1.05)}.modal-header h2{color:#1d1d1f;color:var(--text-primary);font-size:28px;font-weight:700;margin-bottom:12px}.trait-list{display:flex;flex-wrap:wrap;gap:8px}.trait-badge{background:#0a66c2;background:var(--primary);border-radius:20px;font-size:12px;padding:6px 14px;transition:all .2s ease}.trait-badge:hover{box-shadow:0 4px 12px #0a66c24d;transform:translateY(-2px)}.ability-box{background:linear-gradient(135deg,#f0f4f8,#e8ecf1);border:1px solid #0000000d;border-radius:16px;margin-bottom:24px;padding:20px}.ability-info{display:flex;gap:16px}.ability-info img{background:#fff;border:2px solid #fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;flex-shrink:0;height:64px;object-fit:cover;width:64px}.ability-text h3{color:#1d1d1f;color:var(--text-primary);font-size:16px;font-weight:700;margin-bottom:8px}.ability-text p{color:#86868b;color:var(--text-secondary);font-size:14px;line-height:1.6}.stat-item{background:#f5f5f7;background:var(--light);border-radius:12px;color:#1d1d1f;color:var(--text-primary);font-size:14px;font-weight:500;justify-content:space-between;padding:16px;transition:all .2s ease}.stat-item:hover{background:#e9ecef;transform:translateX(4px)}.stat-item span{color:#0a66c2;color:var(--primary);font-size:16px;font-weight:700}.loading-screen{align-items:center;background:linear-gradient(135deg,#f5f5f7,#fff);color:#86868b;color:var(--text-secondary);display:flex;font-size:18px;font-weight:500;justify-content:center;min-height:100vh}@media (max-width:768px){.tft-page{padding:30px 16px}.page-title{font-size:36px}.page-subtitle{font-size:18px}.champion-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));padding:0 16px}.modal-content{border-radius:20px;max-height:95vh;padding:24px}.modal-header{align-items:center;flex-direction:column}.large-avatar{height:120px;margin:0 auto;width:120px}.stats-grid{grid-template-columns:1fr}.cost-tag{font-size:18px;height:25px;width:25px}}@media (max-width:480px){.champion-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.page-title{font-size:28px}.trait-list{gap:6px}.trait-badge{font-size:11px;padding:5px 10px}.champ-name{font-size:13px;min-height:44px;padding:12px 8px}.large-avatar{height:100px;width:100px}}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);display:flex;font-family:Inter,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.login-container:after,.login-container:before{animation:float 20s ease-in-out infinite;background:#ffffff1a;border-radius:50%;content:"";height:400px;position:absolute;width:400px}.login-container:before{animation-delay:0s;left:-100px;top:-100px}.login-container:after{animation-delay:10s;bottom:-150px;right:-150px}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(50px,50px) scale(1.1)}}.login-box{animation:slideUp .6s ease-out;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:440px;padding:50px 45px;position:relative;width:100%;z-index:1}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:700;margin-bottom:10px;text-align:center}.login-subtitle{color:#666;font-size:14px;margin-bottom:35px;text-align:center}.login-form{display:flex;flex-direction:column;gap:24px}.input-group{position:relative}.input-label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.login-input{background:#fff;border:2px solid #e8e8e8;border-radius:12px;box-sizing:border-box;font-size:15px;outline:none;padding:16px 20px;transition:all .3s ease;width:100%}.login-input:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;transform:translateY(-2px)}.login-input::placeholder{color:#bbb}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin-top:10px;overflow:hidden;padding:16px;position:relative;transition:all .4s ease;width:100%}.login-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.login-button:hover:before{left:100%}.login-button:hover{box-shadow:0 8px 25px #667eea80;transform:translateY(-3px)}.login-button:active{box-shadow:0 4px 15px #667eea66;transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.forgot-password{margin-top:20px;text-align:center}.forgot-password a{color:#667eea;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease}.forgot-password a:hover{color:#764ba2;text-decoration:underline}.divider{align-items:center;color:#999;display:flex;font-size:13px;margin:30px 0 25px}.divider:after,.divider:before{background:#e0e0e0;content:"";flex:1 1;height:1px}.divider:before{margin-right:15px}.divider:after{margin-left:15px}.social-login{display:flex;gap:12px}.social-button{align-items:center;background:#fff;border:2px solid #e8e8e8;border-radius:10px;cursor:pointer;display:flex;flex:1 1;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px;transition:all .3s ease}.social-button:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.signup-link{color:#666;font-size:14px;margin-top:25px;text-align:center}.signup-link a{color:#667eea;font-weight:700;text-decoration:none;transition:color .3s ease}.signup-link a:hover{color:#764ba2}@media (max-width:480px){.login-box{margin:20px;padding:40px 30px}.login-title{font-size:28px}}.toast{align-items:center;animation:slideInRight .4s ease-out,fadeOut .4s ease-out 2.6s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;box-shadow:0 10px 40px #0003;display:flex;gap:15px;min-width:300px;padding:18px 24px;position:fixed;right:30px;top:30px;z-index:1000}@keyframes slideInRight{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.toast-success{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.toast-error{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.toast-icon{align-items:center;background:#ffffff4d;border-radius:50%;display:flex;flex-shrink:0;font-size:18px;font-weight:700;height:32px;justify-content:center;width:32px}.toast-message{flex:1 1;font-size:15px;font-weight:600}@media (max-width:480px){.toast{left:20px;min-width:auto;right:20px;top:20px}}.admin-dashboard{background:#f8fafc;display:flex;min-height:100vh}.admin-sidebar{background:linear-gradient(180deg,#020617,#030a1a);color:#f8fafc;display:flex;flex-direction:column;transition:width .25s ease;width:260px}.admin-sidebar.closed{width:72px}.admin-main-content{background:#f1f5f9;display:flex;flex:1 1;flex-direction:column}.admin-sidebar-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:20px}.admin-logo{align-items:center;display:flex;gap:12px;overflow:hidden}.admin-logo-icon{background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:10px;color:#fff;display:grid;flex-shrink:0;font-weight:700;height:40px;place-items:center;width:40px}.admin-logo-text{font-weight:700;transition:opacity .2s ease;white-space:nowrap}.admin-sidebar.closed .admin-logo-text{opacity:0}.admin-sidebar-toggle{background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;height:36px;width:36px}.admin-sidebar-toggle:hover{background:#ffffff40}.admin-sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:6px;padding:16px 12px}.admin-nav-item{align-items:center;background:none;border:none;border-radius:10px;color:#cbd5f5;cursor:pointer;display:flex;font-size:14px;gap:12px;overflow:hidden;padding:12px 16px;transition:background .2s ease,color .2s ease;white-space:nowrap}.admin-nav-item svg{color:#e0e7ff;flex-shrink:0}.admin-nav-item span{transition:opacity .2s ease}.admin-sidebar.closed .admin-nav-item span{opacity:0}.admin-nav-item:hover{background:#ffffff1f;color:#fff}.admin-nav-item.active{background:linear-gradient(135deg,#6366f1,#818cf8);box-shadow:0 4px 12px #6366f159;color:#fff}.admin-sidebar-footer{border-top:1px solid #ffffff14;padding:16px 12px}.admin-logout{color:#fca5a5}.admin-logout:hover{background:#ef444440;color:#fecaca}.admin-header{border-bottom:1px solid #e2e8f0;padding:20px 32px}.admin-header-subtitle{color:var(--text-secondary);font-size:14px}.admin-search-input{border:1px solid var(--border);border-radius:8px;padding:10px 16px;width:280px}.admin-mobile-toggle{background:none;border:none;color:var(--text-primary);cursor:pointer;display:none;margin-right:12px}.admin-dashboard-content{flex:1 1;overflow-y:auto;padding:32px}@media (max-width:768px){.admin-dashboard{position:relative}.admin-sidebar{box-shadow:4px 0 20px #00000040;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);width:260px;z-index:1000}.admin-sidebar.open{transform:translateX(0)}.admin-sidebar.closed{transform:translateX(-100%);width:260px}.admin-main-content{flex:1 1}.admin-dashboard-content{padding:20px}.admin-mobile-menu{align-items:center;display:flex;justify-content:center}.admin-search-input{width:100%}}.stats-section{background:var(--bg-primary);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 25px #0000000d;padding:24px 28px}.section-title{color:var(--text-primary);font-size:22px;font-weight:700;margin-bottom:20px}.stats-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(4,1fr)}.stat-card{background:linear-gradient(180deg,#ffffffe6,#fff);border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:12px;padding:20px 22px;transition:all .25s ease}.stat-card:hover{border-color:#6366f1;box-shadow:0 12px 30px #00000014;transform:translateY(-4px)}.stat-header{align-items:center;display:flex;justify-content:space-between}.stat-title{color:var(--text-secondary);font-size:14px;font-weight:600}.stat-icon{background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:12px;color:#fff;display:grid;height:44px;place-items:center;width:44px}.stat-value{color:var(--text-primary);font-size:28px;font-weight:800}.stat-trend{align-items:center;display:flex;font-size:13px;font-weight:600;gap:6px}.stat-trend.up{color:#16a34a}.stat-trend.down{color:#dc2626}@media (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.stats-section{border-radius:14px;padding:16px}.section-title{font-size:18px;margin-bottom:14px}.stats-grid{gap:14px;grid-template-columns:1fr}.stat-card{border-radius:14px;padding:16px}.stat-value{font-size:24px}}.admin-overlay{background:#00000073;inset:0;position:fixed;z-index:900}.admin-header-left{align-items:center;display:flex;gap:12px}.admin-header-text h1{font-size:24px;margin:0}.admin-header-text p{margin:0}.admin-mobile-menu{background:none;border:none;color:#6366f1;cursor:pointer;display:none}@media (max-width:768px){.admin-mobile-menu{align-items:center;display:flex;justify-content:center}}:root{--warning:#f59e0b;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.manager-container{background:var(--gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:32px 24px}.header-section{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;margin-bottom:32px}.header-section h2{color:#111827;color:var(--gray-900);font-size:32px;font-weight:700;margin:0 0 8px}.subtitle{margin:0}.btn-cancel,.btn-delete,.btn-edit,.btn-primary,.btn-submit{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:12px 24px;transition:all .2s ease}.btn-primary{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow)}.btn-primary:hover:not(:disabled){background:#4f46e5;background:var(--primary-hover);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-submit:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.btn-cancel{background:#f3f4f6;background:var(--gray-100);color:#374151;color:var(--gray-700)}.btn-cancel:hover:not(:disabled){background:#e5e7eb;background:var(--gray-200)}button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.form-section{border:2px solid #6366f1;border:2px solid var(--primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;margin-bottom:32px;padding:32px}.form-header{border-bottom:2px solid #f3f4f6;border-bottom:2px solid var(--gray-100);margin-bottom:28px;padding-bottom:20px}.form-header h3{color:#111827;color:var(--gray-900);font-size:24px;font-weight:700;margin:0}.btn-close{background:#f3f4f6;background:var(--gray-100);border:none;color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:20px;height:36px;padding:0;transition:all .2s;width:36px}.btn-close:hover{background:#e5e7eb;background:var(--gray-200);transform:rotate(90deg)}fieldset{background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);padding:20px}legend{color:#111827;color:var(--gray-900);font-size:15px;font-weight:700;padding:0 12px}.form-group:last-child{margin-bottom:0}.form-group label,.stat-label{color:#374151;color:var(--gray-700);display:block;font-size:13px;font-weight:600;margin-bottom:6px}.input-field{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);font-family:inherit;font-size:14px;padding:10px 14px;transition:all .2s;width:100%}.input-field:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.input-field:disabled{background-color:#f3f4f6;background-color:var(--gray-100);color:#4b5563;color:var(--gray-600);cursor:not-allowed}textarea.input-field{font-family:inherit;line-height:1.5;min-height:80px;resize:vertical}.icon-preview{background:#fff;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);display:block;height:64px;width:64px}.stats-inline{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.stat-field{display:flex;flex-direction:column}.form-actions{margin-top:24px}.list-section{background:#fff;border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;box-shadow:var(--shadow);padding:24px}.search-bar{margin-bottom:24px}.search-icon{color:#4b5563;color:var(--gray-600);font-size:18px;left:16px}.search-input{font-size:15px;padding:14px 50px 14px 48px;transition:all .2s}.search-input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a;outline:none}.clear-search{border:none;color:#4b5563;color:var(--gray-600);cursor:pointer;font-size:16px;height:28px;right:12px;transition:all .2s;width:28px}.clear-search:hover{background:#d1d5db;background:var(--gray-300)}.empty-state,.loading{color:#4b5563;color:var(--gray-600);font-size:16px;padding:60px 20px;text-align:center}.champion-list{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.champion-card{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);display:flex;gap:14px;padding:16px;transition:all .3s ease}.champion-card:hover{border-color:#6366f1;border-color:var(--primary);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.champion-img{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);flex-shrink:0;height:70px;object-fit:cover;width:70px}.champion-info{flex:1 1;min-width:0}.champion-info h4{color:#111827;color:var(--gray-900);font-size:16px;font-weight:700;margin:0 0 6px}.champion-api{background:#f3f4f6;background:var(--gray-100);border-radius:4px;color:#4b5563;color:var(--gray-600);display:inline-block;font-family:Monaco,Courier New,monospace;font-size:10px;margin-bottom:6px;padding:2px 6px}.champion-traits{display:flex;flex-wrap:wrap;gap:4px;margin:6px 0}.trait-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-size:10px;font-weight:600;padding:3px 8px}.champion-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.cost-badge{color:#fff;font-weight:700}.cost-badge,.stat-badge{border-radius:10px;font-size:10px;padding:3px 8px}.stat-badge{background:#f3f4f6;background:var(--gray-100);color:#374151;color:var(--gray-700);font-weight:600}.card-actions{flex-direction:column;justify-content:center}.btn-edit{font-size:13px;padding:8px 14px;white-space:nowrap}.btn-edit:hover:not(:disabled){background:#4f46e5;background:var(--primary-hover);transform:translateY(-1px)}.btn-delete{font-size:13px;padding:8px 14px;white-space:nowrap}.btn-delete:hover:not(:disabled){background:#dc2626;transform:translateY(-1px)}@media (min-width:1200px){.manager-container{max-width:1400px}.champion-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:1199px){.form-grid{grid-template-columns:1fr}.champion-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.manager-container{padding:16px}.header-section{align-items:flex-start;flex-direction:column;gap:16px}.form-section{padding:20px}.champion-list,.form-grid,.stats-grid,.stats-inline{grid-template-columns:1fr}.champion-card{flex-direction:column}.card-actions{flex-direction:row}}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{--shadow:0 2px 6px #0000000f;--shadow-lg:0 10px 20px #00000014}*{box-sizing:border-box}body{background:#f9fafb;background:var(--gray-50);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;margin:0}.manager-container{margin:auto;max-width:1300px;padding:28px}.header-section{border-radius:var(--radius);box-shadow:0 2px 6px #0000000f;box-shadow:var(--shadow);margin-bottom:30px;padding:24px}.header-section h2{margin:0 0 6px}.subtitle{color:#4b5563;color:var(--gray-600);font-size:14px}button{border:none;cursor:pointer}.btn-primary{border-radius:8px;border-radius:var(--radius-sm);font-weight:600;padding:12px 20px;transition:.2s}.btn-submit{background:#10b981;background:var(--success);color:#fff;font-weight:600}.btn-cancel,.btn-submit{border-radius:8px;border-radius:var(--radius-sm);flex:1 1;padding:12px}.btn-cancel{background:var(--gray-200)}.btn-edit{background:#6366f1;background:var(--primary)}.btn-delete,.btn-edit{border-radius:6px;color:#fff;padding:8px}.btn-delete{background:#ef4444;background:var(--danger)}.form-section{border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 20px #00000014;box-shadow:var(--shadow-lg);margin-bottom:30px;padding:28px}.form-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.btn-close{background:#e5e7eb;background:var(--gray-200);border-radius:50%;font-size:18px;height:34px;width:34px}.form-grid{grid-gap:20px;gap:20px;grid-template-columns:1fr 1fr}.form-column{display:flex;flex-direction:column;gap:14px}.form-group label{margin-bottom:5px}.form-group input,.form-group select,.form-group textarea{padding:10px}.form-group input:focus,.form-group textarea:focus{border-color:#6366f1;border-color:var(--primary);outline:none}.full-width{grid-column:1/-1}.id-display{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:var(--radius-sm);color:#fff;font-weight:700;padding:10px;text-align:center}.icon-preview{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:6px;height:70px;margin-top:8px;padding:6px;width:70px}.effects-fieldset{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);padding:16px}.effects-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.effect-item{display:flex;justify-content:space-between}.effect-item label{font-size:13px}.effect-item input{padding:6px;width:110px}.quill-wrapper{border-radius:8px;border-radius:var(--radius-sm);overflow:hidden}.quill-wrapper .ql-toolbar{background:#f3f4f6;background:var(--gray-100);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-bottom:none}.quill-wrapper .ql-container{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-top:none;min-height:160px}.quill-wrapper .ql-editor{font-size:14px;min-height:160px}.search-bar{margin-bottom:20px;position:relative;width:100%}.search-input{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);font-size:14px;padding:12px 40px}.search-icon{font-size:16px;left:12px;pointer-events:none}.clear-search,.search-icon{position:absolute;top:50%;transform:translateY(-50%)}.clear-search{background:#e5e7eb;background:var(--gray-200);border-radius:50%;height:24px;right:10px;width:24px}.items-gridI{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.item-cardI{background:#fff;border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:12px;border-radius:var(--radius);display:flex;flex-direction:column;gap:10px;padding:16px;transition:all .25s}.item-cardI:hover{border-color:#6366f1;border-color:var(--primary);box-shadow:0 10px 20px #00000014;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.item-header{display:flex;gap:12px;margin-bottom:10px}.item-icon{border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:6px;height:60px;object-fit:contain;padding:6px;width:60px}.item-info h4{margin:0 0 4px}.item-api-name{background:#f3f4f6;background:var(--gray-100);border-radius:4px;font-size:11px;padding:3px 6px}.item-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.badge{background:var(--gray-200);border-radius:10px}.badge-unique{background:#fce7f3;color:#9f1239}.badge-id{background:#f3f4f6;background:var(--gray-100)}.item-effects{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.effect-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-size:10px;padding:4px 7px}.item-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}@media (max-width:900px){.form-grid,.items-gridII{grid-template-columns:1fr}}@media (min-width:1200px){.items-gridI{grid-template-columns:repeat(3,1fr)}}.manager-container{background:#f9fafb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.header-section{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:space-between;margin-bottom:20px;padding:20px 24px}.header-section h2{font-size:24px;font-weight:800;margin:0}.btn-primary,.btn-submit{background:#6366f1;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;padding:10px 16px}.btn-primary:hover,.btn-submit:hover{background:#4f46e5}.btn-cancel{background:#e5e7eb;border:none;border-radius:10px;cursor:pointer;font-weight:700;padding:10px 16px}.card-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:6px 12px}.card-actions button:first-child{background:#fde68a}.card-actions button:last-child{background:#fecaca}.form-section{background:#fff;border-radius:14px;box-shadow:0 2px 12px #00000014;margin-bottom:24px;padding:24px}.form-section h3{margin-top:0}.form-group,.form-section h3{margin-bottom:16px}.form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.form-grid input,.form-grid select,.search-input{border:2px solid #e5e7eb;border-radius:10px;font-size:14px;padding:10px 14px}.form-grid input:focus,.form-grid select:focus,.search-input:focus{border-color:#6366f1;outline:none}.id-display{background:#f3f4f6;border-radius:8px;display:inline-block;font-weight:800;padding:8px 12px}.icon-preview{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;height:72px;margin-top:12px;object-fit:contain;width:72px}.form-actions{margin-top:16px}.search-input{margin-bottom:20px;width:100%}.loading{color:#6b7280;font-weight:600;padding:32px}.augments-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.augment-card{background:#fff;border:2px solid #e5e7eb;border-radius:14px;display:flex;flex-direction:column;gap:10px;padding:16px;transition:.2s ease}.augment-card:hover{border-color:#6366f1;transform:translateY(-3px)}.augment-icon{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;height:56px;object-fit:contain;width:56px}.augment-card h4{font-size:16px;font-weight:800;margin:4px 0 0}.augment-card code{background:#f3f4f6;border-radius:6px;padding:2px 6px}.augment-card code,.badge{font-size:11px;width:-webkit-fit-content;width:fit-content}.badge{background:#e5e7eb;border-radius:999px;font-weight:700;padding:4px 8px}.augment-desc{color:#374151;font-size:13px;line-height:1.5}.card-actions{display:flex;gap:8px;margin-top:auto}@media (max-width:1024px){.augments-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.augments-grid,.form-grid{grid-template-columns:1fr}}:root{--primary:#6366f1;--primary-hover:#4f46e5;--success:#10b981;--danger:#ef4444;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-600:#4b5563;--gray-700:#374151;--gray-900:#111827;--shadow:0 1px 3px #0000001a;--shadow-lg:0 10px 15px #0000001a;--radius:12px;--radius-sm:8px}.traits-admin-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:32px 24px}.admin-header{align-items:center;background:#fff;border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);display:flex;justify-content:space-between;margin-bottom:32px;padding:24px}.admin-header h1{color:#111827;color:var(--gray-900);font-size:28px;font-weight:700;margin:0}.btn-danger,.btn-delete,.btn-edit,.btn-primary,.btn-secondary{border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;font-size:14px;font-weight:600;padding:10px 18px;transition:all .2s ease}.btn-primary{background:#6366f1;background:var(--primary)}.btn-primary:hover{background:#4f46e5;background:var(--primary-hover);transform:translateY(-1px)}.btn-secondary{background:#f3f4f6;background:var(--gray-100);color:#374151;color:var(--gray-700)}.btn-secondary:hover{background:#e5e7eb;background:var(--gray-200)}.btn-danger,.btn-delete{background:#ef4444;background:var(--danger);color:#fff}.btn-danger:hover,.btn-delete:hover{background:#dc2626}.trait-form-container{background:#fff;border:2px solid #6366f1;border:2px solid var(--primary);border-radius:12px;border-radius:var(--radius);box-shadow:0 10px 15px #0000001a;box-shadow:var(--shadow-lg);margin-bottom:32px;padding:32px}.trait-form-container h2{color:#111827;color:var(--gray-900);font-size:22px;font-weight:700;margin:0 0 24px}.trait-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;color:var(--gray-700);font-size:13px;font-weight:600;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);font-size:14px;padding:10px 14px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f126;outline:none}.form-group textarea{resize:vertical}.effects-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.effect-item{grid-gap:10px;align-items:center;background:#f9fafb;background:var(--gray-50);border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);display:grid;gap:10px;grid-template-columns:auto 120px 160px 140px auto;padding:12px}.effect-label{color:#374151;color:var(--gray-700);font-size:13px;font-weight:600}.effect-item input,.effect-item select{border:2px solid #e5e7eb;border:2px solid var(--gray-200);border-radius:8px;border-radius:var(--radius-sm);font-size:13px;padding:8px 10px}.form-actions{border-top:2px solid #f3f4f6;border-top:2px solid var(--gray-100);display:flex;gap:12px;padding-top:20px}.traits-list-container{background:#fff;border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 3px #0000001a;box-shadow:var(--shadow);padding:24px}.traits-list-container h2{color:#111827;color:var(--gray-900);font-size:22px;font-weight:700;margin:0 0 16px}.traits-table table{border-collapse:collapse;width:100%}.traits-table td,.traits-table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--gray-200);font-size:14px;padding:14px 12px;text-align:left}.traits-table th{background:#f3f4f6;background:var(--gray-100);color:#374151;color:var(--gray-700);font-weight:700}.traits-table tr:hover{background:#f9fafb;background:var(--gray-50)}.desc-cell{max-width:400px}.desc-cell,.loading{color:#4b5563;color:var(--gray-600)}.loading{padding:40px;text-align:center}@media (max-width:768px){.effect-item,.form-row{grid-template-columns:1fr}.effect-item{gap:8px}.admin-header{align-items:flex-start;flex-direction:column;gap:16px}}.thumbnail-preview img{border-radius:6px;width:140px}.post-table img{width:60px}@media (max-width:768px){.search-bar{flex-direction:column}.post-table td:first-child,.post-table th:first-child{display:none}}.thumbnail-upload input{margin-bottom:12px}.thumbnail-preview img{margin-top:8px;width:200px}.ql-previewMarker:before{content:"Cut";font-size:12px}.editor{background:#fff;color:#000;min-height:300px}.ql-toolbar{border-radius:8px 8px 0 0}.editor .ql-editor img{height:auto;max-width:100%}.ql-container{font-size:16px;min-height:250px}.post-manager{font-family:system-ui,sans-serif;margin:auto;max-width:1200px;padding:30px}.post-manager h2{font-size:28px;margin-bottom:20px}.search-bar{display:flex;gap:10px;margin-bottom:25px}.search-bar input{border:1px solid #ddd;border-radius:6px;flex:1 1;padding:10px}.post-form{background:#fafafa;border:1px solid #eee;border-radius:10px;margin-bottom:30px;padding:20px}.post-form h3{margin-bottom:15px}.post-form input,.post-form select,.post-form textarea{border:1px solid #ddd;border-radius:6px;font-size:14px;margin-bottom:12px;padding:10px;width:100%}.post-form textarea{resize:vertical}.thumbnail-preview{margin-bottom:12px}.thumbnail-preview img{border:1px solid #eee;border-radius:8px;width:160px}.btn{border:none;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 14px;transition:.15s}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.post-table{border-collapse:collapse;font-size:14px;width:100%}.post-table th{background:#f4f4f4;text-align:left}.post-table td,.post-table th{border-bottom:1px solid #eee;padding:12px}.post-table img{border-radius:6px;width:70px}.version-badge{background:#dbeafe;color:#1e40af;font-weight:600}.status,.version-badge{border-radius:6px;font-size:12px;padding:4px 8px}.status-draft{background:#f3f4f6;color:#444}.status-published{background:#dcfce7;color:#166534}.actions{display:flex;gap:8px}.tag{background:#f3f4f6;border-radius:6px;font-size:12px;margin-right:4px;padding:3px 7px}@media (max-width:768px){.search-bar{flex-direction:column}.post-table td:first-child,.post-table th:first-child{display:none}.post-manager{padding:20px}}.version-badge{background:linear-gradient(135deg,#2563eb,#6366f1);color:#fff}.post-table tbody tr:hover{background:#f9fafb}.ql-editor{min-height:300px}.thumbnail-upload-update{margin-bottom:12px}.thumbnail-upload-update input{margin-top:6px}.coach-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial;margin:auto;max-width:1200px;padding:30px}.coach-container h2{color:#2c3e50;font-size:28px;font-weight:700;margin-bottom:25px}.coach-search{display:flex;gap:12px;margin-bottom:25px}.coach-search input{background:#fff;border:1px solid #e0e6ed;border-radius:8px;flex:1 1;outline:none;padding:11px 14px}.coach-search input:focus{border-color:#3498db}.coach-search button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px}.coach-search button:hover{background:#2c82c9}.coach-form{background:#fff;border-radius:14px;box-shadow:0 8px 20px #0000000d;margin-bottom:35px;padding:25px}.coach-form h3{font-size:20px;margin-bottom:20px}.coach-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr)}.form-group-tft{display:flex;flex-direction:column;gap:6px}.form-group-tft label{color:#666;font-size:13px;font-weight:600}.form-group-tft input,.form-group-tft select{border:1px solid #e0e6ed;border-radius:8px;font-size:14px;outline:none;padding:10px 12px}.form-group-tft input:focus,.form-group-tft select:focus{border-color:#3498db}.coach-specialty{margin-top:20px}.specialty-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.tag-coach{background:#fff;border:1px solid #dfe6ee;border-radius:20px;color:#000;cursor:pointer;font-size:13px;padding:7px 16px;transition:all .2s}.tag-coach:hover{background:#f3f6fb}.tag-coach.active{background:#3498db;border-color:#3498db;color:#fff}.coach-upload{align-items:center;display:flex;gap:15px;margin-top:20px}.avatar-preview{border:2px solid #3498db;border-radius:50%;height:70px;object-fit:cover;width:70px}.avatar-preview img{border-radius:12px;height:120px;margin-top:10px;object-fit:cover;width:120px}.coach-actions{display:flex;gap:12px;margin-top:25px}.coach-actions button{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:10px 22px}.coach-actions button:first-child{background:#3498db;color:#fff}.coach-actions button:first-child:hover{background:#2c82c9}.coach-actions button:last-child{background:#bdc3c7;color:#fff}.coach-table{background:#fff;border-collapse:collapse;border-radius:14px;box-shadow:0 5px 15px #0000000d;overflow:hidden;width:100%}.coach-table th{background:#f2f5f9;color:#7f8c8d;font-size:13px;padding:14px;text-align:left}.coach-table td{border-bottom:1px solid #f1f3f7;font-size:14px;padding:14px}.coach-table tr:hover{background:#fafbfd}.table-avatar{border-radius:50%;height:44px;object-fit:cover;width:44px}.status-busy,.status-offline,.status-online{border-radius:20px;font-size:12px;font-weight:600;padding:4px 10px}.status-online{background:#eafaf1;color:#27ae60}.status-offline{background:#f0f0f0;color:#95a5a6}.status-busy{background:#fff4e5;color:#f39c12}.coach-table input{border:1px solid #ddd;border-radius:6px;font-size:12px;margin-right:5px;padding:5px 6px}.coach-table button{border:none;border-radius:6px;cursor:pointer;font-size:12px;margin-right:5px;padding:6px 12px}.coach-table button:first-child{background:#3498db;color:#fff}.coach-table button:first-child:hover{background:#2c82c9}.coach-table button:last-child{background:#e74c3c;color:#fff}.coach-table button:last-child:hover{background:#d63b2b}.coach-table select{border:1px solid #ddd;border-radius:6px;margin-right:6px;padding:4px 6px}:root{--cost-1:#888;--cost-2:#15ad4f;--cost-3:#2b79c1;--cost-4:#cb49d8;--cost-5:#ffb93b;--bg-primary:#0a0e14;--bg-secondary:#12161c;--bg-tertiary:#1b202b;--border-color:#2d333f;--text-primary:#07f;--text-secondary:#8f98a8;--accent:#4da8ff;--shadow-sm:0 2px 8px #00000080;--shadow-md:0 8px 16px #0009;--shadow-lg:0 16px 32px #000000b3;--hex-size:70px;--hex-spacing:4px}body,html{margin:0;padding:0;scroll-behavior:smooth}.builder-page{background:linear-gradient(135deg,#0a0e14,#0f1419);background:linear-gradient(135deg,var(--bg-primary) 0,#0f1419 100%);color:#07f;color:var(--text-primary);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;gap:24px;min-height:100vh;padding:24px}.page-error,.page-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100vh}.spinner{animation:spin .8s linear infinite;border:4px solid #2d333f;border-top-color:#4da8ff;border:4px solid var(--border-color);border-radius:50%;border-top-color:var(--accent);height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (min-width:1600px){:root{--hex-size:75px}.sidebar{width:400px}.traits-column{width:320px}.champions-grid{grid-template-columns:repeat(4,1fr)}}.board-section{display:flex;flex:1 1;flex-direction:column;gap:16px;min-width:0}.board-header{align-items:center;border-bottom:2px solid #4da8ff;border-bottom:2px solid var(--accent);display:flex;justify-content:space-between;padding-bottom:16px;transition:all .3s ease}.board-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4da8ff,#7ec8ff);background:linear-gradient(135deg,var(--accent),#7ec8ff);-webkit-background-clip:text;background-clip:text;font-size:26px;font-weight:800;letter-spacing:-.5px;margin:0}.board-actions{display:flex;gap:8px}.btn-secondary{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#4da8ff1a;border:1px solid #4da8ff;border:1px solid var(--accent);border-radius:8px;color:#4da8ff;color:var(--accent);cursor:pointer;font-size:14px;font-weight:600;padding:10px 18px;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover{background:#4da8ff33;border-color:#7ec8ff;box-shadow:0 0 16px #4da8ff4d;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.board-wrapper{align-items:center;display:flex;gap:20px;justify-content:center;position:relative}.board-label{color:#8f98a8;color:var(--text-secondary);flex-shrink:0;font-size:18px;font-weight:800;letter-spacing:8px;opacity:.3;text-orientation:mixed;text-transform:uppercase;-webkit-user-select:none;user-select:none;writing-mode:vertical-rl}.board-label-left{transform:rotate(180deg)}.board-container{background:linear-gradient(135deg,#1b202b80,#12161c80);border:2px solid #2d333f;border:2px solid var(--border-color);border-radius:16px;box-shadow:0 16px 32px #000000b3,0 0 40px #4da8ff1a;box-shadow:var(--shadow-lg),0 0 40px #4da8ff1a;flex-direction:column;gap:-4px;gap:calc(var(--hex-spacing)*-1);margin:0 auto;max-width:-webkit-fit-content;max-width:fit-content;padding:40px 30px;transition:all .3s ease}.board-container,.board-row{display:flex;position:relative}.board-row{gap:4px;gap:var(--hex-spacing);justify-content:center}.board-row.row-2,.board-row.row-4{margin-left:32.31px;margin-left:calc(var(--hex-size)*.866/2 + var(--hex-spacing)/2)}.board-cell{border:none;cursor:pointer;flex-shrink:0;height:80.85px;height:calc(var(--hex-size)*1.155);position:relative;transition:all .2s ease;width:70px;width:var(--hex-size)}.hexagon{align-items:center;background:linear-gradient(135deg,#1b202bcc,#12161ccc);border:2px solid #2d333f;border:2px solid var(--border-color);-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);display:flex;height:100%;justify-content:center;overflow:visible;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.hexagon:before{background:linear-gradient(135deg,#ffffff14,#0000);-webkit-clip-path:inherit;clip-path:inherit;content:"";inset:0;pointer-events:none;position:absolute}@media (hover:hover){.board-cell:hover .hexagon{background:linear-gradient(135deg,#4da8ff26,#7ec8ff1a);border-color:#4da8ff;border-color:var(--accent);box-shadow:0 16px 32px #000000b3,0 0 20px #4da8ff4d,inset 0 0 0 1px #4da8ff66;box-shadow:var(--shadow-lg),0 0 20px #4da8ff4d,inset 0 0 0 1px #4da8ff66;transform:scale(1.05)}}.board-cell.selected .hexagon{background:linear-gradient(135deg,#4da8ff33,#7ec8ff1a);border-color:#4da8ff;border-color:var(--accent);box-shadow:0 16px 32px #000000b3,0 0 30px #4da8ff66,0 0 0 3px #4da8ff33;box-shadow:var(--shadow-lg),0 0 30px #4da8ff66,0 0 0 3px #4da8ff33;transform:scale(1.05)}.empty-slot{color:#8f98a8;color:var(--text-secondary);font-size:11px;font-weight:600;opacity:.3;transition:opacity .2s ease}@media (hover:hover){.board-cell:hover .empty-slot{opacity:.6}}.unit-container{-webkit-clip-path:inherit;clip-path:inherit;cursor:grab;display:flex;flex-direction:column;height:100%;position:relative;transition:all .2s ease;width:100%;z-index:1}.unit-container:active{cursor:grabbing;z-index:9999}.unit-image{-webkit-clip-path:inherit;clip-path:inherit;filter:brightness(1);height:100%;object-fit:cover;transition:all .3s ease;width:100%}@media (hover:hover){.board-cell:hover .unit-image{filter:brightness(1.15)}}.unit-container.cost-1{border:3px solid #888;border:3px solid var(--cost-1);box-shadow:inset 0 0 12px #8886}.unit-container.cost-2{border:3px solid #15ad4f;border:3px solid var(--cost-2);box-shadow:inset 0 0 12px #15ad4f66}.unit-container.cost-3{border:3px solid #2b79c1;border:3px solid var(--cost-3);box-shadow:inset 0 0 12px #2b79c166}.unit-container.cost-4{border:3px solid #cb49d8;border:3px solid var(--cost-4);box-shadow:inset 0 0 12px #cb49d866}.unit-container.cost-5{border:3px solid #ffb93b;border:3px solid var(--cost-5);box-shadow:inset 0 0 12px #ffb93b66}.unit-items-bar{bottom:8%;display:flex;gap:3px;left:50%;padding:3px 5px;position:absolute;transform:translateX(-50%)}.item-slot,.unit-items-bar{border-radius:5px;transition:all .2s ease}.item-slot{zoom:1.1;background:#ffffff1a;border:.7px solid #ffffff40;height:18px;width:18px}.item-slot img{height:100%;object-fit:cover;transition:transform .2s ease;width:100%}@media (hover:hover){.item-slot:hover{border-color:#4da8ff;border-color:var(--accent);box-shadow:0 0 8px #58a6ff66;transform:scale(1.15)}.item-slot:hover img{transform:scale(1.05)}}.stats-bar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#12161ccc,#1b202bcc);border:1px solid #2d333f;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 16px #0009,0 0 20px #4da8ff1a;box-shadow:var(--shadow-md),0 0 20px #4da8ff1a;display:flex;gap:24px;padding:16px;transition:all .3s ease}.stat-item{align-items:center;display:flex;gap:8px}.stat-label{color:#8f98a8;color:var(--text-secondary);font-size:14px;font-weight:500}.stat-value{color:#4da8ff;color:var(--accent);font-size:16px;font-weight:700;letter-spacing:.5px}.traits-column{align-self:flex-start;flex-shrink:0;gap:16px;width:280px}.traits-column,.traits-summary{display:flex;flex-direction:column}.traits-summary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#12161ccc,#1b202bcc);border:1px solid #2d333f;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 16px #0009;box-shadow:var(--shadow-md);max-height:calc(100vh - 48px);overflow:hidden;padding:16px;position:-webkit-sticky;position:sticky;top:24px;transition:all .3s ease}@media (hover:hover){.traits-summary:hover{border-color:#4da8ff;border-color:var(--accent);box-shadow:0 16px 32px #000000b3,0 0 20px #4da8ff26;box-shadow:var(--shadow-lg),0 0 20px #4da8ff26}}.traits-header{border-bottom:1px solid #2d333f;border-bottom:1px solid var(--border-color);margin-bottom:12px;padding-bottom:12px}.traits-header h3{color:#07f;color:var(--text-primary);font-size:16px;font-weight:700;letter-spacing:-.3px;margin:0}.traits-cost-summary{align-items:center;background:linear-gradient(135deg,#ffd7001a,#ffb93b0d);border:1px solid #ffd7004d;border-radius:6px;box-shadow:0 2px 8px #ffd7001a;display:flex;justify-content:space-between;margin-bottom:12px;padding:10px 12px}.traits-cost-label{align-items:center;color:#8f98a8;color:var(--text-secondary);display:flex;font-size:13px;font-weight:600;gap:6px}.traits-cost-label:before{content:"💰";font-size:16px}.traits-cost-value{color:#ffb93b;color:var(--cost-5);font-size:18px;font-weight:800;letter-spacing:.5px;text-shadow:0 2px 4px #ffd7004d}.traits-summary-empty{color:#8f98a8;color:var(--text-secondary);font-size:14px;font-style:italic;padding:40px 20px;text-align:center}.traits-list{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding-right:4px}.trait-item{grid-gap:10px;align-items:center;background:#1b202b;background:var(--bg-tertiary);border:2px solid #2d333f;border:2px solid var(--border-color);border-radius:6px;display:grid;gap:10px;grid-template-columns:40px 50px 1fr;padding:10px}@media (hover:hover){.trait-item:hover{background:#2d333b;border-color:#4da8ff;border-color:var(--accent);box-shadow:0 8px 16px #0009;box-shadow:var(--shadow-md);transform:translateY(-2px)}.trait-item:hover .trait-icon{border-color:#4da8ff;border-color:var(--accent);transform:scale(1.1)}}.trait-icon{border:2px solid #2d333f;border:2px solid var(--border-color);-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);height:36px;object-fit:cover;width:36px}.trait-icon img{height:100%;object-fit:cover;width:100%}.trait-info{display:flex;flex:1 1;flex-direction:column;gap:5px;min-width:0}.trait-name{color:#07f;color:var(--text-primary);font-size:14px;font-weight:700;letter-spacing:-.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trait-progress{display:flex;flex-wrap:wrap;gap:5px}.tier-marker{background:#ffffff14;border:1px solid #0000;border-radius:4px;color:#8f98a8;color:var(--text-secondary);font-size:11px;font-weight:700;padding:3px 7px;transition:all .25s ease;white-space:nowrap}.tier-marker.active{border-color:#4da8ff;border-color:var(--accent);box-shadow:0 2px 6px #58a6ff4d}.tier-marker.active,.tier-marker.current{background:#4da8ff;background:var(--accent);color:#fff}.tier-marker.current{animation:pulse 1.5s ease-in-out infinite;border-color:#fff;box-shadow:0 0 12px #58a6ffcc;transform:scale(1.15)}@keyframes pulse{0%,to{box-shadow:0 0 12px #58a6ffcc}50%{box-shadow:0 0 20px #58a6ff}}.trait-count{color:#4da8ff;color:var(--accent);font-size:16px;font-weight:800}.trait-item.active-tier-1{background:linear-gradient(135deg,#cd7f320d,#0000);border-color:#cd7f32;box-shadow:0 0 8px #cd7f3226}.trait-item.active-tier-2{background:linear-gradient(135deg,#c0c0c00d,#0000);border-color:silver;box-shadow:0 0 8px #c0c0c026}.trait-item.active-tier-3{background:linear-gradient(135deg,#ffd70014,#0000);border-color:gold;box-shadow:0 0 8px #ffd70033}.trait-item.active-tier-4{background:linear-gradient(135deg,#ff69b41a,#0000);border-color:#ff69b4;box-shadow:0 0 12px #ff69b440}.sidebar{align-self:flex-start;flex-shrink:0;gap:16px;max-height:calc(100vh - 48px);overflow-y:auto;padding-right:4px;position:-webkit-sticky;position:sticky;top:24px;width:360px}.sidebar,.sidebar-panel{display:flex;flex-direction:column}.sidebar-panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#12161ccc,#1b202bcc);border:1px solid #2d333f;border:1px solid var(--border-color);border-radius:12px;box-shadow:0 8px 16px #0009;box-shadow:var(--shadow-md);gap:12px;padding:16px;transition:all .3s ease}@media (hover:hover){.sidebar-panel:hover{border-color:#4da8ff;border-color:var(--accent);box-shadow:0 16px 32px #000000b3,0 0 20px #4da8ff26;box-shadow:var(--shadow-lg),0 0 20px #4da8ff26}}.panel-header{align-items:center;border-bottom:1px solid #2d333f;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:12px}.panel-header h3{color:#07f;color:var(--text-primary);font-size:16px;font-weight:700;letter-spacing:-.3px;margin:0}.cost-filter{animation:slideIn .3s ease;display:flex;flex-wrap:wrap;gap:6px}.filter-btn{background:#1b202bcc;border:1px solid #2d333f;border:1px solid var(--border-color);border-radius:8px;color:#8f98a8;color:var(--text-secondary);cursor:pointer;flex:1 1;font-size:13px;font-weight:600;min-width:45px;padding:8px 12px;transition:all .25s cubic-bezier(.4,0,.2,1)}@media (hover:hover){.filter-btn:hover{background:#4da8ff1a;border-color:#4da8ff;border-color:var(--accent);transform:translateY(-2px)}}.filter-btn.active{background:#4da8ff;background:var(--accent);border-color:#4da8ff;border-color:var(--accent);box-shadow:0 0 16px #4da8ff66;color:#fff;transform:scale(1.05)}.filter-btn.cost-1{border-color:#888;border-color:var(--cost-1)}.filter-btn.cost-1.active{background:#888;background:var(--cost-1);box-shadow:0 0 12px #8888884d;color:#fff}.filter-btn.cost-2{border-color:#15ad4f;border-color:var(--cost-2)}.filter-btn.cost-2.active{background:#15ad4f;background:var(--cost-2);box-shadow:0 0 12px #15ad4f4d;color:#fff}.filter-btn.cost-3{border-color:#2b79c1;border-color:var(--cost-3)}.filter-btn.cost-3.active{background:#2b79c1;background:var(--cost-3);box-shadow:0 0 12px #2b79c14d;color:#fff}.filter-btn.cost-4{border-color:#cb49d8;border-color:var(--cost-4)}.filter-btn.cost-4.active{background:#cb49d8;background:var(--cost-4);box-shadow:0 0 12px #cb49d84d;color:#fff}.filter-btn.cost-5{border-color:#ffb93b;border-color:var(--cost-5)}.filter-btn.cost-5.active{background:#ffb93b;background:var(--cost-5);box-shadow:0 0 12px #ffb93b4d;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.champions-grid{grid-gap:8px;animation:fadeIn .4s ease;display:grid;gap:8px;grid-template-columns:repeat(4,1fr);max-height:480px;overflow-y:auto;padding-right:4px;width:300px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.champion-tile{aspect-ratio:1;background:linear-gradient(135deg,#1b202be6,#12161ce6);border:2px solid #2d333f;border:2px solid var(--border-color);border-radius:8px;box-shadow:0 8px 16px #0009;box-shadow:var(--shadow-md);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.34,1.56,.64,1);width:100%;z-index:1}.champion-tile:active{z-index:9999}.champion-tile:before{background:linear-gradient(135deg,#ffffff14,#0000);border-radius:4px;content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.champion-tile img{height:100%;object-fit:cover;transition:all .3s ease;width:100%}.champion-tile-name{background:linear-gradient(0deg,#000000f2,#0000);bottom:0;font-size:11px;font-weight:700;left:0;letter-spacing:.3px;overflow:hidden;padding:6px 8px;right:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.champion-tile-name,.cost-indicator{color:#fff;position:absolute;transition:all .2s ease;z-index:2}.cost-indicator{align-items:center;border-radius:3px;box-shadow:0 2px 6px #0006;display:flex;font-size:10px;font-weight:800;height:20px;justify-content:center;right:5px;top:5px;width:20px}.cost-indicator.cost-1{background:#888;background:var(--cost-1)}.cost-indicator.cost-2{background:#15ad4f;background:var(--cost-2)}.cost-indicator.cost-3{background:#2b79c1;background:var(--cost-3)}.cost-indicator.cost-4{background:#cb49d8;background:var(--cost-4)}.cost-indicator.cost-5{background:#ffb93b;background:var(--cost-5)}.champion-tile.cost-1{border-color:#888;border-color:var(--cost-1)}.champion-tile.cost-2{border-color:#15ad4f;border-color:var(--cost-2)}.champion-tile.cost-3{border-color:#2b79c1;border-color:var(--cost-3)}.champion-tile.cost-4{border-color:#cb49d8;border-color:var(--cost-4)}.champion-tile.cost-5{border-color:#ffb93b;border-color:var(--cost-5)}@media (hover:hover){.champion-tile:hover{border-color:#4da8ff;border-color:var(--accent);box-shadow:0 16px 32px #000000b3,0 0 20px #4da8ff4d;box-shadow:var(--shadow-lg),0 0 20px #4da8ff4d;transform:translateY(-8px) scale(1.05)}.champion-tile:hover .champion-tile-name{opacity:.9}.champion-tile:hover .cost-indicator{transform:scale(1.1)}}.items-grid{grid-gap:8px;animation:fadeIn .4s ease .1s both;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);max-height:300px;overflow-y:auto;padding-right:4px;width:250px}.item-tile{align-items:center;aspect-ratio:1;background:linear-gradient(135deg,#1b202be6,#12161ce6);border:2px solid #2d333f;border:2px solid var(--border-color);border-radius:8px;box-shadow:0 8px 16px #0009;box-shadow:var(--shadow-md);cursor:grab;display:flex;justify-content:center;overflow:hidden;padding:4px;position:relative;transition:all .3s cubic-bezier(.34,1.56,.64,1);z-index:1}.item-tile:active{cursor:grabbing;z-index:9999}.item-tile img{filter:brightness(1);height:100%;object-fit:contain;transition:all .3s ease;width:100%;z-index:1}@media (hover:hover){.item-tile:hover{border-color:#4da8ff;border-color:var(--accent);box-shadow:0 16px 32px #000000b3,0 0 20px #4da8ff4d;box-shadow:var(--shadow-lg),0 0 20px #4da8ff4d;transform:translateY(-4px) scale(1.08)}.item-tile:hover img{filter:brightness(1.15);transform:scale(1.05)}}.champions-grid::-webkit-scrollbar,.items-grid::-webkit-scrollbar,.sidebar::-webkit-scrollbar,.traits-list::-webkit-scrollbar{width:6px}.champions-grid::-webkit-scrollbar-track,.items-grid::-webkit-scrollbar-track,.sidebar::-webkit-scrollbar-track,.traits-list::-webkit-scrollbar-track{background:#0000}.champions-grid::-webkit-scrollbar-thumb,.items-grid::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-thumb,.traits-list::-webkit-scrollbar-thumb{background:#2d333f;background:var(--border-color);border-radius:3px;-webkit-transition:all .2s ease;transition:all .2s ease}.champions-grid::-webkit-scrollbar-thumb:hover,.items-grid::-webkit-scrollbar-thumb:hover,.sidebar::-webkit-scrollbar-thumb:hover,.traits-list::-webkit-scrollbar-thumb:hover{background:#8f98a8;background:var(--text-secondary);box-shadow:0 0 4px #58a6ff4d}@media (max-width:1400px){:root{--hex-size:60px}.sidebar{width:320px}.traits-column{width:260px}.champions-grid{grid-template-columns:repeat(3,1fr)}.trait-icon{height:32px;width:32px}.trait-name{font-size:13px}.traits-cost-value{font-size:16px}}@media (max-width:1280px){.builder-page{flex-direction:column}.board-section{order:1}.traits-column{order:2}.sidebar,.traits-column{position:static;width:100%}.sidebar{flex-direction:row;max-height:none;order:3;overflow-x:auto}.sidebar-panel{min-width:300px}.traits-summary{max-height:450px;position:static}.board-container{max-width:100%}.champions-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){:root{--hex-size:50px;--hex-spacing:3px}.builder-page{gap:16px;padding:16px}.board-header h2{font-size:20px}.btn-secondary{font-size:13px;padding:8px 14px}.board-wrapper{gap:12px}.board-label{font-size:14px;letter-spacing:4px}.board-container{padding:25px 15px}.item-slot{height:16px;width:16px}.cost-indicator{font-size:9px;height:18px;width:18px}.champions-grid{gap:6px;grid-template-columns:repeat(3,1fr);max-height:400px}.items-grid{gap:6px;grid-template-columns:repeat(4,1fr)}.sidebar-panel{min-width:280px;padding:12px}.panel-header h3{font-size:14px}.filter-btn{font-size:12px;padding:6px 10px}.stat-label,.stat-value{font-size:13px}.trait-icon{height:28px;width:28px}.trait-name{font-size:12px}.tier-marker{font-size:10px;padding:2px 5px}.trait-count{font-size:15px}.traits-cost-label{font-size:12px}.traits-cost-value{font-size:15px}}@media (max-width:480px){:root{--hex-size:38px;--hex-spacing:1px}.builder-page{gap:12px;padding:12px}.board-header h2{font-size:18px}.board-wrapper{gap:8px}.board-label{display:none}.board-container{padding:15px 8px}.item-slot{height:14px;width:14px}.champions-grid{grid-template-columns:repeat(2,1fr)}.items-grid{grid-template-columns:repeat(3,1fr)}.sidebar{flex-direction:column}.sidebar-panel{min-width:0;min-width:auto}.traits-column{gap:12px}.traits-summary{padding:12px}.traits-list{gap:6px}.traits-cost-summary{padding:8px 10px}.trait-icon{height:24px;width:24px}.champion-tile-name{font-size:10px;padding:4px 6px}.cost-indicator{font-size:8px;height:16px;right:3px;top:3px;width:16px}.stats-bar{-webkit-overflow-scrolling:touch;gap:16px;overflow-x:auto}.stats-bar::-webkit-scrollbar{display:none}.board-cell{touch-action:manipulation}.hexagon{border-width:1.5px}.board-cell:hover .hexagon,.champion-tile:hover,.item-tile:hover,.trait-item:hover{box-shadow:none;transform:none}}main{margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.trait-icon-wrapper{position:relative}.trait-tooltip{background:#111;border-radius:6px;color:#fff;left:50%;padding:8px;pointer-events:none;position:absolute;top:110%;transform:translateX(-50%);width:200px;z-index:9999}@media (max-width:768px){.champions-grid{gap:6px;grid-template-columns:repeat(4,1fr)}.champion-tile{aspect-ratio:1}.champion-tile-name{font-size:10px;padding:3px 4px}}.unit-star{color:gold;font-size:12px;font-weight:700;left:4px;position:absolute;text-shadow:0 0 6px #000c;top:4px}
/*# sourceMappingURL=main.c279608e.css.map*/