@charset "UTF-8";.search-bar{position:relative;flex:0 1 340px}@media(max-width:767px){.search-bar{flex:1}}.search-bar__form{display:flex;align-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:100px;padding:.5rem 1rem;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.search-bar__form:focus-within{border-color:#00a3fb;box-shadow:0 0 0 4px #00a3fb26;background:#ffffff26}.search-bar__icon{color:#5d7494;flex-shrink:0;margin-right:.5rem}.search-bar__input{width:100%;font-size:.875rem;color:#f0f4ff}.search-bar__input::placeholder{color:#5d7494}.search-bar__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:0 12px 40px #00000026;overflow:hidden;animation:slideDown .2s ease;z-index:1100}.search-bar__result{display:flex;flex-direction:column;width:100%;padding:.5rem 1rem;text-align:left;transition:all .15s ease;cursor:pointer;border-bottom:1px solid rgba(0,163,251,.08)}.search-bar__result:last-child{border-bottom:none}.search-bar__result:hover{background:#00a3fb14}.search-bar__result--all{color:#00a3fb;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:500;flex-direction:row;justify-content:center;padding:1rem}.search-bar__result-title{font-size:.875rem;font-weight:600;color:var(--text-primary)}.search-bar__result-section{font-size:.75rem;color:var(--text-muted);margin-top:2px}.header{position:sticky;top:0;z-index:1000;background:#0f1923f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06);height:70px}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(135deg,#00d4ff,#8b5cf6,#ec4899)}.header__inner{max-width:1320px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;gap:1.5rem}.header__menu-btn{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:8px;transition:all .15s ease}.header__menu-btn:hover{background:#ffffff14}.header__menu-btn span{display:block;width:22px;height:2.5px;background:#94a8c8;border-radius:2px;transition:all .15s ease}@media(max-width:767px){.header__menu-btn{display:flex}}@media(min-width:768px)and (max-width:991px){.header__menu-btn{display:flex}}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;flex-shrink:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.header__logo:hover{transform:scale(1.03)}.header__logo-img{height:80px;width:auto;object-fit:contain}.header__nav{display:flex;gap:.25rem;margin-left:auto}@media(max-width:767px){.header__nav{display:none}}@media(min-width:768px)and (max-width:991px){.header__nav{display:none}}.header__nav-link{color:#94a8c8;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:500;padding:.25rem 1rem;border-radius:100px;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.header__nav-link:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.home-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.5rem 1.5rem}.home-header__inner{max-width:720px;margin:0 auto;display:flex;align-items:center;gap:1rem;background:#0f1923d9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:100px;min-height:80px;padding:0 8px 0 1.5rem}.home-header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.home-header__logo:hover{transform:scale(1.03)}.home-header__logo-img{height:60px;width:auto;object-fit:contain}.home-header__nav{display:flex;flex:1;justify-content:center;gap:.25rem}@media(max-width:767px){.home-header__nav{display:none}}@media(min-width:768px)and (max-width:991px){.home-header__nav{display:none}}.home-header__nav-link{color:#94a8c8;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:500;padding:.25rem 1rem;border-radius:100px;transition:all .4s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.home-header__nav-link:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}.ad-banner{width:100%;overflow:hidden;text-align:center}.ad-banner .adsbygoogle{width:100%}.ad-banner:before{content:"Publicidade";display:block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;text-align:center}.ad-banner--horizontal{min-height:90px}@media(max-width:767px){.ad-banner--horizontal{min-height:50px}}.ad-banner--vertical{min-height:250px}.ad-banner--rectangle{min-height:250px;max-width:336px;margin:0 auto}.ad-banner--auto{min-height:90px}.ad-banner--placeholder{display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:2px dashed rgba(0,163,251,.25);border-radius:14px;padding:1.5rem;min-height:90px}.ad-banner--placeholder.ad-banner--vertical{min-height:250px}.ad-banner--placeholder.ad-banner--rectangle{min-height:250px;max-width:336px}.ad-banner__placeholder-text{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:900;animation:fadeIn .2s ease}@media(min-width:992px){.sidebar-overlay{display:none}}.sidebar{position:fixed;top:70px;left:0;bottom:0;width:260px;background:var(--bg-card);border-right:1px solid var(--border-color);overflow-y:auto;z-index:950;transform:translate(-100%);transition:transform .25s ease;display:flex;flex-direction:column}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.sidebar::-webkit-scrollbar-thumb{background:#00a3fb4d;border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:#00a3fb80}@media(min-width:992px){.sidebar{position:sticky;top:70px;height:calc(100vh - 70px);transform:none;flex-shrink:0}}.sidebar--open{transform:translate(0)}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}@media(min-width:992px){.sidebar__header{display:none}}.sidebar__title{font-family:Fredoka,Inter,sans-serif;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary)}.sidebar__close{font-size:1.25rem;color:var(--text-muted);padding:.25rem;border-radius:8px;transition:all .15s ease}.sidebar__close:hover{color:#ef4444;background:#ef44441a}.sidebar__nav{padding:1rem}.sidebar__group{margin-bottom:1.5rem}.sidebar__group:nth-child(1){--cat-color: #00A3FB}.sidebar__group:nth-child(2){--cat-color: #8B5CF6}.sidebar__group-title{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:.25rem .5rem;margin-bottom:.25rem;border-radius:8px;color:var(--cat-color)}.sidebar__link{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:14px;font-size:.875rem;color:var(--text-secondary);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.sidebar__link:hover{color:var(--cat-color);background:color-mix(in srgb,var(--cat-color) 10%,transparent);transform:translate(4px)}.sidebar__link--active{color:var(--cat-color);background:color-mix(in srgb,var(--cat-color) 14%,transparent);font-weight:600;border-left:3px solid var(--cat-color)}.sidebar__link-icon{font-size:1rem;width:24px;text-align:center;flex-shrink:0}.sidebar__children{padding-left:1rem;margin-top:2px;margin-bottom:2px;border-left:2px solid color-mix(in srgb,var(--cat-color) 15%,transparent);margin-left:1rem}.sidebar__link--child{font-size:.75rem;padding:.25rem .5rem;color:var(--text-muted)}.sidebar__link--child:hover{color:var(--cat-color)}.sidebar__ad{padding:1rem;margin-top:auto;display:none}@media(min-width:992px){.sidebar__ad{display:block}}.footer{margin-top:auto;background:#0f1923;border-top:none;position:relative}.footer:before{content:"";position:absolute;top:-2px;left:0;right:0;height:2px;background:linear-gradient(135deg,#00d4ff,#8b5cf6,#ec4899)}.footer__inner{max-width:1320px;margin:0 auto;padding:3rem 1.5rem}.footer__top{display:flex;gap:4rem;margin-bottom:3rem}@media(max-width:767px){.footer__top{flex-direction:column;gap:2rem}}.footer__brand{flex:0 0 280px}@media(max-width:767px){.footer__brand{flex:none}}.footer__logo{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#f0f4ff;display:inline-block;margin-bottom:.5rem}.footer__logo-p{color:#00a3fb}.footer__logo-wiki{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;margin-left:2px;vertical-align:super;background:linear-gradient(135deg,#00d4ff,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer__desc{font-size:.875rem;color:#5d7494;margin-bottom:0}.footer__links{display:flex;gap:3rem;flex:1}@media(max-width:767px){.footer__links{flex-wrap:wrap;gap:2rem}}.footer__col{display:flex;flex-direction:column;gap:.5rem}@media(max-width:767px){.footer__col{flex:0 0 calc(50% - 1rem)}}.footer__col a{color:#94a8c8;font-size:.875rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);border-radius:8px;padding:2px 0}.footer__col a:hover{color:#33b5ff;transform:translate(4px)}.footer__col-title{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#33b5ff;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center}.footer__bottom p{font-size:.75rem;color:#5d7494;margin-bottom:.25rem}.theme-toggle{position:fixed;top:1.5rem;right:1.5rem;z-index:1100}.page-layout:not(.page-layout--home)~.theme-toggle{top:19px}@media(max-width:767px){.theme-toggle{top:1rem}.page-layout:not(.page-layout--home)~.theme-toggle{top:19px}}.theme-toggle__track{position:relative;display:flex;align-items:center;width:62px;height:32px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:100px;box-shadow:var(--shadow-card);overflow:hidden;transition:border-color .25s ease}.theme-toggle__highlight{position:absolute;top:0;left:0;width:50%;height:100%;background:#33b5ff;border-radius:100px;transition:left .4s cubic-bezier(.34,1.56,.64,1);pointer-events:none}.theme-toggle__icon{flex:1;display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:1;transition:color .25s ease}.theme-toggle__icon svg{width:14px;height:14px;display:block}.theme-toggle__icon--sun{color:#fff}.theme-toggle__icon--moon{color:var(--text-muted)}.theme-toggle--dark .theme-toggle__highlight{left:50%}.theme-toggle--dark .theme-toggle__icon--sun{color:#94a8c8}.theme-toggle--dark .theme-toggle__icon--moon{color:#fff}.page-layout--home~.theme-toggle .theme-toggle__track{width:76px;height:38px}.page-layout--home~.theme-toggle .theme-toggle__icon svg{width:17px;height:17px}.theme-toggle:hover .theme-toggle__track{border-color:#00a3fb4d}.theme-toggle:hover .theme-toggle__highlight{background:#00a3fb}.page-layout{display:flex;flex:1;max-width:1320px;margin:0 auto;width:100%}.page-layout--home{display:block}.page-layout__content{flex:1;min-width:0;padding:0 1.5rem 1.5rem}@media(max-width:767px){.page-layout__content{padding:0 1rem 1rem}}.page-layout__ad-footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.quicknav{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem}.quicknav__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid;border-image:linear-gradient(135deg,#00a3fb,#536dfe) 1;display:inline-block;margin-bottom:.25rem}.quicknav__desc{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.quicknav__grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:end;gap:.5rem 0}@media(min-width:768px)and (max-width:991px){.quicknav__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:767px){.quicknav__grid{grid-template-columns:repeat(3,1fr)}}.quicknav__card{display:flex;flex-direction:column;align-items:center;text-decoration:none;cursor:pointer;opacity:0;animation:popIn .5s cubic-bezier(.34,1.56,.64,1) forwards;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.quicknav__card:hover .quicknav__icon{transform:scale(1.15);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.quicknav__card:hover .quicknav__label,.quicknav__card:active .quicknav__icon{transform:scale(1.05)}.quicknav__icon{height:160px;margin:0 auto;transition:transform .4s cubic-bezier(.34,1.56,.64,1),filter .25s ease}.quicknav__icon img,.quicknav__icon svg{display:block;width:100%;height:100%;object-fit:contain;object-position:center calc(100% + var(--icon-offset, 0px));transform:scale(var(--icon-scale, 1))}@media(max-width:767px){.quicknav__icon{height:80px}}.quicknav__label{display:block;text-align:center;font-size:1.15rem;font-weight:900;text-transform:uppercase;color:#fff;letter-spacing:.02em;line-height:1.1;paint-order:stroke fill;-webkit-text-stroke:3px #1a1a3e;text-shadow:0 2px 4px rgba(0,0,0,.4);margin-top:.25rem;padding:0 .25rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}@media(max-width:767px){.quicknav__label{font-size:.75rem;-webkit-text-stroke:2px #1a1a3e}}.quicknav__card.stagger-1{animation-delay:.06s}.quicknav__card.stagger-2{animation-delay:.12s}.quicknav__card.stagger-3{animation-delay:.18s}.quicknav__card.stagger-4{animation-delay:.24s}.quicknav__card.stagger-5{animation-delay:.3s}.quicknav__card.stagger-6{animation-delay:.36s}.quicknav__card.stagger-7{animation-delay:.42s}.quicknav__card.stagger-8{animation-delay:.48s}.quicknav__card.stagger-9{animation-delay:.54s}.quicknav__card.stagger-10{animation-delay:.6s}.quicknav__card.stagger-11{animation-delay:.66s}.quicknav__card.stagger-12{animation-delay:.72s}.quicknav__card.stagger-13{animation-delay:.78s}.quicknav__card.stagger-14{animation-delay:.84s}.quicknav__card.stagger-15{animation-delay:.9s}.team-selector{position:relative;padding:4rem 2rem;border-radius:28px;overflow:hidden}@media(max-width:767px){.team-selector{padding:3rem 1.5rem;border-radius:20px}}.team-selector__bg{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.team-selector__bg--active{opacity:1}.team-selector__content{position:relative;z-index:1;max-width:560px}.team-selector__title{font-family:Fredoka,Inter,sans-serif;font-size:2.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem}@media(max-width:767px){.team-selector__title{font-size:2rem}}.team-selector__tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.team-selector__tab{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:#ffffff80;border:2px solid transparent;cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1);padding:.25rem}.team-selector__tab:hover{background:#fffc;transform:scale(1.08)}.team-selector__tab--active{background:#fffffff2;border-color:#0000001a;box-shadow:0 4px 16px #0000001a;transform:scale(1.1)}.team-selector__tab--active:hover{transform:scale(1.12)}.team-selector__tab-img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.team-selector__info{animation:slideUp .4s ease both}.team-selector__team-name{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;animation:slideUp .4s ease both;animation-delay:.05s}.team-selector__team-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;animation:slideUp .4s ease both;animation-delay:.1s}.team-selector__types{display:flex;flex-wrap:wrap;gap:.25rem}.team-selector__type{display:inline-flex;align-items:center;gap:6px;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;padding:5px 1rem 5px 5px;border-radius:100px;background:#ffffffb3;color:var(--text-primary);border:1px solid var(--border-color);animation:popIn .35s ease both}.team-selector__type-icon{width:22px;height:22px;object-fit:contain}.team-selector__mascot{position:absolute;right:0;bottom:0;width:420px;height:100%;object-fit:cover;object-position:top center;pointer-events:none;filter:drop-shadow(0 4px 20px rgba(0,0,0,.15));animation:popIn .4s ease;mask-image:linear-gradient(to right,transparent 0%,black 35%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 35%)}@media(max-width:767px){.team-selector__mascot{display:none}}.sitemap-home{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem}.sitemap-home__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid;border-image:linear-gradient(135deg,#00a3fb,#536dfe) 1;display:inline-block;margin-bottom:.25rem}.sitemap-home__desc{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.sitemap-home__grid{display:grid;gap:1.5rem;margin-bottom:1.5rem}.sitemap-home__grid:last-child{margin-bottom:0}.sitemap-home__grid--large{grid-template-columns:repeat(2,1fr)}@media(max-width:767px){.sitemap-home__grid--large{grid-template-columns:1fr}}.sitemap-home__grid--small{grid-template-columns:repeat(3,1fr)}@media(min-width:768px)and (max-width:991px){.sitemap-home__grid--small{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.sitemap-home__grid--small{grid-template-columns:1fr}}.sitemap-home__category{padding:0;border-radius:14px;border:1px solid var(--border-light);overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.sitemap-home__category:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00a3fb1f;border-color:color-mix(in srgb,var(--cat-color, #00A3FB) 25%,transparent)}.sitemap-home__category-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:2px solid var(--cat-color, #00A3FB);background:color-mix(in srgb,var(--cat-color, #00A3FB) 4%,transparent)}.sitemap-home__category-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;font-size:1.35rem;background:color-mix(in srgb,var(--cat-color, #00A3FB) 10%,transparent);border-radius:14px;flex-shrink:0}.sitemap-home__category-title{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--text-primary);line-height:1.2}.sitemap-home__category-subtitle{font-weight:400;font-size:.75rem;color:var(--text-muted)}.sitemap-home__category-count{font-size:.75rem;font-weight:600;color:var(--cat-color, #00A3FB);text-transform:uppercase;letter-spacing:.05em}.sitemap-home__links{list-style:none;padding:.5rem 1.5rem 1rem;margin:0}.sitemap-home__link-item{margin-bottom:2px}.sitemap-home__link{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;font-weight:600;color:var(--text-primary);text-decoration:none;border-radius:8px;transition:all .25s ease}.sitemap-home__link:hover{color:var(--cat-color, #00A3FB);background:color-mix(in srgb,var(--cat-color, #00A3FB) 8%,transparent);padding-left:1rem}.sitemap-home__link:hover .sitemap-home__link-dot{transform:scale(1.4);background:var(--cat-color, #00A3FB)}.sitemap-home__link-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);flex-shrink:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.sitemap-home__sublinks{list-style:none;padding:0;margin:2px 0 .25rem;padding-left:calc(1.5rem + 4px);border-left:2px solid color-mix(in srgb,var(--cat-color, #00A3FB) 20%,transparent);margin-left:calc(.5rem + 3px)}.sitemap-home__sublink-item{margin-bottom:1px}.sitemap-home__sublink{display:inline-block;padding:3px .5rem;font-size:.75rem;color:var(--text-secondary);text-decoration:none;border-radius:8px;transition:all .25s ease}.sitemap-home__sublink:hover{color:var(--cat-color, #00A3FB);background:color-mix(in srgb,var(--cat-color, #00A3FB) 6%,transparent);padding-left:1rem}.home{animation:fadeIn .4s ease}.home__hero{position:relative;padding:4rem 1rem;text-align:center;overflow:hidden;margin-bottom:1.5rem;width:100vw;margin-left:calc(-50vw + 50%);border-radius:0;min-height:100vh;display:flex;align-items:center;justify-content:center}@media(min-width:768px){.home__hero{padding:5rem 2rem}}.home__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/background-main.jpg) center/cover no-repeat;pointer-events:none}.home__hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.35) 0%,rgba(0,0,0,.45) 50%,rgba(0,0,0,.55) 70%,var(--bg-main) 100%)}.home__hero-content{position:relative;z-index:1;max-width:680px;margin:0 auto;animation:slideUp .6s ease}.home__hero-badge{display:inline-block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;background:linear-gradient(135deg,#00a3fb,#536dfe);color:#fff;border-radius:100px;padding:.25rem 1.5rem;margin-top:50px;margin-bottom:1.5rem;box-shadow:0 4px 16px #00a3fb4d}.home__hero-logo{display:block;max-width:400px;width:100%;height:auto;margin:0 auto 1.5rem;filter:drop-shadow(0 4px 20px rgba(0,0,0,.3))}@media(max-width:767px){.home__hero-logo{max-width:320px}}.home__hero-subtitle{font-size:1.125rem;color:#ffffffd9;line-height:1.7;max-width:540px;margin:0 auto 2rem;text-shadow:0 1px 4px rgba(0,0,0,.3)}.home__hero-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.home__hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 2rem;border-radius:100px;font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer}.home__hero-btn--primary{background:linear-gradient(135deg,#00a3fb,#536dfe);color:#fff;border:2px solid transparent;box-shadow:0 4px 16px #00a3fb4d}.home__hero-btn--primary:hover,.home__hero-btn--primary:visited{color:#fff;transform:translateY(-3px) scale(1.03);box-shadow:0 8px 28px #00a3fb66}.home__hero-btn--secondary{background:#ffffff14;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home__hero-btn--secondary:hover{color:#fff;border-color:#fff9;background:#ffffff26;transform:translateY(-3px)}.home__hero-btn:active{transform:translateY(-1px) scale(.98)}.home__hero-deco{display:none}.home__hero-pokeball{width:100%;height:100%}.home__ad{max-width:728px;margin:2rem auto;padding:0 1rem}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:0;padding:0;margin-top:1rem;margin-bottom:1.5rem;font-size:.875rem;font-family:Fredoka,Inter,sans-serif}.breadcrumb__item{display:inline-flex;align-items:center;gap:.25rem;color:var(--text-muted);transition:all .15s ease}.breadcrumb__item:hover:not(.breadcrumb__item--current){color:#33b5ff}.breadcrumb__item--current{color:#00a3fb;font-weight:600;cursor:default}.breadcrumb__item svg{opacity:.7}.breadcrumb__separator-wrapper{display:inline-flex;align-items:center}.breadcrumb__separator{color:var(--text-muted);margin:0 .5rem;font-size:1.125rem;opacity:.5}.toc{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 2rem 1.5rem;margin-bottom:1.5rem;animation:slideUp .4s ease both}.toc__title{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700;color:#00a3fb;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1.5rem;animation:slideUp .3s ease both;animation-delay:.05s}.toc__list{display:flex;flex-direction:column;gap:.25rem}.toc__entry{animation:slideUp .35s ease both}.toc__item{display:block;padding:.25rem .5rem;border-radius:14px;font-size:.875rem;color:var(--text-secondary);text-decoration:none;border-left:3px solid transparent;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.toc__item:hover{color:#00a3fb;background:#00a3fb14;border-left-color:#00a3fb;transform:translate(4px)}.toc__item--child{padding-left:2rem;font-size:.75rem;color:var(--text-muted);animation:slideUp .3s ease both}.toc__children{display:flex;flex-direction:column;gap:2px}.sobre-page__header{margin-bottom:3rem}.sobre-page__header h1{margin-bottom:.5rem}.sobre-page__header p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;max-width:700px}.sobre-page__systems{display:flex;flex-direction:column;gap:1.5rem}.sobre-page__ad{padding:.5rem 0}.system-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;opacity:0}.system-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,163,251,.1)}.system-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#00a3fb,#536dfe);border-radius:14px;font-size:1.5rem;flex-shrink:0;box-shadow:0 4px 12px #00a3fb33}.system-card__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#00a3fb}.system-card__body p{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.system-card__body p:last-child{margin-bottom:0}.system-card__body p:empty{display:none}.system-card__bosses{margin-top:1.5rem;padding-top:1rem;border-top:2px solid rgba(0,163,251,.1)}.system-card__bosses h4{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#00a3fb;margin-bottom:.5rem}.boss-group{margin-bottom:.25rem;font-size:.875rem}.boss-group strong{color:var(--text-primary);margin-right:.25rem}.boss-group span{color:var(--text-secondary)}.faq-page__header{margin-bottom:3rem}.faq-page__header h1{margin-bottom:.5rem}.faq-page__header p{color:var(--text-secondary);font-size:1.125rem}.faq-page__list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.faq-item:hover{border-color:#00a3fb40;box-shadow:0 8px 24px #00a3fb1f;transform:translateY(-4px)}.faq-item{overflow:hidden}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;font-family:Fredoka,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--text-primary);text-align:left;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.faq-item__question:hover{color:#00a3fb;background:#00a3fb0a}.faq-item__arrow{font-size:1.5rem;color:#00a3fb;transition:transform .4s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;margin-left:1rem}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item__answer-inner{padding:1.5rem;border-top:2px solid rgba(0,163,251,.1)}.faq-item__answer-inner p{font-size:.875rem;line-height:1.8;color:var(--text-secondary)}.faq-item__answer-inner p:last-child{margin-bottom:0}.faq-item__answer-inner p:empty{display:none}.faq-item--open{border-color:#00a3fb66;box-shadow:0 4px 20px #00a3fb1a}.faq-item--open .faq-item__arrow{transform:rotate(90deg)}.faq-item--open .faq-item__answer{max-height:600px}.lazy-media{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:80px}.lazy-media img,.lazy-media video{opacity:0;transition:opacity .4s ease;width:100%}.lazy-media--loaded img,.lazy-media--loaded video{opacity:1}.lazy-media__loader{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.lazy-media__pokeball{width:40px;height:40px;animation:pokeballSpin 1s cubic-bezier(.4,0,.2,1) infinite;filter:drop-shadow(0 2px 6px rgba(0,0,0,.15))}@keyframes pokeballSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.guia-page__header{margin-bottom:3rem}.guia-page__header h1{margin-bottom:.5rem}.guia-page__header p{color:var(--text-secondary);font-size:1.125rem}.guia-page__steps{display:flex;flex-direction:column;gap:0}.guia-step{position:relative;display:flex;gap:1.5rem;padding-bottom:3rem;opacity:0}@media(max-width:767px){.guia-step{gap:1rem}}.guia-step__number{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#00a3fb,#536dfe);border-radius:50%;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 12px #00a3fb4d;border:3px solid rgba(255,255,255,.2)}.guia-step__number span{font-family:Fredoka,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.guia-step__connector{position:absolute;left:25px;top:52px;bottom:0;width:3px;background:linear-gradient(to bottom,#00a3fb,#8b5cf633);border-radius:2px;z-index:1}.guia-step__content{flex:1;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-top:-.25rem}.guia-step__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#00a3fb;margin-bottom:.5rem}.guia-step__text p{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.guia-step__text p:empty{display:none}.guia-step__text p:last-child{margin-bottom:0}.guia-step__link{display:inline-flex;align-items:center;gap:.25rem;margin-top:1rem;padding:.5rem 1.5rem;background:#00a3fb1a;border:2px solid rgba(0,163,251,.2);border-radius:100px;color:#00a3fb;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.guia-step__link:hover{background:#00a3fb2e;border-color:#00a3fb;transform:translateY(-2px)}.guia-step__video{margin-top:1rem;border-radius:20px;overflow:hidden;border:2px solid rgba(0,163,251,.15)}.guia-step__video video{width:100%;display:block;background:#000}.regras-page__header{margin-bottom:3rem}.regras-page__header h1{margin-bottom:.5rem}.regras-page__header p{color:var(--text-secondary);font-size:1.125rem}.regras-page__updated{display:inline-block;margin-top:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:#f59e0b;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);padding:.25rem 1rem;border-radius:100px}.regras-page__content{display:flex;flex-direction:column;gap:1.5rem}.regras-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;opacity:0}.regras-section__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(0,163,251,.1)}.regras-section__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#00a3fb,#536dfe);border-radius:14px;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 12px #00a3fb33}.regras-section__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#00a3fb}.regras-section__subtitle{font-size:.875rem;color:var(--text-muted);margin-top:2px}.regras-section__body p{font-size:.875rem;color:var(--text-secondary);line-height:1.8;margin-bottom:.5rem}.regras-section__body p:last-child{margin-bottom:0}.regras-section__body p strong{color:var(--text-primary);font-weight:600}.regras-section__list{list-style:none;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.regras-section__list:last-child{margin-bottom:0}.regras-section__list li{position:relative;font-size:.875rem;color:var(--text-secondary);line-height:1.8;padding-left:1.5rem}.regras-section__list li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:#00a3fb}.regras-section__list li strong{color:var(--text-primary);font-weight:600}.regras-section__highlight{font-size:.875rem;line-height:1.8;color:#ef4444;background:#ef44440f;border:1px solid rgba(239,68,68,.15);border-left:3px solid #EF4444;border-radius:8px;padding:1rem 1.5rem;margin-bottom:1rem}.regras-section__highlight:last-child{margin-bottom:0}.regras-section__highlight strong{font-weight:600}.search-results-page__header{margin-bottom:3rem}.search-results-page__header h1{margin-bottom:.5rem}.search-results-page__header p{color:var(--text-secondary);font-size:1.125rem}.search-results-page__header p strong{color:#00a3fb}.search-results-page__list{display:flex;flex-direction:column;gap:1rem}.search-results-page__empty{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:4rem;text-align:center}.search-results-page__empty p{font-family:Fredoka,Inter,sans-serif;font-size:1.125rem}.search-results-page__empty p strong{color:#00a3fb}.search-result-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.search-result-item:hover{border-color:#00a3fb40;box-shadow:0 8px 24px #00a3fb1f;transform:translateY(-4px)}.search-result-item{display:block;padding:1.5rem;text-decoration:none}.search-result-item__section{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:#00a3fb;text-transform:uppercase;letter-spacing:.5px;background:#00a3fb1a;padding:2px .5rem;border-radius:100px;display:inline-block}.search-result-item__title{font-family:Fredoka,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:.5rem 0}.search-result-item__preview{font-size:.875rem;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.medias-page__header{margin-bottom:2rem}.medias-page__header h1{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.medias-page__header p{font-size:.875rem;color:var(--text-muted)}.medias-page__grid{display:flex;flex-direction:column;gap:1.5rem}.medias-page__ball-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;border-top:3px solid var(--ball-color);transition:box-shadow .25s ease}.medias-page__ball-card:hover{box-shadow:0 8px 24px var(--border-color)}.medias-page__ball-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.medias-page__ball-icon{width:40px;height:40px;flex-shrink:0;object-fit:contain}.medias-page__ball-name{font-family:Fredoka,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:var(--text-primary)}.medias-page__levels{display:grid;grid-template-columns:repeat(9,1fr);gap:.5rem}@media(max-width:767px){.medias-page__levels{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:768px)and (max-width:991px){.medias-page__levels{grid-template-columns:repeat(5,1fr)}}.medias-page__level-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem;border-radius:8px;background:var(--bg-secondary);transition:background .15s ease}.medias-page__level-item:hover{background:var(--bg-hover)}.medias-page__level-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.medias-page__level-value{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--ball-color)}.clans-page__header{margin-bottom:3rem}.clans-page__header h1{margin-bottom:.5rem}.clans-page__header p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;max-width:700px}.clans-page__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(min-width:768px)and (max-width:991px){.clans-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.clans-page__grid{grid-template-columns:1fr}}.clan-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;text-decoration:none;text-align:center;opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.clan-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--clan-color);border-radius:20px 20px 0 0}.clan-card:hover{border-color:var(--clan-color);box-shadow:0 8px 32px var(--border-color),0 0 0 1px var(--clan-color);transform:translateY(-6px)}.clan-card:hover .clan-card__emblem{transform:scale(1.08)}.clan-card:hover .clan-card__cta{color:var(--clan-color-dark)}.clan-card__emblem-wrapper{display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin-bottom:1.5rem;border-radius:50%;background:var(--subtle-bg);padding:1rem}.clan-card__emblem{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.clan-card__name{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--clan-color-dark);margin-bottom:.5rem}.clan-card__desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1.5rem;flex:1}.clan-card__types{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;width:100%;margin-bottom:1.5rem;margin-top:auto}.clan-card__type{display:flex;align-items:center;gap:.25rem;padding:4px 10px 4px 4px;border-radius:100px;background:var(--bg-card);border:1px solid var(--border-color);box-shadow:0 1px 3px var(--border-light);transition:all .15s ease}.clan-card__type:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.clan-card__type-icon{width:26px;height:26px;object-fit:contain;flex-shrink:0;border-radius:50%}.clan-card__type-name{font-size:.75rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.clan-card__cta{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--clan-color);transition:color .25s ease}.type-badge-inline{display:inline-flex;align-items:center;gap:4px;padding:3px 10px 3px 6px;border-radius:100px;background:#ffffffb3;border:1px solid var(--border-color);font-family:Fredoka,Inter,sans-serif;font-size:11px;font-weight:500;color:#1a1a1a}.type-badge-inline img{width:18px;height:18px;object-fit:contain}.type-badge-inline--tooltip{position:relative;width:20px;height:20px;padding:0;background:none;border:none;cursor:help}.type-badge-inline--tooltip img{width:100%;height:100%;transition:transform .15s ease}.type-badge-inline--tooltip:hover img{transform:scale(1.2)}.type-badge-inline--tooltip:hover .type-badge-inline__tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.type-badge-inline__tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:#0f1923;color:#fff;font-size:10px;font-weight:600;font-family:Fredoka,Inter,sans-serif;padding:4px 8px;border-radius:8px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:10;box-shadow:0 4px 12px #0003}.type-badge-inline__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#0f1923}.role-badge{display:inline-block;padding:2px 8px;border-radius:100px;font-family:Fredoka,Inter,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;line-height:1.4}.role-badge--all-rounder{background:#8b5cf6}.role-badge--attacker{background:#ef4444}.role-badge--defender{background:#3b82f6}.role-badge--supporter{background:#10b981}.pokemon-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border-radius:14px;background:#00000005;border:1px solid var(--border-light);position:relative}.pokemon-card .role-badge{font-size:9px;padding:2px 6px}.pokemon-card__skeleton{width:72px;height:72px;border-radius:14px;background:linear-gradient(90deg,var(--subtle-bg) 25%,var(--border-color) 50%,var(--subtle-bg) 75%);background-size:200% 100%;animation:pokemon-skeleton-shimmer 1.5s infinite}.pokemon-card__image{width:72px;height:72px;object-fit:contain;image-rendering:auto}.pokemon-card__name{font-size:.75rem;font-weight:600;color:var(--text-primary);text-align:center;line-height:1.3}.pokemon-card__form{display:block;font-size:10px;font-weight:500;color:var(--text-muted);line-height:1.2}.pokemon-card__types{display:flex;gap:3px;justify-content:center;margin-top:auto}@keyframes pokemon-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.category-badge{display:inline-block;padding:2px 8px;border-radius:100px;font-family:Fredoka,Inter,sans-serif;font-size:11px;font-weight:500}.category-badge--stun{background:#eab30826;color:#a16207}.category-badge--silence{background:#8b5cf626;color:#6d28d9}.category-badge--finisher{background:#ef444426;color:#dc2626}.clan-detail__switcher{display:flex;gap:.5rem;margin-bottom:1.5rem}.clan-detail__switcher-item{display:flex;align-items:center;gap:.5rem;padding:.25rem 1rem .25rem .25rem;border-radius:100px;background:var(--bg-card);border:2px solid var(--border-light);box-shadow:var(--shadow-card);text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);opacity:.6}.clan-detail__switcher-item:hover{opacity:1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.clan-detail__switcher-item--active{opacity:1;border-color:var(--team-color);box-shadow:0 0 0 1px var(--team-color),0 4px 12px var(--border-color)}.clan-detail__switcher-emblem{width:32px;height:32px;object-fit:contain}.clan-detail__switcher-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary)}@media(max-width:767px){.clan-detail__switcher-name{display:none}}.clan-detail__hero{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);position:relative;overflow:hidden;margin-bottom:1.5rem;min-height:280px;opacity:0;background:linear-gradient(to right,var(--bg-card) 30%,var(--clan-color) 100%)}@media(max-width:767px){.clan-detail__hero{min-height:220px}}.clan-detail__hero-bg{position:absolute;top:50%;left:-5%;transform:translateY(-50%);width:55%;height:130%;background-size:contain;background-repeat:no-repeat;background-position:center left;z-index:0;pointer-events:none;mask-image:linear-gradient(to right,black 30%,transparent 90%);-webkit-mask-image:linear-gradient(to right,black 30%,transparent 90%)}@media(max-width:767px){.clan-detail__hero-bg{width:70%;left:-10%}}.clan-detail__hero-content{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:3rem;padding:3rem;margin-left:auto;max-width:70%;min-height:280px}@media(max-width:767px){.clan-detail__hero-content{flex-direction:column;text-align:center;padding:2rem;gap:1.5rem;max-width:100%;min-height:220px}}.clan-detail__hero-info{flex:1}.clan-detail__hero-info h1{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--clan-color-dark);margin-bottom:.5rem}@media(max-width:767px){.clan-detail__hero-info h1{font-size:1.5rem}}.clan-detail__hero .clan-detail__leader{font-size:.875rem;color:var(--text-secondary);margin-bottom:.25rem}.clan-detail__hero .clan-detail__leader strong{color:var(--clan-color-dark)}.clan-detail__hero .clan-detail__motto{font-family:Fredoka,Inter,sans-serif;font-style:italic;font-size:1.125rem;color:var(--clan-color);margin-bottom:1rem}.clan-detail__hero .clan-detail__description{font-size:.875rem;color:var(--text-secondary);line-height:1.8;max-width:600px}.clan-detail .toc__title{color:var(--clan-color-dark)}.clan-detail .toc__item:hover{color:var(--clan-color-dark);background:color-mix(in srgb,var(--clan-color) 10%,transparent);border-left-color:var(--clan-color)}.clan-detail__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem;opacity:0}.clan-detail__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--clan-color-dark);margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:3px solid var(--clan-color);display:inline-block}.clan-detail__section-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.clan-detail__filters{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#00000005;border-radius:14px;border:1px solid var(--border-light)}.clan-detail__filters--collapsible{padding:0;overflow:hidden}.clan-detail__filters--collapsible .clan-detail__filters-content{display:none;flex-direction:column;gap:1rem;padding:0 1.5rem 1.5rem}.clan-detail__filters--open .clan-detail__filters-content{display:flex}.clan-detail__filters--open .clan-detail__filters-chevron{transform:rotate(180deg)}.clan-detail__filters-toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:color .15s ease}.clan-detail__filters-toggle:hover{color:var(--text-primary)}.clan-detail__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:100px;background:var(--clan-color);color:#fff;font-size:11px;font-weight:700;line-height:1}.clan-detail__filters-chevron{margin-left:auto;color:var(--text-muted);transition:transform .15s ease}.clan-detail__filter-group{display:flex;align-items:flex-start;gap:1rem}@media(max-width:767px){.clan-detail__filter-group{flex-direction:column;gap:.5rem}}.clan-detail__filter-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);min-width:70px;padding-top:6px;flex-shrink:0}.clan-detail__filter-options{display:flex;flex-wrap:wrap;gap:6px}.clan-detail__types-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media(min-width:768px)and (max-width:991px){.clan-detail__types-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.clan-detail__types-grid{grid-template-columns:repeat(2,1fr)}}.clan-detail__aces-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.clan-detail__pokemon-levels{display:flex;flex-direction:column;gap:2rem}.clan-detail__ranks-list{display:flex;flex-direction:column;gap:1.5rem}.clan-detail__expedition-list{display:flex;flex-direction:column;gap:2rem}.clan-detail__empty{display:flex;align-items:center;justify-content:center;padding:3rem;background:#00000005;border-radius:14px;color:var(--text-muted);font-size:.875rem;font-style:italic;border:2px dashed var(--border-color)}.type-badge{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;padding:1rem;background:#00000005;border-radius:14px;border:1px solid var(--border-light);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.type-badge:hover{transform:translateY(-3px);box-shadow:0 4px 12px var(--border-color)}.type-badge__icon{width:48px;height:48px;object-fit:contain}.type-badge__name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary)}.pokemon-level-group__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--clan-color-dark);margin-bottom:1rem;padding-left:.5rem;border-left:4px solid var(--clan-color)}.pokemon-level-group__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.rank-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden}.rank-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#00000005;border-bottom:1px solid var(--border-light)}@media(max-width:767px){.rank-card__header{flex-direction:column;align-items:flex-start;gap:.5rem}}.rank-card__info{display:flex;align-items:center;gap:1rem}.rank-card__number{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.rank-card__name{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:500;color:var(--clan-color-dark)}.rank-card__meta{display:flex;align-items:center;gap:.5rem}.rank-card__bonus{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--clan-color-dark);background:var(--subtle-bg);padding:3px .5rem;border-radius:100px}.rank-card__unlock{font-size:.75rem;color:var(--text-muted);font-weight:500}.rank-card__missions{padding:1rem 1.5rem;display:flex;flex-direction:column;gap:2px}.rank-card__mission{display:flex;align-items:flex-start;gap:1rem;padding:.5rem 0;border-bottom:1px solid var(--subtle-bg)}.rank-card__mission:last-child{border-bottom:none}.rank-card__mission-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--clan-color);color:#fff;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;flex-shrink:0;margin-top:2px;line-height:1;text-align:center}.rank-card__mission-content{flex:1}.rank-card__mission-type{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;color:var(--clan-color-dark);display:block;margin-bottom:2px}.rank-card__mission-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.rank-card__mission-details{margin:.25rem 0 0;padding:0 0 0 1.5rem;list-style:disc;display:flex;flex-direction:column;gap:2px}.rank-card__mission-details li{display:list-item;font-size:.75rem;color:var(--text-secondary);line-height:1.6}.rank-card__mission-details li::marker{color:var(--clan-color)}.rank-card__mission-details--checkable{list-style:none;padding-left:0;gap:.25rem}.rank-card__mission-details--checkable li{display:block}.rank-card__detail-check{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:8px;transition:background .15s ease}.rank-card__detail-check:hover{background:var(--subtle-bg)}.rank-card__detail-check input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid rgba(0,0,0,.15);border-radius:4px;flex-shrink:0;margin-top:1px;cursor:pointer;transition:all .15s ease;position:relative}.rank-card__detail-check input[type=checkbox]:checked{background:var(--clan-color);border-color:var(--clan-color)}.rank-card__detail-check input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:11px;font-weight:700}.rank-card__detail-check span{font-size:.75rem;color:var(--text-secondary);line-height:1.6;transition:all .15s ease}.rank-card__detail-check--done span{text-decoration:line-through;opacity:.5}.rank-card__pokemon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:.5rem}.rank-card__pokemon-check{position:relative;cursor:pointer;border-radius:14px;transition:all .15s ease}.rank-card__pokemon-check .pokemon-card{transition:all .15s ease}.rank-card__pokemon-check:hover .pokemon-card{border-color:var(--clan-color)}.rank-card__pokemon-check--done .pokemon-card{border-color:var(--clan-color);background:color-mix(in srgb,var(--clan-color) 8%,transparent);opacity:.7}.rank-card__check-mark{position:absolute;top:4px;right:4px;width:20px;height:20px;border-radius:50%;background:var(--border-color);color:transparent;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .15s ease;pointer-events:none}.rank-card__pokemon-check--done .rank-card__check-mark{background:var(--clan-color);color:#fff}.expedition-selector{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem;margin-bottom:1.5rem}@media(max-width:767px){.expedition-selector{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:.25rem}}.expedition-selector__item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:.5rem .25rem;border-radius:14px;border:2px solid var(--border-light);background:var(--bg-card);cursor:pointer;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.expedition-selector__item:hover{border-color:var(--clan-color);transform:translateY(-2px);box-shadow:0 4px 12px var(--border-color)}.expedition-selector__item--active{border-color:var(--clan-color);background:var(--subtle-bg);box-shadow:0 2px 8px #0000001a}.expedition-selector__img{width:48px;height:48px;object-fit:contain}@media(max-width:767px){.expedition-selector__img{width:40px;height:40px}}.expedition-selector__name{font-family:Fredoka,Inter,sans-serif;font-size:10px;font-weight:500;color:var(--text-secondary);text-align:center;line-height:1.2}.expedition-selector__types{display:flex;justify-content:center;gap:2px;margin-top:2px}.expedition-selector__type-icon{width:14px;height:14px}.expedition-hunt__header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#00000005;border-radius:20px}.expedition-hunt__header .lazy-media{width:72px;min-height:auto;flex-shrink:0}.expedition-hunt__boss-img{width:72px;height:72px;object-fit:contain}.expedition-hunt__boss-name{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--clan-color-dark)}.expedition-hunt__boss-types{display:flex;gap:4px;margin-top:.25rem}.expedition-hunt__table-wrapper{overflow-x:auto;border-radius:20px;border:1px solid var(--border-light)}.expedition-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:.875rem}.expedition-table colgroup col:nth-child(1){width:22%}.expedition-table colgroup col:nth-child(2){width:14%}.expedition-table colgroup col:nth-child(3){width:12%}.expedition-table colgroup col:nth-child(4){width:28%}.expedition-table colgroup col:nth-child(5){width:24%}.expedition-table thead{background:var(--subtle-bg)}.expedition-table thead th{padding:.5rem 1rem;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;color:var(--text-muted);text-align:left;white-space:nowrap;vertical-align:middle}.expedition-table tbody tr{border-bottom:1px solid var(--subtle-bg);transition:background .25s ease}.expedition-table tbody tr:last-child{border-bottom:none}.expedition-table tbody tr:hover{background:#00000005}.expedition-table td{padding:.25rem 1rem;vertical-align:middle;white-space:nowrap;height:48px}.expedition-table td>*{vertical-align:middle}.expedition-table__pokemon{display:inline-flex;align-items:center;gap:.5rem;font-weight:500;color:var(--text-primary)}.expedition-table__pokemon-img{width:36px;height:36px;object-fit:contain}.expedition-table__types{display:inline-flex;align-items:center;gap:4px}.hoopa-page__header{margin-bottom:2rem}.hoopa-page__header h1{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.hoopa-page__header p{font-size:.875rem;color:var(--text-muted)}.hoopa-page__boss-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden}.hoopa-page__boss-header{position:relative;background:#00000005;border-radius:20px 20px 0 0}.hoopa-page__boss-header-trigger{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 2rem;border:none;background:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.hoopa-page__boss-header-trigger:hover{background:#00000008}.hoopa-page__boss-header-trigger .lazy-media{width:72px;min-height:auto;flex-shrink:0}.hoopa-page__boss-sprite{width:72px;height:72px;object-fit:contain}.hoopa-page__boss-info{display:flex;flex-direction:column;gap:.25rem}.hoopa-page__boss-name{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#00a3fb}.hoopa-page__boss-types{display:flex;gap:.25rem}.hoopa-page__dropdown-chevron{margin-left:auto;flex-shrink:0;color:var(--text-muted);transition:transform .25s ease}.hoopa-page__dropdown-chevron--open{transform:rotate(180deg)}.hoopa-page__dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:50;background:var(--bg-card);border-top:1px solid var(--border-light);box-shadow:0 8px 24px #0000001f;padding:.25rem 0;max-height:400px;overflow-y:auto;animation:dropdownFadeIn .15s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hoopa-page__dropdown-item{display:flex;width:100%;padding:.5rem 2rem;border:none;background:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.hoopa-page__dropdown-item:hover{background:var(--bg-hover)}.hoopa-page__dropdown-item--active{background:var(--bg-secondary)}.hoopa-page__dropdown-item-content{display:flex;align-items:center;gap:.5rem}.hoopa-page__dropdown-sprite{width:36px;height:36px;object-fit:contain;flex-shrink:0}.hoopa-page__dropdown-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.hoopa-page__dropdown-types{display:flex;gap:4px;margin-left:.25rem}.hoopa-page__dropdown-type-icon{width:18px;height:18px;object-fit:contain}.hoopa-page__teams{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.hoopa-page__team-section{display:flex;flex-direction:column;gap:1rem}.hoopa-page__team-label{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700;color:var(--team-color);padding-bottom:.25rem;border-bottom:2px solid var(--team-color)}.hoopa-page__team-icon{width:24px;height:24px;object-fit:contain}.hoopa-page__pokemon-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.hoopa-page__wip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:3rem 2rem;text-align:center}.hoopa-page__wip svg{color:var(--text-muted)}.hoopa-page__wip p{font-size:.875rem;color:var(--text-muted);font-style:italic}.hoopa-page__map{padding:1.5rem 2rem;border-top:1px solid var(--border-light)}.hoopa-page__map-title{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.hoopa-page__map-title svg{color:var(--text-muted)}.hoopa-page__map-location{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.hoopa-page__map-images{display:flex;flex-direction:column;gap:1rem}.hoopa-page__map-img{width:100%;max-width:600px;border-radius:14px;border:1px solid var(--border-color)}.maniacs-page__header{margin-bottom:3rem}.maniacs-page__header h1{margin-bottom:.5rem}.maniacs-page__header p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;max-width:700px}.maniacs-page__sections{display:flex;flex-direction:column;gap:1.5rem}.maniacs-page__list{list-style:none;margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.maniacs-page__list:last-child{margin-bottom:0}.maniacs-page__list li{position:relative;font-size:.875rem;color:var(--text-secondary);line-height:1.8;padding-left:1.5rem}.maniacs-page__list li:before{content:"";position:absolute;left:0;top:11px;width:6px;height:6px;border-radius:50%;background:#00a3fb}.maniacs-page__locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}@media(max-width:767px){.maniacs-page__locations-grid{grid-template-columns:1fr}}.maniacs-page__location-name{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:#00a3fb;margin-bottom:.5rem}.maniacs-page__location-image{position:relative;border-radius:14px;overflow:hidden;border:2px solid rgba(0,163,251,.1);background:#000;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.maniacs-page__location-image img{max-width:100%;max-height:100%;display:block;object-fit:contain}.maniacs-page__location-image--zoomable{cursor:pointer}.maniacs-page__location-image--zoomable:hover{border-color:#00a3fb4d}.maniacs-page__location-image--zoomable:hover .maniacs-page__zoom-overlay{opacity:1}.maniacs-page__zoom-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0006;opacity:0;transition:opacity .25s ease}.maniacs-page__location-placeholder{display:flex;align-items:center;justify-content:center;height:160px;background:#00a3fb0d;color:var(--text-muted);font-size:.875rem;font-style:italic}.maniacs-page__expedition-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}@media(max-width:767px){.maniacs-page__expedition-grid{grid-template-columns:1fr}}.maniacs-page__expedition-pair{display:flex;align-items:center;gap:.5rem;padding:1rem;background:#00000005;border:1px solid var(--border-light);border-radius:14px}.maniacs-page__expedition-side{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem}.maniacs-page__expedition-side .pokemon-card{width:100%;background:transparent;border:none}.maniacs-page__expedition-label{font-family:Fredoka,Inter,sans-serif;font-size:10px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.maniacs-page__expedition-arrow{font-size:1.25rem;color:#00a3fb;flex-shrink:0}.maniacs-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000c;animation:fadeIn .2s ease}.maniacs-lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:1rem}.maniacs-lightbox__content img{max-width:100%;max-height:80vh;border-radius:14px;object-fit:contain}.maniacs-lightbox__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#fff}.maniacs-lightbox__close{position:absolute;top:-2rem;right:-.5rem;color:#fff;font-size:1.5rem;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;transition:background .15s ease}.maniacs-lightbox__close:hover{background:#fff3}.champions-patch__header{margin-bottom:2rem}.champions-patch__header h1{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.champions-patch__header p{font-size:.875rem;color:var(--text-muted)}.champions-patch__boss-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);overflow:hidden}.champions-patch__boss-header{position:relative;background:#00000005;border-radius:20px 20px 0 0}.champions-patch__boss-header-trigger{display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 2rem;border:none;background:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.champions-patch__boss-header-trigger:hover{background:#00000008}.champions-patch__boss-header-trigger .lazy-media{width:72px;min-height:auto;flex-shrink:0}.champions-patch__boss-sprite{width:72px;height:72px;object-fit:contain}.champions-patch__boss-info{display:flex;flex-direction:column;gap:.25rem}.champions-patch__boss-name{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#00a3fb}.champions-patch__boss-types{display:flex;gap:.25rem}.champions-patch__dropdown-chevron{margin-left:auto;flex-shrink:0;color:var(--text-muted);transition:transform .25s ease}.champions-patch__dropdown-chevron--open{transform:rotate(180deg)}.champions-patch__dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:50;background:var(--bg-card);border-top:1px solid var(--border-light);box-shadow:0 8px 24px #0000001f;padding:.25rem 0;max-height:400px;overflow-y:auto;animation:cpDropdownFadeIn .15s ease}@keyframes cpDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.champions-patch__dropdown-item{display:flex;width:100%;padding:.5rem 2rem;border:none;background:none;cursor:pointer;text-align:left;transition:background-color .15s ease}.champions-patch__dropdown-item:hover{background:var(--bg-hover)}.champions-patch__dropdown-item--active{background:var(--bg-secondary)}.champions-patch__dropdown-item-content{display:flex;align-items:center;gap:.5rem}.champions-patch__dropdown-sprite{width:36px;height:36px;object-fit:contain;flex-shrink:0}.champions-patch__dropdown-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.champions-patch__dropdown-types{display:flex;gap:4px;margin-left:.25rem}.champions-patch__dropdown-type-icon{width:18px;height:18px;object-fit:contain}.champions-patch__roles{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:2rem}.champions-patch__role-section{display:flex;flex-direction:column;gap:1rem}.champions-patch__role-title{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;padding-bottom:.25rem;border-bottom:2px solid var(--border-color)}.champions-patch__teams{display:flex;flex-direction:column;gap:1.5rem}.champions-patch__team-section{display:flex;flex-direction:column;gap:1rem}.champions-patch__team-label{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700;color:var(--team-color);padding-bottom:.25rem;border-bottom:2px solid var(--team-color)}.champions-patch__team-icon{width:24px;height:24px;object-fit:contain}.champions-patch__pokemon-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.champions-patch__note{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);margin-top:1.5rem;padding:1.5rem 2rem;font-size:.875rem;color:var(--text-muted);line-height:1.6}.champions-patch__note strong{color:var(--text-primary)}.beginner-pokemon .toc__title{color:#10b981}.beginner-pokemon .toc__item:hover{color:#10b981;background:#10b98114;border-left-color:#10b981}.beginner-pokemon__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(0,163,251,.06));opacity:0}@media(min-width:768px)and (max-width:991px){.beginner-pokemon__header{flex-direction:column;text-align:center;padding:2rem}}.beginner-pokemon__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}@media(max-width:767px){.beginner-pokemon__title{font-size:1.5rem}}.beginner-pokemon__subtitle{font-size:.875rem;color:var(--text-secondary);line-height:1.7;max-width:520px}.beginner-pokemon__subtitle strong{color:#00a3fb;font-weight:600}@media(min-width:768px)and (max-width:991px){.beginner-pokemon__subtitle{max-width:100%}}.beginner-pokemon__header-stats{display:flex;gap:1rem;flex-shrink:0}@media(max-width:767px){.beginner-pokemon__header-stats{gap:.5rem}}.beginner-pokemon__stat{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding:.5rem 1.5rem;border-radius:14px;background:#00000005;border:1px solid var(--border-light);min-width:80px}@media(max-width:767px){.beginner-pokemon__stat{padding:.5rem 1rem;min-width:70px}}.beginner-pokemon__stat-number{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--stat-color);line-height:1}@media(max-width:767px){.beginner-pokemon__stat-number{font-size:1.25rem}}.beginner-pokemon__stat-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.beginner-pokemon__levels{display:flex;flex-direction:column;gap:1.5rem}.beginner-pokemon__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;opacity:0}@media(max-width:767px){.beginner-pokemon__section{padding:1.5rem}}.beginner-pokemon__level-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}@media(max-width:767px){.beginner-pokemon__level-header{flex-wrap:wrap;gap:.5rem}}.beginner-pokemon__level-badge{display:flex;align-items:center;justify-content:center;min-width:56px;height:56px;border-radius:14px;background:var(--level-color);color:#fff;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700;flex-shrink:0}@media(max-width:767px){.beginner-pokemon__level-badge{min-width:48px;height:48px;font-size:.75rem}}.beginner-pokemon__level-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--level-color-dark);line-height:1.2}@media(max-width:767px){.beginner-pokemon__level-title{font-size:1.25rem}}.beginner-pokemon__level-tag{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--level-color)}.beginner-pokemon__level-count{margin-left:auto;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-muted);background:var(--subtle-bg);padding:.25rem 1rem;border-radius:100px;white-space:nowrap}.beginner-pokemon__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}@media(max-width:767px){.beginner-pokemon__grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}}.slowpoke-quest .toc__title{color:#f472b6}.slowpoke-quest .toc__item:hover{color:#f472b6;background:#f472b614;border-left-color:#f472b6}.slowpoke-quest__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(244,114,182,.08));opacity:0}@media(min-width:768px)and (max-width:991px){.slowpoke-quest__header{flex-direction:column;text-align:center;padding:2rem}}.slowpoke-quest__label{display:inline-block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#ec4899;background:#f472b61a;padding:3px .5rem;border-radius:100px;margin-bottom:.5rem}.slowpoke-quest__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}@media(max-width:767px){.slowpoke-quest__title{font-size:1.5rem}}.slowpoke-quest__intro{font-size:.875rem;color:var(--text-secondary);line-height:1.7;max-width:520px}@media(min-width:768px)and (max-width:991px){.slowpoke-quest__intro{max-width:100%}}.slowpoke-quest__meta{display:flex;gap:1rem;flex-shrink:0}@media(max-width:767px){.slowpoke-quest__meta{gap:.5rem}}.slowpoke-quest__meta-item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding:.5rem 1.5rem;border-radius:14px;background:#00000005;border:1px solid var(--border-light);min-width:80px}@media(max-width:767px){.slowpoke-quest__meta-item{padding:.5rem 1rem;min-width:70px}}.slowpoke-quest__meta-value{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#ec4899;line-height:1}.slowpoke-quest__meta-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.slowpoke-quest .toc__title{color:#ec4899}.slowpoke-quest .toc__item:hover{color:#ec4899;background:#f472b614;border-left-color:#f472b6}.slowpoke-quest__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem;opacity:0}@media(max-width:767px){.slowpoke-quest__section{padding:1.5rem}}.slowpoke-quest__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#ec4899;margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:3px solid #F472B6;display:inline-block}.slowpoke-quest__section-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.slowpoke-quest__steps{display:flex;flex-direction:column;gap:0}.slowpoke-quest__rewards-image{margin-bottom:2rem;border-radius:20px;overflow:hidden;border:2px solid rgba(244,114,182,.15)}.slowpoke-quest__rewards-image img{width:100%;display:block}.slowpoke-quest__rewards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:767px){.slowpoke-quest__rewards-grid{grid-template-columns:1fr}}.slowpoke-quest__extra-subtitle{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#ec4899;margin-bottom:1.5rem}.slowpoke-quest__extra-content{margin-bottom:2rem}.slowpoke-quest__extra-content p{font-size:.875rem;color:var(--text-secondary);line-height:1.8;margin-bottom:.5rem}.slowpoke-quest__extra-content p:last-child{margin-bottom:0}.slowpoke-quest__sprite{display:inline-block;margin:1rem 0}.slowpoke-quest__sprite img{max-height:64px;object-fit:contain;image-rendering:pixelated}.slowpoke-quest__timer-info{padding:1.5rem;background:#f472b60a;border:1px solid rgba(244,114,182,.12);border-radius:14px;margin-bottom:1.5rem}.slowpoke-quest__timer-info h4{font-family:Fredoka,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#ec4899;margin-bottom:.5rem}.slowpoke-quest__timer-info p{font-size:.875rem;color:var(--text-secondary);line-height:1.8;margin-bottom:.25rem}.slowpoke-quest__timer-info p:last-child{margin-bottom:0}.slowpoke-quest__warning{display:flex;gap:1rem;padding:1.5rem;background:#ef44440a;border:1px solid rgba(239,68,68,.15);border-left:4px solid #EF4444;border-radius:14px}@media(max-width:767px){.slowpoke-quest__warning{gap:.5rem}}.slowpoke-quest__warning-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ef4444;color:#fff;font-family:Fredoka,Inter,sans-serif;font-size:1.125rem;font-weight:700;flex-shrink:0}.slowpoke-quest__warning-content{flex:1}.slowpoke-quest__warning-content strong{display:block;font-family:Fredoka,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#dc2626;margin-bottom:.5rem}.slowpoke-quest__warning-content p{font-size:.875rem;color:var(--text-secondary);line-height:1.8;margin-bottom:.25rem}.slowpoke-quest__warning-content p:last-child{margin-bottom:0}.quest-step{position:relative;display:flex;gap:1.5rem;padding-bottom:3rem;opacity:0;animation:slideUp .5s ease forwards}@media(max-width:767px){.quest-step{gap:1rem}}.quest-step:nth-child(1){animation-delay:.08s}.quest-step:nth-child(2){animation-delay:.16s}.quest-step:nth-child(3){animation-delay:.24s}.quest-step:nth-child(4){animation-delay:.32s}.quest-step:nth-child(5){animation-delay:.4s}.quest-step:nth-child(6){animation-delay:.48s}.quest-step__number{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#f472b6,#ec4899);border-radius:50%;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 12px #f472b64d;border:3px solid rgba(255,255,255,.2)}.quest-step__number span{font-family:Fredoka,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.quest-step__connector{position:absolute;left:25px;top:52px;bottom:0;width:3px;background:linear-gradient(to bottom,#f472b6,#f472b626);border-radius:2px;z-index:1}.quest-step__content{flex:1;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-top:-.25rem}.quest-step__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#ec4899;margin-bottom:.5rem}.quest-step__text p{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.quest-step__text p:empty{display:none}.quest-step__image{margin-top:1rem;border-radius:20px;overflow:hidden;border:2px solid rgba(244,114,182,.15);background:#111;display:flex;align-items:center;justify-content:center}.quest-step__image img{display:block;max-width:100%;height:auto;image-rendering:pixelated}.quest-step__image-placeholder{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding:3rem;background:#00000005;border:2px dashed rgba(0,0,0,.1);border-radius:20px;color:var(--text-muted);font-size:.875rem;font-style:italic}.reward-card{border-radius:14px;border:1px solid var(--border-light);overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.reward-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px var(--border-color)}.reward-card__header{padding:.5rem 1rem;background:var(--reward-color)}.reward-card__tier{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.reward-card__list{padding:1rem;margin:0;list-style:none}.reward-card__item{font-size:.875rem;color:var(--text-secondary);line-height:1.8;padding:.25rem 0;border-bottom:1px solid var(--subtle-bg)}.reward-card__item:last-child{border-bottom:none}.reward-card__item:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--reward-color);margin-right:.5rem;vertical-align:middle}.quests-page__header{margin-bottom:3rem;opacity:0}.quests-page__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.quests-page__subtitle{font-size:1.125rem;color:var(--text-secondary)}.quests-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}@media(max-width:767px){.quests-page__grid{grid-template-columns:1fr}}.quest-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:0;overflow:hidden;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1);opacity:0}.quest-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.quest-card__header{padding:1.5rem 2rem;background:var(--quest-color)}.quest-card__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.quest-card__desc{padding:1.5rem 2rem .5rem;font-size:.875rem;color:var(--text-secondary);line-height:1.7}.quest-card__meta{display:flex;flex-wrap:wrap;gap:.25rem;padding:.5rem 2rem 1.5rem}.quest-card__badge{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--quest-color);background:var(--subtle-bg);padding:3px .5rem;border-radius:100px;border:1px solid var(--border-light)}.police-op .toc__title{color:#3b82f6}.police-op .toc__item:hover{color:#3b82f6;background:#3b82f614;border-left-color:#3b82f6}.police-op__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(59,130,246,.08));opacity:0}@media(min-width:768px)and (max-width:991px){.police-op__header{flex-direction:column;text-align:center;padding:2rem}}.police-op__label{display:inline-block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#2563eb;background:#3b82f61a;padding:3px .5rem;border-radius:100px;margin-bottom:.5rem}.police-op__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}@media(max-width:767px){.police-op__title{font-size:1.5rem}}.police-op__intro{font-size:.875rem;color:var(--text-secondary);line-height:1.7;max-width:520px}@media(min-width:768px)and (max-width:991px){.police-op__intro{max-width:100%}}.police-op__meta{display:flex;gap:1rem;flex-shrink:0}@media(max-width:767px){.police-op__meta{gap:.5rem}}.police-op__meta-item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding:.5rem 1.5rem;border-radius:14px;background:#00000005;border:1px solid var(--border-light);min-width:80px}@media(max-width:767px){.police-op__meta-item{padding:.5rem 1rem;min-width:70px}}.police-op__meta-value{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#2563eb;line-height:1}.police-op__meta-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.police-op .toc__title{color:#2563eb}.police-op .toc__item:hover{color:#2563eb;background:#3b82f614;border-left-color:#3b82f6}.police-op__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem;opacity:0}@media(max-width:767px){.police-op__section{padding:1.5rem}}.police-op__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:3px solid #3B82F6;display:inline-block}.police-op__section-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.police-op__steps{display:flex;flex-direction:column;gap:0}.police-op__difficulties{display:flex;flex-direction:column;gap:1rem}.police-op__tokens-table-wrapper{overflow-x:auto;border-radius:20px;border:1px solid var(--border-light);margin-bottom:1.5rem}.police-op__tokens-table{width:100%;border-collapse:collapse;font-size:.875rem}.police-op__tokens-table thead{background:var(--subtle-bg)}.police-op__tokens-table thead th{padding:.5rem 1.5rem;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--text-muted);text-align:left}.police-op__tokens-table tbody tr{border-bottom:1px solid var(--subtle-bg);transition:background .25s ease}.police-op__tokens-table tbody tr:last-child{border-bottom:none}.police-op__tokens-table tbody tr:hover{background:#00000005}.police-op__tokens-table td{padding:.5rem 1.5rem;color:var(--text-secondary);font-weight:500}.police-op__diff-dot{display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--diff-color);margin-right:.5rem;vertical-align:middle}.police-op__diff-dot--admin{background:#7c3aed}.police-op__admin-row{--diff-color: #7C3AED}.police-op__admin-row td{font-weight:600;color:#7c3aed}.police-op__admin-info{font-size:.875rem;color:var(--text-secondary);line-height:1.8;padding:1rem;background:#7c3aed0a;border:1px solid rgba(124,58,237,.12);border-radius:14px}.police-op__exchange-image{border-radius:20px;overflow:hidden;border:2px solid rgba(59,130,246,.15);background:#111;display:flex;align-items:center;justify-content:center}.police-op__exchange-image img{display:block;max-width:100%;height:auto;image-rendering:pixelated}.op-step{position:relative;display:flex;gap:1.5rem;padding-bottom:3rem;opacity:0;animation:slideUp .5s ease forwards}@media(max-width:767px){.op-step{gap:1rem}}.op-step:nth-child(1){animation-delay:.08s}.op-step:nth-child(2){animation-delay:.16s}.op-step:nth-child(3){animation-delay:.24s}.op-step:nth-child(4){animation-delay:.32s}.op-step:nth-child(5){animation-delay:.4s}.op-step:nth-child(6){animation-delay:.48s}.op-step__number{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;flex-shrink:0;position:relative;z-index:2;box-shadow:0 4px 12px #3b82f64d;border:3px solid rgba(255,255,255,.2)}.op-step__number span{font-family:Fredoka,Inter,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.op-step__connector{position:absolute;left:25px;top:52px;bottom:0;width:3px;background:linear-gradient(to bottom,#3b82f6,#3b82f626);border-radius:2px;z-index:1}.op-step__content{flex:1;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-top:-.25rem}.op-step__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#2563eb;margin-bottom:.5rem}.op-step__text p{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.op-step__text p:empty{display:none}.op-step__image{margin-top:1rem;border-radius:20px;overflow:hidden;border:2px solid rgba(59,130,246,.15);background:#111;display:flex;align-items:center;justify-content:center}.op-step__image img{display:block;max-width:100%;height:auto;image-rendering:pixelated}.op-step__image-placeholder{display:flex;align-items:center;justify-content:center;margin-top:1rem;padding:3rem;background:#00000005;border:2px dashed rgba(0,0,0,.1);border-radius:20px;color:var(--text-muted);font-size:.875rem;font-style:italic}.diff-card{border-radius:14px;border:1px solid var(--border-light);overflow:hidden}.diff-card__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--diff-color)}@media(max-width:767px){.diff-card__header{flex-direction:column;align-items:flex-start;gap:.5rem}}.diff-card__name{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px}.diff-card__badges{display:flex;gap:.25rem}.diff-card__badge{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:#fff;background:#fff3;padding:2px .5rem;border-radius:100px;white-space:nowrap}.diff-card__body{padding:1.5rem}.diff-card__label{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:.5rem}.diff-card__rewards{margin:0;padding:0 0 0 1.5rem;list-style:disc}.diff-card__rewards li{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.diff-card__rewards li::marker{color:var(--diff-color)}.diff-card__rewards--numbered{list-style:decimal}.diff-card__rewards--numbered li::marker{font-family:Fredoka,Inter,sans-serif;font-weight:600}.eggs .toc__title{color:#f59e0b}.eggs .toc__item:hover{color:#f59e0b;background:#f59e0b14;border-left-color:#f59e0b}.eggs__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(245,158,11,.06));opacity:0}@media(min-width:768px)and (max-width:991px){.eggs__header{flex-direction:column;text-align:center;padding:2rem}}.eggs__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}@media(max-width:767px){.eggs__title{font-size:1.5rem}}.eggs__subtitle{font-size:.875rem;color:var(--text-secondary);line-height:1.7;max-width:520px}.eggs__subtitle strong{color:#f59e0b;font-weight:600}@media(min-width:768px)and (max-width:991px){.eggs__subtitle{max-width:100%}}.eggs__header-stats{display:flex;gap:1rem;flex-shrink:0}@media(max-width:767px){.eggs__header-stats{gap:.5rem;flex-wrap:wrap;justify-content:center}}.eggs__stat{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding:.5rem 1.5rem;border-radius:14px;background:#00000005;border:1px solid var(--border-light);min-width:80px}@media(max-width:767px){.eggs__stat{padding:.5rem 1rem;min-width:70px}}.eggs__stat-number{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--stat-color);line-height:1}@media(max-width:767px){.eggs__stat-number{font-size:1.25rem}}.eggs__stat-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-muted);white-space:nowrap}.eggs__types{display:flex;flex-direction:column;gap:1.5rem}.eggs__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;opacity:0}@media(max-width:767px){.eggs__section{padding:1.5rem}}.eggs__type-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-light)}@media(max-width:767px){.eggs__type-header{flex-wrap:wrap;gap:.5rem}}.eggs__type-badge{display:flex;align-items:center;justify-content:center;min-width:56px;height:56px;padding:0 1rem;border-radius:14px;background:var(--egg-color);color:#fff;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}@media(max-width:767px){.eggs__type-badge{min-width:48px;height:48px;font-size:.65rem}}.eggs__type-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--egg-color-dark);line-height:1.2}@media(max-width:767px){.eggs__type-title{font-size:1.25rem}}.eggs__type-tag{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--egg-color)}.eggs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}@media(max-width:767px){.eggs__grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.5rem}}.shiny-cards .toc__title{color:#b388ff}.shiny-cards .toc__item:hover{color:#b388ff;background:#b388ff14;border-left-color:#b388ff}.shiny-cards__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(179,136,255,.08));opacity:0}@media(max-width:767px){.shiny-cards__header{padding:2rem}}.shiny-cards__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:#b388ff;margin-bottom:.5rem}@media(max-width:767px){.shiny-cards__title{font-size:1.5rem}}.shiny-cards__intro{font-size:.875rem;color:var(--text-secondary);line-height:1.8;max-width:680px}.shiny-cards__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem;opacity:0}@media(max-width:767px){.shiny-cards__section{padding:1.5rem}}.shiny-cards__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#9c6aff;margin-bottom:1rem}@media(max-width:767px){.shiny-cards__section-title{font-size:1.25rem}}.shiny-cards__text{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.shiny-cards__text--highlight{margin-top:.5rem;color:var(--text-primary);font-weight:500}.shiny-cards__examples{margin-top:1.5rem;padding:1.5rem;border-radius:20px;background:#b388ff0d;border:1px solid rgba(179,136,255,.12)}.shiny-cards__examples-label{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#b388ff;margin-bottom:1rem}.shiny-cards__example{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.shiny-cards__example:last-child{margin-bottom:0}.shiny-cards__example p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.shiny-cards__example-bullet{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#b388ff;margin-top:8px}.shiny-cards__video{margin-top:1.5rem;border-radius:20px;overflow:hidden;border:2px solid rgba(179,136,255,.15);background:#111}.shiny-cards__video video{display:block;width:100%;height:auto}.shiny-cards__section--curiosity{border-left:3px solid #B388FF}.shiny-cards__curiosity{display:flex;align-items:flex-start;gap:1.5rem}@media(max-width:767px){.shiny-cards__curiosity{gap:1rem}}.shiny-cards__curiosity-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#b388ff1f;color:#b388ff;font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:700}@media(max-width:767px){.shiny-cards__curiosity-icon{width:40px;height:40px;font-size:1.25rem}}.training .toc__title{color:#10b981}.training .toc__item:hover{color:#10b981;background:#10b98114;border-left-color:#10b981}.training__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(16,185,129,.08));opacity:0}@media(max-width:767px){.training__header{padding:2rem}}.training__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:#10b981;margin-bottom:.5rem}@media(max-width:767px){.training__title{font-size:1.5rem}}.training__intro{font-size:.875rem;color:var(--text-secondary);line-height:1.8;max-width:680px}.training__intro p{margin-bottom:.25rem}.training__intro p:last-child{margin-bottom:0}.training__intro-example{margin-top:.5rem;padding:.5rem 1rem;border-radius:14px;background:#10b9810f;border-left:3px solid #10B981;font-style:italic;color:var(--text-primary)}.training__video{margin-top:1.5rem;border-radius:20px;overflow:hidden;border:2px solid rgba(16,185,129,.15);background:#111}.training__video video{display:block;width:100%;height:auto}.training__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem;opacity:0}@media(max-width:767px){.training__section{padding:1.5rem}}.training__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#059669;margin-bottom:1rem}@media(max-width:767px){.training__section-title{font-size:1.25rem}}.training__text{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.training__text--highlight{margin-top:.5rem;color:var(--text-primary);font-weight:500}.training__text-block{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.training__text-block p{margin-bottom:.25rem}.training__text-block p:last-child{margin-bottom:0}.training__text-detail{margin-top:1rem;font-size:.875rem;color:var(--text-secondary);line-height:1.8}.training__text-detail p{margin-bottom:.25rem}.training__text-detail p:last-child{margin-bottom:0}.training__images{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}@media(max-width:767px){.training__images{grid-template-columns:1fr}}.training__image{border-radius:20px;overflow:hidden;border:2px solid rgba(16,185,129,.15);background:#111}.training__image img{display:block;width:100%;height:auto;image-rendering:pixelated}.training__image-caption{display:block;padding:.25rem .5rem;font-size:.75rem;color:var(--text-muted);text-align:center;background:#10b9810d}.training__warning{display:flex;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding:1rem 1.5rem;border-radius:14px;background:#10b9810f;border-left:3px solid #10B981}.training__warning p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.training__warning--attention{background:#f59e0b0f;border-left-color:#f59e0b}.training__warning--attention .training__warning-icon{background:#f59e0b26;color:#f59e0b}.training__warning-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#10b98126;color:#10b981;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700}.training__items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}@media(max-width:767px){.training__items-grid{grid-template-columns:1fr}}.training__item-card{padding:1.5rem;border-radius:20px;background:#10b9810a;border:1px solid rgba(16,185,129,.1);transition:border-color .2s,background .2s}.training__item-card:hover{border-color:#10b98140;background:#10b98112}.training__item-name{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:#10b981;margin-bottom:.25rem}.training__item-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.training__table-wrapper{margin-top:1.5rem;border-radius:20px;overflow:hidden;border:1px solid rgba(16,185,129,.15)}.training__xp-table{width:100%;border-collapse:collapse;font-size:.875rem}.training__xp-table th,.training__xp-table td{padding:.5rem 1rem;text-align:center}@media(max-width:767px){.training__xp-table th,.training__xp-table td{padding:.25rem .5rem;font-size:.75rem}}.training__xp-table thead{background:#10b9811a}.training__xp-table thead th{font-family:Fredoka,Inter,sans-serif;font-weight:600;color:var(--text-primary);border-bottom:2px solid rgba(16,185,129,.2)}.training__xp-table tbody tr{border-bottom:1px solid rgba(16,185,129,.08);transition:background .15s}.training__xp-table tbody tr:last-child{border-bottom:none}.training__xp-table tbody tr:hover{background:#10b9810a}.training__xp-table--success{color:#10b981}.training__xp-table--fail{color:#ef4444}.training__xp-level{font-weight:600;color:var(--text-primary);text-align:left!important}.training__xp-success{color:#10b981;font-weight:600}.training__xp-fail{color:#ef4444;font-weight:600}.training__xp-details{margin-top:1.5rem;display:grid;gap:.5rem}.training__xp-detail{padding:1rem;border-radius:14px;background:#10b98108;border:1px solid rgba(16,185,129,.08)}.training__xp-detail-title{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.training__xp-detail-success{font-size:.75rem;color:#10b981;line-height:1.6}.training__xp-detail-fail{font-size:.75rem;color:#ef4444;line-height:1.6}.training__shining-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(16,185,129,.1)}.training__table-wrapper--small{max-width:480px}.training__shining-value{color:#b388ff;font-weight:600}.training__section--notes{border-left:3px solid #10B981}.training__notes{list-style:none;padding:0;margin:0 0 1.5rem}.training__note{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.training__note:last-child{margin-bottom:0}.training__note p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.training__note-bullet{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:#10b981;margin-top:8px}.star-boost .toc__title{color:#ffd600}.star-boost .toc__item:hover{color:#ffd600;background:#ffd60014;border-left-color:#ffd600}.star-boost__header{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem 3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--bg-card) 60%,rgba(255,214,0,.08));opacity:0}@media(max-width:767px){.star-boost__header{padding:2rem}}.star-boost__title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:#ffd600;margin-bottom:.5rem}@media(max-width:767px){.star-boost__title{font-size:1.5rem}}.star-boost__intro{font-size:.875rem;color:var(--text-secondary);line-height:1.8;max-width:680px}.star-boost__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:2rem;margin-bottom:1.5rem;opacity:0}@media(max-width:767px){.star-boost__section{padding:1.5rem}}.star-boost__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#f5c400;margin-bottom:1rem}@media(max-width:767px){.star-boost__section-title{font-size:1.25rem}}.star-boost__text{font-size:.875rem;color:var(--text-secondary);line-height:1.8}.star-boost__image{margin-top:1.5rem;border-radius:20px;overflow:hidden;border:2px solid rgba(255,214,0,.15);background:#111}.star-boost__image img{display:block;width:60%;height:auto;margin:0 auto;image-rendering:pixelated}.star-boost__warning{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.5rem;border-radius:14px;background:#ffd6000f;border-left:3px solid #FFD600}.star-boost__warning p{font-size:.875rem;color:var(--text-secondary);line-height:1.7;margin:0}.star-boost__warning--attention{background:#f59e0b0f;border-left-color:#f59e0b}.star-boost__warning--attention .star-boost__warning-icon{background:#f59e0b26;color:#f59e0b}.star-boost__warning-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#ffd60026;color:var(--bg-card);font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:700}.star-boost__type-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:2rem}@media(max-width:767px){.star-boost__type-examples{grid-template-columns:1fr}}.star-boost__type-card{padding:1.5rem;border-radius:20px;background:#ffd6000a;border:1px solid rgba(255,214,0,.1)}.star-boost__type-title{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:#ffd600;margin-bottom:.25rem}.star-boost__type-subtitle{display:block;font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.star-boost__type-example{display:block;font-size:.75rem;color:var(--text-secondary);font-style:italic;margin-bottom:1rem}.star-boost__table-wrapper{margin-top:1.5rem;border-radius:20px;overflow:hidden;border:1px solid rgba(255,214,0,.15)}.star-boost__table-wrapper--small{max-width:400px}.star-boost__stones-table{width:100%;border-collapse:collapse;font-size:.875rem}.star-boost__stones-table th,.star-boost__stones-table td{padding:.5rem 1rem;text-align:left}@media(max-width:767px){.star-boost__stones-table th,.star-boost__stones-table td{padding:.25rem .5rem;font-size:.75rem}}.star-boost__stones-table thead{background:#ffd6001a}.star-boost__stones-table thead th{font-family:Fredoka,Inter,sans-serif;font-weight:600;color:var(--text-primary);border-bottom:2px solid rgba(255,214,0,.2)}.star-boost__stones-table tbody tr{border-bottom:1px solid rgba(255,214,0,.08);transition:background .15s}.star-boost__stones-table tbody tr:last-child{border-bottom:none}.star-boost__stones-table tbody tr:hover{background:#ffd6000a}.star-boost__stones-table td{color:var(--text-secondary)}.star-boost__star-cell{white-space:nowrap;font-size:.75rem}.star-boost__bronze-cell{color:#cd7f32!important;font-weight:600}.star-boost__ditto-table td:last-child{font-size:.75rem;line-height:1.6}.star-boost__section--bronze{border-left:3px solid #CD7F32}.star-boost__methods{list-style:none;padding:0;margin:1rem 0 1.5rem;display:grid;gap:1rem}.star-boost__method{display:flex;align-items:flex-start;gap:1rem}.star-boost__method p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.star-boost__method-number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#cd7f3226;color:#cd7f32;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700}.star-boost__craft-info{padding:1rem 1.5rem;border-radius:14px;background:#cd7f320f;border:1px solid rgba(205,127,50,.15);font-size:.875rem;color:var(--text-secondary);display:flex;align-items:center;gap:.5rem}.star-boost__craft-label{font-family:Fredoka,Inter,sans-serif;font-weight:600;color:#cd7f32;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px}.novidades__header{margin-bottom:2rem}.novidades__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid;border-image:linear-gradient(135deg,#00a3fb,#536dfe) 1;display:inline-block;margin-bottom:.25rem}.novidades__subtitle{color:var(--text-muted);font-size:1rem}.novidades__version{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-bottom:1.5rem}.novidades__version-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-light)}.novidades__version-title{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-primary)}.novidades__version-tag{font-size:.75rem;font-weight:700;color:var(--clan-color);border:1.5px solid var(--clan-color);padding:1px .5rem;border-radius:8px;letter-spacing:.5px}.novidades__groups{display:flex;flex-direction:column;gap:1.5rem}.novidades__group-title{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--group-color);margin-bottom:.5rem}.novidades__group-icon{font-size:1.25rem}.novidades__group-count{font-size:.75rem;font-weight:500;color:#fff;background:var(--group-color);padding:1px .5rem;border-radius:50%;margin-left:.25rem}.novidades__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.novidades__list-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:var(--text-secondary);padding:.25rem .5rem;border-radius:8px;transition:background .15s ease}.novidades__list-item:hover{background:#00000005}.novidades__bullet{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:6px}.novidades__page-link{color:var(--text-secondary);text-decoration:none;border-bottom:1px dashed rgba(0,0,0,.15);transition:all .15s ease}.novidades__page-link:hover{color:var(--clan-color);border-bottom-color:var(--clan-color)}.professions-page__header{margin-bottom:3rem}.professions-page__header h1{margin-bottom:.5rem}.professions-page__header p{color:var(--text-secondary);font-size:1.125rem;line-height:1.8;max-width:700px}.professions-page__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(min-width:768px)and (max-width:991px){.professions-page__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.professions-page__grid{grid-template-columns:1fr}}.profession-card{display:flex;align-items:center;justify-content:center;text-decoration:none;border:3px solid var(--prof-color);border-radius:20px;overflow:hidden;background:radial-gradient(circle at 20% 50%,color-mix(in srgb,var(--prof-color) 35%,transparent) 0%,transparent 60%),radial-gradient(circle at 80% 50%,color-mix(in srgb,var(--prof-color) 25%,transparent) 0%,transparent 60%),color-mix(in srgb,var(--prof-color) 12%,var(--bg-card));opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);padding:2rem 1rem}.profession-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px color-mix(in srgb,var(--prof-color) 35%,transparent)}.profession-card:hover .profession-card__name{transform:scale(1.05)}.profession-card__name{text-align:center;font-size:1.3rem;font-weight:900;text-transform:uppercase;color:#fff;letter-spacing:.02em;line-height:1.1;paint-order:stroke fill;-webkit-text-stroke:3px #1a1a3e;text-shadow:0 2px 4px rgba(0,0,0,.4);transition:transform .4s cubic-bezier(.34,1.56,.64,1)}@media(max-width:767px){.profession-card__name{font-size:1rem;-webkit-text-stroke:2px #1a1a3e}}.profession-detail__switcher{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.profession-detail__switcher-item{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border-radius:100px;text-decoration:none;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary);background:var(--bg-card);border:1.5px solid var(--border-color);transition:all .15s ease}.profession-detail__switcher-item:hover{color:var(--prof-color);border-color:var(--prof-color);background:color-mix(in srgb,var(--prof-color) 8%,transparent)}.profession-detail__switcher-item--active{color:#fff;background:var(--prof-color);border-color:var(--prof-color)}.profession-detail__switcher-item--active:hover{color:#fff;background:var(--prof-color)}.profession-detail__switcher-name{white-space:nowrap}.profession-detail__hero{margin-bottom:2rem}.profession-detail__hero-title{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--clan-color)}.profession-detail__hero-desc{color:var(--text-muted);font-size:.875rem;margin-top:.5rem;max-width:600px}.profession-detail__requirements{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-bottom:2rem;opacity:0}.profession-detail__requirements-title{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.profession-detail__requirements-list{display:flex;gap:.5rem;flex-wrap:wrap}.profession-detail__requirement-badge{display:inline-flex;align-items:center;padding:.25rem 1rem;border-radius:100px;font-size:.875rem;font-weight:600;color:var(--clan-color-dark);background:color-mix(in srgb,var(--clan-color) 12%,transparent);border:1.5px solid color-mix(in srgb,var(--clan-color) 30%,transparent)}.profession-detail .toc__title{color:var(--clan-color-dark)}.profession-detail .toc__item:hover{color:var(--clan-color-dark);background:color-mix(in srgb,var(--clan-color) 10%,transparent);border-left-color:var(--clan-color)}.profession-detail__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-bottom:1.5rem;opacity:0}.profession-detail__section-title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid color-mix(in srgb,var(--clan-color) 20%,transparent)}.profession-detail__section-text{color:var(--text-secondary);font-size:.875rem;line-height:1.7;margin-bottom:1rem}.profession-detail__note{padding:.5rem 1rem;border-radius:8px;background:color-mix(in srgb,var(--clan-color) 6%,transparent);border-left:3px solid var(--clan-color);font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.profession-detail__note strong{color:var(--clan-color-dark)}.profession-detail__images{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;align-items:flex-start}.profession-detail__image{max-width:100%;height:auto;border-radius:8px;border:1px solid var(--border-color);margin-top:.5rem;object-fit:contain}.profession-detail__list{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-wrap:wrap;gap:.5rem}.profession-detail__list-item{padding:.25rem 1rem;border-radius:8px;background:var(--subtle-bg);border:1px solid var(--border-light);font-size:.875rem;color:var(--text-primary);font-weight:500}.profession-detail__table-wrapper{overflow-x:auto;margin-bottom:1rem;border-radius:8px;border:1px solid var(--border-light)}.profession-detail__table{width:100%;border-collapse:collapse;font-size:.875rem}.profession-detail__table th{background:var(--subtle-bg);font-family:Fredoka,Inter,sans-serif;font-weight:600;color:var(--text-primary);padding:.5rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.profession-detail__table td{padding:.5rem 1rem;color:var(--text-secondary);border-bottom:1px solid var(--subtle-bg)}.profession-detail__table tr:last-child td{border-bottom:none}.profession-detail__table tr:hover td{background:#00000004}.profession-detail__rank-badge{display:inline-flex;align-items:center;padding:2px .5rem;border-radius:8px;font-size:.75rem;font-weight:700;color:var(--clan-color-dark);background:color-mix(in srgb,var(--clan-color) 12%,transparent);letter-spacing:.3px}.profession-detail__rank-badge--lg{padding:.25rem 1rem;font-size:.875rem}.profession-detail__items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.profession-detail__item-card{padding:1rem;border-radius:8px;background:#00000005;border:1px solid var(--border-light);transition:all .15s ease}.profession-detail__item-card:hover{border-color:color-mix(in srgb,var(--clan-color) 30%,transparent);background:color-mix(in srgb,var(--clan-color) 4%,transparent)}.profession-detail__item-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--clan-color-dark);margin-bottom:.25rem}.profession-detail__item-desc{font-size:.75rem;color:var(--text-secondary);line-height:1.6}.profession-detail__upgrades{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.profession-detail__upgrade-card{padding:1rem;border-radius:8px;background:#00000005;border:1px solid var(--border-light)}.profession-detail__upgrade-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--clan-color-dark);margin-bottom:.25rem}.profession-detail__upgrade-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.profession-detail__upgrade-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;align-items:flex-start}.profession-detail__info-block{padding:1rem;border-radius:8px;background:#00000005;border:1px solid var(--border-light);margin-bottom:1rem}.profession-detail__info-block h4{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.profession-detail__info-block p{font-size:.875rem;color:var(--text-secondary);line-height:1.7}.profession-detail__video-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;background:var(--subtle-bg);border:1px solid var(--border-light);text-decoration:none;transition:all .15s ease;margin-bottom:1rem}.profession-detail__video-link:hover{border-color:red;background:#ff00000a}.profession-detail__video-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:red;color:#fff;font-size:.875rem;flex-shrink:0}.profession-detail__video-title{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary)}.profession-detail__video-credit{display:block;font-size:.75rem;color:var(--text-muted);margin-top:2px}.profession-detail__workshop-ranks{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem}.profession-detail__workshop-rank{padding:1rem;border-radius:8px;background:#00000005;border:1px solid var(--border-light)}.profession-detail__workshop-images{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;align-items:flex-start}.profession-detail__region-tag{display:inline-flex;padding:.25rem 1rem;border-radius:100px;background:color-mix(in srgb,var(--clan-color) 10%,transparent);border:1.5px solid color-mix(in srgb,var(--clan-color) 25%,transparent);font-size:.875rem;font-weight:600;color:var(--clan-color-dark);margin-bottom:1rem}.profession-detail__craft-groups{display:flex;flex-direction:column;gap:1.5rem}.profession-detail__craft-group-title{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.profession-detail__craft-group-desc{font-size:.875rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.profession-detail__craft-recipes{display:flex;flex-direction:column;gap:.5rem}.profession-detail__craft-recipe{padding:.5rem 1rem;border-radius:8px;background:#00000005;border:1px solid var(--border-light)}.profession-detail__craft-recipe-header{display:flex;align-items:center;gap:1rem}.profession-detail__craft-label{font-size:.875rem;color:var(--text-secondary)}.profession-detail__placeholder{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:3rem;text-align:center;color:var(--text-muted);font-size:1.125rem;opacity:0}.team-builder{padding-bottom:4rem}.team-builder__header{margin-bottom:2rem}.team-builder__header h1{font-family:Fredoka,Inter,sans-serif;font-size:2rem;color:var(--text-primary);margin-bottom:.5rem}.team-builder__header p{color:var(--text-secondary);font-size:.875rem}.team-builder__team-section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1.5rem;margin-bottom:2rem}.team-builder__team-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.team-builder__team-top h2{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;color:var(--text-primary)}.team-builder__team-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem}@media(min-width:768px)and (max-width:991px){.team-builder__team-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.team-builder__team-grid{grid-template-columns:repeat(2,1fr)}}.team-builder__slot{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px dashed var(--border-color);border-radius:14px;background:var(--subtle-bg);min-height:160px;transition:all .15s ease;position:relative}.team-builder__slot--filled{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);border:none;cursor:pointer}.team-builder__slot--filled:hover{transform:translateY(-2px);box-shadow:var(--shadow-fun)}.team-builder__slot--filled:hover .team-builder__slot-remove{opacity:1}.team-builder__slot--draggable{cursor:grab}.team-builder__slot--draggable:active{cursor:grabbing}.team-builder__slot--dragging{opacity:.4}.team-builder__slot--drag-over{border-color:#10b981;border-style:dashed;background:#10b98114;transform:scale(1.03)}.team-builder__slot--empty-clickable{cursor:pointer}.team-builder__slot--empty-clickable:hover{border-color:#00a3fb;background:#00a3fb0f}.team-builder__slot--empty-clickable:hover .team-builder__slot-empty{opacity:.7;color:#00a3fb}.team-builder__slot--empty-clickable:hover .team-builder__slot-label{color:#00a3fb}.team-builder__slot-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;text-align:center;margin-bottom:.5rem;height:2.6em;display:flex;align-items:center;justify-content:center}.team-builder__slot-pokemon{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.team-builder__slot-img{width:64px;height:64px;object-fit:contain}.team-builder__slot-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary);text-align:center}.team-builder__slot-badges{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.team-builder__slot-remove{position:absolute;top:6px;right:6px;width:22px;height:22px;background:none;color:var(--text-muted);font-size:18px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease;border:none;cursor:pointer}.team-builder__slot-empty{display:flex;align-items:center;justify-content:center;flex:1;color:var(--text-muted);opacity:.4}.team-builder__filters{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);padding:1rem 1.5rem;margin-bottom:2rem}.team-builder__filters-header{display:flex;align-items:center;justify-content:space-between}.team-builder__filters-header--clickable{cursor:pointer}.team-builder__filters-toggle{display:flex;align-items:center;gap:.5rem;font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);background:none;border:none;cursor:pointer;padding:.25rem 0}.team-builder__filters-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:100px;background:#00a3fb;color:#fff;font-size:11px;font-weight:700}.team-builder__filters-chevron{transition:transform .15s ease}.team-builder__filters-chevron--open{transform:rotate(180deg)}.team-builder__filters-body{display:none;flex-direction:column;gap:1.5rem;padding-top:1.5rem}.team-builder__filters-body--open{display:flex}.team-builder__filter-group{display:flex;flex-direction:column;gap:.5rem}.team-builder__filter-label{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary)}.team-builder__filter-options{display:flex;flex-wrap:wrap;gap:6px}.team-builder__search{display:flex;align-items:center;gap:.5rem;background:var(--bg-input);border:1.5px solid var(--border-color);border-radius:100px;padding:6px 1rem;transition:border-color .15s ease;color:var(--text-muted)}.team-builder__search:focus-within{border-color:#00a3fb}.team-builder__search input{flex:1;background:none;border:none;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:var(--text-primary)}.team-builder__search input::placeholder{color:var(--text-muted)}.team-builder__listing{margin-top:1rem}.team-builder__listing-count{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}.team-builder__empty{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);display:flex;align-items:center;justify-content:center;padding:2rem 3rem;text-align:center;color:var(--text-muted)}.team-builder__empty p{margin:0}.team-builder__pokemon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}@media(max-width:767px){.team-builder__pokemon-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}.team-builder__pokemon-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;box-shadow:var(--shadow-card);display:flex;flex-direction:column;align-items:center;padding:1rem;gap:.25rem;cursor:pointer;position:relative;transition:all .15s ease;border:none;text-align:center;font-family:inherit}.team-builder__pokemon-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-fun)}.team-builder__pokemon-card--selected{opacity:.55;pointer-events:none;border:2px solid #33B5FF}.team-builder__pokemon-check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;background:#10b981;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.team-builder__pokemon-img{width:72px;height:72px;object-fit:contain}.team-builder__pokemon-name{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary)}.team-builder__pokemon-badges{display:flex;flex-direction:column;align-items:center;gap:.25rem}.team-builder__pokemon-types{display:flex;gap:4px;flex-wrap:wrap;justify-content:center}.team-builder__pokemon-moveset{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:center}.team-builder__pokemon-moveset-label{font-size:.75rem;color:var(--text-muted);font-weight:500}:root{--bg-main: #F5F7FA;--bg-card: #FFFFFF;--bg-card-raised: #FFFFFF;--bg-secondary: #EDF1F7;--bg-hover: #E8F4FE;--bg-input: #FFFFFF;--text-primary: #1A202C;--text-secondary: #4A5568;--text-muted: #A0AEC0;--text-link: #00A3FB;--border-color: rgba(0, 0, 0, .08);--border-light: rgba(0, 0, 0, .06);--subtle-bg: rgba(0, 0, 0, .03);--shadow-card: 0 2px 8px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .03);--shadow-fun: 0 4px 16px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .04);--scrollbar-track: rgba(0, 0, 0, .04);--code-bg: rgba(0, 163, 251, .08);--code-color: #0088DD;--selection-bg: rgba(0, 163, 251, .35);color-scheme:light}[data-theme=dark]{--bg-main: #0B1120;--bg-card: #151E2E;--bg-card-raised: #1A2540;--bg-secondary: #111827;--bg-hover: rgba(0, 163, 251, .1);--bg-input: #1A2540;--text-primary: #E8EDF5;--text-secondary: #94A8C8;--text-muted: #5D7494;--text-link: #33B5FF;--border-color: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .06);--subtle-bg: rgba(255, 255, 255, .04);--shadow-card: 0 2px 8px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .04);--shadow-fun: 0 4px 16px rgba(0, 0, 0, .3), 0 0 0 1px rgba(255, 255, 255, .04);--scrollbar-track: rgba(255, 255, 255, .04);--code-bg: rgba(0, 163, 251, .15);--code-color: #33B5FF;--selection-bg: rgba(0, 163, 251, .45);color-scheme:dark}.theme-transition,.theme-transition *,.theme-transition *:before,.theme-transition *:after{transition:background-color .35s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease,fill .35s ease!important}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:calc(70px + 1.5rem);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:var(--text-primary);background-color:var(--bg-main);line-height:1.6;min-height:100vh;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}body::-webkit-scrollbar-thumb{background:#00a3fb4d;border-radius:4px}body::-webkit-scrollbar-thumb:hover{background:#00a3fb80}a{color:var(--text-link);text-decoration:none;transition:color .15s ease}a:hover{color:#33b5ff}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none;outline:none}h1,h2,h3,h4,h5,h6{font-family:Fredoka,Inter,sans-serif;font-weight:600;line-height:1.3;color:var(--text-primary)}::selection{background:var(--selection-bg);color:#fff}h1{font-size:2.75rem}@media(max-width:767px){h1{font-size:2rem}}h2{font-size:2rem}@media(max-width:767px){h2{font-size:1.5rem}}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary);line-height:1.7}strong,b{font-weight:700;color:var(--text-primary)}code{background:var(--code-bg);padding:2px 8px;border-radius:8px;font-size:.875rem;color:var(--code-color)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.8)}70%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}@keyframes glowPulse{0%,to{box-shadow:0 0 10px #00a3fb33}50%{box-shadow:0 0 30px #00a3fb73}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-12px)}60%{transform:translateY(-6px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in{animation:fadeIn .4s ease forwards}.animate-slide-up{animation:slideUp .5s ease forwards}.animate-pop-in{animation:popIn .5s cubic-bezier(.34,1.56,.64,1) forwards}.stagger-1{animation-delay:.06s}.stagger-2{animation-delay:.12s}.stagger-3{animation-delay:.18s}.stagger-4{animation-delay:.24s}.stagger-5{animation-delay:.3s}.stagger-6{animation-delay:.36s}.stagger-7{animation-delay:.42s}.stagger-8{animation-delay:.48s}.stagger-9{animation-delay:.54s}.stagger-10{animation-delay:.6s}.stagger-11{animation-delay:.66s}.stagger-12{animation-delay:.72s}.filter-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:100px;border:1.5px solid rgba(0,0,0,.1);background:var(--bg-card);font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s ease;white-space:nowrap}.filter-btn:hover{border-color:#0003;transform:translateY(-1px);box-shadow:0 2px 6px var(--border-color)}.filter-btn__icon{width:18px;height:18px;object-fit:contain;flex-shrink:0}.filter-btn--all-rounder.filter-btn--active{border-color:#8b5cf6;background:#8b5cf61a;color:#8b5cf6}.filter-btn--attacker.filter-btn--active{border-color:#ef4444;background:#ef44441a;color:#ef4444}.filter-btn--defender.filter-btn--active{border-color:#3b82f6;background:#3b82f61a;color:#3b82f6}.filter-btn--supporter.filter-btn--active{border-color:#10b981;background:#10b9811a;color:#10b981}.filter-btn--type.filter-btn--active{border-color:var(--clan-color, #00A3FB);background:#0000000d;color:var(--text-primary)}.filter-btn--stun.filter-btn--active{border-color:#eab308;background:#eab3081a;color:#a16207}.filter-btn--silence.filter-btn--active{border-color:#8b5cf6;background:#8b5cf61a;color:#6d28d9}.filter-btn--finisher.filter-btn--active{border-color:#ef4444;background:#ef44441a;color:#dc2626}.filter-btn--moveset.filter-btn--active{border-color:var(--clan-color, #00A3FB);background:#0000000d;color:var(--text-primary)}.filter-btn--clear{border-color:transparent;background:var(--subtle-bg);color:var(--text-muted);font-weight:500}.filter-btn--clear:hover{background:var(--border-color);color:var(--text-primary)}.container{max-width:1320px;margin:0 auto;padding:0 1.5rem}@media(max-width:767px){.container{padding:0 1rem}}#root{min-height:100vh;display:flex;flex-direction:column}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;background:linear-gradient(135deg,var(--clan-color, #00A3FB),var(--clan-color-dark, #536DFE));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;box-shadow:0 4px 16px color-mix(in srgb,var(--clan-color, #00A3FB) 35%,transparent);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);z-index:100;border:2px solid rgba(255,255,255,.2)}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-4px) scale(1.1);box-shadow:0 8px 24px color-mix(in srgb,var(--clan-color, #00A3FB) 45%,transparent)}.back-to-top:active{transform:translateY(-2px) scale(1.05)}@media(max-width:767px){.back-to-top{bottom:1.5rem;right:1.5rem;width:44px;height:44px}}
