:root{--primary-color:#3b82f6;--primary-hover:#2563eb;--bg-color:#f3f4f6;--surface-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--border-color:#e5e7eb;--danger-color:#ef4444;--success-color:#10b981;--warning-color:#f59e0b}*{box-sizing:border-box;padding:0;margin:0}html{text-size-adjust:100%}body,html{height:100%;overflow:hidden}body,button,input,select,table,td,textarea,th{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important}body{background-color:var(--bg-color);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;position:relative}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;transition:all .2s}.btn-primary{background-color:var(--primary-color)}.btn-primary:hover{background-color:var(--primary-hover)}.btn-danger{background-color:var(--danger-color);color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-success{background-color:var(--success-color);color:#fff}.btn-success:hover{background-color:#059669}.btn-warning{background-color:var(--warning-color);color:#fff}.btn-warning:hover{background-color:#d97706}.btn-sm{padding:.25rem .5rem;font-size:.75rem;border-radius:.25rem}.input{width:100%;padding:.5rem;border:1px solid var(--border-color);border-radius:.375rem;outline:none;transition:border-color .2s}.input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(59,130,246,.1)}.card{background-color:var(--surface-color);border-radius:.5rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);padding:1.5rem;overflow:visible!important}.app-container{overflow:hidden;position:relative}.app-container,.sidebar{display:flex;height:100vh}.sidebar{width:180px;background-color:#fff;color:#1e293b;position:fixed;left:0;top:0;z-index:1000;flex-direction:column;border-right:1px solid #e2e8f0}.main-wrapper{flex:1 1;display:flex;flex-direction:column;min-height:100vh;margin-left:180px;background:#f8fafc}.table-container{overflow:visible!important;position:relative}.main-wrapper.sidebar-collapsed{margin-left:180px}@media (max-width:1024px){.main-wrapper,.main-wrapper.sidebar-collapsed{margin-left:0}}.sidebar-header{height:60px;display:flex;align-items:center;justify-content:center;padding:0 1rem;background:#fff;color:#1e293b;border-bottom:1px solid #e2e8f0}.sidebar-nav{padding:.75rem 0;display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;width:100%;padding:.5rem 1.25rem .5rem 15px;margin:0;border-radius:0;color:#64748b;text-decoration:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;border:none;background:transparent;text-align:left}.nav-item:hover{background:#f0f7ff;color:#2563eb}.nav-item.active{background:#eff6ff;color:#2563eb;font-weight:700}.chevron{transition:transform .2s ease;margin-left:auto;color:#94a3b8}.chevron.open{color:#2563eb;transform:translateX(2px)}.sub-menu{position:fixed;left:180px;background:#fff;border:1px solid #e2e8f0;box-shadow:10px 0 15px rgba(0,0,0,.05);display:none;z-index:2000;padding:0;border-radius:0 8px 8px 0;min-width:210px}.sub-item,.sub-menu.open{display:block}.sub-item{width:100%;padding:.5rem 1.25rem .5rem 15px;color:#475569;text-decoration:none;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:13px;transition:all .2s;margin:0;border-radius:0}.sub-item:hover{background:#f0f7ff;color:#2563eb}.sub-item.active{color:#2563eb;font-weight:700;background:#eff6ff}.main-content{padding:10px;-webkit-overflow-scrolling:touch}@media (max-width:768px){.sub-menu{position:static!important;width:100%!important;min-width:0!important;box-shadow:none!important;border:none!important;background:#f8fafc!important;padding:4px 0 4px 15px!important;border-radius:0!important}.sub-item{padding:8px 15px!important}.chevron.open{transform:rotate(90deg)!important}}.sidebar-nav{flex:1 1;overflow-y:auto;scrollbar-width:none}.sidebar-nav::-webkit-scrollbar{display:none}@media (max-width:1024px){.sidebar{width:280px}}@media (max-width:640px){.card,.main-content{padding:1rem}.table-container{border-radius:8px}}.status-pill{padding:.25rem .75rem;border-radius:9999px;font-weight:500}.page-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.table-container{width:100%;overflow-x:auto;overflow-y:hidden;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05);scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:auto}.table th{background:#f8fafc;text-align:center;font-weight:600;color:#64748b;text-transform:none;font-size:.75rem;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.table td,.table th{padding:.75rem 1rem;white-space:nowrap!important}.table td{border-bottom:1px solid #f1f5f9;color:#334155}.table tr:hover{background-color:#f1f5f9}.table tr:last-child td{border-bottom:none}.badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-info{background-color:#dbeafe;color:#1e40af}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-success{background-color:#d1fae5;color:#065f46}.badge-danger{background-color:#fee2e2;color:#b91c1c}.modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:var(--surface-color);border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:90%;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;gap:.75rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:var(--text-secondary)}.form-control{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.form-control:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(59,130,246,.1)}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:.375rem;color:var(--text-secondary);transition:all .2s}.btn-icon:hover{background-color:var(--bg-color);color:var(--primary-color)}.btn-icon--danger:hover{background-color:#fee2e2;color:var(--danger-color)}.btn-outline:hover{background-color:var(--bg-color)}.main-content{flex:1 1;padding:10px 10px 2px;background:#f8fafc;height:calc(100vh - 60px);overflow:auto}.base-toolbar{justify-content:space-between;margin-bottom:1.25rem;padding:0;flex-wrap:wrap}.base-toolbar,.toolbar-left{display:flex;align-items:center;gap:1rem}.toolbar-right{display:flex;align-items:center;gap:.75rem}.page-title-base{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1.25rem;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:.5rem;margin:0}.badge-count{background:#e2e8f0;color:#475569;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px;margin-left:.25rem}.search-box-base{position:relative;width:240px}.search-box-base input{width:100%;padding:.5rem .75rem .5rem 2.25rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s;background:#fff}.search-box-base input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(59,130,246,.1)}.search-box-base .search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.btn-base{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px 6px 8px;font-size:13px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;border-radius:4px;cursor:pointer;transition:all .2s;gap:.5rem;border:1px solid transparent}.btn-primary{background:#0072bc;color:#fff;font-weight:600}.btn-primary:hover{background:#005d9a;box-shadow:0 2px 4px rgba(0,0,0,.1)}.btn-outline{border:1px solid #e2e8f0;background:#fff;border-color:#e2e8f0;color:#475569}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e0;color:#1e293b}.base-table-wrapper{background:#fff;border-radius:8px;border:1px solid #e0e6ed;box-shadow:0 1px 3px rgba(0,0,0,.05);overflow-x:auto;min-height:200px;position:relative;overflow-y:hidden}.base-table{width:100%;border-collapse:collapse;font-size:13px}.base-table th{background:#f1f5f9;font-weight:700;color:#334155;text-transform:none;border-bottom:1px solid #e0e6ed;text-align:center!important;letter-spacing:.01em;white-space:nowrap;height:35px!important}.base-table td,.base-table th{padding:0 .75rem!important;font-size:13px!important;font-family:Segoe UI,sans-serif!important}.base-table td{color:#1e293b;border-bottom:1px solid #f1f5f9;vertical-align:middle}.base-table tbody tr{height:45px!important}.base-table tbody tr:nth-child(2n){background-color:#fbfcfe}.base-table tbody tr:hover{background-color:#f8fafc}.base-table tr:hover td{background:#f0f7ff}.status-pill{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-active{background:#e6fffa;color:#00867a;border:1px solid #b2f2bb}.status-pending{background:#fffaf0;color:#9c4221;border:1px solid #feebc8}.status-inactive{background:#fff5f5;color:#c53030;border:1px solid #fed7d7}.status-new{background:#f7fafc;color:#2d3748;border:1px solid #e2e8f0}.avatar-base{width:28px;height:28px;border-radius:50%;background:#0072bc;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;text-transform:uppercase}.employee-info-base{display:flex;align-items:center;gap:.625rem}.info-text .name{font-weight:600;color:#1a2c5a;display:block}.info-text .sub{font-size:.75rem;color:#64748b}.type-tag{padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.type-tag.official{background:#e0f2fe;color:#0369a1}.type-tag.trial{background:#fef3c7;color:#92400e}.action-btn{background:none;border:none;padding:.5rem;color:#94a3b8;cursor:pointer;border-radius:4px;transition:all .2s}.action-btn:hover{background:#f1f5f9;color:#1e293b}.action-dropdown{position:absolute;top:100%;right:0;background:#fff!important;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px -5px rgba(0,0,0,.2),0 8px 10px -6px rgba(0,0,0,.1);z-index:1000;min-width:170px;padding:6px;margin-top:8px;text-align:left!important;display:block;opacity:1}.action-dropdown.open-up{top:auto!important;bottom:100%!important;margin-top:0!important;margin-bottom:8px!important}.dropdown-item{display:flex;align-items:center;gap:10px;padding:6px 12px;font-size:13px;color:#475569;cursor:pointer;border-radius:6px;font-weight:500;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:all .15s}.dropdown-item:hover{background-color:#f1f5f9;color:#2563eb}.dropdown-item.success:hover{background-color:#f0fdf4}.dropdown-item.danger{color:#ef4444}.dropdown-item.danger:hover{background-color:#fef2f2}.divider{background-color:#e2e8f0}.dropdown-item.success{color:#10b981}.dropdown-item.success:hover{background:#f0fdf4}.dropdown-item svg{color:#94a3b8;transition:color .2s}.dropdown-item:hover svg{color:#2563eb}.dropdown-item.danger:hover svg{color:#ef4444}.dropdown-item.success:hover svg{color:#10b981}.divider{height:1px;background:#f1f5f9;margin:4px 0}.base-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding:0 .5rem}.pagination-info{font-size:.875rem;color:#64748b}.pagination-controls{display:flex;gap:.25rem}.page-btn{padding:.5rem .85rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:13px;cursor:pointer;transition:all .2s;border-radius:4px;min-width:36px;display:flex;align-items:center;justify-content:center;font-weight:500}.page-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e0;color:#1e293b}.page-btn.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 2px 4px rgba(37,99,235,.2)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:flex-end;z-index:2000}.drawer-content{background:#fff;width:100%;max-width:550px;height:100%;box-shadow:-10px 0 30px rgba(0,0,0,.1);display:flex;flex-direction:column}.drawer-header{padding:.85rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:#fdfdfd}.header-titles h3{margin:0;font-size:13px;color:#1e293b}.header-sub,.header-titles h3{font-weight:700;font-family:Segoe UI,sans-serif}.header-sub{margin:4px 0 0;font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.drawer-close-btn{font-size:1.5rem;color:#94a3b8;cursor:pointer;border:none;background:none}.drawer-body{padding:1rem 1.5rem;flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.drawer-tabs{display:flex;background:#f1f5f9;padding:3px;border-radius:8px;gap:2px}.tab-btn{flex:1 1;padding:.45rem;border-radius:6px;font-size:.775rem;font-weight:700;border:none;background:transparent;color:#64748b;cursor:pointer;transition:all .2s}.tab-btn.active{background:#fff;color:#2563eb;box-shadow:0 2px 4px rgba(0,0,0,.05)}.drawer-form{gap:1rem}.drawer-form,.form-section{display:flex;flex-direction:column}.form-section{gap:.75rem}.section-title{margin:0;font-size:13px;font-weight:700;color:#2563eb;text-transform:none;letter-spacing:.02em;border-bottom:1px solid #f1f5f9;padding-bottom:2px;font-family:Segoe UI,sans-serif}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.form-group-base{display:flex;flex-direction:column;gap:.15rem}.form-group-base.full-width{grid-column:span 2}.form-group-base label{color:#64748b;padding-bottom:0;margin-bottom:.15rem;border-bottom:none}.form-group-base label,.input-base,select.input-base{font-size:13px;font-weight:400;font-family:Segoe UI,sans-serif}.input-base,select.input-base{padding:.5rem .75rem;border-radius:6px;border:1px solid #e2e8f0;outline:none;transition:all .2s;background:#f8fafc;color:#1e293b}.input-base:focus{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.input-base.readonly{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.drawer-footer{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:.75rem;background:#fdfdfd}.detail-row{padding:0!important}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.detail-card{background:#fff;padding:1.25rem;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px rgba(0,0,0,.05)}.detail-card h5{margin:0 0 1rem;color:#1e293b;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem}.detail-card .row{display:flex;justify-content:space-between;font-size:.825rem;margin-bottom:.5rem}.detail-card .row span{color:#64748b}.detail-card .row strong{color:#0f172a}.detail-card .note{font-style:italic;color:#64748b}.confirm-overlay{position:fixed;inset:0;background:rgba(15,23,42,.6);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:3000}.confirm-modal{background:#fff;width:100%;max-width:400px;padding:2rem;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;text-align:center}.confirm-icon-box{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.confirm-icon-box.danger{background:#fff1f2;color:#e11d48}.confirm-icon-box.success{background:#ecfdf5;color:#059669}.confirm-title{margin:0 0 .5rem;font-size:1.1rem;font-weight:800;color:#1e293b}.confirm-message{margin:0 0 1.5rem;font-size:.875rem;color:#64748b;line-height:1.5}.confirm-actions{display:flex;gap:.75rem;width:100%}.confirm-btn{flex:1 1;padding:.6rem;border-radius:8px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#f1f5f9;color:#475569}.btn-confirm.danger{background:#e11d48;color:#fff}.btn-confirm.success{background:#059669;color:#fff}.animate-drawer-in{animation:drawerIn .3s ease-out}@keyframes drawerIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.animate-fade-in{animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.main-header{border-bottom:1px solid #eee;position:relative;z-index:100}.header-logo-mobile{display:block;font-weight:700;color:var(--primary-color);font-size:1.1rem}.menu-toggle-btn{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .2s;cursor:pointer}.menu-toggle-btn:hover{background:#f0f2f5}.header-icon-btn,.header-user-btn{padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer}.header-icon-btn:hover,.header-user-btn:hover{background:#f0f2f5}.notif-badge{top:2px;right:2px;background:#e74c3c;font-size:10px;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1);border:1px solid #eee;max-height:450px;overflow-y:auto;padding:.5rem}.main-header{height:60px;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 1.5rem;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:900;box-shadow:0 1px 2px rgba(0,0,0,.05)}.header-icon-btn,.main-header{display:flex;align-items:center}.header-icon-btn{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:8px;transition:all .2s;justify-content:center;color:#64748b;position:relative}.header-icon-btn:hover{background:#f1f5f9;color:#1e293b}.notif-badge{position:absolute;top:4px;right:4px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;padding:1px 4px;border-radius:999px;border:2px solid #fff}.header-user-btn{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:8px;transition:all .2s}.header-user-btn:hover{background:#f1f5f9}.user-avatar-circle{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.notif-dropdown,.user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);width:320px;overflow:hidden;z-index:1000}.user-dropdown{width:200px;padding:4px}.notif-header{padding:1rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:.875rem;color:#1e293b}.notif-item{padding:.75rem 1rem;cursor:pointer;transition:all .2s;border-bottom:1px solid #f8fafc}.notif-item:hover{background:#f8fafc}@media (max-width:640px){.chevron-hide-mobile,.user-info-hide-mobile{display:none!important}.notif-dropdown{width:calc(100vw - 2rem);right:-60px}}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation:spin 1s linear infinite}.mobile-only-btn{display:none}@media (max-width:1024px){.mobile-only-btn{display:block}}.modal-overlay-base{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important}.modal-content-base{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);width:90%;max-width:450px;padding:0;overflow:hidden;animation:modal-in .2s ease-out;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}@keyframes modal-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.check-wrapper{display:flex;flex-direction:column;padding:0;min-height:auto;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}.check-container-card{width:100%;max-width:100%;margin:0;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1);border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:1.6rem}.check-header-section{display:flex;align-items:center;gap:1.25rem;border-bottom:1px solid #f1f5f9;padding-bottom:1.5rem}.check-header-icon{width:48px;height:48px;background:#eff6ff;color:#2563eb;border-radius:12px;display:flex;align-items:center;justify-content:center}.check-header-content h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0;font-family:Segoe UI,sans-serif}.check-header-content p{color:#64748b;font-size:.875rem;margin-top:.125rem}.check-input-group{position:relative;display:flex;align-items:center;max-width:500px;margin:0 auto}.check-field-icon{position:absolute;left:1rem;color:#94a3b8}.check-main-input{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:1rem;border:1px solid #e2e8f0;border-radius:6px;outline:none;transition:all .2s ease;font-weight:400;background:#fff;font-family:Segoe UI,sans-serif}.check-main-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.check-submit-btn{position:absolute;right:6px;background:#2563eb;color:#fff;width:36px;height:36px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.check-result-viewport{min-height:350px;background:#f8fafc;border-radius:8px;padding:1rem;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid #e2e8f0;position:relative}.check-success-state{position:relative;width:100%;margin:0 auto}.success-ribbon{position:absolute;top:10px;right:10px;background:#10b981;color:#fff;width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 8px rgba(16,185,129,.22);z-index:10}.employee-profile-card{display:flex;gap:3rem;align-items:center}.profile-avatar{width:180px;height:180px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:700;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);flex-shrink:0}.profile-name{font-size:3.5rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;font-family:Segoe UI,sans-serif;letter-spacing:-.02em}.profile-code-tag{font-size:2rem;color:#2563eb;background:#eff6ff;padding:4px 20px;border-radius:8px;display:inline-block;margin-bottom:2rem;font-weight:800;border:2px solid #dbeafe;letter-spacing:.05em}.profile-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8rem;gap:8rem}.grid-item{display:flex;align-items:center;gap:1.5rem;font-size:2rem;font-weight:700}.grid-item:first-child{color:#4f46e5}.grid-item:first-child svg{color:#6366f1}.grid-item:last-child{color:#0d9488}.grid-item:last-child svg{color:#14b8a6}.grid-item svg{width:32px;height:32px}.check-actions-footer{margin-top:2.5rem}.check-next-btn{width:100%;padding:1rem;background:#1e293b;color:#fff;border-radius:12px;font-weight:700;font-size:1rem;transition:all .2s;cursor:pointer;border:none}.check-next-btn:hover{background:#0f172a;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.loading-pulse{width:60px;height:60px;background:#2563eb;border-radius:50%;animation:pulse-ring 1.25s cubic-bezier(.215,.61,.355,1) infinite;margin:0 auto 1.5rem}@keyframes pulse-ring{0%{transform:scale(.33)}80%,to{opacity:0}}.btn-spinner{width:20px;height:20px;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width:640px){.employee-profile-card{flex-direction:column;align-items:center;text-align:center}.profile-grid{grid-template-columns:1fr}}