/* PotPot · /gardeners-near-me · Shared design system */

:root {
  --pp-darkest: #1a2e1a;
  --pp-dark: #264226;
  --pp-mid: #386638;
  --pp-light: #c5d9c5;
  --pp-tint: #f4f7f4;
  --pp-yellow: #f7b733;
  --pp-text: #1a1a1a;
  --pp-body: #4a4a4a;
  --pp-muted: #8a8a8a;
  --pp-faint: #c0c0c0;
  --pp-border: #e8e8e8;
  --pp-bg: #ffffff;
  --pp-bg-subtle: #fafafa;
  --pp-danger: #d63838;
  --pp-warn: #f59e0b;
  --pp-success: #10b981;
  --pp-whatsapp: #25D366;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', sans-serif;
  background: var(--pp-bg);
  color: var(--pp-text);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
a { color: var(--pp-dark); }

.container {
  max-width: 480px;
  margin: 0 auto;
  background: white;
  min-height: 100vh;
  padding-bottom: 100px;
}
@media (min-width: 600px) {
  body { background: #ececec; }
  .container { box-shadow: 0 0 24px rgba(0,0,0,0.08); }
}

.topbar {
  background: white;
  border-bottom: 1px solid var(--pp-border);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 0;
  z-index: 50;
}
.topbar .logo { font-weight: 800; font-size: 16px; color: var(--pp-dark); text-decoration: none; }
.topbar .logo span { color: var(--pp-mid); }
.topbar .sub { font-size: 11px; color: var(--pp-muted); margin-left: auto; }
.topbar .title-block { flex: 1; min-width: 0; }
.topbar .title-block .t { font-size: 13px; font-weight: 600; }
.topbar .title-block .s { font-size: 10px; color: var(--pp-muted); }

.back-btn {
  width: 32px; height: 32px;
  border-radius: 8px;
  border: 1px solid var(--pp-border);
  background: white;
  font-size: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none;
  color: var(--pp-text);
  cursor: pointer;
}

.lang-pill {
  background: var(--pp-tint);
  color: var(--pp-dark);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Hero & inputs */
.hero {
  padding: 28px 20px 24px;
  background: linear-gradient(180deg, var(--pp-tint) 0%, white 100%);
}
.hero h1 { margin: 0 0 8px; font-size: 24px; line-height: 1.25; color: var(--pp-darkest); font-weight: 700; }
.hero p { margin: 0 0 18px; color: var(--pp-body); font-size: 14px; }

.input-row {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--pp-border);
  border-radius: 12px;
  padding: 12px 14px;
  background: white;
  margin-bottom: 10px;
}
.input-row .ic {
  width: 18px; height: 18px;
  margin-right: 8px;
  color: var(--pp-muted);
  flex-shrink: 0;
}
.input-row input {
  border: 0; outline: none;
  font-size: 14px; flex: 1; background: transparent; color: var(--pp-text);
  min-width: 0;
}
.input-row .prefix { font-size: 14px; color: var(--pp-text); font-weight: 500; margin-right: 8px; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 16px;
  border: 0;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
  text-decoration: none;
  transition: opacity 0.15s;
}
.btn:disabled { opacity: 0.5; cursor: not-allowed; }
.btn-primary { background: var(--pp-dark); color: white; }
.btn-primary:hover:not(:disabled) { background: var(--pp-mid); }
.btn-secondary { background: var(--pp-tint); color: var(--pp-dark); }
.btn-ghost { background: transparent; color: var(--pp-dark); border: 1.5px solid var(--pp-border); }
.btn-whatsapp { background: var(--pp-whatsapp); color: white; }
.btn-whatsapp:hover { background: #1eb455; }
.btn-danger { background: var(--pp-danger); color: white; }
.btn-small { padding: 8px 12px; font-size: 12px; width: auto; }

.divider-or {
  display: flex; align-items: center; gap: 12px;
  margin: 14px 0; color: var(--pp-muted); font-size: 12px;
}
.divider-or:before, .divider-or:after { content: ''; flex: 1; height: 1px; background: var(--pp-border); }

.trust-strip {
  display: flex; justify-content: space-around;
  padding: 14px 16px;
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
  background: var(--pp-bg-subtle);
}
.trust-stat { text-align: center; }
.trust-stat .num { font-size: 16px; font-weight: 700; color: var(--pp-dark); display: block; }
.trust-stat .lbl { font-size: 10px; color: var(--pp-muted); text-transform: uppercase; letter-spacing: 0.5px; }

.section-title {
  padding: 18px 18px 8px;
  font-size: 12px; font-weight: 600;
  color: var(--pp-darkest);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

/* Gardener card */
.gardener-card {
  margin: 0 16px 12px;
  border: 1px solid var(--pp-border);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  gap: 12px;
  background: white;
  text-decoration: none;
  color: inherit;
}
.gardener-card:hover { border-color: var(--pp-light); background: var(--pp-bg-subtle); }
.gardener-card .pic {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #aac8aa, #386638);
  color: white;
  font-weight: 700; font-size: 18px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background-size: cover; background-position: center;
}
.gardener-card .info { flex: 1; min-width: 0; }
.gardener-card .name { font-size: 15px; font-weight: 600; color: var(--pp-text); margin: 0 0 2px; }
.gardener-card .meta {
  font-size: 12px; color: var(--pp-muted);
  display: flex; align-items: center; gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.gardener-card .rating { color: var(--pp-yellow); font-weight: 700; }
.gardener-card .dist {
  display: inline-flex; align-items: center; gap: 3px;
  background: var(--pp-tint); color: var(--pp-dark);
  padding: 1px 6px; border-radius: 4px; font-size: 11px; font-weight: 600;
}
.gardener-card .services { font-size: 11px; color: var(--pp-body); margin-top: 4px; line-height: 1.4; }
.gardener-card .price-line { font-size: 11px; color: var(--pp-dark); margin-top: 6px; font-weight: 600; }
.gardener-card .verified {
  display: inline-block; background: var(--pp-tint); color: var(--pp-dark);
  font-size: 9px; font-weight: 600;
  padding: 1px 6px; border-radius: 4px;
  text-transform: uppercase; letter-spacing: 0.5px;
}

/* Profile */
.profile-hero {
  padding: 28px 18px 20px;
  background: linear-gradient(180deg, var(--pp-tint) 0%, white 100%);
  text-align: center;
}
.profile-pic {
  width: 96px; height: 96px;
  border-radius: 28px;
  margin: 0 auto 12px;
  background: linear-gradient(135deg, #aac8aa, #264226);
  color: white;
  font-weight: 700; font-size: 32px;
  display: flex; align-items: center; justify-content: center;
  background-size: cover; background-position: center;
}
.profile-name { font-size: 24px; font-weight: 700; color: var(--pp-darkest); margin: 0 0 6px; }
.profile-verified {
  font-size: 11px; color: var(--pp-dark);
  background: var(--pp-tint); padding: 3px 10px;
  border-radius: 12px; display: inline-block; font-weight: 600;
}
.profile-rating {
  display: flex; justify-content: center; align-items: center;
  gap: 8px; margin-top: 12px;
  font-size: 14px; color: var(--pp-text);
}
.profile-rating .stars { color: var(--pp-yellow); }
.dist-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--pp-dark); color: white;
  padding: 5px 12px; border-radius: 14px;
  font-size: 12px; font-weight: 600;
  margin-top: 12px;
}

.stats-bar {
  display: flex; justify-content: space-around;
  padding: 14px 16px;
  border-top: 1px solid var(--pp-border);
  border-bottom: 1px solid var(--pp-border);
}
.stats-bar .stat { text-align: center; }
.stats-bar .stat .num { font-size: 18px; font-weight: 700; color: var(--pp-dark); }
.stats-bar .stat .lbl { font-size: 10px; color: var(--pp-muted); text-transform: uppercase; letter-spacing: 0.4px; }

.chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 18px; }
.chip {
  background: var(--pp-tint); color: var(--pp-dark);
  padding: 5px 11px; border-radius: 14px;
  font-size: 12px; font-weight: 500;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.chip.sel { background: var(--pp-dark); color: white; }
.chip.outline { background: white; border: 1px solid var(--pp-border); color: var(--pp-body); }

.about-block { padding: 4px 18px 18px; font-size: 14px; color: var(--pp-body); line-height: 1.55; }
.lang-note {
  display: inline-block;
  background: var(--pp-bg-subtle);
  color: var(--pp-muted);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  margin-left: 6px;
}

.pricing-model-banner {
  margin: 0 16px 12px;
  padding: 10px 12px;
  background: var(--pp-tint);
  border-radius: 10px;
  font-size: 13px;
  color: var(--pp-dark);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.services-table {
  margin: 0 16px 16px;
  border: 1px solid var(--pp-border);
  border-radius: 12px;
  overflow: hidden;
}
.services-row {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px;
  border-bottom: 1px solid var(--pp-border);
  font-size: 14px;
}
.services-row:last-child { border-bottom: 0; }
.services-row .svc { color: var(--pp-text); }
.services-row .pr { color: var(--pp-dark); font-weight: 700; }

.materials-box {
  margin: 0 16px 16px;
  border: 1px solid var(--pp-light);
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(180deg, var(--pp-tint) 0%, white 100%);
}
.materials-box .lbl { font-size: 11px; color: var(--pp-muted); text-transform: uppercase; letter-spacing: 0.4px; font-weight: 600; }
.materials-box h4 { margin: 4px 0 10px; font-size: 14px; color: var(--pp-darkest); }
.materials-box .rate-line {
  display: flex; justify-content: space-between;
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px dashed var(--pp-border);
}
.materials-box .rate-line:last-of-type { border-bottom: 0; }

.estimator {
  border: 1px solid var(--pp-border);
  background: white;
  border-radius: 10px;
  padding: 12px;
  margin-top: 14px;
}
.estimator h5 {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--pp-darkest);
  font-weight: 600;
}
.estimator .input-mini {
  display: flex; gap: 8px; align-items: center;
  margin-bottom: 8px;
}
.estimator .input-mini input {
  width: 70px; text-align: center;
  border: 1px solid var(--pp-border);
  border-radius: 6px; padding: 6px;
  font-size: 14px; font-weight: 700;
  color: var(--pp-darkest);
}
.estimator .result {
  background: var(--pp-tint);
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
  color: var(--pp-dark);
  line-height: 1.5;
}
.estimator .result strong { font-size: 15px; }
.estimator .disclaimer {
  font-size: 11px;
  color: var(--pp-muted);
  margin-top: 8px;
  font-style: italic;
}

/* Portfolio */
.portfolio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 16px 16px; }
.portfolio-pair {
  display: flex; gap: 4px;
  border-radius: 10px; overflow: hidden;
  background: var(--pp-border);
}
.portfolio-pair .ph {
  flex: 1; height: 110px;
  background: linear-gradient(135deg, #cbe2cb, #6b9d6b);
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end; justify-content: flex-start;
}
.portfolio-pair .ph.aft { background: linear-gradient(135deg, #aed6a8, #386638); }
.portfolio-pair .ph .tag {
  background: rgba(0,0,0,0.6); color: white;
  font-size: 9px; font-weight: 600;
  padding: 2px 5px; margin: 4px; border-radius: 3px;
  text-transform: uppercase;
}

/* Reviews */
.review-block { padding: 14px 18px; border-top: 1px solid var(--pp-border); }
.review-row { padding: 14px 0; border-bottom: 1px solid var(--pp-border); }
.review-row:last-child { border-bottom: 0; }
.review-head { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.review-init {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--pp-light); color: var(--pp-darkest);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 12px;
}
.review-name { font-size: 13px; font-weight: 600; color: var(--pp-text); }
.review-date { font-size: 11px; color: var(--pp-muted); margin-left: auto; }
.review-stars { color: var(--pp-yellow); font-size: 12px; }
.review-text { font-size: 13px; color: var(--pp-body); line-height: 1.5; margin-top: 4px; }
.review-tag {
  display: inline-block;
  background: var(--pp-bg-subtle); color: var(--pp-muted);
  padding: 2px 7px; border-radius: 4px;
  font-size: 10px; margin-top: 6px;
}

/* Sticky bottom CTA */
.sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: white;
  border-top: 1px solid var(--pp-border);
  padding: 12px 16px;
  display: flex; gap: 8px;
  z-index: 40;
  max-width: 480px;
  margin: 0 auto;
}

/* Forms */
.form-page { padding: 18px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12px; font-weight: 600; color: var(--pp-text); margin-bottom: 6px; }
.field .helper { font-size: 11px; color: var(--pp-muted); margin-top: 4px; line-height: 1.4; }
.field input, .field textarea, .field select {
  width: 100%;
  border: 1.5px solid var(--pp-border);
  border-radius: 10px;
  padding: 11px 13px;
  font-size: 14px;
  background: white;
  color: var(--pp-text);
  outline: none;
  font-family: inherit;
}
.field textarea { resize: none; min-height: 80px; }
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--pp-dark);
}
.field .error { color: var(--pp-danger); font-size: 11px; margin-top: 4px; }

/* OTP */
.otp-boxes { display: flex; gap: 10px; margin: 18px 0; justify-content: center; }
.otp-box {
  width: 52px; height: 60px;
  border: 1.5px solid var(--pp-border);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; font-weight: 700;
  color: var(--pp-darkest);
  background: white;
  outline: none;
  text-align: center;
}
.otp-box:focus { border-color: var(--pp-dark); background: var(--pp-tint); }

/* Stars picker */
.stars-picker { display: flex; gap: 6px; font-size: 36px; color: var(--pp-yellow); cursor: pointer; }
.stars-picker span { transition: transform 0.1s; }
.stars-picker span:hover { transform: scale(1.1); }
.stars-picker .empty { color: #d8d8d8; }

/* Progress dots */
.progress { display: flex; gap: 4px; padding: 14px 18px 0; }
.progress .dot { flex: 1; height: 4px; border-radius: 2px; background: var(--pp-border); }
.progress .dot.on { background: var(--pp-dark); }

/* Notes */
.note-tip {
  background: #fffbea;
  border: 1px solid #fde68a;
  color: #92400e;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  margin: 12px 0;
  line-height: 1.5;
}
.note-warn {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 12px;
  margin: 12px 0;
  line-height: 1.5;
}

/* Pricing tabs */
.pricing-tabs {
  display: flex;
  background: var(--pp-bg-subtle);
  border: 1px solid var(--pp-border);
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 14px;
  gap: 4px;
}
.pricing-tabs .tab {
  flex: 1;
  text-align: center;
  padding: 10px 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--pp-muted);
  border-radius: 8px;
  cursor: pointer;
  border: 0;
  background: transparent;
  font-family: inherit;
}
.pricing-tabs .tab.sel {
  background: white;
  color: var(--pp-dark);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Dashboard */
.dash-greet { padding: 22px 18px 12px; background: linear-gradient(180deg, var(--pp-tint) 0%, white 100%); }
.dash-greet h2 { margin: 0 0 4px; font-size: 18px; color: var(--pp-darkest); }
.dash-greet p { margin: 0; font-size: 12px; color: var(--pp-muted); }
.dash-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px 16px; }
.dash-stat {
  background: white;
  border: 1px solid var(--pp-border);
  padding: 14px;
  border-radius: 12px;
}
.dash-stat .num { font-size: 22px; font-weight: 700; color: var(--pp-dark); line-height: 1.2; }
.dash-stat .lbl { font-size: 11px; color: var(--pp-muted); margin-top: 4px; }
.dash-tiles { padding: 4px 16px 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.dash-tile {
  background: white;
  border: 1px solid var(--pp-border);
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.dash-tile:hover { border-color: var(--pp-light); background: var(--pp-bg-subtle); }
.dash-tile .ic { font-size: 22px; margin-bottom: 6px; }
.dash-tile .lbl { font-size: 12px; font-weight: 600; color: var(--pp-text); }
.dash-tile .sub { font-size: 10px; color: var(--pp-muted); }

/* Bottom nav */
.bot-nav {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: white;
  border-top: 1px solid var(--pp-border);
  display: flex;
  justify-content: space-around;
  padding: 8px 0 10px;
  z-index: 40;
  max-width: 480px;
  margin: 0 auto;
}
.bot-nav .it {
  display: flex; flex-direction: column;
  align-items: center; gap: 2px;
  color: var(--pp-muted); font-size: 10px;
  text-decoration: none;
  background: transparent; border: 0; cursor: pointer;
  font-family: inherit;
}
.bot-nav .it.sel { color: var(--pp-dark); }
.bot-nav .it .ic { font-size: 18px; }

/* Lists */
.list-row {
  display: flex; align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid var(--pp-border);
  font-size: 14px; color: var(--pp-text);
  gap: 10px;
  text-decoration: none;
}
.list-row:hover { background: var(--pp-bg-subtle); }
.list-row .lbl { flex: 1; }
.list-row .v { color: var(--pp-muted); font-size: 13px; }

/* Modals */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex; align-items: flex-end;
  justify-content: center;
  z-index: 100;
}
.modal-sheet {
  background: white; width: 100%;
  max-width: 480px;
  border-radius: 20px 20px 0 0;
  padding: 24px 20px 28px;
}
.modal-sheet h3 { margin: 0 0 12px; font-size: 17px; color: var(--pp-darkest); }
.modal-sheet .opt {
  padding: 14px 0;
  border-bottom: 1px solid var(--pp-border);
  font-size: 14px;
  color: var(--pp-body);
  display: flex; align-items: center; gap: 10px;
  cursor: pointer;
}
.modal-sheet .opt:last-of-type { border-bottom: 0; }

/* Filter bar */
.filter-bar {
  display: flex; gap: 8px;
  padding: 10px 16px;
  overflow-x: auto;
  border-bottom: 1px solid var(--pp-border);
  scrollbar-width: none;
}
.filter-bar::-webkit-scrollbar { display: none; }
.filter-bar .chip { flex-shrink: 0; }

/* Empty state */
.empty-state { text-align: center; padding: 60px 24px; }
.empty-state .ic { font-size: 48px; margin-bottom: 16px; opacity: 0.6; }
.empty-state h3 { margin: 0 0 8px; font-size: 16px; color: var(--pp-text); }
.empty-state p { font-size: 13px; color: var(--pp-muted); margin: 0; }

/* Locality hero */
.locality-hero {
  background: var(--pp-dark);
  color: white;
  padding: 32px 20px 24px;
}
.locality-hero h1 { font-size: 22px; margin: 0 0 8px; line-height: 1.3; }
.locality-hero p { font-size: 13px; opacity: 0.9; margin: 0; }
.seo-block { padding: 18px 20px; font-size: 13px; color: var(--pp-body); line-height: 1.6; }

/* Coverage */
.coverage-list .pincode-row {
  display: flex; align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--pp-border);
  border-radius: 10px;
  margin-bottom: 8px;
  gap: 10px;
  cursor: pointer;
}
.coverage-list .pincode-row.sel { border-color: var(--pp-dark); background: var(--pp-tint); }
.coverage-list .pin-num { font-weight: 700; color: var(--pp-darkest); font-size: 14px; }
.coverage-list .pin-name { color: var(--pp-muted); font-size: 13px; margin-left: auto; }
.coverage-list .x { color: var(--pp-danger); font-size: 18px; margin-left: 6px; cursor: pointer; }

/* Photo upload */
.pf-upload {
  border: 2px dashed var(--pp-border);
  border-radius: 12px;
  padding: 28px 16px;
  text-align: center;
  margin-bottom: 16px;
  color: var(--pp-muted);
  font-size: 13px;
  cursor: pointer;
}
.pf-upload:hover { border-color: var(--pp-dark); color: var(--pp-dark); }
.pf-upload .ic { font-size: 36px; margin-bottom: 8px; }

/* Hidden state */
.hidden-state {
  padding: 48px 24px;
  text-align: center;
}
.hidden-state .ic { font-size: 52px; margin-bottom: 18px; }
.hidden-state h2 { margin: 0 0 10px; font-size: 22px; color: var(--pp-danger); }
.hidden-state p { font-size: 14px; color: var(--pp-body); margin: 10px 0; line-height: 1.5; }
.hidden-state .reason-box {
  background: var(--pp-bg-subtle);
  border-left: 4px solid var(--pp-danger);
  text-align: left;
  padding: 14px;
  margin: 20px 0;
  border-radius: 8px;
  font-size: 13px;
  color: var(--pp-body);
}

/* Footer */
.site-footer {
  margin-top: 32px;
  padding: 24px 18px;
  border-top: 1px solid var(--pp-border);
  text-align: center;
  font-size: 12px;
  color: var(--pp-muted);
}
.site-footer a { color: var(--pp-dark); font-weight: 600; text-decoration: none; }

/* Toast */
.toast {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--pp-dark);
  color: white;
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.toast.warn { background: var(--pp-warn); }
.toast.error { background: var(--pp-danger); }

/* Loading spinner */
.spinner {
  display: inline-block;
  width: 18px; height: 18px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Utilities */
.text-center { text-align: center; }
.muted { color: var(--pp-muted); }
.small { font-size: 11px; }
.hide { display: none !important; }
.pad-16 { padding: 16px; }
.mb-8 { margin-bottom: 8px; }
.mb-12 { margin-bottom: 12px; }
.mt-12 { margin-top: 12px; }
