@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:#fff;border:1px solid rgba(0,0,0,.08);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:#1a202c}.search-bar__result-section{font-size:.75rem;color:#a0aec0;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)}.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:#fff;border-right:1px solid rgba(0,0,0,.06);overflow-y:auto;z-index:950;transform:translate(-100%);transition:transform .25s ease}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:#0000000a;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 rgba(0,0,0,.06)}@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:#4a5568}.sidebar__close{font-size:1.25rem;color:#a0aec0;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-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}.sidebar__group:nth-child(1) .sidebar__group-title{color:#00a3fb}.sidebar__group:nth-child(2) .sidebar__group-title{color:#8b5cf6}.sidebar__group:nth-child(3) .sidebar__group-title{color:#10b981}.sidebar__group:nth-child(4) .sidebar__group-title{color:#f97316}.sidebar__link{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:14px;font-size:.875rem;color:#4a5568;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.sidebar__link:hover{color:#33b5ff;background:#00a3fb1a;transform:translate(4px)}.sidebar__link--active{color:#00a3fb;background:#00a3fb24;font-weight:600;border-left:3px solid #00A3FB}.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 rgba(0,163,251,.15);margin-left:1rem}.sidebar__link--child{font-size:.75rem;padding:.25rem .5rem;color:#a0aec0}.sidebar__link--child:hover{color:#33b5ff}.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}}.quicknav{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem;margin-bottom:1.5rem}.quicknav__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#1a202c;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:#a0aec0;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:block;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: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__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:#1a202c;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:#1a202c;margin-bottom:.5rem;animation:slideUp .4s ease both;animation-delay:.05s}.team-selector__team-desc{font-size:.875rem;color:#4a5568;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:#1a202c;border:1px solid rgba(0,0,0,.08);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{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem;margin-bottom:1.5rem}.sitemap__title{font-family:Fredoka,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#1a202c;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__desc{font-size:.875rem;color:#a0aec0;margin-bottom:2rem}.sitemap__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:767px){.sitemap__grid{grid-template-columns:1fr}}.sitemap__category{padding:1rem;border-radius:14px;background:#00a3fb05;border:1px solid rgba(0,163,251,.06);opacity:0}.sitemap__category-title{font-family:Fredoka,Inter,sans-serif;font-size:1rem;font-weight:700;color:#1a202c;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:2px solid rgba(0,163,251,.12);display:flex;align-items:center;gap:.25rem}.sitemap__category-icon{font-size:1.25rem}.sitemap__category-subtitle{font-weight:400;font-size:.75rem;color:#a0aec0}.sitemap__links{list-style:none;padding:0;margin:0}.sitemap__link-item{margin-bottom:2px}.sitemap__link{display:inline-block;padding:.25rem .5rem;font-size:.875rem;font-weight:500;color:#4a5568;text-decoration:none;border-radius:8px;transition:all .25s ease}.sitemap__link:hover{color:#00a3fb;background:#00a3fb0f}.sitemap__sublinks{list-style:none;padding:0;padding-left:1.5rem;border-left:2px solid rgba(0,163,251,.1);margin:0 0 .25rem 1rem}.sitemap__sublink-item{margin-bottom:1px}.sitemap__sublink{display:inline-block;padding:2px .5rem;font-size:.75rem;color:#a0aec0;text-decoration:none;border-radius:8px;transition:all .25s ease}.sitemap__sublink:hover{color:#00a3fb;background:#00a3fb0f}.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,#00000059,#00000073 50%,#0000008c 70%,#f5f7fa)}.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%}.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:#a0aec0;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:#a0aec0;margin:0 .5rem;font-size:1.125rem;opacity:.5}.toc{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#a0aec0;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:#4a5568;font-size:1.125rem;line-height:1.8;max-width:700px}.sobre-page__systems{display:flex;flex-direction:column;gap:1.5rem}.system-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#1a202c;margin-right:.25rem}.boss-group span{color:#4a5568}.faq-page__header{margin-bottom:3rem}.faq-page__header h1{margin-bottom:.5rem}.faq-page__header p{color:#4a5568;font-size:1.125rem}.faq-page__list{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#1a202c;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:#4a5568}.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}.guia-page__header{margin-bottom:3rem}.guia-page__header h1{margin-bottom:.5rem}.guia-page__header p{color:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#a0aec0;margin-top:2px}.regras-section__body p{font-size:.875rem;color:#4a5568;line-height:1.8;margin-bottom:.5rem}.regras-section__body p:last-child{margin-bottom:0}.regras-section__body p strong{color:#1a202c;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:#4a5568;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:#1a202c;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}.changelog-page__header{margin-bottom:2rem}.changelog-page__header h1{margin-bottom:.5rem}.changelog-page__header p{color:#4a5568;font-size:1.125rem}.changelog-page__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.changelog-page__timeline{position:relative;padding-left:2rem}.changelog-page__timeline:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,#00a3fb,#8b5cf6,#ff408133);border-radius:2px}.changelog-filter{padding:.25rem 1rem;border-radius:100px;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:500;color:#4a5568;background:#fff;border:2px solid rgba(0,163,251,.12);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.changelog-filter:hover{color:#1a202c;border-color:#00a3fb59;transform:translateY(-2px)}.changelog-filter--active{color:#fff;background:linear-gradient(135deg,#00a3fb,#536dfe);border-color:transparent;box-shadow:0 4px 12px #00a3fb4d}.changelog-entry{position:relative;margin-bottom:2rem}.changelog-entry__dot{position:absolute;left:-2rem;top:1.5rem;width:18px;height:18px;background:linear-gradient(135deg,#00a3fb,#536dfe);border:3px solid #FFFFFF;border-radius:50%;z-index:2;transform:translate(-4px);box-shadow:0 0 8px #00a3fb4d}.changelog-entry__card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:1.5rem}.changelog-entry__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.changelog-entry__header h3{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#1a202c}.changelog-entry__header time{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:500;color:#00a3fb;background:#00a3fb1a;padding:.25rem 1rem;border-radius:100px}.changelog-entry__note{background:#f59e0b14;border:2px solid rgba(245,158,11,.2);border-radius:14px;padding:.5rem 1rem;margin-bottom:1rem;font-size:.875rem;color:#4a5568;line-height:1.6}.changelog-entry__note strong{color:#f59e0b}.changelog-group{margin-bottom:1rem}.changelog-group:last-child{margin-bottom:0}.changelog-group__title{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:2px solid rgba(0,163,251,.1)}.changelog-group__changes{display:flex;flex-direction:column;gap:.5rem}.changelog-change{display:flex;align-items:flex-start;gap:.5rem}.changelog-change__tag{flex-shrink:0;padding:3px .5rem;border-radius:100px;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.3px}.changelog-change__text{font-size:.875rem;color:#4a5568;line-height:1.6}.noticias-page__header{margin-bottom:3rem}.noticias-page__header h1{margin-bottom:.5rem}.noticias-page__header p{color:#4a5568;font-size:1.125rem}.noticias-page__header p strong{color:#00a3fb}.noticias-page__list{display:flex;flex-direction:column;gap:1.5rem}.noticias-page__loader{text-align:center;padding:2rem 0;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;color:#a0aec0}.noticia-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:1.5rem;opacity:0}.noticia-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.noticia-card__author-info{display:flex;align-items:center;gap:.5rem}.noticia-card__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,163,251,.2)}.noticia-card__author{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#00a3fb}.noticia-card__date{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;color:#a0aec0}.noticia-card__pin{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:#f59e0b;background:#f59e0b1a;padding:2px .5rem;border-radius:100px}.noticia-card__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.noticia-card__blocks{display:flex;flex-direction:column;gap:1rem}.noticia-card__content p{font-size:.875rem;color:#4a5568;line-height:1.8}.noticia-card__content p:last-child{margin-bottom:0}.noticia-card__content p strong{color:#1a202c;font-weight:700}.noticia-card__media{display:flex;flex-wrap:wrap;gap:.5rem}.noticia-card__media--grid{gap:.5rem}.noticia-card__media-item{overflow:hidden;border-radius:14px;border:2px solid rgba(0,163,251,.1);display:inline-block}.noticia-card__media-item img{max-width:100%;max-height:400px;display:block;border-radius:14px;transition:transform .4s ease}.noticia-card__media-item img:hover{transform:scale(1.03)}.noticia-card__video{width:100%;border-radius:20px;border:2px solid rgba(0,163,251,.1)}.noticia-card__embeds{display:flex;flex-direction:column;gap:.5rem}.noticia-card__embed{display:flex;gap:1rem;padding:1rem;background:#edf1f7;border:2px solid rgba(0,163,251,.12);border-left:4px solid #00A3FB;border-radius:14px;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.noticia-card__embed:hover{border-color:#00a3fb4d;background:#e8f4fe;transform:translateY(-2px)}.noticia-card__embed-thumb{width:80px;height:80px;object-fit:cover;border-radius:14px;flex-shrink:0}.noticia-card__embed-info{display:flex;flex-direction:column;gap:.25rem}.noticia-card__embed-title{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#00a3fb}.noticia-card__embed-desc{font-size:.75rem;color:#a0aec0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.informativos-page__header{margin-bottom:3rem}.informativos-page__header h1{margin-bottom:.5rem}.informativos-page__header p{color:#4a5568;font-size:1.125rem}.informativos-page__header p strong{color:#00a3fb}.informativos-page__list{display:flex;flex-direction:column;gap:1.5rem}.informativos-page__loader{text-align:center;padding:2rem 0;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;color:#a0aec0}.informativo-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:1.5rem;opacity:0}.informativo-card__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.informativo-card__author-info{display:flex;align-items:center;gap:.5rem}.informativo-card__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid rgba(0,163,251,.2)}.informativo-card__author{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#00a3fb}.informativo-card__date{display:block;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;color:#a0aec0}.informativo-card__pin{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:#f59e0b;background:#f59e0b1a;padding:2px .5rem;border-radius:100px}.informativo-card__title{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#1a202c;margin-bottom:.5rem;line-height:1.4}.informativo-card__blocks{display:flex;flex-direction:column;gap:1rem}.informativo-card__content p{font-size:.875rem;color:#4a5568;line-height:1.8}.informativo-card__content p:last-child{margin-bottom:0}.informativo-card__content p strong{color:#1a202c;font-weight:700}.informativo-card__media{display:flex;flex-wrap:wrap;gap:.5rem}.informativo-card__media--grid{gap:.5rem}.informativo-card__media-item{overflow:hidden;border-radius:14px;border:2px solid rgba(0,163,251,.1);display:inline-block}.informativo-card__media-item img{max-width:100%;max-height:400px;display:block;border-radius:14px;transition:transform .4s ease}.informativo-card__media-item img:hover{transform:scale(1.03)}.informativo-card__video{width:100%;border-radius:20px;border:2px solid rgba(0,163,251,.1)}.informativo-card__embeds{display:flex;flex-direction:column;gap:.5rem}.informativo-card__embed{display:flex;gap:1rem;padding:1rem;background:#edf1f7;border:2px solid rgba(0,163,251,.12);border-left:4px solid #00A3FB;border-radius:14px;text-decoration:none;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.informativo-card__embed:hover{border-color:#00a3fb4d;background:#e8f4fe;transform:translateY(-2px)}.informativo-card__embed-thumb{width:80px;height:80px;object-fit:cover;border-radius:14px;flex-shrink:0}.informativo-card__embed-info{display:flex;flex-direction:column;gap:.25rem}.informativo-card__embed-title{font-family:Fredoka,Inter,sans-serif;font-size:.875rem;font-weight:600;color:#00a3fb}.informativo-card__embed-desc{font-size:.75rem;color:#a0aec0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-results-page__header{margin-bottom:3rem}.search-results-page__header h1{margin-bottom:.5rem}.search-results-page__header p{color:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#1a202c;margin:.5rem 0}.search-result-item__preview{font-size:.875rem;color:#4a5568;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:#1a202c;margin-bottom:.25rem}.medias-page__header p{font-size:.875rem;color:#a0aec0}.medias-page__grid{display:flex;flex-direction:column;gap:1.5rem}.medias-page__ball-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem;border-top:3px solid var(--ball-color);transition:box-shadow .25s ease}.medias-page__ball-card:hover{box-shadow:0 8px 24px #00000014}.medias-page__ball-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.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:#1a202c}.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:#edf1f7;transition:background .15s ease}.medias-page__level-item:hover{background:#e8f4fe}.medias-page__level-label{font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:#a0aec0;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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 #00000014,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:#00000008;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000f;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:#1a202c;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 rgba(0,0,0,.08);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 rgba(0,0,0,.06);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,#0000000a 25%,#00000014,#0000000a 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:#1a202c;text-align:center;line-height:1.3}.pokemon-card__form{display:block;font-size:10px;font-weight:500;color:#a0aec0;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:#fff;border:2px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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 #00000014}.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:#1a202c}@media(max-width:767px){.clan-detail__switcher-name{display:none}}.clan-detail__hero{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;position:relative;overflow:hidden;margin-bottom:1.5rem;min-height:280px;opacity:0;background:linear-gradient(to right,#FFFFFF 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:#4a5568;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#a0aec0;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 rgba(0,0,0,.06)}.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:#4a5568;transition:color .15s ease}.clan-detail__filters-toggle:hover{color:#1a202c}.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:#a0aec0;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:#a0aec0;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__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:#a0aec0;font-size:.875rem;font-style:italic;border:2px dashed rgba(0,0,0,.08)}.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 rgba(0,0,0,.06);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.type-badge:hover{transform:translateY(-3px);box-shadow:0 4px 12px #00000014}.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:#1a202c}.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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;overflow:hidden}.rank-card__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:#00000005;border-bottom:1px solid rgba(0,0,0,.06)}@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:#a0aec0}.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:#0000000a;padding:3px .5rem;border-radius:100px}.rank-card__unlock{font-size:.75rem;color:#a0aec0;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 rgba(0,0,0,.04)}.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:#4a5568;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:#4a5568;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:#00000008}.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:#4a5568;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:#00000014;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 rgba(0,0,0,.06);background:#fff;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 #00000014}.expedition-selector__item--active{border-color:var(--clan-color);background:#00000008;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:#4a5568;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;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#00000005;border-radius:20px}.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 rgba(0,0,0,.06)}.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:#00000008}.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:#a0aec0;text-align:left;white-space:nowrap;vertical-align:middle}.expedition-table tbody tr{border-bottom:1px solid rgba(0,0,0,.04);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:#1a202c}.expedition-table__pokemon-img{width:36px;height:36px;object-fit:contain}.expedition-table__types{display:inline-flex;align-items:center;gap:4px}.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:#fff;font-family:Fredoka,Inter,sans-serif;font-size:.75rem;font-weight:600;color:#4a5568;cursor:pointer;transition:all .15s ease;white-space:nowrap}.filter-btn:hover{border-color:#0003;transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.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);background:#0000000d;color:#1a202c}.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);background:#0000000d;color:#1a202c}.filter-btn--clear{border-color:transparent;background:#0000000a;color:#a0aec0;font-weight:500}.filter-btn--clear:hover{background:#00000014;color:#1a202c}.hoopa-page__header{margin-bottom:2rem}.hoopa-page__header h1{font-family:Fredoka,Inter,sans-serif;font-size:2rem;font-weight:700;color:#1a202c;margin-bottom:.25rem}.hoopa-page__header p{font-size:.875rem;color:#a0aec0}.hoopa-page__bosses{display:flex;flex-direction:column;gap:1.5rem}.hoopa-page__boss-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;overflow:hidden}.hoopa-page__boss-header{background:linear-gradient(135deg,#2d2d2d,#3a3a3a);padding:1rem 2rem;display:flex;align-items:center;gap:1rem}.hoopa-page__boss-sprite{width:64px;height:64px;object-fit:contain;flex-shrink:0}.hoopa-page__boss-info{display:flex;flex-direction:column;gap:.25rem}.hoopa-page__boss-name{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#fff}.hoopa-page__boss-types{display:flex;gap:.25rem}.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}.maniacs-page__header{margin-bottom:3rem}.maniacs-page__header h1{margin-bottom:.5rem}.maniacs-page__header p{color:#4a5568;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:#4a5568;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:#a0aec0;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 rgba(0,0,0,.06);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:#a0aec0;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:#1a202c;margin-bottom:.25rem}.champions-patch__header p{font-size:.875rem;color:#a0aec0}.champions-patch__bosses{display:flex;flex-direction:column;gap:1.5rem}.champions-patch__boss-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;overflow:hidden}.champions-patch__boss-header{background:linear-gradient(135deg,#2d2d2d,#3a3a3a);padding:1rem 2rem;display:flex;align-items:center;gap:1rem}.champions-patch__boss-sprite{width:64px;height:64px;object-fit:contain;flex-shrink:0}.champions-patch__boss-info{display:flex;flex-direction:column;gap:.25rem}.champions-patch__boss-name{font-family:Fredoka,Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#fff}.champions-patch__boss-types{display:flex;gap:.25rem}.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:#1a202c;text-transform:uppercase;letter-spacing:.05em;padding-bottom:.25rem;border-bottom:2px solid rgba(0,0,0,.08)}.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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;margin-top:1.5rem;padding:1.5rem 2rem;font-size:.875rem;color:#a0aec0;line-height:1.6}.champions-patch__note strong{color:#1a202c}.beginner-pokemon .toc__title{color:#10b981}.beginner-pokemon .toc__item:hover{color:#10b981;background:#10b98114;border-left-color:#10b981}.beginner-pokemon__header{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#fff 60%,#00a3fb0f);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:#1a202c;margin-bottom:.25rem}@media(max-width:767px){.beginner-pokemon__title{font-size:1.5rem}}.beginner-pokemon__subtitle{font-size:.875rem;color:#4a5568;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 rgba(0,0,0,.06);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:#a0aec0;white-space:nowrap}.beginner-pokemon__levels{display:flex;flex-direction:column;gap:1.5rem}.beginner-pokemon__section{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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 rgba(0,0,0,.06)}@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:#a0aec0;background:#00000008;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#fff 60%,#f472b614);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:#1a202c;margin-bottom:.25rem}@media(max-width:767px){.slowpoke-quest__title{font-size:1.5rem}}.slowpoke-quest__intro{font-size:.875rem;color:#4a5568;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 rgba(0,0,0,.06);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:#a0aec0;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#a0aec0;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:#4a5568;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:#4a5568;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#a0aec0;font-size:.875rem;font-style:italic}.reward-card{border-radius:14px;border:1px solid rgba(0,0,0,.06);overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.reward-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.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:#4a5568;line-height:1.8;padding:.25rem 0;border-bottom:1px solid rgba(0,0,0,.04)}.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:#1a202c;margin-bottom:.25rem}.quests-page__subtitle{font-size:1.125rem;color:#4a5568}.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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#0000000a;padding:3px .5rem;border-radius:100px;border:1px solid rgba(0,0,0,.06)}.police-op .toc__title{color:#3b82f6}.police-op .toc__item:hover{color:#3b82f6;background:#3b82f614;border-left-color:#3b82f6}.police-op__header{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#fff 60%,#3b82f614);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:#1a202c;margin-bottom:.25rem}@media(max-width:767px){.police-op__title{font-size:1.5rem}}.police-op__intro{font-size:.875rem;color:#4a5568;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 rgba(0,0,0,.06);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:#a0aec0;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#a0aec0;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 rgba(0,0,0,.06);margin-bottom:1.5rem}.police-op__tokens-table{width:100%;border-collapse:collapse;font-size:.875rem}.police-op__tokens-table thead{background:#00000008}.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:#a0aec0;text-align:left}.police-op__tokens-table tbody tr{border-bottom:1px solid rgba(0,0,0,.04);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:#4a5568;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#a0aec0;font-size:.875rem;font-style:italic}.diff-card{border-radius:14px;border:1px solid rgba(0,0,0,.06);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:#a0aec0;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;background:linear-gradient(135deg,#fff 60%,#f59e0b0f);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:#1a202c;margin-bottom:.25rem}@media(max-width:767px){.eggs__title{font-size:1.5rem}}.eggs__subtitle{font-size:.875rem;color:#4a5568;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 rgba(0,0,0,.06);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:#a0aec0;white-space:nowrap}.eggs__types{display:flex;flex-direction:column;gap:1.5rem}.eggs__section{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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 rgba(0,0,0,.06)}@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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 60%,#b388ff14);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:#4a5568;line-height:1.8;max-width:680px}.shiny-cards__section{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;line-height:1.8}.shiny-cards__text--highlight{margin-top:.5rem;color:#1a202c;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 60%,#10b98114);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:#4a5568;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:#1a202c}.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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;line-height:1.8}.training__text--highlight{margin-top:.5rem;color:#1a202c;font-weight:500}.training__text-block{font-size:.875rem;color:#4a5568;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:#4a5568;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:#a0aec0;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:#4a5568;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:#4a5568;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:#1a202c;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:#1a202c;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:#1a202c;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:#4a5568;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:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;padding:2rem 3rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff 60%,#ffd60014);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:#4a5568;line-height:1.8;max-width:680px}.star-boost__section{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f,0 0 0 1px #00000008;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:#4a5568;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:#4a5568;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:#fff;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:#a0aec0;margin-bottom:.25rem}.star-boost__type-example{display:block;font-size:.75rem;color:#4a5568;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:#1a202c;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:#4a5568}.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:#4a5568;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:#4a5568;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}*,*: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:#1a202c;background-color:#f5f7fa;line-height:1.6;min-height:100vh;overflow-x:hidden}body::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track{background:#0000000a;border-radius:4px}body::-webkit-scrollbar-thumb{background:#00a3fb4d;border-radius:4px}body::-webkit-scrollbar-thumb:hover{background:#00a3fb80}a{color:#00a3fb;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:#1a202c}::selection{background:#00a3fb59;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:#4a5568;line-height:1.7}strong,b{font-weight:700;color:#1a202c}code{background:#00a3fb14;padding:2px 8px;border-radius:8px;font-size:.875rem;color:#08d}@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}.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}}
