@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{color-scheme:light;--bg: #f4f2ee;--surface: #ffffff;--surface-muted: #f1f4f0;--surface-strong: #e6ede7;--card: #ffffff;--text: #1d2a24;--muted: #5e6e64;--border: #d7e0d7;--accent: #1f7a4a;--accent-2: #2f9b5a;--accent-soft: rgba(31, 122, 74, .12);--danger: #d64545;--danger-soft: rgba(214, 69, 69, .12);--radius: 18px;--shadow: 0 20px 45px rgba(17, 24, 39, .12);--shadow-soft: 0 12px 28px rgba(17, 24, 39, .08)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Space Grotesk,Avenir Next,Helvetica Neue,sans-serif;background:radial-gradient(900px 520px at 12% 6%,rgba(31,122,74,.12),transparent 60%),radial-gradient(780px 520px at 90% 0%,rgba(230,190,120,.22),transparent 58%),var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent)}.page{min-height:100%;display:grid;place-items:center;padding:32px 16px}.shell{min-height:100%;display:flex;flex-direction:column}.shellHeader{padding:20px 24px 16px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft)}.brandBar{display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.brandIdentity{display:flex;align-items:center;gap:14px}.brandLogo{height:42px;width:auto}.brandStatus{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.statusBlock{display:flex;flex-direction:column;gap:2px}.statusLabel{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700}.statusValue{font-weight:700;font-size:14px}.statusPill{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);font-size:12px;font-weight:700;color:var(--text)}.statusPill--good{border-color:#1f7a4a59;background:#1f7a4a1f;color:#165237}.statusPill--warn{border-color:#d08b2f66;background:#d08b2f1f;color:#7a4b12}.statusPill--muted{border-color:var(--border);background:var(--surface-muted);color:var(--muted)}.shellMeta{display:flex;justify-content:flex-end}.shellMain{padding:24px;max-width:1180px;width:100%;margin:0 auto}.card{width:100%;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft)}.card h1,.card h2{margin:0 0 8px;font-family:Fraunces,Space Grotesk,serif;letter-spacing:.01em}.muted{color:var(--muted)}.small{font-size:12px}.row{display:flex;gap:10px;align-items:center;margin-top:14px}.input{flex:1;min-width:0;height:44px;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--text);padding:0 16px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.input:focus{border-color:#1f7a4ab3;box-shadow:0 0 0 4px #1f7a4a1f}.button{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:999px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;text-decoration:none;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button--ghost{border-color:var(--border);background:var(--surface);color:var(--text)}.button--danger{border-color:#d6454566;background:var(--danger-soft);color:#8b1f1f}.button:disabled{opacity:.5;cursor:not-allowed}.button:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--shadow-soft);background:var(--accent-2)}.button--ghost:not(:disabled):hover{background:var(--surface-muted);box-shadow:none;transform:none}.button--danger:not(:disabled):hover{background:#d6454533;box-shadow:none;transform:none}.tabs{display:flex;gap:8px;padding:10px 24px 0;max-width:1180px;width:100%;margin:0 auto;flex-wrap:wrap}.tab{padding:10px 16px;border-radius:999px;border:1px solid transparent;background:var(--surface-muted);text-decoration:none;color:var(--muted);font-weight:600}.tab.active{color:#0f2c1c;border-color:#1f7a4a59;background:#1f7a4a29}.eyebrow{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700}.title{font-size:20px;font-weight:700;margin-top:2px;font-family:Fraunces,Space Grotesk,serif}.stack{display:flex;flex-direction:column;gap:16px}.builderLayout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:18px}.builderPanel{display:flex;flex-direction:column;gap:14px}.builderAlert{grid-column:1 / -1;padding:12px 16px;border-radius:14px;border:1px solid rgba(214,69,69,.4);background:var(--danger-soft);color:#8b1f1f;font-weight:600}.panelHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.panelMeta,.panelActions{display:flex;align-items:center;gap:10px}.panelFooter{margin-top:8px}.split{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.priceOptionHeader{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px 16px}.priceOptionHeaderMain{flex:1 1 240px;min-width:220px}.priceOptionHeaderBadges{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;align-items:center;flex:0 1 260px;max-width:100%}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.listRow{display:flex;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-soft)}.listRow--card{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.listMain{flex:1;min-width:0}.listTitle{font-weight:700;margin-bottom:4px}.listMeta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.listIcon{width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:var(--surface-muted);display:grid;place-items:center;color:#1f7a4a}.listIcon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.listActions{display:flex;gap:8px;align-items:center}.badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:var(--surface-muted);color:var(--text);font-size:12px;font-weight:700}.badge--good,.badge--info{border-color:#1f7a4a59;background:#1f7a4a1f;color:#165237}.badge--warn{border-color:#d08b2f66;background:#d08b2f1f;color:#7a4b12}.badge--bad{border-color:#d6454566;background:#d645451f;color:#8b1f1f}.table{margin-top:14px;border:1px solid var(--border);border-radius:12px;overflow:hidden}.tableHeader,.tableRow{display:grid;grid-template-columns:1fr 170px 140px;gap:10px;padding:10px 12px;align-items:center}.priceOptionsTable .tableHeader,.priceOptionsTable .tableRow{grid-template-columns:minmax(0,1fr) auto auto}.priceOptionsTable .tableHeader>:nth-child(3),.priceOptionsTable .tableRow>:nth-child(3){justify-self:end}.tableHeader{background:var(--surface-muted);font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.tableRow{border-top:1px solid var(--border)}.right{text-align:right}.truncate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.measurementForm{margin-top:14px;border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--surface-muted);display:flex;flex-direction:column;gap:12px}.measurementHeader{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.measurementTitle{font-size:18px;font-weight:700}.measurementGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.measurementField{display:grid;gap:6px}.measurementField .input{width:100%}.measurementLabel{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700}.measurementToggles{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.measurementActions{display:flex;justify-content:flex-end;gap:10px}.errorText{margin-top:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(214,69,69,.4);background:var(--danger-soft);color:#8b1f1f;font-size:12px;font-weight:700}.summary{margin-top:12px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted)}.link{display:inline-block;margin-top:4px;word-break:break-all}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center;padding:24px 16px}.modal{width:min(720px,100%);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.modalHeader{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 14px 10px;border-bottom:1px solid var(--border)}.modalTitle{font-weight:900;font-size:14px;letter-spacing:.02em;text-transform:uppercase;color:var(--muted)}.modalBody{padding:14px}.iconButton{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.iconButton svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.iconButton--danger{border-color:#d6454566;color:#8b1f1f}.iconButton:disabled{opacity:.5;cursor:not-allowed}.iconButton:not(:disabled):hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.stackRow{display:flex;flex-direction:column;gap:6px;align-items:flex-end}.totalsGrid{margin-top:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.totalsCard{border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--surface)}.totalsValue{font-weight:900;font-size:18px;margin-top:4px}.switcher{margin-top:14px;border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--surface)}.switcherRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.switcherOption{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);cursor:pointer}.switcherOption.disabled{opacity:.6;cursor:not-allowed}.switcherMeta{min-width:0}.switcherTop{display:flex;justify-content:space-between;gap:8px;align-items:center}.toggle{display:inline-flex;gap:10px;align-items:center;font-weight:700}.addons{margin-top:10px;border-top:1px solid var(--border);padding-top:10px}.addon{display:grid;grid-template-columns:18px 1fr auto auto;gap:10px;align-items:center;padding:8px 10px;border:1px solid var(--border);border-radius:12px;background:var(--surface-muted);cursor:pointer;margin-top:8px}.addon.disabled{opacity:.55;cursor:not-allowed}.dim{opacity:.72}@media(max-width:740px){.shellHeader{padding:18px}.brandBar{align-items:flex-start}.builderLayout{grid-template-columns:1fr}.panelHeader{flex-direction:column;align-items:flex-start}.panelMeta,.panelActions{width:100%;justify-content:flex-start}.measurementHeader{flex-direction:column;align-items:flex-start}.measurementActions{justify-content:stretch}.split{flex-direction:column}.priceOptionHeaderBadges{justify-content:flex-start}.listRow{flex-direction:column;align-items:stretch}.listRow--card{grid-template-columns:1fr}.listActions{justify-content:flex-end}.tableHeader,.tableRow{grid-template-columns:1fr 130px 110px}.priceOptionsTable .tableHeader,.priceOptionsTable .tableRow{grid-template-columns:minmax(0,1fr) auto auto}}@media(max-width:600px){.priceOptionsTable .tableHeader,.priceOptionsTable .tableRow{grid-template-columns:minmax(0,1fr);grid-template-areas:"item" "status" "price";row-gap:6px;align-items:start}.priceOptionsTable .tableHeader>:nth-child(1),.priceOptionsTable .tableRow>:nth-child(1){grid-area:item}.priceOptionsTable .tableHeader>:nth-child(2),.priceOptionsTable .tableRow>:nth-child(2){grid-area:status}.priceOptionsTable .tableHeader>:nth-child(3),.priceOptionsTable .tableRow>:nth-child(3){grid-area:price;justify-self:end}}
