*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f5f5f5;color:#333}#loginPage{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-container{width:100%;max-width:400px;padding:20px}.login-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.login-card h1{margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.error-message{color:#dc3545;margin-top:.5rem;font-size:.875rem}#adminPanel{display:flex;min-height:100vh}.sidebar{width:250px;background:#2c3e50;color:#fff;position:fixed;height:100vh;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-header h2{font-size:1.25rem}.sidebar-nav{padding:1rem 0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;color:#fff;text-decoration:none;transition:background .3s}.nav-item:hover{background:#ffffff1a}.nav-item.active{background:#fff3;border-left:3px solid #3498db}.main-content{margin-left:250px;flex:1;padding:2rem}.content-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.content-header h1{font-size:2rem;flex:1;min-width:0}.sidebar-toggle{display:none;flex-shrink:0;width:44px;height:44px;padding:0;border:none;background:#2c3e50;color:#fff;border-radius:8px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:background .2s}.sidebar-toggle:hover{background:#34495e}.sidebar-toggle-icon{display:block;width:20px;height:2px;background:currentColor;border-radius:1px}.sidebar-overlay{display:none}.user-info{font-weight:500}.dashboard-toolbar{margin-bottom:1.5rem}.dashboard-toolbar .btn{padding:.5rem 1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-card h3{font-size:.875rem;color:#666;margin-bottom:.5rem;text-transform:uppercase}.stat-card p{font-size:2rem;font-weight:700;color:#2c3e50}.dashboard-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.dashboard-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:0}.dashboard-section h2{margin-bottom:1rem;font-size:1.25rem}.dashboard-charts{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-bottom:2rem}.dashboard-chart-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-width:0}.dashboard-chart-card h2{margin-bottom:1rem;font-size:1.25rem}.chart-container{position:relative;height:280px;width:100%}.chart-container--pie{height:280px;max-width:320px;margin:0 auto}@media (max-width: 1024px){.dashboard-charts{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-charts{gap:1.5rem;margin-bottom:1.5rem}.dashboard-chart-card{padding:1rem}.chart-container{height:240px}.chart-container--pie{height:260px}}.dashboard-alert{margin:1.5rem 0;padding:1rem 1.25rem;background:#fff8e6;border:1px solid #f0c674;border-radius:8px;box-shadow:0 2px 4px #0000000d}.dashboard-alert-content{display:flex;align-items:flex-start;gap:1rem}.dashboard-alert-icon{font-size:1.5rem}.dashboard-alert-content strong{display:block;margin-bottom:.25rem;color:#856404}.dashboard-alert-content p{margin:0;font-size:.95rem;color:#666}.dashboard-alert-link{color:#06c;text-decoration:underline}.dashboard-alert-link:hover{color:#049}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.toolbar-actions{display:flex;gap:.5rem}.filters-bar{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-input,.filter-select{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.search-input{flex:1;min-width:200px}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s,color .2s,box-shadow .2s,transform .1s;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;white-space:nowrap}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 1px 2px #2563eb33}.btn-primary:hover{background:#1d4ed8;box-shadow:0 2px 6px #2563eb59}.btn-primary:active{transform:scale(.98)}.btn-secondary{background:#64748b;color:#fff;box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{background:#475569;box-shadow:0 2px 4px #0000001a}.btn-secondary:active{transform:scale(.98)}.btn-danger{background:#dc2626;color:#fff;box-shadow:0 1px 2px #dc262633}.btn-danger:hover{background:#b91c1c;box-shadow:0 2px 6px #dc26264d}.btn-danger:active{transform:scale(.98)}.btn-success{background:#16a34a;color:#fff;box-shadow:0 1px 2px #16a34a33}.btn-success:hover{background:#15803d;box-shadow:0 2px 6px #16a34a4d}.btn-success:active{transform:scale(.98)}.btn-warning{background:#d97706;color:#fff;box-shadow:0 1px 2px #d9770633}.btn-warning:hover{background:#b45309;box-shadow:0 2px 6px #d977064d}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-sm{padding:.5rem .875rem;font-size:.8125rem;font-weight:500;border-radius:6px;min-height:32px}.data-table td:has(.btn){display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.data-table td .btn-sm{flex-shrink:0}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem}.color-selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.color-controls{display:flex;gap:.5rem}.color-counter{font-size:.9rem;color:#666;font-weight:500}.colors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem}.color-option{border:1px solid #e0e0e0;border-radius:4px;padding:.5rem;background:#fff;transition:border-color .2s}.color-option:hover{border-color:#667eea}.color-checkbox{display:none}.color-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.color-swatch{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:inline-block}.color-name{font-size:.95rem;color:#333;font-weight:400}.color-checkbox:checked+.color-label .color-swatch{box-shadow:0 0 0 2px #667eea,0 0 0 4px #667eea33}.color-checkbox:checked+.color-label .color-name{font-weight:600;color:#667eea}.table-container{background:#fff;border-radius:8px;overflow-x:auto;overflow-y:hidden;box-shadow:0 2px 4px #0000001a;-webkit-overflow-scrolling:touch}.table-container .data-table{min-width:600px}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#f8f9fa}.data-table th,.data-table td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0}.data-table th{font-weight:600;color:#666}.data-table tbody tr:hover{background:#f8f9fa}.table-image{width:50px;height:50px;object-fit:cover;border-radius:4px}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.badge-success{background:#d4edda;color:#155724}.badge-warning{background:#fff3cd;color:#856404}.badge-info{background:#cce5ff;color:#004085}.badge-danger{background:#f8d7da;color:#721c24}.badge-primary{background:#cce5ff;color:#004085}.badge-secondary{background:#e2e3e5;color:#383d41}.text-center{text-align:center}.text-warning{color:#f39c12;font-weight:600}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;z-index:1000}.order-details-modal{align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto}.order-details-modal-content{background:#fff;border-radius:12px;max-width:720px;width:100%;max-height:calc(100vh - 3rem);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000002e;margin:auto}.order-details-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.order-details-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111;letter-spacing:-.02em}.order-details-modal-close{background:none;border:none;font-size:1.75rem;cursor:pointer;color:#6b7280;line-height:1;padding:0 .25rem;transition:color .15s}.order-details-modal-close:hover{color:#111}.order-details-modal-body{padding:1.5rem;overflow-y:auto}.order-details-section{margin-bottom:1.5rem}.order-details-section:last-child{margin-bottom:0}.order-details-track-link{margin-left:.5rem;color:#3498db;text-decoration:none}.order-details-track-link:hover{text-decoration:underline}.order-details-shiprocket .order-details-hint{font-size:.8rem;color:#666;margin-top:.5rem}.order-details-section-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;margin:0 0 .75rem}.order-details-info p{margin:0 0 .5rem;font-size:.9375rem;color:#374151;line-height:1.5}.order-details-info p:last-child{margin-bottom:0}.order-details-label{display:inline-block;min-width:5rem;font-weight:500;color:#6b7280;margin-right:.5rem}.order-details-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem}.order-details-address .order-details-label{min-width:4.5rem}.customer-details-orders-list{list-style:none;margin:0;padding:0}.customer-details-order-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb;font-size:.9375rem}.customer-details-order-item:last-child{border-bottom:none}.customer-details-order-link{color:#2563eb;text-decoration:none;font-weight:500}.customer-details-order-link:hover{text-decoration:underline}.customer-details-order-date{margin-left:auto;color:#6b7280}.order-details-items{display:flex;flex-direction:column;gap:.75rem}.order-details-item{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center}.order-details-item-image-wrap{display:block;padding:0;border:none;background:none;cursor:pointer;border-radius:8px;flex-shrink:0;line-height:0}.order-details-item-image-wrap:hover .order-details-item-image{outline:2px solid var(--primary-color, #2563eb);outline-offset:2px}.order-details-item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;display:block;transition:outline .15s ease}.order-details-item-info{flex:1;min-width:0}.order-details-item-name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#111}.order-details-item-variant{margin:0 0 .35rem;font-size:.875rem;color:#6b7280}.order-details-item-price{margin:0;font-size:.9375rem;color:#374151}.order-details-item-price strong{color:#111}.order-details-summary-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.order-details-summary-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem}.order-details-total{font-weight:600;font-size:1rem!important;color:#111!important;margin-top:.5rem!important;padding-top:.5rem;border-top:1px solid #e5e7eb}@media (max-width: 640px){.order-details-summary-row{grid-template-columns:1fr}.order-details-item{flex-wrap:wrap}.order-details-item-image{width:64px;height:64px}}.admin-order-image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box}.admin-order-image-lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;cursor:pointer}.admin-order-image-lightbox-content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.admin-order-image-lightbox-close{position:absolute;top:-2.5rem;right:0;width:2rem;height:2rem;padding:0;border:none;background:#fff3;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;z-index:1}.admin-order-image-lightbox-close:hover{background:#ffffff59}.admin-order-image-lightbox-img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.modal-content{background:#fff;border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;box-shadow:none;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;flex-shrink:0}.modal-header h2{font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:#666;line-height:1}.modal-close:hover{color:#000}.update-order-modal-content{background:#fff;border-radius:12px;max-width:440px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000002e}.update-order-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb}.update-order-modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111}.update-order-modal-body{padding:1.5rem;overflow-y:auto}.update-order-modal-body .form-group{margin-bottom:1.25rem}.update-order-modal-body .form-group:last-child{margin-bottom:0}.update-order-modal-body label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.update-order-modal-body .required{color:#dc2626}.update-order-select,.update-order-input,.update-order-textarea{width:100%;padding:.625rem .875rem;font-size:.9375rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111;transition:border-color .15s,box-shadow .15s}.update-order-select:focus,.update-order-input:focus,.update-order-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.update-order-textarea{resize:vertical;min-height:72px}.update-order-modal-footer{display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.update-order-modal-footer .btn{padding:.5rem 1.25rem;font-size:.9375rem;font-weight:500;border-radius:8px}.update-order-modal-footer .btn-primary:disabled{opacity:.7;cursor:not-allowed}.mark-paid-modal-content{max-width:400px}.mark-paid-message{margin:0;font-size:.9375rem;line-height:1.5;color:#374151}.mark-paid-modal-footer .btn-success:disabled{opacity:.7;cursor:not-allowed}.admin-toast{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;border-radius:10px;box-shadow:0 10px 40px #00000026;z-index:1100;font-size:.9375rem;font-weight:500;opacity:0;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease}.admin-toast-visible{opacity:1;transform:translateY(0)}.admin-toast-success{background:#059669;color:#fff}.admin-toast-success .admin-toast-icon{width:1.25rem;height:1.25rem;background:#ffffff4d;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.admin-toast-error{background:#dc2626;color:#fff}.admin-toast-error .admin-toast-icon{width:1.25rem;height:1.25rem;background:#ffffff4d;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}#productForm{display:flex;flex-direction:column;flex:1;min-height:0;padding:0}#productForm .product-form-body{flex:1;overflow-y:auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;resize:vertical}.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}select[data-category].cfy-filled{background-color:#e8f5e9;border-color:#4caf50}.category-list{margin-top:.5rem}.category-loading{color:#666;font-style:italic}.category-radio-group{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;max-height:300px;overflow-y:auto}.category-radio-item{display:flex;align-items:center;padding:.5rem;cursor:pointer;border-radius:4px;transition:background-color .2s}.category-radio-item:hover{background-color:#e9ecef}.category-radio-item input[type=radio]{width:auto;margin-right:.75rem;cursor:pointer}.category-radio-item span{font-size:1rem;color:#333;-webkit-user-select:none;user-select:none}.category-radio-item input[type=radio]:checked+span{font-weight:600;color:#667eea}.category-group{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:4px;border:1px solid #e0e0e0}.category-group-title{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#2c3e50}.category-checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.category-checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:all .2s}.category-checkbox-item:hover{border-color:#3498db;background:#f0f7ff}.category-checkbox-item input[type=checkbox]{margin:0;cursor:pointer}.category-checkbox-item span{flex:1;-webkit-user-select:none;user-select:none;font-size:.95rem}.category-checkbox-item input[type=checkbox]:checked+span{font-weight:600;color:#3498db}.product-form-body{padding:1rem 1.5rem 1.5rem}.product-form-section{margin-bottom:1.75rem;padding:1.25rem;background:#fafafa;border:1px solid #e8e8e8;border-radius:8px}.product-form-section-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e0e0e0}.product-form-required-hint,.product-form-hint,.product-form-optional{font-size:.8rem;color:#666;font-weight:400}.product-form-required-hint{margin-left:.35rem}.product-form-hint{margin:.25rem 0 .5rem}.product-form-optional{font-weight:400}.category-group-sub{margin-top:.75rem;background:#fff}.product-form-section .category-group:first-of-type{margin-bottom:0}.product-form-details{border:none;padding:0;margin:0}.product-form-details summary{list-style:none;cursor:pointer;font-size:1rem;font-weight:600;color:#1a1a1a;padding:0;margin:0 0 .5rem}.product-form-details summary::-webkit-details-marker{display:none}.product-form-details summary:before{content:"▸ ";display:inline-block;width:1em;color:#666}.product-form-details[open] summary:before{content:"▾ "}.product-form-details-inner{padding-top:.75rem}.product-form-section-collapsible{background:#f5f5f5;border-style:dashed}.product-form-actions{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;background:#fff;flex-shrink:0}.form-row-checkboxes{display:flex;flex-wrap:wrap;gap:1rem}.form-row-checkboxes .checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.form-row-compact{gap:.75rem}.categories-for-you-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:.5rem}.categories-for-you-grid .form-group{margin-bottom:0}.categories-for-you-grid label{font-size:.8rem;font-weight:600;color:#555}.category-help-text{margin-top:.75rem;font-size:.875rem;color:#666;font-style:italic}.edit-form-images-strip{padding:1rem 1.5rem;margin:0 0 1rem;background:#e8f4fc;border:1px solid #3498db;border-radius:8px}.edit-form-images-strip-label{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#1a1a1a}.edit-form-images-strip-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}.edit-form-images-strip-thumb{width:80px;flex-shrink:0;text-align:center}.edit-form-images-strip-thumb img{width:80px;height:80px;object-fit:cover;border-radius:6px;border:1px solid #ddd;display:block}.edit-form-images-strip-thumb span{display:block;font-size:.7rem;color:#555;margin-top:.25rem}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.image-preview-item{position:relative;border:1px solid #ddd;border-radius:4px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.image-color-selector{width:100%;padding:.25rem;font-size:.75rem;border:1px solid #ddd;border-radius:3px;margin-top:.25rem;background:#fff;cursor:pointer}.image-color-selector:focus{outline:none;border-color:#3498db}.remove-image-btn{position:absolute;top:5px;right:5px;background:#f00c;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;transition:background .3s ease;z-index:10}.remove-image-btn:hover{background:red}.image-preview-item img{width:100%;height:150px;object-fit:cover;display:block}.image-preview-name{display:block;padding:.5rem;font-size:.75rem;color:#666;text-align:center;background:#f8f9fa}.main-image-badge{background:#3498db;color:#fff;font-weight:600;padding:2px 8px;border-radius:3px;word-break:break-all}.image-preview{margin-top:.5rem}.help-text{font-size:.875rem;color:#666;margin-top:.5rem;font-style:italic}.checkbox-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.checkbox-group label{display:flex;align-items:center;gap:.5rem;font-weight:400;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;cursor:pointer}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}@media (max-width: 992px){.dashboard-sections{grid-template-columns:1fr}.main-content{padding:1.25rem}}@media (max-width: 768px){.sidebar-toggle{display:flex}.sidebar{width:280px;max-width:85vw;transform:translate(-100%);transition:transform .3s ease;z-index:1000;box-shadow:4px 0 12px #00000026}body.admin-sidebar-open .sidebar{transform:translate(0)}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999;opacity:0;pointer-events:none;transition:opacity .3s ease}body.admin-sidebar-open .sidebar-overlay{opacity:1;pointer-events:auto}.main-content{margin-left:0;padding:1rem}.content-header h1{font-size:1.35rem}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.stat-card{padding:1rem}.stat-card p{font-size:1.5rem}.dashboard-sections{grid-template-columns:1fr;gap:1.5rem}.dashboard-section{padding:1rem}.dashboard-section h2{font-size:1.1rem}.table-container{margin:0 -1rem;border-radius:0}.table-container .data-table{min-width:560px}.data-table th,.data-table td{padding:.75rem;font-size:.9rem}.toolbar{flex-direction:column;align-items:stretch;gap:.75rem}.toolbar-actions{flex-wrap:wrap}.filters-bar{flex-direction:column}.filters-bar .search-input,.filters-bar .filter-select{width:100%}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.content-header{flex-wrap:wrap}.user-info{width:100%;order:3;font-size:.9rem}}.content-management-intro{margin-bottom:1.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:10px;font-size:.9375rem;color:#0c4a6e;box-shadow:0 1px 3px #0ea5e914}.content-management-intro p{margin:0;line-height:1.6}.content-management-intro strong{color:#0369a1}.content-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.content-tabs .tab-btn{padding:.6rem 1.25rem;font-size:.9rem;font-weight:500;color:#4b5563;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.content-tabs .tab-btn:hover{color:#1f2937;background:#f3f4f6;border-color:#d1d5db}.content-tabs .tab-btn.active{color:#0369a1;background:#e0f2fe;border-color:#38bdf8;box-shadow:0 1px 2px #0ea5e926}.hero-banners-section{margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.hero-banners-section h3{margin-bottom:.35rem;font-size:1.1rem}.hero-banners-hint{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.hero-banners-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.hero-banner-slot{display:flex;flex-direction:column;gap:.5rem}.hero-banner-slot label{font-weight:600;font-size:.9rem}.hero-banner-preview{position:relative;width:100%;min-height:120px;aspect-ratio:2 / 1;max-height:180px;background:#e5e7eb;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-banner-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.hero-banner-placeholder{color:#6b7280;font-size:.875rem;display:block;padding:.5rem;text-align:center}.hero-banner-link-label{font-size:.8rem;font-weight:500;margin-top:.35rem;margin-bottom:.2rem;display:block}.hero-banner-link-select{width:100%;padding:.35rem .5rem;font-size:.85rem;border:1px solid #ddd;border-radius:4px;margin-bottom:.5rem;background:#fff}.hero-banner-file{font-size:.8rem}.hero-banner-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-self:flex-start}.hero-banner-slot .btn-sm{align-self:flex-start}.hero-banners-section-mobile{margin-top:1.5rem}.banners-container{margin-top:1rem}.banners-empty{color:#6b7280;padding:1.5rem;text-align:center}.banner-item{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.banner-item-image{width:160px;height:90px;object-fit:cover;border-radius:6px;flex-shrink:0}.banner-item-details{flex:1;min-width:0}.banner-item-details p{margin:0 0 .35rem;font-size:.9rem}.banner-item-details .btn{margin-top:.75rem}.admin-toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.admin-toast{pointer-events:auto;min-width:280px;max-width:400px;padding:14px 18px;border-radius:10px;box-shadow:0 10px 40px #00000026,0 2px 10px #00000014;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:12px;animation:admin-toast-in .35s ease-out;color:#fff}.admin-toast.success{background:linear-gradient(135deg,#0d9488,#0f766e);border-left:4px solid rgba(255,255,255,.4)}.admin-toast.error{background:linear-gradient(135deg,#dc2626,#b91c1c);border-left:4px solid rgba(255,255,255,.4)}.admin-toast-icon{font-size:1.35rem;flex-shrink:0}.admin-toast-message{flex:1}@keyframes admin-toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.admin-review-thumbs{display:flex;flex-wrap:wrap;gap:4px;max-width:140px}.admin-review-thumb{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid #e0e0e0;vertical-align:middle}
