:root{--primary: #2563EB;--primary-dark: #1D4ED8;--primary-light: #DBEAFE;--success: #22C55E;--warning: #F59E0B;--danger: #EF4444;--bg: #F9FAFB;--surface: #FFFFFF;--border: #E5E7EB;--border-light: #F3F4F6;--text: #111827;--text-secondary: #374151;--text-muted: #6B7280;--text-ghost: #9CA3AF;--sidebar-width: 240px;--header-height: 64px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 16px;--radius-2xl: 20px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box}body{margin:0;background-color:var(--bg);color:var(--text);font-family:Inter,Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.self-start{align-self:flex-start}.min-w-0{min-width:0}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.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-10{padding:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.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}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.mx-auto{margin-left:auto;margin-right:auto}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-20{gap:5rem}.gap-32{gap:8rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-full{width:100%}.w-auto{width:auto}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.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-14{height:3.5rem}.h-16{height:4rem}.h-full{height:100%}.min-h-screen{min-height:100vh}.max-h-screen{max-height:100vh}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.top-1\/2{top:50%}.-translate-y-1\/2{transform:translateY(-50%)}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.pointer-events-none{pointer-events:none!important}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.overflow-x-auto{overflow-x:auto}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-custom{border-radius:12px}.rounded-full{border-radius:9999px}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f3f4f6}.bg-blue-50{background-color:#eff6ff}.bg-indigo-50{background-color:#eef2ff}.bg-field{background-color:#f8f9fc}.bg-primary-blue{background-color:#0d53d6}.bg-blue-600{background-color:#2563eb}.bg-emerald-50{background-color:#ecfdf5}.bg-emerald-500{background-color:#22c55e}.bg-rose-50{background-color:#fff1f2}.bg-transparent{background-color:transparent}.bg-dark-obsidian{background-color:#0a0c10}.bg-white-5{background-color:#ffffff0d}.bg-white-10{background-color:#ffffff1a}.bg-blue-600-20{background-color:#2563eb33}.bg-indigo-600-20{background-color:#4f46e533}.text-white{color:#fff}.text-slate-400{color:#9ca3af}.text-slate-500{color:#6b7280}.text-slate-600{color:#4b5563}.text-slate-700{color:#374151}.text-slate-800{color:#1f2937}.text-slate-900{color:#111827}.text-blue-600{color:#2563eb}.text-emerald-500{color:#22c55e}.text-emerald-600{color:#16a34a}.text-rose-500{color:#ef4444}.text-rose-600{color:#e11d48}.text-indigo-600{color:#4f46e5}.text-amber-500{color:#f59e0b}.text-transparent{color:transparent}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-gradient-premium{background:linear-gradient(to right,#60a5fa,#818cf8)}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-black{font-weight:900}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.uppercase{text-transform:uppercase}.text-center{text-align:center}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.transition-all{transition:all .15s ease}.transition-colors{transition:color,background-color,border-color .15s ease}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{-webkit-user-select:none;user-select:none}.aspect-square{aspect-ratio:1/1}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.border-dashed{border-style:dashed}.italic{font-style:italic}.tabular-nums{font-variant-numeric:tabular-nums}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:99px;font-size:11px;font-weight:600;letter-spacing:.02em}.badge-sent{background:#eff6ff;color:#2563eb}.badge-accepted{background:#ecfdf5;color:#059669}.badge-pending{background:#fffbeb;color:#d97706}.badge-expired{background:#fff1f2;color:#e11d48}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-spin{animation:spin 1s linear infinite}.animate-fade-in{animation:fadeIn .4s ease-out}.shimmer{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:99px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#d1d5db}.nav-sidebar{transition:transform .3s ease}@media (max-width: 1023px){.nav-sidebar{position:fixed!important;transform:translate(-100%)}.nav-sidebar.sidebar-open{transform:translate(0)!important}}.lg\:grid-4-cols{grid-template-columns:repeat(2,1fr)}.dash-main-grid{grid-template-columns:1fr}.product-grid-responsive{grid-template-columns:repeat(3,1fr)}.summary-panel-responsive{display:flex}.pb-nav{padding-bottom:5rem}@media (max-width: 1023px){.app-main{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}.app-main:has(.miwi-root){padding-bottom:0}}.space-y-1>*+*{margin-top:.25rem}.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 var(--border-light)}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.active\:scale-95:active{transform:scale(.95)}.hover\:scale-105:hover{transform:scale(1.05)}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.backdrop-blur-md{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.backdrop-blur-xl{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.backdrop-blur-3xl{-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px)}.blur-100{filter:blur(100px)}.blur-120{filter:blur(120px)}.shadow-premium{box-shadow:0 32px 64px -16px #00000080}.shadow-light{box-shadow:0 20px 50px #0000000d}.shadow-xl-slate{box-shadow:0 20px 25px -5px #e2e8f080,0 8px 10px -6px #e2e8f080}.border-white-10{border:1px solid rgba(255,255,255,.1)}.border-white-20{border:1px solid rgba(255,255,255,.2)}.leading-extra-tight{line-height:.9}@media (min-width: 640px){.sm\:block{display:block!important}.sm\:flex{display:flex!important}.sm\:hidden{display:none!important}.sm\:flex-row{flex-direction:row!important}}@media (min-width: 768px){.md\:block{display:block!important}.md\:flex{display:flex!important}.md\:hidden{display:none!important}.md\:flex-row{flex-direction:row!important}.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)!important}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)!important}.product-grid-responsive{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:hidden{display:none!important}.lg\:flex-row{flex-direction:row!important}.lg\:pb-0{padding-bottom:0!important}.lg\:grid-4-cols{grid-template-columns:repeat(4,1fr)!important}.dash-main-grid{grid-template-columns:2fr 1fr!important}.product-grid-responsive{grid-template-columns:repeat(3,1fr)!important}.summary-panel-responsive{display:flex!important}}@media (min-width: 1280px){.xl\:block{display:block!important}.xl\:flex{display:flex!important}.xl\:hidden{display:none!important}.xl\:flex-row{flex-direction:row!important}.xl\:grid-cols-2{grid-template-columns:repeat(2,1fr)!important}.xl\:grid-cols-3{grid-template-columns:repeat(3,1fr)!important}.xl\:grid-cols-4{grid-template-columns:repeat(4,1fr)!important}.xl\:pb-0{padding-bottom:0!important}}@media (max-width: 480px){.product-grid-responsive{grid-template-columns:repeat(2,1fr)!important}}.modal-responsive{width:100%;max-width:min(calc(100vw - 32px),700px);max-height:90vh}@media (max-width: 1023px){.page-container{padding:16px 14px!important}}button,a,[role=button]{-webkit-tap-highlight-color:transparent}.mobile-bottom-nav-height{height:60px}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(145deg,#eef2ff,#e8edf8 40%,#f0f4ff)}.login-card{width:100%;max-width:420px;background:#fff;border-radius:1.5rem;overflow:hidden;box-shadow:0 8px 48px #2563eb1a,0 2px 8px #0000000f}.login-card-accent{height:4px;background:#2563eb;width:100%}.login-card-body{padding:2.5rem 2.5rem 2rem}.login-logo{display:flex;justify-content:center;margin-bottom:2rem}.login-logo img{height:3rem;width:auto}.login-title{font-size:1.375rem;font-weight:900;color:#1e293b;letter-spacing:-.02em;margin:0 0 .375rem}.login-subtitle{font-size:.875rem;color:#94a3b8;font-weight:500;margin:0 0 2rem}.login-form{display:flex;flex-direction:column;gap:1.25rem}.login-field{display:flex;flex-direction:column;gap:.375rem}.login-label-row{display:flex;align-items:center;justify-content:space-between}.login-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#94a3b8}.login-forgot{font-size:.6875rem;font-weight:700;color:#2563eb;background:none;border:none;padding:0;cursor:pointer;letter-spacing:.02em;transition:color .15s ease;font-family:inherit}.login-forgot:hover{color:#1d4ed8}.login-input-wrap{position:relative}.login-input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:#cbd5e1;display:flex;align-items:center;pointer-events:none;transition:color .15s ease}.login-input-wrap:focus-within .login-input-icon{color:#2563eb}.login-input{width:100%;padding:.875rem 1rem .875rem 2.75rem;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:.75rem;font-size:.9375rem;color:#334155;font-family:inherit;outline:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;box-sizing:border-box}.login-input::placeholder{color:#cbd5e1}.login-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb14}.login-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.5rem;margin-top:.5rem;background:#2563eb;color:#fff;border:none;border-radius:.75rem;font-size:.8125rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:inherit;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 20px #2563eb4d}.login-btn:hover:not(:disabled){background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 24px #2563eb61}.login-btn:active:not(:disabled){transform:scale(.98)}.login-btn:disabled{opacity:.65;cursor:not-allowed}.login-error{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#fef2f2;border:1.5px solid #fecaca;border-radius:.75rem;color:#dc2626;font-size:.8125rem;font-weight:600;overflow:hidden}.login-status-bar{margin-top:2rem;padding-top:1.25rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between}.login-status-version{font-size:.6875rem;font-style:italic;color:#cbd5e1;font-weight:500;letter-spacing:.04em}.login-status-active{display:flex;align-items:center;gap:.375rem}.login-status-dot{width:6px;height:6px;background:#34d399;border-radius:50%;box-shadow:0 0 6px #34d39999;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.login-status-text{font-size:.6875rem;font-weight:600;color:#cbd5e1;letter-spacing:.08em;text-transform:uppercase}.login-footer{margin-top:1.75rem;text-align:center}.login-footer p{font-size:.625rem;color:#94a3b8;font-weight:600;letter-spacing:.15em;text-transform:uppercase;opacity:.7}
