@charset "utf-8";

#page-profile { background: var(--hu-white-mist); min-height: 100vh; padding-bottom: 80px; }

@keyframes prf-grad-shift { 
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes prf-float { 
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33% { transform: translateY(-8px) rotate(1deg); }
  66% { transform: translateY(-4px) rotate(-1deg); }
}

@keyframes prf-pulse-glow { 
  0%, 100% { box-shadow: rgba(36, 52, 71, 0) 0px 0px 0px 0px; }
  50% { box-shadow: rgba(36, 52, 71, 0.12) 0px 0px 0px 12px; }
}

@keyframes prf-fade-up { 
  0% { opacity: 0; transform: translateY(16px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes prf-counter { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes prf-sparkle { 
  0% { transform: scale(0) rotate(0deg); opacity: 0; }
  50% { transform: scale(1.2) rotate(180deg); opacity: 1; }
  100% { transform: scale(0) rotate(360deg); opacity: 0; }
}

@keyframes prf-energy-pulse { 
  0%, 100% { opacity: 0.6; transform: scaleX(1); }
  50% { opacity: 1; transform: scaleX(1.02); }
}

@keyframes prf-bloom { 
  0% { opacity: 0; transform: scale(0.94) translateY(10px); }
  100% { opacity: 1; transform: scale(1) translateY(0px); }
}

.prf-hero { padding: 48px 24px 40px; text-align: center; border-radius: 0px 0px 32px 32px; }

.prf-hero-blur-1 { position: absolute; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(36, 52, 71, 0.22) 0%, transparent 70%); top: -60px; left: -60px; pointer-events: none; animation: 8s ease-in-out 0s infinite normal none running prf-float; }

.prf-hero-blur-2 { position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(123, 191, 212, 0.2) 0%, transparent 70%); bottom: -40px; right: -40px; pointer-events: none; animation: 11s ease-in-out 0s infinite reverse none running prf-float; }

.prf-hero-blur-3 { position: absolute; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(181, 167, 212, 0.18) 0%, transparent 70%); top: 30%; left: 65%; pointer-events: none; animation: 9s ease-in-out 2s infinite normal none running prf-float; }

.prf-avatar-ring { position: relative; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; animation: 3s ease-in-out 0s infinite normal none running prf-pulse-glow; }

.prf-avatar { width: 88px; height: 88px; border-radius: 50%; background: linear-gradient(135deg, rgb(221, 229, 216), rgb(232, 240, 245)); border: 3px solid rgba(255, 255, 255, 0.9); display: flex; align-items: center; justify-content: center; font-size: 2.4rem; box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 32px; cursor: pointer; transition: 0.3s; position: relative; overflow: hidden; }

.prf-avatar:hover { transform: scale(1.04); }

.prf-avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

.prf-avatar-edit { position: absolute; bottom: 2px; right: 2px; width: 26px; height: 26px; border-radius: 50%; background: var(--navy-primary); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 0.65rem; cursor: pointer; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; border: 2px solid rgb(255, 255, 255); }

.prf-welcome { font-family: Georgia, serif; font-size: clamp(1.6rem, 4vw, 2.2rem); font-weight: 700; color: rgb(45, 61, 90); margin-bottom: 6px; line-height: 1.15; animation: 0.6s ease 0s 1 normal both running prf-fade-up; }

.prf-welcome-sub { font-size: 0.95rem; color: rgb(106, 122, 138); line-height: 1.7; margin-bottom: 22px; animation: 0.7s ease 0.1s 1 normal both running prf-fade-up; }

.prf-membership { display: inline-flex; align-items: center; gap: 6px; background: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 0px; padding: 4px 0px; font-size: 0.76rem; font-weight: 700; color: rgba(255, 255, 255, 0.8); margin-bottom: 22px; box-shadow: none; }

.prf-hero-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 24px; animation: 0.8s ease 0.2s 1 normal both running prf-fade-up; }

.prf-stat-pill { background: none; backdrop-filter: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 0px; padding: 4px 0px; font-size: 0.82rem; font-weight: 700; color: rgba(255, 255, 255, 0.9); box-shadow: none; display: flex; align-items: center; gap: 6px; }

.prf-stat-n { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; color: var(--sage-dk); }

.prf-hero-btn { background: rgba(255, 255, 255, 0.15); backdrop-filter: none; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; border-radius: 8px; padding: 10px 24px; font-size: 0.88rem; font-weight: 700; color: rgb(255, 255, 255); cursor: pointer; font-family: inherit; transition: 0.22s; box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px; }

.prf-hero-btn:hover { background: rgba(255, 255, 255, 0.25); transform: translateY(-2px); box-shadow: none; }

.prf-content { max-width: 860px; margin: 0px auto; padding: 28px 18px 0px; display: flex; flex-direction: column; gap: 20px; }

.prf-glass { background: rgba(255, 255, 255, 0.82); backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.9); border-radius: 28px; box-shadow: rgba(0, 0, 0, 0.07) 0px 8px 32px; overflow: hidden; transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1); animation: 0.55s ease 0s 1 normal both running prf-bloom; }

