:root{--color-bg-page: #ffffff;--color-bg-subtle: #f2f6fc;--color-bg-primary: #123a6b;--color-bg-accent: #1668d9;--color-bg-icon-tint: #e7f0fc;--color-bg-open-tint: #e6f4ec;--color-bg-copyright: #123a6b;--color-border-default: #dce4ef;--color-text-primary: #13233b;--color-text-secondary: #5a6b80;--color-text-on-primary: #ffffff;--color-text-link: #123a6b;--color-status-open: #17784a;--color-status-soon: #b4551c;--color-status-closed: #6b7480;--color-icon-blue: #1668d9;--font-sans: "Noto Sans JP", system-ui, -apple-system, "Hiragino Sans", "Yu Gothic", sans-serif;--fs-h1: 24px;--fs-h1-hero: 24px;--fs-section: 17px;--fs-card-title: 15px;--fs-body: 13px;--fs-meta: 12px;--fs-note: 11px;--fs-stat: 22px;--lh-h1: 1.4;--lh-section: 1.5;--lh-body: 1.8;--space-body-padding: 12px;--space-body-gap: 10px;--space-section-padding: 14px;--radius-section: 12px;--radius-control: 8px;--content-width: 1280px;--band-padding: 16px;--tap-min: 44px}@media(min-width:900px){:root{--fs-h1: 34px;--fs-h1-hero: 40px;--fs-section: 22px;--fs-card-title: 17px;--fs-body: 15px;--fs-meta: 13px;--fs-note: 12px;--fs-stat: 24px;--lh-body: 1.95;--space-body-padding: 20px;--space-body-gap: 20px;--space-section-padding: 28px;--radius-section: 14px;--band-padding: 80px}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:var(--fs-body);line-height:var(--lh-body);color:var(--color-text-primary);background:var(--color-bg-subtle)}h1,h2,h3,p,ul,ol{margin:0}ul,ol{padding:0;list-style:none}img{max-width:100%;height:auto}a{color:var(--color-text-link)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-bg-accent);outline-offset:2px}.band{width:100%;max-width:calc(var(--content-width) + var(--band-padding) * 2);margin:0 auto;padding:0 var(--band-padding)}.body-stack{display:flex;flex-direction:column;gap:var(--space-body-gap);padding:var(--space-body-padding) 0 32px}.section{background:var(--color-bg-page);border:1px solid var(--color-border-default);border-radius:var(--radius-section);padding:var(--space-section-padding)}.section--tinted{background:var(--color-bg-icon-tint);border-color:transparent}.section--plainbg{background:transparent;border:0;padding-left:0;padding-right:0}.section--plain{background:transparent;border:0;padding:0}.section__head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.section__title{font-size:var(--fs-section);line-height:var(--lh-section);font-weight:700}.page-title{font-size:var(--fs-h1);line-height:var(--lh-h1);font-weight:700}.lead{margin-top:8px}.meta{font-size:var(--fs-meta);color:var(--color-text-secondary)}.note{font-size:var(--fs-note);color:var(--color-text-secondary);line-height:1.7}.muted{color:var(--color-text-secondary)}.stack{display:flex;flex-direction:column;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:var(--tap-min);padding:12px 16px;border-radius:10px;border:1px solid var(--color-border-default);background:var(--color-bg-page);color:var(--color-text-link);font-size:var(--fs-meta);font-weight:700;text-decoration:none;cursor:pointer}.btn--primary{background:var(--color-bg-primary);border-color:var(--color-bg-primary);color:var(--color-text-on-primary)}.btn--accent{background:var(--color-bg-accent);border-color:var(--color-bg-accent);color:var(--color-text-on-primary)}.btn[aria-disabled=true]{opacity:.55;pointer-events:none}.chip{display:inline-flex;align-items:center;min-height:42px;padding:11px 14px;border-radius:20px;border:1px solid var(--color-border-default);background:var(--color-bg-page);color:var(--color-text-primary);font-size:var(--fs-meta);text-decoration:none;cursor:pointer}.chip[aria-pressed=true]{background:var(--color-bg-primary);border-color:var(--color-bg-primary);color:var(--color-text-on-primary)}.chip__count{margin-left:6px;font-size:var(--fs-note);color:var(--color-text-secondary)}.chip[aria-pressed=true] .chip__count{color:var(--color-text-on-primary)}.chip__count:empty{display:none}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--color-border-default);border:1px solid var(--color-border-default);border-radius:10px;overflow:hidden}.link-grid__cell{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:var(--tap-min);padding:10px 12px;background:var(--color-bg-page);color:var(--color-text-link);text-decoration:none;font-size:var(--fs-meta)}.link-grid__count{color:var(--color-text-secondary);font-size:var(--fs-note)}.stat-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--color-border-default);border-radius:10px;overflow:hidden}.stat-strip__item{padding:12px;border-left:1px solid var(--color-border-default);background:var(--color-bg-page)}.stat-strip__item:first-child{border-left:0}.stat-strip__value{font-size:var(--fs-stat);line-height:1.2;font-weight:700}.stat-strip__unit{font-size:var(--fs-note);color:var(--color-text-secondary);margin-left:2px}.stat-strip__label{font-size:var(--fs-note);color:var(--color-text-secondary)}.status{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:var(--fs-meta);font-weight:700;background:var(--color-bg-subtle);color:var(--color-status-closed)}.status[data-state=OPEN]{background:var(--color-bg-open-tint);color:var(--color-status-open)}.status[data-state=CLOSING_SOON]{background:var(--color-bg-subtle);color:var(--color-status-soon)}.shop-card{display:flex;flex-direction:column;gap:8px;background:var(--color-bg-page);border:1px solid var(--color-border-default);border-radius:var(--radius-section);padding:var(--space-section-padding)}.shop-card__name{font-size:var(--fs-card-title);line-height:1.5;font-weight:700}.shop-card__facts{font-size:var(--fs-meta);color:var(--color-text-secondary)}.shop-card__actions{display:flex;flex-wrap:wrap;gap:8px}.shop-card__actions .btn{flex:1 1 auto}.breadcrumb{font-size:var(--fs-note);color:var(--color-text-secondary)}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:4px}.breadcrumb li:after{content:"＞";margin-left:4px;color:var(--color-border-default)}.breadcrumb li:last-child:after{content:""}.pagination{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center}.sponsored{display:flex;flex-direction:column;gap:6px}.sponsored__note,.attribution li{font-size:var(--fs-note);color:var(--color-text-secondary)}.attribution a{text-decoration:underline}.leaflet-div-icon.map-pin{background:transparent;border:0}.inline-link{text-decoration:underline}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:10;background:var(--color-bg-page);padding:8px 12px;border-radius:8px}@media(min-width:900px){.link-grid,.stat-strip{grid-template-columns:repeat(4,1fr)}.shop-card{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.shop-card__body{flex:1 1 auto;display:flex;flex-direction:column;gap:6px}.shop-card__actions,.shop-card__actions .btn{flex:0 0 auto}}.shop-cta{display:flex;flex-direction:column;gap:8px}.shop-cta__main{width:100%;min-height:54px;font-size:var(--fs-card-title)}.shop-cta__sub{display:flex;gap:8px}.shop-cta__sub .btn{flex:1;min-height:50px}.accessbox{padding:13px;border:1px solid var(--color-border-default);border-radius:8px;background:var(--color-bg-page)}.accessbox .note{margin-top:8px}.facts{display:grid;grid-template-columns:minmax(96px,max-content) 1fr;border:1px solid var(--color-border-default);border-radius:8px;overflow:hidden;background:var(--color-bg-page)}.facts>dt,.facts>dd{padding:12px 14px;border-bottom:1px solid var(--color-border-default);font-size:var(--fs-meta);line-height:1.7}.facts>dt{font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-subtle)}.facts>dd{margin:0}.facts>dt:nth-last-of-type(1),.facts>dd:nth-last-of-type(1){border-bottom:0}.facts ul{display:flex;flex-direction:column;gap:2px}.twocol{display:flex;flex-direction:column;gap:var(--space-body-gap)}@media(min-width:900px){.twocol{display:grid;grid-template-columns:1fr 1fr;align-items:start}}.site-header[data-astro-cid-ctg3m53h]{background:var(--color-bg-page);border-bottom:1px solid var(--color-border-default)}.site-header__inner[data-astro-cid-ctg3m53h]{display:flex;align-items:center;gap:10px;padding-top:12px;padding-bottom:12px}.site-header__logo[data-astro-cid-ctg3m53h]{margin-right:auto;display:flex}.site-header__logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{display:block;width:96px;height:32px;object-fit:contain}.site-header__nav[data-astro-cid-ctg3m53h]{display:none}.site-header__btn[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--color-border-default);border-radius:var(--radius-control);background:var(--color-bg-page);color:var(--color-text-primary);flex-shrink:0}.site-header__btn--accent[data-astro-cid-ctg3m53h]{background:var(--color-bg-accent);border-color:var(--color-bg-accent);color:var(--color-text-on-primary)}@media(min-width:900px){.site-header__inner[data-astro-cid-ctg3m53h]{padding-top:22px;padding-bottom:22px}.site-header__logo[data-astro-cid-ctg3m53h] img[data-astro-cid-ctg3m53h]{width:112px;height:38px}}@media(min-width:1080px){.site-header__inner[data-astro-cid-ctg3m53h]{gap:20px}.site-header__logo[data-astro-cid-ctg3m53h]{margin-right:0}.site-header__nav[data-astro-cid-ctg3m53h]{display:flex;align-items:center;flex-wrap:wrap;gap:8px 20px;margin-right:auto;min-width:0}.site-header__nav[data-astro-cid-ctg3m53h] a[data-astro-cid-ctg3m53h]{font-size:var(--fs-meta);font-weight:500;color:var(--color-text-primary);text-decoration:none;white-space:nowrap}.site-header__btn--menu[data-astro-cid-ctg3m53h]{display:none}}.site-footer[data-astro-cid-gcn2mc3v]{background:var(--color-bg-page)}.site-footer__main[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding-top:28px;padding-bottom:24px;border-top:1px solid var(--color-border-default)}.site-footer__logo[data-astro-cid-gcn2mc3v]{display:block;width:112px;height:38px;object-fit:contain}.site-footer__tagline[data-astro-cid-gcn2mc3v],.site-footer__operator[data-astro-cid-gcn2mc3v]{font-size:var(--fs-meta);line-height:1.7;color:var(--color-text-secondary)}.site-footer__links[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;width:100%}.site-footer__link[data-astro-cid-gcn2mc3v]{display:flex;align-items:center;gap:8px;padding:11px 0;border-bottom:1px solid var(--color-border-default);font-size:var(--fs-meta);font-weight:500;line-height:1.7;color:var(--color-text-primary);text-decoration:none}.site-footer__chevron[data-astro-cid-gcn2mc3v]{margin-left:auto;font-size:14px;color:var(--color-text-secondary)}.site-footer__bar[data-astro-cid-gcn2mc3v]{background:var(--color-bg-copyright);display:flex;justify-content:center;padding:14px var(--band-padding)}.site-footer__copy[data-astro-cid-gcn2mc3v]{font-size:10px;line-height:1.7;color:var(--color-text-on-primary)}@media(min-width:900px){.site-footer__links[data-astro-cid-gcn2mc3v]{flex-direction:row;flex-wrap:wrap;gap:0 24px}.site-footer__link[data-astro-cid-gcn2mc3v]{border-bottom:0;padding:4px 0}.site-footer__chevron[data-astro-cid-gcn2mc3v]{display:none}}.section__icon[data-astro-cid-sh445jdo]{color:var(--color-icon-blue);flex-shrink:0}.statusbox[data-astro-cid-jjwe6uxh]{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:8px;background:var(--color-bg-subtle);line-height:1.7}.statusbox__label[data-astro-cid-jjwe6uxh]{font-size:var(--fs-section);font-weight:700;color:var(--color-status-closed)}.statusbox__detail[data-astro-cid-jjwe6uxh]{font-size:var(--fs-meta);color:var(--color-text-primary)}.statusbox__detail[data-astro-cid-jjwe6uxh]:empty{display:none}.statusbox__note[data-astro-cid-jjwe6uxh]{font-size:var(--fs-note);color:var(--color-text-secondary)}.statusbox[data-astro-cid-jjwe6uxh][data-state=OPEN]{background:var(--color-bg-open-tint)}.statusbox[data-astro-cid-jjwe6uxh][data-state=OPEN] .statusbox__label[data-astro-cid-jjwe6uxh]{color:var(--color-status-open)}.statusbox[data-astro-cid-jjwe6uxh][data-state=CLOSING_SOON] .statusbox__label[data-astro-cid-jjwe6uxh]{color:var(--color-status-soon)}.shop-layout[data-astro-cid-mzarjsu4],.shop-layout__main[data-astro-cid-mzarjsu4],.shop-layout__aside[data-astro-cid-mzarjsu4]{display:flex;flex-direction:column;gap:var(--space-body-gap)}@media(min-width:900px){.shop-layout[data-astro-cid-mzarjsu4]{display:grid;grid-template-columns:1fr 360px;align-items:start}.shop-layout__main[data-astro-cid-mzarjsu4]{grid-column:1;grid-row:1 / span 2}.shop-layout__aside--top[data-astro-cid-mzarjsu4]{grid-column:2;grid-row:1}.shop-layout__aside--bottom[data-astro-cid-mzarjsu4]{grid-column:2;grid-row:2}.shop-layout__aside[data-astro-cid-mzarjsu4] .shop-cta__sub[data-astro-cid-mzarjsu4]{flex-direction:column}}.embed[data-astro-cid-mzarjsu4]{width:100%;height:320px;border:1px solid var(--color-border-default);border-radius:10px}.gridcard[data-astro-cid-nxdpaj45]{background:var(--color-bg-page);border:1px solid var(--color-border-default);border-radius:10px;overflow:hidden}.gridcard__caption[data-astro-cid-nxdpaj45]{background:var(--color-bg-subtle);padding:11px 14px;font-size:var(--fs-meta);font-weight:700;line-height:1.6;color:var(--color-text-primary)}.gridcard__grid[data-astro-cid-nxdpaj45]{display:grid;grid-template-columns:1fr 1fr}.gridcard__cell[data-astro-cid-nxdpaj45]{border-bottom:1px solid var(--color-border-default)}.gridcard__cell[data-astro-cid-nxdpaj45]:nth-child(2n){border-left:1px solid var(--color-border-default)}.gridcard__cell[data-astro-cid-nxdpaj45]:nth-last-child(-n+2):nth-child(odd),.gridcard__cell[data-astro-cid-nxdpaj45]:nth-last-child(-n+2):nth-child(odd)~.gridcard__cell[data-astro-cid-nxdpaj45]{border-bottom:0}.gridcard__cell[data-astro-cid-nxdpaj45]>a[data-astro-cid-nxdpaj45]{display:flex;align-items:center;gap:6px;padding:12px 12px 12px 14px;min-height:var(--tap-min);text-decoration:none}.gridcard__name[data-astro-cid-nxdpaj45]{font-size:13px;font-weight:500;line-height:1.6;color:var(--color-text-link)}.gridcard__count[data-astro-cid-nxdpaj45]{margin-left:auto;font-size:var(--fs-note);line-height:1.6;color:var(--color-text-secondary)}@media(min-width:900px){.gridcard__grid[data-astro-cid-nxdpaj45]{grid-template-columns:repeat(4,1fr)}.gridcard__cell[data-astro-cid-nxdpaj45]:nth-child(2n){border-left:0}.gridcard__cell[data-astro-cid-nxdpaj45]:not(:nth-child(4n+1)){border-left:1px solid var(--color-border-default)}.gridcard__cell[data-astro-cid-nxdpaj45]:nth-last-child(-n+2):nth-child(odd),.gridcard__cell[data-astro-cid-nxdpaj45]:nth-last-child(-n+2):nth-child(odd)~.gridcard__cell[data-astro-cid-nxdpaj45]{border-bottom:1px solid var(--color-border-default)}.gridcard__cell[data-astro-cid-nxdpaj45]:nth-last-child(-n+4):nth-child(4n+1),.gridcard__cell[data-astro-cid-nxdpaj45]:nth-last-child(-n+4):nth-child(4n+1)~.gridcard__cell[data-astro-cid-nxdpaj45]{border-bottom:0}}.viewtoggle[data-astro-cid-p6kfeelo]{display:flex;flex-direction:column;gap:10px}.viewtoggle__radio[data-astro-cid-p6kfeelo]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip-path:inset(50%);overflow:hidden}.viewtoggle__tabs[data-astro-cid-p6kfeelo]{display:flex;border:1px solid var(--color-border-default);border-radius:9px;overflow:hidden;background:var(--color-bg-page)}.viewtoggle__tab[data-astro-cid-p6kfeelo]{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;min-height:var(--tap-min);font-size:13px;font-weight:700;line-height:1.6;color:var(--color-text-link);background:var(--color-bg-page);cursor:pointer;white-space:nowrap}.viewtoggle__radio[data-astro-cid-p6kfeelo]:nth-of-type(1):checked~.viewtoggle__tabs[data-astro-cid-p6kfeelo] [data-astro-cid-p6kfeelo][data-view=list],.viewtoggle__radio[data-astro-cid-p6kfeelo]:nth-of-type(2):checked~.viewtoggle__tabs[data-astro-cid-p6kfeelo] [data-astro-cid-p6kfeelo][data-view=map]{background:var(--color-bg-primary);color:var(--color-text-on-primary)}.viewtoggle__radio[data-astro-cid-p6kfeelo]:nth-of-type(1):focus-visible~.viewtoggle__tabs[data-astro-cid-p6kfeelo] [data-astro-cid-p6kfeelo][data-view=list],.viewtoggle__radio[data-astro-cid-p6kfeelo]:nth-of-type(2):focus-visible~.viewtoggle__tabs[data-astro-cid-p6kfeelo] [data-astro-cid-p6kfeelo][data-view=map]{outline:2px solid var(--color-bg-accent);outline-offset:-2px}@media(min-width:900px){.viewtoggle__tabs[data-astro-cid-p6kfeelo]{max-width:360px}}.viewtoggle__radio[data-astro-cid-p6kfeelo]:nth-of-type(1):checked~.viewtoggle__panels[data-astro-cid-p6kfeelo] [data-astro-cid-p6kfeelo][data-view=map],.viewtoggle__radio[data-astro-cid-p6kfeelo]:nth-of-type(2):checked~.viewtoggle__panels[data-astro-cid-p6kfeelo] [data-astro-cid-p6kfeelo][data-view=list]{display:none}.pointlist[data-astro-cid-t3wmjvxa]{display:flex;flex-direction:column;gap:12px}.point[data-astro-cid-t3wmjvxa]{display:flex;gap:10px;padding:12px;border:1px solid var(--color-border-default);border-radius:10px;background:var(--color-bg-page)}.point__tile[data-astro-cid-t3wmjvxa]{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:var(--color-bg-icon-tint);color:var(--color-icon-blue);flex-shrink:0}.point__txt[data-astro-cid-t3wmjvxa]{display:flex;flex-direction:column;gap:2px}.point__title[data-astro-cid-t3wmjvxa]{font-size:var(--fs-card-title);font-weight:700;line-height:1.5}.point__body[data-astro-cid-t3wmjvxa]{font-size:var(--fs-meta);line-height:1.7;color:var(--color-text-secondary)}@media(min-width:900px){.pointlist[data-astro-cid-t3wmjvxa]{flex-direction:row}.point[data-astro-cid-t3wmjvxa]{flex:1 1 0;flex-direction:column}}.faqlist[data-astro-cid-z65bj42f]{display:flex;flex-direction:column;gap:10px}.faq[data-astro-cid-z65bj42f]{border:1px solid var(--color-border-default);border-radius:10px;background:var(--color-bg-page)}.faq__q[data-astro-cid-z65bj42f]{display:flex;align-items:flex-start;gap:10px;padding:12px;min-height:var(--tap-min);font-size:var(--fs-meta);font-weight:500;line-height:1.6;cursor:pointer;list-style:none}.faq__q[data-astro-cid-z65bj42f]::-webkit-details-marker{display:none}.faq__mark[data-astro-cid-z65bj42f]{margin-left:auto;font-size:16px;line-height:1;color:var(--color-text-secondary);transition:transform .15s}.faq[data-astro-cid-z65bj42f][open] .faq__mark[data-astro-cid-z65bj42f]{transform:rotate(180deg)}.faq__a[data-astro-cid-z65bj42f]{padding:0 12px 12px;font-size:var(--fs-meta);line-height:1.8;color:var(--color-text-secondary)}@media(prefers-reduced-motion:reduce){.faq__mark[data-astro-cid-z65bj42f]{transition:none}}.map[data-astro-cid-basxh6ia]{height:320px;border-radius:10px;border:1px solid var(--color-border-default);background:var(--color-bg-subtle)}.stat-strip[data-astro-cid-v6xcwusy]{display:flex;flex-wrap:wrap}.stat-strip__item[data-astro-cid-v6xcwusy]{flex:1 1 25%;min-width:80px;display:flex;flex-direction:column;align-items:center;gap:5px;padding:14px 6px}.stat-strip__item[data-astro-cid-v6xcwusy]+.stat-strip__item[data-astro-cid-v6xcwusy]{border-left:1px solid var(--color-border-default)}.stat-strip__label[data-astro-cid-v6xcwusy]{display:flex;align-items:center;gap:5px;font-size:var(--fs-note);font-weight:500;line-height:1.6;color:var(--color-text-secondary);white-space:nowrap}.stat-strip__icon[data-astro-cid-v6xcwusy]{color:var(--color-icon-blue);flex-shrink:0}.stat-strip__value[data-astro-cid-v6xcwusy]{display:flex;align-items:baseline;gap:2px;line-height:1.2}.stat-strip__num[data-astro-cid-v6xcwusy]{font-size:var(--fs-stat);font-weight:700;color:var(--color-text-primary)}.stat-strip__unit[data-astro-cid-v6xcwusy]{font-size:var(--fs-note);color:var(--color-text-secondary)}@media(min-width:900px){.stat-strip[data-astro-cid-v6xcwusy]{gap:12px;flex-wrap:nowrap}.stat-strip__item[data-astro-cid-v6xcwusy]{flex:1 1 0;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:14px 16px;border:1px solid var(--color-border-default);border-radius:10px;background:var(--color-bg-page)}.stat-strip__item[data-astro-cid-v6xcwusy]+.stat-strip__item[data-astro-cid-v6xcwusy]{border-left:1px solid var(--color-border-default)}.stat-strip__label[data-astro-cid-v6xcwusy]{flex-direction:column;align-items:flex-start;gap:0}}.map[data-astro-cid-dihl4m3m]{height:320px;border-radius:10px;border:1px solid var(--color-border-default);background:var(--color-bg-subtle)}.tabbed[data-astro-cid-5r5ahj7t]{display:flex;flex-direction:column;gap:10px}.tabbed__radio[data-astro-cid-5r5ahj7t]{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip-path:inset(50%);overflow:hidden}.tabbed__tabs[data-astro-cid-5r5ahj7t]{display:flex;flex-wrap:wrap;gap:8px}.tabbed__tab[data-astro-cid-5r5ahj7t]{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;min-height:var(--tap-min);border:1px solid var(--color-border-default);border-radius:18px;background:var(--color-bg-page);cursor:pointer;line-height:1.6;white-space:nowrap}.tabbed__name[data-astro-cid-5r5ahj7t]{font-size:var(--fs-meta);font-weight:700;color:var(--color-text-link)}.tabbed__count[data-astro-cid-5r5ahj7t]{font-size:var(--fs-note);color:var(--color-text-secondary)}.tabbed__panels[data-astro-cid-5r5ahj7t]{display:flex;flex-direction:column;gap:10px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(1):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(2):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(3):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(4):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(5):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(6):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(7):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(8):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(9):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(10):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(11):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(12):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]{display:none}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(1):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(1){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(1):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(1) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(1):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(1) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(1):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(1){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(1):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(1){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(2):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(2){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(2):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(2) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(2):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(2) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(2):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(2){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(2):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(2){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(3):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(3){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(3):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(3) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(3):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(3) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(3):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(3){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(3):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(3){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(4):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(4){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(4):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(4) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(4):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(4) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(4):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(4){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(4):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(4){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(5):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(5){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(5):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(5) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(5):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(5) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(5):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(5){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(5):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(5){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(6):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(6){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(6):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(6) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(6):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(6) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(6):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(6){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(6):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(6){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(7):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(7){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(7):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(7) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(7):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(7) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(7):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(7){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(7):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(7){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(8):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(8){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(8):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(8) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(8):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(8) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(8):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(8){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(8):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(8){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(9):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(9){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(9):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(9) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(9):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(9) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(9):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(9){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(9):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(9){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(10):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(10){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(10):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(10) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(10):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(10) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(10):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(10){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(10):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(10){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(11):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(11){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(11):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(11) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(11):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(11) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(11):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(11){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(11):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(11){outline:2px solid var(--color-bg-accent);outline-offset:2px}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(12):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(12){background:var(--color-bg-primary);border-color:var(--color-bg-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(12):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(12) .tabbed__name[data-astro-cid-5r5ahj7t],.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(12):checked~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(12) .tabbed__count[data-astro-cid-5r5ahj7t]{color:var(--color-text-on-primary)}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(12):checked~.tabbed__panels[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(12){display:block}.tabbed__radio[data-astro-cid-5r5ahj7t]:nth-of-type(12):focus-visible~.tabbed__tabs[data-astro-cid-5r5ahj7t]>[data-astro-cid-5r5ahj7t]:nth-child(12){outline:2px solid var(--color-bg-accent);outline-offset:2px}.line[data-astro-cid-4pcsqcod]{border-top:1px solid var(--color-border-default);margin-top:10px;padding-top:10px}.line[data-astro-cid-4pcsqcod] summary[data-astro-cid-4pcsqcod]{min-height:var(--tap-min);display:flex;align-items:center;font-size:var(--fs-meta);font-weight:700;color:var(--color-text-link);cursor:pointer}.line__block[data-astro-cid-4pcsqcod]{margin-top:10px}.chiplink[data-astro-cid-3pom6s7p]{display:inline-flex;align-items:center;gap:6px;padding:11px 14px;min-height:var(--tap-min);border:1px solid var(--color-border-default);border-radius:20px;background:var(--color-bg-page);line-height:1.6;white-space:nowrap;text-decoration:none}.chiplink__label[data-astro-cid-3pom6s7p]{font-size:var(--fs-meta);font-weight:500;color:var(--color-text-link)}.chiplink__count[data-astro-cid-3pom6s7p]{font-size:var(--fs-note);color:var(--color-text-secondary)}.flow[data-astro-cid-dhhxushi]{display:flex;flex-direction:column;gap:8px;counter-reset:step}.flow[data-astro-cid-dhhxushi] li[data-astro-cid-dhhxushi]{padding-left:28px;position:relative}.flow[data-astro-cid-dhhxushi] li[data-astro-cid-dhhxushi]:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:var(--color-bg-icon-tint);color:var(--color-text-link);font-size:var(--fs-note);display:flex;align-items:center;justify-content:center}.searchbox__label[data-astro-cid-z3bpxo4i]{display:block;font-size:var(--fs-meta);color:var(--color-text-secondary);margin-bottom:6px}.searchbox__field[data-astro-cid-z3bpxo4i]{display:flex;align-items:center;gap:8px;height:48px;padding:0 7px 0 13px;background:var(--color-bg-page);border:1px solid var(--color-border-default);border-radius:var(--radius-control)}.searchbox__input[data-astro-cid-z3bpxo4i]{flex:1;min-width:0;border:0;background:transparent;font:inherit;font-size:var(--fs-card-title);color:var(--color-text-primary)}.searchbox__input[data-astro-cid-z3bpxo4i]::placeholder{color:var(--color-text-secondary)}.searchbox__input[data-astro-cid-z3bpxo4i]:focus{outline:none}.searchbox__field[data-astro-cid-z3bpxo4i]:focus-within{outline:2px solid var(--color-bg-accent);outline-offset:2px}.searchbox__btn[data-astro-cid-z3bpxo4i]{display:inline-flex;align-items:center;justify-content:center;width:38px;height:34px;border-radius:6px;background:var(--color-bg-accent);color:var(--color-text-on-primary);flex-shrink:0}.hero-cta[data-astro-cid-j7pv25f6]{display:flex;gap:10px;margin-top:12px}.hero-cta[data-astro-cid-j7pv25f6] .btn[data-astro-cid-j7pv25f6]{flex:1}.hero-cta--single[data-astro-cid-j7pv25f6] .btn[data-astro-cid-j7pv25f6]{flex:0 1 auto}.about__head[data-astro-cid-j7pv25f6]{margin-top:16px;font-size:var(--fs-card-title);font-weight:700;line-height:1.5}.about__head[data-astro-cid-j7pv25f6]+p[data-astro-cid-j7pv25f6]{margin-top:4px}.hero[data-astro-cid-j7pv25f6]{padding:var(--space-body-padding) 0 0}@media(min-width:900px){.hero[data-astro-cid-j7pv25f6]{background:var(--color-bg-subtle);padding:56px 0;margin-bottom:calc(var(--space-body-padding) * -1)}.hero__card{background:transparent;border:0;padding:0;text-align:center;max-width:720px;margin:0 auto}.hero__title[data-astro-cid-j7pv25f6]{font-size:var(--fs-h1-hero)}.hero__search[data-astro-cid-j7pv25f6]{max-width:600px;margin:16px auto 0;text-align:left}.hero-cta[data-astro-cid-j7pv25f6]{justify-content:center}.hero-cta[data-astro-cid-j7pv25f6] .btn[data-astro-cid-j7pv25f6]{flex:0 0 auto;min-width:200px}}
