:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;height:100vh;margin:0;padding:0;font-weight:400}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}header[data-v-0297db61]{line-height:1.5;max-height:100vh}.logo[data-v-0297db61]{display:block;margin:0 auto 2rem}nav[data-v-0297db61]{width:100%;font-size:12px;text-align:center;margin-top:2rem}nav a.router-link-exact-active[data-v-0297db61]{color:var(--color-text)}nav a.router-link-exact-active[data-v-0297db61]:hover{background-color:transparent}nav a[data-v-0297db61]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border)}nav a[data-v-0297db61]:first-of-type{border:0}@media (min-width: 1024px){header[data-v-0297db61]{display:flex;place-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-0297db61]{margin:0 2rem 0 0}header .wrapper[data-v-0297db61]{display:flex;place-items:flex-start;flex-wrap:wrap}nav[data-v-0297db61]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}.nav-home[data-v-5e25a3be]{display:flex;min-height:100vh;background-color:#f5f7fa}.sidebar[data-v-5e25a3be]{width:280px;background-color:#2c3e50;color:#fff;padding:0;box-shadow:2px 0 10px #0000001a;height:100vh;overflow:hidden;flex-shrink:0}.logo-section[data-v-5e25a3be]{display:flex;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.logo[data-v-5e25a3be]{width:55px;height:55px;border-radius:12px;margin-right:15px}.site-title[data-v-5e25a3be]{font-size:24px;font-weight:600;margin:0;color:#fff}.category-nav[data-v-5e25a3be]{padding:20px 0;height:calc(100vh - 180px);overflow-y:auto}.nav-title[data-v-5e25a3be]{font-size:16px;font-weight:600;margin:0 20px 15px;color:#bdc3c7;text-transform:uppercase;letter-spacing:1px}.category-list[data-v-5e25a3be]{list-style:none;padding:0;margin:0}.category-item[data-v-5e25a3be]{display:flex;align-items:center;padding:12px 20px;cursor:pointer;transition:all .3s ease;position:relative}.category-item[data-v-5e25a3be]:hover{background-color:#ffffff1a;box-shadow:inset 4px 0 #3498db}.category-icon[data-v-5e25a3be]{font-size:18px;margin-right:12px;width:20px;text-align:center}.category-name[data-v-5e25a3be]{font-size:15px;font-weight:500}.sidebar-footer[data-v-5e25a3be]{padding:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.github-link[data-v-5e25a3be]{display:flex;align-items:center;color:#bdc3c7;text-decoration:none;padding:8px 12px;border-radius:6px;transition:all .3s ease;font-size:14px}.github-link[data-v-5e25a3be]:hover{background:#ffffff1a;color:#fff;transform:translateY(-1px)}.github-link svg[data-v-5e25a3be]{margin-right:8px;transition:transform .3s ease}.github-link:hover svg[data-v-5e25a3be]{transform:scale(1.1)}.main-content[data-v-5e25a3be]{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.search-header[data-v-5e25a3be]{background:#fff;padding:20px;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:15px}.search-container[data-v-5e25a3be]{display:flex;max-width:600px;margin:0 auto;gap:0;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px #0000001a;flex:1}@media (max-width: 768px){.search-container[data-v-5e25a3be]{margin:0;max-width:none}}.search-engine-selector[data-v-5e25a3be]{position:relative;display:flex;align-items:center;background:#f8f9fa;border-right:1px solid #e9ecef;transition:background-color .2s ease}.search-engine-selector[data-v-5e25a3be]:hover{background:#e9ecef}.engine-logo[data-v-5e25a3be]{width:24px;height:24px;margin:8px;object-fit:contain;pointer-events:none;border-radius:4px}.engine-select[data-v-5e25a3be]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;outline:none;background:transparent}.search-input[data-v-5e25a3be]{flex:1;border:none;padding:12px 16px;font-size:16px;outline:none;background:#fff}.search-input[data-v-5e25a3be]::placeholder{color:#95a5a6}.mobile-menu-btn[data-v-5e25a3be]{display:none;background:none;border:none;color:#2c3e50;cursor:pointer;padding:8px;border-radius:4px;transition:background-color .2s ease}.mobile-menu-btn[data-v-5e25a3be]:hover{background:#f8f9fa}.mobile-menu[data-v-5e25a3be]{position:fixed;top:0;right:-100%;width:240px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;z-index:1001;transition:right .3s ease;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.mobile-menu.active[data-v-5e25a3be]{right:0}.mobile-menu-header[data-v-5e25a3be]{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef;background:#2c3e50;color:#fff;flex-shrink:0}.header-left[data-v-5e25a3be]{display:flex;align-items:center;gap:12px}.mobile-menu-header h3[data-v-5e25a3be]{margin:0;font-size:18px;font-weight:600}.header-github-icon[data-v-5e25a3be]{width:30px;height:30px;cursor:pointer;border-radius:4px;transition:all .3s ease;opacity:.8}.header-github-icon[data-v-5e25a3be]:hover{opacity:1;transform:scale(1.1)}.close-btn[data-v-5e25a3be]{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.close-btn[data-v-5e25a3be]:hover{background:#ffffff1a}.mobile-category-list[data-v-5e25a3be]{list-style:none;padding:0 0 160px;margin:0;flex:1;overflow-y:auto}.mobile-category-item[data-v-5e25a3be]{display:flex;align-items:center;padding:16px 20px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f8f9fa}.mobile-category-item[data-v-5e25a3be]:hover{background:#f8f9fa}.mobile-category-item .category-icon[data-v-5e25a3be]{font-size:20px;margin-right:12px;width:24px;text-align:center}.mobile-category-item .category-name[data-v-5e25a3be]{font-size:16px;font-weight:500;color:#2c3e50}.mobile-menu-overlay[data-v-5e25a3be]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-menu-overlay.active[data-v-5e25a3be]{opacity:1;visibility:visible}.content-area[data-v-5e25a3be]{flex:1;padding:30px 30px 400px;overflow-y:auto}.loading[data-v-5e25a3be],.error[data-v-5e25a3be]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;color:#7f8c8d}.loading-spinner[data-v-5e25a3be]{width:40px;height:40px;border:4px solid #ecf0f1;border-top:4px solid #3498db;border-radius:50%;animation:spin-5e25a3be 1s linear infinite}@keyframes spin-5e25a3be{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.retry-btn[data-v-5e25a3be]{margin-top:10px;padding:8px 16px;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.categories-container[data-v-5e25a3be]{max-width:1200px;margin:0 auto}.category-section[data-v-5e25a3be]{margin-bottom:50px}.category-title[data-v-5e25a3be]{font-size:32px;font-weight:600;margin-bottom:25px;color:#2c3e50;display:flex;align-items:center}.category-title .category-icon[data-v-5e25a3be]{font-size:32px;margin-right:16px}.category-title .category-name[data-v-5e25a3be]{margin-left:10px;font-size:26px}.sites-grid[data-v-5e25a3be]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.site-card[data-v-5e25a3be]{display:flex;align-items:center;background:#fff;border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:all .3s ease;border:1px solid #e9ecef;position:relative;overflow:hidden}.site-card[data-v-5e25a3be]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3498db1a,#9b59b61a);opacity:0;transition:opacity .3s ease}.site-card[data-v-5e25a3be]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.site-card[data-v-5e25a3be]:hover:before{opacity:1}.site-icon[data-v-5e25a3be]{width:48px;height:48px;margin-right:16px;border-radius:8px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.site-icon img[data-v-5e25a3be]{width:32px;height:32px;object-fit:contain}.site-info[data-v-5e25a3be]{flex:1;position:relative;z-index:1}.site-name[data-v-5e25a3be]{font-size:18px;font-weight:600;margin:0 0 5px;color:#2c3e50}.site-description[data-v-5e25a3be]{font-size:14px;color:#7f8c8d;margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-footer[data-v-5e25a3be]{margin-top:60px;padding:40px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;border-top:3px solid #3498db}.footer-content[data-v-5e25a3be]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px;gap:30px}.footer-info h3[data-v-5e25a3be]{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 8px}.footer-info p[data-v-5e25a3be]{color:#7f8c8d;font-size:14px;margin:0;line-height:1.5}.footer-links[data-v-5e25a3be]{display:flex;gap:15px}.footer-link[data-v-5e25a3be]{display:flex;align-items:center;color:#3498db;text-decoration:none;padding:8px 16px;border-radius:20px;background:#fff;border:1px solid #e9ecef;transition:all .3s ease;font-size:14px;font-weight:500}.footer-link[data-v-5e25a3be]:hover{background:#3498db;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.footer-link svg[data-v-5e25a3be]{margin-right:6px;transition:transform .3s ease}.footer-link:hover svg[data-v-5e25a3be]{transform:scale(1.1)}.footer-bottom[data-v-5e25a3be]{border-top:1px solid #e9ecef;padding-top:20px;text-align:center}.footer-bottom p[data-v-5e25a3be]{color:#7f8c8d;font-size:13px;margin:5px 0;line-height:1.4}.footer-bottom a[data-v-5e25a3be]{color:#3498db;text-decoration:none;font-weight:500;transition:color .3s ease}.footer-bottom a[data-v-5e25a3be]:hover{color:#2980b9;text-decoration:underline}.footer-tech[data-v-5e25a3be]{font-size:12px!important;opacity:.8}@media (max-width: 768px){.nav-home[data-v-5e25a3be]{flex-direction:column;height:100vh;height:100svh;overflow:hidden}.sidebar[data-v-5e25a3be]{display:none}.main-content[data-v-5e25a3be]{flex:1;height:100vh;height:100svh;margin-left:0;display:flex;flex-direction:column;overflow:hidden}.search-header[data-v-5e25a3be]{padding:15px 20px;position:fixed;top:0;left:0;right:0;z-index:500;background:#fff;box-shadow:0 2px 10px #0000001a}.content-area[data-v-5e25a3be]{flex:1;padding:100px 15px 300px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu-btn[data-v-5e25a3be]{display:block;flex-shrink:0}.sites-grid[data-v-5e25a3be]{grid-template-columns:1fr 1fr;gap:12px}.site-card[data-v-5e25a3be]{padding:12px;flex-direction:column;text-align:center}.site-card .site-icon[data-v-5e25a3be]{margin-right:0;margin-bottom:8px}.site-card .site-name[data-v-5e25a3be]{font-size:15px}.site-card .site-description[data-v-5e25a3be]{font-size:12px}.category-title[data-v-5e25a3be]{font-size:24px;margin-bottom:20px}.category-title .category-icon[data-v-5e25a3be]{font-size:28px;margin-right:12px}.category-title .category-name[data-v-5e25a3be]{font-size:22px}.page-footer[data-v-5e25a3be]{margin-top:40px;padding:30px 20px}.footer-content[data-v-5e25a3be]{flex-direction:column;gap:20px;text-align:center}.footer-links[data-v-5e25a3be]{justify-content:center}.footer-bottom[data-v-5e25a3be]{padding-top:15px}.footer-bottom p[data-v-5e25a3be]{font-size:12px}}.test-page[data-v-4a1ec011]{padding:20px;max-width:1200px;margin:0 auto}.test-section[data-v-4a1ec011]{margin-bottom:40px;padding:20px;border:1px solid #ddd;border-radius:8px}.test-section h2[data-v-4a1ec011]{margin-top:0;color:#333}.results[data-v-4a1ec011]{margin-top:20px;padding:15px;background:#f8f9fa;border-radius:5px;max-height:400px;overflow-y:auto}.api-info[data-v-4a1ec011]{text-align:left}.api-info p[data-v-4a1ec011]{margin:10px 0}pre[data-v-4a1ec011]{background:#fff;padding:10px;border-radius:3px;overflow-x:auto;font-size:12px;line-height:1.4}button[data-v-4a1ec011]{padding:10px 20px;background:#007bff;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-right:10px}button[data-v-4a1ec011]:disabled{background:#6c757d;cursor:not-allowed}button[data-v-4a1ec011]:hover:not(:disabled){background:#0056b3}
