:root {
  --pf-client-page: #f8f8f5;
  --pf-client-panel: #ffffff;
  --pf-client-panel-soft: #fcfcfa;
  --pf-client-ink: #111111;
  --pf-client-muted: #66615a;
  --pf-client-line: rgba(17, 17, 17, 0.1);
  --pf-client-line-strong: rgba(17, 17, 17, 0.16);
  --pf-client-accent: #facc15;
  --pf-client-accent-ink: #111111;
  --pf-client-success: #16a34a;
  --pf-client-danger: #dc2626;
  --pf-client-radius-xl: 24px;
  --pf-client-radius-lg: 18px;
  --pf-client-radius-md: 14px;
  --pf-client-radius-sm: 12px;
  --pf-client-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  --pf-client-topbar-height: 3.85rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.pf-client-body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  background: var(--pf-client-page);
  color: var(--pf-client-ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pf-client-body ::selection {
  background: rgba(250, 204, 21, 0.35);
  color: #111111;
}

.pf-client-shell {
  padding: calc(var(--pf-client-topbar-height) + env(safe-area-inset-top, 0px) + 0.35rem) 0 calc(92px + env(safe-area-inset-bottom, 0px));
}

.pf-client-shell-frame {
  margin: 0 auto;
  max-width: 1188px;
}

.pf-client-workspace {
  min-width: 0;
}

.pf-client-topbar,
.pf-client-surface,
.pf-client-profile-card,
.pf-client-login-card,
.pf-client-mobile-nav {
  border: 1px solid var(--pf-client-line-strong);
  background: var(--pf-client-panel);
  border-radius: var(--pf-client-radius-lg);
  box-shadow: var(--pf-client-shadow);
}

.pf-client-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: calc(var(--pf-client-topbar-height) + env(safe-area-inset-top, 0px));
  padding: calc(0.35rem + env(safe-area-inset-top, 0px)) 0.9rem 0.4rem;
  border: 0;
  border-bottom: 1px solid var(--pf-client-line-strong);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  backdrop-filter: saturate(160%) blur(14px);
}

.pf-client-topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  margin-left: auto;
}

.pf-client-topbar-brand {
  min-width: 0;
  gap: 0.62rem;
}

.pf-client-topbar-brand .pf-client-brand-mark {
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 0.78rem;
}

.pf-client-topbar-brand .pf-client-brand-mark svg {
  width: 0.9rem;
  height: 0.9rem;
}

.pf-client-topbar-wordmark {
  font-size: 0.96rem;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 800;
  color: #111111;
}

.pf-client-topbar-cta {
  min-height: 2.3rem;
  padding: 0.62rem 0.88rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

.pf-client-main {
  margin-top: 0;
  padding: 0.95rem 0.95rem 0;
}

.pf-client-page-shell {
  position: relative;
  display: grid;
  gap: 0.9rem;
  min-height: 28vh;
}

.pf-client-page-stack {
  display: grid;
  gap: 0.9rem;
}

.pf-client-grid-two,
.pf-client-grid-job,
.pf-client-stat-grid,
.pf-client-summary-grid {
  display: grid;
  gap: 0.85rem;
}

.pf-client-stat-grid,
.pf-client-summary-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pf-client-surface {
  padding: 1rem;
}

.pf-client-surface-tight {
  padding: 0.8rem;
}

.pf-client-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  margin-bottom: 0.85rem;
}

.pf-client-section-head h3,
.pf-client-section-head h4 {
  margin: 0.16rem 0 0;
  font-size: 1.03rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.pf-client-section-kicker {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #90897f;
}

.pf-client-section-copy {
  margin: 0.3rem 0 0;
  font-size: 0.84rem;
  line-height: 1.6;
  color: var(--pf-client-muted);
}

.pf-client-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
}

.pf-client-brand-link {
  color: inherit;
}

.pf-client-brand-mark {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.95rem;
  background: var(--pf-client-accent);
  color: #111111;
}

.pf-client-brand-mark svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-profile-avatar {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.95rem;
  background: var(--pf-client-accent);
  color: #111111;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.pf-client-profile-avatar svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-brand-eyebrow {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #8a6500;
}

.pf-client-brand-title {
  margin: 0.12rem 0 0;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.pf-client-link-button,
.pf-client-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.65rem;
  padding: 0.72rem 1rem;
  border-radius: 0.95rem;
  border: 1px solid var(--pf-client-line);
  background: #ffffff;
  color: #111111;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease, color 160ms ease;
}

