:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#003a70;--accent-bg:#003a7014;--accent-border:#003a7066;--social-bg:#f4f3ec80;--danger:#b3261e;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/1.45 var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=1024px){:root{font-size:16px}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#5b93d3;--accent-bg:#5b93d326;--accent-border:#5b93d380;--social-bg:#2f303a80;--danger:#f2867a;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}:root[data-theme=dark] #social .button-icon{filter:invert()brightness(2)}#root{box-sizing:border-box;flex-direction:column;min-height:100svh;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.app{text-align:left;box-sizing:border-box;width:100%;max-width:960px;margin:0 auto;padding:24px 16px 48px}@media (width>=640px){.app{padding:32px 24px 64px}}.subtitle{color:var(--text);text-align:center;margin:0 0 32px;font-size:16px}.theme-toggle{border:1px solid var(--border);background:var(--bg);width:40px;height:40px;color:var(--text-h);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.navbar{border-bottom:1px solid var(--border);flex-direction:column;gap:12px;margin-bottom:24px;padding-bottom:16px;display:flex}.navbar-row{justify-content:space-between;align-items:center;display:flex}.navbar-brand{color:var(--text-h);font-size:18px;font-weight:700;text-decoration:none}.navbar-toggle{border:1px solid var(--border);background:var(--bg);width:40px;height:40px;color:var(--text-h);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:0;display:flex}.navbar-toggle:hover{border-color:var(--accent);color:var(--accent)}.navbar-menu{flex-direction:column;gap:12px;display:none}.navbar-menu.open{display:flex}.navbar-links{flex-direction:column;gap:4px;display:flex}.navbar-link{color:var(--text-h);border-radius:8px;padding:8px 10px;font-size:15px;font-weight:600;text-decoration:none}.navbar-link:hover{color:var(--accent)}.navbar-link.active{background:var(--accent-bg);color:var(--accent)}@media (width>=640px){.navbar-row{gap:24px}.navbar-toggle{display:none}.navbar-menu{flex-direction:row;flex:1;align-items:center;gap:16px;display:flex}.navbar-links{flex-direction:row;flex:1;gap:4px}}.controls{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.field-label{color:var(--text-h);margin-bottom:8px;font-size:14px;font-weight:600;display:block}.page-size-options{flex-wrap:wrap;gap:8px;display:flex}.page-size-option{font:inherit;border:1px solid var(--border);background:var(--bg);width:56px;height:44px;color:var(--text-h);cursor:pointer;border-radius:8px;font-size:16px}.page-size-option.active{border-color:var(--accent);background:var(--accent-bg);color:var(--accent)}.progress-tracker{margin-bottom:32px}.progress-tracker-label{color:var(--text-h);justify-content:space-between;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}.progress-bar{background:var(--code-bg);border:1px solid var(--border);border-radius:4px;height:8px;overflow:hidden}.progress-bar-fill{background:var(--accent);border-radius:4px;height:100%;transition:width .2s}.collection-io{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:32px;display:flex}.collection-io-button{font:inherit;border:1px solid var(--border);background:var(--bg);height:36px;color:var(--text-h);cursor:pointer;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600}.collection-io-button:hover{border-color:var(--accent);color:var(--accent)}.collection-io-error{width:100%;color:var(--danger);margin:0;font-size:14px}.pokemon-search{position:relative}.pokemon-search input[type=text]{font:inherit;border:1px solid var(--border);background:var(--bg);width:100%;height:44px;color:var(--text-h);box-sizing:border-box;border-radius:8px;padding:0 14px;font-size:16px}.pokemon-search input[type=text]:focus{border-color:var(--accent);outline:none}.autocomplete-list{z-index:10;background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:8px;max-height:320px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.autocomplete-list li{cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:6px 8px;display:flex}.autocomplete-list li.highlighted{background:var(--accent-bg)}.autocomplete-list img{object-fit:contain;width:32px;height:32px}.option-number{font-family:var(--mono);color:var(--text);flex-shrink:0;width:56px;font-size:13px}.option-name{color:var(--text-h)}.binder-result{border:1px solid var(--border);border-radius:12px;padding:14px}@media (width>=640px){.binder-result{padding:24px}}.result-summary{align-items:center;gap:16px;margin-bottom:24px;display:flex}.result-image{object-fit:contain;background:var(--code-bg);box-sizing:border-box;border-radius:8px;width:72px;height:72px;padding:8px}.dex-number{font-family:var(--mono);color:var(--text);margin-bottom:4px}.placement{font-size:15px}.placement strong{color:var(--accent)}.binder-grid{gap:5px;display:grid}@media (width>=640px){.binder-grid{gap:8px}}.binder-slot{aspect-ratio:5/7;border:1px solid var(--border);box-sizing:border-box;color:var(--text);text-align:center;background:var(--code-bg);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:3px 2px;font-size:13px;display:flex;position:relative;overflow:hidden}.owned-checkbox{cursor:pointer;z-index:1;width:13px;height:13px;margin:0;position:absolute;top:3px;right:3px}@media (width>=640px){.owned-checkbox{width:16px;height:16px;top:5px;right:5px}.binder-slot{border-radius:6px;gap:2px;padding:6px 4px}}.binder-slot.target{border-color:var(--accent);background:var(--accent-bg);border-width:2px}.binder-slot.clickable{cursor:pointer}.binder-slot img{object-fit:contain;max-width:78%;max-height:58%}@media (width>=640px){.binder-slot img{max-width:70%;max-height:55%}}.slot-number{font-family:var(--mono);color:var(--text);font-size:9px}@media (width>=640px){.slot-number{font-size:11px}}.slot-name{width:100%;color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;font-size:10px;font-weight:600;overflow:hidden}@media (width>=640px){.slot-name{font-size:12px}}.collection-filters{flex-wrap:wrap;gap:16px;margin-bottom:20px;display:flex}.collection-filter{flex:200px}.collection-filter input[type=text],.collection-filter select{font:inherit;border:1px solid var(--border);background:var(--bg);width:100%;height:44px;color:var(--text-h);box-sizing:border-box;border-radius:8px;padding:0 14px;font-size:16px}.collection-filter input[type=text]:focus,.collection-filter select:focus{border-color:var(--accent);outline:none}.collection-table-wrapper{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.collection-table{border-collapse:collapse;width:100%;font-size:15px}.collection-table th{text-align:left;color:var(--text);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px;font-size:13px;font-weight:600}.collection-table td{border-bottom:1px solid var(--border);color:var(--text-h);vertical-align:middle;padding:8px 12px}.collection-table tr:last-child td{border-bottom:none}.collection-table tr.clickable{cursor:pointer}.collection-table tr.clickable:hover td{background:var(--accent-bg)}.collection-table .col-owned{white-space:nowrap;text-align:center;width:1%}.collection-table .col-owned input[type=checkbox]{cursor:pointer;width:16px;height:16px}.collection-table .col-number{white-space:nowrap;width:1%;font-family:var(--mono);color:var(--text);font-size:13px}.collection-table .col-image{white-space:nowrap;width:1%}.collection-table .col-image img{object-fit:contain;width:36px;height:36px;display:block}.collection-table .col-name{width:100%;font-weight:600}.collection-empty{text-align:center;color:var(--text);padding:24px 12px}.collection-pagination{color:var(--text-h);justify-content:center;align-items:center;gap:16px;margin-top:16px;font-size:14px;display:flex}.collection-pagination button{font:inherit;border:1px solid var(--border);background:var(--bg);height:36px;color:var(--text-h);cursor:pointer;border-radius:8px;padding:0 14px;font-size:14px;font-weight:600}.collection-pagination button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.collection-pagination button:disabled{opacity:.4;cursor:default}
