*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.dashboard-container{max-width:1400px;margin:0 auto;padding:20px}.dashboard-header{text-align:center;margin-bottom:30px;padding:30px 0;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.dashboard-header h1{font-family:Playfair Display,serif;font-size:2.5em;color:#2c3e50;margin-bottom:10px}.subtitle{color:#7f8c8d;font-size:1.1em}.dashboard-controls{background:#fff;padding:20px;border-radius:8px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.search-section{margin-bottom:20px}.search-input{width:100%;padding:12px;font-size:16px;border:2px solid #ddd;border-radius:4px}.search-input:focus{outline:none;border-color:#3498db}.filters-section{display:flex;gap:15px;flex-wrap:wrap;align-items:end}.filter-group{flex:1;min-width:150px}.filter-group label{display:block;margin-bottom:5px;font-weight:500;color:#555}.filter-select{width:100%;padding:10px;border:2px solid #ddd;border-radius:4px;font-size:14px}.btn-clear{padding:10px 20px;background:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500}.btn-clear:hover{background:#c0392b}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:20px}.stat-item{background:#fff;padding:15px;border-radius:8px;text-align:center;box-shadow:0 2px 4px #0000001a}.stat-label{display:block;font-size:.9em;color:#7f8c8d;margin-bottom:5px}.stat-value{display:block;font-size:1.5em;font-weight:600;color:#2c3e50}.section-header{margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #ecf0f1}.section-title{font-family:Playfair Display,serif;font-size:1.8em;color:#2c3e50;margin-bottom:5px}.section-subtitle{color:#7f8c8d;font-size:.95em}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:40px}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #00000026}.product-card-image{width:100%;height:250px;overflow:hidden;background:#f7f7f7}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:15px}.product-card-title{font-size:1.1em;font-weight:600;margin-bottom:10px;color:#2c3e50}.product-card-price{font-size:1.2em;font-weight:600;color:#27ae60;margin-bottom:10px}.original-price{text-decoration:line-through;color:#95a5a6;margin-right:10px;font-size:.9em}.sale-badge{background:#e74c3c;color:#fff;padding:2px 8px;border-radius:3px;font-size:.7em;margin-left:10px}.product-card-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:.85em;color:#7f8c8d;margin-bottom:10px}.product-card-description{font-size:.9em;color:#555;margin-bottom:10px}.product-card-tags{display:flex;gap:5px;flex-wrap:wrap}.product-card-tag{background:#ecf0f1;padding:3px 8px;border-radius:3px;font-size:.8em;color:#555}.official-store-checkbox-container{padding:10px;background:#fff3cd;border-bottom:1px solid #ddd}.official-store-label{font-size:.85em;color:#856404;cursor:pointer}.no-images-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-bottom:40px}.products-by-category-list{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a}.category-group{margin-bottom:30px}.category-title{font-size:1.3em;font-weight:600;color:#2c3e50;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ecf0f1}.product-count{color:#7f8c8d;font-weight:400;font-size:.9em}.product-name-list{list-style:none}.product-name-item{display:flex;justify-content:space-between;padding:12px;margin-bottom:5px;background:#f8f9fa;border-radius:4px;cursor:pointer;transition:background .2s}.product-name-item:hover{background:#e9ecef}.product-name{font-weight:500;color:#2c3e50}.product-price{color:#27ae60;font-weight:600}.no-results{text-align:center;padding:40px;color:#7f8c8d;font-size:1.1em}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#00000080;overflow:auto}.modal-content{background-color:#fff;margin:5% auto;padding:30px;border-radius:8px;width:90%;max-width:800px;max-height:80vh;overflow-y:auto;position:relative}.modal-close{position:absolute;right:20px;top:20px;font-size:2em;font-weight:700;color:#aaa;background:none;border:none;cursor:pointer;line-height:1}.modal-close:hover{color:#000}.modal-title{font-family:Playfair Display,serif;font-size:2em;margin-bottom:20px;color:#2c3e50}.modal-section{margin-bottom:25px}.modal-section h3{font-size:1.2em;margin-bottom:10px;color:#2c3e50}.modal-image{width:100%;max-width:500px;height:auto;border-radius:8px;margin-bottom:20px}.modal-metadata{display:grid;gap:10px}.modal-metadata-item{display:flex;padding:10px;background:#f8f9fa;border-radius:4px}.modal-metadata-label{font-weight:600;min-width:150px;color:#555}.modal-metadata-value{color:#2c3e50}@media (max-width: 768px){.dashboard-header h1{font-size:2em}.filters-section{flex-direction:column}.filter-group{width:100%}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.dashboard-stats{grid-template-columns:repeat(2,1fr)}}
