.pc-bodypage-pokedex {
    background: var(--bg) !important;
    background-image: none !important;
}

.pc-bodypage-pokedex .pc-main {
    padding: 8px;
    background: var(--bg);
}

.pc-bodypage-pokedex .pc-footer {
    margin-top: 0;
    background: var(--panel);
    border-top: 1px solid var(--line) !important;
}

.pc-bodypage-pokedex .pc-shell,
.pc-bodypage-pokedex .pc-topbar,
.pc-bodypage-pokedex .pc-main {
    background-image: none !important;
}

.pc-bodypage-pokedex .pc-topbar {
    background: var(--panel);
    border-bottom-color: var(--line);
    box-shadow: none;
    backdrop-filter: none;
}

.pokedex-original-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 132px);
    padding: 8px;
    color: var(--text);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

.pokedex-original-shell > .w-full {
    width: min(1380px, calc(100vw - 20px)) !important;
    max-width: none !important;
    height: 900px !important;
    max-height: calc(100vh - 128px) !important;
    transform: none !important;
    box-shadow: none !important;
    background-color: var(--panel) !important;
    border-color: var(--line) !important;
}

.pokedex-original-shell .h-\[700px\] {
    height: 760px !important;
}

.pokedex-panel-light {
    background: var(--bg-2) !important;
    border: 1px solid var(--line) !important;
    box-shadow: none;
}

.pc-bodypage-pokedex #detailPanel,
.pc-bodypage-pokedex #mapModal > div,
.pc-bodypage-pokedex #movesModal > div,
.pc-bodypage-pokedex #levelModal > div,
.pc-bodypage-pokedex #teamModal > div,
.pc-bodypage-pokedex #compareModal > div {
    box-shadow: none !important;
    backdrop-filter: none !important;
    background-color: var(--panel) !important;
    border-color: var(--line) !important;
}

.pc-bodypage-pokedex #mapModal,
.pc-bodypage-pokedex #movesModal,
.pc-bodypage-pokedex #levelModal,
.pc-bodypage-pokedex #teamModal,
.pc-bodypage-pokedex #compareModal {
    backdrop-filter: none !important;
}

.pixelated {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.pokedex-original-shell ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.pokedex-original-shell ::-webkit-scrollbar-track {
    background: var(--bg);
}

.pokedex-original-shell ::-webkit-scrollbar-thumb {
    background: var(--line-strong);
    border-radius: 3px;
}

.pokedex-original-shell ::-webkit-scrollbar-thumb:hover {
    background: var(--gold);
}

.active-gold-border {
    border: 1px solid var(--gold) !important;
    box-shadow: none !important;
}

/* Unified search inputs styling override */
.pc-bodypage-pokedex #searchInput {
    background-color: var(--bg) !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    color: var(--text) !important;
    font-size: 12px !important;
    padding: 8px 12px 8px 36px !important;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.pc-bodypage-pokedex #searchInput:focus {
    border-color: var(--gold) !important;
    box-shadow: 0 0 0 3px rgba(226, 180, 67, 0.16) !important;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
    100% { transform: scale(1); opacity: 1; }
}

.pulsing-pin {
    animation: pulse 1.6s infinite ease-in-out;
}

.pc-bodypage-pokedex input,
.pc-bodypage-pokedex select,
.pc-bodypage-pokedex button,
.pc-bodypage-pokedex textarea {
    font: inherit;
}

.pc-bodypage-pokedex button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
}

.pokedex-detail-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pokedex-detail-action-btn {
    min-height: 34px;
    padding: 0 5px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 9px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none;
    text-shadow: none;
}

.pokedex-detail-action-btn svg {
    flex: 0 0 auto;
}

#mapModal[hidden],
#movesModal[hidden],
#levelModal[hidden],
#teamModal[hidden],
#compareModal[hidden],
#toast.hidden {
    display: none !important;
}

.pokedex-level-modal-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #1a4030;
    border-radius: 10px;
    background: #05140e;
}

.pokedex-level-modal-current {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border: 1px solid rgba(218, 167, 76, 0.4);
    border-radius: 999px;
    background: rgba(184, 140, 58, 0.08);
    color: #daa74c;
    font-size: 10px;
    font-weight: 700;
}

