/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../../node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/globals.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
:root { color-scheme: light; font-family: system-ui, sans-serif; }
* { box-sizing: border-box; }
body { margin: 0; background: #fafafa; color: #18181b; }

.wrap { max-width: 900px; margin: 0 auto; padding: 0 20px 64px; }

.site-header { background: #fff; border-bottom: 1px solid #e4e4e7; margin-bottom: 32px; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; }
.brand { font-weight: 600; font-size: 17px; color: #18181b; text-decoration: none; }
.basket-link { font-size: 14px; color: #2563eb; text-decoration: none; }

h1 { font-size: 24px; margin: 0 0 4px; }
h2 { font-size: 16px; margin: 0 0 6px; }
.muted { color: #71717a; font-size: 14px; margin: 0 0 20px; }
.empty { color: #71717a; font-size: 15px; background: #fff; border: 1px dashed #d4d4d8; border-radius: 10px; padding: 28px; text-align: center; }
.text-link { display: inline-block; margin-top: 20px; color: #2563eb; font-size: 14px; text-decoration: none; }
.problem { color: #b91c1c; font-size: 14px; margin: 0; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); grid-gap: 14px; gap: 14px; }
.card { background: #fff; border: 1px solid #e4e4e7; border-radius: 10px; padding: 16px; display: flex; flex-direction: column; }
.card .muted { margin-bottom: 12px; }
.price { font-size: 18px; font-weight: 600; margin: auto 0 12px; }

.lines { list-style: none; padding: 0; margin: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.lines li { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid #e4e4e7; border-radius: 10px; padding: 14px 16px; }
.lines li > div { flex: 1 1; }
.lines .muted { margin: 2px 0 0; }
.lines input { width: 72px; }
.line-total { font-weight: 600; min-width: 80px; text-align: right; }
.total { font-size: 18px; font-weight: 600; text-align: right; margin: 0 0 28px; }

.stacked { display: flex; flex-direction: column; gap: 10px; max-width: 420px; }
input, textarea { padding: 10px 12px; border: 1px solid #d4d4d8; border-radius: 8px; font-size: 14px; font-family: inherit; background: #fff; }
button { padding: 10px 16px; border: 0; border-radius: 8px; background: #2563eb; color: #fff; font-size: 14px; cursor: pointer; }
button:disabled { background: #d4d4d8; color: #71717a; cursor: default; }

