@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fc;line-height:1.5;font-synthesis:none;--bg:#f4f7fc;--surface:#fff;--surface2:#f8faff;--text:#172033;--muted:#748097;--line:#e4e9f2;--blue:#276be6;--blue2:#1b53bd;--green:#18aa80;--orange:#ee9c25;--red:#e65d6e;--purple:#7459e7;--cyan:#2b9cc4;--shadow:0 12px 32px rgba(25,54,98,.08)}:root[data-theme=dark]{--bg:#101622;--surface:#171f2d;--surface2:#1c2636;--text:#eef3fb;--muted:#9aa7bb;--line:#2a3547;--shadow:0 12px 30px rgba(0,0,0,.25)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-size:15px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:268px;background:linear-gradient(180deg,#153b79,#174b9a 55%,#1f61c8);color:#fff;padding:22px 16px;display:flex;flex-direction:column;transition:.25s}.sidebar.collapsed{width:86px}.brand{height:76px;display:flex;align-items:center;gap:13px;padding:0 8px 18px;border-bottom:1px solid #ffffff20;margin-bottom:18px}.brand img{width:58px;height:50px;object-fit:contain}.brand div{display:flex;flex-direction:column;white-space:nowrap;overflow:hidden}.brand strong{font-size:18px}.brand span{font-size:12px;color:#d8e6ff;margin-top:2px}.sidebar nav{display:flex;flex-direction:column;gap:5px;flex:1}.sidebar nav a,.collapse-btn{height:46px;border:0;border-radius:12px;background:transparent;color:#dbe8ff;display:flex;align-items:center;gap:13px;padding:0 13px;font-weight:600;font-size:14px;white-space:nowrap;transition:.18s}.sidebar nav a:hover,.sidebar nav a.active{background:#ffffff18;color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 #ffdd67}.collapse-btn{width:100%;border-top:1px solid #ffffff20;border-radius:0;margin-top:8px}.collapsed .brand div,.collapsed nav a span,.collapsed .collapse-btn span{display:none}.collapsed .brand{justify-content:center;padding-left:0;padding-right:0}.collapsed nav a,.collapsed .collapse-btn{justify-content:center}.main-shell{width:calc(100% - 268px);margin-left:268px;transition:.25s}.sidebar.collapsed+.main-shell{width:calc(100% - 86px);margin-left:86px}.topbar{height:72px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:20}.global-search{height:44px;min-width:390px;max-width:560px;flex:0 1 520px;background:var(--surface2);border:1px solid var(--line);border-radius:12px;color:var(--muted);display:flex;align-items:center;gap:10px;padding:0 14px;text-align:left}.global-search span{flex:1}.global-search kbd,.command-input kbd{border:1px solid var(--line);background:var(--surface);padding:4px 8px;border-radius:7px;font-size:12px;color:var(--muted);display:flex;gap:4px;align-items:center}.top-actions{display:flex;align-items:center;gap:9px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:var(--surface);border-radius:11px;display:grid;place-items:center;color:var(--muted)}.icon-btn:hover{color:var(--blue);border-color:#b8cdf7}.notification-btn{position:relative}.notification-btn i{position:absolute;right:-3px;top:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--red);color:#fff;font-size:10px;font-style:normal;display:grid;place-items:center;border:2px solid var(--surface)}.account{display:flex;align-items:center;gap:10px;margin:0 5px 0 6px}.account>div{display:flex;flex-direction:column;min-width:120px}.account strong{font-size:14px}.account small{font-size:12px;color:var(--muted)}.avatar{position:relative;width:42px;height:42px;border:0;border-radius:50%;background:#eaf0ff;color:#3459a8;font-weight:800;display:grid;place-items:center;overflow:visible}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar span{position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;display:grid;place-items:center;border:2px solid var(--surface)}.page{padding:30px 34px 56px;max-width:1720px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.page-header h1{font-size:30px;letter-spacing:-.7px;margin:4px 0;line-height:1.18}.page-header p{margin:0;color:var(--muted);font-size:14px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.35px;color:var(--blue)}.eyebrow.light{color:#b9dcff}.page-actions{display:flex;gap:9px;flex-wrap:wrap}.btn{min-height:42px;border:1px solid var(--line);border-radius:11px;padding:0 15px;background:var(--surface);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;box-shadow:0 2px 6px #18305a08}.btn.primary{background:linear-gradient(135deg,#2c72eb,#2162d5);border-color:#2869df;color:#fff;box-shadow:0 7px 16px #276be62d}.btn.ghost:hover{border-color:#b6c9ee;color:var(--blue)}.btn.danger{color:#d74358;background:#fff5f6;border-color:#ffd5da}.btn.small{min-height:34px;padding:0 11px;font-size:12px}.card{background:var(--surface);border:1px solid var(--line);border-radius:17px;box-shadow:var(--shadow)}.stats-grid{display:grid;gap:12px;margin-bottom:16px}.stats-grid.six{grid-template-columns:repeat(6,1fr)}.stats-grid.four{grid-template-columns:repeat(4,1fr)}.stats-grid.three{grid-template-columns:repeat(3,1fr)}.stat-card{min-height:90px;padding:17px;display:flex;align-items:center;gap:13px;background:var(--surface);border:1px solid var(--line);border-radius:15px;box-shadow:0 8px 22px #1936620d}.stat-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eaf1ff;color:var(--blue);flex:0 0 auto}.stat-icon.green{background:#e8f8f3;color:var(--green)}.stat-icon.orange{background:#fff4e4;color:var(--orange)}.stat-icon.red{background:#fff0f2;color:var(--red)}.stat-icon.purple,.stat-icon.violet{background:#f0edff;color:var(--purple)}.stat-icon.cyan{background:#e8f7fb;color:var(--cyan)}.stat-label{text-transform:uppercase;font-size:10px;letter-spacing:.8px;color:var(--muted);font-weight:800}.stat-value{display:block;font-size:22px;line-height:1.15;margin-top:3px}.stat-detail{font-size:11px;color:var(--muted);margin-top:3px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:19px 21px;border-bottom:1px solid var(--line)}.card-head h3{font-size:16px;margin:0 0 3px}.card-head p{font-size:12px;color:var(--muted);margin:0}.link-btn{border:0;background:transparent;color:var(--blue);font-weight:700;display:flex;align-items:center;gap:6px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(330px,.9fr);gap:14px;margin-bottom:14px}.chart-card .chart-box{height:320px;padding:18px 14px 12px 8px}.chart-box{height:310px}.chart-box.small{height:245px;padding:10px}.chart-box.large{height:390px;padding:20px}.alerts-card{overflow:hidden}.alert-list{padding:8px}.alert-item{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:38px 1fr 20px;align-items:center;gap:10px;padding:12px 7px;text-align:left}.alert-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#edf3ff;color:var(--blue)}.alert-item.warning .alert-icon{background:#fff4e5;color:var(--orange)}.alert-item.danger .alert-icon{background:#fff0f2;color:var(--red)}.alert-item span:nth-child(2){display:flex;flex-direction:column}.alert-item strong{font-size:13px}.alert-item small{font-size:11px;color:var(--muted);margin-top:2px}.count-pill{background:var(--surface2);border:1px solid var(--line);padding:5px 10px;border-radius:99px;font-size:11px;color:var(--muted);font-weight:700}.dashboard-lower{margin-top:14px}.insight-grid{padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.insight{display:flex;gap:10px;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface2)}.insight>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#fff4e5;color:var(--orange)}.insight.danger>span{background:#fff0f2;color:var(--red)}.insight.success>span{background:#e8f8f3;color:var(--green)}.insight strong{font-size:12px}.insight p{font-size:11px;color:var(--muted);margin:3px 0 0}.filters{padding:14px 16px;display:grid;grid-template-columns:minmax(280px,1.5fr) minmax(180px,.6fr) minmax(180px,.6fr);gap:10px;border-bottom:1px solid var(--line)}.filters.compact{display:flex}.search-box{height:42px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);background:var(--surface2);border-radius:10px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:13px}.filters select,.form-stack select,.form-stack input,.form-stack textarea,.form-grid input,.form-grid select,.form-grid textarea{border:1px solid var(--line);border-radius:10px;background:var(--surface);min-height:42px;padding:9px 11px;outline:0;font-size:13px}.filters select:focus,.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:#8db0f3;box-shadow:0 0 0 3px #276be615}.table-wrap{width:100%;overflow:auto}table{width:100%;border-collapse:collapse;min-width:820px}th{height:44px;padding:0 14px;text-align:left;background:var(--surface2);font-size:10px;letter-spacing:.55px;text-transform:uppercase;color:var(--muted);font-weight:800;border-bottom:1px solid var(--line)}td{padding:12px 14px;border-bottom:1px solid var(--line);font-size:13px;vertical-align:middle}tbody tr{transition:.12s}tbody tr:hover{background:#2b72ea08}td small.block,.block{display:block;color:var(--muted);font-size:11px;margin-top:2px}.person-cell{display:flex;align-items:center;gap:10px}.person-cell>span:last-child{display:flex;flex-direction:column}.person-cell strong{font-size:13px}.person-cell small{font-size:11px;color:var(--muted)}.mini-avatar{width:36px;height:36px;border-radius:11px;background:#eef3ff;color:#3467cd;display:grid;place-items:center;font-weight:800;flex:0 0 auto}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:800;white-space:nowrap;background:#eef1f6;color:#5e6a7e}.badge.success{background:#e8f8f2;color:#168566}.badge.warning{background:#fff3df;color:#b46f08}.badge.danger{background:#ffedf0;color:#c94a5d}.pagination{padding:13px 16px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.pagination div{display:flex;gap:6px}.pagination button{width:36px;height:34px;border:1px solid var(--line);background:var(--surface);border-radius:9px;display:grid;place-items:center}.pagination button:disabled{opacity:.4}.loading{min-height:50vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:14px}.spin{animation:spin .9s linear infinite}.empty{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);padding:22px;text-align:center}.empty strong{color:var(--text);font-size:14px}.empty span{font-size:12px;margin-top:3px}.profile-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.back-btn{border:0;background:transparent;color:var(--muted);display:flex;align-items:center;gap:7px;font-weight:700}.profile-actions{display:flex;gap:8px}.profile-hero{padding:22px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-bottom:14px;background:linear-gradient(135deg,var(--surface) 50%,#2b72ea0b)}.profile-avatar{width:76px;height:76px;border-radius:21px;background:linear-gradient(135deg,#296ee9,#5f83e8);color:#fff;display:grid;place-items:center;font-size:25px;font-weight:800;box-shadow:0 8px 20px #276be62b}.profile-main h1{font-size:27px;margin:3px 0}.profile-meta,.profile-contact{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.profile-meta{font-size:12px;color:var(--muted)}.profile-contact{margin-top:9px;color:var(--muted);font-size:12px}.profile-contact span{display:flex;align-items:center;gap:5px}.profile-score{text-align:center}.score-ring,.quality-ring{width:76px;height:76px;border-radius:50%;background:conic-gradient(var(--green) var(--score),#e6ebf3 0);position:relative;display:grid;place-items:center;margin:auto}.score-ring:after,.quality-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--surface)}.score-ring span,.quality-ring strong{z-index:1;font-size:20px}.profile-score>strong{display:block;font-size:11px;margin-top:5px}.profile-score>small{font-size:10px;color:var(--muted)}.profile-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:6px 18px 18px}.info-item{display:flex;gap:9px;padding:13px 4px;border-bottom:1px dashed var(--line)}.info-item>span{width:34px;height:34px;background:var(--surface2);border-radius:9px;color:var(--blue);display:grid;place-items:center}.info-item div{display:flex;flex-direction:column}.info-item small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.45px}.info-item strong{font-size:12px;margin-top:2px;word-break:break-word}.note-box{margin:0 18px 18px;background:#fff8e9;border:1px solid #f7dfb4;border-radius:11px;padding:12px}.note-box strong{font-size:11px}.note-box p{font-size:12px;margin:3px 0 0}.document-list{padding:7px 15px 14px}.document-row{display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.doc-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;background:#f0f2f7;color:#8994a6}.doc-icon.ok{background:#e8f8f2;color:var(--green)}.document-row>span:nth-child(2){display:flex;flex-direction:column}.document-row strong{font-size:12px}.document-row small{font-size:10px;color:var(--muted)}.timeline{padding:16px 22px 24px}.timeline-item{display:grid;grid-template-columns:20px 1fr;gap:10px;position:relative;padding-bottom:16px}.timeline-item:before{content:"";position:absolute;left:5px;top:13px;bottom:-3px;border-left:1px solid var(--line)}.timeline-item:last-child:before{display:none}.timeline-item>span{width:11px;height:11px;border-radius:50%;background:var(--blue);margin-top:5px;z-index:1}.timeline-item strong{font-size:12px}.timeline-item p{font-size:11px;color:var(--muted);margin:2px 0}.timeline-item small{font-size:10px;color:#9aa4b4}.form-card{overflow:hidden}.form-section{padding:20px 22px;border-bottom:1px solid var(--line)}.form-section h3{font-size:15px;margin:0 0 14px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.form-grid label,.form-stack label{display:flex;flex-direction:column;gap:6px;font-size:11px;color:var(--muted);font-weight:700}.form-grid label.wide{grid-column:span 3}.form-grid textarea,.form-stack textarea{min-height:80px;resize:vertical}.form-footer{padding:17px 22px;display:flex;justify-content:flex-end;gap:8px}.form-error{background:#fff0f2;color:#b94355;border:1px solid #ffd0d7;padding:10px 12px;border-radius:10px;font-size:12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:10px}.import-card{padding:20px}.upload-zone{border:2px dashed #cfd9ea;border-radius:16px;background:var(--surface2);min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:var(--muted);text-align:center;padding:24px}.upload-zone h3{color:var(--text);margin:2px 0;font-size:17px}.upload-zone p{margin:0;max-width:550px;font-size:12px}.upload-zone input{border:1px solid var(--line);background:var(--surface);padding:8px;border-radius:9px}.preview-area{margin-top:18px}.preview-summary{display:flex;gap:10px;margin-bottom:12px}.preview-summary span{padding:10px 14px;border:1px solid var(--line);border-radius:10px;font-size:11px;background:var(--surface2)}.preview-summary b{font-size:16px;margin-right:4px}.preview-summary .ok{color:var(--green)}.preview-summary .bad{color:var(--red)}.error-text,.success-text{display:flex;align-items:center;gap:5px;font-size:11px}.error-text{color:var(--red)}.success-text{color:var(--green)}.confirm-bar{margin-top:14px;display:flex;justify-content:space-between;align-items:center;padding:14px;background:var(--surface2);border-radius:12px}.confirm-bar div{display:flex;flex-direction:column}.confirm-bar small{color:var(--muted);font-size:11px}.success-panel{text-align:center;padding:50px;color:var(--green)}.success-panel h2{color:var(--text);margin:10px 0 4px}.success-panel p{color:var(--muted)}.pipeline-list{padding:0 15px 12px}.pipeline-row{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(260px,1.5fr) auto 105px 20px;gap:16px;align-items:center;padding:12px 0;text-align:left}.pipeline-progress>div{height:7px;border-radius:99px;background:#edf1f7;overflow:hidden}.pipeline-progress>div span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#2870ea,#5b8df0)}.pipeline-progress small{font-size:10px;color:var(--muted)}.target small{font-size:9px;color:var(--muted)}.task-list{display:flex;flex-direction:column}.task-row{display:grid;grid-template-columns:36px 1fr 180px;gap:10px;align-items:center;padding:11px 2px;border-bottom:1px solid var(--line)}.task-check{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f0f2f6;color:#8d98a9}.task-check.done{background:#e8f8f2;color:var(--green)}.task-check.blocked{background:#fff0f2;color:var(--red)}.task-row div{display:flex;flex-direction:column}.task-row strong{font-size:12px}.task-row small{font-size:10px;color:var(--muted)}.task-row select{height:38px;border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:0 9px}.payroll-stack{display:flex;flex-direction:column;gap:14px}.training-grid{padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.training-card{border:1px solid var(--line);border-radius:13px;padding:15px;display:flex;gap:12px;background:var(--surface2)}.training-icon{width:44px;height:44px;border-radius:12px;background:#ece9ff;color:var(--purple);display:grid;place-items:center}.training-card small{font-size:9px;color:var(--muted)}.training-card h3{font-size:14px;margin:3px 0}.training-card p{font-size:11px;color:var(--muted);margin:0}.training-meta{margin-top:9px;display:flex;gap:8px;align-items:center;font-size:10px}.ai-brief{padding:16px;margin-bottom:14px;background:linear-gradient(135deg,var(--surface) 55%,#5f6ff012)}.ai-title{display:flex;gap:11px;margin-bottom:8px}.ai-title>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#6859e8,#3377ea);color:#fff}.ai-title small{font-size:9px;font-weight:800;color:var(--purple);letter-spacing:.6px}.ai-title h3{font-size:16px;margin:1px 0}.ai-title p{font-size:10px;color:var(--muted);margin:0}.analytics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.analytics-grid .wide-chart{grid-column:span 2}.quality-content{display:flex;align-items:center;gap:23px;padding:22px}.quality-ring{width:112px;height:112px;flex:0 0 auto}.quality-ring:after{inset:11px}.quality-ring small{z-index:1;position:absolute;margin-top:37px;color:var(--muted);font-size:9px}.quality-row{margin-bottom:14px}.quality-row>div:first-child{display:flex;justify-content:space-between;font-size:10px}.quality-row>div:last-child{height:6px;background:#edf0f5;border-radius:99px;overflow:hidden;margin-top:5px}.quality-row>div:last-child span{display:block;height:100%;background:var(--blue);border-radius:99px}.anomaly-grid{padding:14px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.anomaly-card{border:1px solid var(--line);border-radius:12px;background:var(--surface2);padding:12px;display:grid;grid-template-columns:36px 1fr 18px;gap:9px;text-align:left;align-items:center}.anomaly-card>span{width:34px;height:34px;border-radius:9px;background:#fff4e5;color:var(--orange);display:grid;place-items:center}.anomaly-card.danger>span{background:#fff0f2;color:var(--red)}.anomaly-card strong{font-size:11px}.anomaly-card p{font-size:9px;color:var(--muted);margin:2px 0}.activity-list{padding:7px 16px}.activity-row{display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.activity-icon{width:36px;height:36px;border-radius:10px;background:#eef3ff;color:var(--blue);display:grid;place-items:center}.activity-copy strong{font-size:12px}.activity-copy small{font-size:10px;color:var(--muted)}.activity-action{font-size:9px;padding:4px 7px;border-radius:99px;background:var(--surface2);color:var(--muted)}.system-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:14px}.system-cards>button{border:1px solid var(--line);background:var(--surface);border-radius:15px;padding:16px;display:flex;align-items:center;gap:12px;text-align:left;box-shadow:0 8px 20px #14325a0a}.system-cards>button.active{border-color:#a8c3f5;box-shadow:0 0 0 3px #276be611}.system-cards button>span:nth-child(2){display:flex;flex-direction:column}.system-cards strong{font-size:13px}.system-cards small{font-size:10px;color:var(--muted)}.org-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.simple-list{padding:5px 15px 14px}.simple-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}.simple-list>div>span:first-child{display:flex;flex-direction:column}.simple-list strong{font-size:11px}.simple-list small{font-size:9px;color:var(--muted)}.dot-status{font-size:9px;color:var(--green)}.role-grid{padding:16px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.role-card{display:flex;gap:12px;padding:14px;border:1px solid var(--line);border-radius:13px;background:var(--surface2)}.role-icon{width:42px;height:42px;border-radius:11px;background:#e8f8f2;color:var(--green);display:grid;place-items:center;flex:0 0 auto}.role-card small{font-size:9px;color:var(--muted)}.role-card h3{font-size:14px;margin:2px 0}.role-card p{font-size:10px;color:var(--muted);margin:2px 0 7px}.role-card strong{font-size:10px;color:var(--blue)}.permission-grid{max-height:310px;overflow:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:5px}.permission-grid label{display:flex;flex-direction:row;align-items:center;gap:8px;border:1px solid var(--line);padding:9px;border-radius:9px}.permission-grid label span{display:flex;flex-direction:column}.permission-grid small{font-size:9px;color:var(--muted)}.self-hero{padding:20px;display:flex;align-items:center;gap:16px;margin-bottom:14px}.self-hero h2{margin:0;font-size:22px}.self-hero p{margin:4px 0 8px;color:var(--muted);font-size:12px}.self-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.request-list{padding:7px 15px}.request-list>div{display:grid;grid-template-columns:36px 1fr auto;gap:9px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.request-icon{width:34px;height:34px;border-radius:9px;background:#eef3ff;color:var(--blue);display:grid;place-items:center}.request-list>div>span:nth-child(2){display:flex;flex-direction:column}.request-list strong{font-size:11px}.request-list small{font-size:9px;color:var(--muted)}.inline-actions{display:flex;gap:5px}.icon-btn.success{color:var(--green)}.icon-btn.danger{color:var(--red)}.modal-backdrop{position:fixed;z-index:90;inset:0;background:#101b2b80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:20px}.modal{width:min(520px,96vw);max-height:88vh;background:var(--surface);border:1px solid var(--line);border-radius:17px;box-shadow:0 28px 70px #00000038;overflow:hidden}.modal.wide{width:min(840px,96vw)}.modal-head{height:58px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.modal-head h3{font-size:15px;margin:0}.modal-head .icon-btn{font-size:24px;border:0}.modal-body{padding:17px;overflow:auto;max-height:calc(88vh - 58px)}.notification-list{display:flex;flex-direction:column}.notice{border:0;border-bottom:1px solid var(--line);background:transparent;display:grid;grid-template-columns:10px 1fr;gap:9px;padding:11px;text-align:left}.notice-dot{width:7px;height:7px;border-radius:50%;background:var(--blue);margin-top:5px}.notice.warning .notice-dot{background:var(--orange)}.notice.danger .notice-dot{background:var(--red)}.notice span:last-child{display:flex;flex-direction:column}.notice strong{font-size:11px}.notice small{font-size:9px;color:var(--muted)}.command-backdrop{position:fixed;z-index:100;inset:0;background:#15223b70;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-start;padding-top:11vh}.command-box{width:min(700px,94vw);background:var(--surface);border:1px solid var(--line);border-radius:17px;box-shadow:0 28px 80px #0000003b;overflow:hidden}.command-input{height:62px;display:flex;align-items:center;gap:10px;padding:0 15px;border-bottom:1px solid var(--line)}.command-input input{flex:1;border:0;outline:0;background:transparent;font-size:15px}.command-scroll{padding:8px;max-height:65vh;overflow:auto}.command-section{font-size:9px;font-weight:800;letter-spacing:.8px;color:var(--muted);padding:9px 10px 5px}.command-scroll button{width:100%;min-height:54px;border:0;background:transparent;border-radius:10px;display:grid;grid-template-columns:40px 1fr 18px;gap:9px;align-items:center;text-align:left;padding:7px}.command-scroll button:hover{background:var(--surface2)}.command-scroll button>span:nth-child(2){display:flex;flex-direction:column}.command-scroll strong{font-size:12px}.command-scroll small{font-size:10px;color:var(--muted)}.cmd-icon{width:36px;height:36px;border-radius:9px;background:#eef3ff;color:var(--blue);display:grid;place-items:center}.copilot-fab{position:fixed;z-index:45;right:26px;bottom:22px;height:44px;border:0;border-radius:13px;background:linear-gradient(135deg,#173f87,#2c73eb);color:#fff;box-shadow:0 10px 25px #1c4d9d4a;padding:0 15px;display:flex;align-items:center;gap:8px;font-weight:800;font-size:12px}.copilot{position:fixed;z-index:80;right:24px;bottom:78px;width:440px;height:min(650px,calc(100vh - 115px));background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:0 25px 60px #10254747;display:flex;flex-direction:column;overflow:hidden}.copilot-head{min-height:70px;background:linear-gradient(135deg,#173f87,#2d73e9);color:#fff;display:flex;align-items:center;gap:11px;padding:0 16px}.copilot-logo{width:42px;height:42px;border:1px solid #ffffff28;border-radius:11px;background:#ffffff16;display:grid;place-items:center}.copilot-head>div{display:flex;flex-direction:column;flex:1}.copilot-head strong{font-size:16px}.copilot-head small{font-size:11px;color:#d9e8ff}.copilot-head small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#43d5a0;margin-right:4px}.copilot-head>button{border:0;background:#ffffff10;color:#fff;width:36px;height:36px;border-radius:10px;display:grid;place-items:center}.copilot-intro{padding:16px;border-bottom:1px solid var(--line)}.copilot-intro>strong{display:block;font-size:15px}.copilot-intro>span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.chips{display:flex;gap:6px;overflow:auto;margin-top:11px}.chips button{white-space:nowrap;border:1px solid #cedaf0;background:var(--surface);color:#3d5e9d;border-radius:99px;padding:7px 10px;font-size:10px;font-weight:700}.copilot-messages{flex:1;overflow:auto;padding:12px;background:var(--surface2)}.chat-row{display:flex;margin:7px 0}.chat-row.user{justify-content:flex-end}.bubble{max-width:88%;border-radius:13px;padding:10px 11px;background:var(--surface);box-shadow:0 3px 9px #14305a0d;font-size:12px}.user .bubble{background:var(--blue);color:#fff;border-bottom-right-radius:4px}.assistant-results{margin-top:8px;display:flex;flex-direction:column;gap:6px}.assistant-results button{border:1px solid var(--line);background:var(--surface2);border-radius:9px;padding:8px;display:grid;grid-template-columns:28px 1fr;gap:7px;text-align:left;color:var(--text)}.assistant-results button span{display:flex;flex-direction:column}.assistant-results small{font-size:9px;color:var(--muted)}.assistant-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:8px}.assistant-kpis span{background:var(--surface2);border-radius:8px;padding:8px;font-size:9px;color:var(--muted)}.assistant-kpis b{display:block;font-size:13px;color:var(--text)}.copilot-input{height:64px;display:flex;gap:8px;padding:9px;border-top:1px solid var(--line);background:var(--surface)}.copilot-input input{flex:1;border:1px solid #9dbaf0;border-radius:11px;padding:0 12px;outline:0;font-size:12px;background:var(--surface)}.copilot-input button{width:44px;border:0;border-radius:11px;background:var(--blue);color:#fff;display:grid;place-items:center}.login-page{min-height:100vh;display:grid;grid-template-columns:54% 46%;background:#fff}.login-hero{position:relative;background:radial-gradient(circle at 94% 4%,#ffffff0c 0 110px,transparent 112px),linear-gradient(145deg,#12356c,#174d9a 52%,#2873e1);color:#fff;padding:38px clamp(50px,7vw,120px);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.login-logo{width:210px;height:105px;object-fit:contain;object-position:left center}.login-copy{max-width:570px}.login-copy h1{font-size:37px;line-height:1.18;letter-spacing:-1.2px;margin:8px 0 14px}.login-copy p{font-size:14px;color:#dce9ff;line-height:1.75;max-width:530px}.hero-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.hero-pills span{display:flex;align-items:center;gap:6px;border:1px solid #ffffff2e;background:#ffffff10;border-radius:99px;padding:8px 11px;font-size:11px}.login-facts{display:flex;gap:10px}.login-facts div{min-width:170px;background:#ffffff12;border:1px solid #ffffff20;border-radius:12px;padding:11px 13px;display:flex;flex-direction:column}.login-facts small{font-size:8px;color:#c7dcff;letter-spacing:.7px}.login-facts strong{font-size:12px;margin-top:2px}.login-panel{display:grid;place-items:center;padding:40px;background:#fff;color:#182032}.login-card{width:min(520px,86%)}.login-card h2{font-size:27px;margin:0 0 5px}.login-card>p{font-size:12px;color:#8490a5;margin:0 0 23px}.login-card label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:700;color:#526079;margin-bottom:14px}.login-card input{height:52px;border:1px solid #dce3ef;border-radius:10px;padding:0 14px;font-size:14px;outline:0;color:#1c2739}.login-card input:focus{border-color:#7fa5ed;box-shadow:0 0 0 4px #2a6ce914}.password-wrap{position:relative}.password-wrap input{width:100%;padding-right:46px}.password-wrap button{position:absolute;right:7px;top:6px;width:40px;height:40px;border:0;background:transparent;color:#91a0b5;display:grid;place-items:center}.login-submit{width:100%;height:50px;margin-top:4px}.login-note{display:block;text-align:center;color:#a0a9b8;font-size:10px;margin-top:14px}.login-brand-mobile{display:none}.not-found{min-height:70vh;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.not-found>strong{font-size:80px;color:#dfe7f7}.not-found h1{margin:0}.not-found p{color:var(--muted)}@media(max-width:1280px){.stats-grid.six{grid-template-columns:repeat(3,1fr)}.analytics-grid{grid-template-columns:repeat(2,1fr)}.analytics-grid .wide-chart{grid-column:1/-1}.training-grid,.anomaly-grid,.role-grid{grid-template-columns:repeat(2,1fr)}.org-grid{grid-template-columns:1fr 1fr}.login-copy h1{font-size:32px}}@media(max-width:980px){.sidebar{width:86px}.sidebar .brand div,.sidebar nav a span,.sidebar .collapse-btn span{display:none}.sidebar .brand,.sidebar nav a,.sidebar .collapse-btn{justify-content:center}.main-shell,.sidebar.collapsed+.main-shell{width:calc(100% - 86px);margin-left:86px}.global-search{min-width:240px}.account>div{display:none}.stats-grid.four,.stats-grid.three{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.profile-grid,.self-grid{grid-template-columns:1fr}.profile-grid .full{grid-column:auto}.form-grid{grid-template-columns:repeat(2,1fr)}.form-grid label.wide{grid-column:span 2}.system-cards,.login-page{grid-template-columns:1fr}.login-hero{display:none}.login-panel{min-height:100vh}.login-brand-mobile{display:block;text-align:center}.login-brand-mobile img{width:170px;height:90px;object-fit:contain;background:#164786;border-radius:14px;padding:10px}}@media(max-width:700px){body{font-size:14px}.sidebar{display:none}.main-shell,.sidebar.collapsed+.main-shell{width:100%;margin-left:0}.topbar{padding:0 12px;height:62px}.global-search{min-width:0;flex:1}.global-search span,.global-search kbd,.account{display:none}.page{padding:20px 12px 90px}.page-header{align-items:flex-start;flex-direction:column}.page-header h1{font-size:25px}.page-actions{width:100%}.page-actions .btn{flex:1}.stats-grid.six,.stats-grid.four,.stats-grid.three{grid-template-columns:repeat(2,1fr)}.stat-card{min-height:82px;padding:12px}.stat-value{font-size:19px}.dashboard-grid,.insight-grid,.analytics-grid,.training-grid,.anomaly-grid,.org-grid,.role-grid{grid-template-columns:1fr}.analytics-grid .wide-chart{grid-column:auto}.filters{grid-template-columns:1fr}.profile-hero{grid-template-columns:auto 1fr}.profile-score{grid-column:1/-1;display:none}.detail-grid,.form-grid{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.pipeline-row{grid-template-columns:1fr auto}.pipeline-progress,.target,.pipeline-row>svg{display:none}.copilot{right:8px;left:8px;width:auto;bottom:70px;height:calc(100vh - 90px)}.copilot-fab{right:13px;bottom:13px}.copilot-fab span{display:none}.two-col,.permission-grid{grid-template-columns:1fr}.login-card{width:94%}.login-panel{padding:22px}}.page-header p{font-size:15px}.eyebrow,.stat-label,.stat-detail{font-size:12px}.card-head h3{font-size:18px}.count-pill{font-size:12px}.btn{font-size:14px}th{font-size:12px}td,.person-cell strong{font-size:14px}.person-cell small,td small.block,.block{font-size:12px}.badge{font-size:12px;min-height:27px}.filters select,.form-stack select,.form-stack input,.form-stack textarea,.form-grid input,.form-grid select,.form-grid textarea,.search-box input{font-size:14px}.form-grid label,.form-stack label{font-size:13px}.info-item small{font-size:12px}.info-item strong,.document-row strong{font-size:14px}.document-row small{font-size:12px}.timeline-item strong{font-size:14px}.timeline-item p,.timeline-item small,.pipeline-progress small,.target strong,.task-row small{font-size:12px}.target small{font-size:11px}.task-row strong{font-size:14px}.training-card small,.training-card p,.training-meta{font-size:12px}.training-card h3{font-size:15px}.ai-title small,.ai-title p{font-size:12px}.insight strong{font-size:14px}.insight p{font-size:12px}.anomaly-card strong{font-size:13px}.anomaly-card p{font-size:12px}.activity-copy strong{font-size:14px}.activity-copy small,.activity-action{font-size:12px}.system-cards strong{font-size:14px}.system-cards small{font-size:12px}.simple-list strong{font-size:13px}.simple-list small,.dot-status,.role-card small,.role-card p,.role-card strong{font-size:12px}.role-card h3{font-size:15px}.permission-grid strong{font-size:13px}.permission-grid small{font-size:12px}.request-list strong{font-size:13px}.request-list small{font-size:12px}.notice strong{font-size:13px}.notice small{font-size:12px}.command-section{font-size:11px}.command-scroll strong{font-size:14px}.command-scroll small{font-size:12px}.copilot-fab{font-size:13px}.copilot-head small,.chips button{font-size:12px}.assistant-kpis span{font-size:11px}.assistant-kpis b{font-size:15px}.login-card>p{font-size:14px}.login-card label{font-size:14px}.login-note{font-size:12px}.login-facts small{font-size:11px}.login-facts strong{font-size:14px}:root{--bg:#f3f6fb;--surface:#ffffff;--surface2:#f8fafc;--surface-2:#f8fafc;--text:#111827;--muted:#7b8496;--line:#e9edf4;--border:#e9edf4;--blue:#2468e5;--blue2:#1658cd;--primary:#2468e5;--primary-soft:#edf4ff;--green:#16b981;--green-soft:#e8faf3;--orange:#f5a623;--amber:#f5a623;--amber-soft:#fff7e8;--red:#e45454;--red-soft:#fff0f0;--purple:#7c3aed;--violet:#7c3aed;--violet-soft:#f3edff;--cyan:#0ea5e9;--shadow:0 12px 34px rgba(30,50,90,.06);--radius:16px;--sidebar:232px;--topbar:72px}:root[data-theme=dark]{--bg:#0f1623;--surface:#161f2d;--surface2:#1b2636;--surface-2:#1b2636;--text:#eef3fb;--muted:#9aa7bb;--line:#2a3547;--border:#2a3547;--primary-soft:#18305a;--green-soft:#12382e;--amber-soft:#3a2c15;--red-soft:#3a2025;--violet-soft:#2d2352;--shadow:0 16px 38px rgba(0,0,0,.22)}html,body,#root{min-height:100%}body{font-size:14px;background:var(--bg);color:var(--text)}svg{stroke-width:1.8}.php-ui-shell.app-shell{display:block;min-height:100vh}.php-ui-shell .sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:40;background:var(--surface);color:var(--text);border-right:1px solid var(--border);padding:18px 14px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;box-shadow:none;transition:transform .22s ease}.php-ui-shell .brand{height:auto;min-height:96px;display:flex;align-items:center;justify-content:center;padding:7px 8px 20px;border-bottom:1px solid var(--border);margin:0 0 16px}.php-ui-shell .brand-logo{display:block;width:min(188px,100%);height:auto;max-height:88px;object-fit:contain}.php-ui-shell .sidebar-label{padding:0 10px 8px;color:#9aa2b1;font-size:10px;font-weight:800;letter-spacing:.08em}.php-ui-shell .sidebar-label-space{margin-top:22px}.php-ui-shell .sidebar-nav{display:flex;flex-direction:column;gap:5px;flex:none}.php-ui-shell .sidebar-nav .nav-item{min-height:42px;height:auto;display:flex;align-items:center;gap:11px;padding:10px 11px;border-radius:11px;color:#4c5566;background:transparent;font-size:13px;font-weight:600;white-space:nowrap;transition:background .18s,color .18s,transform .18s}:root[data-theme=dark] .php-ui-shell .sidebar-nav .nav-item{color:#c4cfdf}.php-ui-shell .sidebar-nav .nav-item svg{width:17px;height:17px;flex:0 0 auto}.php-ui-shell .sidebar-nav .nav-item:hover{background:var(--surface2);color:var(--text);transform:translate(1px)}.php-ui-shell .sidebar-nav .nav-item.active{background:linear-gradient(90deg,var(--primary-soft),color-mix(in srgb,var(--primary-soft) 60%,transparent));color:var(--primary);font-weight:700;box-shadow:none}.php-ui-shell .nav-arrow{margin-left:auto;font-size:20px;color:#9aa2b1;line-height:1}.php-ui-shell .nav-new{margin-left:auto;padding:3px 6px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:8px;line-height:1;font-style:normal;font-weight:800;letter-spacing:.04em}.php-ui-shell .sidebar-footer{margin-top:auto;padding-top:18px;display:flex;flex-direction:column;gap:9px}.php-ui-shell .self-service-link{display:grid;grid-template-columns:34px minmax(0,1fr) 16px;align-items:center;gap:9px;padding:10px;border-radius:13px;border:1px solid var(--border);background:var(--surface);transition:.18s}.php-ui-shell .self-service-link:hover{background:var(--surface2);border-color:#cbd8ee}.php-ui-shell .self-service-link>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}.php-ui-shell .self-service-link>span svg{width:16px;height:16px}.php-ui-shell .self-service-link>div{display:flex;flex-direction:column;min-width:0}.php-ui-shell .self-service-link strong{font-size:11px}.php-ui-shell .self-service-link small{font-size:9px;color:var(--muted);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.php-ui-shell .self-service-link>svg{width:14px;color:#9aa2b1}.php-ui-shell .mini-company{padding:12px;border-radius:13px;background:var(--surface2);display:flex;gap:10px;align-items:center}.php-ui-shell .mini-company .mini-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--surface);color:var(--primary);border:1px solid var(--border)}.php-ui-shell .mini-company .mini-icon svg{width:16px;height:16px}.php-ui-shell .mini-company div{display:flex;flex-direction:column}.php-ui-shell .mini-company strong{font-size:12px}.php-ui-shell .mini-company small{font-size:9px;color:var(--muted);margin-top:2px}.php-ui-shell .main-area{width:auto;margin-left:var(--sidebar);min-height:100vh;transition:none}.php-ui-shell .page-wrap{padding:24px 28px 50px;max-width:1600px;margin:0 auto}.php-ui-shell .topbar{height:var(--topbar);background:color-mix(in srgb,var(--surface) 96%,transparent);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 26px;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.php-ui-shell .topbar-left,.php-ui-shell .topbar-right{display:flex;align-items:center;gap:12px}.php-ui-shell .welcome{display:flex;align-items:baseline;gap:6px}.php-ui-shell .welcome small{font-size:12px;color:var(--muted)}.php-ui-shell .global-search{width:310px;min-width:310px;max-width:440px;flex:none;height:40px;display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px;background:var(--surface2);color:var(--muted);padding:0 10px 0 12px;text-align:left;overflow:hidden}.php-ui-shell .global-search>svg{width:16px;height:16px;flex:0 0 auto}.php-ui-shell .global-search>span{flex:1;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.php-ui-shell .global-search kbd{display:flex;align-items:center;gap:3px;padding:3px 6px;border:1px solid var(--border);border-radius:6px;background:var(--surface);font-size:9px;color:var(--muted);box-shadow:none}.php-ui-shell .global-search kbd svg{width:11px;height:11px}.php-ui-shell .icon-button,.php-ui-shell .icon-btn{position:relative;width:38px;height:38px;border:1px solid transparent;background:transparent;border-radius:10px;display:inline-grid;place-items:center;cursor:pointer;color:#4b5563;transition:.18s;padding:0}:root[data-theme=dark] .php-ui-shell .icon-button,:root[data-theme=dark] .php-ui-shell .icon-btn{color:#b9c5d6}.php-ui-shell .icon-button:hover,.php-ui-shell .icon-btn:hover{background:var(--surface2);border-color:var(--border);color:var(--primary)}.php-ui-shell .mobile-menu{display:none}.php-ui-shell .user-chip{display:flex;align-items:center;gap:9px;padding-left:2px}.php-ui-shell .user-chip-button{border:0;background:transparent;color:inherit;font:inherit;border-radius:14px;padding:4px 5px}.php-ui-shell .user-meta{display:flex;flex-direction:column;min-width:110px;max-width:170px}.php-ui-shell .user-meta strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.php-ui-shell .user-meta small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.php-ui-shell .avatar{width:34px;height:34px;border:0;border-radius:50%;background:#edf2ff;color:#375b9f;font-size:11px;font-weight:800;display:grid;place-items:center;position:relative;padding:0;overflow:visible}.php-ui-shell .avatar-photo>img{display:block;width:100%;height:100%;object-fit:cover;border-radius:50%}.php-ui-shell .avatar-edit-badge{position:absolute;right:-5px;bottom:-4px;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;border:2px solid var(--surface);box-shadow:0 3px 8px #2468e547}.php-ui-shell .avatar-edit-badge svg{width:8px;height:8px;stroke-width:2.4}.php-ui-shell .notification-menu{position:relative}.php-ui-shell .notification-count{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:#df4545;color:#fff;border:2px solid var(--surface);font-size:8px;font-weight:800}.php-ui-shell .notification-dropdown{position:absolute;right:0;top:calc(100% + 12px);width:380px;max-width:calc(100vw - 30px);background:var(--surface);border:1px solid var(--border);border-radius:15px;box-shadow:0 22px 60px #1a273f29;z-index:200;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.16s;overflow:hidden}.php-ui-shell .notification-menu.open .notification-dropdown{opacity:1;visibility:visible;transform:none}.php-ui-shell .notification-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border-bottom:1px solid var(--border)}.php-ui-shell .notification-head>div{display:flex;flex-direction:column;gap:2px}.php-ui-shell .notification-head strong{font-size:13px}.php-ui-shell .notification-head small{font-size:10px;color:var(--muted)}.php-ui-shell .notification-head>span{min-width:26px;height:26px;border-radius:999px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);font-size:10px;font-weight:800}.php-ui-shell .notification-list{max-height:410px;overflow:auto}.php-ui-shell .notification-item{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;color:inherit;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px 14px;text-align:left}.php-ui-shell .notification-item:hover{background:var(--surface2)}.php-ui-shell .notification-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--amber-soft);color:#ba7a00}.php-ui-shell .notification-icon svg{width:16px;height:16px}.php-ui-shell .notification-item>span:last-child{display:flex;flex-direction:column}.php-ui-shell .notification-item strong{font-size:11px}.php-ui-shell .notification-item small{font-size:9px;color:var(--muted);margin-top:2px;line-height:1.45}.php-ui-shell .notification-item.danger .notification-icon{background:var(--red-soft);color:var(--red)}.php-ui-shell .notification-item.success .notification-icon{background:var(--green-soft);color:var(--green)}.php-ui-shell .notification-empty{min-height:170px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:24px;color:var(--muted)}.php-ui-shell .notification-empty>svg{width:28px;height:28px;margin-bottom:8px}.php-ui-shell .notification-empty strong{font-size:12px;color:var(--text)}.php-ui-shell .notification-empty small{font-size:10px;margin-top:3px}.page-heading,.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:2px 0 20px}.page-heading>div:first-child,.page-header>div:first-child{min-width:0}.page-heading h1,.page-header h1{font-size:25px;line-height:1.2;margin:4px 0 6px;letter-spacing:-.035em}.page-heading p,.page-header p{margin:0;color:var(--muted);font-size:12px}.eyebrow{font-size:9px;font-weight:800;letter-spacing:.14em;color:var(--primary)}.page-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.btn{border:1px solid transparent;min-height:38px;border-radius:10px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;cursor:pointer;transition:.18s}.btn svg{width:16px;height:16px}.btn.primary,.btn.btn-primary{background:var(--primary);color:#fff;box-shadow:0 7px 16px #2468e52e}.btn.primary:hover,.btn.btn-primary:hover{background:#1658cd;transform:translateY(-1px)}.btn.ghost,.btn.btn-secondary{background:var(--surface);border-color:var(--border);color:#424c5e;box-shadow:none}:root[data-theme=dark] .btn.ghost,:root[data-theme=dark] .btn.btn-secondary{color:#dbe4f1}.btn.ghost:hover,.btn.btn-secondary:hover{background:var(--surface2)}.btn-block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:17px 18px}.card-head h2,.card-head h3{margin:0 0 3px;font-size:14px;letter-spacing:-.015em}.card-head p{margin:0;color:var(--muted);font-size:10px}.stats-grid{gap:14px;margin-bottom:14px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:15px 16px;box-shadow:var(--shadow);min-height:105px}.stat-top{display:flex;align-items:center;justify-content:space-between;color:#6b7280;font-size:10px;text-transform:uppercase;letter-spacing:.035em;font-weight:700}:root[data-theme=dark] .stat-top{color:#9aa7bb}.stat-icon{width:29px;height:29px;border-radius:9px;display:grid;place-items:center}.stat-icon svg{width:14px;height:14px}.stat-icon.blue{background:var(--primary-soft);color:var(--primary)}.stat-icon.green{background:var(--green-soft);color:var(--green)}.stat-icon.violet,.stat-icon.purple{background:var(--violet-soft);color:var(--violet)}.stat-icon.amber,.stat-icon.orange{background:var(--amber-soft);color:var(--amber)}.stat-icon.cyan{background:#e8f8fd;color:#0b98c8}.stat-value{font-size:24px;font-weight:750;letter-spacing:-.04em;margin:3px 0 6px}.stat-note,.stat-detail{display:flex;align-items:center;gap:5px;font-size:9px;color:#838b99}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(320px,.78fr);gap:14px;margin-bottom:14px}.dashboard-lower{margin-bottom:14px}.chart-card{min-width:0}.chart-box{height:300px;padding:0 14px 15px}.chart-box.small{height:240px}.chart-box.large{height:420px}.link-btn{border:0;background:transparent;color:var(--primary);display:inline-flex;align-items:center;gap:5px;font-size:10px;font-weight:700}.count-pill{min-width:27px;height:27px;padding:0 7px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:10px;font-weight:800;display:grid;place-items:center}.alert-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.alert-item{width:100%;border:0;border-bottom:1px solid var(--border);background:transparent;color:inherit;display:grid;grid-template-columns:32px minmax(0,1fr) 16px;gap:9px;align-items:center;padding:11px 14px;text-align:left}.alert-item:hover{background:var(--surface2)}.alert-item:last-child{border-bottom:0}.alert-icon{width:32px;height:32px;border-radius:9px;background:var(--amber-soft);color:#b97900;display:grid;place-items:center}.alert-item.danger .alert-icon{background:var(--red-soft);color:var(--red)}.alert-item.success .alert-icon{background:var(--green-soft);color:var(--green)}.alert-item strong{font-size:10px;display:block}.alert-item small{font-size:9px;color:var(--muted);display:block;margin-top:2px}.alert-item>svg{width:14px;color:#9aa2b1}.insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:0 18px 18px}.insight{display:flex;gap:9px;padding:11px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.insight>span,.insight>svg{width:31px;height:31px;border-radius:9px;padding:7px;background:var(--violet-soft);color:var(--violet);flex:none}.insight strong{font-size:10px}.insight p{font-size:9px;color:var(--muted);margin:2px 0 0}.table-wrap{overflow:auto;border-top:1px solid var(--border);border-radius:0 0 var(--radius) var(--radius)}table{width:100%;border-collapse:collapse;min-width:760px}th{height:42px;text-align:left;padding:0 14px;background:var(--surface2);color:var(--muted);font-size:10px;font-weight:700;white-space:nowrap}td{border-top:1px solid var(--border);padding:11px 14px;font-size:11px;color:color-mix(in srgb,var(--text) 78%,var(--muted));vertical-align:middle}tbody tr:hover{background:color-mix(in srgb,var(--surface2) 78%,transparent)}td strong{color:var(--text);font-size:11px}.block,td small.block{display:block;color:var(--muted);font-size:9px;margin-top:2px}.filters{padding:14px 16px;display:grid;grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(160px,.7fr));gap:10px;align-items:center}.filters.compact{grid-template-columns:minmax(260px,520px)}.search-box{height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface2);display:flex;align-items:center;gap:8px;padding:0 11px}.search-box svg{width:16px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:11px}.filters select{height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:0 10px;font-size:11px;color:var(--text)}.badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;font-size:9px;font-weight:700;white-space:nowrap}.badge.success{background:var(--green-soft);color:#16845f}.badge.warning{background:var(--amber-soft);color:#a66b00}.badge.danger{background:var(--red-soft);color:var(--red)}.badge.neutral{background:var(--surface2);color:var(--muted);border:1px solid var(--border)}.pagination{padding:13px 16px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:7px}.pagination button{width:34px;height:34px;border:1px solid var(--border);border-radius:9px;background:var(--surface);display:grid;place-items:center}.pagination button:hover:not(:disabled){border-color:#b8caed;color:var(--primary)}.pagination span{font-size:10px;color:var(--muted)}.form-card{padding:0;overflow:hidden}.form-section{padding:19px 20px;border-bottom:1px solid var(--border)}.form-section:last-child{border-bottom:0}.form-section h3{font-size:13px;margin:0 0 14px}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.form-grid label,.form-stack label,.field{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:650;color:#566174}:root[data-theme=dark] .form-grid label,:root[data-theme=dark] .form-stack label,:root[data-theme=dark] .field{color:#b9c5d6}.form-grid input,.form-grid select,.form-grid textarea,.form-stack input,.form-stack select,.form-stack textarea{width:100%;min-height:42px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);padding:9px 11px;outline:0;font-size:11px}.form-grid textarea,.form-stack textarea{min-height:90px;resize:vertical}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus{border-color:#8fb1ec;box-shadow:0 0 0 3px #2468e517}.form-grid label.wide{grid-column:span 2}.form-footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 20px;background:var(--surface2)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-stack{display:flex;flex-direction:column;gap:13px}.form-error,.alert.danger{padding:10px 12px;border-radius:10px;background:var(--red-soft);border:1px solid color-mix(in srgb,var(--red) 22%,transparent);color:var(--red);font-size:11px;margin-bottom:13px}.profile-hero,.self-hero{padding:20px 22px;display:flex;align-items:center;gap:16px;margin-bottom:14px}.profile-avatar{width:58px;height:58px;border-radius:16px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;font-size:17px;font-weight:800;flex:none}.self-hero h2{margin:0 0 3px;font-size:19px}.self-hero p{margin:0 0 7px;color:var(--muted);font-size:10px}.profile-grid,.self-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-grid .full{grid-column:1/-1}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 18px 18px;gap:10px}.detail-grid.one{grid-template-columns:1fr}.info-item{display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:flex-start;padding:10px;border:1px solid var(--border);border-radius:11px;background:var(--surface2)}.info-item>span{width:32px;height:32px;border-radius:9px;background:var(--surface);color:var(--primary);border:1px solid var(--border);display:grid;place-items:center}.info-item>span svg{width:15px}.info-item>div{display:flex;flex-direction:column}.info-item small{font-size:9px;color:var(--muted)}.info-item strong{font-size:11px;margin-top:2px;word-break:break-word}.simple-list,.request-list,.document-list,.task-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.simple-list>div,.request-list>div,.document-row,.task-row{padding:11px 16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:11px}.simple-list>div:last-child,.request-list>div:last-child{border-bottom:0}.simple-list>div>span,.request-list>div>span:nth-child(2){display:flex;flex-direction:column}.simple-list strong,.request-list strong{font-size:10px}.simple-list small,.request-list small{font-size:9px;color:var(--muted);margin-top:2px}.pipeline-list{border-top:1px solid var(--border)}.pipeline-row{display:grid;grid-template-columns:auto minmax(220px,1.3fr) minmax(180px,.9fr) auto 110px auto;align-items:center;gap:14px;padding:13px 18px;border-bottom:1px solid var(--border);transition:.18s}.pipeline-row:hover{background:var(--surface2)}.pipeline-row .mini-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f0edff;color:#516bc1;font-size:10px;font-weight:800}.pipeline-row .person-cell{display:flex;flex-direction:column;min-width:0}.person-cell strong{font-size:11px;color:var(--text)}.person-cell small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pipeline-progress{display:flex;flex-direction:column;gap:5px}.pipeline-progress>div{height:7px;border-radius:999px;background:#edf1f7;overflow:hidden}.pipeline-progress>div>span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#2468e5,#5f91ef)}.pipeline-progress small{font-size:8px;color:var(--muted)}.target{display:flex;flex-direction:column}.target small{font-size:8px;color:var(--muted)}.target strong{font-size:10px}.ai-brief{margin-bottom:14px;padding:18px;background:radial-gradient(circle at top right,rgba(91,124,255,.12),transparent 36%),linear-gradient(135deg,var(--surface),var(--surface2))}.ai-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.ai-title>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#2468e5,#7c3aed);color:#fff;box-shadow:0 9px 24px #4a4bdc33}.ai-title>span svg{width:19px}.ai-title small{font-size:8px;font-weight:800;letter-spacing:.1em;color:var(--violet)}.ai-title h3{margin:2px 0;font-size:18px}.ai-title p{margin:0;color:var(--muted);font-size:9px}.analytics-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:14px;margin-bottom:14px}.analytics-grid>.card:nth-child(n+3){min-width:0}.analytics-grid .wide-chart{grid-column:auto}.quality-content{padding:5px 18px 18px;display:flex;align-items:center;gap:18px}.quality-ring{--score:0deg;width:120px;height:120px;border-radius:50%;background:conic-gradient(var(--green) var(--score),rgba(130,145,170,.15) 0);display:grid;place-items:center;position:relative;flex:none}.quality-ring:after{content:"";position:absolute;inset:12px;border-radius:50%;background:var(--surface)}.quality-ring strong,.quality-ring small{position:relative;z-index:1}.quality-ring strong{font-size:25px}.quality-ring small{font-size:9px;color:var(--muted);margin-left:2px}.quality-bars{flex:1}.quality-row{margin-bottom:12px}.quality-row>div:first-child{display:flex;justify-content:space-between;font-size:9px;margin-bottom:5px}.quality-row>div:last-child{height:6px;background:var(--surface2);border-radius:99px;overflow:hidden}.quality-row>div:last-child>span{height:100%;display:block;background:var(--primary);border-radius:99px}.anomaly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding:0 18px 18px}.anomaly-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);color:inherit;display:grid;grid-template-columns:31px 1fr 16px;gap:9px;align-items:start;padding:11px;text-align:left}.anomaly-card:hover{background:var(--surface2)}.anomaly-card>span{width:31px;height:31px;border-radius:9px;background:var(--amber-soft);color:#b97900;display:grid;place-items:center}.anomaly-card strong{font-size:10px}.anomaly-card p{font-size:9px;color:var(--muted);margin:2px 0 0}.anomaly-card>svg{width:14px;color:#9aa2b1;margin-top:8px}.system-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.system-cards>*{min-width:0}.org-grid,.training-grid,.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.role-card,.training-card{padding:16px}.role-card h3,.training-card h3{font-size:13px;margin:7px 0 4px}.role-card p,.training-card p{font-size:9px;color:var(--muted)}.permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.permission-grid label{border:1px solid var(--border);border-radius:10px;padding:9px;display:flex;gap:8px;align-items:flex-start}.permission-grid span{display:flex;flex-direction:column}.permission-grid strong{font-size:10px}.permission-grid small{font-size:8px;color:var(--muted)}.activity-list{border-top:1px solid var(--border)}.activity-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:11px 16px;border-bottom:1px solid var(--border)}.activity-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary)}.activity-copy{display:flex;flex-direction:column}.activity-copy strong{font-size:10px}.activity-copy small,.activity-action{font-size:9px;color:var(--muted)}.activity-action{padding:4px 7px;border-radius:99px;background:var(--surface2);border:1px solid var(--border)}.modal-backdrop{position:fixed;inset:0;z-index:500;background:#0d17286b;display:grid;place-items:center;padding:24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(560px,100%);max-height:calc(100vh - 48px);overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 28px 90px #0a19323d}.modal.wide{width:min(900px,100%)}.modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);z-index:2}.modal-head h3{margin:0;font-size:15px}.modal-body{padding:18px}.empty{min-height:120px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:22px;color:var(--muted)}.empty strong{font-size:12px;color:var(--text)}.empty span{font-size:9px;margin-top:3px}.loading{min-height:55vh;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(0,54%) minmax(520px,46%);background:#fff}.login-showcase{position:relative;overflow:hidden;background:linear-gradient(145deg,#0e2857,#174d9e 55%,#2870de);color:#fff;padding:clamp(42px,4.2vw,82px) clamp(64px,6.2vw,145px);display:flex;flex-direction:column;justify-content:space-between}.login-showcase:before,.login-showcase:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.login-showcase:before{width:520px;height:520px;right:-190px;top:-180px}.login-showcase:after{width:360px;height:360px;right:-110px;bottom:-150px}.login-brand{position:relative;z-index:1;min-height:118px;display:flex;align-items:flex-start}.login-logo{display:block;width:clamp(240px,16vw,350px);max-width:86%;height:auto;max-height:175px;object-fit:contain;filter:drop-shadow(0 10px 22px rgba(0,0,0,.12))}.showcase-copy{position:relative;z-index:1;max-width:700px;margin:clamp(40px,5vh,78px) 0}.showcase-copy .eyebrow{color:#b9d3ff;font-size:clamp(11px,.62vw,14px)}.showcase-copy h1{font-size:clamp(38px,2.45vw,58px);line-height:1.11;letter-spacing:-.045em;max-width:680px;margin:13px 0 20px}.showcase-copy p{max-width:650px;color:#d4e1f5;font-size:clamp(14px,.78vw,17px);line-height:1.72}.showcase-features{display:flex;gap:11px;flex-wrap:wrap;margin-top:27px}.showcase-features span{display:flex;align-items:center;gap:7px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:9px 13px;font-size:clamp(10.5px,.57vw,12.5px)}.showcase-features svg{width:15px;height:15px}.showcase-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:13px;max-width:560px}.mini-stat{display:flex;align-items:center;gap:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:15px 16px;border-radius:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mini-stat>svg{width:24px;height:24px}.mini-stat div{display:flex;flex-direction:column}.mini-stat small{font-size:10px;opacity:.72}.mini-stat strong{font-size:13px;margin-top:1px}.login-panel{display:flex;align-items:center;justify-content:center;padding:40px;background:#fff;color:#172033}.login-card{width:min(500px,86%)}.login-card-head{margin-bottom:24px}.login-card-head h2{font-size:30px;letter-spacing:-.04em;margin:0 0 7px}.login-card-head p{margin:0;color:#7b8496;font-size:13px}.mobile-logo{display:none;width:190px;max-width:72%;height:auto;margin:0 auto 22px;object-fit:contain}.login-card .form-stack{gap:16px}.login-card .field{gap:8px;font-size:13px;font-weight:700;color:#526079}.input-icon{position:relative;display:flex;align-items:center}.input-icon>svg{position:absolute;left:14px;width:18px;height:18px;color:#8b98aa;z-index:1}.login-card .input-icon input{height:52px;padding-left:44px;padding-right:44px;border-color:#dce3ef;border-radius:10px;font-size:14px;color:#1c2739;background:#fff}.password-toggle{position:absolute;right:7px;top:6px;width:40px;height:40px;border:0;background:transparent;color:#91a0b5;display:grid;place-items:center;border-radius:8px}.password-toggle:hover{background:#f4f7fb;color:#4a5a73}.password-toggle svg{width:18px;height:18px}.login-submit{width:100%;height:50px;margin-top:2px;font-size:13px}.login-note{margin:16px 0 0;display:flex;align-items:center;justify-content:center;gap:5px;color:#9aa3b1;font-size:11px}.login-note svg{width:13px;height:13px}.copilot-fab{background:linear-gradient(135deg,#17468f,#2c73e8);box-shadow:0 10px 30px #1f59be3d;font-size:12px}.copilot{border:1px solid var(--border);border-radius:18px;box-shadow:0 28px 80px #192c5038}.copilot-head{background:linear-gradient(135deg,#173f87,#2d73e9)}.copilot-intro>strong{font-size:14px}.copilot-intro>span{font-size:11px}.chips button{font-size:10px}.bubble{font-size:12px}.assistant-results strong{font-size:11px}.assistant-results small{font-size:9px}.sidebar-backdrop{display:none}@media(max-width:1260px){.php-ui-shell .global-search{width:250px;min-width:250px}.dashboard-grid{grid-template-columns:1fr}.insight-grid,.anomaly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid{grid-template-columns:1fr}.analytics-grid .wide-chart{grid-column:auto}.system-cards,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){:root{--sidebar:218px}.php-ui-shell .topbar{padding:0 16px}.php-ui-shell .global-search{width:210px;min-width:210px}.php-ui-shell .global-search kbd{display:none}.php-ui-shell .user-meta{display:none;min-width:0}.profile-grid,.self-grid{grid-template-columns:1fr}.profile-grid .full{grid-column:auto}.org-grid,.training-grid,.role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pipeline-row{grid-template-columns:auto minmax(180px,1fr) minmax(130px,.7fr) auto}.pipeline-row .target,.pipeline-row>svg{display:none}}@media(max-width:760px){:root{--topbar:64px}.php-ui-shell .sidebar{width:min(290px,86vw);transform:translate(-105%);box-shadow:0 0 0 transparent}.php-ui-shell .sidebar.mobile-open{transform:translate(0);box-shadow:16px 0 48px #0e1e3729}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:35;border:0;background:#0e192b5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.php-ui-shell .main-area{margin-left:0}.php-ui-shell .mobile-menu{display:inline-grid}.php-ui-shell .topbar{padding:0 12px}.php-ui-shell .welcome{display:none}.php-ui-shell .global-search{width:min(44vw,260px);min-width:0}.php-ui-shell .global-search>span{font-size:10px}.php-ui-shell .page-wrap{padding:18px 12px 90px}.page-heading,.page-header{align-items:flex-start;flex-direction:column;gap:13px}.page-heading h1,.page-header h1{font-size:23px}.page-actions{width:100%}.page-actions .btn{flex:1}.stats-grid.six,.stats-grid.four,.stats-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.filters,.filters.compact,.insight-grid,.anomaly-grid,.org-grid,.training-grid,.role-grid,.system-cards,.form-grid,.two-col{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.pipeline-row{grid-template-columns:auto minmax(0,1fr) auto}.pipeline-progress,.pipeline-row .target,.pipeline-row>svg{display:none}.login-shell{grid-template-columns:1fr}.login-showcase{display:none}.login-panel{min-height:100vh;padding:24px 18px}.login-card{width:min(500px,100%)}.mobile-logo{display:block;background:#123d7d;border-radius:15px;padding:10px 14px}}@media(max-width:520px){.php-ui-shell .topbar-right{gap:5px}.php-ui-shell .global-search{width:42px;min-width:42px;padding:0;justify-content:center}.php-ui-shell .global-search>span{display:none}.php-ui-shell .icon-button{width:36px;height:36px}.php-ui-shell .user-chip{display:none}.stats-grid.six,.stats-grid.four,.stats-grid.three{grid-template-columns:1fr 1fr;gap:10px}.stat-card{min-height:92px;padding:12px}.stat-value{font-size:21px}.notification-dropdown{right:-76px!important;width:calc(100vw - 20px)!important}.copilot{right:8px;left:8px;width:auto;bottom:70px;height:calc(100vh - 88px)}}.pipeline-row{grid-template-columns:minmax(260px,1.3fr) minmax(180px,.9fr) auto 110px auto}.pipeline-row .person-cell{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center;min-width:0}.pipeline-row .person-cell>span:last-child{display:flex;flex-direction:column;min-width:0}@media(max-width:980px){.pipeline-row{grid-template-columns:minmax(230px,1.2fr) minmax(150px,.8fr) auto 95px}.pipeline-row>svg{display:none}}@media(max-width:760px){.pipeline-row{grid-template-columns:minmax(0,1fr) auto}.pipeline-progress,.pipeline-row .target,.pipeline-row>svg{display:none}}body{font-size:15px}.php-ui-shell .sidebar-nav .nav-item{font-size:14px}.php-ui-shell .sidebar-label{font-size:11px}.php-ui-shell .mini-company strong,.php-ui-shell .self-service-link strong{font-size:12px}.php-ui-shell .mini-company small,.php-ui-shell .self-service-link small{font-size:10px}.php-ui-shell .welcome strong{font-size:14px}.php-ui-shell .global-search>span{font-size:12px}.php-ui-shell .user-meta strong{font-size:12px}.php-ui-shell .user-meta small{font-size:10px}.page-heading h1,.page-header h1{font-size:28px}.page-heading p,.page-header p{font-size:13px}.eyebrow{font-size:10px}.btn{font-size:13px}.card-head h2,.card-head h3{font-size:16px}.card-head p{font-size:12px}.stat-top,.stat-note,.stat-detail{font-size:11px}.stat-value{font-size:25px}th{font-size:11px}td,td strong{font-size:13px}.block,td small.block{font-size:11px}.filters select,.search-box input{font-size:13px}.badge{font-size:11px;min-height:26px}.pagination span{font-size:11px}.form-grid label,.form-stack label,.field{font-size:12px}.form-grid input,.form-grid select,.form-grid textarea,.form-stack input,.form-stack select,.form-stack textarea{font-size:13px}.alert-item strong,.insight strong,.person-cell strong,.simple-list strong,.request-list strong,.activity-copy strong,.anomaly-card strong{font-size:12px}.alert-item small,.insight p,.person-cell small,.simple-list small,.request-list small,.activity-copy small,.activity-action,.anomaly-card p{font-size:11px}.pipeline-progress small,.target small{font-size:10px}.target strong{font-size:11px}.ai-title small{font-size:10px}.ai-title p{font-size:11px}.quality-row>div:first-child{font-size:11px}.php-ui-shell .notification-head strong{font-size:14px}.php-ui-shell .notification-head small{font-size:11px}.php-ui-shell .notification-item strong{font-size:12px}.php-ui-shell .notification-item small{font-size:11px}.copilot-intro>strong{font-size:16px}.copilot-intro>span{font-size:13px}.chips button{font-size:12px}.bubble{font-size:14px}.assistant-results strong{font-size:13px}.assistant-results small{font-size:12px}.copilot-input input{font-size:14px}@media(max-width:760px){.page-heading h1,.page-header h1{font-size:25px}.page-heading p,.page-header p{font-size:12px}.php-ui-shell .sidebar-nav .nav-item{font-size:14px}}.php-ui-shell .theme-toggle,.php-ui-shell .pwa-install{border-color:var(--border);background:var(--surface2)}.login-shell{grid-template-columns:minmax(0,54%) minmax(560px,46%)}.login-showcase{padding:clamp(42px,4.2vw,86px) clamp(64px,6.2vw,150px)}.login-brand{min-height:122px}.login-logo{width:clamp(240px,16vw,360px);max-width:86%;max-height:178px}.login-panel{padding:clamp(38px,4vw,88px);background:#fff}.login-card{width:min(520px,100%)}.login-card-head{margin-bottom:28px}.login-card-head h2{font-size:clamp(30px,1.7vw,38px);margin:0 0 8px;letter-spacing:-.035em}.login-card-head p{font-size:clamp(13px,.7vw,15px);line-height:1.55}.login-card .form-stack{gap:18px}.login-card .field{gap:8px}.login-card .field>span{font-size:13px;font-weight:650;color:#4b5563}.login-card .input-icon>svg{left:15px;width:18px;height:18px}.login-card .input-icon input{height:52px;border-radius:11px;padding-left:45px;padding-right:48px;font-size:14px;border:1px solid #dfe5ee;background:#fff;outline:none;transition:.18s}.login-card .input-icon input:focus{border-color:#6b9bec;box-shadow:0 0 0 4px #2468e51a}.login-card .input-icon input::placeholder{color:#9aa3b2}.login-card .password-toggle{right:8px;width:38px;height:38px}.login-card .btn-block{min-height:52px;border-radius:11px;font-size:14px;margin-top:2px}.login-note{margin-top:20px;font-size:10.5px;line-height:1.5}.dashboard-stats{margin-bottom:16px}.dashboard-main-grid{grid-template-columns:minmax(0,1.75fr) minmax(280px,.75fr)}.dashboard-bottom-grid{grid-template-columns:minmax(280px,.75fr) minmax(0,1.65fr)}.chart-wrap{height:300px;padding:0 14px 15px}.card-filter{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:10px;padding:5px 8px;border:1px solid var(--border);border-radius:8px;background:var(--surface2)}.card-filter svg{width:13px;height:13px}.document-card{display:flex;flex-direction:column}.progress-ring{--progress:0;width:168px;height:168px;border-radius:50%;margin:18px auto 22px;background:conic-gradient(var(--primary) calc(var(--progress)*1%),#edf1f7 0);display:grid;place-items:center;position:relative}.progress-ring:after{content:"";position:absolute;width:132px;height:132px;border-radius:50%;background:var(--surface)}.progress-ring>div{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.progress-ring strong{font-size:29px;letter-spacing:-.04em}.progress-ring span{font-size:10px;color:var(--muted)}.document-metrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--border);margin:0 22px;padding:16px 0}.document-metrics>div{display:grid;grid-template-columns:auto 1fr;gap:2px 6px;align-items:center}.document-metrics strong{grid-column:2;font-size:18px}.document-metrics span:not(.dot){font-size:10.5px;color:var(--muted)}.dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:#a6adba}.dot.success{background:var(--green)}.dot.danger{background:var(--red)}.dot.warning{background:var(--amber)}.big-number{padding:4px 22px 18px;font-size:31px;font-weight:700;letter-spacing:-.04em;display:flex;align-items:baseline;gap:8px}.big-number span{font-size:10.5px;color:var(--muted);font-weight:500;letter-spacing:0}.status-list{padding:0 22px}.status-row{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);padding:12px 0;font-size:11.5px}.status-row>div{display:flex;align-items:center;gap:7px}.status-row strong{font-size:13px}.contract-summary{margin:14px 22px 20px;background:var(--surface2);border:1px solid var(--border);border-radius:11px;padding:12px}.contract-summary h3{font-size:10px;color:var(--muted);margin:0 0 8px;text-transform:uppercase;letter-spacing:.06em}.contract-summary>div{display:flex;justify-content:space-between;padding:5px 0;font-size:11.5px}.employee-card-wide{min-width:0}.dashboard-recent-table .person-link{border:0;background:transparent;padding:0;text-align:left;color:inherit;cursor:pointer}.dashboard-recent-table .mini-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f0edff;color:#516bc1;font-size:10px;font-weight:800;flex:none}.dashboard-recent-table .icon-button.small{width:31px;height:31px;border:1px solid var(--border);background:var(--surface)}.modern-hr-hub{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-bottom:18px}.modern-hub-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px 17px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow);transition:.18s}.modern-hub-card:before{content:"";position:absolute;inset:auto -35px -45px auto;width:105px;height:105px;border-radius:50%;opacity:.08;background:currentColor}.modern-hub-card:hover{transform:translateY(-2px);border-color:#466ebe40}.modern-hub-card>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center}.modern-hub-card>span svg{width:19px;height:19px}.modern-hub-card.workflow>span{background:var(--primary-soft);color:var(--primary)}.modern-hub-card.selfservice>span{background:var(--green-soft);color:var(--green)}.modern-hub-card.analytics>span{background:var(--violet-soft);color:var(--violet)}.modern-hub-card>div{display:flex;flex-direction:column}.modern-hub-card small{font-size:10px;letter-spacing:.1em;font-weight:800;color:var(--muted)}.modern-hub-card strong{font-size:14px}.modern-hub-card p{margin:2px 0 0;font-size:11px;color:var(--muted)}.modern-hub-card>svg{width:16px;color:var(--muted)}.smart-alert-center{padding:0;overflow:hidden;border-color:#dfe7f2;background:linear-gradient(145deg,#fff,#fbfdff 60%,#f5f9ff);margin-bottom:16px}:root[data-theme=dark] .smart-alert-center{background:var(--surface);border-color:var(--border)}.smart-alert-head{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:22px 24px 17px;border-bottom:1px solid var(--border)}.smart-alert-kicker{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:800;letter-spacing:.08em;color:#2b69cc;margin-bottom:7px}.smart-alert-kicker svg{width:14px;height:14px}.smart-alert-head h2{margin:0;color:var(--text);font-size:21px;line-height:1.25}.smart-alert-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.smart-alert-score{flex:0 0 auto;min-width:160px;border:1px solid var(--border);border-radius:16px;background:var(--surface);padding:11px 14px;display:grid;grid-template-columns:auto 1fr;column-gap:8px;align-items:center;box-shadow:0 6px 20px #1f32550a}.smart-alert-score>strong{grid-row:1/3;font-size:31px;line-height:1;color:var(--text)}.smart-alert-score>span{font-size:10.5px;font-weight:700;color:var(--muted)}.smart-alert-score>small{display:flex;align-items:center;gap:4px;font-size:9.5px;color:var(--muted)}.smart-alert-score>small b{color:#d52c4d}.smart-alert-score.good>small{color:#21865b}.smart-alert-score svg{width:12px;height:12px}.smart-alert-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px 18px;background:color-mix(in srgb,var(--surface2) 78%,transparent);border-bottom:1px solid var(--border)}.smart-alert-metrics>button{min-width:0;display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--text);transition:.14s;text-align:left}.smart-alert-metrics>button:hover{border-color:#b8cdf0;transform:translateY(-1px);box-shadow:0 5px 17px #234a850f}.smart-metric-icon{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:#edf4ff;color:#2468e5}.smart-metric-icon svg{width:17px;height:17px}.smart-metric-icon.violet{background:#f2edff;color:#7956dd}.smart-metric-icon.amber{background:#fff5df;color:#c9851b}.smart-metric-icon.rose{background:#fff0f2;color:#d94a63}.smart-alert-metrics>button>span:last-child{min-width:0;display:flex;flex-direction:column}.smart-alert-metrics small{font-size:10px;color:var(--muted)}.smart-alert-metrics strong{font-size:17px;color:var(--text);margin-top:1px}.smart-alert-list{padding:8px 12px 13px}.smart-alert-item{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto 18px;gap:10px;align-items:center;padding:10px 9px;border-radius:12px;color:var(--text);border:1px solid transparent;background:transparent;transition:.13s;text-align:left}.smart-alert-item:hover{background:var(--surface2);border-color:var(--border)}.smart-alert-item.danger{background:linear-gradient(90deg,rgba(255,241,242,.8),transparent)}.smart-alert-item.warning{background:linear-gradient(90deg,rgba(255,249,235,.8),transparent)}.smart-alert-item-icon{width:34px;height:34px;border-radius:10px;background:#eef4ff;color:#2b6bd4;display:grid;place-items:center}.smart-alert-item.danger .smart-alert-item-icon{background:#fff0f2;color:#d43151}.smart-alert-item.warning .smart-alert-item-icon{background:#fff5df;color:#c58015}.smart-alert-item-icon svg{width:16px;height:16px}.smart-alert-item-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.smart-alert-item-copy strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-alert-item-copy small{font-size:10.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-alert-item-level{font-size:9px;font-weight:750;border:1px solid var(--border);border-radius:999px;padding:5px 7px;background:var(--surface);color:var(--muted);white-space:nowrap}.smart-alert-item>svg{width:16px;height:16px;color:#a3adba}.smart-alert-empty{min-height:130px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted)}.smart-alert-empty>svg{width:34px;height:34px;color:#25a26b}.smart-alert-empty div{display:flex;flex-direction:column;gap:2px}.smart-alert-empty strong{font-size:13px;color:var(--text)}.smart-alert-empty span{font-size:11px}.employee-directory-card .table-wrap{border-top:1px solid var(--border)}.person-cell{display:flex;align-items:center;gap:10px;min-width:0}.person-cell>span:last-child{display:flex;flex-direction:column;min-width:0}.mini-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef2ff;color:#3f6ee8;flex:none}.modal-backdrop{background:#16223770;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{width:min(560px,calc(100vw - 28px));border-radius:15px;background:var(--surface);border:1px solid var(--border);box-shadow:0 30px 85px #121f343d;overflow:hidden}.modal.wide{width:min(920px,calc(100vw - 28px))}.modal-head{padding:14px 16px;border-bottom:1px solid var(--border)}.modal-head h3{font-size:17px}.modal-body{padding:16px}@media(max-width:1180px){.dashboard-main-grid,.dashboard-bottom-grid{grid-template-columns:1fr}.smart-alert-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.modern-hr-hub{grid-template-columns:1fr}.smart-alert-head{align-items:flex-start;flex-direction:column}.smart-alert-score{width:100%}}@media(max-width:680px){.smart-alert-metrics{grid-template-columns:1fr}.smart-alert-item{grid-template-columns:34px minmax(0,1fr) 16px}.smart-alert-item-level{display:none}}.page-filter-card{margin-bottom:14px;overflow:hidden;box-shadow:0 9px 26px #1f375e0a}.page-filter-card .filters{border-bottom:0;padding:12px}.contract-filters{grid-template-columns:minmax(300px,1.3fr) 180px 155px}.payroll-filters{grid-template-columns:minmax(300px,1.4fr) 220px 220px 240px}.recruitment-filters{grid-template-columns:minmax(290px,1.3fr) 220px 220px 240px}.training-filters{grid-template-columns:minmax(330px,1.5fr) 220px 240px}.filter-auto{background:var(--primary-soft);color:#5875a8;border-color:transparent;box-shadow:none}.data-card{overflow:hidden}.data-card>.card-head{padding:17px 20px}.data-card>.table-wrap{min-height:150px}.internal-data{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:9px;padding:6px 9px;background:var(--surface2);font-size:10px;color:var(--muted);white-space:nowrap}.internal-data svg{width:13px;height:13px}.modal-form b{color:#e24b61}.modal-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:2px}.modal-form textarea{resize:vertical}.employee-directory-card{overflow:hidden}.employee-filterbar{padding:12px;display:grid;grid-template-columns:minmax(280px,1.25fr) repeat(4,minmax(155px,.65fr));gap:9px;background:var(--surface);border-bottom:1px solid var(--border)}.employee-filterbar>select{height:42px;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:0 11px;font-size:12px;outline:none}.employee-filterbar>select:focus{border-color:#9ab8ef;box-shadow:0 0 0 3px #2468e514}.employee-table-head{padding:14px 19px}.employee-table{min-width:1280px}.employee-table th{height:40px}.employee-table td{padding-top:10px;padding-bottom:10px}.person-link{border:0;background:none;padding:0;color:inherit;text-align:left;cursor:pointer}.person-link:hover strong{color:var(--primary)}.person-cell strong,.cell-main{font-weight:700;color:var(--text)}.person-cell small{color:var(--muted);font-size:10px}.mini-avatar{font-weight:700;font-size:10px}.doc-count{display:inline-flex;align-items:center;gap:5px;color:#c98515;font-size:11px;white-space:nowrap}.doc-count svg{width:13px;height:13px}.row-actions{display:flex;align-items:center;gap:6px}.row-actions .icon-button.small{width:31px;height:31px;border:1px solid var(--border);background:var(--surface);color:#6f7d92}.row-actions .icon-button.small:hover{color:var(--primary);border-color:#b7cef3;background:var(--primary-soft)}.excel-action{background:#f0fbf6!important;border-color:#bdebd4!important;color:#12855e!important}.employee-directory-card .pagination{border-top:1px solid var(--border)}.employee-form-heading{margin-bottom:20px}.back-link{display:inline-flex;align-items:center;gap:6px;color:#68758a;font-size:12px;margin-bottom:11px}.back-link:hover{color:var(--primary)}.employee-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:16px;align-items:start}.employee-form-main{display:flex;flex-direction:column;gap:15px}.employee-form-side{position:relative}.employee-form-card{padding:0;overflow:hidden}.form-card-title{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:18px 20px 14px}.form-card-title>div{display:flex;flex-direction:column}.form-card-title h2,.form-card-title h3{font-size:15px;margin:0 0 3px}.form-card-title p{font-size:10.5px;color:var(--muted);margin:0}.form-card-title>span{width:35px;height:35px;display:grid;place-items:center;border-radius:9px;background:var(--primary-soft);color:var(--primary)}.form-card-title>span svg{width:16px;height:16px}.employee-form-card .form-grid{padding:0 18px 18px}.two-form-cols{display:grid;grid-template-columns:1fr 1fr;gap:0 14px}.mini-kicker{font-size:9px;letter-spacing:.1em;color:var(--primary);font-weight:800;display:flex;align-items:center;gap:5px}.mini-kicker svg{width:12px;height:12px}.secure-upload-note{margin:0 18px 12px;border:1px solid #bde7d5;background:#effbf6;color:#277c60;border-radius:10px;padding:10px 12px;display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.5}.secure-upload-note svg{width:15px;height:15px;flex:none;margin-top:1px}.secure-upload-note strong{display:block;color:#197250}.document-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 18px 18px}.document-upload-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);padding:11px}.document-upload-head{display:flex;align-items:center;gap:9px;margin-bottom:9px}.document-upload-head>span:first-child{width:32px;height:32px;border-radius:9px;background:var(--surface2);color:#8290a5;display:grid;place-items:center}.document-upload-head svg{width:14px;height:14px}.document-upload-head>div{min-width:0;display:flex;flex-direction:column;flex:1}.document-upload-head strong{font-size:11px}.document-upload-head small{font-size:9px;color:var(--muted)}.document-upload-head em{font-style:normal;font-size:8px;font-weight:700;color:#b87916;background:#fff5df;border-radius:999px;padding:4px 6px;white-space:nowrap}.document-drop{min-height:56px;border:1px dashed #cbd8ec;border-radius:9px;display:flex;align-items:center;gap:8px;padding:9px;color:#6b7a91;background:#fbfdff;cursor:pointer}.document-drop:hover{border-color:#8eb1eb;background:#f5f9ff}.document-drop>span{width:29px;height:29px;border-radius:8px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center}.document-drop svg{width:14px;height:14px}.document-drop>div{display:flex;flex-direction:column;min-width:0}.document-drop strong{font-size:10px}.document-drop small{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-employee-create{position:sticky;top:calc(var(--topbar) + 18px);padding:15px;border-radius:14px}.side-icon{width:36px;height:36px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;margin-bottom:12px}.side-icon svg{width:17px;height:17px}.sticky-employee-create h3{font-size:14px;margin:0 0 5px}.sticky-employee-create>p{font-size:10px;color:var(--muted);line-height:1.55;margin:0 0 12px}.create-checklist{display:flex;flex-direction:column;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin:0 0 12px}.create-checklist span{display:flex;align-items:center;gap:7px;padding:9px 0;border-bottom:1px solid var(--border);font-size:9.5px;color:#6c7789}.create-checklist span:last-child{border-bottom:0}.create-checklist i{width:11px;height:11px;border-radius:50%;border:1.5px dashed #42ba8d}.attach-jump{width:100%;border:1px dashed #b9ccea;border-radius:9px;background:#f9fbff;color:#426ba6;padding:10px;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:700}.attach-jump svg{width:15px;height:15px}.storage-ready{display:flex;align-items:center;gap:6px;margin:10px 0 8px;background:#eaf9f1;color:#18835b;border-radius:8px;padding:7px 8px;font-size:9px;font-weight:700}.storage-ready svg{width:13px;height:13px}.create-submit{width:100%;margin-bottom:7px}.sticky-employee-create>.btn:not(.primary){width:100%}.system-overview-cards{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:14px}.system-overview-cards>button{min-height:108px;text-align:left}.system-overview-cards>button>span:nth-child(2){min-width:0}.system-overview-cards strong{font-size:12px}.system-overview-cards small{font-size:9.5px;line-height:1.5}.system-overview-grid{display:grid;grid-template-columns:minmax(330px,.7fr) minmax(0,1.8fr);gap:14px}.recent-accounts,.recent-activity{min-height:470px;overflow:hidden}.recent-accounts table{min-width:560px}.recent-activity-list{padding:6px 14px 16px}.recent-activity-list>div{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid var(--border)}.recent-activity-list>div:last-child{border-bottom:0}.recent-activity-list>div>span:last-child{display:flex;flex-direction:column}.recent-activity-list strong{font-size:11px}.recent-activity-list small{font-size:9.5px;color:var(--muted)}.activity-mini-icon{width:28px;height:28px;border-radius:8px;background:var(--surface2);color:#6b83aa;display:grid;place-items:center}.activity-mini-icon svg{width:13px;height:13px}.report-rank-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.rank-card{overflow:hidden}.rank-list{padding:4px 16px 14px}.rank-list>div{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid var(--border)}.rank-list>div:last-child{border-bottom:0}.rank-index{width:22px;height:22px;border-radius:6px;background:var(--surface2);display:grid;place-items:center;font-size:9px;color:var(--muted)}.rank-list strong{font-size:11px}.rank-list em{font-style:normal;font-size:9.5px;color:var(--muted)}.missing-report-card{overflow:hidden}.missing-pill{display:inline-flex;border-radius:999px;background:#fff0f1;color:#df5f6d;padding:5px 8px;font-size:9px;font-weight:700}.active-session-card{margin-bottom:14px;overflow:hidden}.online-pill{display:inline-flex;align-items:center;gap:5px;color:#178a63;font-size:9.5px}.online-pill i{width:7px;height:7px;border-radius:50%;background:#26c48a;box-shadow:0 0 0 4px #26c48a17}.active-session-list{padding:0 14px 14px}.active-session{max-width:690px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--surface2)}.active-session>div{display:flex;flex-direction:column}.active-session strong{font-size:10.5px}.active-session small{font-size:9px;color:var(--muted)}.active-session time{font-size:9px;color:var(--muted)}.audit-filter-card{margin-bottom:14px}.audit-filters{display:grid;grid-template-columns:minmax(260px,1.4fr) 210px 210px 165px 165px 150px;gap:8px;padding:10px}.audit-filters>select,.audit-filters>input{min-height:40px;border:1px solid var(--border);background:var(--surface);border-radius:9px;padding:0 10px;font-size:11px;outline:none}.audit-action{display:inline-flex;border-radius:999px;background:var(--surface2);padding:5px 8px;font-size:9px;color:#66748a}.url-cell{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1320px){.employee-filterbar{grid-template-columns:minmax(250px,1.2fr) repeat(2,minmax(150px,.7fr))}.employee-filterbar>select:nth-of-type(3),.employee-filterbar>select:nth-of-type(4){grid-row:2}.employee-filterbar .search-box{grid-column:span 1}.audit-filters{grid-template-columns:1.2fr repeat(2,.7fr) repeat(2,.55fr)}.audit-filters .filter-auto{grid-column:span 1}}@media(max-width:1180px){.employee-form-layout{grid-template-columns:1fr}.employee-form-side{order:-1}.sticky-employee-create{position:static;display:grid;grid-template-columns:auto minmax(0,1fr);gap:0 12px}.sticky-employee-create .side-icon{grid-row:1/4}.sticky-employee-create .create-checklist,.sticky-employee-create .attach-jump,.sticky-employee-create .storage-ready,.sticky-employee-create .btn{grid-column:1/-1}.system-overview-cards{grid-template-columns:repeat(2,1fr)}.system-overview-grid{grid-template-columns:1fr}.recent-accounts,.recent-activity{min-height:auto}.audit-filters{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.employee-filterbar{grid-template-columns:1fr 1fr}.employee-filterbar .search-box{grid-column:1/-1}.document-upload-grid,.two-form-cols,.report-rank-grid{grid-template-columns:1fr}.contract-filters,.payroll-filters,.recruitment-filters,.training-filters,.audit-filters{grid-template-columns:1fr 1fr}}@media(max-width:560px){.employee-filterbar,.contract-filters,.payroll-filters,.recruitment-filters,.training-filters,.audit-filters,.system-overview-cards{grid-template-columns:1fr}.employee-filterbar .search-box{grid-column:auto}.employee-form-card .form-grid,.document-upload-grid{padding-left:13px;padding-right:13px}.form-card-title{padding-left:14px;padding-right:14px}}.document-drop>svg{width:30px!important;height:30px!important;flex:none;padding:7px;border-radius:8px;background:var(--primary-soft);color:var(--primary)}.document-drop>span{width:auto;height:auto;border-radius:0;background:transparent;color:inherit;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.document-drop>span strong{font-size:10px;color:#52627a}.document-drop>span small{font-size:9px;color:var(--muted);max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pwa-install.install-ready{color:var(--primary)!important;border-color:#bed0ef!important;background:var(--primary-soft)!important;box-shadow:0 0 0 3px #2468e50d}.employee-detail-page{width:100%;max-width:1500px;margin:0 auto;padding:0 0 24px}.employee-detail-page .employee-detail-toolbar{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 14px;padding:0 4px}.employee-detail-page .back-btn{border:0;background:transparent;color:#66748a;display:inline-flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;font-weight:650}.employee-detail-page .back-btn:hover{color:var(--primary)}.employee-detail-page .back-btn svg{width:18px;height:18px}.employee-detail-page .profile-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.employee-detail-page .profile-actions .btn{min-height:42px;padding:0 16px;border-radius:11px;font-size:13px}.employee-detail-page .profile-actions .btn.danger{width:42px;padding:0}.employee-detail-page .employee-profile-hero{min-height:144px;display:grid;grid-template-columns:auto minmax(0,1fr) 150px;align-items:center;gap:22px;padding:20px 24px;margin-bottom:14px;border-radius:18px;box-shadow:0 10px 30px #1f375c12}.employee-detail-page .employee-profile-avatar{width:60px;height:60px;border-radius:16px;background:linear-gradient(145deg,#eef3ff,#f6efff);border:1px solid #dce5fb;color:#4265d7;font-size:18px;font-weight:800;box-shadow:0 7px 18px #3a58a514}.employee-detail-page .employee-profile-main{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.employee-detail-page .employee-profile-main .eyebrow{font-size:10px;line-height:1.2;letter-spacing:.12em;font-weight:800;color:#3f6fcf;margin-bottom:6px}.employee-detail-page .employee-profile-main h1{margin:0;color:var(--text);font-size:26px;line-height:1.12;letter-spacing:-.035em;font-weight:800}.employee-detail-page .profile-meta{margin-top:8px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#7a879a;font-size:12px}.employee-detail-page .profile-meta>span:first-child{font-weight:600;color:#7e8998}.employee-detail-page .profile-meta>span:last-child{color:#778397}.employee-detail-page .profile-meta .badge{min-height:23px;padding:3px 9px;font-size:10px}.employee-detail-page .profile-contact{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:11px;color:#718095}.employee-detail-page .profile-contact>span{display:inline-flex;align-items:center;gap:6px;font-size:12px;white-space:nowrap}.employee-detail-page .profile-contact svg{width:15px;height:15px;color:#6d7d94}.employee-detail-page .employee-profile-score{justify-self:end;width:130px;display:grid;grid-template-columns:72px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:10px;color:#46546a}.employee-detail-page .score-ring{grid-row:1/3;width:72px;height:72px;border-radius:50%;position:relative;display:grid;place-items:center;background:conic-gradient(#20b886 var(--score),#e8edf5 0)}.employee-detail-page .score-ring:after{content:"";position:absolute;inset:8px;border-radius:50%;background:var(--surface)}.employee-detail-page .score-ring span{position:relative;z-index:1;font-size:22px;font-weight:800;letter-spacing:-.04em;color:var(--text)}.employee-detail-page .employee-profile-score strong{align-self:end;font-size:11px;line-height:1.25}.employee-detail-page .employee-profile-score small{align-self:start;color:#8a96a8;font-size:10px}.employee-detail-page .employee-profile-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;align-items:stretch}.employee-detail-page .employee-profile-card{border-radius:18px;overflow:hidden;box-shadow:0 10px 28px #1f375c0f}.employee-detail-page .employee-profile-card .card-head{min-height:76px;padding:18px 20px;border-bottom:1px solid var(--border)}.employee-detail-page .employee-profile-card .card-head h3{margin:0 0 4px;font-size:17px;line-height:1.25;font-weight:800;letter-spacing:-.015em}.employee-detail-page .employee-profile-card .card-head p{margin:0;color:#8a95a7;font-size:12px;line-height:1.4}.employee-detail-page .employee-info-card .detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 16px 16px}.employee-detail-page .info-item{min-height:61px;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;border:1px solid #e3e9f2;border-radius:12px;background:#f8faff}:root[data-theme=dark] .employee-detail-page .info-item{background:var(--surface2);border-color:var(--border)}.employee-detail-page .info-item>span{width:34px;height:34px;border-radius:9px;border:1px solid #e2e8f3;background:var(--surface);display:grid;place-items:center;color:#426ee4}.employee-detail-page .info-item>span svg{width:15px;height:15px}.employee-detail-page .info-item>div{min-width:0;display:flex;flex-direction:column;gap:3px}.employee-detail-page .info-item small{font-size:10px;line-height:1.2;letter-spacing:.025em;color:#7d899c;text-transform:uppercase}.employee-detail-page .info-item strong{font-size:12.5px;line-height:1.35;color:#263246;font-weight:750;overflow-wrap:anywhere}:root[data-theme=dark] .employee-detail-page .info-item strong{color:var(--text)}.employee-detail-page .note-box{margin:0 16px 16px;padding:12px 14px;border-radius:11px;border:1px solid #e5eaf2;background:#fafbfe}.employee-detail-page .note-box strong{font-size:12px}.employee-detail-page .note-box p{margin:5px 0 0;color:#6f7d90;font-size:12px;line-height:1.55}.employee-detail-page .document-list{border-top:0;display:flex;flex-direction:column;padding:7px 14px 10px}.employee-detail-page .document-row{min-height:61px;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 6px;border-bottom:1px solid #e8edf4}.employee-detail-page .document-row:last-child{border-bottom:0}.employee-detail-page .document-row .doc-icon{width:34px;height:34px;border-radius:9px;background:#f1f4f8;color:#9aa6b7;display:grid;place-items:center}.employee-detail-page .document-row .doc-icon.ok{background:#e9f8f3;color:#14a879}.employee-detail-page .document-row .doc-icon svg{width:16px;height:16px}.employee-detail-page .document-row>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.employee-detail-page .document-row strong{font-size:12.5px;line-height:1.35;color:#263246}:root[data-theme=dark] .employee-detail-page .document-row strong{color:var(--text)}.employee-detail-page .document-row small{font-size:10.5px;line-height:1.35;color:#8793a6}.employee-detail-page .document-row .badge{min-height:24px;font-size:9.5px;padding:3px 8px}.employee-detail-page .employee-journey-card{grid-column:1/-1;min-height:340px;margin-top:0}.employee-detail-page .timeline{padding:12px 20px 22px}.employee-detail-page .timeline-item{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;padding:7px 0 12px}.employee-detail-page .timeline-item:before{content:"";position:absolute;left:6px;top:20px;bottom:-3px;width:1px;background:#dce4ef}.employee-detail-page .timeline-item:last-child:before{display:none}.employee-detail-page .timeline-item>span{width:9px;height:9px;margin-top:5px;border-radius:50%;background:#2e73e8;box-shadow:0 0 0 3px #edf4ff;position:relative;z-index:1}.employee-detail-page .timeline-item>div{min-width:0;display:flex;flex-direction:column;gap:2px}.employee-detail-page .timeline-item strong{font-size:12.5px;line-height:1.35;color:#253146;font-weight:750}:root[data-theme=dark] .employee-detail-page .timeline-item strong{color:var(--text)}.employee-detail-page .timeline-item p{margin:0;font-size:11px;line-height:1.45;color:#7c889b}.employee-detail-page .timeline-item small{font-size:10.5px;color:#9aa4b3}@media(max-width:1100px){.employee-detail-page .employee-profile-hero{grid-template-columns:auto minmax(0,1fr) 122px;padding:18px 20px}.employee-detail-page .employee-profile-grid{grid-template-columns:1fr}.employee-detail-page .employee-journey-card{grid-column:auto}}@media(max-width:720px){.employee-detail-page{padding-bottom:80px}.employee-detail-page .employee-detail-toolbar{align-items:flex-start;flex-direction:column}.employee-detail-page .profile-actions{width:100%}.employee-detail-page .profile-actions .btn:not(.danger){flex:1}.employee-detail-page .employee-profile-hero{grid-template-columns:56px minmax(0,1fr);gap:14px;padding:16px}.employee-detail-page .employee-profile-avatar{width:54px;height:54px}.employee-detail-page .employee-profile-main h1{font-size:22px}.employee-detail-page .profile-contact{gap:8px 12px}.employee-detail-page .employee-profile-score{grid-column:1/-1;justify-self:stretch;width:auto;display:flex;align-items:center;gap:10px;padding-top:10px;border-top:1px solid var(--border)}.employee-detail-page .score-ring{width:56px;height:56px}.employee-detail-page .score-ring:after{inset:7px}.employee-detail-page .score-ring span{font-size:18px}.employee-detail-page .employee-info-card .detail-grid{grid-template-columns:1fr;padding:12px}.employee-detail-page .employee-profile-card .card-head{min-height:auto;padding:15px 16px}.employee-detail-page .document-list{padding:6px 10px 8px}.employee-detail-page .document-row{grid-template-columns:34px minmax(0,1fr)}.employee-detail-page .document-row .badge{grid-column:2;justify-self:start}}.employee-detail-v83{width:100%;max-width:none;margin:0 auto;padding-bottom:34px;color:var(--text);font-size:13px}.employee-detail-v83 svg{width:16px;height:16px;stroke-width:1.8}.employee-detail-v83 .card{border-radius:14px;box-shadow:0 8px 24px #1f375c0b}.employee-detail-v83 .btn{min-height:38px;border-radius:9px;padding:0 13px;font-size:11.5px;gap:7px;box-shadow:none}.employee-detail-v83 .btn svg{width:14px;height:14px}.employee-detail-v83 .btn.primary{box-shadow:0 5px 13px #2468e52e}.employee-detail-v83 .btn.small{min-height:31px;padding:0 9px;font-size:10px}.employee-detail-v83 .btn.icon-only{width:31px;padding:0}.employee-detail-load-error{max-width:760px;margin:45px auto;padding:34px;display:flex;align-items:center;flex-direction:column;gap:9px;text-align:center}.employee-detail-load-error>svg{width:34px;height:34px;color:var(--red)}.employee-detail-load-error>span{color:var(--muted)}.ed-profile-head{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:17px 20px;margin-bottom:12px}.ed-profile-main{display:flex;align-items:center;gap:14px;min-width:0}.ed-avatar{width:48px;height:48px;border-radius:50%;background:#eef2ff;border:1px solid #dfe6fb;color:#325acb;display:grid;place-items:center;font-size:13px;font-weight:800;flex:0 0 auto}.ed-profile-copy{min-width:0}.ed-title-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ed-title-line h1{font-size:20px;line-height:1.15;letter-spacing:-.025em;margin:0;font-weight:800}.ed-title-line .badge{min-height:22px;padding:3px 8px;font-size:9px}.ed-profile-copy>p{margin:5px 0 6px;color:var(--muted);font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-contact-line{display:flex;align-items:center;gap:13px;color:#687589;font-size:10.5px;flex-wrap:wrap}.ed-contact-line span{display:flex;align-items:center;gap:5px}.ed-contact-line svg{width:13px;height:13px}.ed-head-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.ed-probation-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;margin:-1px 0 12px;border:1px solid #ffd9a3;border-radius:12px;background:#fff9ee;color:#9a6205}.ed-probation-alert.danger{border-color:#ffd0d5;background:#fff5f6;color:#c2384b}.ed-probation-alert>svg{margin-top:1px;flex:none}.ed-probation-alert>div{display:flex;flex-direction:column;gap:2px}.ed-probation-alert strong{font-size:11.5px}.ed-probation-alert span{font-size:10px;color:inherit;opacity:.82}.ed-360{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.9fr);padding:0;overflow:hidden;margin-bottom:10px;border:0;background:linear-gradient(115deg,#123c81,#1759bd 39%,#2673e7);color:#fff;box-shadow:0 11px 28px #1e5bbe29}.ed-360-main{display:flex;align-items:center;gap:14px;padding:16px 18px;border-right:1px solid rgba(255,255,255,.12)}.ed-score-ring{--score:0deg;width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#54d7ff var(--score),rgba(255,255,255,.2) 0);position:relative;flex:0 0 auto}.ed-score-ring:after{content:"";position:absolute;inset:6px;border-radius:50%;background:#194f9f}.ed-score-ring>div{position:relative;z-index:1;display:flex;align-items:center;flex-direction:column;line-height:1.05}.ed-score-ring strong{font-size:16px;color:#fff}.ed-score-ring span{font-size:7.5px;color:#cde1ff;margin-top:3px}.ed-360-copy{min-width:0}.ed-kicker{display:flex;align-items:center;gap:5px;color:#d2e5ff;font-weight:800;font-size:8px;letter-spacing:.09em}.ed-kicker svg{width:12px;height:12px}.ed-360-copy h2{margin:5px 0 3px;font-size:14px;line-height:1.3;color:#fff}.ed-360-copy p{margin:0;color:#d4e5fb;font-size:9px;line-height:1.45}.ed-360-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ed-metric{display:flex;align-items:center;gap:9px;min-width:0;padding:11px 13px;border-right:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.ed-metric:nth-child(2n){border-right:0}.ed-metric:nth-last-child(-n+2){border-bottom:0}.ed-metric-icon{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:8px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);color:#cde1ff}.ed-metric-icon svg{width:14px;height:14px}.ed-metric-icon.amber{color:#ffe49a}.ed-metric-icon.violet{color:#e0d2ff}.ed-metric-icon.rose{color:#ffc3cc}.ed-metric-icon.green{color:#adf4d5}.ed-metric>span:last-child{display:flex;flex-direction:column;min-width:0}.ed-metric small{font-size:8px;color:#bdd4f4}.ed-metric strong{font-size:10.5px;color:#fff;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-tabs{display:flex;align-items:center;gap:4px;margin-bottom:11px;padding:5px;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow-x:auto;scrollbar-width:thin}.ed-tabs a{min-height:31px;padding:0 10px;border-radius:7px;display:flex;align-items:center;gap:5px;white-space:nowrap;color:#697487;font-size:9.5px;font-weight:600}.ed-tabs a svg{width:13px;height:13px}.ed-tabs a:hover,.ed-tabs a.active{background:var(--primary-soft);color:var(--primary)}.ed-section,.ed-info-card{scroll-margin-top:90px;margin-bottom:11px;overflow:hidden}.ed-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--border)}.ed-section-head>div{min-width:0}.ed-section-head h2{font-size:12.5px;line-height:1.2;margin:0 0 3px;font-weight:800}.ed-section-head p{margin:0;font-size:9px;color:var(--muted);line-height:1.45}.ed-section-head>svg{width:14px;height:14px;color:#929dac;margin-top:2px}.ed-text-link{font-size:9px;color:#6c7890;white-space:nowrap;padding-top:2px}.ed-text-link:hover{color:var(--primary)}.ed-storage-pill,.ed-count-pill{display:inline-flex;align-items:center;gap:5px;white-space:nowrap;border:1px solid #dce6f4;border-radius:7px;background:#f8fbff;color:#5680bf;padding:5px 8px;font-size:8.5px}.ed-storage-pill svg,.ed-count-pill svg{width:12px;height:12px}.ed-info-grid{display:grid;grid-template-columns:minmax(0,1.62fr) minmax(330px,.98fr);gap:11px;margin-bottom:11px;align-items:stretch}.ed-info-card{margin:0}.ed-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;padding:0 16px 16px}.ed-detail-grid.single{grid-template-columns:1fr}.ed-detail{min-width:0;padding:9px 0;border-top:1px solid #eef1f5;display:flex;flex-direction:column;gap:3px}.ed-detail.full{grid-column:1/-1}.ed-detail>span{font-size:8px;color:#929aa8}.ed-detail>strong{font-size:10.5px;font-weight:550;color:#303b4d;line-height:1.42;word-break:break-word;white-space:pre-line}:root[data-theme=dark] .ed-detail>strong{color:var(--text)}.ed-sensitive-locked{grid-column:1/-1;display:flex;align-items:center;gap:9px;margin-top:8px;padding:10px;border:1px solid var(--border);border-radius:9px;background:var(--surface2)}.ed-sensitive-locked>svg{width:17px;height:17px;color:#8e99aa}.ed-sensitive-locked span{display:flex;flex-direction:column}.ed-sensitive-locked strong{font-size:10px}.ed-sensitive-locked small{font-size:8.5px;color:var(--muted);margin-top:2px}.ed-storage-ready{display:flex;align-items:center;gap:8px;margin:10px 16px 0;padding:9px 11px;border:1px solid #bdebd6;border-radius:8px;background:#edfbf5;color:#19855f;font-size:9px}.ed-storage-ready svg{width:14px;height:14px;flex:none}.ed-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:10px 16px 16px}.ed-document-card{min-width:0;border:1px solid #dfe5ef;border-radius:10px;background:#fff;overflow:hidden}.ed-document-card.missing{background:#fffefa}.ed-document-card.has-file{background:#fcfffe}:root[data-theme=dark] .ed-document-card{background:var(--surface2);border-color:var(--border)}.ed-doc-top{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:9px 10px 7px}.ed-doc-icon{width:28px;height:28px;border-radius:8px;background:#fff5e3;color:#d49322;display:grid;place-items:center}.ed-document-card.has-file .ed-doc-icon{background:#eaf9f2;color:#16a56f}.ed-doc-icon svg{width:13px;height:13px}.ed-doc-title{min-width:0;display:flex;flex-direction:column;gap:2px}.ed-doc-title strong{font-size:10px}.ed-doc-title span{font-size:8px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-doc-badges{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}.ed-doc-state,.ed-review-state{padding:3px 6px;border-radius:999px;font-size:7.5px;font-weight:700;white-space:nowrap}.ed-doc-state.missing{background:#fff4d9;color:#b57b11}.ed-doc-state.warn{background:#fff0df;color:#b87515}.ed-doc-state.ok{background:#e9f8f2;color:#13835d}.ed-review-state.pending{background:#edf4ff;color:#376dc8}.ed-review-state.verified{background:#e9f8f2;color:#13835d}.ed-review-state.rejected{background:#fff0f1;color:#c14859}.ed-doc-empty{display:flex;align-items:center;gap:8px;margin:0 10px 7px;padding:8px 9px;border:1px dashed #cfdaeb;border-radius:8px;background:#fbfcfe}.ed-doc-empty>span{width:26px;height:26px;border-radius:7px;background:#eef4ff;color:#4d78d7;display:grid;place-items:center;flex:none}.ed-doc-empty>span svg{width:13px;height:13px}.ed-doc-empty>div{display:flex;flex-direction:column}.ed-doc-empty strong{font-size:9px}.ed-doc-empty small{font-size:7.8px;color:var(--muted);margin-top:1px}.ed-inline-upload{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(120px,.7fr) auto;gap:6px;align-items:center;margin:0 10px 10px}.ed-file-picker{min-width:0;height:38px;border:1px dashed #8fb3f5;border-radius:8px;display:grid;grid-template-columns:27px minmax(0,1fr);gap:7px;align-items:center;padding:0 8px;background:#fbfdff;cursor:pointer;position:relative}.ed-file-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.ed-file-picker>span{width:25px;height:25px;border-radius:7px;background:#eef4ff;color:#3d72db;display:grid;place-items:center}.ed-file-picker>span svg{width:12px;height:12px}.ed-file-picker>div{display:flex;flex-direction:column;min-width:0}.ed-file-picker strong{font-size:8.7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-file-picker small{font-size:7.5px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-note-input{height:38px;min-width:0;border:1px solid #dde4ef;border-radius:8px;padding:0 9px;background:var(--surface);font-size:8.7px;outline:0}.ed-note-input:focus{border-color:#8fb3f5;box-shadow:0 0 0 3px #2468e514}.ed-upload-btn{height:38px;min-height:38px!important;padding:0 11px!important;font-size:8.7px!important;white-space:nowrap}.ed-inline-error{margin:0 10px 9px;padding:7px 9px;border-radius:7px;background:#fff2f3;color:#bd4052;font-size:8.5px}.ed-doc-files{margin:0 10px 8px;border:1px solid #dfe6ef;border-radius:8px;background:#fbfcfe;overflow:hidden}.ed-doc-files-head{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:7px 8px;border-bottom:1px solid #e8edf3}.ed-doc-files-head strong,.ed-doc-files-head>span{display:flex;align-items:center;gap:5px;font-size:8px}.ed-doc-files-head>span{color:#13835d}.ed-doc-files-head svg{width:11px;height:11px}.ed-doc-file{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 8px;border-bottom:1px dashed #e2e8f0}.ed-doc-file:last-child{border-bottom:0}.ed-file-type{width:24px;height:24px;border-radius:6px;background:#edf3ff;color:#4873ce;display:grid;place-items:center}.ed-file-type svg{width:11px;height:11px}.ed-doc-file>div:nth-child(2){display:flex;flex-direction:column;min-width:0}.ed-doc-file>div:nth-child(2) strong{font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-doc-file>div:nth-child(2) small{font-size:7.5px;color:var(--muted)}.ed-file-actions{display:flex;align-items:center;gap:4px}.ed-file-legacy{display:flex;align-items:center;gap:7px;padding:8px;color:var(--muted);font-size:8px}.ed-contract-panel{margin:10px 16px 12px;padding:12px;border:1px solid #dce6f5;border-radius:10px;background:#f8fbff}:root[data-theme=dark] .ed-contract-panel{background:var(--surface2)}.ed-contract-title{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ed-contract-title>span{width:29px;height:29px;border-radius:8px;background:#edf4ff;color:#3470df;display:grid;place-items:center}.ed-contract-title>span svg{width:13px;height:13px}.ed-contract-title>div{display:flex;flex-direction:column}.ed-contract-title strong{font-size:10.5px}.ed-contract-title small{font-size:8px;color:var(--muted);margin-top:1px}.ed-contract-form{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:8px;align-items:end}.ed-contract-form label{display:flex;flex-direction:column;gap:4px;grid-column:span 2;min-width:0}.ed-contract-form label.type,.ed-contract-form label.number{grid-column:span 3}.ed-contract-form label.file{grid-column:span 9}.ed-contract-form label>span{font-size:8px;color:#69758a;font-weight:600}.ed-contract-form input,.ed-contract-form select{width:100%;height:36px;border:1px solid #dce4ef;border-radius:7px;background:var(--surface);padding:0 8px;font-size:9px;outline:0}.ed-contract-form input:focus,.ed-contract-form select:focus{border-color:#8fb3f5;box-shadow:0 0 0 3px #2468e514}.ed-contract-file{height:36px;display:grid;grid-template-columns:16px minmax(150px,.7fr) minmax(0,1fr);align-items:center;gap:6px;border:1px solid #dce4ef;border-radius:7px;background:var(--surface);padding:0 8px;overflow:hidden}.ed-contract-file svg{width:12px;height:12px;color:#6b7e99}.ed-contract-file input{height:auto;border:0;padding:0;font-size:8px;min-width:0}.ed-contract-file em{font-size:7.5px;color:var(--muted);font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-contract-form .submit{grid-column:span 3;min-height:38px;height:38px;font-size:9px}.ed-table-wrap{width:100%;overflow:auto}.ed-table{width:100%;min-width:860px;border-collapse:collapse}.ed-table th{height:36px;padding:0 13px;background:#fafbfd;border-bottom:1px solid var(--border);text-align:left;color:#7d899b;font-size:8px;letter-spacing:.03em;text-transform:none}.ed-table td{padding:9px 13px;border-bottom:1px solid #edf0f4;font-size:9.5px}.ed-table tbody tr:last-child td{border-bottom:0}.ed-table .badge{font-size:8px;min-height:21px}.ed-empty-cell{text-align:center!important;color:var(--muted);height:52px!important}.ed-journey-list{padding:6px 14px 15px}.ed-journey-event{display:grid;grid-template-columns:34px 88px minmax(0,1fr);align-items:center;min-height:52px}.ed-journey-rail{height:100%;display:flex;align-items:center;justify-content:center;position:relative}.ed-journey-rail:before{content:"";position:absolute;top:0;bottom:0;width:1px;background:#e1e7f0}.ed-journey-event:first-child .ed-journey-rail:before{top:50%}.ed-journey-event:last-child .ed-journey-rail:before{bottom:50%}.ed-journey-dot{position:relative;z-index:1;width:27px;height:27px;border-radius:8px;background:#edf4ff;color:#2d6ddd;border:3px solid #fff;box-shadow:0 0 0 1px #dbe4f1;display:grid;place-items:center}.ed-journey-dot svg{width:11px;height:11px}.ed-journey-dot.violet{background:#f1ecff;color:#7758d9}.ed-journey-dot.amber{background:#fff3dd;color:#bd7d18}.ed-journey-dot.green{background:#eaf9f1;color:#1b9761}.ed-journey-date{font-size:8.5px;color:#758197}.ed-journey-copy{display:flex;flex-direction:column;gap:2px}.ed-journey-copy strong{font-size:9.5px}.ed-journey-copy span{font-size:8px;color:var(--muted)}.ed-danger-zone{display:flex;justify-content:flex-end;padding:2px 0 0}@media(min-width:1800px){.php-ui-shell .page-wrap{max-width:1780px;padding-left:34px;padding-right:34px}.employee-detail-v83{font-size:14px}.ed-title-line h1{font-size:22px}.ed-section-head h2{font-size:14px}.ed-section-head p{font-size:10px}.ed-detail>strong{font-size:11.5px}.ed-detail>span{font-size:8.8px}.ed-doc-title strong{font-size:10.8px}.ed-profile-copy>p,.ed-contact-line{font-size:11px}}@media(max-width:1180px){.ed-info-grid,.ed-360{grid-template-columns:1fr}.ed-360-main{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.ed-contract-form label,.ed-contract-form label.type,.ed-contract-form label.number{grid-column:span 4}.ed-contract-form label.file{grid-column:span 8}.ed-contract-form .submit{grid-column:span 4}}@media(max-width:900px){.ed-profile-head{align-items:flex-start;flex-direction:column}.ed-head-actions{width:100%;justify-content:flex-start}.ed-document-grid,.ed-inline-upload{grid-template-columns:1fr}.ed-file-picker,.ed-note-input,.ed-upload-btn{width:100%}.ed-contract-form label,.ed-contract-form label.type,.ed-contract-form label.number,.ed-contract-form label.file,.ed-contract-form .submit{grid-column:span 6}}@media(max-width:620px){.employee-detail-v83{padding-bottom:90px}.ed-profile-main{align-items:flex-start}.ed-title-line h1{font-size:18px}.ed-head-actions .btn{flex:1}.ed-360-metrics{grid-template-columns:1fr}.ed-metric{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.ed-metric:last-child{border-bottom:0!important}.ed-detail-grid{grid-template-columns:1fr}.ed-detail.full{grid-column:auto}.ed-contract-form label,.ed-contract-form label.type,.ed-contract-form label.number,.ed-contract-form label.file,.ed-contract-form .submit{grid-column:1/-1}.ed-journey-event{grid-template-columns:30px minmax(0,1fr)}.ed-journey-date{grid-column:2;margin-top:6px}.ed-journey-copy{grid-column:2;padding-bottom:8px}.ed-journey-rail{grid-row:1/3}.ed-doc-file{grid-template-columns:24px minmax(0,1fr)}.ed-file-actions{grid-column:2;justify-self:start}.ed-doc-top{grid-template-columns:28px minmax(0,1fr)}.ed-doc-badges{grid-column:2;justify-content:flex-start}}.php-ui-shell .main-area{flex:1 1 auto;width:calc(100% - var(--sidebar));min-width:0;margin-left:var(--sidebar)}.php-ui-shell .page-wrap{width:100%;max-width:2000px;margin:0 auto;padding:30px 34px 64px}body{font-size:16px}.page-heading,.page-header{margin-bottom:26px}.page-heading h1,.page-header h1{font-size:34px;line-height:1.12;letter-spacing:-.85px}.page-heading p,.page-header p{font-size:15px;line-height:1.55}.eyebrow{font-size:12px;letter-spacing:1.45px}.btn{min-height:44px;padding:0 17px;font-size:14px;gap:8px}.btn svg{width:18px;height:18px}.card-head{padding:21px 23px}.card-head h2,.card-head h3{font-size:18px}.card-head p{font-size:13px}th{font-size:12px;height:48px;padding-left:16px;padding-right:16px}td{font-size:14px;padding:14px 16px}td strong,.person-cell strong{font-size:14px}td small.block,.block,.person-cell small{font-size:12px}.badge{font-size:11.5px;min-height:27px;padding:4px 9px}.filters select,.search-box input{font-size:14px;min-height:44px}.form-grid label,.form-stack label,.field{font-size:13px}.form-grid input,.form-grid select,.form-grid textarea,.form-stack input,.form-stack select,.form-stack textarea{font-size:14px;min-height:46px}.php-ui-shell .sidebar-nav .nav-item{font-size:14.5px;min-height:43px}.php-ui-shell .sidebar-nav .nav-item svg{width:18px;height:18px}.php-ui-shell .sidebar-label{font-size:11.5px}.php-ui-shell .welcome small{font-size:13px}.php-ui-shell .welcome strong{font-size:15px}.php-ui-shell .global-search>span{font-size:12.5px}.php-ui-shell .icon-button,.php-ui-shell .icon-btn{width:40px;height:40px}.php-ui-shell .icon-button svg,.php-ui-shell .icon-btn svg{width:18px;height:18px}.dashboard-stats{gap:16px;margin-bottom:18px}.dashboard-stats .stat-card{min-height:116px;padding:20px 22px;display:grid;grid-template-columns:54px minmax(0,1fr);gap:15px;align-items:center;border-radius:17px;overflow:hidden;position:relative}.dashboard-stats .stat-card:after{content:"";position:absolute;right:-30px;bottom:-42px;width:112px;height:112px;border-radius:50%;background:currentColor;opacity:.035;pointer-events:none}.dashboard-stats .stat-icon{width:54px;height:54px;border-radius:15px;align-self:start;margin-top:2px}.dashboard-stats .stat-icon svg{width:25px;height:25px;stroke-width:1.9}.dashboard-stats .stat-content{min-width:0;display:grid;grid-template-columns:auto 1fr;column-gap:12px;row-gap:3px;align-items:end}.dashboard-stats .stat-label{grid-column:1/-1;font-size:12px;line-height:1.25;letter-spacing:.045em;color:#667287}.dashboard-stats .stat-value{grid-column:1;font-size:34px;line-height:1;font-weight:800;letter-spacing:-.055em;margin:4px 0 0;color:var(--text)}.dashboard-stats .stat-note{grid-column:1/-1;margin-top:4px;font-size:12px;line-height:1.35;color:var(--muted);display:block}.dashboard-stats .stat-note svg{display:none!important}.dashboard-stats .stat-note.positive{color:#27855f}.dashboard-stats .stat-note.warning{color:#b57915}.modern-hr-hub{gap:16px;margin-bottom:20px}.modern-hub-card{min-height:94px;padding:18px 20px;gap:14px;border-radius:16px}.modern-hub-card>span{width:50px;height:50px;border-radius:14px}.modern-hub-card>span svg{width:22px;height:22px}.modern-hub-card small{font-size:11px}.modern-hub-card strong{font-size:16px;line-height:1.25}.modern-hub-card p{font-size:12.5px;line-height:1.35;margin-top:3px}.modern-hub-card>svg{width:18px;height:18px}.smart-alert-head{padding:24px 26px 19px}.smart-alert-kicker{font-size:11px}.smart-alert-kicker svg{width:15px;height:15px}.smart-alert-head h2{font-size:23px}.smart-alert-head p{font-size:13px}.smart-alert-score{min-width:185px;padding:13px 16px}.smart-alert-score>strong{font-size:34px}.smart-alert-score>span{font-size:11.5px}.smart-alert-score>small{font-size:10.5px}.smart-alert-metrics{gap:12px;padding:16px 20px}.smart-alert-metrics>button{padding:13px 14px;gap:11px}.smart-metric-icon{width:40px;height:40px;border-radius:11px}.smart-metric-icon svg{width:19px;height:19px}.smart-alert-metrics small{font-size:11px}.smart-alert-metrics strong{font-size:19px}.smart-alert-item{grid-template-columns:40px minmax(0,1fr) auto 20px;padding:12px 11px}.smart-alert-item-icon{width:38px;height:38px}.smart-alert-item-icon svg{width:18px;height:18px}.smart-alert-item-copy strong{font-size:13.5px}.smart-alert-item-copy small{font-size:11.5px}.smart-alert-item-level{font-size:10px;padding:5px 8px}.dashboard-grid{gap:16px;margin-bottom:16px}.chart-wrap{height:330px}.card-filter{font-size:11px;padding:6px 9px}.card-filter svg{width:14px;height:14px}.progress-ring{width:182px;height:182px;margin-top:22px}.progress-ring:after{width:142px;height:142px}.progress-ring strong{font-size:31px}.progress-ring span{font-size:11px}.document-metrics span:not(.dot){font-size:11.5px}.document-metrics strong{font-size:20px}.big-number{font-size:34px}.big-number span{font-size:11.5px}.status-row{font-size:12.5px}.status-row strong{font-size:14px}.contract-summary h3{font-size:11px}.contract-summary>div{font-size:12.5px}.employee-detail-v83{font-size:15px}.employee-detail-v83 .btn{min-height:42px;padding:0 14px;font-size:13px}.employee-detail-v83 .btn svg{width:16px;height:16px}.ed-profile-head{padding:20px 22px}.ed-avatar{width:54px;height:54px;font-size:15px}.ed-title-line h1{font-size:23px}.ed-title-line .badge{font-size:10.5px;min-height:24px}.ed-profile-copy>p,.ed-contact-line{font-size:12px}.ed-contact-line svg{width:14px;height:14px}.ed-360-main{padding:18px 20px}.ed-score-ring{width:72px;height:72px}.ed-score-ring span{font-size:8.5px}.ed-kicker{font-size:9.5px}.ed-360-copy h2{font-size:16px}.ed-360-copy p{font-size:10.5px}.ed-metric{padding:13px 15px;gap:10px}.ed-metric-icon{width:34px;height:34px}.ed-metric-icon svg{width:16px;height:16px}.ed-metric small{font-size:9.5px}.ed-metric strong{font-size:12px}.ed-tabs a{min-height:36px;padding:0 12px;font-size:11px}.ed-tabs a svg{width:14px;height:14px}.ed-section-head{padding:16px 18px}.ed-section-head h2{font-size:14px}.ed-section-head p{font-size:10.5px}.ed-detail-grid{padding:0 18px 18px;gap:0 22px}.ed-detail{padding:11px 0;gap:4px}.ed-detail>span{font-size:9.5px}.ed-detail>strong{font-size:12px;line-height:1.5}.ed-storage-ready{font-size:10.5px;padding:10px 12px}.ed-document-grid{gap:11px;padding:12px 18px 18px}.ed-doc-top{padding:11px 12px 9px;grid-template-columns:34px minmax(0,1fr) auto}.ed-doc-icon{width:32px;height:32px}.ed-doc-icon svg{width:15px;height:15px}.ed-doc-title strong{font-size:11.5px}.ed-doc-title span{font-size:9.5px}.ed-doc-state,.ed-review-state{font-size:9px;padding:4px 7px}.ed-doc-empty{padding:10px 11px}.ed-doc-empty strong{font-size:10.5px}.ed-doc-empty small{font-size:9px}.ed-inline-upload{grid-template-columns:minmax(0,1.25fr) minmax(150px,.75fr) auto;gap:8px;margin:0 12px 12px}.ed-file-picker,.ed-note-input,.ed-upload-btn{height:42px;min-height:42px!important}.ed-file-picker strong,.ed-note-input,.ed-upload-btn{font-size:10px!important}.ed-file-picker small{font-size:8.5px}.ed-contract-title strong{font-size:12px}.ed-contract-title small{font-size:9.5px}.ed-contract-form label>span{font-size:9.5px}.ed-contract-form input,.ed-contract-form select{height:40px;font-size:10.5px}.ed-contract-form .submit{height:42px;min-height:42px;font-size:10.5px}.ed-table th{font-size:9.5px;height:40px}.ed-table td{font-size:11px;padding-top:11px;padding-bottom:11px}.ed-journey-date{font-size:10px}.ed-journey-copy strong{font-size:11px}.ed-journey-copy span{font-size:9.5px}@media(min-width:1800px){.php-ui-shell .page-wrap{max-width:2100px;padding-left:38px;padding-right:38px}.page-heading h1,.page-header h1{font-size:36px}.dashboard-stats .stat-card{min-height:122px}}@media(max-width:1260px){.dashboard-stats .stat-card{grid-template-columns:48px minmax(0,1fr);padding:17px}.dashboard-stats .stat-icon{width:48px;height:48px}.dashboard-stats .stat-value{font-size:30px}}@media(max-width:980px){.php-ui-shell .main-area{width:calc(100% - var(--sidebar))}.php-ui-shell .page-wrap{padding:24px 20px 56px}.stats-grid.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.php-ui-shell .main-area{width:100%;margin-left:0}.php-ui-shell .page-wrap{padding:18px 12px 90px}.page-heading h1,.page-header h1{font-size:27px}.page-heading p,.page-header p{font-size:13px}.dashboard-stats .stat-card{min-height:108px}}@media(max-width:520px){.stats-grid.four{grid-template-columns:1fr}.dashboard-stats .stat-card{grid-template-columns:48px minmax(0,1fr)}.dashboard-stats .stat-value{font-size:28px}}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{overflow-x:hidden}img,svg,canvas{max-width:100%}button,input,select,textarea{max-width:100%}.php-ui-shell{--content-pad:clamp(16px,2vw,36px)}.php-ui-shell .main-area{min-width:0;overflow-x:clip}.php-ui-shell .page-wrap{width:100%;max-width:none;padding:clamp(22px,2.2vw,36px) var(--content-pad) 72px}.page-heading h1,.page-header h1{font-size:clamp(28px,2vw,38px)}.page-heading p,.page-header p{font-size:clamp(13px,.9vw,16px)}.eyebrow{font-size:clamp(10px,.7vw,12px)}.card-head h2,.card-head h3{font-size:clamp(16px,1vw,19px)}.card-head p{font-size:clamp(12px,.78vw,14px);line-height:1.5}.php-ui-shell .sidebar .sidebar-nav .nav-item>span,.php-ui-shell .sidebar .sidebar-nav .nav-item>.nav-arrow{display:inline-flex}.php-ui-shell .sidebar .sidebar-nav .nav-item{width:100%}.php-ui-shell .sidebar .nav-new{display:inline-flex}.table-wrap,.ed-table-wrap{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.table-wrap table{min-width:860px}.dashboard-stats .stat-card{grid-template-columns:58px minmax(0,1fr);min-height:124px;padding:22px;gap:16px}.dashboard-stats .stat-icon{width:58px;height:58px;border-radius:16px;align-self:center;margin:0}.dashboard-stats .stat-icon svg{width:27px;height:27px}.dashboard-stats .stat-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;min-width:0}.dashboard-stats .stat-label{font-size:12px;line-height:1.35;letter-spacing:.045em}.dashboard-stats .stat-value{font-size:36px;line-height:1;font-variant-numeric:tabular-nums;margin:1px 0 0}.dashboard-stats .stat-note{font-size:12px;line-height:1.45;margin:0;max-width:100%}.analytics-grid{align-items:stretch}.analytics-grid>.card{min-width:0}.quality{display:flex;flex-direction:column;min-width:0}.quality-content{flex:1;min-height:270px;padding:22px 24px 26px;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:28px}.quality-ring{width:132px;height:132px;margin:auto}.quality-ring:after{inset:13px}.quality-ring-center{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;line-height:1}.quality-ring-center strong{font-size:30px;line-height:1;font-weight:800;letter-spacing:-.04em}.quality-ring-center small{font-size:10px;line-height:1;color:var(--muted);margin:0}.quality-bars{min-width:0;width:100%}.quality-row{margin-bottom:17px}.quality-row:last-child{margin-bottom:0}.quality-row>div:first-child{font-size:12px;gap:14px;margin-bottom:7px}.quality-row>div:first-child span:first-child{min-width:0;overflow-wrap:anywhere}.quality-row>div:last-child{height:7px}.stats-grid,.modern-hr-hub,.dashboard-grid,.analytics-grid,.system-cards,.org-grid,.training-grid,.role-grid,.insight-grid,.anomaly-grid,.card{min-width:0}.modal{max-width:min(94vw,680px)}.modal.wide{max-width:min(96vw,980px)}.employee-detail-v83{width:100%;max-width:none}.ed-profile-copy,.ed-360-copy,.ed-detail,.ed-doc-title{min-width:0}.ed-profile-copy>p{max-width:100%}.ed-doc-file,.ed-contract-form>*{min-width:0}@media(max-width:1440px){.php-ui-shell{--sidebar:224px;--content-pad:24px}.php-ui-shell .brand-logo{width:min(176px,100%)}.dashboard-stats .stat-card{grid-template-columns:52px minmax(0,1fr);padding:18px;min-height:116px;gap:13px}.dashboard-stats .stat-icon{width:52px;height:52px}.dashboard-stats .stat-value{font-size:32px}.modern-hub-card{padding:16px}.quality-content{grid-template-columns:130px minmax(0,1fr);gap:18px;padding:18px}.quality-ring{width:118px;height:118px}}@media(max-width:1100px){:root{--sidebar:0px}.php-ui-shell .main-area{width:100%!important;margin-left:0!important}.php-ui-shell .sidebar{width:min(320px,88vw)!important;transform:translate(-105%)!important;box-shadow:none!important;padding:18px 14px 24px}.php-ui-shell .sidebar.mobile-open{transform:translate(0)!important;box-shadow:18px 0 54px #0e1e3733!important}.php-ui-shell .sidebar .sidebar-nav .nav-item>span,.php-ui-shell .sidebar .sidebar-nav .nav-item>.nav-arrow{display:inline-flex!important}.php-ui-shell .sidebar .nav-new{display:inline-flex!important}.sidebar-backdrop{display:block;position:fixed;inset:0;z-index:35;border:0;background:#0e192b6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.php-ui-shell .mobile-menu{display:inline-grid!important}.php-ui-shell .topbar{padding:0 18px;gap:12px}.php-ui-shell .global-search{width:min(330px,36vw);min-width:180px}.php-ui-shell .user-meta{display:none}.stats-grid.four,.modern-hr-hub{grid-template-columns:repeat(2,minmax(0,1fr))}.modern-hr-hub>.modern-hub-card:last-child:nth-child(odd){grid-column:1/-1}.dashboard-main-grid,.dashboard-bottom-grid,.dashboard-grid,.analytics-grid{grid-template-columns:1fr}.quality-content{min-height:220px;grid-template-columns:150px minmax(0,1fr)}.insight-grid,.system-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-info-grid,.ed-360{grid-template-columns:1fr}.ed-360-main{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}}@media(max-width:820px){.php-ui-shell{--content-pad:16px;--topbar:64px}.php-ui-shell .topbar{padding:0 12px}.php-ui-shell .welcome{display:none}.php-ui-shell .global-search{flex:1 1 auto;width:auto;min-width:0;max-width:none}.php-ui-shell .topbar-right{flex:1;justify-content:flex-end;gap:6px;min-width:0}.php-ui-shell .icon-button,.php-ui-shell .icon-btn{width:38px;height:38px;flex:0 0 auto}.php-ui-shell .page-wrap{padding-top:20px;padding-bottom:94px}.page-heading,.page-header{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:20px}.page-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.page-actions .btn{width:100%;min-width:0}.stats-grid.four,.stats-grid.three,.stats-grid.six{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-stats .stat-card{min-height:112px;padding:16px;grid-template-columns:48px minmax(0,1fr)}.dashboard-stats .stat-icon{width:48px;height:48px;border-radius:14px}.dashboard-stats .stat-icon svg{width:23px;height:23px}.dashboard-stats .stat-value{font-size:30px}.modern-hr-hub{grid-template-columns:1fr}.modern-hr-hub>.modern-hub-card:last-child:nth-child(odd){grid-column:auto}.smart-alert-head{align-items:flex-start;flex-direction:column;gap:12px}.smart-alert-score{width:100%;min-width:0}.smart-alert-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.smart-alert-item{grid-template-columns:38px minmax(0,1fr) 18px}.smart-alert-item-level{display:none}.chart-wrap,.chart-box{height:280px}.quality-content{grid-template-columns:130px minmax(0,1fr);min-height:210px;gap:18px;padding:16px}.quality-ring{width:112px;height:112px}.insight-grid,.anomaly-grid,.org-grid,.training-grid,.role-grid,.system-cards{grid-template-columns:1fr}.filters,.filters.compact{display:grid!important;grid-template-columns:1fr!important}.form-grid,.two-col{grid-template-columns:1fr}.form-grid label.wide{grid-column:auto}.pipeline-row{grid-template-columns:minmax(0,1fr) auto!important}.pipeline-progress,.pipeline-row .target,.pipeline-row>svg{display:none!important}.ed-profile-head{align-items:flex-start;flex-direction:column}.ed-head-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.ed-head-actions .btn{width:100%}.ed-document-grid{grid-template-columns:1fr}.ed-inline-upload{grid-template-columns:1fr!important}.ed-file-picker,.ed-note-input,.ed-upload-btn{width:100%}}@media(max-width:600px){.php-ui-shell{--content-pad:12px}.php-ui-shell .topbar{padding:0 8px}.php-ui-shell .topbar-left,.php-ui-shell .topbar-right{gap:4px}.php-ui-shell .global-search{width:40px!important;min-width:40px!important;flex:0 0 40px!important;padding:0!important;justify-content:center}.php-ui-shell .global-search>span,.php-ui-shell .global-search kbd{display:none!important}.php-ui-shell .global-search>svg{width:18px;height:18px}.php-ui-shell .user-chip{display:none!important}.php-ui-shell .logout-button{display:inline-grid}.php-ui-shell .notification-dropdown{position:fixed;left:10px!important;right:10px!important;top:70px!important;width:auto!important;max-width:none!important}.page-heading h1,.page-header h1{font-size:27px}.page-heading p,.page-header p{font-size:13px}.page-actions{grid-template-columns:1fr}.stats-grid.four,.stats-grid.three,.stats-grid.six{grid-template-columns:1fr;gap:10px}.dashboard-stats .stat-card{grid-template-columns:52px minmax(0,1fr);min-height:104px;padding:15px}.dashboard-stats .stat-value{font-size:29px}.dashboard-stats .stat-label,.dashboard-stats .stat-note{font-size:11px}.modern-hub-card{min-height:86px;padding:14px}.modern-hub-card>span{width:44px;height:44px}.smart-alert-head{padding:18px 16px 14px}.smart-alert-head h2{font-size:21px}.smart-alert-metrics{grid-template-columns:1fr;gap:8px;padding:12px}.smart-alert-list{padding:6px 8px 10px}.smart-alert-item{grid-template-columns:36px minmax(0,1fr) 16px;padding:10px 7px}.smart-alert-item-copy strong{font-size:12.5px}.smart-alert-item-copy small{font-size:11px}.chart-wrap,.chart-box,.chart-box.small{height:250px}.quality-content{grid-template-columns:1fr;gap:16px;min-height:0;padding:18px 16px 22px}.quality-ring{width:124px;height:124px}.quality-bars{width:100%}.quality-row>div:first-child{font-size:12px}.document-metrics{margin:0 14px}.ed-profile-main{align-items:flex-start}.ed-avatar{width:50px;height:50px}.ed-title-line h1{font-size:20px}.ed-head-actions,.ed-360-metrics{grid-template-columns:1fr}.ed-metric{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.ed-metric:last-child{border-bottom:0!important}.ed-detail-grid{grid-template-columns:1fr;padding-left:14px;padding-right:14px}.ed-detail.full{grid-column:auto}.ed-tabs{margin-left:-2px;margin-right:-2px}.ed-contract-form label,.ed-contract-form label.type,.ed-contract-form label.number,.ed-contract-form label.file,.ed-contract-form .submit{grid-column:1/-1!important}.ed-journey-event{grid-template-columns:30px minmax(0,1fr)}.ed-journey-rail{grid-row:1/3}.ed-journey-date{grid-column:2;margin-top:6px}.ed-journey-copy{grid-column:2;padding-bottom:8px}.modal-backdrop{padding:8px;align-items:end}.modal,.modal.wide{width:100%;max-width:100%;max-height:92vh;border-radius:18px 18px 0 0}.copilot{right:8px!important;left:8px!important;width:auto!important;bottom:68px!important;height:calc(100dvh - 86px)!important}.copilot-fab{right:10px;bottom:10px}}@media(max-width:390px){.php-ui-shell .icon-button,.php-ui-shell .icon-btn{width:35px;height:35px}.php-ui-shell .theme-toggle{display:none}.dashboard-stats .stat-card{grid-template-columns:46px minmax(0,1fr);padding:13px}.dashboard-stats .stat-icon{width:46px;height:46px}.dashboard-stats .stat-value{font-size:27px}.page-heading h1,.page-header h1{font-size:25px}.btn{padding-left:12px;padding-right:12px}}@media(max-width:1100px){.php-ui-shell .sidebar .sidebar-nav .nav-item{justify-content:flex-start!important;text-align:left!important}}:root{--future-navy:#0b1f3a;--future-blue:#2f6bff;--future-blue-2:#5b86ff;--future-sky:#edf4ff;--future-gold:#d8b04c;--future-green:#16b77a;--future-violet:#7c5cff;--future-shadow:0 18px 55px rgba(28,57,105,.1)}.php-ui-shell .card,.php-ui-shell .stat-card,.php-ui-shell .modern-hub-card,.php-ui-shell .btn,.php-ui-shell .icon-button,.php-ui-shell .nav-item,.php-ui-shell .smart-alert-item{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}@media(hover:hover){.php-ui-shell .card:hover{box-shadow:0 18px 46px #1c396913}.php-ui-shell .stat-card:hover,.php-ui-shell .modern-hub-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px #1c39691f}.php-ui-shell .btn:hover,.php-ui-shell .icon-button:hover{transform:translateY(-1px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.php-ui-shell .topbar{background:color-mix(in srgb,var(--surface) 86%,transparent);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.php-ui-shell .global-search{height:46px;width:min(520px,38vw);min-width:300px;border-radius:14px;padding:0 11px 0 9px;gap:10px;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,#fff),color-mix(in srgb,var(--surface2) 96%,#fff));border:1px solid color-mix(in srgb,var(--border) 72%,#8fb0ff);box-shadow:0 6px 20px #2147850e,inset 0 1px #ffffffb3}.php-ui-shell .global-search:hover{border-color:#9db7ef;box-shadow:0 8px 28px #21478517}.php-ui-shell .command-ai-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;flex:0 0 auto;color:#fff;background:linear-gradient(135deg,#245edc,#755cf4);box-shadow:0 5px 14px #3f53de40}.php-ui-shell .command-ai-icon svg{width:15px;height:15px}.php-ui-shell .global-search>span:not(.command-ai-icon){font-size:12.5px;font-weight:600;color:#77849a}.php-ui-shell .global-search kbd{font-size:9px;font-weight:800;letter-spacing:.02em;background:var(--surface);border-radius:7px}.control-center-hero{position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(310px,.78fr);grid-template-areas:"copy actions" "pulse pulse";gap:20px 30px;margin:0 0 20px;padding:28px 30px 22px;border-radius:24px;color:#fff;background:radial-gradient(circle at 92% 5%,rgba(106,148,255,.34),transparent 30%),radial-gradient(circle at 12% 110%,rgba(59,120,255,.34),transparent 34%),linear-gradient(118deg,#0b2346,#123e83 48%,#2e6ff0);border:1px solid rgba(255,255,255,.12);box-shadow:0 22px 54px #12356f2e}.control-center-hero:before{content:"";position:absolute;z-index:-1;right:-110px;top:-190px;width:420px;height:420px;border-radius:50%;border:1px solid rgba(255,255,255,.11);box-shadow:0 0 0 55px #ffffff06,0 0 0 110px #ffffff05}.control-center-copy{grid-area:copy;align-self:center;max-width:830px}.control-center-kicker{display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:900;letter-spacing:.14em;color:#cfe0ff}.control-center-kicker svg{width:14px;height:14px;color:#92b6ff}.control-center-copy h1{font-size:clamp(28px,2.35vw,42px);line-height:1.05;letter-spacing:-.045em;margin:10px 0;color:#fff}.control-center-copy p{max-width:760px;margin:0;color:#d8e7ff;font-size:14px;line-height:1.6}.control-center-status{display:flex;gap:9px;flex-wrap:wrap;margin-top:17px}.control-center-status>span{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;background:#ffffff17;border:1px solid rgba(255,255,255,.13);font-size:10.5px;font-weight:700;color:#e6efff}.control-center-status svg{width:13px;height:13px}.control-center-status .online i{width:7px;height:7px;border-radius:50%;background:#51e8a7;box-shadow:0 0 0 4px #51e8a71f}.control-center-actions{grid-area:actions;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:10px;min-width:0}.control-command{width:100%;min-height:64px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;color:#fff;text-align:left;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff14}.control-command:hover{background:#ffffff26;transform:translateY(-2px)}.control-command-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#ffffff2e,#ffffff14);border:1px solid rgba(255,255,255,.12)}.control-command-icon svg{width:19px;height:19px}.control-command>span:nth-child(2){display:flex;flex-direction:column;gap:2px;min-width:0}.control-command small{font-size:8.5px;letter-spacing:.13em;font-weight:900;color:#bcd2ff}.control-command strong{font-size:12.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.control-command kbd{font-size:9px;font-weight:800;padding:5px 7px;border-radius:7px;color:#dce8ff;background:#08193847;border:1px solid rgba(255,255,255,.12)}.control-add{min-height:45px!important;border-radius:13px!important;background:linear-gradient(135deg,#fff,#eaf1ff)!important;color:#164b9a!important;border-color:#fff9!important;box-shadow:0 8px 22px #071e4929!important}.control-center-pulse{grid-area:pulse;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.12);padding-top:15px;gap:8px}.control-center-pulse>div{display:grid;grid-template-columns:auto auto 1fr;align-items:end;gap:6px;padding:0 12px;border-right:1px solid rgba(255,255,255,.1)}.control-center-pulse>div:first-child{padding-left:0}.control-center-pulse>div:last-child{border-right:0}.control-center-pulse small{grid-column:1/-1;font-size:8.5px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#adc9ff}.control-center-pulse strong{font-size:24px;line-height:1;letter-spacing:-.04em}.control-center-pulse span{font-size:10px;color:#d5e4ff;padding-bottom:2px}.dashboard-stats-v9{gap:14px;margin-bottom:16px}.dashboard-stats-v9 .stat-card{position:relative;overflow:hidden;min-height:132px;border-radius:19px;padding:20px;grid-template-columns:54px minmax(0,1fr)!important;gap:15px;background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface2) 70%,var(--surface)));box-shadow:0 12px 36px #1d3b6a12}.dashboard-stats-v9 .stat-card:before{content:"";position:absolute;right:-22px;bottom:-34px;width:105px;height:105px;border-radius:50%;background:radial-gradient(circle,rgba(47,107,255,.08),transparent 68%)}.dashboard-stats-v9 .stat-icon{width:54px;height:54px;border-radius:16px;box-shadow:inset 0 0 0 1px #fff9}.dashboard-stats-v9 .stat-icon svg{width:24px;height:24px;stroke-width:1.9}.dashboard-stats-v9 .stat-content{display:grid!important;grid-template-columns:auto 1fr!important;align-content:center!important;gap:4px 10px!important}.dashboard-stats-v9 .stat-label{grid-column:1/-1!important;font-size:10.5px!important;letter-spacing:.075em!important;line-height:1.3!important}.dashboard-stats-v9 .stat-value{grid-column:1!important;font-size:34px!important;line-height:1!important;margin:2px 0 1px!important}.dashboard-stats-v9 .stat-note{grid-column:1/-1!important;font-size:11.5px!important;line-height:1.4!important;max-width:250px}.modern-hr-hub-v9{gap:14px;margin-bottom:18px}.modern-hr-hub-v9 .modern-hub-card{min-height:96px;border-radius:18px;padding:16px 18px;border:1px solid var(--border);background:linear-gradient(145deg,var(--surface),color-mix(in srgb,var(--surface2) 65%,var(--surface)))}.modern-hr-hub-v9 .modern-hub-card>span{width:45px;height:45px;border-radius:14px}.modern-hr-hub-v9 .modern-hub-card>span svg{width:20px;height:20px}.modern-hr-hub-v9 .modern-hub-card strong{font-size:14.5px}.modern-hr-hub-v9 .modern-hub-card p{font-size:11.5px}.digital-identity-card{position:relative;overflow:hidden;border-color:#d9e4f7!important;box-shadow:0 16px 46px #1d3b6a14!important}.digital-identity-card:after{content:"";position:absolute;right:-64px;top:-90px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(47,107,255,.09),transparent 68%);pointer-events:none}.digital-id-label{display:inline-flex;align-items:center;gap:5px;margin-bottom:5px;font-size:8px;font-weight:900;letter-spacing:.12em;color:#4b73bc}.digital-id-label svg{width:11px;height:11px}.digital-identity-card .ed-avatar{box-shadow:0 0 0 5px #edf3ff,0 8px 24px #2e5eb121}.digital-identity-card .ed-title-line h1{letter-spacing:-.03em}.mobile-bottom-nav{display:none}@media(max-width:820px){.mobile-bottom-nav{position:fixed;z-index:34;left:10px;right:10px;bottom:max(9px,env(safe-area-inset-bottom));height:66px;display:grid;grid-template-columns:1fr 1fr 66px 1fr 1fr;align-items:center;padding:5px 7px;border:1px solid color-mix(in srgb,var(--border) 72%,#a8bff2);border-radius:20px;background:color-mix(in srgb,var(--surface) 91%,transparent);backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);box-shadow:0 18px 48px #16305c2b}.mobile-bottom-item{height:54px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#7d899d}.mobile-bottom-item>span{display:grid;place-items:center;width:28px;height:26px}.mobile-bottom-item svg{width:19px;height:19px;stroke-width:1.9}.mobile-bottom-item small{font-size:8.5px;font-weight:750;white-space:nowrap}.mobile-bottom-item.active{color:var(--future-blue);background:#edf3ff}.mobile-bottom-item.active>span{transform:translateY(-1px)}.mobile-bottom-primary{position:relative;align-self:end;justify-self:center;margin-bottom:13px;width:58px;height:58px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#245fdc,#6d5cf5);box-shadow:0 12px 26px #384fdc4d;border:4px solid var(--surface)}.mobile-bottom-primary svg{width:24px;height:24px}.php-ui-shell .page-wrap{padding-bottom:104px!important}.copilot-fab{bottom:88px!important}.copilot{bottom:86px!important;height:calc(100dvh - 104px)!important}}@media(min-width:1800px){.control-center-hero{padding:32px 34px 24px;grid-template-columns:minmax(0,1.45fr) minmax(360px,.65fr)}.control-center-copy p{font-size:15px}.control-center-pulse strong{font-size:27px}}@media(max-width:1280px){.control-center-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);padding:24px}.control-center-copy h1{font-size:31px}.dashboard-stats-v9{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:980px){.control-center-hero{grid-template-columns:1fr;grid-template-areas:"copy" "actions" "pulse";gap:15px;padding:22px;border-radius:20px}.control-center-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch}.control-add{padding-inline:16px!important}.control-center-pulse{padding-top:13px}}@media(max-width:820px){.php-ui-shell .global-search{width:44px!important;min-width:44px!important;flex:0 0 44px!important;padding:0!important;justify-content:center}.php-ui-shell .global-search>span:not(.command-ai-icon),.php-ui-shell .global-search kbd{display:none!important}.php-ui-shell .command-ai-icon{width:32px;height:32px}.control-center-hero{margin-left:-2px;margin-right:-2px;padding:20px 18px 17px;border-radius:20px}.control-center-kicker{font-size:9px}.control-center-copy h1{font-size:28px}.control-center-copy p{font-size:12.5px}.control-center-status>span{font-size:9.5px}.control-center-actions{grid-template-columns:1fr}.control-add{width:100%}.control-center-pulse{grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.control-center-pulse>div{padding:0 8px}.control-center-pulse strong{font-size:21px}.control-center-pulse span{font-size:8.5px}.dashboard-stats-v9{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.dashboard-stats-v9 .stat-card{min-height:118px;padding:15px;grid-template-columns:46px minmax(0,1fr)!important;gap:12px}.dashboard-stats-v9 .stat-icon{width:46px;height:46px}.dashboard-stats-v9 .stat-icon svg{width:21px;height:21px}.dashboard-stats-v9 .stat-value{font-size:29px!important}.dashboard-stats-v9 .stat-note{font-size:10.5px!important}.modern-hr-hub-v9{grid-template-columns:1fr!important}}@media(max-width:520px){.control-center-hero{padding:18px 15px 15px}.control-center-copy h1{font-size:25px}.control-center-copy p{font-size:12px;line-height:1.5}.control-center-status{gap:6px}.control-center-status>span{min-height:27px;padding-inline:8px}.control-center-status>span:last-child{display:none}.control-command{min-height:58px;grid-template-columns:38px 1fr auto}.control-command-icon{width:38px;height:38px}.control-command strong{font-size:11px}.control-command kbd{display:none}.control-center-pulse>div{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.control-center-pulse small{font-size:7.5px}.control-center-pulse strong{font-size:19px}.control-center-pulse span{font-size:8px;padding:0}.dashboard-stats-v9{grid-template-columns:1fr!important}.dashboard-stats-v9 .stat-card{min-height:104px;grid-template-columns:48px minmax(0,1fr)!important}.dashboard-stats-v9 .stat-value{font-size:30px!important}}html[data-theme=dark] .control-add{background:#fffffff0!important;color:#163e7e!important}html[data-theme=dark] .mobile-bottom-nav{background:color-mix(in srgb,var(--surface) 92%,transparent)}html[data-theme=dark] .mobile-bottom-item.active{background:#17325a}:root{--v93-radius:16px;--v93-control:46px;--v93-fs-label:12px;--v93-fs-body:14px;--v93-fs-small:12px}body{font-size:15px;line-height:1.5}.php-ui-shell .page-wrap{padding:28px clamp(18px,2vw,34px) 84px}.card{border-radius:var(--v93-radius)}.page-heading,.page-header{margin-bottom:22px}.page-heading h1,.page-header h1{font-size:clamp(29px,1.75vw,36px);line-height:1.12;letter-spacing:-.035em}.page-heading p,.page-header p{font-size:14px;line-height:1.55}.eyebrow{font-size:11px;letter-spacing:.12em}.btn{min-height:44px;font-size:13.5px;border-radius:11px;padding-inline:15px}.btn svg{width:17px;height:17px}.btn.small{min-height:34px;font-size:12px}.card-head{padding:18px 20px}.card-head h3{font-size:17px;line-height:1.3}.card-head p{font-size:12.5px;line-height:1.45}table th{font-size:11.5px;letter-spacing:.045em;height:45px}table td{font-size:13.5px;line-height:1.4}td small.block,.block,.person-cell small{font-size:11.5px}.badge{font-size:11px;min-height:26px;padding:4px 9px}.app-toast{position:fixed;z-index:1000;top:86px;right:22px;max-width:min(430px,calc(100vw - 28px));min-height:54px;padding:12px 12px 12px 14px;border-radius:14px;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:9px;color:#166a4e;background:#effbf6;border:1px solid #b8ead6;box-shadow:0 18px 48px #14325a29;animation:v93ToastIn .22s ease-out}.app-toast.error{color:#b5364d;background:#fff2f4;border-color:#ffcbd3}.app-toast>svg{width:20px;height:20px}.app-toast>span{font-size:13px;font-weight:700;line-height:1.45}.app-toast>button{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:inherit;font-size:20px;display:grid;place-items:center}@keyframes v93ToastIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:none}}.dashboard-main-grid{grid-template-columns:minmax(0,1.65fr) minmax(360px,.75fr);align-items:stretch}.dashboard-main-grid>.card{min-width:0}.chart-card .chart-box{height:310px;padding:18px 18px 12px 10px}.document-progress-card{min-height:390px}.document-progress-body{min-height:300px;display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:24px;padding:24px}.document-progress-card .quality-ring{width:132px;height:132px;margin:auto}.document-progress-card .quality-ring-center strong{font-size:28px;line-height:1}.document-progress-card .quality-ring-center small{font-size:11px;margin-top:6px}.document-progress-stats{display:flex;flex-direction:column;gap:10px;min-width:0}.document-progress-row{min-height:64px;padding:12px 14px;border:1px solid var(--border);border-radius:13px;background:var(--surface2);display:flex;align-items:center;justify-content:space-between;gap:14px}.document-progress-row>span{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.document-progress-row>span i{width:9px;height:9px;border-radius:50%;background:#18aa80;flex:none}.document-progress-row.missing>span i{background:#f0a52a}.document-progress-row.people>span svg{width:16px;height:16px;color:#5579b8}.document-progress-row>strong{font-size:20px;white-space:nowrap}.document-progress-row>strong small{font-size:11px;color:var(--muted);font-weight:600}.workforce-status-card{overflow:hidden}.workforce-status-total{display:flex!important;align-items:baseline!important;gap:9px!important;padding:20px 20px 14px!important;border-bottom:1px solid var(--border)}.workforce-status-total strong{font-size:30px!important;line-height:1!important}.workforce-status-total span{font-size:13px!important;color:var(--muted)}.workforce-status-row{min-height:54px;padding:0 20px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;border-bottom:1px solid var(--border)}.workforce-status-row span{font-size:13px!important;color:var(--muted)}.workforce-status-row strong{font-size:18px!important}.dashboard-recent-table .person-link strong{font-size:13.5px}.dashboard-recent-table .person-link small{font-size:11.5px}.employee-directory-card{min-width:0;overflow:hidden}.employee-filterbar{display:grid!important;grid-template-columns:minmax(260px,1.35fr) repeat(5,minmax(145px,.68fr))!important;gap:10px!important;padding:14px!important;align-items:center}.employee-filterbar .search-box,.employee-filterbar>select{height:44px!important;min-width:0}.employee-filterbar .search-box input,.employee-filterbar>select{font-size:13px!important}.employee-table{min-width:1460px!important}.employee-table th{font-size:11px!important}.employee-table td{font-size:13px!important;padding-top:12px!important;padding-bottom:12px!important}.employee-table .person-cell strong,.employee-table .cell-main{font-size:13px!important}.employee-table .person-cell small{font-size:11px!important}.doc-count{font-size:11.5px!important;font-weight:650}.internal-data{font-size:11px!important}.employee-form-heading h1{font-size:30px;line-height:1.15;margin:0 0 5px}.employee-form-heading p{font-size:14px;color:var(--muted);margin:0}.employee-form-layout{grid-template-columns:minmax(0,1fr) 290px;gap:18px}.form-card-title{padding:20px 22px 16px}.form-card-title h2,.form-card-title h3{font-size:17px!important}.form-card-title p{font-size:12px!important}.employee-form-card .form-grid{padding:0 22px 22px}.form-grid label>span,.form-stack label{font-size:12px;font-weight:700;color:#5c687a}.form-grid input,.form-grid select,.form-grid textarea{min-height:46px;font-size:13.5px!important;border-radius:10px}.form-grid textarea{min-height:86px;resize:vertical}.secure-upload-note{font-size:12px;line-height:1.5}.document-upload-head strong{font-size:13px!important}.document-upload-head small,.document-drop small{font-size:11px!important}.document-drop strong{font-size:12px!important}.sticky-employee-create h3{font-size:17px}.sticky-employee-create p,.create-checklist span,.attach-jump,.storage-ready{font-size:12px!important}.employee-detail-v83{font-size:14px}.ed-profile-head{padding:18px 20px}.ed-avatar{width:54px;height:54px;font-size:13px}.digital-id-label{font-size:10px!important}.ed-title-line h1{font-size:22px!important;line-height:1.18}.ed-profile-copy>p,.ed-contact-line{font-size:12px!important}.ed-360{min-height:120px}.ed-score-ring{width:78px;height:78px}.ed-score-ring strong{font-size:18px}.ed-score-ring span{font-size:10px!important}.ed-kicker{font-size:10.5px!important}.ed-360-copy h2{font-size:15px!important}.ed-360-copy p{font-size:11.5px!important;line-height:1.5}.ed-metric{padding:15px 16px}.ed-metric small{font-size:10.5px!important}.ed-metric strong{font-size:13px!important;line-height:1.35}.ed-tabs a{min-height:42px!important;padding:0 14px!important;font-size:12px!important}.ed-tabs a svg{width:15px!important;height:15px!important}.ed-section-head{padding:18px 20px!important}.ed-section-head h2{font-size:16px!important}.ed-section-head p{font-size:11.5px!important}.ed-detail-grid{padding:0 20px 20px!important;gap:0 24px!important}.ed-detail{padding:13px 0!important;gap:4px!important}.ed-detail>span{font-size:11px!important}.ed-detail>strong{font-size:13px!important;line-height:1.5!important;font-weight:600!important}.ed-storage-ready{font-size:11.5px!important;padding:11px 13px!important}.ed-document-grid{gap:12px!important;padding:14px 20px 20px!important}.ed-document-card{border-radius:12px!important}.ed-doc-top{padding:13px 14px 11px!important;grid-template-columns:36px minmax(0,1fr) auto!important;gap:10px!important}.ed-doc-icon{width:34px!important;height:34px!important}.ed-doc-icon svg{width:16px!important;height:16px!important}.ed-doc-title strong{font-size:13px!important}.ed-doc-title span{font-size:10.5px!important;margin-top:2px}.ed-doc-state,.ed-review-state{font-size:10px!important;padding:4px 8px!important}.ed-doc-empty{padding:12px 13px!important}.ed-doc-empty strong{font-size:12px!important}.ed-doc-empty small{font-size:10.5px!important;line-height:1.4}.ed-inline-upload{grid-template-columns:minmax(0,1.25fr) minmax(180px,.7fr) auto!important;gap:9px!important;margin:0 13px 13px!important}.ed-file-picker,.ed-note-input,.ed-upload-btn{height:46px!important;min-height:46px!important}.ed-file-picker{padding:0 11px!important}.ed-file-picker strong,.ed-note-input,.ed-upload-btn{font-size:12px!important}.ed-file-picker small{font-size:10px!important}.ed-inline-error{margin:0 13px 12px!important;padding:10px 12px!important;font-size:11.5px!important}.ed-doc-files{margin:0 13px 10px!important}.ed-doc-files-head{padding:9px 10px!important}.ed-doc-files-head strong,.ed-doc-files-head>span{font-size:10.5px!important}.ed-doc-file{grid-template-columns:30px minmax(0,1fr) auto!important;gap:9px!important;padding:9px 10px!important}.ed-doc-file>div:nth-child(2) strong{font-size:11.5px!important}.ed-doc-file>div:nth-child(2) small{font-size:10px!important}.ed-contract-panel{margin:14px 20px 16px!important;padding:16px!important;border-radius:12px!important}.ed-contract-title strong{font-size:13px!important}.ed-contract-title small{font-size:11px!important}.ed-contract-form{gap:10px!important}.ed-contract-form label>span{font-size:11px!important;font-weight:700!important}.ed-contract-form input,.ed-contract-form select{height:44px!important;font-size:12.5px!important;padding-inline:10px!important}.ed-contract-file{height:44px!important}.ed-contract-file input{font-size:11px!important}.ed-contract-file em{font-size:10.5px!important}.ed-contract-form .submit{height:46px!important;min-height:46px!important;font-size:12px!important}.ed-table th{font-size:10.5px!important;height:43px!important}.ed-table td{font-size:12px!important;padding:12px 14px!important}.ed-table .badge{font-size:10px!important}.ed-journey-date{font-size:11px!important}.ed-journey-copy strong{font-size:12.5px!important}.ed-journey-copy span{font-size:11px!important}.system-overview-cards{gap:14px}.system-overview-cards>button{min-height:122px;padding:18px!important}.system-overview-cards strong{font-size:14px!important}.system-overview-cards small{font-size:11.5px!important;line-height:1.55!important}.system-overview-grid{grid-template-columns:minmax(430px,.8fr) minmax(0,1.65fr)}.recent-accounts table{min-width:0!important}.recent-activity-list strong{font-size:12.5px!important}.recent-activity-list small{font-size:11px!important}.simple-list>div{min-height:60px;padding:10px 16px!important}.simple-list strong{font-size:13px!important}.simple-list small{font-size:11px!important}.dot-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 9px;border-radius:999px;font-size:10.5px!important;font-weight:750;background:#edf2f8;color:#66758b;white-space:nowrap}.dot-status.active{background:#e9f9f1;color:#11815a}.dot-status.inactive,.dot-status.locked,.dot-status.disabled{background:#fff0f2;color:#c34055}@media(max-width:1500px){.employee-filterbar{grid-template-columns:minmax(240px,1.2fr) repeat(3,minmax(145px,.7fr))!important}.employee-filterbar>select{grid-row:auto!important}.employee-filterbar>select:nth-of-type(4),.employee-filterbar>select:nth-of-type(5){grid-row:2!important}.dashboard-main-grid{grid-template-columns:minmax(0,1.5fr) minmax(340px,.8fr)}}@media(max-width:1180px){.dashboard-main-grid,.dashboard-bottom-grid{grid-template-columns:1fr!important}.document-progress-card{min-height:auto}.system-overview-grid,.employee-form-layout{grid-template-columns:1fr}.employee-form-side{order:-1}}@media(max-width:900px){.employee-filterbar{grid-template-columns:1fr 1fr!important}.employee-filterbar .search-box{grid-column:1/-1}.employee-filterbar>select{grid-row:auto!important}.document-progress-body{grid-template-columns:130px minmax(0,1fr);padding:18px}.ed-document-grid,.ed-inline-upload{grid-template-columns:1fr!important}.ed-contract-form label,.ed-contract-form label.type,.ed-contract-form label.number,.ed-contract-form label.file,.ed-contract-form .submit{grid-column:span 6!important}}@media(max-width:620px){.php-ui-shell .page-wrap{padding:18px 12px 104px!important}.page-heading h1,.page-header h1{font-size:27px!important}.page-heading p,.page-header p{font-size:13px!important}.app-toast{top:72px;left:10px;right:10px;max-width:none}.employee-filterbar{grid-template-columns:1fr!important;padding:10px!important}.employee-filterbar .search-box{grid-column:auto}.employee-form-heading h1{font-size:26px}.form-card-title{padding:17px 15px 13px}.employee-form-card .form-grid{padding:0 15px 16px}.document-progress-body{grid-template-columns:1fr;gap:16px;padding:18px 14px 22px}.document-progress-card .quality-ring{width:124px;height:124px}.document-progress-stats{width:100%}.ed-profile-head{padding:15px}.ed-title-line h1{font-size:20px!important}.ed-section-head{padding:16px 15px!important}.ed-detail-grid{grid-template-columns:1fr!important;padding:0 15px 16px!important}.ed-document-grid{padding:12px 14px 16px!important}.ed-doc-top{grid-template-columns:34px minmax(0,1fr)!important}.ed-doc-badges{grid-column:2;justify-content:flex-start}.ed-doc-file{grid-template-columns:28px minmax(0,1fr)!important}.ed-file-actions{grid-column:2;justify-self:start;flex-wrap:wrap}.ed-contract-panel{margin:12px 14px 14px!important;padding:13px!important}.ed-contract-form label,.ed-contract-form label.type,.ed-contract-form label.number,.ed-contract-form label.file,.ed-contract-form .submit{grid-column:1/-1!important}.system-overview-cards{grid-template-columns:1fr!important}}.org-grid{align-items:start}.employee-form-heading .back-link{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;margin:0 0 14px;padding:0 12px 0 10px;border:1px solid #dbe4f1;border-radius:11px;background:color-mix(in srgb,var(--surface) 93%,#edf4ff);color:#64748b;font-size:12.5px;font-weight:750;line-height:1;box-shadow:0 3px 10px #1f375c0b;transition:transform .18s ease,border-color .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease}.employee-form-heading .back-link svg{width:17px;height:17px;stroke-width:2}.employee-form-heading .back-link:hover{color:#245fdc;border-color:#b8cdf7;background:#f3f7ff;box-shadow:0 6px 16px #255fdc1a;transform:translate(-2px)}.employee-form-heading .back-link:focus-visible{outline:0;box-shadow:0 0 0 4px #2f6bff1f}.system-feedback{min-height:44px;margin:-8px 0 14px;padding:10px 12px 10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:12px;border:1px solid #bce9d6;background:#effbf6;color:#126f50;font-size:12.5px;font-weight:700}.system-feedback.error{border-color:#ffcbd3;background:#fff2f4;color:#b5364d}.system-feedback button{width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:inherit;display:grid;place-items:center}.system-feedback button:hover{background:#0000000a}.system-feedback svg{width:16px;height:16px}.system-users-card{overflow:hidden}.system-users-card>.card-head{padding:20px 22px}.system-users-table{min-width:1040px}.system-users-table th{font-size:10.5px!important}.system-users-table td{font-size:12.5px!important;padding-top:13px!important;padding-bottom:13px!important}.system-users-table .actions-col{width:108px;text-align:right}.system-user-identity{display:flex;align-items:center;gap:10px;min-width:185px}.system-user-identity>span{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;flex:0 0 auto;background:#eef3ff;color:#3569d5;border:1px solid #e0e8f7}.system-user-identity>span svg{width:17px;height:17px}.system-user-identity>div{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.system-user-identity strong{font-size:13px;line-height:1.2}.system-user-identity small{font-size:10.5px;color:var(--muted);max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-user-identity em{margin-top:2px;padding:2px 6px;border-radius:999px;background:#edf2ff;color:#5266c8;font-style:normal;font-size:8.5px;font-weight:800;letter-spacing:.025em}.muted-text{color:var(--muted)}.row-actions{display:flex;justify-content:flex-end;align-items:center;gap:7px}.table-action{width:35px;height:35px;border-radius:10px;border:1px solid var(--border);background:var(--surface);display:grid;place-items:center;color:#718096;transition:.18s ease}.table-action svg{width:15px;height:15px}.table-action.edit:hover{color:#2468e5;border-color:#b6cdf8;background:#f2f7ff;transform:translateY(-1px)}.table-action.delete:hover{color:#d3485a;border-color:#ffcbd2;background:#fff3f5;transform:translateY(-1px)}.table-action:disabled{opacity:.35;cursor:not-allowed;transform:none!important;background:var(--surface2)}.system-users-note{display:flex;align-items:flex-start;gap:8px;margin:0 18px 16px;padding:10px 12px;border:1px solid #dce8fa;border-radius:11px;background:#f7faff;color:#687892;font-size:10.5px;line-height:1.45}.system-users-note svg{width:15px;height:15px;flex:none;color:#4275d5;margin-top:1px}.system-user-form{position:relative}.system-user-form .two-col{gap:13px}.system-user-form label{position:relative;gap:6px}.system-user-form input,.system-user-form select{min-height:45px!important;font-size:13px!important}.input-with-icon{position:relative}.input-with-icon>svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#91a0b5;pointer-events:none}.input-with-icon input{width:100%;padding-left:38px!important}.user-admin-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 13px;border:1px solid #d8e6fb;border-radius:12px;background:#f4f8ff;color:#3765ba}.user-admin-notice>svg{width:19px;height:19px;flex:none;margin-top:1px}.user-admin-notice>span{display:flex;flex-direction:column;gap:2px}.user-admin-notice strong{font-size:12.5px}.user-admin-notice small{font-size:10.5px;color:#7183a2;font-weight:500}.employee-link-field{position:relative}.employee-search-input{position:relative;display:flex;align-items:center}.employee-search-input>svg{position:absolute;left:12px;width:16px;height:16px;color:#91a0b5;z-index:1;pointer-events:none}.employee-search-input>input{width:100%;padding-left:38px!important;padding-right:40px!important}.employee-search-input>button{position:absolute;right:7px;width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:#8a97aa;display:grid;place-items:center}.employee-search-input>button:hover{background:var(--surface2);color:var(--text)}.employee-search-input>button svg{width:15px;height:15px}.field-help{font-size:10.5px!important;color:var(--muted)!important;font-weight:500!important}.field-help.success{color:#15845e!important}.employee-search-results{position:absolute;left:0;right:0;top:calc(100% - 2px);z-index:20;max-height:235px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 15px 35px #18305a29}.employee-search-results>button{width:100%;min-height:52px;padding:7px 9px;border:0;border-radius:9px;background:transparent;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;text-align:left}.employee-search-results>button:hover{background:var(--surface2)}.employee-search-results>button>span{width:32px;height:32px;border-radius:9px;background:#eef3ff;color:#3569d5;display:grid;place-items:center}.employee-search-results>button>span svg{width:15px;height:15px}.employee-search-results>button>div{display:flex;flex-direction:column;gap:2px;min-width:0}.employee-search-results strong{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-search-results small{font-size:9.5px;color:var(--muted);font-weight:500}.modal-form-actions{display:flex;justify-content:flex-end;padding-top:4px}.delete-user-confirm{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px;align-items:start}.delete-user-confirm .danger-icon{width:48px;height:48px;border-radius:14px;background:#fff0f2;color:#d3485a;display:grid;place-items:center}.delete-user-confirm .danger-icon svg{width:22px;height:22px}.delete-user-confirm h3{font-size:16px;margin:2px 0 5px}.delete-user-confirm p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.delete-user-confirm>.form-error,.delete-user-confirm>.confirm-actions{grid-column:1/-1}.confirm-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:5px}html[data-theme=dark] .employee-form-heading .back-link{background:var(--surface2);border-color:var(--border);color:#aebbd0}html[data-theme=dark] .employee-form-heading .back-link:hover{color:#8db5ff;border-color:#375a91;background:#182b49}html[data-theme=dark] .system-users-note,html[data-theme=dark] .user-admin-notice{background:var(--surface2);border-color:var(--border)}html[data-theme=dark] .system-user-identity>span{background:#17325a;border-color:#29476d}@media(max-width:760px){.employee-form-heading .back-link{min-height:40px;font-size:13px;margin-bottom:13px}.system-users-card>.card-head{align-items:flex-start;flex-direction:column}.system-users-card>.card-head .btn{width:100%}.system-user-form .two-col{grid-template-columns:1fr}.modal-form-actions .btn{width:100%}.delete-user-confirm{grid-template-columns:42px minmax(0,1fr);gap:11px}.delete-user-confirm .danger-icon{width:40px;height:40px;border-radius:12px}.confirm-actions{display:grid;grid-template-columns:1fr 1fr}.confirm-actions .btn{width:100%}}.org-management-card{overflow:hidden}.org-manage-list>div{min-height:66px!important;padding:10px 14px!important}.org-item-copy{min-width:0;display:flex;flex-direction:column;gap:3px}.org-item-copy strong{font-size:13.5px!important;line-height:1.25}.org-item-copy small{font-size:10.5px!important;color:var(--muted)}.org-item-right{display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-end;gap:9px;flex:0 0 auto}.org-row-actions{display:flex!important;flex-direction:row!important;gap:5px;opacity:.2;transition:opacity .16s ease}.org-manage-list>div:hover .org-row-actions{opacity:1}.org-row-actions .table-action{width:31px;height:31px;border-radius:9px}.org-row-actions .table-action svg{width:14px;height:14px}.org-editor-form .two-col{gap:12px}.org-edit-identity{display:flex;align-items:center;gap:10px;padding:11px 12px;border:1px solid #dce8fa;border-radius:11px;background:#f7faff}.org-edit-identity>svg{width:19px;height:19px;color:#3569d5;flex:none}.org-edit-identity>span{display:flex;flex-direction:column;gap:2px}.org-edit-identity strong{font-size:12.5px}.org-edit-identity small{font-size:10.5px;color:var(--muted)}.delete-org-confirm p strong{color:var(--text)}.user-role-field{display:flex;flex-direction:column;gap:8px}.role-field-label{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.role-field-label>span{font-size:13px;font-weight:700;color:#637087}.role-field-label>small{font-size:10px;color:var(--muted);font-weight:500}.user-role-selector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:9px;border:1px solid var(--border);border-radius:12px;background:var(--surface2);max-height:210px;overflow:auto}.user-role-selector>button{appearance:none;width:100%;min-height:55px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface);display:grid;grid-template-columns:25px minmax(0,1fr);align-items:center;gap:8px;text-align:left;transition:.16s ease}.user-role-selector>button:hover{border-color:#b8cdf7;background:#f6f9ff;transform:translateY(-1px)}.user-role-selector>button.selected{border-color:#7ca6f5;background:#eef5ff;box-shadow:0 0 0 2px #2f6bff14}.user-role-selector>button:disabled{opacity:.45;cursor:not-allowed;transform:none}.user-role-selector>button>span:last-child{display:flex;flex-direction:column;min-width:0;gap:2px}.user-role-selector strong{font-size:11.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role-selector small{font-size:9.5px;color:var(--muted);font-weight:600}.role-check{width:23px;height:23px;border:1px solid #cfdae9;border-radius:7px;display:grid;place-items:center;background:var(--surface);color:#fff;font-size:13px;font-weight:900}.user-role-selector>button.selected .role-check{border-color:#2f6bff;background:#2f6bff}.role-selector-empty{grid-column:1/-1;padding:12px;text-align:center;color:var(--muted);font-size:11px}html[data-theme=dark] .org-edit-identity{background:var(--surface2);border-color:var(--border)}html[data-theme=dark] .user-role-selector>button:hover,html[data-theme=dark] .user-role-selector>button.selected{background:#172b48;border-color:#385f99}@media(max-width:760px){.org-item-right{gap:6px}.org-row-actions{opacity:1}.dot-status{display:none}.user-role-selector{grid-template-columns:1fr;max-height:260px}.role-field-label{align-items:flex-start;flex-direction:column;gap:2px}}
