:root{
  --brand:#2563eb;--brand-dark:#1d4ed8;--nav-bg:#0f172a;--nav-text:#dbeafe;
  --nav-active:rgba(59,130,246,.24);--bg:#f4f7fb;--text:#1f2937;--muted:#64748b;
  --card-radius:16px;--app-background:none
}
*{box-sizing:border-box}body{color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.app-body{min-height:100vh;background-image:linear-gradient(rgba(244,247,251,.94),rgba(244,247,251,.94)),var(--app-background);background-size:cover;background-attachment:fixed}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-navbar{background:var(--nav-bg);color:#fff;min-height:68px;padding:.45rem 0}.app-brand{display:flex;align-items:center;gap:.65rem;color:#fff!important;font-weight:800;letter-spacing:-.02em}.app-logo{width:40px;height:40px;object-fit:contain;border-radius:10px;background:#fff;padding:3px}.brand-icon{width:39px;height:39px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.12);color:#93c5fd;font-size:1.2rem}.brand-text{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-navbar .navbar-toggler{border-color:rgba(255,255,255,.3);background:#fff}.app-nav-menu{gap:.1rem}.app-navbar .nav-link{color:var(--nav-text);display:flex;align-items:center;gap:.42rem;border-radius:9px;padding:.62rem .72rem!important;font-size:.88rem;font-weight:600;white-space:nowrap}.app-navbar .nav-link:hover,.app-navbar .nav-link.active,.app-navbar .nav-link.show{color:#fff;background:var(--nav-active)}.nav-compact .app-navbar .nav-link{padding:.48rem .58rem!important;font-size:.82rem}.app-dropdown-menu{border:0;border-radius:14px;box-shadow:0 16px 40px rgba(15,23,42,.16);padding:.55rem;min-width:235px}.dropdown-menu-lg{min-width:270px}.app-dropdown-menu .dropdown-item{border-radius:9px;padding:.58rem .72rem;display:flex;align-items:center;gap:.65rem;font-size:.9rem}.app-dropdown-menu .dropdown-item i{width:19px;color:#64748b}.app-dropdown-menu .dropdown-item:hover,.app-dropdown-menu .dropdown-item.active{background:#eff6ff;color:#1d4ed8}.app-dropdown-menu .dropdown-header{font-size:.69rem;letter-spacing:.08em;color:#94a3b8}.nav-user-area{margin-left:.5rem}.nav-icon-button,.nav-user-button{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff}.nav-icon-button:hover,.nav-user-button:hover,.nav-user-button.show{background:rgba(255,255,255,.16);color:#fff}.page-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:18px 0}.page-title{font-size:1.32rem;font-weight:800;letter-spacing:-.02em}.page-subtitle{font-size:.84rem;color:var(--muted)}.content-area{padding-top:24px;padding-bottom:30px;flex:1}.app-footer{border-top:1px solid #e5e7eb;background:#fff;color:#64748b;font-size:.82rem;padding:15px 0}.card{border-radius:var(--card-radius)}.card-header{border-top-left-radius:var(--card-radius)!important;border-top-right-radius:var(--card-radius)!important}.btn,.form-control,.form-select,.input-group-text{border-radius:10px}.form-label{font-weight:600;color:#374151}.stat-card{background:#fff;border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;box-shadow:0 5px 20px rgba(15,23,42,.06);height:100%}.stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.stat-value{font-size:1.6rem;font-weight:800}.table>thead th{white-space:nowrap;font-size:.76rem;text-transform:uppercase;letter-spacing:.035em;color:#64748b}.permission-group label{cursor:pointer;transition:.18s}.permission-group label:hover{background:#f8fafc;border-color:#93c5fd!important}.dataTables_wrapper .dt-search input,.dataTables_wrapper .dt-length select{border-radius:10px}.settings-shell{display:grid;grid-template-columns:270px minmax(0,1fr);gap:20px;align-items:start}.settings-sidebar{position:sticky;top:92px;background:#fff;border-radius:16px;padding:12px;box-shadow:0 5px 22px rgba(15,23,42,.06)}.settings-sidebar .nav-link{display:flex;align-items:center;gap:.72rem;color:#475569;border-radius:10px;padding:.72rem .8rem;font-size:.9rem}.settings-sidebar .nav-link i{width:20px}.settings-sidebar .nav-link:hover,.settings-sidebar .nav-link.active{background:#eff6ff;color:#1d4ed8;font-weight:700}.settings-content>.card{box-shadow:0 5px 22px rgba(15,23,42,.06);border:0}.settings-section-title{display:flex;align-items:center;gap:.8rem}.settings-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#eff6ff;color:#2563eb;font-size:1.25rem}.upload-preview{width:110px;height:110px;border:1px dashed #cbd5e1;border-radius:14px;object-fit:contain;padding:8px;background:#f8fafc}.feature-card{border:1px solid #e2e8f0;border-radius:14px;padding:16px;height:100%;background:#fff}.feature-card .form-check-input{width:2.5rem;height:1.3rem}.account-type-card{border:1px solid #e2e8f0;border-radius:14px;padding:16px;height:100%}.account-type-card .account-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#f1f5f9;font-size:1.25rem}.theme-option{border:2px solid #e2e8f0;border-radius:14px;padding:12px;cursor:pointer;height:100%}.theme-option:has(input:checked){border-color:#2563eb;background:#eff6ff}.theme-swatch{height:48px;border-radius:10px;margin-bottom:8px}.secret-hint{font-size:.78rem;color:#64748b}.auth-body{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#f8fafc);background-size:cover;background-position:center}.login-card{max-width:980px}.login-visual{min-height:520px;background:linear-gradient(145deg,rgba(29,78,216,.93),rgba(15,118,110,.9));position:relative;background-size:cover;background-position:center}.login-logo{width:68px;height:68px;object-fit:contain;background:#fff;border-radius:16px;padding:6px}.login-theme-classic .login-card{max-width:520px}.login-theme-classic .login-visual{display:none!important}.login-theme-minimal .login-card{max-width:480px;box-shadow:none!important;border:1px solid #e2e8f0}.nav-theme-blue{--nav-bg:#1d4ed8;--nav-text:#dbeafe;--nav-active:rgba(255,255,255,.16)}.nav-theme-green{--nav-bg:#065f46;--nav-text:#d1fae5;--nav-active:rgba(255,255,255,.15)}.nav-theme-purple{--nav-bg:#581c87;--nav-text:#f3e8ff;--nav-active:rgba(255,255,255,.15)}.nav-theme-light{--nav-bg:#fff;--nav-text:#334155;--nav-active:#eff6ff}.nav-theme-light .app-navbar{border-bottom:1px solid #e2e8f0}.nav-theme-light .app-brand,.nav-theme-light .app-navbar .nav-link,.nav-theme-light .nav-icon-button,.nav-theme-light .nav-user-button{color:#1e293b!important}.nav-theme-light .nav-icon-button,.nav-theme-light .nav-user-button{border-color:#e2e8f0;background:#f8fafc}.nav-theme-light .navbar-toggler{border-color:#cbd5e1}.nav-theme-light .brand-icon{background:#eff6ff;color:#2563eb}
@media(max-width:1199.98px){.app-navbar .navbar-collapse{padding-top:.8rem}.app-nav-menu{max-height:68vh;overflow-y:auto;padding:.3rem 0}.app-navbar .nav-link{padding:.65rem .8rem!important}.app-dropdown-menu{box-shadow:none;background:rgba(255,255,255,.97);margin-left:.5rem}.nav-user-area{margin:.6rem 0 0;padding-top:.65rem;border-top:1px solid rgba(255,255,255,.15)}}
@media(max-width:991.98px){.settings-shell{grid-template-columns:1fr}.settings-sidebar{position:static}.settings-sidebar .nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.page-header{padding:14px 0}.content-area{padding-top:16px}}
@media(max-width:575.98px){.settings-sidebar .nav{grid-template-columns:1fr}.brand-text{max-width:130px}.page-title{font-size:1.12rem}.content-area{padding-left:12px!important;padding-right:12px!important}}

/* EduFinance 1.6.1 — polished top navigation */
.app-navbar{
  position:sticky;
  isolation:isolate;
  border-bottom:1px solid rgba(255,255,255,.1);
  box-shadow:0 10px 30px rgba(15,23,42,.15)!important;
}
.app-navbar::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(147,197,253,.7),transparent);
  pointer-events:none;
}
.app-brand{min-width:205px;padding:.25rem .45rem .25rem 0}
.brand-copy{display:flex;flex-direction:column;min-width:0;line-height:1.05}
.brand-text{font-size:1rem}
.brand-subtitle{display:block;max-width:180px;margin-top:.26rem;color:rgba(219,234,254,.7);font-size:.66rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.app-nav-menu{
  align-items:center;
  gap:.18rem;
  padding:.28rem;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.055);
  backdrop-filter:blur(10px);
}
.app-navbar .nav-link{
  position:relative;
  min-height:42px;
  padding:.57rem .7rem!important;
  transition:background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease;
}
.app-navbar .nav-link>i{
  width:22px;height:22px;display:grid;place-items:center;border-radius:7px;
  background:rgba(255,255,255,.08);font-size:.94rem;transition:.18s ease;
}
.app-navbar .nav-link:hover{transform:translateY(-1px)}
.app-navbar .nav-link:hover>i,.app-navbar .nav-link.active>i,.app-navbar .nav-link.show>i{background:rgba(255,255,255,.18)}
.app-navbar .nav-link.active,.app-navbar .nav-link.show{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08),0 6px 18px rgba(15,23,42,.12)
}
.app-dropdown-menu{
  margin-top:.7rem!important;
  border:1px solid rgba(226,232,240,.9);
  box-shadow:0 22px 55px rgba(15,23,42,.18);
  padding:.65rem;
  animation:menuReveal .16s ease-out;
}
@keyframes menuReveal{from{opacity:0;transform:translateY(-5px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
.app-dropdown-menu .dropdown-item{min-height:42px;padding:.58rem .66rem;transition:.16s ease}
.app-dropdown-menu .dropdown-item i{
  width:30px;height:30px;display:grid;place-items:center;flex:0 0 30px;
  border-radius:9px;background:#f1f5f9;color:#475569;
}
.app-dropdown-menu .dropdown-item:hover,.app-dropdown-menu .dropdown-item.active{transform:translateX(2px)}
.app-dropdown-menu .dropdown-item:hover i,.app-dropdown-menu .dropdown-item.active i{background:#dbeafe;color:#1d4ed8}
.app-dropdown-menu .dropdown-divider{margin:.45rem .25rem;border-color:#eef2f7}
.settings-dropdown-menu{min-width:370px;padding:.72rem}
.settings-dropdown-menu .dropdown-item{align-items:flex-start;padding:.72rem}
.settings-dropdown-menu .dropdown-item>span{display:flex;flex-direction:column;line-height:1.2}
.settings-dropdown-menu .dropdown-item strong{font-size:.88rem;font-weight:700}
.settings-dropdown-menu .dropdown-item small{margin-top:.24rem;color:#64748b;font-size:.72rem;white-space:normal}
.dropdown-intro{display:flex;align-items:center;gap:.72rem;padding:.55rem .65rem .75rem;margin-bottom:.35rem;border-bottom:1px solid #eef2f7}
.dropdown-intro-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#dbeafe,#ede9fe);color:#2563eb;font-size:1.05rem}
.dropdown-intro>div{display:flex;flex-direction:column;line-height:1.2}
.dropdown-intro strong{font-size:.9rem}
.dropdown-intro small{margin-top:.2rem;color:#64748b;font-size:.73rem}
.nav-icon-button,.nav-user-button{border-radius:11px;min-height:42px}
.nav-icon-button{width:42px;display:grid;place-items:center}
.nav-user-button{padding:.55rem .72rem}
.page-header{box-shadow:0 4px 16px rgba(15,23,42,.035)}

/* Master settings navigation refinement */
.settings-sidebar{overflow:hidden;border:1px solid rgba(226,232,240,.85);padding:0}
.settings-sidebar>.px-2{padding:1.05rem 1rem!important;margin:0!important;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-bottom:1px solid #e2e8f0}
.settings-sidebar>.px-2 .fw-bold{font-size:1rem;color:#0f172a}
.settings-sidebar>.px-2 small{display:block;margin-top:.22rem}
.settings-sidebar .nav{padding:.65rem}
.settings-sidebar .nav-link{position:relative;min-height:46px;padding:.66rem .72rem}
.settings-sidebar .nav-link i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:#f1f5f9;color:#475569}
.settings-sidebar .nav-link:hover i,.settings-sidebar .nav-link.active i{background:#dbeafe;color:#1d4ed8}
.settings-sidebar .nav-link.active::after{content:"";position:absolute;right:8px;width:6px;height:6px;border-radius:50%;background:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}
.settings-content>.card{overflow:hidden;border:1px solid rgba(226,232,240,.75)!important}
.settings-content>.card>.card-header{background:linear-gradient(180deg,#fff,#fbfdff)!important}
.settings-warning{border:0;border-left:4px solid #f59e0b;border-radius:12px;background:#fffbeb;color:#92400e;box-shadow:0 4px 16px rgba(245,158,11,.08)}

.nav-theme-light .brand-subtitle{color:#64748b}
.nav-theme-light .app-nav-menu{border-color:#e2e8f0;background:#f8fafc}
.nav-theme-light .app-navbar .nav-link>i{background:#eef2ff;color:#475569}
.nav-theme-light .app-navbar .nav-link:hover>i,.nav-theme-light .app-navbar .nav-link.active>i,.nav-theme-light .app-navbar .nav-link.show>i{background:#dbeafe;color:#1d4ed8}
.nav-theme-light .app-navbar::after{background:linear-gradient(90deg,transparent,#bfdbfe,transparent)}

@media(max-width:1399.98px){
  .app-brand{min-width:170px}.brand-subtitle{max-width:145px}.app-navbar .nav-link{font-size:.82rem;padding:.54rem .57rem!important}.app-navbar .nav-link>i{width:20px;height:20px}
}
@media(max-width:1199.98px){
  .app-nav-menu{display:block;border:0;border-radius:0;background:transparent;padding:0;backdrop-filter:none}
  .app-navbar .nav-link{min-height:44px;margin:.16rem 0;padding:.62rem .7rem!important}
  .app-navbar .nav-link:hover{transform:none}
  .app-dropdown-menu{margin-top:.15rem!important;animation:none;border:0}
  .settings-dropdown-menu{min-width:0}
  .nav-user-area{display:flex!important;justify-content:space-between}
}
@media(max-width:575.98px){
  .app-brand{min-width:0}.brand-subtitle{max-width:150px}.settings-dropdown-menu{min-width:0}
}

/* EduFinance 1.6.1 — Master Pengaturan modern */
.settings-hero{
  position:relative;overflow:hidden;border-radius:22px;
  background:linear-gradient(125deg,#0f3d91 0%,#2563eb 48%,#4f46e5 100%);
  color:#fff;box-shadow:0 18px 45px rgba(37,99,235,.22)
}
.settings-hero::before{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-70px;top:-150px;background:rgba(255,255,255,.12)}
.settings-hero::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:190px;bottom:-140px;background:rgba(255,255,255,.08)}
.settings-hero-content{position:relative;z-index:1;display:flex;align-items:center;gap:18px;padding:25px 28px}
.settings-hero-icon{width:58px;height:58px;display:grid;place-items:center;flex:0 0 58px;border-radius:17px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);font-size:1.55rem;backdrop-filter:blur(8px)}
.settings-eyebrow{font-size:.69rem;font-weight:800;letter-spacing:.14em;color:rgba(255,255,255,.72)}
.settings-hero-title{font-size:1.55rem;font-weight:800;letter-spacing:-.025em}
.settings-hero-subtitle{font-size:.9rem;color:rgba(255,255,255,.8);max-width:720px}
.settings-health-button{border:0;border-radius:12px;font-weight:700;color:#1d4ed8;box-shadow:0 7px 18px rgba(15,23,42,.12);white-space:nowrap}
.settings-shell-modern{grid-template-columns:310px minmax(0,1fr);gap:24px}
.settings-sidebar-modern{padding:14px;border-radius:20px;box-shadow:0 12px 32px rgba(15,23,42,.07);border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.96)}
.settings-sidebar-search{position:relative}
.settings-sidebar-search>i{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#94a3b8;z-index:2}
.settings-sidebar-search .form-control{height:42px;padding-left:38px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.85rem}
.settings-nav-group{padding:.6rem .72rem .3rem;color:#94a3b8;font-size:.64rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.settings-sidebar-modern .settings-nav{padding:0}
.settings-sidebar-modern .nav-link{min-height:58px;display:flex;align-items:center;gap:10px;padding:.62rem .66rem;border-radius:13px;margin:1px 0;color:#475569}
.settings-sidebar-modern .nav-link::after{display:none}
.settings-sidebar-modern .nav-link:hover{background:#f8fafc;color:#1e40af;transform:translateX(2px)}
.settings-sidebar-modern .nav-link.active{background:linear-gradient(135deg,#eff6ff,#eef2ff);color:#1d4ed8;box-shadow:inset 0 0 0 1px #dbeafe}
.settings-nav-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 36px;border-radius:11px;background:#f1f5f9;color:#475569;font-size:1rem}
.settings-sidebar-modern .nav-link.active .settings-nav-icon,.settings-sidebar-modern .nav-link:hover .settings-nav-icon{background:#dbeafe;color:#1d4ed8}
.settings-nav-copy{display:flex;flex:1;min-width:0;flex-direction:column;line-height:1.18}
.settings-nav-copy strong{font-size:.84rem;font-weight:750}
.settings-nav-copy small{display:block;margin-top:.23rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#94a3b8;font-size:.69rem}
.settings-sidebar-modern .nav-link.active .settings-nav-copy small{color:#64748b}
.settings-nav-arrow{flex:0 0 auto;color:#cbd5e1;font-size:.72rem}
.settings-section-breadcrumb{display:flex;align-items:center;gap:.48rem;font-size:.8rem;color:#64748b}
.settings-section-breadcrumb a{text-decoration:none;color:#2563eb;font-weight:650}
.settings-section-breadcrumb>i{font-size:.63rem;color:#cbd5e1}
.settings-content>.card,.settings-content>form>.card,.settings-overview-card,.settings-quick-card,.settings-security-card{border:1px solid rgba(226,232,240,.86)!important;box-shadow:0 12px 34px rgba(15,23,42,.065)!important;border-radius:19px!important;overflow:hidden}
.settings-content .card-header{border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,#fff,#fbfdff)!important}
.settings-content .card-footer{border-top:1px solid #edf2f7!important;background:#fcfdff!important}
.settings-content .form-control,.settings-content .form-select{min-height:43px;border-color:#dbe3ec;background-color:#fff}
.settings-content textarea.form-control{min-height:auto}
.settings-content .form-control:focus,.settings-content .form-select:focus{border-color:#60a5fa;box-shadow:0 0 0 .22rem rgba(37,99,235,.11)}
.settings-section-title .settings-icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#dbeafe,#ede9fe);color:#2563eb;box-shadow:inset 0 0 0 1px rgba(59,130,246,.08)}
.settings-overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.settings-stat-card{display:flex;align-items:center;gap:13px;padding:17px 18px;border:1px solid rgba(226,232,240,.85);border-radius:17px;background:rgba(255,255,255,.95);box-shadow:0 7px 22px rgba(15,23,42,.05)}
.settings-stat-icon{width:45px;height:45px;display:grid;place-items:center;flex:0 0 45px;border-radius:13px;font-size:1.15rem}
.settings-stat-card>div{display:flex;flex-direction:column}
.settings-stat-card small{font-size:.71rem;color:#64748b}
.settings-stat-card strong{font-size:1.32rem;line-height:1.2;color:#0f172a}
.settings-status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.48rem .72rem;border-radius:999px;background:#f0fdf4;color:#166534;font-size:.76rem;font-weight:700;border:1px solid #dcfce7;white-space:nowrap}
.status-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.13)}
.settings-module-card{display:flex;align-items:center;gap:13px;height:100%;padding:16px;border:1px solid #e7edf5;border-radius:15px;background:#fff;text-decoration:none;color:#1e293b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.settings-module-card:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 12px 25px rgba(37,99,235,.1);color:#1d4ed8}
.settings-module-icon{width:45px;height:45px;display:grid;place-items:center;flex:0 0 45px;border-radius:13px;background:linear-gradient(135deg,#eff6ff,#eef2ff);color:#2563eb;font-size:1.15rem}
.settings-module-copy{display:flex;flex:1;min-width:0;flex-direction:column}
.settings-module-copy strong{font-size:.92rem}.settings-module-copy small{margin-top:.27rem;color:#64748b;font-size:.72rem;line-height:1.38}
.settings-module-arrow{width:29px;height:29px;display:grid;place-items:center;flex:0 0 29px;border-radius:50%;background:#f8fafc;color:#94a3b8;transition:.18s ease}
.settings-module-card:hover .settings-module-arrow{background:#dbeafe;color:#2563eb;transform:translateX(2px)}
.settings-quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.settings-quick-actions a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:90px;padding:12px;border-radius:14px;background:#f8fafc;color:#475569;text-decoration:none;font-size:.76rem;font-weight:700;text-align:center;border:1px solid #edf2f7;transition:.18s ease}
.settings-quick-actions a i{font-size:1.25rem;color:#2563eb}.settings-quick-actions a:hover{background:#eff6ff;color:#1d4ed8;transform:translateY(-2px)}
.settings-security-card{background:linear-gradient(145deg,#f8fafc,#eff6ff)!important}
.settings-security-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:14px;background:#dcfce7;color:#15803d;font-size:1.25rem}
.feature-card,.account-type-card,.theme-option{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.feature-card:hover,.account-type-card:hover,.theme-option:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.upload-preview{box-shadow:inset 0 0 0 1px rgba(255,255,255,.8)}
.settings-menu-hidden{display:none!important}

@media(max-width:1199.98px){
  .settings-shell-modern{grid-template-columns:270px minmax(0,1fr)}
  .settings-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .settings-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:991.98px){
  .settings-hero-content{align-items:flex-start;flex-wrap:wrap;padding:21px}
  .settings-health-button{margin-left:76px}
  .settings-shell-modern{grid-template-columns:1fr}
  .settings-sidebar-modern{position:static;max-height:none}
  .settings-sidebar-modern .settings-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}
  .settings-nav-group{grid-column:1/-1}
  .settings-nav-copy small{white-space:normal;display:none}
}
@media(max-width:575.98px){
  .settings-hero-icon{width:48px;height:48px;flex-basis:48px}.settings-hero-title{font-size:1.3rem}.settings-hero-subtitle{font-size:.8rem}.settings-health-button{margin-left:0;width:100%}
  .settings-overview-grid{grid-template-columns:1fr 1fr;gap:9px}.settings-stat-card{padding:13px;gap:9px}.settings-stat-icon{width:38px;height:38px;flex-basis:38px}.settings-stat-card strong{font-size:1.1rem}
  .settings-sidebar-modern .settings-nav{grid-template-columns:1fr}.settings-nav-copy small{display:block;white-space:nowrap}
  .settings-content .card-body{padding:1rem!important}.settings-content .card-footer{padding:1rem!important}
  .settings-quick-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* EduFinance 1.6.2 — two-level school navigation */
.app-container{max-width:1440px;margin-left:auto;margin-right:auto}
.app-header{z-index:1040;box-shadow:0 3px 13px rgba(15,23,42,.12)}
.app-topbar{
  --topbar-start:#2f80d5;
  --topbar-end:#205fa8;
  min-height:82px;
  color:#fff;
  background:linear-gradient(115deg,var(--topbar-start),var(--topbar-end));
}
.nav-theme-navy .app-topbar{--topbar-start:#1e4f94;--topbar-end:#12386e}
.nav-theme-blue .app-topbar{--topbar-start:#2f80d5;--topbar-end:#205fa8}
.nav-theme-green .app-topbar{--topbar-start:#12805f;--topbar-end:#075a46}
.nav-theme-purple .app-topbar{--topbar-start:#7c3eb6;--topbar-end:#52247f}
.nav-theme-light .app-topbar{--topbar-start:#2f80d5;--topbar-end:#205fa8}
.topbar-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.school-brand{display:flex;align-items:center;gap:14px;min-width:0;color:#fff;text-decoration:none}
.school-brand:hover{color:#fff}
.school-logo-wrap{width:54px;height:62px;display:grid;place-items:center;flex:0 0 54px;border-radius:10px;background:rgba(255,255,255,.1);overflow:hidden}
.school-logo{width:100%;height:100%;object-fit:contain;padding:2px}
.school-logo-fallback{font-size:1.8rem;color:#fff}
.school-brand-copy{display:flex;min-width:0;flex-direction:column;line-height:1.1}
.school-brand-copy strong{max-width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.18rem;font-weight:800;letter-spacing:-.012em;text-transform:uppercase}
.school-brand-copy small{margin-top:8px;color:rgba(255,255,255,.92);font-size:.72rem;font-weight:650;letter-spacing:.02em;text-transform:uppercase}
.topbar-actions{display:flex;align-items:center;gap:10px}
.topbar-icon-button{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#fff;text-decoration:none;background:rgba(255,255,255,.08);transition:.18s ease}
.topbar-icon-button:hover{color:#fff;background:rgba(255,255,255,.18)}
.notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#ef4444;color:#fff;border:2px solid var(--topbar-end);font-size:.6rem;font-weight:800}
.profile-button{display:flex;align-items:center;gap:9px;padding:5px 8px 5px 5px;border:0;border-radius:10px;background:transparent;color:#fff;text-align:left}
.profile-button:hover,.profile-button.show{background:rgba(255,255,255,.1)}
.profile-button::after{margin-left:2px;border-top-color:rgba(255,255,255,.8)}
.profile-avatar{width:38px;height:38px;display:grid;place-items:center;flex:0 0 38px;border-radius:8px;background:#fff;color:#1d5fae;border:2px solid rgba(255,255,255,.85);font-size:.78rem;font-weight:850;box-shadow:0 4px 12px rgba(15,23,42,.15)}
.profile-copy{min-width:0;flex-direction:column;line-height:1.08}
.profile-copy strong{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:800}
.profile-copy small{max-width:150px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(255,255,255,.86);font-size:.62rem;font-weight:650}
.profile-menu{min-width:250px;margin-top:12px!important;padding:.55rem;border-radius:10px}
.profile-menu-heading{display:flex;align-items:center;gap:11px;padding:.65rem .7rem}
.profile-avatar-lg{width:44px;height:44px;flex-basis:44px}
.profile-menu-heading>span:last-child{display:flex;min-width:0;flex-direction:column}
.profile-menu-heading strong{font-size:.88rem}.profile-menu-heading small{margin-top:3px;color:#64748b;font-size:.72rem}
.profile-menu .dropdown-item{display:flex;align-items:center;gap:.7rem;border-radius:7px;padding:.58rem .7rem;font-size:.84rem}
.app-menu-toggler{display:none;width:39px;height:39px;padding:0!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:9px;background:rgba(255,255,255,.12)!important;color:#fff!important;box-shadow:none!important}
.app-menu-toggler i{font-size:1.5rem}

.app-menubar{min-height:68px;padding:0;background:#fff;border:0;border-bottom:1px solid #e5eaf1}
.app-menubar .navbar-collapse{width:100%}
.app-primary-menu{width:100%;align-items:stretch;gap:2px}
.app-primary-menu>.nav-item{display:flex;align-items:stretch}
.app-menubar .nav-link{position:relative;display:flex;align-items:center;gap:9px;min-height:68px;padding:.75rem .72rem!important;border-radius:0;color:#4d5d72;font-size:.84rem;font-weight:550;white-space:nowrap;transition:color .16s ease,background-color .16s ease}
.app-menubar .nav-link>i{font-size:1.02rem;transition:transform .16s ease}
.app-menubar .nav-link:hover,.app-menubar .nav-link.show,.app-menubar .nav-link.active{color:#1769c2;background:#f8fbff}
.app-menubar .nav-link:hover>i{transform:translateY(-1px)}
.app-menubar .nav-link.active::after,.app-menubar .nav-link.show::after{content:"";position:absolute;right:10px;bottom:0;left:10px;height:3px;border-radius:4px 4px 0 0;background:#2f80d5}
.app-menubar .dropdown-toggle::after{margin-left:0;border-width:.25em .25em 0;color:#718096}
.nav-compact .app-menubar .nav-link{min-height:58px;padding:.65rem .58rem!important;font-size:.78rem}
.nav-home>i{color:#70b7e7}.nav-payment>i{color:#46b875}.nav-report>i{color:#8bc34a}.nav-invoice>i{color:#e36c70}.nav-master>i{color:#6c7df3}.nav-wallet>i{color:#f2ad35}.nav-attendance>i{color:#2fc19c}.nav-more>i{color:#65758b}

.app-dropdown-menu{min-width:225px;margin-top:0!important;padding:.35rem;border:1px solid #dfe5ed;border-radius:4px;box-shadow:0 8px 22px rgba(15,23,42,.14);animation:none}
.app-dropdown-menu .dropdown-item{min-height:39px;display:flex;align-items:center;gap:10px;padding:.55rem .72rem;border-radius:2px;color:#27364a;font-size:.83rem;white-space:nowrap}
.app-dropdown-menu .dropdown-item>i:first-child{width:18px;color:#718096;text-align:center}
.app-dropdown-menu .dropdown-item>span{flex:1}
.app-dropdown-menu .dropdown-item:hover,.app-dropdown-menu .dropdown-item:focus,.app-dropdown-menu .dropdown-item.active{background:#eef5ff;color:#1769c2}
.app-dropdown-menu .dropdown-item.active>i:first-child,.app-dropdown-menu .dropdown-item:hover>i:first-child{color:#1769c2}
.app-dropdown-menu .dropdown-divider{margin:.3rem 0;border-color:#edf0f4}
.more-menu{min-width:178px}
.settings-submenu{min-width:235px}
.dropdown-submenu{position:relative}
.dropdown-submenu>.submenu-menu{position:absolute;display:none;top:-.35rem;left:calc(100% + .25rem);margin:0}
.dropdown-submenu.submenu-left>.submenu-menu{right:calc(100% + .25rem);left:auto}
.dropdown-submenu>.submenu-toggle{justify-content:flex-start}
.submenu-arrow{width:auto!important;margin-left:auto;color:#94a3b8!important;font-size:.68rem}
.dropdown-submenu>.submenu-toggle.show,.dropdown-submenu:hover>.submenu-toggle{background:#eef5ff;color:#1769c2}
.dropdown-submenu>.submenu-menu.show{display:block}

.page-header{padding:22px 0 14px;background:#f4f7fb;border-bottom:0}
.page-title{font-size:1.18rem;font-weight:500;letter-spacing:.005em;text-transform:uppercase;color:#10233e}
.page-subtitle{display:none}
.content-area{padding-top:12px}

@media(min-width:1200px){
  .dropdown-submenu:hover>.submenu-menu{display:block}
}
@media(max-width:1199.98px){
  .app-header{position:sticky!important}
  .app-menu-toggler{display:grid;place-items:center}
  .app-menubar{min-height:0}
  .app-menubar .navbar-collapse{max-height:calc(100vh - 82px);overflow-y:auto;padding:.45rem 0 .75rem}
  .app-primary-menu{display:block}
  .app-primary-menu>.nav-item{display:block}
  .app-menubar .nav-link{min-height:45px;margin:1px 0;padding:.62rem .72rem!important;border-radius:7px}
  .app-menubar .nav-link.active::after,.app-menubar .nav-link.show::after{top:8px;right:auto;bottom:8px;left:0;width:3px;height:auto;border-radius:0 4px 4px 0}
  .app-dropdown-menu{position:static!important;width:auto;margin:.1rem 0 .4rem .75rem!important;border:0;border-left:2px solid #e6edf5;box-shadow:none;transform:none!important}
  .dropdown-submenu>.submenu-menu,.dropdown-submenu.submenu-left>.submenu-menu{position:static;display:none;margin:.15rem 0 .2rem .8rem!important;border-left:2px solid #dbe8f7}
  .dropdown-submenu>.submenu-menu.show{display:block}
  .submenu-arrow{transform:rotate(90deg)}
  .dropdown-submenu.submenu-left .submenu-arrow{transform:rotate(-90deg)}
}
@media(max-width:767.98px){
  .app-topbar,.topbar-inner{min-height:70px}
  .school-logo-wrap{width:43px;height:49px;flex-basis:43px}
  .school-brand{gap:9px}
  .school-brand-copy strong{max-width:230px;font-size:.86rem}
  .school-brand-copy small{margin-top:5px;font-size:.58rem}
  .topbar-icon-button{display:none}
  .profile-copy{display:none!important}
  .profile-avatar{width:35px;height:35px;flex-basis:35px}
}
@media(max-width:480px){
  .school-brand-copy strong{max-width:180px}
  .school-brand-copy small{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .profile-dropdown{display:none}
}

/* EduFinance 1.6.3 — akses profil dan logout yang selalu terlihat pada ponsel. */
.school-brand{flex:1 1 auto}
.topbar-actions{flex:0 0 auto}
.mobile-account-panel{margin:.65rem 0 0;padding:.85rem;border:1px solid #dbe5f0;border-radius:12px;background:#f8fbff}
.mobile-account-summary{display:flex;align-items:center;gap:.7rem;min-width:0}
.mobile-account-avatar{width:42px;height:42px;flex-basis:42px}
.mobile-account-copy{display:flex;min-width:0;flex:1;flex-direction:column;line-height:1.15}
.mobile-account-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18304f;font-size:.9rem}
.mobile-account-copy small{margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#68788e;font-size:.72rem}
.mobile-account-actions{display:flex;align-items:center;gap:.55rem;margin-top:.75rem}
.mobile-account-actions .btn{display:flex;align-items:center;justify-content:center;gap:.4rem;min-height:39px;border-radius:8px;font-weight:700}
.mobile-logout-button{white-space:nowrap}

@media(max-width:767.98px){
  .topbar-inner{gap:8px}
  .school-brand{max-width:calc(100% - 92px)}
  .topbar-actions{gap:5px}
  .profile-button{padding:2px;border-radius:9px}
  .profile-button::after{display:none}
  .profile-dropdown{display:block!important}
  .profile-menu{position:fixed!important;top:64px!important;right:10px!important;left:auto!important;width:min(280px,calc(100vw - 20px));margin:0!important;transform:none!important}
}
@media(max-width:480px){
  .app-container{--bs-gutter-x:1.1rem}
  .app-topbar,.topbar-inner{min-height:64px}
  .school-logo-wrap{width:36px;height:42px;flex-basis:36px;border-radius:8px}
  .school-brand-copy strong{max-width:145px;font-size:.76rem}
  .school-brand-copy small{display:none}
  .profile-dropdown{display:block!important}
  .profile-avatar{width:33px;height:33px;flex-basis:33px;font-size:.7rem}
  .app-menu-toggler{width:36px;height:36px}
  .app-menu-toggler i{font-size:1.35rem}
  .app-menubar .navbar-collapse{max-height:calc(100vh - 64px)}
}
@media(max-width:360px){
  .school-brand-copy strong{max-width:112px;font-size:.7rem}
  .school-brand{gap:7px}
  .topbar-actions{gap:3px}
  .profile-avatar{width:31px;height:31px;flex-basis:31px}
  .app-menu-toggler{width:34px;height:34px}
  .mobile-account-actions{align-items:stretch;flex-direction:column}
  .mobile-account-actions .btn,.mobile-account-actions form{width:100%}
}

/* EduFinance 1.6.4 — scanner QR presensi petugas/guru. */
.attendance-self-hero{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:1.5rem 1.75rem;
  border-radius:1.35rem;
  color:#fff;
  background:linear-gradient(135deg,#1769d2 0%,#2f80ed 55%,#49a7ff 100%);
  box-shadow:0 18px 45px rgba(23,105,210,.2);
}
.attendance-self-hero::after{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  border-radius:50%;
  right:-85px;
  top:-110px;
  background:rgba(255,255,255,.12);
}
.attendance-self-copy,.attendance-scan-button{position:relative;z-index:1}
.attendance-self-copy h2{font-weight:800;margin:.35rem 0 .4rem}
.attendance-self-copy p{margin:0;color:rgba(255,255,255,.82)}
.attendance-self-kicker{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#dceeff}
.attendance-scan-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-width:220px;border:0;border-radius:1rem;font-weight:750;color:#1769d2;box-shadow:0 10px 30px rgba(0,0,0,.14)}
.attendance-scan-button i{font-size:1.35rem}
.attendance-scan-help{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}
.attendance-scan-help>div{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border:1px solid #e8edf5;border-radius:.9rem;background:#fbfdff;color:#526071;font-size:.86rem}
.attendance-scan-help i{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:.65rem;background:#eaf3ff;color:#1769d2;font-size:1rem}
.attendance-scanner-modal .modal-content{border-radius:1.25rem;overflow:hidden}
.attendance-camera-shell{position:relative;overflow:hidden;aspect-ratio:4/5;max-height:66vh;border-radius:1.15rem;background:#07111f}
.attendance-camera-shell video{width:100%;height:100%;display:block;object-fit:cover}
.attendance-camera-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;color:#fff;background:linear-gradient(160deg,#07111f,#15263c)}
.attendance-camera-placeholder[hidden]{display:none!important}
.attendance-camera-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.05),rgba(0,0,0,.24))}
.attendance-camera-overlay::before{content:"";position:absolute;inset:18% 12%;border-radius:1rem;box-shadow:0 0 0 999px rgba(0,0,0,.22)}
.attendance-scan-corner{position:absolute;width:42px;height:42px;border-color:#6ee7ff;border-style:solid;z-index:2}
.attendance-scan-corner.top-left{left:12%;top:18%;border-width:4px 0 0 4px;border-radius:12px 0 0 0}
.attendance-scan-corner.top-right{right:12%;top:18%;border-width:4px 4px 0 0;border-radius:0 12px 0 0}
.attendance-scan-corner.bottom-left{left:12%;bottom:18%;border-width:0 0 4px 4px;border-radius:0 0 0 12px}
.attendance-scan-corner.bottom-right{right:12%;bottom:18%;border-width:0 4px 4px 0;border-radius:0 0 12px 0}
.attendance-scan-line{position:absolute;z-index:2;left:15%;right:15%;top:23%;height:2px;background:linear-gradient(90deg,transparent,#6ee7ff,transparent);box-shadow:0 0 12px #6ee7ff;animation:attendanceScanLine 2.2s ease-in-out infinite}
@keyframes attendanceScanLine{0%,100%{top:23%;opacity:.55}50%{top:76%;opacity:1}}
.attendance-scanner-status{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem 1rem;border-radius:.85rem;background:#eef6ff;color:#23527c;font-size:.92rem}
.attendance-scanner-status i{font-size:1.1rem;margin-top:.05rem}
.attendance-scanner-status.is-success{background:#e9f9ef;color:#176c36}
.attendance-scanner-status.is-warning{background:#fff7df;color:#8b6100}
.attendance-scanner-status.is-danger{background:#fff0f1;color:#a32632}
@media (max-width:767.98px){
  .attendance-self-hero{align-items:stretch;flex-direction:column;padding:1.25rem;border-radius:1.1rem}
  .attendance-scan-button{width:100%;min-width:0}
  .attendance-scan-help{grid-template-columns:1fr}
  .attendance-camera-shell{aspect-ratio:3/4;max-height:none;border-radius:0}
  .attendance-scanner-modal .modal-content{border-radius:0;min-height:100%}
  .attendance-scanner-modal .modal-body{padding-left:0;padding-right:0}
  .attendance-scanner-modal .attendance-scanner-status,.attendance-scanner-modal .alert{margin-left:1rem;margin-right:1rem}
}

/* EduFinance 1.7.0 — profil, data pegawai, dashboard berbasis role, dan formulir bertahap. */
.profile-avatar.has-photo,
.profile-avatar-lg.has-photo,
.mobile-account-avatar.has-photo{overflow:hidden;padding:0;background:#fff}
.profile-avatar.has-photo img,
.profile-avatar-lg.has-photo img,
.mobile-account-avatar.has-photo img{width:100%;height:100%;display:block;object-fit:cover}
.dashboard-welcome-card{position:relative;overflow:hidden;padding:1.4rem 1.5rem;border:1px solid #e7edf5;border-radius:1.25rem;background:linear-gradient(135deg,#fff 0%,#f4f8ff 100%);box-shadow:0 12px 34px rgba(30,64,175,.08)}
.dashboard-welcome-card::after{content:"";position:absolute;width:180px;height:180px;right:-75px;top:-95px;border-radius:50%;background:rgba(37,99,235,.075)}
.dashboard-welcome-card>*{position:relative;z-index:1}
.dashboard-profile-avatar{width:68px;height:68px;flex:0 0 68px;display:grid;place-items:center;overflow:hidden;border-radius:1rem;background:linear-gradient(145deg,#eaf2ff,#fff);color:#2563eb;border:1px solid #d7e5fb;font-size:1.7rem;box-shadow:0 8px 24px rgba(37,99,235,.12)}
.dashboard-profile-avatar img{width:100%;height:100%;object-fit:cover}
.role-stat-card{height:100%;display:flex;align-items:center;gap:1rem;padding:1.15rem;border-radius:1rem;border:1px solid #e9eef5;background:#fff;box-shadow:0 8px 26px rgba(15,23,42,.055)}
.role-stat-card>i{width:45px;height:45px;display:grid;place-items:center;flex:0 0 45px;border-radius:.85rem;background:#f5f8fc;font-size:1.3rem}
.role-stat-card small{display:block;color:#64748b;font-size:.76rem}.role-stat-card strong{display:block;color:#172033;font-size:1.35rem;line-height:1.2;margin-top:.12rem}
.quick-action-tile{height:100%;min-height:88px;display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border:1px solid #e3eaf3;border-radius:.95rem;background:#fbfdff;color:#344054;text-decoration:none;font-weight:750;transition:.18s ease}
.quick-action-tile i{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:.8rem;background:#eaf3ff;color:#1769d2;font-size:1.2rem}.quick-action-tile:hover{transform:translateY(-2px);border-color:#bcd5fa;background:#f4f8ff;color:#155db5;box-shadow:0 10px 25px rgba(37,99,235,.1)}
.profile-layout-card{display:grid;grid-template-columns:265px minmax(0,1fr);overflow:hidden;border:1px solid #e5eaf1;border-radius:1rem;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.05)}
.profile-side-menu{padding:1rem 0;border-right:1px solid #e8edf4;background:#fbfcfe}.profile-side-menu a{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.25rem;color:#334155;text-decoration:none;font-weight:650;border-left:3px solid transparent}.profile-side-menu a i{color:#2563eb}.profile-side-menu a:hover,.profile-side-menu a.active{background:#f1f6fd;color:#0f4f9d;border-left-color:#2563eb}
.profile-content-panel{padding:1.6rem 2rem}.profile-form-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:1rem 1.5rem;align-items:center}.profile-form-grid .form-label{margin:0;font-weight:650;color:#23324a}
.profile-photo-preview{width:125px;height:145px;overflow:hidden;border:1px solid #dce4ed;border-radius:.75rem;background:#f8fafc;display:grid;place-items:center}.profile-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-photo-preview i{font-size:2rem;color:#94a3b8}
.profile-progress-card{padding:1rem 1.15rem;border:1px solid #e1e9f4;border-radius:1rem;background:#f7faff}.profile-progress-value{font-size:1.45rem;font-weight:800;color:#1769d2}.profile-completeness-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .7rem;border-radius:999px;background:#edf5ff;color:#1769d2;font-size:.78rem;font-weight:750}
.employee-form-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem}.employee-form-heading h1{font-weight:800}.employee-tabs-card{border:0;border-radius:1.2rem;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.065);overflow:hidden}.employee-step-tabs{display:flex;flex-wrap:nowrap;overflow-x:auto;padding:1rem 1.5rem 0;border-bottom:1px solid #e3e8ef;scrollbar-width:thin}.employee-step-tabs .nav-link{min-width:180px;padding:.85rem 1rem;border:0;border-bottom:3px solid transparent;border-radius:0;color:#5e6470;font-weight:700;white-space:nowrap}.employee-step-tabs .nav-link.active{color:#155b9d;background:transparent;border-bottom-color:#155b9d}.employee-step-tabs .nav-link i{margin-right:.45rem}
.employee-tabs-card>.card-body{padding:1.5rem}.employee-section-box{padding:1.25rem;border:1px solid #dce3eb;border-radius:.9rem;background:#fbfcfe}.employee-section-title{display:flex;align-items:center;gap:.55rem;margin-bottom:1.15rem;color:#1769d2;font-weight:800}.employee-section-title i{font-size:1.05rem}.employee-photo-box{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.1rem;padding:1rem;border:1px dashed #cad5e3;border-radius:.85rem;background:#fff}.education-row,.document-upload-row{position:relative;padding:1rem;border:1px solid #e1e7ee;border-radius:.85rem;background:#fff}.remove-education,.remove-document{position:absolute;right:.75rem;top:.75rem}.section-icon-box{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:.9rem;font-size:1.3rem}
.employee-next,.employee-prev{min-width:145px}.employee-table-photo{width:43px;height:50px;border-radius:.55rem;object-fit:cover;background:#eef2f7;border:1px solid #dce3eb}.employee-table-initial{width:43px;height:43px;display:grid;place-items:center;border-radius:.65rem;background:#edf4ff;color:#1769d2;font-weight:800}
@media(max-width:991.98px){.profile-layout-card{grid-template-columns:1fr}.profile-side-menu{display:flex;overflow-x:auto;padding:.35rem;border-right:0;border-bottom:1px solid #e8edf4}.profile-side-menu a{flex:0 0 auto;padding:.75rem 1rem;border-left:0;border-bottom:3px solid transparent}.profile-side-menu a:hover,.profile-side-menu a.active{border-left-color:transparent;border-bottom-color:#2563eb}.profile-content-panel{padding:1.3rem}.profile-form-grid{grid-template-columns:1fr;gap:.45rem}.profile-form-grid .form-label{margin-top:.55rem}.employee-step-tabs .nav-link{min-width:155px}}
@media(max-width:575.98px){.dashboard-welcome-card{padding:1.15rem}.dashboard-profile-avatar{width:58px;height:58px;flex-basis:58px}.employee-form-heading{flex-direction:column}.employee-tabs-card>.card-body{padding:1rem}.employee-step-tabs{padding:.5rem .75rem 0}.employee-step-tabs .nav-link{min-width:135px;font-size:.82rem}.employee-section-box{padding:1rem}.employee-next,.employee-prev{min-width:0}.profile-content-panel{padding:1rem}.profile-photo-preview{width:110px;height:130px}}
.employee-photo-box{width:100%;min-height:190px;display:grid;place-items:center;padding:.45rem;overflow:hidden;background:#f8fafc}
.employee-photo-box img{width:100%;max-width:160px;max-height:190px;display:block;object-fit:cover;border-radius:.55rem}.employee-photo-box>i{font-size:3rem;color:#94a3b8}
.attendance-summary-box{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-radius:.8rem;background:#f7f9fc;border:1px solid #e8edf3}.attendance-summary-box span{color:#64748b;font-size:.82rem}.attendance-summary-box strong{color:#1e293b;text-align:right}
