:root{--gg-font-size-body:16px;--gg-font-size-body-sm:15px;--gg-font-size-label:14px;--gg-font-size-sidebar:17px;--gg-font-size-card-title:15px;--gg-font-size-card-value:20px;--gg-font-size-button:16px;--gg-font-size-topbar:16px;--gg-font-size-page-subtitle:18px;--gg-line-body:1.65;--gg-line-tight:1.25;--gg-line-heading:1.08;--gg-sidebar-w:280px;--gg-header-h:72px;--gg-page-x:28px;--gg-page-y:24px;--gg-section-gap:24px;--gg-grid-gap:16px;--gg-radius-sm:10px;--gg-radius-md:12px;--gg-radius-lg:18px;--gg-radius-xl:24px;--gg-radius-2xl:30px;--gg-btn-h:44px;--gg-btn-h-sm:36px;--gg-btn-h-lg:46px;--gg-icon-btn:40px;--gg-field-h:44px;--gg-table-row:58px;--gg-kpi-min-h:168px;--gg-card-p:20px;--gg-card-p-lg:24px;--gg-ease:cubic-bezier(0.22,1,0.36,1);--gg-speed-fast:160ms;--gg-speed-normal:240ms;--gg-speed-slow:280ms;--gg-bg-app:#f3f4f6;--gg-bg-canvas:#f8f8f7;--gg-bg-surface:#ffffff;--gg-bg-surface-2:#fcfcfb;--gg-bg-muted:#fafaf9;--gg-sidebar-bg:#07070a;--gg-sidebar-bg-2:#14141a;--gg-sidebar-border:rgba(255,255,255,0.08);--gg-sidebar-text:#f4f4f5;--gg-sidebar-text-muted:#c9cdd5;--gg-sidebar-title:#8f93a1;--gg-sidebar-active:rgba(255,255,255,0.1);--gg-text-strong:#111827;--gg-text-body:#27272a;--gg-text-muted:#71717a;--gg-text-soft:#a1a1aa;--gg-text-subtle:#94a3b8;--gg-text-inverse:#fafafa;--gg-border-soft:#e4e4e7;--gg-border-medium:#d4d4d8;--gg-border-strong:#a1a1aa;--gg-primary:#18181b;--gg-primary-hover:#27272a;--gg-primary-foreground:#fafafa;--gg-accent:#7c3aed;--gg-accent-soft:#f5f3ff;--gg-accent-text:#6d28d9;--gg-success-bg:#ecfdf3;--gg-success-text:#027a48;--gg-warning-bg:#fffaeb;--gg-warning-text:#b54708;--gg-danger-bg:#fef3f2;--gg-danger-text:#b42318;--gg-info-bg:#f4f3ff;--gg-info-text:#5925dc;--gg-shadow-xs:0 1px 2px rgba(16,24,40,0.04);--gg-shadow-sm:0 4px 12px rgba(16,24,40,0.06);--gg-shadow-md:0 10px 30px rgba(16,24,40,0.08);--gg-shadow-lg:0 20px 50px rgba(16,24,40,0.12)}body,html{background:var(--gg-bg-app);color:var(--gg-text-body)}body.graphite-global{color:var(--gg-text-body);background:radial-gradient(circle at top right,rgba(124,58,237,.05),transparent 24%),linear-gradient(180deg,#f8f8f7 0,#f3f4f6);font-feature-settings:"cv02","cv03","cv04","cv11"}body.graphite-global .main-wrapper{min-height:100vh}body.graphite-global .page-wrapper{min-height:100vh;background:rgba(0,0,0,0)!important}body.graphite-global .content{padding:20px var(--gg-page-x) 32px}body.graphite-global .page-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;row-gap:8px;min-height:36px;margin-bottom:18px!important;gap:12px}body.graphite-global .breadcrumb,body.graphite-global .page-breadcrumb .breadcrumb{margin-bottom:0;background:rgba(0,0,0,0)}body.graphite-global .page-breadcrumb h3,body.graphite-global .page-breadcrumb h4,body.graphite-global .page-breadcrumb h5,body.graphite-global .page-breadcrumb h6,body.graphite-global .page-header h3,body.graphite-global .page-title,body.graphite-global h1,body.graphite-global h2,body.graphite-global h3,body.graphite-global h4,body.graphite-global h5,body.graphite-global h6{color:var(--gg-text-strong)!important;letter-spacing:-.02em}body.graphite-global .breadcrumb-item a,body.graphite-global .page-breadcrumb .breadcrumb-item,body.graphite-global .page-breadcrumb ol li{color:#6b7280!important;font-size:13px;font-weight:500}body.graphite-global .text-default,body.graphite-global .text-muted{color:var(--gg-text-muted)!important}body.graphite-global .border,body.graphite-global hr{border-color:var(--gg-border-soft)!important}.gg-page{display:flex;flex-direction:column;gap:28px}.gg-grid-2,.gg-grid-3,.gg-grid-4{display:grid;grid-gap:var(--gg-grid-gap);gap:var(--gg-grid-gap)}.gg-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gg-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gg-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.gg-surface,body.graphite-global .ant-picker-panel,body.graphite-global .ant-select-dropdown,body.graphite-global .ant-table-wrapper,body.graphite-global .card,body.graphite-global .dropdown-menu,body.graphite-global .modal-content{background:linear-gradient(180deg,var(--gg-bg-surface) 0,var(--gg-bg-surface-2) 100%);border:1px solid var(--gg-border-soft);border-radius:var(--gg-radius-lg);box-shadow:0 1px 2px rgba(16,24,40,.03),0 10px 26px rgba(16,24,40,.05)}.gg-card,body.graphite-global .card{transition:transform var(--gg-speed-normal) var(--gg-ease),box-shadow var(--gg-speed-normal) var(--gg-ease),border-color var(--gg-speed-fast) var(--gg-ease)}.gg-card:hover,body.graphite-global .card:hover{transform:translateY(-2px);box-shadow:var(--gg-shadow-sm);border-color:var(--gg-border-medium)}.gg-section-card,body.graphite-global .graphite-section-card{background:linear-gradient(180deg,var(--gg-bg-surface) 0,var(--gg-bg-surface-2) 100%);border:1px solid var(--gg-border-soft);border-radius:var(--gg-radius-xl);padding:24px;box-shadow:0 1px 2px rgba(16,24,40,.03),0 10px 26px rgba(16,24,40,.05)}.gg-stat-card,body.graphite-global .graphite-stat-card{min-height:172px;background:linear-gradient(180deg,#ffffff,#fcfcfb);border:1px solid var(--gg-border-soft);border-radius:24px;padding:22px;box-shadow:0 1px 2px rgba(16,24,40,.03),0 10px 26px rgba(16,24,40,.05)}.gg-filter-bar{background:var(--gg-bg-surface);padding:16px 18px}.gg-filter-bar,.gg-table-shell{border:1px solid var(--gg-border-soft);border-radius:var(--gg-radius-lg);box-shadow:var(--gg-shadow-xs)}.gg-table-shell{overflow:hidden;background:#fff}body.graphite-global .gg-hero-card,body.graphite-global .graphite-dashboard-hero,body.graphite-global .graphite-employee-hero{border-radius:var(--gg-radius-2xl);padding:26px 30px;background:radial-gradient(circle at top right,rgba(124,58,237,.06),transparent 26%),linear-gradient(180deg,#ffffff,#fcfcfb);border:1px solid var(--gg-border-soft);box-shadow:var(--gg-shadow-sm)}body.graphite-global .gg-avatar-shell{background:linear-gradient(135deg,#18181b,#3f3f46);color:#fff;display:grid;place-items:center;font-weight:700}body.graphite-global .gg-section-title,body.graphite-global .graphite-page-title{font-size:30px;line-height:1.08;font-weight:700;letter-spacing:-.035em;color:var(--gg-text-strong)}body.graphite-global .gg-section-subtitle,body.graphite-global .graphite-page-subtitle{font-size:14px;line-height:1.65;color:var(--gg-text-muted);max-width:72ch}body.graphite-global .gg-stat-card{display:flex;flex-direction:column;justify-content:space-between;gap:16px}body.graphite-global .gg-stat-card__icon,body.graphite-global .graphite-stat-card__icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center}body.graphite-global .admin-dashboard-hero,body.graphite-global .gg-dashboard-hero__main,body.graphite-global .welcome-card{align-items:center}body.graphite-global .admin-dashboard-hero .content,body.graphite-global .gg-dashboard-hero__copy,body.graphite-global .welcome-card .content{display:flex;flex-direction:column;gap:12px}body.graphite-global .gg-stat-card__label,body.graphite-global .graphite-stat-card__label{display:block;color:var(--gg-text-muted);font-size:13px;line-height:1.4;font-weight:500;margin-bottom:10px}body.graphite-global .gg-stat-card__value,body.graphite-global .graphite-stat-card__value{font-size:38px;line-height:1;font-weight:700;letter-spacing:-.04em;color:var(--gg-text-strong)}body.graphite-global .gg-stat-card__meta,body.graphite-global .graphite-stat-card__meta{font-size:13px;line-height:1.5;color:var(--gg-text-muted);font-weight:500}body.graphite-global .gg-action-tile{display:flex;align-items:flex-start;gap:14px;min-height:120px;padding:18px;border-radius:18px;border:1px solid var(--gg-border-soft);background:linear-gradient(180deg,#ffffff,#fcfcfb);text-decoration:none;transition:transform var(--gg-speed-normal) var(--gg-ease),box-shadow var(--gg-speed-normal) var(--gg-ease),border-color var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .gg-action-tile:hover{transform:translateY(-2px);box-shadow:var(--gg-shadow-sm);border-color:var(--gg-border-medium)}body.graphite-global .gg-action-tile__icon{width:44px;height:44px;min-width:44px;border-radius:14px;display:grid;place-items:center;background:#f8fafc;color:var(--gg-text-strong);font-size:20px}body.graphite-global .gg-action-tile h6{color:var(--gg-text-strong)}body.graphite-global .gg-action-tile p{color:var(--gg-text-muted);font-size:13px}body.graphite-global .btn{min-height:var(--gg-btn-h);border-radius:var(--gg-radius-md);font-weight:600;transition:transform var(--gg-speed-fast) var(--gg-ease),background var(--gg-speed-fast) var(--gg-ease),border-color var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .btn:active{transform:translateY(1px)}body.graphite-global .btn-primary{background:var(--gg-primary);border-color:var(--gg-primary);color:var(--gg-primary-foreground)}body.graphite-global .btn-primary:active,body.graphite-global .btn-primary:focus,body.graphite-global .btn-primary:hover{background:var(--gg-primary-hover)!important;border-color:var(--gg-primary-hover)!important;color:var(--gg-primary-foreground)!important}body.graphite-global .btn-outline-primary{background:#fff;color:var(--gg-text-strong);border-color:var(--gg-border-medium)}body.graphite-global .btn-outline-primary:hover{background:#f8fafc;color:var(--gg-text-strong);border-color:var(--gg-border-strong)}.gg-btn-sm,body.graphite-global .btn.btn-sm{min-height:var(--gg-btn-h-sm);border-radius:10px}.gg-icon-btn{width:var(--gg-icon-btn);min-width:var(--gg-icon-btn);height:var(--gg-icon-btn);padding:0;display:inline-flex;align-items:center;justify-content:center}body.graphite-global .Calendar-form .p-inputtext,body.graphite-global .Calendar-form input,body.graphite-global .ant-picker,body.graphite-global .ant-select-selector,body.graphite-global .form-control,body.graphite-global .form-select{min-height:var(--gg-field-h);border-radius:var(--gg-radius-md)!important;border:1px solid var(--gg-border-soft)!important;box-shadow:none!important;background:#fff!important;color:var(--gg-text-body)!important;padding-left:14px;padding-right:14px;transition:border-color var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease),background var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .ant-picker-focused,body.graphite-global .ant-select-focused .ant-select-selector,body.graphite-global .form-control:focus,body.graphite-global .form-select:focus{border-color:#a78bfa!important;box-shadow:0 0 0 4px rgba(167,139,250,.15)!important}body.graphite-global textarea.form-control{min-height:110px;padding-top:12px;padding-bottom:12px}body.graphite-global .form-label{color:var(--gg-text-body);font-size:12px;font-weight:600;margin-bottom:8px}body.graphite-global .Calendar-form .p-datepicker-trigger{display:none}body.graphite-global .ant-table,body.graphite-global .table{color:var(--gg-text-body)}body.graphite-global .ant-table-thead>tr>th,body.graphite-global .table thead th{font-size:12px;font-weight:600;letter-spacing:.01em;color:var(--gg-text-muted)!important;background:var(--gg-bg-muted)!important;border-bottom:1px solid var(--gg-border-soft)!important;padding:14px 16px!important}body.graphite-global .ant-table-tbody>tr>td,body.graphite-global .table tbody td{min-height:var(--gg-table-row);border-color:#f1f5f9!important;color:var(--gg-text-body);background:#fff;padding:14px 16px!important}body.graphite-global .badge-soft-success,body.graphite-global .badge.bg-success{background:var(--gg-success-bg)!important;color:var(--gg-success-text)!important;border:0}body.graphite-global .badge-soft-danger,body.graphite-global .badge.bg-danger{background:var(--gg-danger-bg)!important;color:var(--gg-danger-text)!important;border:0}body.graphite-global .badge-soft-warning,body.graphite-global .badge.bg-warning{background:var(--gg-warning-bg)!important;color:var(--gg-warning-text)!important;border:0}body.graphite-global .badge-soft-info,body.graphite-global .badge.bg-info{background:var(--gg-info-bg)!important;color:var(--gg-info-text)!important;border:0}body.graphite-global .header{background:hsla(0,0%,100%,.84)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}body.graphite-global .header,body.graphite-global .header .header-left,body.graphite-global .header .header-right,body.graphite-global .header .navbar,body.graphite-global .header .navbar-header{min-height:var(--gg-header-h)}body.graphite-global .header .form-control,body.graphite-global .header .input-icon .form-control{min-height:44px;height:44px;border-radius:16px!important;background:hsla(0,0%,100%,.92)!important;border:1px solid #e4e4e7!important;box-shadow:none!important;padding-left:42px}body.graphite-global .header .input-icon{position:relative}body.graphite-global .header .input-icon .search-icon,body.graphite-global .header .input-icon i{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#71717a!important;z-index:2}body.graphite-global .header .btn,body.graphite-global .header .dropdown-toggle,body.graphite-global .header .icon-btn,body.graphite-global .header .search-icon{border-radius:14px!important}body.graphite-global .header .header-right{gap:8px}body.graphite-global .header .badge,body.graphite-global .header .rounded-pill{box-shadow:0 4px 10px rgba(220,38,38,.1)}body.graphite-global .sidebar{background:radial-gradient(circle at top left,rgba(124,58,237,.1),transparent 22%),linear-gradient(180deg,var(--gg-sidebar-bg) 0,#0d0d11 45%,var(--gg-sidebar-bg-2) 100%)!important;box-shadow:none!important}body.graphite-global .sidebar:after,body.graphite-global .sidebar:before{display:none!important}body.graphite-global .sidebar .sidebar-scroll{padding-bottom:20px}body.graphite-global .sidebar .sidebar-scroll::-webkit-scrollbar{width:6px}body.graphite-global .sidebar .sidebar-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1)}body.graphite-global .sidebar .menu-title span{color:var(--gg-sidebar-title)!important}body.graphite-global .graphite-back-link{display:inline-flex;align-items:center;gap:8px;color:var(--gg-text-strong);font-weight:600;text-decoration:none}body.graphite-global .graphite-back-link:hover{color:var(--gg-primary)}body.graphite-global .graphite-breadcrumb-sep{color:var(--gg-text-subtle)}body.graphite-global .graphite-alert-shell{border-radius:16px;border-width:1px}.graphite-auth-shell{min-height:100vh;background:radial-gradient(circle at top right,rgba(124,58,237,.05),transparent 24%),linear-gradient(180deg,#f8f8f7 0,#f3f4f6)}.graphite-auth-shell .main-wrapper{min-height:100vh}body.graphite-global .graphite-empty-shell{background:#fff;border:1px solid var(--gg-border-soft);border-radius:24px;padding:48px 24px;text-align:center;box-shadow:var(--gg-shadow-xs)}body.graphite-global .graphite-empty-shell h6{color:var(--gg-text-strong)}body.graphite-global .graphite-empty-shell p{color:var(--gg-text-muted)}body.graphite-global .graphite-empty-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:18px;display:grid;place-items:center;background:#f8fafc;color:var(--gg-text-muted);font-size:24px}body.graphite-global .graphite-employee-hero__main{display:flex;align-items:center;gap:18px;min-width:0;flex:1 1 auto}body.graphite-global .graphite-employee-hero__content{min-width:0}body.graphite-global .graphite-employee-hero__actions{flex:0 0 auto}body.graphite-global .graphite-employee-avatar{width:88px;height:88px;min-width:88px;border-radius:24px;overflow:hidden;background:linear-gradient(135deg,#18181b,#3f3f46);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:700;border:1px solid hsla(0,0%,100%,.12);box-shadow:var(--gg-shadow-sm)}body.graphite-global .graphite-employee-avatar img{width:100%;height:100%;object-fit:cover}body.graphite-global .graphite-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#f8fafc;border:1px solid var(--gg-border-soft);color:var(--gg-text-body);font-size:12px;font-weight:600}body.graphite-global .graphite-employee-name{font-size:30px;line-height:1.1;margin-bottom:10px;color:var(--gg-text-strong);letter-spacing:-.03em}body.graphite-global .graphite-employee-meta{display:flex;flex-wrap:wrap;gap:14px 18px}body.graphite-global .graphite-employee-meta span{display:inline-flex;align-items:center;gap:8px;color:var(--gg-text-muted);font-size:13px}body.graphite-global .graphite-stat-card__label{display:block;color:var(--gg-text-muted);font-size:12px;font-weight:600;letter-spacing:.02em;margin-bottom:10px;text-transform:uppercase}body.graphite-global .graphite-stat-card h6{color:var(--gg-text-strong);font-size:17px;margin-bottom:8px}body.graphite-global .graphite-stat-card p{color:var(--gg-text-muted);font-size:13px}body.graphite-global .graphite-section-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}body.graphite-global .graphite-section-card__header h5{color:var(--gg-text-strong)}body.graphite-global .graphite-section-card__header p{color:var(--gg-text-muted);font-size:13px}body.graphite-global .graphite-form-section__title{font-size:13px;font-weight:700;color:var(--gg-text-strong);text-transform:uppercase;letter-spacing:.03em;margin-bottom:14px}body.graphite-global .graphite-form-divider{height:1px;background:var(--gg-border-soft);margin:24px 0}body.graphite-global .graphite-field-hint{color:var(--gg-text-muted);font-size:12px;margin-top:6px}body.graphite-global .graphite-detail-list{display:flex;flex-direction:column;gap:14px}body.graphite-global .graphite-detail-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--gg-border-soft)}body.graphite-global .graphite-detail-list__item:last-child{padding-bottom:0;border-bottom:0}body.graphite-global .graphite-detail-list__item span{color:var(--gg-text-muted);font-size:13px}body.graphite-global .graphite-detail-list__item strong{color:var(--gg-text-strong);font-size:13px;font-weight:600;text-align:right}body.graphite-global .graphite-note-box{border-radius:18px;background:#fafaf9;border:1px dashed var(--gg-border-medium);padding:16px;color:var(--gg-text-muted);font-size:13px;line-height:1.6}@media(max-width:991.98px){body.graphite-global .page-wrapper{margin-left:0}body.graphite-global .content{padding:18px 20px 28px}body.graphite-global .sidebar{left:calc(-1*var(--gg-sidebar-w))}body.graphite-global .sidebar.show,body.graphite-global.sidebar-open .sidebar{left:0}.gg-grid-3,.gg-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}body.graphite-global .gg-hero-card,body.graphite-global .graphite-dashboard-hero,body.graphite-global .graphite-employee-hero{padding:22px;border-radius:24px}body.graphite-global .graphite-employee-hero{flex-direction:column}body.graphite-global .graphite-employee-hero__main{align-items:flex-start}body.graphite-global .graphite-employee-name{font-size:24px}}@media(max-width:767.98px){:root{--gg-page-x:16px;--gg-page-y:16px;--gg-card-p:16px;--gg-card-p-lg:18px}body.graphite-global .content{padding:16px 16px 24px}.gg-grid-2,.gg-grid-3,.gg-grid-4{grid-template-columns:1fr}body.graphite-global .gg-page{gap:22px}body.graphite-global .gg-section-title,body.graphite-global .graphite-page-title{font-size:24px}body.graphite-global .gg-section-card,body.graphite-global .gg-stat-card,body.graphite-global .graphite-section-card,body.graphite-global .graphite-stat-card{border-radius:20px;padding:18px}body.graphite-global .gg-hero-card,body.graphite-global .graphite-dashboard-hero,body.graphite-global .graphite-employee-hero{padding:18px;border-radius:22px}body.graphite-global .gg-avatar-shell{width:60px;height:60px;min-width:60px;border-radius:18px;font-size:20px}body.graphite-global .gg-stat-card__value{font-size:30px}body.graphite-global .graphite-employee-hero__main{flex-direction:column;align-items:flex-start}body.graphite-global .graphite-employee-avatar{width:72px;height:72px;min-width:72px;border-radius:20px;font-size:22px}body.graphite-global .graphite-detail-list__item{flex-direction:column;align-items:flex-start}body.graphite-global .graphite-detail-list__item strong{text-align:left}}body.graphite-global .header{position:-webkit-sticky;position:sticky;left:0;min-height:72px;height:72px;background:hsla(0,0%,100%,.88)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(24,24,27,.06)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7),0 8px 20px rgba(15,23,42,.03);z-index:999}body.graphite-global .header .logo,body.graphite-global .header-left,body.graphite-global .logo,body.graphite-global .navbar-header{background:rgba(0,0,0,0)!important;box-shadow:none!important}body.graphite-global .header .header-left,body.graphite-global .header .header-right,body.graphite-global .header .navbar,body.graphite-global .header .navbar-header{min-height:72px;display:flex;align-items:center}body.graphite-global .main-wrapper .header,body.graphite-global .page-wrapper .header{width:auto}body.graphite-global .header .btn,body.graphite-global .header .btn-icon,body.graphite-global .header .dropdown-toggle,body.graphite-global .header .icon-btn,body.graphite-global .header .search-icon{border-radius:14px!important}body.graphite-global .header .btn.btn-icon,body.graphite-global .header .dropdown-toggle.btn-icon,body.graphite-global .header .icon-btn{width:40px;min-width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center}body.graphite-global .header .form-control,body.graphite-global .header .input-icon .form-control,body.graphite-global .header .searchinputs input,body.graphite-global .header .top-nav-search .form-control{min-height:44px;height:44px;border-radius:16px!important;background:hsla(0,0%,100%,.96)!important;border:1px solid #e4e4e7!important;box-shadow:none!important;color:#27272a!important}body.graphite-global .header .input-icon .form-control,body.graphite-global .header .top-nav-search .form-control{padding-left:42px!important}body.graphite-global .header .input-icon .search-icon,body.graphite-global .header .input-icon i,body.graphite-global .header .top-nav-search .search-icon,body.graphite-global .header .top-nav-search i{left:14px}body.graphite-global .header .header-right,body.graphite-global .header ul.nav.user-menu{gap:8px}body.graphite-global .header .header-right>li,body.graphite-global .header .nav-item{display:flex;align-items:center}body.graphite-global .sidebar{height:100vh;position:fixed;top:0;left:0;overflow:hidden!important;display:flex;flex-direction:column;background:radial-gradient(circle at top left,rgba(124,58,237,.1),transparent 22%),linear-gradient(180deg,#07070a,#0d0d11 45%,#14141a)!important;border-right:1px solid hsla(0,0%,100%,.08)!important;box-shadow:inset -1px 0 0 hsla(0,0%,100%,.04);z-index:1000}body.graphite-global .sidebar .gg-sidebar-logo,body.graphite-global .sidebar .sidebar-logo{position:relative;z-index:3;flex:0 0 76px;min-height:76px;height:76px;padding:18px 20px;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(180deg,rgba(7,7,10,.98),rgba(13,13,17,.96))!important;border-bottom:1px solid hsla(0,0%,100%,.07)!important}body.graphite-global .sidebar .sidebar-logo .dark-logo,body.graphite-global .sidebar .sidebar-logo .light-logo,body.graphite-global .sidebar .sidebar-logo .logo-small{display:none!important}body.graphite-global .sidebar .sidebar-logo .logo-normal{display:inline-flex!important;align-items:center}body.graphite-global .sidebar .sidebar-logo .logo-normal img{display:block;max-height:34px;width:auto}body.graphite-global .sidebar .sidebar-scroll{flex:1 1 auto;min-height:0;height:calc(100vh - 76px);overflow-y:auto!important;overflow-x:hidden!important;position:relative;z-index:1;padding:0 6px 20px 0;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.14) rgba(0,0,0,0)}body.graphite-global .sidebar .sidebar-scroll::-webkit-scrollbar{width:7px}body.graphite-global .sidebar .sidebar-scroll::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.12);border-radius:999px;border:2px solid rgba(0,0,0,0);background-clip:padding-box}body.graphite-global .sidebar .sidebar-scroll::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.18);background-clip:padding-box}body.graphite-global .sidebar .sidebar-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,0)}body.graphite-global .sidebar #sidebar-menu,body.graphite-global .sidebar .sidebar-inner,body.graphite-global .sidebar .sidebar-menu,body.graphite-global .sidebar .slimScrollDiv{background:rgba(0,0,0,0)!important;height:auto!important}body.graphite-global .sidebar .sidebar-menu{padding:14px 14px 20px}body.graphite-global .sidebar .menu-title{padding:16px 12px 8px;margin:0}body.graphite-global .sidebar .menu-title span{color:#8f93a1!important;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.graphite-global .sidebar .sidebar-menu>ul>li>ul>li{margin-bottom:6px}body.graphite-global .sidebar .sidebar-menu a{text-decoration:none}body.graphite-global .content>:first-child,body.graphite-global .page-breadcrumb+.gg-page,body.graphite-global .page-breadcrumb+.row,body.graphite-global .page-breadcrumb+div,body.graphite-global .sidebar .sidebar-menu>ul>li>ul>li>a{margin-top:0}@media(max-width:991.98px){body.graphite-global .page-wrapper{margin-left:0}body.graphite-global .content{padding:18px 20px 28px}body.graphite-global .sidebar{left:calc(-1*var(--gg-sidebar-w))}body.graphite-global .sidebar.show,body.graphite-global.sidebar-open .sidebar{left:0}.gg-grid-3,.gg-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){body.graphite-global .content{padding:16px 16px 24px}.gg-grid-2,.gg-grid-3,.gg-grid-4{grid-template-columns:1fr}}body.graphite-global .header{height:var(--gg-header-h)}body.graphite-global .page-wrapper{padding-top:var(--gg-header-h)}body.graphite-global .header .header-left{min-width:auto!important;width:auto!important;padding-left:16px;background:rgba(0,0,0,0)!important}body.graphite-global .header .navbar-header{width:auto!important;min-width:auto!important;padding-left:0!important;background:rgba(0,0,0,0)!important}body.graphite-global .header .input-icon,body.graphite-global .header .searchinputs,body.graphite-global .header .top-nav-search{min-width:320px;max-width:420px}body.graphite-global .header .header-right{margin-left:auto;padding-right:18px}@media(max-width:991.98px){body.graphite-global .header{left:0}body.graphite-global .page-wrapper{margin-left:0;padding-top:var(--gg-header-h)}body.graphite-global .header .input-icon,body.graphite-global .header .searchinputs,body.graphite-global .header .top-nav-search{min-width:220px;max-width:320px}}body.graphite-global .gg-hero-card,body.graphite-global .graphite-dashboard-hero,body.graphite-global .graphite-employee-hero{border-radius:32px;box-shadow:0 1px 2px rgba(16,24,40,.03),0 14px 34px rgba(16,24,40,.06)}body.graphite-global .gg-stat-card,body.graphite-global .graphite-stat-card{border-radius:26px;min-height:176px;box-shadow:0 1px 2px rgba(16,24,40,.03),0 12px 28px rgba(16,24,40,.05)}body.graphite-global .gg-stat-card__value,body.graphite-global .graphite-stat-card__value{font-size:40px;letter-spacing:-.045em}body.graphite-global .gg-stat-card__label,body.graphite-global .graphite-stat-card__label{margin-bottom:12px}body.graphite-global .page-breadcrumb{margin-bottom:22px!important}body.graphite-global .gg-section-title,body.graphite-global .graphite-page-title{font-size:32px;line-height:1.04}body.graphite-global .gg-section-subtitle,body.graphite-global .graphite-page-subtitle{color:#6b7280}body.graphite-global .sidebar{width:var(--gg-sidebar-w)}body.graphite-global .page-wrapper{margin-left:var(--gg-sidebar-w)}body.graphite-global .sidebar .gg-sidebar-logo,body.graphite-global .sidebar .sidebar-logo{padding:18px}body.graphite-global .sidebar .sidebar-logo .logo-normal img{max-height:32px}body.graphite-global .sidebar .sidebar-menu{padding:12px 12px 18px}body.graphite-global .sidebar .menu-title{padding:14px 10px 8px}body.graphite-global .header{position:fixed!important;top:0;left:var(--gg-sidebar-w);right:0;width:auto!important;height:74px;min-height:74px;display:flex;align-items:center;background:hsla(0,0%,100%,.86)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(24,24,27,.05)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.72),0 10px 24px rgba(15,23,42,.035);padding:0 18px}body.graphite-global .header-left,body.graphite-global .navbar-header{width:auto!important;min-width:auto!important;max-width:none!important;padding:0!important;margin:0!important;background:rgba(0,0,0,0)!important;border:0!important;box-shadow:none!important}body.graphite-global .header-left .dark-logo,body.graphite-global .header-left .light-logo,body.graphite-global .header-left .logo,body.graphite-global .header-left .logo-small,body.graphite-global .navbar-header .dark-logo,body.graphite-global .navbar-header .light-logo,body.graphite-global .navbar-header .logo,body.graphite-global .navbar-header .logo-small{display:none!important}body.graphite-global .header .header-left,body.graphite-global .header .header-right,body.graphite-global .header .navbar{min-height:74px;display:flex;align-items:center}body.graphite-global .header .header-right,body.graphite-global .header ul.nav.user-menu{display:flex;align-items:center;gap:10px;margin-left:auto}body.graphite-global .header .input-icon,body.graphite-global .header .searchinputs,body.graphite-global .header .top-nav-search{position:relative;width:100%;max-width:320px;min-width:260px}body.graphite-global .header .input-icon .form-control,body.graphite-global .header .searchinputs input,body.graphite-global .header .top-nav-search .form-control{width:100%;height:46px;min-height:46px;border-radius:18px!important;background:hsla(0,0%,100%,.94)!important;border:1px solid #e5e7eb!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 4px 12px rgba(15,23,42,.03);color:#27272a!important;padding-left:44px!important;padding-right:14px!important;font-size:15px}body.graphite-global .header .input-icon .search-icon,body.graphite-global .header .input-icon i,body.graphite-global .header .top-nav-search .search-icon,body.graphite-global .header .top-nav-search i{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#71717a!important;font-size:18px;z-index:2}body.graphite-global .header .search-badge,body.graphite-global .header .search-shortcut,body.graphite-global .header kbd{border-radius:10px;background:#f4f4f5;border:1px solid #e4e4e7;color:#71717a;font-size:12px;font-weight:600;padding:4px 8px}body.graphite-global .header .btn.btn-icon,body.graphite-global .header .dropdown-toggle.btn-icon,body.graphite-global .header .header-right .btn,body.graphite-global .header .header-right .dropdown-toggle,body.graphite-global .header .icon-btn{width:42px;min-width:42px;height:42px;border-radius:16px!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.82);border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(15,23,42,.03)}body.graphite-global .header .header-right .btn:hover,body.graphite-global .header .header-right .dropdown-toggle:hover{background:#fff;border-color:#d4d4d8}body.graphite-global .content{padding-top:22px}@media(max-width:991.98px){body.graphite-global .header{left:0;padding:0 14px}body.graphite-global .page-wrapper{margin-left:0;padding-top:74px}body.graphite-global .header .input-icon,body.graphite-global .header .searchinputs,body.graphite-global .header .top-nav-search{min-width:180px;max-width:240px}}@media(max-width:767.98px){body.graphite-global .header{height:68px;min-height:68px;padding:0 10px}body.graphite-global .page-wrapper{padding-top:68px}body.graphite-global .header .input-icon,body.graphite-global .header .searchinputs,body.graphite-global .header .top-nav-search{min-width:140px;max-width:180px}body.graphite-global .header .input-icon .form-control,body.graphite-global .header .searchinputs input,body.graphite-global .header .top-nav-search .form-control{height:42px;min-height:42px;border-radius:16px!important}}body.graphite-global .graphite-topbar-shell{position:fixed!important;top:0;left:var(--gg-sidebar-w);right:0;width:auto!important;height:76px;min-height:76px;padding:0 18px;display:flex;align-items:center;background:hsla(0,0%,100%,.88)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(24,24,27,.06)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.72),0 10px 24px rgba(15,23,42,.035);z-index:999}body.graphite-global .graphite-topbar-shell__inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}body.graphite-global .graphite-topbar-left,body.graphite-global .graphite-topbar-right{display:flex;align-items:center;gap:10px;min-width:0}body.graphite-global .graphite-topbar-right{margin-left:auto}body.graphite-global .graphite-topbar-home,body.graphite-global .graphite-topbar-icon{width:42px;min-width:42px;height:42px;border-radius:16px;border:1px solid #e5e7eb;background:hsla(0,0%,100%,.86);color:#27272a;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 2px 8px rgba(15,23,42,.03);transition:background var(--gg-speed-fast) var(--gg-ease),border-color var(--gg-speed-fast) var(--gg-ease),transform var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .graphite-topbar-home:hover,body.graphite-global .graphite-topbar-icon:hover{background:#fff;border-color:#d4d4d8;transform:translateY(-1px)}body.graphite-global .graphite-topbar-home i,body.graphite-global .graphite-topbar-icon i{font-size:20px}body.graphite-global .graphite-topbar-search{position:relative;width:min(340px,100%);min-width:260px;height:46px}body.graphite-global .graphite-topbar-search__input{width:100%;height:46px;border-radius:18px;background:hsla(0,0%,100%,.94);border:1px solid #e5e7eb;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 4px 12px rgba(15,23,42,.03);color:#27272a;padding:0 92px 0 44px;font-size:15px;outline:none;transition:border-color var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease),background var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .graphite-topbar-search__input:focus{border-color:#c4b5fd;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 0 0 4px rgba(167,139,250,.14)}body.graphite-global .graphite-topbar-search__icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#71717a;font-size:18px}body.graphite-global .graphite-topbar-search__shortcut{position:absolute;right:10px;top:50%;transform:translateY(-50%);height:28px;padding:0 10px;border-radius:10px;background:#f4f4f5;border:1px solid #e4e4e7;color:#71717a;font-size:12px;font-weight:600;display:inline-flex;align-items:center}body.graphite-global .graphite-topbar-badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;border:1.5px solid #ef4444;color:#dc2626;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 12px rgba(220,38,38,.12)}body.graphite-global .graphite-topbar-profile__trigger{border:0;background:rgba(0,0,0,0);padding:0;display:inline-flex;align-items:center}body.graphite-global .graphite-topbar-profile__avatar{width:42px;height:42px;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(15,23,42,.03);display:inline-flex;align-items:center;justify-content:center;background:#fff}body.graphite-global .graphite-topbar-profile__avatar img{width:100%;height:100%;object-fit:cover}body.graphite-global .graphite-topbar-dropdown{min-width:320px;border:1px solid var(--gg-border-soft);border-radius:22px;padding:0;overflow:hidden;background:linear-gradient(180deg,#ffffff,#fcfcfb);box-shadow:0 8px 30px rgba(15,23,42,.08),0 1px 2px rgba(15,23,42,.04)}body.graphite-global .graphite-topbar-dropdown__footer,body.graphite-global .graphite-topbar-dropdown__header{padding:16px 18px;border-bottom:1px solid var(--gg-border-soft)}body.graphite-global .graphite-topbar-dropdown__footer{border-bottom:0;border-top:1px solid var(--gg-border-soft)}body.graphite-global .graphite-topbar-dropdown__header{display:flex;align-items:center;justify-content:space-between;gap:12px}body.graphite-global .graphite-topbar-dropdown__header h6{color:var(--gg-text-strong)}body.graphite-global .graphite-topbar-dropdown__header span{color:var(--gg-text-muted);font-size:12px}body.graphite-global .graphite-topbar-dropdown__body{max-height:340px;overflow-y:auto;padding:12px 18px}body.graphite-global .graphite-dropdown-empty{color:var(--gg-text-muted);font-size:14px;padding:12px 0}body.graphite-global .graphite-notification-item{margin-bottom:12px}body.graphite-global .graphite-notification-item:last-child{margin-bottom:0}body.graphite-global .graphite-notification-item__button{width:100%;border:0;background:rgba(0,0,0,0);padding:0;text-align:left;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}body.graphite-global .graphite-notification-item__left{display:flex;align-items:flex-start;gap:10px}body.graphite-global .graphite-notification-item__dot{width:8px;min-width:8px;height:8px;margin-top:7px;border-radius:999px;background:var(--gg-accent)}body.graphite-global .graphite-notification-item__dot--hidden{background:rgba(0,0,0,0)}body.graphite-global .graphite-notification-item__title{color:var(--gg-text-strong);font-size:14px;font-weight:600;margin-bottom:2px}body.graphite-global .graphite-notification-item__message{color:var(--gg-text-muted);font-size:13px;line-height:1.5}body.graphite-global .graphite-notification-item__time{color:var(--gg-text-muted);font-size:12px;white-space:nowrap}body.graphite-global .graphite-profile-dropdown{min-width:320px}body.graphite-global .graphite-profile-dropdown__footer,body.graphite-global .graphite-profile-dropdown__links{padding:12px 18px}body.graphite-global .graphite-profile-dropdown__footer button,body.graphite-global .graphite-profile-dropdown__links a,body.graphite-global .graphite-profile-dropdown__links button{width:100%;border:0;background:rgba(0,0,0,0);padding:10px 0;display:flex;align-items:center;gap:10px;color:var(--gg-text-body);text-decoration:none;text-align:left}body.graphite-global .graphite-profile-dropdown__footer button:hover,body.graphite-global .graphite-profile-dropdown__links a:hover,body.graphite-global .graphite-profile-dropdown__links button:hover{color:var(--gg-text-strong)}@media(max-width:991.98px){body.graphite-global .graphite-topbar-shell{left:0;padding:0 14px}body.graphite-global .page-wrapper{margin-left:0;padding-top:76px}body.graphite-global .graphite-topbar-search{min-width:180px;width:min(240px,100%)}}@media(max-width:767.98px){body.graphite-global .graphite-topbar-shell{height:68px;min-height:68px;padding:0 10px}body.graphite-global .page-wrapper{padding-top:68px}body.graphite-global .graphite-topbar-left,body.graphite-global .graphite-topbar-right{gap:8px}body.graphite-global .graphite-topbar-search{min-width:140px;width:min(180px,100%);height:42px}body.graphite-global .graphite-topbar-search__input{height:42px;padding-right:12px}body.graphite-global .graphite-topbar-search__shortcut{display:none}body.graphite-global .graphite-topbar-dropdown{min-width:280px}}body.graphite-global .header.graphite-header{position:fixed!important;top:0;left:var(--gg-sidebar-w);right:0;width:auto!important;height:74px;min-height:74px;display:flex;align-items:center;padding:0 18px;background:rgba(250,250,249,.88)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(24,24,27,.06)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.72),0 10px 24px rgba(15,23,42,.035);z-index:999}body.graphite-global .graphite-header__inner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}body.graphite-global .graphite-header__left,body.graphite-global .graphite-header__right{display:flex;align-items:center;gap:10px;min-width:0}body.graphite-global .graphite-header__right{margin-left:auto}body.graphite-global .graphite-header__home,body.graphite-global .graphite-header__icon{width:42px;min-width:42px;height:42px;border-radius:16px;border:1px solid #e5e7eb;background:hsla(0,0%,100%,.82);color:#27272a;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 2px 8px rgba(15,23,42,.03);transition:background var(--gg-speed-fast) var(--gg-ease),border-color var(--gg-speed-fast) var(--gg-ease),transform var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .graphite-header__home:hover,body.graphite-global .graphite-header__icon:hover{background:#fff;border-color:#d4d4d8;transform:translateY(-1px)}body.graphite-global .graphite-header__home i,body.graphite-global .graphite-header__icon i{font-size:20px}body.graphite-global .graphite-header__search{position:relative;width:min(340px,100%);min-width:260px;height:46px}body.graphite-global .graphite-header__search-input{width:100%;height:46px;border-radius:18px;background:hsla(0,0%,100%,.94);border:1px solid #e5e7eb;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 4px 12px rgba(15,23,42,.03);color:#27272a;padding:0 92px 0 44px;font-size:15px;outline:none;transition:border-color var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease),background var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .graphite-header__search-input:focus{border-color:#c4b5fd;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.9),0 0 0 4px rgba(167,139,250,.14)}body.graphite-global .graphite-header__search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#71717a;font-size:18px}body.graphite-global .graphite-header__shortcut{position:absolute;right:10px;top:50%;transform:translateY(-50%);height:28px;padding:0 10px;border-radius:10px;background:#f4f4f5;border:1px solid #e4e4e7;color:#71717a;font-size:12px;font-weight:600;display:inline-flex;align-items:center}body.graphite-global .graphite-header__badge{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#fff;border:1.5px solid #ef4444;color:#dc2626;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 12px rgba(220,38,38,.12)}body.graphite-global .graphite-header__profile-trigger{border:0;background:rgba(0,0,0,0);padding:0;display:inline-flex;align-items:center}body.graphite-global .graphite-header__avatar{width:42px;height:42px;border-radius:16px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(15,23,42,.03);display:inline-flex;align-items:center;justify-content:center;background:#fff}body.graphite-global .graphite-header__avatar img{width:100%;height:100%;object-fit:cover}body.graphite-global .graphite-header__dropdown{min-width:320px;border:1px solid var(--gg-border-soft);border-radius:22px;padding:0;overflow:hidden;background:linear-gradient(180deg,#ffffff,#fcfcfb);box-shadow:0 8px 30px rgba(15,23,42,.08),0 1px 2px rgba(15,23,42,.04)}body.graphite-global .graphite-header__dropdown-head{padding:16px 18px;border-bottom:1px solid var(--gg-border-soft);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}body.graphite-global .graphite-header__dropdown-head h6{color:var(--gg-text-strong)}body.graphite-global .graphite-header__dropdown-head p{color:var(--gg-text-muted);font-size:13px}body.graphite-global .graphite-header__dropdown-body{padding:16px 18px}body.graphite-global .graphite-header__scroll{max-height:340px;overflow-y:auto}body.graphite-global .graphite-header__text-action{border:0;background:rgba(0,0,0,0);padding:0;color:var(--gg-accent-text);font-size:13px;font-weight:600}body.graphite-global .graphite-header__empty{color:var(--gg-text-muted);font-size:14px}body.graphite-global .graphite-header__quicklink{width:100%;min-height:52px;border-radius:16px;border:1px solid var(--gg-border-soft);background:#fff;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--gg-text-body);text-decoration:none;margin-bottom:12px;transition:transform var(--gg-speed-fast) var(--gg-ease),border-color var(--gg-speed-fast) var(--gg-ease),box-shadow var(--gg-speed-fast) var(--gg-ease)}body.graphite-global .graphite-header__quicklink:last-child{margin-bottom:0}body.graphite-global .graphite-header__quicklink:hover{transform:translateY(-1px);border-color:var(--gg-border-medium);box-shadow:var(--gg-shadow-xs)}body.graphite-global .graphite-header__quicklink-left{display:inline-flex;align-items:center;gap:10px}body.graphite-global .graphite-header__quicklink-left i{font-size:18px;color:var(--gg-text-strong)}body.graphite-global .graphite-header__notif-item{margin-bottom:12px}body.graphite-global .graphite-header__notif-item:last-child{margin-bottom:0}body.graphite-global .graphite-header__notif-btn{width:100%;border:0;background:rgba(0,0,0,0);padding:0;text-align:left;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}body.graphite-global .graphite-header__notif-left{display:flex;align-items:flex-start;gap:10px}body.graphite-global .graphite-header__notif-dot{width:8px;min-width:8px;height:8px;margin-top:7px;border-radius:999px;background:var(--gg-accent)}body.graphite-global .graphite-header__notif-dot--hidden{background:rgba(0,0,0,0)}body.graphite-global .graphite-header__notif-title{color:var(--gg-text-strong);font-size:14px;font-weight:600;margin-bottom:2px}body.graphite-global .graphite-header__notif-text{color:var(--gg-text-muted);font-size:13px;line-height:1.5}body.graphite-global .graphite-header__notif-time{color:var(--gg-text-muted);font-size:12px;white-space:nowrap}body.graphite-global .graphite-profile-dropdown__header{padding:18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--gg-border-soft)}body.graphite-global .graphite-profile-dropdown__avatar{width:48px;height:48px;min-width:48px;border-radius:16px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--gg-border-soft)}body.graphite-global .graphite-profile-dropdown__avatar img{width:100%;height:100%;object-fit:cover}body.graphite-global .graphite-profile-dropdown__header h6{color:var(--gg-text-strong)}body.graphite-global .graphite-profile-dropdown__header p{color:var(--gg-text-muted);font-size:13px}body.graphite-global .graphite-profile-dropdown__header span{color:var(--gg-text-muted);font-size:12px}body.graphite-global .graphite-mobile-menu,body.graphite-global .graphite-profile-dropdown__footer,body.graphite-global .graphite-profile-dropdown__links{padding:12px 18px}body.graphite-global .graphite-mobile-menu a,body.graphite-global .graphite-mobile-menu button,body.graphite-global .graphite-profile-dropdown__footer button,body.graphite-global .graphite-profile-dropdown__links a,body.graphite-global .graphite-profile-dropdown__links button{width:100%;border:0;background:rgba(0,0,0,0);padding:10px 0;display:flex;align-items:center;gap:10px;color:var(--gg-text-body);text-decoration:none;text-align:left}body.graphite-global .graphite-mobile-menu a:hover,body.graphite-global .graphite-mobile-menu button:hover,body.graphite-global .graphite-profile-dropdown__footer button:hover,body.graphite-global .graphite-profile-dropdown__links a:hover,body.graphite-global .graphite-profile-dropdown__links button:hover{color:var(--gg-text-strong)}body.graphite-global .graphite-profile-dropdown__footer{border-top:1px solid var(--gg-border-soft)}body.graphite-global .page-wrapper{padding-top:74px}@media(max-width:991.98px){body.graphite-global .header.graphite-header{left:0;padding:0 14px}body.graphite-global .page-wrapper{margin-left:0;padding-top:74px}body.graphite-global .graphite-header__search{min-width:180px;width:min(240px,100%)}}@media(max-width:767.98px){body.graphite-global .header.graphite-header{height:68px;min-height:68px;padding:0 10px}body.graphite-global .page-wrapper{padding-top:68px}body.graphite-global .graphite-header__left,body.graphite-global .graphite-header__right{gap:8px}body.graphite-global .graphite-header__search{min-width:140px;width:min(180px,100%);height:42px}body.graphite-global .graphite-header__search-input{height:42px;padding-right:12px}body.graphite-global .graphite-header__shortcut{display:none}body.graphite-global .graphite-header__dropdown{min-width:280px}}body.graphite-global .gg-avatar-shell,body.graphite-global .graphite-header__avatar-fallback,body.graphite-global .graphite-profile-dropdown__avatar-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#18181b,#3f3f46);color:#fff;font-weight:700;letter-spacing:-.02em}body.graphite-global .graphite-header__avatar-fallback,body.graphite-global .graphite-profile-dropdown__avatar-fallback{width:100%;height:100%}body.graphite-global .gg-avatar-shell{width:72px;height:72px;min-width:72px;border-radius:22px;font-size:24px;box-shadow:var(--gg-shadow-sm)}@media(max-width:767.98px){body.graphite-global .gg-avatar-shell{width:60px;height:60px;min-width:60px;border-radius:18px;font-size:20px}}body.graphite-global .graphite-header__avatar,body.graphite-global .graphite-profile-dropdown__avatar{position:relative;overflow:hidden;background:#fff}body.graphite-global .graphite-header__avatar img,body.graphite-global .graphite-profile-dropdown__avatar img{width:100%;height:100%;object-fit:cover;display:block}body.graphite-global .graphite-header__avatar-logo,body.graphite-global .graphite-profile-dropdown__avatar-logo{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ffffff,#f8fafc)}body.graphite-global .graphite-header__avatar-logo img,body.graphite-global .graphite-profile-dropdown__avatar-logo img{width:68%;height:68%;object-fit:contain;display:block}body.graphite-global .graphite-header__avatar-fallback,body.graphite-global .graphite-profile-dropdown__avatar-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#18181b,#3f3f46);color:#fff;font-weight:700;letter-spacing:-.02em}body.graphite-global .graphite-header__avatar-fallback{font-size:14px}body.graphite-global .graphite-profile-dropdown__avatar-fallback{font-size:16px}body.graphite-global.mini-sidebar{--gg-sidebar-w:86px}body.graphite-global.mini-sidebar .page-wrapper{margin-left:var(--gg-sidebar-w)}body.graphite-global.mini-sidebar .header.graphite-header{left:var(--gg-sidebar-w)}body.graphite-global.mini-sidebar .sidebar{width:var(--gg-sidebar-w)}body.graphite-global.mini-sidebar .sidebar .gg-sidebar-logo,body.graphite-global.mini-sidebar .sidebar .sidebar-logo{justify-content:center;padding:16px 10px}body.graphite-global.mini-sidebar .sidebar .sidebar-logo .logo-normal img{max-height:28px}body.graphite-global.mini-sidebar .sidebar:hover .submenu ul li a{display:flex!important}@media(max-width:991.98px){body.graphite-global.mini-sidebar{--gg-sidebar-w:0px}body.graphite-global.mini-sidebar .page-wrapper{margin-left:0}body.graphite-global.mini-sidebar .header.graphite-header{left:0}}body.graphite-global .gg-dashboard-chip{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;background:hsla(0,0%,100%,.88);border:1px solid var(--gg-border-soft);box-shadow:var(--gg-shadow-xs);color:var(--gg-text-muted);font-size:13px;font-weight:600}body.graphite-global .gg-dashboard-hero__text{line-height:1.65}body.graphite-global .gg-dashboard-mini-stat{min-height:110px}body.graphite-global .gg-dashboard-mini-stat__value{font-size:24px}body.graphite-global .gg-dashboard-mini-stat__note{font-size:12px}body.graphite-global .gg-dashboard-kpi__icon{margin-bottom:14px}body.graphite-global .gg-dashboard-kpi__value{font-size:38px}body.graphite-global .gg-dashboard-kpi__helper{margin-bottom:14px}@media(max-width:991.98px){body.graphite-global .gg-dashboard-hero .card-body{padding:22px!important}}@media(max-width:767.98px){body.graphite-global .gg-dashboard-hero{border-radius:22px}body.graphite-global .gg-dashboard-hero .card-body,body.graphite-global .gg-dashboard-kpi .card-body,body.graphite-global .gg-dashboard-section .card-body{padding:18px!important}body.graphite-global .gg-dashboard-section .card-header{padding:18px 18px 0!important}body.graphite-global .gg-dashboard-kpi__value{font-size:32px}}body.graphite-global .gg-dashboard-hero{border-radius:28px;border:1px solid var(--gg-border-soft);background:radial-gradient(circle at top right,rgba(124,58,237,.06),transparent 24%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(250,250,249,.94));box-shadow:var(--gg-shadow-sm)}body.graphite-global .gg-dashboard-hero .card-body{padding:26px 28px!important}body.graphite-global .gg-dashboard-hero__eyebrow{color:var(--gg-text-muted);font-size:13px;font-weight:600;margin-bottom:8px}body.graphite-global .gg-dashboard-hero__title{font-size:22px;line-height:1.15;margin-bottom:8px}body.graphite-global .gg-dashboard-hero__text{line-height:1.6;max-width:620px}body.graphite-global .gg-dashboard-hero__actions{gap:8px;margin-bottom:14px}body.graphite-global .gg-dashboard-hero__stats{grid-gap:10px;gap:10px}body.graphite-global .gg-dashboard-mini-stat{border-radius:18px;padding:14px 14px 12px;min-height:108px}body.graphite-global .gg-dashboard-mini-stat__label{margin-bottom:8px}body.graphite-global .gg-dashboard-mini-stat__value{font-size:22px;line-height:1.1;letter-spacing:-.03em;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.graphite-global .gg-dashboard-mini-stat__note{line-height:1.45}body.graphite-global .gg-dashboard-kpi.card{border-radius:24px!important;border:1px solid var(--gg-border-soft)!important;background:linear-gradient(180deg,#ffffff,#fcfcfb)!important;box-shadow:var(--gg-shadow-xs)!important;min-height:250px}body.graphite-global .gg-dashboard-kpi .card-body{padding:22px!important;gap:14px;min-height:250px}body.graphite-global .gg-dashboard-kpi__icon{min-width:52px;border-radius:999px;margin-bottom:8px}body.graphite-global .gg-dashboard-kpi__label{color:var(--gg-text-muted);font-size:13px}body.graphite-global .gg-dashboard-kpi__value{color:var(--gg-text-strong);font-size:34px;line-height:1;font-weight:700;letter-spacing:-.04em;margin-bottom:10px;white-space:nowrap}body.graphite-global .gg-dashboard-kpi__helper{color:var(--gg-text-muted);font-size:12px;line-height:1.45;margin-bottom:12px}body.graphite-global .gg-dashboard-kpi .gg-dashboard-link,body.graphite-global .gg-dashboard-kpi .link-default{margin-top:auto;display:inline-flex;align-items:center;gap:6px;font-weight:600;white-space:nowrap}body.graphite-global .gg-dashboard-section.card{border-radius:24px!important;border:1px solid var(--gg-border-soft)!important;background:linear-gradient(180deg,#ffffff,#fcfcfb)!important;box-shadow:var(--gg-shadow-xs)!important}body.graphite-global .gg-dashboard-section .card-header{background:rgba(0,0,0,0)!important;border:0!important;padding:22px 22px 0!important}body.graphite-global .gg-dashboard-section .card-body{padding:18px 22px 22px!important}body.graphite-global .gg-dashboard-section__title{color:var(--gg-text-strong);font-size:18px;line-height:1.25;letter-spacing:-.02em;margin-bottom:4px}body.graphite-global .gg-dashboard-section__subtitle{color:var(--gg-text-muted);font-size:13px;line-height:1.55;max-width:560px}body.graphite-global .gg-dashboard-link{color:var(--gg-accent-text);font-weight:600;white-space:nowrap}body.graphite-global .gg-dashboard-link:hover{color:#5b21b6}body.graphite-global .gg-dashboard-note{background:#fff;border:1px solid var(--gg-border-soft);color:var(--gg-text-body);border-radius:18px;padding:16px 18px;line-height:1.6}body.graphite-global .gg-dashboard-note b{color:var(--gg-text-strong)}body.graphite-global .gg-dashboard-table{table-layout:fixed;width:100%}body.graphite-global .gg-dashboard-table td,body.graphite-global .gg-dashboard-table thead th{vertical-align:middle}body.graphite-global .gg-dashboard-table__title{font-weight:600;color:var(--gg-text-strong);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.graphite-global .gg-dashboard-table__meta{color:var(--gg-text-muted);font-size:12px}body.graphite-global .gg-dashboard-calendar .p-inputtext,body.graphite-global .gg-dashboard-calendar input{min-height:44px;border-radius:16px!important;border:1px solid var(--gg-border-soft)!important;background:hsla(0,0%,100%,.96)!important;box-shadow:none!important;padding-left:40px!important;font-weight:600}body.graphite-global .gg-dashboard-calendar .input-icon-addon{position:absolute;left:14px;top:50%;transform:translateY(-50%);z-index:2;color:var(--gg-text-muted)}body.graphite-global .gg-dashboard-calendar .p-datepicker-trigger{display:none}@media(max-width:1199.98px){body.graphite-global .gg-dashboard-hero__stats{grid-template-columns:1fr}}@media(max-width:991.98px){body.graphite-global .gg-dashboard-hero .card-body{padding:22px!important}body.graphite-global .gg-dashboard-kpi .card-body,body.graphite-global .gg-dashboard-kpi.card{min-height:220px}body.graphite-global .gg-dashboard-kpi__value{font-size:30px}}@media(max-width:767.98px){body.graphite-global .gg-dashboard-hero{border-radius:22px}body.graphite-global .gg-dashboard-hero .card-body,body.graphite-global .gg-dashboard-kpi .card-body,body.graphite-global .gg-dashboard-section .card-body{padding:18px!important}body.graphite-global .gg-dashboard-section .card-header{padding:18px 18px 0!important}body.graphite-global .gg-dashboard-kpi__value{font-size:28px}body.graphite-global .gg-dashboard-link{white-space:normal}}body.graphite-global .gg-dashboard-hero .card-body{padding:30px 32px!important}body.graphite-global .gg-dashboard-hero__title{color:var(--gg-text-strong);font-size:24px;line-height:1.12;font-weight:700;letter-spacing:-.03em;margin-bottom:10px}body.graphite-global .gg-dashboard-hero__text{color:var(--gg-text-muted);font-size:14px;line-height:1.75;margin-bottom:0;max-width:600px}body.graphite-global .gg-dashboard-hero__right{display:flex;flex-direction:column;gap:16px}body.graphite-global .gg-dashboard-hero__actions{justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-bottom:0}body.graphite-global .gg-dashboard-hero__action-btn{min-width:220px;gap:8px;text-align:center;white-space:nowrap}body.graphite-global .gg-dashboard-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}body.graphite-global .gg-dashboard-mini-stat{border:1px solid var(--gg-border-soft);border-radius:20px;background:hsla(0,0%,100%,.86);padding:16px 16px 14px;min-height:132px;display:flex;flex-direction:column;justify-content:flex-start}body.graphite-global .gg-dashboard-mini-stat__label{color:var(--gg-text-muted);font-size:12px;font-weight:600;margin-bottom:10px}body.graphite-global .gg-dashboard-mini-stat__value{color:var(--gg-text-strong);font-size:18px;line-height:1.15;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;white-space:normal;overflow:visible;text-overflow:unset}body.graphite-global .gg-dashboard-mini-stat__note{color:var(--gg-text-muted);font-size:11px;line-height:1.5}@media(max-width:1399.98px){body.graphite-global .gg-dashboard-hero__stats{grid-template-columns:1fr}body.graphite-global .gg-dashboard-mini-stat{min-height:112px}}@media(max-width:1199.98px){body.graphite-global .gg-dashboard-hero .card-body{padding:24px!important}body.graphite-global .gg-dashboard-hero__actions{justify-content:flex-start}}@media(max-width:767.98px){body.graphite-global .gg-dashboard-hero .card-body{padding:18px!important}body.graphite-global .gg-dashboard-hero__title{font-size:20px}body.graphite-global .gg-dashboard-hero__action-btn{width:100%;min-width:0}}:root{--gg-font-sans:var(--font-plus-jakarta),"Plus Jakarta Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--gg-font-weight-regular:500;--gg-font-weight-medium:600;--gg-font-weight-semibold:700;--gg-font-weight-bold:800;--gg-font-weight-black:900}body.graphite-global,body.graphite-global .ant-dropdown,body.graphite-global .ant-modal,body.graphite-global .ant-picker,body.graphite-global .ant-select,body.graphite-global .ant-table,body.graphite-global .btn,body.graphite-global .card,body.graphite-global .content,body.graphite-global .dropdown-menu,body.graphite-global .form-control,body.graphite-global .form-select,body.graphite-global .main-wrapper,body.graphite-global .modal-content,body.graphite-global .page-wrapper,body.graphite-global .table{font-family:var(--gg-font-sans)!important}body.graphite-global .content{padding-top:18px}body.graphite-global .page-breadcrumb{margin-bottom:0!important}body.graphite-global .gg-admin-topbar{margin-bottom:4px}body.graphite-global .gg-admin-topbar__content{display:flex;flex-direction:column;gap:8px}body.graphite-global .gg-admin-topbar__title{font-size:clamp(2.2rem,3vw,3rem);line-height:1.02;font-weight:750;letter-spacing:-.055em}body.graphite-global .gg-admin-topbar__subtitle{max-width:780px;font-size:18px;line-height:1.65;font-weight:450}body.graphite-global .gg-admin-topbar .breadcrumb,body.graphite-global .gg-dashboard-chip,body.graphite-global .gg-dashboard-note{display:none!important}body.graphite-global .gg-dashboard-calendar{min-width:176px}body.graphite-global .gg-dashboard-calendar .Calendar-form,body.graphite-global .gg-dashboard-calendar .form-control,body.graphite-global .gg-dashboard-calendar .p-calendar{width:100%}body.graphite-global .gg-dashboard-hero--v3{position:relative;overflow:hidden;border-radius:32px!important;border:1px solid rgba(226,232,240,.9)!important;background:radial-gradient(circle at top left,rgba(99,102,241,.07),transparent 30%),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 32%),linear-gradient(135deg,#fbfbff,#ffffff 42%,#f8fbff)!important;box-shadow:0 24px 60px rgba(15,23,42,.06)!important}body.graphite-global .gg-dashboard-hero--v3 .card-body{padding:34px}body.graphite-global .gg-dashboard-hero__grid{grid-template-columns:minmax(0,1.2fr) minmax(320px,.78fr);grid-gap:28px;gap:28px;align-items:start}body.graphite-global .gg-dashboard-hero__identity{display:flex;gap:28px;min-width:0}body.graphite-global .gg-avatar-shell--hero{width:118px;height:118px;min-width:118px;border-radius:28px;background:hsla(0,0%,100%,.9);border:1px solid rgba(226,232,240,.95);box-shadow:0 10px 30px rgba(15,23,42,.06);display:grid;place-items:center;overflow:hidden}body.graphite-global .gg-avatar-shell--hero .gg-avatar-shell__logo img,body.graphite-global .gg-avatar-shell--hero img{width:74px;height:74px}body.graphite-global .gg-dashboard-hero__copy{max-width:720px}body.graphite-global .gg-dashboard-hero__title span{display:inline-block}body.graphite-global .gg-dashboard-hero__name{display:inline-block;margin-left:8px;font-size:.9em;font-weight:700;line-height:1;letter-spacing:-.028em;color:#0f172a;vertical-align:baseline}body.graphite-global .gg-dashboard-hero__roleline{color:#475467;font-size:17px;line-height:1.5;font-weight:500;letter-spacing:-.015em;margin-bottom:12px}body.graphite-global .gg-dashboard-hero__roleline strong{color:#0f172a;font-weight:800;letter-spacing:-.02em}body.graphite-global .gg-dashboard-hero__text{color:#667085;font-size:16px;line-height:1.72;font-weight:500;letter-spacing:-.01em;max-width:640px}body.graphite-global .gg-dashboard-hero__side{display:flex;align-items:stretch}body.graphite-global .gg-dashboard-hero__panel{width:100%;min-height:100%;border-radius:28px;border:1px solid rgba(226,232,240,.98);background:hsla(0,0%,100%,.86);box-shadow:0 12px 32px rgba(15,23,42,.04);padding:24px;display:flex;flex-direction:column;gap:16px}body.graphite-global .gg-dashboard-hero__panel-title{color:#344054;font-size:15px;line-height:1.35;font-weight:700;letter-spacing:-.015em}body.graphite-global .gg-dashboard-hero__actions{gap:14px}body.graphite-global .gg-dashboard-hero__action-btn{min-height:56px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:700;letter-spacing:-.02em;line-height:1.2}body.graphite-global .gg-dashboard-hero__action-btn.btn-primary{background:linear-gradient(180deg,#111827,#0f172a)!important;border-color:#111827!important;color:#fff!important}body.graphite-global .gg-dashboard-hero__action-btn.btn-outline-primary{border-color:#d0d5dd!important;color:#0f172a!important}body.graphite-global .gg-dashboard-hero__action-btn.btn-outline-primary:hover{background:#f8fafc!important;border-color:#cbd5e1!important}body.graphite-global .gg-dashboard-hero__stats-row{display:grid;grid-gap:16px;gap:16px;margin-top:22px}body.graphite-global .gg-dashboard-mini-stat{border:1px solid rgba(226,232,240,.98);border-radius:24px;background:hsla(0,0%,100%,.84);padding:22px 22px 20px;min-height:146px;box-shadow:0 8px 22px rgba(15,23,42,.03)}body.graphite-global .gg-dashboard-mini-stat__label{font-size:13px;line-height:1.4;letter-spacing:.01em;text-transform:none;margin-bottom:12px}body.graphite-global .gg-dashboard-mini-stat__value{color:#0f172a;font-size:clamp(2rem,2.5vw,2.5rem);line-height:1.02;font-weight:760;letter-spacing:-.05em;margin-bottom:10px;word-break:break-word}body.graphite-global .gg-dashboard-mini-stat__note{line-height:1.7;font-weight:450}body.graphite-global .gg-dashboard-kpi{border-radius:26px!important}body.graphite-global .gg-dashboard-kpi .card-body{display:flex;flex-direction:column;justify-content:space-between;gap:18px;min-height:218px;padding:24px}body.graphite-global .gg-dashboard-kpi__icon{width:52px;height:52px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px}body.graphite-global .gg-dashboard-kpi__label{color:#667085;font-size:14px;line-height:1.4;font-weight:600;letter-spacing:0;text-transform:none;margin-bottom:8px}body.graphite-global .gg-dashboard-kpi__value{color:#0f172a;font-size:clamp(2rem,2.4vw,2.6rem);line-height:1.02;font-weight:760;letter-spacing:-.05em;margin-bottom:8px}body.graphite-global .gg-dashboard-kpi__helper{color:#667085;font-size:15px;line-height:1.65;font-weight:450}body.graphite-global .gg-dashboard-link{display:inline-flex;align-items:center;gap:6px;color:#111827!important;font-size:14px;font-weight:650;text-decoration:none}body.graphite-global .gg-dashboard-link:hover{color:#1d4ed8!important}body.graphite-global .gg-dashboard-section{border-radius:28px!important}body.graphite-global .gg-dashboard-section .card-body,body.graphite-global .gg-dashboard-section .card-header{padding-left:24px;padding-right:24px}body.graphite-global .gg-dashboard-section .card-header{padding-top:24px}body.graphite-global .gg-dashboard-section__title{color:#0f172a!important;font-size:20px;line-height:1.2;font-weight:700;letter-spacing:-.03em;margin-bottom:6px}body.graphite-global .gg-dashboard-section__subtitle{color:#667085;font-size:14px;line-height:1.6;font-weight:450}body.graphite-global .gg-badge{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;letter-spacing:0;text-transform:none}body.graphite-global .gg-badge-neutral{background:#f8fafc;color:#475467;border:1px solid #e4e7ec}body.graphite-global .gg-approval-feed{display:flex;flex-direction:column;gap:12px}body.graphite-global .gg-approval-feed__item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid #eaecf0;border-radius:20px;background:#fff}body.graphite-global .gg-approval-feed__left{min-width:0;flex:1 1 auto}body.graphite-global .gg-approval-feed__title{color:#0f172a;font-size:15px;line-height:1.55;font-weight:650;margin-bottom:6px;word-break:break-word}body.graphite-global .gg-approval-feed__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:#667085;font-size:13px;line-height:1.55}body.graphite-global .gg-approval-feed__type{text-transform:capitalize}body.graphite-global .gg-approval-feed__dot{width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.6}body.graphite-global .gg-approval-feed__right{flex:0 0 auto}body.graphite-global .gg-approval-feed__right .gg-badge{white-space:nowrap}@media(max-width:1399.98px){body.graphite-global .gg-dashboard-hero__grid{grid-template-columns:1fr}}@media(max-width:1199.98px){body.graphite-global .gg-dashboard-hero__stats-row{grid-template-columns:1fr}}@media(max-width:991.98px){body.graphite-global .gg-admin-topbar__subtitle{font-size:16px}body.graphite-global .gg-dashboard-hero--v3 .card-body{padding:24px}body.graphite-global .gg-dashboard-hero__identity{align-items:flex-start;gap:20px}body.graphite-global .gg-avatar-shell--hero{width:92px;height:92px;min-width:92px}body.graphite-global .gg-avatar-shell--hero .gg-avatar-shell__logo img,body.graphite-global .gg-avatar-shell--hero img{width:60px;height:60px}body.graphite-global .gg-dashboard-kpi .card-body{min-height:200px}body.graphite-global .gg-approval-feed__item{flex-direction:column}}@media(max-width:767.98px){body.graphite-global .gg-admin-topbar__title{font-size:2rem}body.graphite-global .gg-dashboard-hero__title{font-size:2.45rem}body.graphite-global .gg-dashboard-hero__text,body.graphite-global .gg-dashboard-kpi__helper,body.graphite-global .gg-dashboard-mini-stat__note{font-size:15px}body.graphite-global .gg-dashboard-hero__action-btn{min-height:52px;font-size:16px}}body.graphite-global .gg-hrms-page .content{padding-top:28px}body.graphite-global .gg-hrms-page .gg-page-breadcrumb{margin-bottom:20px!important;padding:0 4px}body.graphite-global .gg-hrms-page .gg-page-breadcrumb h1,body.graphite-global .gg-hrms-page .gg-page-breadcrumb h2{color:var(--gg-text-strong);font-size:clamp(30px,3.2vw,42px);line-height:1.06;font-weight:800;letter-spacing:-.04em;margin-bottom:8px!important}body.graphite-global .gg-hrms-page .gg-page-breadcrumb .text-muted,body.graphite-global .gg-hrms-page .gg-page-breadcrumb p{color:var(--gg-text-muted)}body.graphite-global .gg-hrms-page .gg-page-breadcrumb .breadcrumb{gap:8px;margin-top:10px}body.graphite-global .gg-hrms-page .gg-page-breadcrumb .breadcrumb-item,body.graphite-global .gg-hrms-page .gg-page-breadcrumb .breadcrumb-item a{color:#7b8190;font-size:14px;font-weight:500}body.graphite-global .gg-hrms-page .gg-page-breadcrumb .breadcrumb-item.active{color:var(--gg-text-strong)}body.graphite-global .gg-hrms-page .head-icons,body.graphite-global .gg-hrms-page .right-content{gap:10px}body.graphite-global .gg-hrms-page .btn,body.graphite-global .gg-hrms-page button.btn{border-radius:14px;min-height:44px;padding:0 16px;font-weight:600;letter-spacing:-.01em}body.graphite-global .gg-hrms-page .btn-light,body.graphite-global .gg-hrms-page .btn-outline-light,body.graphite-global .gg-hrms-page .btn-white{border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.92);color:var(--gg-text-strong);box-shadow:0 8px 20px rgba(15,23,42,.04)}body.graphite-global .gg-hrms-page .bg-primary,body.graphite-global .gg-hrms-page .btn-primary{box-shadow:0 16px 28px rgba(15,23,42,.16)}body.graphite-global .gg-hrms-page .d-flex.align-items-center.border.bg-white.rounded.p-1.me-2.icon-list,body.graphite-global .gg-hrms-page .icon-list{padding:6px!important;border-radius:16px!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 10px 24px rgba(15,23,42,.04)}body.graphite-global .gg-hrms-page .icon-list .btn{min-height:38px;min-width:38px;padding:0;border-radius:12px}body.graphite-global .gg-hrms-page .card{border:1px solid rgba(15,23,42,.06)!important;border-radius:24px!important;background:hsla(0,0%,100%,.96);box-shadow:0 18px 36px rgba(15,23,42,.04);overflow:hidden}body.graphite-global .gg-hrms-page .card-header{background:rgba(0,0,0,0);border-bottom:1px solid rgba(15,23,42,.06);padding:20px 22px 0}body.graphite-global .gg-hrms-page .card-body,body.graphite-global .gg-hrms-page .card-footer{padding:22px}body.graphite-global .gg-hrms-page .card-title,body.graphite-global .gg-hrms-page h3,body.graphite-global .gg-hrms-page h4,body.graphite-global .gg-hrms-page h5{color:var(--gg-text-strong);letter-spacing:-.03em}body.graphite-global .gg-hrms-page .table-responsive{border:1px solid rgba(15,23,42,.06);border-radius:20px;overflow:hidden}body.graphite-global .gg-hrms-page .gg-data-table,body.graphite-global .gg-hrms-page .table{margin-bottom:0}body.graphite-global .gg-hrms-page .gg-data-table thead th,body.graphite-global .gg-hrms-page .table thead th{background:#f8fafc;color:#667085;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid rgba(15,23,42,.08);padding:14px 16px;white-space:nowrap}body.graphite-global .gg-hrms-page .gg-data-table tbody td,body.graphite-global .gg-hrms-page .table tbody td{color:var(--gg-text-strong);font-size:14px;line-height:1.55;padding:16px;vertical-align:middle;border-color:rgba(15,23,42,.06)}body.graphite-global .gg-hrms-page .gg-data-table tbody tr:hover,body.graphite-global .gg-hrms-page .table tbody tr:hover{background:rgba(59,130,246,.03)}body.graphite-global .gg-hrms-page .dropdown-menu{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:10px;box-shadow:0 18px 36px rgba(15,23,42,.1)}body.graphite-global .gg-hrms-page .dropdown-item{border-radius:12px;padding:10px 12px;font-weight:500}body.graphite-global .gg-hrms-page .form-control,body.graphite-global .gg-hrms-page .form-select,body.graphite-global .gg-hrms-page input,body.graphite-global .gg-hrms-page select,body.graphite-global .gg-hrms-page textarea{border-radius:14px;border-color:rgba(15,23,42,.1);min-height:44px}body.graphite-global .gg-hrms-page .badge,body.graphite-global .gg-hrms-page [class*=badge-]{border-radius:999px;font-weight:700;letter-spacing:.02em;padding:8px 12px}body.graphite-global .gg-hrms-page .avatar,body.graphite-global .gg-hrms-page .avatar-rounded{border-radius:18px!important}body.graphite-global .gg-hrms-page .fs-12{font-size:12px!important}body.graphite-global .gg-hrms-page .fs-13{font-size:13px!important}body.graphite-global .gg-hrms-page .fs-14{font-size:14px!important}body.graphite-global .gg-hrms-page .fs-20{font-size:20px!important}body.graphite-global .gg-hrms-page .col-md-6 .card.flex-fill .card-body,body.graphite-global .gg-hrms-page .col-xl-3 .card.flex-fill .card-body{min-height:160px}body.graphite-global .gg-hrms-page .card .border-dashed,body.graphite-global .gg-hrms-page .card .rounded-circle{border-radius:20px!important}body.graphite-global .gg-hrms-page .card p.fw-medium.fs-12{font-size:12px!important;text-transform:uppercase;letter-spacing:.06em;color:#6b7280}body.graphite-global .gg-hrms-page .card .h4,body.graphite-global .gg-hrms-page .card .h5,body.graphite-global .gg-hrms-page .card h4,body.graphite-global .gg-hrms-page .card h5{font-size:clamp(24px,2vw,32px);font-weight:800}body.graphite-global .gg-page--employeedetails .card,body.graphite-global .gg-page--ticket-details .card{border-radius:28px!important}body.graphite-global .gg-page--ticket-details .card .badge,body.graphite-global .gg-page--tickets .card .badge,body.graphite-global .gg-page--tickets-grid .card .badge{padding:7px 11px}body.graphite-global .gg-hrms-page .d-flex.gap-2>.btn,body.graphite-global .gg-hrms-page .d-flex.gap-2>a.btn{min-height:40px}@media(max-width:991.98px){body.graphite-global .gg-hrms-page .content{padding-top:20px}body.graphite-global .gg-hrms-page .gg-page-breadcrumb h1,body.graphite-global .gg-hrms-page .gg-page-breadcrumb h2{font-size:28px}body.graphite-global .gg-hrms-page .card-body,body.graphite-global .gg-hrms-page .card-footer{padding:18px}}@media(max-width:767.98px){body.graphite-global .gg-hrms-page .gg-page-breadcrumb .breadcrumb{display:none}body.graphite-global .gg-hrms-page .right-content{margin-top:12px}body.graphite-global .gg-hrms-page .btn,body.graphite-global .gg-hrms-page button.btn{width:auto}}body.graphite-global .h1,body.graphite-global h1{font-weight:800;letter-spacing:-.05em}body.graphite-global .gg-dashboard-hero__title,body.graphite-global .gg-page-title,body.graphite-global h2,body.graphite-global h3{font-weight:800;letter-spacing:-.045em}body.graphite-global .card-title,body.graphite-global .gg-dashboard-hero__panel-title,body.graphite-global .gg-dashboard-section__title,body.graphite-global h4,body.graphite-global h5,body.graphite-global h6{font-weight:700;letter-spacing:-.018em}body.graphite-global .badge,body.graphite-global .btn,body.graphite-global .gg-approval-feed__title,body.graphite-global .gg-dashboard-kpi__label,body.graphite-global .gg-dashboard-mini-stat__label,body.graphite-global .table thead th{font-weight:700}body.graphite-global .gg-dashboard-kpi__value,body.graphite-global .gg-dashboard-mini-stat__value{font-weight:800;letter-spacing:-.03em}body.graphite-global .gg-dashboard-hero__eyebrow,body.graphite-global .gg-dashboard-mini-stat__label{text-transform:none;letter-spacing:-.01em}body.graphite-global .gg-dashboard-hero__text,body.graphite-global .gg-dashboard-section__subtitle,body.graphite-global .text-muted,body.graphite-global p{font-weight:500}body.graphite-global .gg-admin-topbar__title{font-size:clamp(2.55rem,3.8vw,3.45rem);line-height:.98;font-weight:800;letter-spacing:-.05em;color:#0f172a!important}body.graphite-global .gg-admin-topbar__subtitle{font-size:17px;line-height:1.6;font-weight:500;letter-spacing:-.012em;color:#667085!important}body.graphite-global .gg-dashboard-mini-stat__label{font-size:14px;line-height:1.35;font-weight:700;color:#667085}body.graphite-global .gg-dashboard-mini-stat__value{font-size:21px;line-height:1.05}body.graphite-global .gg-dashboard-mini-stat__note{font-size:15px;line-height:1.55;font-weight:500;letter-spacing:-.01em;color:#667085}body.graphite-global .dash-widget-header h1,body.graphite-global .dashboard-title,body.graphite-global .gg-page-title,body.graphite-global .page-title{line-height:var(--gg-line-heading);letter-spacing:-.04em}body.graphite-global .dashboard-subtitle,body.graphite-global .gg-page-subtitle,body.graphite-global .lead,body.graphite-global .page-subtitle{font-size:var(--gg-font-size-page-subtitle);line-height:1.6}body.graphite-global .menu-title,body.graphite-global .sidebar .sidebar-menu>ul>li>a,body.graphite-global .sidebar-menu ul li a{font-size:var(--gg-font-size-sidebar);line-height:1.4}body.graphite-global .menu-title{font-weight:700;letter-spacing:.08em;text-transform:uppercase}body.graphite-global .sidebar-menu ul li a span{font-size:var(--gg-font-size-sidebar)}body.graphite-global .ant-btn,body.graphite-global .btn,body.graphite-global .btn-outline-primary,body.graphite-global .btn-primary{font-size:var(--gg-font-size-button);font-weight:600}body.graphite-global .card-title,body.graphite-global .dash-widget .card-title,body.graphite-global .gg-kpi-label,body.graphite-global .gg-stat-card-label,body.graphite-global .graphite-section-card .card-title{font-size:var(--gg-font-size-card-title);font-weight:700;line-height:1.4}body.graphite-global .card-value,body.graphite-global .dash-count,body.graphite-global .dash-widget-info h3,body.graphite-global .gg-kpi-value,body.graphite-global .gg-stat-card-value{font-size:var(--gg-font-size-card-value);line-height:var(--gg-line-tight);font-weight:800}body.graphite-global .header .searchinputs input,body.graphite-global .search-input input,body.graphite-global .top-nav-search input{font-size:var(--gg-font-size-topbar)}body.graphite-global .ant-table,body.graphite-global .table,body.graphite-global table{font-size:15px}body.graphite-global .ant-table-thead>tr>th,body.graphite-global .table thead th{font-size:14px;font-weight:700}body.graphite-global .ant-table-tbody>tr>td,body.graphite-global .table tbody td{font-size:15px;line-height:1.5}body.graphite-global{font-size:var(--gg-font-size-body);line-height:var(--gg-line-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.graphite-global,body.graphite-global .ant-btn,body.graphite-global .ant-input,body.graphite-global .ant-picker,body.graphite-global .ant-select,body.graphite-global .ant-table,body.graphite-global .btn,body.graphite-global .card,body.graphite-global .dropdown-item,body.graphite-global .form-control,body.graphite-global .form-select,body.graphite-global .header,body.graphite-global .modal-content,body.graphite-global .nav-link,body.graphite-global .sidebar,body.graphite-global .table,body.graphite-global button,body.graphite-global input,body.graphite-global select,body.graphite-global textarea{font-family:var(--gg-font-sans)!important}body.graphite-global .ant-input,body.graphite-global .ant-picker,body.graphite-global .ant-select,body.graphite-global .dropdown-item,body.graphite-global .form-control,body.graphite-global .form-select,body.graphite-global a,body.graphite-global input,body.graphite-global label,body.graphite-global li,body.graphite-global p,body.graphite-global span,body.graphite-global textarea{font-size:var(--gg-font-size-body)}body.graphite-global .text-gray-500,body.graphite-global .text-gray-600,body.graphite-global .text-muted,body.graphite-global small{font-size:var(--gg-font-size-body-sm)}body.graphite-global .dash-widget-header h1,body.graphite-global .dashboard-title,body.graphite-global .gg-admin-topbar__title,body.graphite-global .gg-page-title,body.graphite-global .page-title{font-family:var(--gg-font-sans)!important;line-height:.98;letter-spacing:-.045em;font-weight:var(--gg-font-weight-bold)}body.graphite-global .gg-route-transition{animation:ggRouteFadeLift .36s cubic-bezier(.22,1,.36,1);will-change:transform,opacity,filter}@keyframes ggRouteFadeLift{0%{opacity:0;transform:translateY(8px) scale(.996);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}body.graphite-global .gg-dashboard-hero__title{display:flex;align-items:baseline;flex-wrap:wrap;column-gap:8px}body.graphite-global .gg-dashboard-hero__title .gg-dashboard-hero__name{display:inline-block!important;font-size:.96em!important;font-weight:700!important;line-height:1!important;letter-spacing:-.03em!important;color:#0f172a!important;margin-left:0!important;vertical-align:baseline!important}:root{--gg-page-max:1460px}body.graphite-global .content{max-width:var(--gg-page-max);margin:0 auto;padding:24px 24px 32px!important}body.graphite-global .gg-admin-dashboard{gap:20px!important}body.graphite-global .gg-admin-topbar{align-items:flex-end;gap:18px!important}body.graphite-global .gg-admin-topbar__title,body.graphite-global .gg-page-title,body.graphite-global .page-title{font-size:clamp(2.15rem,2.7vw,3.35rem)!important;line-height:.96!important;letter-spacing:-.06em!important}body.graphite-global .gg-admin-topbar__subtitle,body.graphite-global .gg-page-subtitle,body.graphite-global .page-subtitle{font-size:16px!important;line-height:1.65!important;max-width:840px!important;color:#667085!important}body.graphite-global .gg-dashboard-hero{border-radius:30px!important;border:1px solid rgba(15,23,42,.08)!important;background:radial-gradient(circle at top left,rgba(124,58,237,.07),transparent 26%),linear-gradient(135deg,rgba(255,255,255,.99),rgba(247,248,250,.96))!important;box-shadow:0 10px 30px rgba(15,23,42,.05),inset 0 1px 0 hsla(0,0%,100%,.8)!important}body.graphite-global .gg-dashboard-hero .card-body{padding:28px!important}body.graphite-global .gg-dashboard-hero__grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.9fr);grid-gap:22px;gap:22px;align-items:stretch}body.graphite-global .gg-dashboard-hero__identity{align-items:center;gap:20px}body.graphite-global .gg-avatar-shell--hero{width:112px!important;height:112px!important;min-width:112px!important;border-radius:28px!important;box-shadow:0 12px 24px rgba(17,24,39,.06),inset 0 1px 0 hsla(0,0%,100%,.9)!important}body.graphite-global .gg-avatar-shell--hero .gg-avatar-shell__logo img,body.graphite-global .gg-avatar-shell--hero img{width:56px!important;height:56px!important;object-fit:contain}body.graphite-global .gg-dashboard-hero__copy{max-width:760px}body.graphite-global .gg-dashboard-hero__title{font-size:clamp(2rem,2.45vw,2.95rem)!important;line-height:1.02!important;margin-bottom:10px!important}body.graphite-global .gg-dashboard-hero__name{display:inline;white-space:normal}body.graphite-global .gg-dashboard-hero__roleline{font-size:16px!important;line-height:1.55!important;margin-bottom:14px!important}body.graphite-global .gg-dashboard-hero__text{font-size:15px!important;line-height:1.76!important;max-width:720px!important;color:#667085!important}body.graphite-global .gg-dashboard-hero__panel{height:100%;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffff,#fafafa);padding:22px!important;box-shadow:0 6px 18px rgba(15,23,42,.04)}body.graphite-global .gg-dashboard-hero__panel-title{font-size:15px!important;margin-bottom:14px!important;color:#344054!important}body.graphite-global .gg-dashboard-hero__actions{display:flex;flex-direction:column;gap:12px}body.graphite-global .gg-dashboard-hero__action-btn{min-height:54px!important;border-radius:18px!important;padding:0 18px!important;font-size:15px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;box-shadow:none!important}body.graphite-global .gg-dashboard-hero__action-btn.btn-primary{background:linear-gradient(90deg,#0f172a,#111c44)!important;border-color:#0f172a!important}body.graphite-global .gg-dashboard-hero__action-btn.btn-outline-primary{background:#fff!important;border:1px solid #d0d5dd!important;color:#101828!important}body.graphite-global .gg-dashboard-hero__stats-row{margin-top:18px!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px!important;gap:14px!important}body.graphite-global .gg-dashboard-mini-stat{min-height:104px!important;padding:16px 16px 14px!important;border-radius:20px!important;background:hsla(0,0%,100%,.78)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 14px rgba(15,23,42,.03)}body.graphite-global .gg-dashboard-mini-stat__label{font-size:13px!important;margin-bottom:8px!important}body.graphite-global .gg-dashboard-mini-stat__value{font-size:20px!important;margin-bottom:6px!important}body.graphite-global .gg-dashboard-mini-stat__note{font-size:12px!important;line-height:1.5!important}body.graphite-global .gg-dashboard-kpi.card,body.graphite-global .gg-dashboard-section.card{border-radius:24px!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important}body.graphite-global .gg-dashboard-kpi .card-body{padding:20px!important}body.graphite-global .gg-dashboard-kpi__icon{width:48px!important;height:48px!important;margin-bottom:12px!important}body.graphite-global .gg-dashboard-kpi__label{font-size:13px!important;margin-bottom:8px!important}body.graphite-global .gg-dashboard-kpi__value{font-size:30px!important;margin-bottom:8px!important}body.graphite-global .gg-dashboard-kpi__helper{font-size:12px!important;line-height:1.55!important}body.graphite-global .gg-dashboard-link{font-size:13px!important}body.graphite-global .gg-dashboard-section .card-header{padding:20px 20px 0!important}body.graphite-global .gg-dashboard-section .card-body{padding:16px 20px 20px!important}body.graphite-global .gg-dashboard-section__title{font-size:17px!important}body.graphite-global .gg-dashboard-section__subtitle{font-size:13px!important;line-height:1.6!important}body.graphite-global .gg-dashboard-calendar .p-inputtext,body.graphite-global .gg-dashboard-calendar input{height:50px!important;border-radius:18px!important;font-size:15px!important;padding-left:42px!important}body.graphite-global .head-icons .btn,body.graphite-global .head-icons a,body.graphite-global .head-icons button{width:50px;height:50px;border-radius:16px!important}@media(max-width:1399.98px){body.graphite-global .gg-dashboard-hero__grid{grid-template-columns:1fr}body.graphite-global .gg-dashboard-hero__stats-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991.98px){body.graphite-global .content{padding:18px 16px 26px!important}body.graphite-global .gg-dashboard-hero .card-body{padding:20px!important}body.graphite-global .gg-dashboard-hero__identity{align-items:flex-start}body.graphite-global .gg-dashboard-hero__stats-row{grid-template-columns:1fr}body.graphite-global .gg-avatar-shell--hero{width:92px!important;height:92px!important;min-width:92px!important}body.graphite-global .gg-avatar-shell--hero .gg-avatar-shell__logo img,body.graphite-global .gg-avatar-shell--hero img{width:44px!important;height:44px!important}}body.graphite-global{--gg-sidebar-w:276px;--gg-sidebar-mini-w:84px}body.graphite-global .sidebar.gg-sidebar{width:var(--gg-sidebar-w)!important;background:radial-gradient(circle at top left,rgba(124,58,237,.08),transparent 24%),linear-gradient(180deg,#05060b,#0a0d14)!important;border-right:1px solid hsla(0,0%,100%,.05)!important}body.graphite-global .sidebar.gg-sidebar .sidebar-scroll{padding:10px 14px 18px!important}body.graphite-global .sidebar.gg-sidebar .sidebar-logo.gg-sidebar-logo{position:-webkit-sticky!important;position:sticky!important;top:0;z-index:6;width:100%!important;min-height:86px!important;height:86px!important;padding:18px 22px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;background:linear-gradient(180deg,rgba(5,6,11,.98),rgba(5,6,11,.93))!important;border-bottom:1px solid hsla(0,0%,100%,.05)!important}body.graphite-global .sidebar.gg-sidebar .sidebar-logo .logo-normal{display:inline-flex!important;align-items:center!important}body.graphite-global .sidebar.gg-sidebar .sidebar-logo .logo-normal img{width:166px!important;max-width:100%!important;height:auto!important;max-height:38px!important;object-fit:contain!important}body.graphite-global .sidebar.gg-sidebar .sidebar-logo .logo-small{display:none!important}body.graphite-global .sidebar.gg-sidebar .menu-title{padding:18px 12px 10px!important;margin:0!important}body.graphite-global .sidebar.gg-sidebar .menu-title span{display:block!important;line-height:1.2!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link{position:relative!important;width:100%!important;border:0!important;text-align:left!important;text-decoration:none!important;min-height:50px!important;padding:9px 12px!important;border-radius:16px!important;display:flex!important;align-items:center!important;gap:10px!important;min-width:0!important;cursor:pointer!important;transition:background-color .22s ease,box-shadow .22s ease,transform .22s ease,color .22s ease!important;isolation:isolate}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-spotlight{position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:0;opacity:0;transform:scale(.98);transition:opacity .22s ease,transform .22s ease;background:radial-gradient(circle at 18% 50%,rgba(139,92,246,.22) 0,rgba(139,92,246,.12) 22%,transparent 60%),linear-gradient(90deg,rgba(124,58,237,.16),rgba(124,58,237,.05) 32%,transparent)}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-icon,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-icon-wrap,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-sub-label,body.graphite-global .sidebar.gg-sidebar .menu-arrow,body.graphite-global .sidebar.gg-sidebar .menu-label{position:relative;z-index:1}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link:hover{background:hsla(0,0%,100%,.025)!important;transform:translateX(1px)}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.active .gg-sidebar-spotlight,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.subdrop .gg-sidebar-spotlight,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link:hover .gg-sidebar-spotlight{opacity:1;transform:scale(1)}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link:before{content:"";position:absolute;left:4px;top:18%;width:3px;height:64%;border-radius:999px;background:linear-gradient(180deg,#a78bfa,#7c3aed);opacity:0;transition:opacity .22s ease}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.active:before,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.subdrop:before{opacity:1}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-icon-wrap{flex:0 0 40px!important;width:40px!important;height:40px!important;min-width:40px!important;border-radius:13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:background-color .22s ease,box-shadow .22s ease!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-icon{font-size:20px!important;line-height:1!important;color:#f8fafc!important;opacity:1!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link .menu-label{flex:1 1 auto!important;min-width:0!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;white-space:normal!important;font-size:14px!important;font-weight:500!important;line-height:1.22!important;color:inherit!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link .menu-arrow{flex:0 0 14px!important;width:14px!important;min-width:14px!important;margin-left:6px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:transform .22s ease!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.subdrop .menu-arrow{transform:rotate(90deg)!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link--sub,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link--subtwo{min-height:38px!important;padding-top:8px!important;padding-bottom:8px!important;border-radius:13px!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link--sub{padding-left:22px!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link--subtwo{padding-left:34px!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-sub-label{flex:1 1 auto!important;min-width:0!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;white-space:normal!important}body.graphite-global .sidebar.gg-sidebar .gg-submenu-panel{max-height:0!important;overflow:hidden!important;margin-top:0!important;display:block!important;transition:max-height .24s ease,margin-top .24s ease!important}body.graphite-global .sidebar.gg-sidebar .gg-submenu-panel.is-open{max-height:960px!important;margin-top:8px!important}body.graphite-global .sidebar.gg-sidebar .gg-submenu-panel--nested.is-open{max-height:560px!important}body.graphite-global .sidebar.gg-sidebar .sidebar-menu a,body.graphite-global .sidebar.gg-sidebar .sidebar-menu a i,body.graphite-global .sidebar.gg-sidebar .sidebar-menu a span,body.graphite-global .sidebar.gg-sidebar .sidebar-menu button,body.graphite-global .sidebar.gg-sidebar .sidebar-menu button i,body.graphite-global .sidebar.gg-sidebar .sidebar-menu button span{opacity:1!important;filter:none!important}body.graphite-global.mini-sidebar .sidebar.gg-sidebar{width:var(--gg-sidebar-mini-w)!important;overflow:hidden!important}body.graphite-global.mini-sidebar .header,body.graphite-global.mini-sidebar .page-wrapper{left:var(--gg-sidebar-mini-w)!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .sidebar-logo.gg-sidebar-logo{justify-content:center!important;padding:16px 8px!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .sidebar-logo .logo-normal{display:none!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .sidebar-logo .logo-small{display:inline-flex!important;align-items:center!important;justify-content:center!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .sidebar-logo .logo-small img{width:38px!important;height:38px!important;object-fit:contain!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .gg-sidebar-link{justify-content:center!important;padding-left:10px!important;padding-right:10px!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .gg-sidebar-icon-wrap{margin-right:0!important}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .gg-submenu-panel{display:none!important}body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar{width:var(--gg-sidebar-w)!important}body.graphite-global.mini-sidebar.expand-menu .header,body.graphite-global.mini-sidebar.expand-menu .page-wrapper{left:var(--gg-sidebar-w)!important}body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar .sidebar-logo .logo-normal{display:inline-flex!important}body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar .sidebar-logo .logo-small{display:none!important}body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar .gg-sidebar-sub-label,body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar .menu-arrow,body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar .menu-label,body.graphite-global.mini-sidebar.expand-menu .sidebar.gg-sidebar .menu-title span{display:inline-flex!important}body.graphite-global,body.graphite-global .btn,body.graphite-global .card,body.graphite-global .content,body.graphite-global .main-wrapper,body.graphite-global .page-wrapper,body.graphite-global input,body.graphite-global select,body.graphite-global textarea{font-family:Plus Jakarta Sans,sans-serif!important}body.graphite-global .gg-admin-topbar__title,body.graphite-global .gg-dashboard-hero__title,body.graphite-global .gg-page-title,body.graphite-global .page-title,body.graphite-global h1,body.graphite-global h2,body.graphite-global h3,body.graphite-global h4,body.graphite-global h5,body.graphite-global h6{font-family:Plus Jakarta Sans,sans-serif!important;font-style:normal!important;letter-spacing:-.04em!important;color:#0f172a!important}body.graphite-global .gg-admin-topbar__title,body.graphite-global .gg-page-title,body.graphite-global .page-title{font-size:clamp(2.2rem,2.8vw,3.4rem)!important;font-weight:700!important;line-height:.98!important}body.graphite-global .gg-admin-topbar__subtitle,body.graphite-global .gg-dashboard-hero__text,body.graphite-global .gg-dashboard-section__subtitle,body.graphite-global .text-muted,body.graphite-global label,body.graphite-global p,body.graphite-global span{font-family:Plus Jakarta Sans,sans-serif!important;font-style:normal!important}body.graphite-global .gg-admin-topbar__subtitle,body.graphite-global .page-subtitle{font-size:16px!important;line-height:1.65!important;color:#667085!important}body.graphite-global .sidebar.gg-sidebar,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-sub-label,body.graphite-global .sidebar.gg-sidebar .menu-label,body.graphite-global .sidebar.gg-sidebar .menu-title span,body.graphite-global .sidebar.gg-sidebar .sidebar-menu,body.graphite-global .sidebar.gg-sidebar .sidebar-menu a,body.graphite-global .sidebar.gg-sidebar .sidebar-menu button{font-family:Plus Jakarta Sans,sans-serif!important;font-style:normal!important}body.graphite-global .sidebar.gg-sidebar .menu-title span{font-size:12px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:hsla(0,0%,100%,.58)!important}body.graphite-global .sidebar.gg-sidebar .menu-label{font-size:14px!important;font-weight:600!important;line-height:1.24!important;color:inherit!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-sub-label{font-size:13.5px!important;font-weight:500!important;line-height:1.22!important;color:inherit!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link{background:rgba(0,0,0,0)!important;box-shadow:none!important;color:hsla(0,0%,100%,.9)!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link:hover{background:hsla(0,0%,100%,.03)!important;color:#fff!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.active,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.subdrop{background:linear-gradient(90deg,rgba(110,72,255,.24),rgba(255,255,255,.05))!important;box-shadow:inset 0 0 0 1px rgba(145,114,255,.12),0 10px 24px rgba(12,12,24,.18)!important;color:#fff!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link:before{opacity:0!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.active:before,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.subdrop:before{opacity:1!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-icon-wrap{background:hsla(0,0%,100%,.025)!important;box-shadow:none!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link:hover .gg-sidebar-icon-wrap{background:rgba(139,92,246,.12)!important}body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.active .gg-sidebar-icon-wrap,body.graphite-global .sidebar.gg-sidebar .gg-sidebar-link.subdrop .gg-sidebar-icon-wrap{background:rgba(139,92,246,.2)!important;box-shadow:inset 0 0 0 1px rgba(167,139,250,.12),0 8px 18px rgba(124,58,237,.16)!important}body.graphite-global .content div,body.graphite-global .content h1,body.graphite-global .content h2,body.graphite-global .content h3,body.graphite-global .content h4,body.graphite-global .content h5,body.graphite-global .content h6,body.graphite-global .content p,body.graphite-global .content small,body.graphite-global .content span,body.graphite-global .content strong{font-family:inherit}body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .gg-sidebar-sub-label,body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .menu-arrow,body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .menu-label,body.graphite-global.mini-sidebar:not(.expand-menu) .sidebar.gg-sidebar .menu-title span{display:none!important}body.graphite-global .ant-table-wrapper,body.graphite-global .card,body.graphite-global .gg-shell-card,body.graphite-global .modal-content,body.graphite-global .table-wrapper{border-radius:24px!important;border:1px solid #e8edf5!important;background:#fff!important;box-shadow:0 10px 30px rgba(15,23,42,.05)!important}body.graphite-global .card-title,body.graphite-global .gg-section-title,body.graphite-global .modal-title,body.graphite-global .table-title{font-size:18px!important;font-weight:600!important;line-height:1.2!important;letter-spacing:-.02em!important;color:#0f172a!important}body.graphite-global .ant-input,body.graphite-global .ant-input-affix-wrapper,body.graphite-global .ant-picker,body.graphite-global .ant-select-selector,body.graphite-global .form-control,body.graphite-global .form-select,body.graphite-global .p-calendar input{min-height:44px!important;border-radius:14px!important;border:1px solid #dde5ef!important;background:#fff!important;box-shadow:none!important;color:#1e293b!important}body.graphite-global .ant-input-affix-wrapper-focused,body.graphite-global .ant-input:focus,body.graphite-global .ant-picker-focused,body.graphite-global .ant-select-focused .ant-select-selector,body.graphite-global .form-control:focus,body.graphite-global .form-select:focus{border-color:#8b5cf6!important;box-shadow:0 0 0 4px rgba(139,92,246,.12)!important}body.graphite-global .form-label,body.graphite-global label{font-size:14px!important;font-weight:600!important;color:#334155!important}body.graphite-global .btn{border-radius:14px!important;min-height:42px!important;padding:10px 16px!important;font-size:14px!important;font-weight:600!important}body.graphite-global .btn-primary{background:#0f172a!important;border-color:#0f172a!important}body.graphite-global .btn-outline-primary{color:#0f172a!important;border-color:#d7deea!important;background:#fff!important}body.graphite-global .react-select__control{min-height:44px!important;border-radius:14px!important;border-color:#dde5ef!important;box-shadow:none!important}body.graphite-global .react-select__control--is-focused{border-color:#8b5cf6!important;box-shadow:0 0 0 4px rgba(139,92,246,.12)!important}body.graphite-global .react-select__menu{border:1px solid #e8edf5!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 16px 40px rgba(15,23,42,.1)!important}body.graphite-global .react-select__option--is-focused{background:#f8fafc!important;color:#0f172a!important}body.graphite-global .react-select__option--is-selected{background:rgba(139,92,246,.14)!important;color:#0f172a!important}body.graphite-global .gg-date-trigger{position:relative;min-width:220px}body.graphite-global .gg-date-trigger__icon{position:absolute;left:14px;z-index:2;color:#64748b;display:inline-flex;align-items:center;justify-content:center}body.graphite-global .gg-date-trigger__input{padding-left:40px!important;cursor:pointer!important}body.graphite-global .gg-antd-range-popup .ant-picker-panel-container,body.graphite-global .gg-date-dropdown .ant-dropdown-menu{border-radius:16px!important;border:1px solid #e8edf5!important;box-shadow:0 16px 40px rgba(15,23,42,.1)!important}body.graphite-global .ant-table,body.graphite-global .table{border-radius:18px!important;overflow:hidden!important}body.graphite-global .ant-table-thead>tr>th,body.graphite-global .table thead th{background:#fbfcfe!important;color:#64748b!important;font-size:12px!important;font-weight:600!important;border-bottom:1px solid #e8edf5!important}body.graphite-global .ant-table-tbody>tr>td,body.graphite-global .table tbody td{color:#334155!important;vertical-align:middle!important}body.graphite-global .ant-table-tbody>tr.ant-table-row:hover>td,body.graphite-global .table tbody tr:hover{background:#fafcff!important}body.graphite-global .modal-content{overflow:hidden!important}body.graphite-global .modal-footer,body.graphite-global .modal-header{border-color:#e8edf5!important}body.graphite-global .modal-body,body.graphite-global .modal-header{background:#fff!important}body.graphite-global .nav-pills,body.graphite-global .nav-tabs{gap:8px;border-bottom:0!important}body.graphite-global .nav-pills .nav-link,body.graphite-global .nav-tabs .nav-link{border:1px solid #e8edf5!important;border-radius:12px!important;background:#fff!important;color:#475569!important;font-weight:600!important}body.graphite-global .nav-pills .nav-link.active,body.graphite-global .nav-tabs .nav-link.active{background:rgba(139,92,246,.12)!important;border-color:rgba(139,92,246,.18)!important;color:#0f172a!important}body.graphite-global .badge,body.graphite-global .gg-badge{border-radius:999px!important;padding:7px 12px!important;font-size:12px!important;font-weight:600!important}body.graphite-global .badge.bg-light,body.graphite-global .gg-badge--soft{background:#f8fafc!important;color:#475569!important;border:1px solid #e8edf5!important}body.graphite-global .employee-summary-card,body.graphite-global .gg-employee-card,body.graphite-global .gg-profile-card,body.graphite-global .profile-avatar-card{border-radius:24px!important;border:1px solid #e8edf5!important;background:#fff!important;box-shadow:0 10px 30px rgba(15,23,42,.05)!important}body.graphite-global .empty-state,body.graphite-global .gg-empty-state{border:1px dashed #d7deea!important;border-radius:20px!important;background:#fbfcfe!important;color:#64748b!important}body.graphite-global .content,body.graphite-global .content :not(i):not(.ti):not(.fa):not([class*=icon]){font-family:var(--gg-font-sans)!important}