:root {
  --ppd-ink: #172321;
  --ppd-muted: #687773;
  --ppd-line: #e5ebe8;
  --ppd-soft: #f4f7f5;
  --ppd-white: #fff;
  --ppd-green: #164c42;
  --ppd-green-2: #1f6659;
  --ppd-orange: #f1a13b;
  --ppd-orange-dark: #df8820;
  --ppd-red: #b42318;
  --ppd-shadow: 0 12px 35px rgba(21, 49, 44, .08);
}

body.ppd-portal-body {
  margin: 0;
  color: var(--ppd-ink);
  background: #f6f8f7;
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ppd-portal-body *, .ppd-portal-body *::before, .ppd-portal-body *::after { box-sizing: border-box; }
.ppd-portal-body a { color: inherit; text-decoration: none; }
.ppd-portal-body button, .ppd-portal-body input, .ppd-portal-body textarea, .ppd-portal-body select { font: inherit; }
.ppd-portal-body button, .ppd-portal-body a { transition: .2s ease; }
.ppd-eyebrow { color: var(--ppd-orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ppd-mobile-kicker { display: none; }

.ppd-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
}
.ppd-button:hover { transform: translateY(-1px); }
.ppd-button--primary { background: var(--ppd-orange); color: #1d251f; box-shadow: 0 7px 18px rgba(241, 161, 59, .2); }
.ppd-button--primary:hover { background: var(--ppd-orange-dark); color: #fff; }
.ppd-button--dark { background: var(--ppd-green); color: #fff; }
.ppd-button--light { background: #fff; color: var(--ppd-green); }
.ppd-button--ghost { border-color: var(--ppd-line); background: #fff; color: var(--ppd-ink); }
.ppd-button--wide { width: 100%; }

.ppd-notice {
  align-items: flex-start;
  border: 1px solid;
  border-radius: 10px;
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  padding: 13px 15px;
}
.ppd-notice--success { background: #edfbf4; border-color: #b9ead1; color: #146c43; }
.ppd-notice--error { background: #fff2f1; border-color: #f4c7c3; color: #9d261c; }
.ppd-notice--info { background: #eef7ff; border-color: #c9e1f5; color: #175f94; }

/* Authentication */
.ppd-auth-shell { display: grid; grid-template-columns: minmax(390px, .9fr) minmax(500px, 1.1fr); min-height: 100vh; }
.ppd-auth-brand {
  background: linear-gradient(145deg, #0e3b34 0%, #19584d 58%, #296e60 100%);
  color: #fff;
  overflow: hidden;
  padding: 48px clamp(40px, 6vw, 92px);
  position: relative;
}
.ppd-auth-brand::before {
  background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
  position: absolute;
}
.ppd-auth-logo { display: inline-block; position: relative; z-index: 2; }
.ppd-auth-logo img { background: #fff; border-radius: 12px; display: block; height: 66px; object-fit: contain; padding: 8px 14px; width: 172px; }
.ppd-auth-brand__copy { max-width: 570px; position: relative; top: 18%; z-index: 2; }
.ppd-auth-brand__copy .ppd-eyebrow { color: #ffd79b; }
.ppd-auth-brand__copy h1 { font-family: Manrope, sans-serif; font-size: clamp(40px, 4.6vw, 68px); letter-spacing: -.045em; line-height: 1.03; margin: 18px 0 24px; }
.ppd-auth-brand__copy p { color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.8; max-width: 520px; }
.ppd-auth-points { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 35px; }
.ppd-auth-points span { align-items: center; display: flex; font-size: 13px; font-weight: 700; gap: 9px; }
.ppd-auth-points i { align-items: center; background: rgba(255,255,255,.12); border-radius: 50%; display: inline-flex; height: 34px; justify-content: center; width: 34px; }
.ppd-auth-orb { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; position: absolute; }
.ppd-auth-orb--one { bottom: -150px; height: 430px; right: -80px; width: 430px; }
.ppd-auth-orb--two { bottom: 50px; height: 250px; right: 10px; width: 250px; }
.ppd-auth-panel { align-items: center; background: #fff; display: flex; justify-content: center; padding: 50px 7vw; }
.ppd-auth-card { max-width: 510px; width: 100%; }
.ppd-back-link { align-items: center; color: var(--ppd-muted); display: inline-flex; font-size: 13px; font-weight: 600; gap: 8px; margin-bottom: clamp(30px, 7vh, 70px); }
.ppd-back-link:hover { color: var(--ppd-green); }
.ppd-auth-heading { margin-bottom: 28px; }
.ppd-auth-heading h2 { font-family: Manrope, sans-serif; font-size: 32px; letter-spacing: -.025em; margin: 8px 0; }
.ppd-auth-heading p { color: var(--ppd-muted); line-height: 1.6; margin: 0; }
.ppd-auth-heading__icon { align-items: center; background: #fff4e4; border-radius: 50%; color: var(--ppd-orange-dark); display: inline-flex; font-size: 20px; height: 52px; justify-content: center; margin-bottom: 15px; width: 52px; }
.ppd-form { display: grid; gap: 18px; }
.ppd-form label, .ppd-property-form label, .ppd-profile-form label { color: #33413e; display: grid; font-size: 13px; font-weight: 700; gap: 8px; }
.ppd-form label > span:first-of-type, .ppd-property-form label > span:first-of-type, .ppd-profile-form label > span:first-of-type { color: var(--ppd-red); }
.ppd-form input:not([type="checkbox"]):not([type="radio"]), .ppd-form select,
.ppd-property-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), .ppd-property-form select, .ppd-property-form textarea,
.ppd-profile-form input:not([type="checkbox"]):not([type="radio"]), .ppd-profile-form select, .ppd-profile-form textarea {
  background: #fff;
  border: 1px solid #dce4e1;
  border-radius: 9px;
  color: var(--ppd-ink);
  min-height: 48px;
  outline: 0;
  padding: 11px 14px;
  transition: border .2s, box-shadow .2s;
  width: 100%;
}
.ppd-form input:focus, .ppd-form select:focus, .ppd-property-form input:focus, .ppd-property-form select:focus, .ppd-property-form textarea:focus, .ppd-profile-form input:focus, .ppd-profile-form textarea:focus { border-color: var(--ppd-orange); box-shadow: 0 0 0 3px rgba(241,161,59,.12); }
.ppd-form label small, .ppd-property-form label small { color: #84918e; font-size: 11px; font-weight: 500; }
.ppd-input-wrap { align-items: center; display: flex; position: relative; }
.ppd-input-wrap > i { color: #93a09d; left: 15px; position: absolute; }
.ppd-input-wrap input { padding-left: 42px !important; }
.ppd-password-toggle { background: transparent; border: 0; color: #7e8d89; cursor: pointer; padding: 10px; position: absolute; right: 4px; }
.ppd-form-row { align-items: center; display: flex; gap: 15px; }
.ppd-form-row--between { justify-content: space-between; }
.ppd-form-row a, .ppd-auth-switch a { color: var(--ppd-green-2); font-weight: 800; }
.ppd-check { align-items: center; display: flex !important; font-weight: 500 !important; grid-template-columns: auto 1fr; }
.ppd-check input { accent-color: var(--ppd-green); height: 16px; margin: 0; width: 16px; }
.ppd-auth-switch { color: var(--ppd-muted); font-size: 13px; margin: 25px 0 0; text-align: center; }
.ppd-field-grid { display: grid; gap: 16px; }
.ppd-field-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ppd-field-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ppd-field-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ppd-account-types { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.ppd-account-types label { cursor: pointer; }
.ppd-account-types input { opacity: 0; pointer-events: none; position: absolute; }
.ppd-account-types label > span { border: 1px solid var(--ppd-line); border-radius: 10px; display: grid; gap: 3px; grid-template-columns: 36px 1fr; padding: 13px; }
.ppd-account-types label > span > i { align-items: center; background: var(--ppd-soft); border-radius: 8px; color: var(--ppd-green); display: flex; grid-row: 1 / 3; justify-content: center; }
.ppd-account-types strong { color: var(--ppd-ink); font-size: 13px; }
.ppd-account-types small { color: var(--ppd-muted); font-size: 11px; font-weight: 500; }
.ppd-account-types input:checked + span { background: #f2f9f6; border-color: var(--ppd-green-2); box-shadow: 0 0 0 2px rgba(31,102,89,.08); }

/* Dashboard frame */
.ppd-dashboard { min-height: 100vh; }
.ppd-sidebar {
  background: #fff;
  border-right: 1px solid var(--ppd-line);
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  padding: 25px 22px;
  position: fixed;
  top: 0;
  width: 278px;
  z-index: 40;
}
.ppd-sidebar__top { align-items: center; display: flex; justify-content: space-between; }
.ppd-dashboard-logo img { display: block; height: 52px; object-fit: contain; width: 152px; }
.ppd-sidebar-close { background: transparent; border: 0; display: none; font-size: 20px; }
.ppd-user-card { align-items: center; background: var(--ppd-soft); border-radius: 12px; display: flex; gap: 11px; margin: 28px 0; padding: 12px; }
.ppd-user-card img { border: 2px solid #fff; border-radius: 50%; height: 42px; object-fit: cover; width: 42px; }
.ppd-user-card div { min-width: 0; }
.ppd-user-card strong, .ppd-user-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ppd-user-card strong { font-size: 13px; }
.ppd-user-card small { color: var(--ppd-muted); font-size: 10px; margin-top: 3px; text-transform: uppercase; }
.ppd-dashboard-nav { display: grid; gap: 5px; }
.ppd-nav-label { color: #9aa6a3; font-size: 10px; font-weight: 800; letter-spacing: .12em; margin: 3px 12px 9px; text-transform: uppercase; }
.ppd-dashboard-nav a { align-items: center; border-radius: 9px; color: #52615d; display: flex; font-size: 13px; font-weight: 600; gap: 12px; padding: 12px 13px; }
.ppd-dashboard-nav a:hover { background: #f7f9f8; color: var(--ppd-green); }
.ppd-dashboard-nav a.is-active { background: #edf6f2; color: var(--ppd-green); font-weight: 800; }
.ppd-dashboard-nav a i { color: #85918e; text-align: center; width: 17px; }
.ppd-dashboard-nav a.is-active i { color: var(--ppd-green); }
.ppd-dashboard-nav a b { background: #dceae5; border-radius: 12px; font-size: 10px; margin-left: auto; min-width: 23px; padding: 4px 7px; text-align: center; }
.ppd-sidebar__bottom { display: grid; gap: 12px; margin-top: auto; }
.ppd-signout { align-items: center; border-radius: 9px; color: #687773; display: flex; font-size: 13px; font-weight: 700; gap: 12px; padding: 12px 14px; }
.ppd-signout:hover { background: #fff1f0; color: var(--ppd-red); }
.ppd-sidebar-overlay { display: none; }
.ppd-dashboard-main { margin-left: 278px; min-height: 100vh; }
.ppd-dashboard-header { align-items: center; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--ppd-line); display: flex; height: 84px; justify-content: space-between; padding: 0 clamp(24px, 4vw, 58px); position: sticky; top: 0; z-index: 25; }
.ppd-dashboard-header h1 { font-family: Manrope, sans-serif; font-size: 22px; letter-spacing: -.02em; margin: 0; }
.ppd-sidebar-toggle { background: #fff; border: 1px solid var(--ppd-line); border-radius: 9px; display: none; height: 42px; width: 42px; }
.ppd-dashboard-header__actions { align-items: center; display: flex; gap: 22px; }
.ppd-view-site { color: var(--ppd-muted); font-size: 12px; font-weight: 700; }
.ppd-header-avatar { align-items: center; display: flex; font-size: 12px; font-weight: 700; gap: 9px; }
.ppd-header-avatar img { border-radius: 50%; height: 36px; width: 36px; }
.ppd-dashboard-content { margin: 0 auto; max-width: 1500px; padding: 36px clamp(24px, 4vw, 58px) 60px; }
.ppd-dashboard-footer { color: #899692; display: flex; font-size: 11px; justify-content: space-between; padding: 20px clamp(24px, 4vw, 58px) 28px; }

/* Dashboard content */
.ppd-welcome-card { align-items: center; background: linear-gradient(120deg, #123f37, #1f6659); border-radius: 17px; color: #fff; display: flex; justify-content: space-between; min-height: 215px; overflow: hidden; padding: 34px 42px; position: relative; }
.ppd-welcome-card > div:first-child { max-width: 630px; position: relative; z-index: 2; }
.ppd-welcome-card .ppd-eyebrow { color: #ffd18d; }
.ppd-welcome-card h2 { font-family: Manrope, sans-serif; font-size: 30px; letter-spacing: -.03em; margin: 8px 0; }
.ppd-welcome-card p { color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.6; margin: 0 0 22px; }
.ppd-welcome-art { align-items: center; display: flex; font-size: 130px; height: 100%; justify-content: center; opacity: .16; position: absolute; right: 7%; top: 0; width: 280px; }
.ppd-welcome-art span { border: 24px solid rgba(255,255,255,.2); border-radius: 50%; height: 220px; position: absolute; width: 220px; }
.ppd-stat-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 20px 0; }
.ppd-stat-card { align-items: center; background: #fff; border: 1px solid var(--ppd-line); border-radius: 13px; display: grid; gap: 13px; grid-template-columns: 48px 1fr; min-height: 110px; padding: 18px; }
.ppd-stat-icon { align-items: center; border-radius: 11px; display: flex; font-size: 18px; height: 48px; justify-content: center; width: 48px; }
.ppd-stat-icon--all { background: #edf4ff; color: #2868af; }.ppd-stat-icon--live { background: #eaf8f0; color: #248a56; }.ppd-stat-icon--pending { background: #fff5e3; color: #cb7b16; }.ppd-stat-icon--issue { background: #fff0ef; color: #bd3c31; }
.ppd-stat-card small { color: var(--ppd-muted); display: block; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.ppd-stat-card strong { display: block; font-family: Manrope, sans-serif; font-size: 27px; margin-top: 3px; }
.ppd-stat-card > a { color: var(--ppd-green-2); font-size: 10px; font-weight: 800; grid-column: 1 / 3; }
.ppd-panel { background: #fff; border: 1px solid var(--ppd-line); border-radius: 14px; box-shadow: 0 5px 18px rgba(22,76,66,.025); }
.ppd-panel-heading { align-items: center; border-bottom: 1px solid var(--ppd-line); display: flex; justify-content: space-between; padding: 22px 25px; }
.ppd-panel-heading h2 { font-family: Manrope, sans-serif; font-size: 17px; margin: 0 0 4px; }
.ppd-panel-heading p { color: var(--ppd-muted); font-size: 12px; margin: 0; }
.ppd-panel-heading > a { color: var(--ppd-green); font-size: 12px; font-weight: 800; }
.ppd-page-intro { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 25px; }
.ppd-page-intro h2 { font-family: Manrope, sans-serif; font-size: 28px; letter-spacing: -.025em; margin: 7px 0 6px; }
.ppd-page-intro p { color: var(--ppd-muted); font-size: 13px; margin: 0; }

/* Listings */
.ppd-listing-toolbar { align-items: center; border-bottom: 1px solid var(--ppd-line); display: flex; gap: 25px; justify-content: space-between; padding: 0 22px; }
.ppd-status-tabs { display: flex; gap: 25px; overflow-x: auto; }
.ppd-status-tabs a { align-items: center; border-bottom: 2px solid transparent; color: var(--ppd-muted); display: flex; font-size: 12px; font-weight: 700; gap: 6px; min-height: 66px; white-space: nowrap; }
.ppd-status-tabs a span { background: var(--ppd-soft); border-radius: 10px; font-size: 9px; padding: 3px 6px; }
.ppd-status-tabs a.is-active { border-color: var(--ppd-orange); color: var(--ppd-ink); }
.ppd-search { align-items: center; background: var(--ppd-soft); border: 1px solid transparent; border-radius: 22px; display: flex; min-width: 240px; padding: 0 14px; }
.ppd-search:focus-within { background: #fff; border-color: var(--ppd-orange); }
.ppd-search i { color: #899692; font-size: 12px; }
.ppd-search input { background: transparent; border: 0; font-size: 12px; min-height: 40px; outline: 0; padding: 0 10px; width: 100%; }
.ppd-listing-table__head, .ppd-listing-row { align-items: center; display: grid; gap: 16px; grid-template-columns: minmax(280px, 2fr) minmax(95px, .7fr) minmax(120px, .8fr) minmax(125px, .8fr) 110px; }
.ppd-listing-table__head { color: #8d9996; font-size: 10px; font-weight: 800; letter-spacing: .08em; padding: 15px 22px; text-transform: uppercase; }
.ppd-listing-row { border-top: 1px solid #edf1ef; min-height: 82px; padding: 13px 22px; }
.ppd-listing-row:hover { background: #fbfcfb; }
.ppd-listing-cell { color: #53625e; font-size: 12px; }
.ppd-listing-cell small { color: #8b9794; display: block; font-size: 10px; margin-top: 4px; }
.ppd-listing-cell--property { align-items: center; display: flex; gap: 12px; min-width: 0; }
.ppd-listing-cell--property > div:last-child { min-width: 0; }
.ppd-listing-cell--property strong { color: var(--ppd-ink); display: block; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ppd-listing-thumb { align-items: center; background: #edf1ef center/cover no-repeat; border-radius: 8px; color: #9aa6a3; display: flex; flex: 0 0 58px; height: 50px; justify-content: center; }
.ppd-status { border-radius: 15px; display: inline-flex; font-size: 10px; font-weight: 800; padding: 6px 9px; white-space: nowrap; }
.ppd-status--publish { background: #e9f8f0; color: #197247; }.ppd-status--pending { background: #fff4df; color: #a9620d; }.ppd-status--rejected { background: #ffedeb; color: #a92d23; }.ppd-status--expired { background: #eef0f3; color: #606a76; }
.ppd-listing-actions { align-items: center; display: flex; gap: 5px; justify-content: flex-end; }
.ppd-inline-form { display: inline-flex; margin: 0; }
.ppd-icon-button { align-items: center; background: transparent; border: 0; border-radius: 7px; color: #75837f; cursor: pointer; display: inline-flex; height: 34px; justify-content: center; padding: 0; width: 34px; }
.ppd-icon-button:hover { background: #eaf4f0; color: var(--ppd-green); }.ppd-icon-button--danger:hover { background: #fff0ef; color: var(--ppd-red); }
.ppd-empty-state { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 310px; padding: 40px 25px; text-align: center; }
.ppd-empty-icon { align-items: center; background: var(--ppd-soft); border-radius: 50%; color: #8d9996; display: flex; font-size: 27px; height: 70px; justify-content: center; width: 70px; }
.ppd-empty-state h3 { font-family: Manrope, sans-serif; margin: 16px 0 5px; }.ppd-empty-state p { color: var(--ppd-muted); font-size: 12px; margin: 0 0 20px; }

/* Submission form */
.ppd-submission-note { align-items: center; background: #eef7ff; border: 1px solid #cfe4f7; border-radius: 12px; color: #1d648f; display: flex; gap: 14px; margin-bottom: 18px; padding: 15px 18px; }
.ppd-submission-note > i { font-size: 22px; }.ppd-submission-note strong { display: block; font-size: 13px; }.ppd-submission-note p { font-size: 11px; margin: 3px 0 0; }
.ppd-submission-note--approved { background: #e9f8f0; border-color: #bfe8d1; color: #197247; }
.ppd-property-form { display: grid; gap: 18px; }
.ppd-form-section { display: grid; grid-template-columns: 260px 1fr; }
.ppd-form-section__heading { border-right: 1px solid var(--ppd-line); display: flex; gap: 13px; padding: 27px 22px; }
.ppd-form-section__heading > span { align-items: center; background: #edf6f2; border-radius: 50%; color: var(--ppd-green); display: flex; flex: 0 0 32px; font-size: 12px; font-weight: 800; height: 32px; justify-content: center; }
.ppd-form-section__heading h3 { font-family: Manrope, sans-serif; font-size: 15px; margin: 5px 0; }.ppd-form-section__heading p { color: var(--ppd-muted); font-size: 11px; line-height: 1.5; margin: 0; }
.ppd-form-section__body { display: grid; gap: 18px; padding: 28px; }
.ppd-property-form textarea, .ppd-profile-form textarea { resize: vertical; }
.ppd-amenity-grid { display: grid; gap: 9px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ppd-check-card { cursor: pointer; }
.ppd-check-card input { opacity: 0; position: absolute; }
.ppd-check-card span { align-items: center; border: 1px solid var(--ppd-line); border-radius: 8px; color: #596763 !important; display: flex; font-size: 11px; font-weight: 600; gap: 8px; min-height: 40px; padding: 8px 11px; }
.ppd-check-card span i { align-items: center; border: 1px solid #cfd8d5; border-radius: 4px; color: transparent; display: flex; font-size: 8px; height: 16px; justify-content: center; width: 16px; }
.ppd-check-card input:checked + span { background: #f0f8f5; border-color: #96c9b8; color: var(--ppd-green) !important; }.ppd-check-card input:checked + span i { background: var(--ppd-green); border-color: var(--ppd-green); color: #fff; }
.ppd-upload-zone { align-items: center; background: #fbfcfc; border: 1px dashed #b9c8c3; border-radius: 11px; cursor: pointer; display: flex !important; flex-direction: column; gap: 5px !important; justify-content: center; min-height: 175px; padding: 25px; text-align: center; }
.ppd-upload-zone.is-dragging { background: #eef7f3; border-color: var(--ppd-green-2); }.ppd-upload-zone > i { color: var(--ppd-green-2); font-size: 29px; margin-bottom: 5px; }.ppd-upload-zone strong { font-size: 13px; }.ppd-upload-zone span { color: var(--ppd-muted) !important; font-size: 11px; font-weight: 500; }.ppd-upload-zone input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.ppd-upload-preview, .ppd-existing-gallery { display: grid; gap: 10px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ppd-upload-preview figure, .ppd-existing-gallery label { aspect-ratio: 1.25; border-radius: 8px; margin: 0; overflow: hidden; position: relative; }
.ppd-upload-preview img, .ppd-existing-gallery img { height: 100%; object-fit: cover; width: 100%; }
.ppd-existing-gallery input { opacity: 0; position: absolute; }.ppd-existing-gallery span { background: rgba(18,35,32,.8); bottom: 0; color: #fff !important; cursor: pointer; font-size: 9px; left: 0; padding: 7px; position: absolute; right: 0; text-align: center; }.ppd-existing-gallery input:checked + span { background: rgba(180,35,24,.92); }
.ppd-submit-bar { align-items: center; background: #fff; border: 1px solid var(--ppd-line); border-radius: 13px; bottom: 15px; box-shadow: var(--ppd-shadow); display: flex; gap: 10px; justify-content: flex-end; padding: 14px 16px; position: sticky; z-index: 10; }
.ppd-submit-bar > div { align-items: center; color: var(--ppd-muted); display: flex; font-size: 11px; gap: 8px; margin-right: auto; }.ppd-submit-bar > div i { color: #2c78a5; }

/* Profile and favourites */
.ppd-profile-form { overflow: hidden; }
.ppd-profile-banner { align-items: center; background: linear-gradient(100deg, #153f38, #28675c); color: #fff; display: flex; gap: 15px; min-height: 125px; padding: 25px 34px; }
.ppd-profile-banner img { border: 3px solid rgba(255,255,255,.65); border-radius: 50%; height: 72px; width: 72px; }.ppd-profile-banner h3 { font-family: Manrope, sans-serif; margin: 0 0 5px; }.ppd-profile-banner p { color: rgba(255,255,255,.7); font-size: 11px; margin: 0; }.ppd-profile-banner .ppd-status { margin-left: auto; }
.ppd-profile-fields { display: grid; gap: 20px; padding: 32px; }.ppd-form-actions { display: flex; justify-content: flex-end; }
.ppd-favourite-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ppd-favourite-card { background: #fff; border: 1px solid var(--ppd-line); border-radius: 13px; overflow: hidden; }
.ppd-favourite-card__image { background: #e9efec center/cover no-repeat; display: block; height: 190px; padding: 14px; }.ppd-favourite-card__image span { background: #fff; border-radius: 14px; color: var(--ppd-green); display: inline-block; font-size: 9px; font-weight: 800; padding: 6px 9px; text-transform: uppercase; }
.ppd-favourite-card__body { padding: 18px; }.ppd-favourite-card__body > small { color: var(--ppd-muted); font-size: 10px; }.ppd-favourite-card__body h3 { font-family: Manrope, sans-serif; font-size: 15px; line-height: 1.4; margin: 7px 0 10px; }.ppd-favourite-card__body > strong { color: var(--ppd-green); font-size: 16px; }
.ppd-favourite-card__actions { align-items: center; border-top: 1px solid var(--ppd-line); display: flex; justify-content: space-between; margin-top: 16px; padding-top: 13px; }.ppd-favourite-card__actions > a { color: var(--ppd-green); font-size: 11px; font-weight: 800; }
.ppd-property-favourite-form { display: inline; margin: 0; }.ppd-property-favourite { align-items: center; background: #fff; border: 1px solid var(--ppd-line); border-radius: 8px; color: #596763; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 700; gap: 7px; min-height: 38px; padding: 0 12px; }.ppd-property-favourite.is-saved { background: #fff0ef; border-color: #f0cbc8; color: #b42318; }.ppd-favourite-card .ppd-property-favourite { border: 0; font-size: 0; height: 34px; min-height: 34px; padding: 0; width: 34px; }.ppd-favourite-card .ppd-property-favourite i { font-size: 14px; }

@media (max-width: 1180px) {
  .ppd-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .ppd-listing-toolbar { align-items: stretch; flex-direction: column; gap: 12px; padding-bottom: 16px; }
  .ppd-status-tabs a { min-height: 55px; }
  .ppd-search { max-width: 340px; }
  .ppd-field-grid--four { grid-template-columns: repeat(2, 1fr); }
  .ppd-favourite-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .ppd-auth-shell { grid-template-columns: 1fr; }
  .ppd-auth-brand { display: none; }
  .ppd-auth-panel { min-height: 100vh; padding: 40px 25px; }
  .ppd-sidebar { box-shadow: 20px 0 50px rgba(14,44,39,.18); transform: translateX(-105%); transition: transform .25s ease; }
  .ppd-sidebar.is-open { transform: translateX(0); }
  .ppd-sidebar-close, .ppd-sidebar-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .ppd-sidebar-overlay { background: rgba(10,25,22,.45); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s; z-index: 35; }
  .ppd-sidebar-overlay.is-open { display: block; opacity: 1; pointer-events: auto; }
  .ppd-dashboard-main { margin-left: 0; }
  .ppd-dashboard-header { justify-content: flex-start; gap: 15px; }
  .ppd-dashboard-header__actions { margin-left: auto; }.ppd-view-site { display: none; }
  .ppd-form-section { grid-template-columns: 1fr; }.ppd-form-section__heading { border-bottom: 1px solid var(--ppd-line); border-right: 0; }
  .ppd-listing-table__head { display: none; }
  .ppd-listing-row { align-items: flex-start; grid-template-columns: minmax(260px, 2fr) repeat(3, auto); }
  .ppd-listing-row .ppd-listing-cell:nth-of-type(3) { display: none; }.ppd-listing-actions { align-self: center; }
}

@media (max-width: 680px) {
  .ppd-auth-panel { align-items: flex-start; padding: 25px 18px; }.ppd-back-link { margin-bottom: 35px; }.ppd-auth-heading h2 { font-size: 26px; }
  .ppd-field-grid--two, .ppd-field-grid--three, .ppd-field-grid--four { grid-template-columns: 1fr; }
  .ppd-dashboard-header { height: 70px; padding: 0 16px; }.ppd-dashboard-header h1 { font-size: 16px; }.ppd-mobile-kicker { color: var(--ppd-muted); display: block; font-size: 9px; text-transform: uppercase; }.ppd-header-avatar span { display: none; }
  .ppd-dashboard-content { padding: 22px 14px 45px; }.ppd-dashboard-footer { padding: 15px; }
  .ppd-welcome-card { min-height: 250px; padding: 28px 23px; }.ppd-welcome-card h2 { font-size: 25px; }.ppd-welcome-art { right: -55px; }
  .ppd-stat-grid { grid-template-columns: 1fr 1fr; }.ppd-stat-card { gap: 9px; grid-template-columns: 40px 1fr; min-height: 95px; padding: 13px; }.ppd-stat-icon { height: 40px; width: 40px; }.ppd-stat-card strong { font-size: 22px; }
  .ppd-panel-heading { align-items: flex-start; gap: 12px; padding: 18px; }.ppd-panel-heading > a { white-space: nowrap; }
  .ppd-page-intro { align-items: flex-start; flex-direction: column; gap: 17px; }.ppd-page-intro h2 { font-size: 24px; }
  .ppd-listing-toolbar { padding-left: 14px; padding-right: 14px; }.ppd-status-tabs { gap: 18px; }.ppd-search { max-width: none; min-width: 0; }
  .ppd-listing-row { gap: 10px; grid-template-columns: 1fr auto; padding: 14px; }.ppd-listing-cell--property { grid-column: 1 / 3; }.ppd-listing-row > .ppd-listing-cell:not(.ppd-listing-cell--property) { display: block; }.ppd-listing-cell[data-label]::before { color: #96a09e; content: attr(data-label) ": "; font-size: 9px; text-transform: uppercase; }.ppd-listing-actions { grid-column: 2; grid-row: 2 / 4; }
  .ppd-form-section__heading, .ppd-form-section__body { padding: 20px 17px; }.ppd-amenity-grid { grid-template-columns: repeat(2, 1fr); }.ppd-upload-preview, .ppd-existing-gallery { grid-template-columns: repeat(3, 1fr); }
  .ppd-submit-bar { align-items: stretch; flex-wrap: wrap; }.ppd-submit-bar > div { flex-basis: 100%; }.ppd-submit-bar .ppd-button { flex: 1; padding: 0 10px; }
  .ppd-profile-banner { padding: 22px 18px; }.ppd-profile-banner img { height: 55px; width: 55px; }.ppd-profile-banner .ppd-status { display: none; }.ppd-profile-fields { padding: 22px 17px; }
  .ppd-favourite-grid { grid-template-columns: 1fr; }.ppd-dashboard-footer span:last-child { display: none; }
}

@media (max-width: 430px) {
  .ppd-account-types { grid-template-columns: 1fr; }
  .ppd-stat-grid { grid-template-columns: 1fr; }
  .ppd-stat-card { grid-template-columns: 45px 1fr; }
  .ppd-amenity-grid { grid-template-columns: 1fr; }
}

