:root{--bg:#fff;--text:#111;--text-dim:#666;--border:#e2e8f0;--accent:#0f172a;--accent-light:#f8fafc;--link:#2563eb}@media (prefers-color-scheme:dark){:root{--bg:#0f172a;--text:#f8fafc;--text-dim:#94a3b8;--border:#1e293b;--accent:#fff;--accent-light:#1e293b;--link:#60a5fa}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6}.material-symbols-rounded{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-feature-settings:"liga";font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;-webkit-user-select:none;user-select:none;direction:ltr;justify-content:center;align-items:center;font-family:Material Symbols Rounded,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1;display:inline-flex}.page-wrapper{max-width:800px;margin:0 auto;padding:60px 24px}.site-header{margin-bottom:48px}.site-header h1{letter-spacing:-.02em;color:var(--text);margin-bottom:12px;font-size:32px;font-weight:600;line-height:1.2}.site-header .subtitle{color:var(--text-dim);max-width:560px;font-size:18px;line-height:1.6}.header-actions{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:var(--bg);border-color:var(--accent)}.btn-primary:hover{opacity:.9}.btn-outline{color:var(--text);border-color:var(--border);background:0 0}.btn-outline:hover{background:var(--accent-light)}.btn .material-symbols-rounded{font-size:16px}.section{margin-bottom:64px}.section h2{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:12px;font-size:20px;font-weight:600}.screenshots-gallery{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;gap:16px;padding-bottom:12px;display:flex;overflow-x:auto}.screenshots-gallery::-webkit-scrollbar{display:none}.screenshots-gallery img{border:4px solid var(--accent-light);object-fit:cover;border-radius:24px;flex-shrink:0;width:auto;height:480px;display:block;box-shadow:0 10px 25px -5px #0000001a}.features-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.feature-card{flex-direction:column;gap:10px;display:flex}.feature-icon{background:var(--accent-light);border:1px solid var(--border);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.feature-icon .material-symbols-rounded{color:var(--text);font-size:20px}.feature-card h3{color:var(--text);font-size:16px;font-weight:600;line-height:1.3}.feature-card p{color:var(--text-dim);font-size:15px;line-height:1.55}.team-table{border-collapse:collapse;width:100%;font-size:15px}.team-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);border-bottom:1px solid var(--border);padding:0 12px 10px;font-size:12px;font-weight:600}.team-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:top;padding:14px 12px;line-height:1.5}.team-table tbody tr:last-child td{border-bottom:none}.team-table .nim{color:var(--text-dim);white-space:nowrap;font-family:Courier New,monospace;font-size:13px}.tech-list{flex-wrap:wrap;gap:10px;list-style:none;display:flex}.tech-list li{background:var(--accent-light);border:1px solid var(--border);color:var(--text);border-radius:6px;align-items:center;gap:6px;padding:6px 14px 6px 10px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.tech-list li .material-symbols-rounded{color:var(--text-dim);font-size:16px}.api-list{flex-direction:column;gap:16px;list-style:none;display:flex}.api-list li{color:var(--text);align-items:flex-start;gap:12px;font-size:15px;line-height:1.55;display:flex}.api-list li .material-symbols-rounded{color:var(--text-dim);flex-shrink:0;margin-top:2px;font-size:20px}.api-list li a{color:var(--link);text-decoration:none}.api-list li a:hover{text-decoration:underline}.inline-code{background:var(--accent-light);border:1px solid var(--border);border-radius:4px;padding:1px 6px;font-family:Courier New,monospace;font-size:13px}.goal-list{flex-direction:column;gap:10px;list-style:none;display:flex}.goal-list li{color:var(--text);align-items:flex-start;gap:10px;font-size:15px;line-height:1.55;display:flex}.goal-list li .material-symbols-rounded{color:var(--text-dim);flex-shrink:0;margin-top:2px;font-size:18px}.branch-list{flex-direction:column;gap:2px;display:flex}.branch-row{border-radius:6px;align-items:flex-start;gap:12px;padding:10px 12px;font-size:14px;line-height:1.5;display:flex}.branch-row .material-symbols-rounded{flex-shrink:0;margin-top:1px;font-size:18px}.branch-row>div{flex-direction:column;gap:2px;display:flex}.branch-row strong{color:var(--text);font-family:Courier New,monospace;font-size:13px;font-weight:600}.branch-desc{color:var(--text-dim);font-size:13px}.branch-main{background:var(--accent-light);border:1px solid var(--border)}.branch-main .material-symbols-rounded{color:var(--text)}.branch-develop{background:var(--accent-light);border:1px solid var(--border);margin-left:12px}.branch-develop .material-symbols-rounded{color:var(--text-dim)}.branch-feature{border-left:2px solid var(--border);border-radius:0;margin-left:28px;padding-left:14px}.branch-feature .material-symbols-rounded{color:var(--text-dim)}.contrib-block{border:1px solid var(--border);border-radius:8px;margin-bottom:28px;overflow:hidden}.contrib-header{background:var(--accent-light);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.contrib-meta{align-items:center;gap:10px;display:flex}.contrib-meta strong{color:var(--text);font-size:15px;font-weight:600}.contrib-nim{color:var(--text-dim);font-family:Courier New,monospace;font-size:12px}.contrib-role-tag{color:var(--text-dim);background:var(--bg);border:1px solid var(--border);white-space:nowrap;border-radius:4px;padding:2px 8px;font-size:12px;font-weight:500}.commit-list{padding:8px 0;list-style:none}.commit-list li{color:var(--text-dim);align-items:baseline;gap:10px;padding:6px 16px;font-size:13px;line-height:1.5;display:flex}.commit-list li:hover{background:var(--accent-light)}.sha{color:var(--text-dim);background:var(--accent-light);border:1px solid var(--border);letter-spacing:.02em;border-radius:4px;flex-shrink:0;padding:1px 5px;font-family:Courier New,monospace;font-size:11px}.badge-demo{letter-spacing:.03em;color:var(--text-dim);background:var(--accent-light);border:1px solid var(--border);vertical-align:middle;white-space:nowrap;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:11px;font-weight:500;line-height:1.6;display:inline-block}.fixes-intro{color:var(--text-dim);margin-bottom:20px;font-size:15px;line-height:1.6}.fixes-intro a{color:var(--link);text-decoration:none}.fixes-intro a:hover{text-decoration:underline}.fixes-table td{vertical-align:middle}.fixes-table td:first-child{white-space:nowrap;align-items:center;gap:8px;font-weight:500;display:flex}.fixes-icon{color:var(--text-dim);font-size:16px!important}.fixes-status{font-size:14px}.fixes-broken{color:#b45309}@media (prefers-color-scheme:dark){.fixes-broken{color:#fbbf24}}.site-footer{border-top:1px solid var(--border);color:var(--text-dim);padding-top:32px;font-size:14px}
