@property --story-scene-progress{syntax:"<number>";inherits:false;initial-value:0}.StoryScene{--story-scene-fade:.9s;--story-scene-fade-reduced:.2s;--story-scene-rose-drift:120px;--story-scene-ahead-start:.62;--story-scene-ahead-gain:2.2;--story-scene-image-shift:70px;--story-scene-rose-size:min(148vw,780px);--story-scene-rose-opacity:.22;--story-motif-swing:.3;--story-scene-particle-size:10px;--story-scene-particle-opacity:.18;--story-scene-image-opacity:0;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;flex:none;align-self:stretch;width:100%;height:100svh;margin-bottom:-100svh;position:sticky;top:0;overflow:hidden}.StoryScene--preview{border-radius:inherit;--story-scene-rose-size:150%;height:100%;margin-bottom:0;position:absolute;inset:0}.StoryScene-layer{--story-scene-tint:var(--story-scene-tint-light,transparent);--story-scene-mix:var(--story-scene-mix-light,0%);opacity:0;transition:opacity var(--story-scene-fade)ease;position:absolute;inset:0}[data-theme=dark] .StoryScene-layer{--story-scene-tint:var(--story-scene-tint-dark,transparent);--story-scene-mix:var(--story-scene-mix-dark,0%)}.StoryScene-layer--entering{transition:none}.StoryScene-layer--active{opacity:1}.StoryScene:not(.StoryScene--fading) .StoryScene-layer:not(.StoryScene-layer--active):not(.StoryScene-layer--ahead){visibility:hidden}.StoryScene--fading .StoryScene-layer{will-change:opacity}.StoryScene-layer--ahead{opacity:calc(max(0,var(--story-scene-progress) - var(--story-scene-ahead-start))*var(--story-scene-ahead-gain));will-change:opacity;transition:none}.StoryScene-ground{background-color:color-mix(in srgb,var(--story-scene-tint)var(--story-scene-mix),var(--card));position:absolute;inset:0}.StoryScene-image{background-image:var(--story-scene-image,none);opacity:var(--story-scene-image-opacity);transform:translate3d(0,calc(var(--story-scene-progress)*var(--story-scene-image-shift)),0);will-change:var(--story-scene-image-will,auto);background-position:50%;background-size:cover;position:absolute;inset:-10% 0 -6%}@media (prefers-reduced-motion:reduce){.StoryScene-image{transform:none}.StoryScene-layer--ahead{opacity:0;will-change:auto}.StoryScene-layer{transition:opacity var(--story-scene-fade-reduced)linear}}
.StoryScene-motif{width:var(--story-scene-rose-size);height:var(--story-scene-rose-size);max-width:none;max-height:none;opacity:var(--story-motif-opacity,var(--story-scene-rose-opacity));background-color:var(--story-motif-tint,transparent);animation-duration:var(--story-motif-duration,160s);animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:var(--story-motif-spin-direction,normal);animation-play-state:var(--story-motif-spin-state,running);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.StoryScene-motif--tl{animation-name:StoryScene-spinTl;top:0;left:0}.StoryScene-motif--tr{animation-name:StoryScene-spinTr;top:0;right:0}.StoryScene-motif--bl{animation-name:StoryScene-spinBl;bottom:0;left:0}.StoryScene-motif--br{animation-name:StoryScene-spinBr;bottom:0;right:0}.StoryScene-motif--center{animation-name:StoryScene-spinTl;top:50%;left:50%}.StoryScene-layer--motif .StoryScene-motif{--story-motif-presence:calc(1 - var(--story-motif-swing) + var(--story-motif-swing)*var(--story-scene-progress));translate:calc(var(--story-scene-progress)*var(--story-scene-rose-drift)*var(--story-motif-drift,1)*.3)calc(var(--story-scene-progress)*var(--story-scene-rose-drift)*var(--story-motif-drift,1)*-1.35);scale:calc((1 + var(--story-motif-drift,1)*(var(--story-scene-progress)*.24 - .16))*var(--story-scene-pulse,1));opacity:calc(var(--story-motif-opacity,var(--story-scene-rose-opacity))*var(--story-motif-presence))}.StoryScene-layer--motif .StoryScene-motif--tl{--story-motif-presence:calc(1 - var(--story-motif-swing)*var(--story-scene-progress));translate:calc(var(--story-scene-progress)*var(--story-scene-rose-drift)*var(--story-motif-drift,1)*-.4)calc(var(--story-scene-progress)*var(--story-scene-rose-drift)*var(--story-motif-drift,1)*-1);scale:calc((1 - var(--story-motif-drift,1)*var(--story-scene-progress)*.16)*var(--story-scene-pulse,1))}@keyframes StoryScene-spinTl{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes StoryScene-spinTr{0%{transform:translate(50%,-50%)rotate(0)}to{transform:translate(50%,-50%)rotate(-360deg)}}@keyframes StoryScene-spinBl{0%{transform:translate(-50%,50%)rotate(0)}to{transform:translate(-50%,50%)rotate(-360deg)}}@keyframes StoryScene-spinBr{0%{transform:translate(50%,50%)rotate(0)}to{transform:translate(50%,50%)rotate(360deg)}}.StoryScene--preview .StoryScene-layer--motif .StoryScene-motif,.StoryScene--preview .StoryScene-layer--motif .StoryScene-motif--tl{translate:none;scale:var(--story-scene-pulse,1);opacity:var(--story-motif-opacity,var(--story-scene-rose-opacity))}@media (prefers-reduced-motion:reduce){.StoryScene-layer--motif .StoryScene-motif,.StoryScene-layer--motif .StoryScene-motif--tl,.StoryScene--preview .StoryScene-layer--motif .StoryScene-motif,.StoryScene--preview .StoryScene-layer--motif .StoryScene-motif--tl{opacity:var(--story-motif-opacity,var(--story-scene-rose-opacity));translate:none;scale:none}.StoryScene-motif{animation:none}.StoryScene-motif--tl,.StoryScene-motif--center{transform:translate(-50%,-50%)}.StoryScene-motif--tr{transform:translate(50%,-50%)}.StoryScene-motif--bl{transform:translate(-50%,50%)}.StoryScene-motif--br{transform:translate(50%,50%)}}
@property --story-scene-pulse{syntax:"<number>";inherits:true;initial-value:1}.StoryScene--pulsing .StoryScene-layer--breathing{animation:3.6s ease-in-out infinite StoryScene-breathe}@keyframes StoryScene-breathe{0%,to{--story-scene-pulse:1}50%{--story-scene-pulse:1.03}}@media (prefers-reduced-motion:reduce){.StoryScene--pulsing .StoryScene-layer--breathing{animation:none}}
.StoryScene-particles{position:absolute;inset:0;overflow:hidden}.StoryScene-particle{bottom:-8%;left:var(--story-particle-x,50%);width:var(--story-scene-particle-size);height:var(--story-scene-particle-size);opacity:0;background-color:var(--story-particle-tint,transparent);background-image:var(--story-particle-src,none);-webkit-mask-image:var(--story-particle-mask,none);mask-image:var(--story-particle-mask,none);-webkit-mask-image:var(--story-particle-mask,none);animation-duration:var(--story-particle-duration,24s);animation-delay:var(--story-particle-delay,0s);background-repeat:no-repeat;background-size:contain;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.StoryScene-particles--rise .StoryScene-particle{animation-name:StoryScene-particleRise}.StoryScene-particles--fall .StoryScene-particle{animation-name:StoryScene-particleFall}.StoryScene-particles--float .StoryScene-particle{animation-name:StoryScene-particleFloat;animation-timing-function:ease-in-out;animation-direction:alternate}.StoryScene-particles--twinkle .StoryScene-particle{animation-name:StoryScene-particleTwinkle;animation-timing-function:ease-in-out}@keyframes StoryScene-particleRise{0%{transform:translateY(0)scale(var(--story-particle-scale,1));opacity:0}12%,88%{opacity:var(--story-particle-opacity,var(--story-scene-particle-opacity))}to{transform:translateY(-118svh)scale(var(--story-particle-scale,1));opacity:0}}@keyframes StoryScene-particleFall{0%{transform:translateY(-118svh)scale(var(--story-particle-scale,1));opacity:0}12%,88%{opacity:var(--story-particle-opacity,var(--story-scene-particle-opacity))}to{transform:translateY(0)scale(var(--story-particle-scale,1));opacity:0}}@keyframes StoryScene-particleFloat{0%{transform:translate(-4vw,var(--story-particle-y,-50svh))scale(var(--story-particle-scale,1));opacity:0}25%,75%{opacity:var(--story-particle-opacity,var(--story-scene-particle-opacity))}50%{transform:translate(3vw,calc(var(--story-particle-y,-50svh) - 5svh))scale(var(--story-particle-scale,1))}to{transform:translate(5vw,calc(var(--story-particle-y,-50svh) - 9svh))scale(var(--story-particle-scale,1));opacity:0}}@keyframes StoryScene-particleTwinkle{0%,to{transform:translateY(var(--story-particle-y,-50svh))scale(calc(var(--story-particle-scale,1)*.6));opacity:0}50%{transform:translateY(calc(var(--story-particle-y,-50svh) - 2svh))scale(var(--story-particle-scale,1));opacity:var(--story-particle-opacity,var(--story-scene-particle-opacity))}}@media (prefers-reduced-motion:reduce){.StoryScene-particles{display:none}}
.StoryCard{--story-card-ink:var(--story-scene-ink-muted-light,color-mix(in srgb,var(--story-scene-tint-light,var(--accent))var(--story-scene-muted-mix-light,45%),var(--story-scene-muted-base-light,#000)));--story-card-title-ink:var(--story-scene-ink-title-light,var(--story-card-ink));--story-card-subtitle-ink:var(--story-scene-ink-subtitle-light,var(--story-card-ink));appearance:none;cursor:pointer;background:0 0;border:none;flex-shrink:0;width:140px;padding:0;display:flex}[data-theme=dark] .StoryCard{--story-card-ink:var(--story-scene-ink-muted-dark,color-mix(in srgb,var(--story-scene-tint-dark,var(--accent))var(--story-scene-muted-mix-dark,50%),var(--story-scene-muted-base-dark,#fff)));--story-card-title-ink:var(--story-scene-ink-title-dark,var(--story-card-ink));--story-card-subtitle-ink:var(--story-scene-ink-subtitle-dark,var(--story-card-ink))}.StoryCard-cover{background-color:color-mix(in srgb,var(--accent)18%,var(--card));width:140px;height:140px;color:var(--story-card-ink);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:12px;transition:transform .15s;display:flex;position:relative;overflow:hidden}.StoryCard:active .StoryCard-cover{transform:scale(.97)}.StoryCard-content{z-index:1;flex-direction:column;align-items:center;gap:3px;display:flex;position:relative}.StoryCard-title{font-family:var(--font-card-latin,var(--font-libre-baskerville)),serif;color:var(--story-card-title-ink);text-align:center;font-size:1.05rem;font-weight:700;line-height:1.25}.StoryCard-subtitle{font-family:var(--font-card-latin,var(--font-libre-baskerville)),serif;color:var(--story-card-subtitle-ink);text-align:center;font-size:.62rem;font-style:italic;font-weight:400;line-height:1.35}
.StorySheet-view{z-index:51}.StorySheet-content{background-color:var(--sheet-bg);position:relative;overflow:hidden}.StorySheet-content .LongSheet-innerContent{background-color:inherit;box-shadow:none;border-radius:0 0 24px 24px;margin-top:0;margin-bottom:0}.StorySheet-closeBtn{appearance:none;cursor:pointer;top:calc(env(safe-area-inset-top,0px) + 12px);z-index:3;border:1px solid color-mix(in srgb,var(--foreground)12%,transparent);background-color:color-mix(in srgb,var(--foreground)10%,transparent);-webkit-backdrop-filter:blur(10px);width:32px;height:32px;color:var(--foreground);opacity:.6;border-radius:9999px;place-items:center;transition:opacity .2s;display:grid;position:fixed;inset-inline-end:14px}.StorySheet-closeBtn:active{opacity:1;transform:scale(.94)}@media (hover:hover){.StorySheet-closeBtn:hover{opacity:1}}.StorySheet-body{min-height:100svh;padding-bottom:calc(62px + env(safe-area-inset-bottom,0px));flex-direction:column;display:flex}.StorySheet-body>:not(.StoryScene){z-index:1;position:relative}.StorySheet-content--scene,.StoryChapterSection--scene{--story-scene-tint:var(--story-scene-tint-light);--accent:var(--story-scene-accent-light);--foreground:var(--story-scene-ink-light);--muted:var(--story-scene-ink-muted-light,color-mix(in srgb,var(--story-scene-tint)var(--story-scene-muted-mix-light),var(--story-scene-muted-base-light)))}[data-theme=dark] .StorySheet-content--scene,[data-theme=dark] .StoryChapterSection--scene{--story-scene-tint:var(--story-scene-tint-dark);--accent:var(--story-scene-accent-dark);--foreground:var(--story-scene-ink-dark);--muted:var(--story-scene-ink-muted-dark,color-mix(in srgb,var(--story-scene-tint)var(--story-scene-muted-mix-dark),var(--story-scene-muted-base-dark)))}.StorySheet-content--scene .StorySheet-closeBtn,.StorySheet-content--scene .StoryPlaybackBar-btn{background-color:color-mix(in srgb,var(--story-scene-accent-light)20%,transparent);color:color-mix(in srgb,var(--story-scene-accent-light)70%,#000)}[data-theme=dark] .StorySheet-content--scene .StorySheet-closeBtn,[data-theme=dark] .StorySheet-content--scene .StoryPlaybackBar-btn{background-color:color-mix(in srgb,var(--story-scene-accent-dark)22%,transparent);color:var(--story-scene-accent-dark)}
