
.position-relative[data-v-2461d342] {
  position: relative;
}


.pf-section-icon[data-v-ff0feac0] {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}


.up-list-header[data-v-744833b3] {
  padding-top: 4px;
  gap: 12px;
}
.up-search-field[data-v-744833b3] {
  max-width: 320px;
  width: 100%;
  flex: 0 1 320px;
  min-width: 0;
}
.up-search-field[data-v-744833b3] .v-input__slot {
  padding: 0 18px !important;
  min-height: 44px !important;
}
.up-search-field[data-v-744833b3] .v-text-field__slot input {
  min-width: 0;
}
.up-search-field[data-v-744833b3] .v-input__icon--prepend-inner {
  margin-right: 8px;
}
.up-search-field[data-v-744833b3] fieldset {
  border-radius: 999px !important;
}
.up-list-title[data-v-744833b3] {
  font-weight: 700;
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.85);
}
.theme--dark .up-list-title[data-v-744833b3] {
  color: rgba(255, 255, 255, 0.92);
}
.up-item-card[data-v-744833b3] {
  border-radius: 18px !important;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.05);
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}
.up-item-card[data-v-744833b3]:hover {
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.09);
}
.theme--dark .up-item-card[data-v-744833b3] {
  background: #1a1a26;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}
.theme--dark .up-item-card[data-v-744833b3]:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}
.unit-link[data-v-744833b3] {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
}
.unit-link[data-v-744833b3]:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.theme--dark .unit-link[data-v-744833b3] {
  color: rgba(255, 255, 255, 0.92);
}
.va-number-btn[data-v-744833b3] {
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  color: #1976d2;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.theme--dark .va-number-btn[data-v-744833b3] {
  color: #64b5f6;
}
.price-row[data-v-744833b3] {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 4px;
}
.theme--dark .price-row[data-v-744833b3] {
  color: rgba(255, 255, 255, 0.7);
}
.total-amount[data-v-744833b3] {
  font-size: 1.15rem;
  font-weight: 700;
  color: inherit;
}
.theme--dark .total-amount[data-v-744833b3] {
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 600px) {
.up-search-field[data-v-744833b3] {
    max-width: 100%;
    flex-basis: 100%;
}
}


/* Sama seperti cart.component.vue: warna teks tidak lagi di-hardcode
   hitam, tapi pakai `inherit` supaya ikut warna otomatis dari v-card
   sesuai tema aktif (hitam di light mode, putih di dark mode), dan
   `opacity` untuk efek muted/abu-abu tanpa hardcode warna. */
.unit-link[data-v-6affd99a] {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
}
.unit-link[data-v-6affd99a]:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.theme--dark .unit-link[data-v-6affd99a] {
  color: rgba(255, 255, 255, 0.92);
}
.va-number-btn[data-v-6affd99a] {
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
  color: #1976d2;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.theme--dark .va-number-btn[data-v-6affd99a] {
  color: #64b5f6;
}
.price-row[data-v-6affd99a] {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 4px;
}
.theme--dark .price-row[data-v-6affd99a] {
  color: rgba(255, 255, 255, 0.7);
}
.total-amount[data-v-6affd99a] {
  font-size: 1.15rem;
  font-weight: 700;
  color: inherit;
}
.theme--dark .total-amount[data-v-6affd99a] {
  color: rgba(255, 255, 255, 0.92);
}
@media (max-width: 600px) {
.up-search-field[data-v-6affd99a] {
    max-width: 100%;
    flex-basis: 100%;
}
}


.pf-update-dialog-card {
  border-radius: 20px;
  overflow: hidden;
}
.pf-update-header {
  background: linear-gradient(120deg, #7c4dff 0%, #536dfe 100%);
  color: #fff;
  padding: 18px 22px;
}
.pf-update-header .text-h6 {
  color: #fff;
}
.pf-update-header .v-btn.v-btn--icon {
  color: #fff;
}
.pf-update-body {
  max-height: 65vh;
  background: #f7f7fb;
}
.pf-update-footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* ===== Kartu per-section di dalam form ===== */
.pf-form-card {
  display: block;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04);
  padding: 18px;
}
.pf-field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.7);
}
.pf-section-chip {
  display: inline-flex;
  align-items: center;
  background: rgba(103, 58, 183, 0.08);
  padding: 6px 14px;
  border-radius: 999px;
}
.pf-file-preview-img {
  width: auto;
  max-width: 220px;
  max-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: block;
}
.pf-file-preview-img--sm {
  max-width: 140px;
  max-height: 90px;
}

