:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;height:100vh;display:flex;flex-direction:column;margin:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.header{position:fixed;top:0}.main-body{width:100%;height:100%;padding-top:50px;box-sizing:border-box;display:flex;flex-direction:row}.header{width:100%;height:50px;background-color:#fff;border-bottom:1px solid #f0f0f0;z-index:100;display:flex;align-items:center;box-shadow:0 2px 10px #0000000d}.header-content{display:flex;align-items:center;margin-left:16px}.compass-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#f1f3f5;border-radius:50%;margin-right:12px}.site-name{font-size:18px;font-weight:600;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media (max-width: 480px){.site-name{font-size:16px}}.main-section{height:100%;overflow-y:auto;padding:0}.category-info-list{max-width:1400px;margin:0 auto}.category-container{padding:16px}.category-title{font-size:20px;font-weight:600;margin:0;padding-bottom:15px;color:#333}.subcategory-nav{display:flex;justify-content:flex-start;margin-bottom:20px}.subcategory-container{display:flex;flex-wrap:wrap;gap:8px;background:#f9f9ff;border-radius:6px;padding:8px;box-shadow:inset 0 0 6px #646cff1a}.subcategory-item{padding:6px 12px;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;color:#555;border:1px solid #e0e0e0}.subcategory-item.active{background:#646cff;color:#fff;border-color:#646cff;box-shadow:0 4px 6px #646cff4d}.subcategory-item:hover{background:#646cff;color:#fff}.website-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}@media (min-width: 1200px){.website-grid{grid-template-columns:repeat(6,1fr)}}.website-card{display:flex;flex-direction:column;border:1px solid #eee;border-radius:6px;box-shadow:0 0 20px -5px #9e9e9e33;overflow:hidden;transition:all .2s ease}.website-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000014;border-color:#e0e7ff}.website-card:hover .website-detail-icon{opacity:1;transform:scale(1)}.website-card:active{transform:scale(.98);box-shadow:0 2px 8px #0000001a}.website-card:focus{outline:2px solid #646cff;outline-offset:2px}.website-card-main{flex:1;display:flex;flex-direction:row;cursor:pointer;padding:16px}.website-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-right:2px}.website-icon img{width:32px;height:32px;object-fit:contain}.default-icon{font-size:28px;color:#646cff}.website-content{flex:1;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.website-name{font-weight:600;font-size:14px;margin-bottom:2px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.website-desc{font-size:12px;color:#666;line-height:1.3;height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px}.loading-spinner{width:50px;height:50px;border:5px solid rgba(0,0,0,.1);border-top:5px solid #646cff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center;padding:20px}.error-icon{font-size:48px;margin-bottom:15px;color:#ff4d4f}.retry-button{margin-top:15px;padding:8px 20px;background-color:#646cff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}.retry-button:hover{background-color:#555be0}.side-bar{background-color:#f8f9fa;border-right:1px solid #e9ecef;height:100%;width:220px;display:flex;flex-direction:column;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;padding:0}.categories-list-container{flex:1;overflow-y:auto;padding:0}.categories-list{display:flex;flex-direction:column;padding:0}.category-item{display:flex;align-items:center;padding:14px 16px;cursor:pointer;background-color:#fff;transition:all .15s ease}.category-item:hover .category-name{color:#339af0}.category-item.selected{background-color:#f1f3f5}.category-item.selected .category-name{color:#339af0}.category-item:not(.selected):hover{background-color:#f1f3f5}.category-icon{display:flex;align-items:center;justify-content:center;margin-right:12px;width:24px;height:24px}.default-icon{display:flex;align-items:center;justify-content:center;color:#5e72e4;font-size:16px}.category-name{font-size:14px;font-weight:500;color:#495057;flex-grow:1}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:20px;color:#525f7f}.loading-spinner{width:32px;height:32px;border:3px solid rgba(94,114,228,.1);border-top:3px solid #5e72e4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:20px;color:#525f7f}.error-icon{font-size:24px;margin-bottom:16px;color:#fb6340}.retry-button{margin-top:16px;padding:8px 20px;background-color:#5e72e4;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s;box-shadow:0 4px 6px #32325d1c,0 1px 3px #00000014}.retry-button:hover{background-color:#324cdd;transform:translateY(-1px);box-shadow:0 7px 14px #32325d1a,0 3px 6px #00000014}.retry-button:active{transform:translateY(1px)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;gap:2rem}.skeleton-loader{width:100%;max-width:76rem;background:#f5f7f9;border-radius:1rem;overflow:hidden;box-shadow:0 4px 15px #0000000d;animation:pulse 1.5s infinite}.skeleton-content{display:flex;padding:2rem;gap:2rem}.skeleton-icon{width:8rem;height:8rem;border-radius:1rem;background:#e1e9f0}.skeleton-text{flex:1;display:flex;flex-direction:column;gap:1rem}.skeleton-title{height:2.5rem;width:60%;background:#e1e9f0;border-radius:.5rem}.skeleton-description{height:1.5rem;width:90%;background:#e1e9f0;border-radius:.5rem}.skeleton-button{height:3rem;width:10rem;background:#e1e9f0;border-radius:9999px;margin-top:1rem}.skeleton-paragraph{height:12rem;width:100%;max-width:76rem;background:#f5f7f9;border-radius:1rem;margin-top:1rem}@keyframes pulse{0%{opacity:.8}50%{opacity:.5}to{opacity:.8}}.error-container,.not-found-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.error-card,.not-found-card{max-width:34rem;background-color:#fff;padding:2.5rem;border-radius:1rem;text-align:center;box-shadow:0 25px 50px -12px #0000001a;border:1px solid #eef2f7;transition:transform .3s ease,box-shadow .3s ease}.error-card:hover,.not-found-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #00000026}.error-icon,.not-found-icon{width:5rem;height:5rem;margin-bottom:1.5rem;color:#ef4444}.error-title{font-size:2rem;color:#ef4444;margin-bottom:1.25rem;font-weight:700}.error-message,.not-found-title{color:#4b5563;margin-bottom:1.75rem;font-size:1.125rem;line-height:1.6}.not-found-title{font-size:2rem;color:#3b82f6;font-weight:700}.not-found-icon{color:#3b82f6}.back-button{display:inline-flex;align-items:center;justify-content:center;background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:9999px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1.05rem;letter-spacing:.5px;box-shadow:0 4px 8px #3b82f640}.back-button:hover{background-color:#2563eb;transform:translateY(-3px);box-shadow:0 6px 15px #3b82f659}.back-button:active{transform:translateY(1px);box-shadow:0 3px 6px #3b82f640}.website-detail-page{min-height:100vh;background:#f8f9fa;padding-bottom:3rem;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.container{max-width:76rem;margin:0 auto;padding:0 1.25rem}.navigation-bar{padding-top:1rem}.back-link{display:inline-flex;align-items:center;color:#4b5563;font-weight:600;font-size:1.05rem;background:#3b82f614;border:none;cursor:pointer;padding:.7rem 1.2rem .7rem 1rem;border-radius:.7rem;transition:all .3s ease;text-decoration:none;gap:.6rem}.back-link:hover{color:#3b82f6;background:#3b82f626;transform:translate(-3px)}.back-arrow{width:1.3rem;height:1.3rem}.website-detail-card{background-color:#fff;margin-top:1rem;border-radius:1rem;box-shadow:0 20px 25px -5px #0000000a,0 10px 10px -5px #00000005;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.1);border:1px solid #edf2f7}.website-header{padding:1rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.website-header{flex-direction:row;align-items:flex-start;gap:1rem}}.website-detail-page-icon{flex-shrink:0}.icon-container{position:relative;background:linear-gradient(145deg,#fff,#f5f7fa);padding:.8rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;box-shadow:0 4px 12px #00000008,inset 0 0 0 1px #0000000d;transition:transform .3s ease}.icon-container:hover{transform:scale(1.03)}.icon-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:.75rem;aspect-ratio:1/1}.icon-placeholder{width:8rem;height:8rem;border-radius:1rem;background:#f5f7f9;display:flex;align-items:center;justify-content:center;color:#cbd5e1;border:1px dashed #e2e8f0}.icon-placeholder svg{width:3.5rem;height:3.5rem;fill:none;stroke:currentColor;stroke-width:1}.website-info{flex-grow:1}.website-detail-name{font-size:2.2rem;font-weight:800;color:#1e293b;letter-spacing:-.025em}.website-description{color:#4b5563;font-size:1.15rem;position:relative;padding-left:.8rem;margin-top:.5rem}.website-description:before{content:"";position:absolute;left:0;top:.4rem;height:1.2rem;width:3px;background:#3b82f6;border-radius:10px}.website-stats{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1rem}.stat-item{display:inline-flex;align-items:center;background:#f1f5f9;padding:.3rem;border-radius:6px;font-size:.92rem;color:#334155;gap:.5rem;transition:all .2s ease;border:1px solid #e2e8f0}.stat-item:hover{background:#e2e8f0;transform:translateY(-2px)}.category-tag{background:#e0f2fe;color:#0c4a6e;border-color:#bae6fd}.stat-icon{width:1.1rem;height:1.1rem;color:#3b82f6}.visit-button{display:inline-flex;align-items:center;padding:.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #3b82f659,0 2px 4px -1px #3b82f633;border:none;font-size:1.05rem;cursor:pointer;gap:.7rem;letter-spacing:.5px;margin-top:1rem}.visit-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-3px);box-shadow:0 10px 15px -3px #2563eb80}.visit-button:active{transform:translateY(0);box-shadow:0 3px 5px #2563eb66}.visit-icon{width:1.1rem;height:1.1rem}.website-content-card{background-color:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #00000008,0 4px 6px -2px #00000003;padding:1rem;margin-top:1rem;margin-bottom:2rem;border:1px solid #f1f5f9}.content-title{font-size:1.5rem;font-weight:700;color:#1e293b;padding-bottom:1rem;border-bottom:2px solid #e2e8f0;display:flex;align-items:center;gap:.8rem;margin:0}.content-title:before{content:"";display:inline-block;width:6px;height:1.5rem;background:#3b82f6;border-radius:3px}.plain-text{color:#334155;line-height:1.8;white-space:pre-line;font-size:1.05rem}@media (max-width: 768px){.website-header{padding:1.8rem;flex-direction:column;align-items:center;text-align:center}.website-description{padding-left:0}.website-description:before{display:none}.website-stats{justify-content:center}.website-detail-name{font-size:1.9rem}.website-content-card{padding:1.8rem}.content-title{font-size:1.4rem}}@media (max-width: 480px){.website-header{padding:1.5rem}.icon-container{width:7rem;height:7rem}.website-detail-name{font-size:1.7rem}.website-description{font-size:1rem}.back-link{padding:.6rem 1rem;font-size:1rem}.visit-button{padding:.85rem 1.75rem;width:100%;justify-content:center}}.bottom-line{height:1px}
