@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&family=DM+Sans:wght@400;700&family=Oleo+Script:wght@400;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background-color: #fffefb;
}

.logo-font {
  font-family: 'Oleo Script', cursive !important;
  font-weight: 700 !important;
}

.btn-pink {
  background-color: #ff7096;
  color: #ffffff;
}

.bg-surface {
  background-color: #f8f8f8;
}

.heading-primary {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em;
  color: #0f172a;
  font-size: 2.25rem;
  line-height: 1.15;
}
@media (min-width: 768px) {
  .heading-primary {
    font-size: 3rem;
  }
}

.subheading {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 500 !important;
  color: #475569;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .subheading {
    font-size: 1.125rem;
  }
}

.site-header {
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
}

.site-footer {
  border-top: 1px solid #e2e8f0;
  padding: 1.5rem;
  text-align: center;
  font-size: 0.75rem;
  color: #6b7280;
}

.heading-secondary {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 700 !important;
  color: #0f172a;
  font-size: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .heading-secondary {
    font-size: 1.875rem;
  }
}

.pink-accent {
  color: #ff7096;
}

.btn-pink:hover {
  background-color: #ff5a85;
  color: #ffffff;
}

.app-sidebar {
  background-color: #ffffff;
  border-right: 1px solid #e5e7eb;
}

.app-nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: #475569;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  transition: background-color 0.15s, color 0.15s;
}
.app-nav-link:hover {
  background-color: #f8f8f8;
  color: #0f172a;
}
.app-nav-link.active {
  background-color: #ffe4ec;
  color: #ff7096;
  font-weight: 700;
  box-shadow: inset 3px 0 0 #ff7096;
}

.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  background-color: #ffe4ec;
  color: #ff7096;
  flex-shrink: 0;
}

.glass-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.85), rgba(255, 228, 236, 0.5));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(255, 112, 150, 0.12),
    0 1px 2px rgba(15, 23, 42, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.panel-card {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 1.25rem;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04),
    0 8px 24px rgba(255, 112, 150, 0.06);
}

.setting-row {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 0.875rem;
  padding: 1rem 1.25rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.setting-row:hover {
  border-color: #ffd5e0;
  box-shadow: 0 4px 12px rgba(255, 112, 150, 0.08);
}

.input-pink:focus {
  outline: none;
  border-color: #ff7096 !important;
  box-shadow: 0 0 0 3px rgba(255, 112, 150, 0.18);
}

.toggle-pink:checked {
  background-color: #ff7096 !important;
  border-color: #ff7096 !important;
  --tglbg: #ffffff;
}

.empty-state {
  background-color: #ffffff;
  border: 2px dashed #ffd5e0;
  border-radius: 1.25rem;
  padding: 3rem 2rem;
  text-align: center;
}
.step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: #ff7096;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  font-family: 'DM Sans', sans-serif;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}
.feature-list li {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: #334155;
}
.feature-list li::before {
  content: '✓';
  color: #ff7096;
  font-weight: 800;
  flex-shrink: 0;
  line-height: 1.4;
}

.auth-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1px solid #e5e7eb;
  background-color: #f8f8f8;
  border-radius: 0.625rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #0f172a;
  box-sizing: border-box;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.auth-input:focus {
  outline: none;
  border-color: #ff7096;
  box-shadow: 0 0 0 3px rgba(255, 112, 150, 0.18);
}

.empty-state-icon {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #ffe4ec, #ffffff);
  border: 1px solid #ffd5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #ff7096;
}

.divider-soft {
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffd5e0, transparent);
  margin: 0.5rem 0;
}

.surface-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
}

.input-pink {
  background-color: #f8f8f8;
  border: 1px solid #e5e7eb;
  color: #0f172a;
}
.input-pink::placeholder {
  color: #94a3b8;
}

.pf-tabs > .tab {
  color: #64748b;
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  --tab-bg: #ffffff;
  --tab-border-color: #e5e7eb;
  white-space: nowrap;
}
.pf-tabs > input.tab:checked {
  color: #ff7096;
}
.pf-tabs > .tab-content {
  background-color: #ffffff !important;
  border-color: #e5e7eb !important;
}
