:root{--ris-navy-primary:#061121;--ris-navy-surface:#0b1a30;--ris-navy-card:#112340;--ris-navy-border:#1e3a5f;--ris-gold-accent:#d97706;--ris-gold-bright:#f59e0b;--ris-gold-subtle:#d977061f;--ris-blue-accent:#0284c7;--ris-emerald:#059669;--ris-rose:#dc2626;--ris-red:#c62828;--ris-red-hover:#b71c1c;--bg-primary:#f8fafc;--bg-surface:#fff;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#e2e8f0;--border-sharp:#cbd5e1;--input-bg:#fff;--input-focus-ring:#0284c740;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 3px #0611210d;--shadow-md:0 4px 14px -2px #06112114;--shadow-lg:0 20px 30px -10px #0611211f;--transition-fast:.2s cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}img,svg{shape-rendering:geometricprecision;text-rendering:geometricprecision}button{cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;font-family:inherit}.app-header{background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm);text-align:center;flex-direction:column;align-items:center;padding:1.5rem 2rem;display:flex}.header-logo{object-fit:contain;max-width:300px;max-height:120px;margin-bottom:1.5rem}.header-title{color:var(--brand-primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.header-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.main-container{background-color:var(--bg-surface);border:1px solid #e2e8f0;border-radius:16px;max-width:1120px;min-height:400px;margin:2rem auto;padding:2.25rem 2.75rem;transition:all .3s;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000005}.form-group{text-align:left;flex-direction:column;margin-bottom:1.25rem;display:flex}.form-label{color:var(--text-primary);margin-bottom:.4rem;font-size:.9rem;font-weight:600}.form-input{border:1px solid var(--border-color);border-radius:var(--radius-md);background-color:var(--input-bg);width:100%;transition:all var(--transition-fast);padding:.7rem .9rem;font-size:.95rem}.form-input:focus{border-color:var(--brand-secondary);box-shadow:0 0 0 3px var(--input-focus-ring);background-color:#fff;outline:none}.faulty-input{background-color:#fff1f2!important;border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444433!important}textarea.form-input{resize:vertical;min-height:100px}.error-text{color:#ef4444;margin-top:.4rem;font-size:.85rem;font-weight:500}.btn-primary{background-color:var(--ris-red);color:#fff;border-radius:var(--radius-md);transition:background-color var(--transition-fast);margin-top:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.btn-primary:hover{background-color:var(--ris-red-hover)}.btn-secondary{color:var(--text-primary);border-radius:var(--radius-md);transition:background-color var(--transition-fast);background-color:#e2e8f0;margin-top:1rem;margin-right:1rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600}.btn-secondary:hover{background-color:#cbd5e1}.stepper-container{max-width:900px;margin:0 auto 2.5rem;padding:0 1rem}.stepper-wrapper{justify-content:space-between;align-items:center;display:flex;position:relative}.stepper-track{background-color:var(--border-color);z-index:1;border-radius:2px;height:4px;position:absolute;top:18px;left:0;right:0}.stepper-progress-fill{background:linear-gradient(90deg, var(--ris-red) 0%, var(--ris-red-hover) 100%);border-radius:2px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.stepper-steps{z-index:2;justify-content:space-between;width:100%;display:flex;position:relative}.stepper-step{flex-direction:column;align-items:center;width:100px;display:flex}.stepper-circle{border:2px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.stepper-label{color:var(--text-secondary);white-space:nowrap;margin-top:.5rem;font-size:.78rem;font-weight:600;transition:color .3s}.stepper-step.active .stepper-circle{border-color:var(--ris-red);color:var(--ris-red);background-color:#fef2f2;box-shadow:0 0 0 4px #c6282826}.stepper-step.active .stepper-label{color:var(--ris-red);font-weight:700}.stepper-step.completed .stepper-circle{background-color:var(--ris-red);border-color:var(--ris-red);color:#fff}.form-grid{grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.col-12{grid-column:span 12}.col-9{grid-column:span 9}.col-8{grid-column:span 8}.col-7{grid-column:span 7}.col-6{grid-column:span 6}.col-5{grid-column:span 5}.col-4{grid-column:span 4}.col-3{grid-column:span 3}.col-2{grid-column:span 2}@media (width<=900px){.main-container{margin:1rem;padding:1.5rem}.form-grid{grid-template-columns:repeat(6,1fr)}.col-12,.col-9,.col-8,.col-7,.col-6{grid-column:span 6}.col-5,.col-4,.col-3,.col-2{grid-column:span 3}}@media (width<=600px){.form-grid{grid-template-columns:1fr}.col-12,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2{grid-column:span 1!important}}.hr-shell{background:#f1f5f9;height:100vh;font-family:Inter,sans-serif;display:flex;overflow:hidden}.hr-sidebar{z-index:10;background:linear-gradient(#002147 0%,#001530 100%);border-right:1px solid #ffffff1a;flex-direction:column;width:250px;min-width:250px;padding:0;display:flex;box-shadow:4px 0 16px #00214726}.hr-sidebar-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:.85rem;padding:1.25rem 1.5rem 1.15rem;display:flex}.hr-sidebar-logo{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:2px;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000040}.hr-sidebar-logo img{object-fit:contain;width:100%;height:100%}.hr-sidebar-label{letter-spacing:.06em;text-transform:uppercase;color:#fff;font-size:.9rem;font-weight:800}.hr-sidebar-nav{flex-direction:column;flex:1;gap:.35rem;padding:1.25rem .85rem;display:flex}.hr-nav-section-label{letter-spacing:.12em;color:#94a3b8;margin-top:.75rem;margin-bottom:.4rem;padding:0 .75rem;font-size:.68rem;font-weight:800}.hr-nav-item{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.65rem .9rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.hr-nav-item:hover:not(.disabled){color:#fff;background:#ffffff1f}.hr-nav-item.active{color:#fff;background:#ffffff2e;font-weight:700;box-shadow:0 2px 8px #00000026}.hr-nav-item.disabled{opacity:.4;cursor:not-allowed}.hr-nav-badge{color:#fff9;letter-spacing:.05em;text-transform:uppercase;background:#ffffff26;border-radius:99px;margin-left:auto;padding:.1rem .45rem;font-size:.6rem;font-weight:700}.hr-sidebar-footer{color:#cbd5e1;border-top:1px solid #ffffff1f;padding:1.25rem;font-size:.8rem}.hr-main{background:#f1f5f9;flex:1;overflow-y:auto}.hr-page{max-width:1200px;padding:2rem 2.5rem}.hr-page-title{color:#0f172a;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.hr-page-subtitle{color:#64748b;font-size:.875rem}.hr-btn-refresh{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;padding:.5rem;transition:all .18s;display:flex}.hr-btn-refresh:hover{color:#002147;background:#f1f5f9;border-color:#cbd5e1}.hr-kpi-card{border-left:4px solid var(--kpi-accent);background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:box-shadow .18s;display:flex;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.hr-kpi-card:hover{box-shadow:0 4px 12px #00000014}.hr-kpi-icon{background:color-mix(in srgb, var(--kpi-accent) 12%, transparent);width:40px;height:40px;color:var(--kpi-accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hr-kpi-body{flex:1}.hr-kpi-sub{color:#94a3b8;margin-top:.1rem;font-size:.7rem}.hr-divider{background:#e2e8f0;height:1px;margin-bottom:1.5rem}.hr-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.hr-tabs{gap:.35rem;display:flex}.hr-tab{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.85rem;font-weight:500;transition:all .18s;display:flex}.hr-tab:hover{color:#002147;background:#f8fafc;border-color:#cbd5e1}.hr-tab.active{color:#fff;background:#002147;border-color:#002147;font-weight:600}.hr-tab-count{background:#00000014;border-radius:99px;padding:.05rem .4rem;font-size:.75rem;font-weight:600}.hr-tab.active .hr-tab-count{background:#fff3}.hr-btn-create{color:#fff;cursor:pointer;white-space:nowrap;background:#002147;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;transition:background .18s;display:flex}.hr-btn-create:hover{background:#002147}.hr-table-wrap{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.hr-table-empty{text-align:center;color:#94a3b8;padding:3rem;font-size:.95rem}.hr-table{border-collapse:collapse;width:100%;font-size:.875rem}.hr-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.hr-table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#64748b;white-space:nowrap;padding:.85rem 1.1rem;font-size:.75rem;font-weight:700}.hr-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.9rem 1.1rem}.hr-table tbody tr:last-child td{border-bottom:none}.hr-table tbody tr:hover{background:#eff6ff}.hr-table-center{text-align:center}.hr-table-title{color:#0f172a;font-weight:600}.hr-table-title-link{color:#002147;cursor:pointer;font-weight:600;font-size:inherit;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none;transition:all .15s}.hr-table-title-link:hover{color:#1e40af;text-decoration:underline}.hr-position-chip{color:#002147;white-space:nowrap;background:#eff6ff;border-radius:99px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.hr-status-badge{white-space:nowrap;border-radius:99px;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-block}.hr-actions{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.hr-action{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:5px;padding:.2rem .5rem;font-size:.8rem;font-weight:600;transition:all .15s}.hr-action:hover:not(:disabled){color:#002147;background:#f1f5f9}.hr-action:disabled{opacity:.4;cursor:not-allowed}.hr-action.danger{color:#dc2626}.hr-action.danger:hover:not(:disabled){color:#b91c1c;background:#fef2f2}.hr-action.primary{color:#16a34a}.hr-action.primary:hover:not(:disabled){color:#15803d;background:#f0fdf4}.hr-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172aa6;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out hrOverlayFade;display:flex;position:fixed;inset:0}@keyframes hrOverlayFade{0%{opacity:0}to{opacity:1}}.hr-modal{background:#fff;border:1px solid #e2e8f0e6;border-radius:16px;flex-direction:column;width:100%;max-width:880px;max-height:90vh;animation:.25s cubic-bezier(.16,1,.3,1) hrModalPop;display:flex;overflow:hidden;box-shadow:0 25px 70px -15px #00214740,0 10px 30px -10px #0000001f}@keyframes hrModalPop{0%{opacity:0;transform:scale(.97)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}.hr-modal-lg{max-width:960px}.hr-modal-header{background:linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.hr-modal-title{color:#0f172a;letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.hr-modal-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.35rem;transition:all .15s;display:flex}.hr-modal-close:hover{color:#0f172a;background:#f1f5f9}.hr-modal-body{background:#fff;flex-direction:column;flex:1;gap:1.25rem;padding:1.75rem 2rem;display:flex;overflow-y:auto}.hr-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.hr-modal-location-note{color:#94a3b8;margin-top:.25rem;font-size:.78rem}.hr-modal-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;font-weight:500}.hr-form-group{flex-direction:column;gap:.3rem;display:flex}.hr-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hr-form-label{color:#374151;font-size:.82rem;font-weight:600}.hr-form-hint{color:#94a3b8;margin-top:-.15rem;font-size:.75rem}.hr-required{color:#ef4444}.hr-form-input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .18s,box-shadow .18s}.hr-form-input:focus{background:#fff;border-color:#002147;outline:none;box-shadow:0 0 0 3px #3b82f61f}.hr-textarea{resize:vertical;min-height:90px}.hr-btn-primary{color:#fff;cursor:pointer;background:#002147;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .18s;display:flex}.hr-btn-primary:hover:not(:disabled){background:#002147}.hr-btn-primary:disabled{opacity:.55;cursor:not-allowed}.hr-btn-ghost{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:all .18s;display:flex}.hr-btn-ghost:hover:not(:disabled){color:#002147;background:#f8fafc;border-color:#cbd5e1}.hr-btn-ghost:disabled{opacity:.55;cursor:not-allowed}.hr-btn-outline{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;padding:.6rem 1.1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .18s}.hr-btn-outline:hover{color:#475569;background:#f8fafc}.hr-modal-contract{max-width:520px}.hr-draft-pill{color:#475569;letter-spacing:.04em;text-transform:uppercase;background:#f1f5f9;border-radius:99px;padding:.2rem .65rem;font-size:.75rem;font-weight:700;display:inline-block}.hr-contract-body{gap:1.1rem}.hr-contract-field{flex-direction:column;gap:.3rem;display:flex}.hr-contract-label{letter-spacing:.12em;text-transform:uppercase;color:#94a3b8;font-size:.65rem;font-weight:800}.hr-contract-value{color:#1e293b;white-space:pre-wrap;font-size:.925rem;line-height:1.6}.hr-contract-divider{background:#f1f5f9;height:1px;margin:.25rem 0}.hr-contract-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.hr-analytics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem;display:grid}.hr-job-stats-grid{grid-template-columns:repeat(3,1fr);margin-bottom:2rem}.hr-analytics-card{background:#fff;border-top:4px solid #002147;border-left:none;border-radius:12px;flex-direction:column;align-items:stretch;padding:1.5rem;box-shadow:0 1px 3px #0000000f}.hr-analytics-card-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.hr-analytics-icon{color:#002147}.hr-analytics-card-title{color:#334155;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.hr-pipeline-placeholder{justify-content:space-around;align-items:center;height:200px;display:flex}.hr-pipeline-step{flex-direction:column;align-items:center;display:flex}.hr-pipeline-val{color:#002147;font-size:2rem;font-weight:800}.hr-pipeline-lab{color:#64748b;margin-top:.25rem;font-size:.75rem;font-weight:600}.hr-pipeline-arrow{color:#cbd5e1;font-size:1.5rem}.hr-back-link:hover{color:#002147}.hr-section-title{color:#0f172a;font-size:1.15rem;font-weight:700}.hr-search{width:320px;position:relative}.hr-search-icon{color:#94a3b8;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.hr-search-input{background:#fff;border:1px solid #e2e8f0;border-radius:99px;width:100%;padding:.45rem 1rem .45rem 2.5rem;font-size:.875rem;transition:all .18s}.hr-search-input:focus{border-color:#002147;outline:none;box-shadow:0 0 0 3px #1e3a8a1a}.hr-c-name{color:#0f172a;font-weight:600}.hr-c-email{color:#64748b;font-size:.75rem}.hr-status-pill{text-transform:uppercase;letter-spacing:.04em;border-radius:99px;padding:.2rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}.hr-status-pill[data-status=received]{color:#002147;background:#eff6ff}.hr-status-pill[data-status=under_review]{color:#854d0e;background:#fef9c3}.hr-status-pill[data-status=shortlisted]{color:#166534;background:#dcfce7}.hr-status-pill[data-status=rejected]{color:#991b1b;background:#fee2e2}.hr-modal-wide{max-width:720px}.hr-view-header-main{flex-direction:column;gap:.25rem;display:flex}.hr-view-body{padding:2rem}.hr-view-meta-row{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.hr-view-info{align-items:flex-start;gap:.75rem;display:flex}.hr-view-info-icon{color:#002147;margin-top:.2rem}.hr-view-info-label{text-transform:uppercase;color:#94a3b8;font-size:.7rem;font-weight:700}.hr-view-info-value{color:#1e293b;margin-top:.1rem;font-size:.875rem;font-weight:600}.hr-view-content-grid{grid-template-columns:1fr;gap:2rem;margin-top:1.5rem;display:grid}.hr-view-section-title{text-transform:uppercase;letter-spacing:.08em;color:#002147;margin-bottom:.75rem;font-size:.8rem;font-weight:800}.hr-view-text{color:#334155;white-space:pre-wrap;font-size:.95rem;line-height:1.7}.hr-analytics-icon-box{color:#002147;background:#eff6ff;border-radius:10px;justify-content:center;align-items:center;padding:.65rem;display:flex}.hr-analytics-icon-box.small{border-radius:8px;padding:.5rem}.hr-analytics-card-title.small{color:#64748b;font-size:.75rem}.hr-chart-tooltip{background:#fff;border:1px solid #f1f5f9;border-radius:8px;padding:.75rem 1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hr-tooltip-label{color:#94a3b8;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:700}.hr-tooltip-value{color:#1e293b;align-items:baseline;gap:.25rem;font-size:1.15rem;font-weight:800;display:flex}.hr-tooltip-unit{color:#64748b;font-size:.75rem;font-weight:500}.hr-tooltip-subtext{color:#94a3b8;margin-top:.25rem;font-size:.65rem;font-style:italic}.hr-funnel-container{flex-direction:column;gap:1.25rem;padding:.5rem 0;display:flex}.hr-funnel-row{align-items:center;gap:1rem;display:flex}.hr-funnel-label{color:#475569;width:100px;font-size:.75rem;font-weight:700}.hr-funnel-bar-bg{background:#f1f5f9;border-radius:99px;flex:1;height:8px;overflow:hidden}.hr-funnel-bar{background:#002147;border-radius:99px;height:100%;transition:width 1s ease-out}.hr-funnel-value{color:#1e293b;text-align:right;width:30px;font-size:.85rem;font-weight:700}.hr-state-chip{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.hr-date-label{color:#64748b;font-size:.8rem;font-weight:500}.hr-btn-view-profile{color:#fff;cursor:pointer;background:#002147;border:1px solid #002147;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s}.hr-btn-view-profile:hover{color:#fff;background:#1e3a8a;border-color:#1e3a8a}.hr-loading-container{color:#64748b;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:400px;display:flex}.hr-loader{border:4px solid #f1f5f9;border-top-color:#002147;border-radius:50%;width:40px;height:40px;animation:1s linear infinite hr-spin}@keyframes hr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hr-empty-state{color:#94a3b8;flex-direction:column;align-items:center;padding:4rem 2rem;font-weight:500;display:flex}.hr-back-link{color:#002147;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:transform .2s;display:inline-flex}.hr-back-link:hover{transform:translate(-4px)}.hr-phd-cell{color:#7c3aed;font-style:italic;font-weight:700}.hr-row-continuation{color:#94a3b8;padding-left:.5rem;font-size:.7rem;font-weight:500}.resume-preview-card{border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;margin-top:1.5rem;padding:2.5rem;position:relative}.resume-header{text-align:center;border-bottom:2px solid var(--brand-primary);margin-bottom:2rem;padding-bottom:1.5rem;position:relative}.resume-title{color:var(--brand-primary);letter-spacing:-.02em;margin-bottom:.25rem;font-size:2.25rem;font-weight:700}.resume-subtitle{color:var(--brand-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.resume-contact-info{color:var(--text-secondary);flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;font-size:.9rem;display:flex}.resume-contact-item{align-items:center;gap:.25rem;display:flex}.resume-section{margin-bottom:2rem;position:relative}.resume-section-title-container{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.resume-section-title{color:var(--brand-primary);text-transform:uppercase;letter-spacing:.05em;font-size:1.25rem;font-weight:700}.section-edit-btn{color:var(--brand-primary);transition:all var(--transition-fast);cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:.25rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.section-edit-btn:hover{color:#002147;background:#e2e8f0}.resume-personal-grid{grid-template-columns:repeat(2,1fr);gap:1rem;font-size:.95rem;display:grid}.resume-grid-item{flex-direction:column;display:flex}.resume-grid-label{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.15rem;font-size:.85rem;font-weight:600}.resume-grid-value{color:var(--text-primary)}.resume-table{border-collapse:collapse;width:100%;margin-top:.5rem;font-size:.95rem}.resume-table th{text-align:left;border-bottom:2px solid var(--border-color);color:var(--text-secondary);padding:.5rem .75rem;font-weight:600}.resume-table td{border-bottom:1px solid var(--border-color);vertical-align:middle;padding:.75rem}.resume-item-title{color:var(--text-primary);font-weight:700}.resume-item-subtitle{color:var(--brand-secondary);font-weight:500}.resume-item-details{color:var(--text-secondary);margin-top:.25rem;font-size:.9rem}.resume-timeline-item{border-left:2px solid var(--brand-secondary);margin-bottom:1.5rem;padding-left:1.25rem;position:relative}.resume-timeline-item:before{content:"";background:var(--brand-secondary);border-radius:50%;width:10px;height:10px;position:absolute;top:4px;left:-6px}.resume-timeline-header{justify-content:space-between;align-items:flex-start;display:flex}.resume-timeline-date{color:var(--text-secondary);background:#f1f5f9;border-radius:4px;padding:.2rem .5rem;font-size:.85rem;font-weight:600}.resume-actions-container{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.resume-inline-input{font-family:inherit;font-size:inherit;border:1px dashed var(--brand-secondary);color:var(--text-primary);box-sizing:border-box;background-color:#f0f9ff;border-radius:4px;width:100%;padding:.35rem .5rem}.resume-inline-input:focus{box-shadow:0 0 0 2px var(--input-focus-ring);background-color:#fff;border-style:solid;outline:none}.resume-inline-textarea{resize:vertical;min-height:80px}.resume-inline-grid-edit{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.resume-inline-group{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.resume-inline-label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.resume-section-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.resume-btn-mini{cursor:pointer;transition:background-color var(--transition-fast);border:none;border-radius:4px;padding:.35rem .85rem;font-size:.8rem;font-weight:600}.resume-btn-mini.save{background-color:var(--brand-primary);color:#fff}.resume-btn-mini.save:hover{background-color:#002147}.resume-btn-mini.cancel{color:var(--text-primary);background-color:#cbd5e1}.resume-btn-mini.cancel:hover{background-color:#94a3b8}.resume-add-entry-row{gap:.5rem;margin-top:1rem;display:flex}.resume-delete-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.resume-delete-btn:hover{background:#fef2f2}@media print{@page{size:auto;margin:0}body{color:#000!important;background:#fff!important;margin:15mm 20mm!important}.app-header,.stepper-container,.resume-actions-container,.section-edit-btn,.resume-section-actions,.resume-add-entry-row,.resume-delete-btn,.btn-secondary,.btn-primary,.no-print{display:none!important}.main-container{max-width:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;margin:0!important;padding:0!important}.resume-preview-card{box-shadow:none!important;background:0 0!important;border:none!important;margin-top:0!important;padding:0!important}*{color:#000!important;box-shadow:none!important;background:0 0!important}}.export-dropdown-container{display:inline-block;position:relative}.export-dropdown-menu{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-md);z-index:1000;flex-direction:column;width:290px;margin-top:6px;padding:6px 0;animation:.15s ease-out dropdownFadeIn;display:flex;position:absolute;top:100%;right:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.export-dropdown-item{text-align:left;cursor:pointer;width:100%;transition:background-color var(--transition-fast);background:0 0;border:none;flex-direction:column;align-items:flex-start;padding:10px 16px;display:flex}.export-dropdown-item:hover{background-color:var(--bg-primary)}.export-dropdown-item-title{font-size:.85rem;font-weight:700}.export-dropdown-item-title.xlsx-detailed{color:#16a34a}.export-dropdown-item-title.xlsx-standard{color:#002147}@media (width<=1024px){.bloomberg-grid-2col{grid-template-columns:1fr!important}.bloomberg-stats-row{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.bloomberg-stats-row{grid-template-columns:1fr!important}.bloomberg-header-nav{flex-direction:column!important;align-items:stretch!important}.bloomberg-hero-title{font-size:1.75rem!important}.main-container{border-radius:12px!important;margin:1rem auto!important;padding:1rem!important}.hr-analytics-table-container{-webkit-overflow-scrolling:touch;overflow-x:auto!important}}.export-dropdown-item-title.csv{color:#475569}.export-dropdown-item-desc{color:var(--text-secondary);margin-top:3px;font-size:.725rem;line-height:1.35}.hr-shell{background-color:#f8fafc;min-height:100vh;font-family:Plus Jakarta Sans,Inter,-apple-system,sans-serif;display:flex}.hr-sidebar{color:#f8fafc;background:#090d16;border-right:1px solid #1e293b;flex-direction:column;flex-shrink:0;width:260px;padding:24px 16px;display:flex}.hr-sidebar-brand{border-bottom:1px solid #1e293b;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}.hr-sidebar-logo img{object-fit:contain;background:#fff;border-radius:10px;width:48px;height:48px;padding:2px}.hr-sidebar-label{color:#fff;letter-spacing:-.01em;font-size:1.1rem;font-weight:800}.hr-sidebar-nav{flex-direction:column;flex:1;gap:6px;display:flex}.hr-nav-section-label{color:#f59e0b;text-transform:uppercase;letter-spacing:.08em;padding:12px 12px 6px;font-size:.68rem;font-weight:800}.hr-nav-item{color:#94a3b8;border-radius:8px;align-items:center;gap:12px;padding:10px 14px;font-size:.88rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.hr-nav-item:hover{color:#fff;background:#0f172a}.hr-nav-item.active{color:#f59e0b;background:#f59e0b26;border-left:3px solid #f59e0b;font-weight:700}.hr-nav-chevron{opacity:.5;margin-left:auto}.hr-main{background:#f8fafc;flex:1;padding:32px 40px;overflow-y:auto}.hr-page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.hr-page-title{color:#0f172a;letter-spacing:-.02em;font-size:1.85rem;font-weight:800}.hr-page-subtitle{color:#64748b;margin-top:4px;font-size:.9rem}.hr-kpi-row{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:28px;display:grid}.hr-kpi-card{border:1px solid #e2e8f0;border-left:4px solid var(--kpi-accent,#0284c7);background:#fff;border-radius:14px;align-items:center;gap:16px;padding:20px 24px;transition:all .2s;display:flex;box-shadow:0 4px 12px -2px #0f172a0a}.hr-kpi-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px #0f172a14}.hr-kpi-icon{width:44px;height:44px;color:var(--kpi-accent,#0f172a);background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;display:flex}.hr-kpi-value{color:#0f172a;font-size:1.8rem;font-weight:800;line-height:1.1}.hr-kpi-label{color:#475569;margin-top:2px;font-size:.825rem;font-weight:700}.hr-kpi-sub{color:#ef4444;margin-top:2px;font-size:.75rem;font-weight:600}.hr-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.hr-tabs{background:#e2e8f0;border-radius:10px;gap:2px;padding:4px;display:flex}.hr-tab{color:#475569;cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:.85rem;font-weight:600;display:flex}.hr-tab.active{color:#0f172a;background:#fff;font-weight:700;box-shadow:0 2px 4px #0000000f}.hr-tab-count{color:#0f172a;background:#cbd5e1;border-radius:10px;padding:2px 6px;font-size:.725rem;font-weight:700}.hr-tab.active .hr-tab-count{color:#fff;background:#0f172a}.hr-btn-create{color:#090d16;background:#f59e0b;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:800;display:flex;box-shadow:0 4px 12px #f59e0b40}.hr-btn-create:hover{color:#fff;background:#d97706}.hr-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 4px 14px -2px #0f172a0a}.hr-table{border-collapse:collapse;text-align:left;width:100%}.hr-table th{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#0f172a;padding:14px 20px;font-size:.78rem;font-weight:800}.hr-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;padding:16px 20px;font-size:.9rem}.hr-table tr:last-child td{border-bottom:none}.hr-table tr:hover td{background:#f8fafc}.hr-table-title-link{color:#0f172a;font-size:.95rem;font-weight:800;text-decoration:none}.hr-table-title-link:hover{color:#f59e0b}.hr-status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:20px;align-items:center;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-flex}.hr-actions{gap:8px;display:flex}.hr-action{color:#334155;background:#f1f5f9;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:700}.hr-action:hover{color:#0f172a;background:#e2e8f0}.hr-action.primary{color:#fff;background:#0284c7}.hr-action.danger{color:#b91c1c;background:#fee2e2}
