:root{--primary:#0f766e;--accent:#ef6a5b;--ink:#12263a;--ink-soft:#42566b;--muted:#6b7c8e;--line:#dce5e8;--line-strong:#c9d7db;--surface:#ffffff;--surface-soft:#f4f8f7;--surface-warm:#fff8f3;--surface-mint:#e9f6f3;--navy:#102a43;--success:#18766f;--warning:#b85f36;--shadow-sm:0 8px 24px rgba(16,42,67,.07);--shadow-md:0 18px 48px rgba(16,42,67,.12);--radius-sm:12px;--radius:18px;--radius-lg:28px;--wrap:1180px;--font:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body.menu-lock-scroll{overflow:hidden}img{display:block;max-width:100%;height:auto}svg{flex:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;font-family:var(--font)}button{cursor:pointer}.wrap{width:min(calc(100% - 40px),var(--wrap));margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;left:16px;top:12px;z-index:9999;padding:10px 16px;border-radius:10px;background:var(--navy);color:#fff;transform:translateY(-150%);transition:transform .2s}.skip-link:focus{transform:none}.icon{display:inline-block;vertical-align:middle}.safety-bar{background:var(--navy);color:#eaf4f6}.safety-bar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}.safety-bar p{display:flex;align-items:center;gap:9px;margin:0}.safety-pulse{width:8px;height:8px;border-radius:50%;background:#77e4c8;box-shadow:0 0 0 5px rgba(119,228,200,.14)}.safety-bar a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:750;white-space:nowrap}.site-header{position:relative;z-index:50;border-bottom:1px solid rgba(201,215,219,.82);background:rgba(255,255,255,.97)}.header-inner{min-height:76px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:28px}.site-branding{justify-self:start}.brand-link{display:inline-flex;align-items:center;gap:11px;min-width:0}.brand-logo{max-height:42px;width:auto}.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(145deg,var(--primary),#1f9b8d);color:#fff;box-shadow:0 7px 18px rgba(15,118,110,.23);transform:rotate(-3deg)}.brand-mark span{display:grid;place-items:center;transform:rotate(3deg)}.brand-copy{display:flex;flex-direction:column;min-width:0}.site-title{font-size:18px;font-weight:850;letter-spacing:-.025em;line-height:1.1;white-space:nowrap}.site-tagline{margin-top:3px;color:var(--muted);font-size:10px;font-weight:600;line-height:1.1}.desktop-nav{justify-self:center}.desktop-nav .menu,.mobile-nav .menu,.footer-content .menu{list-style:none;padding:0;margin:0}.desktop-nav>.menu{display:flex;align-items:center;gap:4px}.desktop-nav a{display:flex;align-items:center;min-height:42px;padding:8px 13px;border-radius:11px;color:#364b60;font-size:13px;font-weight:700;transition:background .2s,color .2s}.desktop-nav a:hover,.desktop-nav a:focus-visible,.desktop-nav .current-menu-item>a{background:var(--surface-mint);color:var(--primary)}.desktop-nav .menu-item-has-children{position:relative}.desktop-nav .sub-menu{position:absolute;left:0;top:calc(100% + 8px);width:220px;padding:9px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-md);list-style:none;margin:0;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}.desktop-nav .menu-item-has-children:hover>.sub-menu,.desktop-nav .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}.desktop-nav .sub-menu a{min-height:38px}.header-actions{justify-self:end;display:flex;align-items:center;gap:8px}.icon-button{display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);transition:border-color .2s,background .2s,transform .2s}.icon-button:hover,.icon-button:focus-visible{border-color:var(--primary);background:var(--surface-mint);color:var(--primary)}.header-help-button{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:9px 15px;border-radius:12px;background:var(--primary);color:#fff;font-size:13px;font-weight:800;box-shadow:0 8px 20px rgba(15,118,110,.19);transition:transform .2s,box-shadow .2s}.header-help-button:hover,.header-help-button:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,118,110,.25)}.menu-toggle{display:none}.menu-icon-close{display:none}.menu-toggle[aria-expanded=true] .menu-icon-open{display:none}.menu-toggle[aria-expanded=true] .menu-icon-close{display:inline-flex}.header-search-panel{border-top:1px solid var(--line);background:var(--surface-soft)}.header-search-inner{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(320px,1fr);align-items:center;gap:36px;padding-block:22px}.header-search-inner>div{display:flex;flex-direction:column}.header-search-inner strong{font-size:15px}.header-search-inner small{color:var(--muted);font-size:12px}.search-form{position:relative;display:flex;align-items:center;min-width:0}.search-form input[type=search]{width:100%;height:52px;padding:0 118px 0 18px;border:1px solid var(--line-strong);border-radius:14px;background:#fff;color:var(--ink);outline:none;box-shadow:0 5px 16px rgba(16,42,67,.04)}.search-form input[type=search]:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(15,118,110,.1)}.search-form button{position:absolute;right:5px;top:5px;bottom:5px;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:104px;padding:0 15px;border:0;border-radius:10px;background:var(--primary);color:#fff;font-size:12px;font-weight:800}.mobile-nav,.nav-backdrop{display:none}.breadcrumbs{display:flex;align-items:center;gap:8px;min-height:38px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden}.breadcrumbs a{display:inline-flex;align-items:center;gap:5px;color:#526579}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs span[aria-current=page]{overflow:hidden;text-overflow:ellipsis}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border:1px solid transparent;border-radius:12px;font-size:13px;font-weight:800;line-height:1.1;text-align:center;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button-primary{background:var(--primary);color:#fff;box-shadow:0 8px 18px rgba(15,118,110,.17)}.button-primary:hover,.button-primary:focus-visible{box-shadow:0 12px 24px rgba(15,118,110,.25)}.button-secondary{border-color:var(--line-strong);background:#fff;color:var(--ink)}.button-secondary:hover,.button-secondary:focus-visible{border-color:var(--primary);color:var(--primary);background:var(--surface-mint)}.button-light{background:#fff;color:var(--navy);box-shadow:0 8px 20px rgba(4,25,44,.13)}.button-ghost{border-color:rgba(255,255,255,.33);background:transparent;color:#fff}.text-link,.resource-link{display:inline-flex;align-items:center;gap:7px;color:var(--primary);font-size:13px;font-weight:800}.text-link:hover,.resource-link:hover{gap:10px}.section-kicker{display:flex;align-items:center;gap:7px;margin:0 0 8px;color:var(--primary);font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.section-heading-wide{align-items:flex-end}.section-heading h2{margin:0;color:var(--navy);font-size:clamp(25px,3vw,38px);letter-spacing:-.035em;line-height:1.12}.section-heading p:not(.section-kicker){max-width:640px;margin:8px 0 0;color:var(--muted);font-size:14px}.badge-row{display:flex;flex-wrap:wrap;gap:7px}.badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border-radius:999px;background:var(--surface-mint);color:var(--primary);font-size:10px;font-weight:800}.badge-outline{border:1px solid var(--line);background:#fff;color:#5c6f81}.verified-label{display:inline-flex;align-items:center;gap:5px;min-height:25px;padding:4px 9px;border-radius:999px;background:#eef8f2;color:#347056;font-size:10px;font-weight:850;white-space:nowrap}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;padding:36px;text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface-soft)}.empty-state>span{display:grid;place-items:center;width:52px;height:52px;margin-bottom:14px;border-radius:16px;background:var(--surface-mint);color:var(--primary)}.empty-state h2,.empty-state h3{margin:0 0 6px;color:var(--navy)}.empty-state p{max-width:520px;margin:0 0 18px;color:var(--muted)}.resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.resource-card{display:flex;flex-direction:column;min-width:0;min-height:230px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 6px 22px rgba(16,42,67,.04);transition:transform .2s,box-shadow .2s,border-color .2s}.resource-card:hover{transform:translateY(-3px);border-color:#bbd8d2;box-shadow:var(--shadow-sm)}.resource-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.resource-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--surface-mint);color:var(--primary)}.resource-tag{padding:5px 9px;border-radius:999px;background:#f2f5f7;color:#607183;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.resource-card h3{margin:0 0 9px;color:var(--navy);font-size:17px;letter-spacing:-.02em;line-height:1.3}.resource-card h3 a:hover{color:var(--primary)}.resource-card p{margin:0 0 16px;color:var(--muted);font-size:12px;line-height:1.65}.resource-card .resource-link{margin-top:auto}.site-footer{margin-top:0;background:#0d2539;color:#dfe9ed}.footer-top{display:grid;grid-template-columns:minmax(230px,.85fr) minmax(0,2fr);gap:70px;padding-block:62px 44px}.footer-brand .brand-link{color:#fff}.footer-brand .brand-mark{box-shadow:none}.footer-brand>p{max-width:310px;margin:20px 0;color:#9fb0bd;font-size:13px}.footer-trust{display:flex;flex-wrap:wrap;gap:9px}.footer-trust span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(255,255,255,.11);border-radius:999px;color:#bdcad2;font-size:9px;font-weight:750}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px}.footer-heading{margin:0 0 15px;color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.footer-content li+li{margin-top:9px}.footer-content a{color:#9fb0bd;font-size:12px}.footer-content a:hover{color:#fff}.footer-toggle{display:none}.footer-safety{display:flex;align-items:flex-start;gap:13px;padding-block:18px;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.footer-safety>span{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:rgba(239,106,91,.14);color:#ffa899}.footer-safety p{max-width:950px;margin:0;color:#9fb0bd;font-size:11px;line-height:1.65}.footer-bottom{background:#0a1f31}.footer-bottom .wrap{min-height:56px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer-bottom p,.footer-bottom a{margin:0;color:#8396a5;font-size:10px}.footer-bottom a{display:inline-flex;align-items:center;gap:6px}.mobile-dock{display:none}.form-notice{margin-bottom:18px;padding:13px 15px;border-radius:12px;font-size:13px}.form-success{background:#edf8f2;color:#2c684f}.form-error{background:#fff0ed;color:#954a3f}@media (max-width:1000px){.header-inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.menu-toggle{display:grid}.header-help-button{display:none}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-top{grid-template-columns:1fr;gap:38px}.footer-brand>p{max-width:560px}.mobile-nav{position:fixed;display:block;right:0;top:0;bottom:0;width:min(90vw,390px);z-index:100;padding:0;background:#fff;box-shadow:-20px 0 55px rgba(16,42,67,.2);overflow:auto}.mobile-nav-inner{min-height:100%;padding:18px}.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid var(--line);font-size:13px;font-weight:850}.mobile-nav-search{margin:17px 0}.mobile-nav .menu>li{border-bottom:1px solid var(--line)}.mobile-nav .menu a{display:flex;align-items:center;justify-content:space-between;min-height:51px;padding:10px 4px;color:var(--ink);font-size:14px;font-weight:750}.mobile-nav .sub-menu{list-style:none;padding:0 0 8px 16px;margin:0}.mobile-nav .sub-menu a{min-height:40px;color:var(--muted);font-size:12px}.mobile-nav-help{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-top:24px;padding:15px;border-radius:16px;background:var(--surface-mint)}.mobile-nav-help>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff;color:var(--primary)}.mobile-nav-help strong{font-size:12px}.mobile-nav-help p{margin:2px 0 0;color:var(--muted);font-size:10px;line-height:1.45}.mobile-nav-help>a{color:var(--primary)}.nav-backdrop{position:fixed;display:block;inset:0;z-index:90;background:rgba(7,28,45,.46);backdrop-filter:blur(2px)}.mobile-nav[hidden],.nav-backdrop[hidden]{display:none}.header-search-inner{grid-template-columns:1fr;gap:12px}}@media (max-width:720px){body{padding-bottom:64px}.wrap{width:min(calc(100% - 28px),var(--wrap))}.safety-bar-inner{min-height:34px}.safety-bar p{font-size:10px}.safety-bar a{display:none}.header-inner{min-height:64px;gap:12px}.brand-mark{width:36px;height:36px;border-radius:12px}.site-title{font-size:16px}.site-tagline{display:none}.header-actions{gap:6px}.icon-button{width:39px;height:39px}.header-search-panel{position:absolute;left:0;right:0;box-shadow:0 12px 30px rgba(16,42,67,.12)}.header-search-inner{padding-block:16px}.header-search-inner>div{display:none}.search-form input[type=search]{height:48px;padding-right:54px}.search-form button{width:40px;min-width:40px;height:40px;padding:0}.search-form button span{display:none}.breadcrumbs{min-height:33px;font-size:10px}.section-heading,.section-heading-wide{align-items:flex-start}.section-heading-wide{flex-direction:column}.section-heading h2{font-size:27px}.resource-grid{grid-template-columns:1fr;gap:12px}.resource-card{min-height:0;padding:18px}.footer-top{padding-block:42px 26px}.footer-grid{grid-template-columns:1fr;gap:0}.footer-column{border-top:1px solid rgba(255,255,255,.09)}.footer-heading{display:none}.footer-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:15px 0;border:0;background:transparent;color:#fff;font-size:12px;font-weight:800;text-align:left}.footer-toggle svg{transition:transform .2s}.footer-column.is-open .footer-toggle svg{transform:rotate(180deg)}.footer-content{display:none;padding:0 0 14px}.footer-column.is-open .footer-content{display:block}.footer-safety{padding-block:16px}.footer-bottom .wrap{min-height:51px}.footer-bottom a{display:none}.mobile-dock{position:fixed;left:10px;right:10px;bottom:8px;z-index:80;display:grid;grid-template-columns:repeat(3,1fr);padding:6px;border:1px solid rgba(201,215,219,.85);border-radius:17px;background:rgba(255,255,255,.96);box-shadow:0 12px 32px rgba(16,42,67,.18);backdrop-filter:blur(12px)}.mobile-dock a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:47px;border-radius:12px;color:#647687;font-size:9px;font-weight:750}.mobile-dock a:hover,.mobile-dock a:focus-visible{background:var(--surface-mint);color:var(--primary)}.is-hotline-detail .mobile-dock{display:none}}@media (max-width:420px){.site-title{font-size:15px}.brand-link{gap:8px}.header-search-toggle{display:none}.footer-trust{display:none}}.footer-follow{margin-top:22px}.footer-follow h2{margin:0 0 10px;color:#fff;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.footer-google-news{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 11px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(255,255,255,.06);color:#fff;font-size:10px;font-weight:800}.footer-google-news:hover{background:rgba(255,255,255,.11)}.footer-social-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.footer-social-links a{display:inline-flex;align-items:center;gap:6px;min-height:36px;padding:7px 9px;border:1px solid rgba(255,255,255,.11);border-radius:9px;color:#bdcad2;font-size:9px;font-weight:800}.footer-social-links a:hover{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.07)}@media(max-width:720px){.footer-follow{margin-bottom:21px}.footer-social-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-social-links a{justify-content:center}}
/* Support Beacon 2.4.4: optional sticky main header. */
.has-sticky-header .site-header{position:sticky;top:0;z-index:90;box-shadow:0 8px 24px rgba(16,42,67,.07);backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px)}body.admin-bar.has-sticky-header .site-header{top:32px}@media(max-width:782px){body.admin-bar.has-sticky-header .site-header{top:46px}}@media(prefers-reduced-transparency:reduce){.has-sticky-header .site-header{backdrop-filter:none;-webkit-backdrop-filter:none}}
/* Support Beacon 2.5.0: Customizer-driven global layout states. */
.footer-top-no-brand{grid-template-columns:1fr}.footer-top-no-brand .footer-grid{width:100%}.has-flat-surfaces .site-header,.has-flat-surfaces .brand-mark,.has-flat-surfaces .header-help-button,.has-flat-surfaces .button,.has-flat-surfaces .icon-button,.has-flat-surfaces .search-form input,.has-flat-surfaces .resource-card,.has-flat-surfaces .empty-state,.has-flat-surfaces .sidebar-card,.has-flat-surfaces .article-card,.has-flat-surfaces .post-card,.has-flat-surfaces .hotline-card,.has-flat-surfaces .hotline-row,.has-flat-surfaces .filter-panel,.has-flat-surfaces .detail-section,.has-flat-surfaces .detail-contact-card,.has-flat-surfaces .fact-card,.has-flat-surfaces .trust-card,.has-flat-surfaces .error-card{box-shadow:none!important}.prefers-reduced-theme-motion *,.prefers-reduced-theme-motion *:before,.prefers-reduced-theme-motion *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}body:not(.has-sticky-sidebar) .blog-sidebar,body:not(.has-sticky-sidebar) .article-aside,body:not(.has-sticky-sidebar) .filter-sidebar,body:not(.has-sticky-sidebar) .detail-side-column{position:static!important}.has-no-mobile-dock .mobile-dock{display:none!important}
.footer-grid-1{grid-template-columns:minmax(0,1fr)}.footer-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-community-only{align-self:start}.footer-community-only .footer-follow{margin-top:0}
@media(max-width:720px){.footer-grid-1,.footer-grid-2,.footer-grid-3,.footer-grid-4{grid-template-columns:1fr}}
/* Support Beacon 2.5.2: optional footer centring applies on mobile only. */
@media(max-width:720px){.footer-center-brand .footer-brand{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-center-brand .footer-brand .brand-link{justify-content:center}.footer-center-brand .footer-brand>p{max-width:560px;margin:18px auto 0;text-align:center}.footer-center-follow .footer-follow{text-align:center}.footer-center-follow .footer-google-news{justify-content:center}.footer-center-follow .footer-social-links{width:min(100%,420px);justify-content:center;margin-inline:auto}.footer-center-safety .footer-safety{align-items:center;justify-content:center;flex-direction:column;gap:9px;text-align:center}.footer-center-safety .footer-safety p{max-width:560px;margin-inline:auto;text-align:center}.footer-center-bottom .footer-bottom .wrap{justify-content:center;flex-direction:column;gap:5px;padding-block:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));text-align:center}.footer-center-bottom .footer-bottom p{text-align:center}}

