@import url(https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.15/tailwind.min.css);

.user-profile[data-v-fb48824e] {
  background: linear-gradient(135deg, #f8fbff 0%, #ffffff 60%);
  border-radius: 12px;
  border: 1px solid rgba(142, 172, 202, 0.2);
  max-width: 650px;
  margin: 0 auto;
  transition: box-shadow 0.3s ease;
}
.user-profile[data-v-fb48824e]:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.profile-header[data-v-fb48824e] {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1rem;
}
.user-name[data-v-fb48824e] {
  font-size: 1.75rem;
  font-weight: bold;
  color: #333;
}
.user-handle[data-v-fb48824e] {
  font-size: 0.9rem;
  color: #888;
  text-decoration: none;
}
.badge-plan[data-v-fb48824e] {
  background: linear-gradient(90deg, #2c7be5, #8ec5ff);
  color: #0f2b4c;
  font-size: 0.85rem;
  border-radius: 20px;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.detail-item[data-v-fb48824e] {
  display: flex;
  align-items: center;
}
.icon[data-v-fb48824e] {
  color: #555;
  margin-right: 0.5rem;
}
.detail-link[data-v-fb48824e] {
  color: #333;
  text-decoration: none;
}
.detail-link[data-v-fb48824e]:hover {
  text-decoration: underline;
}
.user-bio[data-v-fb48824e] {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  position: relative;
  padding-left: 1.2rem;
}
.user-bio i[data-v-fb48824e] {
  color: #888;
}
.user-bio .fa-quote-left[data-v-fb48824e] {
  position: absolute;
  top: 0;
  left: 0;
}
.user-bio .fa-quote-left[data-v-fb48824e],
.user-bio .fa-quote-right[data-v-fb48824e] {
  font-size: 0.5rem;
  vertical-align: text-top; 
  margin: 0 0.2rem; 
  color: #9E9E9E;
}
@media (max-width: 768px) {
.user-profile[data-v-fb48824e] {
    padding: 1.5rem;
}
.user-name[data-v-fb48824e] {
    font-size: 1.5rem;
}
.badge-plan[data-v-fb48824e] {
    font-size: 0.8rem;
}
.user-bio[data-v-fb48824e] {
    font-size: 0.9rem;
}
.user-bio i[data-v-fb48824e] {
    font-size: 0.4rem;
}
.detail-link[data-v-fb48824e] {
    font-size: 0.9rem;
}
}


.modal {
  overflow: hidden;
}
button {
  box-sizing: border-box;
}


.profile-settings-container[data-v-8249dbb6] {
  background: linear-gradient(135deg, #f8fbff 0%, #f9fafb 55%, #ffffff 100%);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(142, 172, 202, 0.2);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-settings-header[data-v-8249dbb6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.plan-pill[data-v-8249dbb6] {
  background: linear-gradient(90deg, #2c7be5, #8ec5ff);
  color: #0f2b4c;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.profile-settings-container h3[data-v-8249dbb6] {
  color: #2d3748;
}
.profile-settings-container p[data-v-8249dbb6] {
  color: #4a5568;
}
.profile-settings-container form[data-v-8249dbb6] {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(220, 210, 195, 0.6);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.profile-settings-container form label[data-v-8249dbb6] {
  color: #2d3748;
}
.profile-settings-container form input[data-v-8249dbb6],
.profile-settings-container form textarea[data-v-8249dbb6] {
  background-color: #edf2f7;
  border: 1px solid #cbd5e0;
  color: #2d3748;
}
.profile-settings-container form input[data-v-8249dbb6]:focus,
.profile-settings-container form textarea[data-v-8249dbb6]:focus {
  border-color: #4299e1;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}
.profile-settings-container form button[data-v-8249dbb6] {
  background-color: #4299e1;
  border-color: #4299e1;
}
.profile-settings-container form button[data-v-8249dbb6]:hover {
  background-color: #3182ce;
  border-color: #3182ce;
}
.save-btn[data-v-8249dbb6] {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  background: #2b6cb0;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease;
}


.profile-form[data-v-ee3e2636] {
  width: 100%;
  box-sizing: border-box;

  background: linear-gradient(
    135deg,
    #faf8ff 0%,
    #f9f7fc 55%,
    #ffffff 100%
  );

  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(157, 139, 201, 0.2);
  box-shadow: 0 4px 6px rgba(109, 40, 217, 0.08);

  color: #2d3748;
}
.form-head[data-v-ee3e2636] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.form-head-copy h2[data-v-ee3e2636] {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
}
.form-head-copy p[data-v-ee3e2636] {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #475569;
  max-width: 46ch;
}
.progress-block[data-v-ee3e2636] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 180px;
  min-width: 160px;
}
.progress-track[data-v-ee3e2636] {
  flex: 1 1 auto;
  height: 8px;
  border-radius: 999px;
  background: #e9e6f7;
  overflow: hidden;
}
.progress-fill[data-v-ee3e2636] {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #6d28d9, #a88cff);
  transition: width 0.3s ease;
}
.progress-label[data-v-ee3e2636] {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
}
.section[data-v-ee3e2636] {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 12px;
  overflow: hidden;
}
.section.open[data-v-ee3e2636] {
  border-color: #d8d2f5;
  box-shadow: 0 2px 10px rgba(109, 40, 217, 0.06);
}
.section-title[data-v-ee3e2636] {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.section-header[data-v-ee3e2636] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 12px 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.section-header[data-v-ee3e2636]:focus-visible {
  outline: 2px solid #6d28d9;
  outline-offset: -2px;
}
.section-name[data-v-ee3e2636] {
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}
.section-meta[data-v-ee3e2636] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.section-meta .done[data-v-ee3e2636] {
  color: #16a34a;
  font-size: 14px;
}
.chevron[data-v-ee3e2636] {
  color: #64748b;
  font-size: 13px;
  transition: transform 0.2s ease;
}
.chevron.up[data-v-ee3e2636] {
  transform: rotate(180deg);
}
.section-body[data-v-ee3e2636] {
  padding: 4px 16px 18px;
}
.field-grid[data-v-ee3e2636] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.field[data-v-ee3e2636] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.field-wide[data-v-ee3e2636] {
  grid-column: 1 / -1;
}
.field-label[data-v-ee3e2636] {
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}
input[type="text"][data-v-ee3e2636],
input[type="number"][data-v-ee3e2636] {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #0f172a;
  outline: none;
  box-sizing: border-box;
}
input[data-v-ee3e2636]:focus {
  border-color: #6d28d9;
  box-shadow: 0 0 0 3px rgba(109, 40, 217, 0.14);
}
input[data-v-ee3e2636]::placeholder {
  color: #9ca3af;
}
.choice-groups[data-v-ee3e2636] {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.choice-group-label[data-v-ee3e2636] {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}
.chip-list[data-v-ee3e2636] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.chip[data-v-ee3e2636] {
  min-height: 40px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  transition:
    background 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}
.chip[data-v-ee3e2636]:hover {
  border-color: #c4b5fd;
  background: #f5f3ff;
}
.chip[data-v-ee3e2636]:focus-visible {
  outline: 2px solid #6d28d9;
  outline-offset: 2px;
}
.chip.selected[data-v-ee3e2636] {
  background: #6d28d9;
  border-color: #6d28d9;
  color: #fff;
}
.custom-tag-field[data-v-ee3e2636] {
  margin-top: 16px;
}
.custom-tag-row[data-v-ee3e2636] {
  display: flex;
  gap: 8px;
}
.add-tag-btn[data-v-ee3e2636] {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #d8d2f5;
  background: #f5f3ff;
  color: #5b21b6;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.add-tag-btn[data-v-ee3e2636]:disabled {
  opacity: 0.55;
  cursor: default;
}
.tags[data-v-ee3e2636] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.tags li[data-v-ee3e2636] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
}
.tag-remove[data-v-ee3e2636] {
  border: none;
  background: transparent;
  color: #64748b;
  font-size: 15px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}
.save-bar[data-v-ee3e2636] {
  position: sticky;
  bottom: 0;
  margin-top: 20px;
  padding: 12px 0
    calc(12px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0),
    #fff 35%
  );
}
.save-error[data-v-ee3e2636] {
  margin: 0 0 8px;
  font-size: 13px;
  color: #b91c1c;
}
.save-btn[data-v-ee3e2636] {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  background: #6d28d9;
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease;
}
.save-btn[data-v-ee3e2636]:hover:not(:disabled) {
  background: #5b21b6;
}
.save-btn[data-v-ee3e2636]:disabled {
  background: #cbc4e8;
  cursor: default;
}
@media (min-width: 768px) {
.field-grid[data-v-ee3e2636] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-head-copy h2[data-v-ee3e2636] {
    font-size: 20px;
}
.save-btn[data-v-ee3e2636] {
    width: auto;
    min-width: 200px;
    float: right;
}
.save-bar[data-v-ee3e2636]::after {
    content: "";
    display: block;
    clear: both;
}
}


.billing-history[data-v-6af768ce] {
  --history-border: var(--border-color, #e5e7eb);
  --history-muted: var(--text-tertiary, #667085);
}
.billing-history__state[data-v-6af768ce] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 2.5rem 1rem;
  color: var(--history-muted);
  text-align: center;
}
.billing-history__state--empty i[data-v-6af768ce] {
  font-size: 1.75rem;
  opacity: 0.45;
}
.billing-history__state p[data-v-6af768ce] {
  margin: 0;
}
.billing-history__hint[data-v-6af768ce] {
  font-size: 0.875rem;
}
.billing-history__table-wrap[data-v-6af768ce] {
  overflow-x: auto;
}
.billing-history__table[data-v-6af768ce] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.billing-history__table th[data-v-6af768ce],
.billing-history__table td[data-v-6af768ce] {
  padding: 0.65rem 0.75rem;
  border-bottom: 1px solid var(--history-border);
  text-align: left;
  white-space: nowrap;
}
.billing-history__table th[data-v-6af768ce] {
  color: var(--history-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.billing-history__amount-col[data-v-6af768ce] {
  text-align: right;
}
.billing-history__pill[data-v-6af768ce] {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-full, 9999px);
  background: rgba(15, 23, 42, 0.06);
  font-size: 0.78rem;
  font-weight: 600;
}
.billing-history__pill--success[data-v-6af768ce] {
  background: rgba(21, 128, 61, 0.12);
  color: var(--success-color, #15803d);
}
.billing-history__pill--danger[data-v-6af768ce] {
  background: rgba(185, 28, 28, 0.12);
  color: var(--danger-color, #b91c1c);
}
.billing-history__pill--muted[data-v-6af768ce] {
  color: var(--history-muted);
}


.bottom-nav[data-v-f7117442] {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;

  height: calc(72px + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  display: flex;
  justify-content: space-around;
  align-items: center;

  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.08), 0 -1px 6px rgba(0, 0, 0, 0.04);

  z-index: 100;

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.95);
}
@media (max-height: 500px) and (orientation: landscape) {
.bottom-nav[data-v-f7117442] {
    height: calc(56px + env(safe-area-inset-bottom, 0px));
}
.icon[data-v-f7117442] {
    width: 36px;
    height: 36px;
    font-size: 20px;
}
}
.icon[data-v-f7117442] {
  font-size: 24px;
  position: relative;
  color: #4b5563;
  border: none;
  padding: 0;
  background: transparent;

  width: 44px;
  height: 44px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 14px;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.icon[data-v-f7117442]:focus-visible {
  outline: 2px solid #1976d2;
  outline-offset: 2px;
}
.icon.active[data-v-f7117442] {
  color: #1565c0;
  background: rgba(33, 150, 243, 0.12);
}
@media (hover: hover) {
.icon[data-v-f7117442]:hover:not(.active) {
    color: #374151;
    background: rgba(0, 0, 0, 0.04);
}
}
.icon[data-v-f7117442]:active {
  transform: scale(0.92);
}


.nav-link.active[data-v-6d8930cf] {
  background-color: #e3f0f9;
  color: #2c5282;
  border-color: #e3f0f9;
}
.left-column[data-v-6d8930cf] {
  flex: 0 0 230px;
}
@media (max-width: 768px) {
.left-column[data-v-6d8930cf] {
    flex: 1 0 100%;
}
.row[data-v-6d8930cf] {
    flex-direction: column;
}
.nav-tabs[data-v-6d8930cf] {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.nav-tabs[data-v-6d8930cf]::-webkit-scrollbar {
    display: none;
}
}
.tab-content[data-v-6d8930cf] {
  border: 1px solid #dee2e6;
  border-top: none;
}
@media (max-width: 768px) {
.profile-page[data-v-6d8930cf] {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}
}