.prf-glass:hover { box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 48px; transform: translateY(-2px); }

.prf-glass-body { padding: 26px 24px; }

.prf-week-card { background: rgb(30, 45, 61); position: relative; overflow: hidden; }

.prf-week-card::before { content: ""; position: absolute; inset: 0px; background: radial-gradient(at 20% 50%, rgba(36, 52, 71, 0.18) 0%, transparent 60%), radial-gradient(at 80% 20%, rgba(123, 191, 212, 0.14) 0%, transparent 50%), radial-gradient(at 60% 80%, rgba(181, 167, 212, 0.12) 0%, transparent 40%); pointer-events: none; }

.prf-week-header { padding: 28px 26px 20px; position: relative; }

.prf-week-eyebrow { font-size: 0.65rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255, 255, 255, 0.5); margin-bottom: 6px; }

.prf-week-title { font-family: Georgia, serif; font-size: clamp(1.6rem, 3.5vw, 2rem); font-weight: 700; color: rgb(255, 255, 255); line-height: 1.12; margin-bottom: 6px; }

.prf-week-sub { font-size: 0.88rem; color: rgba(255, 255, 255, 0.65); line-height: 1.6; }

.prf-mood-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0px 26px 20px; position: relative; }

.prf-mood-chip { background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 16px; padding: 14px 12px; text-align: center; transition: 0.22s; cursor: pointer; position: relative; overflow: hidden; }

.prf-mood-chip::before { content: ""; position: absolute; inset: 0px; background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%); }

.prf-mood-chip:hover { background: rgba(255, 255, 255, 0.18); transform: scale(1.02); }

.prf-mood-emoji { font-size: 1.4rem; margin-bottom: 4px; }

.prf-mood-name { font-size: 0.68rem; font-weight: 700; color: rgba(30, 45, 61, 0.75); margin-bottom: 6px; }

.prf-mood-bar-wrap { height: 4px; background: rgba(30, 45, 61, 0.12); border-radius: 2px; overflow: hidden; }

.prf-mood-bar { height: 100%; border-radius: 2px; transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1); width: 0px; }

.prf-mood-pct { font-size: 0.7rem; font-weight: 800; color: rgb(30, 45, 61); margin-top: 4px; }

.prf-week-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, 0.06); border-top: 1px solid rgba(255, 255, 255, 0.1); }

.prf-week-stat { padding: 16px 14px; text-align: center; }

.prf-week-stat-n { font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; color: rgb(255, 255, 255); display: block; line-height: 1; margin-bottom: 3px; }

.prf-week-stat-l { font-size: 0.68rem; font-weight: 700; color: rgba(255, 255, 255, 0.5); text-transform: uppercase; letter-spacing: 0.07em; }

.prf-insight-strip { padding: 16px 26px 20px; display: flex; flex-direction: column; gap: 8px; border-top: 1px solid rgba(255, 255, 255, 0.07); position: relative; }

.prf-insight-line { display: flex; align-items: flex-start; gap: 8px; font-size: 0.84rem; color: rgba(255, 255, 255, 0.78); line-height: 1.55; animation: 0.5s ease 0s 1 normal both running prf-fade-up; }

.prf-insight-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: 7px; }

.prf-week-actions { padding: 14px 26px 26px; display: flex; gap: 10px; flex-wrap: wrap; position: relative; }

