@import url("/fonts/geologica.css");
:root {
  --ink: #272725;
  --color-primary: 0 0% 15%;
  --color-secondary: 14 45% 53%;
  --color-neutral: 35 20% 87%;
  --color-base: 0 0% 15%;
  --color-muted: 35 8% 46%;
  --color-background: 45 20% 97%;
  --color-background-secondary: 0 0% 100%;
  --color-inverted: 0 0% 100%;
  --font-sans: "Geologica Variable", sans-serif;
  --muted: #626269;
  --color-muted: 240 4% 40%;
}
.punshik-billing {
  margin: 0;
  min-height: 100vh;
  background: #f7f6f3;
  color: #282724;
  font-family: "Geologica Variable", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3 {
  font-family: "Geologica Variable", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
button,
a {
  transition:
    background 0.18s,
    transform 0.2s;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #f2ae96;
  outline-offset: 4px;
}
.p-top {
  height: 83px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 40px;
  background: white;
  border-bottom: 1px solid #e9e5dc;
  position: relative;
  z-index: 30;
}
.p-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font:
    700 29px "Geologica Variable",
    sans-serif;
  letter-spacing: -0.025em;
  color: #252525;
}
.p-brand > span {
  color: #ee9781;
  margin-left: -8px;
}
.p-brand img {
  height: 29px;
  width: 29px;
  transform: rotate(-8deg);
}
.p-crumb {
  font-size: 13px;
  color: var(--muted);
  display: flex;
  gap: 15px;
  margin-left: 40px;
}
.p-local {
  font-size: 13px;
  color: var(--muted);
  border: 1px solid #e9dfd0;
  border-radius: 4px;
  padding: 5px 8px;
  margin-left: auto;
}
.p-back {
  font-size: 13px;
  color: var(--muted);
}
.p-menu {
  display: none;
  background: none;
  font-size: 22px;
}
.p-sidebar {
  position: fixed;
  top: 83px;
  bottom: 0;
  left: 0;
  width: 246px;
  padding: 30px 22px;
  background: white;
  border-right: 1px solid #e9e5dc;
  display: flex;
  flex-direction: column;
  z-index: 25;
  overflow-y: auto;
}
.p-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #ece6dc;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 25px;
}
.p-user > span {
  width: 30px;
  height: 30px;
  background: #f2ebe0;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 14px;
}
.p-user small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 5px;
  font-weight: 400;
}
.p-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-sidebar nav > a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 12px;
  border-radius: 7px;
  font-size: 15px;
  color: var(--muted);
}
.p-sidebar nav > a.active {
  background: #f0ede7;
  color: #363129;
  font-weight: 600;
}
.p-nav-icon {
  width: 18px;
  height: 18px;
}
.p-sidebar nav > a.p-admin-link {
  margin-top: 12px;
  background: var(--ink, #272725);
  color: white;
  font-weight: 600;
}
.p-sidebar nav > a.p-admin-link:hover { background: #41403d; }
.p-admin-link > span { margin-left: auto; }
.p-count {
  margin-left: auto;
  background: #eae3d8;
  padding: 1px 5px;
  border-radius: 4px;
  font-size: 13px;
}
.p-sidebar-bottom {
  margin-top: auto;
  padding-top: 30px;
  font-size: 13px;
  color: var(--muted);
}
.p-tiny-card {
  padding: 15px;
  background: #f6f1e8;
  border-radius: 10px;
  font-size: 13px;
}
.p-tiny-card p {
  font-size: 13px;
  margin: 7px 0 14px;
  color: var(--muted);
}
.p-tiny-card a {
  font-size: 13px;
  color: #71604a;
}
.p-help {
  display: block;
  margin: 20px 10px;
}
.p-sidebar-bottom button {
  font-size: 13px;
}
.p-sidebar-bottom svg {
  width: 16px;
  height: 16px;
}
.p-powered {
  font-size: 13px;
  display: block;
  margin: 18px 10px 0;
  color: var(--muted);
}
.p-main {
  margin-left: 246px;
  min-height: calc(100vh - 83px);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.p-main > main {
  flex: 1;
  min-width: 0;
}
.is-guest .p-main {
  margin-left: 0;
}
.p-footer {
  padding: 27px 42px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 30px;
}
.p-dashboard {
  padding: 43px 42px;
  max-width: 1450px;
  margin: auto;
}
.p-page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 31px;
}
.p-eyebrow {
  font-size: 13px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: var(--muted);
  display: block;
}
.p-page-heading h1 {
  font-size: 37px;
  line-height: 1.3;
  margin: 14px 0 9px;
  letter-spacing: -0.025em;
}
.p-page-heading p {
  font-size: 15px;
  color: var(--muted);
}
.p-wave {
  display: inline-block;
  font-size: 31px;
}
.p-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: #292827;
  color: white;
  border-radius: 9px;
  padding: 14px 19px;
  font-size: 13px;
  font-weight: 600;
}
.p-button:hover {
  background: #45423c;
  transform: translateY(-2px);
}
.p-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 21px;
  margin-bottom: 36px;
}
.p-black-card {
  padding: 26px;
  background: #28282a;
  color: white;
  border-radius: 15px;
}
.p-black-card > span {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #c3bcb2;
}
.p-black-card > strong {
  display: block;
  font:
    700 49px "Geologica Variable",
    sans-serif;
  letter-spacing: -0.025em;
  margin: 15px 0 6px;
}
.p-black-card strong small {
  font:
    400 13px "Geologica Variable",
    sans-serif;
  letter-spacing: 0;
  color: #aaa39a;
  margin-left: 10px;
}
.p-black-card p {
  font-size: 13px;
  color: #aaa39a;
}
.p-black-card > a {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 24px;
  padding-top: 17px;
  border-top: 1px solid #ffffff25;
  color: #e0d8cc;
}
.p-peach-card {
  padding: 28px;
  background: #f4dfd3;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.p-peach-card > div {
  position: relative;
  z-index: 1;
}
.p-peach-card .p-eyebrow {
  font-size: 13px;
  letter-spacing: 1.1px;
}
.p-peach-card h2 {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 17px 0 22px;
  max-width: 260px;
}
.p-peach-card a {
  font-size: 13px;
  font-weight: 600;
}
.p-peach-card img {
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 49%;
  height: 240px;
  transform: rotate(-10deg);
}
.p-list-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0 18px;
}
.p-list-heading h2 {
  font-size: 21px;
  letter-spacing: -0.025em;
}
.p-list-heading h2 > span {
  font:
    400 13px "Geologica Variable",
    sans-serif;
  background: #eae2d6;
  padding: 3px 6px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 5px;
}
.p-list-heading > a {
  font-size: 13px;
  color: var(--muted);
}
.p-services {
  border: 1px solid #e9e1d5;
  border-radius: 12px;
  background: white;
  overflow: hidden;
}
.p-empty {
  text-align: center;
  padding: 35px 20px;
}
.p-empty > svg {
  height: 33px;
  width: 33px;
  margin: 0 auto 16px;
  color: var(--muted);
}
.p-empty h3 {
  font-size: 18px;
  letter-spacing: -0.025em;
}
.p-empty p {
  font-size: 13px;
  color: var(--muted);
  margin: 10px 0 20px;
}
.p-empty > a {
  font-size: 13px;
  font-weight: 600;
}
.p-empty a span {
  margin-left: 12px;
}
.p-service-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #e9e1d5;
  font-size: 14px;
}
.p-service-row:last-child {
  border: 0;
}
.p-service-icon {
  background: #f8e4d6;
  border-radius: 9px;
  padding: 12px;
}
.p-service-icon svg {
  width: 20px;
  height: 20px;
}
.p-service-row b {
  font-size: 14px;
  font-weight: 600;
}
.p-service-row small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
}
.p-status {
  font-size: 13px;
  padding: 5px 8px;
  background: #f6eddc;
  color: #ad8755;
  border-radius: 5px;
  margin-left: auto;
}
.p-status.active {
  background: #eaf1e3;
  color: #839b6b;
}
.p-service-row > span:last-child {
  color: var(--muted);
}
.p-account-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 22px;
}
.p-account-bottom > a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 19px;
  background: #f0ece4;
  border-radius: 10px;
}
.p-account-bottom svg {
  width: 21px;
  height: 21px;
  color: var(--muted);
}
.p-account-bottom b {
  font-size: 13px;
  font-weight: 600;
}
.p-account-bottom small {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 5px;
}
.p-account-bottom > a > span:last-child {
  margin-left: auto;
  font-size: 17px;
}
.p-dev-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 23px;
  line-height: 1.7;
}
.p-auth-form {
  width: calc(100% - 40px);
  max-width: 480px;
  background: white;
  border: 1px solid #eae3d8;
  border-radius: 18px;
  padding: 40px;
  margin: 55px auto;
  box-shadow: 0 15px 50px #3c2b1110;
}
.p-auth-form h1 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin: 18px 0 14px;
}
.p-auth-intro {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 25px;
}
.p-auth-form label {
  font-size: 15px;
  color: var(--muted);
}
.p-auth-form input:not([type="checkbox"]) {
  background: #faf8f4;
  border: 1px solid #e5dccd;
  border-radius: 8px;
  font-size: 16px;
  min-height: 44px;
  padding: 11px 13px;
  box-shadow: none;
}
.p-auth-form input:focus {
  border-color: #dfaa8d;
  outline: 2px solid #fae3d3;
}
.p-auth-form button[type="submit"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #292826;
  color: white;
  border-radius: 8px;
  padding: 14px 19px;
  font-size: 14px;
  margin-top: 24px;
  min-height: 46px;
}
.p-auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 20px 0 0;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}
.p-auth-options label {
  font-size: 13px;
}
.p-auth-bottom {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-top: 24px;
}
.p-auth-bottom > a {
  color: #715941;
  font-weight: 600;
}
.p-auth-local {
  font-size: 13px;
  color: var(--muted);
  text-align: center;
  margin-top: 25px;
}
.p-preview-access {
  padding: 20px;
  margin-bottom: 28px;
  border-radius: 14px;
  background: #eee7f5;
}
.p-preview-access strong {
  font-size: 17px;
}
.p-preview-access p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}
.p-auth-form .p-preview-access button {
  width: 100%;
  gap: 12px;
  margin-top: 16px;
  text-align: left;
}
.p-preview-product {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  margin: 24px 0;
}
.p-preview-product > img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
}
.p-preview-product > div { min-width: 0; }
.p-preview-product h2 {
  font-size: 36px;
  margin: 12px 0;
}
.p-preview-product h2 small {
  font-size: 16px;
  font-weight: 400;
}
.p-preview-product p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
@media (max-width: 700px) {
  .p-preview-product { grid-template-columns: minmax(0, 1fr); padding: 22px; }
  .p-preview-product > img { height: 180px; }
}
.p-register {
  max-width: 570px;
}
.p-name-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.p-password-hint {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
}
.p-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  font-size: 13px;
}
.p-main main > .container {
  width: calc(100% - 70px);
  margin: 38px auto;
  max-width: 1100px;
}
.p-main main > .container h1 {
  font-size: 29px;
}
.p-main .bg-background-secondary {
  border-radius: 11px;
}
.p-main input,
.p-main select,
.p-main textarea {
  border-radius: 8px;
}
.p-main .container button {
  border-radius: 8px;
  font-weight: 600;
}
.p-main .container .text-2xl {
  font-size: 23px;
}
.p-main .container .text-sm {
  font-size: 16px;
}
.p-main .container {
  font-size: 16px;
}
.p-scrim {
  display: none;
}
@media (max-width: 1150px) {
  .p-sidebar {
    width: 222px;
    overflow-y: auto;
  }
  .p-main {
    margin-left: 222px;
  }
  .p-dashboard {
    padding: 32px 27px;
  }
  .p-peach-card {
    padding: 23px;
  }
  .p-peach-card h2 {
    font-size: 23px;
    max-width: 260px;
  }
  .p-peach-card img {
    right: -22px;
    width: 45%;
  }
  .p-crumb {
    margin-left: 10px;
  }
  .p-top {
    gap: 25px;
  }
}
@media (max-width: 850px) {
  .p-top {
    height: 72px;
    padding: 0 22px;
    gap: 18px;
  }
  .p-crumb {
    display: none;
  }
  .p-sidebar {
    transform: translateX(-100%);
    top: 72px;
    width: 240px;
    transition: transform 0.25s;
    overflow-y: auto;
  }
  .p-sidebar.is-open {
    transform: none;
  }
  .p-menu {
    display: block;
  }
  .p-main {
    margin-left: 0;
    min-height: calc(100vh - 72px);
  }
  .p-scrim {
    display: block;
    position: fixed;
    inset: 72px 0 0;
    background: #0004;
    z-index: 24;
  }
  .p-peach-card img {
    right: -8px;
    width: 44%;
  }
  .p-back {
    font-size: 13px;
  }
  .p-brand {
    font-size: 27px;
  }
  .p-local {
    font-size: 13px;
  }
  .p-auth-form {
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .p-top {
    padding: 0 18px;
  }
  .p-brand {
    font-size: 25px;
  }
  .p-local {
    font-size: 13px;
    padding: 4px 6px;
  }
  .p-back {
    font-size: 13px;
  }
  .p-dashboard {
    padding: 28px 18px;
  }
  .p-page-heading {
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
  .p-page-heading .p-eyebrow {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .p-page-heading h1 {
    font-size: 28px;
    margin-top: 12px;
  }
  .p-wave {
    font-size: 25px;
  }
  .p-page-heading p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 210px;
  }
  .p-page-heading .p-button {
    font-size: 13px;
    padding: 10px 11px;
    gap: 10px;
    margin-top: 20px;
    white-space: nowrap;
  }
  .p-overview-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 29px;
  }
  .p-black-card {
    padding: 24px;
  }
  .p-peach-card {
    min-height: 198px;
    padding: 24px;
  }
  .p-peach-card h2 {
    font-size: 25px;
    max-width: 260px;
  }
  .p-peach-card img {
    width: 44%;
    height: 210px;
    right: -6px;
    bottom: -22px;
  }
  .p-peach-card .p-eyebrow {
    font-size: 13px;
  }
  .p-list-heading h2 {
    font-size: 20px;
  }
  .p-empty {
    padding: 32px 18px;
  }
  .p-empty h3 {
    font-size: 17px;
    line-height: 1.5;
  }
  .p-empty p {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-service-row {
    padding: 15px;
    gap: 11px;
    flex-wrap: wrap;
  }
  .p-service-row b {
    font-size: 13px;
  }
  .p-account-bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .p-dev-note {
    font-size: 13px;
  }
  .p-footer {
    padding: 20px 18px;
    font-size: 13px;
    flex-wrap: wrap;
  }
  .p-auth-form {
    padding: 27px 23px;
    margin: 30px auto;
    border-radius: 14px;
  }
  .p-auth-form h1 {
    font-size: 29px;
  }
  .p-auth-form .p-eyebrow {
    font-size: 13px;
    letter-spacing: 1.1px;
  }
  .p-auth-intro {
    font-size: 15px;
  }
  .p-name-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .p-main main > .container {
    width: calc(100% - 36px);
    margin-top: 28px;
  }
  .p-main main > .container h1 {
    font-size: 25px;
  }
  .p-main .container .text-2xl {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .p-dashboard,
  .p-auth-form {
    animation: p-enter 0.6s ease-out;
  }
  @keyframes p-enter {
    from {
      opacity: 0.2;
      transform: translateY(13px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}
.p-cart-heading {
  margin-bottom: 30px;
}
.p-cart-heading h1 {
  font-size: 36px !important;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin: 15px 0;
}
.p-cart-heading p {
  font-size: 14px;
  color: var(--muted);
}
.p-cart-heading > a {
  display: inline-block;
  font-size: 13px;
  color: var(--muted);
  margin-top: 18px;
}
.p-cart-layout {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
  gap: 25px;
  align-items: start;
}
.p-cart-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.p-cart-item {
  padding: 24px;
  background: white;
  border: 1px solid #e7dfd2;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-cart-product {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.p-cart-product > img {
  width: 125px;
  height: 100px;
  object-fit: cover;
  border-radius: 9px;
}
.p-cart-product h2 {
  font-size: 22px !important;
  margin: 9px 0 10px;
  line-height: 1.3;
}
.p-product-description {
  display: block;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.8;
}
.p-cart-item > div:last-child {
  flex-direction: row;
  align-items: center;
}
.p-cart-summary {
  padding: 25px;
  background: #eee8dc;
  border: 1px solid #e4dac8;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.p-cart-summary h2 {
  font-size: 25px !important;
  margin: 0 0 5px;
}
.p-cart-summary button {
  font-size: 13px;
}
.p-cart-summary input {
  font-size: 13px;
  min-width: 0;
}
.p-cart-summary .text-lg {
  border-top: 1px solid #dacbb3;
  padding-top: 18px;
  margin-top: 4px;
  padding-bottom: 8px;
}
.p-cart-summary > div:last-child button {
  padding: 14px;
  width: 100%;
  min-height: 45px;
}
.p-checkout-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  margin-top: 24px;
  max-width: 700px;
}
.p-checkout-note > svg {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
.p-cart-item .bg-error {
  background: #f8ede5;
  color: #ba8563;
}
.p-cart-item .bg-primary {
  background: #f1ede5;
  color: var(--muted);
}
@media (max-width: 850px) {
  .p-cart-layout {
    grid-template-columns: 1.35fr 1fr;
    gap: 18px;
  }
  .p-cart-product {
    flex-direction: column;
    gap: 15px;
  }
  .p-cart-product > img {
    width: 100%;
    height: 145px;
  }
  .p-cart-summary {
    padding: 21px;
  }
  .p-cart-heading h1 {
    font-size: 31px !important;
  }
}
@media (max-width: 550px) {
  .p-cart-layout {
    grid-template-columns: 1fr;
  }
  .p-cart-heading h1 {
    font-size: 30px !important;
  }
  .p-cart-item {
    padding: 22px;
  }
  .p-cart-product > img {
    height: 145px;
  }
  .p-cart-summary {
    padding: 24px;
  }
  .p-checkout-note {
    font-size: 13px;
  }
}
.p-page-heading {
  margin-bottom: 40px;
}
.p-page-heading h1 {
  font-size: clamp(32px, 4vw, 50px);
  letter-spacing: -0.025em;
  font-weight: 700;
  line-height: 1.08;
  margin: 15px 0;
}
.p-page-heading p {
  color: var(--muted);
  font-size: 15px;
}
.p-list-tools {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 12px;
}
.p-list-tools label {
  font-size: 15px;
  color: #777;
}
.p-list-tools select {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 10px 34px 10px 14px;
  background: #fff;
  color: #171717;
  margin-left: 8px;
}
.p-black-link {
  white-space: nowrap;
  padding: 13px 20px;
  background: #191919;
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}
.p-records {
  border: 1px solid #e9e7e4;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
.p-record {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}
.p-record:last-child {
  border-bottom: 0;
}
.p-record:hover {
  background: #faf9f6;
}
.p-record > img {
  width: 86px;
  height: 62px;
  object-fit: cover;
  border-radius: 10px;
}
.p-record-name {
  flex: 1;
}
.p-record b {
  display: block;
  font-size: 17px;
}
.p-record small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 5px;
}
.p-record-price {
  text-align: right;
  min-width: 90px;
}
.p-record-arrow {
  font-size: 23px;
  color: var(--muted);
}
.p-state {
  border-radius: 30px;
  background: #f3f1ed;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.p-state-pending {
  background: #fff0d8;
  color: #92581e;
}
.p-state-active,
.p-state-paid {
  background: #e3f4e9;
  color: #287146;
}
.p-state-suspended,
.p-state-cancelled {
  background: #fbe6e5;
  color: #a9504c;
}
.p-receipt-icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 56px;
  background: #f1eff8;
  border-radius: 14px;
  font-size: 26px;
  color: var(--muted);
}
.p-empty-state {
  padding: 46px 24px;
  text-align: center;
}
.p-empty-state > img {
  height: 140px;
  width: 140px;
  object-fit: contain;
  margin: auto;
}
.p-empty-state h2 {
  font-size: 25px;
  font-weight: 700;
  margin: 12px 0;
}
.p-empty-state p {
  font-size: 16px;
  color: #888;
}
.p-empty-state a {
  display: inline-block;
  background: #181818;
  color: white;
  border-radius: 12px;
  padding: 13px 20px;
  margin-top: 24px;
}
.p-invoice-show .text-yellow-500 {
  color: #9b641d;
}
.p-invoice-show > .p-page-heading {
  margin-bottom: 30px;
}
.p-invoice-show .p-12 {
  padding: 34px;
  border-radius: 20px;
}
.p-dev-note {
  line-height: 1.6;
}
@media (max-width: 650px) {
  .p-list-tools label {
    display: flex;
    align-items: center;
  }
  .p-list-tools select {
    max-width: 150px;
  }
  .p-list-tools .p-black-link {
    font-size: 13px;
    padding: 12px;
  }
  .p-record {
    padding: 16px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .p-record > img {
    width: 60px;
    height: 52px;
  }
  .p-record-name {
    min-width: calc(100% - 78px);
  }
  .p-record-arrow {
    margin-left: auto;
  }
  .p-record-price {
    margin-left: auto;
    min-width: 0;
  }
  .p-page-heading {
    margin-bottom: 26px;
  }
  .p-page-heading h1 {
    letter-spacing: -0.025em;
  }
  .p-invoice-show .p-12 {
    padding: 18px;
  }
  .p-invoice-show th,
  .p-invoice-show td {
    padding: 10px;
    font-size: 14px;
  }
  .p-invoice-show .p-record-name {
    min-width: 0;
  }
}
.p-list-page > .p-page-heading,
.p-invoice-show > .p-page-heading {
  display: block;
}
.p-main main > .container > .p-page-heading h1 {
  font-size: clamp(30px, 3.8vw, 48px);
}
.p-list-page .p-page-heading p,
.p-invoice-show .p-page-heading p {
  max-width: none;
}
.p-sidebar nav > a {
  font-size: 15px;
  color: var(--muted);
}
.p-user {
  font-size: 14px;
}
.p-user small {
  font-size: 13px;
  color: var(--muted);
}
.p-crumb {
  font-size: 13px;
}
.p-eyebrow {
  font-size: 13px;
  color: var(--muted);
}
.p-dev-note {
  font-size: 13px;
  color: var(--muted);
}
.p-auth-intro {
  font-size: 15px;
  color: var(--muted);
}
.p-auth-form label {
  font-size: 15px;
}
.p-auth-form input:not([type="checkbox"]) {
  font-size: 16px;
}
.p-auth-options,
.p-auth-options label {
  font-size: 14px;
}
.p-product-description {
  font-size: 16px;
  color: var(--muted);
}
.p-cart-heading p {
  font-size: 16px;
}
.p-checkout-note {
  font-size: 13px;
  color: var(--muted);
}
.p-page-heading p {
  font-size: 15px;
}
.p-black-card p,
.p-black-card > a {
  font-size: 14px;
}
.p-peach-card .p-eyebrow {
  font-size: 13px;
}
.p-peach-card a {
  font-size: 14px;
}
.p-account-bottom b {
  font-size: 15px;
}
.p-account-bottom small {
  font-size: 13px;
}
.p-service-row b {
  font-size: 16px;
}
.p-service-row small {
  font-size: 14px;
}
.p-status {
  font-size: 13px;
}
.p-powered {
  font-size: 13px;
}
@media (max-width: 550px) {
  .p-page-heading .p-eyebrow {
    font-size: 13px;
  }
  .p-dashboard .p-page-heading h1 {
    font-size: 29px;
  }
  .p-dashboard .p-page-heading p {
    font-size: 15px;
  }
  .p-list-page .p-page-heading p {
    font-size: 15px;
  }
  .p-service-row b {
    font-size: 14px;
  }
  .p-service-row small {
    font-size: 13px;
  }
  .p-local {
    font-size: 13px;
  }
  .p-dev-note,
  .p-checkout-note {
    font-size: 13px;
  }
}
.p-peach-card img {
  pointer-events: none;
}
@media (max-width: 550px) {
  .p-peach-card {
    align-items: flex-start;
    min-height: 260px;
  }
  .p-peach-card img {
    width: 115px;
    height: 150px;
    right: 0;
    bottom: -12px;
  }
  .p-peach-card h2 {
    font-size: 24px;
    max-width: 260px;
  }
  .p-peach-card > div {
    z-index: 2;
  }
}
.p-service-icon:has(img) { padding: 0; background: none; overflow: hidden; flex-shrink: 0; }
.p-service-icon img { width: 46px; height: 46px; object-fit: cover; display: block; }
.p-footer a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.p-product-summary { font-size: 15px; line-height: 1.7; color: var(--muted); }
.p-product-details { margin-top: 12px; }
.p-product-details summary { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 550; cursor: pointer; list-style: none; padding-block: 5px; }
.p-product-details summary::-webkit-details-marker { display: none; }
.p-product-details summary > span { transition: transform 200ms; }
.p-product-details[open] summary > span { transform: rotate(180deg); }
.p-product-details .p-product-description { font-size: 14px; padding-top: 10px; }
.p-billing-period { display: block; font-size: 13px; font-weight: 400; color: var(--muted); margin-top: 4px; }
@media(prefers-reduced-motion:reduce) { .p-product-details summary > span { transition: none; } }
