.morning-card{position:absolute;top:clamp(100px,15vh,140px);left:0;right:0;width:min(calc(100% - 40px),480px);min-height:0;height:auto;margin:0 auto;padding-top:0;justify-content:flex-start}.morning-content-enter>*{opacity:0;animation:presentIn 1.05s cubic-bezier(.22,.75,.28,1) forwards}.morning-content-enter>*:nth-child(1){animation-delay:.14s}.morning-content-enter>*:nth-child(2){animation-delay:.48s}.morning-content-enter>*:nth-child(3){animation-delay:.82s}.morning-content-enter>.typewriter-target,.morning-content-enter>.staged-support{animation:none;opacity:1}.morning-content-enter>.staged-support{opacity:0}.morning-content-enter>.staged-support.revealed{animation:presentIn .95s cubic-bezier(.22,.75,.28,1) forwards}.morning-welcome .weather-row{opacity:0}.morning-welcome .weather-row.revealed{animation:presentIn .85s cubic-bezier(.22,.75,.28,1) forwards}.morning-skip{opacity:1!important;animation:none!important}.morning-flow.visible .morning-actions{visibility:hidden;opacity:0;animation:none}.morning-flow.visible .morning-actions.ready{visibility:visible;animation:presentIn .85s ease both}.typewriter-active::after{content:"|";margin-left:2px;color:var(--pink);animation:cursorBlink .7s steps(2) infinite}@keyframes presentIn{from{opacity:0;transform:translateY(15px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes cursorBlink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.morning-content-enter>*,.morning-welcome .weather-row,.morning-flow.visible .morning-actions{animation:none;opacity:1;visibility:visible}}