.prf-week-btn-primary { flex: 1 1 0%; min-width: 140px; padding: 12px 20px; border-radius: 50px; background: rgba(255, 255, 255, 0.95); color: rgb(45, 61, 90); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-weight: 800; font-size: 0.86rem; font-family: inherit; transition: 0.22s; box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 16px; }

.prf-week-btn-primary:hover { background: rgb(255, 255, 255); transform: translateY(-2px); }

.prf-week-btn-ghost { flex: 1 1 0%; min-width: 120px; padding: 12px 18px; border-radius: 50px; background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); border: 1px solid rgba(255, 255, 255, 0.25); cursor: pointer; font-weight: 700; font-size: 0.82rem; font-family: inherit; transition: 0.22s; }

.prf-week-btn-ghost:hover { background: rgba(255, 255, 255, 0.2); }

.prf-section-card { background: rgb(255, 255, 255); border-radius: 22px; padding: 24px 22px; box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 20px; border: 1px solid rgba(0, 0, 0, 0.04); transition: 0.24s; }

.prf-section-card:hover { box-shadow: rgba(0, 0, 0, 0.09) 0px 10px 36px; }

.prf-section-eyebrow { font-size: 0.6rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 6px; }

.prf-section-title { font-family: Georgia, serif; font-size: 1.1rem; font-weight: 700; color: rgb(45, 61, 90); margin-bottom: 6px; line-height: 1.25; }

.prf-section-desc { font-size: 0.84rem; color: rgb(138, 144, 152); line-height: 1.65; margin-bottom: 16px; }

.prf-spectrum { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }

.prf-spectrum-pill { display: flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 8px; font-size: 0.8rem; font-weight: 700; cursor: pointer; transition: 0.2s; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; }

.prf-spectrum-pill:hover { transform: scale(1.04); border-color: rgba(0, 0, 0, 0.1); }

.prf-spectrum-pill.prf-active { transform: scale(1.06); border-color: rgba(0, 0, 0, 0.15); }

.prf-quote-card { background: linear-gradient(135deg, rgb(234, 244, 235), rgb(232, 240, 245)); border-radius: 16px; padding: 16px 18px; border-left: 3px solid var(--sage); margin-bottom: 10px; font-style: italic; color: rgb(45, 61, 90); font-size: 0.88rem; line-height: 1.65; }

.prf-food-cards { display: flex; flex-direction: column; gap: 10px; }

.prf-food-card { display: flex; align-items: center; gap: 14px; background: rgb(248, 246, 242); border-radius: 14px; padding: 14px 16px; cursor: pointer; transition: 0.2s; }

.prf-food-card:hover { background: rgb(234, 244, 235); transform: translateX(3px); }

.prf-food-icon { width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; }

.prf-food-name { font-weight: 700; font-size: 0.88rem; color: rgb(45, 61, 90); margin-bottom: 2px; }

.prf-food-note { font-size: 0.76rem; color: rgb(138, 144, 152); line-height: 1.4; }

.prf-wins-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }

@media (max-width: 480px) {
  .prf-wins-grid { grid-template-columns: 1fr; }
}

.prf-win { background: linear-gradient(135deg, rgb(253, 252, 250), rgb(245, 248, 255)); border-radius: 16px; padding: 18px 16px; border: 1px solid rgba(0, 0, 0, 0.05); position: relative; overflow: hidden; cursor: pointer; transition: 0.22s; }

.prf-win:hover { transform: translateY(-3px); box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 28px; }

.prf-win-icon { font-size: 1.6rem; margin-bottom: 8px; }

.prf-win-n { font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; color: rgb(45, 61, 90); line-height: 1; margin-bottom: 3px; }

.prf-win-label { font-size: 0.72rem; font-weight: 700; color: rgb(138, 144, 152); text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 4px; }

.prf-win-text { font-size: 0.8rem; color: rgb(106, 122, 138); line-height: 1.5; }

.prf-win-sparkle { position: absolute; top: 12px; right: 12px; font-size: 0.9rem; animation: 2.5s ease-in-out 0s infinite normal none running prf-sparkle; }

.prf-energy-timeline { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }

.prf-energy-row { display: flex; align-items: center; gap: 12px; }