.pf-client-link-button > span,
.pf-client-btn > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pf-client-link-button:hover,
.pf-client-btn:hover,
.pf-client-link-button:focus-visible,
.pf-client-btn:focus-visible {
  outline: none;
  border-color: var(--pf-client-line-strong);
  transform: translateY(-1px);
}

.pf-client-btn-primary {
  background: var(--pf-client-accent);
  border-color: rgba(250, 204, 21, 0.6);
  color: var(--pf-client-accent-ink);
}

.pf-client-btn-dark {
  background: #111111;
  border-color: #111111;
  color: #ffffff;
}

.pf-client-btn-ghost {
  background: #ffffff;
}

.pf-client-btn-wide {
  width: 100%;
}

.pf-client-btn.is-busy,
.pf-client-link-button.is-busy {
  pointer-events: none;
  opacity: 1;
  transform: none;
}

.pf-client-btn-spinner {
  width: 1rem;
  height: 1rem;
  border: 2.4px solid currentColor;
  border-right-color: rgba(17, 17, 17, 0.18);
  border-radius: 999px;
  animation: pf-client-spin 0.72s linear infinite;
  flex: 0 0 auto;
}

@keyframes pf-client-spin {
  to {
    transform: rotate(360deg);
  }
}

.pf-client-chip-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.pf-client-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  min-height: 1.68rem;
  padding: 0.3rem 0.62rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-client-chip[data-tone="neutral"] {
  background: #f4f4f1;
  border-color: rgba(17, 17, 17, 0.05);
  color: #5d584f;
}

.pf-client-chip[data-tone="accent"] {
  background: rgba(250, 204, 21, 0.18);
  border-color: rgba(250, 204, 21, 0.28);
  color: #7a5e00;
}

.pf-client-chip[data-tone="active"] {
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.18);
  color: #1d4ed8;
}

.pf-client-chip[data-tone="success"] {
  background: rgba(22, 163, 74, 0.1);
  border-color: rgba(22, 163, 74, 0.18);
  color: #166534;
}

.pf-client-chip[data-tone="danger"] {
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.14);
  color: #b91c1c;
}

.pf-client-chip[data-tone="ink"] {
  background: rgba(17, 17, 17, 0.06);
  border-color: rgba(17, 17, 17, 0.1);
  color: #111111;
}

.pf-client-stat {
  border: 1px solid var(--pf-client-line);
  border-radius: var(--pf-client-radius-md);
  background: var(--pf-client-panel-soft);
  padding: 0.8rem;
}

.pf-client-stat strong {
  display: block;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.pf-client-stat span {
  display: block;
  margin-top: 0.34rem;
  font-size: 0.73rem;
  color: var(--pf-client-muted);
}

.pf-client-next-card {
  display: grid;
  gap: 0.85rem;
}

.pf-client-next-card h3 {
  margin: 0.16rem 0 0;
  font-size: 1.18rem;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.pf-client-next-card p {
  margin: 0.32rem 0 0;
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--pf-client-muted);
}

.pf-client-list {
  display: grid;
  gap: 0.7rem;
}

.pf-client-job-card,
.pf-client-row-card,
.pf-client-schedule-card,
.pf-client-message,
.pf-client-timeline-card,
.pf-client-payout-row {
  border: 1px solid var(--pf-client-line);
  border-radius: var(--pf-client-radius-md);
  background: var(--pf-client-panel);
}

.pf-client-job-card,
.pf-client-row-card,
.pf-client-schedule-card,
.pf-client-payout-row {
  display: grid;
  gap: 0.58rem;
  padding: 0.78rem 0.82rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.pf-client-job-card:hover,
.pf-client-row-card:hover,
.pf-client-schedule-card:hover,
.pf-client-payout-row:hover,
.pf-client-job-card:focus-visible,
.pf-client-row-card:focus-visible,
.pf-client-schedule-card:focus-visible,
.pf-client-payout-row:focus-visible {
  outline: none;
  border-color: var(--pf-client-line-strong);
  transform: translateY(-1px);
}

.pf-client-job-title-row,
.pf-client-row-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
}

.pf-client-job-title {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pf-client-meta-list,
.pf-client-fact-list,
.pf-client-job-meta {
  display: grid;
  gap: 0.5rem;
}

.pf-client-job-meta-line,
.pf-client-fact-row,
.pf-client-payout-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  font-size: 0.76rem;
  color: var(--pf-client-muted);
}

.pf-client-icon-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #111111;
}

.pf-client-icon-inline svg,
.pf-client-nav-icon svg,
.pf-client-mobile-icon svg,
.pf-client-link-button span svg,
.pf-client-btn span svg {
  width: 1rem;
  height: 1rem;
  stroke-width: 1.7;
}

