@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800;900&display=swap";:root{--bg-body:#f8fafc;--bg-card:#fff;--bg-card-hover:#fff;--bg-header:transparent;--border-color:#1e293b14;--border-color-hover:#1e293b26;--primary:#2563eb;--primary-glow:#2563eb1a;--secondary:#0ea5e9;--accent:#0891b2;--warning:#f43f5e;--text-main:#0f172a;--text-secondary:#475569;--text-muted:#94a2b8;--glow-left:#bfdbfe4d;--glow-right:#dbeafe4d;letter-spacing:.015em;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:var(--bg-body);color:var(--text-main);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-weight:400;line-height:1.6}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%!important;min-height:100vh!important;margin:0!important;padding:0!important;overflow-x:hidden!important}body{background:#fafafa;position:relative;overflow-x:hidden}body:after{content:"";z-index:9999;opacity:.035;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}.geek-grid{display:none}a{color:inherit;text-decoration:none;transition:color .2s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-body)}::-webkit-scrollbar-thumb{background:#00000014;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000026}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2.5rem}@media (width<=768px){.container{padding:0 1.25rem!important}.skills-grid{grid-template-columns:1fr!important}.categories-grid{grid-template-columns:repeat(2,1fr)!important}.split-view,.split-view-editor,.skill-detail-hero-grid{grid-template-columns:1fr!important}.skill-detail-main-copy{min-width:0!important}.skill-detail-install-wrap{justify-content:stretch!important;width:100%!important;min-width:0!important}.skill-detail-install-card{min-width:0!important;max-width:none!important}}@media (width<=480px){.categories-grid{grid-template-columns:1fr 1fr!important}}.title-font{font-family:Outfit,sans-serif}.gradient-text,.gradient-text-blue{color:#09090b;letter-spacing:-.03em}.btn{cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{color:#fff;background:#09090b;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:#27272a;transform:translateY(-1px)}.btn-secondary{border-color:var(--border-color);color:var(--text-main);background:#fff;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{border-color:var(--border-color-hover);background:#f4f4f5}.btn-accent{color:#fff;background:#10b981;box-shadow:0 1px 2px #0000000d}.btn-accent:hover{background:#059669}.badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #0000;border-radius:4px;align-items:center;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #00000005}.badge-primary{color:#2563eb;background:#2563eb0d;border-color:#2563eb1f}.badge-secondary{color:#0ea5e9;background:#0ea5e90d;border-color:#0ea5e91f}.tag{border:1px solid var(--border-color);color:var(--text-secondary);background:#f4f4f5;border-radius:4px;padding:.2rem .5rem;font-size:.725rem}.search-nav-wrapper{width:320px;position:relative}.search-nav-input{color:#fff;background:#ffffff0f;border:1px solid #ffffff26;border-radius:4px;width:100%;padding:.5rem 1rem .5rem 2.25rem;font-size:.85rem;transition:all .25s}.search-nav-input:focus{background:#ffffff1a;border-color:#ffffff4d;outline:none}.glass{background:var(--bg-card);border:1px solid #e2e8f080;border-radius:8px;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 30px #00000004}.glass-hover{border-radius:8px;transition:all .4s cubic-bezier(.16,1,.3,1)}.glass-hover:hover{border-color:#0d948826;transform:translateY(-3px);box-shadow:0 16px 40px #0d94880a,0 4px 12px #00000005}.skills-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}.home-feature-row:hover{background:#2563eb0a;border-radius:4px;transform:translate(4px)}@media (width>=640px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.skills-grid{grid-template-columns:repeat(3,1fr)}}.categories-grid{grid-template-columns:repeat(1,1fr);gap:1.5rem;display:grid}@media (width>=576px){.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=992px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{cursor:pointer;flex-direction:column;align-items:flex-start;gap:1rem;height:100%;padding:1.75rem;display:flex}.category-icon{width:2.75rem;height:2.75rem;color:var(--primary);background:#f4f4f5;border-radius:4px;justify-content:center;align-items:center;transition:all .25s;display:flex}.category-card:hover .category-icon{background:var(--primary);color:#fff;transform:scale(1.05);box-shadow:0 4px 10px #2563eb33}.skill-card{flex-direction:column;height:100%;padding:1.75rem;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex}.skill-card:hover{border-color:var(--border-color-hover);transform:translateY(-4px);box-shadow:0 12px 24px #2563eb14}.skill-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.skill-title{color:var(--text-main);letter-spacing:-.2px;font-size:1.15rem;font-weight:700}.skill-desc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.skill-meta{color:var(--text-muted);border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.75rem;display:flex}.skill-stats{gap:.75rem;display:flex}.progress-container{background:#f4f4f5;border-radius:4px;width:100%;height:6px;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#2563eb 0%,#0ea5e9 100%);border-radius:4px;height:100%}.cyber-search-container{border:1px solid var(--border-color);background:#fff;border-radius:4px;align-items:center;width:100%;max-width:680px;margin:0 auto;padding:4px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 20px #0000000a,0 1px 2px #00000005}.cyber-search-container:focus-within{border-color:var(--primary);box-shadow:0 12px 30px -10px #2563eb1f, 0 0 0 1px var(--primary)}.cyber-search-input{color:var(--text-main);background:0 0;border:none;outline:none;flex-grow:1;padding:.75rem 1rem .75rem 3rem;font-size:1rem}.cyber-search-icon{color:var(--text-muted);position:absolute;left:1.25rem}.kbd-hint{border:1px solid var(--border-color);color:var(--text-muted);-webkit-user-select:none;user-select:none;background:#f4f4f5;border-radius:4px;align-items:center;margin-right:.5rem;padding:2px 6px;font-family:monospace;font-size:.65rem;display:inline-flex}.cyber-search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:4px;padding:.65rem 1.75rem;font-size:.875rem;font-weight:600;transition:all .2s;box-shadow:0 4px 10px #2563eb33}.cyber-search-btn:hover{filter:brightness(1.1);transform:translateY(-.5px);box-shadow:0 6px 15px #2563eb4d}.trending-tag{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:4px;align-items:center;padding:.3rem .8rem;font-size:.8rem;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 2px #00000005}.trending-tag:hover{border-color:var(--primary);color:var(--primary);background:#2563eb05;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb0d}.split-view{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=992px){.split-view{grid-template-columns:260px 1fr}}.split-view-editor{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=992px){.split-view-editor{grid-template-columns:1fr 1fr}}.hero--detail{color:#fff;background:linear-gradient(#1e293b 0%,#0f172a 100%);border-radius:4px;margin-bottom:2rem;padding:3rem 0}.hero__inner--detail{grid-template-columns:1fr;align-items:flex-start;gap:2rem;display:grid}@media (width>=992px){.hero__inner--detail{grid-template-columns:1fr 340px}}.hero-copy--detail{flex-direction:column;gap:1.25rem;display:flex}.detail-hero__title-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.detail-hero__title{letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:700}.detail-hero__subtitle{color:#94a3b8;font-size:1.1rem;line-height:1.5}.detail-hero__stats{color:#94a3b8;flex-wrap:wrap;gap:1.25rem;font-size:.85rem;display:flex}.stat{align-items:center;gap:.35rem;display:flex}.stat__value{color:#fff;font-weight:600}.detail-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff14;border-radius:4px;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.detail-panel__repo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.detail-panel__repo-avatar{border:1px solid #ffffff1a;border-radius:4px;width:2.5rem;height:2.5rem}.detail-panel__repo-name{color:#fff;font-size:.95rem;font-weight:600}.detail-panel__repo-short{color:#94a3b8;align-items:center;gap:.25rem;font-size:.75rem;display:flex}.detail-panel__npx{background:#020617;border:1px solid #ffffff14;border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.detail-panel__npx-scroll{white-space:nowrap;color:#38bdf8;flex-grow:1;padding-right:.5rem;font-family:monospace;font-size:.75rem;overflow-x:auto}.detail-panel__npx-scroll::-webkit-scrollbar{display:none}.detail-panel__npx-copy{color:#94a3b8;cursor:pointer;background:0 0;border:none}.detail-panel__npx-copy:hover{color:#fff}.btn--download{color:#0f172a;background:#fff;width:100%;font-weight:600}.btn--download:hover{background:#f1f5f9}.detail-switch__tabs{background:#e2e8f0;border-radius:4px;margin-bottom:2rem;padding:4px;display:inline-flex;position:relative}.detail-switch__tab{color:var(--text-secondary);cursor:pointer;border-radius:4px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.detail-switch__tab.is-active{color:var(--text-main);background:#fff;box-shadow:0 1px 3px #0000001a}.detail-switch__count{color:var(--text-muted);margin-left:.25rem;font-size:.75rem}.markdown{color:var(--text-secondary);line-height:1.7}.markdown h3{color:var(--text-main);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.markdown p{margin-bottom:1rem;font-size:.95rem}.markdown blockquote{border-left:4px solid var(--primary);background:#f1f5f9;border-radius:4px;margin:1.5rem 0;padding:.75rem 1.25rem}.markdown blockquote p{color:var(--text-main);margin-bottom:0;font-size:.9rem}.markdown ul,.markdown ol{margin-bottom:1rem;margin-left:1.5rem}.markdown li{margin-bottom:.5rem;font-size:.925rem}.code-panel{border:1px solid var(--border-color);color:#e2e8f0;background:#1e293b;border-radius:4px;overflow:hidden}.code-header{background:#0f172a;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.code-body{white-space:pre-wrap;min-height:250px;max-height:450px;padding:1.25rem;font-family:Courier New,Courier,monospace;font-size:.85rem;line-height:1.6;overflow-y:auto}.toast{color:#fff;z-index:1000;background:#10b981;border-radius:4px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) forwards slideIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 10px 15px -3px #0000001a}@keyframes slideIn{0%{opacity:0;transform:translateY(1rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.streaming-text:after{content:"▋";color:#10b981;animation:1s step-start infinite blink}[data-theme=dark]{--bg-body:#0f172a;--bg-card:#1e293b;--bg-card-hover:#263348;--border-color:#94a3b826;--border-color-hover:#94a3b847;--primary-glow:#2563eb26;--text-main:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--glow-left:#2563eb14;--glow-right:#0ea5e914;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] body{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%)}[data-theme=dark] body:before{background:radial-gradient(circle,#2563eb26 0%,#0000 70%)}[data-theme=dark] body:after{background:radial-gradient(circle,#0ea5e91a 0%,#0000 70%)}[data-theme=dark] input[type=search]{color:#f1f5f9!important;background:#1e293bcc!important;border-color:#0000!important}[data-theme=dark] input[type=search]:focus{background:#1e293b!important;border-color:#3b82f6!important}[data-theme=dark] input[type=search]::placeholder{color:#64748b!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{color:#f1f5f9!important;background:#1e293b!important;border-color:#334155!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#64748b!important}[data-theme=dark] .glass-hover:hover{border-color:#94a3b840!important}[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color:#0f172a"],[data-theme=dark] [style*="color: #1e293b"],[data-theme=dark] [style*="color:#1e293b"],[data-theme=dark] [style*="color: #334155"],[data-theme=dark] [style*="color:#334155"],[data-theme=dark] [style*="color: #1e1b4b"],[data-theme=dark] [style*="color:#1e1b4b"],[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color:#475569"],[data-theme=dark] [style*="color: #1c1917"],[data-theme=dark] [style*="color:#1c1917"]{color:#f1f5f9!important}[data-theme=dark] [style*="color: #64748b"],[data-theme=dark] [style*="color:#64748b"],[data-theme=dark] [style*="color: #94a3b8"],[data-theme=dark] [style*="color:#94a3b8"],[data-theme=dark] [style*="color: #94a2b8"],[data-theme=dark] [style*="color:#94a2b8"]{color:#94a3b8!important}[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background:#ffffff"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background:#fff"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*=background\:white]{background:#1e293b!important}[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background:#f8fafc"],[data-theme=dark] [style*="background: #f1f5f9"],[data-theme=dark] [style*="background:#f1f5f9"],[data-theme=dark] [style*="background: #f0f9ff"],[data-theme=dark] [style*="background:#f0f9ff"]{background:#0f1a2e!important}[data-theme=dark] [style*="background: rgba(255,255,255,0.85)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.85)"],[data-theme=dark] [style*="background: rgba(255,255,255,0.9)"],[data-theme=dark] [style*="background: rgba(255, 255, 255, 0.9)"]{background:#1e293be6!important}[data-theme=dark] [style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="border:1px solid #e2e8f0"],[data-theme=dark] [style*="border: 1px solid #cbd5e1"],[data-theme=dark] [style*="border:1px solid #cbd5e1"],[data-theme=dark] [style*="border: 1px solid #f1f5f9"],[data-theme=dark] [style*="border:1px solid #f1f5f9"],[data-theme=dark] [style*="border: 1.5px solid #e2e8f0"],[data-theme=dark] [style*="border: 2px dashed #cbd5e1"],[data-theme=dark] [style*="border: 1px solid rgba(0,0,0,0.03)"],[data-theme=dark] [style*="border: 1px solid rgba(0, 0, 0, 0.03)"]{border-color:#94a3b826!important}[data-theme=dark] [style*="borderBottom: 1px solid #f1f5f9"],[data-theme=dark] [style*="border-bottom: 1px solid #f1f5f9"],[data-theme=dark] [style*="borderTop: 1px solid #f1f5f9"],[data-theme=dark] [style*="border-top: 1px solid #f1f5f9"]{border-color:#94a3b81f!important}[data-theme=dark] .user-dropdown{background:#1e293b!important;border-color:#94a3b826!important;box-shadow:0 20px 60px #00000080!important}[data-theme=dark] .user-dropdown button,[data-theme=dark] .user-dropdown div{color:#f1f5f9!important}[data-theme=dark] table{background:0 0}[data-theme=dark] thead{background:#263348!important}[data-theme=dark] tr{border-color:#94a3b81a!important}[data-theme=dark] td,[data-theme=dark] th{color:#f1f5f9!important}[data-theme=dark] [style*="box-shadow: 0 4px 12px rgba(37"]{box-shadow:0 4px 20px #0000004d!important}[data-theme=dark] code,[data-theme=dark] pre{color:#93c5fd!important;background:#0f172a!important;border-color:#334155!important}[data-theme=dark] ::-webkit-scrollbar-track{background:#1e293b}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#334155}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#475569}@keyframes blink{50%{opacity:0}}.hero-grid{grid-template-columns:1fr;gap:1.35rem;width:100%;display:grid}.home-feature-row{border-radius:0}.home-side-panel{background:var(--bg-card);border:1px solid var(--border-color);border-radius:4px;flex-direction:column;min-height:100%;padding:1rem 1.1rem .85rem;display:flex;box-shadow:0 10px 28px #0f172a0b}.home-feature-row:hover{background:#2563eb09;border-radius:4px;padding-left:.65rem!important;padding-right:.65rem!important}@media (width>=992px){.hero-grid{grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);align-items:start}}@media (width<=640px){.home-side-panel{border-radius:4px;padding:.9rem .95rem .75rem}}.market-sidebar{transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s}@media (width<=1100px){.market-list-row{grid-template-columns:minmax(0,1fr) auto!important;gap:.5rem .75rem!important}.market-list-row>div:nth-child(2){order:3;grid-column:1/-1}.market-list-row>div:nth-child(3){order:2;justify-content:flex-start!important}.market-list-row>div:nth-child(4){order:4}}@media (width<=860px){.split-view{flex-direction:column!important}.market-sidebar{border-radius:4px;z-index:999!important;align-self:unset!important;width:300px!important;max-width:85vw!important;height:100vh!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow-y:auto!important;transform:translate(-110%)!important;box-shadow:4px 0 30px #0000000f!important}.market-sidebar.open{transform:translate(0)!important;box-shadow:8px 0 40px #0000001f!important}.mobile-filter-btn{display:flex!important}.mobile-overlay{display:block!important}}.glass-hover:hover{transform:translateY(-2px);box-shadow:0 6px 16px #6366f166!important}.user-menu-container .user-dropdown{opacity:0;visibility:hidden;background:#fff;border:1px solid #f1f5f9;border-radius:4px;width:200px;transition:all .2s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;transform:translateY(-10px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.user-menu-container:hover .user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.user-dropdown button:hover{background:#fef2f2!important}[data-theme=dark] .user-menu-container .user-dropdown{background:#1e293b;border-color:#334155}[data-theme=dark] .user-dropdown div{color:#f1f5f9!important}[data-theme=dark] .user-dropdown button{color:#94a3b8!important}[data-theme=dark] .user-dropdown button:hover{background:#334155!important}@media (width<=768px){header form{display:none!important}}@media (width<=640px){.nav-text{display:none!important}header>div{padding:.5rem .75rem!important}}[data-theme=dark] header>div{background:#0f172ad9!important;border-color:#ffffff14!important;box-shadow:0 4px 24px -6px #0000004d!important}[data-theme=dark] header input{color:#f1f5f9!important;background:#1e293b!important}.logo-container svg{width:100%!important;height:100%!important}
