@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#e8e9ed;background-color:#0a0e1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0a0e1a;color:#e8e9ed;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:#151b2e;border-bottom:1px solid #1E2536;padding:2rem 0;text-align:center}.header h1{font-size:2.5rem;margin-bottom:.5rem;color:#e8e9ed}.subtitle{color:#9ba1b4;font-size:1.1rem}.notice{background:#3b5bdb;background:linear-gradient(135deg,#3b5bdb,#2a4bb8);padding:1rem 0;text-align:center}.notice p{color:#e8e9ed;font-size:.95rem}.notice strong{font-weight:600}.error-banner{background:#dc3545;background:linear-gradient(135deg,#dc3545,#bd2130);padding:1rem 0;text-align:center;color:#fff}main{flex:1;padding:3rem 0}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#111827;border:1px solid #1E2536;border-radius:8px;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3b5bdb26}.product-image{width:100%;height:280px;overflow:hidden;background:#1f2937}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding:1.5rem}.product-name{font-size:1.4rem;margin-bottom:.75rem;color:#e8e9ed;font-weight:600}.product-description{color:#9ba1b4;font-size:.95rem;margin-bottom:1.5rem;line-height:1.6}.product-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem}.product-price{font-size:1.75rem;font-weight:700;color:#3b5bdb}.buy-button{background:#3b5bdb;color:#e8e9ed;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap}.buy-button:hover{opacity:.9}.buy-button:disabled{opacity:.5;cursor:not-allowed}.footer{background:#151b2e;border-top:1px solid #1E2536;padding:2rem 0;text-align:center;margin-top:3rem}.footer p{color:#9ba1b4;font-size:.9rem;margin-bottom:.5rem}.footer a{color:#3b5bdb;text-decoration:none;font-weight:500}.footer a:hover{text-decoration:underline}.footer-note{font-size:.85rem;color:#5e6472}@media(max-width:768px){.header h1{font-size:2rem}.products-grid{grid-template-columns:1fr}.product-footer{flex-direction:column;align-items:stretch}.buy-button{width:100%}}
