:root{--bg:#18111f;--card:#fff7ef;--cream:#fffaf3;--text:#fffaf6;--ink:#2b2234;--muted:rgba(255,250,246,.72);--muted-ink:#7a6d82;--line:rgba(255,255,255,.14);--rose:#ff8e9e;--rose2:#ffb1bf;--violet:#b998ff;--gold:#ffd88a;--good:#9be7c3;--bad:#ffb4b4;--shadow:0 18px 52px rgba(23,12,35,.32);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden}body{font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:radial-gradient(circle at 12% -4%,rgba(255,142,158,.38),transparent 34%),radial-gradient(circle at 88% 2%,rgba(185,152,255,.32),transparent 32%),linear-gradient(180deg,#24172f 0%,#18111f 54%,#110d17 100%);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}html,body,.app,.screen{touch-action:pan-y;overscroll-behavior-x:none}body.pinch-zooming *{animation:none!important;transition:none!important}body.pinch-zooming .crystal-aura,body.pinch-zooming .rhythm-crystal-img{filter:none!important}button,textarea,input,select{font:inherit}button{border:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.app{width:min(100%,460px);min-height:100dvh;margin:0 auto;position:relative;padding:max(14px,env(safe-area-inset-top)) 14px calc(102px + env(safe-area-inset-bottom));overflow-x:hidden}.topbar{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;align-items:center;margin-bottom:14px}.micro{margin:0 0 2px;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}h1{margin:0;font-size:20px;letter-spacing:-.04em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-btn{width:44px;height:44px;border-radius:18px;color:var(--text);background:rgba(255,255,255,.1);border:1px solid var(--line);font-size:25px;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.screen{display:grid;gap:14px;animation:enter .18s ease both}@keyframes enter{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero-card,.card,.soft-card{border:1px solid var(--line);border-radius:30px;padding:21px;box-shadow:var(--shadow);background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.065));backdrop-filter:blur(10px);overflow-wrap:anywhere}.hero-card{min-height:calc(100dvh - 190px);display:flex;flex-direction:column;justify-content:center}.moon{width:76px;height:76px;display:grid;place-items:center;border-radius:28px;margin-bottom:20px;background:linear-gradient(145deg,#fff4d5,#eadfff 62%,#ffc7d0);color:#6f4bc4;font-size:42px;box-shadow:0 16px 42px rgba(255,216,138,.2)}.pill,.tag{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:7px;border-radius:999px;padding:8px 12px;background:rgba(255,255,255,.13);border:1px solid var(--line);color:#fff4dc;font-size:12px;font-weight:900;line-height:1.25}.pill.dark{color:#7959be;background:rgba(121,89,190,.1);border-color:rgba(121,89,190,.16)}h2{margin:12px 0 10px;font-size:29px;line-height:1.08;letter-spacing:-.055em}h3{margin:0 0 8px;font-size:19px;line-height:1.2;letter-spacing:-.03em}.mini{margin:0 0 7px;color:#8c65d8;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900}p{line-height:1.55}.lead,.muted{color:var(--muted)}.status-card .muted,.status-card .lead{color:#6d6275}.primary,.ghost,.choice,.small-btn{width:100%;min-height:58px;border-radius:22px;padding:15px 17px;font-weight:900;transition:transform .12s ease,filter .12s ease,border-color .12s ease}.primary{position:relative;overflow:hidden;color:#2f1d34;background:linear-gradient(135deg,#ffe6aa 0%,#ffadba 46%,#c8b0ff 100%);box-shadow:0 14px 34px rgba(255,142,158,.22),inset 0 1px 0 rgba(255,255,255,.5);margin-top:14px;display:grid;gap:2px;place-items:center;text-align:center}.primary small{font-size:11.5px;line-height:1.25;opacity:.72;font-weight:800}.ghost{color:var(--text);background:rgba(255,255,255,.075);border:1px solid var(--line);margin-top:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);text-align:center}button:active{transform:scale(.988)}.grid{display:grid;gap:10px}.two{grid-template-columns:1fr 1fr}.choice{text-align:left;color:var(--text);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.065));border:1px solid var(--line);display:grid;gap:5px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.choice strong{font-size:16px;line-height:1.25}.choice span{color:var(--muted);font-size:13.5px;line-height:1.38;font-weight:650}.choice.active{border-color:rgba(255,216,138,.95);background:rgba(255,216,138,.13)}.input,textarea,select{display:block;width:100%;max-width:100%;min-width:0;inline-size:100%;min-inline-size:0;color:var(--text);background:rgba(255,255,255,.09);border:1px solid var(--line);border-radius:20px;padding:15px 16px;outline:0;font-size:16px}.grid>.input,.grid>select{justify-self:stretch}input[type=date].input{-webkit-appearance:none;appearance:none}input[type=date].input::-webkit-date-and-time-value{min-width:0;text-align:center}select option{background:#24172f;color:white}textarea{min-height:160px;resize:vertical;line-height:1.5}.input:focus,textarea:focus,select:focus{border-color:rgba(255,216,138,.76);box-shadow:0 0 0 4px rgba(255,216,138,.1)}.status-card{background:var(--card);color:var(--ink);border-radius:30px;padding:21px;box-shadow:var(--shadow);overflow-wrap:anywhere}.status-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.status-head>div:first-child{min-width:0}.status-emoji{font-size:42px;flex:0 0 auto}.recommendation{margin:16px 0;padding:17px;border-radius:26px;background:#fff;border:1px solid rgba(43,34,52,.08);box-shadow:0 10px 24px rgba(43,34,52,.055)}.check{display:flex;gap:10px;align-items:flex-start;color:var(--muted-ink);font-size:14px;line-height:1.45}.check:before{content:"✓";color:#8661dc;font-weight:900}.moon-strip{display:grid;gap:5px;margin-top:15px;padding:15px;border-radius:24px;background:linear-gradient(135deg,#f3eaff,#fff8e8);border:1px solid rgba(43,34,52,.07)}.moon-strip span{color:#7a55c6;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.moon-strip b{font-size:18px;color:#2b2234!important;line-height:1.22}.moon-strip small{color:#5f5369!important;line-height:1.45;font-weight:750}.mood-row{display:grid;gap:9px;margin:14px 0}.chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mood-chip{min-height:42px;border-radius:16px;padding:9px 10px;color:var(--text);background:rgba(255,255,255,.075);border:1px solid var(--line);font-size:13px;font-weight:900;text-align:left}.mood-chip.active{background:rgba(255,216,138,.16);border-color:rgba(255,216,138,.72)}.breath-meta{display:grid;gap:5px;margin:14px 0 12px;color:var(--text)}.breath-meta b{font-size:18px}.breath-meta span{color:var(--muted);font-size:14px;font-weight:900}.breath-meta small{color:var(--muted);font-size:12.5px;font-weight:800}.practice-circle{border:0;appearance:none;-webkit-appearance:none;width:min(214px,67vw);height:min(214px,67vw);margin:18px auto;border-radius:50%;display:grid;place-items:center;text-align:center;color:var(--ink);background:radial-gradient(circle,#fffdf8 0 42%,#ffd9e1 43% 62%,#d8c4ff 63% 100%);box-shadow:0 14px 46px rgba(255,158,176,.24);transition:transform var(--breath-duration,1s) linear,box-shadow var(--breath-duration,1s) linear,filter var(--breath-duration,1s) linear}.practice-circle>div{display:grid;gap:4px;place-items:center;padding:10px;min-width:0}.practice-circle.ready{transform:scale(.98)}.practice-circle.running{box-shadow:0 18px 58px rgba(255,158,176,.34)}.practice-circle.inhale{transform:scale(1.09);filter:saturate(1.08)}.practice-circle.hold-in{transform:scale(1.09);filter:saturate(1.15);transition-duration:.2s}.practice-circle.exhale{transform:scale(.9);filter:saturate(.95)}.practice-circle.hold-out{transform:scale(.9);filter:saturate(.95);transition-duration:.2s}.practice-circle.complete{transform:scale(1);background:radial-gradient(circle,#fffdf8 0 42%,#d8ffe8 43% 64%,#d8c4ff 65% 100%)}.practice-circle strong{display:block;font-size:46px;line-height:.95;font-weight:950;letter-spacing:-.04em;text-transform:none;min-height:44px}.practice-circle.ready strong{display:none}.practice-circle span{font-size:17px;font-weight:950;text-transform:uppercase;letter-spacing:.05em;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.practice-circle.ready span{font-size:34px;text-transform:none;letter-spacing:-.04em;line-height:1;max-width:150px}.practice-circle small{display:none}.sound-toggle{display:flex;align-items:center;gap:10px;margin:8px 0 12px;color:var(--muted);font-weight:850}.sound-toggle input{width:20px;height:20px}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.settings-grid label{color:var(--muted);font-size:12.5px;font-weight:900;display:grid;gap:5px}.custom-practice{margin-top:10px;padding:14px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid var(--line)}.done-practice{margin-top:10px}.progress{height:10px;background:rgba(255,255,255,.11);border-radius:999px;overflow:hidden;margin-top:12px}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--rose));width:var(--value,0%);transition:width .2s linear}button:disabled{opacity:.78;cursor:default}.quote{color:var(--ink);background:#fff8e8;border-radius:24px;padding:17px;border:1px solid rgba(43,34,52,.08)}.journal-entry,.event{color:var(--ink);background:#fffaf3;border-radius:22px;padding:15px;overflow-wrap:anywhere}.journal-entry time,.event span{display:block;color:var(--muted-ink);font-size:12.5px;font-weight:800;margin:6px 0}.reflection{margin:10px 0 0;color:#876a9b;font-size:13.5px}.bottom-nav{position:fixed;left:50%;bottom:max(10px,env(safe-area-inset-bottom));transform:translateX(-50%);width:min(calc(100% - 20px),436px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:8px;background:rgba(22,17,30,.88);border:1px solid var(--line);border-radius:26px;backdrop-filter:blur(10px);z-index:10}.nav-item{color:rgba(255,250,246,.72);background:transparent;border-radius:18px;padding:8px 1px;font-size:10.5px;line-height:1.05;font-weight:900;display:grid;gap:3px;min-width:0;white-space:normal}.nav-item span{font-size:17px;line-height:1}.nav-item.active{color:#2f1d34;background:linear-gradient(135deg,#fff0c8,#ffb3bf)}.list{display:grid;gap:10px}.paywall{background:linear-gradient(160deg,#fff7e8,#f1e8ff);color:var(--ink)}.paywall .pill{color:#6f4bc4;border-color:rgba(111,75,196,.18);background:rgba(111,75,196,.08)}.footer-note{color:var(--muted);font-size:12.5px;text-align:center}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.day{min-height:56px;border-radius:15px;padding:7px 2px;background:rgba(255,255,255,.08);color:var(--text);border:1px solid var(--line);display:grid;place-items:center;min-width:0}.day strong{font-size:15px;line-height:1}.day span{font-size:10.5px;line-height:1.1;color:var(--muted);white-space:nowrap}.day.today{outline:2px solid var(--gold)}.tone-fog,.tone-knot,.tone-sharp,.tone-dark,.tone-storm,.tone-vanity{background:rgba(255,180,180,.13);border-color:rgba(255,180,180,.25)}.tone-heart,.tone-joy,.tone-sun,.tone-gratitude{background:rgba(255,216,138,.14);border-color:rgba(255,216,138,.32)}.tone-clear,.tone-move,.tone-height{background:rgba(155,231,195,.13);border-color:rgba(155,231,195,.28)}.event.good{border:1px solid rgba(155,231,195,.5)}.event.bad{border:1px solid rgba(255,180,180,.7)}.event.neutral{border:1px solid rgba(185,152,255,.45)}.tags-row{display:flex;gap:8px;flex-wrap:wrap}.tag.light{color:#6f4bc4;background:#f4edff;border-color:#dfd0ff}.good-tag{color:#4d2f91!important;background:#eee4ff!important;border-color:#cbb6ff!important}.careful-tag{color:#4a3108!important;background:#ffe6ad!important;border-color:#d39b28!important}.status-card .tag{color:#5b3aa0;background:#f3ebff;border-color:#ddcffb}.status-card .tag:not(.light){color:#6b4b18;background:#fff4dd;border-color:#f0d99c}.status-card .mini{color:#6d43bd}.actions-card{display:grid;gap:10px}.hidden{display:none!important}@media(max-width:360px){.app{padding-left:12px;padding-right:12px}h2{font-size:25.5px;line-height:1.1}.two{grid-template-columns:1fr}.hero-card,.card,.soft-card,.status-card{padding:18px;border-radius:26px}.practice-circle{width:188px;height:188px}.bottom-nav{width:min(calc(100% - 14px),436px);gap:3px;padding:7px}.nav-item{font-size:10px;padding:8px 0}.nav-item span{font-size:16px}.calendar-grid{gap:4px}.day{min-height:52px;border-radius:13px}.day span{font-size:10px}.pill{font-size:11.5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.event{position:relative;padding-right:56px}.event-menu-wrap{position:absolute;top:14px;right:14px;z-index:4}.event-kebab{width:38px;height:38px;min-height:38px;border-radius:16px;background:rgba(43,34,52,.08);color:var(--ink);border:1px solid rgba(43,34,52,.08);font-size:24px;line-height:1;display:grid;place-items:center;padding-bottom:6px}.event-kebab:active{transform:scale(.96);background:rgba(43,34,52,.14)}.event-menu{position:absolute;right:0;top:44px;min-width:178px;padding:8px;border-radius:18px;background:#fffaf3;border:1px solid rgba(43,34,52,.12);box-shadow:0 18px 45px rgba(23,12,35,.28);display:grid;gap:4px}.event-menu button{min-height:46px;text-align:left;border-radius:13px;padding:0 13px;background:transparent;color:var(--ink);font-weight:800}.event-menu button:active{background:rgba(185,152,255,.16)}.event-menu button.danger{color:#b24557}.event-menu button.danger:active{background:rgba(255,142,158,.18)}.event-planner-details{margin-top:18px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:rgba(255,255,255,.06);padding:6px}.event-planner-details summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:12px 16px;font-weight:800}.event-planner-details summary::-webkit-details-marker{display:none}.event-planner-details summary span{color:var(--text)}.event-planner-details summary small{color:var(--muted);font-weight:700;text-align:right}.event-planner-details[open] summary{border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:14px}.planner-fields{margin-bottom:14px}.event-detail{padding-right:28px}.event-detail summary{list-style:none;cursor:pointer}.event-detail summary::-webkit-details-marker{display:none}.event-detail summary b{display:block;margin-bottom:6px}.event-detail summary span{display:block;color:var(--muted)}:root{--keyboard-inset:0px}.app{padding-bottom:calc(102px + env(safe-area-inset-bottom) + var(--keyboard-inset,0px))}.screen{padding-bottom:var(--keyboard-inset,0px)}.keyboard-open .bottom-nav{transform:translateX(-50%) translateY(130%);pointer-events:none}.keyboard-open textarea{min-height:96px}input,textarea,select{scroll-margin-bottom:calc(130px + var(--keyboard-inset,0px));scroll-margin-top:24px}.lunar-details{display:grid;gap:10px}.lunar-details h3{margin-bottom:2px}.lunar-details details{border:1px solid rgba(255,255,255,.12);border-radius:20px;background:rgba(255,255,255,.055);overflow:hidden}.lunar-details summary{cursor:pointer;min-height:54px;padding:14px 16px;font-weight:900;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:12px}.lunar-details summary::after{content:"⌄";color:var(--gold);font-size:18px}.lunar-details details[open] summary::after{content:"⌃"}.lunar-details p{margin:0;padding:0 16px 16px;color:var(--muted);line-height:1.55;font-size:14px}.ai-advice{margin-top:10px;padding:14px;border:1px solid rgba(244,201,122,.22);border-radius:18px;background:rgba(244,201,122,.08);display:grid;gap:8px}.ai-advice p{margin:0;color:var(--muted);line-height:1.5}.ai-advice b{color:var(--text)}.ai-advice .reflection{margin-top:2px}.event-detail{margin-top:14px}.event-detail summary{list-style:none}.event-detail summary::-webkit-details-marker{display:none}.event-more{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:13px 15px;border-radius:18px;background:#f0e8df;border:1px solid #ded1c2;color:#2b2234;font-weight:900}.event-more span:after{content:none!important;display:none!important}.event-detail[open] .event-more span:after{content:none!important;display:none!important}.event-more small{color:#7a6d82;font-size:12px;font-weight:800}.event-detail-body{display:grid;gap:12px;padding-top:14px}.event .ai-advice{margin-top:4px;padding:15px;border:1px solid #d8c4a4;border-radius:18px;background:#fff4df;color:#2b2234;box-shadow:none}.event .ai-advice p{margin:0;color:#4f4559;line-height:1.5}.event .ai-advice b,.event .ai-advice .mini{color:#2b2234}.event .ai-advice .reflection{color:#4d2f91;background:#eee4ff;border:1px solid #cbb6ff;border-radius:14px;padding:10px}.event .small-btn{color:#2b2234;background:#f0e8df;border-color:#ded1c2}.event-more{display:block;width:100%;padding:13px 15px;border-radius:18px;background:#f0e8df;border:1px solid #d7c7b7;color:#2b2234!important;font-weight:900;text-align:center}.event-more:after{content:none!important;display:none!important}.event-detail[open] .event-more:after{content:none!important;display:none!important}.event-more span:after,.event-more small{display:none!important}.event-ai h4{margin:8px 0 2px;color:#2b2234;font-size:15px;line-height:1.25}.event-ai h4:first-child{margin-top:0}.event .ai-advice{margin-top:4px;padding:15px;border:1px solid #d8c4a4;border-radius:18px;background:#fff4df;color:#2b2234;box-shadow:none}.event .ai-advice p{margin:0 0 8px;color:#4f4559;line-height:1.5}.event .ai-advice p:last-child{margin-bottom:0}.event-reflection{margin-top:12px;padding:12px;border-radius:18px;background:#fffaf3;border:1px solid rgba(43,34,52,.12);display:grid;gap:10px;color:#2b2234}.event-reflection .mini{color:#6d6275}.event-reflection-input{width:100%;min-height:104px;border-radius:18px;border:1px solid rgba(43,34,52,.14);background:#fff;color:#2b2234;padding:13px;resize:vertical}.event-reflection-ai{background:#fff;border-color:rgba(185,152,255,.28)}.event-reflection-ai h4{color:#2b2234;margin:0 0 6px}.event-reflection-ai .reflection{color:#4d2f91;background:#eee4ff;border-radius:14px;padding:10px}.ai-unavailable{background:#fff3e0;border:1px solid rgba(122,82,20,.2);color:#2b2234}.ai-unavailable h4{margin:0 0 6px;color:#2b2234}.ai-unavailable p{color:#5f4d35}
/* Compass brand watermark */
.brand-block{min-width:0;position:relative;height:48px;display:flex;align-items:center;overflow:visible}.brand-row{position:relative;display:flex;align-items:center;min-width:0;width:100%;height:48px}.brand-watermark{position:absolute;left:-8px;top:50%;transform:translateY(-50%) rotate(-7deg);display:grid;place-items:center;width:76px;height:76px;border-radius:26px;opacity:.22;pointer-events:none;filter:drop-shadow(0 10px 24px rgba(255,216,138,.18));z-index:0}.brand-logo{display:block;width:72px;height:72px}.brand-logo-bg{fill:rgba(255,250,243,.2);stroke:rgba(255,250,243,.34);stroke-width:1}.brand-logo-star{fill:#fffaf3;stroke:#ffd88a;stroke-width:1.35;stroke-linejoin:round}.brand-logo-needle{fill:#fffaf3}.brand-logo-dot{fill:#ffd88a;stroke:#fffaf3;stroke-width:.9}.brand-row h1{position:relative;z-index:1;padding-left:42px;text-shadow:0 2px 14px rgba(24,17,31,.28)}

/* Event UX refinements 2026-05-15 */
.today-events .event.today-event,.event.today-event{border-color:rgba(255,216,138,.78)!important;background:linear-gradient(180deg,rgba(255,248,226,.98),rgba(255,239,217,.96))!important;box-shadow:0 16px 42px rgba(255,184,97,.22), inset 0 0 0 1px rgba(255,216,138,.35)}
.today-badge{display:inline-flex;align-items:center;width:max-content;margin:0 0 6px;padding:5px 10px;border-radius:999px;background:#ffe8a8;color:#51390b;font-size:12px;font-weight:900;letter-spacing:.02em}
.archived-event{opacity:.82;filter:saturate(.85)}
.archive-box{margin-top:14px;border:1px solid rgba(255,255,255,.16);border-radius:22px;background:rgba(255,255,255,.06);overflow:hidden}.archive-box>summary{padding:14px 16px;font-weight:900;color:var(--text);cursor:pointer}.archive-box .list{padding:0 10px 12px}
.ai-loading{display:flex;gap:12px;align-items:center;margin:12px 0;padding:14px;border-radius:20px;background:linear-gradient(135deg,rgba(255,248,230,.98),rgba(246,228,255,.95));border:1px solid rgba(185,152,255,.28);color:#34263e;box-shadow:0 10px 28px rgba(49,30,68,.12)}.ai-loading b{display:block;font-size:14px}.ai-loading small{display:block;margin-top:3px;color:#74647a;font-weight:700;line-height:1.35}.moon-loader{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex:0 0 38px;width:38px;height:38px;border-radius:16px;background:linear-gradient(135deg,rgba(255,255,255,.62),rgba(247,231,255,.46));border:1px solid rgba(132,92,172,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.moon-loader i{display:block;width:6px;height:6px;border-radius:50%;background:#7b5aa6;opacity:.38;animation:moonDot 1.05s ease-in-out infinite}.moon-loader i:nth-child(2){animation-delay:.14s}.moon-loader i:nth-child(3){animation-delay:.28s}@keyframes moonDot{0%,100%{transform:translateY(0);opacity:.32}50%{transform:translateY(-4px);opacity:.9}}
.primary.is-loading,.ghost.is-loading,button:disabled{opacity:.82;pointer-events:none}.primary.is-loading span:after,.ghost.is-loading:after{content:' ';display:inline-block;width:10px;height:10px;margin-left:8px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.compact-ai{font-size:15px;line-height:1.58}.compact-ai h4{margin-bottom:8px}.compact-ai p{margin:7px 0!important}.event-reflection-ai .reflection{margin-top:10px!important;padding-top:10px;border-top:1px solid rgba(70,49,84,.13);font-weight:800;color:#4d3a5b!important}
.event-detail[open] .event-more{color:#5b3b7a}.event-detail-body{scroll-margin-bottom:110px}.event-reflection-input{min-height:98px}.event .small-btn{margin-top:10px}

/* Organic event save modal */
.flow-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:22px;background:rgba(15,9,22,.42);backdrop-filter:blur(7px);animation:flowFade .18s ease both}.flow-modal{width:min(100%,340px);border-radius:30px;padding:20px;background:linear-gradient(160deg,rgba(255,250,246,.96),rgba(239,228,255,.94));color:#2b2234;border:1px solid rgba(255,255,255,.68);box-shadow:0 26px 70px rgba(13,7,20,.36), inset 0 1px 0 rgba(255,255,255,.8);animation:flowPop .2s ease both}.flow-modal .pill{color:#6d4a83;background:rgba(185,152,255,.18);border-color:rgba(185,152,255,.2)}.flow-modal h3{margin:6px 0 8px;color:#2b2234;font-size:22px;line-height:1.1;letter-spacing:-.04em}.flow-modal p{margin:8px 0;color:#55475f;line-height:1.5;font-weight:700}.flow-note{font-size:14px}.flow-actions{display:grid;gap:10px;margin-top:16px}.flow-actions .primary,.flow-actions .ghost{width:100%;min-height:58px}.flow-actions .ghost{background:rgba(255,255,255,.56);color:#3a2b45;border-color:rgba(43,34,52,.12)}.decision-modal{position:relative}.modal-close-bubble{position:absolute;right:14px;top:14px;z-index:3;width:36px;height:36px;min-height:36px;padding:0;display:grid;place-items:center;border-radius:999px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,250,246,.38));border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),inset 0 -9px 18px rgba(185,152,255,.12),0 10px 22px rgba(43,34,52,.14);color:#6a5873;line-height:1;overflow:hidden}.modal-close-bubble:before{content:'';position:absolute;inset:5px;border-radius:999px;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.72),transparent 38%),radial-gradient(circle at 72% 76%,rgba(185,152,255,.16),transparent 46%);pointer-events:none}.modal-close-bubble span{position:relative;z-index:1;font-size:24px;font-weight:550;line-height:1;transform:translateY(-1px)}.modal-close-bubble:active{transform:scale(.96);opacity:.88}@keyframes flowFade{from{opacity:0}to{opacity:1}}@keyframes flowPop{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}

/* UX audit fixes 2026-05-15 */
.personal-result{background:linear-gradient(180deg,rgba(255,250,246,.16),rgba(185,152,255,.10));border-color:rgba(255,255,255,.18)}.personal-result h3{margin:4px 0 8px;font-size:22px;letter-spacing:-.04em}.personal-result .reflection{color:#f7e9ff;background:rgba(255,255,255,.08);border-radius:18px;padding:12px 14px;margin:12px 0;font-weight:800}.form-error,.form-success{margin:10px 0 12px;padding:11px 13px;border-radius:16px;font-size:14px;font-weight:800;line-height:1.35}.form-error{color:#5a1e22;background:#ffe1e2;border:1px solid #ffb8bd}.form-success{color:#2f4d36;background:#dff8e7;border:1px solid #a9e7bd}.event-kebab{width:44px!important;height:44px!important;min-height:44px!important}.flow-backdrop{align-items:center;justify-items:center;padding:max(18px,env(safe-area-inset-top)) 18px calc(18px + env(safe-area-inset-bottom) + var(--keyboard-inset,0px))}.flow-modal{max-height:calc(100dvh - 42px - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--keyboard-inset,0px));overflow:auto;-webkit-overflow-scrolling:touch}.flow-warning{background:#fff1cf;border:1px solid #e5bd6a;border-radius:16px;padding:10px 12px;color:#5c3f0b!important}.day{touch-action:manipulation}.day:focus-visible,.event-kebab:focus-visible,.flow-modal button:focus-visible{outline:3px solid rgba(255,216,138,.9);outline-offset:2px}@media(max-width:360px){.nav-item{font-size:11px!important}.day span{font-size:11px!important}}

/* Lunar details inside the light home card */
.lunar-day-meta{display:inline-flex;align-items:center;margin:10px 0 0!important;padding:8px 11px;border-radius:999px;background:#f1e7ff;color:#4f2f83!important;border:1px solid rgba(79,47,131,.12);font-size:12px!important;font-weight:950;letter-spacing:.04em;text-transform:uppercase}.lunar-details{margin-top:18px;padding:12px;border-radius:24px;background:#fffaf6;border:1px solid rgba(43,34,52,.08);box-shadow:0 14px 34px rgba(43,34,52,.08)}.status-card .lunar-detail-row{border-bottom:1px solid rgba(43,34,52,.08)}.status-card .lunar-detail-row:last-child{border-bottom:0}.lunar-detail-toggle{display:block;width:100%;min-height:58px;padding:17px 30px 17px 12px;background:transparent!important;color:#2b2234!important;font-size:16px;font-weight:950;line-height:1.25;text-align:left;position:relative;box-shadow:none!important;border-radius:0}.lunar-detail-toggle:after{content:'⌄';position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#b68b2e;font-size:19px;font-weight:950;transition:transform .22s ease,color .22s ease}.lunar-detail-row.open .lunar-detail-toggle:after{content:'⌃';transform:translateY(-50%) rotate(180deg)}.lunar-detail-body{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-6px);transition:grid-template-rows .34s cubic-bezier(.22,.8,.24,1),opacity .24s ease,transform .34s cubic-bezier(.22,.8,.24,1);will-change:grid-template-rows,opacity,transform;overflow:hidden}.lunar-detail-row.open .lunar-detail-body{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.lunar-detail-inner{min-height:0;display:grid;gap:10px;padding:0 10px 13px;overflow:hidden}.lunar-detail-body p{margin:0!important;padding:14px 15px;border-radius:18px;background:#fff2dc;color:#423648!important;font-size:16.5px;line-height:1.62;font-weight:760}.lunar-detail-body .lunar-detail-tip{background:#f4e8ff;color:#4f2f83!important;font-size:15.5px;font-weight:850;line-height:1.5}.lunar-detail-body b{display:block;margin-bottom:4px;color:#5d3d8d;font-size:13px;text-transform:uppercase;letter-spacing:.04em}@media(prefers-reduced-motion:reduce){.lunar-detail-body{transition:none!important}}


/* Home event CTA */
.event-home-cta{margin-top:18px;padding:18px;border-radius:24px;background:linear-gradient(145deg,rgba(255,250,246,.82),rgba(239,228,255,.72));border:1px solid rgba(185,152,255,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}.event-home-cta h3{margin:0 0 8px;color:#2f2340;font-size:20px;line-height:1.18}.event-home-cta p{margin:0 0 14px;color:#6d6275;font-size:14px;line-height:1.55}.event-home-cta .primary{width:100%}

/* Event cards: tap-safe controls + polished mobile UI */
.today-events{background:linear-gradient(180deg,rgba(255,250,246,.13),rgba(185,152,255,.08));border-color:rgba(255,255,255,.18)}
.today-events h3{margin-bottom:12px;font-size:25px;letter-spacing:-.04em}
.today-events .list{gap:12px}
.event{position:relative;padding:18px!important;padding-right:18px!important;border-radius:25px!important;overflow:visible;background:linear-gradient(180deg,#fff8e7 0%,#fff1da 100%)!important;border:1px solid rgba(255,216,138,.7)!important;box-shadow:0 14px 34px rgba(255,184,97,.16), inset 0 1px 0 rgba(255,255,255,.72);color:#2b2234}
.event-head{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:12px;align-items:start}
.event-title{min-width:0;display:grid;gap:6px;align-content:start}
.event-title b{display:block;font-size:20px;line-height:1.2;letter-spacing:-.035em;color:#2b2234;overflow-wrap:anywhere}
.event-meta,.event span.event-meta{display:block;margin:10px 0 0;color:#70647a;font-size:13px;line-height:1.42;font-weight:850}
.event-kebab{width:48px!important;height:48px!important;min-height:48px!important;border-radius:18px!important;background:rgba(43,34,52,.07)!important;border:1px solid rgba(43,34,52,.10)!important;color:#2b2234!important;font-size:25px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.event-kebab.active,.event-kebab:active{background:#fff7ef!important;border-color:rgba(185,152,255,.36)!important;box-shadow:0 8px 18px rgba(43,34,52,.10)}
.event-menu-wrap{position:static!important}
.event-menu{display:none!important}
.event-menu-panel{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;padding:8px;border-radius:19px;background:rgba(43,34,52,.055);border:1px solid rgba(43,34,52,.08)}
.event-menu-panel button{min-height:48px;border-radius:15px;background:#fffaf3;color:#2b2234;font-weight:900;border:1px solid rgba(43,34,52,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}
.event-menu-panel button.danger{color:#a9374c;background:#fff1f3;border-color:rgba(178,69,87,.16)}
.event-detail{padding-right:0!important;margin-top:14px}
.event-more{display:grid!important;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:10px;width:100%;min-height:58px;padding:14px 16px!important;border-radius:19px!important;background:linear-gradient(180deg,#fffaf5,#f0e5da)!important;border:1px solid rgba(43,34,52,.12)!important;color:#2b2234!important;font-size:16px;font-weight:950;text-align:center;box-shadow:0 8px 18px rgba(43,34,52,.06), inset 0 1px 0 rgba(255,255,255,.7)}
.event-more span{display:block!important;margin:0!important;color:#2b2234!important;font-size:16px!important;line-height:1.1!important}
.event-more small{display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:rgba(185,152,255,.16);color:#5b3b7a!important;font-size:17px!important;font-weight:950!important}
.event-detail.open .event-more{background:linear-gradient(180deg,#f6edff,#fff8ed)!important;border-color:rgba(185,152,255,.32)!important}
.event-detail-body{margin-top:12px;padding:14px!important;border-radius:18px;background:rgba(255,255,255,.52);border:1px solid rgba(43,34,52,.08)}
.today-badge{margin:0!important;padding:6px 11px!important;border-radius:999px;background:#ffe8a8;color:#51390b;font-size:12px;font-weight:950;width:max-content;box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}

/* Event cards: lunar polish pass */
.today-events{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 8%,rgba(255,216,138,.16),transparent 34%),linear-gradient(180deg,rgba(255,250,246,.14),rgba(185,152,255,.075))!important}
.today-events:before{content:'☾';position:absolute;right:22px;top:18px;color:rgba(255,216,138,.38);font-size:24px;transform:rotate(-18deg);pointer-events:none}.today-events:after{content:'';position:absolute;left:34px;right:34px;top:76px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,216,138,.38),transparent);pointer-events:none}.today-events h3{position:relative;padding-right:36px;text-shadow:0 1px 0 rgba(255,255,255,.06)}
.event{isolation:isolate;position:relative;overflow:hidden!important;background:radial-gradient(circle at 88% 14%,rgba(255,255,255,.78),transparent 23%),radial-gradient(circle at 8% 0%,rgba(255,216,138,.22),transparent 30%),linear-gradient(145deg,#fff8df 0%,#fff0dc 58%,#f8e9ff 100%)!important;border:1px solid rgba(255,216,138,.78)!important;box-shadow:0 18px 42px rgba(255,184,97,.18),0 2px 0 rgba(255,255,255,.38) inset,0 0 0 1px rgba(255,255,255,.34) inset!important}
.event:before{content:'';position:absolute;inset:10px;border-radius:21px;border:1px solid rgba(255,255,255,.52);box-shadow:inset 0 0 28px rgba(255,255,255,.18);pointer-events:none;z-index:-1}.event:after{content:'☽';position:absolute;right:24px;bottom:18px;color:rgba(91,59,122,.075);font-size:70px;line-height:1;transform:rotate(-12deg);pointer-events:none;z-index:-1}.event-title b{font-size:21px;color:#261b30;text-shadow:0 1px 0 rgba(255,255,255,.58)}
.event-meta,.event span.event-meta{max-width:calc(100% - 8px);color:#6a5f73;font-size:13.5px;font-weight:900}.today-badge{background:linear-gradient(135deg,#fff1aa,#ffd879)!important;color:#51390b;box-shadow:0 8px 18px rgba(255,216,138,.24),inset 0 1px 0 rgba(255,255,255,.72)!important}.today-badge:before{content:'✦';margin-right:6px;font-size:10px;color:#7b5521}
.event-kebab{position:relative!important;overflow:hidden;width:50px!important;height:50px!important;border-radius:19px!important;background:radial-gradient(circle at 34% 30%,#fffaf5 0 22%,#f6eaff 23% 42%,#fff3dd 43% 100%)!important;border:1px solid rgba(91,59,122,.14)!important;box-shadow:0 10px 24px rgba(91,59,122,.12),inset 0 1px 0 rgba(255,255,255,.82)!important;padding:0!important}.event-kebab:before{content:'';position:absolute;inset:7px;border-radius:999px;border:1px solid rgba(185,152,255,.22);transform:rotate(-18deg)}.event-kebab:after{content:'';position:absolute;width:5px;height:5px;border-radius:50%;right:11px;top:10px;background:#ffd88a;box-shadow:-22px 25px 0 rgba(185,152,255,.55),-6px 30px 0 rgba(255,142,158,.35)}.event-kebab.active{transform:translateY(-1px);background:radial-gradient(circle at 38% 28%,#fff 0 20%,#eadfff 21% 43%,#ffe9b6 44% 100%)!important;border-color:rgba(185,152,255,.42)!important}.kebab-moon{position:absolute;left:12px;top:8px;font-size:19px;line-height:1;color:#4d3263;transform:rotate(-14deg);pointer-events:none}.kebab-stars{position:absolute;right:9px;bottom:9px;letter-spacing:1px;font-size:15px;line-height:1;color:#4d3263;pointer-events:none}
.event-menu-panel{position:absolute!important;right:18px;top:78px;z-index:8;width:218px;display:grid!important;grid-template-columns:1fr!important;gap:7px;margin:0!important;padding:12px!important;border-radius:22px!important;background:linear-gradient(155deg,rgba(255,250,246,.96),rgba(246,235,255,.95))!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 22px 52px rgba(38,27,48,.24),0 0 0 1px rgba(185,152,255,.16),inset 0 1px 0 rgba(255,255,255,.82)!important;backdrop-filter:blur(12px);animation:eventMenuPop .16s ease both}.event-menu-panel:before{content:'';position:absolute;right:18px;top:-7px;width:14px;height:14px;transform:rotate(45deg);background:rgba(255,250,246,.96);border-left:1px solid rgba(255,255,255,.7);border-top:1px solid rgba(255,255,255,.7)}.event-menu-title{margin:0 0 2px;padding:0 4px;color:#7a6d82;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.event-menu-panel button{display:flex;align-items:center;gap:10px;justify-content:flex-start;min-height:48px!important;padding:0 12px!important;border-radius:16px!important;background:rgba(255,255,255,.74)!important;color:#2b2234!important;text-align:left;font-weight:950!important;border:1px solid rgba(43,34,52,.075)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.86)!important}.event-menu-panel button span{display:grid;place-items:center;width:25px;height:25px;margin:0;border-radius:999px;background:rgba(185,152,255,.18);color:#5b3b7a;font-size:13px}.event-menu-panel button.danger{background:linear-gradient(135deg,#fff7f8,#ffe9ee)!important;color:#a9374c!important}.event-menu-panel button.danger span{background:rgba(255,142,158,.18);color:#a9374c}.event-menu-panel button:active{transform:scale(.985);filter:saturate(1.08)}@keyframes eventMenuPop{from{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
.event-more{position:relative;overflow:hidden;background:linear-gradient(180deg,#fffdf9,#f3e9df)!important;border-color:rgba(43,34,52,.09)!important;box-shadow:0 11px 24px rgba(43,34,52,.075),inset 0 1px 0 rgba(255,255,255,.85)!important}.event-more:before{content:'';position:absolute;left:-30%;top:0;width:30%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.56),transparent);transform:skewX(-18deg)}.event-more:active:before{animation:buttonGlint .5s ease}.event-more small{background:linear-gradient(135deg,rgba(255,216,138,.45),rgba(185,152,255,.20))!important}@keyframes buttonGlint{to{left:110%}}

/* Event action button: quiet constellation, no button-on-button feeling */
.event-head{grid-template-columns:minmax(0,1fr) 42px!important;gap:10px!important}
.event-kebab{width:42px!important;height:42px!important;min-height:42px!important;border-radius:16px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;align-self:start;transform:translate(2px,-2px)}
.event-kebab:before{inset:5px!important;border:1px solid rgba(91,59,122,.12)!important;background:rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.36);opacity:.9}
.event-kebab:after{width:3px!important;height:3px!important;right:9px!important;top:9px!important;background:rgba(255,216,138,.72)!important;box-shadow:-17px 20px 0 rgba(185,152,255,.34),-4px 24px 0 rgba(255,142,158,.26)!important}.event-kebab.active{background:rgba(255,255,255,.18)!important;border:0!important;box-shadow:0 8px 18px rgba(91,59,122,.08)!important}.kebab-moon{left:11px!important;top:9px!important;font-size:17px!important;color:rgba(77,50,99,.78)!important}.kebab-stars{right:8px!important;bottom:9px!important;font-size:13px!important;color:rgba(77,50,99,.56)!important;letter-spacing:0!important}.event-kebab:active{transform:translate(2px,-2px) scale(.96)!important}
.event-menu-panel{top:66px!important;right:12px!important}

/* Journal compact archive + readable light cards */
.journal-compose{position:relative;overflow:hidden}.journal-toast{animation:journalToast 5s ease forwards}@keyframes journalToast{0%,82%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-6px)}}
.journal-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.journal-section-head h3{margin:2px 0 0;font-size:25px;letter-spacing:-.045em}.journal-moon-count{display:grid;place-items:center;width:54px;height:54px;border-radius:20px;background:radial-gradient(circle at 35% 25%,rgba(255,216,138,.92),rgba(185,152,255,.22));border:1px solid rgba(255,216,138,.36);color:#2b2234;box-shadow:inset 0 1px 0 rgba(255,255,255,.48)}.journal-moon-count span{font-size:18px;line-height:1}.journal-moon-count b{font-size:14px;line-height:1;margin-top:-6px}.journal-today,.journal-archive{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 8%,rgba(255,216,138,.15),transparent 30%),linear-gradient(180deg,rgba(255,250,246,.13),rgba(185,152,255,.075))!important}.journal-today:before,.journal-archive:before{content:'✦';position:absolute;right:24px;bottom:18px;color:rgba(255,216,138,.25);font-size:18px;pointer-events:none}.journal-archive-lead{margin:4px 0 14px!important;color:#eadff0!important;font-size:14px!important;line-height:1.55!important}.journal-date-input{width:132px!important;min-height:44px!important;padding:10px 12px!important;border-radius:16px!important;font-size:14px!important;background:rgba(255,250,246,.92)!important;color:#2b2234!important;border:1px solid rgba(255,255,255,.42)!important}.journal-date-rail{display:flex;gap:8px;overflow-x:auto;padding:2px 0 12px;margin:0 -2px 2px;scrollbar-width:none}.journal-date-rail::-webkit-scrollbar{display:none}.journal-date-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#f8edf9;font-size:13px;font-weight:900}.journal-date-chip span{color:#ffd88a}.journal-date-chip.active{background:linear-gradient(135deg,#fff1c9,#e7dcff);color:#2b2234;border-color:rgba(255,216,138,.45);box-shadow:0 10px 24px rgba(255,216,138,.12)}.journal-entry{position:relative;background:radial-gradient(circle at 92% 10%,rgba(255,216,138,.18),transparent 28%),linear-gradient(145deg,#fffaf3 0%,#fff4e9 58%,#f6eeff 100%)!important;border:1px solid rgba(255,255,255,.76);box-shadow:0 14px 34px rgba(23,12,35,.12),inset 0 1px 0 rgba(255,255,255,.78);color:#2b2234!important}.journal-entry:after{content:'☾';position:absolute;right:16px;bottom:14px;color:rgba(91,59,122,.07);font-size:46px;pointer-events:none}.journal-entry time{color:#73657d!important;font-weight:950!important}.journal-text{margin:8px 0!important;color:#2b2234!important;font-size:18px;line-height:1.45;font-weight:650}.journal-entry .reflection{color:#7b6687!important;background:transparent!important;font-weight:700}.journal-entry .ghost.small-btn{color:#2b2234!important;background:linear-gradient(135deg,#fff2c7,#eadfff)!important;border:1px solid rgba(91,59,122,.16)!important;box-shadow:0 10px 22px rgba(91,59,122,.10),inset 0 1px 0 rgba(255,255,255,.76)!important}.journal-entry .ai-advice{color:#2b2234!important;background:linear-gradient(145deg,#fff7e8,#f0e7ff)!important;border:1px solid rgba(185,152,255,.24)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}.journal-entry .ai-advice p{color:#4f4559!important}.journal-entry .ai-advice b,.journal-entry .ai-advice .mini{color:#5b3b7a!important}.journal-entry .ai-advice .reflection{color:#5b3b7a!important;background:rgba(185,152,255,.12)!important;border-radius:14px;padding:10px 12px}.empty-moon{display:grid;place-items:center;gap:8px;padding:22px 16px;border-radius:22px;background:rgba(255,255,255,.07);border:1px dashed rgba(255,255,255,.18);text-align:center}.empty-moon span{font-size:34px;color:#ffd88a}.empty-moon p{margin:0;color:#eadff0;font-weight:750;line-height:1.45}

/* Journal reflection controls */
.journal-entry{position:relative!important;overflow:hidden!important}
.journal-entry-head{display:grid;grid-template-columns:minmax(0,1fr) 42px;align-items:start;gap:10px;margin-bottom:8px}
.journal-entry-head time{align-self:center}
.journal-kebab{justify-self:end}
.journal-menu-panel{top:58px!important;right:12px!important;width:176px!important}
.journal-entry-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:12px}
.journal-entry-actions .small-btn{width:100%;justify-content:center}
.journal-entry .ai-loading{margin-top:12px}
.journal-practice-cta{width:100%;margin:10px 0 4px;padding:13px 14px;border:1px solid rgba(111,74,152,.18);border-radius:18px;background:linear-gradient(135deg,rgba(255,247,226,.9),rgba(238,226,255,.88));color:#2b2234;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.journal-practice-cta small{color:#6d6275;font-weight:700;font-size:12px;line-height:1.25;text-align:right}
.journal-ai-expanded{display:grid;gap:10px;padding:14px!important;border-radius:20px!important;background:linear-gradient(155deg,rgba(255,250,246,.72),rgba(246,235,255,.64))!important;border:1px solid rgba(91,59,122,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.64)}
.journal-ai-expanded p{margin:0!important;color:#3c3047!important;font-size:15px!important;line-height:1.55!important;font-weight:700}
.journal-ai-unified p{font-weight:650!important;line-height:1.62!important}
.journal-ai-unified p:first-child{font-size:15.5px!important}
.journal-ai-expanded p b{color:#4d3263;font-weight:950}
.journal-ai-expanded .safety-note{margin-top:2px!important;padding-top:10px;border-top:1px solid rgba(77,50,99,.10);color:#766878!important;font-size:13.5px!important}

/* Profile onboarding fields: readable labels and safe insets */
.profile-onboarding{overflow:hidden}
.profile-fields{padding:0 2px;margin:16px 0 14px;gap:13px}
.profile-field{width:100%;max-width:100%;min-width:0;display:grid;gap:7px}
.profile-field label{display:block;padding:0 2px;color:#f6edf8;font-size:13px;font-weight:900;letter-spacing:.01em}
.profile-field small{display:block;padding:0 2px;color:rgba(255,250,246,.66);font-size:12px;font-weight:750;line-height:1.35}
.profile-field .input{width:100%;max-width:100%;min-width:0;min-height:58px;border-radius:20px;padding:15px 18px;background:rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.birth-place-field{position:relative}.birth-place-suggestions{display:grid;gap:7px;margin-top:2px;padding:8px;border-radius:22px;background:rgba(255,250,246,.10);border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 36px rgba(12,7,18,.18)}.birth-place-suggestions button{width:100%;border:0;border-radius:17px;padding:11px 13px;text-align:left;background:rgba(255,255,255,.12);color:#fffaf6;font:inherit}.birth-place-suggestions button span{display:block;font-size:14px;font-weight:900;line-height:1.25}.birth-place-suggestions button small{display:block;margin-top:3px;padding:0;color:rgba(255,250,246,.66);font-size:12px;font-weight:750}.birth-place-suggestions button:active{transform:translateY(1px);background:rgba(255,255,255,.18)}
.profile-field select.input{padding-right:44px}
input[type=date].input,input[type=time].input{width:100%;max-width:100%;min-width:0;-webkit-appearance:none;appearance:none;color:var(--text)}
input[type=date].input::-webkit-date-and-time-value,input[type=time].input::-webkit-date-and-time-value{text-align:left;min-width:0}

/* Profile iteration: top profile entry, keyboard-safe nav, personal facts */
body.keyboard-open .bottom-nav{display:none!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(140%);opacity:0!important}
body.keyboard-open .app{padding-bottom:calc(18px + env(safe-area-inset-bottom) + var(--keyboard-inset,0px))}
.profile-top-btn{position:relative;overflow:hidden;display:grid;place-items:center;font-size:22px;background:linear-gradient(145deg,rgba(255,250,246,.14),rgba(185,152,255,.16));border-color:rgba(255,255,255,.18)}.profile-top-btn:before{content:'';position:absolute;inset:6px;border-radius:15px;background:radial-gradient(circle at 62% 30%,rgba(255,216,138,.22),transparent 34%),linear-gradient(160deg,rgba(255,255,255,.08),rgba(185,152,255,.08));border:1px solid rgba(255,255,255,.08)}.profile-moon{position:absolute;right:8px;top:6px;color:#fffaf6;filter:drop-shadow(0 5px 12px rgba(255,216,138,.18));transform:rotate(-8deg)}.profile-person{position:absolute;left:12px;bottom:10px;width:18px;height:20px}.profile-person:before{content:'';position:absolute;left:6px;top:1px;width:8px;height:8px;border-radius:50%;background:#fffaf6;box-shadow:0 0 0 2px rgba(255,216,138,.16)}.profile-person:after{content:'';position:absolute;left:2px;bottom:0;width:16px;height:10px;border-radius:999px 999px 7px 7px;background:linear-gradient(180deg,#fffaf6,#f3dcff);box-shadow:0 7px 14px rgba(24,17,31,.16)}.profile-spark{position:absolute;left:8px;top:8px;color:rgba(255,216,138,.86);font-size:9px;line-height:1}

.profile-screen .profile-fields{margin-top:14px}
.profile-field input[type=number].input{appearance:textfield;-moz-appearance:textfield}
.profile-field input[type=number].input::-webkit-outer-spin-button,.profile-field input[type=number].input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.personal-birth-meta{margin:14px 0 0;padding:11px 13px;border-radius:16px;background:rgba(255,250,246,.10);color:#eadff0;font-size:13px;font-weight:800;line-height:1.45;text-transform:none;letter-spacing:0;overflow-wrap:anywhere}
.profile-facts{background:linear-gradient(180deg,rgba(255,250,246,.14),rgba(185,152,255,.08));border-color:rgba(255,255,255,.18)}
.profile-facts h3{margin:6px 0 12px;font-size:24px;letter-spacing:-.04em}
.profile-fact-list{display:grid;gap:9px}
.profile-fact{display:grid;gap:4px;padding:12px 13px;border-radius:18px;background:rgba(255,250,246,.10);border:1px solid rgba(255,255,255,.12)}
.profile-fact b{color:#fffaf6;font-size:13px;font-weight:950}
.profile-fact span{color:#e9dced;font-size:14px;line-height:1.4;font-weight:750}
.profile-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.profile-head h2{margin-top:6px}.settings-gear-btn{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:8px;min-width:108px;min-height:52px;padding:8px 11px;border-radius:22px;color:#fffaf6;background:linear-gradient(145deg,rgba(255,250,246,.14),rgba(185,152,255,.16));border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 28px rgba(24,17,31,.16);font-size:12px;font-weight:900;letter-spacing:-.01em}.settings-gear-btn:before{content:'';position:absolute;inset:5px;border-radius:18px;background:radial-gradient(circle at 72% 24%,rgba(255,216,138,.22),transparent 34%),linear-gradient(160deg,rgba(255,255,255,.08),rgba(185,152,255,.08));pointer-events:none}.settings-gear-btn span{position:relative;z-index:1}.gear-core{display:grid;place-items:center;width:28px;height:28px;border-radius:12px;background:radial-gradient(circle at 35% 25%,#fffaf6 0 18%,#f1dcff 19% 56%,rgba(255,216,138,.7) 57% 100%);color:#3a2946;font-size:16px;box-shadow:0 8px 18px rgba(24,17,31,.18),inset 0 1px 0 rgba(255,255,255,.75)}.profile-overview .profile-fact-list{margin-top:8px}.subscription-manage{margin-top:0}.subscription-manage h3{margin:6px 0 8px;font-size:24px;letter-spacing:-.04em}


.lunar-person-story{position:relative;overflow:hidden;margin-top:12px;padding:18px;border-radius:26px;background:linear-gradient(155deg,rgba(255,250,246,.16),rgba(185,152,255,.13));border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.lunar-person-story:before{content:'';position:absolute;right:-22px;top:-18px;width:110px;height:110px;border-radius:38px;background:radial-gradient(circle,rgba(255,216,138,.24),transparent 62%);transform:rotate(-12deg);pointer-events:none}.story-moon{position:absolute;right:18px;top:16px;color:rgba(255,216,138,.82);font-size:34px;filter:drop-shadow(0 10px 22px rgba(255,216,138,.15))}.lunar-person-story h3{position:relative;margin:10px 0 10px;font-size:25px;line-height:1.12;letter-spacing:-.045em}.lunar-person-story p:not(.pill){position:relative;margin:0;color:#f2e8f5;font-size:15px;line-height:1.62;font-weight:760}.story-advice{position:relative;margin-top:14px;padding:13px 14px;border-radius:19px;background:rgba(255,250,246,.10);border:1px solid rgba(255,255,255,.12);display:grid;gap:4px}.story-advice b{color:#ffd88a;font-size:13px;font-weight:950}.story-advice span{color:#fffaf6;font-size:14px;line-height:1.45;font-weight:800}.astro-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.astro-card{position:relative;overflow:hidden;min-height:126px;padding:14px;border-radius:22px;background:linear-gradient(150deg,rgba(255,250,246,.13),rgba(185,152,255,.10));border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.astro-card:before{content:'';position:absolute;right:-18px;top:-20px;width:72px;height:72px;border-radius:28px;background:radial-gradient(circle,rgba(255,216,138,.22),transparent 65%);pointer-events:none}.astro-card .astro-icon{display:grid;place-items:center;width:34px;height:34px;margin-bottom:10px;border-radius:14px;background:radial-gradient(circle at 35% 25%,#fffaf6 0 16%,#f1dcff 17% 58%,rgba(255,216,138,.72) 59% 100%);color:#3a2946;font-weight:950;box-shadow:0 8px 18px rgba(24,17,31,.16),inset 0 1px 0 rgba(255,255,255,.75)}.astro-card b{display:block;color:#d9cbe2;font-size:12px;font-weight:950;letter-spacing:.02em;text-transform:uppercase}.astro-card strong{display:block;margin-top:4px;color:#fffaf6;font-size:18px;line-height:1.15;letter-spacing:-.035em}.astro-card small{display:block;margin-top:7px;color:#e6d9ea;font-size:12px;line-height:1.35;font-weight:750}.astro-card:nth-child(3),.astro-card:nth-child(5){grid-column:1/-1;min-height:auto}.profile-facts .profile-fact-list{display:none}@media(max-width:380px){.astro-grid{grid-template-columns:1fr}.astro-card:nth-child(n){grid-column:auto}.profile-head{align-items:stretch;flex-direction:column}.settings-gear-btn{width:max-content}}

/* Clean profile/settings buttons + refined profile symbol cards */
.profile-top-btn{width:44px;height:44px;padding:0;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:18px;background:linear-gradient(145deg,rgba(255,250,246,.13),rgba(185,152,255,.12));border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.profile-top-btn:before{content:'';position:absolute;inset:7px;border-radius:14px;background:radial-gradient(circle at 70% 25%,rgba(255,216,138,.18),transparent 42%),rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}.profile-glyph{position:relative;z-index:1;width:22px;height:22px;color:#fffaf6}.profile-glyph:before{content:'';position:absolute;left:7px;top:3px;width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 2px rgba(255,216,138,.18)}.profile-glyph:after{content:'';position:absolute;left:3px;bottom:2px;width:16px;height:9px;border-radius:999px 999px 7px 7px;background:currentColor;box-shadow:0 8px 15px rgba(24,17,31,.16)}.settings-gear-btn{width:52px!important;min-width:52px!important;height:52px!important;min-height:52px!important;padding:0!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;border-radius:21px!important;background:linear-gradient(145deg,rgba(255,250,246,.13),rgba(185,152,255,.13))!important}.settings-gear-btn .gear-core{width:32px;height:32px;border-radius:14px;font-size:17px}.settings-gear-btn span:not(.gear-core){display:none!important}.profile-head{align-items:flex-start}.astro-grid{display:grid;grid-template-columns:1fr;gap:10px}.astro-card{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:13px;min-height:0!important;padding:14px 15px!important;border-radius:24px!important;background:linear-gradient(145deg,rgba(255,250,246,.14),rgba(185,152,255,.09))!important;border:1px solid rgba(255,255,255,.14)!important}.astro-card:nth-child(n){grid-column:auto!important}.astro-icon{width:52px!important;height:52px!important;margin:0!important;border-radius:19px!important;background:radial-gradient(circle at 34% 26%,#fffaf6 0 15%,#efdfff 16% 56%,rgba(255,216,138,.82) 57% 100%)!important;color:#3a2946!important}.astro-icon svg{width:28px;height:28px}.astro-copy{display:block;min-width:0}.astro-card b{font-size:11px!important;letter-spacing:.06em!important;color:#d9cbe2!important}.astro-card strong{font-size:20px!important;margin-top:3px!important;overflow-wrap:anywhere}.astro-card small{font-size:13px!important;line-height:1.35!important;color:#ecdfef!important}.astro-card:before{right:-24px!important;top:-28px!important;width:90px!important;height:90px!important;opacity:.75}


/* Personal lunar birthday marker in calendar */
.day.personal-lunar-day{position:relative;overflow:hidden;border-color:rgba(255,216,138,.26)!important;box-shadow:inset 0 0 0 1px rgba(255,216,138,.10)!important}.day.personal-lunar-day:before{content:'✦';position:absolute;right:8px;top:7px;color:rgba(255,216,138,.58);font-size:9px;line-height:1;text-shadow:0 0 8px rgba(255,216,138,.22)}.day.personal-lunar-day:after{content:'✦';position:absolute;right:18px;top:17px;color:rgba(255,250,246,.34);font-size:6px;line-height:1;background:none!important;width:auto!important;height:auto!important;border-radius:0!important;box-shadow:none!important}.day.personal-lunar-day em{display:none!important}.personal-lunar-modal{background:radial-gradient(circle at 85% 0%,rgba(255,216,138,.42),transparent 34%),linear-gradient(160deg,rgba(255,250,246,.97),rgba(239,228,255,.96))!important;border-color:rgba(185,152,255,.38)!important}.lunar-date-pill{display:inline-flex!important;align-items:center;gap:8px;padding:8px 12px!important;border-radius:999px!important;text-transform:none!important;letter-spacing:0!important}.lunar-date-pill .date-orbit{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(145deg,#fff7ef,#e8d4ff);color:#4f2f83;font-size:14px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.lunar-date-pill b{font-size:13px}.lunar-date-pill small{padding:3px 7px;border-radius:999px;background:rgba(255,216,138,.36);color:#4f2f83;font-size:10px;font-weight:950}.personal-lunar-badge{display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;margin:12px 0 14px;padding:12px;border-radius:22px;background:linear-gradient(145deg,rgba(255,216,138,.34),rgba(185,152,255,.22));border:1px solid rgba(185,152,255,.24);color:#2b2234}.personal-lunar-badge span{grid-row:1/3;width:38px;height:38px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#ffd88a,#d9b7ff);font-weight:950}.personal-lunar-badge b{font-size:15px;letter-spacing:-.02em}.personal-lunar-badge small{font-size:12px;color:#6a5874;font-weight:800}.personal-hint-strip{border-color:rgba(185,152,255,.32)!important;box-shadow:0 16px 35px rgba(185,152,255,.18)!important}

/* Profile settings control: soft more mark, no mechanical gear */
.settings-more-btn{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;border-radius:20px!important;background:rgba(255,250,246,.075)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(24,17,31,.12)!important}.settings-more-btn:before{content:'';position:absolute;inset:8px;border-radius:15px;background:radial-gradient(circle at 32% 28%,rgba(255,216,138,.18),transparent 36%),rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07)}.settings-more-mark{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:4px;width:28px;height:28px;border-radius:999px;background:transparent!important}.settings-more-mark i{display:block;width:4px;height:4px;border-radius:50%;background:rgba(255,250,246,.92);box-shadow:0 0 8px rgba(255,216,138,.18)}.settings-more-mark i:nth-child(2){background:rgba(255,216,138,.86)}.settings-more-btn .gear-core{display:none!important}

/* Profile UX refinement: clear settings button + softer symbol cards */
.profile-head{align-items:flex-start!important;gap:10px!important}.profile-settings-btn{width:auto!important;min-width:118px!important;height:46px!important;min-height:46px!important;padding:7px 12px 7px 9px!important;display:inline-grid!important;grid-template-columns:30px auto!important;align-items:center!important;gap:7px!important;border-radius:19px!important;background:linear-gradient(145deg,rgba(255,250,246,.13),rgba(185,152,255,.12))!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(24,17,31,.10)!important;color:#fffaf6!important}.profile-settings-btn:before{content:'';position:absolute;inset:6px;border-radius:15px;background:radial-gradient(circle at 28% 24%,rgba(255,216,138,.16),transparent 36%),rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.055);pointer-events:none}.settings-person-mark{position:relative;z-index:1;width:30px;height:30px;border-radius:13px;background:rgba(255,250,246,.10);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.settings-person-mark:before{content:'';position:absolute;left:10px;top:6px;width:8px;height:8px;border-radius:50%;background:#fffaf6;box-shadow:0 0 0 2px rgba(255,216,138,.15)}.settings-person-mark:after{content:'';position:absolute;left:7px;bottom:6px;width:14px;height:8px;border-radius:999px 999px 7px 7px;background:#fffaf6}.settings-btn-label{position:relative;z-index:1;display:inline!important;font-size:12px;font-weight:950;letter-spacing:-.01em;line-height:1;color:#fffaf6}.profile-settings-btn .settings-more-mark,.profile-settings-btn .gear-core{display:none!important}.astro-card{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;padding:14px!important;background:linear-gradient(145deg,rgba(255,250,246,.105),rgba(185,152,255,.075))!important;border-color:rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}.astro-icon{width:42px!important;height:42px!important;border-radius:999px!important;background:rgba(255,250,246,.08)!important;border:1px solid rgba(255,255,255,.13)!important;color:#fffaf6!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 8px 18px rgba(24,17,31,.10)!important}.astro-icon:before{content:'';position:absolute;inset:7px;border-radius:999px;background:radial-gradient(circle at 35% 25%,rgba(255,216,138,.20),transparent 42%);pointer-events:none}.astro-icon svg{position:relative;z-index:1;width:22px!important;height:22px!important;opacity:.92}.astro-card b{font-size:10px!important;color:rgba(255,250,246,.62)!important;letter-spacing:.075em!important}.astro-card strong{font-size:20px!important;line-height:1.1!important}.astro-card small{font-size:13px!important;line-height:1.36!important;color:rgba(255,250,246,.82)!important;font-weight:780!important}.astro-card:before{opacity:.42!important;background:radial-gradient(circle,rgba(255,216,138,.16),transparent 66%)!important}


/* Profile settings control: white airy gear bubble */
.profile-settings-btn{width:86px!important;min-width:86px!important;height:46px!important;min-height:46px!important;padding:7px 11px!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(255,250,246,.18),rgba(255,255,255,.075))!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),inset 0 -10px 24px rgba(185,152,255,.08),0 12px 28px rgba(24,17,31,.10)!important;color:#fffaf6!important}.profile-settings-btn:before{content:'';position:absolute;inset:5px;border-radius:18px;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.42),transparent 28%),radial-gradient(circle at 72% 70%,rgba(255,216,138,.12),transparent 36%),rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.075);pointer-events:none}.settings-bubble-gear{position:relative;z-index:1;display:grid;place-items:center;width:32px;height:32px;border-radius:999px;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.28),rgba(255,255,255,.09) 48%,rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 0 18px rgba(255,250,246,.08)}.settings-bubble-gear svg{width:20px;height:20px;fill:none;stroke:#fffaf6;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 5px rgba(255,250,246,.22))}.profile-settings-btn .settings-person-mark,.profile-settings-btn .settings-btn-label,.profile-settings-btn .settings-more-mark,.profile-settings-btn .gear-core{display:none!important}


/* Profile settings control: simple white gear, no oval */
.profile-settings-btn{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important;padding:0!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fffaf6!important;overflow:visible!important}.profile-settings-btn:before{display:none!important}.settings-bubble-gear{position:relative;z-index:1;display:grid;place-items:center;width:30px;height:30px;border-radius:0;background:transparent!important;border:0!important;box-shadow:none!important}.settings-bubble-gear svg{width:25px;height:25px;fill:none;stroke:#fffaf6;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;opacity:.96;filter:drop-shadow(0 0 7px rgba(255,250,246,.28)) drop-shadow(0 4px 10px rgba(24,17,31,.18))}.profile-settings-btn:active .settings-bubble-gear svg{transform:scale(.94);opacity:.82}.profile-settings-btn .settings-person-mark,.profile-settings-btn .settings-btn-label,.profile-settings-btn .settings-more-mark,.profile-settings-btn .gear-core{display:none!important}


/* Profile settings control: visible solid white gear, still no oval */
.profile-settings-btn{width:54px!important;min-width:54px!important;height:54px!important;min-height:54px!important;padding:0!important;margin-top:2px!important;display:grid!important;grid-template-columns:1fr!important;place-items:center!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#fffaf6!important;overflow:visible!important;flex:0 0 54px!important}.profile-settings-btn:before{display:none!important}.settings-bubble-gear{position:relative;z-index:1;display:grid;place-items:center;width:40px;height:40px;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.settings-bubble-gear svg{width:34px;height:34px;fill:none;stroke:#fffaf6;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;opacity:1;filter:drop-shadow(0 0 2px rgba(255,250,246,.92)) drop-shadow(0 0 10px rgba(255,250,246,.35)) drop-shadow(0 5px 12px rgba(31,16,43,.34))}.settings-bubble-gear svg path{fill:rgba(255,250,246,.94);stroke:#fffaf6;stroke-width:1.15}.settings-bubble-gear svg circle{fill:rgba(111,75,128,.96);stroke:#fffaf6;stroke-width:1.35}.profile-settings-btn:active .settings-bubble-gear svg{transform:scale(.94);opacity:.84}.profile-settings-btn .settings-person-mark,.profile-settings-btn .settings-btn-label,.profile-settings-btn .settings-more-mark,.profile-settings-btn .gear-core{display:none!important}


/* Profile settings control: fixed visible CSS gear */
.profile-overview{position:relative!important;overflow:visible!important}.profile-overview .profile-head{padding-right:66px!important}.profile-overview .profile-settings-btn{position:absolute!important;right:22px!important;top:24px!important;z-index:12!important;width:54px!important;min-width:54px!important;height:54px!important;min-height:54px!important;padding:0!important;margin:0!important;display:grid!important;place-items:center!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;color:#fffaf6!important;overflow:visible!important}.profile-overview .profile-settings-btn:before,.profile-overview .profile-settings-btn:after{display:none!important}.profile-overview .settings-bubble-gear{position:relative!important;display:grid!important;place-items:center!important;width:48px!important;height:48px!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important}.profile-overview .settings-bubble-gear svg{display:none!important}.profile-overview .settings-bubble-gear:before{content:'⚙';display:block!important;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Symbol","Apple Color Emoji",system-ui,sans-serif;font-size:37px;line-height:1;color:#fffaf6;font-weight:400;text-shadow:0 0 2px rgba(255,255,255,.92),0 0 10px rgba(255,250,246,.46),0 5px 14px rgba(31,16,43,.34);transform:translateY(-1px)}

/* Final profile settings UX: small white airy bubble in the card corner */
.profile-overview{position:relative!important;overflow:hidden!important}
.profile-overview .profile-head{padding-right:54px!important}
.profile-overview .profile-settings-direct-btn{
  position:absolute!important;right:22px!important;top:43px!important;z-index:12!important;
  width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;
  padding:0!important;margin:0!important;display:grid!important;place-items:center!important;
  border-radius:16px!important;border:1px solid rgba(255,255,255,.14)!important;
  background:linear-gradient(145deg,rgba(255,250,246,.13),rgba(255,255,255,.045))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),inset 0 -8px 18px rgba(185,152,255,.06),0 8px 18px rgba(24,17,31,.10)!important;
  color:#fffaf6!important;overflow:hidden!important;
}
.profile-overview .profile-settings-direct-btn:before{
  content:'';position:absolute;inset:5px;border-radius:13px;pointer-events:none;
  background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.30),transparent 30%),radial-gradient(circle at 72% 72%,rgba(255,216,138,.08),transparent 42%),rgba(255,255,255,.025);
  border:1px solid rgba(255,255,255,.055);
}
.profile-overview .settings-gear-bubble{position:relative;z-index:1;display:grid!important;place-items:center;width:22px!important;height:22px!important;border-radius:999px!important;background:transparent!important;border:0!important;box-shadow:none!important}
.profile-overview .settings-gear-bubble svg{display:block!important;width:17px!important;height:17px!important;fill:none!important;stroke:#fffaf6!important;stroke-width:1.45!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.96!important;filter:drop-shadow(0 0 5px rgba(255,250,246,.24))}
.profile-overview .settings-gear-bubble svg path:first-child{fill:rgba(255,250,246,.92)!important;stroke:none!important}
.profile-overview .profile-settings-direct-btn:active{transform:scale(.96);opacity:.86}
.profile-overview .settings-direct-gear{display:none!important}

/* Profile settings final: one aligned control, no layered overlap */
.profile-overview{overflow:hidden!important}
.profile-overview .profile-head{display:block!important;padding-right:0!important;margin-bottom:18px!important}
.profile-title-block{min-width:0;width:100%}
.profile-kicker-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.profile-kicker-row .pill{margin:0!important}
.profile-overview .profile-settings-direct-btn{
  position:static!important;right:auto!important;top:auto!important;z-index:1!important;
  flex:0 0 36px!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;
  display:grid!important;place-items:center!important;padding:0!important;margin:0!important;
  border-radius:15px!important;border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,250,246,.105)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(24,17,31,.10)!important;
  color:#fffaf6!important;overflow:hidden!important;
}
.profile-overview .profile-settings-direct-btn:before,.profile-overview .profile-settings-direct-btn:after{display:none!important;content:none!important}
.profile-overview .settings-gear-bubble{display:grid!important;place-items:center!important;width:18px!important;height:18px!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important}
.profile-overview .settings-gear-bubble svg{display:block!important;width:18px!important;height:18px!important;fill:none!important;stroke:#fffaf6!important;stroke-width:1.55!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.9!important;filter:none!important}
.profile-overview .settings-gear-bubble svg path:first-child{fill:none!important;stroke:#fffaf6!important}
.profile-overview .profile-settings-direct-btn:active{transform:scale(.96);opacity:.82}
body[data-step="profile"] #profileBtn,
body[data-step="profileSettings"] #profileBtn,
body[data-step="paywall"] #profileBtn{visibility:visible!important;opacity:1!important;pointer-events:auto!important}

/* Profile topbar cleanup: avoid icon/watermark overlap on profile screens */
body[data-step="profile"] .brand-watermark,
body[data-step="profileSettings"] .brand-watermark,
body[data-step="paywall"] .brand-watermark{display:none!important}
body[data-step="profile"] .brand-row,
body[data-step="profileSettings"] .brand-row,
body[data-step="paywall"] .brand-row{justify-content:center!important}
body[data-step="profile"] .brand-row h1,
body[data-step="profileSettings"] .brand-row h1,
body[data-step="paywall"] .brand-row h1{padding-left:0!important;text-align:center!important}
body[data-step="profile"] #profileBtn,
body[data-step="profileSettings"] #profileBtn,
body[data-step="paywall"] #profileBtn{visibility:visible!important;opacity:1!important;pointer-events:auto!important}

/* Profile settings final icon: white airy gear bubble */
.profile-overview .settings-more-dots{display:none!important}
.profile-overview .settings-gear-bubble{position:relative;z-index:1;display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border-radius:999px!important;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.96),rgba(255,250,246,.68) 38%,rgba(239,228,255,.28) 72%,rgba(255,255,255,.10))!important;border:1px solid rgba(255,255,255,.44)!important;box-shadow:inset 0 1px 1px rgba(255,255,255,.9),inset 0 -5px 10px rgba(185,152,255,.10),0 5px 14px rgba(255,250,246,.10)!important}
.profile-overview .settings-gear-bubble svg{display:block!important;width:16px!important;height:16px!important;fill:none!important;stroke:#fff!important;stroke-width:1.65!important;stroke-linecap:round!important;stroke-linejoin:round!important;opacity:.98!important;filter:drop-shadow(0 0 5px rgba(255,255,255,.34))!important}
.profile-overview .settings-gear-bubble svg path:first-child{fill:rgba(255,255,255,.72)!important;stroke:none!important}

/* Topbar profile/settings swap on profile screen */
.profile-top-btn .topbar-settings-gear{position:relative;z-index:1;display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.96),rgba(255,250,246,.68) 38%,rgba(239,228,255,.28) 72%,rgba(255,255,255,.10));border:1px solid rgba(255,255,255,.44);box-shadow:inset 0 1px 1px rgba(255,255,255,.9),inset 0 -5px 10px rgba(185,152,255,.10),0 5px 14px rgba(255,250,246,.10)}
.profile-top-btn .topbar-settings-gear svg{display:block;width:17px;height:17px;fill:none;stroke:#fff;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;opacity:.98;filter:drop-shadow(0 0 5px rgba(255,255,255,.34))}
.profile-top-btn .topbar-settings-gear svg path:first-child{fill:rgba(255,255,255,.72);stroke:none}
.profile-top-btn:active .topbar-settings-gear{transform:scale(.94);opacity:.86}

/* Topbar profile entry becomes settings on the profile screen; no in-card settings control */
.profile-top-btn:active{transform:scale(.96);opacity:.9}
.profile-overview .profile-settings-direct-btn{display:none!important}

/* Lunar location + time clarity */
.lunar-time-card{margin:12px 0 0;padding:13px 14px;border-radius:22px;background:linear-gradient(145deg,rgba(255,250,246,.88),rgba(239,228,255,.78));border:1px solid rgba(185,152,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.58)}
.lunar-time-card b{display:block;color:#34263e;font-size:13px;font-weight:950;margin-bottom:4px}
.lunar-time-card span{display:block;color:#5d5068;font-size:13px;font-weight:850;line-height:1.45}
.lunar-time-card small{display:block;margin-top:5px;color:#84748b;font-size:12px;font-weight:750;line-height:1.35}
.lunar-location-field .small-btn{margin-top:2px;width:100%}
.profile-field.lunar-location-field small{line-height:1.38}
.hint-strip small:last-child{margin-top:3px;color:#755e85;font-weight:800}

/* Lunar duration card: start/end/progress */
.lunar-duration-card{margin:14px 0 0;padding:16px 16px 13px;border-radius:24px;background:linear-gradient(145deg,rgba(39,27,55,.96),rgba(28,20,43,.94));border:1px solid rgba(255,250,246,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 16px 36px rgba(31,16,43,.16);color:#fffaf6;overflow:hidden}
.lunar-duration-title{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#f3d9ad;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:950}
.lunar-duration-title span{display:grid;place-items:center;width:18px;height:18px;border-radius:999px;color:#f5dcad;background:rgba(255,250,246,.06);border:1px solid rgba(255,250,246,.12);font-size:12px}
.lunar-duration-body{display:grid;grid-template-columns:minmax(82px,1fr) minmax(70px,.9fr) minmax(92px,1.08fr);align-items:center;gap:12px}
.lunar-duration-point{min-width:0}.lunar-duration-point small{display:block;margin-bottom:5px;color:#bcaed0;font-size:12px;font-weight:850}.lunar-duration-point strong{display:block;color:#fffaf6;font-size:16px;line-height:1.18;font-weight:950;letter-spacing:-.02em}.lunar-duration-point.right{text-align:right}.lunar-duration-point em{display:block;margin-top:4px;color:#d9c0ef;font-size:11px;line-height:1.25;font-style:normal;font-weight:850}
.lunar-duration-line{position:relative;height:24px;display:flex;align-items:center}.lunar-duration-line:before{content:'';position:absolute;left:0;right:0;top:50%;height:3px;border-radius:999px;background:rgba(255,250,246,.28);transform:translateY(-50%)}.lunar-duration-line i{position:absolute;left:var(--lunar-progress,50%);top:50%;width:10px;height:10px;border-radius:999px;background:#ffd88a;box-shadow:0 0 0 4px rgba(255,216,138,.13),0 0 15px rgba(255,216,138,.38);transform:translate(-50%,-50%)}
.lunar-duration-place{margin:12px 0 0;color:#bcaed0;font-size:11px;font-weight:800;text-align:center}.lunar-duration-fallback{margin:0;color:#e9dced;font-size:13px;line-height:1.45;font-weight:800}
@media (max-width:360px){.lunar-duration-card{padding:14px 13px 12px}.lunar-duration-body{grid-template-columns:1fr;gap:9px}.lunar-duration-point.right{text-align:left}.lunar-duration-line{order:2}.lunar-duration-point.right{order:3}}

/* Lunar duration card integration v2 */
.status-card .lunar-duration-card{margin:14px 0 22px;padding:18px 20px 15px;border-radius:26px;background:linear-gradient(145deg,#30223f,#251933 72%,#22172f);border:1px solid rgba(255,250,246,.14);box-shadow:0 16px 38px rgba(43,34,52,.16),inset 0 1px 0 rgba(255,255,255,.08);color:#fffaf6}
.status-card .lunar-duration-title{display:flex;align-items:center;gap:10px;margin-bottom:18px;color:#f4d8a6;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:950}
.status-card .lunar-duration-title span{width:22px;height:22px;border-radius:999px;background:rgba(255,250,246,.07);border:1px solid rgba(255,250,246,.13);font-size:12px;color:#f4d8a6}
.status-card .lunar-duration-body{display:grid;grid-template-columns:minmax(116px,1fr) minmax(72px,.55fr) minmax(116px,1fr);align-items:end;gap:8px}
.status-card .lunar-duration-point{display:grid;grid-template-rows:18px 42px 18px;align-items:start;min-width:0}
.status-card .lunar-duration-point small{grid-row:1;margin:0;color:#c9b7d8;font-size:12px;font-weight:900;line-height:18px}
.status-card .lunar-duration-point strong{grid-row:2;color:#fffaf6;font-size:18px;line-height:1.08;font-weight:950;letter-spacing:-.03em;white-space:normal;align-self:start}
.status-card .lunar-duration-point em{grid-row:3;margin:0;color:#d7c1eb;font-size:11px;line-height:14px;font-style:normal;font-weight:850;align-self:start}
.status-card .lunar-duration-point.right{text-align:right}
.status-card .lunar-duration-line{align-self:center;height:42px;margin-top:18px}
.status-card .lunar-duration-line:before{height:4px;background:rgba(255,250,246,.24)}
.status-card .lunar-duration-line i{width:13px;height:13px;background:#ffd88a;box-shadow:0 0 0 5px rgba(255,216,138,.13),0 0 18px rgba(255,216,138,.44)}
.status-card .lunar-duration-place{appearance:none;border:0;background:transparent;display:block;width:100%;margin:14px 0 0;padding:6px 8px;border-radius:999px;color:#d8c5e8;font-size:12px;font-weight:950;text-align:center;cursor:pointer;letter-spacing:.01em}
.status-card .lunar-duration-place:after{content:' ›';color:#f2d6a3}
.status-card .lunar-duration-place:active{background:rgba(255,250,246,.06);transform:scale(.99)}
.status-card .lunar-duration-fallback{margin:0 0 8px;color:#e9dced;font-size:13px;line-height:1.45;font-weight:800}
@media (max-width:380px){.status-card .lunar-duration-card{padding:16px 16px 13px}.status-card .lunar-duration-body{grid-template-columns:minmax(96px,1fr) 54px minmax(96px,1fr);gap:6px}.status-card .lunar-duration-point strong{font-size:16px}.status-card .lunar-duration-title{margin-bottom:15px}}

/* Lunar duration integrated into cream home card: no nested block */
.status-card .status-copy{min-width:0;width:100%}
.status-card .status-head{align-items:flex-start;gap:12px}
.status-card .status-head .status-emoji{flex:0 0 auto;margin-top:8px}
.status-card .status-copy .muted{margin-top:16px!important}
.status-card .lunar-duration-card{position:relative;margin:16px 0 0;padding:16px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#30243c;overflow:visible}
.status-card .lunar-duration-card:before{content:'';position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(108,76,138,.16),transparent)}
.status-card .lunar-duration-title{display:flex;align-items:center;gap:8px;margin:0 0 13px;color:#6c4c8a;text-transform:uppercase;letter-spacing:.105em;font-size:11px;font-weight:950}
.status-card .lunar-duration-title span{width:20px;height:20px;background:rgba(108,76,138,.07);border:1px solid rgba(108,76,138,.10);color:#6c4c8a;box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}
.status-card .lunar-duration-body{display:grid;grid-template-columns:minmax(104px,1fr) minmax(64px,.5fr) minmax(104px,1fr);gap:8px;align-items:end}
.status-card .lunar-duration-point{display:grid;grid-template-rows:17px 35px 17px;align-items:start;min-width:0}
.status-card .lunar-duration-point small{grid-row:1;margin:0;color:#8a7b93;font-size:11px;font-weight:900;line-height:17px}
.status-card .lunar-duration-point strong{grid-row:2;color:#281d34;font-size:17px;line-height:1.08;font-weight:950;letter-spacing:-.035em;white-space:normal;align-self:start}
.status-card .lunar-duration-point em{grid-row:3;margin:0;color:#765f88;font-size:10.5px;line-height:14px;font-style:normal;font-weight:850;align-self:start}
.status-card .lunar-duration-point.right{text-align:right}
.status-card .lunar-duration-line{position:relative;align-self:center;height:34px;margin-top:15px;display:flex;align-items:center}
.status-card .lunar-duration-line:before{content:'';position:absolute;left:0;right:0;top:50%;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(108,76,138,.08),rgba(255,200,110,.28),rgba(108,76,138,.08));transform:translateY(-50%)}
.status-card .lunar-duration-line i{position:absolute;left:var(--lunar-progress,50%);top:50%;width:12px;height:12px;border-radius:999px;background:#ffc86e;box-shadow:0 0 0 5px rgba(255,200,110,.16),0 0 16px rgba(255,200,110,.38);transform:translate(-50%,-50%)}
.status-card .lunar-duration-place{appearance:none;border:0;background:transparent;display:block;width:100%;margin:8px auto 0;padding:4px 0 0;color:#6c4c8a;font-size:11.5px;text-align:center;cursor:pointer;letter-spacing:0;box-shadow:none}
.status-card .lunar-duration-place span{display:block;font-weight:950;line-height:1.25}.status-card .lunar-duration-place small{display:block;margin-top:2px;color:rgba(108,76,138,.58);font-size:10.5px;font-weight:850;line-height:1.25;letter-spacing:0;text-transform:none}.status-card .lunar-duration-place:after{content:''}.status-card .lunar-duration-place span:after{content:' ›';color:#8a6aa5}.status-card .lunar-duration-place:active{background:transparent;transform:scale(.99)}
.status-card .lunar-duration-fallback{margin:0 0 8px;color:#6e5a7e;font-size:13px;line-height:1.45;font-weight:800}
@media (max-width:380px){.status-card .lunar-duration-card{padding-top:15px}.status-card .lunar-duration-body{grid-template-columns:minmax(92px,1fr) 50px minmax(92px,1fr);gap:5px}.status-card .lunar-duration-point strong{font-size:15.5px}.status-card .status-head{gap:8px}.status-card .status-head .status-emoji{font-size:38px}}

/* Home lunar theme + real phase visual */
.status-card .status-head{position:relative}
.status-card .lunar-theme{position:relative;margin:15px 0 0;padding:16px 0 0;border:0;border-radius:0;background:transparent;box-shadow:none}
.status-card .lunar-theme:before{content:'';position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(108,76,138,.14),rgba(255,200,110,.34),rgba(108,76,138,.14),transparent)}
.status-card .lunar-theme span{display:block;margin-bottom:6px;color:#8a7598;font-size:10.5px;font-weight:950;line-height:1;text-transform:uppercase;letter-spacing:.11em}
.status-card .lunar-theme b{display:block;color:#281d34;font-size:18px;font-weight:950;line-height:1.15;letter-spacing:-.035em}
.status-card .lunar-theme p{margin:7px 0 0!important;color:#6d6275;font-size:14.5px;font-weight:650;line-height:1.48;letter-spacing:-.012em}
.status-card .status-emoji{width:56px;height:56px;display:grid;place-items:center;margin-top:34px!important;font-size:0!important}
.moon-exact{--moon-mask-x:-8%;position:relative;width:46px;height:46px;border-radius:50%;overflow:hidden;background:transparent;transform:rotate(var(--moon-tilt,0deg));transform-origin:center;transition:transform .8s ease;filter:drop-shadow(0 20px 19px rgba(63,43,84,.22))}
.moon-exact .moon-disc,.moon-exact .moon-glow,.moon-exact .moon-shadow{position:absolute;border-radius:50%;pointer-events:none}
.moon-exact .moon-disc{z-index:1;inset:0;background:radial-gradient(circle at 72% 34%,#fff5c6 0 12%,#efd882 35%,#d0a94c 62%,#8a5c2a 100%);box-shadow:inset -8px -7px 12px rgba(106,65,25,.26),inset 5px 4px 8px rgba(255,255,255,.30)}
.moon-exact .moon-glow{z-index:2;inset:0;background:radial-gradient(circle at 76% 38%,rgba(255,248,213,.68),rgba(243,203,102,.34) 34%,rgba(243,203,102,0) 64%);mix-blend-mode:screen;opacity:var(--moon-glow-opacity,.62)}
.moon-exact .moon-shadow{z-index:3;top:0;bottom:0;left:var(--moon-mask-x);width:var(--moon-shadow-width,92%);opacity:var(--moon-shadow-opacity,1);background:radial-gradient(circle at 38% 42%,#23162f 0 38%,#160f22 72%,#0f0a18 100%);box-shadow:inset -10px -8px 12px rgba(3,2,8,.28),inset 5px 5px 10px rgba(86,59,103,.12)}
.moon-new{--moon-mask-x:0}.moon-new .moon-disc{opacity:.18}.moon-new .moon-glow{opacity:.08}.moon-new .moon-shadow{left:0;width:100%}
.moon-waxing-crescent{--moon-mask-x:-8%}
.moon-first-quarter{--moon-mask-x:-45%}
.moon-waxing-gibbous{--moon-mask-x:-72%}
.moon-full .moon-shadow{opacity:0}.moon-full .moon-glow{opacity:.76}.moon-full{filter:drop-shadow(0 18px 22px rgba(227,194,112,.22))}
.moon-waning-gibbous{--moon-mask-x:76%}
.moon-last-quarter{--moon-mask-x:48%}
.moon-waning-crescent{--moon-mask-x:16%}
@media (max-width:380px){.status-card .lunar-theme{padding-top:15px}.status-card .lunar-theme b{font-size:17px}.status-card .lunar-theme p{font-size:14px}.status-card .status-emoji{width:50px;height:50px}.moon-exact{width:42px;height:42px}}

/* Home lunar card alignment: real phase higher/right, duration right side centered */
.status-card .status-head{position:relative;display:block!important}
.status-card .status-copy{padding-right:62px}
.status-card .status-head .status-emoji{
  position:absolute!important;right:-12px;top:18px;z-index:2;
  width:58px;height:58px;margin:0!important;transform:none!important;
}
.status-card .status-head .moon-exact{width:48px;height:48px}
.status-card .lunar-duration-body{grid-template-columns:minmax(98px,1fr) minmax(54px,.42fr) minmax(144px,1.28fr);align-items:end}
.status-card .lunar-duration-line{transform:translateX(8px)}
.status-card .lunar-duration-point.right{justify-self:end;min-width:144px;text-align:center;justify-items:center;transform:translateX(14px)}
.status-card .lunar-duration-point.right small,.status-card .lunar-duration-point.right strong,.status-card .lunar-duration-point.right em{text-align:center}
@media (max-width:380px){.status-card .status-copy{padding-right:58px}.status-card .status-head .status-emoji{right:-11px;top:20px;width:52px;height:52px}.status-card .status-head .moon-exact{width:43px;height:43px}.status-card .lunar-duration-body{grid-template-columns:minmax(82px,1fr) 44px minmax(126px,1.25fr);gap:4px}.status-card .lunar-duration-line{transform:translateX(5px)}.status-card .lunar-duration-point.right{min-width:126px;transform:translateX(10px)}}

/* Journal polish: remove unclear practice sublabel + fix archive date control */
.journal-practice-cta{justify-content:center!important;text-align:center!important;padding:14px 16px!important}
.journal-practice-cta small{display:none!important}
.journal-practice-cta span{width:100%;text-align:center;font-weight:950}
.journal-date-input{appearance:none;-webkit-appearance:none;width:138px!important;min-height:44px!important;padding:10px 12px!important;border-radius:18px!important;font-size:13px!important;font-weight:900!important;background:linear-gradient(145deg,rgba(255,250,246,.16),rgba(185,152,255,.12))!important;color:#fffaf6!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)!important;color-scheme:dark}
.journal-date-input::-webkit-date-and-time-value{color:#fffaf6;text-align:center}
.journal-date-input::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.4);opacity:.72}
@media (max-width:380px){.journal-section-head{gap:8px}.journal-date-input{width:122px!important;font-size:12px!important;padding:9px 10px!important}}

/* Loader + event details cleanup 2026-05-17 */
.ai-loading{gap:10px!important;margin:10px 0!important;padding:12px!important;border-radius:19px!important}
.ai-loading b{font-size:14px!important;line-height:1.2!important}
.ai-loading small{font-size:13px!important;line-height:1.32!important}
.moon-loader{position:relative!important;display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:999px!important;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.92),rgba(246,231,255,.72) 48%,rgba(255,235,196,.52))!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 8px 22px rgba(91,59,122,.16),inset 0 1px 0 rgba(255,255,255,.86)!important;overflow:hidden!important}
.moon-loader:before{content:'';position:absolute;inset:5px;border-radius:999px;border:1px solid rgba(185,152,255,.22);box-shadow:inset 0 0 14px rgba(255,255,255,.42)}
.moon-loader-moon{position:relative;z-index:1;color:#5e3d78;font-size:22px;line-height:1;animation:moonOrbit 1.25s ease-in-out infinite;filter:drop-shadow(0 2px 5px rgba(91,59,122,.18))}
@keyframes moonOrbit{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.04)}100%{transform:rotate(360deg) scale(1)}}
.flow-modal .ai-loading{margin:0 0 8px!important}
.flow-modal .flow-note{margin-top:6px!important;font-size:13.5px!important;line-height:1.38!important}
.event-more{display:flex!important;align-items:center!important;justify-content:center!important;grid-template-columns:none!important;text-align:center!important}
.event-more small{display:none!important}

.event-more:after,.event-more span:after{content:none!important;display:none!important}
.event-planner-details:not([open]){margin-top:16px;border:0!important;background:transparent!important;padding:0!important}
.event-planner-details:not([open]) summary{position:relative;overflow:hidden;color:#2f1d34!important;background:linear-gradient(135deg,#ffe6aa 0%,#ffadba 46%,#c8b0ff 100%)!important;box-shadow:0 14px 34px rgba(255,142,158,.22),inset 0 1px 0 rgba(255,255,255,.5)!important;min-height:58px;border-radius:22px!important;padding:15px 17px!important;display:grid!important;gap:2px!important;place-items:center!important;justify-content:center!important;text-align:center!important;font-weight:900!important}
.event-planner-details:not([open]) summary span{color:#2f1d34!important;font-size:16px!important;line-height:1.2!important}
.event-planner-summary{appearance:none;-webkit-appearance:none;border:0;background:transparent;color:inherit;font:inherit;width:100%;padding:0;margin:0;display:grid;place-items:center;text-align:center;cursor:pointer}
.event-planner-summary span{color:inherit;font:inherit}
.event-planner-details:not([open]) summary small{display:none!important}
.event-planner-details:not([open]) summary:after{content:none!important;display:none!important}
/* Event decision modal: keep it above Telegram bottom nav */
.flow-backdrop{z-index:3000!important;align-items:start!important;justify-items:center!important;place-items:start center!important;width:min(100%,460px)!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;border-radius:34px!important;clip-path:inset(0 round 34px)!important;padding:max(24px,calc(env(safe-area-inset-top) + 24px)) 18px calc(132px + env(safe-area-inset-bottom) + var(--keyboard-inset,0px))!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}
.flow-modal{margin:0 auto!important;max-height:calc(100dvh - 176px - env(safe-area-inset-top) - env(safe-area-inset-bottom) - var(--keyboard-inset,0px))!important;overflow:auto!important;overscroll-behavior:contain!important}
.decision-modal{transform-origin:top center!important}
.inline-decision-modal{width:100%!important;max-height:none!important;margin:14px 0 0!important;overflow:visible!important;border-radius:26px!important;box-shadow:0 14px 34px rgba(43,34,52,.14),inset 0 1px 0 rgba(255,255,255,.8)!important;animation:flowPop .18s ease both}
.event-planner-details .inline-decision-modal .flow-actions{margin-top:14px}
@media (max-height:700px){.flow-backdrop{padding-top:14px!important;padding-bottom:118px!important}.flow-modal{max-height:calc(100dvh - 138px)!important;padding:18px!important}.flow-modal h3{font-size:21px!important}.flow-modal p{line-height:1.42!important}.inline-decision-modal{max-height:none!important;padding:18px!important}}

/* Event save modal: 30% lighter visual footprint */
.decision-modal{width:min(100%,300px)!important;border-radius:24px!important;padding:14px!important;box-shadow:0 18px 48px rgba(13,7,20,.30),inset 0 1px 0 rgba(255,255,255,.78)!important}
.decision-modal .pill{padding:7px 12px!important;font-size:12px!important;margin-bottom:8px!important}
.decision-modal h3{margin:4px 0 6px!important;font-size:19px!important;line-height:1.12!important}
.decision-modal p{margin:6px 0!important;font-size:14.5px!important;line-height:1.38!important;font-weight:760!important}
.decision-modal .flow-actions{gap:8px!important;margin-top:13px!important}
.decision-modal .flow-actions .primary,.decision-modal .flow-actions .ghost{min-height:50px!important;border-radius:19px!important}
.decision-modal .flow-actions small{font-size:12px!important;line-height:1.1!important}

/* Event action menu: compact and never clipped by the event card */
.event.menu-open{overflow:visible!important;z-index:30!important}
.event.menu-open:before,.event.menu-open:after{display:none!important}
.event.menu-open .event-menu-panel{
  top:48px!important;
  right:10px!important;
  width:min(214px,calc(100% - 20px))!important;
  gap:6px!important;
  padding:9px!important;
  border-radius:20px!important;
  z-index:60!important;
}
.event.menu-open .event-menu-panel:before{right:15px!important;top:-6px!important;width:12px!important;height:12px!important}
.event.menu-open .event-menu-title{margin:0!important;padding:0 5px!important;font-size:10px!important;line-height:1.15!important}
.event.menu-open .event-menu-panel button{min-height:42px!important;padding:0 11px!important;border-radius:15px!important;font-size:15px!important;line-height:1.1!important}
.event.menu-open .event-menu-panel button span{width:23px!important;height:23px!important;font-size:12px!important;flex:0 0 23px!important}

/* Event type: compact field with floating in-app dropdown */
.event-type-picker,.event-type-chip{display:none!important}
.card.event-type-layer-open,.event-planner-details.event-type-layer-open{position:relative!important;z-index:260!important;overflow:visible!important}
.lunar-calendar-card{z-index:1!important}
.event-type-select{position:relative!important;z-index:28!important;width:100%!important}
.event-type-select.open{z-index:80!important}
.event-type-trigger{width:100%!important;min-height:58px!important;display:grid!important;gap:2px!important;align-content:center!important;text-align:left!important;padding:12px 46px 12px 18px!important;color:#fffaf6!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:22px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;position:relative!important}
.event-type-trigger:after{content:'⌄';position:absolute;right:18px;top:50%;transform:translateY(-50%) rotate(0deg);transition:transform .22s ease;color:rgba(255,250,246,.78);font-size:19px;line-height:1}
.event-type-select.open .event-type-trigger:after{transform:translateY(-50%) rotate(180deg)}
.event-type-trigger span{font-size:16px!important;line-height:1.2!important;font-weight:850!important;color:#fffaf6!important}
.event-type-trigger small{font-size:12px!important;line-height:1.25!important;color:rgba(255,250,246,.68)!important;font-weight:700!important}
.event-type-select:not(.has-value) .event-type-trigger span{font-weight:800!important;color:rgba(255,250,246,.82)!important}
.event-type-select:not(.has-value) .event-type-trigger small{color:rgba(255,250,246,.52)!important}
.event-type-panel{position:absolute!important;left:0!important;right:0!important;top:calc(100% + 8px)!important;z-index:90!important;max-height:min(372px,48vh)!important;overflow:auto!important;border-radius:22px!important;opacity:0!important;visibility:hidden!important;transform:translateY(-8px) scale(.985)!important;transform-origin:top center!important;transition:opacity .18s ease,transform .22s ease,visibility 0s linear .22s!important;pointer-events:none!important;background:linear-gradient(160deg,rgba(83,68,92,.96),rgba(55,45,66,.98))!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 22px 46px rgba(14,8,24,.34),inset 0 1px 0 rgba(255,255,255,.10)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}
.event-type-select.open .event-type-panel{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;transition:opacity .18s ease,transform .22s ease!important;pointer-events:auto!important}
.event-type-option{width:100%!important;min-height:50px!important;padding:11px 14px!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;background:transparent!important;color:#fffaf6!important;text-align:left!important;display:grid!important;gap:1px!important}
.event-type-option:last-child{border-bottom:0!important}
.event-type-option span{font-size:15px!important;line-height:1.2!important;font-weight:850!important;color:#fffaf6!important}
.event-type-option small{font-size:11.5px!important;line-height:1.22!important;color:rgba(255,250,246,.62)!important;font-weight:700!important}
.event-type-option.active{background:linear-gradient(135deg,rgba(255,216,138,.18),rgba(255,173,186,.10))!important}
.event-type-option.active span:before{content:'✓';display:inline-block;margin-right:8px;color:#ffd88a;font-weight:1000}


/* Local lunar date hint and app-styled event type picker */
.lunar-calendar-card{position:relative!important}
.lunar-date-inline{width:100%!important;max-height:none!important;margin:16px 0 0!important;overflow:visible!important;border-radius:26px!important;padding:18px!important;box-shadow:0 16px 38px rgba(43,34,52,.18),inset 0 1px 0 rgba(255,255,255,.78)!important;animation:flowPop .18s ease both}
.lunar-date-inline .flow-actions{margin-top:14px!important}
.lunar-date-inline .primary,.lunar-date-inline .ghost{min-height:54px!important}
.lunar-date-backdrop{place-items:center!important;align-items:center!important;justify-items:center!important;background:rgba(15,9,22,.50)!important;backdrop-filter:blur(9px)!important;-webkit-backdrop-filter:blur(9px)!important;padding:22px 18px calc(106px + env(safe-area-inset-bottom))!important}
.lunar-date-modal{width:min(100%,304px)!important;border-radius:24px!important;padding:14px!important;max-height:calc(100dvh - 176px)!important;box-shadow:0 20px 54px rgba(13,7,20,.34),inset 0 1px 0 rgba(255,255,255,.80)!important}
.lunar-date-modal .lunar-date-pill{width:max-content!important;max-width:100%!important;margin:0 0 10px!important;padding:8px 13px!important;font-size:13px!important;border-radius:18px!important}
.lunar-date-modal .hint-strip{margin:0!important;padding:14px!important;border-radius:22px!important;gap:5px!important}
.lunar-date-modal .hint-strip span{font-size:12px!important;letter-spacing:.02em!important}
.lunar-date-modal .hint-strip b{font-size:18px!important;line-height:1.12!important}
.lunar-date-modal .hint-strip small{font-size:13.5px!important;line-height:1.32!important}
.lunar-date-modal .flow-actions{margin-top:12px!important;gap:8px!important}
.lunar-date-modal .primary,.lunar-date-modal .ghost{min-height:48px!important;border-radius:18px!important;padding:11px 13px!important}
.lunar-date-modal .personal-lunar-badge{margin:0 0 10px!important;padding:11px 12px!important;border-radius:19px!important}
.lunar-date-modal .personal-lunar-badge small{font-size:12.5px!important;line-height:1.32!important}
.event-type-picker{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;margin:2px 0 0!important}
.event-type-chip{width:100%!important;min-height:54px!important;padding:11px 14px!important;border-radius:19px!important;border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.08)!important;color:#fffaf6!important;text-align:left!important;display:grid!important;gap:2px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}
.event-type-chip span{font-size:15.5px!important;line-height:1.2!important;font-weight:900!important;color:#fffaf6!important}
.event-type-chip small{font-size:11.5px!important;line-height:1.25!important;color:rgba(255,250,246,.68)!important;font-weight:700!important}
.event-type-chip.active{border-color:rgba(255,216,138,.66)!important;background:linear-gradient(135deg,rgba(255,230,170,.22),rgba(255,173,186,.14),rgba(200,176,255,.18))!important;box-shadow:0 10px 24px rgba(255,142,158,.12),inset 0 0 0 1px rgba(255,255,255,.16)!important}
.event-type-chip.active span:before{content:"✓";display:inline-block;margin-right:8px;color:#ffd88a;font-weight:1000}
.event-planner-details select#eventType{display:none!important}
@media (min-width:430px){.event-type-picker{grid-template-columns:1fr 1fr!important}.event-type-chip{min-height:62px!important}}

/* Event form: description is optional and must not jump on focus */
#eventNote{height:118px!important;min-height:118px!important;max-height:118px!important;resize:none!important;overflow:auto!important;transition:border-color .18s ease,box-shadow .18s ease!important}
#eventNote:focus{height:118px!important;min-height:118px!important;max-height:118px!important;transform:none!important}


/* Month switcher for lunar calendar */
.month-switcher{display:grid!important;grid-template-columns:1fr!important;grid-template-areas:'title' 'today'!important;align-items:center!important;gap:6px!important;margin:0 0 8px!important}
.month-title-wrap{grid-area:title!important;position:relative!important;justify-self:start!important;max-width:100%!important}
.month-title-btn{min-width:0!important;min-height:38px!important;padding:0!important;border:0!important;background:transparent!important;color:#fffaf6!important;text-align:left!important;font-size:24px!important;line-height:1.08!important;font-weight:900!important;text-transform:none!important;white-space:nowrap!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;overflow:hidden!important;box-shadow:none!important}
.month-title-btn span{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
.month-title-btn:after{content:'⌃'!important;margin-left:7px!important;font-size:15px!important;opacity:.72!important;transform:translateY(-1px)!important}
.month-title-btn.is-locked:after{content:'+'!important;opacity:.82!important}
.month-title-btn.is-locked{opacity:.82!important;cursor:default!important}
.month-lock-note{display:block;margin-top:2px;color:rgba(255,250,246,.58);font-size:11.5px;line-height:1.2;font-weight:800;letter-spacing:.01em}
.soft-locked-pulse{animation:softLockedPulse .7s ease both!important}
@keyframes softLockedPulse{0%,100%{filter:none;transform:translateY(0)}35%{filter:brightness(1.18);transform:translateY(-1px)}70%{filter:brightness(1.02);transform:translateY(0)}}
.month-nav,.month-native-picker,.month-picker,.month-wheel{display:none!important}
.month-today{grid-area:today!important;justify-self:start!important;min-height:30px!important;padding:6px 0!important;border:0!important;background:transparent!important;color:rgba(255,250,246,.58)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.01em!important;box-shadow:none!important}
.month-today:disabled{display:none!important}
.month-title-wrap{grid-area:title!important;position:relative!important;justify-self:start!important;display:inline-block!important}
.month-picker-backdrop,.month-picker-sheet{display:none!important}
.month-picker-popover{position:absolute!important;left:0!important;top:calc(100% + 8px)!important;z-index:30!important;width:226px!important;height:148px!important;overflow:hidden!important;background:rgba(38,29,48,.78)!important;border:1px solid rgba(255,250,246,.24)!important;border-radius:14px!important;box-shadow:0 12px 26px rgba(0,0,0,.32)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;color:rgba(255,250,246,.96)!important;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text",system-ui,sans-serif!important}
.month-picker-head,.month-picker-tabs,.month-picker-tab,.month-wheel-list,.month-wheel-columns,.month-wheel-divider{display:none!important}
.month-drum{position:relative!important;display:grid!important;grid-template-columns:132px 74px!important;gap:8px!important;height:110px!important;padding:7px 6px!important;background:transparent!important;overflow:hidden!important}
.month-drum:before,.month-drum-highlight{content:''!important;position:absolute!important;left:8px!important;right:8px!important;top:39px!important;height:32px!important;background:rgba(255,250,246,.08)!important;border-top:1px solid rgba(255,250,246,.28)!important;border-bottom:1px solid rgba(255,250,246,.22)!important;border-radius:10px!important;box-shadow:none!important;pointer-events:none!important;z-index:0!important}
.month-drum:after{display:none!important}
.month-drum-col{position:relative!important;z-index:1!important;height:96px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:y proximity!important;padding:32px 0!important;background:transparent!important;overscroll-behavior:contain!important;scrollbar-width:none!important;mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent)!important;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent)!important}
.month-drum-col::-webkit-scrollbar{display:none!important}
.month-drum-col.year{border-right:0!important}
.month-wheel-choice{display:block!important;width:100%!important;min-width:0!important;min-height:32px!important;border:0!important;background:transparent!important;color:rgba(255,250,246,.60)!important;font-size:15px!important;line-height:1!important;font-weight:550!important;text-align:center!important;padding:8px 2px!important;box-shadow:none!important;scroll-snap-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-transform:none!important;transform:scale(.96)!important}
.month-drum-col.year .month-wheel-choice{font-size:15px!important}
.month-wheel-choice.active{font-size:16px!important;font-weight:800!important;color:rgba(255,250,246,.96)!important;background:transparent!important;transform:scale(1)!important}
.month-picker-actions{height:38px!important;display:grid!important;grid-template-columns:1fr 34px!important;gap:8px!important;align-items:center!important;padding:0 8px 8px!important;margin-top:0!important;background:transparent!important;border:0!important}
.month-picker-actions b{font-size:12px!important;line-height:1.1!important;text-align:center!important;font-weight:800!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;color:rgba(255,250,246,.92)!important}
.month-picker-done{justify-self:end!important;width:32px!important;height:32px!important;border:0!important;border-radius:50%!important;background:rgba(255,250,246,.18)!important;color:rgba(255,250,246,.98)!important;font-weight:900!important;font-size:18px!important;line-height:1!important;text-align:center!important;padding:0!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)!important}
.month-picker-cancel{display:none!important}
@media (max-width:370px){.month-title-btn{font-size:22px!important}.month-today{font-size:11px!important}.month-picker-popover{width:214px!important}.month-drum{grid-template-columns:124px 72px!important;gap:6px!important}.month-wheel-choice{font-size:14px!important}.month-wheel-choice.active{font-size:15px!important}.month-picker-actions{grid-template-columns:1fr 32px!important}}
/* Natal chart profile menu/screen */
.profile-menu-row{width:100%;min-height:52px;margin-top:14px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,250,246,.105);color:#fffaf6;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;font-weight:950;box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}
.profile-menu-row span{font-size:15px;letter-spacing:-.01em}
.profile-menu-row small{font-size:13px;color:rgba(255,250,246,.72);font-weight:900}
.natal-menu-row{margin-top:16px}
.natal-chart-screen{position:relative;overflow:hidden;background:linear-gradient(155deg,rgba(255,250,246,.14),rgba(185,152,255,.10))}
.natal-chart-screen:before{content:none!important;display:none!important}
.natal-chart-screen>*{position:relative;z-index:1}
.natal-chart-screen h2{margin-bottom:16px}
.natal-fold-list{display:grid;gap:12px;margin-top:4px}
.natal-fold-row{overflow:hidden;border-radius:24px;background:rgba(255,250,246,.095);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.natal-fold-toggle{position:relative;width:100%;min-height:68px;padding:14px 16px 14px 14px;border:0;background:transparent;color:#fffaf6;display:grid;grid-template-columns:44px minmax(0,1fr) 28px;gap:13px;align-items:center;text-align:left}
.natal-fold-toggle .astro-icon{width:44px;height:44px;border-radius:17px;background:linear-gradient(145deg,rgba(255,250,246,.10),rgba(185,152,255,.16));color:#fffaf6;display:grid;place-items:center}
.natal-fold-toggle .astro-icon svg{width:24px;height:24px;opacity:.95;filter:drop-shadow(0 0 7px rgba(255,250,246,.15))}
.natal-fold-toggle>span:not(.astro-icon){min-width:0;display:block;padding-right:2px}
.natal-fold-toggle b{display:block;color:#fffaf6;font-size:16px;font-weight:950;letter-spacing:-.02em}
.natal-fold-toggle small{display:block;margin-top:3px;color:rgba(255,250,246,.68);font-size:13px;font-weight:850;line-height:1.3}
.natal-fold-toggle:after{content:none!important;display:none!important}
.natal-plus{--natal-plus-x:5px;--natal-plus-y:2px;grid-column:3;justify-self:end;align-self:center;display:grid;place-items:center;width:30px;height:30px;border-radius:999px;color:rgba(255,250,246,.62);font-size:25px;line-height:1;font-weight:780;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(1);transform-origin:center;will-change:transform,opacity;animation:natalPlusHeartbeat 6.2s cubic-bezier(.45,0,.22,1) infinite}
.natal-fold-row.open .natal-plus{animation:none;opacity:.82;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(1);color:rgba(255,250,246,.82)}
.natal-fold-body{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .24s ease,opacity .2s ease}
.natal-fold-body>p{overflow:hidden;margin:0;padding:0 16px;color:rgba(255,250,246,.82);font-size:15px;line-height:1.64;font-weight:760}
.natal-fold-row.open .natal-fold-body{grid-template-rows:1fr;opacity:1}
.natal-fold-row.open .natal-fold-body>p{padding:0 16px 17px}
.natal-empty{padding:16px;border-radius:22px;background:rgba(255,250,246,.09);border:1px solid rgba(255,255,255,.10)}
.natal-empty p{margin:0;color:rgba(255,250,246,.8);font-size:15px;line-height:1.55;font-weight:760}
@keyframes natalPlusHeartbeat{0%,100%{opacity:.58;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(.96);text-shadow:0 0 0 rgba(255,255,255,0)}18%{opacity:.9;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(1.15);color:#fff;text-shadow:0 0 7px rgba(255,255,255,.58),0 0 13px rgba(255,216,238,.30)}34%{opacity:.68;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(1.01);text-shadow:0 0 3px rgba(255,255,255,.22)}52%{opacity:.86;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(1.09);color:#fff;text-shadow:0 0 6px rgba(255,255,255,.46),0 0 11px rgba(255,216,238,.24)}76%{opacity:.6;transform:translate(var(--natal-plus-x),var(--natal-plus-y)) scale(.98);text-shadow:0 0 0 rgba(255,255,255,0)}}
@media (prefers-reduced-motion:reduce){.natal-plus{animation:none!important}}
@media (max-width:370px){.natal-fold-toggle{grid-template-columns:38px minmax(0,1fr) 24px;padding:13px 14px 13px 13px;gap:11px}.natal-fold-toggle .astro-icon{width:38px;height:38px}.natal-plus{font-size:23px;width:28px;height:28px}.profile-menu-row{padding:0 14px}}

/* Natal chart: no yellow/gold overlay or sun glow on the test chart screen */
body[data-step="profileNatal"] .natal-chart-screen,
body[data-step="profileNatal"] .natal-fold-list,
body[data-step="profileNatal"] .natal-fold-row,
body[data-step="profileNatal"] .natal-fold-toggle,
body[data-step="profileNatal"] .natal-fold-body{
  isolation:isolate!important;
  background-image:none!important;
  filter:none!important;
  mix-blend-mode:normal!important;
}
body[data-step="profileNatal"] .natal-chart-screen{background:linear-gradient(155deg,rgba(255,250,246,.12),rgba(185,152,255,.11))!important}
body[data-step="profileNatal"] .natal-chart-screen:before,
body[data-step="profileNatal"] .natal-chart-screen:after,
body[data-step="profileNatal"] .natal-fold-list:before,
body[data-step="profileNatal"] .natal-fold-list:after,
body[data-step="profileNatal"] .natal-fold-row:before,
body[data-step="profileNatal"] .natal-fold-row:after,
body[data-step="profileNatal"] .natal-fold-body:before,
body[data-step="profileNatal"] .natal-fold-body:after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
  filter:none!important;
}
body[data-step="profileNatal"] .natal-fold-row{background:rgba(255,250,246,.085)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important}
body[data-step="profileNatal"] .natal-fold-toggle .astro-icon{background:rgba(255,250,246,.08)!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:none!important}
body[data-step="profileNatal"] .natal-fold-toggle .astro-icon svg{filter:none!important}

/* Hard override: home lunar moon is anchored to the card, not the duration row */
.status-card{position:relative!important}
.status-card .home-moon-anchor{
  position:absolute!important;
  right:14px!important;
  top:38px!important;
  z-index:3!important;
  width:74px!important;
  height:74px!important;
  margin:0!important;
  display:grid!important;
  place-items:center!important;
  transform:none!important;
  pointer-events:none!important;
}
.status-card .home-moon-anchor .moon-exact{width:62px!important;height:62px!important}
.status-card .home-moon-anchor:after{content:'';position:absolute;z-index:-1;right:-16px;top:43px;width:84px;height:30px;border-radius:999px;background:radial-gradient(ellipse,rgba(117,76,170,.30) 0 30%,rgba(117,76,170,.15) 48%,rgba(117,76,170,0) 78%);filter:blur(10px);transform:rotate(-12deg);pointer-events:none}
.status-card .status-head{display:block!important;position:static!important}
.status-card .status-copy{padding-right:84px!important;width:100%!important}
.status-card .lunar-duration-card{padding-right:0!important}
.status-card .lunar-duration-body{
  grid-template-columns:minmax(92px,.92fr) minmax(56px,.44fr) minmax(146px,1.34fr)!important;
  gap:6px!important;
  align-items:end!important;
}
.status-card .lunar-duration-line{transform:translateX(10px)!important}
.status-card .lunar-duration-point.right{
  width:146px!important;
  min-width:146px!important;
  justify-self:end!important;
  justify-items:center!important;
  text-align:center!important;
  transform:translateX(18px)!important;
}
.status-card .lunar-duration-point.right small,
.status-card .lunar-duration-point.right strong,
.status-card .lunar-duration-point.right em{text-align:center!important;width:100%!important}
@media (max-width:380px){
  .status-card .home-moon-anchor{right:10px!important;top:42px!important;width:64px!important;height:64px!important}
  .status-card .home-moon-anchor .moon-exact{width:54px!important;height:54px!important}
  .status-card .status-copy{padding-right:74px!important}
  .status-card .lunar-duration-body{grid-template-columns:minmax(82px,.88fr) 44px minmax(132px,1.32fr)!important;gap:4px!important}
  .status-card .lunar-duration-line{transform:translateX(7px)!important}
  .status-card .lunar-duration-point.right{width:132px!important;min-width:132px!important;transform:translateX(15px)!important}
}

/* Duration block centering fix: move the whole duration row to the right */
.status-card .lunar-duration-card{
  width:calc(100% - 26px)!important;
  margin-left:26px!important;
}
.status-card .lunar-duration-title{transform:translateX(0)!important}
.status-card .lunar-duration-body{
  width:100%!important;
  grid-template-columns:minmax(92px,.86fr) minmax(54px,.38fr) minmax(150px,1.34fr)!important;
  gap:4px!important;
}
.status-card .lunar-duration-line{transform:translateX(6px)!important}
.status-card .lunar-duration-point.right{transform:translateX(10px)!important}
.status-card .lunar-duration-place{transform:translateX(-12px)!important}
@media (max-width:380px){
  .status-card .lunar-duration-card{width:calc(100% - 22px)!important;margin-left:22px!important}
  .status-card .lunar-duration-body{grid-template-columns:minmax(82px,.82fr) 42px minmax(134px,1.32fr)!important;gap:3px!important}
  .status-card .lunar-duration-line{transform:translateX(5px)!important}
  .status-card .lunar-duration-point.right{transform:translateX(9px)!important}
  .status-card .lunar-duration-place{transform:translateX(-10px)!important}
}

/* Duration true center: center the whole start-line-end block inside the lunar card */
.status-card .lunar-duration-card{
  width:calc(100% + 58px)!important;
  margin-left:0!important;
  margin-right:-58px!important;
  padding-right:0!important;
}
.status-card .lunar-duration-title{
  width:100%!important;
  max-width:414px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  justify-content:center!important;
  transform:none!important;
}
.status-card .lunar-duration-body{
  width:100%!important;
  max-width:414px!important;
  margin:0 auto!important;
  display:grid!important;
  grid-template-columns:minmax(128px,1fr) 72px minmax(128px,1fr)!important;
  gap:8px!important;
  align-items:end!important;
  transform:none!important;
}
.status-card .lunar-duration-point:first-child,
.status-card .lunar-duration-point.right{
  width:auto!important;
  min-width:0!important;
  justify-self:stretch!important;
  justify-items:center!important;
  text-align:center!important;
  transform:none!important;
}
.status-card .lunar-duration-point:first-child small,
.status-card .lunar-duration-point:first-child strong,
.status-card .lunar-duration-point.right small,
.status-card .lunar-duration-point.right strong,
.status-card .lunar-duration-point.right em{text-align:center!important;width:100%!important}
.status-card .lunar-duration-line{
  transform:none!important;
  justify-self:stretch!important;
}
.status-card .lunar-duration-place{
  width:100%!important;
  max-width:414px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  transform:none!important;
  text-align:center!important;
}
@media (max-width:380px){
  .status-card .lunar-duration-card{width:calc(100% + 58px)!important;margin-right:-58px!important;margin-left:0!important}
  .status-card .lunar-duration-title,.status-card .lunar-duration-body,.status-card .lunar-duration-place{max-width:390px!important}
  .status-card .lunar-duration-body{grid-template-columns:minmax(104px,1fr) 64px minmax(104px,1fr)!important;gap:7px!important}
}

/* Align the lower duration separator with the upper duration separator */
.status-card .lunar-theme:before{
  left:0!important;
  right:-58px!important;
}
@media (max-width:380px){
  .status-card .lunar-theme:before{right:-58px!important}
}

/* Event form inline validation: highlight only missing fields */
.planner-fields .input.is-invalid,
.event-type-select.is-invalid .event-type-trigger{
  border-color:rgba(255,126,143,.94)!important;
  background:rgba(255,126,143,.12)!important;
  box-shadow:0 0 0 1px rgba(255,126,143,.28),inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.field-error-label{
  display:block;
  margin:-4px 0 2px 14px;
  color:#ffd2d8;
  font-size:12px;
  line-height:1.2;
  font-weight:850;
}
.event-type-select + .field-error-label{margin-top:-4px}

/* Calendar event filter bubble */
.month-switcher{grid-template-columns:1fr auto!important;grid-template-areas:'title filter' 'today today'!important;column-gap:8px!important;overflow:visible!important}
.calendar-filter{grid-area:filter!important;position:relative!important;justify-self:end!important;z-index:42!important}
.calendar-filter-btn{min-height:42px!important;max-width:156px!important;padding:8px 19px!important;border-radius:999px!important;border:1.5px solid rgba(255,250,246,.24)!important;background:rgba(255,255,255,.075)!important;color:#fffaf6!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 8px 22px rgba(16,8,28,.10)!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;text-transform:none!important;letter-spacing:.004em!important}
.calendar-filter-btn b{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:13.6px!important;line-height:1!important;font-weight:850!important;color:rgba(255,250,246,.94)!important;text-shadow:0 1px 8px rgba(43,34,52,.16)!important}
.calendar-filter-btn em{font-style:normal!important;font-size:15px!important;line-height:1!important;color:rgba(255,250,246,.70)!important;margin-left:1px!important}
.calendar-filter.open .calendar-filter-btn,.calendar-filter.active .calendar-filter-btn{border-color:rgba(255,250,246,.34)!important;background:rgba(255,255,255,.105)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 9px 24px rgba(16,8,28,.12)!important}
.calendar-filter.is-locked .calendar-filter-btn{opacity:.76!important;border-style:dashed!important;cursor:default!important}.calendar-lock-note{display:block;margin-top:2px;text-align:center;color:rgba(255,250,246,.56);font-size:10.5px;font-weight:850;line-height:1}
.calendar-filter-panel{position:absolute!important;right:0!important;top:calc(100% + 8px)!important;width:min(286px,calc(100vw - 42px))!important;max-height:360px!important;overflow:auto!important;border-radius:24px!important;padding:8px!important;background:linear-gradient(160deg,rgba(43,33,55,.92),rgba(29,20,39,.88))!important;border:1px solid rgba(255,255,255,.20)!important;box-shadow:0 20px 48px rgba(10,5,18,.38),inset 0 1px 0 rgba(255,255,255,.12)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;opacity:0!important;visibility:hidden!important;transform:translateY(-4px) scale(.98)!important;pointer-events:none!important}
.calendar-filter.open .calendar-filter-panel{opacity:1!important;visibility:visible!important;transform:translateY(0) scale(1)!important;transition:opacity .18s ease,transform .2s ease!important;pointer-events:auto!important}
.calendar-filter-option{width:100%!important;min-height:48px!important;padding:10px 12px!important;border:0!important;border-radius:17px!important;background:transparent!important;color:#fffaf6!important;text-align:left!important;display:grid!important;gap:2px!important;box-shadow:none!important;text-transform:none!important}
.calendar-filter-option span{font-size:14px!important;line-height:1.18!important;font-weight:900!important;color:#fffaf6!important}.calendar-filter-option small{font-size:11.5px!important;line-height:1.24!important;font-weight:720!important;color:rgba(255,250,246,.66)!important}
.calendar-filter-option.active{background:linear-gradient(135deg,rgba(255,216,138,.22),rgba(255,177,191,.12),rgba(185,152,255,.16))!important}.calendar-filter-option.active span:before{content:'✓';margin-right:7px;color:#ffd88a}.calendar-filter-option.clear{min-height:38px!important;color:rgba(255,250,246,.74)!important;font-size:12px!important;font-weight:900!important;justify-items:center!important;border-bottom:1px solid rgba(255,255,255,.08)!important;margin-bottom:4px!important;border-radius:14px!important}
.calendar-grid.has-event-filter .day:not(.filter-good){opacity:.58!important}.calendar-grid.has-event-filter .day.filter-good{position:relative!important;opacity:1!important;border-color:rgba(255,216,138,.70)!important;background:radial-gradient(circle at 38% 22%,rgba(255,255,255,.38),rgba(255,216,138,.22) 38%,rgba(185,152,255,.14) 72%)!important;box-shadow:0 0 0 1px rgba(255,255,255,.16),0 0 24px rgba(255,216,138,.26),inset 0 1px 0 rgba(255,255,255,.26)!important}
@media (max-width:370px){.calendar-filter-btn{max-width:136px!important;padding:8px 15px!important}.calendar-filter-btn b{font-size:13px!important}.calendar-filter-panel{width:min(268px,calc(100vw - 34px))!important}}

/* Lunar duration polish: centered clock icon + soft sun shimmer */
.status-card .lunar-duration-title span{
  display:grid!important;
  place-items:center!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  border-radius:999px!important;
  line-height:0!important;
  padding:0!important;
}
.status-card .lunar-duration-icon{
  display:block!important;
  width:14px!important;
  height:14px!important;
  color:#6c4c8a!important;
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:1.9!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  transform:none!important;
}
.status-card .lunar-duration-line:after{
  content:'';
  position:absolute;
  left:0;
  top:50%;
  width:var(--lunar-progress,50%);
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,rgba(255,216,138,.32),rgba(255,183,92,.88));
  box-shadow:0 0 10px rgba(255,190,88,.26);
  transform:translateY(-50%);
  pointer-events:none;
}
.status-card .lunar-duration-line i{
  background:radial-gradient(circle,#ffe79d 0 32%,#ffc95f 60%,#ee9f35 100%)!important;
  box-shadow:0 0 10px rgba(255,197,88,.58),0 0 18px rgba(255,156,68,.26)!important;
  filter:saturate(1.12) brightness(1.08);
  animation:durationSunCore 8.4s ease-in-out infinite!important;
  will-change:box-shadow,filter,opacity;
  z-index:2;
}
.status-card .lunar-duration-line i:before{
  content:'';
  position:absolute;
  inset:-10px;
  border-radius:999px;
  border:0!important;
  background:radial-gradient(circle,rgba(255,232,158,.56) 0 26%,rgba(255,202,92,.40) 43%,rgba(255,173,72,.20) 60%,rgba(255,173,72,0) 78%)!important;
  filter:blur(3px);
  opacity:.74;
  pointer-events:none;
  animation:durationSunNeon 8.4s ease-in-out infinite!important;
}
.status-card .lunar-duration-line i:after{
  content:'';
  position:absolute;
  inset:-16px;
  border-radius:999px;
  border:0!important;
  background:radial-gradient(circle,rgba(255,224,143,.30) 0 22%,rgba(255,189,86,.20) 50%,rgba(255,168,72,0) 74%)!important;
  filter:blur(5.4px);
  opacity:.46;
  pointer-events:none;
  animation:durationSunNeonOuter 8.4s ease-in-out infinite!important;
}
@keyframes durationSunCore{
  0%,100%{box-shadow:0 0 9px rgba(255,197,88,.48),0 0 15px rgba(255,156,68,.18);filter:saturate(1.08) brightness(1.04);opacity:.98}
  50%{box-shadow:0 0 14px rgba(255,207,104,.70),0 0 26px rgba(255,164,70,.34);filter:saturate(1.18) brightness(1.12);opacity:1}
}
@keyframes durationSunNeon{
  0%,100%{transform:scale(1.15);opacity:.88}
  50%{transform:scale(.62);opacity:.34}
}
@keyframes durationSunNeonOuter{
  0%,100%{transform:scale(1.14);opacity:.54}
  50%{transform:scale(.58);opacity:.16}
}
@media (prefers-reduced-motion:reduce){.status-card .lunar-duration-line i,.status-card .lunar-duration-line i:before,.status-card .lunar-duration-line i:after{animation:none!important}}
/* Lunar place inline refresh: same style as city row */
.status-card .lunar-duration-place-row{
  width:100%!important;
  max-width:414px!important;
  margin:8px auto 0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  transform:none!important;
  text-align:center!important;
  flex-wrap:nowrap!important;
}
.status-card .lunar-duration-place-stack{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  max-width:100%!important;
  min-width:0!important;
}
.status-card .lunar-duration-place-main{
  display:block!important;
  max-width:100%!important;
  white-space:nowrap!important;
  text-align:center!important;
  font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-size:11.5px!important;
  font-weight:950!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.status-card .lunar-duration-place-row .lunar-duration-place{
  margin:0!important;
  padding:0!important;
  display:inline!important;
  color:#6c4c8a!important;
  font:inherit!important;
  line-height:inherit!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:transparent!important;
}
.status-card .lunar-duration-place-row .lunar-duration-place i{display:inline!important;margin:0!important;color:#8a6aa5!important;font-style:normal!important;line-height:inherit!important}
.status-card .lunar-duration-place-row .lunar-duration-place span,.status-card .lunar-duration-place-row .lunar-duration-place small{display:none!important}
.status-card .lunar-duration-place-row .lunar-duration-refresh{display:inline!important;margin:0!important;color:#6c4c8a!important;font:inherit!important;line-height:inherit!important;text-decoration:none!important;opacity:1!important;vertical-align:baseline!important;transform:none!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}
.status-card .lunar-duration-place-meta{display:block!important;width:100%!important;text-align:center!important;margin-top:2px!important;color:rgba(108,76,138,.58)!important;font-size:10.5px!important;font-weight:850!important;line-height:1.25!important;letter-spacing:0!important;text-transform:none!important}
.status-card .lunar-duration-refresh{
  margin:0!important;
  padding:0!important;
  color:#6c4c8a!important;
  display:inline!important;
  transform:none!important;
  cursor:pointer!important;
  font:inherit!important;
  line-height:inherit!important;
  text-decoration:none!important;
  opacity:1!important;
  -webkit-tap-highlight-color:transparent!important;
}
.status-card .lunar-duration-refresh.is-pending{opacity:.58!important;pointer-events:none!important}
.status-card .lunar-duration-place:active,.status-card .lunar-duration-refresh:active{opacity:.68!important}
@media (max-width:380px){.status-card .lunar-duration-place-row{max-width:390px!important}.status-card .lunar-duration-refresh{font-size:11.5px!important}}
/* Journal mobile keyboard stability */
.journal-compose{overflow:visible;scroll-margin-bottom:calc(190px + var(--keyboard-inset,0px))}
#journalText.journal-textarea{height:126px;min-height:126px;max-height:126px;resize:none;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;line-height:1.45;scroll-margin-bottom:calc(170px + var(--keyboard-inset,0px));touch-action:manipulation}
body.keyboard-open #journalText.journal-textarea{height:126px;min-height:126px;max-height:126px}

/* FINAL staging fix: profile natal must have no yellow/gold floating disk */
body[data-step="profileNatal"] .screen,
body[data-step="profileNatal"] .natal-chart-screen{
  isolation:isolate!important;
  overflow:hidden!important;
}
body[data-step="profileNatal"] .screen *::before,
body[data-step="profileNatal"] .screen *::after{
  content:none!important;
  display:none!important;
  background:none!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  animation:none!important;
}
body[data-step="profileNatal"] .screen *,
body[data-step="profileNatal"] .screen *:not(svg):not(path):not(circle):not(g){
  filter:none!important;
  mix-blend-mode:normal!important;
}
body[data-step="profileNatal"] .natal-chart-screen,
body[data-step="profileNatal"] .natal-fold-row,
body[data-step="profileNatal"] .natal-fold-toggle,
body[data-step="profileNatal"] .natal-fold-body,
body[data-step="profileNatal"] .natal-fold-toggle .astro-icon{
  background-image:none!important;
  box-shadow:none!important;
}
body[data-step="profileNatal"] .natal-chart-screen{background:linear-gradient(155deg,rgba(255,250,246,.12),rgba(185,152,255,.11))!important;border-color:rgba(255,255,255,.14)!important}
body[data-step="profileNatal"] .natal-fold-row{background:rgba(255,250,246,.085)!important;border-color:rgba(255,255,255,.12)!important}
body[data-step="profileNatal"] .natal-fold-toggle .astro-icon{background:rgba(255,250,246,.075)!important;border:1px solid rgba(255,255,255,.10)!important}
body[data-step="profileNatal"] .natal-fold-toggle::after,
body[data-step="profileNatal"] .natal-fold-row.open .natal-fold-toggle::after{
  content:none!important;
  display:none!important;
}

/* Natal short/full mode switch */
.natal-mode-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0 16px;padding:5px;border-radius:22px;background:rgba(255,250,246,.075);border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.natal-mode-switch button{min-height:56px;border:0;border-radius:17px;background:transparent;color:rgba(255,250,246,.72);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:8px 12px;text-align:left}
.natal-mode-switch button b{font-size:14px;font-weight:950;color:inherit;letter-spacing:-.01em}
.natal-mode-switch button small{margin-top:2px;font-size:11px;line-height:1.2;color:inherit;font-weight:800;opacity:.78}
.natal-mode-switch button.active{color:#fffaf6;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(185,152,255,.16));box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 28px rgba(0,0,0,.16)}
.natal-short-list .natal-fold-row:first-child{background:linear-gradient(155deg,rgba(255,250,246,.14),rgba(185,152,255,.13))!important;border-color:rgba(255,255,255,.17)!important}
.natal-short-list .natal-fold-row:first-child .astro-icon{background:rgba(255,255,255,.12)!important}
.natal-short-list .natal-fold-toggle{min-height:72px}

/* Natal chart entries: silent home orb + deeper premium card */
.personal-result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:8px}.personal-result-head h3{margin-bottom:0;max-width:230px}.personal-natal-orb{position:relative;flex:0 0 auto;width:58px;height:58px;border:1px solid rgba(255,255,255,.30);border-radius:50%;padding:0;cursor:pointer;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.94) 0 7%,transparent 18%),radial-gradient(circle at 58% 62%,rgba(202,172,255,.48),rgba(92,68,151,.34) 52%,rgba(255,250,246,.12));box-shadow:0 0 18px rgba(255,255,255,.56),0 18px 34px rgba(33,18,67,.30),inset 0 1px 0 rgba(255,255,255,.30);-webkit-tap-highlight-color:transparent;isolation:isolate;overflow:visible;animation:natalOrbHeart 1.85s ease-in-out infinite;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease}.personal-natal-orb::before{content:'';position:absolute;inset:-10px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.34),rgba(255,255,255,.13) 42%,transparent 70%);opacity:.72;animation:natalOrbWhiteGlow 1.85s ease-in-out infinite;pointer-events:none}.personal-natal-orb::after{content:none}.personal-natal-orb__ring{position:absolute;inset:16px 7px;border:1px solid rgba(255,250,246,.46);border-radius:50%;transform:rotate(-18deg) scaleX(1.34);filter:drop-shadow(0 0 7px rgba(255,255,255,.34))}.personal-natal-orb__dot{position:absolute;width:5px;height:5px;border-radius:50%;right:13px;top:15px;background:rgba(255,250,246,.92);box-shadow:0 0 12px rgba(255,255,255,.72)}.personal-natal-orb:active{transform:scale(.86) translateY(2px)!important;filter:brightness(1.08);box-shadow:0 0 26px rgba(255,255,255,.72),0 8px 18px rgba(33,18,67,.24),inset 0 4px 10px rgba(28,15,55,.24)}
.natal-deep-section{margin:0;padding:0}.natal-deep-entry{position:relative;width:100%;min-height:112px;border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:18px 18px 18px 19px;display:flex;align-items:center;justify-content:space-between;gap:15px;text-align:left;color:#fffaf6;background:radial-gradient(circle at 84% 28%,rgba(206,176,255,.22),transparent 34%),linear-gradient(135deg,rgba(255,250,246,.13),rgba(123,91,184,.13) 48%,rgba(40,26,76,.20));box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 14px 34px rgba(22,10,46,.18);overflow:hidden;-webkit-tap-highlight-color:transparent;isolation:isolate}.natal-deep-entry::after{content:'';position:absolute;inset:-80% -35%;background:linear-gradient(112deg,transparent 40%,rgba(255,255,255,.14) 48%,rgba(255,255,255,.04) 55%,transparent 64%);transform:translateX(-54%) rotate(9deg);animation:natalDeepSweep 5.2s ease-in-out infinite;pointer-events:none}.natal-deep-entry:active{transform:translateY(1px)}.natal-deep-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:5px;min-width:0;max-width:245px}.natal-deep-copy small{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.11em;font-weight:650;color:rgba(255,250,246,.52)}.natal-deep-copy b{font-size:20px;line-height:1.08;font-weight:680;letter-spacing:-.025em;color:rgba(255,250,246,.96)}.natal-deep-copy span{font-size:13px;line-height:1.34;font-weight:500;color:rgba(255,250,246,.70)}.natal-deep-open{display:inline-flex;align-items:center;gap:5px;width:max-content;margin-top:4px;padding:5px 9px;border-radius:999px;font-style:normal;font-size:11px;line-height:1;font-weight:760;letter-spacing:.015em;color:rgba(255,250,246,.88);background:rgba(255,255,255,.105);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.13)}.natal-deep-open i{font-style:normal;font-size:12px;line-height:1;opacity:.82;transform:translateY(-.5px)}.natal-deep-visual{position:relative;z-index:1;flex:0 0 62px;width:62px;height:62px;border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.86) 0 8%,transparent 19%),radial-gradient(circle at 62% 70%,rgba(210,177,255,.54),rgba(78,54,134,.32) 58%,rgba(255,250,246,.10));border:1px solid rgba(255,255,255,.19);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 10px 24px rgba(33,18,67,.16);animation:natalDeepFloat 4.2s ease-in-out infinite}.natal-deep-visual::before{content:'';position:absolute;inset:17px 6px;border:1px solid rgba(255,250,246,.30);border-radius:50%;transform:rotate(-22deg) scaleX(1.32)}.natal-deep-visual i:first-child{position:absolute;width:5px;height:5px;border-radius:50%;left:13px;bottom:17px;background:rgba(255,250,246,.76);box-shadow:0 0 9px rgba(255,250,246,.45)}.natal-deep-visual i:last-child{position:absolute;inset:-8px;border-radius:50%;border:1px solid rgba(255,255,255,.09)}
@keyframes natalOrbHeart{0%,100%{transform:scale(1);box-shadow:0 0 18px rgba(255,255,255,.52),0 18px 34px rgba(33,18,67,.30),inset 0 1px 0 rgba(255,255,255,.30)}18%{transform:scale(.94);box-shadow:0 0 12px rgba(255,255,255,.42),0 12px 24px rgba(33,18,67,.24),inset 0 2px 5px rgba(28,15,55,.16)}36%{transform:scale(1.08);box-shadow:0 0 30px rgba(255,255,255,.82),0 22px 42px rgba(33,18,67,.32),inset 0 1px 0 rgba(255,255,255,.34)}54%{transform:scale(.98);box-shadow:0 0 16px rgba(255,255,255,.48),0 15px 30px rgba(33,18,67,.26),inset 0 1px 0 rgba(255,255,255,.28)}}@keyframes natalOrbWhiteGlow{0%,100%{transform:scale(.92);opacity:.40}36%{transform:scale(1.16);opacity:.84}54%{transform:scale(.98);opacity:.50}}@keyframes natalDeepFloat{0%,100%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(3deg)}}@keyframes natalDeepSweep{0%,58%{transform:translateX(-54%) rotate(9deg);opacity:0}72%{opacity:1}100%{transform:translateX(50%) rotate(9deg);opacity:0}}
@media (prefers-reduced-motion:reduce){.personal-natal-orb,.personal-natal-orb::before,.personal-natal-orb::after,.personal-natal-orb__dot,.natal-deep-entry::after,.natal-deep-visual{animation:none!important}}
@media (max-width:380px){.personal-natal-orb{width:54px;height:54px}.natal-deep-entry{min-height:108px;padding:16px;gap:12px}.natal-deep-copy b{font-size:19px}.natal-deep-copy span{font-size:12.5px}.natal-deep-visual{width:56px;height:56px;flex-basis:56px}}

/* Compass+ staging gates */
.plus-lock-card,.event-limit-card,.natal-locked{position:relative;overflow:hidden}.plus-lock-card:before,.event-limit-card:before,.natal-locked:before{content:'';position:absolute;right:-36px;top:-42px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.36),rgba(185,152,255,.18) 46%,transparent 70%);pointer-events:none}.plus-inline-lock{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;margin:12px 0;padding:12px;border-radius:18px;background:linear-gradient(135deg,rgba(255,250,246,.82),rgba(244,232,255,.78));border:1px solid rgba(91,59,122,.14);color:#34263e;box-shadow:0 8px 20px rgba(43,34,52,.06)}.plus-inline-lock b{display:block;font-size:14px;color:#2b2234}.plus-inline-lock small{display:block;margin-top:2px;font-size:12px;line-height:1.35;color:#74647a;font-weight:800}.plus-lock-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.72);color:#7d5fc6;box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 8px 18px rgba(91,59,122,.10)}.lunar-detail-row.plus-locked .lunar-detail-toggle{opacity:.92}.lunar-detail-row.plus-locked .lunar-detail-toggle small{margin-left:auto;padding:4px 8px;border-radius:999px;background:rgba(91,59,122,.10);font-size:11px;color:#5b3b7a}.paywall-grid{display:grid;gap:10px;margin:16px 0}.paywall-grid section{padding:14px;border-radius:20px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14)}.paywall-grid b{display:block;margin-bottom:5px;color:#fffaf6}.paywall-grid p{margin:0;color:rgba(255,250,246,.78);font-weight:750;line-height:1.45}.natal-deep-section.is-locked .natal-deep-entry{filter:saturate(.92)}.natal-deep-section.is-locked .natal-deep-open{color:#fffaf6}

.subscription-manage{position:relative;overflow:hidden}.subscription-toggle-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.subscription-toggle-option{min-height:64px;border-radius:20px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fffaf6;text-align:left;padding:10px 12px;font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.subscription-toggle-option b{display:block;font-size:14px;font-weight:950}.subscription-toggle-option small{display:block;margin-top:3px;color:rgba(255,250,246,.68);font-size:11.5px;font-weight:800;line-height:1.25}.subscription-toggle-option.active{background:linear-gradient(145deg,rgba(255,250,246,.22),rgba(185,152,255,.22));border-color:rgba(255,255,255,.32);box-shadow:0 10px 24px rgba(24,17,31,.16),inset 0 1px 0 rgba(255,255,255,.24)}.subscription-manage.free-active .subscription-toggle-option:first-child,.subscription-manage.plus-active .subscription-toggle-option:last-child{color:#fff}

/* Paywall readability on light card */
.card.paywall{color:#2b2234!important;background:linear-gradient(180deg,#fff8ef 0%,#fff3fb 100%)!important;border-color:rgba(43,34,52,.08)!important;box-shadow:0 22px 58px rgba(38,27,48,.18),inset 0 1px 0 rgba(255,255,255,.78)!important}
.card.paywall h2{color:#21172d!important;text-shadow:none!important}
.card.paywall .lead{color:#5f5468!important;font-weight:760!important;opacity:1!important}
.card.paywall .pill{background:#f1e7ff!important;border-color:rgba(91,59,122,.16)!important;color:#5b3bba!important}
.card.paywall .paywall-grid section{background:linear-gradient(145deg,#fffaf6,#f8eefc)!important;border:1px solid rgba(43,34,52,.10)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 10px 24px rgba(43,34,52,.06)!important}
.card.paywall .paywall-grid b{color:#2b2234!important}
.card.paywall .paywall-grid p{color:#655a6d!important;opacity:1!important}
.card.paywall .list .check,.card.paywall .check{color:#5b5064!important;opacity:1!important}
.card.paywall .list .check:before,.card.paywall .check:before{color:#7b5ce1!important}

/* Sales paywall inspired by premium subscription references */
.paywall-sales{position:relative;overflow:hidden;display:grid;gap:18px;margin:-2px -2px 0;padding:22px 18px 24px;border-radius:34px;background:radial-gradient(circle at 60% 0%,rgba(82,54,156,.52),transparent 38%),radial-gradient(circle at 20% 18%,rgba(255,216,138,.12),transparent 24%),linear-gradient(180deg,#10082a 0%,#09031d 68%,#08021a 100%);border:1px solid rgba(255,255,255,.10);box-shadow:0 24px 70px rgba(7,3,18,.46),inset 0 1px 0 rgba(255,255,255,.10);color:#fffaf6}
.paywall-sales:before{content:'';position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.045) 52%,transparent 68%);pointer-events:none}.paywall-sales>*{position:relative;z-index:1}.paywall-close{position:absolute;right:18px;top:18px;z-index:2;width:42px;height:42px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);color:#cfc5e9;font-size:31px;line-height:1;display:grid;place-items:center}.paywall-orb{width:78px;height:78px;border-radius:999px;display:grid;place-items:center;margin-top:6px;background:linear-gradient(135deg,#ffe0a3 0%,#ff9b63 100%);color:#13082c;font-size:29px;box-shadow:0 20px 46px rgba(255,157,103,.24),inset 0 1px 0 rgba(255,255,255,.65)}
.paywall-insight{margin-top:4px;padding:18px 18px 19px;border-radius:25px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.paywall-insight p:not(.paywall-kicker){margin:8px 0 0;color:#f3edf8;font-size:17px;line-height:1.48;font-weight:780}.paywall-kicker{margin:0;color:#ffdca0!important;text-transform:uppercase;letter-spacing:.18em;font-size:12px!important;font-weight:950!important}.paywall-hero{display:grid;gap:10px}.paywall-hero h2{margin:0;color:#fff!important;font-size:34px;line-height:1.05;letter-spacing:-.06em;text-shadow:0 8px 28px rgba(0,0,0,.35)}.paywall-hero p:not(.paywall-kicker){margin:0;color:#c8bee0;font-size:18px;line-height:1.45;font-weight:760}
.paywall-plans{display:grid;gap:10px;margin-top:4px}.paywall-plan{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:84px;padding:17px 17px;border-radius:22px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.12);color:#fff;text-align:left;box-shadow:inset 0 1px 0 rgba(255,255,255,.07)}.paywall-plan b,.paywall-plan strong{display:block;color:#fff;font-size:23px;line-height:1;font-weight:950;letter-spacing:-.03em}.paywall-plan small{display:block;margin-top:7px;color:#aaa0c0;font-size:14px;line-height:1.2;font-weight:820}.paywall-plan strong{white-space:nowrap}.paywall-plan.featured{margin-top:8px;border-color:#ffd996;background:linear-gradient(135deg,rgba(255,216,138,.13),rgba(255,142,158,.08) 45%,rgba(185,152,255,.12));box-shadow:0 0 0 1px rgba(255,216,138,.55),0 15px 34px rgba(255,216,138,.12),inset 0 1px 0 rgba(255,255,255,.16)}.paywall-plan.featured em{position:absolute;left:22px;top:-14px;padding:5px 13px;border-radius:999px;background:#ffd996;color:#2c183a;font-style:normal;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.paywall-plan.featured small{color:#ffd996}.paywall-main-cta{min-height:68px;border-radius:24px;background:linear-gradient(135deg,#ffe3a8 0%,#ff8c5d 100%);color:#150923;font-size:22px;font-weight:950;letter-spacing:-.025em;box-shadow:0 18px 40px rgba(255,142,93,.28),inset 0 1px 0 rgba(255,255,255,.72)}.paywall-trust{display:flex;justify-content:space-between;gap:8px;color:#9e94b8;font-size:12px;font-weight:850;line-height:1.2}.paywall-trust span{min-width:0;text-align:center}
.paywall-compare{display:grid;gap:12px;margin-top:10px}.paywall-compare h3{margin:0;color:#fff;font-size:29px;line-height:1.05;letter-spacing:-.055em;text-align:center}.paywall-compare .paywall-kicker{text-align:center}.paywall-table{overflow:hidden;border-radius:24px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10)}.paywall-table-head,.paywall-row{display:grid;grid-template-columns:minmax(0,1.55fr) .74fr .74fr;align-items:center;gap:8px;padding:0 12px}.paywall-table-head{height:58px;background:rgba(255,255,255,.045);color:#a99fc2;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.paywall-table-head b:last-child{color:#ffdca0}.paywall-row{min-height:62px;border-top:1px solid rgba(255,255,255,.065)}.paywall-row span{color:#f4eef8;font-size:15.5px;line-height:1.22;font-weight:850}.paywall-row i{font-style:normal;text-align:center;color:#a99fc2;font-size:15px;font-weight:900}.paywall-row i.yes{color:#9ee59d}.paywall-row i.plus{color:#ffdca0;font-size:21px}.paywall-row i.no{color:#5f5874}.paywall-footnote{margin:4px 6px 0;color:#9d93b5;text-align:center;font-size:13px;line-height:1.45;font-weight:760}.paywall-free{background:rgba(255,255,255,.06)!important;color:#d9d1eb!important;border-color:rgba(255,255,255,.12)!important}
@media(max-width:380px){.paywall-sales{padding:19px 14px 22px}.paywall-hero h2{font-size:30px}.paywall-plan b,.paywall-plan strong{font-size:21px}.paywall-row span{font-size:14px}.paywall-table-head,.paywall-row{grid-template-columns:minmax(0,1.45fr) .72fr .72fr;padding:0 10px}.paywall-trust{font-size:11px}}

/* Profile Compass+ sales entry card */
.subscription-sales-card{position:relative;overflow:hidden;background:radial-gradient(circle at 82% -8%,rgba(255,222,160,.30),transparent 32%),radial-gradient(circle at 0% 8%,rgba(185,152,255,.26),transparent 34%),linear-gradient(145deg,rgba(28,16,58,.96),rgba(13,8,35,.94))!important;border-color:rgba(255,255,255,.13)!important;color:#fffaf6!important;box-shadow:0 18px 46px rgba(18,9,42,.24),inset 0 1px 0 rgba(255,255,255,.12)!important}.subscription-sales-card:before{content:'';position:absolute;right:-42px;top:-50px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.34),rgba(255,218,150,.16) 42%,transparent 70%);pointer-events:none}.subscription-sales-card>*{position:relative;z-index:1}.subscription-sales-card h3{color:#fff!important;font-size:26px;letter-spacing:-.045em}.subscription-sales-card .lead{color:rgba(255,250,246,.78)!important;font-weight:780!important}.subscription-sales-card .pill{background:rgba(255,255,255,.11)!important;border-color:rgba(255,255,255,.18)!important;color:#ffdca0!important}.subscription-sales-card .primary{background:linear-gradient(135deg,#ffe3a8 0%,#ff8c5d 100%)!important;color:#160923!important;box-shadow:0 14px 32px rgba(255,142,93,.25),inset 0 1px 0 rgba(255,255,255,.70)!important}.subscription-sales-card .primary small{color:rgba(22,9,35,.70)!important}.subscription-sales-orb{width:54px;height:54px;border-radius:999px;display:grid;place-items:center;margin-bottom:8px;background:linear-gradient(135deg,#fff1c5,#ff9d68);color:#170a2e;font-size:22px;box-shadow:0 16px 32px rgba(255,157,103,.22),inset 0 1px 0 rgba(255,255,255,.72)}.subscription-sales-points{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 16px}.subscription-sales-points span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#f5eefb;font-size:12px;font-weight:900}.subscription-manage.plus-active .primary{margin-top:8px}
/* Compact locked lunar rows: lock icon only, no teaser card */
.lunar-detail-row.plus-locked .lunar-detail-toggle{padding-right:44px!important}
.lunar-detail-row.plus-locked .lunar-detail-toggle:after{content:''!important;display:none!important}
.lunar-detail-row.plus-locked .lunar-lock-icon{position:absolute;right:9px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:rgba(91,59,122,.08)!important;border:1px solid rgba(91,59,122,.10);color:#72539a!important;font-size:14px;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.58)}
.lunar-detail-row.plus-locked .plus-inline-lock{display:none!important}


/* In-app Компас+ polish: soft system layer, not ad banner */
.profile-screen.profile-overview + .natal-deep-section{margin-top:14px}
.natal-deep-section + .subscription-manage{margin-top:14px}

.in-app-paywall{gap:14px!important;padding-top:20px!important;background:radial-gradient(circle at 62% 0%,rgba(82,54,156,.42),transparent 38%),radial-gradient(circle at 20% 18%,rgba(255,216,138,.10),transparent 24%),linear-gradient(180deg,#130a2d 0%,#0b041f 70%,#09021a 100%)!important}
.in-app-paywall .paywall-insight{margin-top:0!important;padding:16px!important;border-radius:24px!important;background:rgba(255,255,255,.06)!important}
.in-app-paywall .paywall-insight b{display:block;margin-top:8px;color:#fffaf6;font-size:20px;line-height:1.15;font-weight:950;letter-spacing:-.035em}
.in-app-paywall .paywall-insight p:not(.paywall-kicker){font-size:15px!important;line-height:1.48!important;font-weight:760!important;color:#eee5f4!important}
.in-app-paywall .paywall-hero{padding:2px 2px 0!important;text-align:left!important}
.in-app-paywall .paywall-hero h2{max-width:280px;margin:0!important;font-size:34px!important;line-height:.98!important;letter-spacing:-.065em!important;text-align:left!important}
.in-app-paywall .paywall-hero p:not(.paywall-kicker){max-width:310px;margin:0!important;color:#e9dff1!important;font-size:16px!important;line-height:1.5!important;font-weight:760!important;text-align:left!important}
.in-app-paywall .paywall-main-cta{margin-top:2px!important;min-height:58px!important;border-radius:22px!important;background:linear-gradient(135deg,#ffe6aa 0%,#ffadba 48%,#c8b0ff 100%)!important;color:#2f1d34!important;font-size:16px!important;font-weight:1000!important;box-shadow:0 14px 34px rgba(255,142,158,.22),inset 0 1px 0 rgba(255,255,255,.55)!important}
.paywall-billing-note,.subscription-billing-note{margin:6px 2px 0!important;color:rgba(255,250,246,.56)!important;font-size:11.5px!important;line-height:1.35!important;font-weight:650!important;text-align:center!important;letter-spacing:-.01em}.paywall-billing-note.compact{margin-top:7px!important}.subscription-billing-note{text-align:left!important;color:rgba(255,250,246,.52)!important}
.paywall-secondary-cta{appearance:none;border:0;background:transparent;color:#d8cde8;font:inherit;font-size:14px;font-weight:900;padding:8px 10px;margin-top:-5px;border-radius:999px}
.paywall-secondary-cta:active{background:rgba(255,255,255,.06);transform:scale(.98)}
.in-app-paywall .paywall-plans{margin-top:6px!important}
.in-app-paywall .paywall-plan{min-height:74px!important;border-radius:23px!important;background:rgba(255,255,255,.055)!important}
.in-app-paywall .paywall-plan.featured{border-color:rgba(255,216,138,.32)!important;background:linear-gradient(145deg,rgba(255,216,138,.16),rgba(185,152,255,.11))!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 14px 32px rgba(255,216,138,.08)!important}
.in-app-paywall .paywall-trust{justify-content:flex-start!important;gap:7px!important;margin-top:0!important}
.in-app-paywall .paywall-trust span{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.10)!important;color:#d9cee8!important}
.paywall-card-list{margin-top:6px!important;padding:16px!important;border-radius:25px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.10)}
.paywall-card-list h3{text-align:left!important;font-size:23px!important;margin:7px 0 12px!important;letter-spacing:-.045em!important}
.paywall-bullets{display:grid;gap:8px}.paywall-bullets span{position:relative;display:block;padding:11px 12px 11px 32px;border-radius:16px;background:rgba(255,255,255,.055);color:#f6eff8;font-size:14px;font-weight:850;line-height:1.25}.paywall-bullets span:before{content:'✓';position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#ffd88a;font-weight:1000}.plus-list{background:linear-gradient(145deg,rgba(255,216,138,.10),rgba(185,152,255,.08));border-color:rgba(255,216,138,.16)}
.in-app-paywall .paywall-footnote{margin:12px 0 0!important;color:#cfc3df!important;font-size:12.5px!important;line-height:1.45!important;font-weight:750!important;text-align:left!important}

/* Compact locked lunar rows: white airy bubble lock, no emoji weight */
.lunar-detail-row.plus-locked .lunar-lock-icon{width:30px!important;height:30px!important;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.95),rgba(255,250,246,.64) 38%,rgba(239,228,255,.28) 72%,rgba(255,255,255,.10))!important;border:1px solid rgba(255,255,255,.48)!important;box-shadow:inset 0 1px 1px rgba(255,255,255,.9),inset 0 -5px 10px rgba(185,152,255,.10),0 6px 14px rgba(73,46,94,.08)!important;color:#6c4c8a!important;font-size:0!important}
.lunar-detail-row.plus-locked .lunar-lock-icon span{position:relative;display:block;width:13px;height:11px;border:1.6px solid #6c4c8a;border-radius:4px;background:transparent}.lunar-detail-row.plus-locked .lunar-lock-icon span:before{content:'';position:absolute;left:2px;top:-7px;width:7px;height:7px;border:1.6px solid #6c4c8a;border-bottom:0;border-radius:7px 7px 0 0}.lunar-detail-row.plus-locked .lunar-detail-toggle span{padding-right:8px}

/* Free natal chart: first 3 sections open, deeper short sections are Compass+ */
.natal-short-list .natal-fold-row.natal-plus-locked{
  position:relative!important;
  overflow:hidden!important;
  min-height:72px;
  opacity:1!important;
  border-radius:24px!important;
  background:linear-gradient(145deg,rgba(255,250,246,.075),rgba(185,152,255,.115))!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(18,10,32,.10)!important;
}
.natal-short-list .natal-fold-row.natal-plus-locked:before{
  content:''!important;
  display:block!important;
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 88% 20%,rgba(255,216,238,.14),transparent 34%),linear-gradient(90deg,transparent,rgba(255,255,255,.045),transparent);
  pointer-events:none;
  z-index:0;
}
.natal-short-list .natal-fold-row.natal-plus-locked:after{content:none!important;display:none!important}
.natal-plus-locked .natal-fold-toggle{
  position:relative;
  z-index:1;
  min-height:72px!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  gap:12px!important;
  padding:13px 14px!important;
  cursor:pointer;
}
.natal-plus-locked .natal-fold-toggle .astro-icon{
  display:grid!important;
  opacity:.54!important;
  background:rgba(255,250,246,.07)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  filter:saturate(.75)!important;
}
.natal-plus-locked .natal-fold-toggle>span:not(.astro-icon){
  min-width:0;
  padding:0!important;
}
.natal-plus-locked .natal-locked-copy b{
  color:rgba(255,250,246,.78)!important;
  font-size:15.8px!important;
  line-height:1.18!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.natal-plus-locked .natal-locked-copy small{
  display:block!important;
  margin-top:4px!important;
  color:rgba(255,250,246,.52)!important;
  font-size:12.5px!important;
  line-height:1.25!important;
  font-weight:760!important;
}
.natal-lock-icon{
  grid-column:3;
  justify-self:end;
  align-self:center;
  display:grid!important;
  place-items:center;
  width:34px;
  height:34px;
  min-width:34px!important;
  padding:0!important;
  border-radius:999px;
  color:rgba(255,250,246,.9);
  background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.76),rgba(255,250,246,.32) 42%,rgba(185,152,255,.13) 72%,rgba(255,255,255,.06));
  border:1px solid rgba(255,255,255,.24);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 6px 14px rgba(0,0,0,.12);
}
.natal-lock-svg{display:block;width:22px;height:22px;overflow:visible}
.natal-lock-svg path,.natal-lock-svg rect{fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(0,0,0,.10))}
.natal-lock-svg rect{fill:rgba(255,250,246,.08)}
@media (max-width:370px){.natal-plus-locked .natal-fold-toggle{grid-template-columns:38px minmax(0,1fr) auto!important;gap:10px!important;padding:12px!important}.natal-lock-icon{width:32px;height:32px;min-width:32px!important}.natal-lock-svg{width:20px;height:20px}}

/* Locked states: make Free-only unavailable items visually explicit */
.lunar-detail-row.plus-locked{position:relative;margin:4px 0;border-radius:18px!important;background:linear-gradient(145deg,rgba(239,228,255,.48),rgba(255,250,246,.62))!important;border:1px solid rgba(185,152,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}
.lunar-detail-row.plus-locked:before{content:'Компас+';position:absolute;right:44px;top:50%;transform:translateY(-50%);padding:4px 7px;border-radius:999px;background:rgba(185,152,255,.16);border:1px solid rgba(185,152,255,.22);color:#7a5b98;font-size:10px;font-weight:950;letter-spacing:.06em;text-transform:uppercase;pointer-events:none}
.lunar-detail-row.plus-locked .lunar-detail-toggle{min-height:66px!important;padding-left:14px!important;padding-right:112px!important;color:rgba(43,34,52,.62)!important;filter:saturate(.78)}
.lunar-detail-row.plus-locked .lunar-detail-toggle span{opacity:.72}
.lunar-detail-row.plus-locked .lunar-lock-icon{right:12px!important}
.custom-practice-entry.plus-locked-action{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:10px;min-height:72px!important;padding:16px 18px!important;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(185,152,255,.10))!important;border:1px solid rgba(255,255,255,.15)!important;color:rgba(255,250,246,.70)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 22px rgba(0,0,0,.10)!important;filter:saturate(.78)}
.custom-practice-entry.plus-locked-action span{min-width:0;text-align:center;opacity:.78}
.practice-lock-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.72),rgba(255,250,246,.30) 42%,rgba(185,152,255,.12) 72%,rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 6px 14px rgba(0,0,0,.12)}
.practice-lock-icon i{position:relative;display:block;width:14px;height:12px;border:1.8px solid rgba(255,250,246,.82);border-radius:4px}.practice-lock-icon i:before{content:'';position:absolute;left:2px;top:-8px;width:8px;height:8px;border:1.8px solid rgba(255,250,246,.82);border-bottom:0;border-radius:8px 8px 0 0}

/* Subscription entry: quieter in profile, after personal value */
.subscription-sales-card{border-radius:28px!important}.subscription-sales-card h3{letter-spacing:-.045em!important}.subscription-sales-points span{white-space:nowrap}

/* Premium Compass+ profile card: app-native, expensive, animated */
.premium-compass-card{
  min-height:338px!important;
  padding:22px 19px 20px!important;
  border-radius:32px!important;
  isolation:isolate!important;
  background:
    radial-gradient(circle at 78% 8%,rgba(255,255,255,.18),transparent 18%),
    radial-gradient(circle at 83% 20%,rgba(255,216,138,.32),transparent 30%),
    radial-gradient(circle at 14% 12%,rgba(210,184,255,.30),transparent 34%),
    linear-gradient(150deg,rgba(31,18,67,.98),rgba(13,7,34,.96) 54%,rgba(7,4,22,.98))!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 22px 56px rgba(14,7,34,.34),inset 0 1px 0 rgba(255,255,255,.18),inset 0 -1px 0 rgba(255,216,138,.08)!important;
}
.premium-compass-card:before{display:none!important}
.premium-compass-card:after{content:'';position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.13) 44%,transparent 64%);transform:translateX(-78%) rotate(0deg);animation:premiumCardGlint 7.5s ease-in-out infinite;pointer-events:none;z-index:0}
.premium-compass-card>*{position:relative;z-index:2}.premium-compass-card .pill{backdrop-filter:blur(12px);background:rgba(255,255,255,.105)!important;color:#ffe3aa!important;border-color:rgba(255,255,255,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
.premium-compass-card h3{max-width:255px;margin-top:12px!important;font-size:29px!important;line-height:1.03!important;color:#fff!important;text-shadow:0 10px 28px rgba(0,0,0,.30)}
.premium-compass-card .lead{max-width:295px;color:rgba(255,250,246,.82)!important;font-size:15.5px!important;line-height:1.5!important;font-weight:760!important}
.premium-cosmos{position:absolute!important;inset:0!important;z-index:1!important;overflow:hidden;pointer-events:none}.premium-cosmos:before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.82) 0 1px,transparent 1.5px),radial-gradient(circle,rgba(255,216,138,.72) 0 1px,transparent 1.6px),radial-gradient(circle,rgba(214,190,255,.74) 0 1px,transparent 1.5px);background-size:86px 74px,122px 94px,148px 118px;background-position:10px 11px,34px 47px,-20px 18px;opacity:.42;animation:premiumStarDrift 12s linear infinite}.premium-cosmos:after{content:'';position:absolute;right:-52px;top:18px;width:198px;height:198px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10),transparent 56%);filter:blur(.2px)}
.premium-orbit{position:absolute;right:-20px;top:34px;width:168px;height:92px;border:1px solid rgba(255,255,255,.16);border-radius:50%;transform:rotate(-23deg);opacity:.85}.premium-orbit i{position:absolute;display:block;width:10px;height:10px;border-radius:50%;background:radial-gradient(circle at 34% 28%,#fff,#ffd88a 48%,#bb7aff);box-shadow:0 0 16px rgba(255,216,138,.46)}.premium-orbit.orbit-one{animation:premiumOrbitOne 9s linear infinite}.premium-orbit.orbit-one i{right:19px;top:10px}.premium-orbit.orbit-two{right:-48px;top:86px;width:204px;height:112px;transform:rotate(18deg);border-color:rgba(185,152,255,.18);animation:premiumOrbitTwo 12s linear infinite}.premium-orbit.orbit-two i{left:36px;bottom:8px;width:8px;height:8px;background:radial-gradient(circle at 34% 28%,#fff,#c8b0ff 58%,#5944a0)}.premium-orbit.orbit-three{right:42px;top:108px;width:118px;height:66px;transform:rotate(-42deg);border-color:rgba(255,216,138,.13);animation:premiumOrbitOne 15s linear reverse infinite}.premium-orbit.orbit-three i{left:16px;top:6px;width:6px;height:6px;background:#fffaf3}.premium-star{position:absolute;color:#fffaf6;text-shadow:0 0 14px rgba(255,255,255,.72),0 0 24px rgba(255,216,138,.38);animation:premiumTwinkle 2.8s ease-in-out infinite}.premium-star.s1{right:36px;top:30px;font-size:13px}.premium-star.s2{right:116px;top:88px;font-size:18px;animation-delay:.7s}.premium-star.s3{right:70px;bottom:64px;font-size:10px;animation-delay:1.2s}
.premium-compass-mark{width:70px!important;height:70px!important;margin-bottom:10px!important;border:1px solid rgba(255,255,255,.38)!important;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.94) 0 9%,rgba(255,255,255,.20) 20%,rgba(255,216,138,.32) 48%,rgba(185,152,255,.20) 100%)!important;box-shadow:0 0 24px rgba(255,255,255,.40),0 18px 38px rgba(34,18,72,.34),inset 0 1px 0 rgba(255,255,255,.46)!important;animation:premiumCompassFloat 4.8s ease-in-out infinite}.premium-compass-logo{width:44px;height:44px;filter:drop-shadow(0 0 10px rgba(255,255,255,.40));animation:premiumCompassSpin 18s linear infinite}.premium-compass-logo .brand-logo-bg{fill:rgba(255,255,255,.10);stroke:rgba(255,255,255,.34)}.premium-compass-logo .brand-logo-star{fill:#fffaf3;stroke:#ffd88a;stroke-width:1.15}.premium-compass-logo .brand-logo-needle{fill:#c7a6ff}.premium-compass-logo .brand-logo-dot{fill:#ffd88a;stroke:#fffaf3}
.premium-compass-card .subscription-sales-points{gap:7px!important;margin-top:15px!important}.premium-compass-card .subscription-sales-points span{background:rgba(255,255,255,.085)!important;border-color:rgba(255,255,255,.15)!important;color:#f8f1ff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.premium-compass-cta{margin-top:17px!important;border:1px solid rgba(255,255,255,.38)!important;background:linear-gradient(135deg,#fff0bc 0%,#ffb1bf 52%,#c8b0ff 100%)!important;box-shadow:0 18px 38px rgba(255,142,158,.24),0 0 0 1px rgba(255,255,255,.12),inset 0 1px 0 rgba(255,255,255,.72)!important}.premium-compass-cta:before{content:'';position:absolute;inset:0;background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.40) 48%,transparent 70%);transform:translateX(-110%);animation:premiumButtonGlint 4.6s ease-in-out infinite}
@keyframes premiumCardGlint{0%,62%{transform:translateX(-78%);opacity:0}75%{opacity:1}100%{transform:translateX(78%);opacity:0}}@keyframes premiumStarDrift{to{background-position:96px 85px,156px 141px,128px 136px}}@keyframes premiumOrbitOne{to{transform:rotate(337deg)}}@keyframes premiumOrbitTwo{to{transform:rotate(378deg)}}@keyframes premiumTwinkle{0%,100%{opacity:.42;transform:scale(.9)}50%{opacity:1;transform:scale(1.18)}}@keyframes premiumCompassFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.03)}}@keyframes premiumCompassSpin{to{transform:rotate(360deg)}}@keyframes premiumButtonGlint{0%,54%{transform:translateX(-110%);opacity:0}66%{opacity:1}100%{transform:translateX(110%);opacity:0}}
/* Premium Compass+ full paywall page */
.premium-paywall-page{
  isolation:isolate!important;
  gap:16px!important;
  margin:-2px -2px 0!important;
  padding:22px 18px 26px!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 78% 7%,rgba(255,255,255,.15),transparent 20%),
    radial-gradient(circle at 74% 14%,rgba(255,216,138,.26),transparent 32%),
    radial-gradient(circle at 12% 8%,rgba(210,184,255,.28),transparent 34%),
    linear-gradient(160deg,rgba(31,18,67,.99),rgba(13,7,34,.98) 58%,rgba(7,4,22,.99))!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:0 24px 70px rgba(7,3,18,.48),inset 0 1px 0 rgba(255,255,255,.16),inset 0 -1px 0 rgba(255,216,138,.08)!important;
}
.premium-paywall-page:before{background:linear-gradient(115deg,transparent 18%,rgba(255,255,255,.11) 44%,transparent 66%)!important;transform:translateX(-82%);animation:premiumCardGlint 8.5s ease-in-out infinite;z-index:0}.premium-paywall-page>*{position:relative;z-index:2}.premium-paywall-page .paywall-cosmos{z-index:1!important}.premium-paywall-page .paywall-cosmos .premium-orbit{right:-8px;top:46px;width:196px;height:108px}.premium-paywall-page .paywall-cosmos .orbit-two{right:-62px;top:112px;width:244px;height:132px}.premium-paywall-page .paywall-cosmos .orbit-three{right:56px;top:146px;width:132px;height:72px}.premium-paywall-page .premium-star.s4{right:22px;top:190px;font-size:15px;animation-delay:1.65s}
.premium-close{width:48px!important;height:48px!important;border-radius:999px!important;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.20),rgba(255,255,255,.075) 64%,rgba(255,255,255,.04))!important;border:1px solid rgba(255,255,255,.20)!important;color:rgba(255,250,246,.82)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 12px 28px rgba(8,3,22,.22)!important;backdrop-filter:blur(12px)}
.premium-paywall-mark{width:84px!important;height:84px!important;margin:8px 0 10px!important}.premium-paywall-mark .premium-compass-logo{width:52px!important;height:52px!important}.premium-paywall-insight{margin-top:8px!important;border-radius:28px!important;background:rgba(255,255,255,.070)!important;border-color:rgba(255,255,255,.20)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 12px 34px rgba(7,3,18,.14)!important;backdrop-filter:blur(10px)}
.premium-paywall-hero{margin-top:2px!important}.premium-paywall-hero h2{max-width:310px!important;font-size:40px!important;line-height:.96!important;letter-spacing:-.075em!important;text-shadow:0 14px 34px rgba(0,0,0,.38)!important}.premium-paywall-hero p:not(.paywall-kicker){max-width:320px!important;color:rgba(255,250,246,.84)!important;font-size:17px!important;line-height:1.48!important}.premium-paywall-page .paywall-kicker{color:#ffe3aa!important;text-shadow:0 0 20px rgba(255,216,138,.16)}
.premium-paywall-cta{min-height:66px!important;border-radius:28px!important;font-size:18px!important;color:#22132c!important}.premium-paywall-page .paywall-secondary-cta{color:rgba(255,250,246,.66)!important;font-size:15px!important}.premium-paywall-plans{margin-top:12px!important}.premium-paywall-page .paywall-plan{border-radius:26px!important;background:rgba(255,255,255,.065)!important;border-color:rgba(255,255,255,.15)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 12px 30px rgba(7,3,18,.16)!important;backdrop-filter:blur(8px)}.premium-paywall-page .paywall-plan.featured{background:linear-gradient(145deg,rgba(255,216,138,.16),rgba(185,152,255,.11))!important;border-color:rgba(255,216,138,.35)!important;box-shadow:0 0 0 1px rgba(255,216,138,.20),0 16px 38px rgba(255,216,138,.10),inset 0 1px 0 rgba(255,255,255,.16)!important}.premium-paywall-page .paywall-plan.featured em{background:linear-gradient(135deg,#ffe9ae,#ffb7c4)!important;color:#25142e!important;box-shadow:0 10px 22px rgba(255,183,196,.18)}
.premium-paywall-page .paywall-card-list{border-radius:28px!important;background:rgba(255,255,255,.055)!important;border-color:rgba(255,255,255,.13)!important;backdrop-filter:blur(8px)}.premium-paywall-page .plus-list{background:linear-gradient(145deg,rgba(255,216,138,.105),rgba(185,152,255,.085))!important;border-color:rgba(255,216,138,.18)!important}.premium-paywall-page .paywall-bullets span{background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
@media (prefers-reduced-motion:reduce){.premium-compass-card:after,.premium-cosmos:before,.premium-orbit,.premium-star,.premium-compass-mark,.premium-compass-logo,.premium-compass-cta:before,.premium-paywall-page:before{animation:none!important}}
@media(max-width:380px){.in-app-paywall .paywall-hero h2{font-size:31px!important}.paywall-card-list{padding:14px!important}.paywall-bullets span{font-size:13.5px}.subscription-sales-points{grid-template-columns:1fr!important}.premium-compass-card{min-height:330px!important;padding:20px 17px!important}.premium-compass-card h3{font-size:27px!important}.premium-orbit{right:-34px}.premium-compass-mark{width:66px!important;height:66px!important}.premium-paywall-page{padding:20px 15px 24px!important}.premium-paywall-hero h2{font-size:34px!important}.premium-paywall-mark{width:76px!important;height:76px!important}}

/* Profile depth order: natal card first, compact expandable profile below */
.natal-deep-section + .profile-collapsible{margin-top:14px!important}
.profile-collapsible + .subscription-manage{margin-top:14px!important}
.profile-collapsible{padding:0!important;overflow:hidden!important;background:transparent!important;border:0!important;box-shadow:none!important}
.profile-collapse-toggle{position:relative;width:100%;min-height:112px;border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:18px 18px 18px 19px;display:flex;align-items:center;justify-content:space-between;gap:15px;text-align:left;color:#fffaf6;background:radial-gradient(circle at 84% 28%,rgba(255,216,138,.14),transparent 32%),radial-gradient(circle at 0% 0%,rgba(255,250,246,.10),transparent 36%),linear-gradient(135deg,rgba(255,250,246,.13),rgba(123,91,184,.13) 48%,rgba(40,26,76,.20));box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 14px 34px rgba(22,10,46,.18);overflow:hidden;-webkit-tap-highlight-color:transparent;isolation:isolate;font:inherit}
.profile-collapse-toggle:after{content:'';position:absolute;inset:-80% -35%;background:linear-gradient(112deg,transparent 40%,rgba(255,255,255,.13) 48%,rgba(255,255,255,.04) 55%,transparent 64%);transform:translateX(-54%) rotate(9deg);animation:natalDeepSweep 5.8s ease-in-out infinite;pointer-events:none}
.profile-collapse-toggle:active{transform:translateY(1px)}
.profile-collapse-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:5px;min-width:0;max-width:245px}
.profile-collapse-copy small{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.11em;font-weight:650;color:rgba(255,250,246,.52)}
.profile-collapse-copy b{font-size:20px;line-height:1.08;font-weight:680;letter-spacing:-.025em;color:rgba(255,250,246,.96)}
.profile-collapse-copy em{font-style:normal;font-size:13px;line-height:1.34;font-weight:500;color:rgba(255,250,246,.70)}
.profile-collapse-moon{position:relative;z-index:1;display:grid;place-items:center;flex:0 0 62px;width:62px;height:62px;border-radius:999px;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.88) 0 10%,transparent 21%),radial-gradient(circle at 54% 58%,rgba(255,216,138,.42),rgba(92,68,151,.28) 55%,rgba(255,250,246,.10));border:1px solid rgba(255,255,255,.25);box-shadow:0 0 18px rgba(255,255,255,.28),inset 0 1px 0 rgba(255,255,255,.25);font-size:31px;color:rgba(255,238,183,.92)}
.profile-collapse-toggle>i{position:absolute;right:14px;bottom:13px;z-index:2;display:grid;place-items:center;width:24px;height:24px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);font-style:normal;font-size:18px;line-height:1;color:rgba(255,250,246,.88)}
.profile-collapsible.is-expanded{padding:14px!important;background:linear-gradient(155deg,rgba(255,250,246,.12),rgba(185,152,255,.10))!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:30px!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 14px 34px rgba(22,10,46,.14)!important}
.profile-collapsible.is-expanded .profile-collapse-toggle{min-height:88px;border-radius:24px;padding:14px 15px;background:rgba(255,255,255,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.11)}
.profile-collapsible.is-expanded .profile-collapse-moon{width:48px;height:48px;flex-basis:48px;font-size:25px}
.profile-collapsible.is-expanded .lunar-person-story{margin-top:12px}
@media (prefers-reduced-motion:reduce){.profile-collapse-toggle:after{animation:none!important}}
@media (max-width:380px){.profile-collapse-toggle{min-height:108px;padding:16px;gap:12px}.profile-collapse-copy b{font-size:19px}.profile-collapse-copy em{font-size:12.5px}.profile-collapse-moon{width:56px;height:56px;flex-basis:56px}}

/* Disable distracting sweep/glint overlays on Compass+ reading screens */
.premium-paywall-page:before,
.premium-compass-card:after,
.premium-compass-cta:before,
.paywall-sales:before{
  content:none!important;
  display:none!important;
  animation:none!important;
  background:none!important;
}

/* Sales-focused paywall comparison: quieter Free, stronger Plus benefits */
.paywall-card-list.free-list{
  padding:14px!important;
  background:rgba(255,255,255,.032)!important;
  border-color:rgba(255,255,255,.085)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045)!important;
}
.paywall-card-list.free-list h3{
  font-size:20px!important;
  color:rgba(255,250,246,.78)!important;
}
.paywall-list-note{
  margin:0 0 12px!important;
  color:rgba(255,250,246,.64)!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:730!important;
}
.paywall-card-list.free-list .paywall-kicker{color:rgba(255,216,138,.62)!important}
.simple-bullets{gap:6px!important}
.simple-bullets span{
  min-height:34px!important;
  padding:8px 10px 8px 28px!important;
  border-radius:13px!important;
  background:rgba(255,255,255,.038)!important;
  border:1px solid rgba(255,255,255,.055)!important;
  color:rgba(255,250,246,.66)!important;
  font-size:12.5px!important;
  font-weight:760!important;
}
.simple-bullets span:before{
  left:10px!important;
  color:rgba(255,216,138,.58)!important;
  font-size:11px!important;
}
.premium-paywall-page .plus-list{
  position:relative!important;
  padding:18px!important;
  background:
    radial-gradient(circle at 88% 0%,rgba(255,216,138,.16),transparent 34%),
    linear-gradient(145deg,rgba(255,216,138,.105),rgba(185,152,255,.092))!important;
  border-color:rgba(255,216,138,.24)!important;
  box-shadow:0 16px 38px rgba(255,216,138,.075),inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.premium-paywall-page .plus-list h3{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  font-size:25px!important;
  color:#fff!important;
}
.premium-paywall-page .plus-list h3:after{
  content:'личный слой';
  padding:5px 9px;
  border-radius:999px;
  background:rgba(255,216,138,.14);
  border:1px solid rgba(255,216,138,.20);
  color:#ffe0a0;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.benefit-bullets{gap:9px!important}
.benefit-bullets span{
  display:block!important;
  padding:12px 12px 12px 34px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.070)!important;
  border:1px solid rgba(255,255,255,.105)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07)!important;
}
.benefit-bullets span:before{
  left:12px!important;
  top:17px!important;
  transform:none!important;
  color:#ffd88a!important;
  text-shadow:0 0 12px rgba(255,216,138,.28)!important;
}
.benefit-bullets b{
  display:block;
  color:#fffaf6;
  font-size:14px;
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.015em;
}
.benefit-bullets small{
  display:block;
  margin-top:4px;
  color:rgba(255,250,246,.70);
  font-size:12.4px;
  line-height:1.35;
  font-weight:720;
}
@media(max-width:380px){.premium-paywall-page .plus-list{padding:15px!important}.benefit-bullets b{font-size:13.5px}.benefit-bullets small{font-size:12px}.premium-paywall-page .plus-list h3:after{font-size:9px;padding:5px 7px}}

/* More conversion-focused Compass+ benefit cards */
.plus-promise{
  color:rgba(255,250,246,.78)!important;
  font-size:14px!important;
}
.plus-promise b{
  color:#fffaf6!important;
  font-weight:950!important;
}
.plus-value-strip{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 12px!important;
}
.plus-value-strip span{
  padding:7px 10px;
  border-radius:999px;
  background:linear-gradient(135deg,rgba(255,216,138,.18),rgba(255,177,191,.13));
  border:1px solid rgba(255,216,138,.22);
  color:#ffe6b3;
  font-size:11px;
  line-height:1;
  font-weight:950;
  letter-spacing:.035em;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(255,216,138,.07),inset 0 1px 0 rgba(255,255,255,.10);
}
.benefit-bullets .benefit-card{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  grid-template-areas:"icon tag" "icon title" "icon text"!important;
  column-gap:10px!important;
  row-gap:2px!important;
  padding:14px 13px!important;
  background:
    radial-gradient(circle at 0% 0%,rgba(255,216,138,.13),transparent 34%),
    linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.055))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 12px 28px rgba(8,3,22,.18),inset 0 1px 0 rgba(255,255,255,.11)!important;
}
.benefit-bullets .benefit-card:before{display:none!important}
.benefit-bullets .benefit-card i{
  grid-area:icon;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.34),rgba(255,216,138,.16) 52%,rgba(185,152,255,.12));
  border:1px solid rgba(255,255,255,.16);
  font-style:normal;
  font-size:17px;
  box-shadow:0 8px 18px rgba(255,216,138,.08),inset 0 1px 0 rgba(255,255,255,.13);
}
.benefit-bullets .benefit-card em{
  grid-area:tag;
  width:max-content;
  max-width:100%;
  padding:3px 7px;
  border-radius:999px;
  background:rgba(255,216,138,.13);
  border:1px solid rgba(255,216,138,.18);
  color:#ffdf9c;
  font-style:normal;
  font-size:9.5px;
  line-height:1;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.benefit-bullets .benefit-card b{
  grid-area:title;
  margin-top:2px;
  font-size:15px!important;
  line-height:1.14!important;
}
.benefit-bullets .benefit-card small{
  grid-area:text;
  margin-top:3px!important;
  color:rgba(255,250,246,.78)!important;
  font-size:12.7px!important;
  line-height:1.38!important;
}
.plus-inline-cta{
  width:100%;
  min-height:58px!important;
  margin-top:12px!important;
  border-radius:24px!important;
  font-size:16px!important;
}
@media(max-width:380px){
  .benefit-bullets .benefit-card{grid-template-columns:30px minmax(0,1fr)!important;padding:12px 11px!important;column-gap:9px!important}
  .benefit-bullets .benefit-card i{width:30px;height:30px;border-radius:12px;font-size:15px}
  .benefit-bullets .benefit-card b{font-size:14px!important}
  .benefit-bullets .benefit-card small{font-size:12px!important}
  .plus-value-strip span{font-size:9.5px;padding:6px 8px}
}

/* Top-3 value strip: sell outcomes before plan choice */
.paywall-top-values{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:2px 0 2px!important;
}
.paywall-top-values span{
  display:grid;
  gap:2px;
  padding:11px 13px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(8,3,22,.12);
}
.paywall-top-values b{
  color:#fffaf6;
  font-size:13.5px;
  line-height:1.12;
  font-weight:950;
}
.paywall-top-values small{
  color:rgba(255,250,246,.70);
  font-size:12px;
  line-height:1.25;
  font-weight:760;
}
@media(min-width:390px){
  .paywall-top-values{grid-template-columns:repeat(3,1fr)}
  .paywall-top-values span{min-height:70px}
}
@media(max-width:380px){
  .premium-paywall-hero h2{font-size:31px!important;line-height:1.02!important}
  .paywall-top-values span{padding:10px 12px}
}


/* Compact sales paywall: comparison first, no emoji icons */
.compact-sales-hero{
  margin-top:0!important;
}
.compact-sales-hero h2{
  max-width:340px!important;
  font-size:30px!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
  font-weight:850!important;
}
.compact-sales-hero p:not(.paywall-kicker){
  max-width:340px!important;
  font-size:15.5px!important;
}
.paywall-upgrade-compare{
  margin-top:0!important;
  padding:15px!important;
  border-radius:25px;
  background:linear-gradient(145deg,rgba(255,255,255,.070),rgba(255,255,255,.040));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 32px rgba(8,3,22,.14);
}
.paywall-upgrade-compare h3{
  margin:7px 0 11px!important;
  text-align:left!important;
  font-size:21px!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}
.paywall-compare-head,
.paywall-compare-row{
  display:grid;
  grid-template-columns:minmax(86px,.78fr) minmax(74px,.72fr) minmax(118px,1.08fr);
  gap:7px;
  align-items:stretch;
}
.paywall-compare-head{
  margin-bottom:6px;
  color:rgba(255,250,246,.54);
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.paywall-compare-head span,
.paywall-compare-head strong{
  display:block;
  font-weight:950;
  text-align:center;
}
.paywall-compare-head strong{color:#ffe0a0}
.paywall-compare-table{display:grid;gap:6px}
.paywall-compare-row{
  min-height:44px;
}
.paywall-compare-row b,
.paywall-compare-row span,
.paywall-compare-row strong{
  display:flex;
  align-items:center;
  min-width:0;
  border-radius:13px;
  padding:8px 9px;
  line-height:1.18;
}
.paywall-compare-row b{
  color:#fffaf6;
  background:rgba(255,255,255,.055);
  font-size:12.5px;
  font-weight:950;
}
.paywall-compare-row span{
  justify-content:center;
  text-align:center;
  color:rgba(255,250,246,.56);
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.055);
  font-size:11.2px;
  font-weight:760;
}
.paywall-compare-row strong{
  justify-content:center;
  text-align:center;
  color:#fff2c8;
  background:linear-gradient(145deg,rgba(255,216,138,.15),rgba(185,152,255,.10));
  border:1px solid rgba(255,216,138,.18);
  font-size:11.5px;
  font-weight:920;
}
.premium-paywall-page .annual-plan{
  grid-template-columns:minmax(0,1fr) auto!important;
}
.premium-paywall-page .annual-plan small{
  display:grid!important;
  gap:3px!important;
  color:rgba(255,250,246,.72)!important;
}
.premium-paywall-page .annual-plan .plan-monthly{
  display:block!important;
  color:#ffe3aa!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:1000!important;
  letter-spacing:0!important;
  white-space:normal!important;
}
.plan-year-note{
  display:block;
  color:rgba(255,250,246,.62);
  font-size:12px;
  line-height:1.22;
  font-weight:820;
}
.plan-year-note del{
  color:rgba(255,250,246,.44);
  text-decoration-thickness:2px;
  text-decoration-color:rgba(255,177,191,.74);
}
.benefit-bullets .benefit-card i{
  color:#fff2c8!important;
  font-size:11px!important;
  font-weight:1000!important;
  letter-spacing:.04em!important;
  background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.26),rgba(255,216,138,.16) 52%,rgba(185,152,255,.12))!important;
}
.premium-paywall-page .paywall-secondary-cta{
  margin-top:-2px!important;
}
@media(max-width:380px){
  .compact-sales-hero h2{font-size:29px!important}
  .paywall-upgrade-compare{padding:13px!important}
  .paywall-compare-head,.paywall-compare-row{grid-template-columns:minmax(76px,.72fr) minmax(62px,.62fr) minmax(105px,1fr);gap:5px}
  .paywall-compare-row b,.paywall-compare-row span,.paywall-compare-row strong{padding:7px 7px;border-radius:12px}
  .paywall-compare-row b{font-size:11.5px}.paywall-compare-row span,.paywall-compare-row strong{font-size:10.4px}
}


/* Checkmark comparison paywall: show feature count difference clearly */
.paywall-check-compare{
  padding:14px!important;
}
.paywall-check-compare h3{
  font-size:20px!important;
  margin-bottom:10px!important;
}
.paywall-check-head,
.paywall-check-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 58px 78px;
  gap:7px;
  align-items:stretch;
}
.paywall-check-head{
  margin-bottom:7px;
  color:rgba(255,250,246,.52);
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.paywall-check-head span,
.paywall-check-head strong{
  display:block;
  text-align:center;
  font-weight:950;
}
.paywall-check-head span:first-child{text-align:left;padding-left:4px}
.paywall-check-head strong{color:#ffe0a0}
.paywall-check-table{display:grid;gap:6px}
.paywall-check-row{
  min-height:42px;
}
.paywall-check-row b{
  display:flex;
  align-items:center;
  min-width:0;
  padding:8px 10px;
  border-radius:14px;
  color:#fffaf6;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.065);
  font-size:12.4px;
  line-height:1.16;
  font-weight:900;
  letter-spacing:-.01em;
}
.check-cell{
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:3px!important;
  min-width:0;
  padding:6px 5px!important;
  border-radius:14px!important;
  text-align:center!important;
  font-style:normal!important;
  line-height:1!important;
}
.check-cell i{
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:999px;
  font-style:normal;
  font-size:14px;
  line-height:1;
  font-weight:1000;
}
.check-cell small{
  display:block;
  max-width:100%;
  color:inherit;
  font-size:9.6px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.015em;
}
.check-cell.free{
  color:rgba(255,250,246,.54)!important;
  background:rgba(255,255,255,.032)!important;
  border:1px solid rgba(255,255,255,.052)!important;
}
.check-cell.free.yes i:before,
.check-cell.plus.yes i:before{content:'✓'}
.check-cell.free.no i:before{content:'×'}
.check-cell.free.limit i:before{content:'•'}
.check-cell.free.yes i{
  color:rgba(210,255,203,.72);
  background:rgba(158,229,157,.10);
  border:1px solid rgba(158,229,157,.12);
}
.check-cell.free.no i{
  color:rgba(255,177,191,.76);
  background:rgba(255,177,191,.08);
  border:1px solid rgba(255,177,191,.10);
}
.check-cell.free.limit i{
  color:rgba(255,250,246,.58);
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.07);
}
.check-cell.plus{
  color:#fff2c8!important;
  background:linear-gradient(145deg,rgba(255,216,138,.18),rgba(185,152,255,.12))!important;
  border:1px solid rgba(255,216,138,.20)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(255,216,138,.055)!important;
}
.check-cell.plus i{
  color:#24142e;
  background:linear-gradient(135deg,#ffe9ae,#ffb7c4);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 5px 12px rgba(255,183,196,.12),inset 0 1px 0 rgba(255,255,255,.5);
}
@media(max-width:380px){
  .paywall-check-head,.paywall-check-row{grid-template-columns:minmax(0,1fr) 52px 70px;gap:5px}
  .paywall-check-row b{font-size:11.2px;padding:7px 8px;border-radius:12px}
  .check-cell{border-radius:12px!important;padding:5px 4px!important}
  .check-cell i{width:20px;height:20px;font-size:13px}
  .check-cell small{font-size:8.6px}
}


/* Subtle premium pulse for Plus column: sales accent without distracting heartbeat */
.paywall-check-head strong,
.paywall-check-row .check-cell.plus{
  animation:plusColumnSoftPulse 3.8s ease-in-out infinite;
}
.paywall-check-row .check-cell.plus:nth-child(3){
  transform-origin:center;
}
@keyframes plusColumnSoftPulse{
  0%,100%{
    filter:brightness(1);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 8px 18px rgba(255,216,138,.055)!important;
  }
  50%{
    filter:brightness(1.07);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 10px 24px rgba(255,216,138,.13),0 0 0 1px rgba(255,216,138,.05)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .paywall-check-head strong,
  .paywall-check-row .check-cell.plus{animation:none!important}
}

/* Bottom navigation: airy Compass bubbles */
.bottom-nav{
  width:min(calc(100% - 20px),438px)!important;
  gap:5px!important;
  padding:7px!important;
  border-radius:30px!important;
  background:linear-gradient(180deg,rgba(25,17,34,.82),rgba(16,11,24,.94))!important;
  border:1px solid rgba(255,250,246,.16)!important;
  box-shadow:0 -14px 44px rgba(8,4,14,.34),0 12px 34px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.08)!important;
  backdrop-filter:blur(14px) saturate(1.08)!important;
  overflow:hidden;
}
.bottom-nav:before{
  content:'';
  position:absolute;
  left:16px;right:16px;top:6px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,250,246,.30),rgba(185,152,255,.20),transparent);
  pointer-events:none;
}
.nav-item{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:58px!important;
  padding:7px 2px 6px!important;
  border-radius:23px!important;
  color:rgba(255,250,246,.70)!important;
  font-size:10.8px!important;
  letter-spacing:-.015em;
  transition:transform .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease;
}
.nav-item:before{
  content:'';
  position:absolute;
  inset:5px 5px 4px;
  border-radius:21px;
  background:rgba(255,250,246,.045);
  border:1px solid rgba(255,250,246,.055);
  opacity:0;
  transition:opacity .18s ease,transform .18s ease;
  z-index:-1;
}
.nav-item span{
  display:grid!important;
  place-items:center;
  justify-self:center;
  width:25px;height:25px;
  margin-bottom:1px;
  border-radius:999px;
  font-size:16px!important;
  line-height:1!important;
  color:rgba(255,250,246,.78);
  background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.15),rgba(255,250,246,.045) 55%,transparent 72%);
  border:1px solid rgba(255,255,255,.055);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
  transition:transform .18s ease,color .18s ease,background .18s ease,box-shadow .18s ease;
}
.nav-item[data-tab="home"] span{color:#fff0c8}
.nav-item[data-tab="practice"] span{color:#d6c8ff}
.nav-item[data-tab="journal"] span{color:#ffd4da}
.nav-item[data-tab="lunar"] span{color:#efe2ff}
.nav-item[data-tab="profile"] span{color:#fff3cf}
.nav-item.active{
  color:#2a1c31!important;
  background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.82),transparent 30%),linear-gradient(135deg,#fff0c8 0%,#ffc1c9 48%,#d8b7ff 100%)!important;
  box-shadow:0 11px 26px rgba(255,177,191,.22),0 0 0 1px rgba(255,255,255,.34),inset 0 1px 0 rgba(255,255,255,.72)!important;
  transform:translateY(-2px);
}
.nav-item.active:before{
  opacity:1;
  transform:scale(.96);
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,.04));
  border-color:rgba(255,255,255,.26);
}
.nav-item.active span{
  color:#291b31!important;
  background:rgba(255,255,255,.36);
  border-color:rgba(255,255,255,.42);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 5px 12px rgba(65,31,76,.10);
  transform:scale(1.04);
}
.nav-item:active{transform:translateY(1px) scale(.98)}
.nav-item.active:active{transform:translateY(-1px) scale(.99)}
@media(max-width:370px){
  .bottom-nav{width:min(calc(100% - 12px),438px)!important;padding:6px!important;gap:3px!important}
  .nav-item{min-height:55px!important;font-size:10.1px!important;border-radius:21px!important}
  .nav-item span{width:23px;height:23px;font-size:15px!important}
}
@media (prefers-reduced-motion:reduce){
  .nav-item,.nav-item:before,.nav-item span{transition:none!important}
}

/* Practice screen + lunar detail polish */
body[data-step="practice"] .screen{
  position:relative;
}
body[data-step="practice"] .screen:before{
  content:'';
  position:fixed;
  inset:76px 0 0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 18%,rgba(255,216,138,.18),transparent 28%),
    radial-gradient(circle at 82% 10%,rgba(185,152,255,.18),transparent 32%),
    radial-gradient(circle at 50% 72%,rgba(255,177,191,.12),transparent 36%);
}
.practice-card{
  position:relative;
  overflow:hidden;
  border-radius:32px!important;
  background:radial-gradient(circle at 86% 10%,rgba(255,216,138,.12),transparent 28%),linear-gradient(180deg,rgba(255,250,246,.13),rgba(185,152,255,.075))!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 22px 60px rgba(12,7,18,.22),inset 0 1px 0 rgba(255,255,255,.13)!important;
}
.practice-card:before{
  content:'◯';
  position:absolute;
  right:18px;
  top:18px;
  color:rgba(255,216,138,.22);
  font-size:34px;
  line-height:1;
  transform:rotate(-12deg);
  pointer-events:none;
}
.practice-card .pill{
  background:rgba(255,250,246,.12)!important;
  border-color:rgba(255,255,255,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10);
}
.practice-card h2{letter-spacing:-.055em}
.practice-card .lead{color:rgba(255,250,246,.70)!important;font-weight:750}
.chip-grid{gap:10px!important}
.practice-custom-button{
  width:100%!important;
  margin-top:10px!important;
  border-radius:22px!important;
  min-height:58px!important;
}
.practice-custom-button:not(.plus-locked-action){
  background:linear-gradient(145deg,rgba(255,250,246,.11),rgba(185,152,255,.08))!important;
  border:1px solid rgba(255,255,255,.15)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 10px 24px rgba(12,7,18,.08)!important;
}
.mood-chip{
  min-height:52px!important;
  border-radius:22px!important;
  padding:12px 13px!important;
  background:linear-gradient(145deg,rgba(255,250,246,.09),rgba(185,152,255,.07))!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 24px rgba(12,7,18,.08)!important;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.mood-chip.active{
  color:#fffaf6!important;
  background:linear-gradient(135deg,rgba(255,216,138,.23),rgba(255,177,191,.16),rgba(185,152,255,.16))!important;
  border-color:rgba(255,216,138,.58)!important;
  box-shadow:0 10px 28px rgba(255,216,138,.13),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
.mood-chip:active{transform:scale(.98)}
.breath-meta{
  margin:18px 0 12px!important;
  padding:16px!important;
  border-radius:24px;
  background:rgba(255,250,246,.075);
  border:1px solid rgba(255,255,255,.12);
}
.breath-meta b{font-size:21px!important;letter-spacing:-.045em}
.breath-meta span{color:#f1defd!important}
.breath-meta small{color:rgba(255,250,246,.62)!important}
.practice-circle{
  position:relative;
  isolation:isolate;
  overflow:visible!important;
  width:min(244px,70vw)!important;
  height:min(244px,70vw)!important;
  margin:24px auto 18px!important;
  background:
    radial-gradient(circle at 48% 45%,#fffdf8 0 34%,#fff1f5 35% 48%,#ffd3dd 49% 62%,#d4b8ff 63% 100%)!important;
  box-shadow:0 18px 54px rgba(255,177,191,.28),0 0 0 1px rgba(255,255,255,.16),inset 0 3px 8px rgba(255,255,255,.64),inset 0 -18px 34px rgba(185,152,255,.16)!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.2,.8,.22,1),box-shadow var(--breath-duration,1s) ease,filter var(--breath-duration,1s) ease,background var(--breath-duration,1s) ease!important;
}
.practice-circle:before,.practice-circle:after{
  content:'';
  position:absolute;
  inset:-14px;
  z-index:-1;
  border-radius:50%;
  pointer-events:none;
  opacity:.72;
}
.practice-circle:before{
  background:conic-gradient(from 160deg,rgba(255,216,138,.0),rgba(255,216,138,.50),rgba(255,177,191,.30),rgba(185,152,255,.50),rgba(255,216,138,.0));
  filter:blur(16px);
}
.practice-circle:after{
  inset:-7px;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 0 34px rgba(185,152,255,.25),inset 0 0 26px rgba(255,250,246,.16);
}
.practice-circle.running{
  animation:breathAura 2.8s ease-in-out infinite;
  box-shadow:0 24px 76px rgba(255,177,191,.42),0 0 72px rgba(185,152,255,.34),0 0 0 1px rgba(255,255,255,.24),inset 0 3px 9px rgba(255,255,255,.70),inset 0 -22px 38px rgba(185,152,255,.20)!important;
}
.practice-circle.running:before{animation:breathOrbit 4.6s linear infinite;opacity:.95;filter:blur(14px)}
.practice-circle.inhale{transform:scale(1.15)!important;filter:saturate(1.26) brightness(1.06)!important}
.practice-circle.hold-in{transform:scale(1.15)!important;filter:saturate(1.34) brightness(1.08)!important;transition-duration:.22s!important}
.practice-circle.exhale{transform:scale(.86)!important;filter:saturate(.98) brightness(.98)!important}
.practice-circle.hold-out{transform:scale(.86)!important;filter:saturate(.95) brightness(.97)!important;transition-duration:.22s!important}
.practice-circle.ready span{font-size:38px!important;text-shadow:0 1px 0 rgba(255,255,255,.72)}
.practice-circle span,.practice-circle strong{position:relative;z-index:1;color:#23172d!important}
.progress{
  height:12px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.progress span{
  background:linear-gradient(90deg,#ffd88a,#ffb1bf,#b998ff)!important;
  box-shadow:0 0 18px rgba(255,177,191,.36)!important;
}
@keyframes breathAura{
  0%,100%{box-shadow:0 24px 76px rgba(255,177,191,.38),0 0 54px rgba(185,152,255,.28),0 0 0 1px rgba(255,255,255,.22),inset 0 3px 9px rgba(255,255,255,.70),inset 0 -22px 38px rgba(185,152,255,.20)}
  50%{box-shadow:0 30px 92px rgba(255,216,138,.28),0 0 86px rgba(255,177,191,.42),0 0 54px rgba(185,152,255,.38),0 0 0 1px rgba(255,255,255,.28),inset 0 3px 10px rgba(255,255,255,.78),inset 0 -24px 42px rgba(185,152,255,.24)}
}
@keyframes breathOrbit{to{transform:rotate(360deg)}}

.status-card .lunar-details{
  padding:14px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg,#fffdf8,#fff7ef)!important;
  border:1px solid rgba(43,34,52,.075)!important;
  box-shadow:0 18px 42px rgba(43,34,52,.09),inset 0 1px 0 rgba(255,255,255,.72)!important;
}
.status-card .lunar-detail-row{
  position:relative;
  overflow:hidden;
  margin:0 0 10px;
  border:1px solid rgba(91,59,122,.10)!important;
  border-radius:24px;
  background:linear-gradient(145deg,#fffaf1,#fff3df)!important;
  box-shadow:0 12px 28px rgba(43,34,52,.055),inset 0 1px 0 rgba(255,255,255,.72);
}
.status-card .lunar-detail-row:last-child{margin-bottom:0}
.status-card .lunar-detail-row:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 88% 10%,rgba(255,216,138,.28),transparent 26%);
}
.status-card .lunar-detail-row:nth-child(2){background:linear-gradient(145deg,#fbf4ff,#fff8fb)!important}
.status-card .lunar-detail-row:nth-child(2):before{background:radial-gradient(circle at 88% 10%,rgba(185,152,255,.26),transparent 28%)}
.status-card .lunar-detail-row:nth-child(3){background:linear-gradient(145deg,#f8f1ff,#fff6ef)!important}
.status-card .lunar-detail-row:nth-child(3):before{background:radial-gradient(circle at 88% 10%,rgba(255,177,191,.22),transparent 28%)}
.status-card .lunar-detail-toggle{
  min-height:68px!important;
  padding:20px 54px 20px 18px!important;
  border-radius:24px!important;
  font-size:18px!important;
  letter-spacing:-.035em;
}
.status-card .lunar-detail-toggle:after{
  right:18px!important;
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:999px;
  background:rgba(255,255,255,.55);
  color:#9a6b1d!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 8px 18px rgba(43,34,52,.08);
}
.status-card .lunar-detail-body p{
  background:linear-gradient(145deg,#fff3df,#fff8eb)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.68);
}
.status-card .lunar-detail-body .lunar-detail-tip{
  background:linear-gradient(145deg,#f3e7ff,#fff3fb)!important;
}
@media(max-width:380px){
  .practice-circle{width:min(226px,68vw)!important;height:min(226px,68vw)!important}
  .practice-circle.ready span{font-size:34px!important}
  .status-card .lunar-detail-toggle{font-size:17px!important;min-height:64px!important}
}
@media (prefers-reduced-motion:reduce){
  .practice-circle.running,.practice-circle.running:before{animation:none!important}
}

/* Practice screen correction: true round sphere, cleaner background, no mood emoji look */
body[data-step="practice"] .app{
  background:
    radial-gradient(circle at 14% 6%,rgba(255,216,138,.16),transparent 24%),
    radial-gradient(circle at 88% 14%,rgba(185,152,255,.18),transparent 30%),
    linear-gradient(180deg,#20132d 0%,#171020 58%,#120d19 100%)!important;
}
body[data-step="practice"] .screen:before{
  inset:64px 0 0!important;
  background:
    radial-gradient(ellipse at 22% 12%,rgba(255,230,176,.16),transparent 34%),
    radial-gradient(ellipse at 85% 10%,rgba(190,160,255,.18),transparent 36%),
    radial-gradient(ellipse at 50% 45%,rgba(255,177,191,.09),transparent 42%),
    linear-gradient(180deg,rgba(255,250,246,.035),transparent 46%)!important;
}
.practice-card{
  background:
    radial-gradient(circle at 16% 10%,rgba(255,216,138,.10),transparent 26%),
    radial-gradient(circle at 92% 18%,rgba(185,152,255,.16),transparent 32%),
    linear-gradient(180deg,rgba(255,250,246,.10),rgba(255,250,246,.045) 46%,rgba(185,152,255,.055))!important;
  border-color:rgba(255,255,255,.14)!important;
}
.practice-card:before{display:none!important}
.mood-chip{
  position:relative;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:58px!important;
  padding:13px 12px!important;
  text-align:center!important;
  font-size:15.5px!important;
  letter-spacing:-.02em;
  background:linear-gradient(145deg,rgba(255,250,246,.095),rgba(255,250,246,.045))!important;
}
.mood-chip:before{
  content:'';
  width:7px;
  height:7px;
  margin-right:9px;
  border-radius:999px;
  background:rgba(255,250,246,.38);
  box-shadow:0 0 12px rgba(255,250,246,.10);
}
.mood-chip.active:before{
  background:#ffd88a;
  box-shadow:0 0 16px rgba(255,216,138,.46),0 0 0 5px rgba(255,216,138,.10);
}
.mood-label{display:block;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.practice-circle{
  box-sizing:border-box!important;
  aspect-ratio:1/1!important;
  width:min(236px,66vw)!important;
  height:auto!important;
  max-width:236px!important;
  min-width:0!important;
  border-radius:999px!important;
  overflow:hidden!important;
  transform-origin:50% 50%!important;
  contain:paint!important;
  background:
    radial-gradient(circle at 50% 50%,#fffdf8 0 28%,#fff1dd 29% 43%,#ffd5df 44% 58%,#e5cfff 59% 76%,#b998ff 100%)!important;
  box-shadow:0 18px 54px rgba(255,177,191,.30),0 0 52px rgba(185,152,255,.18),inset 0 2px 8px rgba(255,255,255,.72),inset 0 -16px 34px rgba(185,152,255,.18)!important;
}
.practice-circle:before,.practice-circle:after{
  border-radius:inherit!important;
  pointer-events:none!important;
}
.practice-circle:before{
  inset:0!important;
  z-index:0!important;
  opacity:.22!important;
  filter:none!important;
  background:conic-gradient(from 0deg,rgba(255,216,138,.30),rgba(255,177,191,.26),rgba(185,152,255,.34),rgba(255,216,138,.30))!important;
  mix-blend-mode:multiply;
}
.practice-circle:after{
  inset:8px!important;
  z-index:0!important;
  border:1px solid rgba(255,255,255,.34)!important;
  box-shadow:inset 0 0 28px rgba(255,255,255,.16),0 0 0 1px rgba(43,34,52,.10)!important;
}
.practice-circle.running{
  animation:breathAuraRound 2.8s ease-in-out infinite!important;
}
.practice-circle.running:before{
  animation:breathOrbit 5.2s linear infinite!important;
  opacity:.28!important;
}
.practice-circle.inhale{transform:scale(1.12)!important}
.practice-circle.hold-in{transform:scale(1.12)!important}
.practice-circle.exhale{transform:scale(.90)!important}
.practice-circle.hold-out{transform:scale(.90)!important}
@keyframes breathAuraRound{
  0%,100%{box-shadow:0 18px 54px rgba(255,177,191,.30),0 0 52px rgba(185,152,255,.18),inset 0 2px 8px rgba(255,255,255,.72),inset 0 -16px 34px rgba(185,152,255,.18)}
  50%{box-shadow:0 24px 74px rgba(255,216,138,.28),0 0 78px rgba(255,177,191,.35),0 0 62px rgba(185,152,255,.26),inset 0 2px 10px rgba(255,255,255,.78),inset 0 -18px 38px rgba(185,152,255,.22)}
}
@media(max-width:380px){.practice-circle{width:min(222px,64vw)!important;max-width:222px!important}.mood-chip{font-size:14.5px!important}}

/* Practice breathing choreography: phase-accurate light and scale */
.practice-circle{
  --sphere-size:min(232px,65vw);
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:232px!important;
  max-height:232px!important;
  overflow:visible!important;
  contain:layout style!important;
  color:#2a1736!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.98) 0 24%,rgba(255,246,220,.96) 25% 42%,rgba(255,198,213,.90) 43% 58%,rgba(220,196,255,.88) 59% 74%,rgba(172,133,255,.82) 75% 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.22),
    0 20px 52px rgba(185,152,255,.20),
    0 0 58px rgba(255,177,191,.20),
    inset 0 2px 8px rgba(255,255,255,.78),
    inset 0 -18px 34px rgba(127,92,190,.18)!important;
  transition:
    transform var(--breath-duration,1s) linear,
    box-shadow var(--breath-duration,1s) linear,
    filter var(--breath-duration,1s) linear,
    background var(--breath-duration,1s) linear!important;
}
.practice-circle.ready{
  transform:scale(.96)!important;
  animation:breathIdle 4.8s ease-in-out infinite!important;
}
.practice-circle:before{
  inset:-10px!important;
  z-index:-1!important;
  opacity:.62!important;
  border-radius:inherit!important;
  filter:blur(12px)!important;
  background:radial-gradient(circle,rgba(255,216,138,.24),rgba(255,177,191,.22) 42%,rgba(185,152,255,.26) 68%,transparent 76%)!important;
  mix-blend-mode:normal!important;
  animation:breathIdleGlow 5.2s ease-in-out infinite!important;
}
.practice-circle:after{
  inset:9px!important;
  z-index:0!important;
  border-radius:inherit!important;
  border:1px solid rgba(255,255,255,.38)!important;
  background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.28),transparent 24%)!important;
  box-shadow:inset 0 0 22px rgba(255,255,255,.18)!important;
  opacity:.58;
}
.practice-circle.running{animation:none!important}
.practice-circle.running:before{animation:none!important}
.practice-circle.running.inhale{
  transform:scale(1.17)!important;
  filter:saturate(1.28) brightness(1.10)!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,1) 0 26%,rgba(255,244,204,.98) 27% 43%,rgba(255,192,210,.96) 44% 58%,rgba(216,190,255,.94) 59% 74%,rgba(172,133,255,.90) 75% 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.30),
    0 28px 82px rgba(255,216,138,.28),
    0 0 94px rgba(255,177,191,.42),
    0 0 76px rgba(185,152,255,.34),
    inset 0 3px 10px rgba(255,255,255,.82),
    inset 0 -20px 38px rgba(127,92,190,.22)!important;
}
.practice-circle.running.inhale:before{
  opacity:.90!important;
  filter:blur(16px)!important;
  background:radial-gradient(circle,rgba(255,236,185,.44),rgba(255,177,191,.34) 42%,rgba(185,152,255,.36) 68%,transparent 78%)!important;
}
.practice-circle.running.hold-in{
  transform:scale(1.17)!important;
  filter:saturate(1.34) brightness(1.11)!important;
  animation:breathHoldBright 1.2s ease-in-out infinite!important;
}
.practice-circle.running.hold-in:before{
  opacity:.94!important;
  filter:blur(15px)!important;
  animation:none!important;
  background:conic-gradient(from 12deg,transparent 0 8%,rgba(255,255,255,.52) 9% 11%,transparent 12% 34%,rgba(255,216,138,.42) 35% 37%,transparent 38% 62%,rgba(185,152,255,.46) 63% 65%,transparent 66% 100%)!important;
}
.practice-circle.running.exhale{
  transform:scale(.84)!important;
  filter:saturate(.88) brightness(.92)!important;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.86) 0 22%,rgba(255,240,214,.78) 23% 40%,rgba(238,178,198,.70) 41% 58%,rgba(191,165,235,.72) 59% 76%,rgba(126,94,196,.76) 77% 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.16),
    0 12px 38px rgba(185,152,255,.16),
    0 0 34px rgba(255,177,191,.16),
    inset 0 2px 7px rgba(255,255,255,.58),
    inset 0 -16px 30px rgba(63,42,104,.24)!important;
}
.practice-circle.running.exhale:before{
  opacity:.34!important;
  filter:blur(11px)!important;
  background:radial-gradient(circle,rgba(255,177,191,.20),rgba(185,152,255,.20) 58%,transparent 76%)!important;
}
.practice-circle.running.hold-out{
  transform:scale(.84)!important;
  filter:saturate(.92) brightness(.93)!important;
  animation:breathHoldDim 1.35s ease-in-out infinite!important;
}
.practice-circle.running.hold-out:before{
  opacity:.42!important;
  filter:blur(12px)!important;
  animation:none!important;
  background:conic-gradient(from -20deg,transparent 0 14%,rgba(255,255,255,.26) 15% 16%,transparent 17% 48%,rgba(185,152,255,.30) 49% 51%,transparent 52% 100%)!important;
}
.practice-circle span{
  color:#281839!important;
  font-size:19px!important;
  font-weight:950!important;
  letter-spacing:.015em!important;
  text-transform:none!important;
  text-shadow:0 1px 0 rgba(255,255,255,.62),0 0 18px rgba(255,255,255,.18)!important;
}
.practice-circle.ready span{
  font-size:36px!important;
  letter-spacing:-.055em!important;
}
.practice-circle strong{
  color:#21152f!important;
  font-size:54px!important;
  font-weight:950!important;
  letter-spacing:-.06em!important;
  text-shadow:0 1px 0 rgba(255,255,255,.66),0 0 20px rgba(255,255,255,.20)!important;
}
@keyframes breathIdle{0%,100%{transform:scale(.955)}50%{transform:scale(.985)}}
@keyframes breathIdleGlow{0%,100%{opacity:.46;filter:blur(11px)}50%{opacity:.70;filter:blur(15px)}}
@keyframes breathHoldBright{0%,100%{box-shadow:0 0 0 1px rgba(255,255,255,.30),0 28px 82px rgba(255,216,138,.28),0 0 94px rgba(255,177,191,.42),0 0 76px rgba(185,152,255,.34),inset 0 3px 10px rgba(255,255,255,.82),inset 0 -20px 38px rgba(127,92,190,.22)}50%{box-shadow:0 0 0 1px rgba(255,255,255,.34),0 30px 90px rgba(255,216,138,.34),0 0 106px rgba(255,177,191,.48),0 0 84px rgba(185,152,255,.40),inset 0 3px 11px rgba(255,255,255,.86),inset 0 -20px 40px rgba(127,92,190,.24)}}
@keyframes breathHoldDim{0%,100%{box-shadow:0 0 0 1px rgba(255,255,255,.16),0 12px 38px rgba(185,152,255,.16),0 0 34px rgba(255,177,191,.16),inset 0 2px 7px rgba(255,255,255,.58),inset 0 -16px 30px rgba(63,42,104,.24)}50%{box-shadow:0 0 0 1px rgba(255,255,255,.19),0 14px 46px rgba(185,152,255,.22),0 0 42px rgba(255,177,191,.18),inset 0 2px 8px rgba(255,255,255,.62),inset 0 -16px 32px rgba(63,42,104,.26)}}
@keyframes electricHold{0%,100%{transform:rotate(0deg);opacity:.72}50%{transform:rotate(38deg);opacity:.96}}
@keyframes electricHoldLow{0%,100%{transform:rotate(0deg);opacity:.34}50%{transform:rotate(-32deg);opacity:.54}}
@media(max-width:380px){
  .practice-circle{--sphere-size:min(218px,63vw);max-width:218px!important;max-height:218px!important}
  .practice-circle strong{font-size:48px!important}
  .practice-circle.ready span{font-size:33px!important}
}
@media (prefers-reduced-motion:reduce){
  .practice-circle.ready,.practice-circle:before,.practice-circle.running.hold-in,.practice-circle.running.hold-in:before,.practice-circle.running.hold-out,.practice-circle.running.hold-out:before{animation:none!important}
}

/* Practice calm palette: blue-green low arousal sphere, no anxious pause flicker */
.practice-circle{
  --sphere-size:min(228px,64vw);
  --calm-ink:#18313a;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:228px!important;
  max-height:228px!important;
  color:var(--calm-ink)!important;
  background:
    radial-gradient(circle at 38% 28%,rgba(255,255,255,.96) 0 15%,rgba(223,248,244,.94) 16% 34%,rgba(178,224,218,.90) 35% 55%,rgba(154,199,221,.86) 56% 76%,rgba(173,165,220,.78) 77% 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.24),
    0 18px 48px rgba(91,151,170,.20),
    0 0 50px rgba(143,210,198,.18),
    inset 0 3px 10px rgba(255,255,255,.72),
    inset 0 -18px 32px rgba(63,102,133,.16)!important;
  transition:
    transform var(--breath-duration,1s) cubic-bezier(.24,.02,.16,1),
    box-shadow var(--breath-duration,1s) ease,
    filter var(--breath-duration,1s) ease,
    background var(--breath-duration,1s) ease!important;
}
.practice-circle.ready{
  transform:scale(.84)!important;
  animation:breathCalmIdle 6.4s ease-in-out infinite!important;
}
.practice-circle:before{
  inset:-12px!important;
  opacity:.44!important;
  filter:blur(14px)!important;
  background:radial-gradient(circle,rgba(178,224,218,.28),rgba(154,199,221,.22) 48%,rgba(173,165,220,.16) 70%,transparent 78%)!important;
  animation:breathCalmGlow 6.8s ease-in-out infinite!important;
}
.practice-circle:after{
  inset:10px!important;
  border:1px solid rgba(255,255,255,.34)!important;
  background:
    radial-gradient(circle at 30% 22%,rgba(255,255,255,.30),transparent 23%),
    radial-gradient(circle at 64% 70%,rgba(255,255,255,.10),transparent 34%)!important;
  box-shadow:inset 0 0 24px rgba(255,255,255,.15)!important;
  opacity:.54!important;
}
.practice-circle.running{animation:none!important}
.practice-circle.running:before{animation:none!important}
.practice-circle.running.breath-start{
  transform:scale(.80)!important;
  filter:saturate(.88) brightness(.96)!important;
}
.practice-circle.running.breath-start:before{opacity:.30!important;filter:blur(11px)!important}
.practice-circle.running.inhale{
  transform:scale(1.14)!important;
  filter:saturate(1.08) brightness(1.05)!important;
  background:
    radial-gradient(circle at 38% 28%,rgba(255,255,255,.98) 0 17%,rgba(225,250,246,.96) 18% 36%,rgba(184,231,224,.93) 37% 56%,rgba(160,207,229,.90) 57% 77%,rgba(185,179,226,.82) 78% 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.28),
    0 24px 72px rgba(91,151,170,.25),
    0 0 74px rgba(143,210,198,.28),
    0 0 42px rgba(173,165,220,.18),
    inset 0 3px 11px rgba(255,255,255,.78),
    inset 0 -18px 34px rgba(63,102,133,.17)!important;
}
.practice-circle.running.inhale:before{
  opacity:.62!important;
  filter:blur(17px)!important;
  background:radial-gradient(circle,rgba(199,240,232,.38),rgba(154,199,221,.28) 55%,rgba(173,165,220,.18) 72%,transparent 80%)!important;
}
.practice-circle.running.hold-in{
  transform:scale(1.14)!important;
  filter:saturate(1.02) brightness(1.03)!important;
  animation:breathQuietHoldFull 2.8s ease-in-out infinite!important;
}
.practice-circle.running.hold-in:before{
  opacity:.50!important;
  filter:blur(16px)!important;
  animation:breathQuietHoldGlow 3.2s ease-in-out infinite!important;
  background:radial-gradient(circle,rgba(199,240,232,.30),rgba(154,199,221,.22) 56%,rgba(173,165,220,.14) 74%,transparent 82%)!important;
}
.practice-circle.running.exhale{
  transform:scale(.82)!important;
  filter:saturate(.84) brightness(.94)!important;
  background:
    radial-gradient(circle at 38% 28%,rgba(255,255,255,.82) 0 14%,rgba(212,240,235,.74) 15% 34%,rgba(151,205,199,.68) 35% 56%,rgba(121,169,198,.64) 57% 78%,rgba(128,121,181,.58) 79% 100%)!important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.14),
    0 11px 34px rgba(91,151,170,.15),
    0 0 30px rgba(143,210,198,.13),
    inset 0 2px 8px rgba(255,255,255,.52),
    inset 0 -14px 27px rgba(38,61,88,.24)!important;
}
.practice-circle.running.exhale:before{
  opacity:.24!important;
  filter:blur(10px)!important;
  background:radial-gradient(circle,rgba(143,210,198,.18),rgba(154,199,221,.15) 58%,transparent 77%)!important;
}
.practice-circle.running.hold-out{
  transform:scale(.82)!important;
  filter:saturate(.80) brightness(.92)!important;
  animation:breathQuietHoldEmpty 3.1s ease-in-out infinite!important;
}
.practice-circle.running.hold-out:before{
  opacity:.22!important;
  filter:blur(10px)!important;
  animation:breathQuietHoldLowGlow 3.4s ease-in-out infinite!important;
  background:radial-gradient(circle,rgba(143,210,198,.15),rgba(154,199,221,.12) 58%,transparent 77%)!important;
}
.practice-circle span,.practice-circle strong{color:var(--calm-ink)!important;text-shadow:0 1px 0 rgba(255,255,255,.58),0 0 16px rgba(235,250,248,.18)!important}
.practice-circle.ready span{font-size:35px!important}
.progress span{background:linear-gradient(90deg,#b2e0da,#9ac7dd,#ada5dc)!important;box-shadow:0 0 16px rgba(143,210,198,.26)!important}
@keyframes breathCalmIdle{0%,100%{transform:scale(.835)}50%{transform:scale(.865)}}
@keyframes breathCalmGlow{0%,100%{opacity:.32;filter:blur(12px)}50%{opacity:.46;filter:blur(15px)}}
@keyframes breathQuietHoldFull{0%,100%{box-shadow:0 0 0 1px rgba(255,255,255,.26),0 22px 66px rgba(91,151,170,.21),0 0 66px rgba(143,210,198,.22),inset 0 3px 10px rgba(255,255,255,.72),inset 0 -18px 33px rgba(63,102,133,.16)}50%{box-shadow:0 0 0 1px rgba(255,255,255,.28),0 23px 70px rgba(91,151,170,.23),0 0 72px rgba(143,210,198,.25),inset 0 3px 11px rgba(255,255,255,.76),inset 0 -18px 34px rgba(63,102,133,.17)}}
@keyframes breathQuietHoldEmpty{0%,100%{box-shadow:0 0 0 1px rgba(255,255,255,.13),0 10px 31px rgba(91,151,170,.13),0 0 25px rgba(143,210,198,.10),inset 0 2px 7px rgba(255,255,255,.46),inset 0 -13px 25px rgba(38,61,88,.23)}50%{box-shadow:0 0 0 1px rgba(255,255,255,.15),0 11px 34px rgba(91,151,170,.15),0 0 28px rgba(143,210,198,.12),inset 0 2px 7px rgba(255,255,255,.50),inset 0 -14px 27px rgba(38,61,88,.24)}}
@keyframes breathQuietHoldGlow{0%,100%{opacity:.44;filter:blur(15px)}50%{opacity:.54;filter:blur(17px)}}
@keyframes breathQuietHoldLowGlow{0%,100%{opacity:.18;filter:blur(9px)}50%{opacity:.25;filter:blur(11px)}}
@media(max-width:380px){
  .practice-circle{--sphere-size:min(214px,62vw);max-width:214px!important;max-height:214px!important}
}
@media (prefers-reduced-motion:reduce){
  .practice-circle.ready,.practice-circle:before,.practice-circle.running.hold-in,.practice-circle.running.hold-in:before,.practice-circle.running.hold-out,.practice-circle.running.hold-out:before{animation:none!important}
}


/* Practice particle aura: soft Apple-like cloud instead of hard circle */
.practice-circle{
  --sphere-size:min(236px,66vw);
  --cloud-scale:.78;
  --cloud-opacity:.88;
  --calm-ink:#fffaf6;
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:236px!important;
  max-height:236px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  overflow:visible!important;
  contain:layout style!important;
  color:var(--calm-ink)!important;
  background:transparent!important;
  box-shadow:none!important;
  transform-origin:50% 50%!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.25,.02,.12,1),filter var(--breath-duration,1s) ease!important;
}
.practice-circle:before{
  content:''!important;
  position:absolute!important;
  inset:3%!important;
  z-index:0!important;
  border-radius:44% 56% 50% 50%/54% 45% 55% 46%!important;
  opacity:.48!important;
  filter:blur(26px)!important;
  background:
    radial-gradient(circle at 38% 33%,rgba(255,244,224,.60),transparent 26%),
    radial-gradient(circle at 62% 36%,rgba(236,200,255,.50),transparent 32%),
    radial-gradient(circle at 44% 66%,rgba(179,202,255,.42),transparent 34%),
    radial-gradient(circle at 66% 70%,rgba(255,190,205,.34),transparent 30%)!important;
  animation:particleAuraDrift 10s ease-in-out infinite!important;
}
.practice-circle:after{
  content:''!important;
  position:absolute!important;
  inset:14%!important;
  z-index:1!important;
  border-radius:50%!important;
  border:0!important;
  opacity:.20!important;
  filter:blur(.2px)!important;
  background:radial-gradient(circle,rgba(255,255,255,.34),rgba(255,255,255,.08) 38%,transparent 67%)!important;
  box-shadow:none!important;
}
.breath-cloud{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  display:block!important;
  transform:scale(var(--cloud-scale)) rotate(var(--cloud-rotate,0deg))!important;
  opacity:var(--cloud-opacity)!important;
  filter:saturate(var(--cloud-saturation,1)) brightness(var(--cloud-brightness,1))!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.25,.02,.12,1),opacity var(--breath-duration,1s) ease,filter var(--breath-duration,1s) ease!important;
  animation:particleCloudFloat 14s ease-in-out infinite!important;
}
.breath-cloud i{
  --x:0px;
  --y:0px;
  --s:36px;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:var(--s)!important;
  height:var(--s)!important;
  margin:calc(var(--s) / -2) 0 0 calc(var(--s) / -2)!important;
  border-radius:999px!important;
  opacity:.82!important;
  transform:translate3d(var(--x),var(--y),0) scale(var(--dot-scale,1))!important;
  filter:blur(var(--dot-blur,3px))!important;
  background:radial-gradient(circle at 36% 30%,rgba(255,255,255,.92),var(--dot-a,rgba(255,221,230,.68)) 38%,var(--dot-b,rgba(199,180,255,.38)) 72%,transparent 100%)!important;
  box-shadow:0 0 22px var(--dot-glow,rgba(255,210,226,.22))!important;
  animation:particleDotBreathe 7s ease-in-out infinite!important;
  animation-delay:calc(var(--p) * -.23s)!important;
}
.breath-cloud i:nth-child(1){--x:-54px;--y:-54px;--s:62px;--dot-a:rgba(255,226,218,.62);--dot-b:rgba(236,199,255,.42);--dot-glow:rgba(255,205,218,.28);--dot-blur:5px}
.breath-cloud i:nth-child(2){--x:-10px;--y:-70px;--s:72px;--dot-a:rgba(255,243,218,.58);--dot-b:rgba(255,198,218,.36);--dot-blur:6px}
.breath-cloud i:nth-child(3){--x:45px;--y:-55px;--s:58px;--dot-a:rgba(234,207,255,.62);--dot-b:rgba(185,202,255,.38);--dot-blur:5px}
.breath-cloud i:nth-child(4){--x:70px;--y:-14px;--s:64px;--dot-a:rgba(210,222,255,.58);--dot-b:rgba(235,190,255,.34);--dot-blur:6px}
.breath-cloud i:nth-child(5){--x:56px;--y:36px;--s:70px;--dot-a:rgba(255,205,220,.54);--dot-b:rgba(191,185,255,.38);--dot-blur:6px}
.breath-cloud i:nth-child(6){--x:12px;--y:67px;--s:74px;--dot-a:rgba(199,214,255,.52);--dot-b:rgba(255,205,222,.32);--dot-blur:7px}
.breath-cloud i:nth-child(7){--x:-46px;--y:52px;--s:66px;--dot-a:rgba(255,224,214,.56);--dot-b:rgba(214,190,255,.36);--dot-blur:6px}
.breath-cloud i:nth-child(8){--x:-70px;--y:10px;--s:58px;--dot-a:rgba(236,205,255,.56);--dot-b:rgba(255,218,226,.34);--dot-blur:5px}
.breath-cloud i:nth-child(9){--x:-18px;--y:-18px;--s:96px;--dot-a:rgba(255,244,235,.56);--dot-b:rgba(255,199,222,.28);--dot-blur:9px;opacity:.62!important}
.breath-cloud i:nth-child(10){--x:28px;--y:8px;--s:92px;--dot-a:rgba(225,207,255,.48);--dot-b:rgba(178,199,255,.30);--dot-blur:10px;opacity:.58!important}
.breath-cloud i:nth-child(11){--x:-6px;--y:20px;--s:86px;--dot-a:rgba(255,219,226,.42);--dot-b:rgba(255,244,220,.24);--dot-blur:11px;opacity:.54!important}
.breath-cloud i:nth-child(12){--x:-34px;--y:-4px;--s:76px;--dot-a:rgba(213,225,255,.44);--dot-b:rgba(241,206,255,.28);--dot-blur:8px;opacity:.54!important}
.breath-cloud i:nth-child(n+13){--s:18px;--dot-blur:2px;opacity:.55!important;background:radial-gradient(circle,rgba(255,255,255,.82),rgba(255,218,232,.42) 56%,transparent 100%)!important}
.breath-cloud i:nth-child(13){--x:-82px;--y:-26px}.breath-cloud i:nth-child(14){--x:86px;--y:22px}.breath-cloud i:nth-child(15){--x:-28px;--y:84px}.breath-cloud i:nth-child(16){--x:24px;--y:-88px}.breath-cloud i:nth-child(17){--x:-88px;--y:36px}.breath-cloud i:nth-child(18){--x:78px;--y:-42px}
.breath-copy{
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  min-width:112px!important;
  padding:12px 16px!important;
  border-radius:999px!important;
  background:rgba(36,23,47,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 32px rgba(18,10,28,.10)!important;
  backdrop-filter:blur(2px)!important;
}
.practice-circle span#breathPhase,.practice-circle strong#breathCount{color:#fffaf6!important;text-shadow:0 2px 18px rgba(23,12,35,.38),0 1px 0 rgba(255,255,255,.10)!important}
.practice-circle span#breathPhase{font-size:18px!important;font-weight:900!important;letter-spacing:-.015em!important}
.practice-circle.ready span#breathPhase{font-size:31px!important;letter-spacing:-.055em!important}
.practice-circle strong#breathCount{font-size:52px!important;font-weight:950!important;line-height:.95!important}
.practice-circle.ready .breath-copy{background:rgba(36,23,47,.10)!important}
.practice-circle.ready{transform:scale(.88)!important;--cloud-scale:.76;--cloud-opacity:.72;--cloud-saturation:.90;--cloud-brightness:.98;animation:none!important}
.practice-circle.running.breath-start{transform:scale(.86)!important;--cloud-scale:.72;--cloud-opacity:.68;--cloud-saturation:.88;--cloud-brightness:.96}
.practice-circle.running.inhale{transform:scale(1.08)!important;--cloud-scale:1.08;--cloud-opacity:.96;--cloud-saturation:1.08;--cloud-brightness:1.08;filter:none!important}
.practice-circle.running.hold-in{transform:scale(1.08)!important;--cloud-scale:1.08;--cloud-opacity:.92;--cloud-saturation:1.02;--cloud-brightness:1.05;filter:none!important;animation:particleQuietHold 4s ease-in-out infinite!important}
.practice-circle.running.exhale{transform:scale(.78)!important;--cloud-scale:.70;--cloud-opacity:.58;--cloud-saturation:.82;--cloud-brightness:.92;filter:none!important}
.practice-circle.running.hold-out{transform:scale(.78)!important;--cloud-scale:.70;--cloud-opacity:.52;--cloud-saturation:.78;--cloud-brightness:.90;filter:none!important;animation:particleQuietHoldSmall 4.4s ease-in-out infinite!important}
.practice-circle.running.hold-in:before,.practice-circle.running.hold-out:before{animation:particleAuraDrift 12s ease-in-out infinite!important}
.progress span{background:linear-gradient(90deg,#ffe6cc,#ffc6d7,#d9c5ff,#b9caff)!important;box-shadow:0 0 18px rgba(255,198,215,.26)!important}
@keyframes particleCloudFloat{0%,100%{--cloud-rotate:-2deg}50%{--cloud-rotate:2deg}}
@keyframes particleDotBreathe{0%,100%{opacity:.68;filter:blur(var(--dot-blur,3px))}50%{opacity:.92;filter:blur(calc(var(--dot-blur,3px) + 1px))}}
@keyframes particleAuraDrift{0%,100%{transform:scale(.96) rotate(-3deg);opacity:.42}50%{transform:scale(1.04) rotate(3deg);opacity:.58}}
@keyframes particleQuietHold{0%,100%{filter:brightness(1)}50%{filter:brightness(1.025)}}
@keyframes particleQuietHoldSmall{0%,100%{filter:brightness(.96)}50%{filter:brightness(.98)}}
@media(max-width:380px){
  .practice-circle{--sphere-size:min(220px,63vw);max-width:220px!important;max-height:220px!important}
  .practice-circle strong#breathCount{font-size:48px!important}
  .practice-circle.ready span#breathPhase{font-size:29px!important}
}
@media (prefers-reduced-motion:reduce){
  .breath-cloud,.breath-cloud i,.practice-circle:before,.practice-circle.running.hold-in,.practice-circle.running.hold-out{animation:none!important}
}


/* Practice wire cloud final: no old circle, no center badge, iPhone-style blue mesh */
.practice-circle{
  --sphere-size:min(242px,68vw);
  --cloud-scale:.82;
  --cloud-opacity:.76;
  --mesh-hue:#67adff;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:242px!important;
  max-height:242px!important;
  margin:22px auto 18px!important;
  border:0!important;
  outline:0!important;
  border-radius:999px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  contain:layout style!important;
  transform-origin:50% 50%!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.24,.02,.12,1),opacity var(--breath-duration,1s) ease!important;
}
.practice-circle:before{
  content:''!important;
  position:absolute!important;
  inset:18%!important;
  z-index:0!important;
  border-radius:45% 55% 52% 48%/48% 50% 52% 50%!important;
  opacity:.34!important;
  filter:blur(22px)!important;
  background:
    radial-gradient(circle at 38% 38%,rgba(122,184,255,.36),transparent 38%),
    radial-gradient(circle at 62% 58%,rgba(126,228,211,.20),transparent 40%),
    radial-gradient(circle at 50% 50%,rgba(236,250,255,.18),transparent 62%)!important;
  box-shadow:none!important;
  animation:meshCoreDrift 9s ease-in-out infinite!important;
}
.practice-circle:after{display:none!important;content:none!important;background:none!important;border:0!important;box-shadow:none!important}
.breath-cloud{
  position:absolute!important;
  inset:3%!important;
  z-index:2!important;
  display:block!important;
  border-radius:999px!important;
  transform:scale(var(--cloud-scale)) rotate(var(--cloud-rotate,0deg))!important;
  opacity:var(--cloud-opacity)!important;
  filter:drop-shadow(0 0 18px rgba(83,157,255,.16)) saturate(var(--cloud-saturation,1)) brightness(var(--cloud-brightness,1))!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.24,.02,.12,1),opacity var(--breath-duration,1s) ease,filter var(--breath-duration,1s) ease!important;
  animation:meshCloudFloat 12s ease-in-out infinite!important;
}
.breath-cloud:before,.breath-cloud:after{
  content:''!important;
  position:absolute!important;
  inset:12%!important;
  border-radius:46% 54% 48% 52%/53% 45% 55% 47%!important;
  border:1px solid rgba(126,190,255,.20)!important;
  border-top-color:rgba(102,172,255,.42)!important;
  border-right-color:rgba(126,228,211,.20)!important;
  background:transparent!important;
  box-shadow:0 0 24px rgba(93,162,255,.10),inset 0 0 18px rgba(126,228,211,.06)!important;
  filter:blur(.25px)!important;
  transform:rotate(-14deg)!important;
}
.breath-cloud:after{
  inset:18%!important;
  border-color:rgba(136,212,255,.14)!important;
  border-bottom-color:rgba(95,145,255,.34)!important;
  transform:rotate(27deg) scale(.96)!important;
}
.breath-cloud i{
  --x:0px;
  --y:0px;
  --s:128px;
  --rx:50%;
  --ry:50%;
  --r:0deg;
  --o:.42;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:var(--s)!important;
  height:calc(var(--s) * .62)!important;
  margin:calc(var(--s) * -.31) 0 0 calc(var(--s) / -2)!important;
  border-radius:var(--rx) var(--ry) calc(100% - var(--rx)) calc(100% - var(--ry))/54% 46% 58% 42%!important;
  border:1px solid rgba(105,175,255,var(--o))!important;
  border-left-color:rgba(132,230,216,calc(var(--o) * .54))!important;
  border-bottom-color:rgba(194,222,255,calc(var(--o) * .38))!important;
  border-right-color:rgba(54,116,255,calc(var(--o) * .26))!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:1!important;
  filter:blur(.15px)!important;
  transform:translate3d(var(--x),var(--y),0) rotate(var(--r)) scale(var(--line-scale,1))!important;
  transform-origin:50% 50%!important;
  animation:meshLineBreathe 7.6s ease-in-out infinite!important;
  animation-delay:calc(var(--p) * -.18s)!important;
}
.breath-cloud i:before{
  content:''!important;
  position:absolute!important;
  inset:18% 10%!important;
  border-radius:inherit!important;
  border-top:1px solid rgba(170,224,255,calc(var(--o) * .62))!important;
  border-left:1px solid rgba(128,226,218,calc(var(--o) * .28))!important;
  background:transparent!important;
  transform:rotate(19deg)!important;
}
.breath-cloud i:nth-child(1){--x:-9px;--y:-54px;--s:154px;--r:8deg;--o:.36;--rx:44%;--ry:56%}
.breath-cloud i:nth-child(2){--x:14px;--y:-44px;--s:166px;--r:-18deg;--o:.30;--rx:60%;--ry:44%}
.breath-cloud i:nth-child(3){--x:-28px;--y:-28px;--s:160px;--r:31deg;--o:.34;--rx:48%;--ry:62%}
.breath-cloud i:nth-child(4){--x:32px;--y:-19px;--s:150px;--r:-42deg;--o:.28;--rx:57%;--ry:46%}
.breath-cloud i:nth-child(5){--x:3px;--y:0px;--s:176px;--r:58deg;--o:.25;--rx:42%;--ry:55%}
.breath-cloud i:nth-child(6){--x:-30px;--y:22px;--s:158px;--r:-67deg;--o:.33;--rx:62%;--ry:47%}
.breath-cloud i:nth-child(7){--x:28px;--y:28px;--s:142px;--r:77deg;--o:.31;--rx:48%;--ry:58%}
.breath-cloud i:nth-child(8){--x:-4px;--y:46px;--s:154px;--r:-92deg;--o:.26;--rx:55%;--ry:45%}
.breath-cloud i:nth-child(9){--x:-55px;--y:-8px;--s:102px;--r:12deg;--o:.38;--rx:46%;--ry:58%}
.breath-cloud i:nth-child(10){--x:54px;--y:4px;--s:108px;--r:-24deg;--o:.34;--rx:57%;--ry:45%}
.breath-cloud i:nth-child(11){--x:-34px;--y:48px;--s:96px;--r:38deg;--o:.30;--rx:50%;--ry:60%}
.breath-cloud i:nth-child(12){--x:38px;--y:-53px;--s:92px;--r:-52deg;--o:.32;--rx:62%;--ry:44%}
.breath-cloud i:nth-child(n+13){--s:26px!important;height:26px!important;margin:-13px 0 0 -13px!important;border-radius:999px!important;border:0!important;background:radial-gradient(circle,rgba(224,244,255,.62),rgba(95,174,255,.34) 45%,transparent 72%)!important;filter:blur(1.1px)!important;opacity:.60!important;animation:meshDotPulse 6.4s ease-in-out infinite!important}
.breath-cloud i:nth-child(n+13):before{display:none!important}
.breath-cloud i:nth-child(13){--x:-76px;--y:-28px}.breath-cloud i:nth-child(14){--x:74px;--y:24px}.breath-cloud i:nth-child(15){--x:-22px;--y:76px}.breath-cloud i:nth-child(16){--x:24px;--y:-78px}.breath-cloud i:nth-child(17){--x:-72px;--y:38px}.breath-cloud i:nth-child(18){--x:70px;--y:-42px}
.breath-copy{
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  min-width:0!important;
  padding:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.practice-circle span#breathPhase,.practice-circle strong#breathCount{color:rgba(255,250,246,.96)!important;text-shadow:0 2px 14px rgba(13,8,24,.54),0 0 18px rgba(113,181,255,.22)!important}
.practice-circle span#breathPhase{font-size:17px!important;font-weight:900!important;letter-spacing:-.015em!important}
.practice-circle.ready span#breathPhase{font-size:29px!important;letter-spacing:-.055em!important}
.practice-circle strong#breathCount{font-size:50px!important;font-weight:950!important;line-height:.92!important}
.practice-circle.ready{transform:scale(.88)!important;--cloud-scale:.78;--cloud-opacity:.64;--cloud-saturation:.95;--cloud-brightness:.98;animation:none!important}
.practice-circle.running.breath-start{transform:scale(.86)!important;--cloud-scale:.74;--cloud-opacity:.60;--cloud-saturation:.92;--cloud-brightness:.96}
.practice-circle.running.inhale{transform:scale(1.05)!important;--cloud-scale:1.10;--cloud-opacity:.94;--cloud-saturation:1.12;--cloud-brightness:1.06;filter:none!important}
.practice-circle.running.hold-in{transform:scale(1.05)!important;--cloud-scale:1.10;--cloud-opacity:.86;--cloud-saturation:1.06;--cloud-brightness:1.03;filter:none!important;animation:meshQuietHold 4.2s ease-in-out infinite!important}
.practice-circle.running.exhale{transform:scale(.78)!important;--cloud-scale:.70;--cloud-opacity:.48;--cloud-saturation:.82;--cloud-brightness:.90;filter:none!important}
.practice-circle.running.hold-out{transform:scale(.78)!important;--cloud-scale:.70;--cloud-opacity:.42;--cloud-saturation:.78;--cloud-brightness:.88;filter:none!important;animation:meshQuietHoldSmall 4.6s ease-in-out infinite!important}
@keyframes meshCloudFloat{0%,100%{--cloud-rotate:-4deg}50%{--cloud-rotate:4deg}}
@keyframes meshLineBreathe{0%,100%{opacity:.76}50%{opacity:1}}
@keyframes meshDotPulse{0%,100%{opacity:.38;transform:translate3d(var(--x),var(--y),0) scale(.82)}50%{opacity:.72;transform:translate3d(var(--x),var(--y),0) scale(1.08)}}
@keyframes meshCoreDrift{0%,100%{transform:scale(.92) rotate(-5deg);opacity:.22}50%{transform:scale(1.05) rotate(4deg);opacity:.36}}
@keyframes meshQuietHold{0%,100%{opacity:1}50%{opacity:.96}}
@keyframes meshQuietHoldSmall{0%,100%{opacity:.92}50%{opacity:.88}}
@media(max-width:380px){.practice-circle{--sphere-size:min(226px,64vw);max-width:226px!important;max-height:226px!important}.practice-circle strong#breathCount{font-size:46px!important}.practice-circle.ready span#breathPhase{font-size:28px!important}}
@media (prefers-reduced-motion:reduce){.breath-cloud,.breath-cloud i,.breath-cloud:before,.breath-cloud:after,.practice-circle:before,.practice-circle.running.hold-in,.practice-circle.running.hold-out{animation:none!important}}


/* Practice blue sand cloud final: no sphere in any phase, only tiny moving grains */
.practice-circle,
.practice-circle.ready,
.practice-circle.running,
.practice-circle.inhale,
.practice-circle.hold-in,
.practice-circle.exhale,
.practice-circle.hold-out,
.practice-circle.running.breath-start,
.practice-circle.running.inhale,
.practice-circle.running.hold-in,
.practice-circle.running.exhale,
.practice-circle.running.hold-out{
  --sphere-size:min(246px,68vw);
  --cloud-scale:.82;
  --cloud-opacity:.76;
  position:relative!important;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:246px!important;
  max-height:246px!important;
  margin:22px auto 18px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  overflow:visible!important;
  contain:layout style!important;
  transform-origin:50% 50%!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.24,.02,.12,1),opacity var(--breath-duration,1s) ease!important;
}
.practice-circle:before,.practice-circle:after,
.practice-circle.running:before,.practice-circle.running:after,
.practice-circle.running.inhale:before,.practice-circle.running.inhale:after,
.practice-circle.running.hold-in:before,.practice-circle.running.hold-in:after,
.practice-circle.running.exhale:before,.practice-circle.running.exhale:after,
.practice-circle.running.hold-out:before,.practice-circle.running.hold-out:after{
  display:none!important;
  content:none!important;
  opacity:0!important;
  background:none!important;
  background-image:none!important;
  border:0!important;
  box-shadow:none!important;
  animation:none!important;
}
.breath-cloud.breath-sand{
  position:absolute!important;
  inset:-2%!important;
  z-index:2!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  opacity:var(--cloud-opacity)!important;
  transform:scale(var(--cloud-scale)) rotateX(58deg) rotateZ(var(--cloud-rotate,0deg))!important;
  transform-style:preserve-3d!important;
  filter:drop-shadow(0 0 12px rgba(67,142,255,.18)) saturate(var(--cloud-saturation,1)) brightness(var(--cloud-brightness,1))!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.24,.02,.12,1),opacity var(--breath-duration,1s) ease,filter var(--breath-duration,1s) ease!important;
  animation:sandCloudOrbit 10s linear infinite!important;
}
.breath-cloud.breath-sand:before,
.breath-cloud.breath-sand:after{display:none!important;content:none!important}
.breath-cloud.breath-sand i,
.breath-cloud.breath-sand i:nth-child(n),
.breath-cloud.breath-sand i:nth-child(n+13){
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:var(--s)!important;
  height:var(--s)!important;
  margin:calc(var(--s) / -2) 0 0 calc(var(--s) / -2)!important;
  border:0!important;
  border-radius:999px!important;
  background:radial-gradient(circle,rgba(232,248,255,.88) 0 18%,rgba(94,169,255,.76) 34%,rgba(32,97,255,.38) 62%,transparent 76%)!important;
  box-shadow:0 0 5px rgba(91,169,255,.42)!important;
  opacity:var(--o)!important;
  filter:blur(var(--b))!important;
  transform:rotate(var(--a)) translateX(var(--r)) translateY(var(--y)) rotate(calc(-1 * var(--a))) scale(var(--grain-scale,1))!important;
  transform-origin:center!important;
  animation:sandGrainPulse 5.8s ease-in-out infinite!important;
  animation-delay:calc(var(--p) * -.037s)!important;
}
.breath-cloud.breath-sand i:before{display:none!important;content:none!important}
.breath-copy{
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.practice-circle span#breathPhase,.practice-circle strong#breathCount{color:rgba(255,250,246,.97)!important;text-shadow:0 2px 14px rgba(11,6,22,.56),0 0 18px rgba(77,151,255,.22)!important}
.practice-circle span#breathPhase{font-size:17px!important;font-weight:900!important;letter-spacing:-.015em!important}
.practice-circle.ready span#breathPhase{font-size:29px!important;letter-spacing:-.055em!important}
.practice-circle strong#breathCount{font-size:50px!important;font-weight:950!important;line-height:.92!important}
.practice-circle.ready{transform:scale(.90)!important;--cloud-scale:.74;--cloud-opacity:.58;--cloud-saturation:.92;--cloud-brightness:.96;animation:none!important}
.practice-circle.running.breath-start{transform:scale(.88)!important;--cloud-scale:.70;--cloud-opacity:.54;--cloud-saturation:.90;--cloud-brightness:.94}
.practice-circle.running.inhale{transform:scale(1.04)!important;--cloud-scale:1.10;--cloud-opacity:.94;--cloud-saturation:1.15;--cloud-brightness:1.08;--grain-scale:1.08;animation:none!important}
.practice-circle.running.hold-in{transform:scale(1.04)!important;--cloud-scale:1.10;--cloud-opacity:.86;--cloud-saturation:1.08;--cloud-brightness:1.04;--grain-scale:1.04;animation:none!important}
.practice-circle.running.exhale{transform:scale(.80)!important;--cloud-scale:.68;--cloud-opacity:.46;--cloud-saturation:.82;--cloud-brightness:.88;--grain-scale:.86;animation:none!important}
.practice-circle.running.hold-out{transform:scale(.80)!important;--cloud-scale:.68;--cloud-opacity:.40;--cloud-saturation:.78;--cloud-brightness:.86;--grain-scale:.84;animation:none!important}
@keyframes sandCloudOrbit{0%{--cloud-rotate:0deg}100%{--cloud-rotate:360deg}}
@keyframes sandGrainPulse{0%,100%{opacity:calc(var(--o) * .72)}50%{opacity:var(--o)}}
@media(max-width:380px){.practice-circle{--sphere-size:min(228px,64vw);max-width:228px!important;max-height:228px!important}.practice-circle strong#breathCount{font-size:46px!important}.practice-circle.ready span#breathPhase{font-size:28px!important}}
@media (prefers-reduced-motion:reduce){.breath-cloud.breath-sand,.breath-cloud.breath-sand i{animation:none!important}}


/* Practice blue sand cloud v39: no raster square, only free tiny blue grains */
.practice-circle,
.practice-circle.ready,
.practice-circle.running,
.practice-circle.inhale,
.practice-circle.hold-in,
.practice-circle.exhale,
.practice-circle.hold-out,
.practice-circle.running.breath-start,
.practice-circle.running.inhale,
.practice-circle.running.hold-in,
.practice-circle.running.exhale,
.practice-circle.running.hold-out{
  --sphere-size:min(258px,72vw);
  --cloud-scale:.82;
  --cloud-opacity:.72;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:258px!important;
  max-height:258px!important;
  margin:20px auto 18px!important;
  padding:0!important;
  border:0!important;
  outline:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  overflow:visible!important;
  contain:layout style!important;
  transform-origin:50% 50%!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.24,.02,.12,1),opacity var(--breath-duration,1s) ease!important;
}
.practice-circle:before,.practice-circle:after,
.practice-circle.running:before,.practice-circle.running:after,
.practice-circle.running.inhale:before,.practice-circle.running.inhale:after,
.practice-circle.running.hold-in:before,.practice-circle.running.hold-in:after,
.practice-circle.running.exhale:before,.practice-circle.running.exhale:after,
.practice-circle.running.hold-out:before,.practice-circle.running.hold-out:after{display:none!important;content:none!important;background:none!important;background-image:none!important;border:0!important;box-shadow:none!important;filter:none!important;animation:none!important}
.breath-cloud.breath-sand{
  position:absolute!important;
  inset:-8%!important;
  z-index:2!important;
  display:block!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  filter:none!important;
  opacity:var(--cloud-opacity)!important;
  transform:scale(var(--cloud-scale)) rotate(var(--cloud-rotate,0deg))!important;
  transform-origin:50% 50%!important;
  transition:transform var(--breath-duration,1s) cubic-bezier(.24,.02,.12,1),opacity var(--breath-duration,1s) ease!important;
  animation:sandFreeOrbit 18s linear infinite!important;
}
.breath-cloud.breath-sand:before,.breath-cloud.breath-sand:after{display:none!important;content:none!important;background:none!important;box-shadow:none!important;filter:none!important}
.breath-cloud.breath-sand i,
.breath-cloud.breath-sand i:nth-child(n),
.breath-cloud.breath-sand i:nth-child(n+13){
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:var(--s)!important;
  height:var(--s)!important;
  margin:calc(var(--s) / -2) 0 0 calc(var(--s) / -2)!important;
  border:0!important;
  border-radius:999px!important;
  background:radial-gradient(circle,rgba(235,249,255,.94) 0 14%,rgba(112,184,255,.82) 35%,rgba(30,98,255,.42) 64%,transparent 78%)!important;
  box-shadow:0 0 3px rgba(92,170,255,.32)!important;
  opacity:var(--o)!important;
  filter:blur(var(--b))!important;
  transform:translate3d(var(--x),var(--y),0) scale(var(--grain-scale,1))!important;
  transform-origin:center!important;
  animation:sandFreePulse 6.8s ease-in-out infinite!important;
  animation-delay:var(--d)!important;
}
.breath-cloud.breath-sand i:before{display:none!important;content:none!important}
.breath-copy{position:relative!important;z-index:4!important;display:grid!important;place-items:center!important;min-width:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
.practice-circle span#breathPhase,.practice-circle strong#breathCount{color:rgba(255,250,246,.97)!important;text-shadow:0 2px 14px rgba(11,6,22,.56),0 0 18px rgba(77,151,255,.22)!important}
.practice-circle span#breathPhase{font-size:17px!important;font-weight:900!important;letter-spacing:-.015em!important}
.practice-circle.ready span#breathPhase{font-size:29px!important;letter-spacing:-.055em!important}
.practice-circle strong#breathCount{font-size:50px!important;font-weight:950!important;line-height:.92!important}
.practice-circle.ready{transform:scale(.92)!important;--cloud-scale:.74;--cloud-opacity:.55;--grain-scale:.92;animation:none!important}
.practice-circle.running.breath-start{transform:scale(.90)!important;--cloud-scale:.70;--cloud-opacity:.52;--grain-scale:.88;animation:none!important}
.practice-circle.running.inhale{transform:scale(1.03)!important;--cloud-scale:1.08;--cloud-opacity:.92;--grain-scale:1.10;animation:none!important}
.practice-circle.running.hold-in{transform:scale(1.03)!important;--cloud-scale:1.08;--cloud-opacity:.82;--grain-scale:1.06;animation:none!important}
.practice-circle.running.exhale{transform:scale(.82)!important;--cloud-scale:.68;--cloud-opacity:.44;--grain-scale:.84;animation:none!important}
.practice-circle.running.hold-out{transform:scale(.82)!important;--cloud-scale:.68;--cloud-opacity:.38;--grain-scale:.82;animation:none!important}
@keyframes sandFreeOrbit{0%{--cloud-rotate:0deg}100%{--cloud-rotate:360deg}}
@keyframes sandFreePulse{0%,100%{opacity:calc(var(--o) * .66)}50%{opacity:var(--o)}}
@media(max-width:380px){.practice-circle{--sphere-size:min(236px,67vw);max-width:236px!important;max-height:236px!important}.practice-circle strong#breathCount{font-size:46px!important}.practice-circle.ready span#breathPhase{font-size:28px!important}}
@media (prefers-reduced-motion:reduce){.breath-cloud.breath-sand,.breath-cloud.breath-sand i{animation:none!important}}

/* Practice gradient sphere v40: no particle cloud, smooth app-style breathing orb */
.practice-card{
  position:relative!important;
  overflow:visible!important;
}
.practice-circle,
.practice-circle.ready,
.practice-circle.running,
.practice-circle.inhale,
.practice-circle.hold-in,
.practice-circle.exhale,
.practice-circle.hold-out,
.practice-circle.running.breath-start,
.practice-circle.running.inhale,
.practice-circle.running.hold-in,
.practice-circle.running.exhale,
.practice-circle.running.hold-out{
  --sphere-size:min(238px,66vw);
  --sphere-scale:.86;
  --sphere-brightness:.96;
  --sphere-saturation:.96;
  position:relative!important;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:238px!important;
  max-height:238px!important;
  margin:22px auto 18px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.34)!important;
  border-radius:999px!important;
  outline:0!important;
  overflow:visible!important;
  contain:layout style!important;
  isolation:isolate!important;
  transform:scale(var(--sphere-scale))!important;
  transform-origin:50% 50%!important;
  filter:saturate(var(--sphere-saturation)) brightness(var(--sphere-brightness))!important;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.98) 0 10%,rgba(255,246,232,.92) 11% 22%,transparent 23%),
    radial-gradient(circle at 42% 38%,rgba(255,238,218,.94) 0 24%,rgba(255,204,218,.88) 35%,rgba(216,198,255,.84) 56%,rgba(166,208,255,.82) 76%,rgba(119,158,231,.78) 100%),
    linear-gradient(145deg,rgba(255,248,235,.90),rgba(255,197,218,.78) 38%,rgba(203,190,255,.74) 66%,rgba(149,199,246,.76))!important;
  background-blend-mode:screen,normal,normal!important;
  box-shadow:
    0 30px 48px rgba(64,45,94,.18),
    0 18px 78px rgba(182,153,255,.18),
    0 0 52px rgba(255,196,216,.20),
    inset 10px 12px 24px rgba(255,255,255,.44),
    inset -18px -24px 42px rgba(85,83,166,.24),
    inset 0 0 0 1px rgba(255,255,255,.26)!important;
  transition:
    transform var(--breath-duration,1s) cubic-bezier(.22,.02,.12,1),
    box-shadow var(--breath-duration,1s) ease,
    filter var(--breath-duration,1s) ease,
    background var(--breath-duration,1s) ease!important;
  animation:none!important;
}
.practice-circle:before,
.practice-circle.running:before,
.practice-circle.running.inhale:before,
.practice-circle.running.hold-in:before,
.practice-circle.running.exhale:before,
.practice-circle.running.hold-out:before{
  content:''!important;
  display:block!important;
  position:absolute!important;
  inset:-18%!important;
  z-index:-2!important;
  border:0!important;
  border-radius:999px!important;
  opacity:.36!important;
  filter:blur(22px)!important;
  background:radial-gradient(circle,rgba(255,207,222,.42) 0 28%,rgba(199,184,255,.28) 48%,rgba(137,198,248,.20) 68%,transparent 78%)!important;
  box-shadow:none!important;
  animation:sphereIdleGlow 5.8s ease-in-out infinite!important;
}
.practice-circle:after,
.practice-circle.running:after,
.practice-circle.running.inhale:after,
.practice-circle.running.hold-in:after,
.practice-circle.running.exhale:after,
.practice-circle.running.hold-out:after{
  content:''!important;
  display:block!important;
  position:absolute!important;
  inset:9%!important;
  z-index:1!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.24)!important;
  background:
    radial-gradient(circle at 30% 21%,rgba(255,255,255,.42),rgba(255,255,255,.16) 16%,transparent 28%),
    radial-gradient(circle at 67% 76%,rgba(70,76,152,.14),transparent 34%)!important;
  box-shadow:inset 0 0 28px rgba(255,255,255,.10)!important;
  opacity:.68!important;
  filter:none!important;
  animation:none!important;
  pointer-events:none!important;
}
.breath-cloud,
.breath-cloud.breath-sand,
.breath-cloud.breath-sand i,
.breath-cloud.breath-sand:before,
.breath-cloud.breath-sand:after{
  display:none!important;
  content:none!important;
  opacity:0!important;
  animation:none!important;
}
.breath-copy{
  position:relative!important;
  z-index:4!important;
  display:grid!important;
  place-items:center!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
.practice-circle span#breathPhase,
.practice-circle strong#breathCount{
  color:rgba(47,29,69,.92)!important;
  text-shadow:0 1px 0 rgba(255,255,255,.62),0 0 18px rgba(255,255,255,.22)!important;
}
.practice-circle span#breathPhase{font-size:17px!important;font-weight:900!important;letter-spacing:-.015em!important}
.practice-circle.ready span#breathPhase{font-size:30px!important;letter-spacing:-.055em!important}
.practice-circle strong#breathCount{font-size:50px!important;font-weight:950!important;line-height:.92!important}
.practice-circle.ready{--sphere-scale:.86;--sphere-brightness:.97;--sphere-saturation:.98;animation:sphereReadyFloat 6s ease-in-out infinite!important}
.practice-circle.running.breath-start{--sphere-scale:.82;--sphere-brightness:.94;--sphere-saturation:.94;animation:none!important}
.practice-circle.running.inhale{
  --sphere-scale:1.08;
  --sphere-brightness:1.11;
  --sphere-saturation:1.10;
  box-shadow:
    0 36px 58px rgba(64,45,94,.20),
    0 24px 98px rgba(182,153,255,.30),
    0 0 86px rgba(255,196,216,.34),
    0 0 52px rgba(142,202,255,.22),
    inset 12px 14px 27px rgba(255,255,255,.52),
    inset -18px -24px 44px rgba(85,83,166,.20),
    inset 0 0 0 1px rgba(255,255,255,.34)!important;
  animation:none!important;
}
.practice-circle.running.inhale:before{opacity:.56!important;filter:blur(27px)!important;animation:none!important}
.practice-circle.running.hold-in{
  --sphere-scale:1.08;
  --sphere-brightness:1.08;
  --sphere-saturation:1.07;
  animation:sphereHoldBright 1.45s ease-in-out infinite!important;
}
.practice-circle.running.hold-in:before{opacity:.48!important;filter:blur(25px)!important;animation:sphereGlowFlicker 1.45s ease-in-out infinite!important}
.practice-circle.running.exhale{
  --sphere-scale:.80;
  --sphere-brightness:.88;
  --sphere-saturation:.86;
  background:
    radial-gradient(circle at 34% 24%,rgba(255,255,255,.78) 0 9%,rgba(246,236,226,.68) 10% 21%,transparent 22%),
    radial-gradient(circle at 42% 38%,rgba(244,231,217,.72) 0 24%,rgba(218,174,190,.66) 35%,rgba(174,160,220,.62) 57%,rgba(111,157,205,.58) 78%,rgba(80,103,170,.56) 100%),
    linear-gradient(145deg,rgba(245,236,220,.72),rgba(213,159,184,.58) 38%,rgba(158,145,212,.55) 66%,rgba(95,142,199,.58))!important;
  box-shadow:
    0 18px 34px rgba(64,45,94,.13),
    0 9px 42px rgba(182,153,255,.12),
    0 0 26px rgba(255,196,216,.12),
    inset 8px 10px 21px rgba(255,255,255,.34),
    inset -16px -22px 36px rgba(61,58,128,.28),
    inset 0 0 0 1px rgba(255,255,255,.16)!important;
  animation:none!important;
}
.practice-circle.running.exhale:before{opacity:.22!important;filter:blur(17px)!important;animation:none!important}
.practice-circle.running.hold-out{
  --sphere-scale:.80;
  --sphere-brightness:.88;
  --sphere-saturation:.86;
  animation:sphereHoldDim 1.65s ease-in-out infinite!important;
}
.practice-circle.running.hold-out:before{opacity:.20!important;filter:blur(16px)!important;animation:sphereGlowFlickerLow 1.65s ease-in-out infinite!important}
.progress span{background:linear-gradient(90deg,#ffe8d4,#ffc8dc,#d9c8ff,#a8d7ff)!important;box-shadow:0 0 18px rgba(255,198,215,.26)!important}
@keyframes sphereReadyFloat{0%,100%{transform:scale(.86)}50%{transform:scale(.88)}}
@keyframes sphereIdleGlow{0%,100%{opacity:.30;filter:blur(20px)}50%{opacity:.40;filter:blur(24px)}}
@keyframes sphereHoldBright{0%,100%{box-shadow:0 36px 58px rgba(64,45,94,.20),0 24px 94px rgba(182,153,255,.27),0 0 80px rgba(255,196,216,.30),0 0 48px rgba(142,202,255,.20),inset 12px 14px 27px rgba(255,255,255,.50),inset -18px -24px 44px rgba(85,83,166,.20),inset 0 0 0 1px rgba(255,255,255,.31)}50%{box-shadow:0 38px 62px rgba(64,45,94,.22),0 26px 104px rgba(182,153,255,.33),0 0 92px rgba(255,196,216,.38),0 0 56px rgba(142,202,255,.24),inset 13px 15px 29px rgba(255,255,255,.54),inset -18px -24px 44px rgba(85,83,166,.19),inset 0 0 0 1px rgba(255,255,255,.36)}}
@keyframes sphereHoldDim{0%,100%{box-shadow:0 18px 34px rgba(64,45,94,.13),0 9px 40px rgba(182,153,255,.11),0 0 23px rgba(255,196,216,.10),inset 8px 10px 21px rgba(255,255,255,.32),inset -16px -22px 36px rgba(61,58,128,.28),inset 0 0 0 1px rgba(255,255,255,.15)}50%{box-shadow:0 19px 36px rgba(64,45,94,.14),0 10px 45px rgba(182,153,255,.14),0 0 28px rgba(255,196,216,.13),inset 8px 10px 22px rgba(255,255,255,.35),inset -16px -22px 36px rgba(61,58,128,.27),inset 0 0 0 1px rgba(255,255,255,.18)}}
@keyframes sphereGlowFlicker{0%,100%{opacity:.44;filter:blur(24px)}50%{opacity:.58;filter:blur(28px)}}
@keyframes sphereGlowFlickerLow{0%,100%{opacity:.16;filter:blur(15px)}50%{opacity:.24;filter:blur(18px)}}
@media(max-width:380px){.practice-circle{--sphere-size:min(224px,64vw);max-width:224px!important;max-height:224px!important}.practice-circle strong#breathCount{font-size:46px!important}.practice-circle.ready span#breathPhase{font-size:28px!important}}
@media (prefers-reduced-motion:reduce){.practice-circle.ready,.practice-circle:before,.practice-circle.running.hold-in,.practice-circle.running.hold-in:before,.practice-circle.running.hold-out,.practice-circle.running.hold-out:before{animation:none!important}}

/* Practice gradient sphere v41: centered smooth orb, frame-synced to inhale/exhale duration */
.practice-circle,
.practice-circle.ready,
.practice-circle.running,
.practice-circle.inhale,
.practice-circle.hold-in,
.practice-circle.exhale,
.practice-circle.hold-out,
.practice-circle.running.breath-start,
.practice-circle.running.inhale,
.practice-circle.running.hold-in,
.practice-circle.running.exhale,
.practice-circle.running.hold-out{
  --sphere-size:min(230px,64vw);
  --breath-level:0;
  --breath-glow:.16;
  --sphere-base:.82;
  --sphere-range:.24;
  --sphere-live-scale:calc(var(--sphere-base) + (var(--breath-level) * var(--sphere-range)));
  --sphere-light:calc(.90 + (var(--breath-glow) * .20));
  --sphere-sat:calc(.92 + (var(--breath-glow) * .16));
  position:relative!important;
  width:var(--sphere-size)!important;
  height:var(--sphere-size)!important;
  max-width:230px!important;
  max-height:230px!important;
  aspect-ratio:1/1!important;
  margin:22px auto 18px!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.25)!important;
  border-radius:999px!important;
  outline:0!important;
  overflow:visible!important;
  contain:layout style!important;
  isolation:isolate!important;
  transform:scale(var(--sphere-live-scale))!important;
  transform-origin:50% 50%!important;
  filter:saturate(var(--sphere-sat)) brightness(var(--sphere-light))!important;
  background:
    radial-gradient(circle at 50% 48%,rgba(255,242,229,.94) 0 18%,rgba(255,216,225,.92) 31%,rgba(224,204,255,.88) 52%,rgba(177,211,255,.84) 76%,rgba(139,174,238,.80) 100%)!important;
  background-blend-mode:normal!important;
  box-shadow:
    0 22px 44px rgba(37,24,62,.18),
    0 0 calc(32px + (var(--breath-glow) * 46px)) rgba(197,177,255,calc(.14 + (var(--breath-glow) * .18))),
    0 0 calc(22px + (var(--breath-glow) * 42px)) rgba(255,196,216,calc(.10 + (var(--breath-glow) * .16))),
    inset 8px 10px 20px rgba(255,255,255,.34),
    inset -18px -24px 42px rgba(70,76,156,.20),
    inset 0 0 0 1px rgba(255,255,255,.20)!important;
  transition:none!important;
  animation:none!important;
}
.practice-circle.ready{
  --breath-level:.18;
  --breath-glow:.24;
  animation:sphereV41Ready 6.2s ease-in-out infinite!important;
}
.practice-circle.running.breath-start{--breath-level:0;--breath-glow:.12;animation:none!important}
.practice-circle.running.inhale,
.practice-circle.running.hold-in,
.practice-circle.running.exhale,
.practice-circle.running.hold-out{
  animation:none!important;
}
.practice-circle:before,
.practice-circle.running:before,
.practice-circle.running.inhale:before,
.practice-circle.running.hold-in:before,
.practice-circle.running.exhale:before,
.practice-circle.running.hold-out:before{
  content:''!important;
  display:block!important;
  position:absolute!important;
  inset:-16%!important;
  z-index:-2!important;
  border:0!important;
  border-radius:999px!important;
  opacity:calc(.18 + (var(--breath-glow) * .34))!important;
  filter:blur(calc(16px + (var(--breath-glow) * 10px)))!important;
  background:radial-gradient(circle,rgba(255,204,221,.42) 0 26%,rgba(208,190,255,.30) 48%,rgba(145,202,255,.18) 68%,transparent 80%)!important;
  box-shadow:none!important;
  animation:none!important;
}
.practice-circle:after,
.practice-circle.running:after,
.practice-circle.running.inhale:after,
.practice-circle.running.hold-in:after,
.practice-circle.running.exhale:after,
.practice-circle.running.hold-out:after{
  content:''!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  border-radius:999px!important;
  border:0!important;
  background:
    radial-gradient(circle at 40% 28%,rgba(255,255,255,.28) 0 5%,rgba(255,255,255,.16) 14%,transparent 30%),
    radial-gradient(circle at 50% 48%,transparent 0 58%,rgba(255,255,255,.15) 78%,rgba(255,255,255,.23) 100%),
    radial-gradient(circle at 58% 72%,rgba(61,70,148,.12),transparent 36%)!important;
  box-shadow:inset 0 0 30px rgba(255,255,255,.08)!important;
  opacity:.82!important;
  filter:none!important;
  animation:none!important;
  pointer-events:none!important;
}
.practice-circle.running.hold-in:before{animation:sphereV41GlowHold 1.5s ease-in-out infinite!important}
.practice-circle.running.hold-out:before{animation:sphereV41GlowHoldLow 1.7s ease-in-out infinite!important}
.breath-cloud,
.breath-cloud.breath-sand,
.breath-cloud.breath-sand i,
.breath-cloud.breath-sand:before,
.breath-cloud.breath-sand:after{display:none!important;content:none!important;opacity:0!important;animation:none!important}
.practice-circle span#breathPhase,
.practice-circle strong#breathCount{color:rgba(50,31,72,.94)!important;text-shadow:0 1px 0 rgba(255,255,255,.58),0 0 15px rgba(255,255,255,.18)!important}
.practice-circle span#breathPhase{font-size:17px!important;font-weight:900!important;letter-spacing:-.015em!important}
.practice-circle.ready span#breathPhase{font-size:30px!important;letter-spacing:-.055em!important}
.practice-circle strong#breathCount{font-size:50px!important;font-weight:950!important;line-height:.92!important}
@keyframes sphereV41Ready{0%,100%{--breath-level:.15;--breath-glow:.20}50%{--breath-level:.20;--breath-glow:.28}}
@keyframes sphereV41GlowHold{0%,100%{opacity:calc(.42 + (var(--breath-glow) * .10))!important}50%{opacity:calc(.50 + (var(--breath-glow) * .12))!important}}
@keyframes sphereV41GlowHoldLow{0%,100%{opacity:.18!important}50%{opacity:.25!important}}
@media(max-width:380px){.practice-circle{--sphere-size:min(220px,62vw);max-width:220px!important;max-height:220px!important}.practice-circle strong#breathCount{font-size:46px!important}.practice-circle.ready span#breathPhase{font-size:28px!important}}
@media (prefers-reduced-motion:reduce){.practice-circle.ready,.practice-circle.running.hold-in:before,.practice-circle.running.hold-out:before{animation:none!important}}

/* Practice CTA and metronome prompt v42: no rectangular label, designer-soft text */
.practice-circle .breath-copy,
.practice-circle.ready .breath-copy,
.practice-circle.running .breath-copy,
.practice-circle span#breathPhase,
.practice-circle strong#breathCount,
.practice-circle.ready span#breathPhase,
.practice-circle.running span#breathPhase,
.practice-circle.running strong#breathCount{
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  box-shadow:none!important;
  border:0!important;
  outline:0!important;
  -webkit-box-decoration-break:clone!important;
  box-decoration-break:clone!important;
  -webkit-tap-highlight-color:transparent!important;
}
.practice-circle span#breathPhase,
.practice-circle strong#breathCount{
  color:#3b214d!important;
  text-shadow:0 1px 0 rgba(255,255,255,.52),0 0 16px rgba(255,255,255,.20),0 8px 28px rgba(52,30,82,.12)!important;
}
.practice-circle.ready span#breathPhase{
  font-size:29px!important;
  font-weight:950!important;
  letter-spacing:-.065em!important;
}
.practice-circle.running span#breathPhase{font-size:17px!important;color:rgba(59,33,77,.86)!important}
.practice-circle.running strong#breathCount{font-size:50px!important;color:#341d47!important}
.metronome-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:80!important;
  display:grid!important;
  place-items:end center!important;
  padding:18px 18px calc(96px + env(safe-area-inset-bottom,0px))!important;
  background:linear-gradient(180deg,rgba(19,10,29,.10),rgba(19,10,29,.62))!important;
  backdrop-filter:blur(5px)!important;
}
.metronome-modal{
  width:min(100%,430px)!important;
  border-radius:28px!important;
  padding:22px!important;
  background:linear-gradient(145deg,rgba(255,247,239,.96),rgba(245,232,255,.94) 52%,rgba(226,240,255,.92))!important;
  color:#2c1a3c!important;
  box-shadow:0 24px 80px rgba(17,8,31,.36),inset 0 1px 0 rgba(255,255,255,.72)!important;
  border:1px solid rgba(255,255,255,.56)!important;
}
.metronome-modal h3{margin:8px 0 8px!important;color:#2c1a3c!important;letter-spacing:-.045em!important}
.metronome-modal p{color:#62536f!important;line-height:1.45!important}
.metronome-modal .flow-actions{display:grid!important;gap:10px!important;margin-top:18px!important}
.metronome-modal .primary,.metronome-modal .ghost{min-height:58px!important;border-radius:20px!important}
.metronome-modal .ghost{background:rgba(255,255,255,.52)!important;color:#3d2a50!important;border:1px solid rgba(88,63,118,.16)!important}

/* Metronome system prompt v43: compact native-style dialog */
.system-dialog-backdrop.metronome-backdrop{
  position:fixed!important;
  inset:0!important;
  z-index:9999!important;
  display:grid!important;
  place-items:center!important;
  padding:24px!important;
  background:rgba(0,0,0,.36)!important;
  backdrop-filter:none!important;
  transform:none!important;
  overflow:hidden!important;
}
.system-dialog.metronome-modal{
  width:min(270px,calc(100vw - 56px))!important;
  max-width:270px!important;
  min-width:0!important;
  max-height:calc(100vh - 160px)!important;
  overflow:hidden!important;
  border-radius:14px!important;
  padding:18px 16px 0!important;
  background:rgba(242,242,247,.96)!important;
  color:#111!important;
  border:0!important;
  box-shadow:0 14px 34px rgba(0,0,0,.26)!important;
  text-align:center!important;
  -webkit-font-smoothing:antialiased!important;
}
.system-dialog.metronome-modal h3{
  margin:0 0 7px!important;
  color:#111!important;
  font-size:17px!important;
  line-height:1.18!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.system-dialog.metronome-modal p{
  margin:0 0 14px!important;
  color:#3c3c43!important;
  opacity:.82!important;
  font-size:13px!important;
  line-height:1.32!important;
  font-weight:400!important;
  letter-spacing:-.01em!important;
}
.system-dialog-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  margin:0 -16px!important;
  border-top:1px solid rgba(60,60,67,.22)!important;
}
.system-dialog-action,
.system-dialog-action.primary-system{
  appearance:none!important;
  min-height:44px!important;
  height:44px!important;
  padding:0 8px!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  color:#007aff!important;
  box-shadow:none!important;
  font-size:17px!important;
  line-height:44px!important;
  font-weight:400!important;
  text-align:center!important;
  white-space:nowrap!important;
}
.system-dialog-action.primary-system{font-weight:600!important}
.system-dialog-action + .system-dialog-action{border-left:1px solid rgba(60,60,67,.22)!important}
.system-dialog-action:active{background:rgba(60,60,67,.10)!important}
.metronome-modal .pill,
.metronome-modal .flow-actions,
.metronome-modal .primary,
.metronome-modal .ghost{all:unset}


/* Practice compact mood buttons v47: reduce height/padding, keep text size */
body[data-step="practice"] .chip-grid{
  gap:8px!important;
}
body[data-step="practice"] .mood-chip{
  min-height:46px!important;
  padding:8px 10px!important;
  border-radius:18px!important;
}
body[data-step="practice"] .mood-chip:before{
  margin-right:7px!important;
}
body[data-step="practice"] .practice-custom-button{
  min-height:50px!important;
  margin-top:8px!important;
  padding:8px 12px!important;
  border-radius:18px!important;
}
body[data-step="practice"] .custom-practice-entry.plus-locked-action{
  min-height:50px!important;
  padding:8px 12px!important;
}
body[data-step="practice"] .practice-lock-icon{
  width:30px!important;
  height:30px!important;
}


/* Personal rhythm day card v80 */
.personal-focus-card{
  position:relative;
  overflow:hidden;
  padding:18px 16px 18px!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(255,216,138,.20),transparent 30%),
    radial-gradient(circle at 14% 100%,rgba(185,152,255,.18),transparent 38%),
    linear-gradient(160deg,rgba(255,250,246,.16),rgba(185,152,255,.09))!important;
  border-color:rgba(255,255,255,.18)!important;
}
.personal-focus-card:before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(120deg,rgba(255,255,255,.10),transparent 36%,rgba(255,255,255,.045));
}
.personal-focus-card>*{position:relative;z-index:1}
.personal-focus-head{margin-bottom:12px!important}
.personal-focus-head h3{
  margin-top:5px!important;
  font-size:30px!important;
  line-height:1.02!important;
  letter-spacing:-.055em!important;
}
.personal-focus-text{
  margin:0 0 8px!important;
  max-width:100%;
  color:rgba(255,250,246,.88)!important;
  font-size:17px!important;
  line-height:1.42!important;
  letter-spacing:-.018em!important;
  font-weight:680!important;
}
.personal-rhythm-tap-hint{
  margin:0 0 8px!important;
  color:rgba(255,250,246,.56)!important;
  font-size:12.5px!important;
  line-height:1.28!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
}
@media(max-width:380px){
  .personal-focus-head h3{font-size:28px!important}
  .personal-focus-text{font-size:16px!important;line-height:1.42!important;max-width:100%}
  .personal-rhythm-tap-hint{font-size:12px!important}
}

/* Image-based clean rhythm crystals v80 */
.day-rhythms-inline.day-rhythms-reference-card{
  position:relative;
  margin:16px -2px 0;
  padding:10px 7px 7px;
  border-radius:0;
  overflow:visible;
  isolation:isolate;
  background:transparent;
  border:0;
  box-shadow:none;
  backdrop-filter:none;
}
.day-rhythms-inline.day-rhythms-reference-card:before{content:'';position:absolute;left:-10px;right:-10px;top:28px;bottom:-2px;z-index:-2;border-radius:999px;background:radial-gradient(ellipse at 20% 45%,rgba(255,150,74,.075),transparent 38%),radial-gradient(ellipse at 52% 48%,rgba(81,192,255,.070),transparent 40%),radial-gradient(ellipse at 88% 47%,rgba(188,98,255,.085),transparent 42%);filter:blur(10px);pointer-events:none}
.day-rhythms-inline.day-rhythms-reference-card:after{content:none}
.day-rhythms-reference-head{display:flex;align-items:center;gap:8px;margin:0 4px 10px;color:#fffaf6;font-size:18px;line-height:1;font-weight:760;letter-spacing:-.035em;text-shadow:0 2px 16px rgba(255,255,255,.14)}
.rhythm-star{position:relative;display:grid;place-items:center;width:23px;height:23px;color:#fff8df;font-size:17px;filter:drop-shadow(0 0 10px rgba(255,215,162,.85))}.rhythm-star:before{content:'';position:absolute;inset:3px;border-radius:999px;background:radial-gradient(circle,rgba(255,219,177,.56),transparent 72%);filter:blur(5px)}
/* Old image-crystal rhythm rules removed: compact rhythm lines are the active design. */
/* Mobile QA hardening v80: no horizontal overflow on 320-414px, dropdown pushes CTA */
.app,.screen,.hero-card,.card,.soft-card,.status-card,.personal-focus-card,.today-events,.event-planner-details,.planner-fields{max-width:100%;min-width:0}
.hero-card,.card,.soft-card,.status-card,.personal-focus-card,.today-events{overflow-x:clip}
.status-card .status-copy,.status-card .lunar-duration-card,.status-card .lunar-duration-title,.status-card .lunar-duration-body,.status-card .lunar-duration-place,.status-card .lunar-duration-place-row{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-right:0!important;transform:none!important}
.status-card .lunar-duration-body{grid-template-columns:minmax(0,1fr) minmax(38px,.36fr) minmax(0,1fr)!important;gap:6px!important}
.status-card .lunar-duration-point,.status-card .lunar-duration-point.right{width:auto!important;min-width:0!important;transform:none!important;text-align:center!important;justify-items:center!important}
.status-card .lunar-duration-point small,.status-card .lunar-duration-point strong,.status-card .lunar-duration-point em{width:100%!important;text-align:center!important;overflow-wrap:anywhere!important}
.status-card .lunar-theme:before{right:0!important}
.day-rhythms-inline.day-rhythms-reference-card{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:2px!important;padding-right:2px!important;overflow:visible!important}
.day-rhythms-inline.day-rhythms-reference-card:before{left:0!important;right:0!important}
.day-rhythm-orbs{width:100%!important;max-width:100%!important;overflow:visible!important;grid-template-columns:repeat(5,minmax(0,1fr))!important}
.day-rhythm-orb{min-height:44px!important;max-width:100%!important;overflow:visible!important}
.event-type-select.open{z-index:80!important}
.event-type-select.open .event-type-panel{position:static!important;margin-top:8px!important;max-height:min(286px,36vh)!important;transform:none!important;box-shadow:0 12px 28px rgba(14,8,24,.24),inset 0 1px 0 rgba(255,255,255,.10)!important}
.card.event-type-layer-open,.event-planner-details.event-type-layer-open{overflow:visible!important;z-index:20!important}
.event-type-option{min-height:46px!important;padding:9px 13px!important}
.event-type-trigger,.primary,.ghost,.choice,.small-btn,.event-kebab,.nav-item{touch-action:manipulation}
@media(max-width:420px){.app{padding-left:12px!important;padding-right:12px!important}.day-rhythms-inline.day-rhythms-reference-card{padding-left:0!important;padding-right:0!important}.day-rhythm-orb{grid-template-rows:58px auto auto 7px!important;padding-left:1px!important;padding-right:1px!important}.rhythm-crystal{width:52px!important;height:58px!important}.day-rhythm-orb b{font-size:11px!important}.day-rhythm-orb strong{font-size:8.5px!important}.rhythm-bar{width:min(72%,34px)!important}.status-card .lunar-duration-body{grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr)!important;gap:5px!important}.status-card .lunar-duration-point strong{font-size:15.5px!important}.event-type-select.open .event-type-panel{max-height:min(258px,34vh)!important}}
@media(max-width:360px){.day-rhythm-orb{grid-template-rows:53px auto auto 6px!important;gap:1px!important}.rhythm-crystal{width:47px!important;height:53px!important}.day-rhythm-orb b{font-size:10px!important}.day-rhythm-orb strong{font-size:8px!important}.rhythm-bar{width:min(70%,30px)!important}.status-card .lunar-duration-body{grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr)!important;gap:4px!important}}

/* Premium paywall top layout v81: close fixed to top-right, animated mark/content pulled upward */
.premium-paywall-page{
  padding-top:16px!important;
  gap:10px!important;
}
.premium-paywall-page>.premium-close{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  left:auto!important;
  margin:0!important;
  z-index:8!important;
}
.premium-paywall-page>.premium-paywall-mark{
  margin:-2px 0 2px!important;
  transform:translateY(-6px)!important;
}
.premium-paywall-page>.premium-paywall-hero{
  margin-top:-10px!important;
}
.premium-paywall-page>.paywall-check-compare{
  margin-top:-2px!important;
}
@media(max-width:380px){
  .premium-paywall-page{padding-top:14px!important;gap:9px!important}
  .premium-paywall-page>.premium-close{top:10px!important;right:10px!important}
  .premium-paywall-page>.premium-paywall-mark{margin-top:-4px!important;transform:translateY(-7px)!important}
  .premium-paywall-page>.premium-paywall-hero{margin-top:-12px!important}
}
/* Profile settings top button v92: readable glass pill */
body[data-step="profile"] .topbar{
  position:relative!important;
  grid-template-columns:44px minmax(0,1fr) 124px!important;
  min-height:54px;
}
body[data-step="profile"] .brand-block{
  position:absolute!important;
  left:72px;
  right:72px;
  top:0;
  bottom:0;
  height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  pointer-events:none;
  z-index:1;
}
body[data-step="profile"] .brand-row{
  height:54px!important;
  justify-content:center!important;
}
body[data-step="profile"] .brand-row h1{
  max-width:100%;
  text-align:center!important;
}
body[data-step="profile"] #profileBtn.profile-top-btn{
  position:relative!important;
  z-index:3;
  justify-self:end!important;
  width:122px!important;
  min-width:122px!important;
  height:46px!important;
  min-height:46px!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  color:#fff!important;
}
body[data-step="profile"] #profileBtn.profile-top-btn:before,
body[data-step="profile"] #profileBtn.profile-top-btn:after{
  display:none!important;
  content:none!important;
}
.topbar-settings-pill{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:122px;
  height:46px;
  padding:0 14px 0 12px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,rgba(255,255,255,.24),rgba(255,255,255,.09));
  border:1px solid rgba(255,255,255,.30);
  box-shadow:0 10px 26px rgba(12,6,32,.30),inset 0 1px 0 rgba(255,255,255,.38),inset 0 -1px 0 rgba(255,255,255,.10);
  backdrop-filter:blur(14px) saturate(150%);
  -webkit-backdrop-filter:blur(14px) saturate(150%);
  overflow:hidden;
}
.topbar-settings-pill:before{
  content:'';
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.30),transparent 44%),radial-gradient(circle at 84% 86%,rgba(185,152,255,.16),transparent 48%);
  pointer-events:none;
}
.profile-top-btn .topbar-settings-pill .topbar-settings-gear{
  position:relative!important;
  z-index:1;
  display:grid!important;
  place-items:center!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.18)!important;
  border:1px solid rgba(255,255,255,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.32),0 0 12px rgba(255,255,255,.10)!important;
}
.profile-top-btn .topbar-settings-pill .topbar-settings-gear svg{
  width:14px!important;
  height:14px!important;
  display:block!important;
  fill:none!important;
  stroke:#fff!important;
  stroke-width:1.7!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:.96!important;
  filter:drop-shadow(0 1px 4px rgba(20,8,48,.55))!important;
}
.profile-top-btn .topbar-settings-pill .topbar-settings-gear svg path:first-child{
  fill:rgba(255,255,255,.18)!important;
  stroke:#fff!important;
}
.topbar-settings-label{
  position:relative;
  z-index:1;
  display:block;
  color:rgba(255,255,255,.97);
  font-size:13px;
  line-height:1;
  font-weight:820;
  letter-spacing:-.02em;
  text-shadow:0 1px 8px rgba(20,8,48,.48);
  white-space:nowrap;
}
body[data-step="profile"] #profileBtn.profile-top-btn:active{
  transform:scale(.965)!important;
  opacity:1!important;
}
body[data-step="profile"] #profileBtn.profile-top-btn:active .topbar-settings-pill{
  background:linear-gradient(135deg,rgba(255,255,255,.30),rgba(255,255,255,.13));
  box-shadow:0 5px 16px rgba(12,6,32,.30),inset 0 1px 0 rgba(255,255,255,.44);
}
body[data-step="profile"] #profileBtn.profile-top-btn:focus-visible .topbar-settings-pill{
  outline:0;
  box-shadow:0 0 0 3px rgba(190,150,255,.36),0 10px 26px rgba(12,6,32,.30),inset 0 1px 0 rgba(255,255,255,.38);
}
@media(max-width:370px){
  body[data-step="profile"] .topbar{grid-template-columns:44px minmax(0,1fr) 104px!important;gap:8px!important}
  body[data-step="profile"] .brand-block{left:62px;right:62px}
  body[data-step="profile"] #profileBtn.profile-top-btn,.topbar-settings-pill{width:104px!important;min-width:104px!important;height:44px!important}
  .topbar-settings-label{font-size:12px}
  .profile-top-btn .topbar-settings-pill .topbar-settings-gear{width:20px!important;height:20px!important;min-width:20px!important}
}


/* Profile portrait card v93: birth data, inline settings, lunar birthday, flowing arrow */
.profile-portrait-card{
  position:relative!important;
  overflow:visible!important;
  padding:18px 18px 30px!important;
  border-radius:30px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:
    radial-gradient(circle at 83% 18%,rgba(255,216,138,.13),transparent 29%),
    radial-gradient(circle at 8% 0%,rgba(255,250,246,.11),transparent 36%),
    linear-gradient(145deg,rgba(255,250,246,.12),rgba(123,91,184,.14) 48%,rgba(34,20,65,.20))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 16px 38px rgba(22,10,46,.16)!important;
  cursor:pointer;
}
.profile-portrait-card:before{
  content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(112deg,transparent 42%,rgba(255,255,255,.11) 49%,rgba(255,255,255,.035) 56%,transparent 66%);
  opacity:.7;
}
.profile-portrait-card:active{transform:translateY(1px)}
.profile-portrait-head{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}
.profile-portrait-card .profile-collapse-copy{max-width:none;gap:6px}
.profile-portrait-card .profile-collapse-copy small{font-size:10px;letter-spacing:.14em;color:rgba(255,250,246,.56)}
.profile-portrait-card .profile-collapse-copy b{font-size:23px;font-weight:760;color:#fffaf6}
.profile-portrait-card .profile-collapse-moon{width:60px;height:60px;flex:0 0 60px;font-size:30px}
.profile-birth-data{position:relative;z-index:1;display:grid;gap:8px;margin:4px 0 13px}
.profile-birth-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:17px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.075)}
.profile-birth-row small{font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.095em;font-weight:750;color:rgba(255,250,246,.46)}
.profile-birth-row b{font-size:13px;line-height:1.25;text-align:right;font-weight:760;color:rgba(255,250,246,.90);max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-inline-settings{
  position:relative;z-index:3;display:inline-flex;align-items:center;gap:9px;margin:0 0 12px;padding:8px 13px 8px 9px;
  border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#fffaf6;background:linear-gradient(145deg,rgba(255,250,246,.14),rgba(185,152,255,.13));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 9px 22px rgba(24,10,46,.12);font-size:13px;font-weight:820;
}
.profile-inline-settings .settings-gear-bubble{display:grid;place-items:center;width:26px!important;height:26px!important;border-radius:999px!important;background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.96),rgba(255,250,246,.68) 38%,rgba(239,228,255,.28) 72%,rgba(255,255,255,.10))!important;border:1px solid rgba(255,255,255,.44)!important;box-shadow:inset 0 1px 1px rgba(255,255,255,.9),inset 0 -5px 10px rgba(185,152,255,.10),0 5px 14px rgba(255,250,246,.10)!important}
.profile-inline-settings .settings-gear-bubble svg{width:17px!important;height:17px!important;fill:none!important;stroke:#fff!important;stroke-width:1.65!important;stroke-linecap:round!important;stroke-linejoin:round!important;filter:drop-shadow(0 0 5px rgba(255,255,255,.34))!important}
.profile-inline-settings .settings-gear-bubble svg path:first-child{fill:rgba(255,255,255,.72)!important;stroke:none!important}
.profile-inline-settings:active{transform:scale(.98);opacity:.9}
.profile-lunar-birthday{position:relative;z-index:1;margin:0 0 14px;padding:13px 14px;border-radius:23px;background:linear-gradient(145deg,rgba(255,250,246,.12),rgba(255,216,138,.06) 48%,rgba(142,111,215,.13));border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.11)}
.profile-lunar-kicker{display:block;margin-bottom:9px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:780;color:rgba(255,250,246,.52)}
.profile-lunar-main{display:flex;align-items:center;gap:12px}
.profile-lunar-main>strong{display:grid;place-items:center;min-width:58px;height:58px;border-radius:20px;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.26),transparent 34%),linear-gradient(150deg,rgba(255,255,255,.12),rgba(185,152,255,.12));border:1px solid rgba(255,255,255,.15);font-size:17px;color:#fffaf6;white-space:nowrap}
.profile-lunar-main span{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-lunar-main b{font-size:15px;line-height:1.18;color:#fffaf6}.profile-lunar-main small{font-size:12px;line-height:1.25;color:rgba(255,250,246,.67)}
.profile-portrait-open{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;margin-top:2px;padding:10px 44px 9px 16px;border-radius:20px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.08);color:rgba(255,250,246,.86);font-size:13px;font-weight:820}
.profile-portrait-arrow{position:absolute;left:50%;bottom:-22px;z-index:5;transform:translateX(-50%);display:grid;place-items:center;width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.20);background:radial-gradient(circle at 34% 26%,rgba(255,255,255,.28),rgba(255,250,246,.10) 45%,rgba(185,152,255,.18));box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 11px 25px rgba(18,8,40,.18);color:#fffaf6;font-size:29px;line-height:1}
.profile-portrait-arrow span{display:block;transform:translateY(-3px)}
.profile-portrait-card.is-expanded .profile-portrait-arrow span{transform:translateY(2px) rotate(180deg)}
.profile-portrait-card.is-expanded .lunar-person-story{position:relative;z-index:1;margin-top:16px}
.profile-portrait-card .profile-collapse-toggle{display:none!important}
@media (max-width:380px){.profile-portrait-card{padding:16px 15px 29px!important}.profile-birth-row{align-items:flex-start;flex-direction:column;gap:5px}.profile-birth-row b{max-width:100%;text-align:left}.profile-portrait-card .profile-collapse-copy b{font-size:21px}.profile-portrait-card .profile-collapse-moon{width:54px;height:54px;flex-basis:54px}}


/* Profile portrait v94: designer cleanup, one-piece card, no top settings */
body[data-step="profile"] #profileBtn.profile-top-btn{
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
.profile-portrait-card-v94{
  padding:22px 22px 24px!important;
  overflow:hidden!important;
  border-radius:32px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:
    radial-gradient(circle at 84% 10%,rgba(255,216,138,.10),transparent 28%),
    radial-gradient(circle at 18% 105%,rgba(185,152,255,.17),transparent 42%),
    linear-gradient(150deg,rgba(255,250,246,.13),rgba(84,57,116,.16) 44%,rgba(28,16,49,.30))!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 42px rgba(18,8,40,.18)!important;
}
.profile-portrait-card-v94:before{
  content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.075),transparent 34%),radial-gradient(circle at 72% 34%,rgba(255,255,255,.055),transparent 32%);
  opacity:.9;
}
.profile-portrait-card-v94 .profile-portrait-head{margin:0 0 20px;align-items:center}
.profile-portrait-card-v94 .profile-collapse-copy small{font-size:10px;letter-spacing:.17em;color:rgba(255,250,246,.52)}
.profile-portrait-card-v94 .profile-collapse-copy b{font-size:25px;line-height:1.05;font-weight:780;letter-spacing:-.035em;color:#fffaf6}
.profile-portrait-card-v94 .profile-inline-settings-icon{
  margin:0!important;padding:0!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px!important;
  display:grid!important;place-items:center!important;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 18px rgba(18,8,40,.10)!important;
}
.profile-portrait-card-v94 .profile-inline-settings-icon .settings-gear-bubble{
  width:24px!important;height:24px!important;background:transparent!important;border:0!important;box-shadow:none!important;
}
.profile-portrait-card-v94 .profile-inline-settings-icon .settings-gear-bubble svg{width:21px!important;height:21px!important;stroke:#fffaf6!important;filter:drop-shadow(0 0 6px rgba(255,255,255,.20))!important}
.profile-portrait-card-v94 .profile-inline-settings-icon .settings-gear-bubble svg path:first-child{fill:none!important;stroke:#fffaf6!important}
.profile-passport{
  position:relative;z-index:1;margin:0 0 18px;padding:0 0 18px;border-bottom:1px solid rgba(255,255,255,.10);
  display:flex;flex-direction:column;gap:7px;
}
.profile-passport-primary{font-size:18px;line-height:1.18;font-weight:820;color:#fffaf6;letter-spacing:-.02em}
.profile-passport-secondary{font-size:14px;line-height:1.35;font-weight:650;color:rgba(255,250,246,.66);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.profile-lunar-inline{
  position:relative;z-index:1;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;margin:0 0 20px;padding:0;
  background:transparent!important;border:0!important;box-shadow:none!important;
}
.profile-lunar-orb{
  display:grid;place-items:center;width:42px;height:42px;border-radius:999px;
  background:radial-gradient(circle at 58% 50%,rgba(255,216,138,.22),transparent 48%),linear-gradient(150deg,rgba(255,255,255,.10),rgba(185,152,255,.13));
  border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 8px 18px rgba(18,8,40,.10);
  color:#ffe6a8;font-size:23px;
}
.profile-lunar-inline small{display:block;margin-bottom:4px;font-size:10px;line-height:1;text-transform:uppercase;letter-spacing:.13em;font-weight:780;color:rgba(255,250,246,.46)}
.profile-lunar-inline b{display:block;font-size:15px;line-height:1.22;font-weight:820;color:rgba(255,250,246,.94)}
.profile-lunar-inline em{display:block;margin-top:3px;font-style:normal;font-size:12px;line-height:1.25;font-weight:600;color:rgba(255,250,246,.58)}
.profile-portrait-card-v94 .profile-portrait-open{
  position:relative;z-index:1;margin:0;padding:13px 16px;border-radius:999px;
  background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.075));
  border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 9px 22px rgba(18,8,40,.10);
  color:#fffaf6;font-size:14px;font-weight:850;letter-spacing:-.015em;
}
.profile-portrait-card-v94 .profile-portrait-open i{font-style:normal;margin-left:5px;color:#ffe3a4}
.profile-portrait-card-v94 .profile-portrait-arrow,.profile-portrait-card-v94 .profile-birth-data,.profile-portrait-card-v94 .profile-lunar-birthday{display:none!important}
.profile-portrait-card-v94 .lunar-person-story{margin-top:16px;border-radius:24px;background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.10)}
.profile-portrait-card-v94 .profile-collapse-moon,
.profile-portrait-card-v94 .profile-collapse-moon:before,
.profile-portrait-card-v94 .profile-collapse-moon:after{background-image:none!important;box-shadow:none!important}
@media (max-width:380px){
  .profile-portrait-card-v94{padding:20px 18px 22px!important;border-radius:29px!important}
  .profile-portrait-card-v94 .profile-collapse-copy b{font-size:23px}
  .profile-passport-primary{font-size:17px}.profile-passport-secondary{font-size:13px}
}


/* Profile settings label v95 */
.profile-portrait-card-v94 .profile-inline-settings-icon{
  width:auto!important;
  min-width:112px!important;
  height:42px!important;
  padding:0 12px 0 10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}
.profile-inline-settings-label{
  display:block;
  position:relative;
  z-index:1;
  color:rgba(255,250,246,.92);
  font-size:12px;
  line-height:1;
  font-weight:820;
  letter-spacing:-.01em;
  white-space:nowrap;
}
@media (max-width:360px){
  .profile-portrait-card-v94 .profile-inline-settings-icon{min-width:42px!important;width:42px!important;padding:0!important;gap:0!important}
  .profile-inline-settings-label{display:none!important}
}


/* Lock icon geometry v96: centered shackle for all CSS locks */
.lunar-detail-row.plus-locked .lunar-lock-icon,
.practice-lock-icon{
  display:grid!important;
  place-items:center!important;
}
.lunar-detail-row.plus-locked .lunar-lock-icon span,
.practice-lock-icon i{
  position:relative!important;
  display:block!important;
  box-sizing:border-box!important;
  width:14px!important;
  height:12px!important;
  border-width:1.8px!important;
  border-style:solid!important;
  border-radius:4px!important;
  transform:none!important;
}
.lunar-detail-row.plus-locked .lunar-lock-icon span{
  border-color:#6c4c8a!important;
}
.practice-lock-icon i{
  border-color:rgba(255,250,246,.86)!important;
}
.lunar-detail-row.plus-locked .lunar-lock-icon span:before,
.practice-lock-icon i:before{
  content:''!important;
  position:absolute!important;
  box-sizing:border-box!important;
  left:50%!important;
  top:-8.6px!important;
  width:9px!important;
  height:9px!important;
  transform:translateX(-50%)!important;
  border-width:1.8px!important;
  border-style:solid!important;
  border-bottom:0!important;
  border-radius:9px 9px 0 0!important;
  background:transparent!important;
}
.lunar-detail-row.plus-locked .lunar-lock-icon span:before{
  border-color:#6c4c8a!important;
}
.practice-lock-icon i:before{
  border-color:rgba(255,250,246,.86)!important;
}
.natal-lock-svg path{
  transform-box:fill-box;
  transform-origin:center;
}


/* Day rhythms: unified quiet expandable rows */
.day-rhythm-lines-card{margin-top:14px!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;overflow:visible!important}
.day-rhythm-block-head{display:none!important}
.day-rhythm-lines{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.day-rhythm-line,.day-rhythm-orb.day-rhythm-line{position:relative!important;width:100%!important;min-height:48px!important;height:auto!important;display:grid!important;grid-template-columns:1fr!important;gap:5px!important;align-items:center!important;padding:8px 9px!important;border-radius:14px!important;text-align:left!important;background:rgba(255,250,246,.035)!important;border:1px solid rgba(255,255,255,.055)!important;box-shadow:none!important;transform:none!important;filter:none!important;animation:none!important;color:#fffaf6!important;overflow:hidden!important;transition:background .18s ease,border-color .18s ease,transform .16s ease,box-shadow .18s ease!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important}
.day-rhythm-line:before{content:'';position:absolute;left:9px;right:9px;bottom:7px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent);opacity:.55;pointer-events:none}.day-rhythm-line:after{content:'';position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 22% 12%,rgba(255,250,246,.115),transparent 28%),linear-gradient(115deg,transparent 0%,rgba(255,255,255,.075) 42%,transparent 64%);opacity:0;transform:translateX(-18%);pointer-events:none;transition:opacity .22s ease,transform .42s ease}.day-rhythm-line:active{transform:scale(.992)!important;background:rgba(255,250,246,.060)!important}.day-rhythm-line.is-selected{background:linear-gradient(145deg,rgba(255,250,246,.095),rgba(216,199,255,.040))!important;border-color:rgba(255,255,255,.16)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 12px 28px rgba(10,4,22,.16),0 0 24px rgba(216,199,255,.10)!important}.day-rhythm-line.is-selected:after{opacity:1;transform:translateX(0)}.day-rhythm-line.is-selected .rhythm-bar em{box-shadow:0 0 12px rgba(216,199,255,.32),0 0 22px rgba(255,250,246,.12)!important}.day-rhythm-line.is-best:not(.is-selected){background:rgba(255,250,246,.045)!important;border-color:rgba(255,255,255,.075)!important}
.rhythm-line-head{position:relative;z-index:1;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;width:100%!important}.rhythm-title{display:flex!important;align-items:baseline!important;gap:7px!important;min-width:0!important}.rhythm-line-head b{font-size:14.5px!important;font-weight:830!important;letter-spacing:-.01em!important;color:rgba(255,250,246,.92)!important}.rhythm-line-head small{font-size:10px!important;font-weight:760!important;color:rgba(255,250,246,.38)!important;text-transform:lowercase!important;white-space:nowrap!important}.rhythm-meta{display:flex!important;align-items:center!important;gap:7px!important;flex:0 0 auto!important}.rhythm-line-head strong{font-size:14.5px!important;font-weight:820!important;letter-spacing:-.01em!important;color:rgba(255,250,246,.86)!important;font-variant-numeric:tabular-nums!important}.rhythm-chevron{position:relative;display:inline-grid!important;place-items:center;width:20px!important;height:20px!important;border-radius:999px!important;background:rgba(255,255,255,.045)!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:none!important}.rhythm-chevron:before{content:'';width:6px;height:6px;border-right:1.7px solid rgba(255,250,246,.62);border-bottom:1.7px solid rgba(255,250,246,.62);transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s ease}.day-rhythm-line.is-selected .rhythm-chevron{background:rgba(255,255,255,.075)!important;border-color:rgba(255,255,255,.11)!important}.day-rhythm-line.is-selected .rhythm-chevron:before{transform:rotate(225deg) translate(-1px,-1px)}
.day-rhythm-line .rhythm-bar{position:relative!important;z-index:1;display:block!important;width:100%!important;height:3px!important;border-radius:999px!important;background:rgba(255,255,255,.105)!important;overflow:visible!important;box-shadow:none!important}.day-rhythm-line .rhythm-bar em{position:relative;display:block!important;width:var(--bar)!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,rgba(255,250,246,.52),rgba(216,199,255,.92))!important;box-shadow:0 0 8px rgba(216,199,255,.20)!important;transition:width .18s ease!important}.day-rhythm-line .rhythm-bar em:after{content:none!important}
.rhythm-line-text{position:relative;z-index:1;display:block;margin-top:5px;padding:11px 12px 12px;border-radius:14px;background:linear-gradient(145deg,rgba(20,15,34,.30),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.085);box-shadow:inset 0 1px 0 rgba(255,255,255,.055);color:rgba(255,250,246,.88);font-size:14.5px;line-height:1.44;font-weight:720;letter-spacing:-.005em;overflow-wrap:anywhere;word-break:normal}.rhythm-line-text em{display:none!important}.personal-rhythm-tap-hint{display:none!important}
.day-rhythm-line .rhythm-crystal,.day-rhythm-line .rhythm-crystal-img,.day-rhythm-line .crystal-aura,.day-rhythm-line .crystal-orbit,.day-rhythm-line .crystal-spark,.day-rhythm-line .crystal-ground{display:none!important;animation:none!important}
@media (max-width:370px){.day-rhythm-line,.day-rhythm-orb.day-rhythm-line{min-height:46px!important;padding:8px!important}.rhythm-line-head b{font-size:14px!important}.rhythm-line-head strong{font-size:14px!important}.rhythm-title{gap:5px!important}.rhythm-line-head small{font-size:9.8px!important}.rhythm-chevron{width:19px!important;height:19px!important}.rhythm-line-text{font-size:13.8px!important;line-height:1.42!important;padding:10px 10px 11px!important}}
@media (prefers-reduced-motion:reduce){.day-rhythm-line,.day-rhythm-line *{animation:none!important;transition:none!important}}

/* Personal data CTA in today's calculation */
.personal-profile-cta{margin:12px 0 16px;padding:16px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 12px 30px rgba(30,14,50,.12)}
.personal-profile-cta p{margin:0 0 12px!important;color:#fffaf6;font-size:18px;font-weight:850;line-height:1.36;letter-spacing:-.025em;text-shadow:0 1px 14px rgba(35,18,58,.18)}
.personal-profile-fill-btn{width:100%;min-height:54px;border-radius:22px!important;background:radial-gradient(circle at 24% 18%,rgba(255,255,255,.98),rgba(255,242,249,.84) 34%,rgba(222,204,255,.72) 100%)!important;color:#4f3470!important;border:1px solid rgba(255,255,255,.70)!important;box-shadow:0 14px 34px rgba(42,22,72,.18),inset 0 1px 0 rgba(255,255,255,.92),inset 0 -10px 22px rgba(185,152,255,.18)!important}
.personal-profile-fill-btn span{font-size:16px;font-weight:900;letter-spacing:-.015em}

/* Personal chat in journal */
.personal-chat-card{position:relative;overflow:hidden;background:radial-gradient(circle at 84% 4%,rgba(255,255,255,.24),transparent 30%),radial-gradient(circle at 6% 0%,rgba(255,216,138,.20),transparent 34%),linear-gradient(155deg,rgba(255,250,246,.18),rgba(185,152,255,.12))!important;border-color:rgba(255,255,255,.18)!important}
.personal-chat-card:before{content:'';position:absolute;right:-46px;top:-42px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.55),rgba(185,152,255,.12) 55%,transparent 72%);pointer-events:none;filter:blur(.2px)}
.personal-chat-card h2{position:relative;margin-bottom:8px!important}.personal-chat-card .lead{position:relative}.personal-chat-chips{position:relative;display:flex;gap:8px;overflow-x:auto;padding:4px 0 12px;margin:2px -2px 4px;scrollbar-width:none}.personal-chat-chips::-webkit-scrollbar{display:none}
.personal-chat-chip{appearance:none;flex:0 0 auto;border:1px solid rgba(255,255,255,.28);border-radius:999px;padding:10px 13px;background:rgba(255,255,255,.10);color:#fffaf6;font-weight:850;font-size:12.5px;box-shadow:inset 0 1px 0 rgba(255,255,255,.16);white-space:nowrap}
.personal-chat-history{position:relative;display:grid;gap:10px;margin:10px 0 12px}.personal-chat-msg{max-width:88%;padding:12px 14px;border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.28)}.personal-chat-msg p{margin:0!important;font-size:14.5px!important;line-height:1.55!important;font-weight:700}.personal-chat-msg time{display:block;margin-top:6px;font-size:11px;font-weight:800;opacity:.62}.personal-chat-msg.user{justify-self:end;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(246,230,255,.82));color:#34263e;border-bottom-right-radius:8px}.personal-chat-msg.assistant{justify-self:start;background:rgba(255,255,255,.10);color:#fffaf6;border:1px solid rgba(255,255,255,.16);border-bottom-left-radius:8px}.personal-chat-empty{position:relative;margin:10px 0 12px;padding:15px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);display:flex;gap:12px;align-items:flex-start}.personal-chat-empty span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:15px;background:rgba(255,255,255,.16);color:#ffd88a}.personal-chat-empty p{margin:0!important;color:#fffaf6!important;font-size:14px!important;line-height:1.45!important;font-weight:760}.personal-chat-input{height:96px!important;min-height:96px!important;max-height:120px!important;margin-top:6px}.personal-chat-send{width:100%;margin-top:10px}.personal-chat-card .ai-loading{margin:10px 0 12px!important}.personal-chat-error{margin-top:10px!important}
