*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f4f5f7;color:#1f2430}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{background:#1f2430;color:#fff;padding:24px 32px}.app-header h1{margin:0 0 4px;font-size:28px}.app-header p{margin:0;color:#b7bdca}.error-banner{background:#ffe1e1;color:#a30000;padding:12px 32px;border-bottom:1px solid #ffb3b3}.app-main{flex:1;display:grid;grid-template-columns:1fr 320px;gap:24px;padding:32px;align-items:start}@media (max-width: 860px){.app-main{grid-template-columns:1fr}}.catalog h2{margin-top:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.product-card img{width:100%;height:150px;object-fit:cover;background:#e8e9ee}.product-card-body{padding:14px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card-body h3{margin:0;font-size:16px}.product-desc{margin:0;font-size:13px;color:#666d80;flex:1}.product-meta{display:flex;justify-content:space-between;font-size:13px}.price{font-weight:700;color:#1f2430}.stock{color:#888}.product-actions{display:flex;gap:8px}.product-actions input{width:56px;padding:6px;border:1px solid #d7d9e0;border-radius:6px}.product-actions button,.basket-actions button,.order-confirmation-card button{cursor:pointer;border:none;border-radius:6px;padding:8px 14px;font-size:14px;font-weight:600}.product-actions button{flex:1;background:#2f6fed;color:#fff}.basket-panel{background:#fff;border-radius:10px;padding:20px;box-shadow:0 1px 3px #0000001a;position:sticky;top:32px}.basket-panel h2{margin-top:0}.empty-basket{color:#888}.basket-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.basket-list li{display:flex;justify-content:space-between;font-size:14px;border-bottom:1px solid #eee;padding-bottom:6px}.basket-total{display:flex;justify-content:space-between;font-size:16px;margin-bottom:16px}.basket-actions{display:flex;flex-direction:column;gap:10px}.basket-actions .primary{background:#1fae5f;color:#fff}.basket-actions .secondary{background:#eceef3;color:#1f2430}.basket-actions button:disabled{opacity:.6;cursor:not-allowed}.order-confirmation-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.order-confirmation-card{background:#fff;border-radius:12px;padding:28px 32px;max-width:360px;text-align:center}.order-confirmation-card h2{margin-top:0;color:#1fae5f}.order-confirmation-card button{margin-top:12px;background:#2f6fed;color:#fff;width:100%}.app-footer{text-align:center;padding:16px;color:#888;font-size:13px}
