*{box-sizing:border-box}body{color:#1f1e2b;background:#fafaf8;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.card{background:#fff;border:1px solid #e8e6e1;border-radius:16px;width:100%;max-width:380px;padding:40px 36px;box-shadow:0 1px 2px #1f1e2b0a,0 8px 24px #1f1e2b0f}.brand{text-align:center;flex-direction:column;align-items:center;margin-bottom:32px;display:flex}.brand-mark{color:#fff;letter-spacing:.02em;background:#0f2a43;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:600;display:flex}.brand h1{color:#1f1e2b;letter-spacing:-.01em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500;line-height:44px}.subtitle{color:#6b6b76;margin:0;font-size:14px;line-height:1.5}form{flex-direction:column;display:flex}label{color:#44434f;margin-top:18px;margin-bottom:6px;font-size:13px;font-weight:500}label:first-of-type{margin-top:0}input{background:#fcfcfb;border:1px solid #dddbd4;border-radius:8px;outline:none;padding:11px 14px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;transition:border-color .15s,box-shadow .15s}input:focus{background:#fff;border-color:#0f2a43;box-shadow:0 0 0 3px #0f2a431a}input::placeholder{color:#a8a6a0}button{color:#fff;cursor:pointer;background:#0f2a43;border:none;border-radius:8px;margin-top:24px;padding:12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:15px;font-weight:600;transition:background .15s}button:hover:not(:disabled){background:#0a1f33}button:disabled{cursor:not-allowed;background:#a8a6a0}.status{text-align:center;border-radius:8px;margin:16px 0 0;padding:10px;font-size:13px}.status-success{color:#2f5c4d;background:#e7f4f2}.status-error{color:#9b3b3b;background:#fbeeee}.dashboard{background:#fafaf8;width:100%;height:100vh;display:flex;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #ebe9e3;flex-direction:column;width:280px;min-width:280px;padding:18px 14px;display:flex}.sidebar-header{align-items:center;gap:12px;padding:4px 6px 18px;display:flex}.sidebar-header span{color:#1f1e2b;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500;line-height:28px}.brand-mark.small{color:#fff;background:#0f2a43;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:Georgia,Times New Roman,serif;font-size:12px;font-weight:600;display:flex}.new-session-btn{color:#fff;cursor:pointer;background:#0f2a43;border:none;border-radius:10px;align-items:center;gap:8px;margin-bottom:18px;padding:11px 14px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:500;transition:background .15s;display:flex}.new-session-btn .plus{font-size:16px;line-height:1}.new-session-btn:hover{background:#0a1f33}.session-section-label{color:#a8a6a0;text-transform:uppercase;letter-spacing:.05em;padding:0 8px 8px;font-size:11px;font-weight:600}.session-list{flex-direction:column;flex:1;gap:2px;display:flex;overflow-y:auto}.session-empty{color:#a8a6a0;padding:8px;font-size:13px}.session-item{cursor:pointer;border-left:2px solid #0000;border-radius:9px;flex-direction:column;gap:6px;padding:10px 12px;transition:background .15s;display:flex}.session-item:hover{background:#f4f3ef}.session-item.active{background:#fff;border-left:2px solid #0f2a43;box-shadow:0 1px 2px #1f1e2b0f}.session-title{color:#1f1e2b;white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;overflow:hidden}.session-progress-row{align-items:center;gap:8px;display:flex}.session-progress-track{background:#ebe9e3;border-radius:2px;flex:1;height:4px;overflow:hidden}.session-progress-fill{background:#0f2a43;border-radius:2px;height:100%;transition:width .3s}.session-item.active .session-progress-fill{background:#0f2a43}.session-progress-label{color:#a8a6a0;flex-shrink:0;font-size:10px;font-weight:500}.sidebar-footer{border-top:1px solid #ebe9e3;margin-top:8px;padding-top:14px}.user-chip{align-items:center;gap:10px;margin-bottom:8px;padding:8px;display:flex}.user-avatar{color:#0f2a43;background:#e7ecf0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.user-name{color:#1f1e2b;font-size:13px;font-weight:500}.user-role{color:#a8a6a0;font-size:11px}.logout-btn{color:#6b6b76;cursor:pointer;background:0 0;border:1px solid #ebe9e3;border-radius:8px;width:100%;padding:9px 12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:13px}.logout-btn:hover{color:#1f1e2b;background:#f4f3ef}.sidebar-nav-item{color:#44434f;cursor:pointer;background:#fafaf8;border-radius:10px;align-items:center;gap:12px;margin-bottom:14px;padding:12px 14px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.sidebar-nav-item:hover{color:#1f1e2b;background:#f4f3ef}.sidebar-nav-item.active{color:#0f2a43;background:#e7ecf0}.sidebar-nav-item i{color:#6b6b76;flex-shrink:0;font-size:18px;transition:color .15s}.sidebar-nav-item:hover i,.sidebar-nav-item.active i{color:#0f2a43}.chat-area{background:#fcfcfb;flex:1;justify-content:center;min-width:0;display:flex;overflow-y:auto}.home-chat-area{height:105%;max-height:100vh;overflow-y:auto}html,body,#root{height:100%;margin:0;overflow:hidden}.empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;max-width:420px;margin:0 auto;padding:24px;display:flex}.empty-mark{color:#fff;background:#0f2a43;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600;display:flex}.empty-state h2{color:#1f1e2b;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.empty-state p{color:#6b6b76;margin:0 0 24px;font-size:14px;line-height:1.6}.empty-cta{margin:0}.chat-column{flex-direction:column;width:100%;max-width:1400px;height:100%;display:flex}.chat-header{border-bottom:1px solid #ebe9e3;padding:22px 8px 18px}.chat-header h2{color:#1f1e2b;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500}.stage-label{color:#1c7c74;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.chat-messages{flex-direction:column;flex:1;gap:18px;padding:24px 8px;display:flex;overflow-y:auto}.message{align-items:flex-end;gap:10px;display:flex}.message.user{justify-content:flex-end}.message.user .bubble{color:#fff;background:#0f2a43;border-radius:16px 16px 4px;box-shadow:0 1px 3px #0f2a4333}.avatar.ai-avatar{color:#fff;background:#0f2a43;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:Georgia,Times New Roman,serif;font-size:10px;font-weight:600;display:flex}.bubble{white-space:pre-wrap;border-radius:16px;max-width:70%;padding:13px 16px;font-size:14.5px;line-height:1.6}.message.ai .bubble{color:#1f1e2b;background:#fff;border:1px solid #f0eee9;border-radius:4px 16px 16px;box-shadow:0 1px 2px #1f1e2b0a}.bubble.typing{align-items:center;gap:4px;padding:16px;display:flex}.dot{background:#c9c7c0;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite bounce}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.chat-input-bar{gap:10px;padding:16px 8px 24px;display:flex}.chat-input-bar input{background:#fff;border:1px solid #dddbd4;border-radius:24px;outline:none;flex:1;padding:13px 18px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14.5px}.chat-input-bar input:focus{border-color:#0f2a43;box-shadow:0 0 0 3px #0f2a4314}.chat-input-bar button{color:#fff;cursor:pointer;background:#0f2a43;border:none;border-radius:24px;padding:13px 24px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:600}.chat-input-bar button:disabled{cursor:not-allowed;background:#dddbd4}.modal-overlay{z-index:100;background:#1f1e2b66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:380px;padding:28px;box-shadow:0 20px 60px #1f1e2b33}.modal h3{color:#1f1e2b;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.modal p{color:#6b6b76;margin:0 0 18px;font-size:13.5px;line-height:1.5}.modal input{border:1px solid #dddbd4;border-radius:8px;outline:none;width:100%;margin-bottom:18px;padding:11px 14px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14.5px}.modal input:focus{border-color:#0f2a43}.modal-actions{justify-content:flex-end;gap:8px;display:flex}.modal-cancel{cursor:pointer;color:#6b6b76;background:0 0;border:1px solid #dddbd4;border-radius:8px;padding:9px 16px;font-size:13.5px}.modal-confirm{color:#fff;cursor:pointer;background:#0f2a43;border:none;border-radius:8px;padding:9px 18px;font-size:13.5px;font-weight:600}.modal-confirm:disabled{cursor:not-allowed;background:#dddbd4}.document-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:560px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 24px 70px #1f1e2b40}.document-header{border-bottom:1px solid #ebe9e3;padding:28px 32px 20px}.document-stage-badge{color:#1c7c74;text-transform:uppercase;letter-spacing:.04em;background:#e7f4f2;border-radius:20px;margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-block}.document-header h3{color:#1f1e2b;margin:0;font-family:Georgia,Times New Roman,serif;font-size:21px;font-weight:500}.document-body{flex:1;padding:24px 32px;overflow-y:auto}.document-section{border-bottom:1px solid #f4f3ef;margin-bottom:24px;padding-bottom:20px}.document-section:last-child{border-bottom:none;padding-bottom:0}.document-section h4{color:#a8a6a0;text-transform:uppercase;letter-spacing:.05em;margin:0 0 10px;font-size:12px;font-weight:600}.document-section p{color:#1f1e2b;margin:0;font-size:14.5px;line-height:1.65}.document-section ul,.document-section ol{margin:0;padding-left:20px}.document-section li{color:#1f1e2b;margin-bottom:6px;font-size:14.5px;line-height:1.7}.role-classification{color:#0f2a43;background:#e7ecf0;border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600;display:inline-block}.document-actions{background:#fafaf8;border-top:1px solid #ebe9e3;gap:10px;padding:20px 32px;display:flex}.doc-edit-btn{color:#44434f;cursor:pointer;background:#fff;border:1px solid #dddbd4;border-radius:10px;flex:1;padding:12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:500}.doc-edit-btn:hover{background:#f4f3ef}.doc-approve-btn{color:#fff;cursor:pointer;background:#1c7c74;border:none;border-radius:10px;flex:1;padding:12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:600}.doc-approve-btn:hover{background:#145e58}.stage-nav{border-bottom:1px solid #ebe9e3;align-items:center;gap:6px;padding:18px 8px;display:flex}.stage-pill{cursor:pointer;background:#f0eee9;border-radius:6px;flex:1;justify-content:center;align-items:center;height:8px;font-size:0;transition:all .2s;display:flex;position:relative}.stage-pill:before{content:attr(data-num);color:#a8a6a0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:11px;font-weight:600;position:absolute;top:-22px}.stage-pill.completed{background:#1c7c74}.stage-pill.completed:before{color:#1c7c74}.stage-pill.active{background:#0f2a43;box-shadow:0 0 0 3px #0f2a431f}.stage-pill.active:before{color:#0f2a43;font-weight:700}.stage-pill.viewing{box-shadow:0 0 0 2px #fac775}.stage-pill.locked{cursor:not-allowed;background:#f0eee9}.view-only-banner{color:#6b6b76;background:#f4f3ef;border:1px solid #ebe9e3;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin:16px 8px 24px;padding:16px 24px;font-size:13.5px;font-weight:500;display:flex}.chat-messages.read-only-mode{opacity:.85;background:#f7f6f2}.chat-messages.read-only-mode .message.ai .bubble{background:#f0eee9;border-color:#e5e3dc}.checklist-area{flex:1;padding:24px 8px;overflow-y:auto}.responsibility-category{background:#fff;border:1px solid #f0eee9;border-radius:14px;margin-bottom:28px;padding:20px 22px;box-shadow:0 1px 3px #1f1e2b0a,0 1px 2px #1f1e2b0f}.responsibility-item{border-radius:10px;align-items:center;gap:14px;margin-bottom:4px;padding:12px;transition:background .15s;display:flex}.responsibility-item:hover{background:#f7f6f2}.responsibility-item input[type=checkbox]{accent-color:#0f2a43;cursor:pointer;flex-shrink:0;width:17px;height:17px}.responsibility-item.discarded .item-text{color:#a8a6a0;text-decoration:line-through}.item-text{color:#1f1e2b;cursor:text;flex:1;font-size:14px;line-height:1.5}.item-edit-input{border:1px solid #0f2a43;border-radius:6px;outline:none;flex:1;padding:6px 10px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}.item-edit-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:4px;font-size:17px;display:flex}.item-edit-btn:hover{color:#0f2a43}.stage2-loading,.stage2-refining{color:#a8a6a0;justify-content:center;align-items:center;gap:4px;padding:40px;font-size:13px;display:flex}.stage2-approve-bar{border-top:1px solid #ebe9e3;justify-content:space-between;align-items:center;gap:12px;padding:16px 8px 24px;display:flex}.stage2-approve-bar .doc-approve-btn{flex:none;width:100%;padding:12px 28px}.stage2-intro-msg{margin-bottom:20px}.home-page{width:100%;max-width:1240px;margin:0 auto;padding:40px 48px 300px}.home-loading{color:#a8a6a0;justify-content:center;align-items:center;height:100vh;font-size:14px;display:flex}.home-header{margin-bottom:36px}.home-header h1{color:#1f1e2b;margin:0 0 6px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.home-header p{color:#6b6b76;margin:0 0 20px;font-size:14px}.home-new-btn{margin:0;display:inline-flex}.stat-cards{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px;display:grid}.stat-card{cursor:default;background:linear-gradient(135deg,#fff 0%,#fcfcfb 100%);border:1px solid #ebe9e3;border-radius:12px;align-items:center;gap:16px;padding:20px;transition:all .3s;display:flex}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1f1e2b14}.stat-card-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.stat-card-icon.total{color:#0f2a43;background:#e7ecf0}.stat-card-icon.completed{color:#1c7c74;background:#e7f4f2}.stat-card-icon.progress{color:#ba7517;background:#faeeda}.stat-card>div{flex-direction:column;gap:4px;display:flex}.stat-label{color:#a8a6a0;text-transform:uppercase;letter-spacing:.04em;font-size:12px;font-weight:500}.stat-value{color:#1f1e2b;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.stat-completed{color:#1c7c74}.stat-progress{color:#0f2a43}.home-grid{grid-template-columns:1.5fr 1fr;gap:20px;margin-bottom:20px;display:grid}.home-panel{background:#fff;border:1px solid #ebe9e3;border-radius:14px;padding:20px 24px}.home-panel h3{color:#1f1e2b;margin:0 0 16px;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500}.empty-chart{color:#a8a6a0;text-align:center;padding:40px 0;font-size:13px}.top-titles-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.top-titles-list li{color:#1f1e2b;border-bottom:1px solid #f4f3ef;justify-content:space-between;align-items:center;padding-bottom:10px;font-size:13.5px;display:flex}.top-titles-list li:last-child{border-bottom:none;padding-bottom:0}.title-count{color:#0f2a43;background:#e7ecf0;border-radius:12px;padding:2px 9px;font-size:12px;font-weight:600}.recent-panel{margin-bottom:100px}.recent-item{cursor:pointer;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;min-width:0;padding:12px 10px;transition:all .2s;display:flex}.recent-item:hover{background:#f7f6f2;transform:translate(4px)}.recent-info{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.recent-title{color:#1f1e2b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.recent-stage{color:#6b6b76;font-size:12px}.recent-progress{border-radius:12px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:600}.recent-progress.stage-1{color:#c41e3a;background:#fcf0f4}.recent-progress.stage-2{color:#ba7517;background:#faeeda}.recent-progress.stage-3{color:#1c7c74;background:#e7f4f2}.recent-progress.stage-4{color:#0f2a43;background:#e7ecf0}.recent-progress.stage-5,.recent-progress.stage-6,.recent-progress.stage-7{color:#666;background:#f0f0f0}.viewing-indicator{color:#ba7517;font-size:12px;font-weight:500}.kpi-item{align-items:flex-start}.kpi-type-tag{color:#145e58;text-transform:uppercase;letter-spacing:.03em;vertical-align:middle;background:#e7f4f2;border-radius:10px;margin-left:8px;padding:3px 9px;font-size:10px;font-weight:600;display:inline-block}.kpi-refine-bar{gap:8px;margin-top:8px;display:flex}.kpi-refine-bar input{background:#fafaf8;border:1px dashed #dddbd4;border-radius:8px;outline:none;flex:1;padding:8px 12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12.5px}.kpi-refine-bar input:focus{background:#fff;border-style:solid;border-color:#0f2a43}.kpi-refine-send{color:#fff;cursor:pointer;background:#0f2a43;border:none;border-radius:8px;flex-shrink:0;padding:8px 14px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;font-weight:600}@keyframes stage-spin{to{transform:rotate(360deg)}}.stage-loading-ring{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 0;display:flex}.stage-loading-ring .ring{border:3px solid #0000001a;border-top-color:#0f2a43;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite stage-spin}.stage-loading-ring .ring-label{color:#6b7280;font-size:13px}.profile-fields-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.profile-field-row{border:.5px solid #0000001a;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;display:flex}.profile-field-label{color:#6b7280;font-size:13px}.profile-field-value{text-align:right;font-size:13px;font-weight:500}.qualifications-board{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;display:grid}.qualifications-column{border:.5px solid #0000001a;border-radius:12px;padding:1rem 1.25rem}.mandatory-column{border-color:#d85a30}.mandatory-heading{color:#993c1d}.qualification-item{align-items:flex-start;gap:8px;padding:6px 0;font-size:13px;display:flex}.qualification-item i{color:#9ca3af;margin-top:1px;font-size:15px}.mandatory-item i{color:#993c1d}.profile-field-value,.qualification-item span{cursor:pointer}.profile-field-edit-input{text-align:right;border:1px solid #0f2a43;border-radius:6px;flex:1;margin-left:8px;padding:2px 6px;font-size:13px;font-weight:500}.qualification-edit-input{border:1px solid #0f2a43;border-radius:6px;flex:1;padding:2px 6px;font-size:13px}.linked-to-tag{color:#6b7280;margin-top:4px;font-size:11px;font-style:italic;display:block}.stage7-complete{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;max-width:480px;margin:0 auto;padding:80px 40px;display:flex}.create-job-page{background:#fcfcfb;width:100%;max-width:none;margin:0;padding:24px 40px 40px;overflow-y:auto}.stage7-icon{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.stage7-complete h2{margin:4px 0 0}.stage7-complete p{color:#6b7280;margin:0 0 12px;font-size:14px}.stage7-complete .doc-approve-btn{text-decoration:none;display:inline-block}.category-progress{color:#6b7280;justify-content:center;align-items:center;gap:12px;margin-top:8px;font-size:13px;display:flex}.category-back-btn{color:#0f2a43;cursor:pointer;vertical-align:middle;background:0 0;border:none;margin-top:0;padding:0;font-size:13px;line-height:1;text-decoration:underline}.category-back-btn:disabled{opacity:.4;cursor:not-allowed}.bubble-wrapper{align-items:flex-start;gap:6px;max-width:100%;display:flex}.message-edit-btn{cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;margin-top:6px;padding:4px;font-size:13px;transition:opacity .15s}.plain-message:hover .message-edit-btn{opacity:1}.message-edit-container{flex-direction:column;gap:8px;width:100%;display:flex}.message-edit-input{resize:none;background:#fafaf8;border:1.5px solid #0f2a43;border-radius:12px;outline:none;width:100%;padding:10px 14px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}.message-edit-actions{justify-content:flex-end;gap:8px;display:flex}.edit-cancel-btn{cursor:pointer;color:#6b6b76;background:0 0;border:1px solid #dddbd4;border-radius:8px;padding:6px 14px;font-size:13px}.edit-save-btn{color:#fff;cursor:pointer;background:#0f2a43;border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500}.sidebar.sidebar-v3{color:#aeb9c4;background:#141a21;border-right:none;flex-direction:column;display:flex;overflow-y:auto}.sidebar-logo{color:#fff;padding:6px 8px 20px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:600}.sidebar-nav{flex-direction:column;flex:1;display:flex;overflow:hidden}.sidebar-v3 .nav-section-label{color:#545f6d;text-transform:uppercase;letter-spacing:.06em;padding:10px 10px 4px;font-size:10px;font-weight:600}.nav-item-v3{color:#aeb9c4;cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin-bottom:1px;padding:6px 10px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-item-v3:hover{color:#fff;background:#ffffff0d}.nav-item-v3 i{text-align:center;flex-shrink:0;width:16px;font-size:15px}.nav-badge{color:#fff;background:#1c7c74;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;font-weight:700;display:flex}.nav-group-v3{border-radius:10px;margin-bottom:2px;padding:2px}.nav-group-v3.active{background:#ffffff0a}.nav-group-title{color:#fff;font-weight:600}.nav-subitem-v3{color:#8b96a3;cursor:pointer;border-radius:8px;align-items:center;gap:10px;margin-bottom:1px;padding:7px 10px 7px 30px;font-size:12.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-subitem-v3:hover{color:#fff}.nav-subitem-v3.active{color:#fff;background:#ffffff0f;font-weight:600}.nav-subitem-v3 i{text-align:center;width:14px;font-size:13px}.sidebar-v3 .sidebar-footer{border-top:1px solid #ffffff14;margin-top:8px;padding-top:14px}.sidebar-v3 .user-avatar{color:#fff;background:#1c7c74}.sidebar-v3 .user-name{color:#fff}.sidebar-v3 .user-role{color:#8b96a3}.sidebar-v3 .logout-btn{color:#aeb9c4;background:0 0;border-color:#ffffff1f}.sidebar-v3 .logout-btn:hover{color:#fff;background:#ffffff0f}.jobs-page{width:100%;height:100%;overflow-y:auto}.page-topbar{background:#fff;border-bottom:1px solid #ebe9e3;justify-content:space-between;align-items:center;padding:18px 32px;display:flex}.page-breadcrumb{color:#a8a6a0;align-items:center;gap:8px;font-size:13px;display:flex}.breadcrumb-link{cursor:pointer}.breadcrumb-link:hover{color:#1f1e2b;text-decoration:underline}.page-breadcrumb .current{color:#1f1e2b;font-weight:500}.page-breadcrumb i{font-size:12px}.page-topbar-icons{color:#6b6b76;align-items:center;gap:18px;font-size:17px;display:flex}.topbar-avatar{background:#1f1e2b;border-radius:50%;width:26px;height:26px}.jobs-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:100px 24px;display:flex}.jobs-empty-illustration{color:#dddbd4;margin-bottom:24px;font-size:64px}.jobs-empty-state h2{color:#1f1e2b;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:600}.jobs-empty-state p{color:#6b6b76;margin:0 0 24px;font-size:14px}.jobs-empty-cta{color:#fff;cursor:pointer;background:#1c7c74;border:none;border-radius:8px;align-items:center;gap:8px;padding:11px 20px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:600;display:inline-flex}.jobs-empty-cta:hover{background:#145e58}.jobs-list-simple{padding:24px 32px}.jobs-list-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.jobs-list-header h2{color:#1f1e2b;margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.job-row{cursor:pointer;background:#fff;border:1px solid #ebe9e3;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:14px 16px;transition:box-shadow .15s;display:flex}.job-row:hover{box-shadow:0 2px 8px #1f1e2b0f}.job-row-title{color:#1f1e2b;font-size:14px;font-weight:500}.job-row-progress{align-items:center;gap:10px;width:160px;display:flex}.new-brief-card{background:#fff;border:1px solid #ebe9e3;border-radius:16px;width:100%;max-width:none;padding:28px 32px}.new-brief-title{color:#1f1e2b;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:500}.new-brief-subtitle{color:#6b6b76;margin:0 0 22px;font-size:13px}.simple-option-grid{grid-template-columns:repeat(4,1fr);gap:12px;max-width:900px;margin-bottom:22px;display:grid}.simple-option-grid.two-col{grid-template-columns:repeat(2,1fr);max-width:500px}.simple-option{cursor:pointer;background:#fcfcfb;border:1px solid #dddbd4;border-radius:10px;align-items:center;gap:10px;padding:14px 16px;transition:all .15s;display:flex}.simple-option:hover{border-color:#b9c4bd}.simple-option.selected{background:#e7ecf0;border-color:#0f2a43}.simple-option.compact{padding:10px 14px}.simple-option-icon{color:#6b6b76;flex-shrink:0;font-size:16px}.simple-option.selected .simple-option-icon{color:#0f2a43}.simple-option-text{flex-direction:column;gap:2px;display:flex}.simple-option-title{color:#1f1e2b;font-size:13.5px;font-weight:600}.simple-option-desc{color:#a8a6a0;font-size:11.5px}.new-brief-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.brief-cancel-btn{color:#44434f;cursor:pointer;background:#fff;border:1px solid #dddbd4;border-radius:8px;padding:10px 22px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:500}.brief-cancel-btn:hover{background:#f4f3ef}.brief-start-btn{color:#fff;cursor:pointer;background:#1c7c74;border:none;border-radius:8px;padding:10px 26px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:600}.brief-start-btn:hover:not(:disabled){background:#145e58}.brief-start-btn:disabled{cursor:not-allowed;background:#dddbd4}.job-page-topbar{background:#fff;border-bottom:1px solid #ebe9e3;padding:20px 40px}.job-page-header{background:#0f2a43;margin:0;padding:28px 40px 18px}.job-page-title{color:#fff;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:700}.job-page-subtitle{color:#b9c6d3;margin:0;font-size:13px}.viewing-indicator-tag{color:#fac775;font-weight:500}.stage-tabs{background:#0f2a43;border-radius:0;flex-wrap:wrap;gap:8px;width:100%;margin:0;padding:0 40px 24px;display:flex}.stage-tab{color:#e7ecf0;cursor:pointer;white-space:nowrap;background:#ffffff1a;border:1px solid #fff3;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s}.stage-tab:hover{background:#ffffff2e}.stage-tab.active{color:#0f2a43;box-shadow:none;background:#fff;border-color:#fff;font-weight:700}.stage-tab.completed{color:#fff;box-shadow:none;background:#ffffff1a;border:1px solid #fff3;align-items:center;gap:6px;font-weight:600;display:inline-flex}.stage-tab-check{color:#7fc9c0;font-size:14px;font-weight:700}.stage-tab.locked{color:#ffffff59;cursor:not-allowed;background:0 0;border-color:#ffffff1a}.chat-panel{flex:1;padding:8px 32px 24px;overflow-y:auto}.plain-message{background:#fff;border:1px solid #f0eee9;border-radius:14px;width:fit-content;max-width:65%;margin-bottom:20px;padding:16px 20px;position:relative;box-shadow:0 1px 2px #1f1e2b0a}.plain-message.ai{margin-right:auto}.plain-message.user{background:#e7ecf0;border-color:#d3dee5;margin-left:auto}.plain-message-text strong{color:#0f2a43}.plain-message-text{color:#1f1e2b;font-size:14.5px;line-height:1.7}.plain-avatar-chip{color:#fff;background:#0f2a43;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-family:Georgia,Times New Roman,serif;font-size:10px;font-weight:600;display:flex;position:absolute;bottom:-14px;left:20px;box-shadow:0 1px 3px #1f1e2b1f}.typing-plain{align-items:center;gap:4px;display:flex}.chat-panel.read-only-mode .plain-message{background:#f7f6f2}.chat-input-row{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;max-width:680px;padding:16px 32px 28px;display:flex}.chat-input-row input{background:#fff;border:1px solid #dddbd4;border-radius:24px;outline:none;flex:auto;min-width:0;padding:14px 20px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}.chat-input-row input:focus{border-color:#0f2a43}.skip-question-label{color:#8b96a3;white-space:nowrap;cursor:pointer;font-size:13px}.send-round-btn{color:#fff;cursor:pointer;background:#1c7c74;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;display:flex}.send-round-btn:disabled{cursor:not-allowed;background:#dddbd4}.stage-workspace-panel{background:#fff;border:1px solid #ebe9e3;border-radius:14px;flex-direction:column;min-height:520px;margin:0 16px 24px;display:flex;overflow:hidden}.stage-workspace-panel .chat-panel{flex:1;padding:24px}.stage-workspace-panel .plain-message{max-width:100%;box-shadow:none;margin-bottom:16px}.stage-workspace-panel .plain-avatar-chip{display:none}.stage-workspace-panel .chat-input-row{box-sizing:border-box;text-align:left;background:#fff;border:1px solid #dddbd4;border-radius:28px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:calc(100% - 40px);max-width:none;margin:0 20px 20px;padding:10px 10px 10px 20px;display:flex}.stage-workspace-panel .chat-input-row input{background:0 0;border:none;flex:auto;min-width:0;padding:8px 4px}.stage-workspace-panel .chat-input-row input:focus{box-shadow:none;border:none}.stage-workspace-panel .view-only-banner{border:none;border-top:1px solid #ebe9e3;border-radius:0;margin:0}.question-counter-badge{color:#0f2a43;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.review-modal{background:#fff;border-top:4px solid #0f2a43;border-radius:16px;flex-direction:column;width:100%;max-width:640px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 24px 70px #1f1e2b40}.review-modal-header{border-bottom:1px solid #ebe9e3;justify-content:space-between;align-items:flex-start;padding:22px 28px 16px;display:flex}.review-field-label{color:#a8a6a0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11.5px;font-weight:600;display:block}.review-title-row{align-items:center;gap:12px;display:flex}.review-title-row h2{color:#1f1e2b;margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600}.review-title-input{color:#1f1e2b;border:1px solid #0f2a43;border-radius:6px;outline:none;padding:4px 8px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:600}.review-edit-link{color:#0f2a43;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12.5px;font-weight:500;display:inline-flex}.review-close-btn{color:#a8a6a0;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:18px}.review-close-btn:hover{color:#1f1e2b}.review-modal-body{flex:1;padding:22px 28px;overflow-y:auto}.review-section{margin-bottom:8px}.review-section-head{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.review-body-text{color:#1f1e2b;margin:0;font-size:14px;line-height:1.65}.review-textarea{resize:vertical;border:1px solid #0f2a43;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.6}.review-divider{background:#f0eee9;height:1px;margin:18px 0}.review-field-card{background:#fcfcfb;border:1px solid #ebe9e3;border-radius:10px;margin-bottom:10px;padding:14px 16px}.review-field-title{color:#1f1e2b;font-size:13.5px;font-weight:600}.review-modal-footer{background:#fafaf8;border-top:1px solid #ebe9e3;justify-content:space-between;gap:10px;padding:18px 28px;display:flex}.review-cancel-btn{color:#44434f;cursor:pointer;background:#f4f3ef;border:none;border-radius:8px;padding:10px 18px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:500}.review-approve-btn{color:#fff;cursor:pointer;background:#1c7c74;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 22px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;font-weight:600;display:inline-flex}.review-approve-btn:hover{background:#145e58}.responsibility-category{box-shadow:none;background:0 0;border:none;margin-bottom:24px;padding:0}.responsibility-category h4{color:#1f1e2b;border-bottom:none;margin:0 0 12px;padding-bottom:0;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500}.responsibility-item input[type=checkbox]{appearance:none;cursor:pointer;background:#e5e3dc;border:none;border-radius:8px;width:26px;min-width:26px;height:26px;transition:background .15s;position:relative}.responsibility-item input[type=checkbox]:checked{background:#1c7c74}.responsibility-item input[type=checkbox]:checked:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:7px;height:13px;position:absolute;top:4px;left:8px;transform:rotate(45deg)}.item-delete-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:4px;font-size:17px;display:flex}.item-delete-btn:hover{color:#b91c1c}.stage-workspace-panel .checklist-area{flex:1;padding:24px;overflow-y:auto}.checklist-category-counter{color:#0f2a43;margin-bottom:8px;font-weight:700;display:block}.kpi-refine-bar{background:#fcfcfb;border:1px solid #dddbd4;border-radius:24px;gap:8px;margin-top:10px;padding:6px 8px 6px 14px;display:flex}.kpi-refine-bar input{background:0 0;border:none;outline:none;flex:1;padding:6px 4px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:13px}.kpi-refine-send{color:#fff;cursor:pointer;background:#1c7c74;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex}.kpi-refine-send:disabled{cursor:not-allowed;background:#dddbd4}.review-modal-body ul{margin:0;padding-left:20px}.review-modal-body li{color:#1f1e2b;margin-bottom:6px;font-size:14px;line-height:1.7}.review-field-card .linked-to-tag{color:#6b6b76;margin-top:4px;font-size:11.5px;font-style:italic;display:block}.ai-suggest-btn{color:#0f2a43;cursor:pointer;background:#e7ecf0;border:none;border-radius:20px;margin-top:10px;padding:6px 14px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12px;font-weight:500;display:block}.ai-suggest-btn:hover:not(:disabled){background:#dce3e8}.ai-suggestion-card{background:#fff;border:1px solid #ebe9e3;border-radius:14px;max-width:65%;margin-bottom:20px;padding:16px 20px}.ai-suggestion-label{color:#6b6b76;margin-bottom:10px;font-size:12px;display:block}.ai-suggestion-chips{flex-wrap:wrap;gap:10px;display:flex}.ai-suggestion-chip{color:#1f1e2b;cursor:pointer;background:#fcfcfb;border:1px solid #dddbd4;border-radius:8px;padding:10px 16px;font-size:13.5px;font-weight:600}.chat-input-row input[type=date]{color:#1f1e2b;cursor:pointer}.chat-input-row input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7;filter:none}.chat-input-row input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.chat-input-row input{background:#fff;border:1px solid #dddbd4;border-radius:24px;outline:none;flex:1;padding:14px 20px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}.chat-input-row input[type=date]::-webkit-datetime-edit{color:#1f1e2b;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.ai-suggestion-chip.selected{background:#e7f4f2;border-color:#1c7c74}.floating-user-menu{z-index:200;position:fixed;top:16px;right:20px}.floating-user-avatar{color:#fff;cursor:pointer;background:#1c7c74;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex;box-shadow:0 2px 6px #1f1e2b26}.floating-user-dropdown{background:#fff;border:1px solid #ebe9e3;border-radius:12px;width:180px;padding:14px;position:absolute;top:46px;right:0;box-shadow:0 8px 24px #1f1e2b1f}.floating-user-info{border-bottom:1px solid #f0eee9;margin-bottom:10px;padding-bottom:10px}.floating-user-name{color:#1f1e2b;font-size:13px;font-weight:600}.floating-user-role{color:#a8a6a0;font-size:11.5px}.floating-logout-btn{color:#44434f;cursor:pointer;background:#f4f3ef;border:none;border-radius:8px;width:100%;padding:8px 12px;font-size:13px}.floating-logout-btn:hover{background:#ebe9e3}.document-preview-page{flex-direction:column;width:100%;height:100%;padding:0 24px 24px;display:flex}.document-preview-header{justify-content:space-between;align-items:center;padding:8px 0 16px;display:flex}.document-preview-header h2{color:#1f1e2b;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:20px;font-weight:500}.document-preview-header p{color:#6b6b76;margin:0;font-size:13px}.document-download-btn{flex:none;align-items:center;gap:8px;width:auto;padding:11px 22px;display:inline-flex}.document-preview-frame-wrapper{background:#f4f3ef;border:1px solid #ebe9e3;border-radius:14px;flex:1;justify-content:center;align-items:center;min-height:500px;display:flex;overflow:hidden}.document-preview-frame{border:none;width:100%;height:100%;min-height:500px}.auth-tabs{background:#f4f3ef;border-radius:10px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.auth-tab{color:#6b6b76;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;margin:0;padding:9px 0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:13.5px;font-weight:600}.auth-tab.active{color:#0f2a43;background:#fff;box-shadow:0 1px 3px #1f1e2b14}.success-rate-card{background:#1c7c74;border-radius:14px;flex-direction:column;gap:6px;margin-bottom:20px;padding:22px 26px;display:flex}.success-rate-label{color:#7fc9c0;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:600}.success-rate-value{color:#fff;font-family:Georgia,Times New Roman,serif;font-size:32px;font-weight:600}.strength-icon{color:#1c7c74;flex-shrink:0;font-size:14px;font-weight:700}.weakness-icon{color:#7a5c00;background:#f4d35e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:700;display:inline-flex}@keyframes match-spin{to{transform:rotate(360deg)}}@keyframes match-pulse{0%,to{opacity:1}50%{opacity:.35}}.match-card{background:#fff;border:1px solid #f0eee9;border-radius:14px;margin-bottom:20px;padding:20px 22px;box-shadow:0 1px 3px #1f1e2b0a,0 1px 2px #1f1e2b0f}.match-card-header{border-bottom:1px solid #f0eee9;align-items:flex-start;gap:14px;margin-bottom:14px;padding-bottom:14px;display:flex}.match-rank{color:#0f2a43;background:#e7ecf0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:12.5px;font-weight:700;display:flex}.match-card-heading{flex:1;min-width:0}.match-card-heading h4{color:#1f1e2b;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:500}.match-mandatory-count{color:#6b6b76;font-size:12px}.match-score-badge{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:6px 12px;font-size:13px;font-weight:700}.match-score-strong{color:#1c7c74;background:#e7f4f2}.match-score-moderate{color:#ba7517;background:#faeeda}.match-score-weak{color:#c41e3a;background:#fcf0f4}.match-score-unscored{color:#a8a6a0;background:#f0eee9}.match-justification{color:#44434f;margin:0 0 14px;font-size:13.5px;line-height:1.6}.mandatory-match-list{flex-direction:column;gap:6px;margin:0 0 14px;padding:0;list-style:none;display:flex}.mandatory-match-list li{align-items:flex-start;gap:9px;font-size:13px;line-height:1.5;display:flex}.mandatory-match-list i{text-align:center;flex-shrink:0;width:15px;margin-top:1px;font-size:15px}.match-item-yes{color:#1f1e2b}.match-item-yes i{color:#1c7c74}.match-item-no{color:#8a8894}.match-item-no i{color:#c41e3a}.match-resume-toggle{color:#0f2a43;cursor:pointer;background:0 0;border:none;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12.5px;font-weight:600;text-decoration:underline}.match-resume-toggle:hover{color:#1c7c74}.match-resume-preview{color:#6b6b76;border-top:1px dashed #ebe9e3;margin:10px 0 0;padding-top:10px;font-size:13px;line-height:1.6}.match-resume-view-full{color:#0f2a43;cursor:pointer;background:#f4f3ef;border:none;border-radius:8px;align-items:center;gap:6px;margin-left:12px;padding:7px 12px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;font-size:12.5px;font-weight:600;display:inline-flex}.match-resume-view-full:hover{background:#e7ecf0}.match-resume-view-full i{font-size:13px}.resume-modal{max-width:680px}.resume-modal-v2{max-width:700px;padding:0;position:relative;overflow:hidden}.resume-v2-close{z-index:2;color:#a8a6a0;cursor:pointer;background:0 0;border:none;padding:6px;font-size:16px;line-height:1;position:absolute;top:14px;right:16px}.resume-v2-close:hover{color:#1f1e2b}.rv2-shell{max-height:560px;display:flex}.rv2-sidebar{background:#f4f3ef;border-right:1px solid #f0eee9;flex-shrink:0;width:220px;padding:32px 22px 24px;overflow-y:auto}.rv2-avatar{color:#fff;background:#0f2a43;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:500;display:flex}.rv2-sidebar h2{color:#1f1e2b;text-transform:capitalize;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:500}.rv2-sidebar .rv2-role{color:#6b6b76;margin:0 0 14px;font-size:11.5px;line-height:1.4}.rv2-score-badge{color:#1c7c74;background:#e7f4f2;border-radius:20px;margin-bottom:18px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-block}.rv2-contact-list{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.rv2-contact-list span{color:#6b6b76;word-break:break-all;align-items:center;gap:7px;font-size:11.5px;display:flex}.rv2-contact-list i{color:#a8a6a0;flex-shrink:0;font-size:13px}.rv2-sidebar-label{letter-spacing:.05em;text-transform:uppercase;color:#a8a6a0;margin:0 0 8px;font-size:10.5px;font-weight:700}.rv2-tag-col{flex-wrap:wrap;gap:6px;display:flex}.rv2-tag{color:#0f2a43;background:#e7ecf0;border-radius:7px;padding:4px 9px;font-size:11px;font-weight:600}.rv2-main{flex:1;min-width:0;padding:32px 30px 24px;overflow-y:auto}.rv2-section{margin-bottom:22px}.rv2-section:last-child{margin-bottom:0}.rv2-section-title{color:#1f1e2b;margin:0 0 10px;font-family:Georgia,Times New Roman,serif;font-size:14.5px;font-weight:500}.rv2-summary-text{color:#44434f;margin:0;font-size:13px;line-height:1.65}.rv2-job{margin-bottom:18px}.rv2-job:last-child{margin-bottom:0}.rv2-job-top{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:2px;display:flex}.rv2-job-title{color:#1f1e2b;font-size:13.5px;font-weight:700}.rv2-job-date{color:#a8a6a0;white-space:nowrap;flex-shrink:0;font-size:11px}.rv2-job-company{color:#1c7c74;margin:0 0 6px;font-size:12px;font-weight:600}.rv2-job-body{color:#44434f;margin:0;font-size:12.5px;line-height:1.6}.resume-modal-header{justify-content:space-between;align-items:flex-start;display:flex}.resume-modal-body{background:#fcfcfb}.resume-modal-text{color:#1f1e2b;word-wrap:break-word;font-size:14px;line-height:1.7}.resume-section-title{letter-spacing:.03em;text-transform:uppercase;color:#0f2a43;border-bottom:1px solid #f0eee9;margin:26px 0 10px;padding-bottom:8px;font-family:Georgia,Times New Roman,serif;font-size:15px;font-weight:500}.resume-section-title:first-child{margin-top:0}.resume-job-title{color:#1f1e2b;margin:18px 0 6px;font-size:13.5px;font-weight:700}.resume-job-title:first-child{margin-top:0}.resume-bullet-list{flex-direction:column;gap:7px;margin:0 0 4px;padding:0;list-style:none;display:flex}.resume-bullet-list li{color:#44434f;padding-left:16px;font-size:13.5px;line-height:1.65;position:relative}.resume-bullet-list li:before{content:"";background:#1c7c74;border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:2px}.match-takeover{background:#fcfcfb;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.match-takeover-inner{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:460px;padding:24px;display:flex}.match-takeover-spinner{border:4px solid #e7ecf0;border-top-color:#0f2a43;border-radius:50%;width:64px;height:64px;margin-bottom:28px;animation:.9s linear infinite match-spin}.match-takeover-inner h1{color:#1f1e2b;margin:0 0 8px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500}.match-takeover-inner>p{color:#6b6b76;margin:0 0 32px;font-size:14px;line-height:1.6}.match-takeover-steps{text-align:left;background:#fff;border:1px solid #f0eee9;border-radius:14px;flex-direction:column;gap:4px;width:100%;padding:18px 20px;display:flex;box-shadow:0 1px 3px #1f1e2b0a,0 1px 2px #1f1e2b0f}.match-takeover-step{align-items:center;gap:12px;padding:9px 0;display:flex}.match-step-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.match-step-done{background:#e7f4f2}.match-step-active{border:2px solid #0f2a43;border-top-color:#0000;animation:.7s linear infinite match-spin}.match-step-pending{background:#f0eee9}.match-takeover-step:has(.match-step-pending){animation:1.8s ease-in-out infinite match-pulse}.match-step-label-active{color:#1f1e2b;font-weight:500}.match-step-label-pending{color:#a8a6a0}.match-takeover-note{color:#a8a6a0;margin:22px 0 0;font-size:12px}.match-results-page{width:100%;max-width:900px;margin:0 auto;padding:28px 8px 60px}.match-results-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.match-results-header h2{color:#1f1e2b;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:19px;font-weight:500}.match-results-header p{color:#6b6b76;margin:0;font-size:13.5px}.match-results-header-actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.rpt-header-top{border-bottom:2px solid #0f2a43;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:22px;display:flex}.rpt-header-left .rpt-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#1c7c74;margin:0 0 8px;font-size:11px;font-weight:700}.rpt-header-left h1{color:#1f1e2b;text-transform:capitalize;margin:0 0 6px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}.rpt-header-left .rpt-header-sub{color:#6b6b76;margin:0;font-size:13px}.rpt-header-right{text-align:right;color:#a8a6a0;white-space:nowrap;padding-top:4px;font-size:12px}.rpt-header-right .rpt-date{color:#6b6b76;margin-bottom:3px;font-weight:600}.rpt-summary{background:#fcfcfb;border:1px solid #f0eee9;border-radius:12px;display:flex;overflow:hidden}.rpt-summary-cell{border-right:1px solid #f0eee9;flex:1;padding:16px 20px}.rpt-summary-cell:last-child{border-right:none}.rpt-summary-cell .num{color:#0f2a43;margin-bottom:4px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:500;line-height:1}.rpt-summary-cell .lbl{color:#6b6b76;text-transform:uppercase;letter-spacing:.04em;font-size:11px}.rpt-candidate{background:#fff;border-bottom:1px solid #f0eee9;padding:18px 0}.rpt-cand-top{align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.rpt-rank{color:#fff;background:#0f2a43;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:11px;font-weight:700;display:flex}.rpt-cand-heading{flex:1}.rpt-cand-heading h3{color:#1f1e2b;text-transform:capitalize;margin:0 0 2px;font-family:Georgia,Times New Roman,serif;font-size:16px;font-weight:500}.rpt-cand-heading .rpt-cand-sub{color:#a8a6a0;font-size:11.5px}.rpt-score{white-space:nowrap;border-radius:20px;flex-shrink:0;padding:5px 12px;font-size:12px;font-weight:700}.rpt-score-strong{color:#1c7c74;background:#e7f4f2}.rpt-score-moderate{color:#ba7517;background:#faeeda}.rpt-score-weak{color:#c41e3a;background:#fcf0f4}.rpt-score-unscored{color:#a8a6a0;background:#f0eee9}.rpt-justification{color:#44434f;margin:0 0 12px 36px;font-size:12.5px;line-height:1.6}.rpt-mandatory{grid-template-columns:1fr 1fr;gap:5px 18px;margin:0;padding:0 0 0 36px;list-style:none;display:grid}.rpt-mandatory li{align-items:flex-start;gap:7px;font-size:11.5px;line-height:1.5;display:flex}.rpt-mandatory .dot{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:13px;height:13px;margin-top:1px;font-size:8px;font-weight:700;display:flex}.rpt-yes{color:#1f1e2b}.rpt-yes .dot{color:#1c7c74;background:#e7f4f2}.rpt-no{color:#a8a6a0}.rpt-no .dot{color:#c41e3a;background:#fcf0f4}.jobs-grid-page{background:#f4f3ef;padding:28px 32px 40px}.jobs-grid-head{justify-content:space-between;align-items:flex-end;margin-bottom:22px;display:flex}.jobs-grid-head h1{color:#1f1e2b;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:26px;font-weight:500}.jobs-grid-head p{color:#6b6b76;margin:0;font-size:13px}.jobs-filter-row{gap:8px;margin-bottom:20px;display:flex}.jobs-filter-chip{color:#6b6b76;cursor:pointer;background:#fff;border:1px solid #f0eee9;border-radius:20px;padding:7px 14px;font-family:inherit;font-size:12.5px;font-weight:600}.jobs-filter-chip.active{color:#fff;background:#0f2a43;border-color:#0f2a43}.job-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.job-card{cursor:pointer;background:#fff;border:1px solid #f0eee9;border-radius:14px;padding:18px 20px;transition:box-shadow .15s,transform .15s;box-shadow:0 1px 3px #1f1e2b0a}.job-card:hover{transform:translateY(-1px);box-shadow:0 1px 3px #1f1e2b0a,0 8px 20px #1f1e2b14}.job-card-top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.job-card-icon{color:#0f2a43;background:#e7ecf0;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.job-status-pill{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:10.5px;font-weight:700}.status-complete{color:#1c7c74;background:#e7f4f2}.status-progress{color:#ba7517;background:#faeeda}.job-card h3{color:#1f1e2b;text-transform:capitalize;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:16.5px;font-weight:500}.job-card .job-card-stage{color:#a8a6a0;margin:0 0 16px;font-size:12px}.job-card-progress-track{background:#efede8;border-radius:3px;height:6px;margin-bottom:6px;overflow:hidden}.job-card-progress-fill{background:#0f2a43;border-radius:3px;height:100%}.job-card-progress-fill.done{background:#1c7c74}.job-card-foot{color:#a8a6a0;font-size:11.5px}
