:root{--primary-color:#3b82f6;--primary-hover:#2563eb;--bg-color:#f3f4f6;--surface-color:#fff;--text-primary:#000;--text-secondary:#000;--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{min-height:100%;overflow-y:auto}body,button,input,select,table,td,textarea,th{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;color:#000;font-weight:600}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);color:#fff}.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;color:#000!important;font-weight:600!important}.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{display:flex;width:100%;min-height:100vh;overflow:visible;position:relative}.sidebar{width:220px;background-color:#fff;color:#1e293b;height:100vh;position:fixed;left:0;top:0;z-index:1000;display:flex;flex-direction:column;border-right:1px solid #e2e8f0}.main-wrapper{flex:1 1;display:flex;flex-direction:column;min-height:100vh;min-width:0;margin-left:220px;background:#f8fafc}.table-container{overflow:visible!important;position:relative}.main-wrapper.sidebar-collapsed{margin-left:220px}@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:220px;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{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;color:#000!important;font-weight:600!important}.form-control::placeholder,.input::placeholder,input::placeholder,textarea::placeholder{color:#9ca3af!important;font-weight:400!important}.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);border-color:#cbd5e0}.main-content{flex:1 1;min-width:0;padding:10px 10px 2px;background:#f8fafc;height:auto;min-height:calc(100vh - 140px);overflow:visible}.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:linear-gradient(135deg,#ff8a00,#ff5c00)!important;color:#fff!important;font-weight:600!important;border:none!important;box-shadow:0 4px 12px rgba(255,107,0,.2)!important;border-radius:6px!important;transition:all .25s ease!important}.btn-primary:hover{background:linear-gradient(135deg,#ff9e22,#ff6c1a)!important;transform:translateY(-1px)!important;box-shadow:0 6px 16px rgba(255,107,0,.3)!important}.btn-outline{background:#fff!important;border:1px solid #e2e8f0!important;color:#4b5563!important;border-radius:6px!important;box-shadow:0 1px 2px rgba(0,0,0,.05)!important;font-weight:500!important;transition:all .2s ease!important}.btn-outline:hover{background:#f8fafc!important;border-color:#cbd5e0!important;color:#ff6b00!important;transform:translateY(-1px)!important}.base-table tr:hover td{background:rgba(255,107,0,.04)!important}.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:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-active{background:rgba(16,185,129,.12);border:none}.status-pending{background:rgba(245,158,11,.12);border:none}.status-inactive{background:rgba(239,68,68,.12);color:#ef4444;border:none}.status-new{background:rgba(99,102,241,.12);color:#6366f1;border:none}.status-planning{background:rgba(37,99,235,.12);color:#2563eb;border:none}.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{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);min-width:170px;padding:6px;margin-top:8px;text-align:left!important;display:block;opacity:1}.action-dropdown,.horizontal-action-dropdown{position:absolute;top:100%;right:0;background:#fff!important;z-index:1000}.horizontal-action-dropdown{border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);padding:4px;display:flex;flex-direction:row;gap:4px;margin-top:4px;align-items:center;animation:slideDownFade .2s ease-out}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.icon-action-btn{background:none;border:none;padding:6px;border-radius:6px;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.icon-action-btn:hover{background-color:#f1f5f9!important}.icon-action-btn.danger:hover{background-color:#fef2f2!important}.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{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}.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;width:16px}.notif-dropdown{top:calc(100% + 8px);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;display:flex;align-items:center;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{padding:.5rem;border-radius:8px;transition:all .2s;color:#64748b;position:relative}.header-icon-btn:hover{background:#f1f5f9;color:#1e293b}.notif-badge{top:4px;right:4px;background:#ef4444;font-size:.625rem;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;align-items:center;font-size:.875rem;color:#1e293b}.notif-item{padding:.75rem 1rem;transition:all .2s;border-bottom:1px solid #f8fafc}.notif-item:hover{background:#f8fafc}@media (max-width:768px){.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}}.spin{animation:spin 1s linear infinite}.mobile-only-btn{display:none}@media (max-width:1024px){.mobile-only-btn{display:block}}.custom-modal-overlay,.modal-overlay,.modal-overlay-base{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:rgba(15,23,42,.75)!important;background:rgba(15,23,42,.75)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:100000!important}.custom-modal-overlay>div,.modal-content-base,.modal-overlay-base>.card,.modal-overlay-base>div,.modal-overlay>div{background-color:#fff!important;background:#fff!important;border-radius:16px!important;box-shadow:0 25px 50px -12px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.05)!important;border-top:6px solid #ff5c00!important;animation:modalFadeInGlobal .3s ease-out!important;overflow:hidden!important}@keyframes modalFadeInGlobal{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}}.login-header{position:fixed;top:0;left:0!important;right:0;z-index:1010}.header-left{display:flex;align-items:center;gap:1.25rem}.logo-img{width:75px;height:75px;object-fit:contain;border-radius:50%;border:2px solid #fff;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,.15)}.header-titles h1{font-size:1.45rem;font-weight:700;margin:0;letter-spacing:.5px;text-transform:uppercase;text-shadow:1px 1px 3px rgba(0,0,0,.5);color:#fff}.header-titles p{font-size:.9rem;margin:4px 0 0;opacity:.9;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);color:#fff}.header-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.header-right-title{font-size:1.6rem;font-weight:800;margin:0;letter-spacing:1.5px;text-shadow:2px 2px 4px rgba(0,0,0,.6);color:#fff}.header-right-sub{font-size:.85rem;margin:4px 0 0;font-style:italic;opacity:.85;font-weight:600;text-shadow:1px 1px 2px rgba(0,0,0,.5);color:#fff}.notif-badge{position:absolute;top:-6px;right:-6px;background-color:#ff5c00;color:#fff;font-size:.7rem;font-weight:700;border-radius:50%;padding:2px 5px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;border:1px solid #fff}.notif-dropdown{position:absolute;top:45px;right:0;width:320px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);z-index:1000;overflow:hidden;color:#000;text-align:left}.notif-header{padding:10px 12px;background:#f1f5f9;border-bottom:1px solid #cbd5e1;font-weight:700;font-size:.85rem;display:flex;justify-content:space-between;color:#000}.notif-item{padding:10px 12px;border-bottom:1px solid #e2e8f0;cursor:pointer;transition:background .2s}.notif-item:hover{background-color:#f8fafc}.view-all-notif{width:100%;padding:8px;text-align:center;font-size:.8rem;color:#2b6cb0;border:none;background:#f8fafc;font-weight:700;cursor:pointer}.view-all-notif:hover{background:#f1f5f9}.user-dropdown{position:absolute;top:45px;right:0;width:160px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);z-index:1000;overflow:hidden;display:flex;flex-direction:column}.dropdown-item{padding:8px 12px;font-size:.85rem;color:#000;text-decoration:none;font-weight:600;transition:background .2s;text-align:left}.dropdown-item:hover{background-color:#f1f5f9;color:#2b6cb0}.header-icon-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;color:#fff}@media (min-width:769px){.sidebar-aside{position:fixed!important;top:140px!important;left:0!important;height:calc(100vh - 140px - 36px)!important;width:220px!important;z-index:1050!important;display:flex!important;transform:none!important}.main-wrapper{margin-left:220px!important;width:calc(100% - 220px)!important;min-height:100vh!important;min-width:0!important;height:auto!important;display:flex!important;flex-direction:column!important}.mobile-close-btn,.mobile-menu-toggle{display:none!important}}@media (max-width:768px){.sidebar-aside{position:fixed!important;left:0!important;top:0!important;height:100vh!important;width:220px!important;transform:translateX(-220px)!important;transition:transform .3s ease!important;display:flex!important;z-index:1050!important}.sidebar-aside.open{transform:translateX(0)!important}.main-wrapper{margin-left:0!important;width:100%!important;min-height:100vh!important;min-width:0!important;height:auto!important;flex-direction:column!important}.main-wrapper,.mobile-menu-toggle{display:flex!important}.mobile-close-btn{display:block!important}.header-right-sub,.header-right-title,.header-titles,.logo-img{display:none!important}.login-header{height:70px!important}.main-content{padding-top:70px!important}.mobile-search-toggle{display:flex!important}.search-wrapper.mobile-hide{display:none!important}.search-wrapper.mobile-show{display:flex!important;width:100%!important}}.authenticated-dashboard-container{display:flex;flex-direction:column;height:auto;margin:-10px;overflow:visible;font-family:Segoe UI,-apple-system,sans-serif;background-color:#f8fafc}.dashboard-header{display:flex;justify-content:space-between;align-items:center;padding:10px 1.5rem;background-color:#f8fafc;border-bottom:1px solid #cbd5e1;flex-wrap:wrap;gap:10px}.dashboard-title{font-size:.95rem;font-weight:700;color:#000;margin:0}.mobile-search-toggle{display:none!important}.search-wrapper{display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:4px;overflow:hidden;background:#fff;width:280px}.search-input{border:none;padding:4px 10px;font-size:.85rem;outline:none;flex:1 1;min-width:0;font-weight:600;color:#000}.search-btn{background:#fff;border:none;border-left:1px solid #cbd5e1;padding:4px 8px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center}.search-btn:hover{background:#f1f5f9;color:#000}.dashboard-content{flex:1 1;overflow-y:visible;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#f8fafc}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.stat-widget{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.stat-widget:hover{transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.08)}.stat-icon-wrapper{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-details{display:flex;flex-direction:column}.stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:700}.stat-val{font-size:1.35rem;font-weight:800;color:#000;margin:2px 0}.stat-desc{font-size:.7rem;color:#10b981;font-weight:700}.dashboard-row{display:grid;grid-template-columns:3fr 2fr;grid-gap:1.5rem;gap:1.5rem}.chart-card{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem}.chart-header{display:flex;justify-content:space-between;align-items:center}.chart-title{font-size:.9rem;font-weight:700;color:#000}.vessels-card{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:1rem}.table-wrapper{overflow-x:auto}.db-table{width:100%;border-collapse:collapse;text-align:left}.db-table th{padding:8px 10px;border-bottom:2px solid #cbd5e1;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase}.db-table td{padding:10px;border-bottom:1px solid #e2e8f0;font-size:.8rem;color:#000;font-weight:600}.status-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:700}.status-active{background-color:#ecfdf5;color:#10b981}.status-pending{background-color:#fffbeb;color:#f59e0b}.status-closed{background-color:#f1f5f9;color:#64748b}@media (max-width:1024px){.dashboard-row{grid-template-columns:1fr}}@media (max-width:768px){.authenticated-dashboard-container{height:auto;margin:0;overflow:visible}.dashboard-header{flex-direction:column;gap:10px;align-items:flex-start;padding:1rem}.search-input,.search-wrapper{width:100%}.dashboard-content{padding:1rem;overflow:visible}}.breadcrumb-banner{background-color:#003466!important;color:#fff!important;padding:6px 15px!important;font-size:13px!important;font-weight:700!important;display:block!important;border-radius:0!important;margin:0 -10px 10px!important;width:calc(100% + 20px)!important;box-sizing:border-box!important;font-family:Segoe UI,-apple-system,sans-serif!important;letter-spacing:.5px!important;text-transform:uppercase!important}@media (max-width:640px){.breadcrumb-banner{margin-left:-1rem!important;margin-right:-1rem!important}}.responsive-grid{display:grid!important}@media (max-width:768px){.responsive-grid{grid-template-columns:1fr!important;row-gap:10px!important;column-gap:0!important}.responsive-grid>div{grid-column:span 1!important}.custom-modal-content-responsive{width:98%!important;max-width:100%!important;max-height:95%!important;border-radius:8px!important}.custom-modal-overlay .scrollable-body{padding:12px 16px!important;max-width:100%!important;overflow-x:hidden!important}.responsive-table-wrapper{width:100%!important;max-width:100%!important;overflow-x:auto!important;display:block!important;-webkit-overflow-scrolling:touch!important}}.mobile-branch-switcher{display:none!important}@media (max-width:768px){.mobile-branch-switcher{display:block!important}.tab3-goods-table-cards{display:block!important;width:100%!important;min-width:unset!important}.tab3-goods-table-cards thead{display:none!important}.tab3-goods-table-cards tbody,.tab3-goods-table-cards tr{display:block!important;width:100%!important}.tab3-goods-table-cards tr{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:10px!important;margin-bottom:12px!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)!important;box-sizing:border-box!important}.tab3-goods-table-cards td{display:flex!important;align-items:center!important;width:100%!important;padding:4px 0!important;border-bottom:1px dashed #f1f5f9!important;box-sizing:border-box!important}.tab3-goods-table-cards td:last-child{border-bottom:none!important;justify-content:center!important}.tab3-goods-table-cards td:before{content:attr(data-label);font-weight:700!important;color:#003466!important;width:110px!important;min-width:110px!important;font-size:12px!important;text-transform:uppercase!important;text-align:left!important}.tab3-goods-table-cards .input-sm{width:100%!important;box-sizing:border-box!important}.login-header{height:70px!important;padding:0 10px!important}.mobile-menu-toggle{margin-left:-8px!important}.header-actions-row{gap:.5rem!important}.custom-modal-overlay .scrollable-body h4{margin-top:12px!important;margin-bottom:8px!important}.responsive-grid{row-gap:8px!important;margin-bottom:1rem!important}.custom-modal-overlay .filter-label{margin-bottom:.2rem!important;font-size:.8rem!important}.custom-modal-overlay .input{height:32px!important;padding:4px 10px!important;font-size:13px!important}.branch-selector-dropdown{display:none!important}.branch-selector-dropdown-mobile{display:flex!important}}@media (min-width:769px){.branch-selector-dropdown-mobile{display:none!important}}.base-checkin-wrapper{padding:0;background:transparent;min-height:auto;font-family:Segoe UI,-apple-system,sans-serif!important;font-size:13px!important}.stats-dashboard-bar{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem;margin-bottom:.5rem}.stats-card{background:#fff;border:1px solid #cbd5e1;border-left-width:4px;border-radius:6px;padding:.75rem 1rem;box-shadow:0 1px 3px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center;transition:transform .2s,box-shadow .2s}.stats-card:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03)}.stats-card.card-heso{border-left-color:#003466}.stats-card.card-forgotten{border-left-color:#ff5c00}.stats-card.card-insufficient{border-left-color:#ef4444}.stats-card-info{display:flex;flex-direction:column;gap:2px}.stats-card-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.stats-card-value{font-size:1.35rem;font-weight:700;color:#003466;line-height:1.2}.stats-card-value.warning{color:#ff5c00}.stats-card-value.danger{color:#ef4444}.stats-card-icon{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-card-icon.heso{background:#f0f7ff;color:#003466}.stats-card-icon.forgotten{background:#fff7ed;color:#ff5c00}.stats-card-icon.insufficient{background:#fef2f2;color:#ef4444}.base-main-content{display:grid;grid-template-columns:380px 1fr;grid-gap:1rem;gap:1rem;max-width:100%;margin:0}.card{background:#fff;border-radius:6px;border:1px solid #cbd5e1;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:1rem}.checkin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.user-info-brief{display:flex;gap:10px;align-items:center}.avatar-placeholder{width:36px;height:36px;background:#003466;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center}.user-text h3{margin:0;font-size:13px;font-weight:700;color:#003466}.user-text h3,.user-text p{font-family:Segoe UI,sans-serif}.user-text p{margin:2px 0 0;font-size:12px;color:#64748b}.status-pill-large{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase}.status-pill-large.success{background:#dcfce7;color:#166534}.status-pill-large.pending{background:#f1f5f9;color:#475569}.clock-section{text-align:center;padding:1.25rem 0;border-bottom:1px solid #f1f5f9;margin-bottom:1.25rem}.time-display{font-size:2.8rem;font-weight:700;color:#1e293b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-1px;line-height:1}.location-status{margin-top:.75rem}.location-badge-base{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:4px;font-size:13px;font-weight:600}.location-badge-base.in{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.location-badge-base.out{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.location-badge-base.loading{color:#64748b;font-style:italic}.mini-refresh{background:none;border:none;color:inherit;cursor:pointer;display:flex;align-items:center;padding:2px}.mini-refresh:hover{opacity:.7}.mini-refresh.spin{animation:spin 1s linear infinite}.action-buttons-group{margin-bottom:1.5rem}.btn-base-action{width:100%;height:40px;border-radius:6px;border:none;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s}.btn-base-action.in{background:#003466;color:#fff}.btn-base-action.in:hover:not(.disabled){background:#024}.btn-base-action.out{background:#ff5c00;color:#fff}.btn-base-action.out:hover:not(.disabled){background:#e05200}.btn-base-action.disabled{background:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0;cursor:not-allowed}.btn-base-action:active:not(.disabled){transform:scale(.98)}.completed-banner{display:flex;align-items:center;justify-content:center;gap:8px;background:#f0fdf4;color:#166534;padding:8px 12px;border-radius:6px;font-weight:600;border:1px solid #bbf7d0;font-size:13px}.completed-banner.warning{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.today-timeline h4{margin:0 0 1rem;font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.timeline-base,.timeline-node{position:relative}.timeline-node{display:flex;gap:12px;margin-bottom:1rem}.timeline-node:not(:last-child):after{content:"";position:absolute;left:55px;top:18px;width:2px;height:calc(100% - 6px);background:#e2e8f0}.node-time{width:48px;font-size:13px;font-weight:700;color:#1e293b;text-align:right}.node-dot{width:8px;height:8px;border-radius:50%;margin-top:5px;z-index:2;border:2px solid #fff}.node-dot.in{background:#003466;box-shadow:0 0 0 3px rgba(0,52,102,.1)}.node-dot.out{background:#ff5c00;box-shadow:0 0 0 3px rgba(255,92,0,.1)}.node-content .title{margin:0;font-size:13px;font-weight:600;color:#1e293b}.node-content .sub{margin:2px 0 0;font-size:11px;color:#64748b}.range-warning{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:10px;color:#ff5c00;font-size:11px;font-weight:600;text-align:center}.range-warning.danger{color:#b91c1c}.calendar-header-base{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.calendar-header-base h3{margin:0;font-size:13px;font-weight:700;color:#003466}.cal-nav{display:flex;gap:6px}.cal-nav button{background:none;border:1px solid #cbd5e1;border-radius:4px;padding:3px;cursor:pointer;display:flex;color:#475569}.cal-nav button:hover{background:#f1f5f9;color:#ff5c00}.cal-grid-base{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px}.cal-day-label{text-align:center;font-size:13px;font-weight:700;color:#475569;padding:6px 0}.cal-day{aspect-ratio:1.1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:13px;border-radius:6px;position:relative;border:1px solid #f1f5f9;background:#fff;transition:all .2s}.cal-day:hover:not(.empty){transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05);border-color:#cbd5e1}.cal-day.empty{background:transparent!important;border:1px solid transparent!important;box-shadow:none!important;pointer-events:none}.cal-day.completed{background:#f0fdf4!important;border-color:#bbf7d0!important}.cal-day.completed,.cal-day.completed .day-val{color:#166534!important}.cal-day.insufficient{background:#fffbeb!important;border-color:#fde68a!important}.cal-day.insufficient,.cal-day.insufficient .day-val{color:#b45309!important}.cal-day.in-progress{background:#eff6ff!important;border-color:#bfdbfe!important}.cal-day.in-progress,.cal-day.in-progress .day-val{color:#1e40af!important}.cal-day.today{border:2px solid #ff5c00!important;font-weight:700!important}.cal-day.selected-day{border:2px solid #003466!important;box-shadow:0 0 0 3px rgba(0,52,102,.15)!important;z-index:5}.record-tick{font-size:10px;color:#10b981;font-weight:700;margin-top:1px;line-height:1}.mobile-show-only{display:none!important}.summary-card-base{margin-top:1rem}.summary-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:.75rem}.summary-item{display:flex;flex-direction:column;gap:2px}.summary-item .label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase}.summary-item .value{font-size:1.15rem;font-weight:700;color:#003466}@media (max-width:768px){.stats-dashboard-bar{grid-template-columns:repeat(3,1fr)!important;gap:.5rem!important;margin-top:.75rem!important;margin-bottom:.25rem!important}.stats-card{padding:.5rem!important;border-left-width:3px!important}.stats-card-info{gap:1px!important}.stats-card-label{font-size:8px!important;letter-spacing:.1px!important}.stats-card-value{font-size:1.05rem!important}.stats-card-icon{width:24px!important;height:24px!important}.stats-card-icon svg{width:12px!important;height:12px!important}.mobile-show-only{display:block!important}.base-main-content{grid-template-columns:1fr;gap:.75rem}.base-checkin-wrapper{padding:0 0 100px!important}.mobile-hide{display:none!important}.card{padding:.85rem!important;border-radius:6px!important}.checkin-header{margin-bottom:.75rem!important;flex-direction:row!important;justify-content:space-between!important;width:100%!important;flex-wrap:nowrap!important}.checkin-header,.user-info-brief{display:flex!important;align-items:center!important;gap:8px!important}.user-info-brief{min-width:0!important;flex:1 1!important}.avatar-placeholder{width:32px!important;height:32px!important;flex-shrink:0!important;border-radius:4px!important}.user-text{min-width:0!important;flex:1 1!important}.user-text h3{font-size:13px!important}.user-text h3,.user-text p{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.user-text p{font-size:11px!important}.status-pill-large{padding:3px 6px!important;font-size:10px!important;white-space:nowrap!important;flex-shrink:0!important;border-radius:3px!important}.clock-section{padding:.5rem 0!important;margin-bottom:.75rem!important}.time-display{font-size:2.2rem!important;letter-spacing:-1px!important}.location-status{margin-top:.5rem!important}.location-badge-base{padding:3px 6px!important;font-size:11px!important;border-radius:3px!important}.location-request-container{padding:.85rem!important;margin-bottom:.75rem!important;border-radius:6px!important}.gps-icon-wrapper{width:40px!important;height:40px!important;margin-bottom:.5rem!important}.gps-icon-wrapper svg{width:20px!important;height:20px!important}.location-request-card-premium h3{font-size:13px!important;margin-bottom:.25rem!important}.request-desc{font-size:11px!important;margin-bottom:.5rem!important;max-width:100%!important;line-height:1.3!important}.btn-request-location{height:36px!important;font-size:12px!important;border-radius:4px!important}.instructions-toggle{margin-top:.5rem!important;padding-top:.5rem!important}.instructions-toggle span{font-size:11px!important;margin-bottom:.25rem!important}.instructions-toggle li{font-size:10px!important;margin-bottom:.2rem!important}.action-buttons-group{margin-bottom:.85rem!important}.btn-base-action{height:38px!important;font-size:13px!important;border-radius:4px!important}.completed-banner{padding:6px 10px!important;font-size:12px!important;border-radius:4px!important}.today-timeline h4{margin-bottom:.5rem!important;font-size:11px!important}.timeline-node{margin-bottom:.5rem!important;gap:10px!important}.timeline-node:not(:last-child):after{left:43px!important;top:16px!important;height:calc(100% - 4px)!important}.node-time{width:38px!important;font-size:11px!important}.node-dot{margin-top:4px!important;width:6px!important;height:6px!important}.node-content .title{font-size:12px!important}.node-content .sub{font-size:10px!important}.empty-timeline{font-size:12px!important;padding:.25rem 0!important}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.location-request-container{background:#fff;border-radius:6px;border:1px solid #fee2e2;padding:1rem;margin-bottom:1.5rem;animation:fadeIn .4s ease-out}.location-request-card-premium{display:flex;flex-direction:column;align-items:center;text-align:center}.gps-icon-wrapper{width:48px;height:48px;border-radius:50%;background:#fee2e2;color:#ef4444;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;position:relative}.animate-pulse-ring:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#fee2e2;opacity:.6;animation:pulseRing 1.5s cubic-bezier(.215,.61,.355,1) infinite}.gps-icon-icon{z-index:1}.location-request-card-premium h3{font-size:13px;font-weight:700;color:#991b1b;margin:0 0 .25rem}.request-desc{font-size:12px;color:#4b5563;line-height:1.4;margin:0 0 .85rem;max-width:320px}.btn-request-location{width:100%;height:38px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-weight:600;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s}.btn-request-location:hover{background:#dc2626;transform:translateY(-1px)}.btn-request-location:active{transform:translateY(0)}.location-badge-base.error-badge{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.instructions-toggle{margin-top:.85rem;padding-top:.75rem;border-top:1px dashed #f3f4f6;width:100%;text-align:left}.instructions-toggle span{font-size:11px;font-weight:700;color:#374151;display:block;margin-bottom:.35rem}.instructions-toggle ul{margin:0;padding-left:1rem;list-style-type:none}.instructions-toggle li{font-size:11px;color:#6b7280;line-height:1.4;margin-bottom:.25rem;position:relative}@keyframes pulseRing{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.15);opacity:.4}to{transform:scale(1.3);opacity:0}}.http-warning-banner{background:#fffbeb;color:#b45309;border:1px solid #fde68a;padding:8px 10px;border-radius:4px;font-size:11px;font-weight:600;text-align:center;margin-bottom:8px;line-height:1.4;max-width:320px;animation:fadeIn .3s ease-out}.row-selected,.row-selected td{background-color:#f0f7ff!important}.row-selected td{border-top:1px solid #b9d5f0!important;border-bottom:1px solid #b9d5f0!important}.row-selected td:first-child{border-left:6px solid #003466!important}.row-selected td:last-child{border-right:1px solid #b9d5f0!important}