@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";:root{--font-display:"Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--bg-space:#f6f8fb;--bg-surface:#fff;--bg-surface-hover:#f1f5f9;--bg-overlay:#ffffffd9;--color-border:#eef2f6;--color-border-hover:#e2e8f0;--color-border-focus:#3b82f6;--color-border-active:#2563eb;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--accent-cyan:#06b6d4;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--accent-emerald:#10b981;--accent-rose:#ef4444;--shadow-subtle:0 4px 20px -2px #0000000d, 0 2px 6px -1px #00000008;--shadow-card:0 10px 30px -10px #0000000a;--shadow-glow:0 0 30px #3b82f614}[data-theme=dark]{--bg-space:#090d16;--bg-surface:#111827;--bg-surface-hover:#1f2937;--bg-overlay:#111827d9;--color-border:#ffffff0f;--color-border-hover:#ffffff1f;--color-border-focus:#3b82f6;--color-border-active:#6366f1;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#475569;--accent-cyan:#22d3ee;--accent-blue:#3b82f6;--accent-purple:#a78bfa;--accent-emerald:#34d399;--accent-rose:#f87171;--shadow-subtle:0 4px 30px #0006;--shadow-card:0 10px 30px #00000080;--shadow-glow:0 0 30px #6366f11f}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-space);color:var(--text-primary);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;transition:background-color .3s,color .3s;display:flex;overflow-x:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.auth-wrapper{flex:1;justify-content:center;align-items:center;padding:2rem 1rem;animation:.6s ease-out fadeIn;display:flex}.login-card{background:var(--bg-surface);border:1px solid var(--color-border);width:100%;max-width:440px;box-shadow:var(--shadow-subtle);border-radius:28px;padding:3rem 2.5rem;animation:.8s cubic-bezier(.16,1,.3,1) slideUp;position:relative}.brand-section{text-align:center;margin-bottom:2.25rem}.logo-icon{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 12px #6366f14d}.login-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.35rem;font-size:1.75rem;font-weight:700}.login-subtitle{color:var(--text-secondary);font-size:.9rem}.form-group{margin-bottom:1.5rem;position:relative}.form-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.input-container{position:relative}.input-icon{color:var(--text-muted);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.auth-input{border:1px solid var(--color-border);width:100%;color:var(--text-primary);font-family:var(--font-body);background:#00000003;border-radius:16px;padding:.85rem 1rem .85rem 2.75rem;font-size:.95rem;transition:all .25s}[data-theme=dark] .auth-input{background:#ffffff05}.auth-input:focus{background:var(--bg-surface);border-color:var(--color-border-focus);outline:none;box-shadow:0 0 0 3px #3b82f626}.password-toggle{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.password-toggle:hover{color:var(--text-primary)}.form-options{justify-content:space-between;align-items:center;margin-top:-.25rem;margin-bottom:1.75rem;font-size:.85rem;display:flex}.remember-me{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.checkbox-custom{border:1px solid var(--color-border);border-radius:6px;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex}.remember-me input{display:none}.remember-me input:checked+.checkbox-custom{background:var(--color-border-focus);border-color:var(--color-border-focus)}.checkbox-custom:after{content:"";opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff;width:8px;height:4px;transition:opacity .2s;transform:rotate(-45deg)translate(1px,-1px)}.remember-me input:checked+.checkbox-custom:after{opacity:1}.forgot-link{color:var(--color-border-focus);font-weight:500;text-decoration:none}.forgot-link:hover{text-decoration:underline}.auth-btn{background:var(--text-primary);width:100%;color:var(--bg-space);font-family:var(--font-display);cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;padding:.9rem;font-size:.95rem;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.auth-btn:hover{background:var(--text-primary);opacity:.9;transform:translateY(-1px);box-shadow:0 4px 15px #ffffff26}[data-theme=dark] .auth-btn:hover{box-shadow:0 4px 15px #0000004d}.spinner{border:2px solid var(--bg-space);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.dashboard-wrapper{background-color:var(--bg-space);min-height:100vh;color:var(--text-primary);width:100%;display:flex;position:relative}.sidebar{background:var(--bg-surface);border-right:1px solid var(--color-border);z-index:99;white-space:nowrap;flex-direction:column;flex-shrink:0;width:72px;padding:1.25rem 0;transition:width .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.sidebar:hover{width:260px;box-shadow:6px 0 30px #0000001a}[data-theme=dark] .sidebar:hover{box-shadow:6px 0 30px #0006}.sidebar-header{flex-shrink:0;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:0 .75rem;display:flex;overflow:hidden}.sidebar-logo{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 3px 10px #2563eb4d}.sidebar-brand{font-family:var(--font-display);color:var(--text-primary);opacity:0;visibility:hidden;white-space:nowrap;font-size:1.05rem;font-weight:700;transition:opacity .2s 50ms,visibility .2s 50ms}.sidebar:hover .sidebar-brand{opacity:1;visibility:visible}.sidebar-menu{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:.15rem;min-height:0;padding:0 .6rem;display:flex;overflow:hidden auto}.sidebar-menu::-webkit-scrollbar{display:none}.sidebar-section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);white-space:nowrap;opacity:0;flex-shrink:0;height:0;padding:0;font-size:.62rem;font-weight:700;transition:height .25s cubic-bezier(.4,0,.2,1),padding .25s cubic-bezier(.4,0,.2,1),opacity .2s 50ms;overflow:hidden}.sidebar:hover .sidebar-section-label{opacity:1;height:auto;padding:.85rem .5rem .2rem}.sidebar-section-spacer{background:var(--color-border);opacity:1;height:1px;margin:.5rem .4rem;transition:height .25s cubic-bezier(.4,0,.2,1),margin .25s cubic-bezier(.4,0,.2,1),opacity .2s;overflow:hidden}.sidebar:hover .sidebar-section-spacer{opacity:0;height:0;margin:0}.sidebar-item{height:44px;color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;flex-shrink:0;align-items:center;gap:.75rem;width:100%;padding:0;font-size:.875rem;font-weight:500;transition:background .18s,color .18s;display:flex;overflow:hidden}.sidebar-item .icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;transition:background .18s,transform .18s;display:flex}.sidebar-item span{white-space:nowrap;text-overflow:ellipsis;opacity:0;visibility:hidden;transition:opacity .18s 60ms,visibility .18s 60ms;overflow:hidden}.sidebar:hover .sidebar-item span{opacity:1;visibility:visible}.sidebar-item:hover{color:var(--text-primary);background:var(--bg-surface-hover)}.sidebar-item:hover .icon-wrap{background:#6366f114}.sidebar-item.active{color:#fff;background:linear-gradient(135deg, var(--accent-blue), #4f46e5);box-shadow:0 3px 14px #2563eb4d}.sidebar-item.active .icon-wrap{background:#ffffff26}[data-theme=dark] .sidebar-item.active{background:linear-gradient(135deg,#3730a3,#4f46e5);box-shadow:0 3px 14px #6366f159}.sidebar-footer{border-top:1px solid var(--color-border);flex-shrink:0;margin-top:0;padding:.75rem .6rem 0}.sidebar-user-card{border-radius:12px;justify-content:space-between;align-items:center;gap:.5rem;padding:.4rem .2rem;transition:background .2s;display:flex;overflow:hidden}.sidebar-user-card:hover{background:var(--bg-surface-hover)}.sidebar-user-card-inner{align-items:center;gap:.65rem;min-width:0;display:flex;overflow:hidden}.avatar{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));color:#fff;width:36px;min-width:36px;height:36px;font-family:var(--font-display);-webkit-user-select:none;user-select:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:flex}.sidebar-user-info{opacity:0;visibility:hidden;flex-direction:column;gap:.1rem;min-width:0;max-width:0;transition:opacity .18s 60ms,visibility .18s 60ms,max-width .3s;display:flex;overflow:hidden}.sidebar:hover .sidebar-user-info{opacity:1;visibility:visible;max-width:150px}.sidebar-user-info h3{white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;line-height:1.2;overflow:hidden}.user-role-badge{text-transform:capitalize;white-space:nowrap;border-radius:5px;padding:.1rem .4rem;font-size:.62rem;font-weight:600;line-height:1.3;display:inline-block}.user-role-badge.admin{color:var(--accent-purple);background:#a855f71a;border:1px solid #a855f733}.user-role-badge.staff{color:var(--accent-cyan);background:#06b6d41a;border:1px solid #06b6d433}.sidebar-logout-icon-btn{color:var(--text-secondary);cursor:pointer;opacity:0;visibility:hidden;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.35rem;transition:opacity .18s 60ms,visibility .18s 60ms,background .2s,color .2s;display:flex}.sidebar:hover .sidebar-logout-icon-btn{opacity:1;visibility:visible}.sidebar-logout-icon-btn:hover{color:var(--accent-rose);background:#ef44441a}.main-content{flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:72px;transition:margin-left .3s cubic-bezier(.4,0,.2,1);display:flex}.content-header{border-bottom:1px solid var(--color-border);background:var(--bg-surface);justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex}.content-title-area{align-items:center;gap:1.5rem;display:flex}.sub-nav-links{color:var(--text-secondary);align-items:center;gap:1.25rem;font-size:.85rem;display:flex}.sub-nav-links a{color:inherit;font-weight:500;text-decoration:none}.sub-nav-links a:hover{color:var(--text-primary)}.sub-nav-links a.active{color:var(--color-border-active);font-weight:600}.header-actions{align-items:center;gap:1rem;display:flex}.header-icon-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex;position:relative}.header-icon-btn:hover{color:var(--text-primary)}.header-badge{background:var(--accent-rose);border-radius:50%;width:6px;height:6px;position:absolute;top:-2px;right:-2px}.content-body{flex:1;padding:2rem 2.5rem;animation:.4s ease-out fadeIn}.dashboard-overview-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (width<=1024px){.dashboard-overview-grid{grid-template-columns:1fr 1fr}}@media (width<=640px){.dashboard-overview-grid{grid-template-columns:1fr}}.balance-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;flex-direction:column;justify-content:space-between;gap:1rem;padding:1.5rem;display:flex}.balance-card-header{justify-content:space-between;align-items:center;display:flex}.balance-icon-box{width:40px;height:40px;color:var(--accent-blue);background:#2563eb1a;border-radius:10px;justify-content:center;align-items:center;display:flex}.balance-card h5{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);font-size:.8rem}.balance-val{font-family:var(--font-display);color:var(--text-primary);margin-top:.25rem;font-size:1.85rem;font-weight:700}.metric-trend{align-items:center;gap:.35rem;margin-top:.4rem;font-size:.8rem;font-weight:600;display:flex}.metric-trend.up{color:var(--accent-emerald)}.metric-trend.down{color:var(--accent-rose)}.metrics-small-grid{grid-column:span 2;grid-template-columns:1fr 1fr 1fr;gap:1.25rem;display:grid}@media (width<=1024px){.metrics-small-grid{grid-column:span 2}}@media (width<=800px){.metrics-small-grid{grid-column:span 1;grid-template-columns:1fr 1fr}}@media (width<=500px){.metrics-small-grid{grid-template-columns:1fr}}.small-metric-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;flex-direction:column;justify-content:space-between;gap:.5rem;padding:1.25rem;display:flex}.small-metric-header{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;display:flex}.small-metric-val{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:700}.charts-grid{grid-template-columns:2fr 1.1fr;gap:1.5rem;margin-top:1.5rem;display:grid}@media (width<=900px){.charts-grid{grid-template-columns:1fr}}.chart-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;padding:1.5rem}.chart-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.chart-header h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700}.donut-legends{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.donut-legend-item{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.legend-dot-area{align-items:center;gap:.5rem;display:flex}.legend-dot{border-radius:50%;width:8px;height:8px}.legend-val{color:var(--text-primary);font-weight:600}.form-panel{background:var(--bg-surface);border:1px solid var(--color-border);max-width:600px;box-shadow:var(--shadow-subtle);border-radius:24px;margin:0 auto;padding:2rem;position:relative}.role-lock-overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-align:center;z-index:10;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;animation:.4s ease-out fadeIn;display:flex;position:absolute;inset:0}.lock-box{width:52px;height:52px;color:var(--accent-rose);background:#ef44441a;border:1px solid #ef444440;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.5rem;display:flex}.lock-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.lock-desc{color:var(--text-secondary);max-width:250px;font-size:.85rem;line-height:1.5}.panel-title{font-family:var(--font-display);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.35rem;font-weight:700;display:flex}.db-badge{color:var(--text-secondary);border:1px solid var(--color-border);background:#0000000a;border-radius:9999px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}[data-theme=dark] .db-badge{background:#ffffff0a}.db-instruction-box{color:var(--accent-blue);background:#3b82f60f;border:1px solid #3b82f633;border-radius:8px;margin-bottom:1.5rem;padding:.85rem;font-size:.75rem}.db-instruction-box p{margin-bottom:.4rem;font-weight:600}.db-code{word-break:break-all;color:var(--accent-blue);border:1px solid var(--color-border);background:#00000008;border-radius:4px;padding:.35rem .5rem;font-family:monospace;display:block}[data-theme=dark] .db-code{background:#0000004d}.inventory-list{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.inventory-item{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;flex-direction:column;justify-content:space-between;gap:1.5rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex}.inventory-item:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-card);transform:translateY(-2px)}.item-main h4{font-family:var(--font-display);color:var(--text-primary);font-size:1.15rem;font-weight:600}.item-brand-label{text-transform:uppercase;color:var(--accent-cyan);letter-spacing:.02em;margin-top:.1rem;font-size:.7rem;font-weight:700}.item-description-label{color:var(--text-secondary);margin-top:.75rem;font-size:.88rem;line-height:1.45}.item-price-label{font-family:var(--font-display);color:var(--accent-emerald);font-size:1.15rem;font-weight:700}.loading-label{text-align:center;color:var(--text-secondary);padding:3rem 0;font-size:.9rem}.dropzone-container{flex-direction:column;gap:2rem;max-width:800px;margin:0 auto;display:flex}.dropzone{border:2px dashed var(--color-border);background:var(--bg-surface);text-align:center;cursor:pointer;box-shadow:var(--shadow-subtle);border-radius:24px;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;transition:all .3s;display:flex}.dropzone:hover{border-color:var(--color-border-focus);background:var(--bg-surface-hover)}.dropzone-icon{color:var(--accent-blue);font-size:2.5rem}.dropzone-text{color:var(--text-primary);font-weight:600}.dropzone-subtext{color:var(--text-secondary);font-size:.8rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.gallery-card{background:var(--bg-surface);border:1px solid var(--color-border);aspect-ratio:1;box-shadow:var(--shadow-subtle);border-radius:20px;transition:all .3s;position:relative;overflow:hidden}.gallery-card:hover{box-shadow:var(--shadow-card);transform:scale(1.02)}.gallery-img{object-fit:cover;background:#f1f5f9;width:100%;height:100%}[data-theme=dark] .gallery-img{background:#0f172a}.gallery-overlay{background:linear-gradient(#0000,#000000d9);flex-direction:column;justify-content:flex-end;padding:.75rem;display:flex;position:absolute;bottom:0;left:0;right:0}.gallery-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.gallery-source{color:var(--accent-cyan);margin-top:.1rem;font-size:.65rem;font-weight:600}.toast-box{z-index:1000;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:2rem;right:2rem}.alert-toast{background:var(--bg-surface);border:1px solid var(--color-border);border-left:4px solid var(--accent-blue);color:var(--text-primary);border-radius:12px;align-items:center;gap:.6rem;padding:.9rem 1.4rem;font-size:.85rem;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;box-shadow:0 10px 25px #0000000d}[data-theme=dark] .alert-toast{box-shadow:0 10px 25px #0006}.alert-toast.success{border-left-color:var(--accent-emerald)}.alert-toast.error{border-left-color:var(--accent-rose)}.mobile-menu-toggle{border:1px solid var(--color-border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;margin-right:.75rem;padding:0;display:none}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:80;background:#0006;display:none;position:fixed;inset:0}@media (width<=768px){.sidebar{width:260px;padding:2rem 1.25rem;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:10px 0 30px #0000001a}[data-theme=dark] .sidebar{box-shadow:10px 0 30px #00000080}.sidebar.open{width:260px;padding:1.25rem 0;transform:translate(0)}.sidebar.open .sidebar-brand,.sidebar.open .sidebar-item span,.sidebar.open .sidebar-logout-icon-btn{opacity:1;visibility:visible}.sidebar.open .sidebar-section-label{opacity:1;height:auto;padding:.85rem .5rem .2rem}.sidebar.open .sidebar-user-info{opacity:1;visibility:visible;max-width:150px}.sidebar.open .sidebar-section-spacer{opacity:0;height:0;margin:0}.sidebar.open .sidebar-item{justify-content:flex-start}.sidebar-backdrop.open{display:block}.mobile-menu-toggle{display:flex}.main-content{width:100%;min-width:0;margin-left:0;overflow-x:hidden}.content-header{gap:.75rem;padding:1rem 1.25rem}.content-title-area{flex:1;min-width:0;overflow:hidden}.sub-nav-links{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;align-items:center;gap:.75rem;min-width:0;display:flex;overflow-x:auto}.sub-nav-links::-webkit-scrollbar{display:none}.content-body{padding:1.25rem}.dashboard-overview-grid{gap:1rem;grid-template-columns:1fr!important}.metrics-small-grid{gap:.75rem;grid-column:span 1!important;grid-template-columns:repeat(2,1fr)!important}.charts-grid{gap:1rem;grid-template-columns:1fr!important}.form-panel{border-radius:18px;padding:1.25rem}.inventory-list{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.toast-box{bottom:1rem;left:1rem;right:1rem}.alert-toast{width:100%}}.theme-toggle-btn{border:1px solid var(--color-border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.theme-toggle-btn:hover{background:var(--bg-surface-hover);border-color:var(--color-border-hover)}.sidebar-divider{margin-top:.5rem;padding:.5rem .75rem .25rem}.sidebar-divider-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);opacity:0;visibility:hidden;font-size:.65rem;font-weight:700;transition:opacity .2s,visibility .2s}.content-page-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.1rem;font-weight:700}.finance-overview-cards{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}@media (width<=1100px){.finance-overview-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.finance-overview-cards{grid-template-columns:1fr}}.finance-stat-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:18px;align-items:center;gap:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex}.finance-stat-card:hover{box-shadow:var(--shadow-card);transform:translateY(-2px)}.finance-stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.finance-stat-info{flex-direction:column;min-width:0;display:flex}.finance-stat-label{color:var(--text-secondary);margin-bottom:.2rem;font-size:.78rem;font-weight:600}.finance-stat-value{font-family:var(--font-display);font-size:1.3rem;font-weight:700}.finance-page{flex-direction:column;gap:1.5rem;display:flex}.finance-form-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;padding:1.75rem}.finance-form-grid{grid-template-columns:1fr 1fr;gap:0 1.25rem;display:grid}@media (width<=640px){.finance-form-grid{grid-template-columns:1fr}}.finance-total-preview{color:var(--text-secondary);background:#3b82f60f;border:1px solid #3b82f633;border-radius:12px;margin-bottom:.75rem;padding:.75rem 1rem;font-size:.95rem}.finance-total-preview strong{color:var(--text-primary);font-family:var(--font-display);font-size:1.1rem}.finance-table-wrapper{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;overflow:hidden}.finance-table-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.finance-table-scroll{overflow-x:auto}.finance-table{border-collapse:collapse;width:100%;font-size:.88rem}.finance-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:var(--bg-space);border-bottom:1px solid var(--color-border);white-space:nowrap;padding:.85rem 1rem;font-size:.72rem;font-weight:700}.finance-table td{border-bottom:1px solid var(--color-border);color:var(--text-primary);white-space:nowrap;padding:.85rem 1rem}.finance-table tbody tr{transition:background .15s}.finance-table tbody tr:hover{background:var(--bg-surface-hover)}.finance-table tbody tr:last-child td{border-bottom:none}.finance-table-amount{font-family:var(--font-display);font-weight:700}.finance-delete-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.finance-delete-btn:hover{color:var(--accent-rose);background:#ef444414}.finance-empty{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;font-size:.9rem;display:flex}.finance-link-btn{color:var(--accent-blue);cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600;transition:opacity .2s}.finance-link-btn:hover{opacity:.7}.finance-overview-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (width<=900px){.finance-overview-grid{grid-template-columns:1fr}}.finance-overview-panel{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;overflow:hidden}.finance-overview-panel .finance-table-header{border-bottom:1px solid var(--color-border)}.finance-mini-list{flex-direction:column;display:flex}.finance-mini-item{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.85rem 1.25rem;transition:background .15s;display:flex}.finance-mini-item:last-child{border-bottom:none}.finance-mini-item:hover{background:var(--bg-surface-hover)}.finance-mini-item div{flex-direction:column;min-width:0;display:flex}.finance-mini-item strong{color:var(--text-primary);font-size:.88rem}.finance-mini-sub{color:var(--text-secondary);margin-top:.1rem;font-size:.75rem}.finance-mini-amount{font-family:var(--font-display);flex-shrink:0;margin-left:.75rem;font-size:.95rem;font-weight:700}.finance-revenue-grid{grid-template-columns:1.5fr 1fr;gap:1.25rem;display:grid}@media (width<=900px){.finance-revenue-grid{grid-template-columns:1fr}}.finance-revenue-panel{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;padding:1.5rem}.finance-bar-chart{flex-direction:column;gap:.75rem;display:flex}.finance-bar-row{align-items:center;gap:.75rem;display:flex}.finance-bar-label{color:var(--text-secondary);flex-shrink:0;width:60px;font-size:.78rem;font-weight:600}.finance-bar-track{background:var(--bg-space);border-radius:8px;flex-direction:column;flex:1;height:20px;display:flex;overflow:hidden}[data-theme=dark] .finance-bar-track{background:#ffffff0a}.finance-bar{border-radius:4px;min-width:2px;height:10px;transition:width .5s}.finance-bar-amount{font-family:var(--font-display);text-align:right;flex-shrink:0;width:80px;font-size:.8rem;font-weight:700}.finance-category-list{flex-direction:column;gap:.85rem;display:flex}.finance-category-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.finance-category-info{color:var(--text-primary);align-items:center;gap:.5rem;min-width:100px;font-size:.85rem;display:flex}.finance-category-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.finance-category-right{flex:1;align-items:center;gap:.75rem;display:flex}.finance-category-bar-bg{background:var(--bg-space);border-radius:4px;flex:1;height:8px;overflow:hidden}[data-theme=dark] .finance-category-bar-bg{background:#ffffff0a}.finance-category-bar{background:var(--accent-rose);border-radius:4px;height:100%;transition:width .5s}.finance-category-amt{font-family:var(--font-display);color:var(--text-primary);text-align:right;flex-shrink:0;width:80px;font-size:.85rem;font-weight:700}.finance-category-tag{color:var(--accent-rose);background:#ef444414;border:1px solid #ef444426;border-radius:8px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.settings-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (width<=800px){.settings-grid{grid-template-columns:1fr}}.settings-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:20px;overflow:hidden}.settings-card-header{border-bottom:1px solid var(--color-border);align-items:center;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.settings-card-header h3{font-family:var(--font-display);color:var(--text-primary);font-size:1rem;font-weight:700}.settings-card-body{flex-direction:column;gap:.85rem;padding:1.25rem 1.5rem;display:flex}.settings-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.settings-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.settings-value{color:var(--text-primary);font-size:.85rem;font-weight:600}.settings-toggle{background:var(--bg-space);border:1px solid var(--color-border);color:var(--text-primary);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font-body);border-radius:10px;align-items:center;gap:.6rem;padding:.5rem .85rem;transition:all .2s;display:flex}[data-theme=dark] .settings-toggle{background:#ffffff0a}.settings-toggle:hover{border-color:var(--color-border-hover)}.settings-toggle-indicator{border-radius:50%;width:8px;height:8px}.settings-divider{background:var(--color-border);height:1px;margin:.25rem 0}.settings-danger-btn{width:100%;color:var(--accent-rose);font-family:var(--font-body);cursor:pointer;background:#ef44440f;border:1px solid #ef444433;border-radius:12px;margin-top:.5rem;padding:.7rem;font-size:.85rem;font-weight:600;transition:all .2s}.settings-danger-btn:hover{background:#ef44441f;border-color:#ef44444d}@media (width<=768px){.finance-overview-cards{grid-template-columns:1fr 1fr;gap:.75rem}.finance-overview-grid,.finance-form-grid{grid-template-columns:1fr}.finance-form-card{border-radius:16px;padding:1.25rem}.finance-table-wrapper{border-radius:16px}.finance-table th,.finance-table td{padding:.65rem .75rem;font-size:.8rem}.finance-stat-card{padding:1rem}.finance-stat-icon{border-radius:12px;width:40px;height:40px}.finance-stat-value{font-size:1.1rem}.finance-revenue-grid,.settings-grid{grid-template-columns:1fr}.content-page-title{font-size:.95rem}.finance-bar-label{width:50px;font-size:.7rem}.finance-bar-amount{width:65px;font-size:.72rem}.finance-category-info{min-width:80px;font-size:.8rem}.finance-category-amt{width:65px;font-size:.8rem}}@media (width<=480px){.finance-overview-cards{grid-template-columns:1fr}.finance-mini-item{padding:.7rem 1rem}}.customers-layout{grid-template-columns:1fr 380px;align-items:start;gap:1.5rem;display:grid}@media (width<=1024px){.customers-layout{grid-template-columns:1fr}}.customers-main{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.customers-sidebar{min-width:0}.customers-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.customers-search{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:14px;flex:1;align-items:center;gap:.6rem;max-width:480px;padding:.6rem 1rem;transition:border-color .2s;display:flex}.customers-search:focus-within{border-color:var(--color-border-focus)}.customers-search svg{color:var(--text-muted);flex-shrink:0}.customers-search-input{color:var(--text-primary);font-family:var(--font-body);background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.customers-search-input::placeholder{color:var(--text-muted)}.customers-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}@media (width<=640px){.customers-grid{grid-template-columns:1fr}}.customer-card{background:var(--bg-surface);border:1px solid var(--color-border);cursor:pointer;box-shadow:var(--shadow-subtle);border-radius:18px;padding:1.25rem;transition:all .2s}.customer-card:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-card);transform:translateY(-2px)}.customer-card.selected{border-color:var(--accent-cyan);box-shadow:0 0 0 2px #06b6d426}.customer-card-header{align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.customer-avatar{width:44px;height:44px;font-family:var(--font-display);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.customer-card-info{flex-direction:column;flex:1;min-width:0;display:flex}.customer-card-info h4{font-family:var(--font-display);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.customer-company{color:var(--text-secondary);margin-top:.1rem;font-size:.75rem;font-weight:500}.customer-delete-btn{color:var(--text-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.3rem;transition:all .2s;display:flex}.customer-card:hover .customer-delete-btn{opacity:1}.customer-delete-btn:hover{color:var(--accent-rose);background:#ef444414}.customer-card-body{flex-direction:column;gap:.45rem;margin-bottom:1rem;display:flex}.customer-contact-row{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.customer-contact-row svg{color:var(--text-muted);flex-shrink:0}.customer-contact-row span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.customer-card-footer{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-top:.85rem;display:flex}.customer-join-date{color:var(--text-muted);font-size:.72rem;font-weight:500}.customer-amount{font-family:var(--font-display);color:var(--accent-emerald);font-size:.9rem;font-weight:700}.customers-empty-state{background:var(--bg-surface);border:1px dashed var(--color-border);text-align:center;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.customers-empty-icon{width:80px;height:80px;color:var(--accent-cyan);background:#06b6d414;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.customers-empty-state h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.customers-empty-state p{color:var(--text-secondary);max-width:320px;font-size:.88rem}.customer-detail{text-align:center;flex-direction:column;align-items:center;padding:.5rem 0;display:flex}.customer-detail-avatar{width:64px;height:64px;font-family:var(--font-display);border-radius:18px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.2rem;font-weight:800;display:flex}.customer-detail-name{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.2rem;font-size:1.15rem;font-weight:700}.customer-detail-company{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.8rem;font-weight:500}.customer-detail-fields{text-align:left;flex-direction:column;gap:.65rem;width:100%;display:flex}.customer-detail-field{border-bottom:1px solid var(--color-border);flex-direction:column;gap:.15rem;padding:.6rem 0;display:flex}.customer-detail-field:last-child{border-bottom:none}@media (width<=768px){.customers-layout{grid-template-columns:1fr}.customers-toolbar{flex-direction:column;align-items:stretch}.customers-search{max-width:100%}.customers-grid{grid-template-columns:1fr}.customer-card{padding:1rem}}.outstanding-layout{grid-template-columns:1fr 360px;align-items:start;gap:1.5rem;display:grid}@media (width<=1024px){.outstanding-layout{grid-template-columns:1fr}}.outstanding-main{flex-direction:column;gap:1.25rem;min-width:0;display:flex}.outstanding-sidebar{min-width:0}.outstanding-status-badge{text-transform:capitalize;white-space:nowrap;border:1px solid;border-radius:8px;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-block}.outstanding-pay-btn{color:var(--accent-cyan);cursor:pointer;background:0 0;border:1px solid #06b6d433;border-radius:8px;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.outstanding-pay-btn:hover{background:#06b6d414;border-color:#06b6d459}.outstanding-pay-panel{border-top:1px solid var(--color-border);background:#06b6d408;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}[data-theme=dark] .outstanding-pay-panel{background:#06b6d40a}.outstanding-pay-info{flex-direction:column;gap:.2rem;display:flex}.outstanding-pay-form{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.outstanding-pay-input{background:var(--bg-space);border:1px solid var(--color-border);width:120px;color:var(--text-primary);font-family:var(--font-body);border-radius:10px;outline:none;padding:.5rem .75rem;font-size:.82rem;transition:border-color .2s}.outstanding-pay-input:focus{border-color:var(--accent-cyan)}.outstanding-filter-select{background:var(--bg-space);border:1px solid var(--color-border);color:var(--text-primary);font-family:var(--font-body);cursor:pointer;border-radius:8px;outline:none;padding:.35rem .65rem;font-size:.78rem;font-weight:500}@media (width<=768px){.outstanding-layout{grid-template-columns:1fr}.outstanding-pay-panel{flex-direction:column;align-items:stretch;gap:.75rem}.outstanding-pay-form{flex-wrap:wrap}.outstanding-pay-input{flex:1;min-width:100px}}.purchase-page{flex-direction:column;gap:1.25rem;display:flex}.purchase-stats-row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.purchase-stat-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:14px;flex-direction:column;gap:.25rem;padding:1rem 1.25rem;display:flex}.purchase-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.75rem;font-weight:600}.purchase-stat-value{font-family:var(--font-display);font-size:1.5rem;font-weight:700}.purchase-toggle-row{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:12px;gap:.5rem;width:fit-content;padding:4px;display:flex}.purchase-tab-btn{color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.purchase-tab-btn.active{background:var(--accent-blue);color:#fff;box-shadow:0 2px 8px #3b82f640}.purchase-tab-btn:hover:not(.active){background:var(--bg-surface-hover);color:var(--text-primary)}.purchase-form-card{border-radius:16px}.purchase-form-header,.purchase-form-section{margin-bottom:1.25rem}.purchase-section-title{font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.85rem;font-weight:700}.purchase-seller-row{align-items:stretch;gap:.5rem;display:flex}.purchase-select{flex:1;padding-left:1rem!important}.purchase-add-seller-btn{border:1px dashed var(--accent-blue);width:42px;min-width:42px;color:var(--accent-blue);cursor:pointer;background:#3b82f60f;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.purchase-add-seller-btn:hover{background:#3b82f61f;border-style:solid}.purchase-seller-info{color:var(--text-muted);margin-top:.35rem;font-size:.75rem}.purchase-submit-btn{width:100%;margin-top:.5rem;padding:.75rem;font-size:.95rem}.purchase-warranty-badge{color:var(--accent-purple);vertical-align:middle;background:#8b5cf61a;border-radius:6px;margin-left:.4rem;padding:.1rem .4rem;font-size:.65rem;font-weight:700;display:inline-block}.purchase-mono{font-family:SF Mono,Fira Code,monospace;font-size:.8rem}.purchase-search-row{align-items:center;gap:.75rem;display:flex}.purchase-search-input{width:220px;padding:.45rem .85rem;font-size:.8rem}.purchase-table-desktop{width:100%}.purchase-mobile-cards{display:none}.purchase-mobile-card{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:12px;margin:.5rem;transition:border-color .2s;overflow:hidden}.purchase-mobile-card:hover{border-color:var(--color-border-hover)}.purchase-mobile-card-header{background:var(--bg-surface-hover);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.purchase-mobile-card-header strong{font-family:var(--font-display);font-size:.95rem}.purchase-mobile-card-body{flex-direction:column;gap:.35rem;padding:.5rem 1rem .75rem;display:flex}.purchase-mobile-row{justify-content:space-between;align-items:center;padding:.2rem 0;font-size:.82rem;display:flex}.purchase-mobile-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:600}.purchase-mobile-total{border-top:1px solid var(--color-border);margin-top:.25rem;padding-top:.4rem}.purchase-mobile-total .purchase-mobile-label,.purchase-mobile-total span:last-child{font-family:var(--font-display);font-size:.95rem;font-weight:700}.purchase-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.purchase-modal{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px -20px #0000004d}.purchase-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.purchase-modal-header h3{font-family:var(--font-display);margin:0;font-size:1.1rem;font-weight:700}.purchase-modal-close{background:var(--bg-surface-hover);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.purchase-modal-close:hover{background:var(--color-border-hover);color:var(--text-primary)}.purchase-modal-body{flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.purchase-modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.purchase-modal-cancel{border:1px solid var(--color-border);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.purchase-modal-cancel:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.purchase-modal-save{background:var(--accent-blue);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.purchase-modal-save:hover{background:var(--accent-blue);filter:brightness(1.1)}.purchase-modal-save:disabled{opacity:.6;cursor:not-allowed}@media (width<=1024px){.purchase-stats-row{grid-template-columns:repeat(3,1fr)}.purchase-search-input{width:180px}}@media (width<=768px){.purchase-stats-row{grid-template-columns:1fr}.purchase-stat-card{flex-direction:row;justify-content:space-between;align-items:center}.purchase-stat-value{font-size:1.25rem}.purchase-toggle-row{width:100%}.purchase-tab-btn{text-align:center;flex:1;padding:.6rem .75rem;font-size:.8rem}.finance-form-grid{grid-template-columns:1fr}.purchase-form-card{border-radius:14px;padding:1rem}.purchase-section-title{font-size:.78rem}.purchase-search-row{flex-direction:column;align-items:stretch;gap:.5rem}.purchase-search-input{width:100%}.purchase-table-desktop{display:none}.purchase-mobile-cards{flex-direction:column;gap:.5rem;padding:.5rem;display:flex}.purchase-modal{border-radius:16px;max-width:100%;max-height:95vh;margin:.5rem}.purchase-modal-header,.purchase-modal-body{padding:1rem 1.25rem}.purchase-modal-footer{padding:.75rem 1.25rem}}@media (width<=480px){.purchase-stats-row{gap:.5rem}.purchase-stat-card{padding:.75rem 1rem}.purchase-stat-value{font-size:1.1rem}.purchase-mobile-card-header{padding:.6rem .75rem}.purchase-mobile-card-body{padding:.4rem .75rem .6rem}.purchase-mobile-row{font-size:.78rem}}.seller-page{flex-direction:column;gap:1.25rem;display:flex}.seller-stats-row{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.seller-stat-card{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:14px;align-items:center;gap:.85rem;padding:1rem 1.25rem;display:flex}.seller-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.seller-stat-info{flex-direction:column;gap:.1rem;display:flex}.seller-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:600}.seller-stat-value{font-family:var(--font-display);font-size:1.25rem;font-weight:700}.seller-layout{grid-template-columns:340px 1fr;gap:1rem;min-height:500px;display:grid}.seller-list-panel{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.seller-list-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.seller-add-btn{background:var(--accent-blue);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.seller-add-btn:hover{filter:brightness(1.1)}.seller-list-scroll{flex:1;padding:.5rem;overflow-y:auto}.seller-card{cursor:pointer;border:1px solid #0000;border-radius:12px;margin-bottom:.25rem;padding:.75rem;transition:all .15s}.seller-card:hover{background:var(--bg-surface-hover)}.seller-card.selected{background:#3b82f60f;border-color:#3b82f633}.seller-card-top{align-items:center;gap:.65rem;display:flex}.seller-avatar{background:var(--accent-blue);color:#fff;width:36px;height:36px;font-family:var(--font-display);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.seller-avatar-lg{border-radius:14px;width:48px;height:48px;font-size:1.1rem}.seller-card-info{flex-direction:column;flex:1;min-width:0;display:flex}.seller-card-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;overflow:hidden}.seller-card-info span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.seller-card-balance{text-align:right;font-family:var(--font-display);flex-shrink:0;font-size:.88rem;font-weight:700}.seller-balance-tag{text-transform:uppercase;letter-spacing:.04em;opacity:.8;font-size:.6rem;font-weight:600;display:block}.seller-card-stats{color:var(--text-muted);gap:1rem;margin-top:.4rem;padding-left:calc(36px + .65rem);font-size:.68rem;display:flex}.seller-empty-detail{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:400px;display:flex}.seller-detail-panel{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.seller-detail-content{flex-direction:column;height:100%;display:flex}.seller-detail-header{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.seller-detail-info{align-items:center;gap:.85rem;display:flex}.seller-detail-meta{color:var(--text-muted);flex-wrap:wrap;gap:.75rem;margin-top:.25rem;font-size:.75rem;display:flex}.seller-gst{background:var(--bg-surface-hover);border-radius:4px;padding:.1rem .4rem;font-family:SF Mono,Fira Code,monospace;font-size:.7rem}.seller-pay-btn{background:var(--accent-emerald);color:#fff;font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.seller-pay-btn:hover{filter:brightness(1.1)}.seller-balance-card{border-bottom:1px solid var(--color-border);background:var(--bg-surface-hover);padding:1.25rem 1.5rem}.seller-balance-row{text-align:center;grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.seller-balance-item{border-radius:10px;flex-direction:column;gap:.2rem;padding:.5rem;display:flex}.seller-balance-item.seller-balance-main{background:var(--bg-surface);border:1px solid var(--color-border)}.seller-balance-label{text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.68rem;font-weight:600}.seller-balance-amount{font-family:var(--font-display);font-size:1rem;font-weight:700}.seller-balance-amount-lg{font-size:1.3rem}.seller-section{padding:1rem 1.5rem}.seller-section-title{font-family:var(--font-display);color:var(--text-secondary);margin:0 0 .75rem;font-size:.85rem;font-weight:700}.seller-no-data{color:var(--text-muted);text-align:center;padding:1.5rem;font-size:.82rem}.seller-payment-list{flex-direction:column;gap:.5rem;display:flex}.seller-payment-item{border:1px solid var(--color-border);border-radius:10px;align-items:center;gap:.75rem;padding:.65rem .85rem;transition:border-color .15s;display:flex}.seller-payment-item:hover{border-color:var(--color-border-hover)}.seller-payment-item.credit{border-left:3px solid var(--accent-rose)}.seller-payment-item.payment{border-left:3px solid var(--accent-emerald)}.seller-payment-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.seller-payment-item.credit .seller-payment-icon{color:var(--accent-rose);background:#ef44441a}.seller-payment-item.payment .seller-payment-icon{color:var(--accent-emerald);background:#10b9811a}.seller-payment-info{flex-direction:column;flex:1;min-width:0;display:flex}.seller-payment-info strong{font-size:.82rem}.seller-payment-info span{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.7rem;overflow:hidden}.seller-payment-amounts{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.seller-payment-amount{font-family:var(--font-display);font-size:.9rem;font-weight:700}.seller-purchase-list{flex-direction:column;gap:.4rem;display:flex}.seller-purchase-item{border:1px solid var(--color-border);border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.seller-purchase-info{flex-direction:column;min-width:0;display:flex}.seller-purchase-info strong{font-size:.82rem}.seller-purchase-info span{color:var(--text-muted);font-size:.7rem}.seller-purchase-amount{font-family:var(--font-display);color:var(--accent-blue);flex-shrink:0;font-size:.85rem;font-weight:700}.seller-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.seller-modal{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:20px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px -20px #0000004d}.seller-modal-header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.seller-modal-header h3{font-family:var(--font-display);margin:0;font-size:1.05rem;font-weight:700}.seller-modal-close{background:var(--bg-surface-hover);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.seller-modal-close:hover{background:var(--color-border-hover);color:var(--text-primary)}.seller-modal-body{flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.seller-type-toggle{gap:.5rem;display:flex}.seller-type-btn{border:1px solid var(--color-border);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.65rem;font-size:.82rem;font-weight:600;transition:all .2s;display:flex}.seller-type-btn.active.credit{border-color:var(--accent-rose);color:var(--accent-rose);background:#ef44440f}.seller-type-btn.active.payment{border-color:var(--accent-emerald);color:var(--accent-emerald);background:#10b9810f}.seller-type-btn:hover:not(.active){background:var(--bg-surface-hover)}.seller-type-desc{color:var(--text-muted);background:var(--bg-surface-hover);border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.78rem}.seller-modal-footer{border-top:1px solid var(--color-border);justify-content:flex-end;gap:.5rem;padding:1rem 1.5rem;display:flex}.seller-modal-cancel{border:1px solid var(--color-border);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;background:0 0;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.seller-modal-cancel:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.seller-modal-save{background:var(--accent-blue);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.seller-modal-save.credit{background:var(--accent-rose)}.seller-modal-save.payment{background:var(--accent-emerald)}.seller-modal-save:disabled{opacity:.6;cursor:not-allowed}@media (width<=1024px){.seller-layout{grid-template-columns:280px 1fr}.seller-balance-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.seller-stats-row{grid-template-columns:1fr}.seller-stat-card{padding:.85rem 1rem}.seller-stat-value{font-size:1.1rem}.seller-layout{grid-template-columns:1fr;min-height:auto}.seller-list-panel{max-height:300px}.seller-detail-panel{min-height:400px}.seller-detail-header{flex-direction:column;align-items:flex-start;padding:1rem}.seller-pay-btn{justify-content:center;width:100%}.seller-balance-card{padding:1rem}.seller-balance-row{grid-template-columns:repeat(2,1fr);gap:.5rem}.seller-section{padding:.75rem 1rem}.seller-modal{border-radius:16px;max-width:100%;max-height:95vh;margin:.5rem}.seller-modal-header,.seller-modal-body{padding:1rem 1.25rem}.seller-modal-footer{padding:.75rem 1.25rem}.seller-type-toggle{flex-direction:column}}@media (width<=480px){.seller-stat-icon{border-radius:10px;width:36px;height:36px}.seller-card-stats{gap:.75rem;padding-left:0}.seller-balance-row{grid-template-columns:1fr 1fr}.seller-balance-amount-lg{font-size:1.1rem}.seller-payment-item{padding:.5rem .65rem}.seller-purchase-item{padding:.4rem .6rem}}.purchase-stat-card{flex-direction:row;align-items:center;gap:.85rem}.purchase-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.purchase-stat-info{flex-direction:column;gap:.1rem;display:flex}.purchase-form-header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.purchase-sync-badge{color:var(--accent-emerald);white-space:nowrap;background:#10b98114;border:1px solid #10b98133;border-radius:9999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.7rem;font-weight:600;display:inline-flex}.purchase-total-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.purchase-total-disc{color:var(--text-muted);margin-left:.5rem;font-size:.82rem}.purchase-profit-row{align-items:center;gap:.4rem;margin-top:.35rem;font-size:.88rem;font-weight:500;display:flex}.purchase-profit-margin{opacity:.8;font-size:.78rem}.purchase-sync-all-btn{color:var(--accent-emerald);font-family:var(--font-body);cursor:pointer;white-space:nowrap;background:#10b9810f;border:1px solid #10b98140;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.purchase-sync-all-btn:hover{border-color:var(--accent-emerald);background:#10b9811f}.purchase-empty-actions{background:var(--bg-surface);border:1px dashed var(--color-border);border-radius:16px;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.purchase-sample-btn{background:linear-gradient(135deg, var(--accent-blue), #4f46e5);color:#fff;font-family:var(--font-body);cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 3px 12px #3b82f64d}.purchase-sample-btn:hover{transform:translateY(-1px);box-shadow:0 5px 18px #3b82f666}.purchase-sample-hint{color:var(--text-muted);font-size:.78rem}@media (width<=768px){.purchase-form-header{flex-direction:column;align-items:flex-start;gap:.4rem}.purchase-stat-card{gap:.65rem;padding:.85rem 1rem}.purchase-stat-icon{border-radius:10px;width:38px;height:38px}.purchase-stat-value{font-size:1.15rem}.purchase-sync-badge{padding:.25rem .55rem;font-size:.65rem}.purchase-sync-all-btn{padding:.35rem .65rem;font-size:.72rem}.purchase-profit-row{font-size:.82rem}.purchase-empty-actions{padding:1.5rem 1rem}.purchase-sample-btn{justify-content:center;width:100%;padding:.65rem 1.25rem;font-size:.85rem}}@media (width<=480px){.purchase-stat-card{padding:.75rem .85rem}.purchase-stat-icon{border-radius:9px;width:34px;height:34px}.purchase-stat-icon svg{width:16px;height:16px}.purchase-stat-label{font-size:.68rem}.purchase-stat-value{font-size:1rem}}.inventory-summary-bar{background:var(--bg-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-subtle);border-radius:14px;align-items:center;gap:1.5rem;padding:1rem 1.5rem;display:flex}.inventory-summary-item{flex-direction:column;gap:.1rem;display:flex}.inventory-summary-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.68rem;font-weight:600}.inventory-summary-value{font-family:var(--font-display);font-size:1.1rem;font-weight:700}.inventory-summary-divider{background:var(--color-border);width:1px;height:32px}.inventory-item-name-cell{flex-direction:column;gap:.1rem;display:flex}.inventory-item-updated{color:var(--text-muted);font-size:.68rem}.inventory-brand-tag{color:var(--accent-blue);background:#3b82f614;border:1px solid #3b82f626;border-radius:6px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.inventory-qty-controls{align-items:center;gap:.25rem;display:flex}.inventory-qty-btn{border:1px solid var(--color-border);background:var(--bg-surface);width:26px;height:26px;color:var(--text-secondary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;line-height:1;transition:all .15s;display:flex}.inventory-qty-btn:hover{background:var(--bg-surface-hover);border-color:var(--color-border-hover);color:var(--text-primary)}.inventory-qty-value{text-align:center;min-width:28px;font-family:var(--font-display);font-size:.9rem;font-weight:700}.inventory-desktop-table{width:100%}.inventory-mobile-cards{display:none}.inventory-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.inventory-empty-icon{width:80px;height:80px;color:var(--accent-blue);background:#3b82f614;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.inventory-empty-state h3{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.35rem;font-size:1.15rem;font-weight:700}.inventory-empty-state p{color:var(--text-secondary);max-width:320px;font-size:.88rem}@media (width<=768px){.inventory-summary-bar{flex-wrap:wrap;gap:.75rem 1.5rem;padding:.85rem 1rem}.inventory-summary-divider{display:none}.inventory-summary-item{flex-direction:row;align-items:center;gap:.5rem}.inventory-summary-value{font-size:.95rem}.inventory-desktop-table{display:none}.inventory-mobile-cards{flex-direction:column;gap:.5rem;padding:.5rem;display:flex}}.inventory-mobile-card{background:var(--bg-surface);border:1px solid var(--color-border);border-radius:14px;transition:border-color .2s;overflow:hidden}.inventory-mobile-card:hover{border-color:var(--color-border-hover)}.inventory-mobile-card-header{background:var(--bg-surface-hover);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.inventory-mobile-card-title{align-items:center;gap:.6rem;display:flex}.inventory-mobile-card-title strong{font-family:var(--font-display);font-size:.92rem;line-height:1.2;display:block}.inventory-mobile-brand{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem;font-weight:600}.inventory-mobile-category-icon{width:32px;height:32px;color:var(--accent-blue);background:#3b82f614;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.inventory-mobile-card-body{flex-direction:column;gap:.35rem;padding:.5rem 1rem .75rem;display:flex}.inventory-mobile-row{justify-content:space-between;align-items:center;padding:.2rem 0;font-size:.82rem;display:flex}.inventory-mobile-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.72rem;font-weight:600}@media (width<=480px){.inventory-mobile-card-header{padding:.6rem .75rem}.inventory-mobile-card-body{padding:.4rem .75rem .6rem}.inventory-mobile-row{font-size:.78rem}}
