:root {
  --cream: #f8f3e9;
  --paper: #fffdf8;
  --ink: #26372e;
  --muted: #68766d;
  --sage: #769281;
  --sage-dark: #466653;
  --sage-pale: #dfeade;
  --clay: #d98666;
  --clay-pale: #f5dfd4;
  --line: #e8e0d2;
  --shadow: 0 14px 35px rgba(48, 63, 53, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { background: var(--cream); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #a7c3ad; outline-offset: 2px; }

.app-shell {
  min-height: 100dvh;
  max-width: 560px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.topbar {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px 10px;
  background: rgba(248, 243, 233, .96);
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-weight: 700; font-size: 22px; letter-spacing: -.8px; }
.brand-mark { width: 33px; height: 33px; display: grid; place-items: center; color: var(--paper); background: var(--sage-dark); border-radius: 12px 12px 12px 4px; font-size: 17px; }
.location-caption { display: block; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.top-actions { display: inline-flex; align-items: center; gap: 8px; }
.language-button, .login-button { border: 1px solid var(--line); background: var(--paper); }
.language-button { display: inline-flex; align-items: center; gap: 3px; min-width: 38px; height: 34px; justify-content: center; padding: 0 7px; color: var(--sage-dark); border-radius: 11px; font-size: 12px; font-weight: 700; }
.language-button span { color: var(--muted); font-size: 9px; }
.login-button { height: 34px; padding: 0 10px; color: var(--sage-dark); border-radius: 11px; font-size: 11px; font-weight: 700; }
.profile-orb { border: 0; background: none; padding: 0; position: relative; }
.profile-orb img { width: 43px; height: 43px; object-fit: cover; border-radius: 50%; border: 3px solid var(--paper); box-shadow: 0 1px 0 var(--line); }
.profile-orb::after { content: ""; position: absolute; width: 10px; height: 10px; right: 0; bottom: 1px; background: #82af86; border: 2px solid var(--cream); border-radius: 50%; }
.account-initial { width: 43px; height: 43px; display: grid; place-items: center; color: var(--paper); background: var(--sage-dark); border: 3px solid var(--paper); border-radius: 50%; box-shadow: 0 1px 0 var(--line); font-size: 16px; font-weight: 700; }

main { padding: 0 16px calc(96px + env(safe-area-inset-bottom)); }
.view { animation: enter .28s ease-out; }
@keyframes enter { from { opacity: .25; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.welcome { padding: 6px 4px 15px; }
.availability-filters { display: flex; gap: 7px; overflow-x: auto; padding: 0 4px 14px; scrollbar-width: none; }
.availability-filters::-webkit-scrollbar { display: none; }
.availability-filters button { flex: 0 0 auto; padding: 8px 11px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 99px; font-size: 12px; font-weight: 700; }
.availability-filters button.active { color: var(--paper); background: var(--sage-dark); border-color: var(--sage-dark); }
.availability-filters button:last-child { border-style: dashed; }
.home-availability { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 9px; margin: 0 4px 14px; padding: 11px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 5px 16px rgba(59, 69, 51, .05); }
.home-availability.online { color: var(--sage-dark); background: #f4faf1; border-color: #b8d4b9; }
.home-availability.join { width: calc(100% - 8px); grid-template-columns: auto 1fr auto; text-align: left; }
.home-availability strong { display: block; font-size: 12px; }
.home-availability small { display: block; padding-top: 2px; font-size: 10px; line-height: 1.35; }
.home-availability b { display: grid; place-items: center; width: 27px; height: 27px; color: var(--paper); background: var(--sage-dark); border-radius: 10px; font-size: 19px; }
.availability-dot { width: 9px; height: 9px; background: #a8ada6; border-radius: 50%; }
.home-availability.online .availability-dot { background: #57a261; box-shadow: 0 0 0 4px rgba(87, 162, 97, .14); }
.switch { width: 43px; height: 25px; padding: 3px; background: #d9d7cf; border: 0; border-radius: 99px; transition: background .2s; }
.switch i { display: block; width: 19px; height: 19px; background: var(--paper); border-radius: 50%; box-shadow: 0 1px 3px rgba(30, 40, 33, .18); transition: transform .2s; }
.switch.on { background: #58a263; }
.switch.on i { transform: translateX(18px); }
.availability-edit { padding: 6px 8px; color: var(--sage-dark); background: transparent; border: 0; font-size: 11px; font-weight: 700; text-decoration: underline; white-space: nowrap; }
.join-orb { display: grid; place-items: center; width: 42px; height: 42px; color: var(--sage-dark); background: var(--sage-pale); border: 0; border-radius: 50%; font-size: 25px; line-height: 1; }
.eyebrow { margin: 0 0 3px; color: var(--sage-dark); font-size: 12px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 5px; font-family: Fraunces, Georgia, serif; font-size: clamp(28px, 7vw, 39px); line-height: 1.02; letter-spacing: -1.6px; }
h2 { font-family: Fraunces, Georgia, serif; letter-spacing: -.8px; font-size: 27px; margin-bottom: 8px; }
h3 { font-size: 16px; margin-bottom: 5px; }
.subtle { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }

.map-frame { background: #dce5d8; border: 1px solid #d1ddd0; height: min(58vh, 570px); min-height: 425px; position: relative; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
#live-map { position: absolute; inset: 0; z-index: 0; background: #dce5d8; }
.map-frame::before, .map-frame::after { display: none; }
.leaflet-container { font-family: "DM Sans", system-ui, sans-serif; }
.leaflet-control-zoom { overflow: hidden; border: 0 !important; border-radius: 13px !important; box-shadow: 0 4px 13px rgba(43, 59, 47, .18) !important; }
.leaflet-control-zoom a { width: 34px !important; height: 34px !important; line-height: 32px !important; color: var(--sage-dark) !important; background: var(--paper) !important; border-color: var(--line) !important; }
.leaflet-bottom.leaflet-right { bottom: 170px; }
.leaflet-control-attribution { padding: 2px 5px !important; background: rgba(255,253,248,.7) !important; font-size: 8px !important; }
.leaflet-dog-marker, .leaflet-park-marker { background: transparent; border: 0; }
.leaflet-dog-avatar { width: 48px; height: 48px; display: block; padding: 3px; overflow: hidden; background: var(--paper); border: 3px solid #e9dfd0; border-radius: 50%; box-shadow: 0 5px 13px rgba(63, 67, 48, .2); }
.leaflet-dog-avatar img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.leaflet-dog-avatar.online { border-color: #5f9c69; box-shadow: 0 0 0 4px rgba(103, 165, 112, .25), 0 5px 13px rgba(63, 67, 48, .2); }
.leaflet-dog-avatar.active { border-color: #316f41; transform: scale(1.1); }
.leaflet-park-marker span { width: 37px; height: 37px; display: grid; place-items: center; color: var(--paper); background: var(--sage-dark); border: 3px solid var(--paper); border-radius: 50% 50% 50% 4px; box-shadow: 0 4px 10px rgba(58, 72, 59, .18); transform: rotate(-45deg); font-size: 13px; }
.leaflet-park-marker i { display: block; transform: rotate(45deg); font-style: normal; }
.leaflet-park-marker.cafe span { background: #b57454; }
.google-dog-marker { width: 48px; height: 48px; display: grid; place-items: center; padding: 3px; overflow: hidden; color: var(--sage-dark); background: var(--paper); border: 3px solid #e9dfd0; border-radius: 50%; box-shadow: 0 5px 13px rgba(63, 67, 48, .2); cursor: pointer; }
.google-dog-marker img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.google-dog-marker.online { border-color: #5f9c69; box-shadow: 0 0 0 4px rgba(103, 165, 112, .25), 0 5px 13px rgba(63, 67, 48, .2); }
.google-dog-marker.active { border-color: #316f41; transform: scale(1.1); }
.google-place-marker { width: 37px; height: 37px; display: grid; place-items: center; color: var(--paper); background: var(--sage-dark); border: 3px solid var(--paper); border-radius: 50% 50% 50% 4px; box-shadow: 0 4px 10px rgba(58, 72, 59, .18); transform: rotate(-45deg); font-size: 13px; }
.google-place-marker i { display: block; transform: rotate(45deg); font-style: normal; }
.google-place-marker.cafe { background: #b57454; }
.gm-style, .gm-style .gm-style-iw-c { font-family: "DM Sans", system-ui, sans-serif; }
.gm-style .gm-style-iw-c { padding: 12px !important; border-radius: 15px; }
.park-map-popup { display: grid; gap: 6px; min-width: 176px; color: var(--ink); font-family: "DM Sans", system-ui, sans-serif; }
.park-map-popup strong { font-size: 13px; }
.park-map-popup small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.park-map-popup p { margin: 0; color: var(--ink); font-size: 10px; line-height: 1.4; }
.place-popup-cover { width: 100%; height: 90px; display: block; object-fit: cover; border-radius: 9px; }
.park-map-popup button { justify-self: start; padding: 6px 8px; color: var(--paper); background: var(--sage-dark); border: 0; border-radius: 8px; font-size: 10px; font-weight: 700; }
.park-popup-photos { display: flex; gap: 4px; }
.park-popup-photos img { width: 39px; height: 39px; object-fit: cover; border-radius: 7px; }
.place-filters { position: absolute; z-index: 11; left: 14px; right: 14px; bottom: 42px; display: flex; gap: 6px; overflow-x: auto; padding: 2px; scrollbar-width: none; }
.place-filters::-webkit-scrollbar { display: none; }
.place-filters button { flex: 0 0 auto; padding: 7px 9px; color: var(--sage-dark); background: rgba(255,253,248,.95); border: 1px solid var(--line); border-radius: 99px; box-shadow: 0 3px 10px rgba(48,63,53,.12); font-size: 10px; font-weight: 700; }
.place-filters button.active { color: var(--paper); background: var(--sage-dark); border-color: var(--sage-dark); }
.map-add-place { position: absolute; z-index: 12; right: 14px; bottom: 84px; display: inline-flex; align-items: center; gap: 6px; min-height: 38px; padding: 7px 10px 7px 8px; color: var(--paper); background: var(--sage-dark); border: 2px solid var(--paper); border-radius: 99px; box-shadow: 0 5px 14px rgba(43, 65, 52, .25); }
.map-add-place span { width: 22px; height: 22px; display: grid; place-items: center; color: var(--sage-dark); background: var(--paper); border-radius: 50%; font-size: 18px; line-height: 1; }
.map-add-place small { font-size: 10px; font-weight: 800; white-space: nowrap; }
.map-frame::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 70% 8%, rgba(255,255,255,.48), transparent 58%), linear-gradient(124deg, transparent 0 28%, rgba(255,255,255,.45) 28.3% 29.5%, transparent 29.8% 53%, rgba(255,255,255,.55) 53.3% 54.7%, transparent 55%), linear-gradient(24deg, transparent 0 36%, rgba(255,255,255,.42) 36.3% 37.6%, transparent 38% 72%, rgba(255,255,255,.4) 72.3% 73.5%, transparent 74%); opacity: .95; }
.map-frame::after { content: ""; position: absolute; width: 140%; height: 40px; border-top: 8px solid rgba(143, 177, 192, .6); border-radius: 50%; transform: rotate(-7deg); bottom: -29px; left: -23%; }
.map-label { position: absolute; color: #60786d; z-index: 1; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; opacity: .8; }
.map-label.city { color: #456152; font-size: 13px; letter-spacing: .13em; }
.map-label.small { font-size: 9px; }
.segmented { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; position: absolute; top: 15px; left: 15px; z-index: 10; padding: 4px; width: calc(100% - 30px); max-width: 335px; background: rgba(255, 253, 248, .9); border-radius: 14px; box-shadow: 0 4px 15px rgba(43, 65, 52, .13); backdrop-filter: blur(7px); }
.segmented button { color: var(--muted); padding: 8px 4px; border: 0; background: transparent; border-radius: 10px; font-weight: 700; font-size: 13px; }
.segmented button.active { color: var(--paper); background: var(--sage-dark); }
.map-key { position: absolute; z-index: 4; right: 14px; bottom: 17px; color: #456152; background: rgba(255,253,248,.8); border-radius: 11px; padding: 7px 9px; font-size: 10px; font-weight: 700; box-shadow: 0 3px 11px rgba(45, 65, 51, .12); }
.key-dot { display: inline-block; width: 8px; height: 8px; margin-right: 3px; border-radius: 50%; background: var(--clay); }
.key-dot.park { background: var(--sage-dark); margin-left: 7px; }
.key-dot.online-dot { background: #6b9e70; }

.marker { position: absolute; z-index: 5; width: 48px; height: 48px; padding: 3px; overflow: hidden; background: var(--paper); border: 3px solid #e9dfd0; border-radius: 50%; box-shadow: 0 5px 13px rgba(63, 67, 48, .2); transform: translate(-50%, -50%); transition: transform .18s, border-color .18s, box-shadow .18s; }
.marker img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 50%; }
.marker:hover, .marker.active { border-color: var(--sage-dark); transform: translate(-50%, -50%) scale(1.13); }
.marker.online { border-color: #5f9c69; box-shadow: 0 0 0 4px rgba(103, 165, 112, .25), 0 5px 13px rgba(63, 67, 48, .2); }
.marker.online.active { border-color: #316f41; }
.marker.park { display: grid; place-items: center; width: 37px; height: 37px; padding: 0; overflow: visible; color: var(--paper); background: var(--sage-dark); border-color: var(--paper); border-radius: 50% 50% 50% 4px; transform: translate(-50%, -50%) rotate(-45deg); }
.marker.park span { transform: rotate(45deg); font-size: 13px; }
.marker.park:hover, .marker.park.active { transform: translate(-50%, -50%) rotate(-45deg) scale(1.13); }

.cards-area { position: absolute; z-index: 12; bottom: 12px; width: 100%; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
.cards-area::-webkit-scrollbar { display: none; }
.nearby-cards { width: max-content; padding: 3px 16px 6px; display: flex; gap: 11px; }
.nearby-card { width: min(306px, calc(100vw - 55px)); min-height: 145px; display: grid; grid-template-columns: 104px 1fr; gap: 12px; padding: 9px; text-align: left; color: var(--ink); background: rgba(255,253,248,.97); border: 1px solid transparent; border-radius: 20px; box-shadow: 0 8px 25px rgba(45, 60, 48, .18); scroll-snap-align: start; }
.nearby-card.active { border-color: var(--sage-dark); }
.nearby-card img { width: 104px; height: 126px; object-fit: cover; border-radius: 14px; }
.nearby-card .name-row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.nearby-card h3 { font-family: Fraunces, Georgia, serif; font-size: 19px; margin: 0; }
.nearby-card .distance { color: var(--sage-dark); font-size: 11px; font-weight: 700; white-space: nowrap; }
.dog-facts { margin: 4px 0 9px; color: var(--muted); font-size: 12px; }
.live-label { display: inline-flex; margin: -2px 0 3px; color: var(--muted); font-size: 10px; font-weight: 700; }
.live-label.active { color: #427d4a; }
.live-window { margin: 0 0 7px; color: var(--muted); font-size: 10px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 4px; }
.tag { padding: 4px 7px; color: var(--sage-dark); background: var(--sage-pale); border-radius: 20px; font-size: 10px; font-weight: 700; }
.tag.clay { color: #a45237; background: var(--clay-pale); }

.bottom-nav { height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; padding: 7px max(16px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left)); background: rgba(255,253,248,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
.bottom-nav button { display: grid; gap: 2px; place-items: center; color: var(--muted); border: 0; background: transparent; font-size: 10px; font-weight: 700; }
.bottom-nav button span { position: relative; display: grid; place-items: center; width: 29px; height: 29px; font-size: 20px; border-radius: 11px; }
.nav-badge { position: absolute; top: -4px; right: -7px; min-width: 15px; height: 15px; display: grid; place-items: center; padding: 0 3px; color: var(--paper); background: #c86d43; border: 2px solid var(--paper); border-radius: 99px; font-family: Inter, system-ui, sans-serif; font-size: 9px; line-height: 1; }
.bottom-nav button.active { color: var(--sage-dark); }
.bottom-nav button.active span { background: var(--sage-pale); }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 14px; padding: 7px 3px 18px; }
.section-head h1 { margin-bottom: 3px; }
.count { color: var(--sage-dark); padding: 6px 9px; background: var(--sage-pale); border-radius: 12px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.tabs { display: flex; gap: 7px; overflow-x: auto; padding: 0 0 13px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tabs button { flex: 0 0 auto; padding: 9px 13px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 99px; font-size: 13px; font-weight: 700; }
.tabs button.active { color: var(--paper); background: var(--sage-dark); border-color: var(--sage-dark); }
.messages-view { padding-top: 24px; }
.messages-heading { margin-bottom: 20px; }
.messages-heading h1 { margin: 3px 0 6px; font-size: clamp(32px, 9vw, 43px); }
.messages-heading .subtle { max-width: 360px; }
.map-invite-cta { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 11px 15px; margin-top: 15px; color: var(--paper); background: var(--sage-dark); border: 0; border-radius: 13px; box-shadow: 0 7px 17px rgba(52, 88, 67, .17); font-size: 13px; font-weight: 800; }
.message-tabs { padding-bottom: 16px; }
.messages-heading { margin-bottom: 17px; }
.messages-heading h1 { margin: 2px 0 0; }
.activity-hub { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0 -2px 18px; }
.activity-tile { position: relative; min-height: 96px; display: grid; justify-items: center; align-content: center; gap: 8px; padding: 11px 7px; color: var(--ink); text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 5px 17px rgba(59, 69, 51, .06); }
.activity-tile.active { border-color: var(--sage-dark); box-shadow: 0 0 0 2px var(--sage-pale); }
.activity-tile strong { font-size: 11px; line-height: 1.1; }
.activity-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; font-size: 24px; font-weight: 700; }
.activity-tile.rose .activity-icon { color: #d65a64; background: #fff0f0; }
.activity-tile.sky .activity-icon { color: #4f9cd7; background: #edf7ff; }
.activity-tile.lilac .activity-icon { color: #9a60d5; background: #f5efff; }
.activity-tile.sage .activity-icon { color: var(--sage-dark); background: var(--sage-pale); }
.activity-badge { position: absolute; top: 11px; right: 11px; min-width: 17px; height: 17px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: #c95745; border-radius: 99px; font-family: Inter, system-ui, sans-serif; font-size: 9px; }
.social-activity-list { display: grid; gap: 9px; }
.social-activity-row.unread { border-color: #e4ccc5; background: #fffdfa; }
.comment-notification-quote { display: block; overflow: hidden; color: var(--ink); font-size: 12px; font-style: normal; font-weight: 600; line-height: 1.38; text-overflow: ellipsis; white-space: nowrap; }
.activity-empty { display: grid; justify-items: center; gap: 8px; }
.activity-empty span { font-size: 27px; color: var(--sage-dark); }
.activity-empty p { margin: 0; font-size: 12px; }
.connections-home { display: grid; gap: 14px; }
.upcoming-playdate { width: 100%; display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 13px; color: var(--paper); text-align: left; background: var(--sage-dark); border: 0; border-radius: 19px; box-shadow: 0 9px 24px rgba(52, 88, 67, .18); }
.upcoming-playdate.map { margin-bottom: 14px; }
.upcoming-playdate img { width: 52px; height: 52px; object-fit: cover; border: 2px solid rgba(255,255,255,.72); border-radius: 15px; }
.upcoming-playdate > span { display: grid; min-width: 0; gap: 2px; }
.upcoming-playdate small { color: #dce7d9; font-family: Inter, system-ui, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.upcoming-playdate strong { overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.upcoming-playdate em { overflow: hidden; color: #edf3ea; font-family: Inter, system-ui, sans-serif; font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.upcoming-playdate > i, .stranger-inbox > i { font-family: Inter, system-ui, sans-serif; font-size: 27px; font-style: normal; font-weight: 300; }
.stranger-inbox { width: 100%; display: grid; grid-template-columns: 39px minmax(0, 1fr) auto auto; gap: 10px; align-items: center; padding: 12px; color: var(--ink); text-align: left; background: #fffaf3; border: 1px solid #eadbc7; border-radius: 17px; }
.stranger-inbox > span:nth-child(2) { display: grid; gap: 2px; }
.stranger-inbox strong { font-size: 14px; }
.stranger-inbox small { color: var(--muted); font-size: 11px; }
.stranger-icon { display: grid; width: 39px; height: 39px; place-items: center; color: #a45237; background: var(--clay-pale); border-radius: 13px; }
.connections-list-head { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin: 8px 0 1px; }
.connections-list-head h2 { margin: 1px 0 0; font-size: 22px; }
.chat-contact-name { font-family: Inter, system-ui, sans-serif !important; font-size: 26px !important; font-weight: 800; letter-spacing: -.03em; }
.plan-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
.plan-actions .small-button:last-child { grid-column: 1 / -1; }
.playdate-checkin-link { width: 100%; display: grid; gap: 3px; margin-top: 12px; padding: 13px 14px; color: var(--sage-dark); text-align: left; background: #f4f8f0; border: 1px solid #cfe0cb; border-radius: 16px; font-size: 13px; font-weight: 800; }
.playdate-checkin-link small { color: var(--muted); font-size: 11px; font-weight: 600; line-height: 1.35; }
.checkin-plan { display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 11px; align-items: center; padding: 10px; margin-bottom: 12px; background: var(--sage-pale); border-radius: 15px; }
.checkin-plan img { width: 48px; height: 48px; object-fit: cover; border-radius: 13px; }
.checkin-plan span { display: grid; gap: 2px; }
.checkin-plan strong { font-size: 13px; }
.checkin-plan small { color: var(--muted); font-size: 11px; }
.checkin-compact-form { gap: 13px; }
.paw-rating { display: grid; gap: 7px; padding: 14px; text-align: center; background: #fff8ef; border: 1px solid #eadbc7; border-radius: 18px; }
.paw-rating > span { color: var(--sage-dark); font-size: 13px; font-weight: 800; }
.paw-rating > div { display: flex; justify-content: center; gap: 4px; }
.paw-choice { width: 42px; height: 42px; padding: 0; color: #cfc7ba; background: transparent; border: 0; border-radius: 12px; font-size: 24px; filter: grayscale(1) opacity(.55); transition: transform .16s ease, filter .16s ease, background .16s ease; }
.paw-choice.active { background: #fff0df; filter: none; transform: translateY(-2px); }
.paw-choice:focus-visible { outline: 3px solid #a7c9af; outline-offset: 2px; }
.paw-rating small { min-height: 15px; color: var(--muted); font-size: 11px; }
.checkin-note textarea { min-height: 72px; }
.skip-checkin { justify-self: center; color: var(--muted); font-size: 12px; }
.report-concern { display: block; width: max-content; max-width: 100%; margin: 17px auto 0; padding: 0; color: #9d4c3d; background: transparent; border: 0; border-bottom: 1px solid #dfb8ad; font-family: inherit; font-size: 12px; font-weight: 800; }
.safety-report-sheet textarea { min-height: 125px; }
.safety-urgent { margin: 15px 0 0; color: #9d4c3d; font-size: 11px; line-height: 1.45; }
.message-list { display: grid; gap: 9px; }
.message-row { width: 100%; display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 12px; color: var(--ink); text-align: left; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 5px 17px rgba(59, 69, 51, .045); }
.message-row > img { width: 56px; height: 56px; object-fit: cover; border-radius: 15px; background: var(--sage-pale); }
.contact-row { grid-template-columns: 56px minmax(0, 1fr); padding: 10px; }
.contact-avatar { width: 56px; height: 56px; padding: 0; overflow: hidden; background: var(--sage-pale); border: 0; border-radius: 15px; }
.contact-avatar img { width: 100%; height: 100%; object-fit: cover; }
.contact-open { width: 100%; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 0; color: var(--ink); text-align: left; background: transparent; border: 0; }
.message-row-copy { display: grid; min-width: 0; gap: 3px; }
.message-row-copy strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.message-row-copy small { overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.message-row-copy em { overflow: hidden; color: #9a836f; font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.message-row-meta { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.message-row-meta i { font-family: Inter, system-ui, sans-serif; font-size: 25px; font-style: normal; font-weight: 300; line-height: 1; }
.stranger-message { background: #fffdf9; border-color: #e7dac9; }
.row-new { display: inline-grid; height: 16px; place-items: center; padding: 0 6px; color: #fffdf8; background: #c95745; border-radius: 99px; font-family: Inter, system-ui, sans-serif; font-size: 9px; }
.invite-picker-sheet { max-height: min(82vh, 720px); }
.invite-picker-list { display: grid; gap: 8px; overflow: auto; padding-right: 2px; }
.invite-dog-row { width: 100%; display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 10px; color: var(--ink); text-align: left; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; }
.invite-dog-row img, .invite-dog-row > span:first-child { width: 54px; height: 54px; object-fit: cover; border-radius: 14px; background: var(--sage-pale); }
.invite-dog-row > span:first-child { display: grid; place-items: center; }
.invite-dog-row > span:nth-child(2) { display: grid; min-width: 0; gap: 2px; }
.invite-dog-row strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.invite-dog-row small { overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.invite-dog-row em { color: var(--sage-dark); font-size: 10px; font-style: normal; font-weight: 700; }
.invite-dog-row > i { color: var(--muted); font-family: Inter, system-ui, sans-serif; font-size: 25px; font-style: normal; font-weight: 300; }
.invite-list { display: grid; gap: 12px; }
.playdate-panel { margin-top: 2px; }
.mini-tabs { padding-top: 2px; }
.friend-list { display: grid; gap: 12px; }
.friend-card { display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 12px; padding: 13px; background: var(--paper); border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 5px 17px rgba(59, 69, 51, .05); }
.friend-card > img, .friend-avatar { width: 62px; height: 62px; overflow: hidden; border: 0; padding: 0; border-radius: 16px; background: var(--sage-pale); }
.friend-card img { width: 100%; height: 100%; object-fit: cover; }
.friend-card h3 { margin: 2px 0; font-size: 16px; }
.friend-card p { margin: 2px 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.friend-label { display: inline-flex; padding: 4px 7px; color: #a45237; background: var(--clay-pale); border-radius: 99px; font-size: 10px; font-weight: 800; }
.friend-label.confirmed { color: var(--sage-dark); background: var(--sage-pale); }
.friend-label.unread-label, .new-notice, .tab-notice, .chat-unread { color: #fffdf8; background: #c95745; }
.new-notice, .tab-notice, .chat-unread { display: inline-grid; min-width: 15px; height: 15px; place-items: center; padding: 0 4px; border-radius: 99px; font-family: Inter, system-ui, sans-serif; font-size: 9px; line-height: 1; vertical-align: middle; }
.tab-notice { margin-left: 3px; }
.chat-unread { margin-left: 3px; }
.friend-note { display: block; margin-top: 7px; color: var(--muted); font-size: 10px; font-style: italic; }
.friend-card-actions { margin-top: 8px; }
.friend-card:has(.friend-avatar) { grid-template-columns: 62px minmax(0, 1fr) auto; align-items: center; }
.friend-review { display: flex; align-items: center; gap: 13px; padding: 12px; margin-bottom: 15px; background: var(--sage-pale); border-radius: 17px; }
.friend-review img { width: 62px; height: 62px; object-fit: cover; border-radius: 15px; }
.friend-review h3, .friend-review p { margin: 0; }
.friend-review p { margin-top: 3px; color: var(--muted); font-size: 12px; }
.chat-profile-button { margin-bottom: 11px; }
.chat-empty { margin: auto 0; color: var(--muted); font-size: 13px; text-align: center; }
.invite-card { padding: 13px; display: grid; grid-template-columns: 64px 1fr; gap: 13px; background: var(--paper); border: 1px solid var(--line); border-radius: 19px; box-shadow: 0 5px 17px rgba(59, 69, 51, .05); }
.invite-card img { width: 64px; height: 64px; object-fit: cover; border-radius: 15px; }
.invite-card .info { min-width: 0; }
.invite-card h3 { margin: 0 0 2px; font-size: 15px; }
.invite-card p { margin: 0; font-size: 12px; color: var(--muted); line-height: 1.4; }
.status { display: inline-flex; margin: 6px 0 7px; padding: 4px 7px; color: var(--sage-dark); background: var(--sage-pale); border-radius: 99px; font-size: 10px; font-weight: 700; }
.status.pending { color: #a45237; background: var(--clay-pale); }
.status.declined { color: #8a6d60; background: #eee7e2; }
.actions { display: flex; flex-wrap: wrap; gap: 6px; }
.button, .small-button { border: 0; border-radius: 13px; color: var(--paper); background: var(--sage-dark); font-weight: 700; }
.button { width: 100%; padding: 14px; font-size: 15px; }
.button.secondary, .small-button.secondary { color: var(--sage-dark); background: var(--sage-pale); }
.button.tertiary, .small-button.tertiary { color: var(--muted); background: #f3eee6; }
.small-button { padding: 7px 9px; font-size: 11px; }
.empty { margin-top: 6px; padding: 32px 20px; color: var(--muted); text-align: center; background: var(--paper); border: 1px dashed #d9d0bf; border-radius: 19px; font-size: 14px; }
.calendar-details { display: grid; gap: 5px; padding: 14px; margin-bottom: 12px; color: var(--sage-dark); background: var(--sage-pale); border-radius: 16px; }
.calendar-details span { color: var(--muted); font-size: 13px; }
.calendar-privacy { padding: 14px; margin-bottom: 16px; color: var(--muted); background: #fbf4eb; border: 1px solid var(--line); border-radius: 16px; font-size: 13px; line-height: 1.45; }
.calendar-privacy strong { color: var(--ink); }
.calendar-privacy p { margin: 7px 0 0; }
.calendar-health-check { align-items: flex-start; padding: 12px; background: var(--sage-pale); border: 1px solid #d6e3d3; border-radius: 14px; }
.calendar-health-check span { display: grid; gap: 3px; }
.calendar-health-check strong { color: var(--sage-dark); font-size: 12px; }
.calendar-health-check small { color: var(--muted); font-size: 11px; line-height: 1.35; }
.discover-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 5px; margin-bottom: 15px; background: #eee9df; border-radius: 15px; }
.discover-top { margin-bottom: 14px; }
.discover-top h1 { margin: 2px 0 0; }
.discover-fab { position: fixed; z-index: 42; left: max(22px, env(safe-area-inset-left)); bottom: calc(89px + env(safe-area-inset-bottom)); width: 56px; height: 56px; color: var(--paper); background: #d1844c; border: 0; border-radius: 50%; box-shadow: 0 10px 25px rgba(110, 73, 37, .26); font-size: 33px; line-height: 1; }
.post-cover { display: block; width: 100%; padding: 0; border: 0; background: transparent; }
.post-caption { width: 100%; padding: 8px 0; color: var(--ink); text-align: left; background: transparent; border: 0; font: inherit; font-size: 13px; font-weight: 700; line-height: 1.4; white-space: pre-line; }
.post-author { display: flex; align-items: center; gap: 7px; }
.post-author > button, .post-detail-author { display: inline-flex; align-items: center; gap: 6px; padding: 0; color: var(--ink); background: transparent; border: 0; font-weight: 700; }
.post-author img { width: 22px; height: 22px; object-fit: cover; border-radius: 50%; }
.post-author small { margin-left: auto; color: var(--muted); font-size: 10px; }
.post-actions { display: flex; gap: 10px; margin-top: 8px; }
.post-actions button, .post-detail-actions button { padding: 0; color: var(--muted); background: transparent; border: 0; font-size: 16px; }
.post-actions button.active, .post-detail-actions button.active { color: #c95745; }
.post-actions span { font-family: Inter, system-ui, sans-serif; font-size: 11px; }
.post-detail-sheet { max-height: 92vh; }
.post-detail-author { margin-right: auto; }
.post-detail-author img { width: 37px; height: 37px; object-fit: cover; border-radius: 50%; }
.post-detail-author span { display: grid; text-align: left; }
.post-detail-author small { color: var(--muted); font-size: 10px; font-weight: 500; }
.post-detail-photo { width: calc(100% + 40px); max-height: 55vh; margin: 12px -20px 0; object-fit: cover; }
.post-detail-copy { padding: 16px 0 9px; }
.post-detail-copy p { margin: 0 0 6px; font-size: 15px; line-height: 1.55; }
.post-detail-copy p { white-space: pre-line; }
.post-detail-copy small { color: var(--muted); }
.post-detail-actions { display: flex; gap: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.comment-section { display: grid; gap: 11px; padding: 16px 0; }
.comment-section h3 { margin: 0; font-size: 16px; }
.comment-row { display: flex; gap: 9px; }
.comment-row img { width: 30px; height: 30px; object-fit: cover; border-radius: 50%; }
.comment-row p { margin: 2px 0 0; font-size: 13px; line-height: 1.4; }
.comment-composer { position: sticky; bottom: 0; padding-top: 10px; background: var(--paper); }
.discover-tabs button { padding: 9px 5px; color: var(--muted); background: transparent; border: 0; border-radius: 11px; font-size: 13px; font-weight: 700; }
.discover-tabs button.active { color: var(--paper); background: var(--sage-dark); }
.compose-button { display: inline-flex; align-items: center; gap: 4px; padding: 8px 10px; color: var(--paper); background: var(--sage-dark); border: 0; border-radius: 13px; font-size: 12px; font-weight: 700; box-shadow: 0 4px 10px rgba(55, 79, 61, .16); }
.compose-button:first-letter { font-size: 18px; line-height: .7; }
.discover-grid { columns: 2; column-gap: 12px; }
.discover-post { break-inside: avoid; overflow: hidden; margin: 0 0 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 5px 17px rgba(59, 69, 51, .06); }
.discover-post > button { display: block; width: 100%; padding: 0; background: transparent; border: 0; }
.discover-post > button > img { width: 100%; min-height: 160px; display: block; object-fit: cover; }
.discover-post:nth-child(3n + 1) > button > img { min-height: 225px; }
.discover-copy { padding: 10px; }
.discover-copy h3 { margin: 2px 0 5px; font-family: Fraunces, Georgia, serif; font-size: 16px; line-height: 1.12; }
.discover-copy > p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.post-location { max-width: 100%; padding: 0; overflow: hidden; color: var(--sage-dark); background: transparent; border: 0; font-size: 10px; font-weight: 700; text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.discover-copy span { display: flex; align-items: center; gap: 5px; margin-top: 9px; color: var(--muted); font-size: 10px; font-weight: 700; }
.discover-copy span img { width: 19px; height: 19px; object-fit: cover; border-radius: 50%; }
.discover-copy span small { margin-left: auto; color: var(--muted); font-size: 9px; font-weight: 500; white-space: nowrap; }
.post-privacy { overflow: hidden; margin-left: auto; padding: 3px 5px; color: var(--sage-dark); background: var(--sage-pale); border-radius: 8px; font-size: 8px; font-style: normal; white-space: nowrap; }
.discover-empty { padding: 62px 18px; text-align: center; color: var(--muted); background: var(--paper); border: 1px dashed #d9d0bf; border-radius: 20px; }
.discover-empty span { font-size: 37px; }
.discover-empty h3 { margin: 12px 0 4px; color: var(--ink); }
.discover-empty p { margin: 0; font-size: 13px; line-height: 1.45; }
.park-post-list { display: grid; gap: 10px; }
.park-post-list .discover-post { display: grid; grid-template-columns: 94px 1fr; margin: 0; }
.park-post-list .discover-post > button > img, .park-post-list .discover-post:nth-child(3n + 1) > button > img { width: 94px; min-height: 100%; height: 100%; }

.profile-hero { overflow: hidden; margin: 0 -16px; padding-bottom: 4px; position: relative; background: var(--paper); }
.profile-main-photo { width: 100%; height: 330px; display: block; object-fit: cover; }
.back { position: absolute; z-index: 2; top: 14px; left: 16px; display: grid; place-items: center; width: 39px; height: 39px; color: var(--ink); background: rgba(255,253,248,.92); border: 0; border-radius: 50%; font-size: 23px; box-shadow: 0 3px 10px rgba(32,45,35,.1); }
.photo-count { position: absolute; right: 16px; bottom: 16px; padding: 7px 10px; color: var(--paper); background: rgba(33, 48, 39, .75); border-radius: 99px; font-size: 12px; font-weight: 700; }
.profile-title { padding: 19px 20px 0; display: flex; justify-content: space-between; gap: 10px; }
.profile-title h1 { margin-bottom: 2px; }
.profile-title p { margin: 0; color: var(--muted); font-size: 14px; }
.profile-title .distance { color: var(--sage-dark); font-size: 12px; font-weight: 700; white-space: nowrap; }
.photo-strip { display: flex; gap: 9px; padding: 16px; overflow-x: auto; scrollbar-width: none; }
.photo-strip img { width: 118px; height: 92px; object-fit: cover; border-radius: 14px; }
.details { padding: 5px 4px; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 13px 0 22px; }
.fact-box { min-height: 68px; padding: 11px; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; }
.fact-box small { display: block; margin-bottom: 2px; color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.fact-box strong { font-size: 13px; }
.detail-section { padding: 17px 0; border-top: 1px solid var(--line); }
.detail-section h3 { font-family: Fraunces, Georgia, serif; font-size: 18px; }
.detail-section p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.availability-card { display: grid; gap: 3px; margin: 3px 0 16px; padding: 14px; color: var(--muted); background: #f3eee7; border-radius: 16px; }
.availability-card.available { color: var(--sage-dark); background: #e7f1e5; }
.availability-card span { font-size: 12px; font-weight: 700; }
.availability-card strong { font-size: 15px; }
.availability-card small { font-size: 11px; }
.owner-note { padding: 13px; background: #f1f5ec; border-radius: 15px; }
.owner-note strong { font-size: 12px; color: var(--sage-dark); }
.owner-note p { margin-top: 4px; }
.profile-actions { display: grid; gap: 10px; padding: 17px 0 9px; }
.low-actions { display: flex; justify-content: center; gap: 18px; padding: 5px 0 12px; }
.text-button { padding: 7px; color: var(--muted); background: transparent; border: 0; font-size: 12px; text-decoration: underline; }

.my-profile-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
.my-profile-card img { width: 100%; height: 260px; display: block; object-fit: cover; }
.my-profile-copy { padding: 18px; }
.my-profile-copy h2 { margin: 0 0 3px; }
.my-profile-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.chip-line { display: flex; gap: 6px; flex-wrap: wrap; padding-top: 13px; }
.info-block { margin-top: 14px; padding: 16px; background: #eff4eb; border-radius: 19px; }
.info-block h3 { margin-bottom: 5px; }
.info-block p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.onboarding-view { max-width: 540px; margin: 22px auto; padding: 24px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
.onboarding-view h1 { margin-top: 6px; }
.your-status { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 14px; padding: 16px; color: var(--muted); background: #f3eee7; border-radius: 19px; }
.your-status.online { color: var(--sage-dark); background: #e7f1e5; }
.your-status .eyebrow { margin-bottom: 3px; }
.your-status h3 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: 19px; }
.your-status p { margin: 4px 0 0; font-size: 12px; line-height: 1.4; }
.my-management { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 15px; color: var(--sage-dark); background: #e9f2e6; border-radius: 19px; }
.my-management > div { display: flex; align-items: center; gap: 10px; min-width: 0; }
.section-icon { width: 35px; height: 35px; display: grid; flex: 0 0 auto; place-items: center; color: var(--paper); background: var(--sage-dark); border-radius: 12px; }
.my-management .eyebrow { margin-bottom: 2px; }
.my-management h3 { margin: 0; font-family: Fraunces, Georgia, serif; font-size: 17px; }
.my-management p:not(.eyebrow) { margin: 2px 0 0; font-size: 11px; line-height: 1.35; }
.share-moment { display: flex; align-items: center; justify-content: space-between; gap: 13px; margin-top: 14px; padding: 16px; background: #f6efe5; border: 1px solid #e8d9c5; border-radius: 19px; }
.share-moment .eyebrow { margin-bottom: 2px; color: #9b7657; }
.share-moment h2 { margin: 0; font-size: 18px; }
.share-moment p:not(.eyebrow) { max-width: 230px; margin: 4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.my-dog-mobile { padding: 4px 2px 10px; }
.my-dog-toolbar { display: flex; align-items: center; justify-content: flex-end; margin: 2px 0 25px; }
.my-dog-toolbar > div { display: flex; gap: 9px; }
.round-icon-button { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: transparent; border: 0; border-radius: 12px; font-size: 24px; line-height: 1; }
.round-icon-button:first-child { font-size: 25px; }
.add-friend-button { display: inline-flex; align-items: center; gap: 5px; min-height: 38px; padding: 0 12px; color: var(--sage-dark); background: var(--paper); border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 3px 10px rgba(59, 69, 51, .06); font-size: 12px; font-weight: 700; }
.dog-identity { display: grid; grid-template-columns: 106px 1fr; align-items: center; gap: 14px; }
.dog-avatar-wrap { position: relative; width: 106px; height: 106px; padding: 4px; background: #fde0e3; border: 0; border-radius: 50%; }
.avatar-picker { cursor: pointer; }
.avatar-picker em { position: absolute; left: 0; bottom: 2px; width: 27px; height: 27px; display: grid; place-items: center; color: var(--sage-dark); background: var(--paper); border: 2px solid #f4ecdf; border-radius: 50%; font-size: 13px; font-style: normal; }
.dog-avatar-wrap img { width: 100%; height: 100%; display: block; object-fit: cover; border: 3px solid var(--paper); border-radius: 50%; }
.dog-avatar-placeholder, .leaflet-no-photo { width: 100%; height: 100%; display: grid; place-items: center; color: var(--sage-dark); background: var(--sage-pale); border: 3px solid var(--paper); border-radius: 50%; font-size: 32px; }
.dog-avatar-wrap i { position: absolute; right: 2px; bottom: 3px; width: 28px; height: 28px; display: grid; place-items: center; color: #5caa68; background: var(--paper); border: 2px solid #f4ecdf; border-radius: 50%; font-size: 17px; font-style: normal; }
.dog-identity-copy { min-width: 0; }
.dog-name-line { display: flex; align-items: center; gap: 7px; }
.dog-name-line h1 { margin: 0; font-size: 33px; line-height: 1; }
.dog-name-line > span { color: #d8709b; font-size: 24px; }
.dog-profile-code { margin: 9px 0 8px; overflow: hidden; color: var(--muted); font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.dog-personality-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.dog-personality-tags span { padding: 5px 7px; color: #b34d78; background: #fff1f2; border: 1px solid #fedadd; border-radius: 9px; font-size: 10px; font-weight: 700; }
.dog-meta-pills { grid-column: 1 / -1; display: flex; gap: 8px; margin-top: 1px; }
.dog-meta-pills span { padding: 8px 10px; color: var(--muted); background: #f1f1ed; border-radius: 12px; font-size: 12px; font-weight: 700; }
.dog-social-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 21px; padding: 15px 4px; background: var(--paper); border: 1px solid #f0e8de; border-radius: 21px 21px 0 0; }
.dog-social-stats > div { display: grid; gap: 3px; place-items: center; min-height: 47px; border-right: 1px solid #eee8de; }
.dog-social-stats > div:last-child { border-right: 0; }
.dog-social-stats strong { font-size: 21px; line-height: 1; }
.dog-social-stats small { color: var(--muted); font-size: 10px; font-weight: 700; }
.dog-profile-controls { display: grid; grid-template-columns: 1fr 44px; gap: 11px; padding: 14px 12px 17px; background: var(--paper); border: 1px solid #f0e8de; border-top: 0; border-radius: 0 0 21px 21px; }
.dog-profile-controls button { min-height: 42px; color: #a76b3b; background: #fff4ea; border: 0; border-radius: 15px; font-size: 13px; font-weight: 700; }
.dog-profile-controls .settings-dot { color: var(--muted); background: #f3f2ee; font-size: 17px; }
.my-availability-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 14px; padding: 13px; background: #f3eee7; border-radius: 18px; }
.my-availability-strip.online { background: #e9f3e5; }
.my-availability-strip .section-icon { width: 35px; height: 35px; background: var(--muted); }
.my-availability-strip.online .section-icon { background: #5a9b62; }
.my-availability-strip p { margin: 0; color: var(--ink); font-size: 13px; font-weight: 700; }
.my-availability-strip small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; line-height: 1.3; }
.mobile-health-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; margin-top: 14px; padding: 17px; background: var(--paper); border: 1px solid #eee5d9; border-radius: 22px; box-shadow: 0 5px 17px rgba(59, 69, 51, .04); }
.health-heart { width: 48px; height: 48px; display: grid; place-items: center; color: #d78e61; background: #fff1e4; border-radius: 50%; font-size: 30px; }
.mobile-health-card h2 { margin: 0 0 3px; font-size: 19px; }
.mobile-health-card p { margin: 0; color: #937e68; font-size: 11px; line-height: 1.35; }
.mobile-album, .my-activity { margin-top: 14px; padding: 17px; background: var(--paper); border: 1px solid #eee5d9; border-radius: 22px; }
.mobile-section-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.mobile-section-title h2 { margin: 0; font-size: 21px; }
.mobile-section-title h2 small { color: var(--muted); font-family: "DM Sans", system-ui, sans-serif; font-size: 13px; }
.mobile-section-title button { padding: 5px; color: #c97943; background: transparent; border: 0; font-size: 11px; font-weight: 700; }
.mobile-album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 14px; }
.mobile-album-grid img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border-radius: 13px; }
.album-note { margin: 8px 0 0; color: var(--muted); font-size: 11px; }
.album-photo { position: relative; margin: 0; }
.album-photo figcaption { position: absolute; right: 5px; bottom: 5px; padding: 3px 5px; color: #fff; background: rgba(35, 53, 43, .78); border-radius: 7px; font-size: 8px; font-weight: 700; }
.album-delete { position: absolute; top: 5px; right: 5px; width: 24px; height: 24px; display: grid; place-items: center; padding: 0; color: #fff; background: rgba(40, 47, 39, .78); border: 0; border-radius: 50%; font-size: 17px; line-height: 1; }
.avatar-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 15px 0; }
.avatar-choice { position: relative; aspect-ratio: 1; padding: 0; overflow: hidden; background: var(--paper); border: 2px solid transparent; border-radius: 14px; }
.avatar-choice.selected { border-color: var(--sage-dark); }
.avatar-choice img { width: 100%; height: 100%; display: block; object-fit: cover; }
.avatar-choice span { position: absolute; right: 4px; bottom: 4px; padding: 3px 5px; color: #fff; background: var(--sage-dark); border-radius: 6px; font-size: 8px; font-weight: 700; }
.danger-button { color: #fff; background: #a94c45; }
.album-empty { grid-column: 1 / -1; display: grid; justify-items: center; gap: 4px; min-height: 122px; padding: 26px 14px; color: var(--muted); background: #faf8f3; border: 1px dashed #ded4c5; border-radius: 15px; text-align: center; }
.album-empty span { color: var(--sage-dark); font-size: 28px; }
.album-empty p { margin: 0; font-size: 11px; }
.dog-photo-placeholder { width: 82px; height: 82px; display: grid; flex: 0 0 82px; place-items: center; background: var(--sage-pale); border-radius: 16px; font-size: 28px; }
.profile-photo-placeholder { min-height: 285px; display: grid; place-items: center; color: var(--sage-dark); background: var(--sage-pale); font-size: 54px; }
.my-post-list { display: grid; gap: 10px; margin-top: 13px; }
.my-post-list article { display: grid; grid-template-columns: 62px 1fr; gap: 10px; align-items: center; }
.my-post-list img { width: 62px; height: 62px; object-fit: cover; border-radius: 13px; }
.my-post-list p { display: -webkit-box; margin: 0; overflow: hidden; color: var(--ink); font-size: 12px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.my-post-list small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.my-activity-empty { display: grid; justify-items: center; gap: 6px; padding: 25px 10px 5px; color: var(--muted); text-align: center; }
.my-activity-empty span { color: #d5cbbd; font-size: 32px; }
.my-activity-empty p { margin: 0; font-size: 12px; }
.health-panel, .album-panel { margin-top: 14px; padding: 17px; background: var(--paper); border: 1px solid var(--line); border-radius: 21px; box-shadow: 0 5px 17px rgba(59, 69, 51, .05); }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.panel-heading h2 { margin: 1px 0 4px; font-size: 22px; }
.panel-heading .eyebrow { margin-bottom: 2px; }
.panel-heading p:not(.eyebrow) { max-width: 230px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.health-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 15px; }
.health-stat { min-height: 92px; padding: 10px; background: #f3f6ee; border-radius: 13px; }
.health-stat small, .health-stat span { display: block; color: var(--muted); font-size: 9px; line-height: 1.3; }
.health-stat strong { display: block; margin: 5px 0 3px; color: var(--sage-dark); font-size: 12px; line-height: 1.15; }
.health-history { display: grid; gap: 8px; margin-top: 14px; }
.health-row { display: flex; gap: 9px; align-items: center; padding-top: 9px; border-top: 1px solid var(--line); }
.health-type { width: 29px; height: 29px; display: grid; place-items: center; color: var(--sage-dark); background: var(--sage-pale); border-radius: 10px; font-size: 14px; }
.health-row strong, .health-row small { display: block; }
.health-row strong { font-size: 12px; }
.health-row small, .health-empty { margin: 2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.back-link { margin: 10px 0 15px; padding: 8px 11px; color: var(--sage-dark); background: var(--paper); border: 1px solid var(--line); border-radius: 99px; font-size: 12px; font-weight: 700; }
.health-private-hero { padding: 21px; color: var(--paper); background: linear-gradient(135deg, #566e5d, #33483a); border-radius: 24px; box-shadow: var(--shadow); }
.health-private-hero .eyebrow { color: #d9e8d6; }
.health-private-hero h1 { margin: 3px 0 9px; font-size: 30px; }
.health-private-hero p:not(.eyebrow) { margin: 0; color: #e6eee2; font-size: 13px; line-height: 1.5; }
.weight-card, .custom-care-section, .health-timeline { margin-top: 14px; padding: 17px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 5px 17px rgba(59, 69, 51, .05); }
.section-head.compact { padding: 16px 3px 10px; }
.section-head.compact h2 { margin: 0; font-size: 22px; }
.weight-number { display: flex; align-items: end; gap: 10px; margin: 12px 0 4px; }
.weight-number strong { color: var(--sage-dark); font-family: Fraunces, Georgia, serif; font-size: 35px; line-height: 1; }
.weight-number span { padding-bottom: 3px; color: var(--muted); font-size: 11px; }
.weight-bars { height: 108px; display: flex; align-items: end; gap: 9px; padding: 13px 8px 0; margin-top: 11px; background: #f6f7f1; border-radius: 15px; }
.weight-bars div { height: 100%; flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: end; gap: 5px; min-width: 0; }
.weight-bars i { width: 100%; max-width: 28px; display: block; background: linear-gradient(180deg, #8ead89, var(--sage-dark)); border-radius: 7px 7px 3px 3px; }
.weight-bars small { color: var(--muted); font-size: 8px; white-space: nowrap; }
.weight-empty { margin-top: 13px; padding: 26px 16px; color: var(--muted); background: #f8f7f2; border: 1px dashed #ded4c5; border-radius: 15px; font-size: 12px; line-height: 1.45; text-align: center; }
.care-section { margin-top: 14px; }
.care-grid { display: grid; gap: 10px; }
.care-card { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 13px; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; }
.care-card > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--sage-dark); background: var(--sage-pale); border-radius: 13px; font-size: 18px; }
.care-card h3 { margin: 0 0 2px; }
.care-card p, .care-card small { display: block; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.35; }
.care-card small { margin-top: 3px; color: var(--sage-dark); }
.care-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 13px; }
.care-chips button { padding: 8px 10px; color: var(--sage-dark); background: #f4f0e8; border: 1px solid var(--line); border-radius: 99px; font-size: 11px; font-weight: 700; }
.timeline-row { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); }
.timeline-row:first-of-type { border-top: 0; }
.timeline-row strong, .timeline-row small { display: block; }
.timeline-row strong { font-size: 12px; }
.timeline-row small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.record-delete { width: 27px; height: 27px; display: grid; place-items: center; padding: 0; color: #a95b4a; background: #fff0ea; border: 0; border-radius: 50%; font-size: 17px; line-height: 1; }
.album-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 14px; }
.album-grid img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border-radius: 12px; }

.modal-layer { position: fixed; z-index: 50; inset: 0; display: flex; align-items: end; background: rgba(32, 46, 37, .39); animation: fade .18s ease-out; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.sheet { max-height: min(87dvh, 720px); width: min(650px, 100%); margin: auto; overflow: auto; padding: 12px 20px calc(25px + env(safe-area-inset-bottom)); background: var(--paper); border-radius: 28px 28px 0 0; box-shadow: 0 -8px 40px rgba(29, 40, 32, .2); animation: sheet .23s ease-out; }
@keyframes sheet { from { transform: translateY(35px); } to { transform: none; } }
.sheet-handle { width: 38px; height: 4px; margin: 0 auto 16px; background: #d9d2c5; border-radius: 20px; }
.sheet-header { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.sheet-header h2 { margin: 0; font-size: 24px; }
.close { width: 33px; height: 33px; color: var(--muted); background: #f2eee6; border: 0; border-radius: 50%; font-size: 20px; line-height: 1; }
.form-grid { display: grid; gap: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
label { display: grid; gap: 6px; color: var(--sage-dark); font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fbf9f4; border: 1px solid #ddd6c9; border-radius: 12px; }
textarea { min-height: 84px; resize: vertical; }
.form-note { margin: -2px 0 5px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.consent-check { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; padding: 11px; color: var(--muted); background: #f4f6ef; border: 1px solid #d7e3d4; border-radius: 13px; font-size: 11px; font-weight: 500; line-height: 1.45; }
.consent-check input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--sage-dark); }
.consent-check button { display: inline; padding: 0; color: var(--sage-dark); background: transparent; border: 0; font-size: inherit; font-weight: 700; text-decoration: underline; }
.legal-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 5px 12px; padding: 18px 8px 106px; color: var(--muted); font-size: 10px; }
.legal-footer button { padding: 0; color: var(--muted); background: transparent; border: 0; font-size: inherit; text-decoration: underline; }
.legal-sheet { max-height: min(88dvh, 760px); }
.legal-tabs { display: flex; gap: 7px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.legal-tabs button { flex: 1; padding: 8px 6px; color: var(--muted); background: #f4f1ea; border: 1px solid var(--line); border-radius: 10px; font-size: 11px; font-weight: 700; }
.legal-tabs button.active { color: var(--paper); background: var(--sage-dark); border-color: var(--sage-dark); }
.legal-copy { padding-top: 16px; color: #49594e; font-size: 13px; line-height: 1.55; }
.legal-copy h3 { margin: 18px 0 5px; color: var(--ink); font-family: Fraunces, Georgia, serif; font-size: 18px; }
.legal-copy p { margin-bottom: 10px; }
.legal-copy a { color: var(--sage-dark); font-weight: 700; overflow-wrap: anywhere; }
.personality-picker { display: grid; gap: 8px; padding: 0; margin: 0; border: 0; }
.personality-picker legend { padding: 0; color: var(--sage-dark); font-size: 12px; font-weight: 700; }
.personality-options { display: flex; flex-wrap: wrap; gap: 7px; }
.personality-chip { display: inline-flex; }
.personality-chip input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.personality-chip span { padding: 8px 10px; color: var(--sage-dark); background: #f4f6ef; border: 1px solid #d7e3d4; border-radius: 99px; font-size: 12px; font-weight: 700; }
.personality-chip input:checked + span { color: var(--paper); background: var(--sage-dark); border-color: var(--sage-dark); }
.personality-custom { margin-top: 2px; }
.post-photo-picker { padding: 0; margin: 0; border: 0; }
.post-photo-picker legend { margin-bottom: 7px; padding: 0; color: var(--sage-dark); font-size: 12px; font-weight: 700; }
.post-photo-picker > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.post-photo-picker label { position: relative; display: block; cursor: pointer; }
.post-photo-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.post-photo-picker img { width: 100%; aspect-ratio: 1; display: block; object-fit: cover; border: 2px solid transparent; border-radius: 12px; }
.post-photo-picker input:checked + img { border-color: var(--sage-dark); box-shadow: 0 0 0 3px var(--sage-pale); }
.phone-photo-picker { display: grid; gap: 4px; padding: 14px; color: var(--sage-dark); background: #f4f8f1; border: 1px dashed #a8c2aa; border-radius: 15px; cursor: pointer; }
.phone-photo-picker input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.phone-photo-picker span { font-size: 14px; font-weight: 800; }
.phone-photo-picker small { color: var(--muted); font-size: 11px; font-weight: 600; line-height: 1.35; }
.image-upload-preview { min-height: 174px; display: grid; place-items: center; overflow: hidden; color: var(--muted); background: #faf7f0; border: 1px dashed #d9d0bf; border-radius: 15px; }
.image-upload-preview img { width: 100%; height: 174px; display: block; object-fit: cover; }
.image-upload-preview > span { padding: 12px; font-size: 12px; text-align: center; }
.image-upload-preview:has(img) { display: grid; grid-template-rows: 1fr auto; place-items: stretch; }
.image-upload-preview:has(img) > span { overflow: hidden; color: var(--muted); background: var(--paper); text-align: left; text-overflow: ellipsis; white-space: nowrap; }
.image-upload-preview.compact { min-height: 116px; }
.image-upload-preview.compact img { height: 116px; }
.post-composer-sheet { max-height: 92vh; }
.post-composer-sheet .sheet-header { position: sticky; z-index: 1; top: 0; padding-top: 1px; background: var(--paper); }
.back-inline { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; color: var(--ink); background: transparent; border: 0; font-size: 32px; line-height: 1; }
.post-composer-sheet .sheet-header > div { margin-right: auto; }
.post-photo-grid { grid-template-columns: repeat(3, 1fr); }
.post-add-photo { min-height: 0; aspect-ratio: 1; display: grid; place-content: center; gap: 2px; color: var(--muted); background: #faf7f0; border: 1px dashed #d9d0bf; border-radius: 12px; font-size: 28px; }
.post-add-photo small { font-size: 9px; font-weight: 700; }
.post-title-field input, .post-body-field textarea { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.post-title-field input { color: var(--ink); font-family: Fraunces, Georgia, serif; font-size: 22px; font-weight: 700; }
.post-body-field textarea { min-height: 112px; resize: vertical; font-size: 15px; line-height: 1.55; }
.post-meta-settings { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding-top: 13px; border-top: 1px solid var(--line); }
.post-meta-settings label { font-size: 11px; }
.post-meta-settings select { margin-top: 5px; padding: 9px; font-size: 12px; }
.post-privacy-settings summary, .add-place summary { cursor: pointer; color: var(--sage-dark); font-size: 13px; font-weight: 700; }
.post-privacy-settings[open] { display: grid; gap: 9px; }
.add-place { padding: 11px; background: #f3f6ef; border: 1px solid #d9e4d5; border-radius: 13px; }
.add-place summary { color: var(--sage-dark); cursor: pointer; font-size: 12px; font-weight: 700; }
.add-place[open] summary { margin-bottom: 11px; }
.language-options { display: grid; gap: 10px; }
.language-options button { display: flex; align-items: center; justify-content: space-between; padding: 15px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 15px; text-align: left; }
.language-options button.active { color: var(--sage-dark); background: var(--sage-pale); border-color: #b8d1b8; }
.language-options strong, .language-options small { display: block; }
.language-options small { color: var(--muted); font-size: 11px; }
.login-footnote { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; text-align: center; }
.resend-confirmation { display: block; width: fit-content; margin: 12px auto -2px; padding: 2px; border: 0; background: transparent; color: var(--sage-dark); font: inherit; font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.account-summary { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; padding: 13px; background: var(--sage-pale); border-radius: 15px; }
.account-summary .account-initial { width: 39px; height: 39px; border: 0; }
.account-summary strong, .account-summary small { display: block; }
.account-summary small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.friend-code-card { display: grid; grid-template-columns: 142px 1fr; gap: 15px; align-items: center; margin: 4px 0 17px; padding: 14px; background: #f1f6ed; border: 1px solid #d9e5d7; border-radius: 20px; }
.friend-qr { width: 142px; height: 142px; display: grid; place-items: center; overflow: hidden; color: var(--sage-dark); background: var(--paper); border-radius: 13px; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.friend-qr canvas { width: 142px !important; height: 142px !important; display: block; }
.friend-code-card small, .friend-code-card strong { display: block; }
.friend-code-card small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.friend-code-card strong { margin: 5px 0 10px; color: var(--sage-dark); font-size: 15px; letter-spacing: .04em; }
.code-copy { padding: 7px 9px; color: var(--sage-dark); background: var(--paper); border: 1px solid #cfddce; border-radius: 10px; font-size: 11px; font-weight: 700; }
.toast { position: fixed; z-index: 80; left: 50%; bottom: 88px; width: max-content; max-width: calc(100% - 32px); padding: 11px 14px; color: var(--paper); background: var(--ink); border-radius: 14px; box-shadow: var(--shadow); transform: translateX(-50%) translateY(20px); opacity: 0; transition: .25s ease; font-size: 13px; font-weight: 600; pointer-events: none; }
.toast.show { opacity: 1; transform: translateX(-50%); }

.park-card { width: min(292px, calc(100vw - 55px)); padding: 17px; color: var(--ink); background: rgba(255,253,248,.97); border: 1px solid var(--sage-dark); border-radius: 20px; box-shadow: 0 8px 25px rgba(45,60,48,.18); scroll-snap-align: start; }
.park-card .park-icon { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 7px; color: var(--paper); background: var(--sage-dark); border-radius: 13px; }
.park-card h3 { font-family: Fraunces, Georgia, serif; font-size: 20px; margin: 0 0 3px; }
.park-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; }

.message-intro { padding: 15px; margin-bottom: 14px; color: var(--sage-dark); background: var(--sage-pale); border-radius: 16px; font-size: 13px; line-height: 1.45; }
.message-log { min-height: 130px; padding: 8px 0; display: grid; gap: 9px; }
.bubble { max-width: 80%; padding: 9px 11px; color: var(--ink); background: #f2eee7; border-radius: 13px 13px 13px 3px; font-size: 13px; line-height: 1.4; }
.bubble.mine { justify-self: end; color: var(--paper); background: var(--sage-dark); border-radius: 13px 13px 3px 13px; }
.message-composer { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; border-top: 1px solid var(--line); padding-top: 12px; }
.message-composer textarea { min-height: 46px; height: 46px; }

@media (max-width: 410px) {
  .location-caption { display: none; }
  .topbar { padding-inline: 16px; }
}

@media (min-width: 700px) {
  .topbar { padding-inline: 28px; }
  main { padding: 8px 28px 112px; }
  .map-frame { height: min(62vh, 620px); }
  .segmented { left: 22px; top: 22px; }
  .cards-area { bottom: 22px; }
  .nearby-cards { padding-inline: 22px; }
  .nearby-card { width: 340px; }
  .nearby-card img { width: 114px; }
  .bottom-nav { max-width: 400px; left: 50%; right: auto; bottom: 18px; width: 390px; height: 65px; padding: 5px 20px; transform: translateX(-50%); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 9px 28px rgba(57,67,51,.13); }
  .profile-hero { margin: 0 -28px; border-radius: 24px; }
  .profile-main-photo { height: 420px; }
  .details { max-width: 670px; margin: auto; padding-top: 16px; }
  .my-profile-card { max-width: 670px; margin: auto; display: grid; grid-template-columns: 40% 1fr; }
  .my-profile-card img { height: 100%; min-height: 300px; }
  .info-block { max-width: 670px; margin-inline: auto; }
}
