*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5}#root{min-height:100vh}.app-shell{display:flex;min-height:100vh}.app-sidebar{width:224px;min-height:100vh;background:#1e293b;display:flex;flex-direction:column;flex-shrink:0}.app-main{flex:1;min-width:0;padding:28px 32px;overflow-y:auto}.mobile-topbar{display:none}.mobile-menu-btn,.sidebar-close-btn{border:1px solid transparent;background:transparent;color:inherit;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.sidebar-close-btn{display:none;color:#cbd5e1;border-color:#334155;border-radius:10px;width:34px;height:34px;flex-shrink:0}.sidebar-overlay{display:none}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:opacity .15s,background .15s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#e2e8f0;color:#1e293b}.btn-secondary:hover:not(:disabled){background:#cbd5e1}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.card{background:#fff;border-radius:10px;border:1px solid #e2e8f0;padding:20px}.page-title{font-size:22px;font-weight:700;color:#1e293b;margin-bottom:20px}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-green{background:#dcfce7;color:#15803d}.badge-red{background:#fee2e2;color:#dc2626}.badge-yellow{background:#fef9c3;color:#b45309}.badge-gray{background:#f1f5f9;color:#64748b}table{width:100%;border-collapse:collapse}th{text-align:left;padding:10px 14px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0;background:#f8fafc}td{padding:10px 14px;font-size:14px;border-bottom:1px solid #f1f5f9;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#f8fafc}input,select,textarea{font-family:inherit;font-size:14px;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;outline:none;width:100%;transition:border-color .15s,box-shadow .15s;background:#fff;color:#1e293b}input:focus,select:focus,textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:13px;font-weight:500;color:#374151}.form-row{display:grid;gap:16px}.form-row-2{grid-template-columns:1fr 1fr}.form-row-3{grid-template-columns:1fr 1fr 1fr}.error-text{color:#dc2626;font-size:13px;margin-top:4px}.success-text{color:#15803d;font-size:13px;margin-top:4px}.spinner{width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .6s linear infinite;display:inline-block;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:48px 24px;color:#94a3b8;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px;align-items:flex-end}.filters .form-group{min-width:150px;flex:1}.tabs{display:flex;gap:4px;margin-bottom:20px;background:#f1f5f9;border-radius:8px;padding:4px;width:fit-content}.tab-btn{padding:6px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;background:transparent;color:#64748b;transition:all .15s}.tab-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.sales-mobile-list{display:none}.profile-page{display:flex;flex-direction:column;gap:20px}.profile-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px;border-radius:22px;background:radial-gradient(circle at top right,rgba(96,165,250,.16),transparent 34%),linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7f4;box-shadow:0 18px 48px #0f172a14}.profile-hero-main{display:flex;align-items:center;gap:18px;min-width:0}.profile-avatar{width:74px;height:74px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1d4ed8);color:#fff;font-size:26px;font-weight:800;flex-shrink:0;box-shadow:0 14px 30px #2563eb3d}.profile-hero-label{margin-bottom:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb}.profile-hero-title{margin-bottom:6px}.profile-hero-subtitle{margin:0;color:#64748b;font-size:14px}.profile-hero-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.profile-layout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:20px;align-items:start}.profile-sidebar{min-width:0}.profile-summary-card{position:sticky;top:28px}.profile-content{display:flex;flex-direction:column;gap:20px;min-width:0}.profile-form-card{border-radius:18px}.profile-section-head{margin-bottom:16px}.profile-section-head h2{font-size:17px;font-weight:700;color:#0f172a;margin-bottom:4px}.profile-section-head p{color:#64748b;font-size:14px}.profile-info-list{display:flex;flex-direction:column;gap:12px}.profile-info-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #edf2f7;border-radius:14px;background:#fbfdff}.profile-info-label{display:inline-flex;align-items:center;gap:10px;color:#64748b;font-size:13px;font-weight:600}.profile-info-icon{width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:#1d4ed8;background:#eff6ff;flex-shrink:0}.profile-form{display:flex;flex-direction:column;gap:14px}.profile-password-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-password-note{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:#f8fafc;color:#475569;font-size:13px;border:1px solid #e2e8f0}.profile-error,.profile-success{display:inline-flex;align-items:center;gap:6px;font-size:13px}.profile-error{color:#dc2626}.profile-success{color:#15803d}@media (max-width: 900px){.app-shell{display:block}.app-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:1100;width:min(82vw,280px);min-height:100vh;transform:translate(-100%);transition:transform .2s ease;box-shadow:0 24px 64px #0f172a47}.app-sidebar.open{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:1050}.sidebar-overlay.open{opacity:1;pointer-events:auto}.app-main{padding:14px 14px 24px}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 10px 30px #0f172a0f}.mobile-menu-btn{width:40px;height:40px;border-color:#dbe4f0;border-radius:12px;color:#1e293b;background:#f8fafc;flex-shrink:0}.mobile-topbar-brand{display:flex;align-items:center;gap:8px;color:#0f172a;font-size:14px;font-weight:700}.sidebar-close-btn{display:inline-flex}.btn{padding:10px 14px;font-size:13px}.card{padding:16px;border-radius:14px}.page-title{font-size:20px;margin-bottom:16px}table{display:block;overflow-x:auto;white-space:nowrap}th,td{padding:9px 10px;font-size:13px}.tabs{width:100%;overflow-x:auto;flex-wrap:nowrap}.tab-btn{white-space:nowrap}.filters{flex-direction:column;align-items:stretch}.filters .form-group{min-width:0;width:100%}.sales-desktop-table{display:none}.sales-mobile-list{display:flex;flex-direction:column;gap:12px}.sales-mobile-list.empty-state{padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.sales-mobile-card,.sales-mobile-total-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe7f4;border-radius:18px;padding:14px;box-shadow:0 10px 26px #0f172a0f}.sales-mobile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.sales-mobile-name{font-size:15px;font-weight:700;color:#0f172a;line-height:1.25;margin-bottom:8px}.sales-mobile-subtitle{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:12px;align-items:center}.sales-mobile-icon-btn{width:38px;height:38px;padding:0;justify-content:center;border-radius:12px;flex-shrink:0}.sales-mobile-metrics{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.sales-mobile-metric{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:14px}.sales-mobile-metric span{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.sales-mobile-metric strong{font-size:15px;line-height:1.25}.sales-mobile-metric-blue{background:#eff6ff}.sales-mobile-metric-blue strong{color:#1d4ed8}.sales-mobile-metric-green{background:#ecfdf3}.sales-mobile-metric-green strong{color:#15803d}.sales-mobile-stats{display:flex;flex-direction:column;gap:8px;padding-top:10px;border-top:1px solid #edf2f7}.sales-mobile-stat-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px;color:#64748b}.sales-mobile-stat-row strong{color:#0f172a;font-size:14px}.sales-mobile-total-card{display:flex;flex-direction:column;gap:10px}.sales-mobile-total-label{font-size:13px;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.05em}.profile-page{gap:14px}.profile-hero{padding:18px;border-radius:18px;flex-direction:column;align-items:stretch;gap:14px;box-shadow:0 12px 28px #0f172a0f}.profile-hero-main{align-items:flex-start}.profile-avatar{width:58px;height:58px;border-radius:18px;font-size:20px}.profile-hero-badges{justify-content:flex-start}.profile-layout{grid-template-columns:1fr;gap:14px}.profile-summary-card{position:static}.profile-content{gap:14px}.profile-form-card{border-radius:16px}.profile-info-row{align-items:flex-start;flex-direction:column;gap:8px;padding:12px}.profile-password-grid{grid-template-columns:1fr;gap:14px}}