.pf-client-empty {
  border: 1px dashed rgba(17, 17, 17, 0.14);
  border-radius: var(--pf-client-radius-md);
  padding: 0.88rem 0.92rem;
  background: #fbfbf8;
  font-size: 0.77rem;
  line-height: 1.55;
  color: var(--pf-client-muted);
}

.pf-client-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.78rem;
}

.pf-client-filter-row,
.pf-client-mini-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.pf-client-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 1.9rem;
  padding: 0.36rem 0.62rem;
  border-radius: 999px;
  border: 1px solid var(--pf-client-line);
  background: #ffffff;
  color: #49433b;
  font-size: 0.73rem;
  font-weight: 700;
  cursor: pointer;
}

.pf-client-filter.is-active {
  background: var(--pf-client-accent);
  border-color: rgba(250, 204, 21, 0.65);
  color: #111111;
}

.pf-client-filter span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.12rem;
  height: 1.12rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.06);
  color: #5d584f;
  font-size: 0.64rem;
  line-height: 1;
}

.pf-client-filter.is-active span {
  background: rgba(17, 17, 17, 0.08);
  color: #111111;
}

.pf-client-job-hero {
  display: grid;
  gap: 0.9rem;
}

.pf-client-job-hero-title {
  margin: 0.1rem 0 0;
  font-size: 1.15rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.pf-client-job-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.pf-client-job-stream {
  display: grid;
  gap: 0.9rem;
}

.pf-client-timeline {
  display: grid;
  gap: 0.85rem;
  position: relative;
}

.pf-client-timeline-item {
  position: relative;
  padding-left: 1.55rem;
}

.pf-client-timeline-item::before {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 0;
  bottom: -0.92rem;
  width: 1px;
  background: rgba(17, 17, 17, 0.12);
}

.pf-client-timeline-item:last-child::before {
  bottom: 0;
}

.pf-client-timeline-dot {
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 0.86rem;
  height: 0.86rem;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: #d6d3ce;
  box-shadow: 0 0 0 1px rgba(17, 17, 17, 0.09);
}

.pf-client-timeline-dot[data-tone="accent"] {
  background: var(--pf-client-accent);
}

.pf-client-timeline-dot[data-tone="active"] {
  background: #111111;
}

.pf-client-timeline-dot[data-tone="ink"] {
  background: #5d584f;
}

.pf-client-timeline-card {
  padding: 0.78rem 0.82rem;
}

.pf-client-timeline-card h4 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pf-client-timeline-card p {
  margin: 0.3rem 0 0;
  font-size: 0.76rem;
  line-height: 1.6;
  color: var(--pf-client-muted);
}

.pf-client-timeline-meta {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  font-size: 0.7rem;
  color: #90897f;
}

.pf-client-form-stack {
  display: grid;
  gap: 0.85rem;
}

.pf-client-field-grid {
  display: grid;
  gap: 0.78rem;
}

.pf-client-field-block {
  display: grid;
  gap: 0.42rem;
}

.pf-client-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #8b8478;
}

.pf-client-field,
.pf-client-select,
.pf-client-textarea {
  width: 100%;
  border: 1px solid var(--pf-client-line-strong);
  background: #ffffff;
  color: #111111;
  border-radius: 0.95rem;
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.pf-client-textarea {
  min-height: 6.5rem;
  resize: vertical;
}

.pf-client-field:focus,
.pf-client-select:focus,
.pf-client-textarea:focus {
  outline: none;
  border-color: rgba(250, 204, 21, 0.7);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.12);
}

.pf-client-otp-field {
  letter-spacing: 0.34em;
  text-align: center;
  font-size: 1.06rem;
  font-weight: 800;
}

.pf-client-inline-feedback {
  border: 1px solid rgba(220, 38, 38, 0.14);
  border-radius: 0.95rem;
  padding: 0.78rem 0.9rem;
  background: rgba(220, 38, 38, 0.05);
  color: #b91c1c;
  font-size: 0.78rem;
  line-height: 1.55;
}

.pf-client-dev-otp {
  display: grid;
  gap: 0.18rem;
  justify-items: center;
  border: 1px dashed rgba(250, 204, 21, 0.48);
  border-radius: 0.95rem;
  padding: 0.78rem 0.9rem;
  background: #fffdf5;
  color: #49433b;
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
}

.pf-client-dev-otp[role="button"] {
  cursor: pointer;
}

.pf-client-dev-otp strong {
  font-size: 0.7rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8a6500;
}

.pf-client-dev-otp span {
  font-size: 1.18rem;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 800;
  color: #111111;
}

.pf-client-dev-otp small {
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--pf-client-muted);
}

.pf-client-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.68rem;
  grid-auto-flow: dense;
}

