*,::after,::before{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d1117;--bg-secondary:#161b22;--bg-tertiary:#21262d;--bg-overlay:#30363d;--bg-hover:#1c2128;--border-primary:#30363d;--border-secondary:#21262d;--text-primary:#e6edf3;--text-secondary:#8b949e;--text-tertiary:#6e7681;--accent-primary:#58a6ff;--accent-hover:#79c0ff;--accent-green:#3fb950;--accent-green-bg:rgba(63, 185, 80, 0.15);--accent-yellow:#d29922;--accent-yellow-bg:rgba(210, 153, 34, 0.15);--accent-red:#f85149;--accent-red-bg:rgba(248, 81, 73, 0.15);--accent-purple:#bc8cff;--accent-purple-bg:rgba(188, 140, 255, 0.15);--font-mono:'SF Mono','Cascadia Code','Fira Code',monospace;--font-sans:-apple-system,BlinkMacSystemFont,'Segoe UI','Noto Sans',Helvetica,Arial,sans-serif;--radius-sm:3px;--radius-md:6px;--radius-lg:8px;--shadow-sm:0 1px 2px rgba(0, 0, 0, 0.3);--shadow-md:0 3px 12px rgba(0, 0, 0, 0.4);--shadow-lg:0 8px 24px rgba(0, 0, 0, 0.5);--max-width:1200px;--header-height:48px}html{font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background:var(--bg-primary);color:var(--text-primary);min-height:100vh}a{color:var(--accent-primary);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}img{max-width:100%;height:auto}code{font-family:var(--font-mono);font-size:.9em;background:var(--bg-tertiary);padding:.15em .4em;border-radius:var(--radius-sm)}pre{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1rem;overflow-x:auto;font-size:.85rem;line-height:1.6}pre code{background:0 0;padding:0}.site-header{height:var(--header-height);background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);position:sticky;top:0;z-index:100;display:flex;align-items:center;padding:0 1rem}.header-inner{max-width:var(--max-width);width:100%;margin:0 auto;display:flex;align-items:center;gap:1rem}.header-logo{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:var(--text-primary);text-decoration:none;flex-shrink:0}.header-logo:hover{text-decoration:none;color:var(--text-primary)}.header-logo svg{width:20px;height:20px;fill:var(--accent-primary)}.header-logo-icon{width:20px;height:20px;flex-shrink:0}.header-nav{display:flex;align-items:center;gap:.25rem}.header-nav a{padding:.35rem .6rem;border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .1s}.header-nav a.active,.header-nav a:hover{color:var(--text-primary);background:var(--bg-tertiary);text-decoration:none}.header-search{flex:1;max-width:320px;position:relative}.header-search input{width:100%;height:30px;padding:0 .75rem 0 2rem;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-size:.85rem;outline:0;transition:border-color .15s}.header-search input::placeholder{color:var(--text-tertiary)}.header-search input:focus{border-color:var(--accent-primary)}.header-search svg{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:14px;height:14px;fill:var(--text-tertiary)}.header-search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:14px;height:14px;opacity:.5;pointer-events:none}.header-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.main-content{max-width:var(--max-width);width:100%;margin:0 auto;padding:1.5rem 1rem;min-height:calc(100vh - var(--header-height) - 60px)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;font-size:.85rem;font-weight:500;font-family:var(--font-sans);line-height:1.4;border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-tertiary);color:var(--text-primary);cursor:pointer;transition:background .1s,border-color .1s;white-space:nowrap;text-decoration:none}.btn:hover{background:var(--bg-overlay);text-decoration:none}.btn-primary{background:#238636;border-color:#2ea043;color:#fff}.btn-primary:hover{background:#2ea043}.btn-sm{padding:.2rem .5rem;font-size:.8rem}.btn-lg{padding:.55rem 1.2rem;font-size:.95rem}.btn-danger{background:0 0;border-color:var(--accent-red);color:var(--accent-red)}.btn-danger:hover{background:var(--accent-red-bg)}.btn-ghost{background:0 0;border-color:transparent}.btn-ghost:hover{background:var(--bg-tertiary)}.btn svg{width:14px;height:14px;fill:currentColor}.btn img{vertical-align:middle}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.35rem;font-size:.85rem;font-weight:500;color:var(--text-primary)}.form-sublabel{font-weight:400;color:var(--text-tertiary);margin-left:.25rem}.form-input,.form-select,.form-textarea{width:100%;padding:.45rem .65rem;font-size:.85rem;font-family:var(--font-sans);color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--radius-md);outline:0;transition:border-color .15s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--accent-primary)}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-tertiary)}.form-textarea{resize:vertical;min-height:100px;line-height:1.5}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%238b949e' viewBox='0 0 16 16'%3E%3Cpath d='M4.427 7.427l3.396 3.396a.25.25 0 00.354 0l3.396-3.396A.25.25 0 0011.396 7H4.604a.25.25 0 00-.177.427z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;padding-right:2rem}.form-hint{margin-top:.25rem;font-size:.8rem;color:var(--text-tertiary)}.form-error{margin-top:.25rem;font-size:.8rem;color:var(--accent-red)}.project-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border-primary);border-radius:var(--radius-md);overflow:hidden}.project-card{display:flex;gap:1rem;padding:1rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-primary);transition:background .1s}.project-card:last-child{border-bottom:none}.project-card:hover{background:var(--bg-hover)}.project-card-icon{width:64px;height:64px;border-radius:var(--radius-md);background:var(--bg-tertiary);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-card-icon img{width:100%;height:100%;object-fit:cover}.project-card-icon svg{width:28px;height:28px;fill:var(--text-tertiary)}.project-card-body{flex:1;min-width:0}.project-card-title{font-size:1rem;font-weight:600;margin-bottom:.15rem}.project-card-title a{color:var(--text-primary)}.project-card-title a:hover{color:var(--accent-primary)}.project-card-desc{color:var(--text-secondary);font-size:.85rem;margin-bottom:.4rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-card-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;font-size:.8rem;color:var(--text-tertiary)}.project-card-meta span{display:inline-flex;align-items:center;gap:.25rem}.project-card-meta svg{width:12px;height:12px;fill:currentColor}.project-card-stats{display:flex;gap:.75rem;align-items:center;font-size:.8rem;color:var(--text-tertiary);flex-shrink:0;flex-direction:column;text-align:right;min-width:80px}.tag{display:inline-flex;align-items:center;padding:.1rem .5rem;font-size:.75rem;font-weight:500;border-radius:99px;background:var(--bg-tertiary);color:var(--text-secondary);border:1px solid var(--border-primary);white-space:nowrap}.tag-blue{background:rgba(88,166,255,.15);color:var(--accent-primary);border-color:rgba(88,166,255,.3)}.tag-green{background:var(--accent-green-bg);color:var(--accent-green);border-color:rgba(63,185,80,.3)}.tag-yellow{background:var(--accent-yellow-bg);color:var(--accent-yellow);border-color:rgba(210,153,34,.3)}.tag-purple{background:var(--accent-purple-bg);color:var(--accent-purple);border-color:rgba(188,140,255,.3)}.tag-red{background:var(--accent-red-bg);color:var(--accent-red);border-color:rgba(248,81,73,.3)}.badge{display:inline-flex;align-items:center;padding:.05rem .4rem;font-size:.7rem;font-weight:600;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.03em}.badge-release{background:var(--accent-green-bg);color:var(--accent-green)}.badge-beta{background:var(--accent-yellow-bg);color:var(--accent-yellow)}.badge-alpha{background:var(--accent-red-bg);color:var(--accent-red)}.badge-featured{background:var(--accent-purple-bg);color:var(--accent-purple)}.tabs{display:flex;border-bottom:1px solid var(--border-primary);margin-bottom:1.5rem;gap:0}.tab{padding:.6rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-secondary);border-bottom:2px solid transparent;text-decoration:none;transition:color .1s}.tab:hover{color:var(--text-primary);text-decoration:none}.tab.active{color:var(--text-primary);border-bottom-color:var(--accent-primary)}.page-layout{display:grid;grid-template-columns:1fr 280px;gap:1.5rem;align-items:start}.page-sidebar{position:sticky;top:calc(var(--header-height) + 1.5rem)}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-title{font-size:.8rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.sidebar-box{border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:1rem;background:var(--bg-secondary)}.sidebar-stat{display:flex;justify-content:space-between;padding:.3rem 0;font-size:.85rem}.sidebar-stat-label{color:var(--text-secondary)}.sidebar-stat-value{color:var(--text-primary);font-weight:500}.sidebar-link-list{list-style:none}.sidebar-link-list li{padding:.35rem 0}.sidebar-link-list a{color:var(--text-secondary);font-size:.85rem}.sidebar-link-list a:hover{color:var(--accent-primary)}.breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--text-tertiary);margin-bottom:1rem}.breadcrumb a{color:var(--text-secondary)}.breadcrumb-sep{color:var(--text-tertiary)}.pagination{display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:1.5rem}.pagination-btn{padding:.35rem .65rem;font-size:.85rem;border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer}.pagination-btn:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-btn.active{background:var(--accent-primary);border-color:var(--accent-primary);color:#fff}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal{background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);width:100%;max-width:480px;box-shadow:var(--shadow-lg)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border-primary)}.modal-title{font-size:1rem;font-weight:600}.modal-body{padding:1rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1rem;border-top:1px solid var(--border-primary)}.alert{padding:.75rem 1rem;border-radius:var(--radius-md);font-size:.85rem;margin-bottom:1rem;border:1px solid}.alert-info{background:rgba(88,166,255,.1);border-color:rgba(88,166,255,.3);color:var(--accent-primary)}.alert-success{background:var(--accent-green-bg);border-color:rgba(63,185,80,.3);color:var(--accent-green)}.alert-error{background:var(--accent-red-bg);border-color:rgba(248,81,73,.3);color:var(--accent-red)}.alert-warning{background:var(--accent-yellow-bg);border-color:rgba(210,153,34,.3);color:var(--accent-yellow)}.spinner{width:24px;height:24px;border:2px solid var(--border-primary);border-top-color:var(--accent-primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:.75rem;color:var(--text-tertiary)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-tertiary)}.empty-state-title{font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}.table-wrapper{overflow-x:auto;border:1px solid var(--border-primary);border-radius:var(--radius-md)}table{width:100%;border-collapse:collapse}th{text-align:left;padding:.6rem .75rem;font-size:.8rem;font-weight:600;color:var(--text-tertiary);background:var(--bg-secondary);border-bottom:1px solid var(--border-primary)}td{padding:.6rem .75rem;font-size:.85rem;border-bottom:1px solid var(--border-secondary)}tr:last-child td{border-bottom:none}tr:hover td{background:var(--bg-hover)}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem;align-items:center}.filter-bar .form-input,.filter-bar .form-select{width:auto;min-width:140px;height:32px;font-size:.8rem}.filter-bar .header-search{max-width:240px}.project-header{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem}.project-icon{width:80px;height:80px;border-radius:var(--radius-lg);background:var(--bg-tertiary);flex-shrink:0;overflow:hidden}.project-icon img{width:100%;height:100%;object-fit:cover}.project-info{flex:1;min-width:0}.project-title{font-size:1.5rem;font-weight:700;line-height:1.3}.project-author{font-size:.9rem;color:var(--text-secondary);margin-top:.15rem}.project-tags{display:flex;gap:.35rem;flex-wrap:wrap;margin-top:.5rem}.project-banner{width:100%;max-height:200px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1rem}.project-body{line-height:1.7}.project-body h1,.project-body h2,.project-body h3{margin-top:1.5rem;margin-bottom:.5rem;font-weight:600}.project-body h1{font-size:1.4rem}.project-body h2{font-size:1.2rem}.project-body h3{font-size:1.05rem}.project-body p{margin-bottom:.75rem}.project-body ol,.project-body ul{margin-bottom:.75rem;padding-left:1.5rem}.project-body li{margin-bottom:.25rem}.version-item{display:flex;gap:1rem;padding:1rem;border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-secondary);margin-bottom:.5rem}.version-info{flex:1}.version-number{font-weight:600;font-size:1rem}.version-meta{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.25rem;font-size:.8rem;color:var(--text-tertiary)}.version-changelog{margin-top:.5rem;font-size:.85rem;color:var(--text-secondary)}.version-actions{display:flex;flex-direction:column;gap:.35rem;flex-shrink:0;align-items:flex-end}.auth-container{max-width:400px;margin:3rem auto}.auth-title{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:1.5rem}.comment{padding:1rem;border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-secondary);margin-bottom:.5rem}.comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.comment-avatar{width:24px;height:24px;border-radius:50%;background:var(--bg-tertiary);overflow:hidden;flex-shrink:0}.comment-author{font-weight:600;font-size:.85rem}.comment-date{font-size:.8rem;color:var(--text-tertiary);margin-left:auto}.comment-body{font-size:.9rem;line-height:1.6}.site-footer{border-top:1px solid var(--border-primary);padding:1.5rem 1rem;margin-top:3rem}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-tertiary)}.footer-links{display:flex;gap:1rem}.footer-links a{color:var(--text-tertiary)}.footer-links a:hover{color:var(--accent-primary)}@media (max-width:768px){.page-layout{grid-template-columns:1fr}.page-sidebar{position:static}.project-header{flex-direction:column}.project-card{flex-direction:column}.project-card-stats{flex-direction:row;text-align:left;min-width:auto}.filter-bar{flex-direction:column;align-items:stretch}.filter-bar .form-input,.filter-bar .form-select{width:100%}.header-search{display:none}.version-item{flex-direction:column}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-secondary{color:var(--text-secondary)}.text-tertiary{color:var(--text-tertiary)}.text-green{color:var(--accent-green)}.text-yellow{color:var(--accent-yellow)}.text-red{color:var(--accent-red)}.text-purple{color:var(--accent-purple)}.font-mono{font-family:var(--font-mono)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.gap-sm{gap:.5rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}