@layer astryx-theme{@scope([data-astryx-theme=navigator]) to ([data-astryx-theme]){:scope{--font-family-body:var(--font-geo-regular),system-ui,sans-serif;--font-family-heading:var(--font-geo-caps),system-ui,sans-serif;--color-accent:red;--color-on-accent:#fafafa;--color-background-body:var(--lightningcss-light,#fff)var(--lightningcss-dark,#0a0a0a);--color-background-card:var(--lightningcss-light,#fff)var(--lightningcss-dark,#0a0a0a);--color-background-popover:var(--lightningcss-light,#fff)var(--lightningcss-dark,#0a0a0a);--color-background-muted:var(--lightningcss-light,#f5f5f5)var(--lightningcss-dark,#262626);--color-text-primary:var(--lightningcss-light,#0a0a0a)var(--lightningcss-dark,#fafafa);--color-text-secondary:var(--lightningcss-light,#737373)var(--lightningcss-dark,#a3a3a3);--color-border:var(--lightningcss-light,#e5e5e5)var(--lightningcss-dark,#262626);--radius-container:.5rem}:where(h1,h2,h3,h4,h5,h6){font-family:var(--font-family-heading);color:var(--color-text-primary)}:where(h1){font-size:var(--text-heading-1-size);font-weight:var(--text-heading-1-weight);line-height:var(--text-heading-1-leading)}:where(h2){font-size:var(--text-heading-2-size);font-weight:var(--text-heading-2-weight);line-height:var(--text-heading-2-leading)}:where(h3){font-size:var(--text-heading-3-size);font-weight:var(--text-heading-3-weight);line-height:var(--text-heading-3-leading)}:where(h4){font-size:var(--text-heading-4-size);font-weight:var(--text-heading-4-weight);line-height:var(--text-heading-4-leading)}:where(h5){font-size:var(--text-heading-5-size);font-weight:var(--text-heading-5-weight);line-height:var(--text-heading-5-leading)}:where(h6){font-size:var(--text-heading-6-size);font-weight:var(--text-heading-6-weight);line-height:var(--text-heading-6-leading)}:where(p){font-family:var(--font-family-body);font-size:var(--text-body-size);font-weight:var(--text-body-weight);line-height:var(--text-body-leading);color:var(--color-text-primary)}:where(small){font-size:var(--text-supporting-size);font-weight:var(--text-supporting-weight);line-height:var(--text-supporting-leading);color:var(--color-text-secondary)}:where(code,pre){font-family:var(--font-family-code);font-size:var(--text-code-size);line-height:var(--text-code-leading)}:where(hr){border:none;border-top:1px solid var(--color-border)}}}
@layer reset,astryx-base,astryx-theme,base,app;@layer base{:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 100% 50%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 100% 50%;--radius:.5rem}.dark{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 3.9%;--card-foreground:0 0% 98%;--popover:0 0% 3.9%;--popover-foreground:0 0% 98%;--primary:0 100% 50%;--primary-foreground:0 0% 98%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 63.9%;--accent:0 0% 14.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:0 0% 14.9%;--input:0 0% 14.9%;--ring:0 100% 50%}*{border-color:hsl(var(--border))}html{overflow-x:hidden}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-geo-regular),system-ui,sans-serif;font-feature-settings:"rlig" 1,"calt" 1;max-width:100vw;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-geo-caps),system-ui,sans-serif}}@layer app{.page-container{width:100%;margin-inline:auto;padding-inline:1rem}@media (min-width:640px){.page-container{max-width:640px}}@media (min-width:768px){.page-container{max-width:768px}}@media (min-width:1024px){.page-container{max-width:1024px}}@media (min-width:1280px){.page-container{max-width:1280px}}@media (min-width:1536px){.page-container{max-width:1536px}}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.4s ease-out forwards fadeInUp}.article-content>:not(:last-child){margin-bottom:1.5em}.article-content{max-width:none}.article-content .wp-block-heading{color:hsl(var(--primary));font-weight:700}.article-content h3.wp-block-heading{font-size:1.25rem;line-height:1.75rem}.article-content p{margin-bottom:1.5rem;font-size:1.125rem;line-height:1.625}.article-content ul,.comment-content ul{padding-left:1.5rem;list-style-type:disc}.article-content ol,.comment-content ol{padding-left:1.5rem;list-style-type:decimal}.article-content li,.comment-content li{margin-bottom:.5em}.article-content ul ul,.comment-content ul ul{padding-left:1.5rem;list-style-type:circle}.article-content ol ol,.comment-content ol ol{padding-left:1.5rem;list-style-type:lower-alpha}.article-content a{color:hsl(var(--primary));text-underline-offset:2px;text-decoration:underline}.article-content a:hover{color:hsl(var(--primary)/.8)}.article-content .wp-block-embed{margin-block:2rem}.article-content .wp-block-embed__wrapper{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.article-content .wp-block-embed__wrapper iframe{border-radius:.5rem;width:100%;height:100%;position:absolute;inset:0}.article-content iframe{border-radius:.5rem;max-width:100%}.article-content figure iframe,.article-content p iframe{width:100%;max-width:100%}.article-content div iframe{max-width:100%}.comment-content>:not(:last-child){margin-bottom:.75em}.comment-content a{color:hsl(var(--primary));text-underline-offset:2px;text-decoration:underline}.comment-content a:hover{color:hsl(var(--primary)/.8)}.wp-block-table{width:100%;margin:2em 0;overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%;font-size:inherit}.wp-block-table th,.wp-block-table td{border:1px solid hsl(var(--border));text-align:left;padding:.75em 1em}.wp-block-table thead th{background:hsl(var(--muted));color:hsl(var(--foreground));font-weight:600}.wp-block-table td{color:hsl(var(--foreground)/.85)}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:hsl(var(--muted)/.5)}.wp-block-table.is-style-stripes table{border:none}.wp-block-table.is-style-stripes th,.wp-block-table.is-style-stripes td{border:none;border-bottom:1px solid hsl(var(--border))}.has-border-color{border-style:solid}.has-vivid-red-border-color{border-color:hsl(var(--primary))}.has-small-font-size{font-size:.875rem}.has-medium-font-size{font-size:1.125rem}.has-large-font-size{font-size:1.5rem}.wp-block-separator{border:none;border-top:1px solid hsl(var(--border));margin:2.5em 0}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-list{margin:1.5em 0;padding-left:1.5em}.wp-block-list li{margin-bottom:.5em}.wp-block-image{margin:2em 0}.wp-block-image img{border-radius:.75rem;max-width:100%;height:auto;margin-left:auto;margin-right:auto;display:block}.wp-block-image figcaption{text-align:center;color:hsl(var(--muted-foreground));margin-top:.5em;font-size:.875rem}#nprogress{pointer-events:none}#nprogress .bar{z-index:9999;width:100%;position:fixed;top:0;left:0;background:red!important;height:4px!important}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 15px red,0 0 8px red!important}.featured-posts-slider{cursor:grab;padding-bottom:24px}.featured-posts-slider:active{cursor:grabbing}.featured-posts-slider .swiper-slide{height:auto}.featured-posts-slider .swiper-pagination{margin-top:12px;position:relative;bottom:0}.featured-posts-slider .swiper-pagination-bullet{background:hsl(var(--muted-foreground));opacity:.5;border-radius:50%;width:10px;height:10px;transition:all .3s}.featured-posts-slider .swiper-pagination-bullet-active{opacity:1;background:hsl(var(--primary));border-radius:5px;width:28px}.swiper-button-prev-custom,.swiper-button-next-custom{z-index:10;border:2px solid hsl(var(--border));background-color:hsl(var(--background));cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .15s,border-color .15s;display:none;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001a}@media (min-width:768px){.swiper-button-prev-custom,.swiper-button-next-custom{display:flex}}.swiper-button-prev-custom{left:1rem}.swiper-button-next-custom{right:1rem}.swiper-button-prev-custom:hover,.swiper-button-next-custom:hover{background-color:hsl(var(--primary));border-color:hsl(var(--primary))}.swiper-button-prev-custom:hover svg,.swiper-button-next-custom:hover svg{color:#fff}.swiper-button-prev-custom.swiper-button-disabled,.swiper-button-next-custom.swiper-button-disabled{opacity:.35;cursor:not-allowed}
.theme-switcher-module__IFzuHq__placeholder{width:7rem;height:2.25rem}.theme-switcher-module__IFzuHq__icon{width:1rem;height:1rem}
.SearchModal-module__b1D-bq__inputArea{border-bottom:1px solid hsl(var(--border));padding:1.5rem}.SearchModal-module__b1D-bq__results{max-height:60vh;overflow-y:auto}.SearchModal-module__b1D-bq__state{text-align:center;padding:2rem}.SearchModal-module__b1D-bq__spinnerRow{justify-content:center;padding:2rem;display:flex}.SearchModal-module__b1D-bq__bannerSlot{padding:1.5rem}.SearchModal-module__b1D-bq__resultList>*+*{border-top:1px solid hsl(var(--border))}.SearchModal-module__b1D-bq__result{gap:1rem;padding:1rem;transition:background-color .15s;display:flex}.SearchModal-module__b1D-bq__result:hover{background-color:hsl(var(--accent))}.SearchModal-module__b1D-bq__thumb{background-color:hsl(var(--muted));border-radius:.25rem;flex-shrink:0;width:6rem;height:6rem;position:relative;overflow:hidden}.SearchModal-module__b1D-bq__thumbImage{object-fit:cover}.SearchModal-module__b1D-bq__resultBody{flex:1;min-width:0}.SearchModal-module__b1D-bq__resultTitle{color:hsl(var(--foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-weight:700;display:-webkit-box;overflow:hidden}.SearchModal-module__b1D-bq__resultMeta{color:hsl(var(--muted-foreground));align-items:center;gap:.75rem;font-size:.75rem;display:flex}.SearchModal-module__b1D-bq__searchIcon{width:1.25rem;height:1.25rem}
.Header-module__hBw1pG__header{border-bottom:1px solid hsl(var(--border));background-color:hsl(var(--background)/.95);z-index:50;position:sticky;top:0}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.Header-module__hBw1pG__header{background-color:hsl(var(--background)/.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.Header-module__hBw1pG__bar{padding-block:1rem}.Header-module__hBw1pG__row{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__brand{align-items:center;gap:.75rem;transition:opacity .15s;display:flex}.Header-module__hBw1pG__brand:hover{opacity:.8}.Header-module__hBw1pG__logo{width:auto;height:3rem}.Header-module__hBw1pG__brandText{font-size:1.5rem;font-weight:700}.Header-module__hBw1pG__nav{align-items:center;gap:1rem;display:none}@media (min-width:1024px){.Header-module__hBw1pG__nav{display:flex}}.Header-module__hBw1pG__navLink{color:hsl(var(--primary));padding-bottom:.25rem;font-size:.875rem;font-weight:500;transition:color .15s;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:hsl(var(--primary));width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{align-items:center;gap:.5rem;display:flex}.Header-module__hBw1pG__themeSlot{margin-left:.5rem;display:none}@media (min-width:1024px){.Header-module__hBw1pG__themeSlot{display:block}}.Header-module__hBw1pG__menuToggle{display:block}@media (min-width:1024px){.Header-module__hBw1pG__menuToggle{display:none}}.Header-module__hBw1pG__icon{width:1.25rem;height:1.25rem}.Header-module__hBw1pG__iconLarge{width:1.5rem;height:1.5rem}.Header-module__hBw1pG__iconXl{width:2rem;height:2rem}.Header-module__hBw1pG__overlay{background-color:hsl(var(--background)/.9);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:100;width:100%;height:100vh;transition:opacity .3s ease-in-out;position:fixed;top:0;left:0;overflow:hidden}@media (min-width:1024px){.Header-module__hBw1pG__overlay{display:none}}.Header-module__hBw1pG__overlayOpen{opacity:1;pointer-events:auto}.Header-module__hBw1pG__overlayClosed{opacity:0;pointer-events:none}.Header-module__hBw1pG__closeButton{position:absolute;top:1.5rem;right:1.5rem}.Header-module__hBw1pG__overlayInner{flex-direction:column;justify-content:space-between;width:100%;height:100vh;max-height:100vh;padding:1.5rem;display:flex}.Header-module__hBw1pG__overlayTop{justify-content:center;padding-top:1rem;display:flex}.Header-module__hBw1pG__overlayLogo{width:auto;height:3.5rem}.Header-module__hBw1pG__overlayBrandText{font-size:1.875rem;font-weight:700}.Header-module__hBw1pG__overlayNav{flex-direction:column;align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__overlayNavLink{color:hsl(var(--primary));font-size:1.25rem;font-weight:500;transition:color .15s}.Header-module__hBw1pG__overlayNavLink:hover{color:hsl(var(--primary)/.8)}.Header-module__hBw1pG__overlayBottom{justify-content:center;padding-bottom:1rem;display:flex}
.Footer-module__S6Hkya__footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--muted)/.3)}.Footer-module__S6Hkya__inner{padding-block:3rem}.Footer-module__S6Hkya__columns{flex-direction:column;justify-content:space-between;align-items:center;gap:3rem;display:flex}@media (min-width:768px){.Footer-module__S6Hkya__columns{flex-direction:row}}.Footer-module__S6Hkya__logo{width:auto;height:3rem}.Footer-module__S6Hkya__socialLink{transition:opacity .15s}.Footer-module__S6Hkya__socialLink:hover{opacity:.8}.Footer-module__S6Hkya__socialIcon{width:2.25rem;height:2.25rem}.Footer-module__S6Hkya__creditLink{color:hsl(var(--primary))}.Footer-module__S6Hkya__creditLink:hover{text-decoration:underline}.Footer-module__S6Hkya__partners{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}
.ScrollToTop-module__bPaVnG__wrapper{z-index:50;transition:opacity .5s,transform .5s;position:fixed;bottom:2rem;right:2rem}.ScrollToTop-module__bPaVnG__visible{opacity:1;transform:translateY(0)}.ScrollToTop-module__bPaVnG__hidden{opacity:0;pointer-events:none;transform:translateY(5rem)}.ScrollToTop-module__bPaVnG__icon{width:1.25rem;height:1.25rem}
#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.layout-module__L5FxyW__shell{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__main{flex-grow:1}