.pf-client-photo-tile {
  aspect-ratio: 1 / 1;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid var(--pf-client-line);
  background: #fbfbf8;
}

.pf-client-photo-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-client-surface-hero {
  padding: 1rem;
}

.pf-client-surface-subtle {
  background: var(--pf-client-panel-soft);
}

.pf-client-hero-grid {
  display: grid;
  gap: 0.9rem;
}

.pf-client-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pf-client-link-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  color: #111111;
}

.pf-client-link-inline:hover,
.pf-client-link-inline:focus-visible {
  color: #8a6500;
}

.pf-client-post-form {
  gap: 0.95rem;
}

.pf-client-post-compose {
  gap: 0.8rem;
}

.pf-client-compose-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.pf-client-compose-head h3 {
  margin: 0.12rem 0 0;
  font-size: 1rem;
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.pf-client-compose-card {
  gap: 0.75rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.pf-client-compose-card[data-complete="true"] {
  border-color: rgba(250, 204, 21, 0.45);
  box-shadow: inset 0 0 0 1px rgba(250, 204, 21, 0.14);
}

.pf-client-compose-card[data-current="true"] {
  border-color: rgba(17, 17, 17, 0.16);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

.pf-client-compose-mini-grid {
  display: grid;
  gap: 0.78rem;
}

.pf-client-choice-row {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  flex-wrap: wrap;
}

.pf-client-choice {
  min-height: 2.15rem;
  padding: 0.52rem 0.74rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 999px;
  background: #ffffff;
  color: #49433b;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.pf-client-choice:hover,
.pf-client-choice:focus-visible {
  outline: none;
  border-color: var(--pf-client-line-strong);
  transform: translateY(-1px);
}

.pf-client-choice.is-active {
  background: var(--pf-client-accent);
  border-color: rgba(17, 17, 17, 0.18);
  color: #111111;
}

.pf-client-request-stepbar {
  display: grid;
  gap: 0.62rem;
}

.pf-client-request-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.72rem;
  padding: 0.72rem 0.82rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 1rem;
  background: #ffffff;
}

.pf-client-request-step-number {
  display: inline-grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.18);
  color: #111111;
  font-size: 0.74rem;
  font-weight: 800;
}

.pf-client-request-step-copy {
  display: grid;
  gap: 0.14rem;
}

.pf-client-request-step-copy strong {
  font-size: 0.8rem;
  line-height: 1.15;
  font-weight: 800;
}

.pf-client-request-step-copy span {
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--pf-client-muted);
}

.pf-client-request-block {
  display: grid;
  gap: 0.75rem;
  padding: 0.82rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 1.1rem;
  background: #ffffff;
}

.pf-client-request-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.pf-client-request-head h4 {
  margin: 0.18rem 0 0;
  font-size: 0.94rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.pf-client-label-tag {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #8a6500;
}

.pf-client-service-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(10.25rem, 76%);
  gap: 0.58rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.pf-client-service-rail::-webkit-scrollbar {
  display: none;
}

.pf-client-service-card {
  display: flex;
  align-items: flex-start;
  gap: 0.68rem;
  min-height: 4.35rem;
  padding: 0.76rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 1.05rem;
  background: #ffffff;
  color: #111111;
  text-align: left;
  font: inherit;
  cursor: pointer;
  scroll-snap-align: start;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.pf-client-service-card:hover,
.pf-client-service-card:focus-visible {
  outline: none;
  border-color: var(--pf-client-line-strong);
  transform: translateY(-1px);
}

.pf-client-service-card.is-active {
  background: var(--pf-client-accent);
  border-color: rgba(17, 17, 17, 0.18);
}

.pf-client-service-icon {
  display: inline-grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(17, 17, 17, 0.08);
  background: rgba(250, 204, 21, 0.18);
  flex: 0 0 auto;
}

.pf-client-service-card.is-active .pf-client-service-icon {
  background: rgba(17, 17, 17, 0.09);
}

.pf-client-service-icon [data-pf-icon-static] {
  display: inline-flex;
}

.pf-client-service-icon svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-service-copy {
  display: grid;
  gap: 0.22rem;
}

.pf-client-service-copy strong {
  font-size: 0.84rem;
  line-height: 1.15;
  font-weight: 800;
}

.pf-client-service-copy span {
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--pf-client-muted);
}

.pf-client-service-card.is-active .pf-client-service-copy span {
  color: rgba(17, 17, 17, 0.78);
}

.pf-client-location-trigger-wrap {
  position: relative;
}

.pf-client-picker-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid var(--pf-client-line-strong);
  border-radius: 1rem;
  background: #ffffff;
  color: #111111;
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pf-client-picker-button:hover,
.pf-client-picker-button:focus-visible {
  outline: none;
  border-color: var(--pf-client-line-strong);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.08);
  transform: translateY(-1px);
}

.pf-client-picker-button.is-empty {
  color: #6b645c;
}

.pf-client-picker-copy {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.pf-client-picker-title {
  font-size: 0.66rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #8b8478;
}

.pf-client-picker-value {
  font-size: 0.9rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.pf-client-field-trigger-icon {
  display: inline-grid;
  place-items: center;
  color: #6b645c;
  flex: 0 0 auto;
}

.pf-client-field-trigger-icon svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-location-field {
  position: relative;
}

.pf-client-location-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.42rem);
  z-index: 20;
  display: grid;
  gap: 0.35rem;
  padding: 0.45rem;
  max-height: 240px;
  overflow: auto;
  border: 1px solid var(--pf-client-line);
  border-radius: 1rem;
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(15, 23, 42, 0.08);
}

.pf-client-location-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  border: 0;
  border-radius: 0.85rem;
  background: transparent;
  color: #111111;
  padding: 0.72rem 0.8rem;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.pf-client-location-item:hover,
.pf-client-location-item.is-active {
  background: rgba(250, 204, 21, 0.18);
}

.pf-client-photo-head {
  margin-bottom: 0;
}

.pf-client-photo-copy {
  margin-top: 0.28rem;
}

.pf-client-photo-grid-static {
  margin-top: 0.2rem;
}

.pf-client-photo-slot {
  position: relative;
  display: grid;
  place-items: center;
  gap: 0.45rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 6.1rem;
  border: 1px dashed rgba(17, 17, 17, 0.14);
  border-radius: 1rem;
  background: #ffffff;
  color: #5d564e;
  font-size: 0.76rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0.8rem;
}

.pf-client-photo-slot.is-lead {
  grid-column: 1 / -1;
  aspect-ratio: 2.1 / 1.2;
  min-height: 8.25rem;
}

.pf-client-photo-slot.is-empty-lead {
  background: linear-gradient(180deg, #fffdf5 0%, #ffffff 100%);
}

.pf-client-photo-slot.is-filled {
  padding: 0;
  border-style: solid;
  overflow: hidden;
  align-items: stretch;
  justify-items: stretch;
}

.pf-client-photo-slot.is-filled.is-lead {
  min-height: 9.2rem;
}

.pf-client-photo-slot.is-filled img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pf-client-photo-slot-copy {
  display: grid;
  gap: 0.14rem;
}

.pf-client-photo-slot-copy strong {
  font-size: 0.82rem;
  line-height: 1.1;
  font-weight: 800;
}

.pf-client-photo-slot-copy span {
  font-size: 0.68rem;
  line-height: 1.3;
  color: #7a746b;
}

.pf-client-photo-plus {
  display: inline-grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  background: rgba(250, 204, 21, 0.18);
  color: #111111;
}

.pf-client-photo-badge {
  position: absolute;
  left: 0.65rem;
  bottom: 0.65rem;
  display: inline-flex;
  align-items: center;
  min-height: 1.55rem;
  padding: 0.24rem 0.56rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.78);
  color: #ffffff;
  font-size: 0.66rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pf-client-photo-plus svg,
.pf-client-photo-remove svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-photo-remove {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: inline-grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.84);
  color: #ffffff;
  border: 0;
  pointer-events: auto;
}

.pf-client-post-bar {
  position: sticky;
  bottom: 5.35rem;
  z-index: 8;
  display: grid;
  justify-content: space-between;
  gap: 0.68rem;
  padding: 0.78rem 0.86rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 1.05rem;
  background: #ffffff;
}

.pf-client-post-status {
  min-width: 0;
  display: grid;
  gap: 0.3rem;
}

.pf-client-post-status strong {
  display: block;
  margin-top: 0;
  font-size: 0.77rem;
  line-height: 1.35;
}

.pf-client-post-summary {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  flex-wrap: wrap;
}

.pf-client-post-summary[hidden] {
  display: none;
}

.pf-client-post-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.pf-client-disclosure {
  border: 1px solid var(--pf-client-line);
  border-radius: 1.05rem;
  background: #ffffff;
  overflow: hidden;
}

.pf-client-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.82rem 0.9rem;
  cursor: pointer;
  list-style: none;
  font-size: 0.82rem;
  font-weight: 800;
}