.prf-energy-time { font-size: 0.72rem; font-weight: 700; color: rgb(138, 144, 152); width: 54px; flex-shrink: 0; text-align: right; }

.prf-energy-bar-wrap { flex: 1 1 0%; height: 10px; background: rgb(240, 236, 232); border-radius: 5px; overflow: hidden; }

.prf-energy-bar { height: 100%; border-radius: 5px; animation: 3s ease-in-out 0s infinite normal none running prf-energy-pulse; transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1); width: 0px; }

.prf-energy-label { font-size: 0.7rem; font-weight: 700; color: rgb(45, 61, 90); width: 60px; flex-shrink: 0; }

.prf-support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

@media (max-width: 480px) {
  .prf-support-grid { grid-template-columns: repeat(2, 1fr); }
}

.prf-support-tile { background: rgb(248, 246, 242); border-radius: 16px; padding: 16px 12px; text-align: center; cursor: pointer; transition: 0.22s; border: 2px solid transparent; }

.prf-support-tile:hover { background: rgb(234, 244, 235); border-color: rgba(36, 52, 71, 0.3); transform: scale(1.03); }

.prf-support-tile.prf-support-open { background: rgb(234, 244, 235); border-color: var(--navy-primary); border-radius: 16px 16px 0px 0px; }

.prf-support-icon { font-size: 1.6rem; margin-bottom: 6px; }

.prf-support-name { font-size: 0.74rem; font-weight: 700; color: rgb(45, 61, 90); }

.prf-support-detail { display: none; background: rgb(234, 244, 235); border-radius: 0px 0px 16px 16px; padding: 14px; font-size: 0.8rem; color: rgb(49, 70, 95); line-height: 1.6; border-top-width: medium; border-top-style: none; border-top-color: currentcolor; margin-top: -2px; }

.prf-support-detail.prf-show { display: block; animation: 0.3s ease 0s 1 normal both running prf-bloom; }

.prf-suggestion { display: flex; align-items: flex-start; gap: 12px; background: rgb(248, 246, 242); border-radius: 16px; padding: 16px 14px; margin-bottom: 10px; cursor: pointer; transition: 0.2s; border: 1.5px solid transparent; }

.prf-suggestion:hover { background: rgb(234, 244, 235); border-color: rgba(36, 52, 71, 0.25); }

.prf-suggestion-icon { width: 40px; height: 40px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }

.prf-suggestion-body { flex: 1 1 0%; }

.prf-suggestion-text { font-size: 0.86rem; color: rgb(45, 61, 90); line-height: 1.55; font-weight: 600; margin-bottom: 8px; }

.prf-suggestion-actions { display: flex; gap: 7px; flex-wrap: wrap; }

.prf-sug-btn { padding: 6px 14px; border-radius: 6px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; font-size: 0.74rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: 0.18s; }

.prf-sug-btn-sage { background: var(--sage-lt); color: var(--sage-dk); }

.prf-sug-btn-sage:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }

.prf-sug-btn-outline { background: transparent; border: 1.5px solid rgb(224, 219, 212); color: rgb(106, 122, 138); }

.prf-sug-btn-outline:hover { border-color: var(--navy-primary); color: var(--sage-dk); }

.prf-journal-prompt { font-size: 1rem; color: rgb(45, 61, 90); font-weight: 600; line-height: 1.6; margin-bottom: 14px; font-style: italic; }

.prf-journal-input { width: 100%; padding: 14px 16px; border-radius: 16px; border: 1.5px solid rgb(232, 228, 222); font-size: 0.88rem; font-family: inherit; color: rgb(45, 61, 90); background: rgb(250, 248, 245); resize: vertical; outline: none; line-height: 1.65; transition: border-color 0.18s; min-height: 90px; box-sizing: border-box; }

.prf-journal-input:focus { border-color: var(--navy-primary); background: rgb(255, 255, 255); }

.prf-journal-tools { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }

.prf-journal-tool { display: flex; align-items: center; gap: 5px; padding: 8px 14px; border-radius: 50px; border: 1.5px solid rgb(232, 228, 222); background: transparent; font-size: 0.76rem; font-weight: 700; color: rgb(106, 122, 138); cursor: pointer; font-family: inherit; transition: 0.18s; }

