.sidebar{color:#fff;background:#111827;width:240px;height:100vh;padding:30px 20px;position:fixed;top:0;left:0;overflow-y:auto}.brand{align-items:center;gap:10px;margin-bottom:40px;font-size:1.8rem;font-weight:800;display:flex}.brand img{object-fit:contain;width:30px;height:30px}.brand span{color:#16a34a}.sidebar nav{flex-direction:column;gap:12px;display:flex}.sidebar a{color:#d1d5db;border-radius:8px;padding:12px;text-decoration:none;transition:all .2s}.sidebar a:hover{color:#fff;background:#1f2937}.sidebar a.active{color:#fff;background:#2563eb}.sidebar{flex-direction:column;display:flex}.sidebar nav{flex:1}.sidebar-version{color:#9ca3af;text-align:center;border-top:1px solid #ffffff14;margin-top:auto;padding-top:20px;font-size:.85rem}.overlay{display:none}@media (width<=767px){.sidebar{z-index:1001;width:240px;height:100vh;transition:all .3s;position:fixed;top:0;left:-260px}.sidebar.active{left:0}.overlay.show{z-index:1000;background:#0006;display:block;position:fixed;inset:0}}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0000000d}.navbar h3{font-size:1.2rem}.navbar>button:last-child{color:#fff;background:#2563eb;border:none;border-radius:8px;padding:10px 20px;font-weight:600}.menu-btn{background:0 0;border:none;font-size:24px;display:none}@media (width<=767px){.navbar{padding:0 20px}.menu-btn{display:block}}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;align-items:center;gap:15px;padding:20px;display:flex}.card-icon{background:#f0fdf4;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.card-content p{color:#6b7280;margin-bottom:5px;font-size:.9rem}.card-content h2{margin:0;font-size:1.5rem}.dashboard-page{padding:30px}.page-header{margin-bottom:30px}.dashboard-cards{grid-template-columns:1fr;gap:20px;margin-bottom:30px;display:grid}.dashboard-section h2{margin-bottom:15px}.activity-card{color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:25px}@media (width>=768px){.dashboard-cards{grid-template-columns:repeat(4,1fr)}}.customers-page{padding:30px}.page-header strong{color:#2563eb;margin-left:5px}.page-header button{color:#fff;background:#2563eb;border:none;border-radius:10px;padding:12px 20px}.customer-filters{flex-direction:column;gap:12px;margin-bottom:25px;display:flex}.customer-filters input,.customer-filters select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;height:48px;padding:0 16px;font-size:.95rem}.customer-filters input:focus,.customer-filters select:focus{box-shadow:0 0 0 3px rgba(37,99,blue,.15);border-color:#2563eb}@media (width>=600px){.customer-filters{flex-direction:row;align-items:center}.search-box{flex:1}.customer-filters select{width:220px}}.customer-list{gap:15px;display:grid}.customer-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:15px;padding:20px;transition:all .2s}.customer-card:hover{transform:translateY(-3px)}.customer-card p{color:#2563eb;margin-top:8px}.customer-card small{color:#6b7280}.customer-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.customer-actions{flex-wrap:wrap;gap:8px;display:flex}.customer-whatsapp,.customer-notify{border-radius:8px;padding:6px 10px;font-size:.8rem;font-weight:600;text-decoration:none}.customer-whatsapp{color:#166534;background:#dcfce7}.customer-notify{color:#1d4ed8;background:#dbeafe}@media (width<=600px){.customers-page{padding:20px}.page-header{flex-direction:column;align-items:flex-start;gap:15px}.customer-top{flex-direction:column}.customer-actions{width:100%}.header-actions{flex-wrap:wrap;gap:10px;display:flex}.customer-whatsapp,.customer-notify{text-align:center;flex:1}}.customer-badges{flex-wrap:wrap;gap:8px;margin:6px 0;display:flex}.badge{border-radius:20px;padding:4px 8px;font-size:.75rem;font-weight:600}.badge.vip{color:#b8860b;background:#fff4cc}.badge.new{color:#14804a;background:#d9f7e8}.badge.followup{color:#c62828;background:#ffe5e5}.customer-profile{padding:30px}.profile-header{background:#fff;border:1px solid #e5e7eb;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;padding:25px;display:flex}.profile-header h1{margin-bottom:8px;font-size:2rem}.profile-header p{color:#6b7280}.customer-whatsapp{color:#fff;background:#22c55e;border-radius:10px;padding:12px 20px;font-weight:600;display:inline-block}.customer-whatsapp:hover{background:#16a34a}.profile-actions{flex-wrap:wrap;gap:12px;display:flex}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;margin-bottom:20px;padding:25px}.profile-card h3{margin-bottom:15px}.profile-card p{color:#6b7280}.profile-footer{flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;display:flex}.delete-customer-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:10px 18px}.delete-customer-btn:hover{background:#b91c1c}.edit-customer-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 18px}.edit-customer-btn:hover{background:#1d4ed8}.purchase-item{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:15px;padding:15px 0;display:flex}.purchase-item:last-child{border-bottom:none}.purchase-item strong{flex:1}.purchase-item p{color:#2563eb;font-weight:600}.purchase-item small{color:#6b7280}@media (width<=600px){.customer-profile{padding:20px}.profile-header{flex-direction:column;align-items:flex-start}.customer-whatsapp{text-align:center;width:100%}.purchase-item{flex-direction:column;align-items:flex-start}}.sales-page{padding:30px}.sales-page h1{margin-bottom:25px;font-size:2rem}.sale-form{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:15px;max-width:500px;margin-bottom:30px;padding:25px;display:flex}.sale-form input{border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;height:48px;padding:0 15px;font-size:1rem}.sale-form input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.sale-form button{color:#fff;background:#2563eb;border:none;border-radius:10px;height:48px;font-size:1rem;font-weight:600}.sale-form button:hover{background:#1d4ed8}.sales-list{gap:15px;display:grid}.sale-card{background:#fff;border:1px solid #e5e7eb;border-radius:15px;padding:20px}.sale-card h3{margin-bottom:8px}.sale-card p{color:#6b7280;margin-bottom:8px}.sale-card strong{color:#2563eb}@media (width<=600px){.sales-page{padding:20px}}.business-page{padding:30px}.business-form{background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex-direction:column;gap:16px;max-width:700px;padding:30px;display:flex}.business-form h2{color:#111827;margin-top:10px;font-size:1.1rem}.business-form input,.business-form textarea,.business-form select{border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:14px;font-size:1rem}.business-form textarea{resize:vertical;min-height:100px}.business-form input:focus,.business-form textarea:focus,.business-form select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.business-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;height:48px;margin-top:15px;font-size:1rem;font-weight:600}.business-form button:hover{background:#1d4ed8}.support-page{padding:30px}.support-page h1{margin-bottom:10px}.support-page>p{color:#6b7280;margin-bottom:30px}.support-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.support-card{color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;text-decoration:none;transition:all .2s;display:block}.support-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.support-card h2{margin-bottom:12px}.support-card p{color:#6b7280}@media (width<=767px){.support-page{padding:20px}}.about-page{padding:30px}.version{color:#6b7280;margin-bottom:25px}.about-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:24px}.about-card h2{margin-bottom:15px}.about-card ul{padding-left:18px}.about-card li{margin-bottom:10px}.login-page{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:420px;padding:35px 25px;box-shadow:0 20px 40px #0000000f}.login-card input{border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;height:48px;margin-bottom:15px;padding:0 15px;font-size:1rem}.login-card input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.login-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;height:48px;font-size:1rem;font-weight:600}.login-card button:hover{background:#1d4ed8}.login-card button:disabled{opacity:.6;cursor:not-allowed}.register-page{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.early-access{background:#eff6ff;border:1px solid #bfdbfe;border-left:4px solid #2563eb;border-radius:10px;margin:20px 0;padding:16px}.early-access h3{color:#1d4ed8;margin-bottom:10px;font-size:1rem}.early-access p{color:#374151;margin:8px 0;line-height:1.5}.register-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:420px;padding:35px 25px;box-shadow:0 20px 40px #0000000f}.auth-brand{text-align:center;margin-bottom:30px}.auth-brand h1{margin-bottom:8px;font-size:2.2rem;font-weight:800}.auth-brand h1 span{color:#16a34a}.auth-brand p{color:#6b7280;font-size:.95rem;line-height:1.5}.register-card input{border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;height:48px;margin-bottom:15px;padding:0 15px;font-size:1rem}.register-card input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.register-card button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;width:100%;height:48px;font-size:1rem;font-weight:600}.register-card button:hover{background:#1d4ed8}.register-card button:disabled{opacity:.6;cursor:not-allowed}.auth-link{text-align:center;color:#6b7280;margin-top:20px;font-size:.9rem}.auth-link a{color:#2563eb;margin-left:5px;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{color:#111827;background:#f9fafb;font-family:Inter,Arial,sans-serif}a{color:inherit}.layout{height:100vh;display:flex;overflow:hidden}main{background:#f9fafb;flex-direction:column;flex:1;min-width:0;height:100vh;margin-left:240px;display:flex;overflow-y:auto}button{cursor:pointer;font-family:inherit}.page-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.page-header h1{margin-bottom:8px;font-size:2rem}.page-header p{color:#6b7280}.auth-layout{flex:1;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;display:flex}@media (width<=767px){main{margin-left:0}.page-header{flex-direction:column;align-items:flex-start;gap:15px}}
