@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--med-50:#f0fdfa;--med-100:#ccfbf1;--med-200:#99f6e4;--med-300:#5eead4;--med-400:#2dd4bf;--med-500:#14b8a6;--med-600:#0d9488;--med-700:#0f766e;--med-800:#115e59;--med-900:#134e4a;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--success:#10b981;--success-light:#d1fae5;--warning:#f59e0b;--warning-light:#fef3c7;--danger:#ef4444;--danger-light:#fee2e2;--info:#3b82f6;--info-light:#dbeafe;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--sidebar-width:225px;--sidebar-bg:#0f766e;--sidebar-hover:#0d9488;--sidebar-active:#14b8a6;--sidebar-text:#ccfbf1;--sidebar-heading:#5eead4;--body-bg:#f1f5f9;--card-bg:#fff;--card-border:#e2e8f0;--card-radius:12px;--card-shadow:0 1px 3px #0000000f, 0 1px 2px #0000000a;--font-family:"Inter", system-ui, -apple-system, sans-serif;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-lg:1rem;--text-xl:1.125rem;--text-2xl:1.25rem;--text-3xl:1.5rem;--transition:.2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);font-size:var(--text-base);color:var(--gray-700);background:var(--body-bg);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}body.modal-open{overflow:hidden}a{color:var(--med-600);transition:color var(--transition);text-decoration:none}a:hover{color:var(--med-700)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.auth-wrapper{background:linear-gradient(135deg,#0f766e 0%,#0d9488 30%,#14b8a6 60%,#0891b2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.auth-wrapper:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 30%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff0f 0%,#0000 50%),radial-gradient(circle,#ffffff0a 0%,#0000 70%);position:absolute;inset:0}.auth-wrapper:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M28 2h4v24h24v4H32v24h-4V30H4v-4h24V2z' fill='rgba(255,255,255,0.03)'/%3E%3C/svg%3E");background-size:120px 120px;animation:30s linear infinite authBgFloat;position:absolute;inset:0}@keyframes authBgFloat{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.auth-orb{pointer-events:none;background:#ffffff14;border-radius:50%;animation:8s ease-in-out infinite orbFloat;position:absolute}.auth-orb:first-child{width:300px;height:300px;animation-delay:0s;top:-100px;right:-100px}.auth-orb:nth-child(2){width:200px;height:200px;animation-delay:-3s;bottom:-50px;left:-50px}.auth-orb:nth-child(3){width:150px;height:150px;animation-delay:-5s;top:50%;left:10%}@keyframes orbFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-20px)scale(1.05)}}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;background:#fffffff7;border-radius:20px;width:100%;max-width:460px;position:relative;overflow:hidden;box-shadow:0 25px 60px #0003,0 0 0 1px #ffffff1a}.auth-card-header{background:linear-gradient(135deg, var(--med-600), var(--med-700));text-align:center;color:#fff;padding:2rem 2rem 1.5rem}.auth-card-header .auth-icon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;font-size:28px;display:inline-flex}.auth-card-header h3{font-weight:700;font-size:var(--text-2xl);letter-spacing:-.02em;margin-bottom:.25rem}.auth-card-header p{font-size:var(--text-sm);opacity:.85;margin:0}.auth-card-body{padding:2rem}.auth-form-group{margin-bottom:1.25rem}.auth-form-group label{font-size:var(--text-sm);color:var(--gray-700);margin-bottom:.4rem;font-weight:600;display:block}.auth-form-group .input-icon-wrapper input,.auth-form-group .input-icon-wrapper select,.auth-form-group .input-icon-wrapper textarea{border:1.5px solid var(--gray-200);width:100%;font-size:.9rem;font-family:var(--font-family);color:var(--gray-800);resize:vertical;background:#fafbfc;border-radius:12px;outline:none;padding:.75rem 1rem .75rem 2.8rem;transition:all .2s;box-shadow:0 1px 3px #00000008}.auth-form-group .input-icon-wrapper input:hover,.auth-form-group .input-icon-wrapper select:hover,.auth-form-group .input-icon-wrapper textarea:hover{border-color:var(--gray-300);background:#fff}.auth-form-group .input-icon-wrapper input:focus,.auth-form-group .input-icon-wrapper select:focus,.auth-form-group .input-icon-wrapper textarea:focus{border-color:var(--med-500);background:#fff;box-shadow:0 0 0 4px #14b8a61a,0 2px 8px #0000000d}.auth-form-group .input-icon-wrapper input:focus~.input-icon,.auth-form-group .input-icon-wrapper select:focus~.input-icon,.auth-form-group .input-icon-wrapper textarea:focus~.input-icon{color:var(--med-500)}.auth-form-group .input-icon-wrapper input.is-invalid,.auth-form-group .input-icon-wrapper select.is-invalid,.auth-form-group .input-icon-wrapper textarea.is-invalid{background:#fef2f2;border-color:#fca5a5}.auth-form-group .invalid-feedback{color:var(--danger);margin-top:.35rem;font-size:.8rem;font-weight:500;display:block}.auth-form-group .input-icon-wrapper{align-items:center;display:flex;position:relative}.auth-form-group .input-icon-wrapper .input-icon{color:var(--gray-400);pointer-events:none;z-index:2;font-size:1.05rem;transition:color .2s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.auth-form-group .input-icon-wrapper textarea~.input-icon{top:1rem;transform:none}.auth-form-group .input-icon-wrapper:has(textarea) .input-icon{top:1rem;transform:none}.btn-auth{background:linear-gradient(135deg, var(--med-600), var(--med-700));color:#fff;width:100%;font-size:var(--text-base);font-weight:600;font-family:var(--font-family);cursor:pointer;transition:all var(--transition);letter-spacing:.01em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;display:flex}.btn-auth:hover{background:linear-gradient(135deg, var(--med-700), var(--med-800));transform:translateY(-1px);box-shadow:0 8px 25px #0d948859}.btn-auth:active{transform:translateY(0)}.auth-footer{text-align:center;border-top:1px solid var(--gray-100);margin-top:1.5rem;padding-top:1.25rem}.auth-footer a{font-size:var(--text-sm);color:var(--gray-500);font-weight:500}.auth-footer a:hover{color:var(--med-600)}.auth-remember{font-size:var(--text-sm);color:var(--gray-600);align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.auth-remember input[type=checkbox]{width:18px;height:18px;accent-color:var(--med-600);cursor:pointer}.app-wrapper{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-width);background:linear-gradient(180deg, var(--med-800), var(--med-900));z-index:1040;transition:transform var(--transition);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:4px 0 20px #00000014}.sidebar-brand{border-bottom:1px solid #ffffff14;align-items:center;gap:.6rem;padding:1rem;display:flex}.sidebar-brand .brand-icon{color:#fff;background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:1rem;display:flex}.sidebar-brand .brand-text{color:#fff;letter-spacing:-.02em;font-size:.875rem;font-weight:700;line-height:1.2}.sidebar-brand .brand-text small{opacity:.7;font-size:.65rem;font-weight:400;display:block}.sidebar-nav{flex:1;padding:.4rem 0;overflow-y:auto}.sidebar-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--sidebar-heading);opacity:.7;margin-bottom:.3rem;padding-left:.5rem;font-size:.6rem;font-weight:700}.sidebar-link{color:var(--sidebar-text);transition:all var(--transition);white-space:nowrap;border-radius:7px;align-items:center;gap:.55rem;margin:.1rem .35rem;padding:.45rem .8rem;font-size:.78rem;font-weight:500;display:flex}.sidebar-link:hover{color:#fff;background:#ffffff1a}.sidebar-link.active{color:#fff;background:#ffffff2e;font-weight:600}.sidebar-link.active:before{content:"";background:var(--sidebar-active);border-radius:0 2px 2px 0;width:3px;position:absolute;top:6px;bottom:6px;left:0}.sidebar-link i{text-align:center;opacity:.8;flex-shrink:0;width:18px;font-size:.85rem}.sidebar-link .badge{background:var(--danger);color:#fff;border-radius:20px;margin-left:auto;padding:1px 6px;font-size:.6rem;font-weight:600}.sidebar-menu{margin:.1rem .35rem}.sidebar-menu summary{list-style:none}.sidebar-menu summary::-webkit-details-marker{display:none}.sidebar-menu-toggle{color:var(--sidebar-text);cursor:pointer;transition:all var(--transition);-webkit-user-select:none;user-select:none;border-radius:7px;justify-content:space-between;align-items:center;gap:.55rem;padding:.45rem .8rem;font-size:.78rem;font-weight:500;display:flex}.sidebar-menu-toggle span{align-items:center;gap:.55rem;min-width:0;display:flex}.sidebar-menu-toggle i:not(.menu-caret),.sidebar-sublink i{text-align:center;opacity:.85;flex-shrink:0;width:18px;font-size:.82rem}.sidebar-menu-toggle:hover,.sidebar-menu[open]>.sidebar-menu-toggle{color:#fff;background:#ffffff1a}.menu-caret{opacity:.75;transition:transform var(--transition);margin-left:auto;font-size:.65rem}.sidebar-menu[open] .menu-caret{transform:rotate(180deg)}.sidebar-submenu{gap:.1rem;margin:.15rem 0 .25rem;padding-left:1.35rem;display:grid}.sidebar-sublink{color:var(--sidebar-text);opacity:.88;transition:all var(--transition);border-radius:7px;align-items:center;gap:.5rem;padding:.4rem .65rem;font-size:.74rem;font-weight:500;display:flex}.sidebar-sublink:hover,.sidebar-sublink.active{color:#fff;opacity:1;background:#ffffff24}.sidebar-footer{border-top:1px solid #ffffff14;padding:.5rem .6rem}.sidebar-user{text-decoration:none}.sidebar-logout-button{width:100%;color:var(--sidebar-text);cursor:pointer;opacity:.82;background:0 0;border:0;border-radius:.65rem;align-items:center;gap:.65rem;margin-top:.35rem;padding:.65rem .8rem;display:flex}.sidebar-logout-button:hover{color:#fecaca;opacity:1;background:#ef444429}.sidebar-user{cursor:pointer;transition:background var(--transition);border-radius:8px;align-items:center;gap:.5rem;padding:.4rem;font-size:.78rem;display:flex}.sidebar-user:hover{background:#ffffff14}.sidebar-user .user-avatar{background:var(--med-500);color:#fff;width:30px;height:30px;font-weight:600;font-size:var(--text-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-user .user-info{overflow:hidden}.sidebar-user .user-info .user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.sidebar-user .user-info .user-role{color:var(--sidebar-text);opacity:.7;font-size:.65rem}.main-content{margin-left:var(--sidebar-width);min-height:100vh;transition:margin var(--transition);flex-direction:column;flex:1;display:flex}.top-header{border-bottom:1px solid var(--gray-200);z-index:1030;background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000a}.top-header-left{align-items:center;gap:.75rem;display:flex}.btn-sidebar-toggle{color:var(--gray-600);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:8px;padding:.4rem;font-size:1.25rem;display:none}.btn-sidebar-toggle:hover{background:var(--gray-100);color:var(--gray-800)}.page-title{font-size:var(--text-lg);color:var(--gray-800);letter-spacing:-.02em;font-weight:700}.header-search{border:1.5px solid var(--gray-200);background:#f8fafc;border-radius:12px;align-items:stretch;width:340px;transition:all .2s;display:flex;overflow:hidden;box-shadow:0 1px 2px #00000005}.header-search:focus-within{border-color:var(--med-400);background:#fff;width:380px;box-shadow:0 0 0 4px #14b8a614,0 2px 8px #0000000a}.header-search:hover{border-color:var(--gray-300);background:#fff}.header-search .search-icon-wrap{color:var(--gray-400);flex-shrink:0;justify-content:center;align-items:center;padding:0 .55rem 0 .8rem;font-size:.9rem;line-height:1;transition:color .2s;display:flex}.header-search:focus-within .search-icon-wrap{color:var(--med-500)}.header-search input,.header-search .header-search-input{width:100%;font-size:.85rem;font-family:var(--font-family);color:var(--gray-700);background:0 0;border:none;border-radius:0;outline:none;padding:.6rem .8rem .6rem 0}.top-header-right{align-items:center;gap:.5rem;display:flex}.header-icon-btn{width:38px;height:38px;color:var(--gray-600);cursor:pointer;transition:all var(--transition);background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;display:flex;position:relative}.header-icon-btn:hover{background:var(--gray-100);color:var(--gray-800)}.header-icon-btn .notif-dot{background:var(--danger);border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:6px;right:6px}.content-body{flex:1;padding:1.5rem}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--card-radius);box-shadow:var(--card-shadow);margin-bottom:1.25rem;overflow:hidden}.card-header{background:var(--gray-50);border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.card-header h5,.card-header h6{color:var(--gray-800);font-weight:600;font-size:var(--text-base);margin:0}.card-body{padding:1.25rem}.card-footer{background:var(--gray-50);border-top:1px solid var(--card-border);padding:.75rem 1.25rem}.stat-card{border-radius:var(--card-radius);transition:all var(--transition);cursor:pointer;border:none;align-items:center;gap:1rem;padding:1.25rem;display:flex}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.stat-card .stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;display:flex}.stat-card .stat-info h3{margin:0;font-size:1.75rem;font-weight:700;line-height:1}.stat-card .stat-info p{font-size:var(--text-sm);opacity:.9;margin:.2rem 0 0}.stat-card .text-muted,.stat-card small{color:#ffffffbf!important}.stat-card a{color:#ffffffe6;text-decoration:underline}.stat-card a:hover{color:#fff}.stat-card.stat-teal{background:linear-gradient(135deg, var(--med-500), var(--med-600));color:#fff}.stat-card.stat-teal .stat-icon{background:#fff3}.stat-card.stat-blue{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-card.stat-blue .stat-icon{background:#fff3}.stat-card.stat-green{color:#fff;background:linear-gradient(135deg,#10b981,#059669)}.stat-card.stat-green .stat-icon{background:#fff3}.stat-card.stat-amber{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-card.stat-amber .stat-icon{background:#fff3}.stat-card.stat-red{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.stat-card.stat-red .stat-icon{background:#fff3}.stat-card.stat-indigo{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5)}.stat-card.stat-indigo .stat-icon{background:#fff3}.btn{font-size:var(--text-sm);font-weight:600;font-family:var(--font-family);cursor:pointer;white-space:nowrap;letter-spacing:.01em;border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1.1rem;line-height:1.4;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex;position:relative;overflow:hidden;transform:translateY(0)}.btn:after{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(#ffffff1f 0%,#fff0 50%);transition:opacity .25s;position:absolute;inset:0}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0f172a1f}.btn:hover:after{opacity:0}.btn:active{transition-duration:80ms;transform:scale(.96)}.btn-sm{font-size:var(--text-xs);border-radius:8px;padding:.35rem .75rem}.btn-lg{font-size:var(--text-base);border-radius:12px;padding:.75rem 1.5rem}.btn-primary{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border-color:#0000}.btn-primary:hover{color:#fff;background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 8px 25px #14b8a659}.btn-secondary{background:var(--gray-500);color:#fff;border-color:var(--gray-500)}.btn-secondary:hover{background:var(--gray-600);border-color:var(--gray-600);color:#fff}.btn-success{color:#fff;background:linear-gradient(135deg,#059669,#10b981);border-color:#0000}.btn-success:hover{color:#fff;background:linear-gradient(135deg,#047857,#059669);box-shadow:0 8px 25px #10b98159}.btn-warning{color:#fff;background:linear-gradient(135deg,#d97706,#f59e0b);border-color:#0000}.btn-warning:hover{color:#fff;background:linear-gradient(135deg,#b45309,#d97706);box-shadow:0 8px 25px #f59e0b59}.btn-danger{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444);border-color:#0000}.btn-danger:hover{color:#fff;background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 8px 25px #ef444459}.btn-info{color:#fff;background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#0000}.btn-info:hover{color:#fff;background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 8px 25px #3b82f659}.btn-outline-primary{color:var(--med-600);border-color:var(--med-300);background:0 0}.btn-outline-primary:hover{background:var(--med-50);color:var(--med-700);border-color:var(--med-500)}.btn-outline-secondary{color:var(--gray-600);border-color:var(--gray-300);background:0 0}.btn-outline-secondary:hover{background:var(--gray-50);color:var(--gray-700);border-color:var(--gray-400)}.btn-outline-danger{color:var(--danger);background:0 0;border-color:#fecaca}.btn-outline-danger:hover{background:var(--danger-light);color:#dc2626;border-color:var(--danger)}.btn-outline-success{color:var(--success);background:0 0;border-color:#a7f3d0}.btn-outline-success:hover{background:var(--success-light);color:#059669;border-color:var(--success)}.btn-outline-info{color:#2563eb;background:0 0;border-color:#bfdbfe}.btn-outline-info:hover{color:#1d4ed8;background:#dbeafe;border-color:#3b82f6}.btn-outline-dark{color:var(--gray-700);border-color:var(--gray-300);background:0 0}.btn-outline-dark:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-500)}.btn-light{color:var(--gray-700);border-color:var(--gray-200);background:#fff}.btn-light:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-700)}.table td button[style*=width\:31px],.table td button[style*=height\:29px],.table td button[style*=height\:31px],.table td a[style*=width\:31px],.table td a[style*=height\:31px]{all:unset;position:relative;overflow:hidden;cursor:pointer!important;border-radius:9px!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:.8rem!important;transition:all .25s cubic-bezier(.34,1.56,.64,1)!important;display:inline-flex!important}.table td button[style*=width\:31px]:hover,.table td button[style*=height\:29px]:hover,.table td button[style*=height\:31px]:hover,.table td a[style*=width\:31px]:hover,.table td a[style*=height\:31px]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a26}.table td button[style*=width\:31px]:active,.table td button[style*=height\:29px]:active,.table td button[style*=height\:31px]:active,.table td a[style*=width\:31px]:active,.table td a[style*=height\:31px]:active{transform:scale(.94)}.table td button[style*="background:#d1fae5"]{color:#fff!important;background:linear-gradient(135deg,#10b981,#059669)!important}.table td button[style*="background:#fef3c7"]{color:#fff!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important}.table td button[style*="background:#dbeafe"]{color:#fff!important;background:linear-gradient(135deg,#3b82f6,#2563eb)!important}.table td button[style*="background:var(--med-50)"]{color:#fff!important;background:linear-gradient(135deg,#14b8a6,#0d9488)!important}.table td button[style*="background:#fee2e2"]{color:#fff!important;background:linear-gradient(135deg,#ef4444,#dc2626)!important}.table td button[style*=background\:]:hover{filter:brightness(1.1)}.table td button[style*=height\:29px]{gap:.35rem;font-weight:500;width:auto!important;min-width:34px!important;padding:0 .65rem!important}.tab-btn{position:relative;cursor:pointer!important;background:0 0!important;border:none!important;font-weight:600!important;transition:all .25s cubic-bezier(.34,1.56,.64,1)!important}.tab-btn:hover{opacity:.8;transform:translateY(-1px)}.table-container{overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.table thead th{background:var(--gray-50);text-align:left;font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);border-bottom:2px solid var(--gray-200);white-space:nowrap;padding:.7rem 1rem}.table tbody td{border-bottom:1px solid var(--gray-100);color:var(--gray-700);vertical-align:middle;padding:.75rem 1rem}.table tbody tr{transition:background var(--transition)}.table tbody tr:last-child td{border-bottom:none}.badge{font-size:var(--text-xs);border-radius:6px;align-items:center;gap:.3rem;padding:.2rem .6rem;font-weight:600;line-height:1.5;display:inline-flex}.badge-primary{background:var(--med-100);color:var(--med-800)}.badge-secondary{background:var(--gray-100);color:var(--gray-600)}.form-label{color:var(--gray-600);letter-spacing:.03em;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:700;line-height:1.25;display:block}.form-label.small,small.form-label{margin-bottom:.35rem;font-size:.7rem}.mb-2{margin-bottom:.75rem!important}.mb-3{margin-bottom:1.05rem!important}.mt-2{margin-top:.75rem!important}.row{flex-wrap:wrap;gap:1rem;display:flex}.row.g-2{gap:.85rem}.row>[class*=col-]{min-width:0}.col-12{flex:0 0 100%}.col-4{flex:0 0 calc(33.333% - .67rem)}.col-6{flex:0 0 calc(50% - .5rem)}.col-md-2{flex:0 0 calc(16.666% - .75rem)}.col-md-3{flex:0 0 calc(25% - .75rem)}.col-md-4{flex:0 0 calc(33.333% - .57rem)}.col-md-6{flex:0 0 calc(50% - .43rem)}.modal-body .row>[class*=col-]{margin-bottom:.2rem}.form-control,input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=time],input[type=datetime-local],input[type=month],input[type=search],input[type=tel],input[type=url],textarea,select,.form-select{border:1px solid var(--gray-200);width:100%;min-height:46px;font-size:.9rem;font-weight:500;font-family:var(--font-family);color:var(--gray-800);appearance:none;cursor:pointer;background:linear-gradient(#fff 0%,#f8fbff 100%);border-radius:8px;outline:none;padding:.74rem 1rem;line-height:1.5;transition:border-color .2s,box-shadow .25s,background .2s;box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0f172a0f}.form-control-sm{border-radius:7px;min-height:34px;padding:.45rem .7rem;font-size:.8125rem}.form-control:hover,input[type=text]:hover,input[type=email]:hover,input[type=password]:hover,input[type=number]:hover,input[type=date]:hover,input[type=time]:hover,input[type=datetime-local]:hover,input[type=month]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=url]:hover,textarea:hover,select:hover{background:#fff;border-color:#b6c3d1;box-shadow:inset 0 1px #ffffffe6,0 3px 9px #0f172a14}.form-control:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,input[type=date]:focus,input[type=time]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=url]:focus,textarea:focus,select:focus,.form-select:focus{border-color:var(--med-500);background:#fff;box-shadow:0 0 0 4px #14b8a621,0 4px 14px #0f172a17}.form-control.is-invalid,input.is-invalid,select.is-invalid,textarea.is-invalid{background-color:#fff7f7!important;border-color:#fca5a5!important;box-shadow:0 0 0 3px #ef44441a!important}.form-control::placeholder,input::placeholder,textarea::placeholder{color:var(--gray-400);font-weight:400}textarea.form-control,textarea{resize:vertical;min-height:90px;line-height:1.6}select,select.form-control{appearance:none;cursor:pointer;color:var(--gray-800);background-color:#fff;background-image:none;padding-right:1rem}select:hover{border-color:var(--med-300)}select:focus{border-color:var(--med-500)}select option{font-family:var(--font-family);color:var(--gray-800);background:#fff;padding:.5rem}select.form-control-sm,.form-control-sm:is(select){padding-right:1rem}input[type=checkbox]{appearance:none;border:2px solid var(--gray-300);cursor:pointer;background:#fff;border-radius:5px;flex-shrink:0;width:18px;height:18px;margin:0;transition:all .15s;position:relative}input[type=checkbox]:hover{border-color:var(--med-400);background:var(--med-50)}input[type=checkbox]:checked{background:var(--med-600);border-color:var(--med-600)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}input[type=checkbox]:focus{box-shadow:0 0 0 3px #14b8a626}input[type=radio]{appearance:none;border:2px solid var(--gray-300);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:all .15s}input[type=radio]:hover{border-color:var(--med-400)}input[type=radio]:checked{border-color:var(--med-600);background:var(--med-600);box-shadow:inset 0 0 0 3.5px #fff}input[type=radio]:focus{box-shadow:0 0 0 3px #14b8a626}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button{opacity:1;height:28px}input[type=number]::-webkit-outer-spin-button{opacity:1;height:28px}input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;cursor:pointer;min-width:150px}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;padding:2px;transition:opacity .15s}input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;padding:2px;transition:opacity .15s}input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;padding:2px;transition:opacity .15s}input[type=month]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;padding:2px;transition:opacity .15s}input[type=date]:hover::-webkit-calendar-picker-indicator{opacity:1}input[type=time]:hover::-webkit-calendar-picker-indicator{opacity:1}input[type=datetime-local]:hover::-webkit-calendar-picker-indicator{opacity:1}input[type=month]:hover::-webkit-calendar-picker-indicator{opacity:1}input[type=search]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-position:12px;background-repeat:no-repeat;background-size:16px;border-radius:12px;padding-left:2.5rem}input[type=search]:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-position:12px;background-repeat:no-repeat;background-size:16px}input[type=search]:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230d9488' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");background-position:12px;background-repeat:no-repeat;background-size:16px}input[type=search]::-webkit-search-cancel-button{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");width:16px;height:16px}input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.7;background-color:var(--gray-100)!important;color:var(--gray-500)!important;border-color:var(--gray-200)!important}input[readonly],textarea[readonly]{background:var(--gray-50);color:var(--gray-600);cursor:default;border-style:dashed}.modal{z-index:1080;background:#0f172a7a;justify-content:center;align-items:flex-start;padding:4.5rem 1rem 1.5rem;display:none;position:fixed;inset:0;overflow:hidden auto}.modal.show,.modal[style*="display: block"]{display:flex!important}.modal-dialog{width:min(100%,720px);margin:0 auto}.modal-dialog.modal-lg{width:min(100%,920px)}.modal-content{background:#f8fafc;border:1px solid #94a3b838;border-radius:8px;overflow:hidden;box-shadow:0 24px 70px #0f172a47}.modal-header{border-bottom:1px solid var(--gray-200);background:#fff;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.modal-title{color:var(--gray-900);align-items:center;gap:.55rem;margin:0;font-size:1rem;font-weight:750;display:flex}.modal-title i{color:var(--med-600)}.modal-body{padding:1.25rem}.modal-lg .modal-body{padding:1.35rem}.modal-body .mb-2,.modal-body .mb-3{margin-bottom:1rem!important}.modal-footer{border-top:1px solid var(--gray-200);background:#fff;justify-content:flex-end;gap:.6rem;padding:1rem 1.25rem;display:flex}.btn-close{background:var(--gray-100);width:34px;height:34px;color:var(--gray-600);cursor:pointer;transition:all var(--transition);border:0;border-radius:8px;position:relative}.btn-close:hover{background:var(--danger-light);color:var(--danger)}.btn-close:before,.btn-close:after{content:"";background:currentColor;border-radius:2px;height:2px;position:absolute;top:16px;left:10px;right:10px}.btn-close:before{transform:rotate(45deg)}.btn-close:after{transform:rotate(-45deg)}.alert{font-size:var(--text-sm);border:1px solid #0000;border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.85rem 1.1rem;font-weight:500;display:flex}.alert-success{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.alert-danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.alert-warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.alert-info{color:#1e40af;background:#eff6ff;border-color:#bfdbfe}.filter-bar{background:var(--card-bg);border:1px solid var(--gray-100);border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:.85rem;margin-bottom:1.25rem;padding:1.1rem 1.25rem;display:flex;position:relative;overflow:visible;box-shadow:0 1px 3px #00000008,0 1px 2px #00000005}.filter-bar:before{content:"";background:linear-gradient(90deg, var(--med-400), var(--med-500));border-radius:0 0 3px 3px;width:40px;height:3px;position:absolute;top:-1px;left:1.25rem}.filter-bar .filter-group{flex-direction:column;flex:none;gap:.35rem;min-width:150px;display:flex}.filter-bar .filter-group label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;-webkit-user-select:none;user-select:none;font-size:.68rem;font-weight:700}.filter-bar .filter-group select,.filter-bar .filter-group input{border:1px solid var(--gray-200);min-height:40px;font-size:.85rem;font-weight:500;font-family:var(--font-family);color:var(--gray-800);background:linear-gradient(#fff 0%,#fbfdff 100%);border-radius:8px;outline:none;padding:.58rem .85rem;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:0 1px 2px #0f172a0a}.filter-bar .filter-group select:hover,.filter-bar .filter-group input:hover{background:#fff;border-color:#b6c3d1;box-shadow:0 2px 5px #0f172a0f}.filter-bar .filter-group select:focus,.filter-bar .filter-group input:focus{border-color:var(--med-500);background:#fff;box-shadow:0 0 0 3px #14b8a624,0 2px 8px #0f172a12}.filter-bar .filter-group select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--gray-500) 50%), linear-gradient(135deg, var(--gray-500) 50%, transparent 50%), linear-gradient(180deg, #fff 0%, #fbfdff 100%);cursor:pointer;background-position:calc(100% - 18px) calc(50% - 2px),calc(100% - 12px) calc(50% - 2px),0 0;background-repeat:no-repeat;background-size:6px 6px,6px 6px,100% 100%;padding-right:2.7rem}.filter-bar .filter-group input{min-width:200px}.filter-bar .filter-group input[type=search]{border-radius:8px}.filter-bar .btn-filter{align-self:flex-end;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600}.filter-actions{align-items:flex-end;gap:.5rem;padding-bottom:.15rem;display:flex}.empty-state{text-align:center;color:var(--gray-400);padding:3rem 1.5rem}.empty-state .empty-icon{opacity:.5;margin-bottom:.75rem;font-size:3rem}.empty-state h5{color:var(--gray-500);margin-bottom:.5rem}.empty-state p{font-size:var(--text-sm);max-width:300px;margin:0 auto}.quick-actions{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.quick-action-card{border:2px solid var(--gray-200);border-radius:var(--card-radius);text-align:center;cursor:pointer;transition:all var(--transition);color:var(--gray-700);background:#fff;padding:1.5rem 1rem;text-decoration:none;display:block}.quick-action-card:hover{border-color:var(--med-400);color:var(--med-700);transform:translateY(-3px);box-shadow:0 8px 25px #00000014}.quick-action-card .action-icon{margin-bottom:.5rem;font-size:2rem;display:block}.quick-action-card .action-label{font-weight:600;font-size:var(--text-sm)}.detail-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:1.25rem;display:grid}.detail-item .detail-label{font-size:var(--text-xs);color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-weight:600}.detail-item .detail-value{color:var(--gray-800);font-weight:500}.section-divider{border:none;border-top:1px solid var(--gray-200);margin:1.5rem 0}@media (width<=991px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0!important}.btn-sidebar-toggle{display:flex}.header-search{display:none}.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.content-body{padding:1rem}.top-header{padding:.6rem 1rem}.auth-card{max-width:100%;margin:0 .5rem}.modal{align-items:flex-start;padding:1rem}.modal-dialog{width:100%}.modal-header,.modal-body,.modal-footer{padding:1rem}.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%}.row{gap:0}.col-6,.col-md-2,.col-md-3,.col-md-4,.col-md-6{flex-basis:100%}.filter-bar{flex-direction:column}.filter-bar .filter-group,.filter-bar .filter-group input,.filter-bar .filter-group select{width:100%}.quick-actions,.detail-grid{grid-template-columns:1fr}}@media print{.sidebar,.top-header,.btn,.filter-bar{display:none!important}.main-content{margin-left:0!important}}.text-teal{color:var(--med-600)!important}.fw-semibold{font-weight:600!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.mb-4{margin-bottom:1.25rem!important}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}.flex-wrap{flex-wrap:wrap!important}.w-100{width:100%!important}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--med-50:#0f2f2d;--med-100:#14413d;--med-200:#1d5a54;--med-300:#2dd4bf;--med-400:#5eead4;--med-500:#2dd4bf;--med-600:#14b8a6;--med-700:#5eead4;--med-800:#99f6e4;--med-900:#ccfbf1;--success-light:#10b98129;--warning-light:#f59e0b2e;--danger-light:#ef44442e;--info-light:#3b82f62e;--gray-50:#111827;--gray-100:#1e293b;--gray-200:#334155;--gray-300:#475569;--gray-400:#94a3b8;--gray-500:#cbd5e1;--gray-600:#dbe3ef;--gray-700:#e2e8f0;--gray-800:#f1f5f9;--gray-900:#f8fafc;--body-bg:#0f172a;--card-bg:#172033;--card-border:#94a3b82e;--card-shadow:0 18px 45px #00000038}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:radial-gradient(circle at top right, #14b8a61a, transparent 30rem), linear-gradient(180deg, #f8fafc 0%, var(--body-bg) 18rem);color:var(--gray-700);transition:background-color var(--transition), color var(--transition)}.app-wrapper{background:0 0}.sidebar{background:#0b1220;border-right:1px solid #94a3b81f;box-shadow:12px 0 38px #0f172a2e}.sidebar-brand{border-bottom-color:#94a3b824;min-height:68px;padding:1rem 1.1rem}.sidebar-brand .brand-icon{color:#07111f;background:linear-gradient(135deg,#2dd4bf,#22c55e);border-radius:12px;width:42px;height:42px;box-shadow:0 14px 32px #14b8a647}.sidebar-brand .brand-text{letter-spacing:0;font-size:.9rem}.sidebar-brand .brand-text small{color:#2dd4bf;letter-spacing:.08em;text-transform:uppercase;opacity:1;font-size:.62rem;font-weight:800}.sidebar-nav{padding:.8rem .65rem}.sidebar-section{padding:.25rem 0 .75rem}.sidebar-section-title{color:#64748b;letter-spacing:.11em;margin-bottom:.2rem;padding:.35rem .75rem;font-size:.62rem}.sidebar-link,.sidebar-menu-toggle,.sidebar-sublink{color:#94a3b8;border-radius:10px;min-height:38px;position:relative}.sidebar-link{margin:.1rem 0;padding:.58rem .72rem;font-weight:650}.sidebar-link:hover,.sidebar-menu-toggle:hover,.sidebar-menu[open]>.sidebar-menu-toggle,.sidebar-sublink:hover{color:#f8fafc;background:#94a3b81f}.sidebar-link.active,.sidebar-sublink.active{color:#5eead4;background:#2dd4bf1f;border:1px solid #2dd4bf33}.sidebar-link.active:before{background:#2dd4bf;top:9px;bottom:9px;left:-.65rem}.sidebar-link i,.sidebar-menu-toggle i:not(.menu-caret),.sidebar-sublink i{color:currentColor;opacity:.9}.sidebar-submenu{padding-left:1rem}.sidebar-footer{border-top-color:#94a3b824;padding:.75rem}.sidebar-user{background:#02061757;border:1px solid #94a3b821;border-radius:14px;padding:.65rem}.sidebar-user .user-avatar{color:#5eead4;background:#2dd4bf24;border-radius:11px}.main-content{background:0 0}.top-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #cbd5e1b8;min-height:68px;box-shadow:0 10px 30px #0f172a0d}html[data-theme=dark] .top-header{background:#0f172ad1;border-bottom-color:#94a3b821;box-shadow:0 10px 30px #0003}.page-title-group{flex-direction:column;gap:.1rem;display:flex}.page-title{color:var(--gray-900);font-size:1rem;font-weight:850}.page-subtitle{color:var(--gray-500);font-size:.72rem;font-weight:650}.btn-sidebar-toggle,.header-icon-btn{color:var(--gray-600);background:#f8fafcd9;border:1px solid #cbd5e1b8}html[data-theme=dark] .btn-sidebar-toggle,html[data-theme=dark] .header-icon-btn{background:#1e293bdb;border-color:#94a3b824}.btn-sidebar-toggle:hover,.header-icon-btn:hover{background:var(--med-50);color:var(--med-700);border-color:#14b8a659}.theme-toggle-btn{color:var(--warning)}.org-badge{white-space:nowrap;border-radius:10px;min-height:34px;padding-inline:.72rem;font-size:.75rem}.content-body{padding:1.5rem}.card,.filter-bar,.quick-action-card{background:#ffffffeb;border:1px solid #cbd5e1bd;border-radius:8px;box-shadow:0 12px 36px #0f172a0f}html[data-theme=dark] .card,html[data-theme=dark] .filter-bar,html[data-theme=dark] .quick-action-card{background:#172033eb;border-color:#94a3b829;box-shadow:0 14px 44px #00000038}.card-header,.card-footer{background:#f8fafcc2;border-color:#cbd5e1bd}html[data-theme=dark] .card-header,html[data-theme=dark] .card-footer{background:#0f172a57;border-color:#94a3b829}.card-header h5,.card-header h6{color:var(--gray-900);font-weight:850}.stat-card{border-radius:8px;box-shadow:0 14px 36px #0f172a1a}.btn{border-width:1px;border-radius:8px;min-height:38px;font-weight:780;box-shadow:0 1px 2px #0f172a0f}.btn:hover{box-shadow:0 10px 24px #0f172a1f}.btn-sm{min-width:34px;min-height:34px;padding:.36rem .65rem}.table .btn-sm,td.actions .btn,.actions .btn,.action-buttons .btn,.table-actions .btn{border-radius:9px;width:34px;min-width:34px;height:34px;padding:0}.btn-primary,.btn-success{color:#06151f;background:linear-gradient(135deg,#14b8a6,#10b981);border-color:#0000}.btn-primary:hover,.btn-success:hover{color:#fff;background:linear-gradient(135deg,#0d9488,#059669)}.btn-secondary,.btn-outline-secondary,.btn-light{background:var(--card-bg);border-color:var(--card-border);color:var(--gray-700)}.btn-outline-primary{color:var(--med-700);background:#14b8a614;border-color:#14b8a642}.btn-outline-danger{background:#ef444414;border-color:#ef44443d}.table-container{border-radius:8px}.table{border-collapse:separate;border-spacing:0}.table thead th{color:var(--gray-500);background:#f8fafce0;border-bottom:1px solid #cbd5e1c2;font-size:.68rem;font-weight:850}html[data-theme=dark] .table thead th{background:#0f172a80;border-bottom-color:#94a3b829}.table tbody td{color:var(--gray-700);border-bottom-color:#e2e8f0bd}html[data-theme=dark] .table tbody td{border-bottom-color:#94a3b821}.table tbody tr:hover{background:#14b8a60f}html[data-theme=dark] .table tbody tr:hover{background:#2dd4bf12}.badge{border-radius:999px;font-weight:850}.badge-success{background:var(--success-light);color:#047857}.badge-warning{background:var(--warning-light);color:#b45309}.badge-danger{background:var(--danger-light);color:#dc2626}.badge-info{background:var(--info-light);color:#2563eb}.badge-primary{color:var(--med-700);background:#14b8a624}.badge-secondary{color:var(--gray-600);background:#64748b24}html[data-theme=dark] .badge-success{color:#6ee7b7}html[data-theme=dark] .badge-warning{color:#fcd34d}html[data-theme=dark] .badge-danger{color:#fca5a5}html[data-theme=dark] .badge-info{color:#93c5fd}html[data-theme=dark] .badge-primary{color:#5eead4}.form-control,input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{color:var(--gray-800);background-color:#ffffffeb;border-color:#cbd5e1eb;border-radius:8px}html[data-theme=dark] .form-control,html[data-theme=dark] input:not([type=checkbox]):not([type=radio]):not([type=range]),html[data-theme=dark] select,html[data-theme=dark] textarea{color:var(--gray-800);border-color:#94a3b833;background:#0f172ab3!important}html[data-theme=dark] input::placeholder,html[data-theme=dark] textarea::placeholder{color:#94a3b8}html[data-theme=dark] select,html[data-theme=dark] select.form-control{color:var(--gray-800);background-color:#0f172ab3}.form-label{color:var(--gray-500)}.modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a9e}.modal-content{background:var(--card-bg);border-color:var(--card-border);border-radius:8px}.modal-header,.modal-footer{border-color:var(--card-border);background:#f8fafcc7}html[data-theme=dark] .modal-header,html[data-theme=dark] .modal-footer{background:#0f172a5c}.modal-title{color:var(--gray-900)}.btn-close{color:var(--gray-600);background:#64748b1f}.alert{border-radius:8px}html[data-theme=dark] .alert-success{color:#86efac;background:#10b98121;border-color:#10b98138}html[data-theme=dark] .alert-danger{color:#fca5a5;background:#ef444424;border-color:#ef444440}html[data-theme=dark] .alert-warning{color:#fcd34d;background:#f59e0b24;border-color:#f59e0b40}html[data-theme=dark] .alert-info{color:#93c5fd;background:#3b82f624;border-color:#3b82f640}.text-muted{color:var(--gray-500)!important}.detail-item .detail-value,.quick-action-card{color:var(--gray-800)}.filter-bar:before{background:linear-gradient(90deg,#14b8a6,#22c55e)}@media (width<=991px){.sidebar{box-shadow:18px 0 60px #00000057}.top-header{min-height:62px}}@media (width<=576px){.page-subtitle,.org-badge{display:none}.content-body{padding:1rem}}@media (width<=768px){.table-responsive-card thead{display:none}.table-responsive-card,.table-responsive-card tbody,.table-responsive-card tr,.table-responsive-card td{width:100%;display:block}.table-responsive-card tr{background:var(--card-bg);border-radius:var(--card-radius);box-shadow:var(--card-shadow);border:1px solid var(--card-border);margin-bottom:.75rem;padding:1rem}.table-responsive-card tr:hover{background:var(--card-bg)}.table-responsive-card td{text-align:right;justify-content:space-between;align-items:center;gap:.5rem;display:flex;border:none!important;padding:.35rem 0!important}.table-responsive-card td:before{content:attr(data-label);font-weight:600;font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);text-align:left;flex-shrink:0}.table-responsive-card td:last-child{margin-top:.5rem;border-top:1px solid var(--gray-200)!important;padding-top:.6rem!important}.table-responsive-card td:last-child:before{display:none}.table-responsive-card td:last-child .table-actions{justify-content:flex-end;width:100%}}.page-hero{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.page-hero-main{align-items:center;gap:.85rem;min-width:0;display:flex}.page-hero-icon{color:#06151f;background:linear-gradient(135deg,#2dd4bf,#22c55e);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 16px 34px #14b8a63d}.page-hero-icon-danger{color:#fff;background:linear-gradient(135deg,#f87171,#dc2626);box-shadow:0 16px 34px #dc262638}.page-hero-icon-purple{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6d28d9);box-shadow:0 16px 34px #6d28d938}.page-hero h2{color:var(--gray-900);margin:0;font-size:1.55rem;font-weight:900;line-height:1.15}.page-hero p{color:var(--gray-500);margin:.25rem 0 0;font-size:.88rem}.page-hero-action{min-height:42px}.data-card .card-header h6{align-items:center;gap:.55rem;display:inline-flex}.record-code{min-height:28px;color:var(--med-700);background:#14b8a61f;border:1px solid #14b8a62e;border-radius:999px;align-items:center;padding:0 .58rem;font-size:.76rem;font-weight:850;display:inline-flex}.record-title{color:var(--gray-900);font-weight:850}.record-title:hover{color:var(--med-700)}.money-stack{flex-direction:column;gap:.12rem;font-size:.78rem;font-weight:750;display:flex}.money-due{color:var(--danger)}.money-paid{color:var(--success)}.table-actions{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.bg-success{background:var(--success-light)!important;color:#047857!important}.bg-secondary{color:var(--gray-600)!important;background:#64748b24!important}.bg-info{background:var(--info-light)!important;color:#2563eb!important}.bg-primary{color:var(--med-700)!important;background:#14b8a624!important}html[data-theme=dark] .bg-success{color:#6ee7b7!important}html[data-theme=dark] .bg-info{color:#93c5fd!important}html[data-theme=dark] .set-header h2,html[data-theme=dark] .set-section h5,html[data-theme=dark] .set-fld label,html[data-theme=dark] .set-switch label,html[data-theme=dark] .availability-title h3,html[data-theme=dark] .appointment-modal .appt-section-title,html[data-theme=dark] .lab-edit-modal .modal-title,html[data-theme=dark] .exp-brand h2,html[data-theme=dark] .exp-stat-val,html[data-theme=dark] .exp-date-main,html[data-theme=dark] .exp-desc-main,html[data-theme=dark] .bak-header h2,html[data-theme=dark] .bak-stat-val,html[data-theme=dark] .bak-card-hdr h5,html[data-theme=dark] .ops-title h2,html[data-theme=dark] .ops-name,html[data-theme=dark] .staff-title h2,html[data-theme=dark] .staff-name,html[data-theme=dark] .staff-stat strong,html[data-theme=dark] .lab-title h2,html[data-theme=dark] .lab-stat-value,html[data-theme=dark] .lab-test-name,html[data-theme=dark] .sales-header h2,html[data-theme=dark] .sales-table-header h5,html[data-theme=dark] .stat-info .stat-value,html[data-theme=dark] .exp-title h2,html[data-theme=dark] .exp-main,html[data-theme=dark] .exp-stat strong,html[data-theme=dark] .po-hdr-text h2,html[data-theme=dark] .po-stat-val,html[data-theme=dark] .po-table-hdr h5,html[data-theme=dark] .po-form-hdr h5,html[data-theme=dark] .po-view-hdr h5,html[data-theme=dark] .po-supplier-main,html[data-theme=dark] .pos-title h2,html[data-theme=dark] .pos-panel-title,html[data-theme=dark] .pos-total-line strong,html[data-theme=dark] .pos-total-line.grand{color:var(--gray-900)!important}html[data-theme=dark] .set-header p,html[data-theme=dark] .set-fld .help,html[data-theme=dark] .availability-title p,html[data-theme=dark] .exp-brand p,html[data-theme=dark] .exp-stat-lbl,html[data-theme=dark] .exp-date-sub,html[data-theme=dark] .exp-ref,html[data-theme=dark] .bak-header p,html[data-theme=dark] .bak-stat-lbl,html[data-theme=dark] .ops-title p,html[data-theme=dark] .ops-sub,html[data-theme=dark] .staff-title p,html[data-theme=dark] .staff-sub,html[data-theme=dark] .staff-stat span,html[data-theme=dark] .lab-title p,html[data-theme=dark] .lab-stat-label,html[data-theme=dark] .lab-muted,html[data-theme=dark] .sales-header p,html[data-theme=dark] .stat-info .stat-label,html[data-theme=dark] .exp-title p,html[data-theme=dark] .exp-sub,html[data-theme=dark] .exp-stat small,html[data-theme=dark] .po-hdr-text p,html[data-theme=dark] .po-stat-lbl,html[data-theme=dark] .po-subtle,html[data-theme=dark] .pos-title p,html[data-theme=dark] .pos-help,html[data-theme=dark] .pos-line-muted,html[data-theme=dark] .lab-edit-modal .form-label{color:var(--gray-500)!important}html[data-theme=dark] .set-tabs{border-bottom-color:#94a3b82e!important}html[data-theme=dark] .set-tab{color:var(--gray-500)!important}html[data-theme=dark] .set-tab:hover,html[data-theme=dark] .set-tab.active{color:#5eead4!important;background:#2dd4bf1a!important;border-bottom-color:#2dd4bf!important}html[data-theme=dark] .set-card,html[data-theme=dark] .set-preview,html[data-theme=dark] .availability-hero,html[data-theme=dark] .availability-filter,html[data-theme=dark] .availability-card,html[data-theme=dark] .availability-note,html[data-theme=dark] .appointment-modal .appt-section,html[data-theme=dark] .lab-edit-card,html[data-theme=dark] .exp-stat,html[data-theme=dark] .exp-filter,html[data-theme=dark] .exp-card,html[data-theme=dark] .exp-cat-row,html[data-theme=dark] .exp-method,html[data-theme=dark] .bak-stat,html[data-theme=dark] .bak-card,html[data-theme=dark] .ops-card,html[data-theme=dark] .staff-card,html[data-theme=dark] .staff-stat,html[data-theme=dark] .lab-hero,html[data-theme=dark] .lab-stat,html[data-theme=dark] .lab-panel,html[data-theme=dark] .lab-modal-card,html[data-theme=dark] .comp-card,html[data-theme=dark] .filter-panel,html[data-theme=dark] .sales-table-card,html[data-theme=dark] .stat-grid .stat-card,html[data-theme=dark] .exp-stat-grid .exp-stat,html[data-theme=dark] .exp-filter,html[data-theme=dark] .exp-card,html[data-theme=dark] .po-filter-bar,html[data-theme=dark] .po-stat-card,html[data-theme=dark] .po-table-card,html[data-theme=dark] .po-form-card,html[data-theme=dark] .po-view-card,html[data-theme=dark] .po-item-toolbar,html[data-theme=dark] .po-item-row,html[data-theme=dark] .pos-panel,html[data-theme=dark] .pos-total-card,html[data-theme=dark] #searchResults,html[data-theme=dark] .pos-receipt-paper{background:var(--card-bg)!important;border-color:var(--card-border)!important;color:var(--gray-700)!important}html[data-theme=dark] .set-fld input,html[data-theme=dark] .set-fld select,html[data-theme=dark] .set-fld textarea,html[data-theme=dark] .availability-filter .form-control,html[data-theme=dark] .availability-filter .form-select,html[data-theme=dark] .appointment-modal .form-control,html[data-theme=dark] .appointment-modal .form-select,html[data-theme=dark] .lab-edit-modal .form-control,html[data-theme=dark] .exp-filter input,html[data-theme=dark] .exp-filter select,html[data-theme=dark] .bak-fld input,html[data-theme=dark] .bak-fld select,html[data-theme=dark] .ops-toolbar .form-control,html[data-theme=dark] .ops-toolbar .form-select,html[data-theme=dark] .staff-toolbar .form-control,html[data-theme=dark] .staff-toolbar .form-select,html[data-theme=dark] .lab-field .form-control,html[data-theme=dark] .lab-field .form-select,html[data-theme=dark] .lab-modal .form-control,html[data-theme=dark] .lab-modal .form-select,html[data-theme=dark] .comp-modal .form-control,html[data-theme=dark] .comp-modal .form-select,html[data-theme=dark] .filter-panel .filter-field input,html[data-theme=dark] .filter-panel .filter-field select,html[data-theme=dark] .exp-field input,html[data-theme=dark] .po-filter-bar input,html[data-theme=dark] .po-filter-bar select,html[data-theme=dark] .po-form-row input,html[data-theme=dark] .po-form-row select,html[data-theme=dark] .po-form-row textarea,html[data-theme=dark] .po-item-row input,html[data-theme=dark] .po-item-row select,html[data-theme=dark] .po-tool-actions .form-control{color:var(--gray-800)!important;background:#0f172ab3!important;border-color:#94a3b833!important}html[data-theme=dark] .set-fld input[type=color]{background:0 0!important}html[data-theme=dark] .appointment-modal .modal-content,html[data-theme=dark] .lab-edit-modal .modal-content{background:var(--card-bg)!important}html[data-theme=dark] .appointment-modal .modal-footer,html[data-theme=dark] .lab-edit-modal .modal-body,html[data-theme=dark] .lab-edit-modal .modal-footer,html[data-theme=dark] .exp-card-hdr,html[data-theme=dark] .bak-card-hdr,html[data-theme=dark] .ops-toolbar,html[data-theme=dark] .ops-meta,html[data-theme=dark] .ops-pager,html[data-theme=dark] .staff-toolbar,html[data-theme=dark] .staff-meta,html[data-theme=dark] .staff-pager,html[data-theme=dark] .lab-toolbar,html[data-theme=dark] .lab-footer,html[data-theme=dark] .lab-modal .modal-body,html[data-theme=dark] .lab-modal .modal-footer,html[data-theme=dark] .comp-modal .modal-body,html[data-theme=dark] .comp-modal .modal-footer,html[data-theme=dark] .sales-table-header,html[data-theme=dark] .exp-card-hdr,html[data-theme=dark] .po-table-hdr,html[data-theme=dark] .po-form-hdr,html[data-theme=dark] .po-view-hdr{border-color:var(--card-border)!important;background:#0f172a57!important}html[data-theme=dark] .exp-tbl th,html[data-theme=dark] .bak-tbl th,html[data-theme=dark] .ops-table th,html[data-theme=dark] .staff-table th,html[data-theme=dark] .lab-table th,html[data-theme=dark] .sales-table thead th,html[data-theme=dark] .exp-table th,html[data-theme=dark] .po-table th{color:var(--gray-500)!important;background:#0f172a80!important;border-color:#94a3b829!important}html[data-theme=dark] .exp-tbl td,html[data-theme=dark] .bak-tbl td,html[data-theme=dark] .ops-table td,html[data-theme=dark] .staff-table td,html[data-theme=dark] .lab-table td,html[data-theme=dark] .sales-table tbody td,html[data-theme=dark] .exp-table td,html[data-theme=dark] .po-table td{color:var(--gray-700)!important;border-color:#94a3b821!important}html[data-theme=dark] .exp-tbl tbody tr:hover,html[data-theme=dark] .bak-tbl tbody tr:hover,html[data-theme=dark] .ops-table tr:hover td,html[data-theme=dark] .staff-table tr:hover td,html[data-theme=dark] .lab-table tbody tr:hover,html[data-theme=dark] .sales-table tbody tr:hover,html[data-theme=dark] .po-table tbody tr:hover{background:#2dd4bf12!important}html[data-theme=dark] .exp-cat-badge,html[data-theme=dark] .bak-pill.pending,html[data-theme=dark] .ops-btn,html[data-theme=dark] .staff-btn,html[data-theme=dark] .lab-code,html[data-theme=dark] .lab-pill.inactive,html[data-theme=dark] .filter-presets .preset-btn,html[data-theme=dark] .exp-badge.gray,html[data-theme=dark] .po-exp-chip,html[data-theme=dark] .po-action-btn,html[data-theme=dark] .exp-btn,html[data-theme=dark] .btn-outline-teal{color:var(--gray-700)!important;background:#0f172ab3!important;border-color:#94a3b833!important}html[data-theme=dark] .po-total-bar{background:#14b8a61a!important;border-color:#2dd4bf38!important}html[data-theme=dark] .appointment-modal .modal-header{background:linear-gradient(135deg,#0f766e,#14b8a6)!important}html[data-theme=dark] .availability-filter a{color:var(--gray-700)!important;background:#0f172ab3!important;border-color:#94a3b833!important}html[data-theme=dark] .set-api-box{background:#3b82f61a!important;border-color:#3b82f638!important}html[data-theme=dark] .set-api-box strong{color:#93c5fd!important}html[data-theme=dark] .set-api-box code,html[data-theme=dark] .set-code-sample{color:#e2e8f0!important;background:#0b1120!important;border-color:#94a3b82e!important}html[data-theme=dark] .pos-panel-header,html[data-theme=dark] .appointment-modal .modal-body{border-color:var(--card-border)!important;background:#0f172a57!important}html[data-theme=dark] .pos-input-group{background:#0f172ab3!important;border-color:#94a3b833!important}html[data-theme=dark] .pos-segment label{color:var(--gray-600)!important;background:#0f172ab3!important;border-color:#94a3b833!important}html[data-theme=dark] .pos-segment input:checked+label,html[data-theme=dark] .pos-panel-title i,html[data-theme=dark] .pos-result-item:hover{color:#5eead4!important;background:#2dd4bf1a!important;border-color:#2dd4bf3d!important}html[data-theme=dark] .pos-result-item{color:var(--gray-700)!important;border-color:#94a3b824!important}@media (width<=640px){.page-hero{flex-direction:column;align-items:flex-start}.page-hero-action{width:100%}}html[data-theme=dark]{--ui-navy-page:#0f172a;--ui-navy-panel:#162033;--ui-navy-panel-2:#111a2c;--ui-navy-line:#2a3951;--ui-navy-line-soft:#233149;--ui-navy-text:#f8fafc;--ui-navy-muted:#8ea0bf;--ui-red:#ff4d57;--ui-red-soft:#ff4d5729}html[data-theme=dark] body{background:var(--ui-navy-page)!important}html[data-theme=dark] .content-body{background:0 0}html[data-theme=dark] .card,html[data-theme=dark] .filter-bar,html[data-theme=dark] .data-card,html[data-theme=dark] .table-container,html[data-theme=dark] .exp-card,html[data-theme=dark] .bak-card,html[data-theme=dark] .ops-card,html[data-theme=dark] .staff-card,html[data-theme=dark] .lab-panel,html[data-theme=dark] .sales-table-card,html[data-theme=dark] .po-table-card,html[data-theme=dark] .po-form-card,html[data-theme=dark] .po-view-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important}html[data-theme=dark] .card-header,html[data-theme=dark] .card-footer,html[data-theme=dark] .exp-card-hdr,html[data-theme=dark] .bak-card-hdr,html[data-theme=dark] .ops-toolbar,html[data-theme=dark] .ops-meta,html[data-theme=dark] .ops-pager,html[data-theme=dark] .staff-toolbar,html[data-theme=dark] .staff-meta,html[data-theme=dark] .staff-pager,html[data-theme=dark] .lab-toolbar,html[data-theme=dark] .lab-footer,html[data-theme=dark] .sales-table-header,html[data-theme=dark] .po-table-hdr,html[data-theme=dark] .po-form-hdr,html[data-theme=dark] .po-view-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .table,html[data-theme=dark] .exp-tbl,html[data-theme=dark] .bak-tbl,html[data-theme=dark] .ops-table,html[data-theme=dark] .staff-table,html[data-theme=dark] .lab-table,html[data-theme=dark] .sales-table,html[data-theme=dark] .exp-table,html[data-theme=dark] .po-table{background:var(--ui-navy-panel)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .table thead th,html[data-theme=dark] .exp-tbl th,html[data-theme=dark] .bak-tbl th,html[data-theme=dark] .ops-table th,html[data-theme=dark] .staff-table th,html[data-theme=dark] .lab-table th,html[data-theme=dark] .sales-table thead th,html[data-theme=dark] .exp-table th,html[data-theme=dark] .po-table th{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:#dbeafe!important}html[data-theme=dark] .table tbody td,html[data-theme=dark] .exp-tbl td,html[data-theme=dark] .bak-tbl td,html[data-theme=dark] .ops-table td,html[data-theme=dark] .staff-table td,html[data-theme=dark] .lab-table td,html[data-theme=dark] .sales-table tbody td,html[data-theme=dark] .exp-table td,html[data-theme=dark] .po-table td{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .table tbody tr:hover td,html[data-theme=dark] .table tbody tr:hover,html[data-theme=dark] .exp-tbl tbody tr:hover,html[data-theme=dark] .bak-tbl tbody tr:hover,html[data-theme=dark] .ops-table tr:hover td,html[data-theme=dark] .staff-table tr:hover td,html[data-theme=dark] .lab-table tbody tr:hover,html[data-theme=dark] .sales-table tbody tr:hover,html[data-theme=dark] .exp-table tbody tr:hover,html[data-theme=dark] .po-table tbody tr:hover{background:#1b2740!important}html[data-theme=dark] .text-muted,html[data-theme=dark] .record-code,html[data-theme=dark] .lab-muted,html[data-theme=dark] .ops-sub,html[data-theme=dark] .staff-sub,html[data-theme=dark] .exp-sub,html[data-theme=dark] .po-subtle{color:var(--ui-navy-muted)!important}html[data-theme=dark] .record-title,html[data-theme=dark] .fw-semibold,html[data-theme=dark] .fw-bold,html[data-theme=dark] .lab-test-name,html[data-theme=dark] .ops-name,html[data-theme=dark] .staff-name,html[data-theme=dark] .exp-main,html[data-theme=dark] .po-supplier-main{color:var(--ui-navy-text)!important}html[data-theme=dark] .badge-danger,html[data-theme=dark] .exp-amount,html[data-theme=dark] .money-due,html[data-theme=dark] .text-danger{color:var(--ui-red)!important}html[data-theme=dark] .badge-danger,html[data-theme=dark] .exp-cat-badge,html[data-theme=dark] .exp-badge.red{background:var(--ui-red-soft)!important;border-color:#ff4d5738!important}html[data-theme=dark] input,html[data-theme=dark] select,html[data-theme=dark] textarea,html[data-theme=dark] .form-control,html[data-theme=dark] .form-select{color:var(--ui-navy-text)!important;background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] input[type=date],html[data-theme=dark] input[type=time],html[data-theme=dark] input[type=datetime-local],html[data-theme=dark] input[type=month]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] .tnt-filter,html[data-theme=dark] .tnt-card,html[data-theme=dark] .tnc-card,html[data-theme=dark] .tne-card,html[data-theme=dark] .tnv-card,html[data-theme=dark] .usr-stat,html[data-theme=dark] .usr-filter,html[data-theme=dark] .usr-card,html[data-theme=dark] .txn-stat,html[data-theme=dark] .txn-filter,html[data-theme=dark] .txn-card,html[data-theme=dark] .sup-filter,html[data-theme=dark] .sup-card,html[data-theme=dark] .sup-meta-card,html[data-theme=dark] .sys-card,html[data-theme=dark] .sys-card-ftr,html[data-theme=dark] .sp-card,html[data-theme=dark] .rc-card,html[data-theme=dark] .rbac-card,html[data-theme=dark] .availability-hero,html[data-theme=dark] .availability-filter,html[data-theme=dark] .availability-card,html[data-theme=dark] .availability-note,html[data-theme=dark] .lab-hero,html[data-theme=dark] .lab-stat,html[data-theme=dark] .lab-modal-card,html[data-theme=dark] .po-stat-card,html[data-theme=dark] .po-item-toolbar,html[data-theme=dark] .po-item-row,html[data-theme=dark] .exp-stat,html[data-theme=dark] .exp-filter,html[data-theme=dark] .staff-stat,html[data-theme=dark] .pos-panel,html[data-theme=dark] .pos-total-card,html[data-theme=dark] #searchResults,html[data-theme=dark] .table-responsive,html[data-theme=dark] .bg-white{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .tnt-card-hdr,html[data-theme=dark] .usr-card-hdr,html[data-theme=dark] .txn-card-hdr,html[data-theme=dark] .sup-card-hdr,html[data-theme=dark] .rc-card-hdr,html[data-theme=dark] .sys-card-hdr,html[data-theme=dark] .lab-modal .modal-body,html[data-theme=dark] .lab-modal .modal-footer,html[data-theme=dark] .appointment-modal .modal-footer,html[data-theme=dark] .pos-panel-header{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .table-light,html[data-theme=dark] .table-light th,html[data-theme=dark] .table-light td,html[data-theme=dark] .tnt-tbl th,html[data-theme=dark] .usr-tbl th,html[data-theme=dark] .txn-tbl th,html[data-theme=dark] .sup-tbl th,html[data-theme=dark] .rc-tbl th{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:#dbeafe!important}html[data-theme=dark] .tnt-tbl,html[data-theme=dark] .usr-tbl,html[data-theme=dark] .txn-tbl,html[data-theme=dark] .sup-tbl,html[data-theme=dark] .rc-tbl{background:var(--ui-navy-panel)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .tnt-tbl td,html[data-theme=dark] .usr-tbl td,html[data-theme=dark] .txn-tbl td,html[data-theme=dark] .sup-tbl td,html[data-theme=dark] .rc-tbl td{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .tnt-tbl tbody tr:hover,html[data-theme=dark] .usr-tbl tbody tr:hover,html[data-theme=dark] .txn-tbl tbody tr:hover,html[data-theme=dark] .sup-tbl tbody tr:hover,html[data-theme=dark] .rc-tbl tbody tr:hover{background:#1b2740!important}html[data-theme=dark] .tnt-filter input,html[data-theme=dark] .tnt-filter select,html[data-theme=dark] .usr-filter input,html[data-theme=dark] .usr-filter select,html[data-theme=dark] .txn-filter input,html[data-theme=dark] .txn-filter select,html[data-theme=dark] .sup-filter input,html[data-theme=dark] .sup-filter select,html[data-theme=dark] .availability-filter .form-control,html[data-theme=dark] .availability-filter .form-select,html[data-theme=dark] .lab-field .form-control,html[data-theme=dark] .lab-field .form-select,html[data-theme=dark] .lab-modal .form-control,html[data-theme=dark] .lab-modal .form-select,html[data-theme=dark] .po-filter-bar input,html[data-theme=dark] .po-filter-bar select,html[data-theme=dark] .po-form-row input,html[data-theme=dark] .po-form-row select,html[data-theme=dark] .po-form-row textarea,html[data-theme=dark] .pos-panel input,html[data-theme=dark] .pos-panel select,html[data-theme=dark] .pos-panel textarea,html[data-theme=dark] .pos-input-group,html[data-theme=dark] .pos-search-wrap input,html[data-theme=dark] .pos-qty-control{color:var(--ui-navy-text)!important;background-color:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] .pos-input-group input{color:var(--ui-navy-text)!important;background-color:#111a2c!important}html[data-theme=dark] .pos-input-group .btn{border-color:#31425f!important}html[data-theme=dark] .pos-result-item{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .pos-result-item:hover,html[data-theme=dark] .pos-segment input:checked+label{color:#5eead4!important;background:#2dd4bf1f!important;border-color:#2dd4bf47!important}html[data-theme=dark] .pos-total-line,html[data-theme=dark] .pos-help,html[data-theme=dark] .pos-line-muted,html[data-theme=dark] .pos-cart-empty td{color:var(--ui-navy-muted)!important}html[data-theme=dark] .pos-title h2,html[data-theme=dark] .pos-panel-title,html[data-theme=dark] .pos-total-line strong,html[data-theme=dark] .pos-total-line.grand,html[data-theme=dark] .pos-cart-table strong{color:var(--ui-navy-text)!important}html[data-theme=dark] .pos-total-line.grand{border-color:var(--ui-navy-line)!important}html[data-theme=dark] .content-body div[style*="background:#fff"],html[data-theme=dark] .content-body div[style*="background: #fff"],html[data-theme=dark] .content-body div[style*="background:#ffffff"],html[data-theme=dark] .content-body div[style*="background: #ffffff"],html[data-theme=dark] .content-body div[style*=background\:white],html[data-theme=dark] .content-body div[style*="background: white"],html[data-theme=dark] .content-body form[style*="background:#fff"],html[data-theme=dark] .content-body form[style*="background: #fff"],html[data-theme=dark] .content-body form[style*="background:#ffffff"],html[data-theme=dark] .content-body form[style*="background: #ffffff"],html[data-theme=dark] .content-body form[style*=background\:white],html[data-theme=dark] .content-body form[style*="background: white"],html[data-theme=dark] .content-body section[style*="background:#fff"],html[data-theme=dark] .content-body section[style*="background: #fff"],html[data-theme=dark] .content-body section[style*="background:#ffffff"],html[data-theme=dark] .content-body section[style*="background: #ffffff"],html[data-theme=dark] .content-body section[style*=background\:white],html[data-theme=dark] .content-body section[style*="background: white"]{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .content-body div[style*="background:#f8fafc"],html[data-theme=dark] .content-body div[style*="background: #f8fafc"],html[data-theme=dark] .content-body div[style*="background:#f9fafb"],html[data-theme=dark] .content-body div[style*="background: #f9fafb"],html[data-theme=dark] .content-body thead[style*="background:#f8fafc"],html[data-theme=dark] .content-body thead[style*="background: #f8fafc"],html[data-theme=dark] .content-body thead[style*="background:#f9fafb"],html[data-theme=dark] .content-body thead[style*="background: #f9fafb"]{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .tnt-brand h2,html[data-theme=dark] .tnc-brand h2,html[data-theme=dark] .tne-brand h2,html[data-theme=dark] .tnv-brand h2,html[data-theme=dark] .lab-title h2,html[data-theme=dark] .staff-stat strong,html[data-theme=dark] .tnt-card-hdr h5,html[data-theme=dark] .sys-card-hdr h5,html[data-theme=dark] .rc-card h5,html[data-theme=dark] .sup-card h5,html[data-theme=dark] .usr-card h5,html[data-theme=dark] .txn-card h5{color:var(--ui-navy-text)!important}html[data-theme=dark] .tnt-brand p,html[data-theme=dark] .tnc-brand p,html[data-theme=dark] .tne-brand p,html[data-theme=dark] .tnv-brand p,html[data-theme=dark] .lab-title p,html[data-theme=dark] .staff-stat span,html[data-theme=dark] .tnt-card-hdr small,html[data-theme=dark] .sup-card small{color:var(--ui-navy-muted)!important}html[data-theme=dark] .auth-wrapper{background:linear-gradient(135deg,#0b1120 0%,#0f172a 40%,#172033 100%)!important}html[data-theme=dark] .auth-wrapper:before{background:radial-gradient(circle at 20% 30%,#2dd4bf0f 0%,#0000 50%),radial-gradient(circle at 80% 70%,#2dd4bf0a 0%,#0000 50%),radial-gradient(circle,#14b8a608 0%,#0000 70%)}html[data-theme=dark] .auth-wrapper:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath d='M28 2h4v24h24v4H32v24h-4V30H4v-4h24V2z' fill='rgba(45,212,191,0.04)'/%3E%3C/svg%3E")}html[data-theme=dark] .auth-orb{background:#2dd4bf0f!important}html[data-theme=dark] .auth-card{background:#172033f7!important;box-shadow:0 25px 60px #0006,0 0 0 1px #2dd4bf14!important}html[data-theme=dark] .auth-card-header{background:linear-gradient(135deg,#0f766e,#0d9488)!important}html[data-theme=dark] .auth-form-group label{color:#cbd5e1!important}html[data-theme=dark] .auth-form-group .input-icon-wrapper input,html[data-theme=dark] .auth-form-group .input-icon-wrapper select,html[data-theme=dark] .auth-form-group .input-icon-wrapper textarea{color:#f1f5f9!important;background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] .auth-form-group .input-icon-wrapper input:hover,html[data-theme=dark] .auth-form-group .input-icon-wrapper select:hover,html[data-theme=dark] .auth-form-group .input-icon-wrapper textarea:hover{background:#162033!important;border-color:#475569!important}html[data-theme=dark] .auth-form-group .input-icon-wrapper input:focus,html[data-theme=dark] .auth-form-group .input-icon-wrapper select:focus,html[data-theme=dark] .auth-form-group .input-icon-wrapper textarea:focus{background:#162033!important;border-color:#2dd4bf!important;box-shadow:0 0 0 4px #2dd4bf14,0 2px 8px #0003!important}html[data-theme=dark] .auth-form-group .input-icon-wrapper .input-icon{color:#64748b!important}html[data-theme=dark] .auth-form-group .input-icon-wrapper input:focus~.input-icon,html[data-theme=dark] .auth-form-group .input-icon-wrapper select:focus~.input-icon,html[data-theme=dark] .auth-form-group .input-icon-wrapper textarea:focus~.input-icon{color:#2dd4bf!important}html[data-theme=dark] .auth-form-group .input-icon-wrapper input.is-invalid,html[data-theme=dark] .auth-form-group .input-icon-wrapper select.is-invalid,html[data-theme=dark] .auth-form-group .input-icon-wrapper textarea.is-invalid{background:#ef444414!important;border-color:#dc2626!important}html[data-theme=dark] .hero{background:linear-gradient(90deg,#0f172afa 0%,#0f172aeb 42%,#0f172a2e 74%),url("{{ asset('images/medpoint360-hero.png') }}") 100%/cover no-repeat!important}html[data-theme=dark] body.landing-page,html[data-theme=dark] .landing-container{color:#f1f5f9!important;background:#0f172a!important}html[data-theme=dark] .landing-page h1,html[data-theme=dark] .landing-page h2,html[data-theme=dark] .landing-page h3,html[data-theme=dark] .landing-page h4,html[data-theme=dark] .landing-page h5{color:#f8fafc!important}html[data-theme=dark] .landing-page p,html[data-theme=dark] .landing-page .text-muted{color:#94a3b8!important}html[data-theme=dark] .landing-page a:not(.btn){color:#5eead4!important}html[data-theme=dark] .quick-action-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;color:#cbd5e1!important}html[data-theme=dark] .quick-action-card:hover{color:#5eead4!important;background:#2dd4bf14!important;border-color:#2dd4bf!important;box-shadow:0 8px 25px #0000004d!important}html[data-theme=dark] .header-search{background:#0f172ab3!important;border-color:#94a3b82e!important}html[data-theme=dark] .header-search:focus-within{background:#172033e6!important;border-color:#2dd4bf!important;box-shadow:0 0 0 4px #2dd4bf14,0 2px 8px #0003!important}html[data-theme=dark] .header-search:hover{background:#172033d9!important;border-color:#94a3b84d!important}html[data-theme=dark] .header-search input,html[data-theme=dark] .header-search .header-search-input{color:#f1f5f9!important}html[data-theme=dark] .header-search .search-icon-wrap{color:#64748b!important}html[data-theme=dark] .header-search:focus-within .search-icon-wrap{color:#2dd4bf!important}html[data-theme=dark] input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=dark] input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.85)}html[data-theme=dark] input[type=time]::-webkit-calendar-picker-indicator{filter:invert(.85)}html[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.85)}html[data-theme=dark] input[type=month]::-webkit-calendar-picker-indicator{filter:invert(.85)}html[data-theme=dark] input[type=search]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E")!important;background-position:12px!important;background-repeat:no-repeat!important;background-size:16px!important}html[data-theme=dark] input[type=search]:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232dd4bf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E")!important}html[data-theme=dark] select,html[data-theme=dark] select.form-control{padding-right:1rem;background-image:none!important}html[data-theme=dark] select option{color:#e2e8f0!important;background:#111827!important}html[data-theme=dark] input[type=checkbox]{background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] input[type=checkbox]:hover{background:#2dd4bf1a!important;border-color:#2dd4bf!important}html[data-theme=dark] input[type=radio]{background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] input[type=radio]:hover{border-color:#2dd4bf!important}html[data-theme=dark] input[type=radio]:checked{box-shadow:inset 0 0 0 3.5px #0f172a!important}html[data-theme=dark] input:disabled,html[data-theme=dark] select:disabled,html[data-theme=dark] textarea:disabled{opacity:.6;color:#64748b!important;background-color:#1e293b99!important;border-color:#94a3b81f!important}html[data-theme=dark] input[readonly],html[data-theme=dark] textarea[readonly]{color:#94a3b8!important;background:#1e293b80!important}html[data-theme=dark] .section-divider{border-top-color:var(--ui-navy-line)!important}html[data-theme=dark] .empty-state{color:#64748b!important}html[data-theme=dark] .empty-state h5,html[data-theme=dark] .detail-item .detail-label{color:#94a3b8!important}html[data-theme=dark] .detail-item .detail-value{color:#f1f5f9!important}html[data-theme=dark] .filter-bar .filter-group select{background-image:linear-gradient(45deg,#0000 50%,#64748b 50%),linear-gradient(135deg,#64748b 50%,#0000 50%),linear-gradient(#111a2c 0%,#162033 100%)!important}html[data-theme=dark] .filter-bar .filter-group select:hover{background:#162033!important;border-color:#475569!important}html[data-theme=dark] .filter-bar .filter-group select:focus{background:#162033!important;border-color:#2dd4bf!important;box-shadow:0 0 0 3px #2dd4bf1a,0 2px 8px #0003!important}html[data-theme=dark] .filter-bar .filter-group input:hover,html[data-theme=dark] .filter-bar .filter-group select:hover{background:#162033!important;border-color:#475569!important}html[data-theme=dark] .filter-bar .filter-group input:focus,html[data-theme=dark] .filter-bar .filter-group select:focus{border-color:#2dd4bf!important}html[data-theme=dark] .filter-bar .filter-group label{color:#94a3b8!important}@media print{html[data-theme=dark] body{color:#000!important;background:#fff!important}}html[data-theme=dark] [class*=bg-white],html[data-theme=dark] [style*="background: white"],html[data-theme=dark] [style*=background\:white],html[data-theme=dark] [style*="background: #ffffff"],html[data-theme=dark] [style*="background:#ffffff"],html[data-theme=dark] [style*="background: #fff"],html[data-theme=dark] [style*="background:#fff"],html[data-theme=dark] [style*="background-color: white"],html[data-theme=dark] [style*=background-color\:white],html[data-theme=dark] [style*="background-color: #fff"],html[data-theme=dark] [style*="background-color:#fff"],html[data-theme=dark] [style*="background-color: #ffffff"],html[data-theme=dark] [style*="background-color:#ffffff"]{background:var(--ui-navy-panel)!important}html[data-theme=dark] .btn-outline-primary:hover{color:#5eead4!important;background:#2dd4bf26!important;border-color:#2dd4bf66!important}html[data-theme=dark] .btn-outline-secondary:hover{color:#e2e8f0!important;background:#94a3b81f!important;border-color:#94a3b84d!important}html[data-theme=dark] .btn-outline-danger:hover{color:#fca5a5!important;background:#ef444426!important;border-color:#ef444466!important}html[data-theme=dark] .btn-light{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;color:#e2e8f0!important}html[data-theme=dark] .btn-light:hover{background:var(--ui-navy-panel-2)!important;color:#f8fafc!important;border-color:#94a3b84d!important}html[data-theme=dark] .org-badge{color:#5eead4!important;background:#2dd4bf1a!important;border:1px solid #2dd4bf33!important}html[data-theme=dark] .header-icon-btn .notif-dot{border-color:#0f172a!important}html[data-theme=dark] .page-hero h2{color:#f8fafc!important}html[data-theme=dark] .page-hero p{color:#94a3b8!important}html[data-theme=dark] .btn-close{color:#94a3b8!important;background:#94a3b81f!important}html[data-theme=dark] .btn-close:hover{color:#fca5a5!important;background:#ef444433!important}html[data-theme=dark] a:not(.btn):not(.sidebar-link):not(.sidebar-sublink):not(.nav-link):not(.dropdown-item){color:#5eead4}html[data-theme=dark] a:not(.btn):not(.sidebar-link):not(.sidebar-sublink):not(.nav-link):not(.dropdown-item):hover{color:#99f6e4}html[data-theme=dark] .tnc-brand p,html[data-theme=dark] .tne-brand p,html[data-theme=dark] .tnv-brand p,html[data-theme=dark] .lab-title p,html[data-theme=dark] .staff-stat span,html[data-theme=dark] .tnt-filter label,html[data-theme=dark] .usr-filter label,html[data-theme=dark] .txn-filter label,html[data-theme=dark] .sup-filter label,html[data-theme=dark] .pos-title p,html[data-theme=dark] .pos-field label{color:var(--ui-navy-muted)!important}html[data-theme=dark] .tnt-btn,html[data-theme=dark] .usr-btn,html[data-theme=dark] .txn-btn,html[data-theme=dark] .sup-btn,html[data-theme=dark] .rc-btn{color:var(--ui-navy-text)!important;background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] .sad-icon,html[data-theme=dark] .usr-icon,html[data-theme=dark] .txn-icon,html[data-theme=dark] .tnt-icon,html[data-theme=dark] .anl-icon,html[data-theme=dark] .bil-icon,html[data-theme=dark] .dbt-icon,html[data-theme=dark] .sup-icon,html[data-theme=dark] .sp-icon,html[data-theme=dark] .rc-icon,html[data-theme=dark] .sys-icon{color:#fff!important}html[data-theme=dark] .sad-brand h2,html[data-theme=dark] .usr-brand h2,html[data-theme=dark] .txn-brand h2,html[data-theme=dark] .tnt-brand h2,html[data-theme=dark] .anl-brand h2,html[data-theme=dark] .bil-brand h2,html[data-theme=dark] .dbt-brand h2,html[data-theme=dark] .sup-brand h2,html[data-theme=dark] .sp-brand h2,html[data-theme=dark] .rc-brand h2,html[data-theme=dark] .sys-brand h2,html[data-theme=dark] .sad-header h2,html[data-theme=dark] .usr-header h2,html[data-theme=dark] .txn-header h2,html[data-theme=dark] .tnt-header h2,html[data-theme=dark] .anl-header h2,html[data-theme=dark] .bil-header h2,html[data-theme=dark] .dbt-header h2,html[data-theme=dark] .sup-header h2{color:var(--ui-navy-text)!important}html[data-theme=dark] .sad-brand p,html[data-theme=dark] .usr-brand p,html[data-theme=dark] .txn-brand p,html[data-theme=dark] .tnt-brand p,html[data-theme=dark] .anl-brand p,html[data-theme=dark] .bil-brand p,html[data-theme=dark] .dbt-brand p,html[data-theme=dark] .sup-brand p,html[data-theme=dark] .sp-brand p,html[data-theme=dark] .rc-brand p,html[data-theme=dark] .sys-brand p,html[data-theme=dark] .sad-header p,html[data-theme=dark] .usr-header p,html[data-theme=dark] .txn-header p,html[data-theme=dark] .tnt-header p,html[data-theme=dark] .anl-header p,html[data-theme=dark] .bil-header p,html[data-theme=dark] .dbt-header p,html[data-theme=dark] .sup-header p{color:var(--ui-navy-muted)!important}html[data-theme=dark] .sad-stat,html[data-theme=dark] .usr-stat,html[data-theme=dark] .txn-stat,html[data-theme=dark] .tnt-stat,html[data-theme=dark] .anl-stat,html[data-theme=dark] .bil-stat,html[data-theme=dark] .sp-stat,html[data-theme=dark] .rc-stat{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .sad-stat-val,html[data-theme=dark] .usr-stat-val,html[data-theme=dark] .txn-stat-val,html[data-theme=dark] .tnt-stat-val,html[data-theme=dark] .anl-stat-val,html[data-theme=dark] .bil-stat-val,html[data-theme=dark] .sp-stat-val,html[data-theme=dark] .rc-stat-val{color:var(--ui-navy-text)!important}html[data-theme=dark] .sad-stat-lbl,html[data-theme=dark] .usr-stat-lbl,html[data-theme=dark] .txn-stat-lbl,html[data-theme=dark] .tnt-stat-lbl,html[data-theme=dark] .anl-stat-lbl,html[data-theme=dark] .bil-stat-lbl,html[data-theme=dark] .sp-stat-lbl,html[data-theme=dark] .rc-stat-lbl,html[data-theme=dark] .sad-stat small,html[data-theme=dark] .usr-stat small,html[data-theme=dark] .txn-stat small,html[data-theme=dark] .anl-stat small,html[data-theme=dark] .bil-stat small{color:var(--ui-navy-muted)!important}html[data-theme=dark] .sad-stat-icon.teal,html[data-theme=dark] .usr-stat-icon.teal,html[data-theme=dark] .txn-stat-icon.teal,html[data-theme=dark] .anl-stat-icon.teal{color:#5eead4!important;background:#14b8a629!important}html[data-theme=dark] .sad-stat-icon.blue,html[data-theme=dark] .usr-stat-icon.blue,html[data-theme=dark] .txn-stat-icon.blue,html[data-theme=dark] .anl-stat-icon.blue,html[data-theme=dark] .bil-stat-icon.blue{color:#93c5fd!important;background:#3b82f629!important}html[data-theme=dark] .sad-stat-icon.green,html[data-theme=dark] .usr-stat-icon.green,html[data-theme=dark] .txn-stat-icon.green,html[data-theme=dark] .anl-stat-icon.green,html[data-theme=dark] .bil-stat-icon.green{color:#6ee7b7!important;background:#10b98129!important}html[data-theme=dark] .sad-stat-icon.amber,html[data-theme=dark] .usr-stat-icon.amber,html[data-theme=dark] .txn-stat-icon.amber,html[data-theme=dark] .anl-stat-icon.amber,html[data-theme=dark] .bil-stat-icon.amber{color:#fcd34d!important;background:#f59e0b2e!important}html[data-theme=dark] .sad-stat-icon.red,html[data-theme=dark] .usr-stat-icon.red,html[data-theme=dark] .txn-stat-icon.red,html[data-theme=dark] .bil-stat-icon.red{color:#fca5a5!important;background:#ef444429!important}html[data-theme=dark] .sad-stat-icon.purple,html[data-theme=dark] .usr-stat-icon.purple,html[data-theme=dark] .txn-stat-icon.purple,html[data-theme=dark] .anl-stat-icon.purple{color:#c4b5fd!important;background:#8b5cf629!important}html[data-theme=dark] .sad-stat-icon.pink,html[data-theme=dark] .usr-stat-icon.pink{color:#f9a8d4!important;background:#ec489929!important}html[data-theme=dark] .sad-card,html[data-theme=dark] .usr-card,html[data-theme=dark] .txn-card,html[data-theme=dark] .tnt-card,html[data-theme=dark] .anl-card,html[data-theme=dark] .bil-card,html[data-theme=dark] .dbt-card,html[data-theme=dark] .sup-card,html[data-theme=dark] .sp-card,html[data-theme=dark] .rc-card,html[data-theme=dark] .sys-card,html[data-theme=dark] .sys-card-ftr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important}html[data-theme=dark] .sad-card-hdr,html[data-theme=dark] .usr-card-hdr,html[data-theme=dark] .txn-card-hdr,html[data-theme=dark] .tnt-card-hdr,html[data-theme=dark] .anl-card-hdr,html[data-theme=dark] .bil-card-hdr,html[data-theme=dark] .dbt-card-hdr,html[data-theme=dark] .sup-card-hdr,html[data-theme=dark] .sp-card-hdr,html[data-theme=dark] .rc-card-hdr,html[data-theme=dark] .sys-card-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .sad-card-hdr h5,html[data-theme=dark] .usr-card-hdr h5,html[data-theme=dark] .txn-card-hdr h5,html[data-theme=dark] .tnt-card-hdr h5,html[data-theme=dark] .anl-card-hdr h5,html[data-theme=dark] .bil-card-hdr h5,html[data-theme=dark] .dbt-card-hdr h5,html[data-theme=dark] .sup-card-hdr h5,html[data-theme=dark] .sp-card-hdr h5,html[data-theme=dark] .rc-card-hdr h5,html[data-theme=dark] .sys-card-hdr h5,html[data-theme=dark] .sad-card-body,html[data-theme=dark] .usr-card-body,html[data-theme=dark] .txn-card-body,html[data-theme=dark] .tnt-card-body,html[data-theme=dark] .anl-card-body,html[data-theme=dark] .bil-card-body{color:var(--ui-navy-text)!important}html[data-theme=dark] .usr-filter,html[data-theme=dark] .txn-filter,html[data-theme=dark] .tnt-filter,html[data-theme=dark] .anl-filter,html[data-theme=dark] .bil-filter,html[data-theme=dark] .sp-filter,html[data-theme=dark] .rc-filter,html[data-theme=dark] .sup-filter{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .usr-filter label,html[data-theme=dark] .txn-filter label,html[data-theme=dark] .tnt-filter label,html[data-theme=dark] .anl-filter label,html[data-theme=dark] .bil-filter label,html[data-theme=dark] .sp-filter label,html[data-theme=dark] .rc-filter label,html[data-theme=dark] .sup-filter label{color:var(--ui-navy-muted)!important}html[data-theme=dark] .usr-filter input,html[data-theme=dark] .usr-filter select,html[data-theme=dark] .txn-filter input,html[data-theme=dark] .txn-filter select,html[data-theme=dark] .tnt-filter input,html[data-theme=dark] .tnt-filter select,html[data-theme=dark] .anl-filter input,html[data-theme=dark] .anl-filter select,html[data-theme=dark] .bil-filter input,html[data-theme=dark] .bil-filter select,html[data-theme=dark] .sp-filter input,html[data-theme=dark] .sp-filter select,html[data-theme=dark] .rc-filter input,html[data-theme=dark] .rc-filter select,html[data-theme=dark] .sup-filter input,html[data-theme=dark] .sup-filter select{color:var(--ui-navy-text)!important;background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] .usr-filter input:focus,html[data-theme=dark] .usr-filter select:focus,html[data-theme=dark] .txn-filter input:focus,html[data-theme=dark] .txn-filter select:focus,html[data-theme=dark] .tnt-filter input:focus,html[data-theme=dark] .tnt-filter select:focus,html[data-theme=dark] .anl-filter input:focus,html[data-theme=dark] .anl-filter select:focus,html[data-theme=dark] .bil-filter input:focus,html[data-theme=dark] .bil-filter select:focus{background:#162033!important;border-color:#2dd4bf!important}html[data-theme=dark] .sad-tbl,html[data-theme=dark] .usr-tbl,html[data-theme=dark] .txn-tbl,html[data-theme=dark] .tnt-tbl,html[data-theme=dark] .anl-tbl,html[data-theme=dark] .bil-tbl,html[data-theme=dark] .dbt-tbl,html[data-theme=dark] .sup-tbl,html[data-theme=dark] .sp-tbl,html[data-theme=dark] .rc-tbl{background:var(--ui-navy-panel)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .sad-tbl th,html[data-theme=dark] .usr-tbl th,html[data-theme=dark] .txn-tbl th,html[data-theme=dark] .tnt-tbl th,html[data-theme=dark] .anl-tbl th,html[data-theme=dark] .bil-tbl th,html[data-theme=dark] .dbt-tbl th,html[data-theme=dark] .sup-tbl th,html[data-theme=dark] .sp-tbl th,html[data-theme=dark] .rc-tbl th{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:#dbeafe!important}html[data-theme=dark] .sad-tbl td,html[data-theme=dark] .usr-tbl td,html[data-theme=dark] .txn-tbl td,html[data-theme=dark] .tnt-tbl td,html[data-theme=dark] .anl-tbl td,html[data-theme=dark] .bil-tbl td,html[data-theme=dark] .dbt-tbl td,html[data-theme=dark] .sup-tbl td,html[data-theme=dark] .sp-tbl td,html[data-theme=dark] .rc-tbl td{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .sad-tbl tbody tr:hover,html[data-theme=dark] .usr-tbl tbody tr:hover,html[data-theme=dark] .txn-tbl tbody tr:hover,html[data-theme=dark] .tnt-tbl tbody tr:hover,html[data-theme=dark] .anl-tbl tbody tr:hover,html[data-theme=dark] .bil-tbl tbody tr:hover,html[data-theme=dark] .dbt-tbl tbody tr:hover,html[data-theme=dark] .sup-tbl tbody tr:hover,html[data-theme=dark] .sp-tbl tbody tr:hover,html[data-theme=dark] .rc-tbl tbody tr:hover{background:#1b2740!important}html[data-theme=dark] .sad-tbl td strong,html[data-theme=dark] .usr-tbl td strong,html[data-theme=dark] .txn-tbl td strong,html[data-theme=dark] .anl-tbl td strong,html[data-theme=dark] .bil-tbl td strong,html[data-theme=dark] .dbt-tbl td strong,html[data-theme=dark] .sad-tbl .fw-bold,html[data-theme=dark] .usr-tbl .fw-bold,html[data-theme=dark] .txn-tbl .fw-bold,html[data-theme=dark] .anl-tbl .fw-bold,html[data-theme=dark] .bil-tbl .fw-bold{color:var(--ui-navy-text)!important}html[data-theme=dark] .sad-pill,html[data-theme=dark] .usr-pill,html[data-theme=dark] .txn-pill,html[data-theme=dark] .tnt-pill,html[data-theme=dark] .anl-pill,html[data-theme=dark] .bil-pill,html[data-theme=dark] .dbt-badge,html[data-theme=dark] .sup-pill,html[data-theme=dark] .sp-pill,html[data-theme=dark] .rc-pill{color:#cbd5e1!important;background:#94a3b824!important}html[data-theme=dark] .sad-pill.grn,html[data-theme=dark] .usr-pill.grn,html[data-theme=dark] .tnt-pill.grn,html[data-theme=dark] .bil-pill.grn,html[data-theme=dark] .dbt-badge.grn,html[data-theme=dark] .sp-pill.grn,html[data-theme=dark] .tnt-pill.active,html[data-theme=dark] .usr-pill.active{color:#6ee7b7!important;background:#10b98129!important}html[data-theme=dark] .sad-pill.red,html[data-theme=dark] .usr-pill.red,html[data-theme=dark] .tnt-pill.red,html[data-theme=dark] .bil-pill.red,html[data-theme=dark] .dbt-badge.red,html[data-theme=dark] .sp-pill.red,html[data-theme=dark] .tnt-pill.suspended,html[data-theme=dark] .tnt-pill.inactive,html[data-theme=dark] .usr-pill.inactive{color:#fca5a5!important;background:#ef444429!important}html[data-theme=dark] .sad-pill.amb,html[data-theme=dark] .usr-pill.amb,html[data-theme=dark] .tnt-pill.amb,html[data-theme=dark] .bil-pill.amb,html[data-theme=dark] .dbt-badge.amb,html[data-theme=dark] .tnt-pill.pending{color:#fcd34d!important;background:#f59e0b2e!important}html[data-theme=dark] .sad-pill.gray,html[data-theme=dark] .usr-pill.gray,html[data-theme=dark] .tnt-pill.gray,html[data-theme=dark] .bil-pill.gray,html[data-theme=dark] .dbt-badge.gray{color:#94a3b8!important;background:#94a3b829!important}html[data-theme=dark] .tnv-card,html[data-theme=dark] .tnv-section{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .tnv-card-hdr,html[data-theme=dark] .tnv-section-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .tnv-card-hdr h5,html[data-theme=dark] .tnv-section-hdr h5{color:var(--ui-navy-text)!important}html[data-theme=dark] .tnv-prop-label{color:var(--ui-navy-muted)!important}html[data-theme=dark] .tnv-prop-val{color:var(--ui-navy-text)!important}html[data-theme=dark] .tne-card,html[data-theme=dark] .tnc-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .tne-card-hdr,html[data-theme=dark] .tnc-card-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .tne-card-hdr h5,html[data-theme=dark] .tnc-card-hdr h5{color:var(--ui-navy-text)!important}html[data-theme=dark] .sys-card-ftr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .dbt-code{color:#e2e8f0!important;border-color:var(--ui-navy-line)!important;background:#0b1120!important}html[data-theme=dark] .rc-code{color:#5eead4!important;background:#2dd4bf1a!important;border-color:#2dd4bf33!important}html[data-theme=dark] .sad-card-body div[style*="color:#9ca3af"],html[data-theme=dark] .usr-card-body div[style*="color:#9ca3af"],html[data-theme=dark] .anl-card-body div[style*="color:#9ca3af"],html[data-theme=dark] .bil-card-body div[style*="color:#9ca3af"]{color:var(--ui-navy-muted)!important}html[data-theme=dark] .modal-header[style*="background:#0f766e"],html[data-theme=dark] .modal-header[style*="background: #0f766e"],html[data-theme=dark] .modal-header[style*="background:#6d28d9"],html[data-theme=dark] .modal-header[style*="background: #6d28d9"],html[data-theme=dark] .modal-header[style*=background\:linear-gradient],html[data-theme=dark] .modal-header[style*="background:#0f766e"] .modal-title,html[data-theme=dark] .modal-header[style*="background: #0f766e"] .modal-title,html[data-theme=dark] .modal-header[style*="background:#6d28d9"] .modal-title,html[data-theme=dark] .modal-header[style*="background: #6d28d9"] .modal-title,html[data-theme=dark] .modal-header[style*=background\:linear-gradient] .modal-title{color:#fff!important}html[data-theme=dark] .modal-header[style*="background:#0f766e"] .btn-close,html[data-theme=dark] .modal-header[style*="background: #0f766e"] .btn-close,html[data-theme=dark] .modal-header[style*="background:#6d28d9"] .btn-close,html[data-theme=dark] .modal-header[style*="background: #6d28d9"] .btn-close,html[data-theme=dark] .modal-header[style*=background\:linear-gradient] .btn-close{filter:invert()}html[data-theme=dark] code[style*="background:#fff"],html[data-theme=dark] code[style*="background: #fff"]{color:#e2e8f0!important;background:#111a2c!important}html[data-theme=dark] .app-confirm-panel,html[data-theme=dark] .booking-confirm-panel{background:var(--ui-navy-panel)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] [style*="background:#f9fafb"],html[data-theme=dark] [style*="background: #f9fafb"]{background:var(--ui-navy-panel-2)!important}html[data-theme=dark] .tnc-header h2,html[data-theme=dark] .tne-header h2,html[data-theme=dark] .tnv-brand h2{color:var(--ui-navy-text)!important}html[data-theme=dark] .tnc-header p,html[data-theme=dark] .tne-header p{color:var(--ui-navy-muted)!important}html[data-theme=dark] .tnc-card,html[data-theme=dark] .tne-card,html[data-theme=dark] .tnv-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important}html[data-theme=dark] .tnc-card-body,html[data-theme=dark] .tne-card-body,html[data-theme=dark] .tnv-card-body{color:var(--ui-navy-text)!important}html[data-theme=dark] .tnc-fld label,html[data-theme=dark] .tne-fld label{color:#cbd5e1!important}html[data-theme=dark] .tnc-fld input,html[data-theme=dark] .tnc-fld select,html[data-theme=dark] .tnc-fld textarea,html[data-theme=dark] .tne-fld input,html[data-theme=dark] .tne-fld select,html[data-theme=dark] .tne-fld textarea{color:var(--ui-navy-text)!important;background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] .tnc-fld input:focus,html[data-theme=dark] .tnc-fld select:focus,html[data-theme=dark] .tnc-fld textarea:focus,html[data-theme=dark] .tne-fld input:focus,html[data-theme=dark] .tne-fld select:focus,html[data-theme=dark] .tne-fld textarea:focus{border-color:#2dd4bf!important;box-shadow:0 0 0 3px #2dd4bf1a!important}html[data-theme=dark] .tne-fld input[readonly],html[data-theme=dark] .tnc-fld input[readonly]{color:#94a3b8!important;background:#1e293b80!important}html[data-theme=dark] .tnc-section{color:#5eead4!important;border-bottom-color:#2dd4bf40!important}html[data-theme=dark] .tne-section{color:#fcd34d!important;border-bottom-color:#f59e0b40!important}html[data-theme=dark] .tnv-row{border-bottom-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .tnv-row strong{color:var(--ui-navy-muted)!important}html[data-theme=dark] .tnv-row span{color:var(--ui-navy-text)!important}html[data-theme=dark] .tnv-pill.grn{color:#6ee7b7!important;background:#10b98129!important}html[data-theme=dark] .tnv-pill.red{color:#fca5a5!important;background:#ef444429!important}html[data-theme=dark] .tnv-card-body span[style*="background:#dcfce7"]{color:#6ee7b7!important;background:#10b98129!important;border-color:#10b98140!important}html[data-theme=dark] .tnv-card-body span[style*="background:#f3f4f6"]{color:#94a3b8!important;border-color:var(--ui-navy-line)!important;background:#1e293b80!important}html[data-theme=dark] .ntf-brand h2{color:var(--ui-navy-text)!important}html[data-theme=dark] .ntf-brand p{color:var(--ui-navy-muted)!important}html[data-theme=dark] .ntf-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important}html[data-theme=dark] .ntf-card-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .ntf-card-hdr h5{color:var(--ui-navy-text)!important}html[data-theme=dark] .ntf-tbl{background:var(--ui-navy-panel)!important}html[data-theme=dark] .ntf-tbl th{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:#dbeafe!important}html[data-theme=dark] .ntf-tbl td{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .ntf-tbl tbody tr:hover{background:#1b2740!important}html[data-theme=dark] .ntf-pill{color:#cbd5e1!important;background:#94a3b824!important}html[data-theme=dark] .ntf-pill.grn{color:#6ee7b7!important;background:#10b98129!important}html[data-theme=dark] .ntf-pill.amb{color:#fcd34d!important;background:#f59e0b2e!important}html[data-theme=dark] .ntf-pill.blue{color:#93c5fd!important;background:#3b82f629!important}html[data-theme=dark] .ntf-pill.gray{color:#94a3b8!important;background:#94a3b824!important}html[data-theme=dark] .ntf-pill.purple{color:#c4b5fd!important;background:#8b5cf629!important}html[data-theme=dark] .ntf-card div[style*="border-top:1px solid #f3f4f6"]{border-top-color:var(--ui-navy-line)!important}html[data-theme=dark] #notifyModal .modal-header[style*="border-bottom:1px solid #f3f4f6"],html[data-theme=dark] #notifyModal .modal-footer[style*="border-top:1px solid #f3f4f6"]{border-color:var(--ui-navy-line)!important}html[data-theme=dark] [style*="border-bottom:1px solid #f3f4f6"]{border-bottom-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] [style*="border-top:1px solid #f3f4f6"]{border-top-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] [style*="border-bottom:2px solid #ccfbf1"]{border-bottom-color:#2dd4bf40!important}html[data-theme=dark] [style*="border-bottom:2px solid #fef3c7"]{border-bottom-color:#f59e0b40!important}html[data-theme=dark] [style*="border:1px solid #e5e7eb"]:not(input):not(select):not(textarea){border-color:var(--ui-navy-line)!important}html[data-theme=dark] .modal-content[style*=border-radius\:14px]{background:var(--ui-navy-panel)!important}html[data-theme=dark] .modal-header[style*="border-bottom:1px solid"]{border-bottom-color:var(--ui-navy-line)!important}html[data-theme=dark] .modal-footer[style*="border-top:1px solid"]{border-top-color:var(--ui-navy-line)!important}html[data-theme=dark] .card-header{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .card-header h5,html[data-theme=dark] .card-header h6{color:var(--ui-navy-text)!important}html[data-theme=dark] .card-header[style*=background],html[data-theme=dark] .card-header[style*=border-bottom]{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] body[style*=background]{background:#0f172a!important}html[data-theme=dark] .sup-brand h2{color:var(--ui-navy-text)!important}html[data-theme=dark] .sup-brand p{color:var(--ui-navy-muted)!important}html[data-theme=dark] .sup-meta-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .sup-meta-row strong{color:var(--ui-navy-muted)!important}html[data-theme=dark] .sup-meta-row span{color:var(--ui-navy-text)!important}html[data-theme=dark] .sup-bubble.support{color:#e2e8f0!important;background:#94a3b81f!important}html[data-theme=dark] .sup-bubble .meta{color:var(--ui-navy-muted)!important}html[data-theme=dark] .sup-kb-item{color:var(--ui-navy-text)!important;border-bottom-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .sup-kb-item:hover{background:#2dd4bf0f!important}html[data-theme=dark] .sup-kb-item small{color:var(--ui-navy-muted)!important}html[data-theme=dark] .sup-pill.closed{color:#94a3b8!important;background:#94a3b824!important}html[data-theme=dark] .bak-header h2{color:var(--ui-navy-text)!important}html[data-theme=dark] .bak-header p{color:var(--ui-navy-muted)!important}html[data-theme=dark] .bak-stat{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .bak-stat-val{color:var(--ui-navy-text)!important}html[data-theme=dark] .bak-stat-lbl{color:var(--ui-navy-muted)!important}html[data-theme=dark] .bak-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important}html[data-theme=dark] .bak-card-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .bak-card-hdr h5{color:var(--ui-navy-text)!important}html[data-theme=dark] .bak-fld label{color:#cbd5e1!important}html[data-theme=dark] .bak-tbl th{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:#dbeafe!important}html[data-theme=dark] .bak-tbl td{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .bak-tbl tbody tr:hover{background:#1b2740!important}html[data-theme=dark] .appointment-modal .modal-footer,html[data-theme=dark] .appointment-modal .appt-section{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .appointment-modal .appt-section-title{color:var(--ui-navy-text)!important}html[data-theme=dark] .availability-hero,html[data-theme=dark] .availability-filter{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .availability-filter label{color:var(--ui-navy-muted)!important}html[data-theme=dark] .availability-card,html[data-theme=dark] .availability-note{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .stat-grid .stat-card,html[data-theme=dark] .stat-card{background:var(--ui-navy-panel)!important}html[data-theme=dark] .rpt-pill,html[data-theme=dark] .rpt-chip{color:#cbd5e1!important;background:#94a3b829!important}html[data-theme=dark] .total-row td{background:var(--ui-navy-panel-2)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] tr[style*="border-bottom:1px solid #f3f4f6"],html[data-theme=dark] tr[style*="border-bottom: 1px solid #f3f4f6"],html[data-theme=dark] tr[style*="border-bottom:1px solid #e5e7eb"],html[data-theme=dark] tr[style*="border-bottom: 1px solid #e5e7eb"]{border-bottom-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] [style*="color:#9ca3af"],html[data-theme=dark] [style*="color: #9ca3af"]{color:var(--ui-navy-muted)!important}html[data-theme=dark] [style*="color:#6b7280"],html[data-theme=dark] [style*="color: #6b7280"]{color:#94a3b8!important}html[data-theme=dark] [style*="color:#374151"],html[data-theme=dark] [style*="color: #374151"]{color:#cbd5e1!important}html[data-theme=dark] [style*="color:#111827"],html[data-theme=dark] [style*="color: #111827"],html[data-theme=dark] h5[style*="color:#374151"]{color:var(--ui-navy-text)!important}html[data-theme=dark] code[style*="background:#fff"],html[data-theme=dark] code[style*="background: #fff"],html[data-theme=dark] code[style*="background:#ffffff"]{color:#e2e8f0!important;background:#111a2c!important}html[data-theme=dark] [style*="border:1px solid #e5e7eb"],html[data-theme=dark] [style*="border: 1px solid #e5e7eb"]{border-color:var(--ui-navy-line)!important}html[data-theme=dark] [style*="border-bottom:1px solid #f3f4f6"],html[data-theme=dark] [style*="border-bottom: 1px solid #f3f4f6"]{border-bottom-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .auth-card{background:#172033f7!important}html[data-theme=dark] .booking-confirm-panel,html[data-theme=dark] .app-confirm-panel{background:var(--ui-navy-panel)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] tr:hover td{background:#1b2740!important}html[data-theme=dark] [style*=text-align\:center][style*="color:#9ca3af"],html[data-theme=dark] div[style*=text-align\:center][style*=color]{color:var(--ui-navy-muted)!important}html[data-theme=dark] .card-header[style*="background:#fff"],html[data-theme=dark] .card-header[style*="background: #fff"],html[data-theme=dark] .card-header[style*="background:#f9fafb"],html[data-theme=dark] .card-header[style*="background: #f9fafb"],html[data-theme=dark] .card-footer[style*="background:#fff"],html[data-theme=dark] .card-footer[style*="background: #fff"]{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .rpt-brand h2{color:var(--ui-navy-text)!important}html[data-theme=dark] .rpt-brand p{color:var(--ui-navy-muted)!important}html[data-theme=dark] .rpt-preset{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;color:#cbd5e1!important}html[data-theme=dark] .rpt-preset:hover{color:#c4b5fd!important;background:#8b5cf61f!important;border-color:#8b5cf659!important}html[data-theme=dark] .rpt-preset.active{color:#fff!important;background:linear-gradient(135deg,#667eea,#764ba2)!important}html[data-theme=dark] .rpt-actions select,html[data-theme=dark] .rpt-actions input{color:var(--ui-navy-text)!important;background:#111a2c!important;border-color:#31425f!important}html[data-theme=dark] .rpt-bcard{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important}html[data-theme=dark] .rpt-bval{color:var(--ui-navy-text)!important}html[data-theme=dark] .rpt-blbl{color:var(--ui-navy-muted)!important}html[data-theme=dark] .rpt-bicon.grn{color:#6ee7b7!important;background:#10b98129!important}html[data-theme=dark] .rpt-bicon.blu{color:#93c5fd!important;background:#3b82f629!important}html[data-theme=dark] .rpt-bicon.org{color:#fcd34d!important;background:#f59e0b2e!important}html[data-theme=dark] .rpt-card{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line)!important;box-shadow:none!important}html[data-theme=dark] .rpt-card-hdr{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important}html[data-theme=dark] .rpt-card-hdr h5{color:var(--ui-navy-text)!important}html[data-theme=dark] .rpt-tbl th{background:var(--ui-navy-panel-2)!important;border-color:var(--ui-navy-line)!important;color:#dbeafe!important}html[data-theme=dark] .rpt-tbl td{background:var(--ui-navy-panel)!important;border-color:var(--ui-navy-line-soft)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .rpt-tbl tbody tr:hover{background:#1b2740!important}html[data-theme=dark] .rpt-tbl .total-row{background:var(--ui-navy-panel-2)!important;color:var(--ui-navy-text)!important}html[data-theme=dark] .rpt-pill{color:#cbd5e1!important;background:#94a3b824!important}html[data-theme=dark] .rpt-pay-btn{color:#6ee7b7!important;background:#10b9812e!important}html[data-theme=dark] .rpt-pay-btn:hover{background:#10b98147!important}html[data-theme=dark] .notif-item{border-bottom-color:var(--ui-navy-line-soft)!important;background:0 0!important}html[data-theme=dark] .notif-item[data-read="0"]{background:#2dd4bf0f!important;border-left-color:#2dd4bf!important}html[data-theme=dark] .notif-item:hover{background:#2dd4bf1a!important}html[data-theme=dark] .notif-item[data-read="0"]:hover{background:#2dd4bf1f!important}html[data-theme=dark] .notif-item h6{color:var(--ui-navy-text)!important}html[data-theme=dark] .notif-item p,html[data-theme=dark] .notif-item small{color:var(--ui-navy-muted)!important}html[data-theme=dark] .notif-item .badge-primary{color:#5eead4!important;background:#14b8a629!important}html[data-theme=dark] .notif-item .notif-icon{color:#94a3b8!important;background:#94a3b81f!important}html[data-theme=dark] .notif-item[data-read="0"] .notif-icon{color:#5eead4!important;background:#14b8a629!important}html[data-theme=dark] .notif-item .notif-check{color:#2dd4bf!important}html[data-theme=dark] .notif-item .notif-status{color:#5eead4!important;font-weight:600!important}html[data-theme=dark] .notif-item[data-read="1"] .notif-status{color:var(--ui-navy-muted)!important;font-weight:400!important}html[data-theme=dark] .stat-card.stat-red,html[data-theme=dark] .stat-card.stat-blue,html[data-theme=dark] .stat-card.stat-teal{color:#fff!important}.file-upload-wrapper{position:relative}.file-upload-input{clip:rect(0,0,0,0)!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.file-upload-label{border:2px dashed var(--gray-300);background:var(--card-bg);cursor:pointer;color:var(--gray-600);border-radius:10px;align-items:center;gap:.6rem;min-width:160px;padding:.65rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.file-upload-label:hover{border-color:var(--med-400)!important;background:var(--med-50)!important}.file-upload-label i{color:var(--med-500);font-size:1.2rem}.file-upload-name{color:var(--gray-500);margin-left:.75rem;font-size:.82rem}html[data-theme=dark] .file-upload-label{border-color:var(--ui-navy-line)!important;background:var(--ui-navy-panel)!important;color:#cbd5e1!important}html[data-theme=dark] .file-upload-label:hover{background:#2dd4bf0f!important;border-color:#2dd4bf!important}html[data-theme=dark] .file-upload-label i{color:#5eead4!important}html[data-theme=dark] .file-upload-name{color:var(--ui-navy-muted)!important}
