.main.svelte-220hbx{flex:1;padding:40px;max-width:1100px;margin:0 auto;width:100%}.page-header.svelte-220hbx{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:36px}.page-title-group.svelte-220hbx{display:flex;flex-direction:column;gap:8px}.page-title.svelte-220hbx{font-size:28px;font-weight:600;letter-spacing:-.03em;color:var(--fg);line-height:1.1}.page-subtitle.svelte-220hbx{font-size:14px;color:var(--muted);max-width:480px;line-height:1.5}.page-actions.svelte-220hbx{display:flex;align-items:center;gap:12px;flex-shrink:0;padding-top:4px}.btn-primary.svelte-220hbx{display:flex;align-items:center;gap:8px;background:var(--accent);color:#0a0a0a;font-family:var(--font-body);font-size:14px;font-weight:600;padding:10px 20px;border:none;border-radius:var(--radius-pill);cursor:pointer;transition:all .15s;letter-spacing:.01em;text-decoration:none}.btn-primary.svelte-220hbx:hover{background:#6ee88a;transform:translateY(-1px)}.btn-primary.svelte-220hbx svg{width:15px;height:15px;fill:#0a0a0a;flex-shrink:0}.btn-secondary.svelte-220hbx{display:flex;align-items:center;gap:8px;background:transparent;color:var(--fg);font-family:var(--font-body);font-size:14px;font-weight:500;padding:10px 20px;border:1px solid var(--border-strong);border-radius:var(--radius-pill);cursor:pointer;transition:all .15s;text-decoration:none}.btn-secondary.svelte-220hbx:hover{background:#ffffff0d;border-color:#ffffff4d}.btn-secondary.svelte-220hbx svg{width:15px;height:15px;fill:var(--muted)}.btn-secondary.svelte-220hbx:hover svg{fill:var(--fg)}.stats-row.svelte-220hbx{display:flex;align-items:center;gap:32px;padding:16px 0;margin-bottom:8px;border-bottom:1px solid var(--border)}.stat-item.svelte-220hbx{display:flex;flex-direction:column;gap:2px}.stat-value.svelte-220hbx{font-size:20px;font-weight:600;font-family:var(--font-mono);color:var(--fg);letter-spacing:-.02em}.stat-label.svelte-220hbx{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.toolbar.svelte-220hbx{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.search-box.svelte-220hbx{display:flex;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:9px 14px;flex:1;min-width:240px;max-width:380px;transition:border-color .15s}.search-box.svelte-220hbx:focus-within{border-color:var(--border-strong)}.search-box.svelte-220hbx svg{width:15px;height:15px;fill:var(--muted);flex-shrink:0}.search-box.svelte-220hbx input:where(.svelte-220hbx){border:none;outline:none;background:transparent;font-family:var(--font-body);font-size:14px;color:var(--fg);width:100%}.search-box.svelte-220hbx input:where(.svelte-220hbx)::placeholder{color:var(--muted)}.filter-group.svelte-220hbx{display:flex;align-items:center;gap:8px}.filter-label.svelte-220hbx{font-size:13px;color:var(--muted);font-weight:400}.filter-select.svelte-220hbx{display:flex;align-items:center;gap:6px;padding:8px 28px 8px 12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:13px;color:var(--fg);cursor:pointer;transition:all .15s;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.filter-select.svelte-220hbx:hover{border-color:var(--border-strong)}.filter-select.svelte-220hbx option:where(.svelte-220hbx){background:#1a1a1e;color:var(--fg)}.docs-grid.svelte-220hbx{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.doc-card.svelte-220hbx{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px;display:flex;flex-direction:column;gap:12px;text-decoration:none;transition:all .15s;position:relative;overflow:hidden}.doc-card.svelte-220hbx:hover{border-color:var(--border-strong);transform:translateY(-2px)}.doc-card-header.svelte-220hbx{display:flex;align-items:center;justify-content:space-between}.doc-meta.svelte-220hbx{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.doc-meta-item.svelte-220hbx{display:flex;align-items:center;gap:4px}.doc-meta-item.svelte-220hbx svg{width:12px;height:12px;fill:var(--muted)}.doc-lang.svelte-220hbx{font-family:var(--font-mono);font-size:11px;padding:3px 8px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-pill)}.doc-status.svelte-220hbx{display:flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--radius-pill);font-size:11px;font-weight:500;background:#ffffff0f;color:var(--muted)}.doc-status.svelte-220hbx svg{width:10px;height:10px;fill:var(--muted)}.doc-status.completed.svelte-220hbx{background:var(--accent-dim);color:var(--accent)}.doc-status.completed.svelte-220hbx svg{fill:var(--accent)}.doc-title.svelte-220hbx{font-size:16px;font-weight:600;color:var(--fg);line-height:1.3}.doc-preview.svelte-220hbx{font-size:13px;color:var(--muted);line-height:1.5;flex:1}.doc-footer.svelte-220hbx{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted);padding-top:8px;border-top:1px solid var(--border)}.doc-sections.svelte-220hbx{font-weight:500}.doc-mode.svelte-220hbx{font-family:var(--font-mono);font-size:11px}.doc-actions-overlay.svelte-220hbx{position:absolute;top:12px;right:12px;display:flex;gap:4px;opacity:0;transition:opacity .15s}.doc-card.svelte-220hbx:hover .doc-actions-overlay:where(.svelte-220hbx){opacity:1}.doc-action-btn.svelte-220hbx{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .15s}.doc-action-btn.svelte-220hbx:hover{background:var(--danger-dim);border-color:#e05c5c4d}.doc-action-btn.svelte-220hbx svg{width:13px;height:13px;fill:var(--muted)}.doc-action-btn.svelte-220hbx:hover svg{fill:var(--danger)}.empty-state.svelte-220hbx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;gap:16px}.empty-icon.svelte-220hbx{width:56px;height:56px;border-radius:50%;background:var(--surface-2);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:8px}.empty-icon.svelte-220hbx svg{width:24px;height:24px;fill:var(--muted)}.empty-title.svelte-220hbx{font-size:16px;font-weight:500;color:var(--fg)}.empty-desc.svelte-220hbx{font-size:14px;color:var(--muted);max-width:360px;line-height:1.5}@media(max-width:900px){.main.svelte-220hbx{padding:32px 24px}.page-header.svelte-220hbx{flex-direction:column;align-items:stretch}.page-actions.svelte-220hbx{justify-content:flex-start}}@media(max-width:600px){.main.svelte-220hbx{padding:24px 16px}.page-title.svelte-220hbx{font-size:22px}.toolbar.svelte-220hbx{flex-direction:column;align-items:stretch}.search-box.svelte-220hbx{max-width:none}.stats-row.svelte-220hbx{gap:20px;flex-wrap:wrap}}
