.dashboard{max-width:1400px;margin:0 auto;padding:2rem}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-header h1{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#ff9900,#ffcc00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{color:#888;font-size:1.1rem}.stats-bar{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;padding:1.5rem;background:rgba(255,153,0,.1);border-radius:12px}.stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:2rem;font-weight:700;color:#f90}.stat-label{color:#888;font-size:.9rem}.controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:.75rem 1rem;border:1px solid #444;border-radius:8px;background:#1a1a1a;color:inherit;font-size:1rem}.search-input:focus{outline:none;border-color:#f90}.sort-select{padding:.75rem 1rem;border:1px solid #444;border-radius:8px;background:#1a1a1a;color:inherit;font-size:1rem;cursor:pointer}.sort-select:focus{outline:none;border-color:#f90}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:#2a2a2a;border-radius:12px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.product-image{width:100%;height:200px;background:#fff;display:flex;align-items:center;justify-content:center;padding:1rem}.product-image img{max-width:100%;max-height:100%;object-fit:contain}.product-info{padding:1rem}.product-name{font-size:1rem;font-weight:600;margin-bottom:.75rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem}.star-rating{display:flex;align-items:center;gap:2px}.star{font-size:1rem}.star.full{color:#f90}.star.half{color:#f90;opacity:.7}.star.empty{color:#555}.rating-value{margin-left:.25rem;font-weight:600;color:#f90}.no-rating{color:#666;font-size:.85rem}.review-count{color:#888;font-size:.85rem}.product-price{font-size:1.25rem;font-weight:700;color:#4ade80;margin-bottom:.5rem}.sales-rank{font-size:.75rem;color:#666;margin-bottom:.5rem;line-height:1.3}.product-asin{font-size:.75rem;color:#666;margin-bottom:1rem;font-family:monospace}.view-button{display:block;width:100%;padding:.75rem;background:linear-gradient(135deg,#ff9900,#ffcc00);color:#000;text-align:center;border-radius:8px;font-weight:600;text-decoration:none;transition:opacity .2s}.view-button:hover{opacity:.9;color:#000}.no-results{text-align:center;color:#888;padding:3rem;font-size:1.1rem}@media (prefers-color-scheme: light){.search-input,.sort-select{background:#fff;border-color:#ddd}.product-card{background:#fff;box-shadow:0 2px 8px #0000001a}.product-card:hover{box-shadow:0 8px 24px #00000026}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}a{font-weight:500;color:#f90;text-decoration:inherit}a:hover{color:#fc0}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#f5f5f5}a:hover{color:#f90}}
