.cs-container{max-width:800px;margin:0 auto;padding:24px;font-family:Arial,sans-serif}.cs-header{margin-bottom:24px}.cs-header h1{font-size:24px;color:#1e293b;margin:0 0 4px}.cs-header p{color:#64748b;font-size:14px;margin:0}.cs-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:20px}.cs-card h2{font-size:16px;font-weight:600;color:#334155;margin:0 0 16px}.cs-upload-area{border:2px dashed #cbd5e1;border-radius:8px;padding:32px;text-align:center;cursor:pointer;color:#64748b;transition:all .2s}.cs-upload-area:hover,.cs-upload-area.dragover{border-color:#3b82f6;background:#eff6ff;color:#3b82f6}.cs-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.cs-btn-primary{background:#3b82f6;color:#fff}.cs-btn-primary:hover{background:#2563eb}.cs-btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.cs-btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.cs-btn-secondary:hover{background:#e2e8f0}.cs-btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca}.cs-btn-danger:hover{background:#fecaca}.cs-progress{height:6px;background:#e2e8f0;border-radius:3px;margin:12px 0;overflow:hidden}.cs-progress-fill{height:100%;background:#3b82f6;transition:width .3s}.cs-alert{padding:10px 14px;border-radius:6px;font-size:14px;margin-top:12px}.cs-alert.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.cs-alert.error{background:#fff1f2;color:#dc2626;border:1px solid #fecdd3}.cs-file-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9;font-size:14px}.cs-file-row:last-child{border-bottom:none}.cs-file-name{font-weight:500;color:#1e293b}.cs-file-meta{font-size:12px;color:#94a3b8;margin-top:2px}.cs-actions{display:flex;gap:8px}:root{--gdrive-primary: #2D3748;--gdrive-primary-light: #4A5568;--gdrive-accent: #38B2AC;--gdrive-accent-hover: #319795;--gdrive-success: #48BB78;--gdrive-bg: #F7FAFC;--gdrive-surface: #FFFFFF;--gdrive-text: #1A202C;--gdrive-text-muted: #718096;--gdrive-border: #E2E8F0;--gdrive-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--gdrive-shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}.gdrive-container{background:var(--gdrive-surface);border-radius:24px;padding:3rem;max-width:560px;width:100%;box-shadow:var(--gdrive-shadow-lg);animation:gdrive-slideUp .6s ease-out;margin:0 auto}@keyframes gdrive-slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gdrive-header{text-align:center;margin-bottom:2.5rem}.gdrive-header h1{font-size:2rem;font-weight:700;color:var(--gdrive-primary);margin-bottom:.5rem;letter-spacing:-.5px}.gdrive-header p{color:var(--gdrive-text-muted);font-size:.95rem}.gdrive-icon{width:60px;height:60px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc05,#ea4335);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #4285f44d;animation:gdrive-float 3s ease-in-out infinite}@keyframes gdrive-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.gdrive-icon svg{width:32px;height:32px;fill:#fff}.gdrive-section{margin-bottom:1.5rem}.gdrive-section-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--gdrive-text-muted);margin-bottom:.75rem;font-family:JetBrains Mono,Courier New,monospace}.gdrive-upload-area{border:2px dashed var(--gdrive-border);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;background:var(--gdrive-bg)}.gdrive-upload-area:hover{border-color:var(--gdrive-accent);background:#38b2ac0d;transform:translateY(-2px)}.gdrive-upload-area.dragover{border-color:var(--gdrive-accent);background:#38b2ac1a;transform:scale(1.02)}.gdrive-upload-icon{width:48px;height:48px;margin:0 auto 1rem;color:var(--gdrive-accent)}.gdrive-upload-text{font-size:1rem;color:var(--gdrive-primary);font-weight:500;margin-bottom:.5rem}.gdrive-upload-subtext{font-size:.85rem;color:var(--gdrive-text-muted)}.gdrive-file-info{margin-top:1rem;padding:1rem;background:var(--gdrive-bg);border-radius:12px;display:flex;align-items:center;gap:1rem;animation:gdrive-fadeIn .3s ease}@keyframes gdrive-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.gdrive-file-icon{width:40px;height:40px;background:var(--gdrive-accent);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gdrive-file-icon svg{width:20px;height:20px;fill:#fff}.gdrive-file-details{flex:1;min-width:0}.gdrive-file-name{font-weight:600;color:var(--gdrive-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.gdrive-file-size{font-size:.8rem;color:var(--gdrive-text-muted);margin-top:.25rem}.gdrive-btn{width:100%;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;overflow:hidden;margin-top:1rem}.gdrive-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.gdrive-btn:hover:before{width:300px;height:300px}.gdrive-btn span,.gdrive-btn svg{position:relative;z-index:1}.gdrive-btn-primary{background:var(--gdrive-accent);color:#fff;box-shadow:0 4px 12px #38b2ac4d}.gdrive-btn-primary:hover:not(:disabled){background:var(--gdrive-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #38b2ac66}.gdrive-btn-primary:disabled{background:var(--gdrive-border);cursor:not-allowed;transform:none;box-shadow:none;opacity:.6}.gdrive-btn-secondary{background:var(--gdrive-primary);color:#fff;box-shadow:0 4px 12px #2d374833}.gdrive-btn-secondary:hover{background:var(--gdrive-primary-light);transform:translateY(-2px);box-shadow:0 6px 20px #2d37484d}.gdrive-divider{height:1px;background:var(--gdrive-border);margin:2rem 0;position:relative;text-align:center}.gdrive-divider span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--gdrive-surface);padding:0 1rem;color:var(--gdrive-text-muted);font-size:.75rem;font-weight:600;letter-spacing:1px}.gdrive-download-input-group{display:flex;gap:.75rem;margin-bottom:0}.gdrive-input{flex:1;padding:1rem;border:2px solid var(--gdrive-border);border-radius:12px;font-size:.95rem;transition:all .3s ease;background:var(--gdrive-bg);color:var(--gdrive-text)}.gdrive-input:focus{outline:none;border-color:var(--gdrive-accent);background:#fff;box-shadow:0 0 0 3px #38b2ac1a}.gdrive-status-message{margin-top:1rem;padding:1rem;border-radius:12px;font-size:.9rem;animation:gdrive-slideDown .3s ease}@keyframes gdrive-slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gdrive-status-message.success{background:#48bb781a;color:#2f855a;border:1px solid rgba(72,187,120,.3)}.gdrive-status-message.error{background:#f565651a;color:#c53030;border:1px solid rgba(245,101,101,.3)}.gdrive-progress-bar{width:100%;height:6px;background:var(--gdrive-border);border-radius:3px;overflow:hidden;margin-top:1rem}.gdrive-progress-fill{height:100%;background:linear-gradient(90deg,var(--gdrive-accent),var(--gdrive-success));transition:width .3s ease;border-radius:3px}@media(max-width:640px){.gdrive-container{padding:2rem 1.5rem}.gdrive-header h1{font-size:1.5rem}.gdrive-download-input-group{flex-direction:column}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.login-page{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef4ff,#e6ecff);padding:16px}.login-card{width:100%;max-width:380px;background:#fff;padding:32px;border-radius:12px;box-shadow:0 10px 30px #0000001f}.login-header{text-align:center;margin-bottom:24px}.login-header h1{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 6px}.login-header p{font-size:14px;color:#6b7280;margin:0}.login-error{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:13px}.fade{animation:fadeOut 1s forwards;animation-delay:5s}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.btn{width:100%;padding:12px;font-size:14px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:background .2s ease,transform .1s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:not(:disabled):active{transform:scale(.98)}.btn-sso{background:#4f46e5;color:#fff;margin-bottom:0}.btn-sso:not(:disabled):hover{background:#4338ca}.btn-login{background:#1f2937;color:#fff}.btn-login:not(:disabled):hover{background:#111827}.divider{position:relative;text-align:center;margin:20px 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#d1d5db}.divider span{background:#fff;padding:0 12px;font-size:12px;color:#6b7280;position:relative;z-index:1}.login-form{display:flex;flex-direction:column;gap:14px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:12px;font-weight:600;color:#374151;margin-bottom:6px}.form-group input{width:100%;padding:10px 12px;font-size:14px;border-radius:8px;border:1px solid #d1d5db}.form-group input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.login-footer{margin-top:18px;text-align:center}.login-footer a{font-size:12px;color:#4f46e5;text-decoration:none}.login-footer a:hover{text-decoration:underline}@media(max-width:480px){.login-card{padding:20px;border-radius:10px}.login-header h1{font-size:22px}.btn{padding:14px;font-size:15px}}@media(min-width:481px)and (max-width:768px){.login-card{max-width:480px}}@media(min-width:1024px){.login-card{max-width:420px;padding:32px}.login-header h1{font-size:28px}.login-header p{font-size:15px}}.data-table-container{width:100%}.items-per-page{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#64748b}.items-per-page label{font-weight:500}.items-per-page select{padding:.5rem 2rem .5rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;cursor:pointer;font-size:.9rem;transition:all .2s ease}.items-per-page select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.data-table-wrapper{overflow-x:auto;border-radius:.5rem;border:1px solid #e2e8f0;margin-bottom:1.5rem}.data-table{width:100%;border-collapse:collapse;font-size:.875rem}.data-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.data-table th{padding:1rem;text-align:left;font-weight:600;color:#475569;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;white-space:nowrap}.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.data-table th.sortable:hover{background-color:#f1f5f9}.data-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr:last-child{border-bottom:none}.data-table td{padding:1rem;color:#334155}.order-id{font-family:Courier New,monospace;font-weight:600;color:#3b82f6}.customer-info{display:flex;flex-direction:column;gap:.25rem}.customer-name{font-weight:500;color:#1e293b}.customer-email{font-size:.8rem;color:#64748b}.text-center{text-align:center}.amount{font-weight:600;color:#0f172a}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.status-delivered{background:#dcfce7;color:#166534}.status-shipped{background:#dbeafe;color:#1e40af}.status-processing{background:#fef3c7;color:#92400e}.status-cancelled{background:#fee2e2;color:#991b1b}.status-default{background:#f1f5f9;color:#475569}@media(max-width:1024px){.data-table{font-size:.8rem}.data-table th,.data-table td{padding:.75rem .5rem}}@media(max-width:768px){.table-controls{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.items-per-page{justify-content:space-between}.data-table-wrapper{border-radius:.375rem}.customer-email{display:none}.action-buttons button{width:28px;height:28px;font-size:.875rem}.pagination{gap:.25rem}.page-btn{min-width:32px;height:32px;padding:.375rem .5rem;font-size:.8rem}}@media(max-width:640px){.results-info{font-size:.8rem}.sort-icon{display:none}}.table-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:1rem}.export-buttons{display:flex;gap:.5rem}.btn-export{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;position:relative;overflow:hidden}.btn-export svg{width:16px;height:16px;transition:transform .2s ease}.btn-export:hover svg{transform:scale(1.1)}.btn-export:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.btn-export:hover:before{width:200px;height:200px}.btn-export:active{transform:scale(.98)}.btn-excel{background:linear-gradient(135deg,#217346,#10b981);color:#fff;box-shadow:0 2px 8px #10b98140}.btn-excel:hover{box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.btn-sheets{background:linear-gradient(135deg,#1a73e8,#3b82f6);color:#fff;box-shadow:0 2px 8px #3b82f640}.btn-sheets:hover{box-shadow:0 4px 12px #3b82f659;transform:translateY(-1px)}.export-status{padding:.875rem 1.25rem;border-radius:10px;margin-bottom:1rem;font-size:.9rem;font-weight:500;animation:slideDown .3s ease;display:flex;align-items:center;gap:.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.export-status.success{background:#d1fae5;color:#059669;border-left:4px solid #10B981}.export-status.error{background:#fee2e2;color:#dc2626;border-left:4px solid #EF4444}.export-status.info{background:#dbeafe;color:#1d4ed8;border-left:4px solid #3B82F6}@media(max-width:768px){.table-controls,.control-group{flex-direction:column;align-items:stretch}.export-buttons{width:100%}.btn-export{flex:1;justify-content:center}.items-per-page{width:100%;justify-content:space-between}.search-box{width:100%}}@media(max-width:480px){.export-buttons{flex-direction:column}.btn-export{width:100%}}.orders-page{max-width:1400px;margin:0 auto}.orders-content{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}@media(max-width:768px){.page-header h1{font-size:1.5rem}.orders-content{padding:1rem;border-radius:.5rem}}.product-table-container{width:100%}.table-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.search-box{position:relative;flex:1;max-width:400px;min-width:250px}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.95rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);font-size:1rem;color:#94a3b8}.filter-group{display:flex;gap:.75rem;flex-wrap:wrap}.filter-select{padding:.75rem 2.5rem .75rem .875rem;border:1px solid #e2e8f0;border-radius:.5rem;background-color:#fff;cursor:pointer;font-size:.9rem;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.active-filters{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap;padding:.75rem 1rem;background:#f8fafc;border-radius:.5rem}.filter-label{font-size:.875rem;color:#64748b;font-weight:500}.filter-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#475569}.filter-tag button{background:none;border:none;color:#94a3b8;cursor:pointer;padding:0;font-size:.875rem;transition:color .2s ease}.filter-tag button:hover{color:#ef4444}.clear-all-filters{padding:.375rem .75rem;background:#ef4444;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s ease;margin-left:auto}.clear-all-filters:hover{background:#dc2626}.results-info{font-size:.875rem;color:#64748b;margin-bottom:1rem}.search-result{color:#3b82f6;font-weight:500}.product-table-wrapper{overflow-x:auto;border-radius:.5rem;border:1px solid #e2e8f0;margin-bottom:1.5rem}.product-table{width:100%;border-collapse:collapse;font-size:.875rem}.product-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.product-table th{padding:1rem;text-align:left;font-weight:600;color:#475569;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em;white-space:nowrap}.product-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.product-table th.sortable:hover{background-color:#f1f5f9}.product-image-col{width:80px}.sort-icon{margin-left:.5rem;color:#cbd5e1;font-size:.875rem}.sort-icon.active{color:#3b82f6}.product-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s ease}.product-table tbody tr:hover{background:#f8fafc}.product-table tbody tr:last-child{border-bottom:none}.product-table td{padding:1rem;color:#334155}.product-image{width:60px;height:60px;object-fit:cover;border-radius:.5rem;border:1px solid #e2e8f0}.product-info{display:flex;flex-direction:column;gap:.25rem}.product-name{font-weight:500;color:#1e293b}.product-brand{font-size:.8rem;color:#64748b}.category-badge{display:inline-block;padding:.375rem .75rem;background:#f1f5f9;color:#475569;border-radius:.375rem;font-size:.8rem;font-weight:500}.sku-code{font-family:Courier New,monospace;font-size:.85rem;color:#64748b}.price{font-weight:600;color:#0f172a;font-size:.95rem}.stock-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;padding:.375rem .75rem;border-radius:.375rem;font-weight:600;font-size:.875rem}.stock-badge.normal{background:#dcfce7;color:#166534}.stock-badge.low{background:#fef3c7;color:#92400e}.stock-badge.zero{background:#fee2e2;color:#991b1b}.status-badge{display:inline-block;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;white-space:nowrap}.status-in-stock{background:#dcfce7;color:#166534}.status-low-stock{background:#fef3c7;color:#92400e}.status-out-stock{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:.5rem}.action-buttons button{padding:.5rem;border:none;background:transparent;cursor:pointer;border-radius:.375rem;font-size:1rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.btn-view:hover{background:#dbeafe}.btn-edit:hover{background:#fef3c7}.btn-delete:hover{background:#fee2e2}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.page-btn{min-width:36px;height:36px;padding:.5rem .75rem;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.page-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.page-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.page-btn:disabled{opacity:.5;cursor:not-allowed}.no-data{text-align:center;padding:3rem;color:#64748b}.no-data p{font-size:1.125rem}.no-results{text-align:center;padding:2rem;color:#64748b;font-style:italic}@media(max-width:1024px){.product-table{font-size:.8rem}.product-table th,.product-table td{padding:.75rem .5rem}.product-image{width:50px;height:50px}}@media(max-width:768px){.table-controls{flex-direction:column;align-items:stretch}.search-box{max-width:100%}.filter-group{width:100%}.filter-select{flex:1;min-width:0}.product-brand{display:none}.action-buttons button{width:28px;height:28px;font-size:.875rem}.pagination{gap:.25rem}.page-btn{min-width:32px;height:32px;padding:.375rem .5rem;font-size:.8rem}}@media(max-width:640px){.results-info{font-size:.8rem}.sort-icon,.category-badge{display:none}.sku-code{font-size:.75rem}}.products-page{max-width:1400px;margin:0 auto}.page-header{margin-bottom:2rem}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.page-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.page-description{color:#64748b;font-size:.95rem;margin:0}.header-actions{display:flex;gap:.75rem}.btn-primary,.btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:.5rem;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-primary .icon,.btn-secondary .icon{font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-card-wide{grid-column:span 2}.stat-icon{width:56px;height:56px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0}.stat-icon.blue{background:#dbeafe;color:#1e40af}.stat-icon.green{background:#dcfce7;color:#166534}.stat-icon.yellow{background:#fef3c7;color:#92400e}.stat-icon.red{background:#fee2e2;color:#991b1b}.stat-icon.purple{background:#f3e8ff;color:#6b21a8}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b}.products-content{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.loading-container p{color:#64748b;font-size:1rem}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1024px){.stat-card-wide{grid-column:span 1}}@media(max-width:768px){.page-header h1{font-size:1.5rem}.header-content{flex-direction:column}.header-actions{width:100%}.btn-primary,.btn-secondary{flex:1;justify-content:center}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1rem}.stat-icon{width:48px;height:48px;font-size:1.5rem}.stat-value{font-size:1.5rem}.products-content{padding:1rem;border-radius:.5rem}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.sidebar{width:250px;height:100vh;background:#1e293b;color:#e2e8f0;display:flex;flex-direction:column;position:fixed;left:0;top:0;box-shadow:2px 0 10px #0000001a}.sidebar-header{padding:1.5rem;border-bottom:1px solid #334155}.sidebar-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#f1f5f9}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-link{display:flex;align-items:center;padding:.875rem 1.5rem;color:#cbd5e1;text-decoration:none;transition:all .2s ease;font-size:.95rem;gap:.75rem;border-left:3px solid transparent}.nav-link:hover{background:#334155;color:#f1f5f9;border-left-color:#3b82f6}.nav-link.active{background:#334155;color:#f1f5f9;border-left-color:#3b82f6;font-weight:500}.nav-link .icon{font-size:1.25rem}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid #334155}.logout-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:.5rem;font-size:.95rem;cursor:pointer;transition:all .2s ease}.logout-btn:hover{background:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 6px #dc262633}.logout-btn .icon{font-size:1.25rem}.layout{display:flex;min-height:100vh;background:#f8fafc}.main-content{margin-left:250px;flex:1;padding:2rem;width:calc(100% - 250px)}@media(max-width:768px){.main-content{margin-left:0;width:100%;padding:1rem}}html,body{height:100%;width:100%;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;width:100%}a{text-decoration:none;color:inherit}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;color:#1e293b}#root{min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