.prf-journal-tool:hover { border-color: var(--navy-primary); color: var(--sage-dk); }

.prf-card-accordion { background: radial-gradient(circle at right top, rgb(31, 49, 84), rgb(7, 23, 43) 70%); border-radius: 22px; box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 32px; border: 1px solid rgba(255, 255, 255, 0.08); overflow: hidden; }

.prf-card-acc-header { display: flex; align-items: center; gap: 14px; padding: 20px 22px; cursor: pointer; transition: background 0.2s; user-select: none; }

.prf-card-acc-header:hover { background: rgba(255, 255, 255, 0.06); }

.prf-card-acc-icon { width: 46px; height: 46px; border-radius: 14px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }

.prf-card-acc-text { flex: 1 1 0%; }

.prf-card-acc-title { font-family: Georgia, serif; font-size: 1rem; font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 2px; }

.prf-card-acc-sub { font-size: 0.78rem; color: rgba(255, 255, 255, 0.55); line-height: 1.4; }

.prf-card-acc-chev { font-size: 0.7rem; color: rgba(255, 255, 255, 0.5); transition: transform 0.25s; }

.prf-card-acc-header.prf-acc-open .prf-card-acc-chev { transform: rotate(180deg); }

.prf-card-acc-body { display: none; padding: 0px 22px 22px; border-top: 1px solid rgba(255, 255, 255, 0.08); }

.prf-card-acc-body.prf-acc-open { display: block; animation: 0.3s ease 0s 1 normal both running prf-bloom; }

.prf-log-item { display: flex; align-items: center; gap: 10px; padding: 10px 0px; border-bottom: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.84rem; color: rgba(255, 255, 255, 0.85); }

.prf-log-item:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.prf-log-icon { font-size: 1.1rem; width: 28px; text-align: center; }

.prf-log-text { flex: 1 1 0%; color: rgb(45, 61, 90); font-weight: 600; }

.prf-log-date { font-size: 0.7rem; color: rgb(187, 187, 187); }

.prf-milestone { display: flex; align-items: flex-start; gap: 12px; padding: 12px 0px; border-bottom: 1px solid rgb(245, 240, 235); }

.prf-milestone:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.prf-milestone-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; margin-top: 4px; }

.prf-milestone-body { flex: 1 1 0%; }

.prf-milestone-title { font-size: 0.86rem; font-weight: 700; color: rgb(45, 61, 90); margin-bottom: 2px; }

.prf-milestone-date { font-size: 0.72rem; color: rgb(154, 158, 164); }

.prf-rewards-bar-wrap { height: 8px; background: rgb(240, 236, 232); border-radius: 4px; overflow: hidden; margin: 8px 0px; }

.prf-rewards-bar { height: 100%; border-radius: 4px; background: linear-gradient(90deg, var(--sage), var(--sage-dk)); transition: width 1.4s cubic-bezier(0.4, 0, 0.2, 1); width: 0px; }

.prf-pref-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0px; border-bottom: 1px solid rgb(245, 240, 235); }

.prf-pref-row:last-child { border-bottom-width: medium; border-bottom-style: none; border-bottom-color: currentcolor; }

.prf-pref-label { font-size: 0.86rem; font-weight: 600; color: rgb(45, 61, 90); }

.prf-pref-sub { font-size: 0.74rem; color: rgb(154, 158, 164); margin-top: 2px; }

.prf-toast-success { display: none; align-items: center; gap: 10px; background: var(--sage-lt); border: 1.5px solid rgba(36, 52, 71, 0.25); border-radius: 14px; padding: 12px 16px; margin-top: 12px; font-size: 0.84rem; color: var(--sage-dk); font-weight: 600; }

.prf-toast-success.prf-show { display: flex; animation: 0.3s ease 0s 1 normal both running prf-fade-up; }

@media (max-width: 640px) {
  .prf-mood-grid { grid-template-columns: repeat(3, 1fr); }
  .prf-week-stats { grid-template-columns: repeat(3, 1fr); }
  .prf-support-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 380px) {
  .prf-mood-grid { grid-template-columns: repeat(2, 1fr); }
  .prf-week-stats { grid-template-columns: 1fr 1fr; }
}