.pf-client-disclosure summary::-webkit-details-marker {
  display: none;
}

.pf-client-disclosure-meta {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #8b8478;
}

.pf-client-disclosure-body {
  padding: 0 0.9rem 0.9rem;
  border-top: 1px solid var(--pf-client-line);
}

.pf-client-textarea-compact {
  min-height: 4.4rem;
}

.pf-client-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.pf-client-modal-root {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  padding: 1rem;
  background: rgba(17, 17, 17, 0.18);
}

.pf-client-modal-root.is-open {
  display: grid;
  place-items: end center;
}

.pf-client-modal-root.is-open.is-centered {
  place-items: center;
}

.pf-client-modal-stage {
  width: min(100%, 460px);
}

.pf-client-modal-panel {
  display: grid;
  gap: 0.85rem;
  max-height: min(78vh, 720px);
  overflow: auto;
  border: 1px solid var(--pf-client-line);
  border-radius: 1.25rem;
  background: #ffffff;
  padding: 1rem;
}

.pf-client-modal-panel-compact {
  width: min(100%, 360px);
  padding: 1.1rem;
}

.pf-client-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.8rem;
}

.pf-client-modal-head h3 {
  margin: 0.18rem 0 0;
  font-size: 1rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.pf-client-submit-success {
  justify-items: center;
  text-align: center;
  gap: 0.8rem;
}

.pf-client-submit-success-icon {
  display: inline-grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.2rem;
  background: rgba(22, 163, 74, 0.12);
  color: var(--pf-client-success);
}

.pf-client-submit-success-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.pf-client-submit-success-copy {
  display: grid;
  gap: 0.2rem;
}

.pf-client-submit-success-copy strong {
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.pf-client-submit-success-copy span {
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--pf-client-muted);
}

.pf-client-modal-close {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 0.9rem;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
}

.pf-client-modal-close svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-modal-search {
  position: relative;
  display: block;
}

.pf-client-modal-search .pf-client-field {
  padding-left: 2.7rem;
}

.pf-client-modal-search-icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  color: #6b645c;
}

