:root{--accent:#2563eb;--surface:#fff;--muted:#5b6472;--border:#e2e5ea;--border-strong:#cbd2dc;--text:#111827;--danger:#b42318}*{box-sizing:border-box}body{color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.5}h1{margin:0;font-size:20px}h2{margin:0;font-size:17px;font-weight:600}p{margin:0}.bw-root{max-width:520px;margin:0 auto;padding:16px}.bw-head{align-items:center;gap:12px;margin-bottom:16px;display:flex}.bw-logo{width:auto;height:36px}.bw-card{border:1px solid var(--border);border-radius:12px;padding:16px}.bw-stack{flex-direction:column;gap:12px;display:flex}.bw-row{align-items:center;gap:8px;display:flex}.bw-muted{color:var(--muted)}.bw-small{font-size:13px}.bw-error{color:var(--danger);background:#fdeceb;border-radius:8px;margin-bottom:12px;padding:10px 12px;font-size:14px}.bw-steps{color:var(--muted);gap:8px;margin:0 0 14px;padding:0;font-size:13px;list-style:none;display:flex}.bw-steps li{align-items:center;gap:6px;display:flex}.bw-steps li.on{color:var(--text);font-weight:600}.bw-step-n{background:#eef1f6;border-radius:50%;place-items:center;width:20px;height:20px;font-size:12px;display:inline-grid}.bw-steps li.on .bw-step-n{background:var(--accent);color:#fff}button,input,select,textarea{font:inherit;color:inherit}.bw-primary,.bw-ghost,.bw-option,.bw-slot{cursor:pointer;min-height:44px}.bw-primary{background:var(--accent);color:#fff;border:0;border-radius:8px;flex:1;padding:0 18px;font-weight:600}.bw-primary:disabled{opacity:.5;cursor:not-allowed}.bw-ghost{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;padding:0 16px}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.bw-option{text-align:left;border:1px solid var(--border-strong);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px;display:flex}.bw-option.on{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent) inset}.bw-option-main{flex-direction:column;gap:2px;display:flex}.bw-option-meta{color:var(--muted);white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:13px;display:flex}.bw-field{flex-direction:column;gap:4px;display:flex}.bw-field>span:first-child{color:var(--muted);font-size:13px;font-weight:500}.bw-field input,.bw-field select,.bw-field textarea{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;width:100%;min-height:44px;padding:8px 10px}.bw-field textarea{resize:vertical;min-height:88px}.bw-slots{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;display:grid}.bw-slot{border:1px solid var(--border-strong);background:var(--surface);border-radius:8px}.bw-slot.on{border-color:var(--accent);background:var(--accent);color:#fff;font-weight:600}.bw-done{text-align:center;align-items:center}.bw-tick{color:#0f7b52;background:#e4f4ed;border-radius:50%;place-items:center;width:44px;height:44px;font-size:22px;display:grid}@media (max-width:420px){.bw-root{padding:12px}.bw-slots{grid-template-columns:repeat(auto-fill,minmax(76px,1fr))}}.bw-quote{border-collapse:collapse;width:100%}.bw-quote td{border-bottom:1px solid var(--bw-border,#e2e5ea);padding:8px 0}.bw-amount{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.bw-quote-total td{border-bottom:0;font-weight:600}.bw-appointment{border:1px solid var(--bw-border,#e2e5ea);border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}
