@import "https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;700;800&family=Inter:wght@400;500;600;700&display=swap";:root{--poke-yellow:#ffcb05;--poke-yellow-dark:#b3860a;--poke-blue:#3d7dca;--poke-blue-light:#eaf2fb;--poke-navy:#003a70;--poke-navy-soft:#0a5599;--poke-red:#ee1515;--poke-red-dark:#b30f0f;--type-fire:#f08030;--type-water:#6890f0;--type-grass:#78c850;--type-electric:#f8d030;--type-psychic:#f85888;--type-colorless:#a8a878;--status-erro:#c0392b;--text:#12233d;--text-muted:#5b6b82;--bg:#f4f7fb;--surface:#fff;--border:#dce6f2;--shadow:0 6px 16px #003a701f;--heading:"Baloo 2", system-ui, sans-serif;--sans:"Inter", system-ui, sans-serif;font:16px/145% var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#e8eef7;--text-muted:#8fa1ba;--bg:#0a1626;--surface:#10203a;--border:#1c3252;--shadow:0 6px 20px #00000080;--poke-blue-light:#16283f}}*{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;overflow-x:hidden}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3{font-family:var(--heading);color:var(--text);margin:0}p{color:var(--text-muted);margin:0}.topbar{background:linear-gradient(150deg, var(--poke-red) 0%, var(--poke-red-dark) 100%);color:#fff;box-shadow:var(--shadow);border-bottom:4px solid #1a1a1a;padding:20px 24px 24px;position:relative;overflow:hidden}.topbar-corte{clip-path:polygon(38% 100%,100% 0%,100% 100%);pointer-events:none;background:#1a1a1a;width:46%;height:34px;position:absolute;bottom:-14px;right:-6%}.topbar-inner{z-index:1;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex;position:relative}.topbar-brand{align-items:center;gap:10px;text-decoration:none;display:flex}.topbar-lente{background:radial-gradient(circle at 32% 28%, #ffffffd9 0%, #fff0 30%), radial-gradient(circle at center, var(--poke-blue-light) 0%, var(--poke-blue) 65%, var(--poke-navy) 100%);border:3px solid #f4f7fb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 5px #00000059,inset 0 0 0 1px #00000026}.topbar-lente .pokeball{width:22px;height:22px}.topbar-luzes{flex-direction:column;gap:4px;margin-right:2px;display:flex}.topbar-luz{border:1px solid #00000040;border-radius:50%;width:8px;height:8px;box-shadow:inset 0 0 0 1px #fff6}.topbar-luz--amarela{background:var(--poke-yellow)}.topbar-luz--verde{background:var(--type-grass)}.topbar h1{color:#fff;letter-spacing:-.5px;white-space:nowrap;font-size:26px}@media (width<=480px){.topbar-lente{border-width:2px;width:34px;height:34px}.topbar-lente .pokeball{width:18px;height:18px}.topbar-luzes{display:none}.topbar h1{font-size:19px}.topbar-usuario span{display:none}.topbar-usuario-icone,.topbar-usuario-foto{width:26px;height:26px}}.topbar-sub{z-index:1;color:#ffffffe6;max-width:1100px;margin:10px auto 0;font-size:14px;position:relative}.topbar-auth{color:#fff;align-items:center;gap:14px;font-size:14px;display:flex}.topbar-usuario{color:#fff;align-items:center;gap:7px;font-weight:600;text-decoration:none;display:flex}.topbar-usuario:hover{text-decoration:underline}.topbar-usuario-icone,.topbar-usuario-foto{box-sizing:border-box;border-radius:50%;flex-shrink:0;width:24px;height:24px}.topbar-usuario-icone{color:#fff;background:#ffffff40;padding:4px}.topbar-usuario-foto{object-fit:cover;border:1.5px solid #fff9}.pokeball{flex-shrink:0;width:30px;height:30px}.pokeball-mini{background:radial-gradient(circle at center, white 0 3px, transparent 3.5px), linear-gradient(to bottom, var(--poke-red) 0 46%, #1a1a1a 46% 54%, white 54% 100%);border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}.pokeball-spin{animation:1s linear infinite girar}@media (prefers-reduced-motion:reduce){.pokeball-spin{animation:none}}@keyframes girar{to{transform:rotate(360deg)}}.insignia{clip-path:polygon(50% 0%,90% 20%,100% 60%,75% 100%,25% 100%,0% 60%,10% 20%);background:linear-gradient(155deg, var(--poke-yellow) 0%, var(--poke-yellow-dark) 100%);width:22px;height:22px;color:var(--poke-navy);flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:inline-flex;box-shadow:0 1px 2px #00000040}.conteudo{box-sizing:border-box;flex:1;width:100%;max-width:1100px;margin:0 auto;padding:28px 24px}.estado{text-align:center;color:var(--text-muted);padding:32px}.estado--carregando{justify-content:center;align-items:center;gap:8px;display:flex}.estado--erro{color:var(--status-erro)}.btn-link{color:var(--poke-blue);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.btn-link--claro{color:#fff}.btn-primario{background:var(--poke-navy);color:#fff;font:inherit;cursor:pointer;border:none;border-radius:10px;padding:12px;font-weight:700}.btn-primario:disabled{opacity:.6;cursor:not-allowed}.auth-wrap{justify-content:center;padding:40px 0;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:360px;box-shadow:var(--shadow);border-radius:14px;flex-direction:column;gap:14px;padding:28px;display:flex}.auth-card label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:13px;display:flex}.auth-card input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:10px 12px}.auth-dica{color:var(--text-muted);font-size:11px}.checklist-senha{flex-direction:column;gap:3px;margin:-6px 0 0;padding:0;list-style:none;display:flex}.checklist-senha li{color:var(--text-muted);font-size:12px}.checklist-senha-ok{color:var(--poke-blue)}.auth-foto-campo{align-items:center;gap:12px;display:flex}.auth-foto-preview{object-fit:cover;border:1px solid var(--border);background:var(--bg);border-radius:50%;flex-shrink:0;width:46px;height:46px}.auth-foto-preview--vazia{box-sizing:border-box;color:var(--text-muted);padding:10px}.auth-foto-campo input[type=file]{color:var(--text-muted);background:0 0;border:none;padding:0;font-size:12px}.auth-checkbox{align-items:flex-start;flex-direction:row!important;gap:8px!important}.auth-checkbox input{flex-shrink:0;width:16px;height:16px;margin-top:2px}.auth-checkbox span{font-size:13px;line-height:1.4}.auth-checkbox a{color:var(--poke-blue)}.expansoes-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.expansao-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);color:var(--text);border-radius:14px;padding:16px;text-decoration:none;transition:transform .15s;display:block}.expansao-card:hover{transform:translateY(-3px)}.expansao-logo{justify-content:center;align-items:center;height:64px;margin-bottom:10px;display:flex}.expansao-logo img{max-width:100%;max-height:100%}.expansao-card h3{text-align:center;justify-content:center;align-items:center;gap:6px;font-size:15px;display:flex}.expansao-serie,.expansao-total{text-align:center;color:var(--text-muted);margin-top:2px;font-size:12px}.progresso{margin-top:10px}.progresso-barra{background:var(--border);border-radius:999px;height:8px;overflow:hidden}.progresso-preenchido{background:var(--poke-blue);border-radius:999px;height:100%}.progresso-texto{text-align:center;color:var(--text-muted);margin-top:4px;font-size:11px;display:block}.progresso--grande .progresso-barra{width:100%;max-width:260px;height:10px}.voltar-link{color:var(--poke-blue);margin-bottom:16px;font-size:14px;text-decoration:none;display:inline-block}.expansao-header{text-align:center;flex-direction:column;align-items:center;gap:10px;margin-bottom:24px;display:flex}.expansao-header>div{width:100%;min-width:0}.expansao-header-logo{max-width:100%;max-height:72px}.progresso--grande{width:100%}.progresso--grande .progresso-barra{width:100%;max-width:none}.progresso--grande .progresso-texto{font-size:13px}.cartas-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-items:start;gap:16px;display:grid}.carta-item{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:12px;padding:10px;transition:box-shadow .15s}.carta-item--possuida{box-shadow:0 0 0 2px var(--poke-red)}.carta-imagem-wrap{margin-bottom:8px;position:relative}.carta-imagem-wrap img{aspect-ratio:5/7;object-fit:contain;background:var(--bg);border-radius:8px;width:100%;display:block}.carta-imagem-placeholder{aspect-ratio:5/7;background:var(--bg);color:var(--text-muted);text-align:center;border-radius:8px;justify-content:center;align-items:center;padding:8px;font-size:12px;display:flex}.carta-check{width:28px;height:28px;color:var(--poke-red);cursor:pointer;box-shadow:var(--shadow);background:#fff;border:none;border-radius:50%;font-size:16px;font-weight:700;position:absolute;top:6px;right:6px}.carta-item--possuida .carta-check{background:var(--poke-red);color:#fff}.carta-numero{color:var(--text-muted);margin:0;font-size:11px}.carta-nome{color:var(--text);margin:2px 0 6px;font-size:13px;font-weight:600}.carta-raridade{background:var(--bg);color:var(--text-muted);border-radius:999px;padding:2px 8px;font-size:10px;display:inline-block}.raridade--alta{color:var(--poke-yellow-dark);background:#ffcb052e}.raridade--media{color:var(--poke-blue);background:#2a75bb1f}.carta-valor-campo{text-align:left;margin-top:8px}.carta-valor-label-linha{align-items:center;gap:5px;margin-bottom:4px;display:flex}.carta-valor-label{color:var(--text-muted);font-size:11px;font-weight:600}.tooltip-wrap{display:inline-flex;position:relative}.tooltip-gatilho{border:1px solid var(--border);background:var(--bg);width:15px;height:15px;color:var(--text-muted);font:inherit;cursor:help;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.tooltip-texto{background:var(--text);width:150px;max-width:calc(100vw - 32px);color:var(--surface);box-shadow:var(--shadow);opacity:0;visibility:hidden;z-index:5;text-align:left;pointer-events:none;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:400;line-height:1.4;transition:opacity .15s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.tooltip-gatilho:hover+.tooltip-texto,.tooltip-gatilho:focus-visible+.tooltip-texto{opacity:1;visibility:visible}.carta-valor-input-wrap{position:relative}.carta-valor-prefixo{color:var(--text-muted);pointer-events:none;font-size:12px;position:absolute;top:50%;left:9px;transform:translateY(-50%)}.carta-valor-input{width:100%;font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);box-sizing:border-box;border-radius:6px;padding:6px 8px 6px 28px;font-size:12px}.carta-valor-comunidade{color:var(--text-muted);margin-top:6px;font-size:11px}.conta-wrap{max-width:480px;margin:0 auto}.conta-email{color:var(--text-muted);margin-bottom:24px;font-size:13px}.conta-secao{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:14px;padding:22px}.conta-secao h3{margin-bottom:6px;font-size:16px}.conta-secao-desc{margin-bottom:16px;font-size:13px}.conta-status{color:var(--text-muted);margin-bottom:12px;font-size:13px;font-weight:700}.conta-status--ativo{color:var(--poke-blue)}.conta-sucesso{color:var(--poke-blue);margin-bottom:12px;font-size:13px}.conta-form-inline{flex-direction:column;gap:12px;display:flex}.conta-form-inline label{color:var(--text-muted);flex-direction:column;gap:4px;font-size:13px;display:flex}.conta-form-inline input{font:inherit;border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;padding:10px 12px}.conta-qrcode{border:1px solid var(--border);border-radius:8px;align-self:center}.conta-segredo{letter-spacing:.08em;background:var(--bg);color:var(--text-muted);border-radius:6px;align-self:center;padding:6px 12px;font-size:13px}.busca-wrap{margin-bottom:20px}.busca-input{width:100%;max-width:420px;font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text);box-sizing:border-box;border-radius:999px;padding:10px 14px}.busca-input:focus-visible{outline:2px solid var(--poke-blue);outline-offset:1px}.filtro-posse{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;display:grid}.filtro-posse button{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;text-align:center;white-space:nowrap;text-overflow:ellipsis;border-radius:999px;padding:8px 10px;font-size:13px;font-weight:600;overflow:hidden}@media (width<=420px){.filtro-posse button{padding:8px 6px;font-size:12px}}.filtro-posse button.ativo{background:var(--poke-navy);border-color:var(--poke-navy);color:#fff}.filtro-posse button:focus-visible{outline:2px solid var(--poke-blue);outline-offset:1px}.termos-wrap{max-width:640px;margin:0 auto}.termos-wrap h2{margin:16px 0 20px}.termos-wrap section{margin-bottom:20px}.termos-wrap h3{margin-bottom:6px;font-size:15px}.termos-wrap p{font-size:14px;line-height:1.6}.conta-foto-linha{align-items:center;gap:16px;margin-bottom:8px;display:flex}.conta-foto-preview{object-fit:cover;border:1px solid var(--border);background:var(--bg);border-radius:50%;flex-shrink:0;width:64px;height:64px}.conta-foto-preview--vazia{box-sizing:border-box;color:var(--text-muted);padding:14px}.conta-foto-acoes{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.conta-foto-acoes input[type=file]{color:var(--text-muted);font-size:12px}