.pf-client-modal-search-icon svg {
  width: 1rem;
  height: 1rem;
}

.pf-client-location-picker-list {
  display: grid;
  gap: 0.8rem;
  max-height: 52vh;
  overflow: auto;
}

.pf-client-location-group {
  display: grid;
  gap: 0.55rem;
}

.pf-client-location-group-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.65rem;
}

.pf-client-location-group-head strong {
  font-size: 0.82rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.pf-client-location-group-head span {
  font-size: 0.7rem;
  line-height: 1.4;
  color: var(--pf-client-muted);
}

.pf-client-location-group-list {
  display: grid;
  gap: 0.55rem;
}

.pf-client-location-choice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  padding: 0.88rem 0.92rem;
  border: 1px solid var(--pf-client-line);
  border-radius: 1rem;
  background: #ffffff;
  color: #111111;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.pf-client-location-choice:hover,
.pf-client-location-choice:focus-visible {
  outline: none;
  border-color: var(--pf-client-line-strong);
  background: #fffcf1;
}

.pf-client-location-choice.is-selected {
  border-color: rgba(250, 204, 21, 0.72);
  background: rgba(250, 204, 21, 0.14);
}

.pf-client-location-choice-icon {
  display: inline-grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.82rem;
  background: rgba(250, 204, 21, 0.14);
  flex: 0 0 auto;
}

.pf-client-location-choice-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.pf-client-location-choice.is-selected .pf-client-location-choice-icon {
  background: var(--pf-client-accent);
}

.pf-client-location-choice-copy {
  display: grid;
  gap: 0.18rem;
}

.pf-client-location-choice-copy strong {
  font-size: 0.86rem;
  line-height: 1.2;
}

.pf-client-location-choice-copy span {
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--pf-client-muted);
}

.pf-client-message-list {
  display: grid;
  gap: 0.75rem;
}

.pf-client-message-stream {
  display: grid;
  gap: 0.75rem;
}

.pf-client-message {
  padding: 0.78rem 0.82rem;
  max-width: 100%;
}

.pf-client-message[data-role="fundi"] {
  background: #fff9dd;
  border-color: rgba(250, 204, 21, 0.35);
}

.pf-client-message-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: 0.72rem;
  color: #8a8275;
}

.pf-client-message p {
  margin: 0.34rem 0 0;
  font-size: 0.8rem;
  line-height: 1.65;
}

.pf-client-kv {
  display: grid;
  gap: 0.68rem;
}

.pf-client-kv-row {
  display: grid;
  gap: 0.18rem;
}

.pf-client-kv-row span {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #9b9388;
}

.pf-client-kv-row strong {
  font-size: 0.82rem;
  line-height: 1.45;
  font-weight: 700;
}

.pf-client-rail {
  display: none;
}