/*
  FIX 2: Tombol "Simpan Perubahan" harus TETAP TERLIHAT (hijau) saat
  disabled (tidak ada perubahan / isDirty === false), hanya diredupkan
  lewat opacity supaya jelas terlihat non-aktif — bukan berubah jadi abu-abu
  bawaan Vuetify yang nyaris menyatu dengan background footer.
  Rule lama (".pf-update-footer .v-btn:disabled { opacity: 0.5 !important; }")
  tidak cukup kuat karena Vuetify override warna via class
  ".v-btn--disabled" dengan spesifisitas lebih tinggi.
*/
.pf-update-footer .v-btn.v-btn--disabled:not(.v-btn--loading) {
  background-color: #43a047 !important;
  color: #fff !important;
  opacity: 0.55 !important;
  cursor: not-allowed;
}

/* Tombol "Batal" (text button) tidak perlu dipaksa warna hijau, biarkan default */
.pf-update-footer .v-btn.v-btn--text.v-btn--disabled {
  background-color: transparent !important;
  color: rgba(0, 0, 0, 0.38) !important;
  opacity: 1 !important;
}

/* ===== FIX 3: rapatkan jarak antar field ===== */
.pf-update-body .v-input {
  margin-bottom: 0;
}
.pf-update-body .v-text-field__details,
.pf-update-body .v-messages {
  min-height: 12px;
}
.pf-update-body .row.dense>.col,
.pf-update-body .row.dense>[class*="col-"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pf-update-body .pf-section-chip {
  margin-top: 4px;
}

/* Rounded, filled inputs untuk kesan lebih modern */
.pf-update-body .v-text-field--outlined fieldset {
  border-color: rgba(0, 0, 0, 0.14);
}
.pf-update-body .v-text-field--outlined.v-input--is-focused fieldset {
  border-color: #7c4dff;
}

/* ===== Dark mode ===== */
.theme--dark .pf-update-body {
  background: #121218;
}
.theme--dark .pf-update-footer {
  background: #1a1a26;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.theme--dark .pf-form-card {
  background: #1a1a26;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.theme--dark .pf-field-label {
  color: rgba(255, 255, 255, 0.75);
}
.theme--dark .pf-section-chip {
  background: rgba(179, 157, 219, 0.15);
}
.theme--dark .pf-file-preview-img {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Tombol Simpan Perubahan saat disabled, versi dark mode:
   tetap hijau tapi border sedikit biar nggak nyatu ke card gelap */
.theme--dark .pf-update-footer .v-btn.v-btn--disabled:not(.v-btn--loading) {
  background-color: #43a047 !important;
  color: #fff !important;
  opacity: 0.55 !important;
}

/* Dialog konfirmasi "Buang perubahan?" */
.theme--dark .v-dialog .v-card.pa-2.rounded-lg {
  background: #1e1e2d !important;
}

/* ===== Responsive: mobile ===== */
@media (max-width: 600px) {
.pf-update-body {
    max-height: 70vh;
    padding: 4px 0 !important;
}
.pf-update-body .v-container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.pf-form-card {
    padding: 12px;
    border-radius: 12px;
}
.pf-update-header {
    padding: 12px 16px !important;
}
.pf-tabs.px-4 {
    padding: 0 8px !important;
}
.pf-field-label {
    font-size: 0.75rem;
}

  /* Safety net: paksa 1 kolom penuh di layar sempit, apapun penyebab
     lebar dialog-nya (mis. breakpoint Vuetify belum sempat re-evaluate
     saat resize/rotate) */
.pf-update-body .col-sm-4,
  .pf-update-body .col-sm-6 {
    max-width: 100% !important;
    flex-basis: 100% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.pf-update-footer .d-flex.justify-end {
    flex-direction: column-reverse;
}
.pf-update-footer .v-btn {
    width: 100%;
    margin: 4px 0 !important;
}
}


.profile-page {
  margin: 0 auto;
}

/* ===== Header profil ===== */
.profile-page .pf-header-card {
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 28px rgba(103, 58, 183, 0.1);
}
.profile-page .pf-header-bg {
  height: 76px;
  background: linear-gradient(120deg, #7c4dff 0%, #536dfe 55%, #40c4ff 100%);
}
.profile-page .pf-avatar {
  margin-top: -40px;
  background: linear-gradient(135deg, #7c4dff, #536dfe);
  border: 4px solid #fff;
}

/* ===== Tabs ===== */
.pf-tabs .v-tabs-bar {
  background: transparent !important;
}
.pf-tabs .v-tab {
  border-radius: 999px;
  margin-right: 8px;
  min-width: auto;
  padding: 0 18px;
  text-transform: none;
  color: rgba(0, 0, 0, 0.55) !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.pf-tabs .v-tab--active {
  background: rgba(103, 58, 183, 0.1);
  color: #673ab7 !important;
  font-weight: 600;
}
.pf-tabs .v-tabs-slider {
  display: none;
}

/* Chip "Profil lengkap" - light mode */
.profile-page .pf-locked-chip {
  background-color: #f5f5f5 !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
.profile-page .pf-locked-chip-icon {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* Chip "Profil lengkap" - dark mode, disesuaikan dengan tema gelap
   supaya tidak jadi kotak terang yang menonjol sendiri */
.theme--dark .profile-page .pf-locked-chip {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
.theme--dark .profile-page .pf-locked-chip-icon {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ===== Section cards (read-only) ===== */
.profile-page .pf-section-card {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 14px rgba(17, 24, 39, 0.05);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.profile-page .pf-section-card:hover {
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.08);
}
.profile-page .pf-info-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 3px;
}
.profile-page .pf-info-value {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  word-break: break-word;
}
.profile-page .pf-info-value--empty {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 400;
  font-style: italic;
}

/* ===== File preview (dipakai ProfileField) ===== */
.pf-file-preview-img {
  width: auto;
  max-width: 220px;
  max-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  cursor: pointer;
  display: block;
  transition: transform 0.2s ease;
}
.pf-file-preview-img:hover {
  transform: scale(1.03);
}
.profile-page .pf-file-preview-pdf {
  display: flex;
  align-items: center;
  background: #fafafa;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 10px 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.pf-view-link {
  color: #673ab7;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
}
.pf-view-link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

/* ===== Dark mode ===== */
.theme--dark .profile-page .pf-header-card {
  background: #1a1a26;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}
.theme--dark .profile-page .pf-section-card {
  background: #1a1a26;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}
.theme--dark .profile-page .pf-section-card:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
}
.theme--dark .profile-page .pf-info-label {
  color: rgba(255, 255, 255, 0.5);
}
.theme--dark .profile-page .pf-info-value {
  color: rgba(255, 255, 255, 0.92);
}
.theme--dark .profile-page .pf-info-value--empty {
  color: rgba(255, 255, 255, 0.35);
}
.theme--dark .profile-page .pf-file-preview-pdf {
  background: #22222f;
  border: 1px dashed rgba(255, 255, 255, 0.15);
}
.theme--dark .pf-file-preview-img {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.theme--dark .pf-view-link {
  color: #b39ddb;
}
.theme--dark .pf-tabs .v-tab {
  color: rgba(255, 255, 255, 0.6) !important;
}
.theme--dark .pf-tabs .v-tab--active {
  background: rgba(179, 157, 219, 0.15);
  color: #b39ddb !important;
}

/* ===== Responsive: mobile ===== */
@media (max-width: 600px) {
.profile-page .pf-header-card {
    border-radius: 16px;
}
.profile-page .pf-header-bg {
    height: 48px;
}
.profile-page .pf-header-card .v-card__text {
    padding: 12px !important;
}
.profile-page .pf-avatar {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px;
    margin-top: -26px;
}
.profile-page .pf-avatar .text-h5 {
    font-size: 1.1rem !important;
}
.profile-page .pf-header-card .text-h6 {
    font-size: 1rem !important;
}
.profile-page .pf-header-card .v-btn {
    width: 100%;
}
.profile-page .pf-section-card {
    border-radius: 14px;
}
.profile-page .pf-section-card .v-card__text {
    padding: 12px !important;
}
.profile-page .pf-info-label {
    font-size: 0.62rem;
}
.profile-page .pf-info-value {
    font-size: 0.85rem;
}
.pf-tabs .v-tab {
    padding: 0 12px;
    font-size: 0.8rem;
}
}

