:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172026;background:#f3f5f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.app-shell{display:flex;flex-direction:column;min-height:100vh;padding:20px;gap:16px}.topbar{display:flex;align-items:end;justify-content:space-between;gap:24px;border-bottom:1px solid #d8dee5;padding-bottom:16px}.topbar-actions{display:flex;align-items:end;gap:16px}.tabs{display:flex;border:1px solid #c8d0d8;border-radius:8px;background:#fff;padding:3px}.tabs button{border:0;border-radius:6px;background:transparent;color:#52616d;padding:9px 12px;font-weight:800}.tabs button.active{background:#18706f;color:#fff}.eyebrow{margin:0 0 6px;color:#637381;font-size:.75rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:2rem;line-height:1.1;letter-spacing:0}h2{margin-bottom:6px;font-size:1.5rem;line-height:1.2;letter-spacing:0}h3{margin-bottom:10px;font-size:.9rem;letter-spacing:0}.token-field{display:grid;width:min(100%,420px);gap:6px;color:#52616d;font-size:.8rem;font-weight:700}.token-field input{width:100%;border:1px solid #c8d0d8;border-radius:6px;background:#fff;color:#172026;padding:10px 12px;outline:none}.token-field input:focus{border-color:#18706f;box-shadow:0 0 0 3px #18706f24}.alert{border:1px solid #e3b1aa;border-radius:6px;background:#fff5f3;color:#8c2f24;padding:12px 14px}.muted{margin-bottom:0;color:#637381;line-height:1.5}.workspace{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);min-height:0;flex:1;gap:16px}.candidate-list,.detail-pane{min-height:0;border:1px solid #d8dee5;border-radius:8px;background:#fff}.candidate-list{display:flex;flex-direction:column}.list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #e4e8ed;padding:12px}.list-header button{border:1px solid #18706f;border-radius:6px;background:#18706f;color:#fff;padding:8px 12px;font-weight:700}.list-scroll{min-height:0;overflow:auto;padding:8px}.candidate-row{display:grid;width:100%;gap:4px;border:1px solid transparent;border-radius:6px;background:transparent;color:#52616d;padding:12px;text-align:left}.candidate-row:hover,.candidate-row.active{border-color:#bed3d2;background:#eef7f6}.candidate-name{color:#172026;font-weight:800}.empty-state,.detail-empty{margin:0;color:#637381;padding:20px}.detail-pane{display:flex;flex-direction:column;overflow:hidden}.detail-header{display:flex;align-items:start;justify-content:space-between;gap:16px;border-bottom:1px solid #e4e8ed;padding:18px}.detail-header p{margin-bottom:0;color:#637381}.secondary-action{border:1px solid #c8d0d8;border-radius:6px;background:#fff;color:#172026;padding:8px 12px;font-weight:700}.detail-content{display:grid;gap:12px;overflow:auto;padding:16px}.data-section{border:1px solid #e1e6eb;border-radius:8px;background:#fbfcfd;padding:14px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-heading h3{margin-bottom:0}.section-heading span{color:#637381;font-size:.82rem;font-weight:700}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.field{display:grid;gap:4px;border:1px solid #e4e8ed;border-radius:6px;background:#fff;padding:10px}.field span,.compact-item span,.date-range{color:#637381;font-size:.82rem}.field strong{overflow-wrap:anywhere}.summary-text{margin:12px 0 0;color:#34434d;line-height:1.6}.timeline,.compact-list{display:grid;gap:10px}.timeline-item,.compact-item{display:grid;gap:8px;border:1px solid #e4e8ed;border-radius:6px;background:#fff;padding:12px}.timeline-item h4,.compact-item h4{margin:0;color:#172026;font-size:1rem;letter-spacing:0}.timeline-item p,.compact-item p{margin:0;color:#52616d}.detail-list{display:grid;gap:6px;margin:0;padding-left:20px;color:#34434d;line-height:1.5}.pill-list{display:flex;flex-wrap:wrap;gap:8px}.pill{border:1px solid #bed3d2;border-radius:999px;background:#eef7f6;color:#1b5554;padding:7px 10px;font-size:.9rem;font-weight:700}.empty-inline{margin:0;color:#637381}.upload-page{display:grid;flex:1;place-items:start center;padding-top:28px}.search-page{display:grid;flex:1;gap:16px;min-height:0}.search-bar{display:grid;grid-template-columns:minmax(0,1fr) 96px auto;align-items:end;gap:12px;border:1px solid #d8dee5;border-radius:8px;background:#fff;padding:16px}.search-field,.search-k-field{display:grid;gap:6px;color:#52616d;font-size:.8rem;font-weight:700}.search-field input,.search-k-field input{width:100%;border:1px solid #c8d0d8;border-radius:6px;background:#fff;color:#172026;padding:10px 12px;outline:none}.search-field input:focus,.search-k-field input:focus{border-color:#18706f;box-shadow:0 0 0 3px #18706f24}.search-k-field input{text-align:center}.score-badge{display:inline-block;width:fit-content;border:1px solid #c8d0d8;border-radius:999px;background:#f3f5f7;color:#172026;padding:3px 8px;font-size:.78rem;font-weight:700}.upload-panel{display:grid;width:min(100%,680px);gap:18px;border:1px solid #d8dee5;border-radius:8px;background:#fff;padding:24px}.file-drop{display:grid;gap:8px;border:1px dashed #9bb6b5;border-radius:8px;background:#f5fbfa;color:#172026;padding:24px}.file-drop span{font-size:1.05rem;font-weight:800}.file-drop small{color:#637381}.file-drop input{width:100%;color:#52616d}.primary-action{width:fit-content;border:1px solid #18706f;border-radius:6px;background:#18706f;color:#fff;padding:10px 14px;font-weight:800}.success-box{display:grid;gap:6px;border:1px solid #a9d0bc;border-radius:6px;background:#f0fbf5;color:#1f5b39;padding:12px}@media(max-width:820px){.app-shell{padding:12px}.topbar,.topbar-actions{align-items:stretch;flex-direction:column}.token-field{width:100%}.workspace,.field-grid{grid-template-columns:1fr}.candidate-list,.detail-pane{min-height:360px}.search-bar{grid-template-columns:1fr}}
