*{box-sizing:border-box}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{color:#111;background:#f7f7f7;font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button{cursor:pointer}.page{min-height:100vh;padding:32px 20px}.container{max-width:1100px;margin:0 auto}.header{margin-bottom:24px}.header h1{color:inherit;margin:0;font-size:40px;font-weight:700}.status-box{color:#111;background:#fff;border:1px solid #d7d7d7;border-radius:10px;margin-bottom:20px;padding:14px 16px}.store-layout{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.products{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;display:grid}.product-card,.cart-panel{background:#fff;border:1px solid #e1e1e1;border-radius:12px}.product-card{overflow:hidden}.product-image-wrap{aspect-ratio:1;background:#ededed}.product-image{object-fit:cover;width:100%;height:100%;display:block}.product-info{flex-direction:column;gap:14px;padding:16px;display:flex}.product-info h2{color:inherit;margin:0 0 6px;font-size:20px}.price{color:#444;margin:0}.product-info button,.checkout-button,.cart-controls button{color:#fff;background:#111;border:1px solid #111;border-radius:8px;padding:10px 12px}.product-info button:hover,.checkout-button:hover,.cart-controls button:hover{background:#222}.cart-panel{padding:16px;position:sticky;top:20px}.cart-panel h2{color:inherit;margin-top:0;margin-bottom:16px}.muted{color:#666}.cart-items{flex-direction:column;gap:14px;margin-bottom:18px;display:flex}.cart-item{border-bottom:1px solid #ececec;padding-bottom:12px}.cart-item-main{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.cart-item-name{font-weight:600}.cart-item-price{white-space:nowrap}.cart-item-variant{color:#666;margin-top:4px;font-size:14px}.cart-controls{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.field-group{margin-bottom:18px}.field-group label{margin-bottom:6px;font-weight:600;display:block}.field-group select,.field-group input{color:#111;background:#fff;border:1px solid #cfcfcf;border-radius:8px;width:100%;padding:10px 12px}.discount-row{align-items:center;gap:12px;display:flex}.discount-row input{flex:1}.discount-row button{white-space:nowrap;color:#111;padding:10px 14px}.error-text{color:#d32f2f;margin:8px 0 0;font-size:14px;font-weight:600}.totals{margin-bottom:18px}.total-row{justify-content:space-between;padding:6px 0;display:flex}.checkout-button{width:100%}.checkout-button:disabled{opacity:.7;cursor:not-allowed}@media (width<=900px){.store-layout{grid-template-columns:1fr}.cart-panel{position:static}}@media (prefers-color-scheme:dark){body{color:#e8edf2;background:#111418}.status-box,.product-card,.cart-panel{color:#e8edf2;background:#1a1f26;border-color:#2c3440}.product-image-wrap{background:#222a33}.price,.muted,.cart-item-variant{color:#b8c2cc}.cart-item{border-bottom-color:#2c3440}.field-group select,.field-group input{color:#f2f6fa;background:#111418;border-color:#3a4552}.product-info button,.checkout-button,.cart-controls button{color:#111418;background:#f2f6fa;border-color:#f2f6fa}.product-info button:hover,.checkout-button:hover,.cart-controls button:hover{background:#dfe7ef;border-color:#dfe7ef}.discount-row button{color:#111418}.error-text{color:#ff6b6b}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body,#root{min-height:100%;margin:0}
