.aurafm-app {
  --aurafm-bg: #101714;
  --aurafm-bg-deep: #0b110f;
  --aurafm-surface: #19231f;
  --aurafm-surface-raised: #21302a;
  --aurafm-surface-soft: #26362f;
  --aurafm-line: rgba(235, 244, 233, .105);
  --aurafm-line-strong: rgba(235, 244, 233, .18);
  --aurafm-text: #f4f6ee;
  --aurafm-muted: #a8b2a9;
  --aurafm-subtle: #909d94;
  --aurafm-accent: #baf279;
  --aurafm-water: #8bc4d1;
  --aurafm-nav-height: 78px;
  position: relative;
  isolation: isolate;
  container-type: size;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  overflow: clip;
  color: var(--aurafm-text);
  background: radial-gradient(circle at 92% 3%, rgba(186, 242, 121, .055), transparent 24%), var(--aurafm-bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

.aurafm-app,
.aurafm-app * { box-sizing: border-box; }
.aurafm-app [hidden] { display: none !important; }
.aurafm-app button,
.aurafm-app input { font: inherit; -webkit-tap-highlight-color: transparent; }
.aurafm-app button { appearance: none; border: 0; margin: 0; padding: 0; color: inherit; background: transparent; box-shadow: none; cursor: pointer; }
.aurafm-app button:active { transform: translateY(1px) scale(.985); }
.aurafm-app button:focus-visible,
.aurafm-app input:focus-visible { outline: 2px solid var(--aurafm-accent); outline-offset: 2px; }
.aurafm-app img,
.aurafm-app svg { display: block; pointer-events: none; -webkit-user-drag: none; }
.aurafm-app svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.aurafm-app h2,
.aurafm-app h3,
.aurafm-app p,
.aurafm-app figure,
.aurafm-app fieldset { margin: 0; }

.aurafm-sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.aurafm-view { position: absolute; inset: 0; z-index: 1; visibility: hidden; opacity: 0; contain: layout paint; transition: opacity .2s ease, visibility 0s linear .22s; }
.aurafm-view.aurafm-is-active { z-index: 2; visibility: visible; opacity: 1; transition-delay: 0s; }
.aurafm-scroll { position: absolute; inset: 0; min-width: 0; overflow: hidden auto; overscroll-behavior: contain; scrollbar-width: none; padding: 10px 18px calc(var(--aurafm-nav-height) + 22px); }
.aurafm-scroll::-webkit-scrollbar,
.aurafm-water-page::-webkit-scrollbar,
.aurafm-view--active::-webkit-scrollbar,
.aurafm-sheet::-webkit-scrollbar { display: none; }

.aurafm-eyebrow { display: block; color: var(--aurafm-accent); font-size: 9px; font-weight: 750; line-height: 1; letter-spacing: .17em; }
.aurafm-topline,
.aurafm-water-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.aurafm-topline h2 { margin-top: 5px; color: var(--aurafm-text); font-size: 21px; font-weight: 650; line-height: 1.08; letter-spacing: -.045em; }
.aurafm-avatar { position: relative; flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--aurafm-line-strong); border-radius: 14px; color: var(--aurafm-text); background: #233129; font-size: 14px; font-weight: 700; transition: border-color .2s ease, background .2s ease; }
.aurafm-avatar:hover { border-color: rgba(186, 242, 121, .44); background: #2a3b33; }
.aurafm-avatar i { position: absolute; top: -2px; right: -2px; width: 9px; height: 9px; border: 2px solid var(--aurafm-bg); border-radius: 50%; background: var(--aurafm-accent); }

.aurafm-date { margin-top: 18px; }
.aurafm-section-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.aurafm-section-title h3 { min-width: 0; color: var(--aurafm-text); font-size: 15px; font-weight: 600; letter-spacing: -.02em; }
.aurafm-section-title > button:not(.aurafm-text-button),
.aurafm-water-head > button { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--aurafm-line); border-radius: 13px; color: var(--aurafm-text); background: var(--aurafm-surface); }
.aurafm-section-title > button:hover,
.aurafm-water-head > button:hover { border-color: rgba(186, 242, 121, .34); background: var(--aurafm-surface-raised); }
.aurafm-section-title svg,
.aurafm-water-head svg { width: 19px; height: 19px; }

.aurafm-week { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; margin-top: 11px; }
.aurafm-week > button { min-width: 0; min-height: 48px; padding: 7px 0; display: grid; gap: 2px; place-items: center; border: 1px solid transparent; border-radius: 11px; color: var(--aurafm-muted); background: rgba(255, 255, 255, .045); transition: color .2s ease, background .2s ease, border-color .2s ease; }
.aurafm-week > button:hover { border-color: var(--aurafm-line-strong); background: rgba(255, 255, 255, .07); }
.aurafm-week small { color: var(--aurafm-subtle); font-size: 8.5px; font-weight: 650; text-transform: uppercase; }
.aurafm-week b { color: inherit; font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums; }
.aurafm-week .aurafm-is-today { border-color: transparent; color: #142013; background: var(--aurafm-accent); }
.aurafm-week .aurafm-is-today small { color: rgba(20, 32, 19, .66); }

.aurafm-energy-card { position: relative; overflow: hidden; min-width: 0; min-height: 142px; margin-top: 15px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid rgba(186, 242, 121, .18); border-radius: 21px; background: #1b2822; box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.aurafm-energy-card::before { content: ""; position: absolute; width: 145px; height: 145px; right: -76px; top: -83px; border: 1px solid rgba(186, 242, 121, .12); border-radius: 50%; box-shadow: 0 0 0 24px rgba(186, 242, 121, .025), 0 0 0 49px rgba(186, 242, 121, .018); }
.aurafm-energy-card__copy { position: relative; z-index: 1; min-width: 0; }
.aurafm-energy-card__copy > small { color: var(--aurafm-muted); font-size: 9px; font-weight: 550; }
.aurafm-energy-card__copy > strong { display: block; margin-top: 8px; color: var(--aurafm-text); font-size: 30px; font-weight: 650; line-height: 1; letter-spacing: -.065em; font-variant-numeric: tabular-nums; }
.aurafm-energy-card__copy > strong i { margin-left: 5px; color: var(--aurafm-subtle); font-size: 11px; font-style: normal; font-weight: 500; letter-spacing: 0; }
.aurafm-energy-card__copy p { margin-top: 13px; color: var(--aurafm-muted); font-size: 9px; }
.aurafm-energy-card__copy p > span { color: var(--aurafm-accent); }
.aurafm-energy-card__copy p b { color: var(--aurafm-text); font-weight: 650; }
.aurafm-energy-ring,
.aurafm-macro-ring { position: relative; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; }
.aurafm-energy-ring { width: 86px; height: 86px; background: conic-gradient(var(--aurafm-accent) calc(var(--aurafm-progress) * 1turn), rgba(255, 255, 255, .09) 0); transform: rotate(-48deg); }
.aurafm-energy-ring::after,
.aurafm-macro-ring::after { content: ""; position: absolute; border-radius: inherit; background: #1e2b25; }
.aurafm-energy-ring::after { inset: 8px; }
.aurafm-energy-ring span { position: relative; z-index: 1; color: var(--aurafm-text); transform: rotate(48deg); }
.aurafm-energy-ring b { font-size: 22px; font-weight: 650; font-variant-numeric: tabular-nums; }
.aurafm-energy-ring small { margin-left: 1px; color: var(--aurafm-muted); font-size: 8px; }

.aurafm-macros { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }
.aurafm-macros article { min-width: 0; padding: 11px 5px 12px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .045); border-radius: 16px; background: var(--aurafm-surface); text-align: center; }
.aurafm-macro-ring { width: 46px; height: 46px; margin-bottom: 7px; background: conic-gradient(var(--aurafm-color) calc(var(--aurafm-value) * 1turn), rgba(255, 255, 255, .075) 0); transform: rotate(-48deg); }
.aurafm-macro-ring::after { inset: 5px; background: var(--aurafm-surface); }
.aurafm-macro-ring span { position: relative; z-index: 1; color: var(--aurafm-text); font-size: 11px; font-weight: 700; transform: rotate(48deg); font-variant-numeric: tabular-nums; }
.aurafm-macro-ring span::after { content: "%"; margin-left: 1px; color: var(--aurafm-subtle); font-size: 6px; }
.aurafm-macros article > strong { overflow: hidden; width: 100%; color: var(--aurafm-text); font-size: 9px; font-weight: 650; text-overflow: ellipsis; }
.aurafm-macros article > small { margin-top: 3px; color: var(--aurafm-subtle); font-size: 8.5px; white-space: nowrap; }
.aurafm-macros article > small b { color: var(--aurafm-muted); font-weight: 550; }

.aurafm-diary { margin-top: 21px; }
.aurafm-text-button { color: var(--aurafm-accent); font-size: 10px; font-weight: 650; }
.aurafm-meal { min-width: 0; min-height: 74px; margin-top: 8px; padding: 9px 8px 9px 10px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 44px; align-items: center; gap: 9px; border: 1px solid rgba(255, 255, 255, .045); border-radius: 17px; background: var(--aurafm-surface); }
.aurafm-meal__image,
.aurafm-meal__empty-icon { width: 48px; height: 48px; overflow: hidden; border-radius: 13px; background: var(--aurafm-surface-raised); }
.aurafm-meal__image img { width: 100%; height: 100%; object-fit: cover; }
.aurafm-meal__empty-icon { display: grid; place-items: center; color: var(--aurafm-subtle); }
.aurafm-meal__empty-icon svg { width: 23px; height: 23px; }
.aurafm-meal small { display: block; color: var(--aurafm-subtle); font-size: 9px; }
.aurafm-meal strong { display: block; overflow: hidden; margin-top: 3px; color: var(--aurafm-text); font-size: 10px; font-weight: 650; white-space: nowrap; text-overflow: ellipsis; }
.aurafm-meal p { overflow: hidden; margin-top: 4px; color: var(--aurafm-muted); font-size: 8.5px; white-space: nowrap; text-overflow: ellipsis; }
.aurafm-meal > button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(186, 242, 121, .36); border-radius: 13px; color: var(--aurafm-accent); background: rgba(186, 242, 121, .08); transition: color .2s ease, background .2s ease; }
.aurafm-meal > button:hover { color: #142013; background: var(--aurafm-accent); }
.aurafm-meal > button svg { width: 17px; height: 17px; }

.aurafm-page-head { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: 8px; }
.aurafm-page-head > button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--aurafm-line); border-radius: 13px; color: var(--aurafm-text); background: var(--aurafm-surface); }
.aurafm-page-head > button:hover { border-color: rgba(186, 242, 121, .32); background: var(--aurafm-surface-raised); }
.aurafm-page-head svg { width: 20px; height: 20px; }
.aurafm-page-head h2 { overflow: hidden; color: var(--aurafm-text); font-size: 18px; font-weight: 650; line-height: 1.1; letter-spacing: -.035em; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.aurafm-page-intro { max-width: 29ch; margin: 16px 0 18px; color: var(--aurafm-muted); font-size: 11px; line-height: 1.5; }
.aurafm-plan-list { display: grid; gap: 10px; }
.aurafm-plan-card { position: relative; min-width: 0; min-height: 180px; overflow: hidden; padding: 18px; border: 1px solid rgba(255, 255, 255, .055); border-radius: 20px; color: var(--aurafm-text); background: #19231f; text-align: left; transition: border-color .22s ease, background .22s ease, transform .22s ease; }
.aurafm-plan-card:hover { border-color: rgba(186, 242, 121, .32); background: #1e2b25; transform: translateY(-1px); }
.aurafm-plan-card.aurafm-is-selected { border-color: rgba(186, 242, 121, .65); box-shadow: inset 0 0 0 1px rgba(186, 242, 121, .15); }
.aurafm-plan-card__dot { position: absolute; top: 23px; left: 18px; width: 8px; height: 8px; border-radius: 50%; background: var(--aurafm-plan-color); box-shadow: 0 0 0 5px rgba(186, 242, 121, .08); }
.aurafm-plan-card__copy { position: relative; z-index: 2; display: block; max-width: 69%; padding-left: 17px; }
.aurafm-plan-card__copy strong { display: block; color: var(--aurafm-text); font-size: 16px; font-weight: 650; line-height: 1.16; letter-spacing: -.025em; }
.aurafm-plan-card__copy > small { display: block; max-width: 220px; margin-top: 8px; color: var(--aurafm-muted); font-size: 10px; line-height: 1.45; }
.aurafm-plan-card__copy i { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }
.aurafm-plan-card__copy em { padding: 5px 7px; border: 1px solid var(--aurafm-line-strong); border-radius: 7px; color: var(--aurafm-muted); font-size: 8.5px; font-style: normal; }
.aurafm-plan-card > img { position: absolute; z-index: 1; right: -11px; bottom: -10px; width: 43%; height: 78%; object-fit: cover; object-position: center; border-radius: 16px 0 0 0; filter: saturate(.85) contrast(.98); }
.aurafm-plan-card__arrow { position: absolute; z-index: 3; top: 15px; right: 16px; color: var(--aurafm-muted); font-size: 26px; font-weight: 300; line-height: 1; }
.aurafm-plan-card__badge { position: relative; z-index: 3; display: inline-block; margin: -2px 0 14px; padding: 5px 8px; border-radius: 7px; color: #172113; background: var(--aurafm-accent); font-size: 8.5px; font-weight: 700; }
.aurafm-plan-card--recommended { min-height: 198px; }

.aurafm-water-page { position: absolute; inset: 0; min-width: 0; overflow: hidden auto; overscroll-behavior: contain; padding: 12px 22px calc(var(--aurafm-nav-height) + 24px); scrollbar-width: none; background: radial-gradient(circle at 50% 42%, rgba(139, 196, 209, .07), transparent 31%); }
.aurafm-water-head h2 { margin-top: 6px; color: var(--aurafm-text); font-size: 19px; font-weight: 650; line-height: 1.08; letter-spacing: -.035em; }
.aurafm-water-tip { width: max-content; max-width: 100%; margin-top: 21px; padding: 9px 12px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(139, 196, 209, .13); border-radius: 10px; color: var(--aurafm-muted); background: rgba(139, 196, 209, .055); font-size: 9px; }
.aurafm-water-tip > span:first-child { color: var(--aurafm-water); }
.aurafm-water-drop { position: relative; overflow: hidden; width: min(57cqw, 220px); aspect-ratio: 1; margin: 25px auto 0; display: grid; place-items: center; border: 1px solid rgba(139, 196, 209, .25); border-radius: 50%; background: rgba(139, 196, 209, .045); box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .018), 0 24px 70px rgba(4, 12, 13, .24); }
.aurafm-water-drop::before { content: ""; position: absolute; inset: 20px; z-index: 1; border: 1px solid rgba(255, 255, 255, .07); border-radius: inherit; }
.aurafm-water-drop > i { position: absolute; right: 0; bottom: 0; left: 0; height: calc(var(--aurafm-water) * 100%); background: #77acb8; transition: height .55s cubic-bezier(.2, .8, .2, 1); }
.aurafm-water-drop > i::before,
.aurafm-water-drop > i::after { content: ""; position: absolute; top: -10px; width: 66%; height: 21px; border-radius: 50%; background: #a9d9e1; transform: rotate(4deg); }
.aurafm-water-drop > i::before { left: -6%; }
.aurafm-water-drop > i::after { right: -7%; top: -5px; background: #82b7c3; transform: rotate(-5deg); }
.aurafm-water-drop > span { position: relative; z-index: 2; margin-top: 28%; color: #f7fbf8; font-size: 31px; font-weight: 650; letter-spacing: -.055em; font-variant-numeric: tabular-nums; text-shadow: 0 2px 12px rgba(12, 34, 37, .3); }
.aurafm-water-meta { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; color: var(--aurafm-muted); font-variant-numeric: tabular-nums; }
.aurafm-water-meta strong { color: var(--aurafm-text); font-size: 15px; font-weight: 650; }
.aurafm-water-meta > span { font-size: 12px; }
.aurafm-water-line { height: 5px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .08); }
.aurafm-water-line > i { display: block; width: 38%; height: 100%; border-radius: inherit; background: var(--aurafm-water); transition: width .55s cubic-bezier(.2, .8, .2, 1); }

.aurafm-primary { min-height: 51px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 14px; color: #142013; background: var(--aurafm-accent); font-size: 13px; font-weight: 700; transition: filter .2s ease, transform .2s ease, background .2s ease; }
.aurafm-primary:hover { filter: brightness(1.04); }
.aurafm-primary svg { width: 19px; height: 19px; }
.aurafm-primary--water { width: 100%; margin-top: 24px; color: #eaf4f4; border-color: rgba(139, 196, 209, .28); background: rgba(139, 196, 209, .12); }
.aurafm-primary--water:hover { background: rgba(139, 196, 209, .18); }

.aurafm-training { overflow: hidden; background: var(--aurafm-bg-deep); }
.aurafm-training__hero { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.aurafm-training__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 11, 9, .03) 0%, rgba(7, 11, 9, .08) 31%, rgba(7, 11, 9, .62) 63%, #0b110f 91%); }
.aurafm-training__copy { position: absolute; z-index: 2; right: 21px; bottom: calc(var(--aurafm-nav-height) + 17px); left: 21px; }
.aurafm-training__copy h2 { max-width: 315px; margin-top: 8px; color: var(--aurafm-text); font-size: 29px; font-weight: 650; line-height: .98; letter-spacing: -.055em; }
.aurafm-training__copy p { max-width: 335px; margin-top: 12px; color: rgba(244, 246, 238, .77); font-size: 10px; line-height: 1.5; }
.aurafm-training__facts { margin-top: 12px; display: flex; gap: 6px; }
.aurafm-training__facts span { padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 8px; color: rgba(244, 246, 238, .8); background: rgba(12, 18, 15, .36); backdrop-filter: blur(8px); font-size: 8.5px; }
.aurafm-training__copy .aurafm-primary { width: 100%; margin-top: 14px; justify-content: space-between; padding: 0 17px; }

.aurafm-workout-list { padding-top: 10px; padding-bottom: 21px; background: var(--aurafm-bg-deep); }
.aurafm-page-head--compact { grid-template-columns: 44px 1fr 44px; }
.aurafm-workout-list > .aurafm-eyebrow { margin-top: 13px; }
.aurafm-workout-list > h2 { margin-top: 7px; color: var(--aurafm-text); font-size: 29px; font-weight: 650; line-height: .99; letter-spacing: -.055em; }
.aurafm-workout-list__meta { margin-top: 10px; color: var(--aurafm-muted); font-size: 10px; }
.aurafm-workout-list__meta i { display: inline-block; width: 3px; height: 3px; margin: 0 8px 2px; border-radius: 50%; background: var(--aurafm-subtle); }
.aurafm-exercises { margin-top: 16px; display: grid; gap: 7px; }
.aurafm-exercises > button { position: relative; min-width: 0; min-height: 72px; padding: 7px 39px 7px 7px; display: grid; grid-template-columns: 74px minmax(0, 1fr); align-items: center; gap: 10px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .05); border-radius: 15px; color: var(--aurafm-text); background: var(--aurafm-surface); text-align: left; transition: border-color .2s ease, background .2s ease; }
.aurafm-exercises > button:hover { border-color: rgba(186, 242, 121, .3); background: var(--aurafm-surface-raised); }
.aurafm-exercises img { width: 74px; height: 57px; border-radius: 11px; object-fit: cover; }
.aurafm-exercises strong { display: block; color: var(--aurafm-text); font-size: 11px; font-weight: 650; }
.aurafm-exercises small { display: block; margin-top: 4px; color: var(--aurafm-muted); font-size: 9px; }
.aurafm-exercises > button > span { position: absolute; top: 9px; right: 12px; color: var(--aurafm-subtle); font-size: 7px; font-variant-numeric: tabular-nums; }
.aurafm-exercises > button > i { position: absolute; right: 12px; bottom: 15px; color: var(--aurafm-accent); font-size: 20px; font-style: normal; line-height: 1; }
.aurafm-workout-list__start { width: 100%; margin-top: 14px; }

.aurafm-view--active { overflow: hidden auto; scrollbar-width: none; background: #0b110f; }
.aurafm-active-head { position: relative; padding: 9px 18px 13px; }
.aurafm-active-head > button { position: absolute; top: 7px; right: 17px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--aurafm-line); border-radius: 13px; color: var(--aurafm-text); background: var(--aurafm-surface); }
.aurafm-active-head > button svg { width: 18px; height: 18px; }
.aurafm-active-head > div { padding: 48px 0 17px; display: flex; align-items: center; gap: 12px; }
.aurafm-active-head > div strong { flex: 0 0 auto; color: var(--aurafm-text); font-size: 13px; font-weight: 650; font-variant-numeric: tabular-nums; }
.aurafm-active-head > div > i { flex: 1; height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255, 255, 255, .1); }
.aurafm-active-head > div > i span { display: block; width: 16.66%; height: 100%; border-radius: inherit; background: var(--aurafm-accent); transition: width .35s ease; }
.aurafm-active-head h2 { padding-right: 79px; color: var(--aurafm-text); font-size: 23px; font-weight: 650; line-height: 1; letter-spacing: -.045em; }
.aurafm-active-head__time { position: absolute; right: 19px; bottom: 10px; display: flex; align-items: center; gap: 6px; }
.aurafm-active-head__time > i { width: 3px; height: 15px; border-radius: 3px; background: var(--aurafm-accent); box-shadow: 7px 0 var(--aurafm-accent); }
.aurafm-active-head__time b { margin-left: 7px; color: var(--aurafm-text); font-size: 12px; font-weight: 650; font-variant-numeric: tabular-nums; }
.aurafm-active-image { height: min(43cqh, 330px); min-height: 248px; overflow: hidden; background: #15201b; }
.aurafm-active-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.aurafm-active-copy { padding: 17px 21px 91px; }
.aurafm-active-copy > button { display: flex; align-items: center; gap: 8px; color: var(--aurafm-accent); font-size: 12px; }
.aurafm-active-copy > button > span { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.aurafm-active-copy > div { margin-top: 13px; display: flex; flex-wrap: wrap; gap: 7px; }
.aurafm-active-copy > div span { padding: 7px 9px; border: 1px solid var(--aurafm-line-strong); border-radius: 8px; color: var(--aurafm-muted); font-size: 9px; }
.aurafm-active-copy > p { margin-top: 12px; padding: 11px 12px; border-left: 2px solid var(--aurafm-accent); color: var(--aurafm-muted); background: rgba(186, 242, 121, .045); font-size: 9px; line-height: 1.5; }
.aurafm-active-actions { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; padding: 11px 17px 17px; display: grid; grid-template-columns: 51px minmax(0, 1fr); gap: 9px; background: linear-gradient(180deg, transparent, #0b110f 26%); }
.aurafm-active-actions > button:first-child { min-height: 51px; display: flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid rgba(186, 242, 121, .25); border-radius: 14px; background: rgba(186, 242, 121, .13); }
.aurafm-active-actions > button:first-child span { width: 3px; height: 16px; border-radius: 2px; background: var(--aurafm-accent); }
.aurafm-active-actions > button:first-child.aurafm-is-paused span:first-child { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid var(--aurafm-accent); border-radius: 0; background: transparent; }
.aurafm-active-actions > button:first-child.aurafm-is-paused span:last-child { display: none; }

.aurafm-nav { position: absolute; z-index: 8; right: 0; bottom: 0; left: 0; height: var(--aurafm-nav-height); padding: 7px 6px 11px; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: stretch; border-top: 1px solid var(--aurafm-line); background: rgba(17, 24, 21, .94); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); transition: transform .24s ease, opacity .2s ease; }
.aurafm-nav > button { position: relative; min-width: 0; width: 100%; height: 58px; display: grid; grid-template-rows: 23px 10px; gap: 3px; place-items: center; align-content: center; border-radius: 13px; color: var(--aurafm-subtle); background: transparent; transition: color .2s ease, background .2s ease; }
.aurafm-nav > button:hover { color: var(--aurafm-text); background: rgba(255, 255, 255, .035); }
.aurafm-nav > button svg { width: 20px; height: 20px; stroke-width: 1.8; }
.aurafm-nav > button > span { overflow: hidden; max-width: 100%; color: currentColor; font-size: 8.5px; font-weight: 650; line-height: 1; text-overflow: ellipsis; white-space: nowrap; }
.aurafm-nav > button.aurafm-is-active { color: var(--aurafm-text); background: rgba(255, 255, 255, .045); }
.aurafm-nav > button.aurafm-is-active::after { content: ""; position: absolute; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: var(--aurafm-accent); }
.aurafm-nav > .aurafm-nav__ai { color: #142013; background: var(--aurafm-accent); }
.aurafm-nav > .aurafm-nav__ai:hover,
.aurafm-nav > .aurafm-nav__ai[aria-expanded="true"] { color: #142013; background: #c7f792; }
.aurafm-nav > .aurafm-nav__ai::after { display: none; }
.aurafm-app[data-aurafm-view="workout-list"] .aurafm-nav,
.aurafm-app[data-aurafm-view="workout-active"] .aurafm-nav { opacity: 0; pointer-events: none; transform: translateY(100%); }

.aurafm-overlay { position: absolute; z-index: 30; inset: 0; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility 0s linear .28s; }
.aurafm-overlay.aurafm-is-open { visibility: visible; opacity: 1; transition-delay: 0s; }
.aurafm-overlay__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(5, 9, 7, .68); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.aurafm-sheet { position: absolute; right: 0; bottom: 0; left: 0; max-height: 89%; overflow: hidden auto; padding: 11px 18px 24px; border: 1px solid rgba(255, 255, 255, .07); border-bottom: 0; border-radius: 23px 23px 0 0; color: var(--aurafm-text); background: #18221e; box-shadow: 0 -24px 70px rgba(2, 8, 5, .42); transform: translateY(102%); transition: transform .32s cubic-bezier(.2, .8, .2, 1); scrollbar-width: none; }
.aurafm-is-open .aurafm-sheet { transform: translateY(0); }
.aurafm-sheet__handle { display: block; width: 34px; height: 4px; margin: 0 auto 17px; border-radius: 99px; background: #526058; }
.aurafm-sheet header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.aurafm-sheet header small { color: var(--aurafm-accent); font-size: 8.5px; font-weight: 750; letter-spacing: .14em; }
.aurafm-sheet header h2 { max-width: 265px; margin-top: 5px; color: var(--aurafm-text); font-size: 21px; font-weight: 650; line-height: 1.08; letter-spacing: -.045em; }
.aurafm-sheet header > button { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--aurafm-line); border-radius: 13px; color: var(--aurafm-text); background: var(--aurafm-surface-raised); }
.aurafm-sheet header > button:hover { border-color: rgba(186, 242, 121, .32); }
.aurafm-sheet header > button svg { width: 18px; height: 18px; }
.aurafm-search { height: 44px; margin-top: 17px; padding: 0 12px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--aurafm-line-strong); border-radius: 12px; background: #111815; }
.aurafm-search:focus-within { border-color: rgba(186, 242, 121, .45); }
.aurafm-search svg { flex: 0 0 18px; width: 18px; height: 18px; color: var(--aurafm-subtle); }
.aurafm-search input { min-width: 0; min-height: 0; flex: 1; height: auto; margin: 0; padding: 0; border: 0; border-radius: 0; outline: 0; color: var(--aurafm-text); background: transparent; box-shadow: none; font-size: 11px; }
.aurafm-search input::placeholder { color: var(--aurafm-subtle); opacity: 1; }
.aurafm-products { margin-top: 11px; display: grid; gap: 7px; }
.aurafm-products > button { min-width: 0; min-height: 67px; padding: 7px; display: grid; grid-template-columns: 52px minmax(0, 1fr) 31px; align-items: center; gap: 10px; border: 1px solid rgba(255, 255, 255, .045); border-radius: 15px; color: var(--aurafm-text); background: var(--aurafm-surface); text-align: left; transition: border-color .2s ease, background .2s ease; }
.aurafm-products > button:hover { border-color: rgba(186, 242, 121, .28); background: var(--aurafm-surface-raised); }
.aurafm-products > button > img { width: 52px; height: 52px; border-radius: 11px; object-fit: cover; }
.aurafm-products strong { display: block; color: var(--aurafm-text); font-size: 10px; font-weight: 650; }
.aurafm-products small { display: block; margin-top: 4px; color: var(--aurafm-muted); font-size: 8.5px; }
.aurafm-products > button > i { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #142013; background: var(--aurafm-accent); }
.aurafm-products > button > i svg { width: 16px; height: 16px; }

.aurafm-water-options,
.aurafm-goal-options { margin-top: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.aurafm-water-options button,
.aurafm-goal-options button { min-width: 0; padding: 13px 5px; display: grid; gap: 2px; place-items: center; border: 1px solid var(--aurafm-line); border-radius: 13px; color: var(--aurafm-text); background: var(--aurafm-surface); }
.aurafm-water-options button.aurafm-is-selected,
.aurafm-goal-options button.aurafm-is-selected { border-color: rgba(186, 242, 121, .5); color: #142013; background: var(--aurafm-accent); }
.aurafm-water-options span { font-size: 18px; font-weight: 650; font-variant-numeric: tabular-nums; }
.aurafm-water-options small,
.aurafm-goal-options small { color: inherit; font-size: 8.5px; opacity: .7; }
.aurafm-sheet--water > p,
.aurafm-sheet--plan > p,
.aurafm-sheet-note { margin-top: 15px; color: var(--aurafm-muted); font-size: 9px; line-height: 1.5; }
.aurafm-ai-message { margin-top: 18px; padding: 13px; display: grid; grid-template-columns: 33px minmax(0, 1fr); gap: 10px; border: 1px solid rgba(186, 242, 121, .1); border-radius: 15px; background: rgba(186, 242, 121, .055); }
.aurafm-ai-message > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; color: #142013; background: var(--aurafm-accent); font-size: 8px; font-weight: 800; }
.aurafm-ai-message p { color: var(--aurafm-text); font-size: 9px; line-height: 1.5; }
.aurafm-sheet--ai .aurafm-primary,
.aurafm-sheet--plan .aurafm-primary,
.aurafm-sheet--filter .aurafm-primary,
.aurafm-sheet--profile .aurafm-primary { width: 100%; margin-top: 14px; }
.aurafm-plan-sheet__mark { width: 53px; height: 53px; margin: 0 0 14px; display: grid; place-items: center; border-radius: 16px; background: rgba(186, 242, 121, .1); }
.aurafm-plan-sheet__mark i { display: grid; width: 22px; height: 22px; place-items: center; color: var(--aurafm-accent); }
.aurafm-plan-sheet__mark i > svg { width: 22px; height: 22px; fill: currentColor; stroke: none; }
.aurafm-sheet--plan ul { margin: 14px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.aurafm-sheet--plan li { display: grid; grid-template-columns: 11px minmax(0, 1fr); gap: 8px; align-items: center; color: var(--aurafm-text); font-size: 9px; }
.aurafm-sheet--plan li > svg { width: 10px; height: 10px; color: var(--aurafm-accent); fill: currentColor; stroke: none; }

.aurafm-calendar-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.aurafm-calendar-grid button { min-width: 0; min-height: 46px; padding: 6px 1px; display: grid; gap: 3px; place-items: center; border: 1px solid var(--aurafm-line); border-radius: 11px; color: var(--aurafm-muted); background: var(--aurafm-surface); }
.aurafm-calendar-grid button.aurafm-is-selected { border-color: transparent; color: #142013; background: var(--aurafm-accent); }
.aurafm-calendar-grid small { color: inherit; font-size: 8.5px; text-transform: uppercase; opacity: .72; }
.aurafm-calendar-grid strong { color: inherit; font-size: 12px; font-weight: 650; }
.aurafm-filter-options { margin-top: 18px; display: grid; gap: 7px; }
.aurafm-filter-options button { min-height: 46px; padding: 0 13px; border: 1px solid var(--aurafm-line); border-radius: 12px; color: var(--aurafm-muted); background: var(--aurafm-surface); text-align: left; }
.aurafm-filter-options button.aurafm-is-selected { border-color: rgba(186, 242, 121, .5); color: var(--aurafm-text); background: rgba(186, 242, 121, .08); }
.aurafm-profile-summary { margin-top: 18px; padding: 13px; display: grid; grid-template-columns: 43px minmax(0, 1fr); align-items: center; gap: 10px; border-radius: 15px; background: var(--aurafm-surface); }
.aurafm-profile-summary > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: #142013; background: var(--aurafm-accent); font-weight: 750; }
.aurafm-profile-summary strong { display: block; color: var(--aurafm-text); font-size: 10px; font-weight: 650; }
.aurafm-profile-summary small { display: block; margin-top: 4px; color: var(--aurafm-muted); font-size: 9px; }
.aurafm-goal-options { padding: 0; border: 0; }
.aurafm-goal-options legend { margin-bottom: 8px; color: var(--aurafm-muted); font-size: 9px; }

.aurafm-toast { position: absolute; z-index: 60; right: 16px; bottom: calc(var(--aurafm-nav-height) + 12px); left: 16px; display: flex; justify-content: center; pointer-events: none; opacity: 0; transform: translateY(7px); transition: opacity .2s ease, transform .24s ease; }
.aurafm-toast span { max-width: 92%; padding: 9px 13px; border: 1px solid var(--aurafm-line-strong); border-radius: 11px; color: var(--aurafm-text); background: rgba(29, 41, 35, .96); box-shadow: 0 13px 38px rgba(2, 8, 5, .3); font-size: 9px; text-align: center; }
.aurafm-toast.aurafm-is-visible { opacity: 1; transform: translateY(0); }
.aurafm-app[data-aurafm-view="workout-active"] .aurafm-toast,
.aurafm-app[data-aurafm-view="workout-list"] .aurafm-toast { bottom: 16px; }

@container (max-width: 350px) {
  .aurafm-scroll { padding-right: 14px; padding-left: 14px; }
  .aurafm-energy-card { padding: 17px; }
  .aurafm-energy-ring { width: 78px; height: 78px; }
  .aurafm-energy-card__copy > strong { font-size: 26px; }
  .aurafm-plan-card__copy { max-width: 74%; }
  .aurafm-training__copy h2 { font-size: 26px; }
  .aurafm-exercises > button { grid-template-columns: 66px minmax(0, 1fr); }
  .aurafm-exercises img { width: 66px; }
  .aurafm-nav > button > span { font-size: 8px; }
}

@container (max-height: 700px) {
  .aurafm-date { margin-top: 13px; }
  .aurafm-week > button { min-height: 43px; }
  .aurafm-energy-card { min-height: 126px; padding-top: 16px; padding-bottom: 16px; }
  .aurafm-macros article { padding-top: 8px; padding-bottom: 9px; }
  .aurafm-macro-ring { width: 40px; height: 40px; margin-bottom: 5px; }
  .aurafm-training__copy p { display: none; }
  .aurafm-water-drop { width: min(47cqw, 184px); margin-top: 18px; }
  .aurafm-active-image { min-height: 214px; height: 35cqh; }
}

@media (prefers-reduced-motion: reduce) {
  .aurafm-app *,
  .aurafm-app *::before,
  .aurafm-app *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Terminal host authority: outranks the site's global font, color and button resets. */
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app],
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] * { font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] h2,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] h3 { color: var(--aurafm-text) !important; text-shadow: none !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] b,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] p,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] span,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] em { color: inherit !important; text-shadow: none !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] button { min-width: 0 !important; max-width: none !important; margin: 0 !important; background-image: none !important; box-shadow: none !important; text-transform: none !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-primary { color: #142013 !important; background: var(--aurafm-accent) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-primary--water { color: #eaf4f4 !important; background: rgba(139, 196, 209, .12) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > .aurafm-nav__ai { color: #142013 !important; background: var(--aurafm-accent) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > button.aurafm-is-active:not(.aurafm-nav__ai) { color: var(--aurafm-text) !important; background: rgba(255, 255, 255, .045) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-week .aurafm-is-today,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-calendar-grid .aurafm-is-selected,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-goal-options .aurafm-is-selected { color: #142013 !important; background: var(--aurafm-accent) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-meal > button { color: var(--aurafm-accent) !important; background: rgba(186, 242, 121, .08) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-products > button { color: var(--aurafm-text) !important; background: var(--aurafm-surface) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-products > button > i { color: #142013 !important; background: var(--aurafm-accent) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-search input { min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; color: var(--aurafm-text) !important; background: transparent !important; box-shadow: none !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-avatar,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-section-title > button:not(.aurafm-text-button),
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-water-head > button,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-page-head > button,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-active-head > button,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-sheet header > button {
  display: grid !important;
  place-items: center !important;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid var(--aurafm-line) !important;
  border-radius: 13px !important;
  color: var(--aurafm-text) !important;
  background: var(--aurafm-surface) !important;
}

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-eyebrow,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-text-button,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-active-copy > button,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-sheet header small { color: var(--aurafm-accent) !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-week > button {
  min-height: 48px !important;
  padding: 7px 0 !important;
  border: 1px solid transparent !important;
  color: var(--aurafm-muted) !important;
  background: rgba(255, 255, 255, .045) !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-week > button > small { color: var(--aurafm-subtle) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-week > button.aurafm-is-today,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-week > button.aurafm-is-today > small { color: #142013 !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-energy-card__copy > small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-energy-card__copy > p,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-macros article > small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-meal > div > small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-meal > div > p,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-page-intro,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-plan-card__copy > small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-plan-card__copy em,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-water-tip,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-workout-list__meta,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-exercises small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-active-copy > div span,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-active-copy > p,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-products small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-sheet--water > p,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-sheet--plan > p,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-sheet-note,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-profile-summary small,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-goal-options legend { color: var(--aurafm-muted) !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-energy-card__copy > strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-macros article > strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-meal > div > strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-plan-card__copy > strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-exercises strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-products strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-profile-summary strong,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-ai-message p { color: var(--aurafm-text) !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-meal > button {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid rgba(186, 242, 121, .36) !important;
  border-radius: 13px !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-plan-card {
  min-height: 180px !important;
  height: auto !important;
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, .055) !important;
  border-radius: 20px !important;
  color: var(--aurafm-text) !important;
  background: var(--aurafm-surface) !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-plan-card--recommended { min-height: 198px !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-primary {
  min-height: 51px !important;
  height: auto !important;
  padding: 0 17px !important;
  border: 1px solid transparent !important;
  border-radius: 14px !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-primary--water { border-color: rgba(139, 196, 209, .28) !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-exercises > button {
  min-height: 72px !important;
  height: auto !important;
  padding: 7px 39px 7px 7px !important;
  border: 1px solid rgba(255, 255, 255, .05) !important;
  border-radius: 15px !important;
  color: var(--aurafm-text) !important;
  background: var(--aurafm-surface) !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-active-copy > button {
  min-height: 44px !important;
  padding: 0 !important;
  background: transparent !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-active-actions > button:first-child { min-height: 51px !important; padding: 0 !important; border: 1px solid rgba(186, 242, 121, .25) !important; border-radius: 14px !important; background: rgba(186, 242, 121, .13) !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > button {
  width: 100% !important;
  height: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  color: var(--aurafm-subtle) !important;
  background: transparent !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > button > span { color: currentColor !important; }

html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-overlay__backdrop { width: 100% !important; height: 100% !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: rgba(5, 9, 7, .68) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-products > button {
  min-height: 67px !important;
  height: auto !important;
  padding: 7px !important;
  border: 1px solid rgba(255, 255, 255, .045) !important;
  border-radius: 15px !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-water-options button,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-goal-options button {
  height: auto !important;
  padding: 13px 5px !important;
  border: 1px solid var(--aurafm-line) !important;
  border-radius: 13px !important;
  color: var(--aurafm-text) !important;
  background: var(--aurafm-surface) !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-calendar-grid button {
  min-height: 46px !important;
  height: auto !important;
  padding: 6px 1px !important;
  border: 1px solid var(--aurafm-line) !important;
  border-radius: 11px !important;
  color: var(--aurafm-muted) !important;
  background: var(--aurafm-surface) !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-filter-options button {
  min-height: 46px !important;
  height: auto !important;
  padding: 0 13px !important;
  border: 1px solid var(--aurafm-line) !important;
  border-radius: 12px !important;
  color: var(--aurafm-muted) !important;
  background: var(--aurafm-surface) !important;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-filter-options button.aurafm-is-selected { border-color: rgba(186, 242, 121, .5) !important; color: var(--aurafm-text) !important; background: rgba(186, 242, 121, .08) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > button.aurafm-is-active:not(.aurafm-nav__ai) { color: var(--aurafm-text) !important; background: rgba(255, 255, 255, .045) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > .aurafm-nav__ai,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-nav > .aurafm-nav__ai[aria-expanded="true"] { color: #142013 !important; background: var(--aurafm-accent) !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-water-options button.aurafm-is-selected,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-goal-options button.aurafm-is-selected,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-calendar-grid button.aurafm-is-selected { border-color: transparent !important; color: #142013 !important; background: var(--aurafm-accent) !important; }

/* Shared layout repair: text owns its column; photographs never cover it.
   These rules live with the app so every phone host uses the same geometry. */
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] button {
  white-space: normal;
  line-height: 1.35;
}
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-plan-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30%;
  grid-template-rows: auto 1fr;
  gap: 14px 12px;
  align-items: start;
}
.aurafm-plan-card .aurafm-plan-card__copy {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  min-width: 0;
  max-width: none;
  padding-left: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}
.aurafm-plan-card .aurafm-plan-card__copy strong { line-height: 1.22; }
.aurafm-plan-card > img {
  position: static;
  grid-column: 2;
  grid-row: 2;
  align-self: stretch;
  width: 100%;
  height: 100%;
  max-height: 180px;
  min-height: 120px;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
}
.aurafm-plan-card .aurafm-plan-card__arrow {
  position: static;
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  font-size: 22px;
}
.aurafm-plan-card .aurafm-plan-card__badge {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  margin: 0 0 0 20px;
  line-height: 1.4;
}
.aurafm-plan-card .aurafm-plan-card__dot { top: 25px; }

/* Intrinsic sizing and real gaps keep long headings clear of the close button
   and prevent host margin resets from pulling the CTA into the feature list. */
.aurafm-app .aurafm-sheet {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overscroll-behavior: contain;
}
.aurafm-app .aurafm-sheet > * { flex-shrink: 0; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-sheet > :not(.aurafm-sheet__handle) { margin: 0 !important; }
.aurafm-app .aurafm-sheet__handle { margin: 0 auto 3px; }
.aurafm-app .aurafm-sheet header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: start;
  gap: 12px;
}
.aurafm-app .aurafm-sheet header > div { min-width: 0; }
.aurafm-app .aurafm-sheet header h2 {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
.aurafm-app .aurafm-sheet header small { display: block; line-height: 1.5; }
.aurafm-app .aurafm-sheet--plan ul { gap: 10px; }
.aurafm-app .aurafm-sheet--plan li { align-items: start; line-height: 1.5; }
.aurafm-app .aurafm-sheet--plan li > svg { margin-top: 2px; }
.aurafm-app .aurafm-page-head h2 { white-space: normal; overflow: visible; line-height: 1.2; }
.aurafm-app .aurafm-topline > div,
.aurafm-app .aurafm-meal > div,
.aurafm-app .aurafm-products > button > span,
.aurafm-app .aurafm-exercises > button > div { min-width: 0; overflow-wrap: anywhere; }
.aurafm-app .aurafm-meal strong,
.aurafm-app .aurafm-meal p { white-space: normal; overflow: visible; line-height: 1.4; }
.aurafm-app .aurafm-products small,
.aurafm-app .aurafm-exercises small { line-height: 1.45; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-training__start,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-workout-list__start,
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-primary--water { margin-top: 16px !important; }
html.brawus-v2-html body#body.brawus-v2 [data-aurafit-app] .aurafm-primary { padding-block: 10px !important; }
.aurafm-app .aurafm-primary > svg { flex-shrink: 0; }
.aurafm-app .aurafm-page-intro { margin: 16px 0 18px; }
.aurafm-app .aurafm-active-head h2 { overflow-wrap: anywhere; }
