*,:before,:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;max-width:100vw;line-height:1.5;overflow-x:clip}:root,.light-theme{--color-primary:#00796b;--color-primary-rgb:0, 121, 107;--color-primary-light:#e0f2f1;--color-accent:#c5e1a5;--color-accent-rgb:197, 225, 165;--color-accent-dark:#8bc34a;--hero-sets-gradient:linear-gradient(135deg, #1976d2 0%, #42a5f5 100%);--hero-pokemon-gradient:linear-gradient(135deg, #6a1b9a 0%, #ab47bc 100%);--hero-sets-shadow:#1976d266;--hero-pokemon-shadow:#6a1b9a66;--sets-button-gradient:linear-gradient(45deg, #00796b, #4db6ac);--sets-button-gradient-hover:linear-gradient(45deg, #004d40, #00796b);--color-bg:#f8f8f8;--color-bg-card:#fff;--color-bg-pokemon:#f8f9fa;--color-bg-sidebar:#f0f0f0;--color-text:#333;--color-text-secondary:#666;--color-text-muted:#888;--color-text-white:#fff;--color-error:#d32f2f;--color-success:#c5e1a5;--color-border:#e0e0e0;--color-border-light:#f0f0f0;--font-main:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}.dark-theme{--color-primary:#2e7d32;--color-primary-rgb:46, 125, 50;--color-primary-light:#2a3a42;--color-accent:#c5e1a5;--color-accent-rgb:197, 225, 165;--color-accent-dark:#dcedc8;--hero-sets-gradient:linear-gradient(135deg, #1e55a0 0%, #2d78be 100%);--hero-pokemon-gradient:linear-gradient(135deg, #55237d 0%, #7d3791 100%);--hero-sets-shadow:#1e55a066;--hero-pokemon-shadow:#55237d66;--sets-button-gradient:linear-gradient(45deg, #155724, #2e7d32);--sets-button-gradient-hover:linear-gradient(45deg, #0d4513, #155724);--color-bg:#121a1f;--color-bg-card:#1f2831;--color-bg-pokemon:#2a3842;--color-bg-sidebar:#253038;--color-text:#f8f9fa;--color-text-secondary:#d0d7de;--color-text-muted:#8b949e;--color-text-white:#fff;--color-error:#ff8a65;--color-success:#c5e1a5;--color-border:#3a4a52;--color-border-light:#4a5a62}@media (prefers-color-scheme:dark){:root{--color-primary:#2e7d32;--color-primary-rgb:46, 125, 50;--color-primary-light:#2a3a42;--color-accent:#c5e1a5;--color-accent-rgb:197, 225, 165;--color-accent-dark:#dcedc8;--hero-sets-gradient:linear-gradient(135deg, #1e55a0 0%, #2d78be 100%);--hero-pokemon-gradient:linear-gradient(135deg, #55237d 0%, #7d3791 100%);--hero-sets-shadow:#1e55a066;--hero-pokemon-shadow:#55237d66;--sets-button-gradient:linear-gradient(45deg, #155724, #2e7d32);--sets-button-gradient-hover:linear-gradient(45deg, #0d4513, #155724);--color-bg:#121a1f;--color-bg-card:#1f2831;--color-bg-pokemon:#2a3842;--color-bg-sidebar:#253038;--color-text:#f8f9fa;--color-text-secondary:#d0d7de;--color-text-muted:#8b949e;--color-text-white:#fff;--color-error:#ff8a65;--color-success:#c5e1a5;--color-border:#3a4a52;--color-border-light:#4a5a62}}.dark-theme .MuiAutocomplete-popper .MuiPaper-root{background-color:var(--color-bg-sidebar)!important;color:var(--color-text)!important;border:1px solid var(--color-border)!important}.dark-theme .MuiAutocomplete-listbox{background-color:var(--color-bg-sidebar)!important}.dark-theme .MuiAutocomplete-option{background-color:var(--color-bg-sidebar)!important;color:var(--color-text)!important}.dark-theme .MuiAutocomplete-option:hover{background-color:var(--color-border-light)!important}.dark-theme .MuiAutocomplete-option[aria-selected=true]{background-color:rgba(var(--color-primary-rgb), .1)!important}.dark-theme .MuiSelect-select{color:var(--color-text)!important}.dark-theme .MuiMenuItem-root{color:var(--color-text)!important;background-color:var(--color-bg-sidebar)!important}.dark-theme .MuiMenuItem-root:hover{background-color:var(--color-border-light)!important}.dark-theme .MuiMenu-paper{background-color:var(--color-bg-sidebar)!important;border:1px solid var(--color-border)!important}.dark-theme .MuiMenu-list{background-color:var(--color-bg-sidebar)!important;padding:0!important}.dark-theme .MuiMenuItem-root:first-of-type{border-top:none!important}.dark-theme .MuiMenuItem-root:last-of-type{border-bottom:none!important}.dark-theme .MuiTextField-root .MuiOutlinedInput-root{color:var(--color-text)!important}.dark-theme .MuiTextField-root .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:var(--color-border)!important}.dark-theme .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--color-border-light)!important}.dark-theme .MuiTextField-root .MuiInputLabel-root,.dark-theme .MuiCheckbox-root{color:var(--color-text-secondary)!important}.dark-theme .MuiCheckbox-root.Mui-checked{color:var(--color-primary)!important}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);margin:0;padding:0}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--color-bg);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--color-border);border:2px solid var(--color-bg);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-light)}.dark-theme ::-webkit-scrollbar-thumb{background:var(--color-border-light)}.dark-theme ::-webkit-scrollbar-thumb:hover{background:#5a6a72}*{scrollbar-width:auto;scrollbar-color:var(--color-border) var(--color-bg)}.dark-theme *{scrollbar-color:var(--color-border-light) var(--color-bg)}h1,h2,h3,h4,h5,h6{margin:0}ul{padding:0;list-style-type:none}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:20px}@media (max-width:768px){.container{padding:16px}}@media (max-width:480px){.container{padding:12px}}
