:root{--brand-blue: #0d2c6c;--brand-blue-hover: #0a2356;--brand-blue-light: #3b82f6;--brand-red: #e11d48;--brand-red-hover: #be123c;--bg-main: #f8fafc;--bg-card: #ffffff;--bg-sidebar: #0d2c6c;--text-primary: #1e293b;--text-secondary: #64748b;--text-on-dark: #f8fafc;--border: #e2e8f0;--border-focus: #3b82f6;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: 6px;--radius: 10px;--radius-lg: 16px}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background-color:var(--bg-main);color:var(--text-primary);overflow-x:hidden;min-height:100vh;margin:0}.card,.glass{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease}.card-hover:hover{box-shadow:var(--shadow)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out forwards}button{cursor:pointer;transition:all .2s ease;font-weight:500;font-size:14px}.btn-primary{background:var(--brand-blue);color:#fff;border:none;padding:10px 18px;border-radius:var(--radius-sm)}.btn-primary:hover{background:var(--brand-blue-hover);box-shadow:0 2px 4px #0d2c6c33}.btn-danger{background:var(--brand-red);color:#fff;border:none;padding:10px 18px;border-radius:var(--radius-sm)}.btn-danger:hover{background:var(--brand-red-hover)}input,select,textarea{background:#fff;border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);padding:10px 12px;font-size:14px;transition:all .2s ease;width:100%}input:focus,select:focus{outline:none;border-color:var(--brand-blue-light);box-shadow:0 0 0 3px #3b82f626}label{display:block;font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:6px}.table-container{overflow-x:auto;background:#fff;border-radius:var(--radius);border:1px solid var(--border)}table{width:100%;border-collapse:collapse}th{background:#f1f5f9;text-align:left;padding:12px 16px;font-size:12px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid var(--border)}td{padding:14px 16px;font-size:14px;border-bottom:1px solid var(--border)}tr:hover td{background:#f8fafc}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.flex{display:flex}.flex-1{flex:1 1 0%}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.inline{display:inline}.block{display:block}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.inset-0{inset:0}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.w-full{width:100%}.w-auto{width:auto}.w-1{width:.25rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.h-full{height:100%}.h-1{height:.25rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-fit{height:fit-content}.min-vh-100{min-height:100vh}.max-w-\[55\%\]{max-width:55%}.max-w-\[90px\]{max-width:90px}.max-w-\[100px\]{max-width:100px}.max-w-\[150px\]{max-width:150px}.max-w-\[400px\]{max-width:400px}.max-w-\[440px\]{max-width:440px}.max-w-\[500px\]{max-width:500px}.max-w-\[750px\]{max-width:750px}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1400px\]{max-width:1400px}.max-h-\[250px\]{max-height:250px}.max-h-\[300px\]{max-height:300px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-6{column-gap:1.5rem}.gap-y-4{row-gap:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-12{padding:3rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pt-2{padding-top:.5rem}.pt-8{padding-top:2rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-8{margin-top:2rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.-mt-0\.5{margin-top:-.125rem}.-translate-y-1\/2{transform:translateY(-50%)}.mx-auto{margin-left:auto;margin-right:auto}.space-y-0>*+*{margin-top:0}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.divide-y>*+*{border-top:1px solid #f1f5f9}.divide-slate-50>*+*{border-top-color:#f8fafc}.text-\[9px\]{font-size:9px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-medium{font-weight:500}.font-bold{font-weight:700}.font-black{font-weight:900}.italic{font-style:italic}.uppercase{text-transform:uppercase}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.tracking-tighter{letter-spacing:-.05em}.tracking-tight{letter-spacing:-.025em}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.text-white{color:#fff}.text-brand-blue{color:var(--brand-blue)}.text-brand-red{color:var(--brand-red)}.text-slate-200{color:#e2e8f0}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-emerald-100{color:#d1fae5}.text-emerald-500{color:#10b981}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-rose-100{color:#ffe4e6}.text-rose-200{color:#fecdd3}.text-rose-500{color:#f43f5e}.text-amber-600{color:#d97706}.text-amber-800{color:#92400e}.text-blue-200{color:#bfdbfe}.text-white\/90{color:#ffffffe6}.text-brand-red\/60{color:#e11d4899}.text-emerald-500\/70{color:#10b981b3}.text-emerald-600\/60{color:#05966999}.bg-white{background-color:#fff}.bg-transparent{background-color:transparent}.bg-brand-blue{background-color:var(--brand-blue)}.bg-brand-red{background-color:var(--brand-red)}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-slate-200{background-color:#e2e8f0}.bg-blue-50{background-color:#eff6ff}.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-100{background-color:#d1fae5}.bg-emerald-600{background-color:#059669}.bg-rose-50{background-color:#fff1f3}.bg-rose-100{background-color:#ffe4e6}.bg-rose-600{background-color:#e11d48}.bg-amber-50{background-color:#fffbeb}.bg-white\/15{background-color:#ffffff26}.bg-white\/20{background-color:#fff3}.bg-white\/25{background-color:#ffffff40}.bg-brand-blue\/10{background-color:#0d2c6c1a}.bg-blue-50\/50{background-color:#eff6ff80}.bg-emerald-400\/20{background-color:#34d39933}.bg-rose-400\/20{background-color:#fb718533}.bg-rose-500\/30{background-color:#f43f5e4d}.border{border:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-l-2{border-left:2px solid var(--border)}.border-l-4{border-left:4px solid var(--brand-red)}.border-dashed{border-style:dashed}.border-brand-blue{border-color:var(--brand-blue)}.border-brand-red{border-color:var(--brand-red)}.border-slate-50{border-color:#f8fafc}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-slate-300{border-color:#cbd5e1}.border-blue-100{border-color:#dbeafe}.border-emerald-100{border-color:#d1fae5}.border-emerald-200{border-color:#a7f3d0}.border-rose-100{border-color:#ffe4e6}.border-rose-200{border-color:#fecdd3}.border-amber-200{border-color:#fde68a}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-rose-400\/30{border-color:#fb71854d}.last\:border-0:last-child{border-bottom:0}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.shadow-inner{box-shadow:inset 0 2px 4px #0000000d}.shadow-blue-500\/20{--tw-shadow-color: rgba(59,130,246,.2);box-shadow:0 10px 15px -3px #3b82f633}.shadow-emerald-500\/20{--tw-shadow-color: rgba(16,185,129,.2);box-shadow:0 10px 15px -3px #10b98133}.shadow-blue-500\/30{--tw-shadow-color: rgba(59,130,246,.3);box-shadow:0 4px 6px -1px #3b82f64d}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.opacity-0{opacity:0}.transition-all{transition:all .2s ease}.transition-colors{transition:color .15s ease,background-color .15s ease,border-color .15s ease}.duration-1000{transition-duration:1s}.hover\:bg-brand-blue:hover{background-color:var(--brand-blue)}.hover\:bg-blue-50:hover{background-color:#eff6ff}.hover\:bg-emerald-50:hover{background-color:#ecfdf5}.hover\:bg-rose-50:hover{background-color:#fff1f3}.hover\:bg-slate-50:hover{background-color:#f8fafc}.hover\:bg-slate-100\/50:hover{background-color:#f1f5f980}.hover\:bg-white\/25:hover{background-color:#ffffff40}.hover\:bg-rose-200:hover{background-color:#fecdd3}.hover\:bg-rose-500\/50:hover{background-color:#f43f5e80}.hover\:bg-rose-700:hover{background-color:#be123c}.hover\:bg-emerald-700:hover{background-color:#047857}.hover\:bg-emerald-600:hover{background-color:#059669}.hover\:text-brand-blue:hover{color:var(--brand-blue)}.hover\:text-brand-red:hover{color:var(--brand-red)}.hover\:text-emerald-500:hover{color:#10b981}.hover\:text-emerald-600:hover{color:#059669}.hover\:text-rose-700:hover{color:#be123c}.hover\:text-slate-600:hover{color:#475569}.hover\:border-brand-blue:hover{border-color:var(--brand-blue)}.hover\:border-slate-200:hover{border-color:#e2e8f0}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.active\:scale-\[0\.98\]:active{transform:scale(.98)}.group:hover .group-hover\:text-brand-blue{color:var(--brand-blue)}.group:hover .group-hover\:bg-blue-50{background-color:#eff6ff}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-brand-blue{--tw-gradient-from: var(--brand-blue);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent)}.to-blue-400{--tw-gradient-to: #60a5fa}.accent-brand-blue{accent-color:var(--brand-blue)}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.form-group-saas{display:flex;flex-direction:column}.btn-secondary{background:#f1f5f9;color:var(--brand-blue);border:1px solid #e2e8f0;padding:10px 18px;border-radius:var(--radius-sm);font-weight:700}.btn-secondary:hover{background:#e2e8f0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.h-\[52px\]{height:52px}.h-\[64px\]{height:64px}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:flex-initial{flex:0 1 auto}.md\:w-auto{width:auto}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:col-span-2{grid-column:span 2 / span 2}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:w-10{width:2.5rem}.md\:h-10{height:2.5rem}.md\:w-20{width:5rem}.md\:h-20{height:5rem}.md\:text-3xl{font-size:1.875rem}.md\:gap-4{gap:1rem}.md\:p-4{padding:1rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}}@keyframes mobileSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes mobilePulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes mobileShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mobile-mode{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;position:fixed;inset:0;background:#f0f2f7}.mobile-mode .sidebar,.mobile-mode .top-header,.mobile-mode .mobile-overlay{display:none!important}.mobile-mode .content{flex:1;display:flex;flex-direction:column;padding-bottom:80px}.mobile-mode .view-container{padding:0;max-width:100%}.mobile-app-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;position:sticky;top:0;z-index:200;box-shadow:0 1px 3px #0000000f}.mobile-app-header .mah-logo{display:flex;align-items:center;gap:10px}.mobile-app-header .mah-logo img{height:36px;width:auto;object-fit:contain}.mobile-app-header .mah-actions{display:flex;align-items:center;gap:12px}.mobile-app-header .mah-bell{position:relative;width:40px;height:40px;border-radius:50%;background:#f0f2f7;border:none;display:flex;align-items:center;justify-content:center;color:#475569;transition:all .2s}.mobile-app-header .mah-bell:active{transform:scale(.92);background:#e2e8f0}.mobile-app-header .mah-bell-badge{position:absolute;top:6px;right:6px;width:18px;height:18px;background:#e11d48;color:#fff;border-radius:50%;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid white;animation:mobilePulse 2s ease-in-out infinite}.mobile-app-header .mah-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0d2c6c,#3b82f6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;letter-spacing:-.02em;border:2px solid #e2e8f0;box-shadow:0 2px 8px #0d2c6c33}.mobile-hero-banner{margin:12px 16px 0;padding:24px 20px;background:linear-gradient(135deg,#0d2c6c,#1a3f8a 60%,#2553a8);border-radius:18px;color:#fff;position:relative;overflow:hidden;box-shadow:0 8px 24px #0d2c6c40}.mobile-hero-banner:after{content:"";position:absolute;right:-20px;bottom:-20px;width:140px;height:140px;background:#ffffff0f;border-radius:50%}.mobile-hero-banner:before{content:"";position:absolute;right:40px;top:-30px;width:90px;height:90px;background:#ffffff0a;border-radius:50%}.mobile-hero-banner .mhb-welcome{font-size:13px;font-weight:600;opacity:.85;margin-bottom:4px;letter-spacing:.01em}.mobile-hero-banner .mhb-title{font-size:24px;font-weight:900;line-height:1.2;margin-bottom:6px;letter-spacing:-.02em}.mobile-hero-banner .mhb-subtitle{font-size:13px;opacity:.7;line-height:1.4;max-width:70%}.mobile-hero-banner .mhb-chart-icon{position:absolute;right:16px;bottom:16px;opacity:.15}.mobile-actions-grid{padding:20px 16px 8px}.mobile-actions-grid .mag-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mobile-actions-grid .mag-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 8px 16px;background:#fff;border-radius:16px;border:1px solid #e8ecf2;box-shadow:0 1px 4px #0000000a;cursor:pointer;transition:all .2s ease;animation:mobileSlideUp .4s ease-out backwards;-webkit-tap-highlight-color:transparent}.mobile-actions-grid .mag-card:nth-child(1){animation-delay:.02s}.mobile-actions-grid .mag-card:nth-child(2){animation-delay:.04s}.mobile-actions-grid .mag-card:nth-child(3){animation-delay:.06s}.mobile-actions-grid .mag-card:nth-child(4){animation-delay:.08s}.mobile-actions-grid .mag-card:nth-child(5){animation-delay:.1s}.mobile-actions-grid .mag-card:nth-child(6){animation-delay:.12s}.mobile-actions-grid .mag-card:nth-child(7){animation-delay:.14s}.mobile-actions-grid .mag-card:nth-child(8){animation-delay:.16s}.mobile-actions-grid .mag-card:nth-child(9){animation-delay:.18s}.mobile-actions-grid .mag-card:active{transform:scale(.95);background:#f8fafc}.mobile-actions-grid .mag-card-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-actions-grid .mag-card-label{font-size:12px;font-weight:700;color:#334155;text-align:center;line-height:1.2;letter-spacing:-.01em}.mag-card-icon.red{background:#fef2f2;color:#dc2626}.mag-card-icon.blue{background:#eff6ff;color:#2563eb}.mag-card-icon.green{background:#ecfdf5;color:#059669}.mag-card-icon.teal{background:#f0fdfa;color:#0d9488}.mag-card-icon.indigo{background:#eef2ff;color:#4f46e5}.mag-card-icon.orange{background:#fff7ed;color:#ea580c}.mag-card-icon.purple{background:#faf5ff;color:#9333ea}.mag-card-icon.amber{background:#fffbeb;color:#d97706}.mag-card-icon.rose{background:#fff1f2;color:#e11d48}.mobile-promo-banner{margin:12px 16px 16px;padding:20px;background:linear-gradient(135deg,#e11d48,#be123c);border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;overflow:hidden;position:relative;box-shadow:0 4px 16px #e11d4833}.mobile-promo-banner:after{content:"";position:absolute;right:-30px;top:-30px;width:100px;height:100px;background:#ffffff14;border-radius:50%}.mobile-promo-banner .mpb-text{color:#fff;position:relative;z-index:1}.mobile-promo-banner .mpb-text-top{font-size:13px;font-weight:600;opacity:.9;margin-bottom:2px;text-transform:uppercase;letter-spacing:.04em}.mobile-promo-banner .mpb-text-bottom{font-size:18px;font-weight:900;letter-spacing:-.01em;text-transform:uppercase}.mobile-promo-banner .mpb-icon{position:relative;z-index:1;opacity:.6}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;height:66px;background:#fff;border-top:1px solid #e8ecf2;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-around!important;z-index:300;padding:0 16px env(safe-area-inset-bottom,0px) 16px!important;box-shadow:0 -4px 16px #0000000a;flex:none!important;overflow:hidden!important}.mobile-bottom-nav .mbn-item{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;background:transparent;border:none;color:#94a3b8;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;padding:8px 10px;height:44px;border-radius:22px}.mobile-bottom-nav .mbn-item.active{flex:2.2;color:#0d2c6c;background:#0d2c6c14}.mobile-bottom-nav .mbn-item span{width:0;opacity:0;overflow:hidden;font-size:13px;font-weight:800;letter-spacing:-.01em;white-space:nowrap;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .2s ease,margin-left .3s ease;margin-left:0}.mobile-bottom-nav .mbn-item.active span{width:auto;min-width:40px;max-width:100px;opacity:1;margin-left:8px}.mobile-bottom-nav .mbn-item.active:before{display:none}.mobile-bottom-nav .mbn-item:active{transform:scale(.95)}.mobile-bottom-nav .mbn-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.mobile-bottom-nav .mbn-item.active .mbn-icon-wrap{transform:scale(1.05)}.mobile-bottom-nav .mbn-badge{position:absolute;top:-6px;right:-8px;width:16px;height:16px;background:#e11d48;color:#fff;border-radius:50%;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid white}.mobile-mode .top-header{display:none!important}.mobile-mode .mobile-scroll-area{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-mode .mobile-inner-view{padding:16px}.mobile-section-header{display:flex;align-items:center;gap:8px;padding:0 16px 12px;margin-top:8px}.mobile-section-header span{font-size:15px;font-weight:800;color:#1e293b;letter-spacing:-.01em}.mobile-config-view{padding:20px 16px}.mobile-config-view .mcv-card{background:#fff;border-radius:16px;border:1px solid #e8ecf2;overflow:hidden;box-shadow:0 1px 4px #0000000a}.mobile-config-view .mcv-item{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #f1f5f9;background:transparent;border-left:none;border-right:none;border-top:none;width:100%;text-align:left;cursor:pointer;transition:background .15s;color:#334155;font-size:15px;font-weight:600}.mobile-config-view .mcv-item:last-child{border-bottom:none}.mobile-config-view .mcv-item:active{background:#f8fafc}.mobile-config-view .mcv-item.danger{color:#e11d48}.mobile-config-view .mcv-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-config-view .mcv-icon.blue{background:#eff6ff;color:#2563eb}.mobile-config-view .mcv-icon.red{background:#fef2f2;color:#e11d48}.mobile-config-view .mcv-icon.green{background:#ecfdf5;color:#059669}.mobile-config-view .mcv-icon.purple{background:#faf5ff;color:#9333ea}@media(max-width:767px){.mobile-kpi-scroller{display:flex!important;flex-direction:row!important;overflow-x:auto!important;gap:12px!important;padding:4px 16px 16px!important;margin:0 -16px!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.mobile-kpi-scroller::-webkit-scrollbar{display:none}.mobile-kpi-scroller>*{flex:0 0 260px!important;scroll-snap-align:center;box-shadow:0 4px 12px #0000000a!important;border-radius:16px!important;margin-bottom:0!important}}.scrolling-filter-bar{display:flex;align-items:center;gap:12px;overflow-x:auto;padding:8px 16px 16px;margin:0 -16px 12px;-webkit-overflow-scrolling:touch}.scrolling-filter-bar::-webkit-scrollbar{display:none}.filter-pill-item{display:flex;flex-direction:column;align-items:center;gap:6px;background:transparent;border:none;cursor:pointer;flex-shrink:0;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}.filter-avatar-circle{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:#fff;border:2px solid #e2e8f0;background:linear-gradient(135deg,#cbd5e1,#94a3b8);box-shadow:0 2px 6px #0000000d;transition:all .25s ease}.filter-pill-label{font-size:11px;font-weight:700;color:#64748b;max-width:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.filter-pill-item.active .filter-avatar-circle{border-color:#0d2c6c;background:linear-gradient(135deg,#0d2c6c,#3b82f6)!important;transform:scale(1.08);box-shadow:0 4px 12px #0d2c6c4d}.filter-pill-item.active .filter-pill-label{color:#0d2c6c;font-weight:800}.filter-pill-item:active{transform:scale(.92)}.bottom-sheet-overlay{position:fixed;inset:0;background:#0f172a66;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.bottom-sheet-overlay.open{opacity:1;visibility:visible}.bottom-sheet-content{position:fixed;left:0;right:0;bottom:0;background:#fff;border-radius:24px 24px 0 0;z-index:1000;max-height:85vh;box-shadow:0 -10px 30px #0f172a26;display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.32,.94,.6,1)}.bottom-sheet-overlay.open+.bottom-sheet-content,.bottom-sheet-content.open{transform:translateY(0)}.bottom-sheet-handle{width:40px;height:5px;background:#cbd5e1;border-radius:99px;margin:12px auto 8px;flex-shrink:0}.bottom-sheet-header{padding:8px 20px 16px;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.bottom-sheet-header h3{font-size:18px;font-weight:850;color:#1e293b;margin:0}.bottom-sheet-close-btn{background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b;cursor:pointer;transition:background .2s}.bottom-sheet-close-btn:active{background:#e2e8f0}.bottom-sheet-body{flex:1;overflow-y:auto;padding:20px;-webkit-overflow-scrolling:touch}@media(max-width:767px){.mobile-chart-container{height:220px!important;margin-top:8px}.recharts-legend-wrapper{bottom:-10px!important;font-size:10px!important}}.btn-primary:active,.btn-secondary:active,.mag-card:active{transform:scale(.96)!important}.card:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000008}@media(max-width:767px){.card:hover{transform:none}}.app-container{display:flex;min-height:100vh;background:var(--bg-main)}.sidebar{width:250px;height:100vh;background:var(--bg-sidebar);color:var(--text-on-dark);display:flex;flex-direction:column;position:sticky;top:0;z-index:100;padding:0;border-radius:0;box-shadow:var(--shadow-lg)}.brand{padding:30px 24px;display:flex;align-items:center;gap:12px;font-weight:800;font-size:18px;color:#fff}.logo-placeholder{display:none}nav{flex:1;padding:0 12px;display:flex;flex-direction:column;gap:4px;overflow-y:auto}.nav-separator{padding:20px 12px 10px;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#fff6;font-weight:700}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:8px;color:#ffffffb3;text-decoration:none;transition:all .2s;background:transparent;border:none;width:100%;text-align:left}.nav-item:hover{background:#ffffff0d;color:#fff}.nav-item.active{background:#ffffff1a;color:#fff;font-weight:600}.nav-item.active svg{color:var(--brand-blue-light)}.sidebar-footer{padding:20px 12px;border-top:1px solid rgba(255,255,255,.05)}.nav-item.logout:hover{background:#ef44441a;color:var(--danger)}.content{flex:1;display:flex;flex-direction:column;min-width:0}.top-header{height:80px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 40px;position:sticky;top:0;z-index:90}.header-left .breadcrumb{font-size:12px;color:var(--text-secondary);display:block;margin-bottom:2px;text-transform:capitalize}.header-left h1{font-size:20px;font-weight:700;color:var(--text-primary);margin:0}.header-right{display:flex;align-items:center;gap:24px}.user-info{display:flex;align-items:center;gap:12px}.user-details{display:flex;flex-direction:column;align-items:flex-end}.username{font-size:14px;font-weight:600;color:var(--text-primary)}.user-role{font-size:12px;color:var(--text-secondary)}.avatar{width:38px;height:38px;background:#f1f5f9;color:var(--brand-blue);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;border:1px solid var(--border)}.view-container{padding:32px 40px;max-width:1400px;margin:0 auto;width:100%}@media(max-width:1024px){.sidebar{position:fixed;left:-250px;transition:left .3s}.sidebar.open{left:0}.top-header{padding:0 20px}.view-container{padding:20px}}.mobile-admin-dashboard{padding:12px 16px 0}.mobile-admin-welcome-section{margin-bottom:20px;text-align:left}.maws-welcome{font-size:14px;color:#64748b;font-weight:600;margin-bottom:2px}.maws-title{font-size:26px;font-weight:900;color:#0d2c6c;margin:0;line-height:1.15}.maws-subtitle{font-size:13px;color:#64748b;margin-top:4px;font-weight:500}.mobile-resumen-card{background:linear-gradient(135deg,#0d2c6c,#1e40af);border-radius:18px;padding:24px 20px;color:#fff;box-shadow:0 8px 24px #0d2c6c40;margin-bottom:20px}.mrc-header{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;opacity:.85;margin-bottom:16px}.mrc-main-val{text-align:left;margin-bottom:20px}.mrc-main-label{font-size:13px;opacity:.75;display:block;margin-bottom:4px}.mrc-main-amount{font-size:32px;font-weight:900;margin:0;line-height:1}.mrc-main-trend{display:inline-flex;align-items:center;background:#ffffff26;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:700;margin-top:8px}.trend-icon-green{color:#10b981;margin-right:4px;font-weight:800}.mrc-divider{height:1px;background:#ffffff26;margin:0 0 16px}.mrc-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mrc-col{text-align:left}.mrc-col-name{font-size:13px;opacity:.75;display:block;margin-bottom:4px}.mrc-col-val{font-size:20px;font-weight:800;display:block;line-height:1}.mrc-col-trend{font-size:11px;font-weight:700;opacity:.9;display:block;margin-top:4px}.mobile-action-pills{display:flex;gap:12px;margin-bottom:20px}.pill-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px;font-weight:700;color:#0d2c6c;font-size:14px;box-shadow:0 2px 4px #00000008;transition:all .2s}.pill-btn.active{border-color:#0d2c6c;background:#f1f5f9}.pill-icon{font-size:16px}.mobile-detalles-view{padding:16px;background:#f8fafc;min-height:100%}.mdv-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.mdv-back-btn{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#0d2c6c;box-shadow:0 1px 3px #0000000d}.mdv-title{font-size:20px;font-weight:800;color:#0d2c6c;margin:0}.mdv-resumen-card{background:#0d2c6c;border-radius:16px;padding:20px;color:#fff;box-shadow:0 4px 12px #0d2c6c26;margin-bottom:24px}.mrc-date-title{font-size:14px;font-weight:700;margin-bottom:12px;text-align:left;opacity:.9}.mdv-resumen-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:8px}.mdv-resumen-item{text-align:left}.mdv-resumen-item.border-l{border-left:1px solid rgba(255,255,255,.2);padding-left:12px}.mri-label{font-size:11px;opacity:.75;display:block;margin-bottom:2px;white-space:nowrap}.mri-value{font-size:15px;font-weight:800;display:block}.mdv-seller-section{background:#fff;border-radius:16px;padding:16px;border:1px solid #e2e8f0;box-shadow:0 2px 6px #0000000a;margin-bottom:20px}.mdv-seller-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.mdv-seller-info-left{display:flex;align-items:center;gap:10px}.mdv-seller-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px}.mdv-seller-name-title{font-size:16px;font-weight:800;color:#1e293b}.mdv-seller-total-amount{font-size:16px;font-weight:800;color:#0d2c6c}.mdv-records-table-container{overflow-x:auto;margin-bottom:14px}.mdv-records-table{width:100%;border-collapse:collapse}.mdv-records-table th{background:transparent;color:#64748b;font-size:11px;font-weight:700;text-transform:capitalize;padding:6px 8px;border-bottom:1.5px solid #f1f5f9}.mdv-records-table td{padding:8px;font-size:12px;font-weight:600;color:#475569;border-bottom:1px solid #f8fafc;text-align:left}.mdv-records-table td.concept-td{color:#1e293b}.mdv-records-table td.amount-td{text-align:right;color:#0d2c6c;font-weight:700}.whatsapp-consult-btn{width:100%;background:#25d366;color:#fff;border:none;border-radius:10px;padding:10px;font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 2px 4px #25d36633}.whatsapp-consult-btn:active{transform:scale(.98);background:#20ba5a}.wa-icon{font-size:15px}.mobile-horizontal-actions{display:flex;overflow-x:auto;gap:10px;padding:8px 16px 16px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.mobile-horizontal-actions::-webkit-scrollbar{display:none}.mobile-horizontal-actions .mha-item{flex-shrink:0;display:flex;align-items:center;gap:10px;padding:14px 22px;background:#fff;border-radius:24px;border:1px solid #e8ecf2;box-shadow:0 2px 6px #0000000a;font-size:15px;font-weight:700;color:#334155;transition:all .2s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-horizontal-actions .mha-item:active{transform:scale(.95);background:#f8fafc}.mobile-horizontal-actions .mha-item.red svg{color:#e11d48}.mobile-horizontal-actions .mha-item.blue svg{color:#2563eb}.mobile-horizontal-actions .mha-item.green svg{color:#16a34a}.mobile-horizontal-actions .mha-item.purple svg{color:#7c3aed}.mobile-horizontal-actions .mha-item.teal svg{color:#0d9488}.mobile-horizontal-actions .mha-item.orange svg{color:#ea580c}.seller-metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:8px 16px 20px}.seller-metrics-grid .smg-card{background:#fff;border-radius:16px;border:1px solid #e8ecf2;padding:16px;box-shadow:0 2px 8px #00000005;display:flex;flex-direction:column;justify-content:space-between;min-height:106px}.seller-metrics-grid .smg-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.seller-metrics-grid .smg-val{font-size:18px;font-weight:900;color:#0f172a;margin:6px 0 2px;letter-spacing:-.02em}.seller-metrics-grid .smg-sub{font-size:11px;font-weight:600}.seller-metrics-grid .metric-blue{border-left:4px solid #3b82f6}.seller-metrics-grid .metric-green{border-left:4px solid #10b981}.seller-metrics-grid .metric-purple{border-left:4px solid #8b5cf6}.seller-metrics-grid .metric-orange{border-left:4px solid #f97316}.seller-metrics-grid .text-blue{color:#2563eb}.seller-metrics-grid .text-green{color:#059669}.seller-metrics-grid .text-purple{color:#7c3aed}.seller-metrics-grid .text-orange{color:#ea580c}.seller-metrics-grid .smg-progress-bar{width:100%;height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden;margin-top:4px}.seller-metrics-grid .smg-progress-fill{height:100%;background:linear-gradient(90deg,#f97316,#ea580c);border-radius:3px;transition:width .5s ease-out}.mobile-dashboard-filters{background:#fff;border-bottom:1px solid #e8ecf2;padding:12px 16px;display:flex;flex-direction:column;gap:10px}.mobile-dashboard-filters .mdf-row{display:flex;flex-direction:column;gap:6px}.mobile-dashboard-filters .mdf-title{font-size:11px;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.mobile-dashboard-filters .mdf-pills-scroll{display:flex;align-items:center;gap:8px;overflow-x:auto;padding-bottom:4px}.mobile-dashboard-filters .mdf-pills-scroll::-webkit-scrollbar{display:none}.mobile-dashboard-filters .mdf-pill{flex-shrink:0;padding:6px 14px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:14px;font-size:12px;font-weight:700;color:#475569;transition:all .2s ease;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-dashboard-filters .mdf-pill.active{background:#0d2c6c;border-color:#0d2c6c;color:#fff;box-shadow:0 2px 6px #0d2c6c33}.mobile-dashboard-filters .mdf-pill:active{transform:scale(.95)}.mobile-dashboard-filters .mdf-date-picker-wrap{flex-shrink:0;display:flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;padding:4px 10px;border-radius:14px;transition:all .2s ease}.mobile-dashboard-filters .mdf-date-picker-wrap.active{background:#0d2c6c0f;border-color:#0d2c6c;color:#0d2c6c}.mobile-dashboard-filters .mdf-date-picker-wrap input[type=date]{background:transparent;border:none;font-size:11px;font-weight:700;color:#334155;outline:none;padding:0;font-family:inherit}.mobile-dashboard-filters .mdf-date-picker-wrap.active input[type=date]{color:#0d2c6c}.mobile-dashboard-filters .mdf-date-picker-wrap .clear-btn{background:transparent;border:none;padding:0 2px;color:#ef4444;font-weight:800;font-size:10px;cursor:pointer}.no-scrollbar::-webkit-scrollbar{display:none}.mobile-bottom-nav .mbn-icon-wrap svg{transition:transform .25s cubic-bezier(.175,.885,.32,1.275),color .25s ease}.mobile-bottom-nav .mbn-item.active .mbn-icon-wrap svg{transform:scale(1.22) rotate(-4deg);color:#0d2c6c}.mobile-bottom-nav .mbn-item.active span{animation:slideInText .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInText{0%{transform:translate(-4px);opacity:0}to{transform:translate(0);opacity:1}}.mobile-bottom-nav-mockup{position:fixed;bottom:0;left:0;right:0;height:68px;background:#fff;border-top:1px solid #f1f5f9;display:flex!important;flex-direction:row!important;justify-content:space-around!important;align-items:center!important;padding:0 10px!important;z-index:1000;box-shadow:0 -3px 12px #00000008;flex:none!important;overflow:hidden!important}.mbn-item-mockup{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;gap:4px;color:#94a3b8;font-size:10px;font-weight:800;cursor:pointer;flex:1;min-width:0;max-width:80px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mbn-item-mockup.active{color:#2563eb}.mbn-item-mockup svg{transition:transform .25s cubic-bezier(.175,.885,.32,1.275),color .25s ease}.mbn-item-mockup.active svg{transform:scale(1.15) rotate(-3deg);color:#2563eb}.mbn-center-action-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;margin-top:-32px;z-index:1010}.mbn-fab-btn{width:54px;height:54px;border-radius:50%;background:#2563eb;border:4px solid #ffffff;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 12px #2563eb66;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mbn-fab-btn:active{transform:scale(.9);box-shadow:0 2px 6px #2563eb66}.mbn-fab-label{font-size:10px;font-weight:800;color:#94a3b8;margin-top:5px}.mobile-scroll-area{padding-bottom:84px!important}.mobile-menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:8px 16px 24px}.menu-grid-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #0f172a04;padding:24px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-tap-highlight-color:transparent}.menu-grid-card:active{transform:scale(.96);background:#f8fafc;box-shadow:0 2px 4px #0f172a03}.menu-grid-card .mgc-icon-wrap{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.menu-grid-card:active .mgc-icon-wrap{transform:scale(.92)}.menu-grid-card .mgc-label{font-size:11px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.06em;text-align:center;margin-top:2px}.menu-grid-card .mgc-icon-wrap.blue{background:#eff6ff;color:#2563eb}.menu-grid-card .mgc-icon-wrap.green{background:#ecfdf5;color:#10b981}.menu-grid-card .mgc-icon-wrap.purple{background:#faf5ff;color:#8b5cf6}.menu-grid-card .mgc-icon-wrap.teal{background:#f0fdfa;color:#0d9488}.menu-grid-card .mgc-icon-wrap.orange{background:#fff7ed;color:#f97316}.menu-grid-card .mgc-icon-wrap.red{background:#fff1f2;color:#f43f5e}.menu-grid-card.full-width{grid-column:span 2;flex-direction:row;justify-content:center;gap:16px;padding:18px 24px}.menu-grid-card.dashed{border:2px dashed #cbd5e1;background:#f8fafc;box-shadow:none}.menu-grid-card.dashed:active{background:#f1f5f9}
