:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0f172a;background-color:#f8fafc;line-height:1.5;font-weight:400}.material-symbols-rounded{font-variation-settings:"FILL" 0,"wght" 600,"GRAD" 0,"opsz" 24}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f8fafc}a{color:#0f172a;text-decoration:none;font-weight:600}button{font:inherit}.app-shell{display:grid;grid-template-columns:320px 1fr;gap:16px;padding:16px}.panel{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 2px #0000000d}.panel h2,.panel h3{margin:0 0 12px;line-height:1.2}.muted{color:#64748b}.stack{display:flex;flex-direction:column;gap:12px}.row{display:flex;gap:8px;align-items:center}.projects{display:flex;flex-direction:column;gap:8px}.project-card{padding:12px;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;background:#f8fafc;transition:border-color .12s ease,background-color .12s ease}.project-card.active{border-color:#0f172a;background:#e2e8f0}.project-actions{margin-top:8px;display:flex;gap:8px}.button{border:none;background:#0f172a;color:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:600;transition:background-color .12s ease}.icon-button{width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;gap:4px}.icon-button .material-symbols-rounded{font-size:20px;line-height:1}.button.secondary{background:#e2e8f0;color:#0f172a}.button.destructive{background:#dc2626}.button:disabled{opacity:.6;cursor:not-allowed}.input,.textarea,.file-input{width:100%;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font:inherit;background:#ffffff}.textarea{min-height:160px;resize:vertical}.section{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.list{display:flex;flex-direction:column;gap:8px}.candidate-card{display:grid;grid-template-columns:1fr;gap:6px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#ffffff}.score-row{display:flex;align-items:center;gap:6px;justify-content:flex-end}.score-value{font-weight:700}.score-help{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid #cbd5e1;background:#e2e8f0;font-weight:700;font-size:12px;cursor:help}.tooltip{position:relative;display:inline-flex;align-items:center}.tooltip-content{position:absolute;top:125%;right:0;max-width:960px;width:min(80vw,960px);background:#0f172a;color:#fff;padding:10px 12px;border-radius:10px;box-shadow:0 8px 24px #0f172a26;font-size:13px;line-height:1.4;z-index:10;opacity:0;transform:translateY(-4px);transition:opacity 80ms ease,transform 80ms ease;pointer-events:none}.tooltip:hover .tooltip-content,.tooltip:focus-within .tooltip-content{opacity:1;transform:translateY(0);pointer-events:auto}.tag{display:inline-block;padding:2px 8px;border-radius:9999px;background:#e2e8f0;font-size:12px;font-weight:600}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.status-idle{background:#64748b}.status-running{background:#f59e0b}.status-complete{background:#22c55e}.status-error{background:#dc2626}.header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.grow{flex:1}.pill{background:#e2e8f0;padding:4px 8px;border-radius:999px;font-weight:600;font-size:12px}.divider{height:1px;background:#e2e8f0;margin:12px 0}.upload-panel{border:1px dashed #cbd5e1;border-radius:12px;padding:16px;background:#fff}.alert{padding:10px 12px;border-radius:10px;background:#fff7ed;border:1px solid #fed7aa;color:#c2410c}.loader{border:3px solid #e2e8f0;border-top:3px solid #0f172a;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
