:root {
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#233b32;
  background:#fbfaf7;
  font-synthesis:none;
  line-height:1.5}
* {
  box-sizing:border-box}
body {
  margin:0}
button,input {
  font:inherit}
a {
  color:inherit}
button {
  cursor:pointer}
button:disabled {
  cursor:wait;
  opacity:.65}
[hidden] {
  display:none!important}
.registration-layout {
  min-height:100svh;
  display:grid;
  grid-template-columns:1fr 1fr}
.introduction {
  padding:48px clamp(32px,6vw,100px);
  background:#e6ece2;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:70px}
.wordmark {
  display:flex;
  align-items:center;
  gap:9px;
  width:max-content;
  text-decoration:none;
  font-size:30px;
  font-weight:650;
  letter-spacing:-1.5px}
.brand-mark {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  background:#294b3c;
  color:#f4f6ed;
  border-radius:9px;
  font-family:Georgia,serif;
  font-style:italic;
  letter-spacing:0;
  font-size:30px}
.brand-dot {
  margin-left:-9px;
  color:#8c9e72}
.eyebrow {
  font-size:11px;
  letter-spacing:2px;
  font-weight:650;
  text-transform:uppercase;
  margin:0 0 22px}
.introduction h1 {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  font-size:clamp(44px,5.4vw,78px);
  line-height:1.08;
  letter-spacing:-2px;
  margin:0 0 28px}
.introduction h1 span {
  color:#69795f}
.intro-description {
  max-width:330px;
  font-size:16px;
  line-height:1.8;
  color:#526252}
.intro-footer,.page-footer {
  font-size:12px;
  color:#697266}
.form-side {
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:70px 36px;
  position:relative}
.form-container {
  width:100%;
  max-width:390px;
  margin:35px 0 70px}
h2 {
  font-size:30px;
  line-height:1.2;
  font-weight:550;
  letter-spacing:-1px;
  margin:0 0 12px}
.form-description {
  font-size:14px;
  color:#697266;
  margin:0 0 36px;
  overflow-wrap:anywhere}
.field {
  margin-bottom:24px}
label {
  display:block;
  font-size:13px;
  font-weight:600;
  margin-bottom:9px}
input {
  width:100%;
  min-height:49px;
  padding:12px 14px;
  border:1px solid #ccd2c8;
  border-radius:7px;
  background:#fff;
  color:#233b32;
  font-size:16px}
input::placeholder {
  color:#8a938b}
input:focus-visible,button:focus-visible,a:focus-visible {
  outline:3px solid #779d80;
  outline-offset:3px}
input[aria-invalid=true] {
  border-color:#a13c36}
.password-field {
  position:relative}
.password-field input {
  padding-right:68px}
.password-toggle {
  position:absolute;
  right:12px;
  top:12px;
  font-size:12px;
  padding:4px;
  background:transparent;
  border:0;
  color:#46614f}
.field-hint {
  font-size:12px;
  line-height:1.6;
  color:#697266;
  margin:9px 0 0}
.field-error,.error-message {
  font-size:13px;
  color:#a13c36;
  margin:9px 0 0}
.error-message {
  padding:14px;
  border:1px solid #ecc9c0;
  border-radius:7px;
  background:#fff4ef;
  margin-bottom:20px}
.submit-button {
  width:100%;
  border:0;
  border-radius:7px;
  background:#294b3c;
  color:white;
  padding:15px 18px;
  font-size:14px;
  font-weight:600;
  margin-top:7px}
.submit-button:hover {
  background:#1d392d}
.idle-label {
  display:flex;
  justify-content:space-between;
  align-items:center}
.busy-label {
  display:none}
.htmx-request .idle-label {
  display:none}
.htmx-request .busy-label {
  display:block}
.page-footer {
  position:absolute;
  bottom:35px}
.success-mark {
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  background:#e6ece2;
  border-radius:50%;
  font-size:24px;
  margin-bottom:24px}
#registration-panel:focus {
  outline:none}
@media(max-width:760px) {
  .registration-layout {
  grid-template-columns:1fr}
.introduction {
  padding:24px;
  gap:30px}
.introduction-copy,.intro-footer {
  display:none}
.form-side {
  padding:48px 24px 70px;
  min-height:calc(100svh - 94px)}
.form-container {
  margin:0 0 45px}
.page-footer {
  bottom:24px}
h2 {
  font-size:28px}
}


.account-link {
  font-size:13px;
  color:#697266;
  margin-top:24px}
.account-link a {
  color:#294b3c;
  font-weight:600;
  text-underline-offset:3px}
.primary-link {
  display:inline-block;
  color:#294b3c;
  font-weight:600;
  text-underline-offset:4px}
.dashboard-header {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:25px 6vw;
  border-bottom:1px solid #dce2d6;
  background:#e6ece2;
  gap:24px}
.account-menu {
  display:flex;
  gap:20px;
  align-items:center;
  font-size:13px;
  min-width:0}
.account-menu>span {
  overflow-wrap:anywhere}
.logout-button {
  background:transparent;
  border:1px solid #a6b3a1;
  border-radius:7px;
  padding:9px 15px;
  color:#294b3c;
  white-space:nowrap}
.dashboard-content {
  max-width:1060px;
  margin:0 auto;
  padding:64px 30px}
.dashboard-content h1 {
  font-family:Georgia,serif;
  font-weight:400;
  font-size:44px;
  letter-spacing:-1.4px;
  margin:0 0 12px}
.dashboard-description {
  color:#697266;
  margin:0 0 38px}
.business-count {
  font-size:12px;
  color:#697266;
  margin-bottom:14px}
.business-list {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:16px}
.business-card {
  display:flex;
  align-items:flex-start;
  gap:22px;
  border:1px solid #dce2d6;
  border-radius:12px;
  background:#fff;
  padding:26px}
.business-icon {
  width:48px;
  height:48px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#e6ece2;
  color:#294b3c;
  font-family:Georgia,serif;
  font-size:26px}
.business-details {
  min-width:0}
.business-details h2 {
  font-size:20px;
  letter-spacing:-.3px;
  overflow-wrap:anywhere;
  margin:0 0 8px}
.business-details p {
  color:#697266;
  font-size:14px;
  margin:0 0 15px;
  white-space:pre-line;
  overflow-wrap:anywhere;
  max-height:6.4em;
  overflow:auto}
.business-meta {
  display:flex;
  gap:14px;
  align-items:center;
  color:#697266;
  font-size:12px}
.role-badge {
  background:#f0f3ec;
  border-radius:4px;
  padding:3px 8px;
  color:#46614f}
.empty-state {
  border:1px dashed #c8d2c1;
  border-radius:12px;
  padding:44px 26px;
  text-align:center}
.empty-state .business-icon {
  margin:0 auto 20px}
.empty-state h2 {
  font-size:23px}
.empty-state p {
  color:#697266;
  font-size:14px}
@media(max-width:600px) {
  .dashboard-header {
  padding:20px;
  align-items:flex-start}
.account-menu {
  flex-direction:column;
  align-items:flex-end;
  gap:8px}
.dashboard-content {
  padding:40px 20px}
.dashboard-content h1 {
  font-size:36px}
.business-card {
  padding:20px;
  gap:15px}
}


.profile-content { max-width:760px; }
.business-details h2 a { color:inherit; text-decoration:underline; text-underline-offset:4px; }
.field textarea { width:100%; box-sizing:border-box; border:1px solid #c8d2c1; border-radius:8px; padding:12px 14px; font:inherit; resize:vertical; background:#fff; color:#294b3c; }
.field textarea:focus { outline:2px solid #46614f; outline-offset:2px; }
.optional-label, .field-help { color:#697266; font-size:12px; font-weight:400; }
.profile-notice, .profile-success { padding:14px; border-radius:8px; background:#e6ece2; color:#294b3c; }
.field input[readonly], .field textarea[readonly] { background:#f0f3ec; }

.publishing-form { margin-top:20px; max-width:560px; }
.public-data-link { display:inline-block; margin-top:14px; color:#294b3c; }
.publishing-form .field-help { white-space:normal; max-height:none; }
.business-card .business-details { flex:1; }

.content-nav { display:flex; flex-wrap:wrap; gap:24px; margin:18px 0; }
.content-nav a, .content-action { color:#294b3c; text-underline-offset:4px; }
.content-action { display:inline-block; margin:12px 0 24px; }
.field select { width:100%; padding:12px 14px; border:1px solid #c8d2c1; border-radius:8px; background:#fff; color:#294b3c; font:inherit; }
.field select:focus { outline:2px solid #46614f; outline-offset:2px; }
.delete-service { border-top:1px solid #dce2d6; margin-top:24px; padding-top:24px; color:#843b32; }
.delete-service summary { cursor:pointer; }
.delete-confirm { display:flex; gap:10px; align-items:center; margin:20px 0; }
