.login-container{height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#6792c0,#1e5d97);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-box{background:#fff7f7;padding:40px 50px;border-radius:14px;box-shadow:0 10px 35px #0003;text-align:center;width:380px;animation:fadeIn .8s ease-out}.login-title{margin-bottom:15px;font-size:22px;font-weight:700;color:#003f7d}.login-description{font-size:15px;color:#555;margin-bottom:30px}.login-btn{width:100%;background-color:#06c;color:#fff;padding:14px;font-size:17px;border:none;border-radius:8px;cursor:pointer;transition:.3s ease-in-out;font-weight:600}.login-btn:hover{background-color:#004b99;transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.report-container{width:100%;height:100vh;display:flex;flex-direction:column;background:#fff;position:relative}.header-bar{width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:99999;background:#fff;border-bottom:1px solid #e5e7eb;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:15px}.header-right{position:relative;display:flex;align-items:center;justify-content:flex-end}.legacy-logo{height:60px;width:auto;object-fit:contain;pointer-events:none}.avatar-button{width:42px;height:42px;border:none;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #2563eb38;transition:all .2s ease}.avatar-button:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 10px 24px #2563eb47}.avatar-button:active{transform:scale(.97)}.profile-dropdown{position:absolute;top:55px;right:0;width:290px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 18px 45px #0f172a29;overflow:hidden;z-index:100000;animation:dropdownFade .18s ease}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-header{display:flex;align-items:center;gap:14px;padding:16px;background:linear-gradient(180deg,#f8fbff,#fff)}.profile-avatar-large{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.profile-user-info{min-width:0;flex:1}.profile-email{font-size:14px;font-weight:700;color:#111827;line-height:1.35;word-break:break-word}.profile-role{margin-top:4px;font-size:13px;color:#6b7280;text-transform:capitalize}.profile-divider{height:1px;background:#eef2f7}.profile-menu-item{width:100%;border:none;background:transparent;text-align:left;padding:14px 16px;font-size:14px;font-weight:600;color:#111827;cursor:pointer;transition:background .18s ease,color .18s ease}.profile-menu-item:hover{background:#f8fafc}.logout-menu-item{color:#dc2626}.logout-menu-item:hover{background:#fef2f2;color:#b91c1c}.dropdown-bar{width:100%;padding:12px 20px;background:#fff;border-bottom:1px solid #e1e1e1;display:flex;align-items:center;flex-wrap:wrap;gap:20px;z-index:1000;box-sizing:border-box}.dropdown-bar label{display:block;margin-bottom:5px;font-size:14px;font-weight:600;color:#1f2937}.dropdown-bar select{padding:10px;min-width:280px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;outline:none;background:#fff;transition:.15s ease-in-out}.dropdown-bar select:focus{border-color:#0078d4;box-shadow:0 0 0 4px #0078d41f}.report-wrapper{flex-grow:1;width:100%;min-height:0;overflow:hidden;position:relative}.reportClass{width:100%;height:100%;border:none;overflow:hidden}.loader-overlay{position:absolute;inset:0;background:#ffffffeb;display:flex;align-items:center;justify-content:center;z-index:99999}.spinner{width:55px;height:55px;border:6px solid #ddd;border-top-color:#0078d4;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.dropdown-bar select{min-width:220px}.profile-dropdown{width:260px}}@media(max-width:600px){.header-bar{height:60px;padding:0 12px}.legacy-logo{height:40px}.avatar-button{width:38px;height:38px;font-size:14px}.profile-dropdown{top:50px;right:0;width:240px}.dropdown-bar{padding:10px 14px;gap:12px}.dropdown-bar select{min-width:200px}}@media(max-width:420px){.legacy-logo{height:32px}.dropdown-bar select{min-width:150px}.profile-dropdown{width:220px}.profile-email{font-size:13px}.profile-role{font-size:12px}}.single-report-box{min-width:280px;padding:10px 14px;border:1px solid #d1d5db;border-radius:10px;background:#f9fafb;color:#111827;font-size:14px;font-weight:600;box-sizing:border-box}.no-report-ui{width:100%;padding-top:60px;display:flex;justify-content:center;align-items:flex-start}.no-report-card{text-align:center;background:#fff;padding:40px 30px;width:420px;border-radius:14px;box-shadow:0 8px 20px #00000014;border:1px solid #e5e5e5}.no-report-icon{width:110px;margin-bottom:20px;opacity:.9}.no-report-card h2{font-size:1.7rem;font-weight:600;margin-bottom:10px;color:#333}.no-report-card p{font-size:1rem;color:#666;margin-bottom:20px;line-height:1.5}.no-report-refresh{background:#0078d4;color:#fff;border:none;padding:10px 24px;border-radius:8px;cursor:pointer;font-size:1rem;transition:.25s ease}.no-report-refresh:hover{background:#005fa3}html,body,#root{width:100%;min-height:100%;margin:0;padding:0;background:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.admin-page{padding:24px;background:#f8fafc;min-height:100vh;box-sizing:border-box}.admin-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px;flex-wrap:wrap}.admin-title{margin:0;font-size:28px;color:#0f172a}.admin-subtitle{margin:8px 0 0;color:#64748b}.admin-grid{display:grid;gap:24px}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px;box-shadow:0 10px 28px #0f172a0f}.admin-card-header{margin-bottom:16px}.admin-card-header h2{margin:0;color:#0f172a;font-size:20px}.admin-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:16px}.admin-form-grid label{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:#334155}.admin-form-grid input,.admin-form-grid select{width:100%;padding:11px 12px;border:1px solid #cbd5e1;border-radius:10px;font-size:14px;outline:none;box-sizing:border-box;background:#fff}.admin-form-grid input:focus,.admin-form-grid select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.admin-form-actions{display:flex;gap:10px;margin-bottom:18px;flex-wrap:wrap}.admin-primary-btn,.admin-secondary-btn{border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:700;cursor:pointer;transition:all .18s ease}.admin-primary-btn{background:#2563eb;color:#fff}.admin-primary-btn:hover{background:#1d4ed8;transform:translateY(-1px)}.admin-secondary-btn{background:#e2e8f0;color:#0f172a}.admin-secondary-btn:hover{background:#cbd5e1}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:900px}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #eef2f7;text-align:left;vertical-align:top;font-size:14px}.admin-table th{background:#f8fafc;color:#334155;font-weight:700}.action-btn-group{display:flex;gap:8px;flex-wrap:wrap}.table-btn{border:none;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s ease}.edit-btn{background:#dbeafe;color:#1d4ed8}.edit-btn:hover{background:#bfdbfe}.status-btn{background:#fef3c7;color:#92400e}.status-btn:hover{background:#fde68a}.delete-btn{background:#fee2e2;color:#b91c1c}.delete-btn:hover{background:#fecaca}.role-badge{padding:5px 8px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize;display:inline-block}.role-admin{background:#ede9fe;color:#6d28d9}.role-manager{background:#dbeafe;color:#1d4ed8}.role-customer{background:#dcfce7;color:#166534}.status-active{color:#16a34a;font-weight:700}.status-inactive{color:#dc2626;font-weight:700}.empty-cell{text-align:center;color:#64748b;padding:24px!important}.admin-page-loader{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.admin-spinner{width:56px;height:56px;border:6px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.admin-page{padding:14px}.admin-title{font-size:24px}}.admin-primary-btn:disabled{opacity:.6;cursor:not-allowed}
