@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700&display=swap');

/* Token defaults live on :root (overridden by plugin settings inline CSS).
   Do NOT redeclare colors here — that broke modal skins/colors. */
.profilino-auth,
.profilino-overlay,
.profilino-dash {
  font-family: "Vazirmatn", sans-serif;
  direction: rtl;
  color: var(--welcome-text, #1c1c1e);
}

:root {
  --welcome-accent: #247cff;
  --welcome-text: #1c1c1e;
  --profilino-muted: #6b7280;
  --welcome-radius: 16px;
  --profilino-card-bg: #ffffff;
}

.profilino-auth * {
  box-sizing: border-box;
}

.profilino-page-wrap {
  min-height: auto;
  display: block;
  padding: 0;
  background: transparent;
}

.profilino-card {
  width: min(100%, 520px);
  margin: 0 auto;
  padding: 32px 28px;
  border-radius: var(--welcome-radius);
  background: var(--profilino-card-bg, #fff);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 36px rgba(20, 35, 70, 0.1);
}

/* Full-page auth canvas (no theme header/footer) */
body.profilino-auth-body {
  margin: 0;
  min-height: 100vh;
  background: #fff;
}

body.profilino-auth-body .profilino-auth-canvas {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 72px 20px 40px;
  box-sizing: border-box;
  background: #fff;
}

body.profilino-auth-body .welcome-back-home {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--welcome-text, #1c1c1e);
  background: rgba(0, 0, 0, 0.04);
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
}

body.profilino-auth-body .welcome-back-home:hover {
  background: color-mix(in srgb, var(--welcome-accent, #247cff) 12%, transparent);
  color: var(--welcome-accent, #247cff);
}

body.profilino-auth-body .profilino-auth-stage {
  width: min(100%, 560px);
}

body.profilino-auth-body .profilino-page-wrap {
  background: transparent;
  padding: 0;
  min-height: 0;
}

body.profilino-auth-body .profilino-card {
  width: 100%;
  max-width: 560px;
}

/* ===== Design skins (login + dashboard + modal) ===== */
.profilino-style-glass .profilino-card,
.profilino-style-glass.profilino-dash .profilino-dash-nav,
.profilino-style-glass.profilino-dash .profilino-dash-card {
  background: var(--profilino-card-bg, rgba(255, 255, 255, 0.62));
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 20px 50px rgba(20, 35, 70, 0.12);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}
.profilino-overlay.profilino-style-glass {
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(10px);
}

.profilino-style-solid .profilino-card,
.profilino-style-flat .profilino-card {
  background: var(--profilino-card-bg, #fff);
  backdrop-filter: none;
  border: 1px solid #e5e7eb;
  box-shadow: none;
  border-radius: calc(var(--welcome-radius) * 0.7);
}
.profilino-style-flat .profilino-btn:not(.profilino-btn-ghost),
.profilino-style-solid .profilino-btn:not(.profilino-btn-ghost) {
  border-radius: calc(var(--welcome-radius) * 0.45);
  background: var(--welcome-accent);
  box-shadow: none;
}
.profilino-style-flat .profilino-tab.is-active,
.profilino-style-solid .profilino-tab.is-active {
  box-shadow: none;
  background: color-mix(in srgb, var(--welcome-accent) 12%, #fff);
}

.profilino-style-minimal .profilino-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  padding: 8px;
}
.profilino-style-minimal .profilino-tabs {
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 0;
}
.profilino-style-minimal .profilino-tab.is-active {
  background: transparent;
  box-shadow: none;
  border-bottom: 2px solid var(--welcome-accent);
  border-radius: 0;
}
.profilino-style-minimal .profilino-input,
.profilino-style-minimal .profilino-phone-row input {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  background: transparent;
}
.profilino-style-minimal .profilino-btn:not(.profilino-btn-ghost) {
  border-radius: 0;
  background: var(--welcome-accent);
}
.profilino-style-minimal .profilino-btn.profilino-btn-ghost {
  border-radius: 0;
}

.profilino-style-theme .profilino-card {
  background: var(--profilino-card-bg, var(--wp--preset--color--base, #fff));
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  box-shadow: none;
  backdrop-filter: none;
  border-radius: var(--welcome-radius);
  font-family: inherit;
}
.profilino-overlay.profilino-style-theme {
  background: color-mix(in srgb, var(--wp--preset--color--contrast, #0f172a) 35%, transparent);
  backdrop-filter: blur(4px);
}
.profilino-style-theme .profilino-input,
.profilino-style-theme .profilino-btn,
.profilino-style-theme .profilino-tab {
  font-family: inherit;
}
.profilino-style-theme .profilino-btn:not(.profilino-btn-ghost) {
  border-radius: var(--welcome-radius);
  background: var(--welcome-accent, var(--wp--preset--color--primary, #247cff));
}

.profilino-style-dark {
  color: #f5f5f7;
  --welcome-text: #f5f5f7;
  --profilino-muted: #a1a1a6;
}
.profilino-overlay.profilino-style-dark {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}
.profilino-style-dark .profilino-modal-close {
  background: rgba(255, 255, 255, 0.12);
  color: #f5f5f7;
}
.profilino-style-dark .profilino-card,
.profilino-style-dark.profilino-dash .profilino-dash-nav,
.profilino-style-dark.profilino-dash .profilino-dash-card {
  background: rgba(28, 28, 30, 0.96);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f5f5f7;
  backdrop-filter: blur(18px);
}
.profilino-style-dark .profilino-subtitle,
.profilino-style-dark .welcome-link,
.profilino-style-dark .profilino-tab,
.profilino-style-dark .profilino-dash-muted {
  color: #a1a1a6;
}
.profilino-style-dark .profilino-input,
.profilino-style-dark .profilino-phone-row input,
.profilino-style-dark .profilino-dash-form input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.profilino-style-dark .profilino-tabs {
  background: rgba(255, 255, 255, 0.06);
}
.profilino-style-dark .profilino-tab.is-active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.profilino-style-dark .profilino-btn.profilino-btn-ghost {
  color: #93c5fd !important;
  border-color: rgba(147, 197, 253, 0.7) !important;
}
.profilino-style-dark .profilino-btn.profilino-btn-ghost:disabled {
  color: #a1a1a6 !important;
  border-color: rgba(161, 161, 166, 0.45) !important;
}

.profilino-style-soft .profilino-card,
.profilino-style-soft.profilino-dash .profilino-dash-nav,
.profilino-style-soft.profilino-dash .profilino-dash-card {
  background: var(--profilino-card-bg, #fff8f3);
  border: 0;
  box-shadow: 0 12px 40px rgba(120, 80, 40, 0.08);
  backdrop-filter: none;
  border-radius: calc(var(--welcome-radius) + 8px);
}
.profilino-style-soft .profilino-btn:not(.profilino-btn-ghost) {
  background: linear-gradient(135deg, #fb923c, var(--welcome-accent));
}

.profilino-style-material .profilino-card,
.profilino-style-material.profilino-dash .profilino-dash-nav,
.profilino-style-material.profilino-dash .profilino-dash-card {
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0,0,0,.08), 0 8px 24px rgba(0,0,0,.12);
  backdrop-filter: none;
}
.profilino-style-material .profilino-input,
.profilino-style-material .profilino-phone-row input,
.profilino-style-material .profilino-dash-form input {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.18);
  border-radius: 4px 4px 0 0;
  background: rgba(0, 0, 0, 0.04);
}
.profilino-style-material .profilino-input:focus,
.profilino-style-material .profilino-phone-row input:focus {
  border-bottom-color: var(--welcome-accent);
  outline: none;
}
.profilino-style-material .profilino-btn:not(.profilino-btn-ghost) {
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 4px rgba(0,0,0,.2);
  background: var(--welcome-accent);
}
.profilino-style-material .profilino-btn.profilino-btn-ghost {
  border-radius: 4px;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: none;
}
.profilino-style-material .profilino-tabs {
  border-radius: 4px;
}
.profilino-style-material .profilino-tab.is-active {
  border-radius: 4px;
}

.profilino-style-modern .profilino-card,
.profilino-style-modern.profilino-dash .profilino-dash-nav,
.profilino-style-modern.profilino-dash .profilino-dash-card {
  background: #0b1220;
  border: 1px solid rgba(148, 163, 184, 0.18);
  color: #e2e8f0;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.45);
  backdrop-filter: none;
  border-radius: 22px;
}
.profilino-style-modern {
  --welcome-text: #e2e8f0;
  --profilino-muted: #94a3b8;
  color: #e2e8f0;
}
.profilino-style-modern .profilino-input,
.profilino-style-modern .profilino-phone-row input,
.profilino-style-modern .profilino-dash-form input {
  background: rgba(15, 23, 42, 0.8);
  border-color: rgba(148, 163, 184, 0.25);
  color: #f8fafc;
}
.profilino-style-modern .profilino-tabs {
  background: rgba(148, 163, 184, 0.12);
}
.profilino-style-modern .profilino-tab.is-active {
  background: rgba(56, 189, 248, 0.18);
  color: #7dd3fc;
}
.profilino-style-modern .profilino-btn:not(.profilino-btn-ghost) {
  background: linear-gradient(120deg, #38bdf8, var(--welcome-accent));
  border-radius: 14px;
}
.profilino-style-modern .profilino-btn.profilino-btn-ghost {
  border-radius: 14px;
  color: #7dd3fc !important;
  border-color: rgba(125, 211, 252, 0.65) !important;
}
.profilino-style-modern .profilino-btn.profilino-btn-ghost:disabled {
  color: #94a3b8 !important;
  border-color: rgba(148, 163, 184, 0.4) !important;
}
.profilino-style-modern .profilino-dash-nav a {
  color: #e2e8f0;
}

.profilino-style-classic .profilino-card,
.profilino-style-classic.profilino-dash .profilino-dash-nav,
.profilino-style-classic.profilino-dash .profilino-dash-card {
  background: #fffef9;
  border: 1px solid #c9b8a0;
  border-radius: 6px;
  box-shadow: 0 1px 0 #fff inset, 0 8px 18px rgba(80, 60, 30, 0.08);
  backdrop-filter: none;
}
.profilino-style-classic .profilino-title {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.02em;
}
.profilino-style-classic .profilino-input,
.profilino-style-classic .profilino-phone-row input,
.profilino-style-classic .profilino-dash-form input {
  border: 1px solid #c9b8a0;
  border-radius: 4px;
  background: #fff;
}
.profilino-style-classic .profilino-btn:not(.profilino-btn-ghost) {
  border-radius: 4px;
  background: #5b4636;
  background-image: none;
}
.profilino-style-classic .profilino-btn.profilino-btn-ghost {
  border-radius: 4px;
  color: #5b4636 !important;
  border-color: #5b4636 !important;
}
.profilino-style-classic .profilino-tabs {
  background: #f1e8da;
  border-radius: 4px;
}
.profilino-style-classic .profilino-tab.is-active {
  background: #fff;
  color: #5b4636;
}

.profilino-style-traditional .profilino-card,
.profilino-style-traditional.profilino-dash .profilino-dash-nav,
.profilino-style-traditional.profilino-dash .profilino-dash-card {
  background: #fffaf2;
  border: 2px double #b45309;
  border-radius: 0;
  box-shadow: 0 0 0 4px #fffaf2, 0 0 0 5px rgba(180, 83, 9, 0.25);
  backdrop-filter: none;
}
.profilino-style-traditional .profilino-title {
  font-weight: 700;
  color: #9a3412;
}
.profilino-style-traditional .profilino-btn:not(.profilino-btn-ghost) {
  border-radius: 0;
  background: #b45309;
  background-image: none;
}
.profilino-style-traditional .profilino-btn.profilino-btn-ghost {
  border-radius: 0;
  color: #9a3412 !important;
  border-color: #b45309 !important;
}
.profilino-style-traditional .profilino-input,
.profilino-style-traditional .profilino-phone-row input {
  border: 1px solid #d6a36a;
  border-radius: 0;
  background: #fff;
}
.profilino-style-traditional .profilino-tabs {
  background: #fde68a55;
  border-radius: 0;
}
.profilino-style-traditional .profilino-tab.is-active {
  background: #fdba74;
  color: #7c2d12;
  border-radius: 0;
  box-shadow: none;
}

/* Dashboard inherits skin surfaces */
.profilino-style-flat.profilino-dash .profilino-dash-nav,
.profilino-style-flat.profilino-dash .profilino-dash-card,
.profilino-style-theme.profilino-dash .profilino-dash-nav,
.profilino-style-theme.profilino-dash .profilino-dash-card,
.profilino-style-minimal.profilino-dash .profilino-dash-nav,
.profilino-style-minimal.profilino-dash .profilino-dash-card {
  backdrop-filter: none;
  box-shadow: none;
}
.profilino-style-minimal.profilino-dash .profilino-dash-nav,
.profilino-style-minimal.profilino-dash .profilino-dash-card {
  background: transparent;
  border: 0;
}
.profilino-style-theme.profilino-dash .profilino-dash-nav,
.profilino-style-theme.profilino-dash .profilino-dash-card {
  background: var(--profilino-card-bg, var(--wp--preset--color--base, #fff));
  border: 1px solid color-mix(in srgb, currentColor 12%, transparent);
  font-family: inherit;
}

.profilino-logo {
  text-align: center;
  margin-bottom: 12px;
}

.profilino-logo img {
  max-height: 48px;
}

.profilino-title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: var(--welcome-text);
}

.profilino-subtitle {
  margin: 6px 0 18px;
  text-align: center;
  color: var(--profilino-muted);
  font-size: 14px;
}

.profilino-tabs {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 6px;
  background: rgba(0, 0, 0, 0.04);
  padding: 5px;
  border-radius: calc(var(--welcome-radius) * 0.55);
  margin-bottom: 18px;
}

.profilino-tab {
  border: 0;
  background: transparent;
  border-radius: calc(var(--welcome-radius) * 0.4);
  padding: 10px 8px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  color: var(--profilino-muted);
}

.profilino-tab.is-active {
  background: #fff;
  color: var(--welcome-accent);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.welcome-label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.profilino-input,
.profilino-phone-row {
  width: 100%;
  margin-bottom: 12px;
}

.profilino-input,
.profilino-phone-row input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.85);
  border-radius: calc(var(--welcome-radius) * 0.5);
  padding: 13px 14px;
  font-family: inherit;
  font-size: 15px;
  color: var(--welcome-text);
}

.profilino-phone-row {
  display: flex;
  gap: 8px;
  align-items: center;
}

.welcome-ccode {
  flex: 0 0 auto;
  padding: 13px 12px;
  border-radius: calc(var(--welcome-radius) * 0.5);
  background: color-mix(in srgb, var(--welcome-accent) 12%, transparent);
  color: var(--welcome-accent);
  font-weight: 600;
}

.profilino-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.profilino-btn {
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 13px 16px;
  margin-top: 6px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--welcome-accent) 80%, #fff), var(--welcome-accent));
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}

.profilino-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.profilino-auth.is-busy {
  pointer-events: none;
  opacity: 0.92;
}
.profilino-auth.is-busy .profilino-btn:not(:disabled) {
  opacity: 0.7;
}
.profilino-auth .welcome-step {
  display: none;
}
.profilino-auth .welcome-step.is-active {
  display: block;
  animation: profilino-fade-in 0.18s ease-out;
}
@keyframes profilino-fade-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: none; }
}

/* Outline secondary actions (resend, password login) — readable on all skins */
.profilino-btn.profilino-btn-ghost {
  background: transparent !important;
  background-image: none !important;
  color: var(--welcome-accent, #247cff) !important;
  border: 1.5px solid var(--welcome-accent, #247cff) !important;
  box-shadow: none !important;
  font-weight: 600;
}

.profilino-btn.profilino-btn-ghost:disabled {
  opacity: 1;
  color: var(--profilino-muted, #6b7280) !important;
  border-color: color-mix(in srgb, var(--profilino-muted, #6b7280) 55%, transparent) !important;
  background: transparent !important;
  cursor: not-allowed;
}

.profilino-btn.profilino-btn-ghost:not(:disabled):hover {
  background: color-mix(in srgb, var(--welcome-accent, #247cff) 8%, transparent) !important;
}

.welcome-link {
  display: block;
  width: 100%;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: var(--profilino-muted);
  cursor: pointer;
  font-family: inherit;
}

.welcome-step {
  display: none;
}

.welcome-step.is-active {
  display: block;
}

.welcome-msg {
  min-height: 20px;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

.welcome-msg.is-error {
  color: #d70015;
}

.welcome-msg.is-ok {
  color: #248a3d;
}

.profilino-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(6px);
  padding: 20px;
}

.profilino-overlay[hidden] {
  display: none !important;
}

.profilino-overlay.profilino-style-theme,
.profilino-overlay.profilino-style-flat,
.profilino-overlay.profilino-style-minimal,
.profilino-overlay.profilino-style-classic {
  backdrop-filter: none;
  background: rgba(15, 23, 42, 0.5);
}

.profilino-overlay.profilino-style-dark {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
}

.profilino-overlay.profilino-style-soft {
  background: rgba(251, 146, 60, 0.18);
  backdrop-filter: blur(8px);
}

.profilino-overlay.profilino-style-modern {
  background: rgba(2, 6, 23, 0.55);
  backdrop-filter: blur(12px);
}

.profilino-overlay.profilino-style-material {
  background: rgba(15, 23, 42, 0.4);
  backdrop-filter: blur(4px);
}

.profilino-overlay.profilino-style-traditional {
  background: rgba(69, 40, 16, 0.45);
  backdrop-filter: none;
}

.profilino-modal {
  position: relative;
  width: min(100%, 460px);
}

.profilino-modal .profilino-auth,
.profilino-modal .profilino-card {
  width: 100%;
}

.profilino-modal-close {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  z-index: 2;
}

.profilino-style-dark .profilino-modal-close {
  background: rgba(255, 255, 255, 0.12);
  color: #f5f5f7;
}

.welcome-logged-in {
  text-align: center;
  padding: 16px;
  border-radius: var(--welcome-radius);
  background: rgba(255, 255, 255, 0.7);
}

.profilino-dash {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
  color: var(--welcome-text);
}

.profilino-dash-nav,
.profilino-dash-card {
  border-radius: var(--welcome-radius);
  background: var(--profilino-card-bg, rgba(255, 255, 255, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.profilino-dash-nav {
  padding: 18px;
  align-self: start;
}

.profilino-dash-user {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.profilino-dash-avatar img {
  border-radius: 50%;
  display: block;
}

.profilino-dash-user strong {
  display: block;
}

.profilino-dash-user small,
.profilino-dash-muted {
  color: var(--profilino-muted);
}

.profilino-dash-nav nav {
  display: grid;
  gap: 6px;
}

.profilino-dash-nav a {
  text-decoration: none;
  color: var(--welcome-text);
  padding: 10px 12px;
  border-radius: calc(var(--welcome-radius) * 0.45);
}

.profilino-dash-nav a.is-active,
.profilino-dash-nav a:hover {
  background: color-mix(in srgb, var(--welcome-accent) 12%, transparent);
  color: var(--welcome-accent);
}

.profilino-dash-main {
  display: grid;
  gap: 16px;
}

.profilino-dash-card {
  padding: 22px;
}

.profilino-dash-card h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.profilino-dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.profilino-dash-stats > div {
  padding: 14px;
  border-radius: calc(var(--welcome-radius) * 0.5);
  background: color-mix(in srgb, var(--welcome-accent) 8%, transparent);
}

.profilino-dash-stats span {
  display: block;
  color: var(--profilino-muted);
  font-size: 12px;
  margin-bottom: 6px;
}

.profilino-dash-stats strong {
  font-size: 15px;
  word-break: break-word;
}

.profilino-dash-form {
  display: grid;
  gap: 12px;
  max-width: 520px;
}

.profilino-dash-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
}

.profilino-dash-form input,
.profilino-dash-form select {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: calc(var(--welcome-radius) * 0.45);
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.profilino-dash-form small {
  color: var(--profilino-muted);
}

.profilino-dash-table-wrap {
  overflow: auto;
}

.profilino-dash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.profilino-dash-table th,
.profilino-dash-table td {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  text-align: right;
}

.profilino-dash-activity {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.profilino-dash-activity li {
  padding: 12px 14px;
  border-radius: calc(var(--welcome-radius) * 0.45);
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.profilino-dash-activity strong {
  display: block;
  margin-bottom: 4px;
}

.profilino-dash-activity span {
  display: block;
  color: var(--profilino-muted);
  font-size: 13px;
}

.profilino-dash-activity small {
  display: block;
  margin-top: 6px;
  color: var(--profilino-muted);
  font-size: 12px;
}

.profilino-jalali-field {
  width: 100%;
}

.profilino-jalali-row {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr 0.9fr;
  gap: 8px;
}

.profilino-jalali-row select {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: calc(var(--welcome-radius, 16px) * 0.7);
  padding: 11px 12px;
  background: #fff;
  font-family: inherit;
  color: inherit;
}

.profilino-jalali-hint {
  display: block;
  margin-top: 6px;
  color: var(--profilino-muted, #6b7280);
  font-size: 12px;
}

.form-table .profilino-jalali-row {
  max-width: 420px;
}

@media (max-width: 860px) {
  .profilino-dash {
    grid-template-columns: 1fr;
  }

  .profilino-dash-stats {
    grid-template-columns: 1fr;
  }

  .profilino-jalali-row {
    grid-template-columns: 1fr;
  }
}
