:root{--bg-app:var(--background);--bg-panel:var(--card);--bg-hover:color-mix(in srgb,var(--foreground) 5%,transparent);--border-default:var(--border);--border-active:var(--primary);--text-primary:var(--foreground);--text-secondary:var(--text-primary);--text-muted:var(--text-primary);--text-disabled:var(--disabled-foreground,#94a3b8);--accent-primary:var(--primary);--accent-secondary:color-mix(in srgb,var(--primary) 55%,#f59e0b);--accent-gradient:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 65%,#f59e0b));--success:var(--theme-success);--warning:var(--theme-warning);--danger:var(--theme-danger);--font-sans:Inter,system-ui,sans-serif;--font-page-title-size:28px;--font-page-title-weight:700;--font-section-title-size:18px;--font-section-title-weight:600;--font-card-title-size:16px;--font-card-title-weight:600;--font-body-size:14px;--font-body-weight:400;--font-meta-size:12px;--font-meta-weight:400;--space-4:4px;--space-8:8px;--space-12:12px;--space-16:16px;--space-20:20px;--space-24:24px;--space-32:32px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-subtle:0 4px 20px rgba(0,0,0,0.25);--shadow-hover:0 8px 30px rgba(0,0,0,0.35);--layout-sidebar-expanded:260px;--layout-sidebar-collapsed:72px;--layout-topbar-height:72px;--layout-content-padding:24px;--layout-content-gap:24px;--layout-programs-left-panel:380px;--motion-duration-default:150ms;--motion-ease-default:ease;--motion-scale-hover:1.01;--motion-scale-press:0.98;--background:#ffffff;--foreground:#0f172a;--card:#ffffff;--card-foreground:#111827;--border:#e5e7eb;--muted:#f8fafc;--muted-foreground:#0f172a;--disabled-foreground:#94a3b8;--primary:#f97316;--primary-foreground:#ffffff;--accent:#fff5ec;--accent-foreground:#9a3412;--success:#15803d;--warning:#d97706;--danger:#dc2626;--theme-success:#15803d;--theme-warning:#d97706;--theme-danger:#dc2626;--ring:color-mix(in srgb,var(--primary) 48%,transparent);--shadow-subtle:0 6px 20px rgba(15,23,42,0.06);--shadow-hover:0 10px 26px rgba(15,23,42,0.1);--danger-soft:#fef2f2;--success-soft:#f0fdf4;--warning-soft:#fff7ed}:root[data-theme=dark]{--background:#0b1220;--foreground:#e5e7eb;--card:#111827;--card-foreground:#f9fafb;--border:#253041;--muted:#161f2e;--muted-foreground:#e5e7eb;--disabled-foreground:#6b7280;--primary:#fb923c;--primary-foreground:#0b1220;--accent:#2a1a0f;--accent-foreground:#fdba74;--success:#4ade80;--warning:#fbbf24;--danger:#f87171;--theme-success:#4ade80;--theme-warning:#fbbf24;--theme-danger:#f87171;--ring:color-mix(in srgb,var(--primary) 42%,transparent);--shadow-subtle:0 10px 28px rgba(0,0,0,0.32);--shadow-hover:0 14px 34px rgba(0,0,0,0.4);--danger-soft:color-mix(in srgb,var(--danger) 18%,transparent);--success-soft:color-mix(in srgb,var(--success) 16%,transparent);--warning-soft:color-mix(in srgb,var(--warning) 16%,transparent)}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif;height:100%}body{min-height:100dvh;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;background:var(--background);color:var(--foreground)}main{max-width:960px;margin:0 auto;padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.admin-shell main,[data-app-shell=console] main{max-width:none;margin:0;padding:0;width:100%}.theme-mode-group{display:inline-flex;align-items:center;gap:6px;padding:4px;background:var(--muted);border:1px solid var(--border);border-radius:999px}.theme-mode-group.is-compact{width:100%;justify-content:space-between}.theme-mode-pill{border:none;height:34px;padding:0 14px;border-radius:999px;background:transparent;color:var(--muted-foreground);font-size:13px;font-weight:700;cursor:pointer;transition:background .14s ease,color .14s ease}.theme-mode-pill:hover{color:var(--foreground)}.theme-mode-pill.is-active{background:var(--primary);color:var(--primary-foreground);box-shadow:0 2px 8px color-mix(in srgb,var(--primary) 35%,transparent)}.phil-media-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.phil-media-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground,#6b7280)}.phil-media-grid{display:grid;grid-gap:8px;gap:8px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.phil-media-card{display:flex;flex-direction:column;gap:4px;background:rgba(0,0,0,.04);border-radius:8px;padding:6px;text-decoration:none;color:inherit;min-width:0;border:0;text-align:left;cursor:pointer}.phil-media-card:hover{background:rgba(0,0,0,.07)}.phil-media-thumb{width:100%;height:100px;object-fit:cover;border-radius:6px;background:rgba(0,0,0,.06)}.phil-media-attachment{display:block;padding:28px 8px;text-align:center;border-radius:6px;background:rgba(0,0,0,.05);font-size:12px;font-weight:600;color:var(--foreground,#1f2937)}.phil-media-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.phil-media-title{font-size:12px;font-weight:600;color:var(--foreground,#111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phil-media-caption{color:var(--foreground,#1f2937)}.phil-media-caption,.phil-media-source{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phil-media-fallback-label,.phil-media-source{color:var(--muted-foreground,#6b7280)}.phil-media-fallback-label{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:rgba(0,0,0,.05);border-radius:999px;padding:2px 6px;margin-bottom:2px}.kb-progress-card{border-left:3px solid var(--primary,#2563eb)}.kb-progress-row{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.kb-progress-cell{display:flex;flex-direction:column;gap:4px;min-width:0;background:rgba(0,0,0,.03);border-radius:8px;padding:10px 12px}.kb-progress-pill{display:inline-block;font-size:12px;font-weight:600;padding:2px 8px;border-radius:999px;width:max-content}.kb-progress-pending{background:rgba(0,0,0,.08);color:#4b5563}.kb-progress-running{background:#fde68a;color:#92400e}.kb-progress-done{background:#bbf7d0;color:#166534}.kb-progress-failed{background:#fecaca;color:#991b1b}.kb-progress-skipped{background:#e0e7ff;color:#3730a3}.kb-progress-detail{font-size:11px;color:var(--muted-foreground,#6b7280);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-asset-counts{display:flex;flex-wrap:wrap;gap:8px}.kb-asset-count-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(0,0,0,.05);border-radius:999px;padding:4px 10px;font-size:12px}.kb-asset-count-primary{background:rgba(37,99,235,.12);color:#1d4ed8}.kb-asset-count-label{color:var(--muted-foreground,#6b7280)}.kb-asset-count-primary .kb-asset-count-label{color:#1d4ed8}.kb-asset-count-value{font-weight:700}.kb-asset-grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.kb-asset-card{background:var(--background,#fff);border:1px solid rgba(0,0,0,.08);border-radius:10px;display:flex;flex-direction:column;min-width:0;overflow:hidden}.kb-asset-card-fallback{border-style:dashed;background:rgba(0,0,0,.02)}.kb-asset-thumb{position:relative;aspect-ratio:16/11;background:rgba(0,0,0,.04);display:flex;align-items:center;justify-content:center}.kb-asset-thumb img{width:100%;height:100%;object-fit:cover;display:block}.kb-asset-thumb-missing{font-size:11px;color:var(--muted-foreground,#6b7280)}.kb-asset-type-chip{left:6px;background:rgba(0,0,0,.6);color:#fff}.kb-asset-page-chip,.kb-asset-type-chip{position:absolute;top:6px;font-size:10px;padding:2px 6px;border-radius:999px}.kb-asset-page-chip{right:6px;background:rgba(255,255,255,.92);color:#111}.kb-asset-body{padding:10px 12px;display:flex;flex-direction:column;gap:6px}.kb-asset-title{font-weight:600;font-size:13px}.kb-asset-caption{font-size:12px;color:var(--foreground,#1f2937)}.kb-asset-tags{display:flex;flex-wrap:wrap;gap:4px}.kb-asset-tag{background:rgba(0,0,0,.06);font-size:11px;padding:2px 6px;border-radius:999px}.kb-asset-meta,.kb-asset-muted{font-size:11px;color:var(--muted-foreground,#6b7280)}.kb-asset-meta{display:flex;flex-wrap:wrap;gap:8px}.phil-active-context{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:8px;min-width:0}.phil-active-context-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground,#6b7280)}.phil-active-context-chip{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:100%;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:4px 6px 4px 10px;font-size:12px}.phil-active-context-name{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.phil-active-context-kind{color:var(--muted-foreground,#6b7280);font-size:11px}.phil-active-context-clear{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex:none;border:0;border-radius:999px;background:transparent;color:var(--muted-foreground,#6b7280);font-size:14px;line-height:1;cursor:pointer}.phil-active-context-clear:hover:not(:disabled){background:rgba(0,0,0,.08)}.phil-active-context-clear:focus-visible{outline:2px solid var(--ring,#2563eb);outline-offset:1px}.phil-active-context-clear:disabled{opacity:.5;cursor:default}.phil-active-context-error{font-size:12px;color:var(--destructive,#b91c1c)}.phil-business-sources{display:flex;flex-direction:column;gap:6px;margin-top:8px}.phil-business-sources-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground,#6b7280)}.phil-business-sources-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.phil-business-source-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:4px 10px;font-size:12px;min-width:0}.phil-business-source-label{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}.phil-business-source-kind{color:var(--muted-foreground,#6b7280);font-size:11px}.phil-citations{display:flex;flex-direction:column;gap:6px;margin-top:8px}.phil-citations-header{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.phil-citations-label{font-weight:600;letter-spacing:.04em;text-transform:uppercase}.phil-citations-confidence,.phil-citations-label{font-size:11px;color:var(--muted-foreground,#6b7280)}.phil-citations-empty{font-size:12px;color:var(--muted-foreground,#6b7280);background:rgba(0,0,0,.03);border-radius:6px;padding:6px 8px}.phil-citations-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.phil-citation-card{display:flex;flex-direction:column;gap:4px;min-width:0}.phil-citation-chip{display:inline-flex;align-items:center;gap:6px;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.06);border-radius:999px;padding:4px 10px;font-size:12px;cursor:pointer}.phil-citation-chip:hover{background:rgba(0,0,0,.08)}.phil-citation-title{font-weight:600;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.phil-citation-page{color:var(--muted-foreground,#6b7280);font-size:11px}.phil-citation-snippet{width:100%;font-size:12px;background:rgba(0,0,0,.03);border-radius:6px;padding:6px 8px;white-space:pre-wrap}.phil-citation-snippet p{margin:0 0 6px}.phil-citation-snippet p:last-child{margin-bottom:0}.phil-answer-content{display:flex;flex-direction:column;gap:8px;white-space:normal}.phil-answer-content p{margin:0}.phil-answer-content ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:4px}.phil-answer-heading{margin-top:2px;font-weight:700}.phil-media-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000}.phil-media-modal{position:relative;background:var(--background,#fff);border-radius:12px;max-width:min(90vw,960px);max-height:90vh;overflow:auto;display:flex;flex-direction:column;gap:10px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.phil-media-modal-close{position:absolute;top:8px;right:12px;background:transparent;border:0;font-size:22px;cursor:pointer;line-height:1}.phil-media-modal-img{max-width:100%;max-height:70vh;object-fit:contain;border-radius:8px;background:rgba(0,0,0,.04)}.phil-media-modal-meta{display:flex;flex-direction:column;gap:4px}.phil-media-modal-title{font-weight:700}.phil-media-modal-source{font-size:12px;color:var(--muted-foreground,#6b7280)}.phil-media-modal-open{align-self:flex-start;font-size:12px;color:var(--primary,#2563eb);text-decoration:underline}