/* Serene — meditation & sleep (calming lavender, light app) */
:root {
  --bg-0: #0c1024;
  --bg-1: #161d3d;
  --glow: rgba(124, 108, 240, 0.34);
  --glow-2: rgba(45, 212, 191, 0.16);
  --accent: #7c6cf0;
  --accent-2: #5b8def;
  --on-accent: #ffffff;
  --app-bg: #f5f2fc;
  --app-bg-2: #ffffff;
  --ink: #2b2650;
  --muted: #8b86a8;
  --line: rgba(43, 38, 80, 0.09);
  --card: #ffffff;
}

.s-head { padding: 8px 22px 2px; }
.s-head .hi { font-size: 13px; color: var(--muted); }
.s-head h2 { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }

.mood { display: flex; gap: 8px; padding: 14px 22px 4px; }
.mood .m { flex: 1; text-align: center; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 10px 2px; cursor: pointer; transition: 0.15s; }
.mood .m:active { transform: scale(0.95); }
.mood .m.sel { background: var(--accent); border-color: var(--accent); }
.mood .m.sel span, .mood .m.sel .e { color: #fff; }
.mood .m .e { font-size: 24px; color: var(--muted); display: flex; justify-content: center; }
.mood .m span { display: block; font-size: 10px; color: var(--muted); margin-top: 4px; font-weight: 600; }

.daily { margin: 16px 22px 4px; border-radius: 26px; padding: 22px; color: #fff; position: relative; overflow: hidden; min-height: 158px; display: flex; flex-direction: column; justify-content: flex-end;
  background: radial-gradient(120% 120% at 20% 0%, #8b7bf5, #5b8def 60%, #38bdf8); }
.daily .daily-ic { position: absolute; right: 18px; top: 16px; font-size: 40px; color: rgba(255,255,255,0.9); }
.daily .k { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.85; font-weight: 700; }
.daily h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; margin-top: 6px; }
.daily p { font-size: 12.5px; opacity: 0.85; margin-top: 4px; }
.daily .go { align-self: flex-start; margin-top: 14px; background: rgba(255,255,255,0.95); color: #3b2f8f; border: none; font-weight: 700; font-size: 13px; padding: 10px 18px; border-radius: 999px; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; }
.daily .go .gi { width: 13px; height: 13px; }

.s-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; padding: 14px 22px 4px; }
.s-stats .st { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 13px; text-align: center; }
.s-stats .st b { font-size: 20px; color: var(--ink); font-weight: 800; }
.s-stats .st span { display: block; font-size: 10.5px; color: var(--muted); margin-top: 3px; }

.s-sec { padding: 18px 22px 10px; font-family: var(--font-display); font-size: 18px; font-weight: 600; color: var(--ink); }
.chips { display: flex; gap: 8px; padding: 0 22px 6px; overflow-x: auto; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chip2 { flex: 0 0 auto; border: 1px solid var(--line); background: var(--card); border-radius: 14px; padding: 8px 15px; font-size: 12.5px; font-weight: 600; color: var(--muted); cursor: pointer; }
.chip2.active { background: var(--ink); color: #fff; border-color: var(--ink); }

.ses { display: flex; align-items: center; gap: 13px; padding: 9px 22px; cursor: pointer; }
.ses .th { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; font-size: 26px; flex: 0 0 auto; }
.ses .t { flex: 1; }
.ses .t h5 { font-size: 14.5px; color: var(--ink); font-weight: 600; }
.ses .t p { font-size: 12px; color: var(--muted); margin-top: 2px; }
.ses .play { width: 34px; height: 34px; border-radius: 50%; background: var(--app-bg-2); border: 1px solid var(--line); display: grid; place-items: center; color: var(--accent); flex: 0 0 auto; font-size: 13px; }
.ses .play .gi { margin-left: 1px; }

/* breathe overlay */
.breathe { position: absolute; inset: 0; z-index: 85; overflow: hidden;
  background: radial-gradient(120% 90% at 50% 30%, #2a2d6e, #0e1230 70%); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.5s; }
.breathe.open { opacity: 1; pointer-events: auto; }
.breathe .close-x { position: absolute; top: 54px; right: 24px; font-size: 22px; opacity: 0.7; cursor: pointer; z-index: 3; }
.breathe .orb-wrap { position: relative; width: 260px; height: 260px; display: grid; place-items: center; }
.breathe .orb { width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #a5b4fc, #6366f1 60%, #4338ca);
  box-shadow: 0 0 70px -6px rgba(129,140,248,0.8);
  transition: transform 4s cubic-bezier(.4,0,.2,1); transform: scale(0.7); }
.breathe .halo { position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.14); transition: transform 4s cubic-bezier(.4,0,.2,1); transform: scale(0.7); }
.breathe .phase { font-family: var(--font-display); font-size: 30px; font-weight: 500; margin-top: 40px; letter-spacing: 0.02em; }
.breathe .sub { font-size: 13px; opacity: 0.6; margin-top: 8px; }
.breathe .count { position: absolute; font-size: 40px; font-weight: 300; font-variant-numeric: tabular-nums; opacity: 0.9; }

/* profile */
.s-prof { text-align: center; padding: 18px 22px 4px; }
.s-prof .ring { width: 96px; height: 96px; border-radius: 50%; margin: 0 auto 12px; display: grid; place-items: center; font-size: 40px;
  background: radial-gradient(circle at 35% 30%, #a5b4fc, #7c6cf0); color: #fff; box-shadow: 0 16px 40px -16px var(--accent); }
.s-prof h3 { font-family: var(--font-display); font-size: 22px; color: var(--ink); font-weight: 600; }
.s-prof p { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
