@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@500;600;700;800&display=swap";:root{--primary-color:#22c55e;--primary-hover:#16a34a;--secondary-color:#f0fdf4;--accent-primary:#15803d;--accent-secondary:#2563eb;--accent-hover:#1e40af;--bg-main:#f8fafc;--bg-card:#fff;--text-main:#0f172a;--text-muted:#64748b;--border-light:#e2e8f0;--success-color:#22c55e;--warning-color:#eab308;--danger-color:#ef4444;--info-color:#3b82f6;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000a, 0 4px 6px -2px #00000005;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-full:9999px;--transition-speed:.2s}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;touch-action:pan-x pan-y;-webkit-text-size-adjust:100%;font-family:Inter,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}input,select,textarea{border:1px solid var(--border-light);width:100%;color:var(--text-main);border-radius:var(--radius-md);transition:border-color var(--transition-speed), box-shadow var(--transition-speed);background-color:#fff;outline:none;padding:.75rem 1rem;font-family:inherit}input:focus,select:focus,textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #22c55e26}.btn{border-radius:var(--radius-md);transition:all var(--transition-speed);justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-weight:500;display:inline-flex}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--text-main);border:1px solid var(--border-light);background-color:#f1f5f9}.btn-secondary:hover{box-shadow:var(--shadow-md);background-color:#e2e8f0;transform:translateY(-1px)}.btn-success{background-color:var(--success-color);color:#fff}.btn-success:hover{background-color:var(--primary-hover)}.btn-danger{background-color:var(--danger-color);color:#fff}.btn-danger:hover{background-color:#dc2626}.skeleton{border-radius:var(--radius-md);background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;animation:1.5s infinite skeletonLoading}@keyframes skeletonLoading{0%{background-position:200% 0}to{background-position:-200% 0}}.badge{border-radius:var(--radius-full);text-transform:uppercase;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge.pending{color:#b45309;background-color:#fef3c7;border:1px solid #fde68a}.badge.approved,.badge.confirmed{color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0}.badge.rejected{color:#b91c1c;background-color:#fee2e2;border:1px solid #fecaca}.empty-state{color:var(--text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem;display:flex}.empty-state svg{color:#cbd5e1;margin-bottom:1rem;font-size:4rem}.rider-id-banner{border-radius:var(--radius-md);color:#92400e;background:#fffbeb;border:1px solid #fcd34d;margin:0 0 1rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.5}.rider-id-banner code{background:#0000000f;border-radius:.25rem;padding:.1rem .35rem;font-size:.8rem}.invalid-rider-link{min-height:40vh;color:var(--text-muted);text-align:center;justify-content:center;align-items:center;padding:2rem;font-size:1.125rem;font-weight:500;display:flex}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.responsive-table{border-collapse:collapse;width:max-content;min-width:100%}.responsive-table th,.responsive-table td{white-space:nowrap}@media (width<=768px){.responsive-table th,.responsive-table td{padding:10px 8px!important;font-size:12px!important}}.dashboard-layout{background-color:var(--bg-main);min-height:100vh;display:flex}.sidebar{background-color:var(--primary-color);color:#fff;width:260px;transition:transform var(--transition-speed) ease-in-out;z-index:40;height:100vh;box-shadow:var(--shadow-lg);flex-direction:column;display:flex;position:fixed;top:0;left:0}@media (width<=1024px){.sidebar{top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.sidebar-overlay{z-index:35;background-color:#00000080;position:fixed;inset:0}.sidebar-header{border-bottom:1px solid #ffffff1a;align-items:center;gap:1rem;padding:1.5rem;display:flex}.sidebar-logo{color:var(--accent-color);font-size:1.5rem}.sidebar-title{white-space:nowrap;font-size:1.25rem;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem 1rem;display:flex}.nav-item{border-radius:var(--radius-md);color:#cbd5e1;transition:all var(--transition-speed);align-items:center;gap:1rem;padding:.875rem 1rem;font-weight:500;display:flex}.nav-item:hover,.nav-item.active{color:#fff;background-color:#ffffff1a}.nav-item.active{background-color:var(--secondary-color);border-left:4px solid var(--accent-color)}.nav-icon{font-size:1.25rem}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1.5rem}.user-info{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.user-avatar{background-color:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.user-details{overflow:hidden}.user-name{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.user-role{color:#94a3b8;font-size:.75rem}.main-content{flex-direction:column;flex:1;min-width:0;margin-left:0;display:flex}.main-content.no-sidebar{margin-left:0}.navbar-brand,.navbar-brand-inner{align-items:center;gap:.75rem;display:flex}.navbar-logo{font-size:1.5rem}.navbar-title{color:var(--text-main);font-size:1.25rem;font-family:Poppins,sans-serif!important;font-weight:700!important}.back-button{width:36px;height:36px;color:var(--text-main);cursor:pointer;background-color:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .2s;display:inline-flex}.back-button:hover{color:var(--secondary-color);background-color:#e2e8f0;transform:translate(-2px)}.top-navbar{-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border-light);height:76px;box-shadow:var(--shadow-sm);z-index:30;background-color:#fff;justify-content:space-between;align-items:center;padding:0 3rem;display:flex}.top-navbar.transparent-navbar{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border-bottom:none;width:100%;position:absolute;top:0;left:0}.menu-toggle{color:var(--text-muted);font-size:1.5rem;display:none}@media (width<=1024px){.menu-toggle{display:block}.main-content{margin-left:0}}.top-navbar.transparent-navbar .navbar-home{z-index:40;position:absolute;top:56px;left:20px}@media (width<=768px){.top-navbar.transparent-navbar .navbar-home{top:36px;left:14px}}.dashboard-content{flex:1;min-width:0;padding:0;overflow-y:auto}@media (width<=768px){.dashboard-content{padding:0}}.page-header{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.page-title{color:var(--text-main);font-size:1.875rem;font-weight:700}@media (width<=768px){.page-header{margin-bottom:1.5rem}.page-title{font-size:1.5rem}}.stats-grid{grid-auto-columns:1fr;grid-auto-flow:column;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width<=768px){.stats-grid{gap:.5rem;margin-bottom:1.5rem}}.stat-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-speed), box-shadow var(--transition-speed);background:#fff;border:1px solid #f1f5f9;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.stat-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.stat-card .stat-card-header{flex-direction:row;align-items:center;gap:8px;width:100%;display:flex}.stat-card .stat-icon-wrapper{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.stat-card .stat-icon-wrapper.total{color:#475569;background:#f1f5f9}.stat-card .stat-icon-wrapper.approved{color:#16a34a;background:#dcfce7}.stat-card .stat-icon-wrapper.pending{color:#ca8a04;background:#fef9c3}.stat-card .stat-icon-wrapper.rejected{color:#ef4444;background:#fee2e2}.stat-card .stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:700;overflow:hidden}.stat-card .stat-value{color:var(--text-main);margin:0;font-size:1.75rem;font-weight:800;line-height:1.1}@media (width<=768px){.stat-card{border-radius:12px;gap:.5rem;padding:.75rem .5rem;min-width:0!important}.stat-card .stat-card-header{gap:6px;min-width:0!important}.stat-card .stat-icon-wrapper{border-radius:6px;width:24px;height:24px;font-size:12px}.stat-card .stat-label{letter-spacing:.02em;font-size:.625rem;white-space:normal!important;text-overflow:unset!important;word-break:break-word!important;min-width:0!important;line-height:1.1!important;overflow:visible!important}.stat-card .stat-value{padding-left:2px;font-size:1.35rem}}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;margin-bottom:1rem;overflow-x:auto}.table-container{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #f1f5f9;width:100%;margin-bottom:2rem;overflow:hidden}.table{border-collapse:separate;border-spacing:0 12px;white-space:nowrap;width:100%;margin-top:-12px}.table th{text-align:left;color:#cbd5e1;text-transform:uppercase;letter-spacing:.1em;background-color:#0000;border:none;padding:1rem 2rem;font-size:.85rem;font-weight:700}.table td{color:var(--text-main);vertical-align:middle;background-color:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:1.5rem 2rem;font-size:1rem}.table td:first-child{border-left:1px solid #f1f5f9;border-top-left-radius:12px;border-bottom-left-radius:12px}.table td:last-child{border-right:1px solid #f1f5f9;border-top-right-radius:12px;border-bottom-right-radius:12px}.table tr{transition:all .2s}.table tbody tr:hover td{background-color:#f8fafc;transform:scale(1.002);box-shadow:0 4px 12px #00000008}.action-buttons{align-items:center;gap:16px;display:flex}.badge{letter-spacing:.025em;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-warning{color:#92400e;background-color:#fef3c7}.badge-success{color:#166534;background-color:#dcfce7}.badge-danger{color:#991b1b;background-color:#fee2e2}.badge-info{color:#075985;background-color:#e0f2fe}@media (width<=768px){.table{border-spacing:0 8px}.table th{display:none}.table td{margin-bottom:4px;padding:1.25rem 1rem;font-size:.9rem;display:block;border:1px solid #f1f5f9!important;border-radius:8px!important}.table td:first-child{background-color:#f8fafc;font-weight:700}.action-buttons{justify-content:flex-start;margin-top:8px}}.btn-icon{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-main);justify-content:center;align-items:center;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex}.btn-icon:hover{background-color:#ffffff1a}.user-avatar-btn{justify-content:center;align-items:center;display:flex;border:1.5px solid var(--accent-color)!important;color:var(--text-main)!important;background:0 0!important;border-radius:50%!important}.navbar-right .btn-icon:not(.user-avatar-btn){position:relative}.navbar-right .btn-icon:not(.user-avatar-btn):after{content:"";background:#00c16a;border-radius:50%;width:8px;height:8px;animation:2s infinite pulseDot;position:absolute;top:4px;right:6px}@keyframes pulseDot{0%{box-shadow:0 0 #00c16ab3}70%{box-shadow:0 0 0 4px #00c16a00}to{box-shadow:0 0 #00c16a00}}.glass-panel{-webkit-backdrop-filter:blur(10px);background:#0f172a73;border:1px solid #ffffff26}@media (width<=640px){.top-navbar{height:60px;padding:0 1rem}.navbar-brand,.navbar-brand-inner{gap:.5rem}.navbar-logo{font-size:1.25rem}.navbar-title{white-space:nowrap;max-width:none;line-height:1.2;font-size:1.25rem!important}.back-button{width:32px;height:32px;font-size:1.1rem}}.premium-dashboard{z-index:1;box-sizing:border-box;min-height:calc(100vh - 76px);position:relative;overflow:hidden;background-color:#f8fafc!important;width:100%!important;max-width:none!important;padding:2rem!important}.premium-dashboard:before{content:"";z-index:-1;pointer-events:none;position:absolute;inset:0;background:0 0!important}.premium-dashboard .dashboard-header-modern{z-index:2;position:relative;border-bottom:1px solid var(--border-light)!important;justify-content:space-between!important;align-items:flex-end!important;margin-bottom:2.5rem!important;padding-bottom:1.5rem!important;display:flex!important}.premium-dashboard .header-title-modern{color:var(--text-main)!important;letter-spacing:-.03em!important;margin-bottom:.5rem!important;font-family:Poppins,sans-serif!important;font-size:2.25rem!important;font-weight:800!important}.premium-dashboard .header-subtitle-modern{color:var(--text-muted)!important;font-size:1.1rem!important;font-weight:500!important}.premium-dashboard .live-indicator{color:#15803d!important;letter-spacing:.05em!important;background:#dcfce7!important;border:1px solid #bbf7d0!important;border-radius:20px!important;align-items:center!important;gap:8px!important;padding:6px 14px!important;font-size:.75rem!important;font-weight:700!important;display:flex!important}.premium-dashboard .live-indicator .dot{background:#22c55e!important;border-radius:50%!important;width:8px!important;height:8px!important;animation:2s infinite pulse-green!important}@keyframes pulse-green{0%{box-shadow:0 0 #22c55e66}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}.premium-dashboard .stats-grid-modern{z-index:2;position:relative;grid-auto-columns:1fr!important;grid-auto-flow:column!important;gap:1.5rem!important;margin-bottom:3rem!important;display:grid!important}.premium-dashboard .stat-card-premium{box-shadow:var(--shadow-sm)!important;border:1px solid var(--border-light)!important;background:#fff!important;border-radius:16px!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:.75rem!important;padding:1.25rem!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;display:flex!important}.premium-dashboard .stat-card-premium:hover{box-shadow:var(--shadow-md)!important;border-color:#cbd5e1!important;transform:translateY(-3px)!important}.premium-dashboard .stat-card-header{flex-direction:row!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.premium-dashboard .stat-card-icon{border:1px solid var(--border-light)!important;border-radius:8px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:28px!important;height:28px!important;font-size:14px!important;display:flex!important}.premium-dashboard .stat-card-premium.blue .stat-card-icon{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}.premium-dashboard .stat-card-premium.yellow .stat-card-icon{color:#a16207!important;background:#fef9c3!important;border-color:#fef08a!important}.premium-dashboard .stat-card-premium.green .stat-card-icon{color:#15803d!important;background:#dcfce7!important;border-color:#bbf7d0!important}.premium-dashboard .stat-card-premium.red .stat-card-icon{color:#b91c1c!important;background:#fee2e2!important;border-color:#fecaca!important}.premium-dashboard .stat-card-premium.purple .stat-card-icon{color:#6d28d9!important;background:#f5f3ff!important;border-color:#ddd6fe!important}.premium-dashboard .stat-card-label{color:var(--text-muted)!important;text-transform:uppercase!important;letter-spacing:.05em!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;font-size:.75rem!important;font-weight:700!important;overflow:hidden!important}.premium-dashboard .stat-card-value{color:var(--text-main)!important;margin:0!important;font-size:1.75rem!important;font-weight:800!important;line-height:1.1!important}.premium-dashboard .approval-queue-section{z-index:2;position:relative;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-md)!important;background:#fff!important;border-radius:28px!important;padding:2.25rem!important}.premium-dashboard .queue-header{flex-wrap:wrap!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:2rem!important;display:flex!important}.premium-dashboard .queue-title-wrapper{align-items:center!important;gap:12px!important;display:flex!important}.premium-dashboard .queue-icon{font-size:1.5rem!important}.premium-dashboard .queue-title-wrapper h2{color:var(--text-main)!important;letter-spacing:-.02em!important;margin:0!important;font-size:1.5rem!important;font-weight:800!important}.premium-dashboard .queue-count{color:var(--text-muted)!important;border:1px solid var(--border-light)!important;background:#f1f5f9!important;border-radius:20px!important;padding:6px 16px!important;font-size:.85rem!important;font-weight:700!important}.premium-dashboard .approval-cards-container{flex-direction:column!important;gap:1rem!important;display:flex!important}.premium-dashboard .approval-task-card{border:1px solid var(--border-light)!important;background:#fff!important;border-radius:20px!important;grid-template-columns:1.2fr 1.2fr .8fr 1.8fr!important;align-items:center!important;gap:1.5rem!important;padding:1.5rem 1.75rem!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;display:grid!important}.premium-dashboard .approval-task-card:hover{box-shadow:var(--shadow-md)!important;background:#f8fafc!important;border-color:#cbd5e1!important;transform:translateY(-2px)scale(1.005)!important}.premium-dashboard .task-ref{color:#2563eb!important;letter-spacing:.05em!important;margin-bottom:6px!important;font-family:Courier New,Courier,monospace!important;font-size:.85rem!important;font-weight:700!important}.premium-dashboard .task-org{color:var(--text-main)!important;letter-spacing:-.01em!important;margin-bottom:6px!important;font-size:1.25rem!important;font-weight:800!important}.premium-dashboard .task-ground{color:var(--text-muted)!important;align-items:center!important;gap:6px!important;font-size:.875rem!important;font-weight:500!important;display:flex!important}.premium-dashboard .task-ground svg{color:#2563eb!important}.premium-dashboard .task-schedule-info{flex-direction:column!important;gap:6px!important;display:flex!important}.premium-dashboard .task-date,.premium-dashboard .task-slot{color:var(--text-main)!important;align-items:center!important;gap:8px!important;margin-bottom:0!important;font-size:.95rem!important;font-weight:600!important;display:flex!important}.premium-dashboard .task-date svg,.premium-dashboard .task-slot svg{color:var(--text-muted)!important}.premium-dashboard .task-status-info{flex-direction:column!important;align-items:flex-start!important;display:flex!important}.premium-dashboard .status-chip-modern{text-transform:uppercase!important;letter-spacing:.05em!important;border-radius:8px!important;padding:6px 12px!important;font-size:.75rem!important;font-weight:800!important;display:inline-block!important}.premium-dashboard .status-chip-modern.pending{color:#b45309!important;background:#fef3c7!important;border:1px solid #fde68a!important}.premium-dashboard .task-actions-modern{justify-content:flex-end!important;gap:10px!important;display:flex!important}.premium-dashboard .btn-approve-modern,.premium-dashboard .btn-reject-modern,.premium-dashboard .btn-view-modern{cursor:pointer!important;border:none!important;border-radius:12px!important;align-items:center!important;gap:8px!important;padding:10px 20px!important;font-size:.875rem!important;font-weight:700!important;transition:all .2s cubic-bezier(.16,1,.3,1)!important;display:inline-flex!important}.premium-dashboard .btn-approve-modern{color:#fff!important;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%)!important;box-shadow:0 4px 12px #22c55e33!important}.premium-dashboard .btn-approve-modern:hover{background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #22c55e4d!important}.premium-dashboard .btn-reject-modern{color:#ef4444!important;background:#fee2e2!important;border:1px solid #fecaca!important}.premium-dashboard .btn-reject-modern:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #ef444433!important}.premium-dashboard .btn-view-modern{color:var(--text-muted)!important;border:1px solid var(--border-light)!important;background:#fff!important}.premium-dashboard .btn-view-modern:hover{color:var(--text-main)!important;background:#f1f5f9!important;border-color:#cbd5e1!important;transform:translateY(-2px)!important}.premium-dashboard .empty-queue-card{text-align:center!important;border:2px dashed var(--border-light)!important;background:#f8fafc!important;border-radius:20px!important;padding:5rem 2rem!important}.premium-dashboard .empty-icon{color:var(--text-muted)!important;margin-bottom:1.5rem!important;font-size:3.5rem!important}.premium-dashboard .empty-queue-card h3{color:var(--text-main)!important;margin-bottom:.5rem!important;font-size:1.5rem!important;font-weight:800!important}.premium-dashboard .empty-queue-card p{color:var(--text-muted)!important}.premium-dashboard .unauthorized-container{text-align:center!important;border:1px solid var(--border-light)!important;max-width:600px!important;box-shadow:var(--shadow-lg)!important;background:#fff!important;border-radius:28px!important;margin:4rem auto!important;padding:8rem 2rem!important}.premium-dashboard .unauthorized-icon{color:#ef4444!important;margin-bottom:2rem!important;font-size:4.5rem!important}.premium-dashboard .unauthorized-container h2{color:var(--text-main)!important;margin-bottom:1rem!important;font-size:2rem!important;font-weight:800!important}.premium-dashboard .unauthorized-container p{color:var(--text-muted)!important;font-size:1.1rem!important}.modal-overlay{-webkit-backdrop-filter:blur(4px)!important;z-index:9999!important;background:#0f172a66!important;justify-content:center!important;align-items:center!important;padding:1.5rem!important;display:flex!important;position:fixed!important;inset:0!important}.modal-content-premium{box-shadow:var(--shadow-lg)!important;border:1px solid var(--border-light)!important;background:#fff!important;border-radius:24px!important;flex-direction:column!important;width:100%!important;max-width:600px!important;max-height:90vh!important;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalPopIn!important;display:flex!important;position:relative!important;overflow:hidden!important}@keyframes modalPopIn{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header-premium{border-bottom:1px solid var(--border-light)!important;background:#f8fafc!important;justify-content:space-between!important;align-items:center!important;padding:20px 24px!important;display:flex!important}.modal-header-premium h3{color:var(--text-main)!important;margin:0!important;font-family:Poppins,sans-serif!important;font-size:1.35rem!important;font-weight:800!important}.btn-close-modal-x{color:var(--text-muted)!important;cursor:pointer!important;background:0 0!important;border:none!important;padding:4px!important;font-size:1.85rem!important;line-height:1!important;transition:all .2s!important}.btn-close-modal-x:hover{color:var(--text-main)!important}.modal-body-premium{flex-direction:column!important;gap:20px!important;padding:24px!important;display:flex!important;overflow-y:auto!important}.detail-grid{grid-template-columns:1fr 1fr!important;gap:16px!important;display:grid!important}.detail-item{flex-direction:column!important;gap:4px!important;display:flex!important}.detail-label{color:var(--text-muted)!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:.75rem!important;font-weight:700!important}.detail-value{color:var(--text-main)!important;font-size:.95rem!important;font-weight:600!important}.detail-section{border-top:1px solid var(--border-light)!important;flex-direction:column!important;gap:6px!important;padding-top:12px!important;display:flex!important}.detail-text-block{color:var(--text-main)!important;border:1px solid var(--border-light)!important;background:#f8fafc!important;border-radius:12px!important;margin:0!important;padding:12px 16px!important;font-size:.95rem!important;line-height:1.5!important}.applicant-info-box{background:#f0fdf4!important;border:1px solid #bbf7d0!important;border-radius:12px!important;padding:12px 16px!important}.applicant-info-box p{color:#15803d!important;margin:0 0 6px!important;font-size:.9rem!important}.applicant-info-box p strong{color:var(--text-main)!important}.applicant-info-box p:last-child{margin-bottom:0!important}.authorized-emails-list{color:var(--text-main)!important;margin:0!important;padding-left:20px!important;font-size:.9rem!important}.authorized-emails-list li{margin-bottom:4px!important}.modal-footer-premium{border-top:1px solid var(--border-light)!important;background:#f8fafc!important;justify-content:flex-end!important;padding:16px 24px!important;display:flex!important}.btn-close-modal-premium{cursor:pointer!important;color:var(--text-muted)!important;border:1px solid var(--border-light)!important;background:#fff!important;border-radius:12px!important;padding:10px 20px!important;font-size:.9rem!important;font-weight:700!important;transition:all .2s!important}.btn-close-modal-premium:hover{color:var(--text-main)!important;background:#f1f5f9!important}@media (width<=1024px){.premium-dashboard .approval-task-card{grid-template-columns:1fr 1fr!important;gap:1.25rem!important}.premium-dashboard .task-actions-modern{grid-column:span 2!important;justify-content:stretch!important}.premium-dashboard .btn-approve-modern,.premium-dashboard .btn-reject-modern,.premium-dashboard .btn-view-modern{flex:1!important;justify-content:center!important}}@media (width<=640px){.premium-dashboard{padding:1rem!important}.premium-dashboard .stats-grid-modern{gap:.5rem!important;margin-bottom:1.5rem!important}.premium-dashboard .stat-card-premium{border-radius:12px!important;gap:.5rem!important;min-width:0!important;padding:.75rem .5rem!important}.premium-dashboard .stat-card-header{gap:6px!important;min-width:0!important}.premium-dashboard .stat-card-icon{border-radius:6px!important;width:24px!important;height:24px!important;font-size:12px!important}.premium-dashboard .stat-card-label{letter-spacing:.02em!important;white-space:normal!important;text-overflow:unset!important;word-break:break-word!important;min-width:0!important;font-size:.625rem!important;line-height:1.1!important;overflow:visible!important}.premium-dashboard .stat-card-value{padding-left:2px!important;font-size:1.35rem!important}.premium-dashboard .dashboard-header-modern{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.premium-dashboard .dashboard-header-modern button{justify-content:center!important;width:100%!important}.premium-dashboard .header-title-modern{font-size:1.75rem!important}.premium-dashboard .approval-queue-section{border-radius:16px!important;padding:1rem!important}.premium-dashboard .approval-task-card{grid-template-columns:1fr!important;gap:1rem!important;padding:1rem!important}.premium-dashboard .task-actions-modern{flex-direction:column!important;grid-column:span 1!important}}
