.dashboard-wrapper{min-height:100vh;background-color:#f0f4f8;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;color:#1e293b;-webkit-font-smoothing:antialiased}.dashboard-header{position:sticky;top:0;z-index:50;height:60px;background:linear-gradient(135deg,#1e3a5f,#1e40af);padding:0 2rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 12px #00000026}.header-brand{display:flex;align-items:center;gap:1rem}.header-title{font-size:1.125rem;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1;margin:0}.header-store-badge{font-size:.75rem;font-weight:600;color:#bfdbfe;background:#ffffff1f;padding:.25rem .75rem;border-radius:20px;border:1px solid rgba(255,255,255,.2)}.header-user{display:flex;align-items:center;gap:.625rem;padding:.375rem .875rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:32px;cursor:pointer;transition:background .15s}.header-user:hover{background:#ffffff2e}.user-avatar{width:28px;height:28px;border-radius:50%;border:2px solid rgba(255,255,255,.4);object-fit:cover;flex-shrink:0}.user-name{font-size:.8125rem;font-weight:500;color:#fff;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-screen{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:#fff;border-radius:20px;padding:3rem 2.5rem;text-align:center;box-shadow:0 4px 6px -1px #00000012,0 20px 50px -10px #0000001f;max-width:420px;width:100%;border:1px solid #e2e8f0}.login-icon{font-size:3rem;margin-bottom:1.25rem;display:block}.login-card h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.login-card p{font-size:.9375rem;color:#64748b;line-height:1.5;margin-bottom:2rem}.btn-google{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.8125rem 1.5rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.9375rem;font-weight:600;color:#374151;cursor:pointer;transition:all .2s ease;font-family:inherit}.btn-google:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.btn-google:active{transform:translateY(0)}.dashboard-content{max-width:1400px;margin:0 auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.section-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.card{background:#fff;border-radius:14px;border:1px solid #e8ecf0;box-shadow:0 1px 3px #0000000d,0 6px 16px #0000000a;overflow:hidden}.card-header{padding:1.125rem 1.5rem;background:#f8fafc;border-bottom:1px solid #edf0f4;display:flex;align-items:center;justify-content:space-between}.card-header h2{font-size:.9375rem;font-weight:700;color:#1e293b;padding-left:.75rem;border-left:3px solid #2563eb;line-height:1.2;margin:0}.card-badge{font-size:.75rem;font-weight:600;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;padding:.2rem .625rem;border-radius:20px}.card-body{padding:1.5rem}.form-group{display:flex;flex-direction:column;gap:.3rem;margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-label{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em}.form-input,.form-textarea,.form-select{width:100%;padding:.5625rem .875rem;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#1e293b;outline:none;transition:border-color .15s,box-shadow .15s;font-family:inherit}.form-input::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.form-textarea{resize:vertical;min-height:84px;line-height:1.5}.form-select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2394a3b8' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:14px;padding-right:2.25rem}.form-file-input{width:100%;padding:.5rem .75rem;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:8px;font-size:.875rem;color:#64748b;cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit}.form-file-input:hover{border-color:#93c5fd;background:#eff6ff}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:1rem}.form-row .form-group{margin-bottom:0}.form-hint{font-size:.75rem;color:#94a3b8;line-height:1.4}.btn-primary{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.6875rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;margin-top:.5rem;font-family:inherit}.btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 14px #2563eb4d;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0);box-shadow:none}.btn-danger{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}.btn-danger:hover{background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 2px 8px #dc262640}.store-link-box{margin-top:1.25rem;padding:1rem 1.125rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px}.store-link-label{font-size:.75rem;font-weight:700;color:#1e40af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.store-link-url{font-size:.875rem;color:#2563eb;text-decoration:none;word-break:break-all;font-weight:500}.store-link-url:hover{text-decoration:underline}.logo-preview{margin-top:.875rem;padding-top:.875rem;border-top:1px solid #bfdbfe;display:flex;align-items:center;gap:.75rem}.logo-preview p{font-size:.8125rem;color:#1e40af;font-weight:600;margin:0}.logo-preview img{max-width:80px;max-height:60px;object-fit:contain;border-radius:6px;border:1px solid #bfdbfe;background:#fff}.products-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.products-table{width:100%;border-collapse:collapse}.products-table thead th{padding:.75rem 1.25rem;background:#f8fafc;border-bottom:2px solid #e2e8f0;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.products-table tbody td{padding:.875rem 1.25rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.9375rem;color:#374151}.products-table tbody tr:last-child td{border-bottom:none}.products-table tbody tr:hover td{background:#fafbfc}.product-images{display:flex;gap:.375rem}.product-image{width:52px;height:52px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;flex-shrink:0}.product-name{font-size:.9375rem;font-weight:600;color:#1e293b;margin-bottom:.25rem}.product-description{font-size:.8125rem;color:#64748b;line-height:1.4;max-width:280px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-price{font-size:1rem;font-weight:700;color:#059669}.category-badge{display:inline-flex;padding:.25rem .625rem;background:#e0f2fe;color:#0284c7;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#94a3b8;text-align:center}.empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.6}.empty-state p{font-size:1rem;font-weight:600;color:#64748b;margin-bottom:.25rem}.empty-state small{font-size:.875rem;color:#94a3b8}.footer-hint{margin-bottom:1.25rem!important;font-size:.875rem!important;color:#64748b!important}.footer-section-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.footer-upload-card{background:#fafbfc;border:1.5px dashed #cbd5e1;border-radius:10px;padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:border-color .15s,background .15s}.footer-upload-card:hover{border-color:#93c5fd;background:#eff6ff}.footer-upload-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.footer-image-preview{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0;background:#f1f5f9}@media (max-width: 1024px){.section-grid{grid-template-columns:1fr}.footer-section-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.dashboard-content{padding:1rem;gap:1rem}.dashboard-header{padding:0 1rem}.header-store-badge,.user-name{display:none}.card-body{padding:1.25rem}.card-header{padding:1rem 1.25rem}.form-row{grid-template-columns:1fr}.products-table thead th:nth-child(4),.products-table tbody td:nth-child(4){display:none}}@media (max-width: 480px){.footer-section-grid{grid-template-columns:repeat(2,1fr)}.products-table thead th:nth-child(1),.products-table tbody td:nth-child(1){display:none}}
