@font-face{font-family:Noto Sans;src:url(/assets/fonts/Noto_Sans/NotoSans.woff2) format("woff2"),url(/assets/fonts/Noto_Sans/NotoSans.ttf) format("truetype");font-style:normal;font-display:swap}@font-face{font-family:Noto Sans Japanese;src:url(/assets/fonts/Noto_Sans_JP/NotoSansJP.woff2) format("woff2"),url(/assets/fonts/Noto_Sans_JP/NotoSansJP.ttf) format("truetype");font-style:normal;font-display:swap}body{font-family:Noto Sans,sans-serif}h1,h2,h3,h4,h5,h6{color:var(--black);margin:1rem 0;font-weight:600;font-family:Noto Sans Japanese,sans-serif;letter-spacing:22%}@media screen and (max-width:1100px){h1,h2,h3,h4,h5,h6{letter-spacing:18%}}span,a,li,blockquote{letter-spacing:22%}@media screen and (max-width:1100px){span,a,li,blockquote{letter-spacing:18%}}h1{font-size:40px}@media screen and (max-width:1100px){h1{font-size:28px}}@media screen and (max-width:767px){h1{font-size:24px}}h2{font-size:36px}@media screen and (max-width:1100px){h2{font-size:26px}}@media screen and (max-width:767px){h2{font-size:1.5rem}}h3{font-size:32px}@media screen and (max-width:1100px){h3{font-size:24px}}@media screen and (max-width:767px){h3{font-size:20px}}h4{font-size:28px}@media screen and (max-width:1100px){h4{font-size:22px}}@media screen and (max-width:767px){h4{font-size:18px}}h5{font-size:24px}@media screen and (max-width:1100px){h5{font-size:20px}}@media screen and (max-width:767px){h5{font-size:18px}}h6{font-size:20px}@media screen and (max-width:1100px){h6{font-size:18px}}@media screen and (max-width:767px){h6{font-size:16px}}a{color:var(--primary);text-decoration:none;transition:all .1s linear}p{font-size:1rem;margin:0;padding:0}p.small{font-size:.875rem}blockquote span.big{font-size:2.5rem}blockquote{font-size:1.2rem}.text-18{font-size:18px}.text-16{font-size:16px}.text-14{font-size:14px}.text-12{font-size:12px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{display:flex;flex-direction:column;min-height:100vh;background-color:var(--bg);color:var(--text)}main{flex:1}img{width:100%;max-width:100%;margin:0;object-fit:cover}hr{height:0;border:none;border-bottom:2px solid var(--primary);display:flex;justify-content:flex-start;margin-bottom:1rem}.m-0{margin:0!important}.mt-0{margin-top:0!important}.p-0{padding:0}.pt-0{padding-top:0}iframe{width:100%;border:none}.header-line{width:100%;height:1.5px;background-color:var(--black);opacity:.15;margin-bottom:3rem}@media screen and (max-width:767px){.header-line{margin-bottom:2rem}}section{width:100%;overflow:hidden}section .inner{max-width:1312px;margin:auto}@media screen and (min-width:1101px){section{padding:6rem 4rem}}@media screen and (max-width:1100px){section{padding:4rem 2rem}}@media screen and (max-width:767px){section{padding:2rem 1rem}}.grid5{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid4{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}.grid3{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.grid2{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.grid1{display:grid;gap:1rem;grid-template-columns:1fr}@media screen and (max-width:1100px){.grid{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (min-width:768px)and (max-width:1100px){.grid3,.grid4,.grid5{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (max-width:767px){.grid,.grid2,.grid3,.grid4,.grid5{grid-template-columns:1fr;gap:1rem}}.flex{display:flex;align-items:center;gap:1rem}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}@media screen and (max-width:767px){.flex{flex-direction:column}.flex.mbl-row{flex-direction:row}.justify-content{justify-content:center}.align-items{align-items:stretch}}footer{background:var(--bg);text-align:center;padding:3rem 0;font-size:15px}footer svg{padding:1rem;margin-left:20px}@media screen and (max-width:767px){footer svg{padding:0;margin:0}}footer h2{font-weight:600;margin-bottom:1.5rem}footer h2,footer li,footer p,footer a{font-size:14px}footer ul{padding:0}@media screen and (max-width:767px){footer ul{padding:0;margin:0}}footer .footer-bottom p{text-align:center;margin:0;padding:2rem;font-size:14px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .6s cubic-bezier(.25,.46,.45,.94),transform .6s cubic-bezier(.25,.46,.45,.94);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal--slide-up{opacity:1}.reveal--slide-up.is-visible{transform:translateY(0)}body.no-scroll-reveal .reveal,body.no-scroll-reveal .reveal--fade{opacity:1;transform:none;transition:none;will-change:auto}body.no-scroll-reveal .reveal-stagger>.reveal{transition-delay:0s}body.no-scroll-reveal .reveal--slide-up{opacity:1;transform:none;transition:none;will-change:auto}.reveal--fade{opacity:0;transition:opacity .6s cubic-bezier(.25,.46,.45,.94);will-change:opacity}.reveal--fade.is-visible{opacity:1}.reveal-stagger>.reveal{transition-delay:var(--reveal-delay, 0s)}.reveal-stagger>.reveal:nth-child(1){transition-delay:var(--reveal-delay, 0s)}.reveal-stagger>.reveal:nth-child(2){transition-delay:var(--reveal-delay, .1s)}.reveal-stagger>.reveal:nth-child(3){transition-delay:var(--reveal-delay, .2s)}.reveal-stagger>.reveal:nth-child(4){transition-delay:var(--reveal-delay, .3s)}.reveal-stagger>.reveal:nth-child(5){transition-delay:var(--reveal-delay, .4s)}.reveal-stagger>.reveal:nth-child(6){transition-delay:var(--reveal-delay, .5s)}.reveal-stagger>.reveal:nth-child(7){transition-delay:var(--reveal-delay, .6s)}.reveal-stagger>.reveal:nth-child(8){transition-delay:var(--reveal-delay, .7s)}.reveal-stagger>.reveal:nth-child(9){transition-delay:var(--reveal-delay, .8s)}.reveal-stagger>.reveal:nth-child(10){transition-delay:var(--reveal-delay, .9s)}.reveal-stagger>.reveal:nth-child(11){transition-delay:var(--reveal-delay, 1s)}.reveal-stagger>.reveal:nth-child(12){transition-delay:var(--reveal-delay, 1.1s)}.reveal-stagger>.reveal:nth-child(13){transition-delay:var(--reveal-delay, 1.2s)}.reveal--delayed{transition-delay:.15s}.reveal .section-heading__patch{transform:scale(.7);transition:transform .4s ease .1s}.reveal.is-visible .section-heading__patch{transform:scale(1)}@media(prefers-reduced-motion:reduce){.reveal,.reveal--fade,.reveal--slide-up{opacity:1;transform:none;transition:none;will-change:auto}.reveal-stagger>.reveal{transition-delay:0s}}.rg-gallery{width:100%;background-color:var(--bg);padding:5rem 0!important;overflow:hidden}@media screen and (max-width:1100px){.rg-gallery{padding:4rem 0!important}}@media screen and (max-width:767px){.rg-gallery{padding:2rem 0!important}}.rg-gallery--compact{padding:0!important}.rg-gallery .section-heading__title{color:var(--black)}.rg-gallery .section-heading__line{background-color:var(--black)}.rg-gallery-header{max-width:1312px;padding:0 4rem}@media screen and (max-width:1100px){.rg-gallery-header{padding:0 2rem}}@media screen and (max-width:767px){.rg-gallery-header{padding:0 1rem}}.rg-gallery-row{overflow:hidden}.rg-gallery-row+.rg-gallery-row{margin-top:0}.rg-gallery-track{display:flex;flex-wrap:nowrap;gap:0;width:fit-content}.rg-gallery-track:hover{animation-play-state:paused!important}.rg-gallery-track--slow{animation:rg-gallery-scroll 16s linear infinite}.rg-gallery-track--fast{animation:rg-gallery-scroll 14s linear infinite}@keyframes rg-gallery-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.rg-gallery-track--slow,.rg-gallery-track--fast{animation:none!important}}.rg-gallery-item{flex-shrink:0;border:none;padding:0;margin:0;background:none;cursor:pointer;overflow:hidden;border-radius:0;line-height:0}.rg-gallery-item img{display:block;height:37.5vh;width:auto;aspect-ratio:3/2;object-fit:cover;filter:brightness(.75);transition:filter .4s ease}@media screen and (max-width:767px){.rg-gallery-item img{height:30vh}}.rg-gallery-item:hover img{filter:brightness(1)}.rg-lightbox{position:fixed;inset:0;z-index:9999;background:#000000eb;display:none;align-items:center;justify-content:center}.rg-lightbox.is-open{display:flex}.rg-lightbox__img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px}.rg-lightbox__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;opacity:.7;transition:opacity .2s}.rg-lightbox__close:hover{opacity:1}.rg-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;cursor:pointer;padding:1rem;opacity:.7;transition:opacity .2s}.rg-lightbox__nav:hover{opacity:1}.rg-lightbox__nav--prev{left:1rem}.rg-lightbox__nav--next{right:1rem}.rg-lightbox__counter{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#fff;font-size:14px;opacity:.7}:root{--primary: #344491;--secondary: #6773ad;--tertiary: #b3b9d6;--black: #1d1d1b;--white: #e3e3e3;--gray: #888;--bg: #ffffff;--bg-surface: #eff0f8;--text: #1d1d1b;--text-muted: #888;--border: rgba(29, 29, 27, .15);--bg-overlay: rgba(255, 255, 255, .9);--bg-card: #ffffff;--shadow: rgba(0, 0, 0, .1);color-scheme:light}.header[data-astro-cid-mq3pp5jd]{border-bottom:2px solid color-mix(in srgb,var(--black) 10%,transparent);padding:1rem 0}.header[data-astro-cid-mq3pp5jd] .container[data-astro-cid-mq3pp5jd]{padding:0 4rem}@media screen and (max-width:1100px){.header[data-astro-cid-mq3pp5jd] .container[data-astro-cid-mq3pp5jd]{padding:0 2rem}}@media screen and (max-width:767px){.header[data-astro-cid-mq3pp5jd] .container[data-astro-cid-mq3pp5jd]{padding:0 1rem}}.header-nav[data-astro-cid-mq3pp5jd]{display:flex;align-items:center;gap:2rem;height:64px;max-width:1312px;margin:0 auto}@media screen and (max-width:1100px){.header-nav[data-astro-cid-mq3pp5jd]{justify-content:space-between}}.header-logo[data-astro-cid-mq3pp5jd] a[data-astro-cid-mq3pp5jd]{text-decoration:none;display:block}.header-logo[data-astro-cid-mq3pp5jd] img[data-astro-cid-mq3pp5jd]{height:74px}@media screen and (max-width:767px){.header-logo[data-astro-cid-mq3pp5jd] img[data-astro-cid-mq3pp5jd]{height:64px}}.header-logo[data-astro-cid-mq3pp5jd] .logo-dots[data-astro-cid-mq3pp5jd]{display:flex;gap:4px;margin-bottom:6px}.header-logo[data-astro-cid-mq3pp5jd] .logo-dots[data-astro-cid-mq3pp5jd] .dot[data-astro-cid-mq3pp5jd]{width:6px;height:6px;border-radius:50%}.header-logo[data-astro-cid-mq3pp5jd] .logo-dots[data-astro-cid-mq3pp5jd] .dot--gray[data-astro-cid-mq3pp5jd]{background-color:var(--white)}.header-logo[data-astro-cid-mq3pp5jd] .logo-dots[data-astro-cid-mq3pp5jd] .dot--blue[data-astro-cid-mq3pp5jd]{background-color:var(--primary)}.header-logo[data-astro-cid-mq3pp5jd] .logo-text[data-astro-cid-mq3pp5jd]{display:flex;align-items:center;gap:.75rem}.header-logo[data-astro-cid-mq3pp5jd] .logo-name[data-astro-cid-mq3pp5jd]{font-weight:400;color:var(--black)}.header-logo[data-astro-cid-mq3pp5jd] .logo-divider[data-astro-cid-mq3pp5jd]{width:2px;height:30px;background-color:var(--black)}.header-logo[data-astro-cid-mq3pp5jd] .logo-subtitle[data-astro-cid-mq3pp5jd]{color:var(--black);text-transform:uppercase}.header-links[data-astro-cid-mq3pp5jd]{display:flex;list-style:none;margin:0 0 0 auto;padding:0;gap:clamp(1.25rem,2.4vw,3rem)}.header-links[data-astro-cid-mq3pp5jd] li[data-astro-cid-mq3pp5jd]{margin:0;padding:0}.header-links[data-astro-cid-mq3pp5jd] a[data-astro-cid-mq3pp5jd]{text-decoration:none;font-weight:500;color:var(--black);transition:color .3s ease;text-transform:uppercase}.header-links[data-astro-cid-mq3pp5jd] a[data-astro-cid-mq3pp5jd]:hover{color:var(--primary)}@media screen and (max-width:1100px){.header-links[data-astro-cid-mq3pp5jd]{position:fixed;top:0;left:0;width:80%;max-width:320px;height:100vh;flex-direction:column;padding:5rem 2rem 2rem;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:none;z-index:1000;gap:0;background-color:var(--white);visibility:hidden}.header-links[data-astro-cid-mq3pp5jd].active{transform:translate(0);visibility:visible;transition:transform .3s ease,visibility .3s ease}.header-links[data-astro-cid-mq3pp5jd] li[data-astro-cid-mq3pp5jd]{margin-bottom:1.5rem}}@media screen and (max-width:1100px){.header-cta[data-astro-cid-mq3pp5jd]{display:none}}.header-mobile-toggle[data-astro-cid-mq3pp5jd]{display:none;background:none;border:none;cursor:pointer;z-index:1001}.header-mobile-toggle[data-astro-cid-mq3pp5jd] svg[data-astro-cid-mq3pp5jd]{width:24px;height:24px;stroke:var(--gray)}.header-mobile-toggle[data-astro-cid-mq3pp5jd] .icon-hamburger[data-astro-cid-mq3pp5jd]{display:block}.header-mobile-toggle[data-astro-cid-mq3pp5jd] .icon-close[data-astro-cid-mq3pp5jd]{display:none}@media screen and (max-width:1100px){.header-mobile-toggle[data-astro-cid-mq3pp5jd]{display:block}}.header-mobile-toggle[data-astro-cid-mq3pp5jd].active{position:fixed;right:2rem}.header-mobile-toggle[data-astro-cid-mq3pp5jd].active .icon-hamburger[data-astro-cid-mq3pp5jd]{display:none}.header-mobile-toggle[data-astro-cid-mq3pp5jd].active .icon-close[data-astro-cid-mq3pp5jd]{display:block}.header-sticky[data-astro-cid-mq3pp5jd]{position:fixed;top:0;left:0;width:100%;z-index:999;transition:box-shadow .3s ease}.header-sticky[data-astro-cid-mq3pp5jd].scrolled{box-shadow:0 4px 6px #0000001a}.header-overlay[data-astro-cid-mq3pp5jd]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.header-overlay[data-astro-cid-mq3pp5jd].active{opacity:1;visibility:visible}.a11y-widget{--a11y-font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--a11y-heading-font-family: "Noto Sans Japanese", "Noto Sans", sans-serif;--a11y-panel-bg: rgba(248, 248, 246, .96);--a11y-panel-text: #1d1d1b;--a11y-panel-muted: rgba(29, 29, 27, .68);--a11y-panel-border: rgba(52, 68, 145, .14);--a11y-panel-shadow: 0 24px 60px rgba(29, 29, 27, .16);--a11y-surface: #ffffff;--a11y-surface-muted: rgba(103, 115, 173, .08);--a11y-accent: #344491;--a11y-accent-strong: #6773ad;--a11y-accent-soft: rgba(52, 68, 145, .12)}:root{--a11y-site-bg: #f8f8f6;--a11y-site-surface: transparent;--a11y-site-text: #1d1d1b;--a11y-site-link: #344491;--a11y-site-border: rgba(29, 29, 27, .18)}html[data-a11y-contrast=high-color]{--a11y-site-bg: #000000;--a11y-site-surface: #000000;--a11y-site-text: #ffff00;--a11y-site-link: #00ffff;--a11y-site-border: #ffff00}html[data-a11y-contrast=high-bw]{--a11y-site-bg: #000000;--a11y-site-surface: #000000;--a11y-site-text: #ffffff;--a11y-site-link: #ffffff;--a11y-site-border: #ffffff}html[data-a11y-contrast=negative]{--a11y-site-bg: #ffffff;--a11y-site-surface: #ffffff;--a11y-site-text: #000000;--a11y-site-link: #0000ee;--a11y-site-border: #000000}html[data-a11y-contrast=custom]{--a11y-site-bg: var(--a11y-content-bg);--a11y-site-surface: var(--a11y-content-bg);--a11y-site-text: var(--a11y-content-text);--a11y-site-link: var(--a11y-content-link);--a11y-site-border: var(--a11y-content-border)}html[data-a11y-contrast=high-color] #site-content,html[data-a11y-contrast=high-bw] #site-content,html[data-a11y-contrast=negative] #site-content,html[data-a11y-contrast=custom] #site-content{background-color:var(--a11y-site-bg)!important;color:var(--a11y-site-text)!important}html[data-a11y-contrast=high-color] #site-content :is(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,li,a,button,label,summary,blockquote,figcaption),html[data-a11y-contrast=high-bw] #site-content :is(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,li,a,button,label,summary,blockquote,figcaption),html[data-a11y-contrast=negative] #site-content :is(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,li,a,button,label,summary,blockquote,figcaption),html[data-a11y-contrast=custom] #site-content :is(h1,h2,h3,h4,h5,h6,p,span,strong,em,small,li,a,button,label,summary,blockquote,figcaption){color:var(--a11y-site-text)!important}html[data-a11y-contrast=high-color] #site-content :is(a,button,[role=button]),html[data-a11y-contrast=high-bw] #site-content :is(a,button,[role=button]),html[data-a11y-contrast=negative] #site-content :is(a,button,[role=button]),html[data-a11y-contrast=custom] #site-content :is(a,button,[role=button]){color:var(--a11y-site-link)!important}html[data-a11y-contrast=high-color] #site-content :is(article,form,table,.content-section,[class*=card],[class*=panel],[class*=box]),html[data-a11y-contrast=high-bw] #site-content :is(article,form,table,.content-section,[class*=card],[class*=panel],[class*=box]),html[data-a11y-contrast=negative] #site-content :is(article,form,table,.content-section,[class*=card],[class*=panel],[class*=box]),html[data-a11y-contrast=custom] #site-content :is(article,form,table,.content-section,[class*=card],[class*=panel],[class*=box]){background-color:var(--a11y-site-surface)!important}html[data-a11y-contrast=high-color] #site-content :is(hr,input,textarea,select,button,fieldset,.header-line,[class*=line],[class*=divider]),html[data-a11y-contrast=high-bw] #site-content :is(hr,input,textarea,select,button,fieldset,.header-line,[class*=line],[class*=divider]),html[data-a11y-contrast=negative] #site-content :is(hr,input,textarea,select,button,fieldset,.header-line,[class*=line],[class*=divider]),html[data-a11y-contrast=custom] #site-content :is(hr,input,textarea,select,button,fieldset,.header-line,[class*=line],[class*=divider]){border-color:var(--a11y-site-border)!important}.a11y-widget .a11y-section__content[hidden],.a11y-widget [data-theme-value=dark],.a11y-widget [data-theme-value=system]{display:none!important}.a11y-widget .a11y-section:has([data-theme-value]){display:none!important}.a11y-widget,.a11y-widget :where(button,h2,span,strong,label,output,input){font-family:var(--a11y-font-family)!important;letter-spacing:normal}.a11y-widget{right:1.5rem;bottom:1.5rem;gap:1rem}.a11y-widget .a11y-trigger{position:relative;width:4rem;height:4rem;border:2px solid rgba(255,255,255,.9);background:var(--a11y-accent);box-shadow:0 0 0 1px #3444912e,0 16px 36px #1f2a613d;color:#fff;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.a11y-widget .a11y-trigger:hover{transform:translateY(-3px);background:#283576;box-shadow:0 0 0 1px #34449133,0 20px 42px #1f2a614d}.a11y-widget .a11y-trigger:active{transform:translateY(-1px)}.a11y-widget .a11y-trigger>.a11y-icon{display:none}.a11y-widget .a11y-trigger:before{content:"";width:2rem;height:2rem;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.25' fill='none' stroke='black' stroke-width='1.65'/%3E%3Ccircle cx='12' cy='6.7' r='1.35' fill='black'/%3E%3Cpath d='M6.8 9.4c1.65.76 3.38 1.14 5.2 1.14s3.55-.38 5.2-1.14M12 10.65v3.25m0 0-2.75 4.35M12 13.9l2.75 4.35' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.25' fill='none' stroke='black' stroke-width='1.65'/%3E%3Ccircle cx='12' cy='6.7' r='1.35' fill='black'/%3E%3Cpath d='M6.8 9.4c1.65.76 3.38 1.14 5.2 1.14s3.55-.38 5.2-1.14M12 10.65v3.25m0 0-2.75 4.35M12 13.9l2.75 4.35' fill='none' stroke='black' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.a11y-widget .a11y-panel{width:min(22rem,calc(100vw - 3rem));max-height:min(42rem,calc(100vh - 7.5rem));border-color:#34449129;border-radius:1.25rem;background:#fffffffb;box-shadow:0 28px 70px #1d1d1b2e,0 0 0 1px #ffffffb3 inset;backdrop-filter:blur(24px);scrollbar-color:rgba(52,68,145,.35) transparent;scrollbar-width:thin}.a11y-widget .a11y-panel::-webkit-scrollbar{width:6px}.a11y-widget .a11y-panel::-webkit-scrollbar-thumb{border-radius:999px;background:#34449152}.a11y-widget .a11y-panel__header{align-items:center;padding:1.15rem 1.2rem;background:#fffffff7;border-bottom-color:#34449124}.a11y-widget .a11y-panel__title{display:flex;align-items:center;gap:.7rem;color:#1d1d1b;font-family:var(--a11y-heading-font-family)!important;font-size:1rem;font-weight:500;line-height:1.25;letter-spacing:.055em;text-transform:uppercase}.a11y-widget .a11y-panel__title:before{content:"";width:.72rem;height:.72rem;flex:0 0 .72rem;background:var(--a11y-accent)}.a11y-widget .a11y-panel__actions{gap:.4rem}.a11y-widget .a11y-icon-button{width:2.55rem;min-width:2.55rem;min-height:2.55rem;border-color:#34449129;border-radius:999px;background:#6773ad14}.a11y-widget .a11y-icon-button:hover{border-color:#34449161;background:#34449121;color:var(--a11y-accent)}.a11y-widget .a11y-panel__body{padding-bottom:0}.a11y-widget .a11y-section{border-bottom-color:#34449121}.a11y-widget .a11y-section__toggle{min-height:3.85rem;padding:1rem 1.2rem;background:#fff}.a11y-widget .a11y-section__toggle:hover{background:#6773ad0e}.a11y-widget .a11y-section.is-open .a11y-section__toggle{background:#6773ad1c}.a11y-widget .a11y-section__label{gap:.75rem;color:#1d1d1b;font-weight:500}.a11y-widget .a11y-section__label .a11y-icon{width:1.05rem;height:1.05rem;color:var(--a11y-accent)}.a11y-widget .a11y-section__label>span:last-child{font-size:.78rem;letter-spacing:.09em;line-height:1.35;text-transform:uppercase}.a11y-widget .a11y-chevron{width:.9rem;height:.9rem;color:#1d1d1b8a}.a11y-widget .a11y-section__content{gap:1rem;padding:1.2rem;background:#eff0f89e;border-top:1px solid rgba(52,68,145,.08)}.a11y-widget .a11y-stepper{grid-template-columns:3.2rem minmax(0,1fr) 3.2rem;gap:1rem}.a11y-widget .a11y-pill,.a11y-widget .a11y-choice{border-color:#34449129;background:#fff}.a11y-widget .a11y-pill{min-height:3.2rem;border-radius:999px;font-size:.9rem}.a11y-widget .a11y-stat{gap:.35rem}.a11y-widget .a11y-stat__value{color:var(--a11y-accent);font-size:1.3rem;font-weight:500}.a11y-widget .a11y-stat__label{color:#1d1d1b94;font-size:.64rem;letter-spacing:.1em}.a11y-widget .a11y-choice{min-height:3rem;border-radius:.35rem;font-size:.78rem;font-weight:500;letter-spacing:.035em}.a11y-widget .a11y-choice:hover,.a11y-widget .a11y-pill:hover{border-color:#34449173}.a11y-widget .a11y-choice.is-active,.a11y-widget .a11y-pill.is-active,.a11y-widget .a11y-icon-button.is-active{border-color:var(--a11y-accent);background:#3444911a;color:var(--a11y-accent)}.a11y-widget .a11y-field,.a11y-widget .a11y-range,.a11y-widget .a11y-meta{color:#1d1d1b9e;font-size:.66rem;letter-spacing:.08em}.a11y-widget .a11y-range input[type=range]{accent-color:var(--a11y-accent)}.a11y-widget :is(.a11y-trigger,.a11y-icon-button,.a11y-choice,.a11y-pill,.a11y-section__toggle):focus-visible{outline:3px solid rgba(52,68,145,.38);outline-offset:3px}@media(max-width:768px){.a11y-widget{right:1rem;left:1rem;bottom:1rem}.a11y-widget .a11y-trigger{width:3.75rem;height:3.75rem}.a11y-widget .a11y-trigger:before{width:1.85rem;height:1.85rem}.a11y-widget .a11y-panel{width:100%;max-height:min(78vh,40rem);border-radius:1.2rem}.a11y-widget .a11y-panel__header{padding:1.55rem 1rem 1rem}.a11y-widget .a11y-panel__title{font-size:.92rem}.a11y-widget .a11y-section__toggle,.a11y-widget .a11y-section__content{padding-inline:1rem}}@media(prefers-reduced-motion:reduce){.a11y-widget *,.a11y-widget *:before,.a11y-widget *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(forced-colors:active){.a11y-widget .a11y-trigger,.a11y-widget .a11y-panel,.a11y-widget .a11y-choice,.a11y-widget .a11y-pill,.a11y-widget .a11y-icon-button{border:1px solid ButtonText}.a11y-widget .a11y-trigger:before{background-color:ButtonText}}
