.margo-layer{z-index:var(--margo-layer-z-index);transition:visibility var(--margo-layer-duration) var(--margo-layer-easing), overlay var(--margo-layer-duration) var(--margo-layer-easing) allow-discrete, display var(--margo-layer-duration) var(--margo-layer-easing) allow-discrete;position:fixed;inset:0}.margo-layer:not([open]){visibility:hidden;pointer-events:none}.margo-layer>:not([data-margo-travel]){opacity:0;transition:opacity var(--margo-layer-duration) var(--margo-layer-easing)}.margo-layer[open]>:not([data-margo-travel]){opacity:1}@starting-style{.margo-layer[open]>:not([data-margo-travel]){opacity:0}}.margo-layer::backdrop{opacity:0;transition:opacity var(--margo-layer-duration) var(--margo-layer-easing), overlay var(--margo-layer-duration) var(--margo-layer-easing) allow-discrete, display var(--margo-layer-duration) var(--margo-layer-easing) allow-discrete}.margo-layer[open]::backdrop{opacity:1}@starting-style{.margo-layer[open]::backdrop{opacity:0}}html:has(.margo-layer[open]){overflow:clip}.margo-progress-bar:before{content:"";background:var(--margo-progress-bar-fill);position:absolute;inset:0}.margo-progress-bar[data-margo-mode=determinate]:before{clip-path:inset(0 calc(100% - var(--margo-progress-bar-value,0%)) 0 0)}.margo-progress-bar[data-margo-mode=determinate][data-margo-animate=true]:before{transition:clip-path .3s ease-out}.margo-progress-bar[data-margo-mode=indeterminate]:before{width:50%;animation:.8s ease-in-out infinite margo-progress-bar-indeterminate;inset:0 auto 0 0}@keyframes margo-progress-bar-indeterminate{0%{transform:translate(-100%)}to{transform:translate(250%)}}.margo-sheet{transition:translate var(--margo-layer-duration) var(--margo-layer-easing)}.margo-sheet[data-margo-side=start]{translate:-100%}.margo-sheet[data-margo-side=end]{translate:100%}.margo-sheet[data-margo-side=top]{translate:0 -100%}.margo-sheet[data-margo-side=bottom]{translate:0 100%}dialog[open] .margo-sheet{translate:0}@starting-style{dialog[open] .margo-sheet[data-margo-side=start]{translate:-100%}dialog[open] .margo-sheet[data-margo-side=end]{translate:100%}dialog[open] .margo-sheet[data-margo-side=top]{translate:0 -100%}dialog[open] .margo-sheet[data-margo-side=bottom]{translate:0 100%}}.margo-border-glow:before{content:"";z-index:1;pointer-events:none;opacity:0;background:radial-gradient(var(--margo-border-glow-size,480px) circle at var(--margo-border-glow-x,70%) var(--margo-border-glow-y,70%), var(--color-primary), transparent 70%);transition:opacity .3s ease-out;position:absolute}@media (hover:hover) and (pointer:fine){.margo-border-glow:hover:before{opacity:1}}.margo-border-glow--ring:before{inset:calc(-1 * var(--margo-border));border-radius:inherit;padding:var(--margo-border);-webkit-mask-composite:xor;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.margo-border-glow--edge-top:before{inset:calc(-1 * var(--margo-border)) 0 auto 0;height:var(--margo-border)}.margo-border-glow--edge-bottom:before{inset:auto 0 calc(-1 * var(--margo-border)) 0;height:var(--margo-border)}.margo-border-glow--edge-left:before{inset:0 auto 0 calc(-1 * var(--margo-border));width:var(--margo-border)}.margo-border-glow--edge-right:before{inset:0 calc(-1 * var(--margo-border)) 0 auto;width:var(--margo-border)}._lamp_8734w_1{--lamp-scale:1;--lamp-fade:1;--lamp-blur:0px;z-index:40;transform-origin:50% calc(var(--lamp-thread,12) * -1rem);transition:translate var(--margo-layer-duration) var(--margo-layer-easing)}html:has(dialog[open]) ._lamp_8734w_1{translate:calc(min(26rem,85vw)/-2)}._lamp_8734w_1[data-level="2"]{--lamp-scale:.9;--lamp-fade:.86;z-index:30}._lamp_8734w_1[data-level="3"]{--lamp-scale:.85;--lamp-fade:.7;--lamp-blur:.4px;z-index:20}._lamp_8734w_1[data-level="4"]{--lamp-scale:.8;--lamp-fade:.56;--lamp-blur:.8px;z-index:10}._thread_8734w_38{width:fit-content;scale:var(--lamp-scale);transform-origin:50% 0;opacity:var(--lamp-fade);filter:blur(var(--lamp-blur));flex:none;transition:opacity .7s,filter .7s;animation:linear both _lamp-drift_8734w_1;animation-timeline:view();animation-range:cover;position:relative}._lamp_8734w_1:hover ._thread_8734w_38{opacity:1;filter:none}._thread_8734w_38:before,._thread_8734w_38:after{content:"";width:1px;height:calc(var(--lamp-thread,12) * 1rem / var(--lamp-scale));position:absolute;bottom:100%;left:50%;translate:-50%}._thread_8734w_38:before{background:linear-gradient(to bottom, transparent, var(--color-border))}._thread_8734w_38:after{transform-origin:50% 0;background:linear-gradient(to bottom, transparent, var(--color-primary));animation:linear both _lamp-drop_8734w_1;animation-timeline:view();animation-range:cover 20% cover 60%;scale:1 0}@keyframes _lamp-drift_8734w_1{0%{translate:0 calc(var(--lamp-drift-range,20) * 1px)}to{translate:0 calc(var(--lamp-drift-range,20) * -1px)}}@keyframes _lamp-drop_8734w_1{0%{scale:1 0}to{scale:1}}@media (prefers-reduced-motion:reduce){._thread_8734w_38,._thread_8734w_38:after{transition:none;animation:none}}._band_12spl_1{z-index:0;pointer-events:none;view-timeline-name:--lamp-year;view-timeline-axis:block;grid-column:content-start/content-end}._year_12spl_9{pointer-events:auto;width:max-content;color:color-mix(in srgb, var(--color-medium) 15%, transparent);transition:color .3s;animation:linear both _lamp-year_12spl_1;animation-timeline:--lamp-year;animation-range:cover;position:fixed;top:50dvh}@media (hover:hover) and (pointer:fine){._year_12spl_9:hover{color:color-mix(in srgb, var(--color-medium) 40%, transparent)}}@keyframes _lamp-year_12spl_1{0%{opacity:0;left:0;translate:0 -50%}8%{opacity:1}92%{opacity:1}to{opacity:0;left:100%;translate:-100% -50%}}@media (prefers-reduced-motion:reduce){._year_12spl_9{animation:none;display:none}}._header_18xjv_1{timeline-scope:--hero}._hero_18xjv_5{view-timeline:--hero block}._stage_18xjv_9{height:100dvh;padding-inline:var(--margo-grid-padding);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;animation-name:_hero-exit_18xjv_1;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:view();animation-range:exit;display:flex;position:sticky;top:0}@keyframes _hero-exit_18xjv_1{0%{opacity:1;translate:0}60%{opacity:0;translate:0 -3rem}}._text_18xjv_39{overflow:visible}._character_18xjv_43{white-space:pre;animation-name:_hero-write_18xjv_1;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:--hero;animation-range:contain var(--start) contain var(--end);display:inline-block}@keyframes _hero-write_18xjv_1{0%{opacity:0;translate:0 .2em}to{opacity:1;translate:0}}._progress-bar_18xjv_65:before{animation-name:_progress-bar_18xjv_65;animation-timing-function:linear;animation-fill-mode:both;animation-timeline:--hero;animation-range:contain}@keyframes _progress-bar_18xjv_65{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@media (prefers-reduced-motion:reduce){._stage_18xjv_9,._character_18xjv_43{animation:none}}._secret_1qz5y_1{text-box:trim-both cap alphabetic;background-color:currentColor;outline:none;margin-inline:.3em;display:inline-block;box-shadow:0 0 0 .3em}._secret_1qz5y_1[data-revealed]{animation:.45s ease-in-out _secret-reveal_1qz5y_1}@keyframes _secret-reveal_1qz5y_1{0%{background-color:currentColor;translate:0;box-shadow:0 0 0 .3em}12%{background-color:#0000;translate:.25em;box-shadow:0 0 0 .3em #0000}24%{translate:-.12em}36%{translate:0}78%{background-color:#0000;box-shadow:0 0 0 .3em #0000}to{background-color:currentColor;translate:0;box-shadow:0 0 0 .3em}}
