:root{font-family:IBM Plex Sans,IBM Plex Sans Arabic,system-ui,sans-serif;color:#1d2736;background:#f8fafc;--background:hsl(210 20% 98%);--foreground:hsl(215 25% 15%);--card:hsl(0 0% 100%);--primary:#2f6dcc;--primary-dark:#245aa8;--primary-soft:#eaf1fb;--sidebar:#1d2736;--sidebar-accent:#283648;--border:#dde4ed;--input:#dde4ed;--muted:#738094;--muted-bg:#f1f5f9;--accent:#edf2f7;--success:#16a34a;--warning:#f59e0b;--destructive:#dc2626;--info:#0ea5e9;--radius:8px;--shadow-sm:0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md:0 4px 6px -1px rgb(0 0 0 / .1),0 2px 4px -2px rgb(0 0 0 / .1);--soft-orange:#eaf1fb}*{box-sizing:border-box;border-color:var(--border)}body{margin:0;background:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}button,a{transition:.15s ease}h1,h2,p{margin-top:0}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.025em}h1{font-size:1.5rem;line-height:2rem}h2{font-size:1.125rem;line-height:1.75rem}small{color:var(--muted)}.shell{min-height:100vh;display:grid;grid-template-columns:260px minmax(0,1fr)}.shell.menu-collapsed{grid-template-columns:76px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:var(--sidebar);color:#d5dce5;display:flex;flex-direction:column}.logo{height:64px;display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:9px;padding:0 12px;border-bottom:1px solid #334050;color:#fff}.logo img{width:72px;height:34px;object-fit:contain;background:#000;border-radius:4px}.logo strong{font-size:.82rem;line-height:1.15;letter-spacing:.02em}.logo button{border:0;background:transparent;color:#cad2dc;font-size:1.45rem;cursor:pointer}.sidebar nav{display:grid;gap:8px;padding:12px 0 18px;overflow:auto}.nav-section h2{margin:13px 16px 7px;color:#8ea0b5;font-size:.63rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.sidebar nav a,.future-nav{min-height:39px;display:flex;align-items:center;gap:11px;padding:8px 16px;color:#d3d9e1;text-decoration:none;border-left:3px solid transparent;font-size:.86rem}.sidebar nav a b{font-weight:600}.sidebar nav a span,.future-nav span{width:22px;height:22px;border-radius:6px;display:grid;place-items:center;background:#344255;color:#eff6ff;font-size:.68rem;font-weight:800}.sidebar nav a:hover,.sidebar nav a.active{background:#283648;color:#fff;border-left-color:#3b82f6}.sidebar nav a.active span{background:#2f6dcc;color:#fff}.shell.menu-collapsed .logo{grid-template-columns:1fr;padding:0 8px;place-items:center}.shell.menu-collapsed .logo img{width:54px;height:30px}.shell.menu-collapsed .logo strong,.shell.menu-collapsed .nav-section h2,.shell.menu-collapsed .sidebar nav a b{display:none}.shell.menu-collapsed .logo button{position:absolute;right:4px;top:18px;background:#243246;border-radius:5px;width:22px;height:28px;font-size:1.1rem}.shell.menu-collapsed .sidebar nav a{justify-content:center;padding:8px 0}.future-nav{opacity:.9}.workspace{min-width:0}.topbar{height:56px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.global-search{display:flex;align-items:center;background:#f1f4f7;border-radius:6px;padding:0 11px;width:260px;color:#718096}.global-search input{border:0;background:transparent;outline:none;width:100%;padding:8px}.top-actions{display:flex;align-items:center;gap:12px}.company-switcher{border:0;background:#f1f4f7;border-radius:6px;padding:8px 12px;color:#273444;cursor:pointer}.notification{position:relative;border:0;border-left:1px solid var(--border);background:#fff;padding:7px 12px;font-size:1.1rem}.notification i{position:absolute;width:7px;height:7px;background:#ef4444;border-radius:50%;right:8px;top:3px}.user-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:700;font-size:.75rem}.user-copy{display:grid;font-size:.82rem;min-width:100px}.user-copy small{font-size:.72rem}.signout{border:0;background:transparent;color:var(--primary);cursor:pointer;font-size:.75rem}.content{padding:24px;max-width:1700px;margin:auto}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.79rem;color:#4b5563;margin:2px 0 20px;min-height:32px;flex-wrap:wrap}.breadcrumbs a,.breadcrumbs span{min-height:30px;display:inline-flex;align-items:center;gap:7px;border-radius:6px;padding:5px 8px;text-decoration:none;color:inherit}.breadcrumbs a{font-weight:600;color:#2f6dcc}.breadcrumbs a:hover{background:#eaf1fb;color:#245aa8}.breadcrumbs a:focus-visible{outline:2px solid #2f6dcc;outline-offset:2px}.breadcrumbs .current{background:#f1f5f9;color:#1d2736;font-weight:700}.breadcrumbs i{font-style:normal;color:#9aa5b1}.page-title{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.page-title h1{margin-bottom:6px}.page-title p{color:var(--muted);font-size:.9rem}.updated{font-size:.78rem;color:var(--muted);padding-top:18px}.eyebrow{color:var(--primary);font-size:.7rem;font-weight:800;letter-spacing:.14em}.kpi-grid{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-bottom:24px}.kpi-grid article,.dashboard-card,.panel{background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 2px #0f172a0a}.kpi-grid article{min-height:100px;padding:20px;display:flex;justify-content:space-between}.kpi-grid span{font-size:.7rem;color:#718096;letter-spacing:.04em}.kpi-grid strong{display:block;font-size:1.65rem;margin-top:10px}.kpi-grid i{font-style:normal;font-size:1.2rem}.blue{color:#2563eb}.red{color:#ef4444}.amber{color:#f59e0b}.green{color:#16a34a}.cyan{color:#0ea5e9}.chart-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-bottom:24px}.dashboard-card{padding:20px}.dashboard-card h2{margin-bottom:18px}.donut-wrap{height:220px;display:flex;align-items:center;justify-content:center;gap:28px}.donut{width:145px;height:145px;border-radius:50%;display:grid;place-items:center;position:relative}.donut:after{content:"";position:absolute;inset:26px;background:#fff;border-radius:50%}.donut span{z-index:1;font-size:1.25rem;font-weight:700}.legend{display:grid;gap:7px;font-size:.74rem;text-transform:capitalize}.legend div{display:flex;align-items:center;gap:6px}.legend b{margin-left:auto}.dot{width:8px;height:8px;border-radius:50%}.c3{background:#10b981}.c4{background:#ef4444}.c5{background:#22c55e}.horizontal{height:220px;display:flex;flex-direction:column;justify-content:center;gap:15px}.bar-row{display:grid;grid-template-columns:90px 1fr 22px;align-items:center;gap:8px;font-size:.75rem}.bar-row>div{height:22px;background:#f1f5f9;border-radius:3px;overflow:hidden}.bar-row i{display:block;height:100%;background:var(--primary);border-radius:3px}.column-chart{height:220px;display:flex;align-items:flex-end;justify-content:space-around;border-bottom:1px solid #aab4c0;padding:15px 15px 0}.column{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:5px}.column i{display:block;width:65%;min-height:5px;max-height:170px;background:#19a0df;border-radius:4px 4px 0 0}.column b,.column label{font-size:.74rem}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.task-list{display:grid;gap:10px}.task-item{display:flex;align-items:center;gap:9px;padding:13px;background:#f6f8fa;border-radius:6px;color:inherit;text-decoration:none}.task-item>div{flex:1}.task-item b,.task-item small{display:block;font-size:.8rem}.task-item small{font-size:.7rem;margin-top:4px}.overdue-item{background:#fff4f4;border:1px solid #fed7d7}.pill,.badge{display:inline-block;border-radius:999px;padding:4px 9px;font-size:.68rem;text-transform:capitalize;white-space:nowrap;background:#eef2f7}.status-overdue,.status-rejected,.status-cancelled{background:#fee2e2;color:#dc2626}.status-submitted{background:#f3e8ff;color:#9333ea}.status-approved,.status-active{background:#d1fae5;color:#047857}.status-pending{background:#fef3c7;color:#b45309}.status-offline{background:#e9edf2;color:#64748b}.priority-high,.priority-urgent{background:#ffedd5;color:#c2410c}.priority-medium{background:#dbeafe;color:#1d4ed8}.activity-card{margin-bottom:24px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;border-bottom:1px solid #e5eaf0;padding:12px;font-size:.8rem}th{color:#718096;font-size:.7rem;text-transform:uppercase;font-weight:600}.empty-state{padding:32px;text-align:center;color:#94a3b8;font-size:.8rem}.loading-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.loading-grid i{height:100px;border-radius:8px;background:linear-gradient(90deg,#edf1f5,#f8fafc,#edf1f5);animation:pulse 1.4s infinite}@keyframes pulse{50%{opacity:.55}}.panel{padding:20px;margin-bottom:20px}.metrics{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:15px;margin-bottom:20px}.metrics article{background:#fff;border:1px solid var(--border);border-radius:8px;padding:20px}.metrics span{font-size:.78rem;color:#777}.metrics strong{display:block;font-size:2rem;margin-top:12px}.toolbar{display:flex;gap:12px;margin-bottom:18px}.toolbar input{flex:1}.form-grid,.split{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}label{display:grid;gap:7px;margin:16px 0;font-weight:600;font-size:.82rem}input,select,textarea{border:1px solid #cfd7e1;border-radius:6px;padding:10px 11px;background:#fff}textarea{min-height:90px}.primary{border:0;border-radius:6px;padding:11px 17px;background:var(--primary);color:#fff;font-weight:700;cursor:pointer}.primary:disabled{opacity:.6}.error{color:#c62828;min-height:20px}.directory-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #eee}.directory-row small,td small{display:block}.avatar{width:48px;height:48px;border-radius:9px;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:800}.avatar.orange{background:#0ea5e9}.flow{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.flow span{background:#eaf1fb;color:#245aa8;border-radius:18px;padding:9px 14px}.actions{display:flex;gap:7px}.small{border:1px solid #d8dce2;background:#fff;border-radius:6px;padding:6px 9px;cursor:pointer}.small.approve{color:#166534}.small.reject{color:#991b1b}.login-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.brand{background:linear-gradient(145deg,#101923,#254e87);color:#fff;padding:12vh 10vw;display:flex;flex-direction:column;justify-content:center}.brand-logo{width:min(360px,100%);height:auto;object-fit:contain;background:#000;border-radius:8px;padding:10px;box-shadow:0 18px 42px #0004}.brand h1{font-size:3rem;max-width:600px;margin:26px 0 22px}.brand p{color:#d8e3f2;max-width:520px;font-size:1.05rem;line-height:1.8}.mark{width:62px;height:62px;border-radius:14px;background:var(--primary);display:grid;place-items:center;color:#fff;font-size:2rem;font-weight:800}.login-card{display:grid;place-items:center;background:#fff;padding:40px}.login-card form{width:min(410px,100%)}.login-card .primary{width:100%}.login-card aside{margin-top:24px;padding:16px;border-radius:8px;background:#eff6ff;color:#334155;font-size:.82rem;line-height:1.7}@media(max-width:1200px){.kpi-grid{grid-template-columns:repeat(3,1fr)}.chart-grid{grid-template-columns:1fr 1fr}.chart-grid article:last-child{grid-column:span 2}}@media(max-width:900px){.shell{grid-template-columns:76px 1fr}.logo{grid-template-columns:1fr;padding:0 8px;place-items:center}.logo img{width:54px;height:30px}.logo strong,.logo button,.nav-section h2,.sidebar nav a b,.future-nav{font-size:0;display:none}.sidebar nav a{justify-content:center;padding:8px 0}.sidebar nav a span,.future-nav span{font-size:.68rem}.top-actions .company-switcher,.user-copy,.signout{display:none}.summary-grid,.chart-grid{grid-template-columns:1fr}.chart-grid article:last-child{grid-column:auto}}@media(max-width:680px){.content{padding:16px}.global-search{width:150px}.kpi-grid{grid-template-columns:1fr 1fr}.summary-grid,.form-grid,.split{grid-template-columns:1fr}.page-title{display:block}.updated{padding-top:0}.login-page{grid-template-columns:1fr}.brand{display:none}}.sidebar{background:var(--sidebar);color:#d5dce5}.logo{height:68px;border-bottom-color:#334050}.logo img{width:78px;height:37px}.logo strong{text-transform:uppercase;letter-spacing:.08em;font-size:.76rem}.logo button{color:#cad2dc}.nav-section h2{color:#8ea0b5;letter-spacing:.14em}.sidebar nav a{color:#d3d9e1}.sidebar nav a span{background:#344255;color:#eff6ff}.sidebar nav a:hover,.sidebar nav a.active{background:var(--sidebar-accent);border-left-color:#3b82f6}.sidebar nav a.active span{background:var(--primary);color:#fff}.workspace{display:flex;flex-direction:column;min-height:100vh}.topbar{background:#fff;border-bottom-color:var(--border)}.global-search,.company-switcher{background:var(--muted-bg)}.notification{color:var(--primary)}.notification i{background:#ef4444}.user-avatar{background:var(--primary);color:#fff;font-weight:800}.signout{color:var(--primary)}.primary{background:var(--primary);color:#fff}.primary:hover{background:var(--primary-dark);color:#fff}.eyebrow{color:var(--primary)}.app-footer{margin-top:auto;border-top:1px solid var(--border);background:#fff;padding:13px 24px;color:var(--muted);font-size:.74rem;text-align:right}.app-footer a{color:var(--primary);font-weight:700;text-decoration:none}.app-footer a:hover{color:var(--primary-dark);text-decoration:underline}.brand{background:linear-gradient(145deg,#1d2736,#254e87)}.brand-logo{width:min(380px,100%);box-shadow:0 18px 42px #0005}.brand-kicker{margin:26px 0 0;color:#bfdbfe;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.brand h1{margin-top:18px}.brand p{color:#d8e3f2}.login-card{grid-template-rows:1fr auto}.login-card aside{background:#eff6ff;color:#334155}.login-footer{align-self:end;color:var(--muted);font-size:.74rem;text-align:center;padding-top:28px}.task-item{background:#f6f8fa}.task-item:hover{background:#eef3f8}.c0{background:#2f6dcc}.c1{background:#f59e0b}.c2{background:#8b5cf6}.column i{background:#0ea5e9}.bar-row i{background:var(--primary)}.flow span{background:#eaf1fb;color:#245aa8}.avatar.orange{background:#0ea5e9;color:#fff}.ui-icon{width:1em;height:1em;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.primary,.small,.button-link,.notification,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.primary .ui-icon,.small .ui-icon,.button-link .ui-icon{width:15px;height:15px}.sidebar nav a span .ui-icon{width:14px;height:14px}.global-search .ui-icon{width:15px;height:15px}.notification .ui-icon{width:18px;height:18px}.metric-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:#eaf1fb;color:var(--primary)}.metric-icon .ui-icon{width:20px;height:20px}.page-heading-icon{width:42px;height:42px;border-radius:10px;background:#eaf1fb;color:var(--primary);display:grid;place-items:center;flex:0 0 auto}.page-heading-icon .ui-icon{width:22px;height:22px}.title-with-icon{display:flex;gap:12px;align-items:flex-start}.table-action{white-space:nowrap}.section-title-icon{display:inline-flex;align-items:center;gap:8px}.section-title-icon .ui-icon{color:var(--primary)}.breadcrumbs .ui-icon{width:14px;height:14px;color:var(--primary)}.updated{display:inline-flex;align-items:center;gap:7px}.updated .ui-icon{width:14px;height:14px;color:var(--primary)}.pill,.badge{border:1px solid #d8e0ea;background:#fff;color:#344054;font-weight:700;line-height:1.2;padding:4px 10px}.status-overdue,.status-rejected,.status-cancelled{border-color:#f1b8b8;background:snow;color:#b42318}.status-submitted{border-color:#d8c6f3;background:#fbfaff;color:#6941c6}.status-approved,.status-active{border-color:#a9d8bd;background:#f8fffb;color:#067647}.status-pending{border-color:#e7c987;background:#fffdf7;color:#946200}.status-offline{border-color:#d8e0ea;background:#f8fafc;color:#667085}.priority-low{border-color:#d8e0ea;background:#fff;color:#667085}.priority-medium{border-color:#b9c9e8;background:#fbfdff;color:#245aa8}.priority-high{border-color:#e6b27a;background:#fffdf9;color:#b54708}.priority-urgent{border-color:#e4a6a6;background:snow;color:#b42318}html{font-size:16px}body{font-size:1rem;line-height:1.58}.sidebar nav a,.future-nav{font-size:.92rem}.user-copy{font-size:.88rem}.user-copy small,.signout,.app-footer{font-size:.8rem}.breadcrumbs{font-size:.86rem}.page-title p{font-size:.98rem}h1{font-size:1.72rem;line-height:2.15rem}h2{font-size:1.22rem;line-height:1.8rem}th,td{font-size:.9rem}th{font-size:.78rem}.empty-state{font-size:.92rem}label{font-size:.9rem}input,select,textarea{font-size:.95rem;min-height:42px}.small{font-size:.9rem;min-height:36px}.primary{font-size:.95rem;min-height:42px}.pill,.badge{font-size:.78rem}.task-item b{font-size:.9rem}.task-item small{font-size:.8rem}