/* Support Beacon 2.5.6: resilient mobile header, drawer and no-JS footer fallbacks. */
@media(max-width:1000px){
.has-sticky-header .site-header{backdrop-filter:none;-webkit-backdrop-filter:none}
.mobile-nav{top:0;bottom:0;width:min(92vw,var(--mobile-menu-width,390px));max-width:100%;height:100vh;height:100dvh;z-index:100010;padding:0;background:#fff;box-shadow:-20px 0 55px rgba(16,42,67,.22);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.mobile-nav-right{right:0;left:auto;animation:shd-drawer-in-right .2s ease-out both}
.mobile-nav-left{left:0;right:auto;box-shadow:20px 0 55px rgba(16,42,67,.22);animation:shd-drawer-in-left .2s ease-out both}
.mobile-nav-inner{min-height:100%;padding:calc(18px + env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) calc(24px + env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}
.nav-backdrop{position:fixed;display:block;inset:0;z-index:100000;width:100%;height:100%;padding:0;border:0;border-radius:0;background:rgba(7,28,45,.52);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);cursor:pointer;animation:shd-backdrop-in .18s ease-out both}
.mobile-nav[hidden],.nav-backdrop[hidden]{display:none!important}
body.menu-lock-scroll{overflow:hidden;overscroll-behavior:none}
.mobile-nav .menu>li{position:relative}
.mobile-nav .mobile-has-submenu>a{padding-right:52px}
.mobile-submenu-toggle{position:absolute;top:5px;right:-3px;display:grid;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:11px;background:transparent;color:var(--muted);cursor:pointer}
.mobile-submenu-toggle:hover,.mobile-submenu-toggle:focus-visible{background:var(--surface-mint);color:var(--primary)}
.mobile-submenu-toggle>span{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .18s}
.mobile-submenu-toggle[aria-expanded=true]>span{transform:rotate(225deg) translate(-1px,-1px)}
.mobile-nav .sub-menu[hidden]{display:none!important}
.mobile-nav-close{flex:0 0 auto}
@keyframes shd-drawer-in-right{from{opacity:.7;transform:translateX(24px)}to{opacity:1;transform:none}}
@keyframes shd-drawer-in-left{from{opacity:.7;transform:translateX(-24px)}to{opacity:1;transform:none}}
@keyframes shd-backdrop-in{from{opacity:0}to{opacity:1}}
}
@media(max-width:720px){
.footer-content{display:block}
.shd-js .footer-content{display:none}
.shd-js .footer-column.is-open .footer-content{display:block}
}
@media(prefers-reduced-motion:reduce){.mobile-nav-right,.mobile-nav-left,.nav-backdrop{animation:none}}
