.photo-gallery-overlay{z-index:var(--z-photo-gallery);padding:var(--inset-photo-gallery-y) var(--inset-photo-gallery-x);overscroll-behavior:contain;transform-origin:50%;justify-content:center;display:flex;position:fixed;inset:0}.photo-gallery-frame{width:min(100%, var(--width-photo-gallery));border-radius:var(--radius-sm);border:var(--border-width) solid var(--color-border);min-width:0;min-height:0;display:flex;overflow:hidden}.photo-gallery-sheet{isolation:isolate;background:var(--color-photo-gallery-overlay);min-width:0;min-height:0;color:var(--color-photo-gallery-text);flex:1;display:flex;position:relative;overflow:hidden}.photo-gallery-chrome{z-index:var(--z-photo-gallery-chrome);justify-content:space-between;align-items:center;gap:var(--gap-md);padding:var(--padding-photo-gallery-chrome);display:flex;position:absolute;top:0;left:0;right:0}.photo-gallery-title{min-width:0;font-size:var(--text-photo-gallery-title-size);font-weight:var(--text-photo-gallery-title-weight);line-height:var(--text-photo-gallery-title-line-height);margin:0}.photo-gallery-scroll{overscroll-behavior:contain;min-height:0;padding:var(--padding-photo-gallery-scroll) var(--inset-photo-gallery-x);flex:1;overflow:auto}.photo-gallery-close{min-width:var(--size-control-tap);min-height:var(--size-control-tap);color:var(--color-photo-gallery-text);flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.photo-gallery-close .icon{color:inherit}.photo-gallery-close:focus-visible{outline:var(--border-width) solid var(--color-photo-gallery-text);outline-offset:var(--space-4);border-radius:var(--radius-sm)}
html:has(.home-page){scroll-behavior:auto;scroll-snap-type:y mandatory;overflow:clip auto}html:has(.home-page.home-page--free-scroll){scroll-snap-type:none}:is(html:has(.home-page.home-page--free-scroll) .site-header-profile,html:has(.home-page.home-page--free-scroll) .home-lower){scroll-snap-align:none;scroll-snap-stop:normal}html:has(.home-page) body{overflow:clip visible}@media (prefers-reduced-motion:reduce){html:has(.home-page){scroll-snap-type:none}}.home-page{background:var(--color-bg-page);flex:1;justify-content:center;width:100%;min-height:100%;display:flex}.home-body{align-items:flex-start;gap:var(--gap-intro);width:100%;min-height:100%;max-width:var(--content-width);padding:0 var(--inset-x) var(--padding-page);flex-direction:column;display:flex}.home-prompts{align-items:flex-start;gap:var(--gap-md);flex-direction:column;width:100%;display:flex}.home-lower{align-items:flex-start;gap:var(--gap-page);scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;width:100%;display:flex}.home-main{align-items:flex-start;gap:var(--gap-2xl);width:100%;padding-top:var(--offset-home-main-top);flex-direction:column;display:flex}.home-nav{justify-content:space-between;align-items:center;width:100%;display:flex}.home-content{align-items:flex-start;gap:var(--gap-2xl);flex-direction:column;width:100%;display:flex}.segmented-control-container{width:100%}@media (max-width:68.6875rem){.home-nav{gap:var(--gap-md);flex-wrap:wrap}}
