@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-main:#f4f5f7;--bg-card:#fff;--bg-sidebar:#fff;--bg-chat-area:#efeae2;--bubble-candidate:#d9fdd3;--bubble-recruiter:#fff;--border-color:#e5e7eb;--text-main:#111827;--text-muted:#6b7280;--primary-color:#0f172a;--primary-hover:#1e293b;--accent-green:#10b981;--accent-blue:#3b82f6;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-pill:9999px;--font-family:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100vh;overflow:hidden auto}.btn{border-radius:var(--radius-pill);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s ease-in-out;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{color:#374151;background-color:#f3f4f6;border-color:#e5e7eb}.btn-secondary:hover{background-color:#e5e7eb}.btn-danger{color:#fff;background-color:#ef4444}.btn-danger:hover{background-color:#dc2626}.wa-app-root{background-color:var(--bg-main);flex-direction:column;width:100vw;height:100vh;display:flex}.wa-top-bar{border-bottom:1px solid var(--border-color);z-index:20;background-color:#fff;justify-content:space-between;align-items:center;padding:.6rem 1.5rem;display:flex}.wa-brand{align-items:center;gap:.5rem;display:flex}.brand-dot{background-color:var(--accent-green);border-radius:50%;width:10px;height:10px}.brand-title{letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.wa-top-actions{align-items:center;gap:.75rem;display:flex}.credit-pill{border-radius:var(--radius-pill);cursor:pointer;background-color:#ecfdf5;border:1px solid #a7f3d0;align-items:center;gap:.4rem;padding:.35rem .75rem;transition:transform .15s;display:inline-flex}.credit-pill:hover{transform:scale(1.03)}.credit-count{color:#065f46;font-size:.85rem;font-weight:600}.topup-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.8rem;font-weight:700;display:flex}.nav-btn{border-radius:var(--radius-pill);cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;padding:.4rem .85rem;font-size:.85rem;font-weight:500;transition:background .15s}.nav-btn:hover,.nav-active{background:#e5e7eb}.nav-logout{color:#ef4444}.global-toast{color:#fff;border-radius:var(--radius-md);z-index:9999;background:#111827;padding:.75rem 1.25rem;font-size:.9rem;animation:.3s ease-out slideDown;position:fixed;top:1rem;right:1.5rem;box-shadow:0 10px 25px -5px #0003}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-nav-tabs{border-bottom:1px solid var(--border-color);background:#fff;display:none}.mobile-tab-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.75rem .5rem;font-size:.85rem;font-weight:600}.mobile-tab-btn.active{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.wa-main-grid{background-color:#fff;grid-template-columns:340px 1fr 320px;height:calc(100vh - 53px);display:grid;overflow:hidden}.wa-sidebar-left{border-right:1px solid var(--border-color);background-color:#fff;flex-direction:column;display:flex;overflow:hidden}.sidebar-header{padding:1rem 1.25rem .5rem}.section-eyebrow{color:#9ca3af;letter-spacing:.08em;font-size:.7rem;font-weight:700}.section-title{color:var(--text-main);letter-spacing:-.02em;font-size:1.35rem;font-weight:700}.search-box{border-radius:var(--radius-md);background-color:#f3f4f6;border:1px solid #0000;align-items:center;gap:.5rem;margin:.5rem 1.25rem;padding:.5rem .75rem;display:flex}.search-box:focus-within{background-color:#fff;border-color:#d1d5db}.search-box input{background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.filter-chips-row,.filters-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;padding:.4rem 1.25rem .75rem;display:flex;overflow-x:auto}.filter-chip{border-radius:var(--radius-pill);color:#64748b;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;padding:.35rem .85rem;font-size:.78rem;font-weight:600;transition:all .15s}.filter-chip:hover{color:#0f172a;background:#e2e8f0}.filter-chip.active,.filter-chip.chip-active{color:#fff;background:#0f172a;border-color:#0f172a}.clear-filter{color:#ef4444;cursor:pointer;margin-left:auto;font-size:.75rem}.applications-scroll-list{flex:1;overflow-y:auto}.app-item-card{cursor:pointer;border-bottom:1px solid #f9fafb;align-items:flex-start;gap:.75rem;padding:.85rem 1.25rem;transition:background-color .15s;display:flex}.app-item-card:hover{background-color:#f8fafc}.selected-card{background-color:#f1f5f9}.avatar-initials{color:#166534;background-color:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.95rem;font-weight:700;display:flex}.app-item-details{flex:1;min-width:0}.app-item-top{justify-content:space-between;align-items:center;display:flex}.company-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.time-badge{color:var(--accent-green);font-size:.75rem;font-weight:600}.role-title{color:#374151;margin-top:.1rem;font-size:.825rem;font-weight:500}.tag-line{color:#6b7280;flex-wrap:wrap;gap:.35rem;margin-top:.25rem;font-size:.725rem;display:flex}.last-snippet{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin-top:.25rem;font-size:.75rem;overflow:hidden}.unread-pill{color:#fff;background-color:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:.2rem;font-size:.75rem;font-weight:700;display:flex}.wa-chat-center{border-right:1px solid var(--border-color);background-color:#f7f6f0;flex-direction:column;display:flex;position:relative;overflow:hidden}.chat-top-header{border-bottom:1px solid var(--border-color);z-index:10;background-color:#fff;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex}.chat-header-user{align-items:center;gap:.75rem;display:flex}.header-avatar{color:#166534;background-color:#dcfce7}.name-status{align-items:center;gap:.4rem;display:flex}.name-status h3{font-size:1rem;font-weight:700}.status-dot{background-color:#22c55e;border-radius:50%;width:8px;height:8px}.status-text{color:#16a34a;font-size:.75rem;font-weight:500}.sub-role{color:var(--text-muted);font-size:.8rem}.chat-header-actions{align-items:center;gap:.75rem;display:flex}.activity-status{color:var(--text-muted);font-size:.8rem}.btn-view-app{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background-color:#111827;border:none;padding:.45rem .95rem;font-size:.8rem;font-weight:600}.chat-messages-container{flex-direction:column;flex:1;gap:.85rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.date-chip{color:#52525b;border-radius:var(--radius-md);background-color:#e4e4e7;align-self:center;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.725rem;font-weight:600}.interview-invite-card{border-radius:var(--radius-md);background:#fff;border:1px solid #fed7aa;border-left:4px solid #f97316;align-self:center;width:100%;max-width:480px;padding:1rem;box-shadow:0 4px 6px -1px #0000000d}.invite-header{align-items:center;gap:.6rem;display:flex}.invite-header h4{color:#9a3412;font-size:.95rem;font-weight:700}.invite-body{margin-top:.5rem;font-size:.85rem}.meet-link{color:#2563eb;font-weight:500}.invite-actions{gap:.5rem;margin-top:.75rem;display:flex}.btn-confirm-slot{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background:#f97316;border:none;padding:.4rem .85rem;font-size:.8rem;font-weight:600}.btn-prep-room{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background:#0f172a;border:none;padding:.4rem .85rem;font-size:.8rem;font-weight:600}.message-bubble-wrapper{width:100%;display:flex}.bubble-candidate{justify-content:flex-end}.bubble-recruiter{justify-content:flex-start}.bubble-content{border-radius:var(--radius-lg);max-width:65%;padding:.75rem 1rem;font-size:.9rem;line-height:1.45;box-shadow:0 1px 2px #0000000f}.bubble-candidate .bubble-content{background-color:var(--bubble-candidate);border-bottom-right-radius:4px}.bubble-recruiter .bubble-content{background-color:var(--bubble-recruiter);border-bottom-left-radius:4px}.bubble-author{color:#0369a1;margin-bottom:.2rem;font-size:.75rem;font-weight:700;display:block}.bubble-footer{color:#6b7280;justify-content:flex-end;align-items:center;gap:.4rem;margin-top:.25rem;font-size:.7rem;display:flex}.read-receipt{color:#10b981;font-weight:600}.chat-input-bar{border-top:1px solid var(--border-color);background-color:#fff;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.attachment-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;padding:.4rem;font-size:1.2rem}.attachment-btn:hover{background-color:#f3f4f6}.chat-text-input{border-radius:var(--radius-pill);background-color:#f9fafb;border:1px solid #e5e7eb;outline:none;flex:1;padding:.65rem 1.25rem;font-size:.9rem}.chat-text-input:focus{background-color:#fff;border-color:#9ca3af}.send-btn{background-color:var(--primary-color);color:#fff;border-radius:var(--radius-pill);cursor:pointer;border:none;align-items:center;gap:.35rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:flex}.send-btn:disabled{opacity:.5;cursor:not-allowed}.wa-sidebar-right{background-color:#fff;padding:1.5rem;overflow-y:auto}.company-profile-summary{text-align:center;flex-direction:column;align-items:center;display:flex}.large-avatar{color:#166534;background-color:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.75rem;font-size:1.6rem;font-weight:700;display:flex}.company-profile-summary h3{font-size:1.15rem;font-weight:700}.meta-subtitle{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.sidebar-divider{background-color:#f3f4f6;height:1px;margin:1.25rem 0}.sidebar-section{margin-bottom:1.25rem}.section-label{color:var(--text-main);margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}.role-main-title{color:#1f2937;font-size:.95rem;font-weight:600}.role-package{color:#4b5563;margin-top:.15rem;font-size:.825rem}.tags-container{flex-wrap:wrap;gap:.4rem;display:flex}.hiring-tag{border-radius:var(--radius-sm);color:#374151;background-color:#f3f4f6;border:1px solid #e5e7eb;padding:.25rem .55rem;font-size:.75rem;font-weight:500}.shared-files-list{flex-direction:column;gap:.4rem;display:flex}.file-item-pill{border-radius:var(--radius-md);cursor:pointer;background-color:#f8fafc;border:1px solid #e2e8f0;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.825rem;display:flex}.file-item-pill:hover{background-color:#f1f5f9}.file-name{color:#1e293b;flex:1;font-weight:500}.download-icon{color:#64748b}.ai-prep-box{border-radius:var(--radius-md);background:#f0fdf4;border:1px solid #bbf7d0;padding:1rem}.prep-desc{color:#166534;margin:.35rem 0 .75rem;font-size:.775rem}.room-open-btn{width:100%;padding:.45rem;font-size:.8rem}.modal-overlay{z-index:1000;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#0f172ab8!important}.modal-content,.modal-container{z-index:1001;border:1px solid #cbd5e1;border-radius:20px;width:94%;max-width:640px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 30px 80px -10px #00000073,0 0 0 1px #00000014;opacity:1!important;background:#fff!important}.modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-top-left-radius:19px;border-top-right-radius:19px;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;display:flex}.modal-header h2{font-size:1.2rem;font-weight:700}.close-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;font-size:1.5rem}.modal-body{padding:1.5rem}.modal-footer{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.score-circle{color:#fff;border-radius:var(--radius-md);background:#166534;align-items:baseline;padding:.6rem .9rem;font-weight:700;display:flex}.score-num{font-size:1.4rem}.score-label{opacity:.8;margin-left:.2rem;font-size:.75rem}.score-info h4{color:#14532d;font-size:.95rem;font-weight:700}.score-info p{color:#166534;font-size:.8rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group input,.form-group textarea,.form-group select{border-radius:var(--radius-sm);border:1px solid #d1d5db;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.875rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #0f172a1a}.file-dropzone{border-radius:var(--radius-md);text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;padding:1.25rem;position:relative}.file-dropzone input{opacity:0;cursor:pointer;position:absolute;inset:0}.packages-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.5rem;display:grid}.package-card{border-radius:var(--radius-lg);text-align:center;background:#fff;border:1px solid #e2e8f0;flex-direction:column;padding:1.25rem;transition:transform .15s,border-color .15s;display:flex;position:relative}.package-card:hover{border-color:#94a3b8;transform:translateY(-2px)}.featured-package{background:#f0fdf4;border-color:#10b981}.package-badge{color:#fff;border-radius:var(--radius-pill);background:#10b981;padding:.2rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.package-price{margin:.75rem 0}.package-price .currency{font-size:1rem;font-weight:600}.package-price .amount{font-size:1.8rem;font-weight:800}.package-credits{color:#065f46;margin-bottom:.5rem;font-size:.9rem}.package-features{text-align:left;color:#4b5563;flex-direction:column;gap:.35rem;margin:1rem 0;font-size:.75rem;list-style:none;display:flex}.buy-btn{width:100%;margin-top:auto}.interview-room-container{background:#f8fafc;min-height:100vh;padding:2rem 4rem;overflow-y:auto}.room-header{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem 2rem;display:flex}.company-pill-badge{color:#3730a3;border-radius:var(--radius-pill);background:#e0e7ff;margin-bottom:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-block}.room-grid{grid-template-columns:320px 1fr;gap:2rem;display:grid}.candidate-spec-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;height:fit-content;padding:1.5rem}.avatar-circle{color:#fff;background:#10b981;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;font-size:1.5rem;font-weight:700;display:flex}.spec-section{border-top:1px solid #f1f5f9;margin-top:1.25rem;padding-top:.75rem}.spec-section h4{color:#64748b;margin-bottom:.35rem;font-size:.8rem}.skills-chips{flex-wrap:wrap;gap:.35rem;display:flex}.skill-chip{border-radius:var(--radius-sm);background:#f1f5f9;padding:.25rem .5rem;font-size:.75rem}.doc-link{color:#2563eb;font-size:.85rem;font-weight:600;text-decoration:none}.questions-card{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;padding:2rem}.questions-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.badge-ai{color:#a21caf;border-radius:var(--radius-pill);background:#fdf4ff;border:1px solid #f0abfc;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.question-item{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;margin-bottom:1rem;padding:1.25rem}.question-category{color:#0284c7;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.question-text{color:#0f172a;font-size:1rem;font-weight:600}.criteria-box{color:#475569;background:#fff;border-left:3px solid #0284c7;border-radius:4px;margin-top:.75rem;padding:.5rem .75rem;font-size:.8rem}.scoring-row{align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem;font-weight:600;display:flex}.score-btn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.25rem .6rem;font-size:.8rem}.score-active{color:#fff;background:#f59e0b;border-color:#f59e0b}.interviewer-notes-section{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem}.notes-textarea{border-radius:var(--radius-md);border:1px solid #cbd5e1;width:100%;margin-top:.5rem;padding:.75rem;font-family:inherit;font-size:.875rem}.notes-actions{justify-content:flex-end;margin-top:1rem;display:flex}.finjob-login-root{box-sizing:border-box;color:#e2e8f0;background:radial-gradient(circle at 50% 15%,#0f2723 0%,#091715 45%,#050e0d 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;min-height:100vh;padding:.75rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;overflow-y:auto}.finjob-header-section{text-align:center;flex-direction:column;align-items:center;max-width:540px;margin-bottom:.9rem;display:flex}.finjob-badge{color:#00d68f;letter-spacing:.01em;background:#00a86b1f;border:1px solid #00a86b59;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.25rem .85rem;font-size:.76rem;font-weight:600;display:inline-flex;box-shadow:0 0 12px #00d68f26}.finjob-sparkle-icon{color:#00d68f;flex-shrink:0;width:14px;height:14px}.finjob-title{color:#fff;letter-spacing:-.025em;margin:0 0 .25rem;font-size:1.85rem;font-weight:800;line-height:1.15}.finjob-subtitle{color:#8da4a1;margin:0;font-size:.82rem;font-weight:400;line-height:1.4}.finjob-card{box-sizing:border-box;background:#0f1c1b;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:440px;padding:1.25rem 1.6rem;box-shadow:0 25px 50px -12px #000000b3,0 0 0 1px #00c8780a}.finjob-role-container{background:#142321;border:1px solid #ffffff0a;border-radius:12px;gap:4px;margin-bottom:.9rem;padding:3px;display:flex}.finjob-role-btn{color:#8da4a1;cursor:pointer;background:0 0;border:none;border-radius:9px;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .8rem;font-size:.86rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.finjob-role-btn svg{opacity:.85;width:16px;height:16px;transition:opacity .2s}.finjob-role-btn:hover{color:#d1dcdb;background:#ffffff08}.finjob-role-btn.active{color:#fff;background:#00a86b;box-shadow:0 3px 10px #00a86b59}.finjob-role-btn.active svg{opacity:1}.finjob-method-row{justify-content:space-between;align-items:center;margin-bottom:.55rem;display:flex}.finjob-method-label{color:#8da4a1;font-size:.8rem;font-weight:400}.finjob-method-pills{align-items:center;gap:.35rem;display:flex}.finjob-method-pill{color:#799491;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:500;transition:all .15s;display:inline-flex}.finjob-method-pill svg{width:13px;height:13px}.finjob-method-pill:hover{color:#cbd5e1}.finjob-method-pill.active{color:#fff;background:#203330;border-color:#2e4743;font-weight:600}.finjob-divider{background:#ffffff12;height:1px;margin-bottom:.85rem}.finjob-form{flex-direction:column;display:flex}.finjob-field-group{margin-bottom:.75rem}.finjob-field-label{color:#d1dcdb;margin-bottom:.4rem;font-size:.82rem;font-weight:500;display:block}.finjob-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.finjob-input-icon{color:#637e7a;pointer-events:none;width:16px;height:16px;transition:color .2s;position:absolute;left:12px}.finjob-input{color:#fff;box-sizing:border-box;background:#142220;border:1px solid #233734;border-radius:10px;outline:none;width:100%;padding:.65rem .85rem .65rem 2.4rem;font-size:.88rem;transition:all .2s}.finjob-input::placeholder{color:#4a6360}.finjob-input:focus{background:#162624;border-color:#00a86b;box-shadow:0 0 0 3px #00a86b26}.finjob-input:focus+.finjob-input-icon,.finjob-input-wrapper:focus-within .finjob-input-icon{color:#00d68f}.finjob-otp-input{letter-spacing:.3em;text-align:center;font-size:1.05rem;font-weight:700}.finjob-primary-btn{color:#fff;cursor:pointer;letter-spacing:.01em;background:#007756;border:none;border-radius:9999px;width:100%;margin-top:.85rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 12px #00775666}.finjob-primary-btn:hover:not(:disabled){background:#008f67;transform:translateY(-1px);box-shadow:0 5px 15px #0077568c}.finjob-primary-btn:active:not(:disabled){transform:translateY(0)}.finjob-primary-btn:disabled{opacity:.65;cursor:not-allowed}.finjob-back-btn{color:#8da4a1;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:9999px;width:100%;margin-top:.5rem;padding:.55rem;font-size:.8rem;font-weight:600;transition:all .2s}.finjob-back-btn:hover{color:#fff;background:#ffffff0a}.finjob-alert{border-radius:9px;margin-bottom:.85rem;padding:.6rem .85rem;font-size:.8rem;font-weight:500;line-height:1.35}.finjob-alert.alert-error{color:#fca5a5;background:#ef44441f;border:1px solid #ef444459}.finjob-alert.alert-success{color:#6ee7b7;background:#10b9811f;border:1px solid #10b98159}.finjob-terms-text{color:#5c7571;text-align:center;margin:.85rem 0 0;font-size:.74rem;line-height:1.35}.finjob-demo-drawer{text-align:center;border-top:1px solid #ffffff0f;margin-top:.85rem;padding-top:.75rem}.finjob-demo-title{color:#627c78;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.4rem;font-size:.66rem;font-weight:700}.finjob-demo-chips{gap:.45rem;display:flex}.finjob-chip{color:#9eb5b1;cursor:pointer;background:#142321;border:1px solid #ffffff0f;border-radius:7px;flex:1;padding:.4rem .6rem;font-size:.72rem;font-weight:600;transition:all .15s}.finjob-chip:hover{color:#fff;background:#1c2f2c;border-color:#00a86b66}@media (height<=660px){.finjob-header-section{margin-bottom:.5rem}.finjob-title{font-size:1.6rem}.finjob-card{padding:1rem 1.35rem}.finjob-role-container{margin-bottom:.65rem}}.company-dashboard-content{background:#f8fafc;flex:1;padding:1.5rem 2rem;overflow-y:auto}.company-grid-layout{grid-template-columns:420px 1fr;gap:1.5rem;margin-top:1.25rem;display:grid}.card-panel{border:1px solid var(--border-color);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}.job-post-card{border:1px solid var(--border-color);border-radius:var(--radius-md);background:#fff;margin-bottom:1rem;padding:1.25rem}.job-post-header{justify-content:space-between;align-items:flex-start;display:flex}.job-post-header h3{font-size:1.05rem;font-weight:700}.job-meta{color:#64748b;margin-top:.2rem;font-size:.8rem}.job-desc-snippet{color:#334155;margin:.75rem 0;font-size:.85rem}.job-post-footer{color:#94a3b8;justify-content:space-between;font-size:.75rem;display:flex}.match-btn{color:#065f46;background:#ecfdf5;border-color:#6ee7b7;font-weight:600}.applicants-table-wrapper,.table-responsive{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;margin-top:1rem;overflow-x:auto}.applicants-table,.admin-table{border-collapse:collapse;text-align:left;width:100%;font-size:.875rem}.applicants-table th,.admin-table th{color:#475569;border-bottom:1px solid var(--border-color);background:#f8fafc;padding:.85rem 1rem;font-weight:600}.applicants-table td,.admin-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem}.cand-cell{align-items:center;gap:.6rem;display:flex}.avatar-circle-sm{background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.cand-sub{color:#64748b;font-size:.75rem}.match-pill{color:#92400e;border-radius:var(--radius-pill);background:#fef3c7;padding:.2rem .55rem;font-size:.75rem;font-weight:700}.status-select{border:1px solid #cbd5e1;border-radius:6px;padding:.35rem .55rem;font-size:.8rem;font-weight:600}.admin-container{flex:1;padding:2rem;overflow-y:auto}.stats-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.kpi-card{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#fff;padding:1.25rem}.kpi-card h3{color:#64748b;font-size:.8rem}.kpi-num{color:var(--primary-color);margin-top:.35rem;font-size:2rem;font-weight:800}.packages-admin-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem;display:grid}.package-item-admin{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;padding:1rem}.create-pkg-box form{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.create-pkg-box input{border:1px solid #cbd5e1;border-radius:4px;padding:.4rem;font-size:.8rem}.upload-progress-box{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;margin-top:1rem;padding:.85rem 1rem}.upload-status-row{justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:.8rem;font-weight:600;display:flex}.upload-status-text{color:#0f172a}.upload-status-percent{color:#10b981}.progress-bar-track{background:#e2e8f0;border-radius:999px;width:100%;height:8px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#10b981,#059669);border-radius:999px;height:100%;transition:width .25s}.label-with-voice{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.voice-btn{border-radius:var(--radius-pill);color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.voice-btn:hover{background:#e2e8f0;border-color:#94a3b8}.voice-btn-sm{cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .65rem;font-size:.9rem}.gps-btn{border-radius:var(--radius-pill);color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;padding:.2rem .65rem;font-size:.75rem;font-weight:600;transition:all .2s}.gps-btn:hover{background:#dbeafe}.input-with-voice-inline{gap:.4rem;display:flex}.input-with-voice-inline input{flex:1}.quick-cities-row{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.city-chip{border-radius:var(--radius-pill);color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;padding:.15rem .55rem;font-size:.72rem;font-weight:500;transition:all .15s}.city-chip:hover{background:#f1f5f9;border-color:#cbd5e1}.city-selected{color:#166534;background:#dcfce7;border-color:#86efac;font-weight:600}.form-section-boxed{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;padding:1rem}.section-subhead{color:#0f172a;font-size:.88rem;font-weight:700}.field-hint{color:#64748b;margin-top:.15rem;margin-bottom:.65rem;font-size:.75rem}.selected-tags-box{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:.4rem;min-height:38px;margin-bottom:.75rem;padding:.4rem .6rem;display:flex}.no-tags-hint{color:#94a3b8;font-size:.78rem;font-style:italic}.tag-pill-active{color:#166534;border-radius:var(--radius-pill);cursor:pointer;background:#dcfce7;border:1px solid #86efac;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.76rem;font-weight:600;display:inline-flex}.tag-pill-active:hover{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.remove-cross{opacity:.75;font-size:.7rem}.skill-input-row{gap:.5rem;margin-bottom:.75rem;display:flex}.skill-search-input{border-radius:var(--radius-md);border:1px solid #cbd5e1;flex:1;padding:.45rem .75rem;font-size:.8rem}.available-pills-cloud{flex-wrap:wrap;gap:.4rem;display:flex}.skill-pill-btn,.category-pill-btn{border-radius:var(--radius-pill);color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;padding:.25rem .65rem;font-size:.75rem;font-weight:500;transition:all .15s}.skill-pill-btn:hover,.category-pill-btn:hover{border-color:var(--primary-color);color:var(--primary-color);background:#f0fdf4}.pill-selected,.cat-selected{color:#fff;background:#10b981;border-color:#059669;font-weight:600}.chat-voice-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.4rem;font-size:1.15rem;transition:all .2s}.chat-voice-btn:hover{background:#f1f5f9}.chat-input-listening{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}.voice-listening-pulse,.voice-listening{animation:1.2s cubic-bezier(.24,0,.38,1) infinite pulse-ring;color:#dc2626!important;background:#fee2e2!important;border-color:#fca5a5!important}@keyframes pulse-ring{0%{transform:scale(.96);box-shadow:0 0 #ef444466}70%{transform:scale(1.05);box-shadow:0 0 0 8px #ef444400}to{transform:scale(.96);box-shadow:0 0 #ef444400}}.profile-settings-dropdown-wrapper{position:relative}.nav-profile-btn{border-radius:var(--radius-pill);cursor:pointer;background:#fff;border:1px solid #cbd5e1;align-items:center;gap:.5rem;padding:.35rem .75rem;transition:all .2s;display:flex}.nav-profile-btn:hover{background:#f8fafc;border-color:#94a3b8}.nav-avatar-pill{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.nav-user-name{color:#0f172a;font-size:.85rem;font-weight:600}.score-tag-mini{color:#166534;background:#dcfce7;border-radius:999px;padding:.1rem .4rem;font-size:.72rem;font-weight:700}.dropdown-caret{color:#64748b;font-size:.65rem}.profile-settings-menu{border-radius:var(--radius-md);z-index:999;background:#fff;border:1px solid #e2e8f0;width:280px;padding:.5rem;animation:.15s ease-out fadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a}.menu-user-header{align-items:center;gap:.75rem;padding:.5rem .6rem;display:flex}.user-avatar-circle{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;font-weight:700;display:flex}.user-name-bold{color:#0f172a;font-size:.9rem;font-weight:700}.user-role-sub{color:#64748b;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.72rem;overflow:hidden}.menu-divider{background:#f1f5f9;height:1px;margin:.35rem 0}.menu-item{border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.6rem .65rem;transition:background .15s;display:flex}.menu-item:hover{background:#f8fafc}.menu-icon{font-size:1.15rem}.menu-text-group{flex-direction:column;display:flex}.menu-title{color:#1e293b;font-size:.82rem;font-weight:600}.menu-desc{color:#64748b;font-size:.7rem}.menu-item-logout:hover{background:#fef2f2}.menu-item-logout .menu-title{color:#dc2626}.full-profile-modal{width:92%!important;max-width:780px!important}.modal-header-tabs{border-bottom:none!important;padding-bottom:0!important}.profile-tab-switcher{gap:.5rem;display:flex}.profile-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s}.profile-tab-btn.active-tab{color:var(--primary-color);border-bottom-color:var(--primary-color)}.full-profile-view{padding-top:.5rem}.profile-banner-card{border-radius:var(--radius-md);background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;align-items:center;gap:1.25rem;padding:1.25rem;display:flex;position:relative}.profile-avatar-large{color:#fff;background:linear-gradient(135deg,#10b981,#047857);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.8rem;font-weight:800;display:flex;box-shadow:0 4px 6px -1px #0000001a}.profile-banner-meta{flex:1}.banner-title-row{align-items:center;gap:.75rem;display:flex}.banner-title-row h3{color:#0f172a;margin:0;font-size:1.25rem}.verified-pill{color:#15803d;background:#dcfce7;border-radius:999px;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.headline-text{color:#475569;margin:.25rem 0 .5rem;font-size:.85rem}.badge-meta-row{flex-wrap:wrap;gap:.4rem;display:flex}.meta-badge{border-radius:var(--radius-pill);color:#334155;background:#fff;border:1px solid #cbd5e1;padding:.2rem .55rem;font-size:.74rem;font-weight:500}.edit-quick-btn{flex-shrink:0}.score-breakdown-tags{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.sub-score-tag{color:#065f46;background:#10b9811f;border-radius:4px;padding:.1rem .45rem;font-size:.7rem;font-weight:600}.profile-details-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.25rem;display:grid}.view-card-section{border-radius:var(--radius-md);background:#f8fafc;border:1px solid #e2e8f0;padding:1rem}.view-card-title{color:#0f172a;margin:0 0 .75rem;font-size:.88rem;font-weight:700}.view-card-header-action{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.view-card-header-action .view-card-title{margin-bottom:0}.btn-link-action{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:.75rem;font-weight:600}.view-info-list{flex-direction:column;gap:.5rem;display:flex}.view-info-row{justify-content:space-between;font-size:.8rem;display:flex}.info-label{color:#64748b}.info-val{color:#1e293b;font-weight:600}.plan-highlight{color:#7c3aed}.credit-highlight{color:#059669}.skills-cloud-view{flex-wrap:wrap;gap:.4rem;display:flex}.view-skill-tag{color:#1e293b;border-radius:var(--radius-pill);background:#f1f5f9;border:1px solid #cbd5e1;padding:.25rem .65rem;font-size:.76rem;font-weight:600}.view-cat-tag{color:#1e40af;border-radius:var(--radius-pill);background:#eff6ff;border:1px solid #bfdbfe;padding:.25rem .65rem;font-size:.76rem;font-weight:600}.empty-hint{color:#94a3b8;margin:0;font-size:.78rem;font-style:italic}.resume-preview-box{border-radius:var(--radius-md);background:#fff;border:1px solid #e2e8f0;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.resume-icon-badge{font-size:1.6rem}.resume-meta{flex:1}.resume-meta h5{color:#0f172a;margin:0 0 .15rem;font-size:.85rem}.resume-meta p{color:#64748b;margin:0;font-size:.72rem}.resume-actions-row{gap:.4rem;display:flex}.pdf-viewer-overlay{z-index:2000!important}.pdf-viewer-modal{flex-direction:column;display:flex;overflow:hidden;width:95%!important;max-width:960px!important;height:90vh!important;padding:0!important}.pdf-viewer-header{color:#fff;background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;display:flex}.pdf-title-info{align-items:center;gap:.75rem;display:flex}.pdf-title-info h3{color:#fff;margin:0;font-size:.95rem}.pdf-subtitle{color:#94a3b8;margin:0;font-size:.72rem}.pdf-toolbar-actions{align-items:center;gap:.6rem;display:flex}.pdf-tool-btn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#ffffff1f;border:1px solid #fff3;padding:.35rem .75rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .15s}.pdf-tool-btn:hover{color:#fff;background:#ffffff40}.pdf-viewer-header .close-btn{color:#cbd5e1;margin-left:.5rem;font-size:1.5rem}.pdf-viewer-header .close-btn:hover{color:#fff}.pdf-viewer-body{background:#525659;flex:1;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.pdf-iframe{border:none;width:100%;height:100%}.no-pdf-placeholder{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.no-pdf-placeholder .placeholder-icon{margin-bottom:.5rem;font-size:3rem}.no-pdf-placeholder h4{margin:0 0 .25rem;font-size:1.1rem}.no-pdf-placeholder p{color:#cbd5e1;max-width:320px;font-size:.85rem}.pending-notice-btn{color:#92400e;border-radius:var(--radius-pill);cursor:pointer;background:#fef3c7;border:1px solid #fde68a;padding:.35rem .75rem;font-size:.75rem;font-weight:700;animation:2s ease-in-out infinite pulse-amber}@keyframes pulse-amber{0%,to{opacity:1}50%{opacity:.75}}.notif-dropdown-wrapper{position:relative}.nav-icon-btn{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex;position:relative}.nav-icon-btn:hover{background:#f8fafc;border-color:#94a3b8}.notif-badge-count{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.notifications-menu{border-radius:var(--radius-md);z-index:999;background:#fff;border:1px solid #e2e8f0;width:320px;padding:.5rem 0;animation:.15s ease-out fadeIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px -5px #00000026,0 8px 10px -6px #0000001a}.notif-menu-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.notif-menu-header h4{color:#0f172a;margin:0;font-size:.9rem}.btn-mark-all-read{color:#2563eb;cursor:pointer;background:0 0;border:none;font-size:.72rem;font-weight:600}.notif-items-list{max-height:320px;overflow-y:auto}.notif-item{border-bottom:1px solid #f8fafc;gap:.75rem;padding:.75rem 1rem;transition:background .15s;display:flex}.notif-item:hover{background:#f8fafc}.notif-unread{background:#eff6ff}.notif-item-icon{font-size:1.2rem}.notif-item-text{flex:1}.notif-msg{color:#1e293b;margin:0 0 .2rem;font-size:.78rem;line-height:1.35}.notif-time{color:#94a3b8;font-size:.68rem}.no-notifs-hint{text-align:center;color:#94a3b8;padding:2rem 1rem;font-size:.8rem}.user-email-micro{color:#94a3b8;font-size:.68rem}.mobile-back-btn{border-radius:var(--radius-sm);cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;padding:.35rem .6rem;font-size:1.1rem;font-weight:700;display:none}.mobile-back-to-chat-btn{border-radius:var(--radius-pill);color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;width:100%;margin-bottom:1rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;display:none}.mobile-details-btn{display:none}@media (width<=992px){.wa-main-grid{grid-template-columns:320px 1fr}.wa-sidebar-right{display:none}.mobile-details-btn{display:inline-block}}@media (width<=768px){.mobile-nav-tabs{display:flex}.wa-main-grid{grid-template-columns:1fr;height:calc(100dvh - 105px)}.mobile-hidden{display:none!important}.mobile-visible{width:100%!important;display:flex!important}.mobile-back-btn{display:inline-block}.mobile-back-to-chat-btn{display:block}.mobile-details-btn{display:inline-block}.notifications-menu{width:290px;right:-50px}.profile-settings-menu{width:270px;right:0}.wa-top-bar{padding:.5rem .75rem}.pending-notice-btn{display:none}.bubble-content{max-width:88%}}.modal-content{border-radius:var(--radius-lg);background:#fff;flex-direction:column;width:100%;max-width:760px;max-height:90vh;animation:.2s ease-out fadeIn;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-header h2{color:#0f172a;margin:0;font-size:1.2rem}.modal-header .subtitle{color:#64748b;margin:.2rem 0 0;font-size:.8rem}.close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.6rem;line-height:1;transition:color .15s}.close-btn:hover{color:#0f172a}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-footer{border-radius:0 0 var(--radius-lg) var(--radius-lg);background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;display:grid}.form-group{flex-direction:column;width:100%;display:flex}.form-group label{color:#334155;margin-bottom:.35rem;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);color:#0f172a;background:#fff;border:1px solid #cbd5e1;outline:none;width:100%;padding:.55rem .85rem;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.score-card{border-radius:var(--radius-md);background:#f0fdf4;border:1px solid #bbf7d0;align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.score-card-pending{background:#f8fafc!important;border-color:#e2e8f0!important}.score-card-pending .score-circle{color:#475569!important;background:#cbd5e1!important}.score-circle{color:#fff;background:#166534;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;font-weight:800;display:flex}.score-num{font-size:1.15rem;line-height:1}.score-label{opacity:.85;font-size:.65rem}.score-info{flex:1}.score-info h4{color:#0f172a;margin:0;font-size:.95rem}.score-info p{color:#475569;margin:.25rem 0 0;font-size:.78rem}.file-dropzone{border-radius:var(--radius-md);text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;padding:1.25rem;transition:all .2s;position:relative}.file-dropzone:hover{background:#f1f5f9;border-color:#94a3b8}.file-dropzone input[type=file]{opacity:0;cursor:pointer;position:absolute;inset:0}.dropzone-text{color:#334155;font-size:.85rem;font-weight:500}.alert-banner{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.65rem 1rem;font-size:.82rem;font-weight:500}.alert-success{color:#15803d;background:#dcfce7;border:1px solid #86efac}.alert-error{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}@media (width<=640px){.modal-overlay{padding:.4rem!important}.modal-content.profile-modal,.full-profile-modal{border-radius:12px!important;width:100%!important;max-width:100%!important;max-height:94dvh!important}.modal-header{padding:.75rem 1rem!important}.modal-body{padding:1rem .75rem!important}.modal-footer{flex-direction:column-reverse!important;gap:.5rem!important;padding:.75rem 1rem!important}.modal-footer button{width:100%!important}.form-grid,.profile-details-grid{grid-template-columns:1fr!important;gap:.75rem!important}.score-card{flex-direction:column!important;align-items:flex-start!important;gap:.6rem!important;padding:.85rem!important}.profile-banner-card{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;padding:1rem!important}.profile-banner-card .edit-quick-btn{width:100%!important;margin-top:.5rem!important}.profile-tab-switcher{justify-content:space-between!important;width:100%!important;display:flex!important}.profile-tab-btn{text-align:center!important;flex:1!important;padding:.45rem .4rem!important;font-size:.75rem!important}.resume-preview-box{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.resume-actions-row{flex-direction:column!important;gap:.4rem!important;width:100%!important;display:flex!important}.resume-actions-row button{width:100%!important}.skill-input-row{flex-direction:column!important}.skill-input-row button{width:100%!important}.wa-top-bar{padding:.4rem .6rem!important}.wa-brand .brand-title{font-size:.85rem!important}.credit-pill{padding:.2rem .5rem!important;font-size:.72rem!important}.nav-profile-btn{padding:.2rem .5rem!important}.nav-user-name{display:none!important}}.empty-companies-card{text-align:center;border-radius:var(--radius-md);background:#f8fafc;border:1px dashed #cbd5e1;flex-direction:column;justify-content:center;align-items:center;margin:1rem;padding:2.5rem 1.5rem;display:flex}.empty-co-icon{margin-bottom:.75rem;font-size:2.5rem}.empty-companies-card h4{color:#1e293b;margin:0 0 .4rem;font-size:1rem;font-weight:700}.empty-companies-card p{color:#64748b;margin:0 0 1rem;font-size:.8rem;line-height:1.4}.no-chat-selected{background:#f8fafc;flex:1;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}.no-chat-card{border-radius:var(--radius-lg);text-align:center;background:#fff;border:1px solid #e2e8f0;flex-direction:column;align-items:center;max-width:480px;padding:2.5rem 2rem;display:flex;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000005}.no-chat-icon-circle{color:#2563eb;background:#eff6ff;border:2px solid #dbeafe;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1.25rem;font-size:2rem;display:flex}.no-chat-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.35rem;font-weight:800}.no-chat-desc{color:#64748b;margin:0 0 1.5rem;font-size:.88rem;line-height:1.5}.no-chat-feature-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.feature-pill-item{color:#334155;border-radius:var(--radius-pill);background:#f1f5f9;border:1px solid #e2e8f0;padding:.35rem .75rem;font-size:.75rem;font-weight:600}.empty-right-sidebar{flex-direction:column;justify-content:flex-start;height:100%;padding:1.75rem 1.25rem;display:flex}.sidebar-placeholder-card{border-radius:var(--radius-md);text-align:left;background:#f8fafc;border:1px solid #e2e8f0;padding:1.5rem 1.25rem}.sidebar-ph-icon{margin-bottom:.75rem;font-size:2rem}.sidebar-placeholder-card h4{color:#0f172a;margin:0 0 .4rem;font-size:.95rem;font-weight:700}.sidebar-placeholder-card p{color:#64748b;margin:0 0 1.25rem;font-size:.8rem;line-height:1.45}.sidebar-tip-badge{border-radius:var(--radius-sm);color:#854d0e;background:#fefce8;border:1px solid #fef08a;padding:.65rem .85rem;font-size:.76rem;line-height:1.4}.whatsapp-portal-wrapper{background-color:#f0f2f5;flex-direction:column;width:100vw;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.whatsapp-topbar{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:52px;padding:0 1.25rem;display:flex}.brand-logo-badge{align-items:center;gap:.5rem;display:flex}.brand-name{letter-spacing:-.03em;color:#0f172a;font-size:1.1rem;font-weight:800}.brand-badge-tag{color:#059669;letter-spacing:.04em;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9999px;padding:.15rem .5rem;font-size:.68rem;font-weight:700}.topbar-center-nav{align-items:center;gap:.5rem;display:flex}.portal-nav-link{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s}.portal-nav-link:hover{color:#0f172a;background:#f1f5f9}.portal-nav-link.active{color:#fff;background:#0f172a}.wallet-credits-pill{cursor:pointer;background:#fefce8;border:1px solid #fef08a;border-radius:9999px;align-items:center;gap:.4rem;padding:.3rem .75rem;transition:all .15s;display:flex}.wallet-credits-pill:hover{background:#fef9c3;transform:translateY(-1px)}.credit-val{color:#854d0e;font-size:.8rem;font-weight:700}.credit-plan-tag{color:#fff;background:#ca8a04;border-radius:9999px;padding:.1rem .4rem;font-size:.65rem;font-weight:800}.user-profile-circle-btn{color:#15803d;cursor:pointer;background:#dcfce7;border:2px solid #86efac;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex;position:relative}.online-indicator-dot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.candidate-avatar-menu{position:relative}.dropdown-backdrop{z-index:100;position:fixed;inset:0}.user-dropdown-menu{z-index:101;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:240px;padding:.5rem;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.dropdown-user-header{flex-direction:column;gap:.15rem;padding:.5rem .75rem;display:flex}.dropdown-user-header strong{color:#0f172a;font-size:.9rem}.dropdown-user-header span{color:#64748b;font-size:.75rem}.user-email-text{color:#94a3b8!important;font-size:.7rem!important}.dropdown-divider{background:#f1f5f9;height:1px;margin:.4rem 0}.dropdown-item{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.8rem;font-weight:500;display:flex}.dropdown-item:hover{color:#0f172a;background:#f8fafc}.logout-item{color:#dc2626}.logout-item:hover{color:#b91c1c;background:#fef2f2}.whatsapp-main-layout{background:#efeae2;grid-template-columns:310px 1fr 320px;width:100%;height:calc(100vh - 52px);display:grid;overflow:hidden}.chat-left-sidebar{background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;height:100%;display:flex;overflow:hidden}.sidebar-top-header{background:#fff;padding:1.25rem 1.25rem .75rem}.sidebar-title-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.sidebar-eyebrow{letter-spacing:.06em;color:#94a3b8;font-size:.72rem;font-weight:700}.header-avatar-circle{color:#16a34a;cursor:pointer;background:#dcfce7;border:1px solid #86efac;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.sidebar-large-title{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:1.35rem;font-weight:700}.search-filter-container{align-items:center;gap:.5rem;padding:0 1.25rem .75rem;display:flex}.search-input-wrapper{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;flex:1;align-items:center;gap:.5rem;padding:.45rem .85rem;display:flex}.search-mag-icon{color:#94a3b8;font-size:.85rem}.clean-search-input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.8rem}.clean-search-input::placeholder{color:#94a3b8}.filter-funnel-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.filter-funnel-btn:hover{color:#0f172a;background:#f1f5f9}.conversations-scroll-list{flex:1;padding:.25rem .5rem 1rem;overflow-y:auto}.conversation-card{cursor:pointer;border-radius:12px;gap:.75rem;margin-bottom:.25rem;padding:.75rem .85rem;transition:all .15s;display:flex;position:relative}.conversation-card:hover{background:#f8fafc}.conversation-card.active-conversation{background:#f0fdf4}.card-avatar-col{flex-shrink:0;position:relative}.company-circle-avatar{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:.9rem;font-weight:700;display:flex}.conversation-card.active-conversation .company-circle-avatar{color:#15803d;background:#dcfce7;border-color:#86efac}.company-active-green-dot{background:#22c55e;border:2px solid #fff;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.card-info-col{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.card-top-header{justify-content:space-between;align-items:center;display:flex}.card-company-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:700;overflow:hidden}.card-time-text{color:#94a3b8;font-size:.7rem;font-weight:500}.card-role-title{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.card-meta-chips-row{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.35rem;font-size:.68rem;display:flex;overflow:hidden}.meta-chip{align-items:center;gap:.15rem;display:inline-flex}.card-snippet-row{justify-content:space-between;align-items:center;margin-top:.1rem;display:flex}.last-message-snippet{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;overflow:hidden}.star-icon-small{font-size:.75rem}.chat-center-panel{background:#efeae2;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.center-chat-header{z-index:10;background:#f0f2f5;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 1.5rem;display:flex}.chat-header-company-info{align-items:center;gap:.75rem;display:flex}.header-company-avatar{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;font-weight:700;display:flex}.header-meta-group{flex-direction:column;gap:.15rem;display:flex}.company-name-badge-row{align-items:center;gap:.5rem;display:flex}.center-company-title{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.active-green-pill{color:#15803d;background:#dcfce7;border-radius:9999px;padding:.1rem .45rem;font-size:.65rem;font-weight:700}.center-role-subtitle{color:#64748b;font-size:.75rem}.chat-header-actions-group{align-items:center;gap:.5rem;display:flex}.star-favorite-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;transition:all .15s;display:flex}.star-favorite-btn:hover{background:#f8fafc}.following-pill-btn{color:#15803d;cursor:pointer;background:#dcfce7;border:1px solid #86efac;border-radius:9999px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:700;transition:all .15s;display:flex}.following-pill-btn:hover{background:#bbf7d0}.center-chat-stream{flex-direction:column;flex:1;gap:1rem;padding:1.25rem 2rem;display:flex;overflow-y:auto}.security-notice-banner{color:#854d0e;background:#fefce8;border:1px solid #fef08a;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;max-width:600px;margin:0 auto;padding:.5rem 1rem;font-size:.78rem;display:flex;box-shadow:0 1px 2px #0000000d}.chat-date-separator{justify-content:center;margin:.5rem 0;display:flex}.chat-date-separator span{color:#64748b;background:#fff;border-radius:9999px;padding:.25rem .75rem;font-size:.72rem;font-weight:600;box-shadow:0 1px 2px #0000000f}.in-chat-job-card{color:#fff;box-sizing:border-box;background:#047857;border-radius:16px;width:100%;max-width:620px;margin:0 auto;padding:1.25rem;overflow:hidden;box-shadow:0 10px 25px -5px #04785740,0 8px 10px -6px #04785733}.job-card-top-bar{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;margin-bottom:.75rem;display:flex}.job-listing-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:flex}.job-post-time{color:#fffc;font-size:.72rem}.job-card-header-banner{box-sizing:border-box;width:100%;margin-bottom:1rem}.job-card-title{color:#fff;letter-spacing:-.02em;word-break:break-word;margin:0 0 .2rem;font-size:1.35rem;font-weight:800}.job-card-company-sub{color:#ffffffd9;word-break:break-word;margin:0;font-size:.82rem}.job-spec-grid-4{box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;width:100%;margin-bottom:1rem;display:grid}.spec-tile{color:#0f172a;box-sizing:border-box;background:#fff;border-radius:10px;align-items:center;gap:.65rem;min-width:0;max-width:100%;padding:.65rem .85rem;display:flex;overflow:hidden}.spec-tile-icon{flex-shrink:0;font-size:1.1rem}.spec-tile-content{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.spec-tile-label{color:#64748b;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:600;overflow:hidden}.spec-tile-value{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:700;overflow:hidden}.job-card-description{color:#ffffffe6;margin:0 0 .85rem;font-size:.8rem;line-height:1.45}.job-card-tags-row{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.job-tag-pill{color:#fff;background:#ffffff2e;border-radius:9999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.job-card-footer{border-top:1px solid #fff3;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.application-status-tag{color:#fff;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;display:flex}.check-mark{color:#047857;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:900;display:inline-flex}.finjob-verified-tag{color:#ffffffbf;font-size:.72rem;font-weight:600}.chat-bubble-row{width:100%;display:flex}.bubble-left{justify-content:flex-start}.bubble-right{justify-content:flex-end}.chat-bubble-container{border-radius:12px;max-width:65%;padding:.65rem .9rem;box-shadow:0 1px 2px #00000014}.bubble-left .chat-bubble-container{background:#fff;border-top-left-radius:2px}.bubble-right .chat-bubble-container{background:#d9fdd3;border-top-right-radius:2px}.bubble-sender-name{color:#047857;margin-bottom:.2rem;font-size:.72rem;font-weight:700}.bubble-message-text{color:#0f172a;margin:0;font-size:.85rem;line-height:1.4}.bubble-meta-footer{justify-content:flex-end;align-items:center;gap:.35rem;margin-top:.25rem;display:flex}.bubble-timestamp{color:#94a3b8;font-size:.65rem}.read-ticks{color:#3b82f6;font-size:.7rem}.center-chat-input-bar{background:#f0f2f5;flex-shrink:0;align-items:center;gap:.75rem;padding:.65rem 1.25rem;display:flex}.chat-attachment-btn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem}.chat-main-input-field{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;outline:none;flex:1;padding:.65rem 1.25rem;font-size:.85rem}.chat-send-plane-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:9999px;align-items:center;gap:.35rem;padding:.6rem 1.1rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.chat-send-plane-btn:disabled{opacity:.5;cursor:not-allowed}.chat-right-sidebar{background:#fff;border-left:1px solid #e2e8f0;height:100%;overflow-y:auto}.right-sidebar-inner{flex-direction:column;gap:1.5rem;padding:1.5rem 1.25rem;display:flex}.company-hero-card{text-align:center;flex-direction:column;align-items:center;display:flex}.company-hero-avatar{color:#15803d;background:#dcfce7;border:2px solid #86efac;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.75rem;font-size:1.6rem;font-weight:800;display:flex}.company-hero-name{color:#0f172a;margin:0 0 .25rem;font-size:1.15rem;font-weight:800}.company-hero-meta{color:#64748b;margin:0 0 1rem;font-size:.75rem}.company-hero-actions{align-items:center;gap:.5rem;width:100%;display:flex}.hero-following-btn{color:#15803d;cursor:pointer;background:#dcfce7;border:1px solid #86efac;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.5rem;font-size:.8rem;font-weight:700;display:flex}.hero-star-btn{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;display:flex}.active-jobs-section{flex-direction:column;gap:.75rem;display:flex}.active-jobs-head-row{justify-content:space-between;align-items:center;display:flex}.active-jobs-heading{letter-spacing:.05em;color:#64748b;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.hiring-now-link{color:#059669;font-size:.72rem;font-weight:700}.active-jobs-list{flex-direction:column;gap:.75rem;display:flex}.open-job-card{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.3rem;padding:.85rem;transition:all .15s;display:flex}.open-job-card:hover{background:#f1f5f9;border-color:#cbd5e1}.open-job-card.active-viewing-job{background:#f0f9ff;border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e9}.open-job-title-row{justify-content:space-between;align-items:center;display:flex}.current-view-pill{color:#fff;text-transform:uppercase;letter-spacing:.03em;background:#0ea5e9;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.open-job-title{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.open-job-salary{color:#059669;font-size:.75rem;font-weight:700}.open-job-specs{color:#64748b;font-size:.72rem}.applied-via-chat-status{color:#059669;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.75rem;font-weight:600;display:flex}.green-check{font-weight:900}.apply-via-chat-action-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.35rem;margin-top:.35rem;padding:.45rem .85rem;font-size:.75rem;font-weight:700;transition:all .15s;display:flex}.apply-via-chat-action-btn:hover{background:#1e293b;transform:translateY(-1px)}.hiring-domains-section{flex-direction:column;gap:.5rem;display:flex}.hiring-domains-heading{letter-spacing:.05em;color:#64748b;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.domain-chips-row{flex-wrap:wrap;gap:.4rem;display:flex}.domain-chip{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.chip-urgent{color:#dc2626;background:#fef2f2;border-color:#fecaca}.documents-briefs-section{flex-direction:column;gap:.5rem;display:flex}.documents-heading{letter-spacing:.05em;color:#64748b;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.doc-file-card{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.65rem;padding:.65rem .85rem;transition:all .15s;display:flex}.doc-file-card:hover{background:#f1f5f9;border-color:#cbd5e1}.doc-icon-box{font-size:1.25rem}.doc-meta-col{flex-direction:column;display:flex}.doc-title{color:#0f172a;font-size:.78rem;font-weight:700}.doc-sub{color:#94a3b8;font-size:.68rem}.eligibility-modal-box{max-width:580px}.eligibility-title-wrap{align-items:center;gap:.75rem;display:flex}.eligibility-icon{font-size:1.75rem}.eligibility-sub{color:#64748b;margin:0;font-size:.78rem}.match-score-card{border-radius:12px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.score-high{background:#ecfdf5;border:1px solid #a7f3d0}.score-low{background:#fff7ed;border:1px solid #fed7aa}.score-circle{border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.score-high .score-circle{color:#fff;background:#059669}.score-low .score-circle{color:#fff;background:#ea580c}.score-number{font-size:1rem;font-weight:800;line-height:1}.score-label{text-transform:uppercase;font-size:.55rem;font-weight:700}.score-meta h4{color:#0f172a;margin:0 0 .2rem;font-size:.95rem;font-weight:700}.score-meta p{color:#475569;margin:0;font-size:.78rem;line-height:1.4}.eligibility-warning-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.warning-head{color:#991b1b;margin-bottom:.35rem;font-size:.8rem;font-weight:700}.warning-list{color:#b91c1c;padding-left:1.2rem;font-size:.75rem}.checklist-heading{letter-spacing:.05em;color:#64748b;margin-bottom:.5rem;font-size:.7rem;font-weight:700}.criteria-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.criteria-left{align-items:center;gap:.65rem;display:flex}.status-dot{border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:900;display:flex}.dot-met{color:#15803d;background:#dcfce7}.dot-unmet{color:#b91c1c;background:#fee2e2}.criteria-label{color:#0f172a;font-size:.8rem;font-weight:700}.criteria-detail{color:#64748b;font-size:.72rem}.badge-pill{border-radius:9999px;padding:.2rem .5rem;font-size:.68rem;font-weight:800}.pill-met{color:#15803d;background:#dcfce7}.pill-unmet{color:#b91c1c;background:#fee2e2}.job-recap-box{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.35rem;margin-top:1rem;padding:.75rem 1rem;font-size:.75rem;display:flex}.recap-row{justify-content:space-between;display:flex}.btn-apply-instant{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:9999px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .15s}.btn-apply-instant:hover{background:#047857}.subscription-modal-box{border:1px solid #cbd5e1;border-radius:20px;flex-direction:column;max-width:860px;display:flex;overflow:hidden;box-shadow:0 30px 80px -10px #00000073,0 0 0 1px #00000014;opacity:1!important;background:#fff!important}.sub-modal-desc{color:#64748b;margin:.25rem 0 0;font-size:.85rem}.billing-cycle-switch{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.cycle-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:.45rem 1rem;font-size:.8rem;font-weight:600}.cycle-btn.active{color:#fff;background:#0f172a;border-color:#0f172a}.save-badge{color:#fff;background:#22c55e;border-radius:9999px;margin-left:.25rem;padding:.1rem .35rem;font-size:.65rem}.plans-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;padding:1.25rem;display:flex;position:relative}.popular-card{border-color:#059669;box-shadow:0 4px 12px #0596691a}.popular-ribbon{color:#fff;background:#059669;border-radius:9999px;padding:.15rem .5rem;font-size:.65rem;font-weight:800;position:absolute;top:-10px;right:16px}.current-ribbon{color:#fff;background:#64748b;border-radius:9999px;padding:.15rem .5rem;font-size:.65rem;font-weight:800;position:absolute;top:-10px;right:16px}.plan-name{color:#0f172a;margin-bottom:.5rem;font-size:1rem;font-weight:800}.plan-price-row{align-items:baseline;gap:.25rem;margin-bottom:1rem;display:flex}.price-val{color:#0f172a;font-size:1.5rem;font-weight:800}.price-period{color:#64748b;font-size:.75rem}.plan-features-list{flex-direction:column;flex:1;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.plan-features-list li{color:#475569;align-items:flex-start;gap:.4rem;font-size:.75rem;display:flex}.check-icon{color:#059669;font-weight:900}.plan-action-btn{width:100%}.subscription-footer-guarantee{text-align:center;color:#64748b;font-size:.75rem}.settings-modal-box{border:1px solid #cbd5e1;border-radius:16px;flex-direction:column;max-width:680px;display:flex;overflow:hidden;box-shadow:0 25px 60px -10px #0006,0 0 0 1px #0000000d;opacity:1!important;background:#fff!important}.settings-modal-box .modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.settings-modal-box .settings-tab-nav{background:#f1f5f9;border-bottom:1px solid #e2e8f0;gap:.5rem;margin-bottom:0;padding:.5rem 1.5rem;display:flex}.settings-modal-box .settings-tab-nav .tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.82rem;font-weight:700;transition:all .15s}.settings-modal-box .settings-tab-nav .tab-btn.active{color:#0f172a;background:#fff;box-shadow:0 2px 6px #00000014}.settings-body-content{max-height:65vh;overflow-y:auto;background:#fff!important;padding:1.5rem!important}.settings-form-grid .form-input,.settings-form-grid .form-textarea{border-radius:8px;padding:.65rem .85rem;font-size:.88rem;font-weight:500;box-shadow:0 1px 2px #0000000a;color:#0f172a!important;background:#fff!important;border:1.5px solid #cbd5e1!important}.settings-form-grid .form-input:focus,.settings-form-grid .form-textarea:focus{border-color:#0ea5e9!important;box-shadow:0 0 0 3px #0ea5e926!important}.settings-form-grid .form-field-label{color:#1e293b;margin-bottom:.25rem;font-size:.82rem;font-weight:700;display:block}.radio-group-vertical{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.radio-card{cursor:pointer;border:1px solid #e2e8f0;border-radius:8px;gap:.75rem;padding:.85rem;display:flex}.radio-card.selected{background:#f0fdf4;border-color:#059669}.radio-card strong{color:#0f172a;font-size:.82rem}.radio-card p{color:#64748b;margin:.2rem 0 0;font-size:.72rem}.toggle-setting-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.toggle-setting-row strong{color:#0f172a;font-size:.82rem}.toggle-setting-row p{color:#64748b;margin:.15rem 0 0;font-size:.72rem}.toggle-switch{cursor:pointer;width:20px;height:20px}.data-export-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.35rem;margin-top:1rem;padding:.85rem;display:flex}.data-export-box strong{color:#0f172a;font-size:.82rem}.data-export-box p{color:#64748b;margin:0 0 .5rem;font-size:.72rem}.profile-super-modal{background:#fff;border-radius:16px;flex-direction:column;width:95%;max-width:800px;max-height:88vh;animation:.25s cubic-bezier(.16,1,.3,1) modalPopIn;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes modalPopIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-header-tabs-bar{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.tabs-pill-group{background:#f1f5f9;border-radius:9999px;gap:.25rem;padding:.25rem;display:flex}.tab-pill-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.45rem 1.1rem;font-size:.82rem;font-weight:600;transition:all .2s}.tab-pill-btn.active{color:#0f172a;background:#fff;box-shadow:0 2px 4px #0000000f}.modal-close-x{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.modal-close-x:hover{color:#0f172a;background:#e2e8f0}.profile-modal-scrollable-body{flex:1;padding:1.5rem;overflow-y:auto}.candidate-hero-banner{background:linear-gradient(135deg,#f8fafc 0%,#edf2f7 100%);border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding:1.25rem;display:flex}.hero-avatar-circle{color:#fff;background:linear-gradient(135deg,#047857 0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.4rem;font-weight:800;display:flex;box-shadow:0 4px 6px -1px #04785733}.hero-identity-col{flex:1}.hero-name-row{align-items:center;gap:.6rem;margin-bottom:.2rem;display:flex}.hero-name-row h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700}.verified-badge-pill{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:9999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.hero-title-sub{color:#475569;margin:0 0 .5rem;font-size:.85rem;font-weight:500}.hero-meta-chips-row{flex-wrap:wrap;gap:.5rem;display:flex}.hero-chip{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.btn-edit-hero{color:#0f172a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s}.btn-edit-hero:hover{background:#f1f5f9;border-color:#94a3b8}.ai-score-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:1.25rem;margin-bottom:1.25rem;padding:1.1rem;display:flex}.ai-score-circle{background:#fff;border:3px solid #22c55e;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.score-val{color:#15803d;font-size:1.1rem;font-weight:800;line-height:1}.score-den{color:#64748b;font-size:.6rem;font-weight:600}.candidate-route-map-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin:1rem 1.25rem 1.25rem;padding:1.15rem 1.4rem;transition:all .2s;box-shadow:0 4px 18px #0f172a0d}.route-map-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.route-map-title{align-items:center;gap:.65rem;display:flex}.route-map-icon{font-size:1.5rem}.route-map-title h4{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.route-sub-company{color:#64748b;font-size:.75rem}.route-status-pill{letter-spacing:.03em;text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.route-status-pill.status-applied{color:#1d4ed8;background:#dbeafe}.route-status-pill.status-shortlisted,.route-status-pill.status-screening{color:#b45309;background:#fef3c7}.route-status-pill.status-interviewing,.route-status-pill.status-interview{color:#be185d;background:#fdf2f8;border:1px solid #fbcfe8;animation:2s infinite pulse-border}.route-status-pill.status-offer,.route-status-pill.status-offered{color:#15803d;background:#dcfce7;border:1px solid #86efac}.route-map-steps-row{justify-content:space-between;align-items:center;margin:.75rem 0;display:flex;position:relative}.route-step-item{z-index:2;background:#fff;align-items:center;gap:.5rem;padding:.2rem .4rem;display:flex}.route-step-circle{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;transition:all .2s;display:flex}.step-completed .route-step-circle{color:#fff;background:#10b981;box-shadow:0 0 10px #10b98159}.step-current .route-step-circle{color:#fff;background:#0ea5e9;box-shadow:0 0 12px #0ea5e973}.interview-glow .route-step-circle{color:#fff;background:#ec4899;animation:1.5s infinite glow-pulse;box-shadow:0 0 14px #ec489980}.offer-glow .route-step-circle{color:#fff;background:#f59e0b;animation:1.5s infinite glow-pulse;box-shadow:0 0 14px #f59e0b80}.step-pending .route-step-circle{color:#94a3b8;background:#f1f5f9;border:1px dashed #cbd5e1}.route-step-meta{flex-direction:column;display:flex}.step-name{color:#1e293b;font-size:.85rem}.step-time{color:#64748b;font-size:.72rem}.route-step-line{background:#e2e8f0;border-radius:2px;flex:1;height:3px;margin:0 .5rem;transition:background .3s}.route-step-line.line-active{background:#10b981}.interview-live-bar{background:#fff;border:1px solid #c7d2fe;border-radius:12px;flex-direction:column;gap:.65rem;margin:.75rem 1rem .5rem;padding:.85rem 1rem;display:flex;box-shadow:0 4px 14px #4f46e514}.interview-bar-header{justify-content:space-between;align-items:center;display:flex}.interview-live-info{align-items:center;gap:.65rem;display:flex}.interview-bar-text-group{flex-direction:column;gap:.15rem;display:flex}.interview-bar-title{color:#0f172a;font-size:.88rem;line-height:1.3}.interview-bar-slot{color:#475569;font-size:.76rem}.interview-action-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.5rem;padding:.65rem .85rem;display:flex}.interview-action-prompt{color:#1e293b;font-size:.8rem}.interview-btn-group{gap:.5rem;width:100%;display:flex}.btn-interview-decline{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:6px;flex:1;padding:.45rem .75rem;font-size:.78rem;font-weight:700;transition:all .15s}.btn-interview-decline:hover{background:#fee2e2}.btn-interview-accept{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:6px;flex:1;padding:.45rem .75rem;font-size:.78rem;font-weight:700;transition:all .15s;box-shadow:0 2px 6px #05966940}.btn-interview-accept:hover{background:#047857}.interview-accepted-box{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.accepted-text{color:#047857;font-size:.8rem;font-weight:700}.interview-declined-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.declined-text{color:#dc2626;font-size:.78rem;font-weight:600}.live-pulse{animation:1s infinite live-blinker}@keyframes live-blinker{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.btn-join-live-room{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #05966940}.btn-join-live-room:hover{background:#047857;transform:translateY(-1px)}.chat-interview-action-box{border-top:1px dashed #0000001a;margin-top:.75rem;padding-top:.6rem}.btn-chat-join-interview{color:#fff;cursor:pointer;background:#007756;border:none;border-radius:8px;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.84rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 3px 10px #00775659}.btn-chat-join-interview:hover{background:#008f67;transform:translateY(-1px);box-shadow:0 5px 14px #00775673}.live-interview-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#040d0ce0;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.live-interview-modal-content{color:#e2e8f0;background:#0d1a19;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;width:100%;max-width:1100px;height:85vh;max-height:720px;display:flex;overflow:hidden;box-shadow:0 30px 60px -12px #000c,0 0 0 1px #00c87814}.live-room-topbar{background:#0a1413;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.live-room-header-left{align-items:center;gap:1rem;display:flex}.live-pill-tag{color:#f87171;letter-spacing:.04em;background:#ef444426;border:1px solid #ef444466;border-radius:9999px;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.72rem;font-weight:800;display:inline-flex}.live-blink-dot{background:#ef4444;border-radius:50%;width:7px;height:7px;animation:1s infinite live-blinker}.live-room-titles h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.live-room-titles span{color:#8da4a1;font-size:.78rem}.live-room-header-right{align-items:center;gap:.75rem;display:flex}.live-timer-badge{color:#34d399;background:#142422;border:1px solid #ffffff14;border-radius:8px;padding:.4rem .85rem;font-family:monospace;font-size:.85rem;font-weight:700}.btn-external-meet{color:#bfdbfe;background:#1e3a8a;border-radius:8px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .15s}.btn-external-meet:hover{color:#fff;background:#1d4ed8}.btn-close-room{color:#fff;cursor:pointer;background:#334155;border:none;border-radius:8px;padding:.45rem .9rem;font-size:.82rem;font-weight:600;transition:all .15s}.btn-close-room:hover{background:#ef4444}.live-room-main-grid{flex:1;grid-template-columns:1fr 340px;display:grid;overflow:hidden}.live-video-stage{background:#081110;flex-direction:column;padding:1.25rem;display:flex;overflow:hidden}.video-streams-container{flex:1;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.video-stream-box{background:#12201e;border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.video-stream-inner{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.stream-avatar-circle{color:#fff;background:#1e3633;border:2px solid #00a86b;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.5rem;font-weight:800;display:flex;box-shadow:0 0 20px #00a86b40}.stream-avatar-circle.candidate-avatar{background:#1e293b;border-color:#38bdf8}.simulated-camera-feed{background:linear-gradient(135deg,#162a27 0%,#0d1a18 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.camera-candidate-icon{filter:drop-shadow(0 0 15px #00d68f66);font-size:3rem}.camera-active-tag{color:#34d399;background:#0009;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:600;position:absolute;top:12px;right:12px}.stream-overlay-name{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border-radius:6px;padding:.3rem .65rem;font-size:.78rem;font-weight:600;position:absolute;bottom:12px;left:12px}.stream-status-tag{color:#34d399;background:#0009;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:600;position:absolute;top:12px;left:12px}.live-room-controls-bar{background:#101e1d;border:1px solid #ffffff0f;border-radius:14px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.control-btn{color:#d1dcdb;cursor:pointer;background:#1c2e2c;border:1px solid #ffffff14;border-radius:9999px;align-items:center;gap:.45rem;padding:.55rem .95rem;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.control-btn:hover{color:#fff;background:#27403d}.control-btn.btn-danger{color:#fca5a5;background:#ef444433;border-color:#ef444466}.control-btn.btn-active-screen{color:#fff;background:#00a86b}.control-btn.btn-leave-call{color:#fff;background:#991b1b;margin-left:.5rem}.control-btn.btn-leave-call:hover{background:#dc2626}.live-room-sidebar{background:#0c1615;border-left:1px solid #ffffff14;flex-direction:column;display:flex}.sidebar-tab-switcher{background:#091211;border-bottom:1px solid #ffffff14;display:flex}.sidebar-tab-btn{color:#7d9693;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem;font-size:.8rem;font-weight:600;transition:all .15s}.sidebar-tab-btn.active{color:#00d68f;background:#00a86b0d;border-bottom-color:#00d68f}.sidebar-tab-content{flex:1;padding:1rem;overflow-y:auto}.agenda-card,.ai-tips-card,.quick-links-card{background:#132220;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:.9rem;padding:.9rem}.agenda-card h4,.ai-tips-card h4,.quick-links-card h4{color:#fff;margin:0 0 .5rem;font-size:.85rem;font-weight:700}.agenda-card ul{color:#9eb5b1;margin:0;padding-left:1.1rem;font-size:.78rem;line-height:1.45}.agenda-card li{margin-bottom:.4rem}.ai-tips-card p{color:#6ee7b7;margin:0;font-size:.78rem;line-height:1.4}.btn-quick-action{color:#e2e8f0;cursor:pointer;text-align:center;background:#1e3330;border:1px solid #ffffff14;border-radius:8px;width:100%;margin-bottom:.4rem;padding:.5rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:all .15s;display:block}.btn-quick-action:hover{color:#fff;background:#284440}.btn-quick-action.meet-link{color:#bfdbfe;background:#1e3a8a}.chat-tab-pane{flex-direction:column;height:100%;display:flex}.room-messages-list{flex-direction:column;flex:1;gap:.6rem;margin-bottom:.75rem;display:flex;overflow-y:auto}.room-msg-bubble{border-radius:10px;padding:.55rem .75rem;font-size:.8rem;line-height:1.35}.room-msg-bubble.msg-system{color:#8da4a1;background:#132220;border:1px solid #ffffff0d}.room-msg-bubble.msg-recruiter{color:#e2e8f0;background:#1a2f2b;border-left:3px solid #00d68f}.room-msg-bubble.msg-candidate{color:#fff;background:#007756;align-self:flex-end}.msg-sender-tag{opacity:.75;margin-bottom:.2rem;font-size:.68rem;font-weight:700}.msg-text{margin:0}.msg-time{opacity:.6;text-align:right;margin-top:.2rem;font-size:.65rem;display:block}.room-chat-form{gap:.4rem;display:flex}.room-chat-input{color:#fff;background:#132220;border:1px solid #ffffff14;border-radius:8px;outline:none;flex:1;padding:.5rem .75rem;font-size:.8rem}.room-chat-input:focus{border-color:#00a86b}.room-send-btn{color:#fff;cursor:pointer;background:#00a86b;border:none;border-radius:8px;padding:.5rem .85rem;font-size:.8rem;font-weight:700}.stage-header-actions-group{align-items:center;gap:.6rem;display:flex}.view-mode-toggle{background:#142422;border:1px solid #ffffff14;border-radius:8px;padding:3px;display:flex}.mode-toggle-btn{color:#8da4a1;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .65rem;font-size:.76rem;font-weight:600;transition:all .15s}.mode-toggle-btn.active{color:#fff;background:#00a86b;box-shadow:0 2px 6px #00a86b4d}.embedded-jitsi-container{background:#000;border:1px solid #ffffff14;border-radius:14px;width:100%;height:100%;overflow:hidden}.jitsi-iframe{border:none;width:100%;height:100%}.real-webcam-feed{object-fit:cover;border-radius:12px;width:100%;height:100%}.real-webcam-feed.hidden-feed{display:none}.stream-status-tag-cand{color:#34d399;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:6px;padding:.2rem .5rem;font-size:.72rem;font-weight:600;position:absolute;top:12px;left:12px}.waiting-host-card{text-align:center;max-width:280px;padding:1.5rem}.waiting-spinner{margin-bottom:.5rem;font-size:2.5rem;animation:1.5s infinite pulse-border}.waiting-host-card h4{color:#f59e0b;margin:0 0 .35rem;font-size:1rem;font-weight:700}.waiting-host-card p{color:#8da4a1;margin-bottom:1rem;font-size:.78rem;line-height:1.4}.btn-ring-host{color:#0f172a;cursor:pointer;background:#f59e0b;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .15s;box-shadow:0 3px 10px #f59e0b4d}.btn-ring-host:hover:not(:disabled){color:#fff;background:#d97706}.btn-ring-host:disabled{color:#94a3b8;cursor:default;background:#334155}.control-btn.btn-sim-host{color:#bfdbfe;background:#1e3a8a;font-size:.76rem}.control-btn.btn-sim-host:hover{color:#fff;background:#2563eb}.evaluate-tab-pane{flex-direction:column;gap:.85rem;display:flex}.eval-header-banner{background:#142422;border:1px solid #ffffff14;border-radius:10px;padding:.75rem}.eval-header-banner h4{color:#fff;margin:0 0 .2rem;font-size:.9rem;font-weight:700}.eval-header-banner p{color:#8da4a1;margin:0;font-size:.75rem}.eval-question-item{background:#101e1d;border:1px solid #ffffff0f;border-radius:10px;padding:.75rem}.q-label{color:#34d399;margin-bottom:.25rem;font-size:.78rem;font-weight:700;display:block}.q-text{color:#e2e8f0;margin:0 0 .5rem;font-size:.78rem;line-height:1.35}.eval-stars-row{gap:.4rem;display:flex}.star-rate-btn{color:#64748b;cursor:pointer;background:#192b29;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;transition:all .15s;display:flex}.star-rate-btn.active{color:#fff;background:#f59e0b;border-color:#f59e0b;box-shadow:0 0 8px #f59e0b66}.eval-notes-box label{color:#d1dcdb;margin-bottom:.35rem;font-size:.78rem;font-weight:600;display:block}.eval-notes-box textarea{color:#fff;box-sizing:border-box;background:#101e1d;border:1px solid #ffffff14;border-radius:8px;outline:none;width:100%;padding:.6rem;font-size:.8rem}.eval-notes-box textarea:focus{border-color:#00a86b}.eval-success-pill{color:#34d399;text-align:center;background:#10b98126;border:1px solid #10b98166;border-radius:6px;padding:.4rem .75rem;font-size:.78rem;font-weight:600}.btn-save-eval{color:#fff;cursor:pointer;background:#007756;border:none;border-radius:8px;padding:.6rem;font-size:.84rem;font-weight:700;transition:all .15s}.btn-save-eval:hover{background:#00936b}.hiring-decision-row{gap:.5rem;margin-top:.4rem;display:flex}.btn-decision{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.55rem;font-size:.8rem;font-weight:700;transition:all .15s}.btn-decision.btn-offer{color:#fff;background:#00a86b}.btn-decision.btn-offer:hover{background:#00c47d;box-shadow:0 3px 10px #00a86b59}.btn-decision.btn-reject{color:#fff;background:#991b1b}.btn-decision.btn-reject:hover{background:#dc2626}.btn-quick-schedule{color:#166534;cursor:pointer;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;padding:.4rem .85rem;font-size:.8rem;font-weight:700;transition:all .15s}.btn-quick-schedule:hover{background:#dcfce7;border-color:#4ade80}.schedule-interview-modal{max-width:480px}.interview-perks-box{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.5rem;margin-top:1rem;padding:.85rem;font-size:.8rem;display:flex}.perk-row{flex-direction:column;gap:.15rem;display:flex}.perk-row strong{color:#0f172a}.cv-view-toggle{background:#f1f5f9;border-radius:8px;align-items:center;margin-right:.5rem;padding:2px;display:flex}.cv-view-toggle .toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.35rem .75rem;font-size:.78rem;font-weight:600}.cv-view-toggle .toggle-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #00000014}.digital-cv-container{background:#fff;border-radius:12px;flex-direction:column;gap:1.5rem;max-height:70vh;padding:2rem;display:flex;overflow-y:auto}.digital-cv-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.25rem;padding-bottom:1.25rem;display:flex}.dcv-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#6366f1);border-radius:14px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:800;display:flex}.dcv-meta h2{color:#0f172a;margin:0;font-size:1.4rem;font-weight:800}.dcv-title{color:#0284c7;margin:.2rem 0 .5rem;font-size:.95rem;font-weight:600}.dcv-contact-row{color:#64748b;align-items:center;gap:1rem;font-size:.8rem;display:flex}.dcv-section h4{color:#0f172a;margin:0 0 .75rem;font-size:.95rem;font-weight:700}.dcv-skills-grid{flex-wrap:wrap;gap:.5rem;display:flex}.dcv-skill-pill{color:#0369a1;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:.35rem .8rem;font-size:.82rem;font-weight:600}.dcv-summary-text,.dcv-edu-text{color:#475569;font-size:.9rem;line-height:1.6}.pdf-embed-wrapper{flex-direction:column;width:100%;height:100%;display:flex}.pdf-fallback-notice{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.78rem;display:flex}.pdf-fallback-notice a,.pdf-fallback-notice .link-btn{color:#0284c7;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.ai-score-info{flex:1}.ai-score-info h4{color:#14532d;margin:0 0 .2rem;font-size:.92rem;font-weight:700}.ai-score-info p{color:#334155;margin:0 0 .5rem;font-size:.78rem;line-height:1.35}.score-tags-row{flex-wrap:wrap;gap:.5rem;display:flex}.score-tag{color:#166534;background:#fff;border:1px solid #86efac;border-radius:9999px;padding:.15rem .55rem;font-size:.7rem;font-weight:600}.specs-two-col-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.specs-two-col-grid{grid-template-columns:1fr}}.spec-box-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem;box-shadow:0 1px 3px #0000000a}.box-card-title{color:#0f172a;margin:0 0 .75rem;font-size:.88rem;font-weight:700}.box-title-action-row{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.box-title-action-row h4{color:#0f172a;margin:0;font-size:.88rem;font-weight:700}.btn-link-action{color:#047857;cursor:pointer;background:0 0;border:none;padding:0;font-size:.78rem;font-weight:700}.btn-link-action:hover{text-decoration:underline}.spec-key-value-list{flex-direction:column;gap:.5rem;display:flex}.spec-kv-row{border-bottom:1px solid #f8fafc;justify-content:space-between;align-items:center;padding-bottom:.35rem;font-size:.8rem;display:flex}.kv-key{color:#64748b;font-weight:500}.kv-val{color:#0f172a;font-weight:600}.text-gold{color:#d97706}.text-green{color:#16a34a}.text-blue{color:#2563eb}.skills-tags-wrap{flex-wrap:wrap;gap:.45rem;display:flex}.skill-chip-pill{color:#1e293b;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:.25rem .65rem;font-size:.76rem;font-weight:600}.chip-pref{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.resume-verified-preview-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.85rem;padding:.85rem;display:flex}.doc-icon-badge{font-size:1.5rem}.doc-meta-details{flex-direction:column;flex:1;gap:.15rem;display:flex}.doc-meta-details strong{color:#0f172a;font-size:.82rem}.doc-meta-details span{color:#64748b;font-size:.72rem}.resume-btn-group{gap:.45rem;display:flex}.modal-sticky-bottom-footer{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:.85rem 1.5rem;display:flex}.quick-tags-palette{flex-wrap:wrap;gap:.4rem;margin-top:.35rem;display:flex}.palette-chip{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600;transition:all .15s}.palette-chip:hover{background:#f1f5f9;border-color:#94a3b8}.palette-chip.active{color:#166534;background:#dcfce7;border-color:#86efac}.label-with-btn{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.btn-micro-detect,.btn-micro-voice{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:4px;padding:.15rem .45rem;font-size:.7rem;font-weight:600}.btn-micro-voice.listening{color:#dc2626;background:#fee2e2;border-color:#fca5a5;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.file-upload-dropzone{text-align:center;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:1.25rem;position:relative}.file-upload-dropzone input{opacity:0;cursor:pointer;position:absolute;inset:0}.dropzone-label{color:#64748b;cursor:pointer;flex-direction:column;align-items:center;gap:.35rem;font-size:.8rem;display:flex}.drop-icon{color:#047857;font-size:1.25rem}.modal-edit-actions-row{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.employer-portal-container{color:#0f172a;background-color:#f1f5f9;flex-direction:column;width:100vw;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}.employer-topbar{z-index:30;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:.65rem 1.5rem;display:flex;box-shadow:0 1px 3px #0000000a}.topbar-left{align-items:center;gap:1rem;display:flex}.employer-brand-box{align-items:center;gap:.5rem;display:flex}.employer-brand-icon{font-size:1.35rem}.employer-brand-box .brand-name{letter-spacing:-.02em;color:#0f172a;font-size:1.1rem;font-weight:800}.brand-role-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#0ea5e9;border-radius:9999px;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.employer-nav-links{align-items:center;gap:.35rem;display:flex}.emp-nav-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:.45rem .85rem;font-size:.825rem;font-weight:600;transition:all .15s}.emp-nav-btn:hover{color:#0f172a;background:#f8fafc}.emp-nav-btn.active{color:#fff;background:#0f172a;box-shadow:0 2px 4px #0f172a26}.topbar-right{align-items:center;gap:.85rem;display:flex}.emp-wallet-pill{color:#92400e;background:#fef3c7;border:1px solid #fde68a;border-radius:9999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.85rem;font-weight:700;display:flex}.coin-icon{font-size:1rem}.wallet-sub-tag{color:#b45309;font-size:.75rem;font-weight:600}.emp-logout-btn{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;transition:all .15s}.emp-logout-btn:hover{color:#991b1b;background:#fca5a5}.global-toast-container{z-index:9999999!important;pointer-events:none!important;justify-content:flex-end!important;align-items:center!important;width:auto!important;max-width:calc(100vw - 48px)!important;height:auto!important;display:flex!important;position:fixed!important;top:20px!important;right:24px!important}.global-action-toast{color:#fff!important;z-index:9999999!important;pointer-events:none!important;white-space:nowrap!important;text-overflow:ellipsis!important;box-sizing:border-box!important;background:#0f172a!important;border:1px solid #ffffff26!important;border-radius:16px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:auto!important;max-width:400px!important;height:32px!important;min-height:32px!important;max-height:32px!important;margin:0!important;padding:0 14px!important;font-size:.78rem!important;font-weight:700!important;line-height:32px!important;animation:.2s cubic-bezier(.16,1,.3,1) forwards toastPopFade!important;display:inline-flex!important;position:relative!important;overflow:hidden!important;box-shadow:0 4px 12px #00000038!important}@keyframes toastPopFade{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.pipeline-workspace-layout{background:#fff;grid-template-columns:360px 1fr;height:calc(100vh - 60px);display:grid;overflow:hidden}.pipeline-candidates-sidebar{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;height:100%;display:flex;overflow:hidden}.pipeline-sidebar-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem}.pipeline-sidebar-header h3{color:#0f172a;margin-bottom:.6rem;font-size:.95rem;font-weight:700}.pipeline-filter-chips{flex-wrap:wrap;gap:.35rem;display:flex}.stage-chip{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .55rem;font-size:.725rem;font-weight:600;transition:all .15s}.stage-chip:hover{color:#0f172a;background:#e2e8f0}.stage-chip.active{color:#fff;background:#0ea5e9;border-color:#0ea5e9}.pipeline-search-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:.65rem 1rem}.pipeline-search-bar input{border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-size:.825rem;transition:border-color .15s}.pipeline-search-bar input:focus{border-color:#0ea5e9;box-shadow:0 0 0 2px #0ea5e926}.candidates-list-scroll{flex-direction:column;flex:1;gap:.5rem;padding:.75rem;display:flex;overflow-y:auto}.candidate-pipeline-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.5rem;padding:.85rem;transition:all .15s;display:flex}.candidate-pipeline-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.candidate-pipeline-card.selected{background:#f0f9ff;border-color:#0ea5e9;box-shadow:0 0 0 1px #0ea5e9}.cand-avatar-row{align-items:center;gap:.65rem;display:flex}.cand-avatar{color:#fff;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.cand-title-meta{flex:1;min-width:0}.cand-title-meta h4{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;overflow:hidden}.cand-role{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;display:block;overflow:hidden}.stage-badge{letter-spacing:.03em;border-radius:4px;padding:.2rem .45rem;font-size:.65rem;font-weight:700}.stage-badge.stage-new,.tab-stage-pill.stage-new{color:#0369a1;background:#e0f2fe}.stage-badge.stage-shortlisted,.tab-stage-pill.stage-shortlisted{color:#92400e;background:#fef3c7}.stage-badge.stage-interviewing,.tab-stage-pill.stage-interviewing{color:#1d4ed8;background:#dbeafe}.stage-badge.stage-offer,.tab-stage-pill.stage-offer{color:#15803d;background:#dcfce7}.stage-badge.stage-rejected,.tab-stage-pill.stage-rejected{color:#b91c1c;background:#fee2e2}.cand-sub-specs{color:#64748b;border-top:1px dashed #f1f5f9;align-items:center;gap:.75rem;padding-top:.35rem;font-size:.725rem;display:flex}.multi-app-badge{color:#ea580c;background:#fff7ed;border:1px solid #ffedd5;border-radius:4px;padding:.2rem .45rem;font-size:.7rem;font-weight:700}.pipeline-detail-panel{background:#fff;flex-direction:column;height:100%;padding:1.5rem;display:flex;overflow-y:auto}.candidate-full-detail{flex-direction:column;gap:1.25rem;max-width:900px;display:flex}.cand-profile-hero{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding:1.25rem;display:flex}.hero-left{align-items:flex-start;gap:1rem;display:flex}.cand-lg-avatar{color:#fff;background:linear-gradient(135deg,#0284c7,#2563eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.25rem;font-weight:700;display:flex}.hero-title-sub{color:#64748b;margin:.2rem 0 .5rem;font-size:.85rem}.cand-tags-row{flex-wrap:wrap;gap:.35rem;display:flex}.cand-skill-tag{color:#334155;background:#e2e8f0;border-radius:6px;padding:.2rem .5rem;font-size:.725rem;font-weight:600}.hero-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.btn-unlock-company-wide{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;padding:.55rem 1rem;font-size:.825rem;font-weight:700;transition:background .15s}.btn-unlock-company-wide:hover{background:#0284c7}.unlocked-contact-card{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;padding:.5rem .75rem;font-size:.775rem}.unlocked-check{color:#059669;margin-bottom:.25rem;font-weight:700;display:block}.contact-info-row{color:#065f46;gap:.85rem;font-weight:600;display:flex}.btn-dl-resume{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .85rem;font-size:.8rem;font-weight:600}.btn-dl-resume:hover{background:#f1f5f9}.multi-role-switcher-box{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem 1rem}.switcher-header-row{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.switcher-title{letter-spacing:.05em;color:#64748b;font-size:.75rem;font-weight:800}.switcher-badge{color:#475569;background:#f1f5f9;border-radius:9999px;padding:.15rem .5rem;font-size:.7rem;font-weight:700}.role-switcher-tabs{gap:.5rem;display:flex;overflow-x:auto}.role-tab-btn{cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.825rem;display:flex}.role-tab-btn.active{background:#f0fdf4;border-color:#86efac}.tab-stage-pill{border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.stage-controller-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.stage-controller-header h4{color:#0f172a;font-size:.9rem;font-weight:700}.applied-time-text{color:#64748b;font-size:.775rem}.pipeline-stepper{gap:.5rem;margin-top:.75rem;display:flex}.stepper-stage-btn{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:.55rem .5rem;font-family:inherit;transition:all .1s ease-in-out;display:flex}.stepper-stage-btn:hover{background:#f1f5f9;border-color:#94a3b8;transform:translateY(-1px)}.stepper-stage-btn:active{background:#e2e8f0;border-color:#3b82f6;transform:scale(.95)}.stepper-stage-btn .step-num{color:#fff;background:#cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;transition:all .18s;display:flex}.stepper-stage-btn .step-label{color:#475569;letter-spacing:.02em;font-size:.75rem;font-weight:800;transition:color .18s}.stepper-stage-btn.current-stage{transform:translateY(-1px);box-shadow:0 4px 14px #0f172a40;background:#0f172a!important;border-color:#0f172a!important}.stepper-stage-btn.current-stage .step-num{color:#fff!important;background:#3b82f6!important}.stepper-stage-btn.current-stage .step-label{color:#fff!important}.pipeline-chat-container{background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.chat-thread-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem}.chat-thread-header h4{color:#334155;font-size:.85rem;font-weight:700}.pipeline-messages-stream{background:#fdfefe;flex-direction:column;gap:.75rem;max-height:280px;padding:1rem;display:flex;overflow-y:auto}.thread-msg-bubble{border-radius:10px;max-width:80%;padding:.65rem .85rem;font-size:.825rem;position:relative}.thread-msg-bubble strong{margin-bottom:.2rem;font-size:.75rem;display:block}.thread-msg-bubble p{line-height:1.4}.thread-time{color:#94a3b8;text-align:right;margin-top:.25rem;font-size:.65rem;display:block}.thread-msg-bubble.cand-msg{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;align-self:flex-start}.thread-msg-bubble.recruiter-msg{color:#1e3a8a;background:#dbeafe;border:1px solid #bfdbfe;align-self:flex-end}.pipeline-reply-bar{background:#fff;border-top:1px solid #e2e8f0;gap:.5rem;padding:.65rem 1rem;display:flex}.pipeline-reply-bar input{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:.55rem .85rem;font-size:.825rem}.pipeline-reply-bar button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;padding:.55rem 1rem;font-size:.825rem;font-weight:600}.no-candidate-selected{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;display:flex}.manage-posts-container{width:100%;max-width:1200px;height:calc(100vh - 60px);margin:0 auto;padding:1.5rem 2rem;overflow-y:auto}.manage-posts-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.manage-posts-header h2{color:#0f172a;font-size:1.35rem;font-weight:800}.manage-posts-header p{color:#64748b;margin-top:.15rem;font-size:.85rem}.btn-post-new{padding:.6rem 1.25rem;font-weight:700}.jobs-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #00000005}.emp-jobs-table{border-collapse:collapse;text-align:left;width:100%;font-size:.85rem}.emp-jobs-table th{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;font-size:.75rem;font-weight:700}.emp-jobs-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem}.table-dept,.table-loc{color:#64748b;font-size:.75rem;display:block}.applicants-count-badge{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.applicants-count-badge.clickable-badge{cursor:pointer;transition:all .15s}.applicants-count-badge.clickable-badge:hover{background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px)}.btn-table-view-cand{color:#fff;cursor:pointer;background:#0ea5e9;border:1px solid #0284c7;border-radius:6px;padding:.3rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s}.btn-table-view-cand:hover{background:#0284c7}.status-toggle-pill{cursor:pointer;border:none;border-radius:9999px;padding:.3rem .6rem;font-size:.75rem;font-weight:700}.active-pill{color:#166534;background:#dcfce7}.inactive-pill{color:#64748b;background:#f1f5f9}.table-action-btns{gap:.35rem;display:flex}.btn-table-edit{cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:.3rem .6rem;font-size:.75rem;font-weight:600}.btn-table-delete{cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;padding:.3rem .5rem;font-size:.75rem}.job-form-modal{width:90%;max-width:600px}.job-editor-form{flex-direction:column;gap:1rem;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.transactions-container{width:100%;max-width:1200px;height:calc(100vh - 60px);margin:0 auto;padding:1.5rem 2rem;overflow-y:auto}.wallet-overview-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem;display:grid}.wallet-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000005}.wallet-card.total-balance-card{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b)}.wallet-card-title{letter-spacing:.05em;color:#94a3b8;margin-bottom:.5rem;font-size:.725rem;font-weight:800;display:block}.balance-huge{color:#fff;font-size:2.25rem;font-weight:800;line-height:1}.balance-huge .pts-label{color:#38bdf8;font-size:1rem;font-weight:600}.balance-med{color:#0f172a;font-size:1.65rem;font-weight:800}.balance-med .pts-label{color:#64748b;font-size:.85rem;font-weight:600}.wallet-card-sub{color:#64748b;margin-top:.4rem;font-size:.75rem}.total-balance-card .wallet-card-sub{color:#94a3b8}.transactions-ledger-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.ledger-header-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ledger-header-row h3{color:#0f172a;font-size:1.05rem;font-weight:700}.ledger-header-row p{color:#64748b;font-size:.8rem}.ledger-actions-row{gap:.5rem;display:flex}.ledger-filter-select{border:1px solid #cbd5e1;border-radius:8px;padding:.45rem .75rem;font-size:.825rem}.btn-export-csv{font-size:.8rem;font-weight:600}.transactions-table{border-collapse:collapse;width:100%;font-size:.825rem}.transactions-table th{color:#475569;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.65rem .85rem;font-size:.725rem;font-weight:700}.transactions-table td{border-bottom:1px solid #f1f5f9;padding:.75rem .85rem}.tx-type-pill{border-radius:4px;padding:.15rem .4rem;font-size:.65rem;font-weight:700}.tx-consumption{color:#b91c1c;background:#fee2e2}.tx-purchase{color:#15803d;background:#dcfce7}.tx-subscription_allocation{color:#1d4ed8;background:#dbeafe}.amt-pos{color:#16a34a}.amt-neg{color:#dc2626}.company-profile-tab-container{width:100%;max-width:900px;height:calc(100vh - 60px);margin:0 auto;padding:1.5rem 2rem;overflow-y:auto}.profile-deck-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.75rem}.profile-deck-card h2{color:#0f172a;font-size:1.25rem;font-weight:800}.profile-deck-card p{color:#64748b;margin-top:.2rem;margin-bottom:1.5rem;font-size:.85rem}.profile-form-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.full-width{grid-column:span 2}.employer-subscription-container{width:100%;max-width:1000px;height:calc(100vh - 60px);margin:0 auto;padding:1.5rem 2rem;overflow-y:auto}.emp-sub-header{text-align:center;margin-bottom:2rem}.emp-sub-header h2{color:#0f172a;font-size:1.4rem;font-weight:800}.emp-sub-header p{color:#64748b;margin-top:.25rem;font-size:.85rem}.emp-plans-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.emp-plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;padding:1.5rem;display:flex;position:relative}.emp-plan-card.popular-emp-plan{border-color:#0ea5e9;box-shadow:0 4px 20px #0ea5e91f}.popular-badge{color:#fff;background:#0ea5e9;border-radius:9999px;padding:.2rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.emp-plan-card h3{color:#0f172a;font-size:1.1rem;font-weight:700}.plan-price{color:#0f172a;margin:.75rem 0 1rem;font-size:1.85rem;font-weight:800}.plan-price span{color:#64748b;font-size:.85rem;font-weight:500}.emp-plan-card ul{flex-direction:column;flex:1;gap:.6rem;margin-bottom:1.5rem;list-style:none;display:flex}.emp-plan-card ul li{color:#475569;font-size:.825rem}.emp-plan-card button{width:100%}.notification-center-container{align-items:center;display:inline-flex;position:relative}.topbar-notif-bell-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;transition:all .2s;display:flex;position:relative}.topbar-notif-bell-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:scale(1.05)}.topbar-notif-bell-btn.has-unread{border-color:#f43f5e;box-shadow:0 0 10px #f43f5e40}.notif-badge-pill{color:#fff;background:#f43f5e;border:2px solid #fff;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:800;animation:1.5s infinite pulse-badge;display:flex;position:absolute;top:-4px;right:-4px}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.notif-backdrop{z-index:99;position:fixed;inset:0}.notif-dropdown-window{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:380px;animation:.2s ease-out slide-dropdown;position:absolute;top:calc(100% + 12px);right:0;overflow:hidden;box-shadow:0 15px 35px #0f172a26}@keyframes slide-dropdown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notif-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.notif-header-title{align-items:center;gap:.6rem;display:flex}.notif-header-title .header-icon{font-size:1.25rem}.notif-header-title h4{color:#0f172a;margin:0;font-size:.92rem;font-weight:700}.notif-sub-count{color:#64748b;font-size:.72rem}.btn-mark-read{color:#0ea5e9;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;font-weight:600}.btn-mark-read:hover{text-decoration:underline}.notif-list-body{flex-direction:column;max-height:380px;display:flex;overflow-y:auto}.notif-item-card{cursor:pointer;border-bottom:1px solid #f1f5f9;gap:.85rem;padding:.9rem 1.25rem;transition:background .15s;display:flex}.notif-item-card:hover{background:#f8fafc}.notif-item-card.unread-item{background:#f0fdf4}.notif-icon-circle{background:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.unread-item .notif-icon-circle{background:#dcfce7;border-color:#86efac}.notif-content-area{flex:1}.notif-text{color:#1e293b;margin:0 0 .3rem;font-size:.82rem;line-height:1.45}.notif-meta-footer{align-items:center;gap:.5rem;display:flex}.notif-timestamp{color:#94a3b8;font-size:.7rem}.new-tag-indicator{color:#fff;background:#10b981;border-radius:4px;padding:.1rem .35rem;font-size:.6rem;font-weight:800}.empty-notifs{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;display:flex}.empty-bell-icon{color:#cbd5e1;font-size:2.2rem}.empty-notifs p{color:#334155;margin:0;font-weight:700}.empty-notifs span{color:#94a3b8;font-size:.75rem;line-height:1.4}.live-notif-toast{z-index:1000;background:#fff;border:1px solid #86efac;border-radius:12px;align-items:center;gap:.85rem;max-width:360px;padding:.85rem 1.25rem;animation:.3s cubic-bezier(.16,1,.3,1) slide-toast;display:flex;position:fixed;top:75px;right:25px;box-shadow:0 10px 25px #00000026}@keyframes slide-toast{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.toast-icon-box{font-size:1.5rem}.toast-body strong{color:#166534;font-size:.85rem;display:block}.toast-body p{color:#334155;margin:.15rem 0 0;font-size:.78rem}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem}.settings-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group-full{flex-direction:column;grid-column:1/-1;gap:.35rem;display:flex}.form-group-half{flex-direction:column;gap:.35rem;display:flex}.form-field-label{color:#1e293b;font-size:.82rem;font-weight:700}.field-subtext{color:#64748b;font-size:.72rem}.form-textarea{color:#0f172a;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-family:inherit;font-size:.85rem}.form-textarea:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91f}.save-success-msg{color:#16a34a;margin-right:auto;font-size:.85rem;font-weight:700}.save-error-msg{color:#dc2626;margin-right:auto;font-size:.85rem;font-weight:700}.mobile-back-to-list-btn,.mobile-info-toggle-btn,.mobile-close-info-btn,.mobile-pipeline-back-btn{display:none}@media (width<=1024px){.whatsapp-main-layout{grid-template-columns:320px 1fr 300px}.pipeline-workspace-layout{grid-template-columns:320px 1fr}.route-map-steps-row{gap:.5rem}.route-step-meta .step-name{font-size:.75rem}}@media (width<=768px){html,body,#root,.candidate-portal-container,.employer-portal-container{box-sizing:border-box!important;width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.whatsapp-topbar,.employer-topbar{z-index:100!important;box-sizing:border-box!important;background:#fff!important;border-bottom:1px solid #e2e8f0!important;grid-template:"left spacer right""nav nav nav"/auto 1fr auto!important;gap:.4rem .5rem!important;width:100%!important;height:auto!important;padding:.5rem .75rem!important;display:grid!important;position:sticky!important;top:0!important}.whatsapp-topbar .topbar-left,.employer-topbar .topbar-left{grid-area:left;align-items:center;display:flex}.whatsapp-topbar .topbar-right,.employer-topbar .topbar-right{grid-area:right;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.topbar-center-nav,.employer-nav-links{grid-area:nav;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;align-items:center!important;gap:.35rem!important;width:100%!important;max-width:100%!important;padding:.15rem 0 .35rem!important;display:flex!important;overflow:auto hidden!important}.topbar-center-nav::-webkit-scrollbar{display:none!important}.employer-nav-links::-webkit-scrollbar{display:none!important}.portal-nav-link,.emp-nav-btn{color:#475569!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:9999px!important;flex-shrink:0!important;padding:.35rem .65rem!important;font-size:.75rem!important}.portal-nav-link.active,.emp-nav-btn.active{color:#fff!important;background:#0f172a!important;border-color:#0f172a!important}.brand-logo-badge,.employer-brand-box{gap:.35rem}.brand-name{font-size:.95rem!important}.brand-badge-tag,.brand-role-badge{padding:.1rem .35rem!important;font-size:.6rem!important}.wallet-credits-pill,.emp-wallet-pill{padding:.25rem .5rem!important;font-size:.7rem!important}.credit-val{font-size:.72rem!important}.credit-plan-tag{padding:.05rem .3rem!important;font-size:.58rem!important}.user-profile-circle-btn{width:32px!important;height:32px!important;font-size:.75rem!important}.topbar-notif-bell-btn{width:32px!important;height:32px!important;font-size:.95rem!important}.notif-badge-pill{min-width:15px!important;height:15px!important;font-size:.58rem!important;top:-3px!important;right:-3px!important}.whatsapp-main-layout{display:block;position:relative;overflow:hidden;box-sizing:border-box!important;width:100%!important;max-width:100vw!important;height:calc(100dvh - 90px)!important}.chat-left-sidebar,.chat-center-panel,.chat-right-sidebar{z-index:1;background:#fff;position:absolute;inset:0;box-sizing:border-box!important;width:100%!important;height:100%!important;display:none!important}.conversations-scroll-list{padding-bottom:2rem!important;overflow:hidden auto!important}.conversation-card{box-sizing:border-box!important;width:100%!important;max-width:100%!important}.card-info-col{flex:1!important;min-width:0!important;overflow:hidden!important}.card-top-header{justify-content:space-between!important;width:100%!important;display:flex!important}.card-company-name,.card-role-title,.last-message-snippet{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.whatsapp-main-layout.mobile-view-list .chat-left-sidebar,.whatsapp-main-layout.mobile-view-chat .chat-center-panel{z-index:10;flex-direction:column;display:flex!important}.whatsapp-main-layout.mobile-view-details .chat-right-sidebar{z-index:15;overflow-y:auto;display:block!important}.mobile-back-to-list-btn{color:#0f172a;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:.5rem;font-size:1.1rem;font-weight:800;display:inline-flex}.mobile-info-toggle-btn{color:#fff;cursor:pointer;background:#0284c7;border:none;border-radius:9999px;align-items:center;gap:.25rem;padding:.35rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.mobile-sidebar-close-row{background:#f8fafc;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;padding:.75rem 1rem}.mobile-close-info-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.candidate-route-map-card{padding:.75rem}.route-map-header{flex-direction:column;align-items:flex-start;gap:.4rem}.route-status-pill{align-self:flex-start}.route-map-steps-row{-webkit-overflow-scrolling:touch;justify-content:flex-start;padding-bottom:.4rem;overflow-x:auto}.route-step-item{flex-shrink:0;min-width:90px}.route-step-line{min-width:20px}.center-chat-composer{padding:.6rem .75rem}.chat-compose-input{padding:.6rem .75rem;font-size:.85rem}.chat-send-btn{padding:.6rem .9rem;font-size:.85rem}.pipeline-workspace-layout{height:calc(100vh - 105px);display:block;position:relative;overflow:hidden}.pipeline-candidates-sidebar,.pipeline-detail-panel{z-index:1;background:#fff;position:absolute;inset:0;width:100%!important;height:100%!important;display:none!important}.pipeline-workspace-layout.mobile-view-list .pipeline-candidates-sidebar{z-index:10;flex-direction:column;display:flex!important}.pipeline-workspace-layout.mobile-view-detail .pipeline-detail-panel{z-index:10;overflow-y:auto;display:block!important}.mobile-pipeline-back-row{background:#f8fafc;border-bottom:1px solid #e2e8f0;margin-bottom:.75rem;padding:.75rem 1rem}.mobile-pipeline-back-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.pipeline-filter-chips{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.35rem;overflow-x:auto}.stage-chip{flex-shrink:0}.cand-profile-hero{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.hero-right-contact{align-items:flex-start;width:100%}.pipeline-stage-controller{-webkit-overflow-scrolling:touch;padding:.75rem;overflow-x:auto}.stage-stepper-row{flex-wrap:nowrap;overflow-x:auto}.stage-node-btn{flex-shrink:0;min-width:95px}.modal-overlay{align-items:flex-end;padding:.5rem}.modal-content,.modal-container,.subscription-modal-box,.settings-modal-box,.profile-super-modal,.eligibility-modal-box{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important;width:100%!important;max-width:100%!important;max-height:94vh!important;margin:0!important}.settings-form-grid,.form-grid-two-col{grid-template-columns:1fr!important;gap:.85rem!important}.plans-grid,.packages-grid{grid-template-columns:1fr!important;gap:1rem!important}.settings-modal-box .settings-tab-nav{-webkit-overflow-scrolling:touch;padding:.5rem .75rem;overflow-x:auto}.settings-modal-box .settings-tab-nav .tab-btn{flex-shrink:0;padding:.4rem .75rem;font-size:.78rem}.notif-dropdown-window{width:calc(100vw - 20px)!important;max-height:80vh!important;position:fixed!important;top:60px!important;left:10px!important;right:10px!important}.live-notif-toast{max-width:calc(100vw - 20px);top:65px;left:10px;right:10px}.auth-card-container,.login-box-card{width:95%!important;margin:1rem auto!important;padding:1.5rem 1.25rem!important}}@media (width<=480px){.whatsapp-large-title,.sidebar-large-title{font-size:1.35rem}.conversation-card{padding:.75rem}.card-avatar-col .company-circle-avatar{width:42px;height:42px;font-size:.95rem}.card-meta-chips-row{flex-wrap:wrap}.chat-bubble-container{max-width:88%}.interview-action-banner{text-align:center;flex-direction:column;align-items:stretch;gap:.75rem}.btn-join-live-room{justify-content:center;width:100%}}.journey-chat-inline-overlay{z-index:45;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#0f172a0f;justify-content:center;align-items:center;padding:1rem;animation:.18s ease-out fadeIn;display:flex;position:absolute;inset:0}.journey-chat-popup-card{background:#fff;border:1px solid #cbd5e1;border-radius:16px;flex-direction:column;width:96%;max-width:680px;max-height:calc(100% - 1.5rem);animation:.22s cubic-bezier(.16,1,.3,1) popupZoomIn;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #0f172a2e,0 3px 12px #00000014}@keyframes popupZoomIn{0%{opacity:0;transform:scale(.96)translateY(6px)}to{opacity:1;transform:scale(1)translateY(0)}}.in-card-status-banner{color:#0f172a;background:#fff;border:1px solid #ffffffe6;border-radius:12px;margin:.85rem 0 .95rem;padding:.85rem 1.05rem;box-shadow:0 4px 16px #0000001f}.in-card-status-top-row{justify-content:space-between;align-items:center;margin-bottom:.65rem;display:flex}.in-card-status-badge{color:#0f172a;letter-spacing:-.01em;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;display:inline-flex}.in-card-status-dot{background-color:#10b981;border-radius:50%;width:9px;height:9px}.in-card-status-dot.interviewing{background-color:#ec4899;animation:1.5s infinite pulse;box-shadow:0 0 0 3px #ec489940}.in-card-status-dot.shortlisted{background-color:#f59e0b}.in-card-match-pill{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:9999px;padding:.18rem .55rem;font-size:.72rem;font-weight:800}.in-card-mini-stepper{justify-content:space-between;align-items:center;margin:.65rem 0 .75rem;padding:0 .25rem;display:flex;position:relative}.in-card-step-item{z-index:2;flex-direction:column;align-items:center;gap:.25rem;display:flex}.in-card-step-circle{color:#94a3b8;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 1px 3px #0000000d}.in-card-step-item.completed .in-card-step-circle{color:#fff;background:#10b981;border-color:#059669}.in-card-step-item.active .in-card-step-circle{color:#fff;background:#0284c7;border-color:#bae6fd;box-shadow:0 0 0 3px #0284c740}.in-card-step-item.active-interview .in-card-step-circle{color:#fff;background:#be185d;border-color:#fbcfe8;box-shadow:0 0 0 3px #be185d47}.in-card-step-label{color:#64748b;font-size:.7rem;font-weight:700}.in-card-step-item.completed .in-card-step-label,.in-card-step-item.active .in-card-step-label{color:#0f172a}.in-card-stepper-line{background:#e2e8f0;border-radius:2px;flex:1;height:2.5px;margin:0 .35rem 1.15rem}.in-card-stepper-line.active{background:#10b981}.in-card-actions-row{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.35rem;padding-top:.55rem;display:flex}.in-card-view-journey-btn{color:#1e293b;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700;transition:all .15s;display:inline-flex}.in-card-view-journey-btn:hover{color:#0f172a;background:#e2e8f0;border-color:#94a3b8}.in-card-join-interview-btn{color:#fff;cursor:pointer;background:#be185d;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;transition:all .15s;display:inline-flex;box-shadow:0 2px 6px #be185d4d}.in-card-join-interview-btn:hover{background:#9d174d}.journey-modal-header{background:#fff;border-bottom:1px solid #edf2f7;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem;display:flex}.journey-modal-title-group{align-items:center;gap:.85rem;display:flex}.journey-modal-icon{font-size:1.85rem}.journey-modal-heading{color:#0f172a;letter-spacing:-.01em;margin:0 0 .15rem;font-size:1.15rem;font-weight:800}.journey-modal-sub{color:#64748b;margin:0;font-size:.85rem}.journey-modal-header-actions{align-items:center;gap:.85rem;display:flex}.journey-modal-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.journey-modal-close-btn:hover{color:#0f172a;background:#e2e8f0}.journey-modal-body{flex-direction:column;gap:1.4rem;padding:1.5rem 1.75rem;display:flex;overflow-y:auto}.journey-stepper-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.5rem}.journey-stepper-title{color:#334155;text-transform:uppercase;letter-spacing:.04em;justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:.85rem;font-weight:700;display:flex}.journey-live-badge{color:#16a34a;align-items:center;gap:.35rem;font-size:.8rem;font-weight:800;display:flex}.modal-live-bar{background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding:.9rem 1.25rem;display:flex}.journey-details-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.journey-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.25rem;padding:.9rem 1.1rem;display:flex;box-shadow:0 2px 6px #00000005}.detail-card-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.detail-card-val{color:#0f172a;font-size:.95rem;font-weight:700}.detail-card-sub{color:#64748b;font-size:.75rem}.journey-timeline-box{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.25rem 1.5rem}.timeline-heading{color:#0f172a;margin:0 0 1rem;font-size:.95rem;font-weight:700}.timeline-items-list{flex-direction:column;gap:1.15rem;display:flex}.timeline-item{gap:.85rem;display:flex;position:relative}.timeline-bullet{background:#0284c7;border:3px solid #e0f2fe;border-radius:50%;flex-shrink:0;width:22px;height:22px;margin-top:2px}.timeline-bullet.past-bullet{color:#fff;background:#10b981;border:2px solid #d1fae5;justify-content:center;align-items:center;font-size:.75rem;font-weight:800;display:flex}.timeline-content{flex:1}.timeline-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.timeline-row strong{color:#1e293b;font-size:.88rem}.timeline-date{color:#94a3b8;font-size:.75rem}.timeline-content p{color:#64748b;margin:0;font-size:.82rem;line-height:1.45}.journey-modal-footer{background:#f8fafc;border-top:1px solid #edf2f7;justify-content:flex-end;padding:1rem 1.75rem;display:flex}.journey-footer-close-btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:9px;padding:.55rem 1.4rem;font-size:.88rem;font-weight:600;transition:background .2s}.journey-footer-close-btn:hover{background:#1e293b}.journey-status-trigger-btn{cursor:pointer;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;align-items:center;gap:.5rem;padding:.42rem .85rem;font-family:inherit;transition:all .2s;display:inline-flex}.journey-status-trigger-btn:hover{background:#dcfce7;border-color:#86efac;transform:translateY(-1px);box-shadow:0 3px 8px #16a34a26}.journey-btn-icon{font-size:1.05rem}.journey-btn-text{color:#166534;font-size:.82rem;font-weight:700}.journey-status-micro-pill{text-transform:uppercase;letter-spacing:.02em;border-radius:9999px;padding:.15rem .5rem;font-size:.72rem;font-weight:800}.journey-status-micro-pill.status-applied{color:#1e40af;background:#dbeafe}.journey-status-micro-pill.status-shortlisted,.journey-status-micro-pill.status-screening{color:#92400e;background:#fef3c7}.journey-status-micro-pill.status-interviewing,.journey-status-micro-pill.status-interview{color:#9d174d;background:#fdf2f8;border:1px solid #fbcfe8}.journey-status-micro-pill.status-offer,.journey-status-micro-pill.status-offered{color:#15803d;background:#dcfce7}.unread-count-pill-badge{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.72rem;font-weight:800;animation:2s infinite pulse-badge;display:inline-flex;box-shadow:0 2px 6px #ef444466}.unread-active-pulse-dot{background-color:#ef4444;border-radius:50%;width:9px;height:9px;margin-left:4px;display:inline-block;box-shadow:0 0 0 2px #ef44444d}.card-journey-badge-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.25rem;padding:.18rem .55rem;font-size:.7rem;font-weight:600;transition:all .15s;display:inline-flex}.card-journey-badge-btn:hover{color:#0f172a;background:#e2e8f0}.chat-scroll-bottom-pill{color:#fff;cursor:pointer;z-index:10;background:#0f172a;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.78rem;font-weight:700;transition:all .2s;animation:.25s fadeInUp;display:flex;position:absolute;bottom:80px;right:25px;box-shadow:0 4px 14px #0000002e}.chat-scroll-bottom-pill:hover{background:#1e293b;transform:translateY(-2px)}.chat-stream-filter-bar{z-index:8;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1.25rem;display:flex}.chat-filter-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:20px;align-items:center;gap:.4rem;padding:.32rem .85rem;font-size:.78rem;font-weight:700;transition:all .18s;display:inline-flex}.chat-filter-count-badge{color:#334155;background:#e2e8f0;border-radius:9999px;padding:.1rem .42rem;font-size:.68rem;font-weight:800}.chat-filter-tab-btn.active .chat-filter-count-badge{color:#fff;background:#0f172a}.multiple-posts-alert-pill{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.btn-chat-apply-job{color:#047857;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.45rem .95rem;font-size:.78rem;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:0 2px 8px #00000026}.btn-chat-apply-job:hover{background:#f0fdf4;transform:translateY(-1px)}@media (width<=768px){.journey-details-grid{grid-template-columns:repeat(2,1fr)}}.admin-portal-container{color:#f8fafc;width:100%;min-height:100vh;font-family:var(--font-family);-webkit-overflow-scrolling:touch;background-color:#030712;flex-direction:column;display:flex;overflow:hidden auto}.admin-topbar{color:#fff;z-index:100;background:#070d1a;border-bottom:1px solid #111c35;justify-content:space-between;align-items:center;gap:1rem;min-height:68px;padding:0 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 4px 20px -2px #00000080}.topbar-left{flex-shrink:0;align-items:center;gap:1rem;display:flex}.admin-brand-badge{-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex}.admin-brand-badge .shield-icon{filter:drop-shadow(0 2px 4px #10b98166);font-size:1.35rem}.admin-brand-badge .brand-name{letter-spacing:-.02em;color:#fff;font-size:1.15rem;font-weight:800}.admin-badge-label{letter-spacing:.08em;color:#10b981;text-transform:uppercase;background:#10b9811f;border:1px solid #10b9814d;border-radius:4px;padding:2px 7px;font-size:.65rem;font-weight:700}.admin-nav-tabs{scrollbar-width:none;-ms-overflow-style:none;align-items:center;gap:.35rem;padding:.25rem 0;display:flex;overflow-x:auto}.admin-nav-tabs::-webkit-scrollbar{display:none}.admin-tab-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.admin-tab-btn:hover{color:#fff;background:#ffffff0d}.admin-tab-btn.active{color:#10b981;background:#10b9811a;border-color:#10b9814d;box-shadow:0 2px 10px #10b98126}.topbar-right{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.btn-admin-sync{color:#34d399;cursor:pointer;white-space:nowrap;background:#10b9811f;border:1px solid #10b9814d;border-radius:8px;align-items:center;gap:.4rem;padding:.42rem .85rem;font-size:.82rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-admin-sync:hover{color:#030712;background:#10b981;border-color:#10b981;box-shadow:0 2px 10px #10b9814d}.btn-admin-logout{color:#f87171;cursor:pointer;white-space:nowrap;background:#ef44441f;border:1px solid #ef444440;border-radius:8px;padding:.42rem .9rem;font-size:.82rem;font-weight:600;transition:all .2s}.btn-admin-logout:hover{color:#fff;background:#dc2626;border-color:#dc2626;box-shadow:0 2px 8px #dc26264d}.btn-admin-mobile-menu{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;display:none}.admin-mobile-drawer{z-index:99;background:#070d1a;border-bottom:2px solid #10b981;flex-direction:column;gap:.75rem;padding:1rem 1.25rem 1.5rem;animation:.2s ease-out slideDownMenu;display:flex;position:relative;box-shadow:0 10px 25px -5px #00000080}@keyframes slideDownMenu{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-drawer-header{border-bottom:1px solid #111c35;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.mobile-drawer-items{flex-direction:column;gap:.4rem;display:flex}.mobile-drawer-btn{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;transition:all .15s;display:flex}.mobile-drawer-btn:hover{color:#fff;background:#ffffff0f}.mobile-drawer-btn.active{color:#34d399;background:#10b98126;border-color:#10b9814d}.drawer-btn-icon{font-size:1.15rem}.drawer-btn-text{flex:1}.drawer-active-dot{color:#34d399;font-size:.9rem}.mobile-drawer-footer{border-top:1px solid #111c35;margin-top:.5rem;padding-top:.75rem}.btn-mobile-logout{color:#f87171;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.9rem;font-weight:700;display:flex}.admin-tab-content{flex:1;width:100%;max-width:1440px;margin:0 auto;padding:2rem 2.5rem;animation:.25s ease-out fadeInAdminTab}@keyframes fadeInAdminTab{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.admin-view-header{margin-bottom:2rem}.admin-view-header h2{letter-spacing:-.03em;color:#fff;margin:0 0 .35rem;font-size:1.65rem;font-weight:800}.admin-view-header p{color:#94a3b8;margin:0;font-size:.92rem}.admin-hero-banner{background:#081020;border:1px solid #13223f;border-radius:20px;margin-bottom:2.25rem;padding:2rem 2.25rem;box-shadow:0 10px 30px #0006}.hero-banner-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.hero-badge{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:9999px;align-items:center;gap:.4rem;margin-bottom:.85rem;padding:.3rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.hero-title{letter-spacing:-.03em;color:#fff;margin:0 0 .5rem;font-size:2.2rem;font-weight:800}.hero-subtitle{color:#94a3b8;max-width:680px;margin:0;font-size:.92rem;line-height:1.5}.hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.btn-sync-platform{color:#cbd5e1;cursor:pointer;background:#ffffff0d;border:1px solid #1e293b;border-radius:9999px;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-sync-platform:hover{color:#fff;background:#ffffff1a;border-color:#334155}.btn-monetization-center{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:9999px;align-items:center;gap:.4rem;padding:.65rem 1.35rem;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #05966959}.btn-monetization-center:hover{background:#10b981;transform:translateY(-1px)}.hero-stats-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;display:grid}.hero-stat-card{cursor:pointer;background:#050b16;border:1px solid #13223f;border-radius:12px;flex-direction:column;justify-content:space-between;padding:1.15rem 1.25rem;transition:all .2s;display:flex}.hero-stat-card:hover{border-color:#10b981;transform:translateY(-2px);box-shadow:0 4px 12px #10b98126}.stat-label{color:#64748b;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.stat-number{color:#fff;margin-bottom:.4rem;font-size:1.85rem;font-weight:800;line-height:1.1}.stat-action{color:#10b981;font-size:.75rem;font-weight:700}.stat-sub{color:#475569;font-size:.72rem}.admin-modules-section{margin-top:1rem}.section-intro h3{color:#fff;margin:0 0 .3rem;font-size:1.25rem;font-weight:700}.section-intro p{color:#64748b;margin:0 0 1.5rem;font-size:.85rem}.admin-modules-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.admin-module-card{cursor:pointer;background:#081020;border:1px solid #13223f;border-radius:16px;flex-direction:column;justify-content:space-between;padding:1.6rem;transition:all .2s;display:flex}.admin-module-card:hover{border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 10px 25px -5px #00000080}.module-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.module-icon-box{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.module-icon-box.teal-icon{color:#34d399;background:#10b9811f;border:1px solid #10b98140}.module-icon-box.blue-icon{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f640}.module-icon-box.gold-icon{color:#fbbf24;background:#f59e0b1f;border:1px solid #f59e0b40}.module-badge{border-radius:9999px;padding:.25rem .65rem;font-size:.72rem;font-weight:700}.module-badge.teal-badge{color:#34d399;background:#10b98126}.module-badge.blue-badge{color:#60a5fa;background:#3b82f626}.module-badge.gold-badge{color:#fbbf24;background:#f59e0b26}.admin-module-card h4{color:#fff;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.admin-module-card p{color:#94a3b8;margin:0 0 1.25rem;font-size:.83rem;line-height:1.45}.module-link{font-size:.82rem;font-weight:700}.module-link.teal-link{color:#34d399}.module-link.blue-link{color:#60a5fa}.module-link.gold-link{color:#fbbf24}.admin-table-card{-webkit-overflow-scrolling:touch;background:#081020;border:1px solid #13223f;border-radius:16px;overflow-x:auto;box-shadow:0 4px 20px #0000004d}.admin-data-table{border-collapse:collapse;text-align:left;width:100%;min-width:680px;font-size:.88rem}.admin-data-table thead{background-color:#050b16;border-bottom:1px solid #13223f}.admin-data-table th{letter-spacing:.06em;color:#64748b;text-transform:uppercase;padding:1rem 1.25rem;font-size:.72rem;font-weight:700}.admin-data-table td{vertical-align:middle;color:#cbd5e1;border-bottom:1px solid #0f1c33;padding:1rem 1.25rem}.admin-data-table tbody tr:hover{background-color:#ffffff05}.admin-data-table tbody tr:last-child td{border-bottom:none}.table-sub{color:#64748b;margin-top:2px;font-size:.78rem}.badge-pill{border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.badge-pill.pill-met{color:#34d399;background:#10b98126}.badge-pill.pill-unmet{color:#f87171;background:#ef444426}.status-toggle-pill{cursor:pointer;border:none;border-radius:9999px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;transition:all .15s}.status-toggle-pill.active-pill{color:#34d399;background:#10b98126}.status-toggle-pill.inactive-pill{color:#f87171;background:#ef444426}.admin-tier-select{color:#e2e8f0;cursor:pointer;background-color:#050b16;border:1px solid #1e293b;border-radius:8px;outline:none;padding:.4rem .7rem;font-size:.82rem;font-weight:600;transition:border-color .15s}.admin-tier-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.emp-plan-tag{letter-spacing:.05em;color:#60a5fa;background:#3b82f626;border:1px solid #3b82f64d;border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:800;display:inline-block}.admin-card{color:#cbd5e1!important;background:#081020!important;border:1px solid #13223f!important;border-radius:16px!important;padding:1.5rem!important;box-shadow:0 4px 20px #0000004d!important}.admin-card h3,.admin-card h4{color:#fff!important}.admin-card input,.admin-card select,.admin-card textarea{color:#fff!important;background:#050b16!important;border-color:#1e293b!important}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container,.modal-content{color:#f8fafc;background:#081020;border:1px solid #1e293b;border-radius:16px;width:100%;max-width:540px;max-height:90vh;animation:.2s cubic-bezier(.16,1,.3,1) modalPopIn;overflow-y:auto;box-shadow:0 25px 50px -12px #000c}.modal-header{border-bottom:1px solid #13223f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h3{letter-spacing:-.02em;color:#fff;margin:0;font-size:1.2rem;font-weight:800}.modal-close-btn,.close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.2rem;line-height:1;transition:color .15s}.modal-close-btn:hover,.close-btn:hover{color:#fff}.modal-form,.admin-adjust-form{flex-direction:column;gap:1.15rem;padding:1.5rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#cbd5e1;font-size:.82rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#fff;background-color:#050b16;border:1px solid #1e293b;border-radius:8px;outline:none;padding:.65rem .85rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98126}.modal-footer{background-color:#050b16;border-top:1px solid #13223f;border-radius:0 0 16px 16px;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.global-toast-container{z-index:99999;position:fixed;bottom:2rem;right:2rem}.global-action-toast{color:#fff;background:#081020;border:1px solid #1e293b;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.9rem;font-weight:600;animation:.25s cubic-bezier(.16,1,.3,1) slideUpToast;display:flex;box-shadow:0 10px 25px -5px #00000080}@keyframes slideUpToast{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.toggle-switch{accent-color:#10b981;cursor:pointer;width:40px;height:22px}.btn-candidate-mobile-menu{color:#1e293b;cursor:pointer;background:#0000000d;border:1px solid #0000001f;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;transition:all .15s;display:none}.btn-candidate-mobile-menu:hover{background:#00000014}.candidate-mobile-drawer{z-index:9999;background:#fff;border-bottom:2px solid #10b981;flex-direction:column;gap:.85rem;max-height:calc(100vh - 52px);padding:1.25rem;animation:.22s cubic-bezier(.16,1,.3,1) slideDownCandidateDrawer;display:flex;position:fixed;top:52px;left:0;right:0;overflow-y:auto;box-shadow:0 15px 30px #0003}@keyframes slideDownCandidateDrawer{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.mobile-drawer-profile-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.85rem;padding:.75rem;display:flex}.candidate-drawer-nav-list{flex-direction:column;gap:.4rem;display:flex}.candidate-drawer-link{color:#334155;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.92rem;font-weight:600;transition:all .15s;display:flex}.candidate-drawer-link:hover{color:#0f172a;background:#f1f5f9}.candidate-drawer-link.active{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.candidate-drawer-footer{border-top:1px solid #f1f5f9;margin-top:.5rem;padding-top:.75rem}.candidate-mobile-bottom-tabs{z-index:1000;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-around;align-items:center;height:54px;padding:.35rem 1rem;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.mobile-bottom-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;padding:.25rem 1rem;font-size:.72rem;font-weight:600;transition:all .15s;display:flex;position:relative}.mobile-bottom-tab-btn.active{color:#059669;background:0 0;font-weight:700}.mobile-bottom-tab-btn.active:before{content:"";background:#059669;border-radius:9999px;width:24px;height:3px;position:absolute;top:-6px}.bottom-tab-icon{font-size:1.15rem;line-height:1}.bottom-tab-dot{background:#ef4444;border-radius:50%;width:6px;height:6px;position:absolute;top:2px;right:18px}.chat-stream-filter-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem 1rem;display:flex;overflow-x:auto}.chat-stream-filter-bar::-webkit-scrollbar{display:none}.chat-filter-tab-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.76rem;font-weight:600;transition:all .15s;display:inline-flex}.chat-filter-tab-btn:hover{color:#0f172a;background:#e2e8f0}.chat-filter-tab-btn.active{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 2px 4px #0000001a}.show-only-mobile{display:none}@media (width<=768px){.show-only-mobile{display:inline-flex!important}}.btn-employer-mobile-menu{color:#1e293b;cursor:pointer;background:#0000000d;border:1px solid #0000001f;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.25rem;display:none}.employer-mobile-drawer{z-index:9999;background:#fff;border-bottom:2px solid #0284c7;flex-direction:column;gap:.85rem;max-height:calc(100vh - 60px);padding:1.25rem;animation:.22s cubic-bezier(.16,1,.3,1) slideDownEmployerDrawer;display:flex;position:fixed;top:60px;left:0;right:0;overflow-y:auto;box-shadow:0 15px 30px #0003}@keyframes slideDownEmployerDrawer{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.employer-drawer-items{flex-direction:column;gap:.4rem;display:flex}.employer-drawer-btn{color:#334155;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.92rem;font-weight:600;transition:all .15s;display:flex}.employer-drawer-btn:hover{color:#0f172a;background:#f1f5f9}.employer-drawer-btn.active{color:#0284c7;background:#f0f9ff;border-color:#bae6fd}.employer-drawer-footer{border-top:1px solid #f1f5f9;margin-top:.5rem;padding-top:.75rem}.btn-mobile-logout{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;width:100%;padding:.75rem;font-size:.88rem;font-weight:700;transition:all .15s}.btn-mobile-logout:hover{background:#fecaca}.hide-on-mobile{display:inline-flex}@media (width<=768px){.hide-on-mobile{display:none!important}}.journey-status-trigger-btn{color:#0f172a;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.35rem;max-width:fit-content;padding:.35rem .65rem;font-size:.76rem;font-weight:700;transition:all .15s;display:inline-flex}.journey-status-trigger-btn:hover{background:#f8fafc;border-color:#cbd5e1}@media (width<=1024px){.topbar-center-nav,.employer-nav-links,.admin-nav-tabs{display:none!important}.btn-candidate-mobile-menu,.btn-employer-mobile-menu,.btn-admin-mobile-menu{display:flex!important}.whatsapp-portal-wrapper{height:100dvh!important}.whatsapp-main-layout{flex-direction:column!important;flex:1!important;height:auto!important;min-height:0!important;margin-bottom:54px!important;display:flex!important;overflow:hidden!important}.candidate-mobile-bottom-tabs{display:flex!important}.mobile-view-list .chat-left-sidebar{flex:1!important;width:100%!important;display:flex!important}.mobile-view-list .chat-center-panel,.mobile-view-list .chat-right-sidebar{display:none!important}.mobile-view-chat .chat-center-panel{flex:1!important;width:100%!important;min-height:0!important;display:flex!important}.mobile-view-chat .chat-left-sidebar,.mobile-view-chat .chat-right-sidebar{display:none!important}.mobile-view-details .chat-right-sidebar{flex:1!important;width:100%!important;display:flex!important}.mobile-view-details .chat-left-sidebar,.mobile-view-details .chat-center-panel{display:none!important}.mobile-back-to-list-btn{display:inline-flex!important}.mobile-info-toggle-btn{display:none!important}.center-chat-header{background:#fff!important;border-bottom:1px solid #e2e8f0!important;justify-content:space-between!important;align-items:center!important;gap:.5rem!important;height:auto!important;min-height:56px!important;padding:.5rem .85rem!important;display:flex!important}.chat-header-company-info{flex:1!important;align-items:center!important;gap:.65rem!important;min-width:0!important;display:flex!important}.header-meta-group{flex-direction:column!important;min-width:0!important;display:flex!important;overflow:hidden!important}.center-company-title{color:#0f172a!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:.92rem!important;font-weight:700!important;overflow:hidden!important}.center-role-subtitle{color:#64748b!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.72rem!important;overflow:hidden!important}.chat-header-actions-group{flex-shrink:0!important;align-items:center!important;gap:.35rem!important;display:flex!important}.in-chat-job-card{box-sizing:border-box!important;border-radius:12px!important;width:100%!important;max-width:100%!important;margin:.5rem 0!important;padding:.9rem!important;overflow:hidden!important}.job-card-top-bar{box-sizing:border-box!important;flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:.4rem!important;width:100%!important;display:flex!important}.job-spec-grid-4{box-sizing:border-box!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:.45rem!important;width:100%!important}.spec-tile{box-sizing:border-box!important;gap:.45rem!important;min-width:0!important;padding:.45rem .6rem!important;overflow:hidden!important}.spec-tile-icon{flex-shrink:0!important;font-size:1rem!important}.spec-tile-content{flex:1!important;min-width:0!important;overflow:hidden!important}.spec-tile-label{letter-spacing:.02em!important;font-size:.58rem!important}.spec-tile-value{white-space:nowrap!important;text-overflow:ellipsis!important;font-size:.75rem!important;overflow:hidden!important}.job-card-title{word-break:break-word!important;font-size:1.15rem!important}.center-chat-stream{flex:1!important;min-height:0!important;padding:.75rem .75rem 1rem!important}.center-chat-input-bar{background:#f0f2f5!important;border-top:1px solid #e2e8f0!important;flex-shrink:0!important;gap:.45rem!important;padding:.5rem .75rem!important}.employer-pipeline-grid{grid-template-columns:1fr!important;height:auto!important}}@media (width<=640px){.whatsapp-topbar,.employer-topbar,.admin-topbar{min-height:50px!important;padding:.45rem .75rem!important}.brand-badge-tag,.brand-role-badge,.admin-brand-badge .admin-badge-label,.wallet-credits-pill .credit-plan-tag{display:none!important}.modal-content,.profile-super-modal,.settings-modal-box,.live-interview-modal-content{width:96%!important;max-height:92vh!important;margin:.5rem!important;padding:0!important}.form-grid,.settings-form-grid{grid-template-columns:1fr!important}}@media (width<=520px){.job-spec-grid-4{grid-template-columns:1fr!important;gap:.45rem!important}.spec-tile{padding:.55rem .75rem!important}.spec-tile-value{font-size:.8rem!important}}
