*{box-sizing:border-box;margin:0;padding:0}:root{--brand-navy:#07133f;--brand-orange:#ff5f05;--brand-orange-soft:#fff0e6;--brand-orange-hover:#fff7f0;--brand-panel:#fff;--brand-page:#f4f5f7;--brand-steel:#eef1f7;--brand-muted:#6b7280;--brand-gradient:linear-gradient(135deg, var(--brand-orange), var(--brand-navy))}body{background:var(--brand-page);color:var(--brand-navy);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5;overflow-x:hidden}.app-layout{background:#f4f5f7;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.sidebar{z-index:1000;background:#fff;flex-direction:column;width:260px;min-width:260px;max-width:260px;height:100vh;padding:28px 16px;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:0 8px 20px #00000008,0 2px 4px #00000005}.sidebar-backdrop{display:none}.brand{align-items:center;gap:12px;margin-bottom:40px;padding:0 12px;display:flex}.brand-icon{background:#fff;border:1px solid #eef1f7;border-radius:8px;justify-content:center;align-items:center;width:46px;height:40px;padding:3px;display:flex;box-shadow:0 6px 12px -6px #07133f33}.brand-icon img{object-fit:contain;width:100%;height:100%}.brand h2{color:#07133f;margin:0;font-size:16px;font-weight:700}.brand p{color:#ff5f05;letter-spacing:.3px;margin:0;font-size:10px;font-weight:500}.sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.nav-item{color:#6b7280;border-radius:16px;align-items:center;gap:14px;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item svg{stroke-width:1.7px;color:#9aa3b2;width:20px;height:20px}.nav-item:hover{color:#07133f;background:#f1f5f9}.nav-item:hover svg{color:#ff5f05}.nav-item.active{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);box-shadow:0 4px 12px #ff5f0540}.nav-item.active svg{color:#fff}.nav-dot{background:#f43f5e;border-radius:50%;width:8px;height:8px;margin-left:auto;box-shadow:0 0 0 2px #fff}.main-content{background:#f4f5f7;flex:1;width:calc(100% - 260px);min-width:0;min-height:100vh;margin-left:260px}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99;background:#ffffffd9;border-bottom:1px solid #e2e8f099;justify-content:space-between;align-items:center;gap:16px;height:72px;padding:0 28px;display:flex;position:sticky;top:0}.mobile-menu-button{flex-shrink:0;display:none}.search-box{background:#fff;border:1px solid #e2e8f0;border-radius:40px;align-items:center;gap:12px;width:320px;max-width:100%;padding:8px 20px;transition:all .2s;display:flex}.search-box:focus-within{border-color:#ff5f05;box-shadow:0 0 0 3px #ff5f051a}.search-box svg{color:#9aa3b2}.search-box input{background:0 0;border:none;outline:none;flex:1;font-size:13px}.search-box input::placeholder{color:#cbd5e1}.topbar-actions{align-items:center;gap:20px;min-width:0;display:flex}.icon-button{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:40px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.icon-button:hover{color:#ff5f05;background:#f1f5f9}.user-box{background:#fff;border:1px solid #e2e8f0;border-radius:40px;align-items:center;gap:12px;min-width:0;padding:6px 12px 6px 8px;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);border-radius:40px;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:600;display:flex}.user-box p{color:#07133f;margin:0;font-size:13px;font-weight:500}.page-content{min-width:0;padding:28px 32px}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.page-header h1{color:#07133f;letter-spacing:-.3px;margin:0;font-size:28px;font-weight:700}.page-header p{color:#6b7280;margin:6px 0 0;font-size:14px}.card{background:#fff;border:1px solid #e2e8f080;border-radius:24px;padding:24px;transition:all .2s;box-shadow:0 4px 12px #00000008,0 1px 2px #00000005}.card:hover{border-color:#e2e8f0;box-shadow:0 20px 30px -12px #00000014}.card-glass{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff80}.stat-card{background:#fff;border:1px solid #e2e8f080;border-radius:24px;padding:20px 24px;transition:all .2s;box-shadow:0 4px 12px #00000008}.stat-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -8px #00000014}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.stat-card-header span{color:#6b7280;font-size:13px;font-weight:500}.stat-icon{color:#ff5f05;background:linear-gradient(135deg,#eef1f7,#fff0e6);border-radius:16px;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.stat-card h2{color:#07133f;margin:0 0 4px;font-size:32px;font-weight:700}.stat-trend{color:#10b981;align-items:center;gap:6px;font-size:12px;display:flex}.grid{gap:24px;display:grid}.grid-4{grid-template-columns:repeat(4,1fr)}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5f05,#07133f);border:none;border-radius:40px;align-items:center;gap:8px;padding:10px 24px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #ff5f0540}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 14px #ff5f0559}.btn-secondary{color:#20305f;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:40px;align-items:center;gap:8px;padding:10px 24px;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.btn-secondary:hover{background:#f4f5f7;border-color:#cbd5e1}.table-container{background:#fff;border-radius:24px;overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#f7f8fb;border-bottom:1px solid #f1f5f9;padding:16px 20px;font-size:12px;font-weight:600}.table td{color:#12235a;border-bottom:1px solid #f4f5f7;padding:16px 20px;font-size:14px}.table tr:hover td{background:#f7f8fb}.badge-warning{color:#9a3412;background:#fed7aa}.badge-danger{color:#b91c1c;background:#fee2e2}.badge-teal{color:#07133f;background:#fff0e6}.modal-overlay,.ep-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#0f172a99;justify-content:center;align-items:center;padding:20px;animation:.25s overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes overlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur();backdrop-filter:blur()}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}.modal,.ep-modal{background:#fff;border-radius:32px;width:100%;max-width:520px;max-height:90vh;animation:.35s cubic-bezier(.34,1.2,.64,1) modalSlideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000059,0 0 0 1px #ff5f051a}@keyframes modalSlideUp{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-sm,.ep-modal-sm{max-width:400px}.modal-md,.ep-modal-md{max-width:520px}.modal-lg,.ep-modal-lg{max-width:680px}.modal-xl,.ep-modal-xl{max-width:900px}.modal-full,.ep-modal-full{max-width:95%}.modal-header,.ep-modal__header{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;padding:24px 28px 16px;display:flex}.modal-header-icon,.ep-modal__avatar{color:#ff5f05;background:linear-gradient(135deg,#fff0e6,#eef1f7);border-radius:20px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.modal-header-text{flex:1}.modal-header-text h3,.ep-modal__title{color:#07133f;margin:0;font-size:18px;font-weight:700}.modal-header-text p,.ep-modal__sub{color:#6b7280;margin:4px 0 0;font-size:12px}.modal-close,.ep-modal__close{cursor:pointer;color:#6b7280;background:#f4f5f7;border:1px solid #eef2f8;border-radius:40px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;transition:all .2s;display:flex}.modal-close:hover,.ep-modal__close:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca;transform:scale(1.05)}.modal-body,.ep-modal__body{max-height:55vh;padding:24px 28px;overflow-y:auto}.modal-body::-webkit-scrollbar{width:5px}.ep-modal__body::-webkit-scrollbar{width:5px}.modal-body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.ep-modal__body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.ep-modal__body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.modal-footer,.ep-modal__footer{background:#f7f8fb;border-top:1px solid #f1f5f9;justify-content:flex-end;gap:12px;padding:16px 28px 24px;display:flex}.modal-btn,.ep-btn{cursor:pointer;border:none;border-radius:40px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.modal-btn-primary,.ep-btn--primary{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);box-shadow:0 2px 6px #ff5f0540}.modal-btn-primary:hover,.ep-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 14px #ff5f0559}.modal-btn-secondary,.ep-btn--secondary{color:#4a587f;background:#f1f5f9}.modal-btn-secondary:hover,.ep-btn--secondary:hover{background:#e2e8f0;transform:translateY(-1px)}.modal-btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.modal-btn-danger:hover{transform:translateY(-1px);box-shadow:0 6px 14px #ef444459}.modal-btn-ghost,.ep-btn--ghost{color:#6b7280;background:0 0;border:1px solid #e2e8f0}.modal-btn-ghost:hover,.ep-btn--ghost:hover{background:#f4f5f7;border-color:#cbd5e1}.modal-form-group{margin-bottom:20px}.modal-label,.ep-field__label{color:#20305f;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.modal-label span{color:#ef4444;margin-left:4px}.modal-input,.modal-select,.modal-textarea,.ep-field__input{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;transition:all .2s}.modal-input:focus,.modal-select:focus,.modal-textarea:focus,.ep-field__input:focus{border-color:#ff5f05;outline:none;box-shadow:0 0 0 3px #ff5f051a}.modal-textarea{resize:vertical;min-height:100px}.modal-grid,.ep-modal__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.modal-divider{background:linear-gradient(90deg,#0000,#e2e8f0,#0000);height:1px;margin:20px 0}.modal-confirm{text-align:center}.modal-confirm-icon{border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;font-size:28px;display:flex}.modal-confirm-icon.warning{color:#d97706;background:#fef3c7}.modal-confirm-icon.danger{color:#dc2626;background:#fee2e2}.modal-confirm-icon.success{color:#07133f;background:#fff0e6}.modal-confirm-icon.info{color:#07133f;background:#eef1f7}.modal-confirm-icon.teal{color:#07133f;background:#fff0e6}.modal-confirm-title{text-align:center;color:#07133f;margin-bottom:8px;font-size:18px;font-weight:700}.modal-confirm-message{color:#6b7280;text-align:center;margin-bottom:24px;font-size:13px}.credentials-modal{border-radius:24px;flex-direction:column;max-width:560px;max-height:calc(100vh - 64px);display:flex}.credentials-modal__header{border-bottom:1px solid #edf2f7;padding:24px 28px}.credentials-modal__key{color:#07133f;border-radius:16px;flex-shrink:0;width:48px;height:48px}.credentials-modal__close{font-size:0}.credentials-modal__close:before{content:"x";font-size:15px;font-weight:800;line-height:1}.credentials-modal__body{max-height:none;padding:22px 28px 28px;overflow:visible}.credentials-modal__content{text-align:center}.credentials-modal__success{color:#07133f;border-radius:18px;width:54px;height:54px;margin:0 auto 12px}.credentials-modal .modal-confirm-title{margin:0 0 6px;font-size:19px}.credentials-modal .modal-confirm-message{margin:0 0 18px}.credentials-modal__panel{background:#f8fafc!important;border-radius:18px!important;margin:0 0 16px!important;padding:18px!important}.credentials-modal__panel label{text-transform:uppercase;margin-bottom:7px;display:block;color:#64748b!important;letter-spacing:.06em!important;font-size:11px!important;font-weight:800!important}.credentials-modal__panel label+div{min-height:44px;box-shadow:inset 0 1px #ffffffe6;border-radius:12px!important;padding:0 12px!important}.credentials-modal__panel span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.credentials-modal__panel button{justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;border-radius:9px!important}.credentials-modal__panel button:hover{background:#fff0e6!important}.credentials-modal__note{border-radius:14px!important;margin-bottom:18px!important;padding:12px 14px!important}.credentials-modal__note p{flex-wrap:wrap;justify-content:center;line-height:1.4}.credentials-modal__footer{grid-template-columns:1fr 1fr;gap:12px!important;display:grid!important}.credentials-modal__btn{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-family:inherit;font-size:13px;font-weight:800;display:inline-flex!important}.credentials-modal__btn--secondary{color:#4a587f;background:#eef1f7}.credentials-modal__btn--primary{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);box-shadow:0 8px 18px #ff5f0538}@media (width<=560px){.credentials-modal__header,.credentials-modal__body{padding:20px}.credentials-modal__footer{grid-template-columns:1fr}}.modal-premium{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#ff5f05,#07133f,#0b1b4d) border-box;border:1px solid #0000;border-radius:32px;position:relative}.modal-premium:before{content:"";background:linear-gradient(90deg,#ff5f05,#07133f,#0b1b4d);border-radius:32px 32px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.modal-glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2}.modal-elevated{box-shadow:0 30px 60px -20px #0006,0 0 0 1px #ff5f0533}.toast-container{z-index:10000;flex-direction:column;gap:12px;display:flex;position:fixed;top:80px;right:24px}.toast{background:#fff;border-left:4px solid #ff5f05;border-radius:20px;align-items:center;gap:14px;min-width:300px;padding:14px 20px;animation:.3s slideRight;display:flex;box-shadow:0 10px 20px -5px #0000001a}@keyframes slideRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.toast-icon{border-radius:14px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.toast-success .toast-icon{color:#0b1b4d;background:#fff0e6}.toast-error .toast-icon{color:#dc2626;background:#fee2e2}.toast-warning .toast-icon{color:#d97706;background:#fef3c7}.toast-info .toast-icon{color:#07133f;background:#eef1f7}.toast-message{color:#07133f;flex:1;font-size:13px;font-weight:500}.toast-close{cursor:pointer;color:#9aa3b2;transition:color .2s}.toast-close:hover{color:#ef4444}.login-page{background:linear-gradient(135deg,#eef1f7 0%,#fff0e6 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{background:#fff;border-radius:32px;width:880px;max-width:100%;display:flex;overflow:hidden;box-shadow:0 30px 40px -20px #00000026}.login-left{flex:1.2;padding:48px 44px}.login-logo{align-items:center;gap:10px;margin-bottom:40px;display:flex}.login-logo-mark{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.login-logo-text{font-size:14px;font-weight:700}.login-title{margin-bottom:8px;font-size:26px;font-weight:700}.login-sub{color:#6b7280;margin-bottom:32px;font-size:13px}.login-field{background:#f4f5f7;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:12px;margin-bottom:18px;padding:12px 18px;transition:all .2s;display:flex}.login-field:focus-within{background:#fff;border-color:#ff5f05;box-shadow:0 0 0 3px #ff5f051a}.login-field svg{color:#9aa3b2}.login-field input{background:0 0;border:none;outline:none;flex:1;font-size:14px}.login-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5f05,#07133f);border:none;border-radius:40px;width:100%;margin:24px 0 20px;padding:14px;font-weight:600;transition:all .2s}.login-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 14px #ff5f0559}.login-others-label{text-align:center;color:#9aa3b2;margin-bottom:16px;font-size:12px}.login-social-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:40px;justify-content:center;align-items:center;gap:10px;width:100%;height:44px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.login-social-btn:hover{background:#f4f5f7;border-color:#cbd5e1}.login-right{background:linear-gradient(135deg,#ff5f05,#07133f);justify-content:center;align-items:center;width:280px;display:flex;position:relative;overflow:hidden}.login-photo-frame{background:#ffffff1a;border:2px solid #fff3;border-radius:24px;justify-content:center;align-items:center;width:200px;height:260px;display:flex;overflow:hidden}.login-hero-img{object-fit:cover;opacity:.9;width:100%;height:100%}.badge{border-radius:40px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge.pending{color:#ea580c;background:#fff7ed}.badge.danger{color:#dc2626;background:#fef2f2}.badge-success{color:#059669;background:#ecfdf5}.badge-info{color:#2563eb;background:#eff6ff}.small-btn{color:#ff5f05;cursor:pointer;background:#f1f5f9;border:none;border-radius:40px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.small-btn:hover{background:#e2e8f0}.small-btn.danger{color:#dc2626;background:#fef2f2}.small-btn.danger:hover{background:#fee2e2}.ep{background:#f4f5f7;max-width:1400px;min-height:calc(100vh - 70px);margin:0 auto;padding:28px 28px 50px;font-family:Inter,sans-serif}.ep-toasts{z-index:10000;flex-direction:column;gap:10px;display:flex;position:fixed;top:24px;right:24px}.ep-toast{color:#07133f;background:#fff;border:1px solid #eef2f8;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;font-size:13px;font-weight:500;animation:.3s toastSlide;display:flex;box-shadow:0 8px 20px #00000014}@keyframes toastSlide{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.ep-toast__icon{border-radius:12px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ep-toast--success .ep-toast__icon{color:#059669;background:#ecfdf5}.ep-toast--error .ep-toast__icon{color:#dc2626;background:#fef2f2}.ep-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.ep-header__title{color:#07133f;letter-spacing:-.3px;font-size:26px;font-weight:700}.ep-header__title em{color:#ff5f05;font-style:normal}.ep-header__sub{color:#6b7280;margin-top:6px;font-size:13px}.ep-add-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff5f05,#07133f);border:none;border-radius:40px;align-items:center;gap:8px;padding:12px 24px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #ff5f0533}.ep-add-btn:hover{transform:translateY(-1px);box-shadow:0 8px 16px -4px #ff5f054d}.ep-stats{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:28px;display:grid}.ep-stat{background:#fff;border:1px solid #eef2f8;border-radius:20px;padding:18px 20px;transition:all .2s}.ep-stat:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.ep-stat__top{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ep-stat__label{text-transform:uppercase;letter-spacing:.6px;color:#8a9bb0;font-size:11px;font-weight:600}.ep-stat__icon{border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ep-stat__icon--blue{color:#ff5f05;background:#eff6ff}.ep-stat__value{color:#07133f;margin-bottom:8px;font-size:28px;font-weight:700}.ep-stat__footer{justify-content:space-between;align-items:center;display:flex}.ep-stat__sub{color:#8a9bb0;font-size:11px}.ep-stat__pct{border-radius:40px;padding:3px 8px;font-size:10px;font-weight:700}.ep-stat__pct--green{color:#059669;background:#ecfdf5}.ep-stat__pct--amber{color:#d97706;background:#fef3c7}.ep-stat__bar{background:#f1f5f9;border-radius:99px;height:3px;margin-top:12px;overflow:hidden}.ep-stat__bar-fill{background:#ff5f05;border-radius:99px;width:0%;height:100%;transition:width .5s}.ep-card{background:#fff;border:1px solid #eef2f8;border-radius:24px;overflow:hidden}.ep-card__top{border-bottom:1px solid #f0f2f5;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;display:flex}.ep-card__title{color:#07133f;font-size:16px;font-weight:700}.ep-count-pill{color:#566573;background:#f1f5f9;border-radius:40px;margin-left:8px;padding:4px 10px;font-size:11px;font-weight:600}.ep-search{background:#fff;border:1px solid #e2e8f0;border-radius:40px;align-items:center;gap:10px;width:260px;padding:7px 16px;display:flex}.ep-search__icon{color:#8a9bb0}.ep-search__input{background:0 0;border:none;outline:none;flex:1;font-size:13px}.ep-search__clear{cursor:pointer;background:#f1f5f9;border:none;border-radius:20px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex}.ep-table-wrap{overflow-x:auto}.ep-table{border-collapse:collapse;width:100%}.ep-th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.6px;background:#f7f8fb;border-bottom:1px solid #f0f2f5;padding:14px 16px;font-size:11px;font-weight:600}.ep-th--sortable{cursor:pointer}.ep-th--sortable:hover{color:#ff5f05}.sort-icon{vertical-align:middle;opacity:.4;margin-left:4px;display:inline-flex}.sort-icon--active{opacity:1;color:#ff5f05}.ep-td{color:#20305f;border-top:1px solid #f0f2f5;padding:14px 16px;font-size:13px}.ep-row:hover .ep-td{background:#f7f8fb}.ep-name{align-items:center;gap:12px;display:flex}.ep-avatar{color:#ff5f05;background:linear-gradient(135deg,#fff0e6,#eef1f7);border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.ep-name__text strong{color:#07133f;font-size:13px;font-weight:600}.ep-name__text small{color:#8a9bb0;font-size:11px}.ep-dept{color:#4a587f;background:#f1f5f9;border-radius:40px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.ep-badge{border-radius:40px;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.badge-active{color:#0b1b4d;background:#fff0e6}.badge-inactive{color:#6b7280;background:#f1f5f9}.badge-expired,.badge-terminated{color:#dc2626;background:#fef2f2}.badge-suspended{color:#b45309;background:#fef3c7}.badge-permanent{color:#6d28d9;background:#ede9fe}.badge-temporary{color:#1d4ed8;background:#dbeafe}.badge-contract{color:#c2410c;background:#ffedd5}.ep-actions{gap:6px;display:flex}.ep-action-btn{cursor:pointer;border:none;border-radius:40px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .2s}.ep-action-btn--ghost{color:#4a587f;background:#f1f5f9}.ep-action-btn--ghost:hover{background:#e2e8f0}.ep-action-btn--solid{color:#ff5f05;background:#eef1f7}.ep-action-btn--solid:hover{color:#fff;background:#ff5f05}.ep-sortbar{border-bottom:1px solid #f0f2f5;flex-wrap:wrap;gap:10px;padding:16px 24px;display:flex}.ep-sort-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:40px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.ep-sort-btn:hover{background:#f4f5f7;border-color:#cbd5e1}.ep-sort-btn--active{color:#fff;background:#ff5f05;border-color:#ff5f05}.ep-employee-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;display:grid}.ep-employee-card{background:#fff;border:1px solid #eef2f8;border-radius:20px;padding:18px;transition:all .2s}.ep-employee-card:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.ep-employee-card__header{gap:14px;margin-bottom:16px;display:flex}.ep-avatar--large{border-radius:16px;width:48px;height:48px;font-size:16px}.ep-employee-card__title h3{margin:0;font-size:15px;font-weight:700}.ep-employee-card__title p{color:#8a9bb0;margin:4px 0 0;font-size:11px}.ep-employee-card__body{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.ep-info-pill{color:#4a587f;background:#f4f5f7;border-radius:14px;align-items:center;gap:10px;padding:8px 12px;font-size:12px;display:flex}.ep-employee-card__footer{border-top:1px solid #f0f2f5;justify-content:flex-end;gap:8px;padding-top:12px;display:flex}.ep-empty{text-align:center;color:#8a9bb0;padding:60px 20px!important}.ep-empty__inner{flex-direction:column;align-items:center;gap:8px;display:flex}.ep-empty__icon{opacity:.4;margin-bottom:8px}.epro{background:#f4f5f7;max-width:1100px;min-height:calc(100vh - 70px);margin:0 auto;padding:28px 32px 50px;font-family:Inter,sans-serif}.epro-back{color:#566573;background:#fff;border:1px solid #eef2f8;border-radius:40px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.epro-back:hover{color:#ff5f05;background:#f4f5f7}.epro-back-btn{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);border-radius:40px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.epro-back-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff5f054d}.epro-hero{background:#fff;border:1px solid #eef2f8;border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:28px;display:flex}.epro-hero__left{align-items:center;gap:20px;display:flex}.epro-hero__avatar{color:#ff5f05;background:linear-gradient(135deg,#fff0e6,#eef1f7);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;font-size:28px;font-weight:700;display:flex}.epro-hero__badges{align-items:center;gap:8px;margin-bottom:8px;display:flex}.epro-hero__name{color:#07133f;margin:0 0 6px;font-size:24px;font-weight:700}.epro-hero__role{color:#6b7280;font-size:13px}.epro-hero__meta{flex-direction:column;gap:8px;display:flex}.epro-hero__meta-item{color:#6b7280;align-items:center;gap:8px;font-size:13px;display:flex}.epro-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.epro-stat{background:#fff;border:1px solid #eef2f8;border-radius:18px;align-items:center;gap:14px;padding:16px;transition:all .2s;display:flex}.epro-stat:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000f}.epro-stat__icon{color:#ff5f05;background:#eef1f7;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.epro-stat__value{color:#07133f;font-size:20px;font-weight:700}.epro-stat__label{color:#8a9bb0;font-size:11px}.epro-body{grid-template-columns:1fr 1fr;gap:20px;display:grid}.epro-card{background:#fff;border:1px solid #eef2f8;border-radius:20px;overflow:hidden}.epro-card__header{border-bottom:1px solid #f0f2f5;align-items:center;gap:12px;padding:18px 22px;display:flex}.epro-card__header-icon{color:#ff5f05;background:#eef1f7;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.epro-card__title{margin:0;font-size:15px;font-weight:700}.epro-card__sub{color:#8a9bb0;margin-top:2px;font-size:11px}.epro-info-list{padding:8px 0}.epro-info-row{border-bottom:1px solid #f4f5f7;justify-content:space-between;align-items:center;padding:14px 22px;display:flex}.epro-info-row:last-child{border-bottom:none}.epro-info-row__label{color:#6b7280;align-items:center;gap:8px;font-size:12px;font-weight:500;display:flex}.epro-info-row__value{color:#07133f;font-size:13px;font-weight:500}.epro-info-row__empty{color:#cbd5e1}.epro-docs-empty{color:#8a9bb0;flex-direction:column;align-items:center;gap:8px;padding:48px 20px;display:flex}.epro-docs-list{padding:8px 0}.epro-doc-row{border-bottom:1px solid #f4f5f7;align-items:center;gap:12px;padding:14px 22px;display:flex}.epro-doc-row__icon{color:#6b7280;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.epro-doc-row__info{flex:1}.epro-doc-row__info strong{color:#07133f;font-size:13px;font-weight:600}.epro-doc-row__info small{color:#8a9bb0;font-size:11px}.epro-doc-btn{color:#ff5f05;background:#eef1f7;border-radius:40px;align-items:center;gap:6px;padding:6px 12px;font-size:11px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.epro-doc-btn:hover{color:#fff;background:#ff5f05}.ae{background:#f4f5f7;max-width:900px;min-height:calc(100vh - 70px);margin:0 auto;padding:28px 32px 60px;font-family:Inter,sans-serif}.ae-back{color:#566573;background:#fff;border:1px solid #eef2f8;border-radius:40px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.ae-back:hover{color:#ff5f05;background:#f4f5f7}.ae-header__eyebrow{color:#ff5f05;text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-flex}.ae-header__title{color:#07133f;margin-bottom:8px;font-size:26px;font-weight:700}.ae-header__title em{color:#ff5f05;font-style:normal}.ae-header__sub{color:#6b7280;margin-bottom:28px;font-size:13px}.ae-toast{z-index:10000;color:#07133f;background:#fff;border:1px solid #eef2f8;border-radius:16px;align-items:center;gap:12px;padding:12px 18px;font-size:13px;font-weight:500;animation:.3s aeToastIn;display:inline-flex;position:fixed;top:24px;right:24px;box-shadow:0 8px 20px #00000014}@keyframes aeToastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.ae-toast__icon{border-radius:12px;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ae-toast--success .ae-toast__icon{color:#0b1b4d;background:#fff0e6}.ae-toast--error .ae-toast__icon{color:#dc2626;background:#fee2e2}.ae-section{background:#fff;border:1px solid #eef2f8;border-radius:24px;margin-bottom:20px;overflow:hidden}.ae-section__heading{border-bottom:1px solid #f0f2f5;align-items:center;gap:12px;padding:18px 24px;display:flex}.ae-section__icon{color:#ff5f05;background:#eef1f7;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ae-section__heading h3{margin:0;font-size:15px;font-weight:700}.ae-section__heading p{color:#8a9bb0;margin:2px 0 0;font-size:11px}.ae-grid{gap:0;display:grid}.ae-grid--3{grid-template-columns:repeat(3,1fr)}.ae-field{border-bottom:1px solid #f0f2f5;border-right:1px solid #f0f2f5;padding:18px 20px}.ae-field:nth-child(3n){border-right:none}.ae-grid--3 .ae-field:nth-last-child(-n+3){border-bottom:none}.ae-field__label{text-transform:uppercase;letter-spacing:.5px;color:#6b7280;margin-bottom:8px;font-size:11px;font-weight:600;display:block}.ae-field__icon{align-items:center;margin-right:4px;display:inline-flex}.ae-field__error{color:#ef4444;align-items:center;gap:4px;margin-top:6px;font-size:11px;display:flex}.ae-input{background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;transition:all .2s}.ae-input:focus{border-color:#ff5f05;outline:none;box-shadow:0 0 0 3px #ff5f051a}.ae-input::placeholder{color:#cbd5e1}.ae-input--error{background:#fff5f5;border-color:#fca5a5}.ae-input--error:focus{border-color:#f87171;box-shadow:0 0 0 3px #fee2e2}.ae-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 13px center;background-repeat:no-repeat;padding-right:36px}.ae-footer{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.ae-btn{cursor:pointer;border:none;border-radius:40px;padding:10px 24px;font-family:inherit;font-size:13px;font-weight:600;transition:all .2s}.ae-btn--ghost{color:#4a587f;background:#f1f5f9}.ae-btn--ghost:hover{background:#e2e8f0}.ae-btn--primary{color:#fff;background:linear-gradient(135deg,#ff5f05,#07133f);box-shadow:0 2px 6px #ff5f0540}.ae-btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 14px #ff5f0559}.ae-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ae-spin{animation:.6s linear infinite aeSpin}@keyframes aeSpin{to{transform:rotate(360deg)}}@media (width<=1024px){.grid-4,.ep-stats,.epro-stats,.ep-employee-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.app-layout.sidebar-is-open{height:100vh;overflow:hidden}.sidebar{box-shadow:none;width:min(82vw,280px);min-width:0;max-width:280px;transition:transform .25s;position:fixed;transform:translate(-100%)}.sidebar.open{transform:translate(0);box-shadow:2px 0 20px #0000001a}.sidebar-backdrop{opacity:0;pointer-events:none;z-index:999;background:#07133f6b;border:0;padding:0;transition:opacity .2s;display:block;position:fixed;inset:0}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.main-content{width:100%;margin-left:0}.mobile-menu-button{display:inline-flex}.topbar{height:auto;min-height:64px;padding:10px 18px}.page-content{padding:18px}.ep{padding:20px}.ep-employee-grid,.epro-body,.ae-grid--3{grid-template-columns:1fr}.ae-field{border-right:none}.ae-grid--3 .ae-field:not(:last-child){border-bottom:1px solid #f0f2f5}.login-card{flex-direction:column}.login-right{width:100%;height:180px}.modal-grid,.ep-modal__grid{grid-template-columns:1fr}.modal,.ep-modal{max-width:95%}}@media (width<=640px){.ep-stats,.epro-stats{grid-template-columns:1fr}.ep-card__top{flex-direction:column;align-items:stretch}.ep-search{width:100%}.topbar{gap:10px;padding:10px 14px}.search-box{flex:1;width:auto;min-width:0;padding:8px 12px}.search-box input{min-width:0;font-size:12px}.topbar-actions{gap:8px}.user-box{padding:6px}.user-box>div{display:none}.page-content{padding:14px}.card,.stat-card{border-radius:16px;padding:16px}.page-header h1{font-size:24px}.brand-text{display:none}.ae{padding:20px 16px}.ae-footer{flex-direction:column}.ae-btn{justify-content:center;width:100%}.epro-hero{flex-direction:column;align-items:flex-start}.epro-hero__meta{align-items:flex-start}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9aa3b2}.spinner{border:2px solid #ff5f0533;border-top-color:#ff5f05;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #ff5f05}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:#6b7280}.text-primary{color:#ff5f05}.text-success{color:#10b981}.text-warning{color:#f59e0b}.text-danger{color:#ef4444}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.flex{display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}*{box-sizing:border-box}.modal-overlay,.ep-overlay{width:100vw;min-height:100vh;padding:20px;overflow-y:auto}.modal,.ep-modal{width:min(100%,520px);margin:auto}.modal-body,.ep-modal__body{overflow-x:hidden}