.pokedex-level-modal-controls {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    align-items: center;
}

.pokedex-level-modal-input {
    width: 100%;
    min-width: 0;
    height: 34px;
    border: 1px solid #daa74c;
    border-radius: 8px;
    background: #05140e;
    color: #daa74c;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    outline: none;
}

.pokedex-level-modal-input:focus {
    border-color: #e0ab4f;
    box-shadow: inset 0 0 0 1px rgba(224, 171, 79, 0.2);
}

.pokedex-level-step-btn {
    height: 34px;
    border: 1px solid #1a4030;
    border-radius: 8px;
    background: #0a2419;
    color: #d1dad5;
    font-size: 11px;
    font-weight: 700;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.pokedex-level-step-btn:hover {
    border-color: #daa74c;
    color: #daa74c;
    background: rgba(184, 140, 58, 0.08);
}

.pokedex-toggle-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.pokedex-toggle-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.pokedex-toggle-track {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 28px;
    height: 16px;
    padding: 2px;
    border-radius: 999px;
    background: #374151;
    transition: background 0.2s ease;
}

.pokedex-toggle-thumb {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pokedex-toggle-input:focus + .pokedex-toggle-track {
    box-shadow: 0 0 0 2px rgba(93, 163, 75, 0.25);
}

.pokedex-toggle-input:checked + .pokedex-toggle-track {
    background: #5da34b;
}

.pokedex-toggle-input:checked + .pokedex-toggle-track .pokedex-toggle-thumb {
    transform: translateX(12px);
    border-color: #fff;
}

/* Local utility layer replacing the removed Tailwind CDN dependency. */
.pc-bodypage-pokedex .hidden { display: none !important; }
.pc-bodypage-pokedex .block { display: block; }
.pc-bodypage-pokedex .inline-block { display: inline-block; }
.pc-bodypage-pokedex .inline-flex { display: inline-flex; }
.pc-bodypage-pokedex .flex { display: flex; }
.pc-bodypage-pokedex .grid { display: grid; }
.pc-bodypage-pokedex .fixed { position: fixed; }
.pc-bodypage-pokedex .absolute { position: absolute; }
.pc-bodypage-pokedex .relative { position: relative; }

.pc-bodypage-pokedex .flex-1 { flex: 1 1 0%; }
.pc-bodypage-pokedex .flex-col { flex-direction: column; }
.pc-bodypage-pokedex .flex-wrap { flex-wrap: wrap; }
.pc-bodypage-pokedex .items-start { align-items: flex-start; }
.pc-bodypage-pokedex .items-center { align-items: center; }
.pc-bodypage-pokedex .justify-center { justify-content: center; }
.pc-bodypage-pokedex .justify-between { justify-content: space-between; }
.pc-bodypage-pokedex .justify-end { justify-content: flex-end; }
.pc-bodypage-pokedex .shrink-0 { flex-shrink: 0; }
.pc-bodypage-pokedex .min-w-0 { min-width: 0; }
.pc-bodypage-pokedex .ml-auto { margin-left: auto; }

.pc-bodypage-pokedex .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pc-bodypage-pokedex .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pc-bodypage-pokedex .grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pc-bodypage-pokedex .grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.pc-bodypage-pokedex .col-span-3 { grid-column: span 3 / span 3; }
.pc-bodypage-pokedex .col-span-4 { grid-column: span 4 / span 4; }
.pc-bodypage-pokedex .col-span-6 { grid-column: span 6 / span 6; }
.pc-bodypage-pokedex .col-span-8 { grid-column: span 8 / span 8; }
.pc-bodypage-pokedex .col-span-12 { grid-column: span 12 / span 12; }

.pc-bodypage-pokedex .gap-0\.5 { gap: 2px; }
.pc-bodypage-pokedex .gap-1 { gap: 4px; }
.pc-bodypage-pokedex .gap-1\.5 { gap: 6px; }
.pc-bodypage-pokedex .gap-2 { gap: 8px; }
.pc-bodypage-pokedex .gap-2\.5 { gap: 10px; }
.pc-bodypage-pokedex .gap-3 { gap: 12px; }
.pc-bodypage-pokedex .gap-4 { gap: 16px; }

.pc-bodypage-pokedex .overflow-hidden { overflow: hidden; }
.pc-bodypage-pokedex .overflow-auto { overflow: auto; }
.pc-bodypage-pokedex .overflow-y-auto { overflow-y: auto; }

.pc-bodypage-pokedex .rounded { border-radius: 4px; }
.pc-bodypage-pokedex .rounded-full { border-radius: 999px; }
.pc-bodypage-pokedex .rounded-lg { border-radius: 8px; }
.pc-bodypage-pokedex .border-collapse { border-collapse: collapse; }
.pc-bodypage-pokedex .border { border-width: 1px; border-style: solid; }
.pc-bodypage-pokedex .border-2 { border-width: 2px; border-style: solid; }
.pc-bodypage-pokedex .border-t { border-top-width: 1px; border-top-style: solid; }
.pc-bodypage-pokedex .border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.pc-bodypage-pokedex .border-r { border-right-width: 1px; border-right-style: solid; }
.pc-bodypage-pokedex .border-l { border-left-width: 1px; border-left-style: solid; }
.pc-bodypage-pokedex .border-dashed { border-style: dashed; }

.pc-bodypage-pokedex .border-borderTeal { border-color: #1a4030; }
.pc-bodypage-pokedex .border-borderTeal\/20 { border-color: rgba(26, 64, 48, 0.2); }
.pc-bodypage-pokedex .border-borderTeal\/30 { border-color: rgba(26, 64, 48, 0.3); }
.pc-bodypage-pokedex .border-borderTeal\/40 { border-color: rgba(26, 64, 48, 0.4); }
.pc-bodypage-pokedex .border-borderTeal\/50 { border-color: rgba(26, 64, 48, 0.5); }
.pc-bodypage-pokedex .border-borderTeal\/60 { border-color: rgba(26, 64, 48, 0.6); }
.pc-bodypage-pokedex .border-borderTeal\/80 { border-color: rgba(26, 64, 48, 0.8); }
.pc-bodypage-pokedex .border-gold { border-color: #daa74c; }
.pc-bodypage-pokedex .border-gold\/70 { border-color: rgba(218, 167, 76, 0.7); }
.pc-bodypage-pokedex .border-gold\/80 { border-color: rgba(218, 167, 76, 0.8); }
.pc-bodypage-pokedex .border-white { border-color: #fff; }
.pc-bodypage-pokedex .border-\[\#112d21\] { border-color: #112d21; }
.pc-bodypage-pokedex .border-\[\#1f4f3b\] { border-color: #1f4f3b; }

.pc-bodypage-pokedex .bg-transparent { background-color: transparent; }
.pc-bodypage-pokedex .bg-panelBg { background-color: #0a2419; }
.pc-bodypage-pokedex .bg-panelBgLight { background-color: #0f2719; }
.pc-bodypage-pokedex .bg-gold { background-color: #daa74c; }
.pc-bodypage-pokedex .bg-goldLight { background-color: #e0ab4f; }
.pc-bodypage-pokedex .bg-greenActive { background-color: #5da34b; }
.pc-bodypage-pokedex .bg-gray-700 { background-color: #374151; }
.pc-bodypage-pokedex .bg-red-500 { background-color: #ef4444; }
.pc-bodypage-pokedex .bg-\[\#05140e\] { background-color: #05140e; }
.pc-bodypage-pokedex .bg-\[\#0A2419\] { background-color: #0a2419; }
.pc-bodypage-pokedex .bg-\[\#b88c3a\]\/10 { background-color: rgba(184, 140, 58, 0.1); }
.pc-bodypage-pokedex .bg-black\/55 { background-color: rgba(0, 0, 0, 0.55); }
.pc-bodypage-pokedex .bg-black\/75 { background-color: rgba(0, 0, 0, 0.75); }
.pc-bodypage-pokedex .bg-black\/80 { background-color: rgba(0, 0, 0, 0.8); }
.pc-bodypage-pokedex .bg-\[\#5a605c\] { background-color: #5a605c; }
.pc-bodypage-pokedex .bg-\[\#d65935\] { background-color: #d65935; }
.pc-bodypage-pokedex .bg-\[\#367bcf\] { background-color: #367bcf; }
.pc-bodypage-pokedex .bg-\[\#46a84c\] { background-color: #46a84c; }
.pc-bodypage-pokedex .bg-\[\#cca61d\] { background-color: #cca61d; }
.pc-bodypage-pokedex .bg-\[\#41afbc\] { background-color: #41afbc; }
.pc-bodypage-pokedex .bg-\[\#bd4521\] { background-color: #bd4521; }
.pc-bodypage-pokedex .bg-\[\#9141bd\] { background-color: #9141bd; }
.pc-bodypage-pokedex .bg-\[\#a07436\] { background-color: #a07436; }
.pc-bodypage-pokedex .bg-\[\#6466cf\] { background-color: #6466cf; }
.pc-bodypage-pokedex .bg-\[\#dc4273\] { background-color: #dc4273; }
.pc-bodypage-pokedex .bg-\[\#8b9a1a\] { background-color: #8b9a1a; }
.pc-bodypage-pokedex .bg-\[\#a49341\] { background-color: #a49341; }
.pc-bodypage-pokedex .bg-\[\#5541a4\] { background-color: #5541a4; }
.pc-bodypage-pokedex .bg-\[\#5521bd\] { background-color: #5521bd; }
.pc-bodypage-pokedex .bg-\[\#4d382e\] { background-color: #4d382e; }
.pc-bodypage-pokedex .bg-\[\#7a8580\] { background-color: #7a8580; }

.pc-bodypage-pokedex .text-left { text-align: left; }
.pc-bodypage-pokedex .text-center { text-align: center; }
.pc-bodypage-pokedex .text-right { text-align: right; }
.pc-bodypage-pokedex .text-white { color: #fff; }
.pc-bodypage-pokedex .text-black { color: #000; }
.pc-bodypage-pokedex .text-gold { color: #daa74c; }
.pc-bodypage-pokedex .text-bgMain { color: #041912; }
.pc-bodypage-pokedex .text-greenActive { color: #5da34b; }
.pc-bodypage-pokedex .text-green-400 { color: #4ade80; }
.pc-bodypage-pokedex .text-red-300 { color: #fca5a5; }
.pc-bodypage-pokedex .text-red-400 { color: #f87171; }
.pc-bodypage-pokedex .text-gray-500 { color: #6b7280; }
.pc-bodypage-pokedex .text-\[\#112d21\] { color: #112d21; }
.pc-bodypage-pokedex .text-\[\#4d6657\] { color: #4d6657; }
.pc-bodypage-pokedex .text-\[\#7d9385\] { color: #7d9385; }
.pc-bodypage-pokedex .text-\[\#d1dad5\] { color: #d1dad5; }
.pc-bodypage-pokedex .text-\[\#f58d84\] { color: #f58d84; }
.pc-bodypage-pokedex .text-\[\#ffffff\] { color: #fff; }

.pc-bodypage-pokedex .text-\[7px\] { font-size: 7px; }
.pc-bodypage-pokedex .text-\[8px\] { font-size: 8px; }
.pc-bodypage-pokedex .text-\[9px\] { font-size: 9px; }
.pc-bodypage-pokedex .text-\[10px\] { font-size: 10px; }
.pc-bodypage-pokedex .text-xs { font-size: 12px; }
.pc-bodypage-pokedex .text-sm { font-size: 14px; }
.pc-bodypage-pokedex .text-base { font-size: 16px; }
.pc-bodypage-pokedex .text-lg { font-size: 18px; }
.pc-bodypage-pokedex .font-medium { font-weight: 500; }
.pc-bodypage-pokedex .font-semibold { font-weight: 600; }
.pc-bodypage-pokedex .font-bold { font-weight: 700; }
.pc-bodypage-pokedex .font-extrabold { font-weight: 800; }
.pc-bodypage-pokedex .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.pc-bodypage-pokedex .leading-none { line-height: 1; }
.pc-bodypage-pokedex .leading-tight { line-height: 1.25; }
.pc-bodypage-pokedex .leading-relaxed { line-height: 1.625; }
.pc-bodypage-pokedex .tracking-wider { letter-spacing: 0.05em; }

.pc-bodypage-pokedex .w-full { width: 100%; }
.pc-bodypage-pokedex .w-1\/4 { width: 25%; }
.pc-bodypage-pokedex .w-2 { width: 8px; }
.pc-bodypage-pokedex .w-2\.5 { width: 10px; }
.pc-bodypage-pokedex .w-3 { width: 12px; }
.pc-bodypage-pokedex .w-3\.5 { width: 14px; }
.pc-bodypage-pokedex .w-4 { width: 16px; }
.pc-bodypage-pokedex .w-5 { width: 20px; }
.pc-bodypage-pokedex .w-6 { width: 24px; }
.pc-bodypage-pokedex .w-7 { width: 28px; }
.pc-bodypage-pokedex .w-8 { width: 32px; }
.pc-bodypage-pokedex .w-10 { width: 40px; }
.pc-bodypage-pokedex .w-12 { width: 48px; }
.pc-bodypage-pokedex .w-14 { width: 56px; }
.pc-bodypage-pokedex .w-16 { width: 64px; }
.pc-bodypage-pokedex .w-20 { width: 80px; }
.pc-bodypage-pokedex .w-24 { width: 96px; }
.pc-bodypage-pokedex .w-28 { width: 112px; }
.pc-bodypage-pokedex .w-32 { width: 128px; }
.pc-bodypage-pokedex .w-80 { width: 320px; }

.pc-bodypage-pokedex .h-2 { height: 8px; }
.pc-bodypage-pokedex .h-2\.5 { height: 10px; }
.pc-bodypage-pokedex .h-3 { height: 12px; }
.pc-bodypage-pokedex .h-3\.5 { height: 14px; }
.pc-bodypage-pokedex .h-4 { height: 16px; }
.pc-bodypage-pokedex .h-5 { height: 20px; }
.pc-bodypage-pokedex .h-6 { height: 24px; }
.pc-bodypage-pokedex .h-8 { height: 32px; }
.pc-bodypage-pokedex .h-10 { height: 40px; }
.pc-bodypage-pokedex .h-12 { height: 48px; }
.pc-bodypage-pokedex .h-14 { height: 56px; }
.pc-bodypage-pokedex .h-16 { height: 64px; }
.pc-bodypage-pokedex .h-20 { height: 80px; }
.pc-bodypage-pokedex .h-full { height: 100%; }
.pc-bodypage-pokedex .h-\[55px\] { height: 55px; }
.pc-bodypage-pokedex .h-\[56px\] { height: 56px; }
.pc-bodypage-pokedex .h-\[62px\] { height: 62px; }
.pc-bodypage-pokedex .h-\[145px\] { height: 145px; }
.pc-bodypage-pokedex .h-\[220px\] { height: 220px; }
.pc-bodypage-pokedex .h-\[420px\] { height: 420px; }
.pc-bodypage-pokedex .h-\[540px\] { height: 540px; }
.pc-bodypage-pokedex .h-\[700px\] { height: 700px; }
.pc-bodypage-pokedex .h-\[830px\] { height: 830px; }
.pc-bodypage-pokedex .min-h-\[260px\] { min-height: 260px; }
.pc-bodypage-pokedex .max-h-\[300px\] { max-height: 300px; }
.pc-bodypage-pokedex .max-w-sm { max-width: 24rem; }
.pc-bodypage-pokedex .max-w-md { max-width: 28rem; }
.pc-bodypage-pokedex .max-w-4xl { max-width: 56rem; }
.pc-bodypage-pokedex .max-w-\[72px\] { max-width: 72px; }
.pc-bodypage-pokedex .max-w-\[80px\] { max-width: 80px; }
.pc-bodypage-pokedex .max-w-\[1280px\] { max-width: 1280px; }

.pc-bodypage-pokedex .p-0\.5 { padding: 2px; }
.pc-bodypage-pokedex .p-1 { padding: 4px; }
.pc-bodypage-pokedex .p-1\.5 { padding: 6px; }
.pc-bodypage-pokedex .p-2 { padding: 8px; }
.pc-bodypage-pokedex .p-2\.5 { padding: 10px; }
.pc-bodypage-pokedex .p-3 { padding: 12px; }
.pc-bodypage-pokedex .p-4 { padding: 16px; }
.pc-bodypage-pokedex .p-5 { padding: 20px; }
.pc-bodypage-pokedex .px-0\.5 { padding-left: 2px; padding-right: 2px; }
.pc-bodypage-pokedex .px-1 { padding-left: 4px; padding-right: 4px; }
.pc-bodypage-pokedex .px-1\.5 { padding-left: 6px; padding-right: 6px; }
.pc-bodypage-pokedex .px-2 { padding-left: 8px; padding-right: 8px; }
.pc-bodypage-pokedex .px-3 { padding-left: 12px; padding-right: 12px; }
.pc-bodypage-pokedex .px-4 { padding-left: 16px; padding-right: 16px; }
.pc-bodypage-pokedex .px-8 { padding-left: 32px; padding-right: 32px; }
.pc-bodypage-pokedex .px-6 { padding-left: 24px; padding-right: 24px; }
.pc-bodypage-pokedex .py-0\.5 { padding-top: 2px; padding-bottom: 2px; }
.pc-bodypage-pokedex .py-1 { padding-top: 4px; padding-bottom: 4px; }
.pc-bodypage-pokedex .py-2 { padding-top: 8px; padding-bottom: 8px; }
.pc-bodypage-pokedex .py-3 { padding-top: 12px; padding-bottom: 12px; }
.pc-bodypage-pokedex .py-6 { padding-top: 24px; padding-bottom: 24px; }
.pc-bodypage-pokedex .py-24 { padding-top: 96px; padding-bottom: 96px; }
.pc-bodypage-pokedex .pt-1 { padding-top: 4px; }
.pc-bodypage-pokedex .pt-1\.5 { padding-top: 6px; }
.pc-bodypage-pokedex .pt-2 { padding-top: 8px; }
.pc-bodypage-pokedex .pb-1 { padding-bottom: 4px; }
.pc-bodypage-pokedex .pb-2 { padding-bottom: 8px; }
.pc-bodypage-pokedex .pb-3 { padding-bottom: 12px; }
.pc-bodypage-pokedex .pl-1\.5 { padding-left: 6px; }
.pc-bodypage-pokedex .pl-9 { padding-left: 36px; }
.pc-bodypage-pokedex .pr-1 { padding-right: 4px; }
.pc-bodypage-pokedex .pr-1\.5 { padding-right: 6px; }

.pc-bodypage-pokedex .mt-0\.5 { margin-top: 2px; }
.pc-bodypage-pokedex .mt-1 { margin-top: 4px; }
.pc-bodypage-pokedex .mt-1\.5 { margin-top: 6px; }
.pc-bodypage-pokedex .mt-2 { margin-top: 8px; }
.pc-bodypage-pokedex .mt-3 { margin-top: 12px; }
.pc-bodypage-pokedex .mb-1 { margin-bottom: 4px; }
.pc-bodypage-pokedex .mb-2 { margin-bottom: 8px; }
.pc-bodypage-pokedex .ml-1 { margin-left: 4px; }
.pc-bodypage-pokedex .ml-1\.5 { margin-left: 6px; }
.pc-bodypage-pokedex .mr-1 { margin-right: 4px; }
.pc-bodypage-pokedex .my-1\.5 { margin-top: 6px; margin-bottom: 6px; }

.pc-bodypage-pokedex .top-0\.5 { top: 2px; }
.pc-bodypage-pokedex .top-2 { top: 8px; }
.pc-bodypage-pokedex .top-4 { top: 16px; }
.pc-bodypage-pokedex .right-1 { right: 4px; }
.pc-bodypage-pokedex .right-4 { right: 16px; }
.pc-bodypage-pokedex .left-1 { left: 4px; }
.pc-bodypage-pokedex .left-3 { left: 12px; }
.pc-bodypage-pokedex .bottom-0 { bottom: 0; }
.pc-bodypage-pokedex .inset-0 { inset: 0; }
.pc-bodypage-pokedex .inset-x-0 { left: 0; right: 0; }

.pc-bodypage-pokedex .z-50 { z-index: 50; }
.pc-bodypage-pokedex .opacity-0 { opacity: 0; }
.pc-bodypage-pokedex .opacity-40 { opacity: 0.4; }

.pc-bodypage-pokedex .object-contain { object-fit: contain; }
.pc-bodypage-pokedex .object-cover { object-fit: cover; }
.pc-bodypage-pokedex .align-middle { vertical-align: middle; }
.pc-bodypage-pokedex .whitespace-nowrap { white-space: nowrap; }
.pc-bodypage-pokedex .whitespace-pre-line { white-space: pre-line; }
.pc-bodypage-pokedex .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pc-bodypage-pokedex .resize-none { resize: none; }
.pc-bodypage-pokedex .cursor-pointer { cursor: pointer; }
.pc-bodypage-pokedex .cursor-default { cursor: default; }
.pc-bodypage-pokedex .select-none { user-select: none; }
.pc-bodypage-pokedex .fill-current { fill: currentColor; }
.pc-bodypage-pokedex .fill-none { fill: none; }
.pc-bodypage-pokedex .stroke-current { stroke: currentColor; }
.pc-bodypage-pokedex .shadow-lg { box-shadow: 0 10px 20px rgba(0, 0, 0, 0.32); }
.pc-bodypage-pokedex .shadow-2xl { box-shadow: 0 18px 42px rgba(0, 0, 0, 0.44); }
.pc-bodypage-pokedex .duration-300 { transition-duration: 0.3s; }
.pc-bodypage-pokedex .transition-all { transition: all 0.2s ease; }
.pc-bodypage-pokedex .transition-opacity { transition-property: opacity; }
.pc-bodypage-pokedex .scale-90 { transform: scale(0.9); }
.pc-bodypage-pokedex .scale-95 { transform: scale(0.95); }
.pc-bodypage-pokedex .aspect-\[16\/10\] { aspect-ratio: 16 / 10; }

.pc-bodypage-pokedex .placeholder-\[\#4d6657\]::placeholder { color: #4d6657; }
.pc-bodypage-pokedex .focus\:outline-none:focus { outline: none; }
.pc-bodypage-pokedex .focus\:border-gold:focus { border-color: #daa74c; }

.pc-bodypage-pokedex .hover\:text-white:hover { color: #fff; }
.pc-bodypage-pokedex .hover\:text-gold:hover { color: #daa74c; }
.pc-bodypage-pokedex .hover\:text-bgMain:hover { color: #041912; }
.pc-bodypage-pokedex .hover\:text-red-500:hover { color: #ef4444; }
.pc-bodypage-pokedex .hover\:border-gold:hover { border-color: #daa74c; }
.pc-bodypage-pokedex .hover\:border-gold\/50:hover { border-color: rgba(218, 167, 76, 0.5); }
.pc-bodypage-pokedex .hover\:border-\[\#7d9385\]:hover { border-color: #7d9385; }
.pc-bodypage-pokedex .hover\:bg-gold:hover { background-color: #daa74c; }
.pc-bodypage-pokedex .hover\:bg-goldLight:hover { background-color: #e0ab4f; }
.pc-bodypage-pokedex .hover\:bg-\[\#b88c3a\]\/10:hover { background-color: rgba(184, 140, 58, 0.1); }
.pc-bodypage-pokedex .hover\:bg-\[\#b88c3a\]\/20:hover { background-color: rgba(184, 140, 58, 0.2); }
.pc-bodypage-pokedex .hover\:bg-\[\#05140e\]\/40:hover { background-color: rgba(5, 20, 14, 0.4); }
.pc-bodypage-pokedex .hover\:scale-110:hover { transform: scale(1.1); }

.pc-bodypage-pokedex .md\:col-span-2,
.pc-bodypage-pokedex .md\:col-span-4,
.pc-bodypage-pokedex .md\:col-span-6 { grid-column: span 12 / span 12; }

@media (min-width: 768px) {
    .pc-bodypage-pokedex .md\:col-span-2 { grid-column: span 2 / span 2; }
    .pc-bodypage-pokedex .md\:col-span-4 { grid-column: span 4 / span 4; }
    .pc-bodypage-pokedex .md\:col-span-6 { grid-column: span 6 / span 6; }
}

@media (max-width: 1180px) {
    .pokedex-original-shell {
        align-items: flex-start;
        min-height: auto;
        padding-top: 4px;
    }

    .pokedex-original-shell > .w-full {
        transform: none !important;
        height: auto !important;
        min-height: 820px !important;
        max-height: none !important;
    }

    .pokedex-original-shell .h-\[700px\] {
        height: 700px !important;
    }
}