.pf-client-mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0.5rem 0.7rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
  gap: 0.28rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
}

.pf-client-mobile-item {
  display: grid;
  justify-items: center;
  gap: 0.28rem;
  padding: 0.58rem 0.35rem;
  border-radius: 0.95rem;
  color: #6b6359;
  text-decoration: none;
  font-size: 0.68rem;
  font-weight: 700;
}

.pf-client-mobile-item.is-active {
  background: var(--pf-client-accent);
  color: #111111;
}

.pf-client-mobile-icon,
.pf-client-nav-icon {
  display: inline-grid;
  place-items: center;
}

.pf-client-nav {
  display: grid;
  gap: 0.28rem;
}

.pf-client-nav-item {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  min-height: 2.7rem;
  padding: 0.72rem 0.82rem;
  border-radius: 0.95rem;
  border: 1px solid transparent;
  color: #4e473f;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
}

.pf-client-nav-item:hover,
.pf-client-nav-item:focus-visible {
  outline: none;
  background: rgba(17, 17, 17, 0.03);
  border-color: rgba(17, 17, 17, 0.06);
}

.pf-client-nav-item.is-active {
  background: rgba(250, 204, 21, 0.16);
  border-color: rgba(250, 204, 21, 0.28);
  color: #111111;
}

.pf-client-rail-foot {
  margin-top: auto;
  display: grid;
  gap: 0.8rem;
}

.pf-client-rail-summary {
  display: grid;
  gap: 0.55rem;
}

.pf-client-rail-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.76rem 0.8rem;
  border: 1px solid var(--pf-client-line);
  border-radius: var(--pf-client-radius-md);
  background: var(--pf-client-panel);
  font-size: 0.76rem;
}

.pf-client-profile-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.82rem;
  text-decoration: none;
  color: inherit;
}

.pf-client-profile-copy {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.pf-client-profile-copy strong {
  font-size: 0.83rem;
  font-weight: 800;
}

.pf-client-profile-copy span {
  font-size: 0.74rem;
  color: var(--pf-client-muted);
}

.pf-client-login-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top, rgba(250, 204, 21, 0.14), transparent 44%),
    var(--pf-client-page);
}

.pf-client-login-card {
  width: min(100%, 430px);
  padding: 1.4rem 1.2rem 1.2rem;
  display: grid;
  gap: 0.85rem;
  text-align: center;
  border-radius: 1.75rem;
}

.pf-client-login-top,
.pf-client-login-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}

.pf-client-login-copy {
  display: grid;
  gap: 0.18rem;
  justify-items: center;
}

.pf-client-login-copy h2 {
  margin: 0.25rem 0 0;
  font-size: 1.65rem;
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.pf-client-login-copy p {
  margin: 0.18rem 0 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--pf-client-muted);
  max-width: 18rem;
}

.pf-client-login-top .pf-client-brand-lockup {
  display: grid;
  justify-items: center;
  gap: 0.85rem;
}

.pf-client-login-top .pf-client-brand-lockup > div {
  display: grid;
  gap: 0.16rem;
  justify-items: center;
}

.pf-client-login-top .pf-client-brand-mark {
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1.5rem;
}

.pf-client-login-top .pf-client-brand-mark svg {
  width: 1.55rem;
  height: 1.55rem;
}

.pf-client-inline-feedback.is-static {
  display: block;
}

.pf-client-auth-field {
  text-align: center;
}

.pf-client-auth-field::placeholder {
  color: #7f786e;
}

.pf-client-auth-entry {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(17, 17, 17, 0.18);
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.02);
  padding: 0.34rem 0.34rem 0.34rem 0.98rem;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.pf-client-auth-entry:focus-within {
  border-color: rgba(250, 204, 21, 0.7);
  box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.12);
}

.pf-client-auth-entry .pf-client-field {
  min-height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  padding: 0.42rem 0 0.42rem 0;
  flex: 1 1 auto;
}

.pf-client-auth-entry .pf-client-field:focus {
  border-color: transparent;
  box-shadow: none;
}

.pf-client-auth-entry-btn {
  min-height: 2.1rem;
  border-radius: 0.72rem;
  padding: 0 0.72rem;
  font-size: 0.78rem;
  line-height: 1;
  flex: 0 0 auto;
  white-space: nowrap;
}

.pf-client-auth-entry-btn span[data-pf-icon] {
  width: 0.82rem;
  height: 0.82rem;
}

.pf-client-verify-meta {
  margin: -0.05rem 0 0.05rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--pf-client-muted);
  word-break: break-word;
}

.pf-client-auth-link {
  appearance: none;
  border: 0;
  background: transparent;
  color: #5f5a52;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.15rem 0;
  cursor: pointer;
  justify-self: center;
}

