:root{--text:#334155;--text-h:#0f172a;--bg:#f4f7fb;--border:#e2e8f0;--accent:#2563eb;--accent-2:#8b5cf6;--accent-3:#14b8a6;--shadow:0 16px 40px #0f172a1f;letter-spacing:.02em;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/145% Inter,system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #2563eb2e, transparent 28%), radial-gradient(circle at bottom right, #8b5cf62e, transparent 24%), var(--bg);min-height:100vh;margin:0;overflow-x:hidden}#root{flex-direction:column;width:100%;min-height:100svh;display:flex}h1,h2,h3{color:var(--text-h);font-family:Inter,system-ui,Segoe UI,Roboto,sans-serif}p{margin:0}button,input,select,textarea,a{transition:all .22s}button:hover,a:hover{transform:translateY(-1px)}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #2563eb29}.app-shell{position:relative;overflow:hidden}.app-shell:before,.app-shell:after{content:"";filter:blur(40px);opacity:.35;pointer-events:none;border-radius:999px;animation:8s ease-in-out infinite alternate drift;position:absolute;inset:auto}.app-shell:before{background:#2563eb3d;width:280px;height:280px;top:-60px;left:-80px}.app-shell:after{background:#14b8a63b;width:220px;height:220px;animation-duration:10s;bottom:-40px;right:-60px}.ambient-orb{filter:blur(30px);opacity:.2;pointer-events:none;border-radius:999px;animation:5s ease-in-out infinite pulse;position:absolute}.ambient-orb.one{background:#60a5fa;width:180px;height:180px;top:20px;right:10%}.ambient-orb.two{background:#8b5cf6;width:140px;height:140px;animation-delay:1s;bottom:10%;left:10%}@keyframes drift{0%{transform:translate(0,0)scale(1)}to{transform:translate(20px,18px)scale(1.07)}}@keyframes pulse{0%,to{opacity:.18;transform:scale(.95)}50%{opacity:.28;transform:scale(1.06)}}@keyframes liftIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-card,.edit-employee-card,.form-section-card,[style*="background: white"],[style*="background: #FFFFFF"]{animation:.42s ease-out both liftIn}.ai-chatbot-root{z-index:1200;justify-items:end;gap:10px;display:grid;position:fixed;bottom:18px;right:18px}.ai-chatbot-toggle{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6d28d9,#2563eb,#06b6d4) 0 0/200% 200%;border:none;border-radius:999px;align-items:center;gap:7px;padding:11px 18px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s;animation:4s infinite chatbot-gradient;display:flex;position:relative;box-shadow:0 12px 28px #6d28d973}.ai-chatbot-toggle:hover{transform:scale(1.06);box-shadow:0 16px 36px #06b6d473}.ai-chatbot-toggle:before{content:"";pointer-events:none;opacity:0;z-index:101;border:6px solid #0000;border-top-color:#6d28d9;transition:opacity .25s,transform .25s;position:absolute;bottom:calc(100% + 4px);right:20px;transform:translateY(6px)}.ai-chatbot-toggle:after{content:"✦ Your AI HRBP ✦";color:#fff;letter-spacing:.06em;white-space:nowrap;pointer-events:none;opacity:0;z-index:100;text-shadow:0 1px 4px #0000004d;background:linear-gradient(135deg,#4c1d95,#1e40af,#0e7490) 0 0/200% 200%;border-radius:12px;padding:8px 16px;font-size:12px;font-weight:700;transition:opacity .25s cubic-bezier(.34,1.56,.64,1),transform .25s cubic-bezier(.34,1.56,.64,1);animation:3s infinite chatbot-tooltip-gradient;position:absolute;bottom:calc(100% + 16px);right:0;transform:translateY(8px)scale(.92);box-shadow:0 8px 24px #6d28d980,inset 0 0 0 1px #ffffff1f}.ai-chatbot-toggle:hover:before{opacity:1;transform:translateY(0)}.ai-chatbot-toggle:hover:after{opacity:1;transform:translateY(0)scale(1)}@keyframes chatbot-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes chatbot-tooltip-gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ai-chatbot-panel{background:#fff;border:1px solid #dbe5f3;border-radius:16px;grid-template-rows:auto 1fr auto auto;width:min(360px,100vw - 24px);max-height:min(72vh,620px);display:grid;overflow:hidden;box-shadow:0 20px 44px #0f172a38}.ai-chatbot-header{color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);justify-content:space-between;align-items:start;gap:12px;padding:12px 14px;display:flex}.ai-chatbot-header strong{font-size:14px;display:block}.ai-chatbot-header p{color:#cbd5e1;margin:2px 0 0;font-size:12px}.ai-chatbot-header button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;width:28px;height:28px}.ai-chatbot-messages{background:#f8fbff;gap:8px;padding:12px;display:grid;overflow:auto}.ai-chatbot-bubble{border-radius:10px;max-width:95%;padding:8px 10px;font-size:13px;line-height:1.45}.ai-chatbot-bubble.bot{color:#1e3a8a;background:#e8f0ff;border:1px solid #bfdbfe;justify-self:start}.ai-chatbot-bubble.user{color:#fff;background:#1d4ed8;justify-self:end}.ai-chatbot-tabs{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex}.ai-chatbot-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:8px 0;font-size:12px;font-weight:700;transition:color .15s,border-color .15s}.ai-chatbot-tab.active{color:#1d4ed8;background:#fff;border-bottom-color:#1d4ed8}.ai-chatbot-quick{background:#fff;flex-wrap:wrap;gap:7px;max-height:100px;padding:10px 12px;display:flex;overflow-y:auto}.ai-chatbot-quick button{color:#1e40af;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600;transition:background .15s}.ai-chatbot-quick button:hover{background:#dbeafe}.ai-chatbot-actions{background:#fff;flex-wrap:wrap;gap:6px;max-height:100px;padding:10px 12px;display:flex;overflow-y:auto}.ai-chatbot-actions button{color:#1e293b;cursor:pointer;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:5px 10px;font-size:11px;font-weight:600;transition:background .15s,border-color .15s}.ai-chatbot-actions button:hover{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ai-chatbot-input{background:#fff;border-top:1px solid #e2e8f0;grid-template-columns:1fr auto;gap:8px;padding:10px 12px 12px;display:grid}.ai-chatbot-input input{font:inherit;border:1px solid #cbd5e1;border-radius:10px;padding:9px 10px}.ai-chatbot-input button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:0 12px;font-weight:700}@media (width<=640px){.ai-chatbot-root{bottom:10px;right:10px}.ai-chatbot-panel{width:calc(100vw - 20px);max-height:70vh}}.employee-page{flex-direction:column;gap:24px;display:flex}.back-link{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.profile-header{background:#fff;border-radius:16px;justify-content:space-between;align-items:center;padding:28px;display:flex;box-shadow:0 8px 24px #00000014}.profile-left{align-items:center;gap:20px;display:flex}.avatar{color:#fff;background:#0a2c6f;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:28px;font-weight:700;display:flex}.employee-name{color:#0a2c6f;margin:0;font-size:28px}.employee-role{color:#475569;margin:4px 0;font-size:16px}.employee-meta{color:#64748b;flex-wrap:wrap;gap:14px;margin-top:10px;font-size:14px;display:flex}.status{border-radius:999px;align-items:center;margin-top:12px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}.status.active{color:#15803d;background:#dcfce7}.header-actions{gap:12px;display:flex}.primary-btn{color:#fff;cursor:pointer;background:#0a2c6f;border:none;border-radius:10px;padding:10px 18px;font-weight:600}.edit-employee-page{gap:24px;display:grid}.edit-employee-card{background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:20px;padding:28px;box-shadow:0 12px 32px #0f172a14}.edit-employee-card h1{color:#0a2c6f;margin:0;font-size:28px}.edit-employee-card p{color:#64748b;margin:8px 0 24px}.employee-form{gap:20px;display:grid}.form-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 6px 18px #0f172a0a}.section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.section-header h3{color:#0a2c6f;margin:0;font-size:18px}.section-header span{color:#64748b;font-size:13px;font-weight:600}.form-grid label{color:#334155;gap:7px;font-weight:600;display:grid}.form-grid input,.form-grid select,.form-grid textarea{box-sizing:border-box;font:inherit;background:#fcfdff;border:1px solid #cbd5e1;border-radius:10px;width:100%;padding:11px 12px}.form-grid textarea{resize:vertical;min-height:90px}.form-actions{justify-content:flex-end;gap:12px;display:flex}.form-error-message{color:#dc2626;font-size:12px;font-weight:600}.upload-docs-area{gap:12px;display:grid}.document-list{flex-wrap:wrap;gap:10px;display:flex}.document-chip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;display:inline-flex}.document-remove{color:#64748b;cursor:pointer;background:0 0;border:0;padding:0;font-size:16px}.document-empty-state{color:#64748b;font-size:14px}.form-primary-button,.form-secondary-button{cursor:pointer;border:0;border-radius:10px;width:auto;padding:11px 18px;font-weight:600}.form-primary-button{color:#fff;background:linear-gradient(135deg,#0a2c6f,#2563eb)}.form-secondary-button{color:#0f172a;background:#e2e8f0}@media (width<=720px){.form-grid{grid-template-columns:1fr}}.learning-page{gap:20px;display:grid}.learning-hero{color:#fff;background:linear-gradient(135deg,#0a2c6f 0%,#2563eb 100%);border-radius:24px;justify-content:space-between;gap:20px;padding:28px;display:flex;box-shadow:0 16px 32px #0f172a29}.learning-hero h1{margin:6px 0 10px;font-size:30px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px 18px;box-shadow:0 8px 18px #0f172a0d}.stat-card span{color:#64748b;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.stat-card strong{color:#0a2c6f;font-size:18px}.content-grid{grid-template-columns:1.3fr .9fr;gap:20px;display:grid}.lower-grid{grid-template-columns:1fr 1fr}.pill-button,.ghost-button{cursor:pointer;border:none;border-radius:999px;padding:8px 12px;font-weight:700}.pill-button{color:#fff;background:#2563eb}.ghost-button{color:#2563eb;background:#eff6ff}.course-list,.stack-list,.roadmap-list{gap:12px;display:grid}.course-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.course-top,.course-footer,.stack-item{justify-content:space-between;align-items:center;gap:10px;display:flex}.course-top h4,.stack-item strong{color:#0f172a;margin:0 0 4px}.course-top p,.stack-item p,.roadmap-item p{color:#64748b;margin:0;font-size:14px}.status-pill{border:1px solid;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.progress-bar{background:#e2e8f0;border-radius:999px;width:100%;height:8px;margin:12px 0 10px;overflow:hidden}.progress-fill{border-radius:999px;height:100%}.roadmap-item{background:#f8fafc;border-radius:12px;align-items:center;gap:12px;padding:10px 12px;display:flex}.roadmap-item span{color:#fff;background:#2563eb;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:700;display:grid}@media (width<=900px){.content-grid,.lower-grid,.stats-grid{grid-template-columns:1fr}.learning-hero{flex-direction:column}}.succession-page{gap:20px;display:grid}.succession-hero{color:#fff;background:linear-gradient(135deg,#0a2c6f 0%,#2563eb 100%);border-radius:24px;justify-content:space-between;gap:20px;padding:28px;display:flex;box-shadow:0 14px 30px #0f172a29}.succession-hero h1{margin:6px 0 10px;font-size:30px}.overview-grid{grid-template-columns:1.1fr .9fr;gap:20px;display:grid}.panel-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.critical-list,.candidate-list{gap:12px;display:grid}.critical-card,.candidate-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.inline-form{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.inline-form input,.inline-form select,.inline-form button{width:100%;font:inherit;border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px}.inline-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;font-weight:700}.critical-card strong,.candidate-card strong{color:#0f172a}.critical-card p,.candidate-card p{color:#64748b;margin:4px 0 0;font-size:14px}.critical-meta,.candidate-meta{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.risk-pill{color:#2563eb;background:#eff6ff;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:700}.matrix-axis-labels{color:#64748b;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;margin:0 4px 10px;font-size:12px;font-weight:700;display:flex}.matrix-board{grid-template-columns:240px 1fr;gap:16px;display:grid}.employee-pool{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;align-content:start;gap:10px;padding:14px;display:grid}.employee-pool h4{color:#0a2c6f;margin:0;font-size:15px}.employee-chip{cursor:grab;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;display:flex}.employee-chip strong{color:#0f172a;font-size:13px}.employee-chip p{color:#64748b;margin:2px 0 0;font-size:12px}.employee-chip span{color:#2563eb;background:#eff6ff;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700}.matrix-grid{grid-template-rows:repeat(3,minmax(140px,auto));grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.matrix-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;min-height:140px;padding:14px;display:flex}.assigned-list{gap:8px;display:grid}.assigned-employee{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px}.assigned-employee strong{color:#0f172a}.assigned-employee p,.drop-hint{color:#64748b;margin:4px 0 0;font-size:13px}.placement-summary{color:#64748b;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;font-size:14px;display:flex}@media (width<=900px){.matrix-board{grid-template-columns:1fr}}.matrix-card h4{color:#0a2c6f;margin:0 0 10px;font-size:15px}.matrix-card ul{color:#334155;gap:8px;margin:0;padding-left:18px;display:grid}@media (width<=900px){.overview-grid,.matrix-grid{grid-template-columns:1fr}.succession-hero{flex-direction:column}}.separation-page{gap:20px;display:grid}.separation-hero{color:#fff;background:linear-gradient(135deg,#0a2c6f 0%,#2563eb 100%);border-radius:24px;justify-content:space-between;gap:20px;padding:28px;display:flex;box-shadow:0 14px 30px #0f172a29}.separation-hero h1{margin:6px 0 10px;font-size:30px}.eyebrow,.small-label{color:#bfdbfe;letter-spacing:.16em;text-transform:uppercase;margin:0 0 6px;font-size:12px;font-weight:700}.hero-copy{color:#ffffffe6;max-width:640px;margin:0}.hero-badge{background:#ffffff2e;border:1px solid #ffffff3d;border-radius:16px;align-self:start;gap:6px;min-width:140px;padding:16px;display:grid}.hero-badge strong{font-size:16px}.hero-badge span{font-size:28px;font-weight:700}.role-switcher{gap:10px;margin-bottom:8px;display:inline-flex}.role-switcher button{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:8px 12px;font-weight:700}.role-switcher button.active{color:#fff;background:#2563eb;border-color:#2563eb}.readonly-summary{background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;gap:4px;padding:12px 14px;display:grid}.readonly-summary strong{color:#0f172a}.readonly-summary span{color:#64748b;font-size:13px}.separation-grid{grid-template-columns:1.1fr .9fr;gap:20px;display:grid}.panel-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px;box-shadow:0 10px 24px #0f172a0d}.panel-header{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.panel-header h3{color:#0a2c6f;margin:0;font-size:18px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.form-grid label{color:#334155;gap:6px;font-size:13px;font-weight:700;display:grid}.form-grid input,.form-grid textarea{font:inherit;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px}.full-width{grid-column:1/-1}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:10px;padding:10px 14px;font-weight:700}.primary-button{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);margin-top:12px}.secondary-button{color:#1d4ed8;background:#eff6ff}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.request-list{gap:10px;display:grid}.request-card{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;display:flex}.request-card.active{background:#eff6ff;border-color:#60a5fa}.request-card strong{color:#0f172a}.request-card p{color:#64748b;margin:3px 0 0;font-size:13px}.status-pill{border-radius:999px;padding:5px 8px;font-size:12px;font-weight:700}.status-pill.neutral{color:#334155;background:#e2e8f0}.status-pill.success{color:#15803d;background:#dcfce7}.status-pill.danger{color:#b91c1c;background:#fee2e2}.workflow-card{gap:12px;margin-top:14px;display:grid}.workflow-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.workflow-header p{color:#64748b;margin:4px 0 0}.timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.timeline-step{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:6px;padding:10px;font-size:13px;display:flex}.timeline-step span{color:#0f172a;background:#cbd5e1;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:700;display:inline-flex}.timeline-step.done{background:#ecfdf5;border-color:#86efac}.timeline-step.done span{color:#fff;background:#22c55e}.timeline-step.blocked{background:#fef2f2;border-color:#fca5a5}.timeline-step.blocked span{color:#fff;background:#ef4444}.action-row,.document-boxes{flex-wrap:wrap;gap:10px;display:flex}.document-pill{border-radius:999px;padding:7px 10px;font-size:13px;font-weight:700}.document-pill.done{color:#15803d;background:#dcfce7}.document-pill.pending{color:#475569;background:#f1f5f9}.exit-interview-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;gap:10px;margin-top:12px;padding:14px;display:grid}.exit-interview-form h4{color:#0a2c6f;margin:0}.exit-interview-form label{color:#334155;gap:6px;font-size:13px;font-weight:700;display:grid}.exit-interview-form select,.exit-interview-form textarea{font:inherit;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px}.back-link{color:#2563eb;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:15px;font-weight:700}@media (width<=980px){.separation-grid,.timeline{grid-template-columns:1fr}}@media (width<=720px){.separation-hero{flex-direction:column}.form-grid{grid-template-columns:1fr}}