.pf-client-auth-link:hover,
.pf-client-auth-link:focus-visible {
  color: #111111;
  outline: none;
}

.pf-client-login-card .pf-client-form-stack {
  gap: 0.65rem;
}

.pf-client-login-card .pf-client-field {
  min-height: 3.2rem;
  border-color: rgba(17, 17, 17, 0.18);
  border-radius: 1rem;
  box-shadow: inset 0 0 0 1px rgba(17, 17, 17, 0.02);
  font-size: 0.98rem;
  padding-inline: 0.98rem;
}

.pf-client-login-card .pf-client-btn-wide {
  min-height: 3rem;
  border-radius: 1rem;
  font-size: 0.92rem;
}

@media (min-width: 700px) {
  .pf-client-login-shell {
    padding: 2rem;
  }

  .pf-client-login-card {
    padding: 1.8rem 1.6rem 1.45rem;
  }
}

.pf-client-loading-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.pf-client-loading-spinner {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  border: 2.5px solid rgba(17, 17, 17, 0.12);
  border-top-color: var(--pf-client-accent);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  animation: pf-client-spin 0.72s linear infinite;
}

.pf-client-toast-stack {
  position: fixed;
  left: 50%;
  bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 80;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  width: min(calc(100vw - 1.2rem), 28rem);
  pointer-events: none;
}

.pf-client-toast {
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 0.72rem;
  padding: 0.92rem 1rem;
  border-radius: 1.08rem;
  border: 2px solid var(--pf-client-line-strong);
  background: #ffffff;
  color: #111111;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
  box-shadow: var(--pf-client-shadow);
  pointer-events: auto;
}

.pf-client-toast-icon {
  display: inline-grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  background: rgba(17, 17, 17, 0.04);
  flex: 0 0 auto;
}

.pf-client-toast-icon svg {
  width: 0.9rem;
  height: 0.9rem;
}

.pf-client-toast-text {
  min-width: 0;
}

.pf-client-toast[data-tone="success"] {
  border-color: rgba(22, 101, 52, 0.42);
  background: #f0fdf4;
  color: #166534;
}

.pf-client-toast[data-tone="info"] {
  border-color: rgba(202, 138, 4, 0.45);
  background: #fff9db;
  color: #7c5a03;
}

.pf-client-toast[data-tone="warning"] {
  border-color: rgba(180, 83, 9, 0.4);
  background: #fff7ed;
  color: #9a3412;
}

.pf-client-toast[data-tone="error"] {
  border-color: rgba(220, 38, 38, 0.42);
  background: #fef2f2;
  color: #b91c1c;
}

@media (min-width: 980px) {
  .pf-client-toast-stack {
    bottom: 1.1rem;
    width: min(24rem, calc(100vw - 2rem));
  }
}

.pf-client-hide-mobile {
  display: none;
}

@media (min-width: 700px) {
  .pf-client-grid-two,
  .pf-client-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-client-field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-client-compose-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-client-request-stepbar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pf-client-service-rail {
    grid-auto-columns: minmax(11rem, 1fr);
  }

  .pf-client-post-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 0.9rem 0.96rem;
    bottom: 1rem;
  }

  .pf-client-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.9fr);
    align-items: start;
  }

  .pf-client-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .pf-client-shell {
    padding: calc(var(--pf-client-topbar-height) + 0.9rem) 16px 16px;
  }

  .pf-client-shell-frame {
    display: grid;
    grid-template-columns: 276px minmax(0, 1fr);
    gap: 1.2rem;
    min-height: calc(100vh - var(--pf-client-topbar-height) - 16px);
  }

  .pf-client-rail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: calc(100vh - var(--pf-client-topbar-height) - 32px);
    padding: 1.15rem;
    border: 1px solid var(--pf-client-line);
    border-radius: var(--pf-client-radius-xl);
    background: var(--pf-client-panel);
    position: sticky;
    top: calc(var(--pf-client-topbar-height) + 0.9rem);
    align-self: start;
  }

  .pf-client-workspace {
    min-height: calc(100vh - var(--pf-client-topbar-height) - 16px);
    display: flex;
    flex-direction: column;
    min-width: 0;
  }

  .pf-client-main {
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding: 0.95rem 0.2rem 0 0;
  }

  .pf-client-mobile-nav {
    display: none;
  }

  .pf-client-topbar {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .pf-client-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pf-client-grid-job {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: start;
  }

  .pf-client-hide-mobile {
    display: inline-flex;
  }

  .pf-client-modal-root.is-open {
    place-items: center;
  }
}
