:root{--spacing-xs:0.5rem;--spacing-sm:0.75rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:5rem;--spacing-5xl:6rem;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:3.75rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--letter-spacing-tight:-0.025em;--letter-spacing-normal:0em;--letter-spacing-wide:0.025em;--letter-spacing-wider:0.05em;--letter-spacing-widest:0.1em;--max-width-xs:320px;--max-width-sm:640px;--max-width-md:768px;--max-width-lg:1024px;--max-width-xl:1280px;--max-width-2xl:1536px;--max-width-full:100%;--max-width-prose:65ch;--max-width-narrow:45ch;--max-width-wide:85ch;--z-index-base:1;--z-index-dropdown:1000;--z-index-sticky:1020;--z-index-fixed:1030;--z-index-modal-backdrop:1040;--z-index-modal:1050;--z-index-popover:1060;--z-index-tooltip:1070;--duration-instant:0ms;--duration-fast:100ms;--duration-normal:200ms;--duration-slow:300ms;--duration-slower:500ms;--timing-linear:linear;--timing-ease:ease;--timing-ease-in:ease-in;--timing-ease-out:ease-out;--timing-ease-in-out:ease-in-out;--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px;--breakpoint-2xl:1536px}[data-theme=phoenix]{--radius:0.5rem;--theme-header-height:3.5rem;--theme-max-width:1280px;--theme-section-padding:6rem;--theme-button-radius:9999px;--theme-card-radius:0.75rem;--theme-input-radius:0.5rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:0 2px 8px rgba(0,0,0,0.1);--theme-transition-speed:200ms;--theme-transition-timing:ease-in-out;--theme-backdrop-blur:12px;--theme-button-lift:-2px}[data-theme=phoenix]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=phoenix].dark{--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=phoenix] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));padding:1rem;box-sizing:border-box}@media (min-width:1024px){[data-theme=phoenix] .theme-header{padding:1rem 5rem}}[data-theme=phoenix] .theme-header-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--theme-max-width);height:100%;margin:0 auto;position:relative}[data-theme=phoenix] .theme-header-left{display:flex;align-items:center;gap:2rem}[data-theme=phoenix] .theme-logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;height:1.5rem}[data-theme=phoenix] .theme-logo-icon{width:1.5rem;height:1.5rem;flex-shrink:0}[data-theme=phoenix] .theme-logo-text{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.5;letter-spacing:-.6094px;color:hsl(var(--foreground))}[data-theme=phoenix] .theme-logo-image{width:auto;height:1.5rem;flex-shrink:0}[data-theme=phoenix] .theme-header-right{display:none}@media (min-width:768px){[data-theme=phoenix] .theme-header-right{display:flex;align-items:center;gap:1rem}}[data-theme=phoenix] .phoenix-theme-switcher{display:none}@media (min-width:768px){[data-theme=phoenix] .phoenix-theme-switcher{display:block}[data-theme=phoenix] .phoenix-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:4px 6px!important}[data-theme=phoenix].dark .phoenix-theme-switcher>div{background:#262626!important}[data-theme=phoenix] .phoenix-theme-switcher button,[data-theme=phoenix] .phoenix-theme-switcher button>div{border-radius:8px!important}}[data-theme=phoenix] .theme-mobile-actions{display:none}@media (max-width:768px){[data-theme=phoenix] .theme-mobile-actions{display:flex;align-items:center;gap:16px}}[data-theme=phoenix] .mobile-theme-switcher{display:block}[data-theme=phoenix] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:0!important;gap:0!important}[data-theme=phoenix].dark .mobile-theme-switcher>div{background:#262626!important}[data-theme=phoenix] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:8px!important;padding:4px!important}[data-theme=phoenix] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=phoenix] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=phoenix] .mobile-theme-switcher button[aria-pressed=true]{background:#f5f5f5!important}[data-theme=phoenix].dark .mobile-theme-switcher button[aria-pressed=true]{background:#262626!important}[data-theme=phoenix] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=phoenix] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=phoenix] .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=phoenix].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=phoenix] .theme-nav{display:none}@media (min-width:768px){[data-theme=phoenix] .theme-nav{display:flex}}[data-theme=phoenix] .theme-nav-list{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0}[data-theme=phoenix] .theme-nav-item{margin:0}[data-theme=phoenix] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5;letter-spacing:-.0094rem;color:hsl(var(--foreground));opacity:.8;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-nav-link:hover{opacity:1}[data-theme=phoenix] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;border:none;border-radius:.5rem;height:2.3125rem;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.5;letter-spacing:-.0094rem;cursor:pointer;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-cta-button:hover{opacity:.9}[data-theme=phoenix].dark .theme-cta-button{color:white}[data-theme=phoenix] .theme-card{background:hsl(var(--card));color:hsl(var(--card-foreground));border-radius:var(--theme-card-radius);border:1px solid hsl(var(--border));overflow:hidden;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-card-hover{cursor:pointer}[data-theme=phoenix] .theme-card-hover:hover{box-shadow:var(--theme-shadow-lg);transform:translateY(var(--theme-button-lift));border-color:hsl(var(--border)/.8)}[data-theme=phoenix] .theme-card-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}[data-theme=phoenix] .theme-card-content{padding:var(--spacing-xl)}[data-theme=phoenix] .theme-card-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight);margin:0 0 var(--spacing-sm) 0;color:hsl(var(--foreground))}[data-theme=phoenix] .theme-card-description{font-size:var(--font-size-base);line-height:var(--line-height-normal);color:hsl(var(--muted-foreground));margin:0}[data-theme=phoenix] .theme-category-filter-container{width:100%}[data-theme=phoenix] .theme-category-filter-wrapper{display:flex;align-items:center;justify-content:center;gap:3.5rem;padding-bottom:0}@media (max-width:768px){[data-theme=phoenix] .theme-category-filter-wrapper{flex-direction:column;align-items:stretch;gap:8px;border-bottom:none}}[data-theme=phoenix] .theme-category-tabs{display:flex;align-items:center;gap:1.5rem;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}[data-theme=phoenix].dark .theme-category-tabs{border-bottom-color:hsl(var(--border))}@media (max-width:768px){[data-theme=phoenix] .theme-category-tabs{gap:16px;border-bottom:1px solid hsl(var(--border))}}[data-theme=phoenix] .theme-category-tabs::-webkit-scrollbar{display:none}[data-theme=phoenix] .theme-category-tab{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 0;height:56px;font-family:Inter,sans-serif;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#737373;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:all var(--theme-transition-speed) var(--theme-transition-timing);flex-shrink:0}@media (max-width:768px){[data-theme=phoenix] .theme-category-tab{padding:12px 16px;height:auto}}[data-theme=phoenix] .theme-category-tab:hover{color:#0a0a0a}[data-theme=phoenix] .theme-category-tab-active{color:#0a0a0a;font-weight:400;border-bottom-color:var(--brand-color)}[data-theme=phoenix].dark .theme-category-tab{color:hsl(var(--muted-foreground))}[data-theme=phoenix].dark .theme-category-tab-active{color:var(--brand-color);border-bottom-color:var(--brand-color)}[data-theme=phoenix] .theme-sort-dropdown-wrapper{position:relative;display:flex;flex-direction:column;height:56px;flex-shrink:0;border-bottom:1px solid #e2e8f0}[data-theme=phoenix].dark .theme-sort-dropdown-wrapper{border-bottom-color:hsl(var(--border))}@media (max-width:768px){[data-theme=phoenix] .theme-sort-dropdown-wrapper{height:auto;border-bottom:none}}[data-theme=phoenix] .theme-sort-dropdown{display:flex;align-items:center;justify-content:center;gap:8px;width:auto;padding:16px 0;background-color:transparent;border:none;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#0a0a0a;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix].dark .theme-sort-dropdown{color:hsl(var(--foreground))}@media (max-width:768px){[data-theme=phoenix] .theme-sort-dropdown{width:100%;background-color:hsl(var(--muted)/.5);border:none;padding:8px 16px;border-radius:8px}}[data-theme=phoenix] .theme-sort-dropdown:hover{opacity:.7}[data-theme=phoenix] .theme-sort-dropdown:focus{outline:none;box-shadow:none}[data-theme=phoenix] .theme-category-pill{display:inline-flex;align-items:center;padding:var(--spacing-xs) var(--spacing-md);border-radius:var(--theme-button-radius);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);background:color-mix(in srgb,var(--brand-color) 5%,transparent);color:hsl(var(--foreground));text-decoration:none;border:none;cursor:pointer;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-category-pill:hover{background:color-mix(in srgb,var(--brand-color) 10%,transparent);color:var(--brand-color)}[data-theme=phoenix] .theme-category-pill-active{background:var(--brand-color);color:white;border-color:var(--brand-color)}[data-theme=phoenix].dark .theme-category-pill-active{color:white}[data-theme=phoenix].dark [data-slot=pagination] a,[data-theme=phoenix].dark [data-slot=pagination] button,[data-theme=phoenix].dark nav[role=navigation][aria-label=pagination] a,[data-theme=phoenix].dark nav[role=navigation][aria-label=pagination] button{color:hsl(var(--foreground))}[data-theme=phoenix] .theme-tag-pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--theme-input-radius);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);background:hsl(var(--muted));color:hsl(var(--muted-foreground));text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-tag-pill:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}[data-theme=phoenix] .theme-footer{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:3rem var(--spacing-md) 3rem var(--spacing-md);min-height:117px}@media (min-width:640px){[data-theme=phoenix] .theme-footer{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media (min-width:1024px){[data-theme=phoenix] .theme-footer{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}}[data-theme=phoenix] .theme-footer-container{max-width:var(--theme-max-width);margin:0 auto}[data-theme=phoenix] .theme-footer-link{font-size:13px;color:hsl(var(--muted-foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing);line-height:1.5}[data-theme=phoenix] .theme-footer-link:hover{color:hsl(var(--foreground))}[data-theme=phoenix] .theme-search-input{width:100%;height:2.5rem;padding:0 var(--spacing-md);border:1px solid hsl(var(--border));border-radius:var(--theme-input-radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:var(--font-size-sm);transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-search-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.1)}[data-theme=phoenix] .theme-search-input::-moz-placeholder{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-search-input::placeholder{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-pagination{display:flex;align-items:center;justify-content:space-between;padding:0;margin:0}[data-theme=phoenix] .theme-pagination-nav{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:16px 0;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;color:var(--brand-color);cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-pagination-nav:hover{opacity:.7}[data-theme=phoenix] .theme-pagination-disabled{color:#737373;cursor:not-allowed;pointer-events:none}[data-theme=phoenix].dark .theme-pagination-disabled{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-pagination-numbers{display:flex;gap:24px;align-items:center;border-bottom:1px solid #e2e8f0;flex-shrink:0}[data-theme=phoenix].dark .theme-pagination-numbers{border-bottom-color:hsl(var(--border))}[data-theme=phoenix] .theme-pagination-number{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:16px 0;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;color:#a3a3a3;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix].dark .theme-pagination-number{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-pagination-number:hover{color:hsl(var(--foreground))}[data-theme=phoenix] .theme-pagination-number-active{color:var(--brand-color);border-bottom-color:var(--brand-color)}[data-theme=phoenix] .theme-hero{padding:var(--theme-section-padding) var(--spacing-md);background:hsl(var(--background))}[data-theme=phoenix] .theme-hero-container{max-width:var(--theme-max-width);margin:0 auto;text-align:center}[data-theme=phoenix] .theme-hero-title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:hsl(var(--foreground));margin:0 0 var(--spacing-lg) 0}@media (min-width:768px){[data-theme=phoenix] .theme-hero-title{font-size:var(--font-size-5xl)}}[data-theme=phoenix] .theme-hero-description{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);color:hsl(var(--muted-foreground));max-width:var(--max-width-prose);margin:0 auto var(--spacing-xl) auto}@media (min-width:768px){[data-theme=phoenix] .theme-hero-description{font-size:var(--font-size-xl)}}[data-theme=phoenix] .theme-blog-home-container{display:flex;flex-direction:column;padding:64px 24px 32px;min-height:100vh;max-width:1280px;margin:0 auto}@media (max-width:768px){[data-theme=phoenix] .theme-blog-home-container{padding:64px 16px 32px}}[data-theme=phoenix] .theme-blog-home-filters{margin-bottom:48px}@media (max-width:768px){[data-theme=phoenix] .theme-blog-home-filters{margin-bottom:32px}}[data-theme=phoenix] .theme-blog-home-posts{margin-bottom:54px}[data-theme=phoenix] .theme-post-layout{display:flex;flex-direction:column;align-items:center;gap:48px;width:100%;max-width:100%}@media (min-width:640px){[data-theme=phoenix] .theme-post-layout{gap:32px}}[data-theme=phoenix] .theme-post-layout-item{width:100%}@media (min-width:640px){[data-theme=phoenix] .theme-post-layout-item{width:100%;max-width:1100px}}[data-theme=phoenix] .theme-post-card{display:flex;flex-direction:row;gap:12px;text-decoration:none;align-items:flex-start}@media (min-width:640px){[data-theme=phoenix] .theme-post-card{gap:32px;align-items:center}}[data-theme=phoenix] .theme-post-card-image-wrapper{background:hsl(var(--muted));overflow:hidden;border-radius:4px;width:80px;height:80px;flex-shrink:0}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-image-wrapper{width:390px;height:220px}}[data-theme=phoenix] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=phoenix] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=phoenix] .theme-post-card-content{display:flex;flex-direction:column;gap:8px;justify-content:flex-start;flex:1;min-width:0}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-content{gap:16px;justify-content:center;flex:1;min-width:500px}}[data-theme=phoenix] .theme-post-card-category{font-size:12px;font-weight:400;line-height:16px;color:hsl(var(--foreground));text-transform:uppercase}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-category{font-size:14px;line-height:20px}}[data-theme=phoenix] .theme-post-card-title{font-size:14px;font-weight:500;line-height:20px;color:hsl(var(--foreground))}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-title{font-size:20px;font-weight:500;line-height:32px}}[data-theme=phoenix] .theme-post-card-description{font-size:12px;font-weight:400;line-height:16px;color:#737373;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-description{font-size:16px;line-height:24px;color:#404040}}[data-theme=phoenix].dark .theme-post-card-description{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-post-card-meta{display:flex;align-items:center;gap:4px}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-meta{gap:16px}}[data-theme=phoenix] .theme-post-card-author{font-size:12px;font-weight:400;line-height:16px;color:hsl(var(--foreground))}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-author{font-size:14px;line-height:20px}}[data-theme=phoenix] .theme-post-card-tags{font-size:12px;font-weight:400;line-height:16px;color:var(--brand-color)}@media (min-width:640px){[data-theme=phoenix] .theme-post-card-tags{font-size:14px;line-height:20px}}[data-theme=phoenix] .theme-blog-hero{padding:0 0 2rem;background:hsl(var(--background))}[data-theme=phoenix] .theme-blog-hero-container{max-width:var(--theme-max-width);margin:0 auto;display:flex;flex-direction:column;gap:24px;align-items:center}[data-theme=phoenix] .theme-blog-hero-text{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}[data-theme=phoenix] .theme-blog-hero-title{font-size:24px;font-weight:var(--font-weight-normal);line-height:40px;color:#262626;margin:0;letter-spacing:-.96px}[data-theme=phoenix].dark .theme-blog-hero-title{color:hsl(var(--foreground))}[data-theme=phoenix] .theme-blog-hero-description{font-size:16px;font-weight:var(--font-weight-normal);line-height:24px;color:#737373;margin:0;max-width:546px;text-align:center}[data-theme=phoenix].dark .theme-blog-hero-description{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-blog-hero-search{width:100%;display:flex;justify-content:center}[data-theme=phoenix] .theme-blog-search-wrapper{position:relative;display:flex;align-items:center;width:100%;max-width:308px;height:36px;background:#f5f5f5;border-radius:8px;padding:4px 12px;gap:8px;opacity:.8}[data-theme=phoenix].dark .theme-blog-search-wrapper{background:hsl(var(--muted))}[data-theme=phoenix] .theme-blog-search-icon{color:#737373;flex-shrink:0}[data-theme=phoenix].dark .theme-blog-search-icon{color:hsl(var(--muted-foreground))}[data-theme=phoenix] .theme-blog-search-input{flex:1;background:transparent;border:none;outline:none;font-size:14px;color:#0a0a0a;letter-spacing:-.15px}[data-theme=phoenix].dark .theme-blog-search-input{color:hsl(var(--foreground))}[data-theme=phoenix] .theme-blog-search-input::-moz-placeholder{color:rgba(115,115,115,.6)}[data-theme=phoenix] .theme-blog-search-input::placeholder{color:rgba(115,115,115,.6)}[data-theme=phoenix].dark .theme-blog-search-input::-moz-placeholder{color:hsl(var(--muted-foreground)/.6)}[data-theme=phoenix].dark .theme-blog-search-input::placeholder{color:hsl(var(--muted-foreground)/.6)}[data-theme=phoenix] .theme-blog-sort-menu{position:absolute;top:100%;right:0;margin-top:8px;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:50;min-width:180px;overflow:hidden}[data-theme=phoenix] .theme-blog-sort-option{display:block;width:100%;padding:12px 16px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:14px;line-height:21px;color:hsl(var(--foreground));transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-blog-sort-option:hover{background:hsl(var(--muted))}[data-theme=phoenix] .theme-blog-sort-option-active{background:hsl(var(--muted));font-weight:var(--font-weight-medium)}[data-theme=phoenix] .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;flex-direction:column}[data-theme=phoenix].dark .mobile-menu-dropdown{background:hsl(var(--background))}[data-theme=phoenix] .mobile-menu-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;flex:1}[data-theme=phoenix] .mobile-menu-title{font-size:1rem;line-height:1.5rem;font-weight:400;color:#0a0a0a;letter-spacing:-.045rem}[data-theme=phoenix].dark .mobile-menu-title{color:#fafafa}[data-theme=phoenix] .mobile-menu-search{width:100%}[data-theme=phoenix] .mobile-menu-search form{max-width:100%;margin:0}[data-theme=phoenix] .mobile-menu-search .theme-blog-search-wrapper{position:relative;width:100%}[data-theme=phoenix] .mobile-menu-search .theme-blog-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:rgba(115,115,115,.6);z-index:1}[data-theme=phoenix] .mobile-menu-search input{background:#f5f5f5;border:1px solid #f5f5f5;border-radius:999px;height:36px;width:100%;padding:4px 12px 4px 36px;font-size:14px;line-height:normal;color:#0a0a0a;letter-spacing:-.1504px}[data-theme=phoenix] .mobile-menu-search input::-moz-placeholder{color:rgba(115,115,115,.6)}[data-theme=phoenix] .mobile-menu-search input::placeholder{color:rgba(115,115,115,.6)}[data-theme=phoenix].dark .mobile-menu-search .theme-blog-search-icon{color:rgba(255,255,255,.6)}[data-theme=phoenix].dark .mobile-menu-search input{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.1);color:#fafafa}[data-theme=phoenix].dark .mobile-menu-search input::-moz-placeholder{color:rgba(255,255,255,.6)}[data-theme=phoenix].dark .mobile-menu-search input::placeholder{color:rgba(255,255,255,.6)}[data-theme=phoenix] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e5e5}[data-theme=phoenix].dark .mobile-menu-nav-link{border-bottom-color:#262626}[data-theme=phoenix] .mobile-menu-nav-link-text{font-size:1rem;line-height:1.3125rem;font-weight:400;letter-spacing:-.1504px;color:#737373;transition:color .2s ease-in-out}[data-theme=phoenix] .mobile-menu-nav-link-text.active{color:var(--brand-color)}[data-theme=phoenix] .mobile-menu-nav-link-text:hover{color:#0a0a0a}[data-theme=phoenix].dark .mobile-menu-nav-link-text{color:#a3a3a3}[data-theme=phoenix].dark .mobile-menu-nav-link-text:hover{color:#fafafa}[data-theme=phoenix].dark .mobile-menu-nav-link-text.active{color:var(--brand-color)}[data-theme=phoenix] .mobile-menu-chevron{color:#d4d4d4;transition:color .2s ease-in-out}[data-theme=phoenix] .mobile-menu-chevron.active{color:var(--brand-color)}[data-theme=phoenix] .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=phoenix].dark .mobile-menu-chevron{color:#525252}[data-theme=phoenix].dark .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=phoenix].dark .mobile-menu-chevron.active{color:var(--brand-color)}[data-theme=phoenix] .mobile-menu-cta{background:var(--brand-color);color:white;width:100%;padding:16px 20px;border-radius:9999px;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease-in-out;box-shadow:0 2px 8px rgba(0,0,0,.1)}[data-theme=phoenix] .mobile-menu-cta:hover{opacity:.9}[data-theme=phoenix].dark .mobile-menu-cta{background:var(--brand-color);color:white}[data-theme=prescott]{--radius:0.375rem;--theme-header-height:4rem;--theme-max-width:1280px;--theme-section-padding:5rem;--theme-button-radius:0.375rem;--theme-card-radius:0.5rem;--theme-input-radius:0.375rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.03);--theme-shadow-md:0 2px 4px rgba(0,0,0,0.05);--theme-shadow-lg:0 4px 8px rgba(0,0,0,0.08);--theme-shadow-button:none;--theme-transition-speed:150ms;--theme-transition-timing:ease-out;--theme-backdrop-blur:0px;--theme-button-lift:0px}[data-theme=prescott]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=prescott].dark{--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=prescott] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 24px;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prescott].dark .theme-header{background:hsl(var(--background));border-bottom-color:#262626}[data-theme=prescott] .theme-header-container{display:flex;align-items:center;gap:32px;max-width:1016px;margin:0 auto}@media (max-width:1023px){[data-theme=prescott] .theme-header-container{gap:16px}}[data-theme=prescott] .theme-logo-link{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=prescott] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=prescott] .theme-site-name{font-size:1rem;line-height:1.5;font-weight:400;letter-spacing:-.045em;color:hsl(var(--foreground));white-space:nowrap}[data-theme=prescott].dark .theme-site-name{color:#fafafa}[data-theme=prescott] .theme-blog-title{font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:-.7125px;color:hsl(var(--foreground));margin:0;padding:0}[data-theme=prescott].dark .theme-blog-title{color:#fafafa}[data-theme=prescott] .theme-blog-home-container{display:flex;flex-direction:column;padding:64px 24px 32px;min-height:100vh;max-width:1016px;margin:0 auto}[data-theme=prescott].dark .theme-blog-home-container{background:hsl(var(--background))}@media (max-width:768px){[data-theme=prescott] .theme-blog-home-container{padding:64px 16px 32px}}[data-theme=prescott] .theme-blog-home-title{margin-bottom:54px}@media (max-width:768px){[data-theme=prescott] .theme-blog-home-title{margin-bottom:32px}}[data-theme=prescott] .theme-blog-home-filters{margin-bottom:92px}@media (max-width:768px){[data-theme=prescott] .theme-blog-home-filters{margin-bottom:32px}}[data-theme=prescott] .theme-blog-home-posts{margin-bottom:54px}[data-theme=prescott] .theme-post-layout{display:flex;flex-wrap:wrap;gap:54px 32px;width:100%;max-width:968px;margin:0 auto}@media (max-width:768px){[data-theme=prescott] .theme-post-layout{flex-direction:column;gap:54px;max-width:100%}}[data-theme=prescott] .theme-post-layout-item{width:301.328px;flex-shrink:0}@media (max-width:768px){[data-theme=prescott] .theme-post-layout-item{width:100%}}[data-theme=prescott] .theme-header-search{display:none;flex:0 0 auto;width:397.852px;max-width:397.852px}@media (min-width:1024px){[data-theme=prescott] .theme-header-search{display:block}}[data-theme=prescott] .theme-header-nav{display:flex;align-items:center;gap:16px;margin-left:auto}@media (min-width:1024px){[data-theme=prescott] .theme-header-nav{gap:4px}}@media (max-width:1023px){[data-theme=prescott] .theme-header-nav nav{display:none}[data-theme=prescott] .theme-header-nav{gap:16px}}[data-theme=prescott] .theme-header-divider{height:1.25rem;width:1px;background:hsl(var(--border))}@media (max-width:1023px){[data-theme=prescott] button[aria-label="Toggle mobile menu"]{padding:0;margin:0}[data-theme=prescott] button[aria-label="Toggle mobile menu"] svg{width:20px;height:20px}}[data-theme=prescott] .theme-mobile-actions{display:none}@media (max-width:768px){[data-theme=prescott] .theme-mobile-actions{display:flex;align-items:center;gap:16px}}[data-theme=prescott] .mobile-theme-switcher{display:block}[data-theme=prescott] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:0!important;gap:0!important}[data-theme=prescott].dark .mobile-theme-switcher>div{background:#262626!important}[data-theme=prescott] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:8px!important;padding:4px!important}[data-theme=prescott] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=prescott] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=prescott] .mobile-theme-switcher button[aria-pressed=true]{background:#f5f5f5!important}[data-theme=prescott].dark .mobile-theme-switcher button[aria-pressed=true]{background:#262626!important}[data-theme=prescott] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=prescott] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=prescott] .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=prescott].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=prescott] .theme-nav{display:flex}[data-theme=prescott] .theme-nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}[data-theme=prescott] .theme-nav-item{margin:0}[data-theme=prescott] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:rgba(10,10,10,.8);text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing);height:37px}[data-theme=prescott].dark .theme-nav-link{color:rgba(250,250,250,.8)}[data-theme=prescott] .theme-nav-link:hover{color:hsl(var(--foreground))}[data-theme=prescott].dark .theme-nav-link:hover{color:#fafafa}[data-theme=prescott] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;border:none;border-radius:999px;height:37px;padding:8px 20px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:-.1504px;box-shadow:var(--theme-shadow-button);cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=prescott] .theme-cta-button:hover{opacity:.9;transform:translateY(var(--theme-button-lift))}[data-theme=prescott] .theme-post-card{display:flex;flex-direction:column;gap:1rem;text-decoration:none}[data-theme=prescott] .theme-post-card-image-wrapper{background:hsl(var(--muted));overflow:hidden;border-radius:12px}[data-theme=prescott] .theme-post-card-image{width:100%;height:188.328px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=prescott] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=prescott] .theme-post-card-category{padding:3px 9px;background:hsl(var(--muted));border-radius:9999px;font-size:.75rem;font-weight:400;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.3px;line-height:18px}[data-theme=prescott].dark .theme-post-card-category{background:#171717;color:#a3a3a3}[data-theme=prescott] .theme-post-card-title{font-size:1rem;font-weight:400;line-height:22px;color:hsl(var(--foreground));letter-spacing:-.3125px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}[data-theme=prescott].dark .theme-post-card-title{color:#d4d4d4}[data-theme=prescott] .theme-post-card-description{font-size:.9375rem;font-weight:400;line-height:24.375px;color:hsl(var(--muted-foreground));letter-spacing:-.2344px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0}[data-theme=prescott] .theme-post-card-author{font-size:.8125rem;font-weight:400;color:hsl(var(--foreground));line-height:19.5px;letter-spacing:-.0762px}[data-theme=prescott].dark .theme-post-card-author{color:#d4d4d4}[data-theme=prescott] .theme-post-card-meta{font-size:.8125rem;font-weight:400;color:hsl(var(--muted-foreground));line-height:19.5px;letter-spacing:-.0762px}[data-theme=prescott] .theme-post-card-tag{font-size:.8125rem;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:var(--brand-color)}[data-theme=prescott] .theme-category-filter-container{width:100%}[data-theme=prescott] .theme-category-filter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid hsl(var(--border));padding-bottom:0}[data-theme=prescott].dark .theme-category-filter-wrapper{border-bottom-color:#262626}@media (max-width:768px){[data-theme=prescott] .theme-category-filter-wrapper{flex-direction:column;align-items:stretch;gap:8px;border-bottom:none}}[data-theme=prescott] .theme-category-tabs{display:flex;align-items:center;gap:32px;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}@media (max-width:768px){[data-theme=prescott] .theme-category-tabs{gap:16px;border-bottom:1px solid hsl(var(--border))}[data-theme=prescott].dark .theme-category-tabs{border-bottom-color:#262626}}[data-theme=prescott] .theme-category-tabs::-webkit-scrollbar{display:none}[data-theme=prescott] .theme-category-tab{position:relative;display:flex;align-items:center;padding:0 4px;height:37px;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#737373;background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}@media (max-width:768px){[data-theme=prescott] .theme-category-tab{padding:12px 16px;height:auto;font-size:14px;line-height:21px;letter-spacing:-.1504px;color:#737373}}[data-theme=prescott] .theme-category-tab:hover{color:#0a0a0a}[data-theme=prescott].dark .theme-category-tab{color:#a3a3a3}[data-theme=prescott].dark .theme-category-tab:hover{color:#fafafa}[data-theme=prescott] .theme-category-tab-active{color:#0a0a0a}[data-theme=prescott].dark .theme-category-tab-active{color:#fafafa}@media (max-width:768px){[data-theme=prescott] .theme-category-tab-active{color:#0a0a0a}[data-theme=prescott].dark .theme-category-tab{color:#a3a3a3}[data-theme=prescott].dark .theme-category-tab-active{color:#fafafa}}[data-theme=prescott] .theme-category-tab-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--brand-color)}[data-theme=prescott] .theme-sort-dropdown{width:auto;min-width:140px;flex-shrink:0;height:auto;border-radius:999px;background-color:white;border:none;padding:0 12px;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#0a0a0a;display:flex;align-items:center;justify-content:space-between;gap:8px;box-shadow:none!important}[data-theme=prescott].dark .theme-sort-dropdown{background-color:#000000;color:#fafafa}@media (max-width:768px){[data-theme=prescott] .theme-sort-dropdown{width:100%;background-color:rgba(245,245,245,.5);padding:8px 16px}[data-theme=prescott].dark .theme-sort-dropdown{background-color:rgba(255,255,255,.1)}}[data-theme=prescott] .theme-sort-dropdown:hover{opacity:.9}[data-theme=prescott] .theme-sort-dropdown:focus{outline:none;box-shadow:none}[data-theme=prescott] .theme-sort-dropdown svg{width:16px;height:16px;flex-shrink:0}[data-theme=prescott].dark [data-slot=pagination] a,[data-theme=prescott].dark [data-slot=pagination] button,[data-theme=prescott].dark nav[role=navigation][aria-label=pagination] a,[data-theme=prescott].dark nav[role=navigation][aria-label=pagination] button{color:hsl(var(--foreground))}[data-theme=prescott] .theme-tag-pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--theme-input-radius);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);background:hsl(var(--muted));color:hsl(var(--muted-foreground));text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prescott] .theme-tag-pill:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}[data-theme=prescott] .theme-footer{background:rgba(245,245,245,.3);border-top:1px solid hsl(var(--border));padding:3.0625rem 1.5rem 3rem}[data-theme=prescott].dark .theme-footer{background:hsl(var(--background));border-top-color:#262626}@media (max-width:767px){[data-theme=prescott] .theme-footer{padding:50px 24px}}[data-theme=prescott] .theme-footer-container{max-width:1016px;margin:0 auto}[data-theme=prescott] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:1.25rem}@media (max-width:767px){[data-theme=prescott] .theme-footer-row{flex-direction:column;align-items:flex-start;height:auto;gap:54px}}[data-theme=prescott] .theme-footer-links-container{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media (max-width:767px){[data-theme=prescott] .theme-footer-links-container{flex-direction:column;align-items:flex-start;gap:16px}}[data-theme=prescott] .theme-footer-link{font-size:.8125rem;font-weight:400;color:#737373;text-decoration:none;line-height:1.21875rem;letter-spacing:-.00476rem;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prescott].dark .theme-footer-link{color:#a3a3a3}[data-theme=prescott] .theme-footer-link:hover{color:#0a0a0a}[data-theme=prescott].dark .theme-footer-link:hover{color:#fafafa}[data-theme=prescott] .theme-footer-attribution{display:flex;align-items:center;gap:.125rem;font-size:.8125rem;line-height:1.21875rem;letter-spacing:-.00476rem;flex-shrink:0;font-weight:400}[data-theme=prescott] .theme-footer-attribution-text{color:#737373}[data-theme=prescott].dark .theme-footer-attribution-text{color:#a3a3a3}[data-theme=prescott] .theme-footer-attribution-link{color:#0a0a0a;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prescott].dark .theme-footer-attribution-link{color:#fafafa}[data-theme=prescott] .theme-footer-attribution-link:hover{opacity:.7}[data-theme=prescott] .theme-footer-socials-container{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width:767px){[data-theme=prescott] .theme-footer-socials-container{gap:16px}}[data-theme=prescott] .theme-footer-social-link{color:#737373;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prescott].dark .theme-footer-social-link{color:#a3a3a3}[data-theme=prescott] .theme-footer-social-link:hover{color:#0a0a0a}[data-theme=prescott].dark .theme-footer-social-link:hover{color:#fafafa}[data-theme=prescott] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}@media (max-width:767px){[data-theme=prescott] .theme-footer-social-link svg{width:20px;height:20px}}[data-theme=prescott] .theme-search-input{width:100%;height:2.5rem;padding:0 var(--spacing-md);border:1px solid hsl(var(--border));border-radius:var(--theme-input-radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:var(--font-size-sm);transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prescott] .theme-search-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.1)}[data-theme=prescott] .theme-search-input::-moz-placeholder{color:hsl(var(--muted-foreground))}[data-theme=prescott] .theme-search-input::placeholder{color:hsl(var(--muted-foreground))}[data-theme=prescott] .prescott-search-input{border-radius:999px;background:rgba(245,245,245,.8);border:none;height:2rem;padding:.25rem .75rem}[data-theme=prescott].dark .prescott-search-input{background:#262626;opacity:.8}[data-theme=prescott] .prescott-search-input:focus-within{background:rgba(245,245,245,1);box-shadow:none}[data-theme=prescott].dark .prescott-search-input:focus-within{background:#262626;opacity:1}[data-theme=prescott] .prescott-search-input input::-moz-placeholder{color:rgba(115,115,115,.6);font-size:.875rem}[data-theme=prescott] .prescott-search-input input::placeholder{color:rgba(115,115,115,.6);font-size:.875rem}[data-theme=prescott].dark .prescott-search-input input::-moz-placeholder{color:#d4d4d4}[data-theme=prescott].dark .prescott-search-input input::placeholder{color:#d4d4d4}[data-theme=prescott] .prescott-search-input [data-slot=input-group-addon] svg{width:1rem;height:1rem;color:rgba(115,115,115,.6)}[data-theme=prescott].dark .prescott-search-input [data-slot=input-group-addon] svg{color:rgba(255,255,255,.5)}[data-theme=prescott] [data-slot=pagination]{display:flex;align-items:center;justify-content:center;gap:.5rem}[data-theme=prescott] [data-slot=pagination] a,[data-theme=prescott] [data-slot=pagination] button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0!important;border-radius:9999px!important;background:transparent!important;border:none!important;color:hsl(var(--muted-foreground))!important;font-size:.875rem;line-height:1.5;font-weight:400;letter-spacing:-.01075em;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);box-shadow:none!important}[data-theme=prescott] [data-slot=pagination] a:hover:not(.pointer-events-none),[data-theme=prescott] [data-slot=pagination] button:hover:not(:disabled){background:color-mix(in srgb,var(--brand-color) 10%,transparent)!important;color:var(--brand-color)!important}[data-theme=prescott] [data-slot=pagination] a[aria-current=page],[data-theme=prescott] [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:white!important}[data-theme=prescott] [data-slot=pagination] .pointer-events-none{opacity:.5;cursor:not-allowed}[data-theme=prescott].dark [data-slot=pagination] a,[data-theme=prescott].dark [data-slot=pagination] button{color:#737373!important}[data-theme=prescott].dark [data-slot=pagination] a:hover:not(.pointer-events-none):not([aria-current=page]),[data-theme=prescott].dark [data-slot=pagination] button:hover:not(:disabled):not([aria-current=page]){background:#171717!important;color:var(--brand-color)!important}[data-theme=prescott].dark [data-slot=pagination] a[aria-current=page],[data-theme=prescott].dark [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:#ffffff!important}[data-theme=prescott].dark [data-slot=pagination] .pointer-events-none{opacity:1;color:#737373!important}[data-theme=prescott] .theme-hero{padding:var(--theme-section-padding) var(--spacing-md);background:hsl(var(--background))}[data-theme=prescott] .theme-hero-container{max-width:var(--theme-max-width);margin:0 auto;text-align:center}[data-theme=prescott] .theme-hero-title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:hsl(var(--foreground));margin:0 0 var(--spacing-lg) 0}@media (min-width:768px){[data-theme=prescott] .theme-hero-title{font-size:var(--font-size-5xl)}}[data-theme=prescott] .theme-hero-description{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);color:hsl(var(--muted-foreground));max-width:var(--max-width-prose);margin:0 auto var(--spacing-xl) auto}@media (min-width:768px){[data-theme=prescott] .theme-hero-description{font-size:var(--font-size-xl)}}[data-theme=prescott] .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}[data-theme=prescott].dark .mobile-menu-dropdown{background:hsl(var(--background))}[data-theme=prescott] .mobile-menu-title{font-size:1rem;line-height:1.5rem;font-weight:400;color:#0a0a0a;letter-spacing:-.045rem}[data-theme=prescott].dark .mobile-menu-title{color:#fafafa}[data-theme=prescott] .mobile-menu-search{width:100%}[data-theme=prescott] .mobile-menu-search .prescott-search-input{background:rgba(245,245,245,.8);border-radius:999px;height:36px}[data-theme=prescott].dark .mobile-menu-search .prescott-search-input{background:rgba(255,255,255,.1)}[data-theme=prescott] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e5e5}[data-theme=prescott].dark .mobile-menu-nav-link{border-bottom-color:#262626}[data-theme=prescott] .mobile-menu-nav-link-text{font-size:1rem;line-height:1.3125rem;font-weight:400;letter-spacing:-.009375rem;color:#737373;transition:color .15s ease-out}[data-theme=prescott] .mobile-menu-nav-link-text.active{color:var(--brand-color)}[data-theme=prescott] .mobile-menu-nav-link-text:hover{color:#0a0a0a}[data-theme=prescott].dark .mobile-menu-nav-link-text{color:#a3a3a3}[data-theme=prescott].dark .mobile-menu-nav-link-text:hover{color:#fafafa}[data-theme=prescott].dark .mobile-menu-nav-link-text.active{color:var(--brand-color)}[data-theme=prescott] .mobile-menu-chevron{color:#d4d4d4;transition:color .15s ease-out}[data-theme=prescott] .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=prescott].dark .mobile-menu-chevron{color:#525252}[data-theme=prescott].dark .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=plano]{--radius:0.5rem;--brand-color:#b91c1c;--brand-color-hover:#991b1b;--theme-brand-accent:#ef4444;--theme-header-height:3.5rem;--theme-max-width:1280px;--theme-section-padding:6rem;--theme-button-radius:0.5rem;--theme-card-radius:0.75rem;--theme-input-radius:0.5rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:0 2px 4px rgba(0,0,0,0.05);--theme-transition-speed:200ms;--theme-transition-timing:ease-in-out;--theme-backdrop-blur:8px;--theme-button-lift:-1px}[data-theme=plano].dark{--theme-bg-primary:#0a0a0a;--theme-bg-secondary:#171717;--theme-bg-tertiary:#262626;--theme-text-primary:#fafafa;--theme-text-secondary:#a3a3a3;--theme-border-color:#404040}[data-theme=plano] .plano-search-input{border:1px solid #d4d4d4;border-radius:var(--theme-input-radius);height:42px;max-width:864px;opacity:.8;background:transparent}[data-theme=plano].dark .plano-search-input{border-color:#404040}[data-theme=plano] .plano-search-input input::-moz-placeholder{color:#0a0a0a;font-size:14px;font-weight:400;letter-spacing:-.1504px;line-height:normal}[data-theme=plano] .plano-search-input input::placeholder{color:#0a0a0a;font-size:14px;font-weight:400;letter-spacing:-.1504px;line-height:normal}[data-theme=plano].dark .plano-search-input input::-moz-placeholder{color:#a3a3a3}[data-theme=plano].dark .plano-search-input input::placeholder{color:#a3a3a3}[data-theme=plano] .plano-search-input [data-slot=input-group-addon]{padding-left:16px}[data-theme=plano] .plano-search-input input{padding-left:8px;padding-right:16px;font-size:14px;color:#0a0a0a;letter-spacing:-.1504px}[data-theme=plano].dark .plano-search-input input{color:#fafafa}[data-theme=plano] .plano-search-input:focus-within{opacity:1;border-color:#0a0a0a}[data-theme=plano].dark .plano-search-input:focus-within{border-color:#fafafa}[data-theme=plano] .plano-blog-home-wrapper{display:flex;flex-direction:column;gap:48px;align-items:center;width:100%;background:hsl(var(--background))}[data-theme=plano].dark .plano-blog-home-wrapper{background:hsl(var(--background))}[data-theme=plano] .plano-blog-home-header{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%;padding:0 80px}@media (max-width:767px){[data-theme=plano] .plano-blog-home-header{padding:0 24px}}[data-theme=plano] .plano-blog-home-header-inner{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%}[data-theme=plano] .plano-blog-home-title{font-family:Inter,sans-serif;font-size:32px;font-weight:400;line-height:40px;letter-spacing:-1.28px;color:#262626;text-align:center;margin-top:24px}[data-theme=plano].dark .plano-blog-home-title{color:#fafafa}[data-theme=plano] .plano-blog-home-search{width:100%;max-width:864px}[data-theme=plano] .plano-blog-home-content{display:flex;gap:24px;align-items:flex-start;width:100%;max-width:1024px;margin:0 auto;padding:0 80px}@media (max-width:767px){[data-theme=plano] .plano-blog-home-content{flex-direction:column;padding:0 24px}}[data-theme=plano] .plano-blog-home-sidebar{display:flex;flex-direction:column;gap:40px;width:200px;flex-shrink:0}@media (max-width:767px){[data-theme=plano] .plano-blog-home-sidebar{width:100%}}[data-theme=plano] .plano-blog-home-main{display:flex;flex-direction:column;gap:40px;flex:1;min-width:0}[data-theme=plano] .plano-blog-home-posts{display:flex;flex-direction:column;gap:24px;width:100%;margin-bottom:24px}[data-theme=plano] .plano-blog-home-empty{text-align:center;padding:48px 0;color:#737373}[data-theme=plano].dark .plano-blog-home-empty{color:#a3a3a3}[data-theme=plano] .plano-category-filter{display:flex;flex-direction:column;gap:8px;width:100%;border-left:1px solid #d4d4d4}[data-theme=plano].dark .plano-category-filter{border-left-color:#404040}[data-theme=plano] .plano-category-filter-item{display:flex;align-items:center;gap:8px;padding:8px 16px;width:100%;text-align:left;background:transparent;border:none;border-left:1px solid transparent;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#737373;opacity:.8;transition:all .2s ease-in-out}[data-theme=plano] .plano-category-filter-item:hover{color:#0a0a0a;opacity:1}[data-theme=plano].dark .plano-category-filter-item{color:#a3a3a3}[data-theme=plano].dark .plano-category-filter-item:hover{color:#fafafa}[data-theme=plano] .plano-category-filter-item-active{border-left-color:var(--brand-color);color:var(--brand-color);opacity:1}[data-theme=plano] .plano-pagination-wrapper{display:flex;justify-content:center;margin-top:32px;margin-bottom:32px;width:100%}[data-theme=plano] .plano-pagination-container{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:640px;width:100%}[data-theme=plano] .plano-pagination-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:#737373;opacity:.8;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer;background:transparent;border-radius:8px}[data-theme=plano] .plano-pagination-arrow:hover{opacity:1}[data-theme=plano].dark .plano-pagination-arrow{color:#a3a3a3}[data-theme=plano] .plano-pagination-arrow-next{background:var(--brand-color);color:#ffffff;opacity:1}[data-theme=plano] .plano-pagination-arrow-next:hover{background:var(--brand-color-hover);opacity:1}[data-theme=plano] .plano-pagination-arrow-disabled{opacity:.8;cursor:not-allowed;pointer-events:none;background:transparent}[data-theme=plano] .plano-pagination-numbers{display:flex;align-items:center;gap:8px}[data-theme=plano] .plano-pagination-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:#737373;opacity:.8;text-decoration:none;transition:all .2s ease-in-out;background:transparent;border-radius:8px}[data-theme=plano] .plano-pagination-number:hover{opacity:1}[data-theme=plano].dark .plano-pagination-number{color:#a3a3a3}[data-theme=plano] .plano-pagination-number-active{background:var(--brand-color);color:#ffffff;opacity:1}[data-theme=plano] .plano-pagination-number-active:hover{background:var(--brand-color-hover);opacity:1}[data-theme=plano] .theme-post-card{padding:24px;background:#fafafa;transition:background-color .2s ease-in-out;width:100%;max-width:620px}[data-theme=plano] .theme-post-card:hover{background:#f5f5f5}[data-theme=plano].dark .theme-post-card{background:#171717}[data-theme=plano].dark .theme-post-card:hover{background:#262626}[data-theme=plano] .theme-post-card-category{font-size:14px;line-height:20px;color:#a3a3a3;margin:0}[data-theme=plano].dark .theme-post-card-category{color:#737373}[data-theme=plano] .theme-post-card-content{display:flex;flex-direction:column;gap:6px;width:100%}[data-theme=plano] .theme-post-card-description,[data-theme=plano] .theme-post-card-title{white-space:pre-wrap}[data-theme=plano] .theme-post-card-date{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#a3a3a3;margin:0}[data-theme=plano].dark .theme-post-card-date{color:#737373}[data-theme=plano] .theme-post-card-tags{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:var(--brand-color);margin:0}[data-theme=plano] .plano-layout-wrapper{display:flex;flex-direction:column;min-height:100vh;background:hsl(var(--background))}[data-theme=plano].dark .plano-layout-wrapper{background:hsl(var(--background))}[data-theme=plano] .plano-layout-main{flex:1}[data-theme=plano] .plano-header{background:hsl(var(--background));padding:16px 80px;width:100%}[data-theme=plano].dark .plano-header{background:hsl(var(--background));border-bottom:1px solid #262626}@media (max-width:767px){[data-theme=plano] .plano-header{padding:16px}}[data-theme=plano] .plano-header-container{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}[data-theme=plano] .plano-header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0}[data-theme=plano] .plano-header-actions>button{padding:0;margin:0;background:transparent;border:none;cursor:pointer;display:none;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}@media (max-width:1024px){[data-theme=plano] .plano-header-actions>button{display:flex}}[data-theme=plano] .plano-header-actions>button svg{width:18px;height:18px;stroke-width:2}[data-theme=plano].dark .plano-header-actions>button svg{color:#fafafa;stroke:#fafafa}[data-theme=plano] .plano-header-logo{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=plano] .plano-header-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=plano] .plano-header-nav{display:flex;align-items:center;gap:4px}@media (max-width:767px){[data-theme=plano] .plano-header-nav{display:none}}[data-theme=plano] .plano-header-nav-link{padding:8px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:#0a0a0a;opacity:.8;text-decoration:none;transition:opacity .2s ease-in-out}[data-theme=plano] .plano-header-nav-link:hover{opacity:1}[data-theme=plano].dark .plano-header-nav-link{color:#fafafa}[data-theme=plano] .plano-header-cta{display:flex;align-items:center;justify-content:center;padding:8px 20px;height:37px;background:var(--brand-color);color:#ffffff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;text-decoration:none;border-radius:8px;transition:background-color .2s ease-in-out;flex-shrink:0}[data-theme=plano] .plano-header-cta:hover{background:var(--brand-color-hover)}@media (max-width:767px){[data-theme=plano] .plano-header-cta{display:flex}}[data-theme=plano] .theme-footer{background:hsl(var(--background));border-top:1px solid #e2e8f0;padding:49px 80px}[data-theme=plano].dark .theme-footer{background:hsl(var(--background));border-top-color:#262626}@media (max-width:767px){[data-theme=plano] .theme-footer{padding:50px 24px}}[data-theme=plano] .theme-footer-container{max-width:100%;margin:0 auto}[data-theme=plano] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:20px}@media (max-width:767px){[data-theme=plano] .theme-footer-row{flex-direction:column;align-items:flex-start;height:auto;gap:54px}}[data-theme=plano] .theme-footer-links-container{display:flex;align-items:center;gap:24px;flex-shrink:0}@media (max-width:767px){[data-theme=plano] .theme-footer-links-container{flex-direction:column;align-items:flex-start;gap:16px}}[data-theme=plano] .theme-footer-link{font-size:13px;font-weight:400;color:#737373;text-decoration:none;line-height:19.5px;letter-spacing:-.0762px;transition:color .2s ease-in-out}[data-theme=plano] .theme-footer-link:hover{color:#0a0a0a}[data-theme=plano].dark .theme-footer-link{color:#a3a3a3}[data-theme=plano].dark .theme-footer-link:hover{color:#fafafa}[data-theme=plano] .theme-footer-attribution{display:flex;align-items:center;gap:2px;font-size:13px;line-height:19.5px;letter-spacing:-.0762px;flex-shrink:0;font-weight:400}[data-theme=plano] .theme-footer-attribution-text{color:#737373}[data-theme=plano].dark .theme-footer-attribution-text{color:#a3a3a3}[data-theme=plano] .theme-footer-attribution-link{color:#0a0a0a;text-decoration:none;transition:opacity .2s ease-in-out}[data-theme=plano].dark .theme-footer-attribution-link{color:#fafafa}[data-theme=plano] .theme-footer-attribution-link:hover{opacity:.7}[data-theme=plano] .theme-footer-socials-container{display:flex;align-items:center;gap:16px;flex-shrink:0}@media (max-width:767px){[data-theme=plano] .theme-footer-socials-container{gap:16px}}[data-theme=plano] .theme-footer-social-link{color:#737373;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color .2s ease-in-out}[data-theme=plano] .theme-footer-social-link:hover{color:#0a0a0a}[data-theme=plano].dark .theme-footer-social-link{color:#a3a3a3}[data-theme=plano].dark .theme-footer-social-link:hover{color:#fafafa}[data-theme=plano] .theme-footer-social-link svg{width:20px;height:20px}@media (max-width:767px){[data-theme=plano] .theme-footer-social-link svg{width:20px;height:20px}}[data-theme=plano] .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;flex-direction:column;padding:16px}[data-theme=plano].dark .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:none}[data-theme=plano] .mobile-menu-content-wrapper{display:flex;flex-direction:column;gap:24px;flex:1;padding:8px 0}[data-theme=plano] .mobile-menu-title{font-family:Inter,sans-serif;font-size:16px;line-height:24px;font-weight:400;color:#0a0a0a;letter-spacing:-.7125px;margin:0}[data-theme=plano].dark .mobile-menu-title{color:#fafafa}[data-theme=plano] .mobile-menu-search{display:none}[data-theme=plano] .mobile-menu-nav-link{display:flex;align-items:center;padding:8px 16px;border-left:1px solid transparent;width:100%;font-size:16px;line-height:24px;font-weight:500;color:#737373;opacity:.8;text-decoration:none;transition:all .2s ease}[data-theme=plano] .mobile-menu-nav-link:hover{opacity:1}[data-theme=plano].dark .mobile-menu-nav-link{color:#a3a3a3}[data-theme=plano] .mobile-menu-nav-link.active,[data-theme=plano].dark .mobile-menu-nav-link.active{color:var(--brand-color);border-left-color:var(--brand-color);opacity:1}[data-theme=plano] .mobile-menu-nav-link-text{font-size:16px;line-height:24px;font-weight:500;color:inherit}[data-theme=plano] .mobile-menu-chevron,[data-theme=plano] .mobile-menu-cta{display:none}[data-theme=plano] nav ul{border-left:1px solid #d4d4d4;padding:0;margin:0;list-style:none}[data-theme=plano].dark nav ul{border-left-color:#262626}[data-theme=plano] .mobile-menu-dropdown nav{width:100%}[data-theme=plano] .theme-mobile-actions{display:none}@media (max-width:768px){[data-theme=plano] .theme-mobile-actions{display:flex;align-items:center;gap:16px}}[data-theme=plano] .mobile-theme-switcher{display:block}[data-theme=plano] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:0!important;gap:0!important}[data-theme=plano].dark .mobile-theme-switcher>div{background:#262626!important}[data-theme=plano] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:8px!important;padding:4px!important}[data-theme=plano] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=plano] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=plano] .mobile-theme-switcher button[aria-pressed=true]{background:#f5f5f5!important}[data-theme=plano].dark .mobile-theme-switcher button[aria-pressed=true]{background:#262626!important}[data-theme=plano] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=plano] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=plano] .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=plano].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=plano] .theme-post-card{display:flex;flex-direction:column;gap:16px;text-decoration:none;transition:opacity .2s ease-in-out}[data-theme=plano] .theme-post-card:hover{opacity:.9}[data-theme=plano] .theme-post-card-image-wrapper{position:relative;width:100%;aspect-ratio:600/377;overflow:hidden;background:#f5f5f5}[data-theme=plano].dark .theme-post-card-image-wrapper{background:#262626}[data-theme=plano] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-theme=plano] .theme-post-card-category{display:inline-flex;padding:4px 12px;background:#fafafa;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:18px;letter-spacing:-.0645px;color:#737373;text-transform:uppercase}[data-theme=plano].dark .theme-post-card-category{background:#171717;color:#a3a3a3}[data-theme=plano] .theme-post-card-title{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:32px;color:#171717;margin:0}[data-theme=plano].dark .theme-post-card-title{color:#fafafa}[data-theme=plano] .theme-post-card-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#404040;margin:0}[data-theme=plano].dark .theme-post-card-description{color:#d4d4d4}[data-theme=plano] .theme-post-card-author{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:#737373}[data-theme=plano].dark .theme-post-card-author{color:#a3a3a3}[data-theme=plano] .theme-post-card-meta{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:#737373}[data-theme=plano].dark .theme-post-card-meta{color:#a3a3a3}[data-theme=plano] .theme-post-card-tag{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:var(--brand-color)}[data-theme=plano] .theme-post-layout{display:flex;flex-direction:column;gap:24px;width:100%}[data-theme=plano] .theme-post-layout-item{width:100%}[data-theme=paris]{--radius:0.375rem;--theme-header-height:4rem;--theme-max-width:1280px;--theme-section-padding:5rem;--theme-button-radius:0.375rem;--theme-card-radius:0.5rem;--theme-input-radius:0.375rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.03);--theme-shadow-md:0 2px 4px rgba(0,0,0,0.05);--theme-shadow-lg:0 4px 8px rgba(0,0,0,0.08);--theme-shadow-button:none;--theme-transition-speed:150ms;--theme-transition-timing:ease-out;--theme-backdrop-blur:0px;--theme-button-lift:0px}[data-theme=paris]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=paris].dark{--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=paris] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 24px;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris].dark .theme-header{background:hsl(var(--background));border-bottom-color:#262626}[data-theme=paris] .theme-header-container{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}@media (max-width:1023px){[data-theme=paris] .theme-header-container{gap:16px}}[data-theme=paris] .theme-logo-link{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=paris] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=paris] .theme-site-name{font-size:1rem;line-height:1.5;font-weight:400;letter-spacing:-.045em;color:hsl(var(--foreground));white-space:nowrap}[data-theme=paris].dark .theme-site-name{color:#fafafa}[data-theme=paris] .theme-blog-title{font-size:24px;line-height:40px;font-weight:400;letter-spacing:-.96px;color:#0a0a0a;margin:0;padding:0}@media (max-width:768px){[data-theme=paris] .theme-blog-title{font-size:18px;letter-spacing:-.72px}}[data-theme=paris].dark .theme-blog-title{color:#fafafa}[data-theme=paris] .theme-blog-home-container{display:flex;flex-direction:column;padding:64px 24px 32px;min-height:100vh;max-width:1200px;margin:0 auto}[data-theme=paris].dark .theme-blog-home-container{background:hsl(var(--background))}@media (max-width:768px){[data-theme=paris] .theme-blog-home-container{padding:64px 16px 32px}}[data-theme=paris] .theme-blog-home-title{display:block;margin-bottom:16px}@media (max-width:768px){[data-theme=paris] .theme-blog-home-title{display:none}}[data-theme=paris] .theme-blog-home-filters{margin-bottom:92px}@media (max-width:768px){[data-theme=paris] .theme-blog-home-filters{margin-bottom:32px}}[data-theme=paris] .theme-blog-home-posts{margin-bottom:54px}[data-theme=paris] .theme-post-layout{display:flex;flex-direction:column;gap:40px;width:100%;max-width:1120px;margin:0 auto}@media (max-width:768px){[data-theme=paris] .theme-post-layout{gap:54px;max-width:100%}}[data-theme=paris] .theme-post-layout-masonry{display:flex;gap:24px;width:100%;align-items:stretch;justify-content:center;margin:0 auto}@media (max-width:768px){[data-theme=paris] .theme-post-layout-masonry{flex-direction:column;gap:54px;min-height:auto}}[data-theme=paris] .theme-post-layout-column{display:flex;flex-direction:column;gap:24px;min-height:100%}[data-theme=paris] .theme-post-layout-column-left{width:265px;flex-shrink:0}[data-theme=paris] .theme-post-layout-column-center{flex:1;max-width:560px;flex-shrink:0;display:flex;flex-direction:column;min-height:100%}[data-theme=paris] .theme-post-layout-column-center .theme-post-layout-item{flex:1;display:flex;flex-direction:column;min-height:100%}[data-theme=paris] .theme-post-layout-column-right{width:265px;flex-shrink:0}@media (max-width:768px){[data-theme=paris] .theme-post-layout-column-center,[data-theme=paris] .theme-post-layout-column-left,[data-theme=paris] .theme-post-layout-column-right{width:100%;max-width:100%}}[data-theme=paris] .theme-post-layout-grid{display:flex;gap:24px;width:100%;align-items:flex-start;justify-content:center}@media (max-width:1024px){[data-theme=paris] .theme-post-layout-grid{flex-wrap:wrap}}@media (max-width:768px){[data-theme=paris] .theme-post-layout-grid{flex-direction:column;gap:54px}}[data-theme=paris] .theme-post-layout-grid-item{flex:1 0 0;min-width:0;display:flex;flex-direction:column}@media (max-width:1024px){[data-theme=paris] .theme-post-layout-grid-item{flex:1 0 calc(50% - 12px);min-width:calc(50% - 12px)}}@media (max-width:768px){[data-theme=paris] .theme-post-layout-grid-item{flex:1 0 auto;width:100%;min-width:0}}[data-theme=paris] .theme-post-layout-grid .theme-post-card{height:100%;display:flex;flex-direction:column}[data-theme=paris] .theme-post-layout-grid .theme-post-card-content{flex:1;display:flex;flex-direction:column}[data-theme=paris] .theme-post-layout-grid .theme-post-card-text{flex:1}[data-theme=paris] .theme-post-layout-item{width:100%;display:flex;flex-direction:column}[data-theme=paris] .theme-post-layout-column-left .theme-post-layout-item,[data-theme=paris] .theme-post-layout-column-right .theme-post-layout-item{flex:1}[data-theme=paris] .theme-post-layout-column-left .theme-post-card,[data-theme=paris] .theme-post-layout-column-right .theme-post-card{height:100%;display:flex;flex-direction:column}[data-theme=paris] .theme-post-layout-column-left .theme-post-card .theme-post-card-image-wrapper,[data-theme=paris] .theme-post-layout-column-right .theme-post-card .theme-post-card-image-wrapper{flex-shrink:0}[data-theme=paris] .theme-post-layout-column-left .theme-post-card .theme-post-card-content,[data-theme=paris] .theme-post-layout-column-right .theme-post-card .theme-post-card-content{flex:1;display:flex;flex-direction:column}[data-theme=paris] .theme-post-layout-column-center .theme-post-card{display:flex;flex-direction:column;flex:1;min-height:100%}[data-theme=paris] .theme-header-search{display:none}@media (min-width:1024px){[data-theme=paris] .theme-header-search{display:block}}[data-theme=paris] .theme-header-nav{display:none}[data-theme=paris] .theme-header-nav-center{display:none;flex:1;align-items:center;justify-content:center}@media (min-width:1024px){[data-theme=paris] .theme-header-nav-center{display:flex}}[data-theme=paris] .theme-header-actions{display:none;align-items:center;gap:16px;flex-shrink:0}@media (min-width:1024px){[data-theme=paris] .theme-header-actions{display:flex}}[data-theme=paris] .paris-theme-switcher{display:none}@media (min-width:1024px){[data-theme=paris] .paris-theme-switcher{display:block}[data-theme=paris] .paris-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:4px 6px!important}[data-theme=paris].dark .paris-theme-switcher>div{background:#262626!important}[data-theme=paris] .paris-theme-switcher button,[data-theme=paris] .paris-theme-switcher button>div{border-radius:8px!important}}[data-theme=paris] .theme-mobile-actions{display:none}@media (max-width:1024px){[data-theme=paris] .theme-mobile-actions{display:flex;align-items:center;gap:16px}}[data-theme=paris] .mobile-theme-switcher{display:block}[data-theme=paris] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:0!important;gap:0!important}[data-theme=paris].dark .mobile-theme-switcher>div{background:#262626!important}[data-theme=paris] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:8px!important;padding:4px!important}[data-theme=paris] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=paris] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=paris] .mobile-theme-switcher button[aria-pressed=true]{background:#f5f5f5!important}[data-theme=paris].dark .mobile-theme-switcher button[aria-pressed=true]{background:#262626!important}[data-theme=paris] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=paris] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=paris] .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=paris].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=paris] .theme-header-search-collapsed{display:none;flex:0 0 auto}@media (min-width:1024px){[data-theme=paris] .theme-header-search-collapsed{display:flex;align-items:center}}[data-theme=paris] .theme-header-divider{height:1.25rem;width:1px;background:hsl(var(--border))}@media (max-width:1023px){[data-theme=paris] button[aria-label="Toggle mobile menu"]{padding:0;margin:0}[data-theme=paris] button[aria-label="Toggle mobile menu"] svg{width:20px;height:20px}}[data-theme=paris] .theme-nav{display:flex}[data-theme=paris] .theme-nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}[data-theme=paris] .theme-nav-item{margin:0}[data-theme=paris] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:rgba(10,10,10,.8);text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing);height:37px}[data-theme=paris].dark .theme-nav-link{color:rgba(250,250,250,.8)}[data-theme=paris] .theme-nav-link:hover{color:hsl(var(--foreground))}[data-theme=paris].dark .theme-nav-link:hover{color:#fafafa}[data-theme=paris] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;border:none;border-radius:999px;height:37px;padding:8px 20px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:-.1504px;box-shadow:var(--theme-shadow-button);cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=paris] .theme-cta-button:hover{opacity:.9;transform:translateY(var(--theme-button-lift))}[data-theme=paris] .theme-post-card{display:flex;flex-direction:column;gap:12px;text-decoration:none}[data-theme=paris] .theme-post-card.theme-post-card-variant-hero{gap:16px;min-height:100%;flex:1}[data-theme=paris] .theme-post-card-image-wrapper{background:#e2e8f0;overflow:hidden;border-radius:4px;flex-shrink:0}[data-theme=paris] .theme-post-card-image-wrapper.theme-post-card-variant-hero{flex:1 1 0;flex-grow:1;flex-shrink:0;display:flex;flex-direction:column;min-height:0}[data-theme=paris] .theme-post-layout-column-left .theme-post-card-image-wrapper,[data-theme=paris] .theme-post-layout-column-right .theme-post-card-image-wrapper{display:flex;flex-direction:column}[data-theme=paris] .theme-post-card-image{width:100%;height:130px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=paris] .theme-post-card-image.theme-post-card-variant-hero{width:100%;flex:1;min-height:100%;-o-object-fit:cover;object-fit:cover}[data-theme=paris] .theme-post-card-image.theme-post-card-variant-tall{height:140px;flex-shrink:0}[data-theme=paris] .theme-post-card-image.theme-post-card-variant-standard{height:130px;flex-shrink:0}[data-theme=paris] .theme-post-layout-column-left .theme-post-card-image.theme-post-card-variant-tall{height:180px;flex-shrink:0}[data-theme=paris] .theme-post-layout-column-left .theme-post-card-image.theme-post-card-variant-standard,[data-theme=paris] .theme-post-layout-column-right .theme-post-card-image{height:160px;flex-shrink:0}@media (max-width:768px){[data-theme=paris] .theme-post-card-image.theme-post-card-variant-hero,[data-theme=paris] .theme-post-card-image.theme-post-card-variant-standard,[data-theme=paris] .theme-post-card-image.theme-post-card-variant-tall{height:130px}}[data-theme=paris] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=paris] .theme-post-card-content{display:flex;flex-direction:column;gap:10px;flex:1}[data-theme=paris] .theme-post-layout-column-left .theme-post-card-content,[data-theme=paris] .theme-post-layout-column-right .theme-post-card-content{justify-content:space-between}[data-theme=paris] .theme-post-layout-column-center .theme-post-card-content{flex:0 0 auto;flex-grow:0;flex-shrink:0;align-self:flex-end;width:100%}[data-theme=paris] .theme-post-card-pills{display:flex;gap:4px;flex-wrap:wrap;overflow:hidden}[data-theme=paris] .theme-post-card-pill{padding:4px 8px;background:color-mix(in srgb,var(--brand-color) 10%,transparent);border-radius:8px;font-size:12px;font-weight:400;color:var(--brand-color);line-height:16px}[data-theme=paris].dark .theme-post-card-pill{background:color-mix(in srgb,var(--brand-color) 15%,transparent);color:var(--brand-color)}[data-theme=paris] .theme-post-card-text{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0}[data-theme=paris] .theme-post-layout-column-center .theme-post-card-text{flex:0 0 auto}[data-theme=paris] .theme-post-card-title{font-size:16px;font-weight:500;line-height:24px;color:#0a0a0a;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=paris].dark .theme-post-card-title{color:#fafafa}[data-theme=paris] .theme-post-card-description{font-size:14px;font-weight:400;line-height:20px;color:#737373;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){[data-theme=paris] .theme-post-card-description{display:block;height:20px}}@media (min-width:769px){[data-theme=paris] .theme-post-card-description{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}[data-theme=paris] .theme-post-card-variant-hero .theme-post-card-description{-webkit-line-clamp:3;line-clamp:3}[data-theme=paris] .theme-post-layout-grid .theme-post-card-description{-webkit-line-clamp:5;line-clamp:5;height:100px}}[data-theme=paris].dark .theme-post-card-description{color:#a3a3a3}[data-theme=paris] .theme-post-card-footer{display:flex;flex-direction:column;gap:6px}[data-theme=paris] .theme-post-card-tags{display:flex;overflow:hidden;white-space:nowrap;width:100%;gap:4px}[data-theme=paris] .theme-post-card-tag{font-size:12px;font-weight:400;line-height:16px;color:var(--brand-color);flex-shrink:0}[data-theme=paris] .theme-post-card-author-row{display:flex;align-items:center;justify-content:space-between}[data-theme=paris] .theme-post-card-author-info{display:flex;align-items:center;gap:6px}[data-theme=paris] .theme-post-card-avatar{height:20px;width:20px;flex-shrink:0}[data-theme=paris] .theme-post-card-avatar-fallback{height:20px;width:20px;font-size:9.167px;line-height:13.75px;letter-spacing:.0537px;color:white}[data-theme=paris] .theme-post-card-author-name{font-size:12px;font-weight:400;line-height:16px;color:#262626}[data-theme=paris].dark .theme-post-card-author-name{color:#d4d4d4}[data-theme=paris] .theme-post-card-date{font-size:12px;font-weight:400;line-height:16px;color:#262626;flex-shrink:0}[data-theme=paris].dark .theme-post-card-date{color:#d4d4d4}[data-theme=paris] .theme-category-filter-container{width:100%}@media (max-width:768px){[data-theme=paris] .theme-category-filter-container{display:flex;flex-direction:column;gap:8px}}[data-theme=paris] .theme-category-filter-mobile-header{display:none;flex-direction:row;align-items:center;gap:8px;justify-content:space-between}@media (max-width:768px){[data-theme=paris] .theme-category-filter-mobile-header{display:flex}}[data-theme=paris] .theme-category-filter-mobile-title{display:none}@media (max-width:768px){[data-theme=paris] .theme-category-filter-mobile-title{display:block;margin:0;flex:1}}[data-theme=paris] .theme-category-filter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media (max-width:768px){[data-theme=paris] .theme-category-filter-wrapper{width:100%;overflow-x:auto;justify-content:flex-start}}[data-theme=paris] .theme-category-tabs{display:flex;align-items:center;gap:8px;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}@media (max-width:768px){[data-theme=paris] .theme-category-tabs{flex:initial;width:100%;overflow-x:auto;flex-wrap:nowrap}}[data-theme=paris] .theme-category-tabs::-webkit-scrollbar{display:none}[data-theme=paris] .theme-category-filter-desktop-sort{display:flex}@media (max-width:768px){[data-theme=paris] .theme-category-filter-desktop-sort{display:none}}[data-theme=paris] .theme-category-tab{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;font-size:12px;line-height:16px;font-weight:400;letter-spacing:-.24px;color:#404040;background:transparent;border:1px solid #f5f5f5;cursor:pointer;white-space:nowrap;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris] .theme-category-tab:hover{border-color:#e5e5e5;background:#fafafa}[data-theme=paris].dark .theme-category-tab{color:#a3a3a3;border-color:#262626}[data-theme=paris].dark .theme-category-tab:hover{border-color:#404040;background:#171717}[data-theme=paris] .theme-category-tab-active{color:#fafafa;background:var(--brand-color);border-color:var(--brand-color)}[data-theme=paris] .theme-category-tab-active:hover{opacity:.9}[data-theme=paris].dark .theme-category-tab-active{color:#fafafa;background:var(--brand-color);border-color:var(--brand-color)}[data-theme=paris].dark .theme-category-tab-active:hover{opacity:.9}[data-theme=paris] .theme-sort-dropdown{width:auto;min-width:140px;flex-shrink:0;height:auto;border-radius:999px;background-color:transparent;border:1px solid #f5f5f5;padding:8px 16px;font-size:12px;line-height:16px;font-weight:400;letter-spacing:-.24px;color:#0a0a0a;display:flex;align-items:center;justify-content:space-between;gap:4px;box-shadow:none!important;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris] .theme-sort-dropdown:hover{border-color:#e5e5e5;background:#fafafa}[data-theme=paris].dark .theme-sort-dropdown{background-color:transparent;color:#a3a3a3;border-color:#262626}[data-theme=paris].dark .theme-sort-dropdown:hover{border-color:#404040;background:#171717}@media (max-width:768px){[data-theme=paris] .theme-sort-dropdown{width:auto;flex-shrink:0}}[data-theme=paris] .theme-sort-dropdown:focus{outline:none;box-shadow:none}[data-theme=paris] .theme-sort-dropdown svg{width:12px;height:12px;flex-shrink:0}[data-theme=paris].dark [data-slot=pagination] a,[data-theme=paris].dark [data-slot=pagination] button,[data-theme=paris].dark nav[role=navigation][aria-label=pagination] a,[data-theme=paris].dark nav[role=navigation][aria-label=pagination] button{color:hsl(var(--foreground))}[data-theme=paris] .theme-tag-pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:var(--theme-input-radius);font-size:var(--font-size-xs);font-weight:var(--font-weight-medium);background:hsl(var(--muted));color:hsl(var(--muted-foreground));text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris] .theme-tag-pill:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}[data-theme=paris] .theme-footer{background:rgba(245,245,245,.3);border-top:1px solid hsl(var(--border));padding:3.0625rem 1.5rem 3rem}[data-theme=paris].dark .theme-footer{background:hsl(var(--background));border-top-color:#262626}@media (max-width:767px){[data-theme=paris] .theme-footer{padding:50px 24px}}[data-theme=paris] .theme-footer-container{max-width:1200px;margin:0 auto}[data-theme=paris] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:1.25rem}@media (max-width:767px){[data-theme=paris] .theme-footer-row{flex-direction:column;align-items:flex-start;height:auto;gap:54px}}[data-theme=paris] .theme-footer-attribution{display:flex;align-items:center;gap:.125rem;font-size:.8125rem;line-height:1.21875rem;letter-spacing:-.00476rem;flex-shrink:0;font-weight:400;width:200px}[data-theme=paris] .theme-footer-links-container{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}@media (max-width:767px){[data-theme=paris] .theme-footer-links-container{flex-direction:column;align-items:flex-start;gap:16px;justify-content:flex-start}}[data-theme=paris] .theme-footer-link{font-size:.8125rem;font-weight:400;color:#737373;text-decoration:none;line-height:1.21875rem;letter-spacing:-.00476rem;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris].dark .theme-footer-link{color:#a3a3a3}[data-theme=paris] .theme-footer-link:hover{color:#0a0a0a}[data-theme=paris].dark .theme-footer-link:hover{color:#fafafa}[data-theme=paris] .theme-footer-attribution-text{color:#737373}[data-theme=paris].dark .theme-footer-attribution-text{color:#a3a3a3}[data-theme=paris] .theme-footer-attribution-link{color:#0a0a0a;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris].dark .theme-footer-attribution-link{color:#fafafa}[data-theme=paris] .theme-footer-attribution-link:hover{opacity:.7}[data-theme=paris] .theme-footer-socials-container{display:flex;align-items:center;gap:1rem;flex-shrink:0;width:200px;justify-content:flex-end}@media (max-width:767px){[data-theme=paris] .theme-footer-socials-container{gap:16px;width:auto;justify-content:flex-start}[data-theme=paris] .theme-footer-attribution{width:auto}}[data-theme=paris] .theme-footer-social-link{color:#737373;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris].dark .theme-footer-social-link{color:#a3a3a3}[data-theme=paris] .theme-footer-social-link:hover{color:#0a0a0a}[data-theme=paris].dark .theme-footer-social-link:hover{color:#fafafa}[data-theme=paris] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}@media (max-width:767px){[data-theme=paris] .theme-footer-social-link svg{width:20px;height:20px}}[data-theme=paris] .theme-search-input{width:100%;height:2.5rem;padding:0 var(--spacing-md);border:1px solid hsl(var(--border));border-radius:var(--theme-input-radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:var(--font-size-sm);transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=paris] .theme-search-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.1)}[data-theme=paris] .theme-search-input::-moz-placeholder{color:hsl(var(--muted-foreground))}[data-theme=paris] .theme-search-input::placeholder{color:hsl(var(--muted-foreground))}[data-theme=paris] .paris-search-input{border-radius:999px;background:rgba(245,245,245,.8);border:none;height:2rem;padding:.25rem .75rem}[data-theme=paris].dark .paris-search-input{background:#262626;opacity:.8}[data-theme=paris] .paris-search-input:focus-within{background:rgba(245,245,245,1);box-shadow:none}[data-theme=paris].dark .paris-search-input:focus-within{background:#262626;opacity:1}[data-theme=paris] .paris-search-input input::-moz-placeholder{color:rgba(115,115,115,.6);font-size:.875rem}[data-theme=paris] .paris-search-input input::placeholder{color:rgba(115,115,115,.6);font-size:.875rem}[data-theme=paris].dark .paris-search-input input::-moz-placeholder{color:#d4d4d4}[data-theme=paris].dark .paris-search-input input::placeholder{color:#d4d4d4}[data-theme=paris] .paris-search-input [data-slot=input-group-addon] svg{width:1rem;height:1rem;color:rgba(115,115,115,.6)}[data-theme=paris].dark .paris-search-input [data-slot=input-group-addon] svg{color:rgba(255,255,255,.5)}[data-theme=paris] [data-slot=pagination]{display:flex;align-items:center;justify-content:center;gap:.5rem}[data-theme=paris] [data-slot=pagination] a,[data-theme=paris] [data-slot=pagination] button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0!important;border-radius:9999px!important;background:transparent!important;border:none!important;color:hsl(var(--muted-foreground))!important;font-size:.875rem;line-height:1.5;font-weight:400;letter-spacing:-.01075em;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);box-shadow:none!important}[data-theme=paris] [data-slot=pagination] a:hover:not(.pointer-events-none),[data-theme=paris] [data-slot=pagination] button:hover:not(:disabled){background:color-mix(in srgb,var(--brand-color) 10%,transparent)!important;color:var(--brand-color)!important}[data-theme=paris] [data-slot=pagination] a[aria-current=page],[data-theme=paris] [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:white!important}[data-theme=paris] [data-slot=pagination] .pointer-events-none{opacity:.5;cursor:not-allowed}[data-theme=paris].dark [data-slot=pagination] a,[data-theme=paris].dark [data-slot=pagination] button{color:#737373!important}[data-theme=paris].dark [data-slot=pagination] a:hover:not(.pointer-events-none):not([aria-current=page]),[data-theme=paris].dark [data-slot=pagination] button:hover:not(:disabled):not([aria-current=page]){background:#171717!important;color:var(--brand-color)!important}[data-theme=paris].dark [data-slot=pagination] a[aria-current=page],[data-theme=paris].dark [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:#ffffff!important}[data-theme=paris].dark [data-slot=pagination] .pointer-events-none{opacity:1;color:#737373!important}[data-theme=paris] .theme-hero{padding:var(--theme-section-padding) var(--spacing-md);background:hsl(var(--background))}[data-theme=paris] .theme-hero-container{max-width:var(--theme-max-width);margin:0 auto;text-align:center}[data-theme=paris] .theme-hero-title{font-size:var(--font-size-4xl);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:hsl(var(--foreground));margin:0 0 var(--spacing-lg) 0}@media (min-width:768px){[data-theme=paris] .theme-hero-title{font-size:var(--font-size-5xl)}}[data-theme=paris] .theme-hero-description{font-size:var(--font-size-lg);line-height:var(--line-height-relaxed);color:hsl(var(--muted-foreground));max-width:var(--max-width-prose);margin:0 auto var(--spacing-xl) auto}@media (min-width:768px){[data-theme=paris] .theme-hero-description{font-size:var(--font-size-xl)}}[data-theme=paris] .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;flex-direction:column}[data-theme=paris].dark .mobile-menu-dropdown{background:hsl(var(--background))}[data-theme=paris] .mobile-menu-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;flex:1}[data-theme=paris] .mobile-menu-title{font-size:1rem;line-height:1.5rem;font-weight:400;color:#0a0a0a;letter-spacing:-.045rem}[data-theme=paris].dark .mobile-menu-title{color:#fafafa}[data-theme=paris] .mobile-menu-search{display:none}[data-theme=paris] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:12px;background:rgba(245,245,245,.8);border-radius:8px;height:45px}[data-theme=paris].dark .mobile-menu-nav-link{background:rgba(255,255,255,.1)}[data-theme=paris] .mobile-menu-nav-link-text{font-size:1rem;line-height:1.3125rem;font-weight:400;letter-spacing:-.1504px;color:#737373;transition:color .2s ease-in-out}[data-theme=paris] .mobile-menu-nav-link-text.active{color:var(--brand-color)}[data-theme=paris] .mobile-menu-nav-link-text:hover{color:#0a0a0a}[data-theme=paris].dark .mobile-menu-nav-link-text{color:#a3a3a3}[data-theme=paris].dark .mobile-menu-nav-link-text:hover{color:#fafafa}[data-theme=paris].dark .mobile-menu-nav-link-text.active{color:var(--brand-color)}[data-theme=paris] .mobile-menu-chevron{color:#d4d4d4;transition:color .2s ease-in-out}[data-theme=paris] .mobile-menu-chevron.active{color:var(--brand-color)}[data-theme=paris] .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=paris].dark .mobile-menu-chevron{color:#525252}[data-theme=paris].dark .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=paris].dark .mobile-menu-chevron.active{color:var(--brand-color)}[data-theme=paris] .mobile-menu-cta{background:var(--brand-color)!important;color:white!important;width:100%;padding:16px 20px;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease-in-out;border:none;border-radius:0;box-shadow:none;cursor:pointer}[data-theme=paris] .mobile-menu-cta:hover{opacity:.9}[data-theme=paris].dark .mobile-menu-cta{background:var(--brand-color)!important;color:white!important}[data-theme=pisa]{--radius:0.5rem;--theme-header-height:3.5rem;--theme-max-width:1200px;--theme-section-padding:6rem;--theme-post-max-width:720px;--theme-button-radius:0.5rem;--theme-card-radius:0.75rem;--theme-input-radius:0.5rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:0 2px 4px rgba(0,0,0,0.05);--theme-transition-speed:200ms;--theme-transition-timing:ease-in-out;--theme-backdrop-blur:8px;--theme-button-lift:-1px}[data-theme=pisa] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 24px;background:hsl(var(--background));border-bottom:1px solid #e5e5e5;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .theme-header{background:hsl(var(--background));border-bottom:1px solid #262626}[data-theme=pisa] .theme-header-container{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:1016px;margin:0 auto}@media (max-width:1023px){[data-theme=pisa] .theme-header-container{gap:16px}}[data-theme=pisa] .theme-logo-link{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=pisa] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=pisa] .theme-site-name{font-size:15px;line-height:1.5;font-weight:400;letter-spacing:-.015em;color:hsl(var(--foreground));white-space:nowrap}@media (max-width:768px){[data-theme=pisa] .theme-site-name{display:none}}[data-theme=pisa].dark .theme-site-name{color:#fafafa}[data-theme=pisa] .theme-header-nav{display:none;flex:1;justify-content:center}@media (min-width:1024px){[data-theme=pisa] .theme-header-nav{display:flex}}[data-theme=pisa] .theme-nav{display:flex}[data-theme=pisa] .theme-nav-list{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0}[data-theme=pisa] .theme-nav-item{margin:0}[data-theme=pisa] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 16px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.15px;color:#0a0a0a;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);opacity:.8;height:37px}[data-theme=pisa].dark .theme-nav-link{color:#fafafa}[data-theme=pisa] .theme-nav-link:hover{opacity:1}[data-theme=pisa] .theme-header-actions{display:none;align-items:center;gap:8px;flex-shrink:0}@media (min-width:1024px){[data-theme=pisa] .theme-header-actions{display:flex}}[data-theme=pisa] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;border:none;border-radius:8px;height:37px;padding:8px 16px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:-.15px;cursor:pointer;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=pisa] .theme-cta-button:hover{opacity:.9}[data-theme=pisa] .theme-mobile-actions{display:none;align-items:center;gap:16px;flex-shrink:0}@media (max-width:1023px){[data-theme=pisa] .theme-mobile-actions{display:flex}}[data-theme=pisa] .mobile-menu-button{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#0a0a0a;cursor:pointer;flex-shrink:0}[data-theme=pisa].dark .mobile-menu-button{color:#fafafa}[data-theme=pisa] .mobile-menu-icon{width:20px;height:20px}[data-theme=pisa] .mobile-menu-overlay{position:fixed;top:calc(57px + var(--banner-height, 0px));left:0;right:0;bottom:0;z-index:calc(var(--z-index-sticky, 100) - 1);background:hsl(var(--background));overflow-y:auto}[data-theme=pisa].dark .mobile-menu-overlay{background:hsl(var(--background))}[data-theme=pisa] .mobile-menu-content{display:flex;flex-direction:column;min-height:calc(100vh - 57px - var(--banner-height, 0px));padding:24px 16px;gap:24px;max-width:432px;margin:0 auto}[data-theme=pisa] .mobile-menu-title{font-family:Inter,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:-.045em;color:#0a0a0a;margin:0}[data-theme=pisa].dark .mobile-menu-title{color:#fafafa}[data-theme=pisa] .mobile-menu-nav{display:flex;flex-direction:column}[data-theme=pisa] .mobile-menu-nav-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}[data-theme=pisa] .mobile-menu-nav-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#ffffff;border:1px solid #e5e5e5;border-radius:8px;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .mobile-menu-nav-item{background:#0a0a0a;border-color:#262626}[data-theme=pisa] .mobile-menu-nav-item:hover{background:#fafafa;border-color:#d4d4d4}[data-theme=pisa].dark .mobile-menu-nav-item:hover{background:#171717;border-color:#404040}[data-theme=pisa] .mobile-menu-nav-text{font-family:Inter,sans-serif;font-size:16px;line-height:21px;font-weight:400;letter-spacing:-.15px;color:#0a0a0a;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .mobile-menu-nav-text{color:#fafafa}[data-theme=pisa] .mobile-menu-nav-text.active{color:var(--brand-color)}[data-theme=pisa] .mobile-menu-nav-arrow{width:20px;height:20px;color:#d4d4d4;flex-shrink:0;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .mobile-menu-nav-arrow{color:#525252}[data-theme=pisa] .mobile-menu-nav-arrow.active,[data-theme=pisa].dark .mobile-menu-nav-arrow.active{color:var(--brand-color)}[data-theme=pisa] .mobile-menu-theme-section{display:flex;gap:16px;padding-top:8px;justify-content:space-between;align-items:center}[data-theme=pisa] .mobile-menu-theme-title{font-family:Inter,sans-serif;font-size:16px;line-height:24px;font-weight:400;letter-spacing:-.045em;color:#0a0a0a;margin:0}[data-theme=pisa].dark .mobile-menu-theme-title{color:#fafafa}[data-theme=pisa] .mobile-menu-cta{display:flex;align-items:center;justify-content:center;width:100%;background:var(--brand-color);color:white;border:none;border-radius:8px;padding:16px 24px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:24px;letter-spacing:-.15px;text-decoration:none;cursor:pointer;transition:all var(--theme-transition-speed) var(--theme-transition-timing);margin-top:auto}[data-theme=pisa] .mobile-menu-cta:hover{opacity:.92;transform:translateY(-1px)}[data-theme=pisa] .pisa-blog-home-layout{display:flex;align-items:flex-start;width:100%;background:hsl(var(--background))}[data-theme=pisa].dark .pisa-blog-home-layout{background:hsl(var(--background))}@media (max-width:1023px){[data-theme=pisa] .pisa-blog-home-layout{flex-direction:column}}[data-theme=pisa] .pisa-blog-sidebar{position:sticky;top:57px;width:280px;flex-shrink:0;height:calc(100vh - 57px);overflow-y:auto;border-right:1px solid #f5f5f5;padding:30px 24px 24px 40px}[data-theme=pisa].dark .pisa-blog-sidebar{border-right-color:#262626}@media (max-width:1023px){[data-theme=pisa] .pisa-blog-sidebar{position:static;width:100%;height:auto;border-right:none;border-bottom:1px solid #f5f5f5;padding:24px}[data-theme=pisa].dark .pisa-blog-sidebar{border-bottom-color:#262626}[data-theme=pisa] .pisa-blog-home-layout[data-categories-overview=true] .pisa-blog-sidebar{display:none}}[data-theme=pisa] .pisa-sidebar-title{font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:28px;letter-spacing:-.8px;color:#262626;margin:0 0 16px;white-space:pre-wrap}[data-theme=pisa].dark .pisa-sidebar-title{color:#fafafa}[data-theme=pisa] .pisa-sidebar-search{margin-bottom:16px}[data-theme=pisa] .pisa-sidebar-filters{margin-top:24px}[data-theme=pisa] .pisa-blog-main{flex:1;min-width:0;max-width:var(--theme-post-max-width,720px);padding:30px 40px 80px}@media (max-width:1023px){[data-theme=pisa] .pisa-blog-main{padding:24px;max-width:100%}[data-theme=pisa] .pisa-blog-home-layout[data-categories-overview=true] .pisa-blog-main{padding:0}}[data-theme=pisa] .pisa-posts-wrapper{margin-bottom:32px}[data-theme=pisa] .pisa-search-input{border:1px solid #f5f5f5;border-radius:4px;height:36px;opacity:.8;background:transparent}[data-theme=pisa].dark .pisa-search-input{border-color:#262626}[data-theme=pisa] .pisa-search-input [data-slot=input-group-addon]{padding-left:12px}[data-theme=pisa] .pisa-search-input [data-slot=input-group-addon] svg{width:18px;height:18px;color:#737373}[data-theme=pisa] .pisa-search-input input{font-family:Inter,sans-serif;font-size:14px;font-weight:400;letter-spacing:-.1504px;color:#0a0a0a;background:transparent}[data-theme=pisa].dark .pisa-search-input input{color:#fafafa}[data-theme=pisa] .pisa-search-input input::-moz-placeholder{color:#737373;opacity:1}[data-theme=pisa] .pisa-search-input input::placeholder{color:#737373;opacity:1}[data-theme=pisa] .pisa-category-header-section{margin-bottom:48px}[data-theme=pisa] .pisa-category-header-section h1{font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:56px;letter-spacing:-.02em;color:#171717;margin-bottom:16px}[data-theme=pisa].dark .pisa-category-header-section h1{color:#fafafa}@media (max-width:768px){[data-theme=pisa] .pisa-category-header-section h1{font-size:36px;line-height:44px}}[data-theme=pisa] .pisa-category-header-section p{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;color:#525252}[data-theme=pisa].dark .pisa-category-header-section p{color:#a3a3a3}[data-theme=pisa] .pisa-post-layout-wrapper{width:100%}[data-theme=pisa] .theme-post-layout{display:grid;grid-template-columns:repeat(2,minmax(0,286px));gap:16px;width:100%;max-width:588px;justify-content:start}@media (max-width:768px){[data-theme=pisa] .theme-post-layout{grid-template-columns:1fr;gap:32px;max-width:100%}}[data-theme=pisa] .theme-post-card,[data-theme=pisa] .theme-post-layout-item{width:100%;max-width:286px;display:flex}[data-theme=pisa] .theme-post-card{flex-direction:column;gap:16px;padding:16px 8px 25px;border-radius:12px;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa] .theme-post-card:hover{background:rgba(0,0,0,.02)}[data-theme=pisa].dark .theme-post-card:hover{background:rgba(255,255,255,.02)}[data-theme=pisa] .theme-post-card-image-wrapper{background:hsl(var(--muted));overflow:hidden;border-radius:8px;width:100%;max-width:270px;height:188px;flex-shrink:0}[data-theme=pisa] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=pisa] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=pisa] .theme-post-card-content{display:flex;flex-direction:column;gap:8px;width:100%;max-width:254px}[data-theme=pisa] .theme-post-card-header{display:flex;flex-direction:column;gap:4px}[data-theme=pisa] .theme-post-card-category{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#a3a3a3;text-transform:uppercase;letter-spacing:.3px}[data-theme=pisa].dark .theme-post-card-category{color:#a3a3a3}[data-theme=pisa] .theme-post-card-text{display:flex;flex-direction:column;gap:0}[data-theme=pisa] .theme-post-card-title{font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:28px;color:#171717;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=pisa].dark .theme-post-card-title{color:#fafafa}[data-theme=pisa] .theme-post-card-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#525252;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=pisa].dark .theme-post-card-description{color:#a3a3a3}[data-theme=pisa] .theme-post-card-meta-section{display:flex;flex-direction:column;gap:4px}[data-theme=pisa] .theme-post-card-date{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#a3a3a3}[data-theme=pisa].dark .theme-post-card-date{color:#a3a3a3}[data-theme=pisa] .theme-post-card-tags{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373;margin:0;white-space:pre-wrap}[data-theme=pisa].dark .theme-post-card-tags{color:#737373}[data-theme=pisa] .theme-post-card-tags span,[data-theme=pisa].dark .theme-post-card-tags span{color:var(--brand-color)}[data-theme=pisa] [data-slot=pagination]{display:flex;align-items:center;justify-content:center;gap:.5rem}[data-theme=pisa] [data-slot=pagination] a,[data-theme=pisa] [data-slot=pagination] button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0!important;border-radius:4px!important;background:transparent!important;border:none!important;color:#737373!important;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);box-shadow:none!important;opacity:.8}[data-theme=pisa] [data-slot=pagination] a:hover:not(.pointer-events-none),[data-theme=pisa] [data-slot=pagination] button:hover:not(:disabled){opacity:1;color:var(--brand-color)!important}[data-theme=pisa] [data-slot=pagination] a[aria-current=page],[data-theme=pisa] [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:#fafafa!important;opacity:1}[data-theme=pisa] [data-slot=pagination] .pointer-events-none{opacity:.8;cursor:not-allowed}[data-theme=pisa].dark [data-slot=pagination] a,[data-theme=pisa].dark [data-slot=pagination] button{color:#737373!important}[data-theme=pisa].dark [data-slot=pagination] a:hover:not(.pointer-events-none):not([aria-current=page]),[data-theme=pisa].dark [data-slot=pagination] button:hover:not(:disabled):not([aria-current=page]){opacity:1;color:var(--brand-color)!important}[data-theme=pisa].dark [data-slot=pagination] a[aria-current=page],[data-theme=pisa].dark [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:#fafafa!important;opacity:1}[data-theme=pisa].dark [data-slot=pagination] .pointer-events-none{opacity:.8}[data-theme=pisa] .pisa-category-sidebar{display:flex;flex-direction:column;width:100%}[data-theme=pisa] .pisa-category-list{display:flex;flex-direction:column;gap:56px}[data-theme=pisa] .pisa-category-section{display:flex;flex-direction:column;gap:12px;width:100%}[data-theme=pisa] .pisa-category-title-wrapper{display:flex;align-items:center;width:240px;padding:8px 0}[data-theme=pisa] .pisa-category-title{flex:1;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#262626;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=pisa].dark .pisa-category-title{color:#fafafa}[data-theme=pisa] .pisa-category-items{display:flex;flex-direction:column;gap:8px;border-left:1px solid #f5f5f5}[data-theme=pisa].dark .pisa-category-items{border-left-color:#262626}[data-theme=pisa] .pisa-category-item{position:relative;display:flex;align-items:center;width:100%;padding:0 16px;background:transparent;border:none;border-left:1px solid transparent;cursor:pointer;text-align:left;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa] .pisa-category-item-all{margin-bottom:16px;border-left-color:#e5e5e5}[data-theme=pisa].dark .pisa-category-item-all{border-left-color:#262626}[data-theme=pisa] .pisa-category-item-all .pisa-category-item-text{font-weight:500;color:#171717}[data-theme=pisa].dark .pisa-category-item-all .pisa-category-item-text{color:#fafafa}[data-theme=pisa] .pisa-category-item-all:hover{border-left-color:var(--brand-color)}[data-theme=pisa] .pisa-category-item-all:hover .pisa-category-item-text{background:#fafafa}[data-theme=pisa].dark .pisa-category-item-all:hover .pisa-category-item-text{background:#262626}[data-theme=pisa] .pisa-category-item-text{display:flex;align-items:center;flex:1;width:208px;padding:4px 8px;border-radius:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:transparent;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa] .pisa-category-item:hover .pisa-category-item-text{opacity:1}[data-theme=pisa] .pisa-category-item-active{border-left:1px solid var(--brand-color)}[data-theme=pisa] .pisa-category-item-active .pisa-category-item-text{opacity:1;color:#171717;background:#fafafa}[data-theme=pisa].dark .pisa-category-item-text{color:#737373}[data-theme=pisa].dark .pisa-category-item-active .pisa-category-item-text{color:#fafafa;background:#262626}[data-theme=pisa].dark .pisa-category-item:hover .pisa-category-item-text{color:#a3a3a3}[data-theme=pisa] .pisa-post-sidebar{position:sticky;top:96px}[data-theme=pisa] .pisa-post-sidebar-section{margin-bottom:24px}[data-theme=pisa] .pisa-post-sidebar-title{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:20px;color:#171717;padding:8px 16px;margin-bottom:8px}[data-theme=pisa].dark .pisa-post-sidebar-title{color:#fafafa}[data-theme=pisa] .pisa-post-sidebar-list{border-left:1px solid #f5f5f5}[data-theme=pisa].dark .pisa-post-sidebar-list{border-left-color:#262626}[data-theme=pisa] .pisa-post-sidebar-link{display:block;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);border-left:2px solid transparent;margin-left:-1px}[data-theme=pisa] .pisa-post-sidebar-link:hover{color:#171717;background:rgba(0,0,0,.02)}[data-theme=pisa].dark .pisa-post-sidebar-link{color:#a3a3a3}[data-theme=pisa].dark .pisa-post-sidebar-link:hover{color:#fafafa;background:rgba(255,255,255,.02)}[data-theme=pisa] .pisa-post-sidebar-link-active{color:#171717;background:#fafafa;border-left-color:var(--brand-color)}[data-theme=pisa].dark .pisa-post-sidebar-link-active{color:#fafafa;background:#262626}[data-theme=pisa] .pisa-post-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}[data-theme=pisa] .pisa-post-breadcrumb a{transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa] .pisa-post-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap}[data-theme=pisa] .pisa-post-tag{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px;padding:4px 12px;border-radius:9999px;background:#f5f5f5;color:#525252;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa] .pisa-post-tag:hover{background:var(--brand-color);color:white}[data-theme=pisa].dark .pisa-post-tag{background:#262626;color:#a3a3a3}[data-theme=pisa].dark .pisa-post-tag:hover{background:var(--brand-color);color:white}[data-theme=pisa] .pisa-post-title{font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:56px;letter-spacing:-.02em;color:#171717;margin-bottom:24px}[data-theme=pisa].dark .pisa-post-title{color:#fafafa}@media (max-width:768px){[data-theme=pisa] .pisa-post-title{font-size:36px;line-height:44px}}[data-theme=pisa] .pisa-post-description{font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;color:#525252;margin-bottom:24px}[data-theme=pisa].dark .pisa-post-description{color:#a3a3a3}[data-theme=pisa] .pisa-post-author{display:flex;align-items:center;gap:12px;padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid #f5f5f5}[data-theme=pisa].dark .pisa-post-author{border-bottom-color:#262626}[data-theme=pisa] .pisa-post-author-info{display:flex;flex-direction:column;gap:2px}[data-theme=pisa] .pisa-post-author-name{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#171717}[data-theme=pisa].dark .pisa-post-author-name{color:#fafafa}[data-theme=pisa] .pisa-post-author-title{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373}[data-theme=pisa].dark .pisa-post-author-title{color:#a3a3a3}[data-theme=pisa] .pisa-post-author-date{margin-left:auto;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373}[data-theme=pisa].dark .pisa-post-author-date{color:#a3a3a3}[data-theme=pisa] .pisa-post-content{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#737373}[data-theme=pisa].dark .pisa-post-content{color:#a3a3a3}[data-theme=pisa] .pisa-post-content h2{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:32px;letter-spacing:-.01em;color:#171717;margin-top:40px;margin-bottom:12px}[data-theme=pisa].dark .pisa-post-content h2{color:#fafafa}[data-theme=pisa] .pisa-post-content h3{font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:28px;color:#171717;margin-top:32px;margin-bottom:12px}[data-theme=pisa].dark .pisa-post-content h3{color:#fafafa}[data-theme=pisa] .pisa-post-content p{margin-bottom:16px;color:#737373}[data-theme=pisa].dark .pisa-post-content p{color:#a3a3a3}[data-theme=pisa] .pisa-post-content ol,[data-theme=pisa] .pisa-post-content ul{margin-bottom:16px;padding-left:20px;color:#737373}[data-theme=pisa].dark .pisa-post-content ol,[data-theme=pisa].dark .pisa-post-content ul{color:#a3a3a3}[data-theme=pisa] .pisa-post-content li{margin-bottom:8px}[data-theme=pisa] .pisa-post-content blockquote{border-left:3px solid #e5e5e5;padding-left:20px;margin:24px 0;font-style:italic;color:#525252}[data-theme=pisa].dark .pisa-post-content blockquote{border-left-color:#404040;color:#a3a3a3}[data-theme=pisa] .pisa-post-content blockquote cite{display:block;margin-top:12px;font-size:14px;font-style:normal;color:#737373}[data-theme=pisa].dark .pisa-post-content blockquote cite{color:#737373}[data-theme=pisa] .pisa-post-cta{margin-top:48px;padding:32px;background:linear-gradient(135deg,var(--brand-color) 0,color-mix(in srgb,var(--brand-color) 80%,black) 100%);border-radius:16px;text-align:center}[data-theme=pisa] .pisa-post-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:64px;padding-top:32px;border-top:1px solid #e5e5e5}[data-theme=pisa].dark .pisa-post-navigation{border-top-color:#262626}[data-theme=pisa] .pisa-nav-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;transition:all .2s ease-in-out;text-decoration:none}[data-theme=pisa] .pisa-nav-button-next,[data-theme=pisa] .pisa-nav-button-prev{background:#f5f5f5;color:#171717}[data-theme=pisa].dark .pisa-nav-button-next,[data-theme=pisa].dark .pisa-nav-button-prev{background:#262626;color:#fafafa}[data-theme=pisa] .pisa-nav-button-next.active{background:var(--brand-color);color:white}[data-theme=pisa] .pisa-nav-button:hover:not(.disabled){background:var(--brand-color);color:white;transform:translateY(-2px)}[data-theme=pisa] .pisa-nav-button.disabled{opacity:.3;cursor:not-allowed}[data-theme=pisa] .pisa-post-cta-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:32px;color:white;margin-bottom:16px}[data-theme=pisa] .pisa-post-cta-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:white;color:var(--brand-color);border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa] .pisa-post-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.1)}[data-theme=pisa] .pisa-categories-content{display:flex;flex-direction:column;align-items:center;width:100%;padding:40px 24px 80px}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-content{padding:30px 16px 80px;gap:40px}}[data-theme=pisa] .pisa-categories-header{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;max-width:640px;margin-bottom:48px;gap:24px}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-header{margin-bottom:0;gap:24px}}[data-theme=pisa] .pisa-categories-header-text{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}[data-theme=pisa] .pisa-categories-title{font-family:Inter,sans-serif;font-size:48px;font-weight:600;line-height:56px;letter-spacing:-.02em;color:#171717;margin:0}[data-theme=pisa].dark .pisa-categories-title{color:#fafafa}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-title{font-size:24px;font-weight:400;line-height:28px;letter-spacing:-.96px;color:#262626}[data-theme=pisa].dark .pisa-categories-title{color:#fafafa}}[data-theme=pisa] .pisa-categories-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#737373;margin:0;max-width:560px}[data-theme=pisa].dark .pisa-categories-description{color:#a3a3a3}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-description{font-size:14px;line-height:20px}}[data-theme=pisa] .pisa-categories-search{width:100%;max-width:480px}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-search{max-width:100%;padding:0 48px}}[data-theme=pisa] .pisa-categories-search-wrapper{position:relative;display:flex;align-items:center;width:100%}[data-theme=pisa] .pisa-categories-search-icon{position:absolute;left:12px;width:16px;height:16px;color:#737373;pointer-events:none}[data-theme=pisa].dark .pisa-categories-search-icon{color:#737373}[data-theme=pisa] .pisa-categories-search-input{width:100%;height:48px;padding:12px 16px 12px 48px;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:24px;color:#171717;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px;outline:none;transition:all .2s ease-in-out}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-search-input{height:36px;padding:4px 12px 4px 36px;font-size:14px;line-height:normal;letter-spacing:-.1504px;background:transparent;border:1px solid #f5f5f5;border-radius:4px;opacity:.8}[data-theme=pisa] .pisa-categories-search-icon{left:12px}}[data-theme=pisa] .pisa-categories-search-input::-moz-placeholder{color:#737373}[data-theme=pisa] .pisa-categories-search-input::placeholder{color:#737373}[data-theme=pisa] .pisa-categories-search-input:focus{border-color:var(--brand-color);background:white;opacity:1}[data-theme=pisa].dark .pisa-categories-search-input{color:#fafafa;background:#171717;border-color:#262626}@media (max-width:1023px){[data-theme=pisa].dark .pisa-categories-search-input{background:transparent;border-color:#262626}}[data-theme=pisa].dark .pisa-categories-search-input::-moz-placeholder{color:#737373}[data-theme=pisa].dark .pisa-categories-search-input::placeholder{color:#737373}[data-theme=pisa].dark .pisa-categories-search-input:focus{border-color:var(--brand-color);background:#0a0a0a}[data-theme=pisa] .pisa-categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;max-width:664px}@media (max-width:1023px){[data-theme=pisa] .pisa-categories-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:100%}}[data-theme=pisa] .pisa-category-card{display:flex;flex-direction:column;gap:8px;padding:24px;background:white;border:1px solid #e5e5e5;border-radius:12px;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer}@media (max-width:1023px){[data-theme=pisa] .pisa-category-card{padding:16px;border-color:#f5f5f5;gap:0}}[data-theme=pisa] .pisa-category-card:hover{border-color:var(--brand-color);box-shadow:0 2px 8px rgba(0,0,0,.04);transform:translateY(-2px)}[data-theme=pisa].dark .pisa-category-card{background:#171717;border-color:#262626}@media (max-width:1023px){[data-theme=pisa].dark .pisa-category-card{border-color:#262626}}[data-theme=pisa].dark .pisa-category-card:hover{border-color:var(--brand-color);box-shadow:0 2px 8px rgba(0,0,0,.2)}[data-theme=pisa] .pisa-category-card-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:28px;color:#171717;margin:0}@media (max-width:1023px){[data-theme=pisa] .pisa-category-card-title{font-size:18px;font-weight:500;line-height:28px}}[data-theme=pisa].dark .pisa-category-card-title{color:#fafafa}[data-theme=pisa] .pisa-category-card-description{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373;margin:0}@media (max-width:1023px){[data-theme=pisa] .pisa-category-card-description{color:#525252;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}}[data-theme=pisa].dark .pisa-category-card-description{color:#a3a3a3}[data-theme=pisa] .pisa-categories-empty{grid-column:1/-1;padding:48px 24px;text-align:center}[data-theme=pisa] .theme-footer{background:hsl(var(--background));border-top:1px solid #e5e5e5;padding:64px 24px}[data-theme=pisa].dark .theme-footer{background:hsl(var(--background));border-top-color:#262626}@media (max-width:767px){[data-theme=pisa] .theme-footer{padding:50px 24px;border-top-color:#f5f5f5}[data-theme=pisa].dark .theme-footer{border-top-color:#262626}}[data-theme=pisa] .theme-footer-container{max-width:1016px;margin:0 auto}[data-theme=pisa] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:1.25rem}@media (max-width:767px){[data-theme=pisa] .theme-footer-row{flex-direction:column;align-items:center;height:auto;gap:54px}}[data-theme=pisa] .theme-footer-attribution{display:flex;align-items:center;gap:.125rem;font-size:.8125rem;line-height:1.21875rem;letter-spacing:-.00476rem;flex-shrink:0;font-weight:400}@media (max-width:767px){[data-theme=pisa] .theme-footer-attribution{order:3}}[data-theme=pisa] .theme-footer-attribution-text{color:#737373}[data-theme=pisa].dark .theme-footer-attribution-text{color:#a3a3a3}[data-theme=pisa] .theme-footer-attribution-link{color:#0a0a0a;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .theme-footer-attribution-link{color:#fafafa}[data-theme=pisa] .theme-footer-attribution-link:hover{opacity:.7}[data-theme=pisa] .theme-footer-links-container{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media (max-width:767px){[data-theme=pisa] .theme-footer-links-container{flex-direction:column;align-items:center;gap:16px;order:1}}[data-theme=pisa] .theme-footer-link{font-size:.8125rem;font-weight:400;color:#737373;text-decoration:none;line-height:1.21875rem;letter-spacing:-.00476rem;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .theme-footer-link{color:#a3a3a3}[data-theme=pisa] .theme-footer-link:hover{color:#0a0a0a}[data-theme=pisa].dark .theme-footer-link:hover{color:#fafafa}[data-theme=pisa] .theme-footer-socials-container{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width:767px){[data-theme=pisa] .theme-footer-socials-container{gap:16px;order:2}}[data-theme=pisa] .theme-footer-social-link{color:#737373;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=pisa].dark .theme-footer-social-link{color:#a3a3a3}[data-theme=pisa] .theme-footer-social-link:hover{color:#0a0a0a}[data-theme=pisa].dark .theme-footer-social-link:hover{color:#fafafa}[data-theme=pisa] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}@media (max-width:767px){[data-theme=pisa] .theme-footer-social-link svg{width:20px;height:20px}}[data-theme=pisa] .pisa-related-posts{display:flex;flex-direction:column;gap:24px;width:100%}[data-theme=pisa] .pisa-related-posts-separator{width:100%;height:0;border-top:1px solid #d4d4d4}[data-theme=pisa].dark .pisa-related-posts-separator{border-top-color:#404040}[data-theme=pisa] .pisa-related-posts-header{display:flex;flex-direction:column;gap:8px;width:100%}[data-theme=pisa] .pisa-related-posts-title{font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:32px;color:#262626;margin:0}[data-theme=pisa].dark .pisa-related-posts-title{color:#fafafa}[data-theme=pisa] .pisa-related-posts-grid{display:flex;gap:16px;align-items:flex-start;width:100%}@media (max-width:1023px){[data-theme=pisa] .pisa-related-posts-grid{flex-direction:column}}[data-theme=pisa] .pisa-related-post-card{display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;padding:16px 8px 25px;border-radius:12px;text-decoration:none;transition:all .2s ease-in-out;flex:1}[data-theme=pisa] .pisa-related-post-card:hover{background:rgba(0,0,0,.02)}[data-theme=pisa].dark .pisa-related-post-card:hover{background:rgba(255,255,255,.02)}@media (max-width:1023px){[data-theme=pisa] .pisa-related-post-card{width:100%;flex:none;padding-bottom:8px}}[data-theme=pisa] .pisa-related-post-image-wrapper{width:270px;height:188px;overflow:hidden;border-radius:8px;flex-shrink:0;background:#f5f5f5}[data-theme=pisa].dark .pisa-related-post-image-wrapper{background:#262626}@media (max-width:1023px){[data-theme=pisa] .pisa-related-post-image-wrapper{width:100%;height:auto;aspect-ratio:270/188}}[data-theme=pisa] .pisa-related-post-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=pisa] .pisa-related-post-card:hover .pisa-related-post-image{transform:scale(1.05)}[data-theme=pisa] .pisa-related-post-content{display:flex;flex-direction:column;gap:8px;width:254px;flex-shrink:0}@media (max-width:1023px){[data-theme=pisa] .pisa-related-post-content{width:100%;padding:0 8px}}[data-theme=pisa] .pisa-related-post-header{display:flex;flex-direction:column;gap:4px;width:100%}[data-theme=pisa] .pisa-related-post-category{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#a3a3a3;text-transform:uppercase;margin:0}[data-theme=pisa] .pisa-related-post-text{display:flex;flex-direction:column;gap:0;width:100%}[data-theme=pisa] .pisa-related-post-title-text{font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:28px;color:#171717;margin:0;white-space:pre-wrap}[data-theme=pisa].dark .pisa-related-post-title-text{color:#fafafa}[data-theme=pisa] .pisa-related-post-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24px;color:#525252;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=pisa].dark .pisa-related-post-description{color:#a3a3a3}[data-theme=pisa] .pisa-related-post-meta{display:flex;flex-direction:column;gap:4px;width:100%}[data-theme=pisa] .pisa-related-post-date{font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#a3a3a3}[data-theme=pisa] .pisa-related-post-tags{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:var(--brand-color);margin:0;white-space:pre-wrap}@media (max-width:1023px){[data-theme=pisa] .pisa-related-post-tags{color:#737373}}[data-theme=pisa] .pisa-post-header-section{display:flex;flex-direction:column;gap:24px;width:100%}[data-theme=pisa] .pisa-post-breadcrumb{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#737373}[data-theme=pisa].dark .pisa-post-breadcrumb{color:#a3a3a3}[data-theme=pisa] .pisa-post-breadcrumb a{color:#737373;text-decoration:none;transition:color .2s ease-in-out}[data-theme=pisa].dark .pisa-post-breadcrumb a{color:#a3a3a3}[data-theme=pisa] .pisa-post-breadcrumb a:hover{color:#171717}[data-theme=pisa].dark .pisa-post-breadcrumb a:hover{color:#fafafa}[data-theme=pisa] .pisa-post-breadcrumb-category{color:var(--brand-color)}[data-theme=pisa] .pisa-post-breadcrumb-separator{color:#737373}[data-theme=pisa].dark .pisa-post-breadcrumb-separator{color:#a3a3a3}[data-theme=pisa] .pisa-post-breadcrumb-title{color:#737373}[data-theme=pisa].dark .pisa-post-breadcrumb-title{color:#a3a3a3}@media (max-width:1023px){[data-theme=pisa] .pisa-post-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;line-height:21px;letter-spacing:-.1504px}[data-theme=pisa] .pisa-post-breadcrumb a,[data-theme=pisa] .pisa-post-breadcrumb span{white-space:nowrap}[data-theme=pisa] .pisa-post-breadcrumb-title{white-space:normal;word-break:break-word}}[data-theme=pisa] .pisa-post-cover{position:relative;width:100%;aspect-ratio:1200/500;border-radius:16px;overflow:hidden;margin-bottom:32px}[data-theme=pisa] .pisa-post-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:1023px){[data-theme=pisa] .pisa-post-cover{aspect-ratio:1068/633;border-radius:12px;margin-bottom:0}[data-theme=pisa] .pisa-blog-post-container{padding:30px 16px 80px;width:100%;max-width:100%;overflow-x:hidden}[data-theme=pisa] .pisa-blog-post-container>*{max-width:100%}[data-theme=pisa] .pisa-post-title{font-size:30px;font-weight:600;line-height:40px;letter-spacing:0;color:#262626;margin-bottom:8px;word-wrap:break-word;overflow-wrap:break-word}[data-theme=pisa].dark .pisa-post-title{color:#fafafa}[data-theme=pisa] .pisa-post-description{font-size:14px;line-height:20px;color:#737373;margin-bottom:24px;word-wrap:break-word;overflow-wrap:break-word}[data-theme=pisa].dark .pisa-post-description{color:#a3a3a3}[data-theme=pisa] .pisa-post-content{width:100%;max-width:100%;overflow-x:hidden;word-wrap:break-word;overflow-wrap:break-word}[data-theme=pisa] .pisa-post-content>*{max-width:100%}[data-theme=pisa] .pisa-post-content h2{font-size:24px;font-weight:400;line-height:22px;letter-spacing:-.3125px;color:#262626;margin-top:32px;margin-bottom:12px;word-wrap:break-word;overflow-wrap:break-word}[data-theme=pisa].dark .pisa-post-content h2{color:#fafafa}[data-theme=pisa] .pisa-post-content h3{font-size:16px;font-weight:400;line-height:22px;letter-spacing:-.3125px;color:#0a0a0a;margin-top:24px;margin-bottom:12px;word-wrap:break-word;overflow-wrap:break-word}[data-theme=pisa].dark .pisa-post-content h3{color:#fafafa}[data-theme=pisa] .pisa-post-content p{font-size:16px;line-height:24.375px;letter-spacing:-.2344px;color:#737373;margin-bottom:16px;word-wrap:break-word;overflow-wrap:break-word}[data-theme=pisa].dark .pisa-post-content p{color:#a3a3a3}[data-theme=pisa] .pisa-post-content ol,[data-theme=pisa] .pisa-post-content ul{font-size:16px;line-height:24.375px;letter-spacing:-.2344px;padding-left:24px;margin-bottom:16px}[data-theme=pisa] .pisa-post-content li{margin-bottom:0}[data-theme=pisa] .pisa-post-content blockquote{display:flex;gap:16px;border-left:4px solid #f5f5f5;padding-left:16px;margin:24px 0;font-style:normal}[data-theme=pisa].dark .pisa-post-content blockquote{border-left-color:#262626}[data-theme=pisa] .pisa-post-content blockquote p{font-size:16px;line-height:24.375px;letter-spacing:-.2344px;color:#737373}[data-theme=pisa] .pisa-post-content blockquote cite{font-size:14px;font-style:italic;color:#a3a3a3}[data-theme=pisa] .pisa-post-content img{max-width:100%;height:auto}[data-theme=pisa] .pisa-post-content pre{max-width:100%;overflow-x:auto}[data-theme=pisa] .pisa-post-content code{word-break:break-all}[data-theme=pisa] .pisa-post-tags-row{display:none}[data-theme=pisa] .pisa-post-navigation{margin-top:24px;padding-top:0;border-top:none}[data-theme=pisa] .pisa-nav-button{width:36px;height:36px;border-radius:4px}[data-theme=pisa] .pisa-nav-button-prev{background:transparent;color:#737373;opacity:.8}[data-theme=pisa] .pisa-nav-button-next.active{background:var(--brand-color);color:white;opacity:1}}[data-theme=porto]{--radius:0.5rem;--theme-header-height:3.5rem;--theme-max-width:1280px;--theme-section-padding:6rem;--theme-button-radius:999px;--theme-card-radius:0.75rem;--theme-input-radius:0.5rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:none;--theme-transition-speed:150ms;--theme-transition-timing:ease-out;--theme-backdrop-blur:0px;--theme-button-lift:0px}[data-theme=porto]:not(.dark){--background:0 0% 97.5%;--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 0% 9%;--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 0% 3.9%}[data-theme=porto].dark{--background:0 0% 0%;--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=porto] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 32px;background:#fafafa;border-bottom:1px solid #e5e5e5;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}@media (max-width:767px){[data-theme=porto] .theme-header{padding:16px 24px}}[data-theme=porto].dark .theme-header{background:hsl(var(--background));border-bottom-color:#262626}[data-theme=porto] .porto-header-container{display:flex;align-items:center;justify-content:space-between;gap:32px;max-width:1280px;margin:0 auto}@media (max-width:1023px){[data-theme=porto] .porto-header-container{gap:16px}}[data-theme=porto] .porto-header-left{display:flex;align-items:center;gap:32px;flex-shrink:0}@media (max-width:767px){[data-theme=porto] .porto-header-left{gap:16px}}[data-theme=porto] .porto-header-search{display:none;flex:0 1 auto;width:100%;max-width:400px}@media (min-width:1024px){[data-theme=porto] .porto-header-search{display:block}}[data-theme=porto] .porto-header-right{display:none;align-items:center;gap:8px;flex-shrink:0}@media (min-width:768px){[data-theme=porto] .porto-header-right{display:flex}}[data-theme=porto] .theme-logo-link{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=porto] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=porto] .theme-site-name{font-size:15px;line-height:22.5px;font-weight:400;letter-spacing:-.6094px;color:#0a0a0a;white-space:nowrap}[data-theme=porto].dark .theme-site-name{color:#fafafa}@media (max-width:480px){[data-theme=porto] .theme-site-name{display:none}}[data-theme=porto] .theme-nav{display:none}@media (min-width:768px){[data-theme=porto] .theme-nav{display:flex}}[data-theme=porto] .theme-nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}[data-theme=porto] .theme-nav-item{margin:0}[data-theme=porto] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:rgba(10,10,10,.8);text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing);height:37px}[data-theme=porto].dark .theme-nav-link{color:rgba(250,250,250,.8)}[data-theme=porto] .theme-nav-link:hover{color:#0a0a0a}[data-theme=porto].dark .theme-nav-link:hover{color:#fafafa}[data-theme=porto] .porto-header-right>div:first-child>div{background:#f5f5f5!important;border-radius:999px!important;padding:4px 6px!important;gap:4px!important}[data-theme=porto].dark .porto-header-right>div:first-child>div{background:#262626!important}[data-theme=porto] .porto-header-right button{width:24px!important;height:24px!important;border-radius:999px!important;padding:4px!important;border:none!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background var(--theme-transition-speed) var(--theme-transition-timing)!important}[data-theme=porto] .porto-header-right button[aria-pressed=false],[data-theme=porto] .porto-header-right button[aria-pressed=true]{background:transparent!important}[data-theme=porto] .porto-header-right button>div{width:16px!important;height:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;overflow:hidden!important;padding:0!important}[data-theme=porto] .porto-header-right button[aria-pressed=true]>div{background:#e5e5e5!important}[data-theme=porto].dark .porto-header-right button[aria-pressed=true]>div{background:#404040!important}[data-theme=porto] .porto-header-right button[aria-pressed=false]>div{background:transparent!important}[data-theme=porto] .porto-header-right button[aria-pressed=true] svg{color:#0a0a0a!important;width:16px!important;height:16px!important}[data-theme=porto].dark .porto-header-right button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=porto] .porto-header-right button[aria-pressed=false] svg{color:#737373!important;width:16px!important;height:16px!important}[data-theme=porto].dark .porto-header-right button[aria-pressed=false] svg{color:#a3a3a3!important}[data-theme=porto] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:#0a0a0a;border:none;border-radius:9px;height:37px;padding:8px 20px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:-.1504px;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=porto] .theme-cta-button:hover{opacity:.9}[data-theme=porto] .theme-mobile-actions{display:none;align-items:center;gap:8px}@media (max-width:767px){[data-theme=porto] .theme-mobile-actions{display:flex}}[data-theme=porto] .mobile-theme-switcher{display:block}[data-theme=porto] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:9px!important;padding:4px!important;gap:4px!important}[data-theme=porto].dark .mobile-theme-switcher>div{background:#262626!important}[data-theme=porto] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:9px!important;padding:4px!important}[data-theme=porto] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=porto] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=porto] .mobile-theme-switcher button[aria-pressed=true]{background:#e5e5e5!important}[data-theme=porto].dark .mobile-theme-switcher button[aria-pressed=true]{background:#404040!important}[data-theme=porto] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=porto] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=porto] .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=porto].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=porto] .mobile-cta-button{display:inline-flex;height:37px;font-size:14px;padding:8px 16px}[data-theme=porto] .theme-mobile-actions button[aria-label*="mobile menu"]{padding:0;margin:0}[data-theme=porto] .theme-mobile-actions button[aria-label*="mobile menu"] svg{width:20px;height:20px;color:#0a0a0a}[data-theme=porto].dark .theme-mobile-actions button[aria-label*="mobile menu"] svg{color:#fafafa}[data-theme=porto] .porto-search-input{background:hsl(0,0%,96%);border:1px solid hsl(0,0%,90%);border-radius:var(--theme-input-radius);opacity:.8;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing),border-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .porto-search-input:focus-within{opacity:1;border-color:var(--brand-color)}[data-theme=porto] .porto-search-input input{background:transparent;border:none;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;color:hsl(0,0%,32%)}[data-theme=porto] .porto-search-input input::-moz-placeholder{color:hsl(0,0%,32%);opacity:1}[data-theme=porto] .porto-search-input input::placeholder{color:hsl(0,0%,32%);opacity:1}[data-theme=porto] .porto-search-input input:focus{outline:none;box-shadow:none}[data-theme=porto] .porto-search-input [class*=InputGroupAddon]{padding:.5rem .75rem;background:transparent;border:none}[data-theme=porto] .porto-search-input [class*=InputGroupAddon] svg{width:1rem;height:1rem;color:hsl(0,0%,32%)}[data-theme=porto].dark .porto-search-input{background:hsl(0,0%,15%);border:1px solid hsl(0,0%,25%)}[data-theme=porto].dark .porto-search-input input{color:hsl(0,0%,90%)}[data-theme=porto].dark .porto-search-input input::-moz-placeholder{color:hsl(0,0%,60%)}[data-theme=porto].dark .porto-search-input input::placeholder{color:hsl(0,0%,60%)}[data-theme=porto].dark .porto-search-input [class*=InputGroupAddon] svg{color:hsl(0,0%,60%)}[data-theme=porto] .porto-category-filter-container{width:100%}[data-theme=porto] .porto-category-filter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media (max-width:768px){[data-theme=porto] .porto-category-filter-wrapper{flex-direction:column;align-items:stretch;gap:1rem}}[data-theme=porto] .porto-category-pills{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (max-width:768px){[data-theme=porto] .porto-category-pills{gap:8px}}[data-theme=porto] .porto-category-pill{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.01em;color:#525252;background:hsl(var(--muted));border:none;border-radius:9px;cursor:pointer;white-space:nowrap;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .porto-category-pill:hover{background:#e5e5e5;color:#0a0a0a}[data-theme=porto] .porto-category-pill-active{background:hsl(var(--foreground));color:hsl(var(--background))}[data-theme=porto] .porto-category-pill-active:hover{background:#262626}[data-theme=porto].dark .porto-category-pill{background:hsl(var(--muted));color:#a3a3a3}[data-theme=porto].dark .porto-category-pill:hover{background:#404040;color:#fafafa}[data-theme=porto].dark .porto-category-pill-active{background:hsl(var(--foreground));color:hsl(var(--background))}[data-theme=porto].dark .porto-category-pill-active:hover{background:#e5e5e5}[data-theme=porto] .porto-category-search{flex-shrink:0;width:auto;min-width:300px}@media (max-width:768px){[data-theme=porto] .porto-category-search{width:100%;min-width:100%}}[data-theme=porto] .porto-category-search .porto-search-input{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:999px;height:42px;transition:border-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto].dark .porto-category-search .porto-search-input{background:hsl(var(--background));border-color:#262626}[data-theme=porto] .porto-category-search .porto-search-input:focus-within{border-color:var(--brand-color)}[data-theme=porto] .porto-category-search .porto-search-input input{background:transparent;border:none;padding:0 12px;font-size:14px;line-height:21px;color:hsl(var(--foreground))}[data-theme=porto] .porto-category-search .porto-search-input input::-moz-placeholder{color:#737373}[data-theme=porto] .porto-category-search .porto-search-input input::placeholder{color:#737373}[data-theme=porto].dark .porto-category-search .porto-search-input input{color:#fafafa}[data-theme=porto].dark .porto-category-search .porto-search-input input::-moz-placeholder{color:#a3a3a3}[data-theme=porto].dark .porto-category-search .porto-search-input input::placeholder{color:#a3a3a3}[data-theme=porto] .porto-category-search .porto-search-input [data-slot=input-group-addon]{padding:0 12px}[data-theme=porto] .porto-category-search .porto-search-input [data-slot=input-group-addon] svg{width:16px;height:16px;color:#737373}[data-theme=porto].dark .porto-category-search .porto-search-input [data-slot=input-group-addon] svg{color:#a3a3a3}[data-theme=porto] [data-slot=pagination]{display:flex;align-items:center;justify-content:space-between!important;width:100%;gap:0!important;position:relative}[data-theme=porto] [data-slot=pagination-numbers]{display:flex;align-items:center;gap:.5rem;position:absolute;left:50%;transform:translateX(-50%);list-style:none}[data-theme=porto] [data-slot=pagination] a,[data-theme=porto] [data-slot=pagination] button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0!important;border-radius:9999px!important;background:transparent!important;border:none!important;color:#a3a3a3!important;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);box-shadow:none!important;opacity:.8}[data-theme=porto] [data-slot=pagination] a:hover:not(.pointer-events-none):not([aria-current=page]),[data-theme=porto] [data-slot=pagination] button:hover:not(:disabled):not([aria-current=page]){opacity:1;background:transparent!important;color:#0a0a0a!important}[data-theme=porto] [data-slot=pagination] a[aria-current=page],[data-theme=porto] [data-slot=pagination] button[aria-current=page],[data-theme=porto] [data-slot=pagination] li:first-child a:not(.pointer-events-none),[data-theme=porto] [data-slot=pagination] li:last-child a:not(.pointer-events-none){background:var(--brand-color)!important;color:#0a0a0a!important;opacity:1!important}[data-theme=porto] [data-slot=pagination] .pointer-events-none{opacity:.4;cursor:not-allowed;background:transparent!important;color:#a3a3a3!important}[data-theme=porto].dark [data-slot=pagination] a,[data-theme=porto].dark [data-slot=pagination] button{color:#a3a3a3!important}[data-theme=porto].dark [data-slot=pagination] a:hover:not(.pointer-events-none):not([aria-current=page]),[data-theme=porto].dark [data-slot=pagination] button:hover:not(:disabled):not([aria-current=page]){opacity:1;background:transparent!important;color:#fafafa!important}[data-theme=porto].dark [data-slot=pagination] a[aria-current=page],[data-theme=porto].dark [data-slot=pagination] button[aria-current=page],[data-theme=porto].dark [data-slot=pagination] li:first-child a:not(.pointer-events-none),[data-theme=porto].dark [data-slot=pagination] li:last-child a:not(.pointer-events-none){background:var(--brand-color)!important;color:#0a0a0a!important;opacity:1!important}[data-theme=porto].dark [data-slot=pagination] .pointer-events-none{opacity:.4;color:#a3a3a3!important;background:transparent!important}[data-theme=porto] .theme-post-layout-item{width:100%}[data-theme=porto] .mobile-menu-dropdown{background:#f5f5f5;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}[data-theme=porto].dark .mobile-menu-dropdown{background:#171717}[data-theme=porto] .mobile-menu-content-wrapper{padding:24px;display:flex;flex-direction:column;min-height:100%;justify-content:space-between}[data-theme=porto] .mobile-menu-title{font-size:14px;line-height:21px;font-weight:400;color:#0a0a0a;letter-spacing:-.01em;text-transform:none}[data-theme=porto].dark .mobile-menu-title{color:#fafafa}[data-theme=porto] .mobile-menu-search{display:none}[data-theme=porto] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px;background:white;border-radius:8px;transition:all var(--theme-transition-speed) var(--theme-transition-timing);text-decoration:none}[data-theme=porto] .mobile-menu-nav-link:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.05)}[data-theme=porto].dark .mobile-menu-nav-link{background:#262626}[data-theme=porto] .mobile-menu-nav-link-text{font-size:16px;line-height:24px;font-weight:400;letter-spacing:-.01em;color:#0a0a0a;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .mobile-menu-nav-link-text.active,[data-theme=porto] .mobile-menu-nav-link-text:hover{color:var(--brand-color)}[data-theme=porto].dark .mobile-menu-nav-link-text{color:#fafafa}[data-theme=porto].dark .mobile-menu-nav-link-text.active,[data-theme=porto].dark .mobile-menu-nav-link-text:hover{color:var(--brand-color)}[data-theme=porto] .mobile-menu-chevron{color:#d4d4d4;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=porto].dark .mobile-menu-chevron{color:#525252}[data-theme=porto].dark .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#737373}[data-theme=porto] .mobile-menu-theme-section{display:flex;flex-direction:column;padding:0}[data-theme=porto] .mobile-menu-theme-header{display:flex;align-items:center;justify-content:space-between}[data-theme=porto] .mobile-menu-theme-label{font-size:14px;line-height:21px;font-weight:400;color:#0a0a0a;letter-spacing:-.01em}[data-theme=porto].dark .mobile-menu-theme-label{color:#fafafa}[data-theme=porto] .mobile-menu-theme-switcher>div{background:#f5f5f5!important;border-radius:999px!important;padding:4px!important;gap:4px!important;display:flex!important;align-items:center!important}[data-theme=porto].dark .mobile-menu-theme-switcher>div{background:#262626!important}[data-theme=porto] .mobile-menu-theme-switcher button{width:32px!important;height:32px!important;border-radius:999px!important;padding:4px!important;border:none!important;transition:background .15s ease-out!important}[data-theme=porto] .mobile-menu-theme-switcher button,[data-theme=porto] .mobile-menu-theme-switcher button>div{background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important}[data-theme=porto] .mobile-menu-theme-switcher button>div{width:24px!important;height:24px!important;border-radius:0!important}[data-theme=porto] .mobile-menu-theme-switcher button svg{width:20px!important;height:20px!important;color:#737373!important;transition:color .15s ease-out!important}[data-theme=porto] .mobile-menu-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=porto].dark .mobile-menu-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=porto] .mobile-menu-cta-wrapper{padding:24px 0 0}[data-theme=porto] .mobile-menu-cta{display:flex;align-items:center;justify-content:center;width:100%;height:48px;background:var(--brand-color);color:#0a0a0a;border-radius:12px;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .mobile-menu-cta:hover{opacity:.9}[data-theme=porto] .porto-blog-home-wrapper{width:100%;background:hsl(var(--background))}[data-theme=porto].dark .porto-blog-home-wrapper{background:hsl(var(--background))}[data-theme=porto] .porto-blog-home-container{display:flex;flex-direction:column;padding:64px 32px;max-width:1280px;margin:0 auto}@media (max-width:768px){[data-theme=porto] .porto-blog-home-container{padding:48px 24px}}[data-theme=porto] .porto-blog-title{font-size:28px;line-height:36px;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));margin:0 0 48px;padding:0}[data-theme=porto].dark .porto-blog-title{color:#fafafa}@media (max-width:768px){[data-theme=porto] .porto-blog-title{font-size:24px;line-height:32px;margin-bottom:32px}}[data-theme=porto] .porto-hero-section{margin-bottom:64px}@media (max-width:768px){[data-theme=porto] .porto-hero-section{margin-bottom:48px}}[data-theme=porto] .porto-all-posts-title{font-size:18px;line-height:26px;font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground));margin:0 0 32px;padding:0}[data-theme=porto].dark .porto-all-posts-title{color:#fafafa}@media (max-width:768px){[data-theme=porto] .porto-all-posts-title{font-size:16px;line-height:24px;margin-bottom:24px}}[data-theme=porto] .porto-blog-home-filters{margin-bottom:48px}@media (max-width:768px){[data-theme=porto] .porto-blog-home-filters{margin-bottom:32px}}[data-theme=porto] .porto-blog-home-posts{margin-bottom:64px}@media (max-width:768px){[data-theme=porto] .porto-blog-home-posts{margin-bottom:48px}}[data-theme=porto] .porto-blog-home-pagination{width:100%;display:flex;justify-content:center}[data-theme=porto] .theme-post-layout{display:grid;grid-template-columns:repeat(2,1fr);gap:64px 32px;width:100%;max-width:100%}@media (max-width:768px){[data-theme=porto] .theme-post-layout{grid-template-columns:1fr;gap:48px}}[data-theme=porto] .porto-hero-container{width:100%;margin:0;padding:0}@media (max-width:768px){[data-theme=porto] .porto-hero-container{padding:0}}[data-theme=porto] .porto-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;width:100%}@media (max-width:1024px){[data-theme=porto] .porto-hero-grid{grid-template-columns:1fr;gap:48px}}[data-theme=porto] .porto-hero-featured{display:flex;flex-direction:column;gap:24px;text-decoration:none;transition:transform var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .porto-hero-featured:hover{transform:translateY(-4px)}[data-theme=porto] .porto-hero-featured-image-wrapper{position:relative;width:100%;height:360px;border-radius:12px;overflow:hidden;background:hsl(var(--muted))}@media (max-width:768px){[data-theme=porto] .porto-hero-featured-image-wrapper{height:240px}}[data-theme=porto] .porto-hero-featured-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=porto] .porto-hero-featured:hover .porto-hero-featured-image{transform:scale(1.05)}[data-theme=porto] .porto-hero-featured-content{display:flex;flex-direction:column;gap:16px}[data-theme=porto] .porto-hero-featured-title{font-size:28px;font-weight:600;line-height:36px;letter-spacing:-.02em;color:hsl(var(--foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}@media (max-width:768px){[data-theme=porto] .porto-hero-featured-title{font-size:24px;line-height:32px}}[data-theme=porto] .porto-hero-featured:hover .porto-hero-featured-title{color:var(--brand-color)}[data-theme=porto].dark .porto-hero-featured-title{color:#fafafa}[data-theme=porto] .porto-hero-featured-description{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.01em;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=porto].dark .porto-hero-featured-description{color:#a3a3a3}[data-theme=porto] .porto-hero-grid-posts{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media (max-width:768px){[data-theme=porto] .porto-hero-grid-posts{grid-template-columns:1fr;gap:32px}}[data-theme=porto] .porto-hero-grid-post{display:flex;flex-direction:column;gap:12px;padding:24px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .porto-hero-grid-post:hover{transform:translateY(-2px);box-shadow:var(--theme-shadow-md)}[data-theme=porto].dark .porto-hero-grid-post{background:hsl(var(--card));border-color:#262626}[data-theme=porto] .porto-hero-grid-title{font-size:18px;font-weight:600;line-height:26px;letter-spacing:-.02em;color:hsl(var(--foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .porto-hero-grid-post:hover .porto-hero-grid-title{color:var(--brand-color)}[data-theme=porto].dark .porto-hero-grid-title{color:#fafafa}[data-theme=porto] .porto-hero-grid-description{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.01em;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=porto].dark .porto-hero-grid-description{color:#a3a3a3}[data-theme=porto] .porto-hero-category-badge{display:inline-flex;align-items:center;padding:4px 12px;background:var(--brand-color);color:#0a0a0a;border-radius:6px;font-size:11px;font-weight:600;line-height:16px;letter-spacing:.5px;text-transform:uppercase}[data-theme=porto] .porto-hero-date{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.01em;color:hsl(var(--muted-foreground))}[data-theme=porto].dark .porto-hero-date{color:#a3a3a3}[data-theme=porto] .porto-hero-author{font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.01em;color:hsl(var(--foreground))}[data-theme=porto].dark .porto-hero-author{color:#d4d4d4}[data-theme=porto] .porto-hero-tag{font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.01em;color:var(--brand-color);transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .porto-hero-featured:hover .porto-hero-tag,[data-theme=porto] .porto-hero-grid-post:hover .porto-hero-tag{opacity:.8}[data-theme=porto] .theme-post-card{display:flex;flex-direction:column;gap:1rem;text-decoration:none;transition:transform var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .theme-post-card:hover{transform:translateY(-2px)}[data-theme=porto] .theme-post-card-image-wrapper{position:relative;width:100%;height:188px;border-radius:12px;overflow:hidden;background:hsl(var(--muted))}[data-theme=porto] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=porto] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=porto] .theme-post-card-category{display:inline-flex;align-items:center;padding:3px 10px;background:var(--brand-color);color:#0a0a0a;border-radius:4px;font-size:11px;font-weight:500;line-height:16.5px;letter-spacing:.25px;text-transform:uppercase}[data-theme=porto] .theme-post-card-date{font-size:13px;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:hsl(var(--muted-foreground))}[data-theme=porto].dark .theme-post-card-date{color:#a3a3a3}[data-theme=porto] .theme-post-card-title{font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.5px;color:hsl(var(--foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .theme-post-card:hover .theme-post-card-title{color:var(--brand-color)}[data-theme=porto].dark .theme-post-card-title{color:#fafafa}[data-theme=porto] .theme-post-card-description{font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1px;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=porto].dark .theme-post-card-description{color:#a3a3a3}[data-theme=porto] .theme-post-card-author{font-size:13px;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:hsl(var(--foreground))}[data-theme=porto].dark .theme-post-card-author{color:#d4d4d4}[data-theme=porto] .theme-post-card-tag{font-size:13px;font-weight:500;line-height:19.5px;letter-spacing:-.0762px;color:var(--brand-color);transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto] .theme-post-card:hover .theme-post-card-tag{opacity:.8}[data-theme=porto] .porto-blog-post-container{min-height:100vh;background:#fafafa}[data-theme=porto].dark .porto-blog-post-container{background:hsl(var(--background))}[data-theme=porto] .porto-blog-post-content-wrapper{display:flex;align-items:flex-start;justify-content:center;gap:2rem;padding:2rem;max-width:100%;margin:0 auto}[data-theme=porto] .porto-blog-post-main-column{flex-shrink:0;width:600px}[data-theme=porto] .porto-blog-post-sidebar-column{flex-shrink:0;width:300px;position:sticky;top:8rem}[data-theme=porto] .porto-related-posts-container{max-width:1024px;margin:0 auto}@media (max-width:1024px){[data-theme=porto] .porto-blog-post-content-wrapper{flex-direction:column;align-items:center}[data-theme=porto] .porto-blog-post-main-column{width:100%;max-width:600px}[data-theme=porto] .porto-blog-post-sidebar-column{width:100%;max-width:600px;position:static}}[data-theme=porto] .theme-footer{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:3rem 1.5rem}[data-theme=porto].dark .theme-footer{background:hsl(var(--background));border-top-color:hsl(var(--border))}@media (max-width:767px){[data-theme=porto] .theme-footer{padding:2rem 1.5rem}}[data-theme=porto] .theme-footer-container{max-width:1280px;margin:0 auto}[data-theme=porto] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media (max-width:767px){[data-theme=porto] .theme-footer-row{flex-direction:column;align-items:flex-start;gap:2rem}}[data-theme=porto] .theme-footer-attribution{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.5;font-weight:400;flex-shrink:0}[data-theme=porto] .theme-footer-attribution-text,[data-theme=porto].dark .theme-footer-attribution-text{color:hsl(var(--muted-foreground))}[data-theme=porto] .theme-footer-attribution-link{color:hsl(var(--foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto].dark .theme-footer-attribution-link{color:hsl(var(--foreground))}[data-theme=porto] .theme-footer-attribution-link:hover{color:var(--brand-color)}[data-theme=porto] .theme-footer-links-container{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}@media (max-width:767px){[data-theme=porto] .theme-footer-links-container{flex-direction:column;align-items:flex-start;gap:1rem;justify-content:flex-start}}[data-theme=porto] .theme-footer-link{font-size:.875rem;font-weight:400;color:hsl(var(--muted-foreground));text-decoration:none;line-height:1.5;transition:color var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap}[data-theme=porto].dark .theme-footer-link{color:hsl(var(--muted-foreground))}[data-theme=porto] .theme-footer-link:hover,[data-theme=porto].dark .theme-footer-link:hover{color:hsl(var(--foreground))}[data-theme=porto] .theme-footer-socials-container{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width:767px){[data-theme=porto] .theme-footer-socials-container{gap:1rem}}[data-theme=porto] .theme-footer-social-link{color:hsl(var(--muted-foreground));text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=porto].dark .theme-footer-social-link{color:hsl(var(--muted-foreground))}[data-theme=porto] .theme-footer-social-link:hover,[data-theme=porto].dark .theme-footer-social-link:hover{color:hsl(var(--foreground))}[data-theme=porto] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}@media (max-width:767px){[data-theme=porto] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}}[data-theme=prague]{--radius:0.5rem;--theme-header-height:3.5rem;--theme-max-width:1280px;--theme-section-padding:6rem;--theme-button-radius:0.5rem;--theme-card-radius:0.75rem;--theme-input-radius:0.5rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:0 2px 4px rgba(0,0,0,0.05);--theme-transition-speed:200ms;--theme-transition-timing:ease-in-out;--theme-backdrop-blur:8px;--theme-button-lift:-1px}[data-theme=prague]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=prague].dark{--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=prague] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);background:hsl(var(--background));width:100%;display:flex;justify-content:center;box-sizing:border-box;margin-top:1rem;margin-bottom:1rem}@media (max-width:768px){[data-theme=prague] .theme-header{padding:16px;justify-content:flex-start}}[data-theme=prague] .theme-header-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1100px;height:37px;padding:16px 64px;position:relative;box-sizing:border-box}@media (max-width:768px){[data-theme=prague] .theme-header-container{justify-content:space-between;padding:0;height:auto}}[data-theme=prague] .theme-mobile-actions{display:none}@media (max-width:768px){[data-theme=prague] .theme-mobile-actions{display:flex;align-items:center;gap:16px}}[data-theme=prague] .mobile-theme-switcher{display:block}[data-theme=prague] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:8px!important;padding:0!important;gap:0!important}[data-theme=prague].dark .mobile-theme-switcher>div{background:transparent!important}[data-theme=prague] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:8px!important;padding:4px!important}[data-theme=prague] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=prague] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=prague] .mobile-theme-switcher button[aria-pressed=true]{background:#f5f5f5!important}[data-theme=prague].dark .mobile-theme-switcher button[aria-pressed=true]{background:#262626!important}[data-theme=prague] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=prague] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=prague] .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=prague].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=prague] .theme-nav{display:none;position:absolute;left:0}@media (min-width:768px){[data-theme=prague] .theme-nav{display:flex}}[data-theme=prague] .theme-nav-list{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}[data-theme=prague] .theme-nav-item{margin:0}[data-theme=prague] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:#0a0a0a;opacity:.8;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-nav-link:hover{opacity:1}[data-theme=prague].dark .theme-nav-link{color:hsl(var(--foreground))}[data-theme=prague] .theme-logo-link{display:flex;align-items:center;gap:8px;text-decoration:none;height:24px;position:relative}@media (min-width:768px){[data-theme=prague] .theme-logo-link{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}}[data-theme=prague] .theme-logo-image{width:auto;height:24px;flex-shrink:0}[data-theme=prague] .theme-logo-icon{width:24px;height:24px;flex-shrink:0}[data-theme=prague] .theme-logo-text{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:22.5px;letter-spacing:-.6094px;color:#0a0a0a}[data-theme=prague].dark .theme-logo-text{color:hsl(var(--foreground))}[data-theme=prague] .theme-header-right{display:none}@media (min-width:768px){[data-theme=prague] .theme-header-right{display:flex;align-items:center;position:absolute;right:0;top:50%;transform:translateY(-50%)}}[data-theme=prague] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;border:none;border-radius:0;height:37px;padding:8px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;cursor:pointer;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);box-sizing:border-box}[data-theme=prague] .theme-cta-button:hover{opacity:.9}[data-theme=prague].dark .theme-cta-button{background:var(--brand-color);color:white}[data-theme=prague] .theme-footer{width:100%;border-top:1px solid hsl(var(--border));background:hsl(var(--background));padding:3.125rem 1.5rem}@media (min-width:640px){[data-theme=prague] .theme-footer{padding:3.0625rem 4rem}}[data-theme=prague] .theme-footer-container{display:flex;align-items:center;justify-content:center;width:100%;max-width:var(--theme-max-width);margin:0 auto}[data-theme=prague] .theme-footer-link{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.5;letter-spacing:-.0476rem;color:hsl(var(--muted-foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-footer-link:hover{color:hsl(var(--foreground))}[data-theme=prague] .theme-footer-link svg{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground));transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-footer-link:hover svg{color:hsl(var(--foreground))}[data-theme=prague] .theme-pagination{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;margin:0}[data-theme=prague] .theme-pagination-prev{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;color:#525252;opacity:.8;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);box-sizing:border-box}[data-theme=prague] .theme-pagination-prev:hover{opacity:1}[data-theme=prague] .theme-pagination-next{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;background:var(--brand-color);color:#ffffff;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);box-sizing:border-box}[data-theme=prague] .theme-pagination-next:hover{opacity:.9}[data-theme=prague] .theme-pagination-disabled{cursor:not-allowed;pointer-events:none;opacity:.5}[data-theme=prague] .theme-pagination-numbers{display:flex;align-items:center;gap:8px}[data-theme=prague] .theme-pagination-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;color:#525252;opacity:.8;background:transparent;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);box-sizing:border-box}[data-theme=prague] .theme-pagination-number:hover{opacity:1}[data-theme=prague] .theme-pagination-number-active{background:var(--brand-color);color:#ffffff;opacity:1}[data-theme=prague].dark .theme-pagination-number,[data-theme=prague].dark .theme-pagination-prev{color:hsl(var(--muted-foreground))}[data-theme=prague].dark .theme-pagination-next,[data-theme=prague].dark .theme-pagination-number-active{background:var(--brand-color);color:#ffffff}[data-theme=prague] .theme-prague-post-page{background:hsl(var(--background));min-height:100vh;width:100%}[data-theme=prague] .theme-prague-post-back-nav{padding:8px 0}@media (max-width:768px){[data-theme=prague] .theme-prague-post-back-nav{padding:8px 0}}[data-theme=prague] .theme-prague-back-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 0;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:#737373;opacity:.8;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-back-button:hover{opacity:1}[data-theme=prague].dark .theme-prague-back-button{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-post-container{max-width:1016px;margin:0 auto;padding:0 64px 24px}@media (max-width:768px){[data-theme=prague] .theme-prague-post-container{padding:0 24px 24px}}[data-theme=prague] .theme-prague-post-hero{display:flex;flex-direction:column;gap:12px;width:100%;padding:0 46px}@media (max-width:768px){[data-theme=prague] .theme-prague-post-hero{padding:0}}[data-theme=prague] .theme-prague-post-cover-wrapper{width:100%;aspect-ratio:328/201;background:#e2e8f0;overflow:hidden;position:relative}[data-theme=prague] .theme-prague-post-cover-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}[data-theme=prague] .theme-prague-post-header{display:flex;flex-direction:column;gap:10px;width:100%}[data-theme=prague] .theme-prague-category-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;background:#fafafa;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:16px;color:#0a0a0a;width:-moz-fit-content;width:fit-content}[data-theme=prague].dark .theme-prague-category-pill{background:hsl(var(--muted));color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-post-title{font-family:Inter,sans-serif;font-size:32px;font-weight:600;line-height:1.2;color:#0a0a0a;margin:0}[data-theme=prague].dark .theme-prague-post-title{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-post-description{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#404040;margin:0}[data-theme=prague].dark .theme-prague-post-description{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-post-tags{display:flex;flex-wrap:wrap;gap:8px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:var(--brand-color)}[data-theme=prague] .theme-prague-post-tags span,[data-theme=prague].dark .theme-prague-post-tags span{color:var(--brand-color)}[data-theme=prague] .theme-prague-post-author-section{display:flex;align-items:center;gap:10px}[data-theme=prague] .theme-prague-author-avatar{width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}[data-theme=prague] .theme-prague-author-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}[data-theme=prague] .theme-prague-author-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:16.5px;letter-spacing:.0645px}[data-theme=prague] .theme-prague-author-info{display:flex;flex-direction:column;gap:0;flex:1}[data-theme=prague] .theme-prague-author-name{font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:16px;color:#0a0a0a;margin:0}[data-theme=prague].dark .theme-prague-author-name{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-post-date{font-family:Inter,sans-serif;font-size:10px;font-weight:400;line-height:16px;color:#0a0a0a;margin:0}[data-theme=prague].dark .theme-prague-post-date{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-divider{width:100%;height:1px;background:#d4d4d4;margin:40px 0}[data-theme=prague].dark .theme-prague-divider{background:hsl(var(--border))}[data-theme=prague] .theme-prague-content-divider{width:100%;height:1px;background:#d4d4d4;margin:40px 0 16px}[data-theme=prague].dark .theme-prague-content-divider{background:hsl(var(--border))}[data-theme=prague] .theme-prague-post-layout{display:flex;gap:48px;width:100%;align-items:flex-start;justify-content:center}@media (max-width:1024px){[data-theme=prague] .theme-prague-post-layout{flex-direction:column;gap:24px}}[data-theme=prague] .theme-prague-toc-sidebar{width:200px;flex-shrink:0;align-self:flex-start}@media (max-width:1024px){[data-theme=prague] .theme-prague-toc-sidebar{width:100%}}[data-theme=prague] .theme-prague-toc-sidebar h3,[data-theme=prague] .theme-prague-toc-sidebar h4{font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:22px;letter-spacing:-.3125px;color:#0a0a0a;margin:0 0 24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=prague].dark .theme-prague-toc-sidebar h3,[data-theme=prague].dark .theme-prague-toc-sidebar h4{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-toc-sidebar nav{display:flex;flex-direction:column;gap:0}[data-theme=prague] .theme-prague-toc-sidebar ul{border-left:1px solid #e5e5e5;padding-left:0;margin:0;list-style:none}[data-theme=prague].dark .theme-prague-toc-sidebar ul{border-left-color:hsl(var(--border))}[data-theme=prague] .theme-prague-toc-sidebar li{position:relative;border-left:1px solid transparent;margin-left:-1px;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-toc-sidebar a,[data-theme=prague] .theme-prague-toc-sidebar button{display:flex;align-items:center;width:100%;padding:8px 16px;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-transform:uppercase;color:#737373;text-decoration:none;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8;background:transparent;border:none;cursor:pointer;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague].dark .theme-prague-toc-sidebar a,[data-theme=prague].dark .theme-prague-toc-sidebar button{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-toc-sidebar a:hover,[data-theme=prague] .theme-prague-toc-sidebar button:hover{opacity:1}[data-theme=prague] .theme-prague-toc-sidebar li.active,[data-theme=prague] .theme-prague-toc-sidebar li[aria-current=true]{background:color-mix(in srgb,var(--brand-color) 8%,transparent);border-left-color:var(--brand-color)}[data-theme=prague] .theme-prague-toc-sidebar li.active a,[data-theme=prague] .theme-prague-toc-sidebar li.active button,[data-theme=prague] .theme-prague-toc-sidebar li[aria-current=true] a,[data-theme=prague] .theme-prague-toc-sidebar li[aria-current=true] button{color:var(--brand-color);font-weight:600;opacity:1}[data-theme=prague].dark .theme-prague-toc-sidebar li.active,[data-theme=prague].dark .theme-prague-toc-sidebar li[aria-current=true]{background:color-mix(in srgb,var(--brand-color) 10%,transparent)}[data-theme=prague].dark .theme-prague-toc-sidebar li.active a,[data-theme=prague].dark .theme-prague-toc-sidebar li.active button,[data-theme=prague].dark .theme-prague-toc-sidebar li[aria-current=true] a,[data-theme=prague].dark .theme-prague-toc-sidebar li[aria-current=true] button{color:var(--brand-color)}[data-theme=prague] .theme-prague-post-content-wrapper{width:500px;flex-shrink:0}@media (max-width:768px){[data-theme=prague] .theme-prague-post-content-wrapper{width:100%}}[data-theme=prague] .theme-prague-post-article{display:flex;flex-direction:column;gap:40px}[data-theme=prague] .theme-prague-post-article h2{font-family:Inter,sans-serif;font-size:24px;font-weight:500;line-height:1.3;letter-spacing:-.3125px;color:#0a0a0a;margin:0 0 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=prague].dark .theme-prague-post-article h2{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-post-article p{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#737373;margin:0 0 10px}[data-theme=prague].dark .theme-prague-post-article p{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-post-article b,[data-theme=prague] .theme-prague-post-article strong{color:#0a0a0a}[data-theme=prague].dark .theme-prague-post-article b,[data-theme=prague].dark .theme-prague-post-article strong{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-post-article blockquote{display:flex;gap:16px;margin:16px 0;border:none;border-left:4px solid #d9d9d9;padding:0 0 0 16px}[data-theme=prague].dark .theme-prague-post-article blockquote{border-left-color:hsl(var(--border))}[data-theme=prague] .theme-prague-post-article blockquote p{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5;color:#737373;margin:0}[data-theme=prague] .theme-prague-post-article blockquote cite,[data-theme=prague] .theme-prague-post-article blockquote footer{font-family:Inter,sans-serif;font-size:14px;font-style:italic;line-height:24.375px;letter-spacing:-.2344px;color:#a3a3a3;margin-top:16px}[data-theme=prague].dark .theme-prague-post-article blockquote cite,[data-theme=prague].dark .theme-prague-post-article blockquote footer{color:hsl(var(--muted-foreground)/.7)}[data-theme=prague] .theme-prague-post-article ul{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#737373;padding-left:24px;margin:0 0 10px;list-style-type:disc}[data-theme=prague].dark .theme-prague-post-article ul{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-post-article ul li{line-height:1.5;margin-bottom:0;padding-left:0}[data-theme=prague] .theme-prague-post-article ul li:last-child{margin-bottom:0}[data-theme=prague] .theme-prague-post-article ol{font-family:Inter,sans-serif;font-size:16px;font-weight:400;color:#737373;padding-left:24px;margin:0 0 10px;list-style-type:decimal}[data-theme=prague].dark .theme-prague-post-article ol{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-post-article ol li{line-height:1.5;margin-bottom:0;padding-left:0}[data-theme=prague] .theme-prague-post-article code{font-family:Monaco,Courier New,monospace;font-size:14px;background:#f5f5f5;padding:2px 6px;border-radius:4px;color:#0a0a0a}[data-theme=prague].dark .theme-prague-post-article code{background:hsl(var(--muted));color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-post-article pre{background:#f5f5f5;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}[data-theme=prague].dark .theme-prague-post-article pre{background:hsl(var(--muted))}[data-theme=prague] .theme-prague-post-article pre code{background:transparent;padding:0}[data-theme=prague] .theme-prague-post-navigation{display:flex;align-items:center;justify-content:space-between;padding:16px 0}[data-theme=prague] .theme-prague-nav-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-align:center;text-decoration:none;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-nav-prev{color:#737373;opacity:.8;background:transparent}[data-theme=prague] .theme-prague-nav-prev:hover{opacity:1}[data-theme=prague].dark .theme-prague-nav-prev{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-nav-next{background:var(--brand-color);color:#ffffff}[data-theme=prague] .theme-prague-nav-next:hover{opacity:.9}[data-theme=prague] .theme-prague-nav-disabled{cursor:not-allowed;pointer-events:none;opacity:.5}[data-theme=prague] .theme-prague-related-posts-section{width:100%;padding:0 134px;margin-top:40px}@media (max-width:1024px){[data-theme=prague] .theme-prague-related-posts-section{padding:0 64px}}@media (max-width:768px){[data-theme=prague] .theme-prague-related-posts-section{padding:0 24px}}[data-theme=prague] .theme-prague-search-wrapper{position:relative;display:flex;align-items:center;width:100%;border:1px solid #e5e5e5;border-radius:0;padding:12px 16px;gap:8px;opacity:.8;background:transparent;overflow:hidden;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-search-wrapper:hover{opacity:1}[data-theme=prague].dark .theme-prague-search-wrapper{border-color:hsl(var(--border));background:transparent}[data-theme=prague] .theme-prague-search-icon{color:#737373;flex-shrink:0}[data-theme=prague].dark .theme-prague-search-icon{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-search-input{flex:1;min-width:0;background:transparent;border:none;outline:none;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal;color:#0a0a0a;letter-spacing:-.1504px}[data-theme=prague] .theme-prague-search-input:focus{outline:none;box-shadow:none;border:none}[data-theme=prague].dark .theme-prague-search-input{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-search-input::-moz-placeholder{color:#737373;opacity:.8}[data-theme=prague] .theme-prague-search-input::placeholder{color:#737373;opacity:.8}[data-theme=prague].dark .theme-prague-search-input::-moz-placeholder{color:hsl(var(--muted-foreground));opacity:.8}[data-theme=prague].dark .theme-prague-search-input::placeholder{color:hsl(var(--muted-foreground));opacity:.8}[data-theme=prague] .theme-prague-blog-home-container{width:100%;background:hsl(var(--background));display:flex;flex-direction:column;align-items:center;padding:0 0 24px}[data-theme=prague] .theme-prague-blog-home-desktop{display:none}@media (min-width:1024px){[data-theme=prague] .theme-prague-blog-home-desktop{display:flex;flex-direction:column;gap:48px;width:100%;max-width:1100px;background:hsl(var(--background))}}[data-theme=prague] .theme-prague-blog-header{display:flex;align-items:center;justify-content:flex-start;width:100%;padding:0 64px;box-sizing:border-box;position:relative}[data-theme=prague] .theme-prague-blog-header-center{display:flex;align-items:center;gap:8px;padding:3px 0;width:224px;flex-shrink:0;box-sizing:border-box}[data-theme=prague] .theme-prague-blog-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:28px;letter-spacing:-.96px;color:#262626;margin:0;flex-shrink:0}[data-theme=prague].dark .theme-prague-blog-title{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-blog-header-left{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}[data-theme=prague] .theme-prague-featured-label{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#262626;margin:0;width:200px;flex-shrink:0}[data-theme=prague].dark .theme-prague-featured-label{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-blog-header-right{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}[data-theme=prague] .theme-prague-sort-dropdown-button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border:1px solid #e5e5e5;background:transparent;opacity:.8;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);position:relative}[data-theme=prague] .theme-prague-sort-dropdown-button:hover{opacity:1}[data-theme=prague].dark .theme-prague-sort-dropdown-button{border-color:hsl(var(--border))}[data-theme=prague] .theme-prague-sort-dropdown-button span{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;letter-spacing:-.28px;color:#0a0a0a}[data-theme=prague].dark .theme-prague-sort-dropdown-button span{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-sort-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background:hsl(var(--background));border:1px solid #e5e5e5;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:50;min-width:180px}[data-theme=prague].dark .theme-prague-sort-dropdown-menu{border-color:hsl(var(--border));box-shadow:0 4px 6px rgba(0,0,0,.3)}[data-theme=prague] .theme-prague-sort-option{display:block;width:100%;padding:8px 12px;text-align:left;background:transparent;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;letter-spacing:-.28px;color:#0a0a0a;transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-sort-option:hover{background:#f5f5f5}[data-theme=prague].dark .theme-prague-sort-option{color:hsl(var(--foreground))}[data-theme=prague].dark .theme-prague-sort-option:hover{background:hsl(var(--muted))}[data-theme=prague] .theme-prague-sort-option-active{background:#f5f5f5;font-weight:600}[data-theme=prague].dark .theme-prague-sort-option-active{background:hsl(var(--muted))}[data-theme=prague] .theme-prague-blog-content{display:flex;gap:24px;width:100%;padding:0 64px;box-sizing:border-box}[data-theme=prague] .theme-prague-blog-sidebar{width:200px;flex-shrink:0}[data-theme=prague] .theme-prague-sidebar-content{display:flex;flex-direction:column;gap:40px}[data-theme=prague] .theme-prague-sidebar-content>div:has(button[aria-label*=mode])>div{background:transparent!important;padding:0!important;border-radius:0!important;gap:4px!important}[data-theme=prague] .theme-prague-sidebar-content button[aria-label*=mode]{width:24px!important;height:24px!important;border-radius:8px!important;padding:0!important;background:transparent!important}[data-theme=prague]:not(.dark) .theme-prague-sidebar-content button[aria-label*=light][aria-pressed=true]{background:#f5f5f5!important}[data-theme=prague]:not(.dark) .theme-prague-sidebar-content button[aria-label*=dark][aria-pressed=true]{background:transparent!important}[data-theme=prague] .theme-prague-sidebar-content button[aria-label*=mode]>div{width:24px!important;height:24px!important;border-radius:8px!important;background:transparent!important;padding:4px!important;display:flex;align-items:center;justify-content:center}[data-theme=prague]:not(.dark) .theme-prague-sidebar-content button[aria-label*=light][aria-pressed=true]>div{background:#f5f5f5!important}[data-theme=prague].dark .theme-prague-sidebar-content button[aria-label*=dark][aria-pressed=true],[data-theme=prague].dark .theme-prague-sidebar-content button[aria-label*=dark][aria-pressed=true]>div{background:#404040!important}[data-theme=prague] .theme-prague-blog-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:40px}[data-theme=prague] .theme-prague-blog-posts{width:100%}[data-theme=prague] .theme-prague-category-filter-container{display:flex;flex-direction:column}[data-theme=prague] .theme-prague-category-filter-desktop{display:flex}[data-theme=prague] .theme-prague-category-item{width:calc(100% + 1px)}[data-theme=prague] .theme-prague-category-item-active{opacity:1}[data-theme=prague] .theme-prague-category-filter-mobile{display:none}[data-theme=prague] .theme-prague-blog-home-mobile{display:flex;flex-direction:column;gap:40px;padding:16px}@media (min-width:1024px){[data-theme=prague] .theme-prague-blog-home-mobile{display:none}}[data-theme=prague] .theme-prague-blog-mobile-header{display:flex;flex-direction:column;gap:16px;width:100%}[data-theme=prague] .theme-prague-blog-mobile-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;line-height:28px;letter-spacing:-.96px;color:#262626;margin:0;width:100%}[data-theme=prague].dark .theme-prague-blog-mobile-title{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-blog-mobile-search{width:100%}[data-theme=prague] .theme-prague-blog-mobile-filters{display:flex;gap:8px;width:100%}@media (max-width:1023px){[data-theme=prague] .theme-prague-category-filter-desktop{display:none}[data-theme=prague] .theme-prague-category-filter-mobile{display:block;width:196.5px;flex-shrink:0;position:relative}}[data-theme=prague] .theme-prague-category-mobile-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:color-mix(in srgb,var(--brand-color) 8%,transparent);border:none;cursor:pointer;opacity:.8;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-category-mobile-button:hover{opacity:1}[data-theme=prague].dark .theme-prague-category-mobile-button{background:color-mix(in srgb,var(--brand-color) 15%,transparent)}[data-theme=prague] .theme-prague-category-mobile-button span{font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:16px;letter-spacing:-.28px;color:var(--brand-color);text-transform:uppercase}[data-theme=prague].dark .theme-prague-category-mobile-button span{color:var(--brand-color)}[data-theme=prague] .theme-prague-category-mobile-button svg{color:var(--brand-color);flex-shrink:0}[data-theme=prague].dark .theme-prague-category-mobile-button svg{color:var(--brand-color)}[data-theme=prague] .theme-prague-category-mobile-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:hsl(var(--background));border:1px solid #e5e5e5;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:50;overflow:hidden}[data-theme=prague].dark .theme-prague-category-mobile-dropdown{border-color:hsl(var(--border));box-shadow:0 4px 6px rgba(0,0,0,.3)}[data-theme=prague] .theme-prague-category-mobile-item{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;letter-spacing:-.28px;text-transform:uppercase;color:#737373;transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-category-mobile-item:hover{background:#f5f5f5}[data-theme=prague].dark .theme-prague-category-mobile-item{color:hsl(var(--muted-foreground))}[data-theme=prague].dark .theme-prague-category-mobile-item:hover{background:hsl(var(--muted))}[data-theme=prague] .theme-prague-category-mobile-item-active{background:color-mix(in srgb,var(--brand-color) 8%,transparent);color:var(--brand-color);font-weight:600}[data-theme=prague].dark .theme-prague-category-mobile-item-active{background:color-mix(in srgb,var(--brand-color) 10%,transparent);color:var(--brand-color)}[data-theme=prague] .theme-prague-blog-mobile-sort{flex:1;position:relative}[data-theme=prague] .theme-prague-mobile-sort-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:1px solid #e5e5e5;background:transparent;cursor:pointer;opacity:.8;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-mobile-sort-button:hover{opacity:1}[data-theme=prague].dark .theme-prague-mobile-sort-button{border-color:hsl(var(--border))}[data-theme=prague] .theme-prague-mobile-sort-button span{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;letter-spacing:-.28px;color:#0a0a0a;text-transform:uppercase}[data-theme=prague].dark .theme-prague-mobile-sort-button span{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-mobile-sort-button svg{color:#0a0a0a;flex-shrink:0}[data-theme=prague].dark .theme-prague-mobile-sort-button svg{color:hsl(var(--foreground))}[data-theme=prague] .theme-prague-mobile-sort-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:hsl(var(--background));border:1px solid #e5e5e5;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:50}[data-theme=prague].dark .theme-prague-mobile-sort-dropdown{border-color:hsl(var(--border));box-shadow:0 4px 6px rgba(0,0,0,.3)}[data-theme=prague] .theme-prague-mobile-sort-option{display:block;width:100%;padding:12px 16px;text-align:left;background:transparent;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:16px;letter-spacing:-.28px;color:#0a0a0a;transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-mobile-sort-option:hover{background:#f5f5f5}[data-theme=prague].dark .theme-prague-mobile-sort-option{color:hsl(var(--foreground))}[data-theme=prague].dark .theme-prague-mobile-sort-option:hover{background:hsl(var(--muted))}[data-theme=prague] .theme-prague-mobile-sort-option-active{background:#f5f5f5;font-weight:600}[data-theme=prague].dark .theme-prague-mobile-sort-option-active{background:hsl(var(--muted))}[data-theme=prague] .theme-prague-blog-mobile-posts,[data-theme=prague] .theme-prague-category-filter-container{width:100%}[data-theme=prague] .theme-prague-category-filter-desktop{display:none;flex-direction:column;gap:8px;width:100%;border-left:1px solid #e5e5e5}@media (min-width:768px){[data-theme=prague] .theme-prague-category-filter-desktop{display:flex}}[data-theme=prague].dark .theme-prague-category-filter-desktop{border-left-color:hsl(var(--border))}[data-theme=prague] .theme-prague-category-item{display:flex;align-items:center;padding:8px 16px;width:100%;background:transparent;border:none;border-left:1px solid transparent;margin-left:-1px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-transform:uppercase;color:#737373;opacity:.8;cursor:pointer;text-align:left;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=prague] .theme-prague-category-item:hover{opacity:1}[data-theme=prague].dark .theme-prague-category-item{color:hsl(var(--muted-foreground))}[data-theme=prague] .theme-prague-category-item-active{background:color-mix(in srgb,var(--brand-color) 8%,transparent);border-left-color:var(--brand-color);color:var(--brand-color);font-weight:600;opacity:.8}[data-theme=prague].dark .theme-prague-category-item-active{background:color-mix(in srgb,var(--brand-color) 10%,transparent);color:var(--brand-color)}[data-theme=prague] .theme-prague-category-filter-mobile{display:flex;position:relative;width:100%}@media (min-width:768px){[data-theme=prague] .theme-prague-category-filter-mobile{display:none}}[data-theme=prague] .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);display:flex;flex-direction:column}[data-theme=prague].dark .mobile-menu-dropdown{background:hsl(var(--background))}[data-theme=prague] .mobile-menu-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;flex:1}[data-theme=prague] .mobile-menu-title{font-size:16px;line-height:28px;font-weight:600;color:#262626;letter-spacing:-.64px}[data-theme=prague].dark .mobile-menu-title{color:#fafafa}[data-theme=prague] .mobile-menu-search{display:none}[data-theme=prague] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid #e5e5e5;width:100%;font-size:16px;line-height:21px;font-weight:400;color:#737373;letter-spacing:-.1504px;opacity:.8;text-decoration:none;transition:all .2s ease}[data-theme=prague] .mobile-menu-nav-link:hover{opacity:1}[data-theme=prague].dark .mobile-menu-nav-link{border-color:#262626;color:#a3a3a3}[data-theme=prague] .mobile-menu-nav-link.active,[data-theme=prague].dark .mobile-menu-nav-link.active{color:var(--brand-color)}[data-theme=prague] .mobile-menu-chevron{width:20px;height:20px;color:#737373;flex-shrink:0;transition:color .2s ease}[data-theme=prague] .mobile-menu-nav-link.active .mobile-menu-chevron{color:var(--brand-color)}[data-theme=prague].dark .mobile-menu-chevron{color:#a3a3a3}[data-theme=prague].dark .mobile-menu-nav-link.active .mobile-menu-chevron{color:var(--brand-color)}[data-theme=prague] .mobile-menu-cta{background:var(--brand-color);color:white;padding:16px 20px;width:100%;text-align:center;font-size:14px;line-height:21px;font-weight:500;letter-spacing:-.1504px;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}[data-theme=prague] .mobile-menu-cta:hover{opacity:.9}[data-theme=prague].dark .mobile-menu-cta{background:var(--brand-color);color:white}[data-theme=palermo]{--radius:0.5rem;--theme-header-height:3.5rem;--theme-max-width:1280px;--theme-section-padding:6rem;--theme-button-radius:0.5rem;--theme-card-radius:0.75rem;--theme-input-radius:0.5rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:0 2px 4px rgba(0,0,0,0.05);--theme-transition-speed:200ms;--theme-transition-timing:ease-in-out;--theme-backdrop-blur:8px;--theme-button-lift:-1px}[data-theme=palermo]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=palermo].dark{--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=palermo] .theme-header{padding:16px 0;background:#ffffff;border-bottom:1px solid #e5e5e5}[data-theme=palermo].dark .theme-header{border-bottom-color:#262626}[data-theme=palermo] .theme-header-container{position:relative;height:37px;max-width:100%;padding:0 24px}[data-theme=palermo] .theme-header-nav-left{display:flex;align-items:center;gap:24px;position:absolute;left:24px}@media (max-width:1023px){[data-theme=palermo] .theme-header-nav-left{display:none}}[data-theme=palermo] .theme-logo-center{position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px}@media (min-width:1024px){[data-theme=palermo] .theme-logo-center{left:50%;transform:translate(-50%,-50%)}}[data-theme=palermo] .theme-logo-image{width:24px;-o-object-fit:contain;object-fit:contain}[data-theme=palermo] .theme-site-name{font-size:15px;line-height:22.5px;letter-spacing:-.6094px;color:#0a0a0a}[data-theme=palermo].dark .theme-site-name{color:#fafafa}[data-theme=palermo] .theme-header-nav-right{position:absolute;right:24px;display:flex;align-items:center;gap:16px}@media (max-width:1023px){[data-theme=palermo] .theme-header-nav-right .theme-cta-button{display:none}}[data-theme=palermo] .theme-nav-list{gap:24px}[data-theme=palermo] .theme-nav-link{padding:8px 0;line-height:21px;letter-spacing:-.1504px;color:rgba(10,10,10,.8)}[data-theme=palermo].dark .theme-nav-link{color:rgba(250,250,250,.8)}[data-theme=palermo] .theme-nav-link:hover{color:#0a0a0a}[data-theme=palermo].dark .theme-nav-link:hover{color:#fafafa}[data-theme=palermo] .theme-cta-button{background:#525252;color:#fafafa;border-radius:0;line-height:21px;letter-spacing:-.1504px}[data-theme=palermo] .theme-cta-button:hover{background:#404040}[data-theme=palermo].dark .theme-cta-button{background:var(--brand-color);color:white}[data-theme=palermo].dark .theme-cta-button:hover{opacity:.9}[data-theme=palermo] .theme-mobile-actions{display:none}@media (max-width:1023px){[data-theme=palermo] .theme-mobile-actions{display:flex;align-items:center;gap:16px;margin-left:auto}[data-theme=palermo] button[aria-label="Toggle mobile menu"]{padding:4px 0;margin:0;background:transparent;border:none;cursor:pointer}[data-theme=palermo] button[aria-label="Toggle mobile menu"] svg{width:20px;height:16px;color:#0a0a0a}[data-theme=palermo].dark button[aria-label="Toggle mobile menu"] svg{color:#fafafa}}[data-theme=palermo] .desktop-theme-switcher{display:none}@media (min-width:1024px){[data-theme=palermo] .desktop-theme-switcher{display:block}}[data-theme=palermo] .theme-category-filter-container{width:100%}[data-theme=palermo] .theme-category-filter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:1px solid hsl(var(--border));padding-bottom:0}[data-theme=palermo].dark .theme-category-filter-wrapper{border-bottom-color:rgba(255,255,255,.1)}@media (max-width:768px){[data-theme=palermo] .theme-category-filter-wrapper{flex-direction:column;align-items:stretch;gap:8px;border-bottom:none}}[data-theme=palermo] .theme-category-tabs{display:flex;align-items:center;gap:32px;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}@media (max-width:768px){[data-theme=palermo] .theme-category-tabs{gap:16px;border-bottom:1px solid hsl(var(--border))}[data-theme=palermo].dark .theme-category-tabs{border-bottom-color:rgba(255,255,255,.1)}}[data-theme=palermo] .theme-category-tabs::-webkit-scrollbar{display:none}[data-theme=palermo] .theme-category-tab{position:relative;display:flex;align-items:center;padding:0 4px;height:40px;font-size:14px;line-height:20px;font-weight:400;letter-spacing:-.01em;color:hsl(var(--muted-foreground));background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}@media (max-width:768px){[data-theme=palermo] .theme-category-tab{padding:12px 16px;height:auto;font-size:14px;line-height:20px}}[data-theme=palermo] .theme-category-tab:hover{color:hsl(var(--foreground))}[data-theme=palermo].dark .theme-category-tab{color:rgba(255,255,255,.6)}[data-theme=palermo].dark .theme-category-tab:hover{color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-category-tab-active{color:hsl(var(--foreground));font-weight:500}[data-theme=palermo].dark .theme-category-tab-active{color:#ffffff}@media (max-width:768px){[data-theme=palermo] .theme-category-tab-active{color:hsl(var(--foreground))}[data-theme=palermo].dark .theme-category-tab-active{color:#ffffff}}[data-theme=palermo] .theme-category-tab-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--brand-color)}[data-theme=palermo] .theme-sort-dropdown{width:auto;min-width:150px;flex-shrink:0;height:auto;border-radius:var(--theme-button-radius);background-color:transparent;border:none;padding:8px 12px;font-size:14px;line-height:20px;font-weight:400;letter-spacing:-.01em;color:hsl(var(--foreground));display:flex;align-items:center;justify-content:space-between;gap:8px;box-shadow:none!important;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .theme-sort-dropdown{background-color:transparent;color:rgba(255,255,255,.9)}@media (max-width:768px){[data-theme=palermo] .theme-sort-dropdown{width:100%;padding:12px 16px;border-bottom:1px solid hsl(var(--border));border-radius:0}[data-theme=palermo].dark .theme-sort-dropdown{border-bottom-color:rgba(255,255,255,.1)}}[data-theme=palermo] .theme-sort-dropdown:hover{background-color:hsl(var(--muted))}[data-theme=palermo].dark .theme-sort-dropdown:hover{background-color:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2)}[data-theme=palermo] .theme-sort-dropdown:focus{outline:none;border-color:var(--brand-color);box-shadow:0 0 0 3px rgba(var(--brand-color-rgb),.1)}[data-theme=palermo] .theme-sort-dropdown svg{width:16px;height:16px;flex-shrink:0;color:hsl(var(--muted-foreground))}[data-theme=palermo].dark .theme-sort-dropdown svg{color:rgba(255,255,255,.6)}[data-theme=palermo] [data-slot=pagination]{display:flex;align-items:center;justify-content:center;gap:.5rem}[data-theme=palermo] [data-slot=pagination] a,[data-theme=palermo] [data-slot=pagination] button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0!important;border-radius:var(--theme-button-radius)!important;background:transparent!important;border:none!important;color:#737373!important;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.01075em;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);box-shadow:none!important}[data-theme=palermo] [data-slot=pagination] a:hover:not(.pointer-events-none),[data-theme=palermo] [data-slot=pagination] button:hover:not(:disabled){background:color-mix(in srgb,var(--brand-color) 10%,transparent)!important;color:var(--brand-color)!important}[data-theme=palermo] [data-slot=pagination] a[aria-current=page],[data-theme=palermo] [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:white!important;font-weight:700}[data-theme=palermo] [data-slot=pagination] .pointer-events-none{opacity:.8;cursor:not-allowed;color:#737373!important}[data-theme=palermo].dark [data-slot=pagination] a,[data-theme=palermo].dark [data-slot=pagination] button{color:#737373!important}[data-theme=palermo].dark [data-slot=pagination] a:hover:not(.pointer-events-none):not([aria-current=page]),[data-theme=palermo].dark [data-slot=pagination] button:hover:not(:disabled):not([aria-current=page]){background:rgba(255,255,255,.05)!important;color:var(--brand-color)!important}[data-theme=palermo].dark [data-slot=pagination] a[aria-current=page],[data-theme=palermo].dark [data-slot=pagination] button[aria-current=page]{background:var(--brand-color)!important;color:#ffffff!important;font-weight:700}[data-theme=palermo].dark [data-slot=pagination] .pointer-events-none{opacity:.8;color:#737373!important}[data-theme=palermo] .palermo-search-input{width:100%;border:1px solid #e5e5e5;border-radius:4px;background:transparent;opacity:.8;height:36px;padding:4px 12px;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .palermo-search-input{border:1px solid rgba(255,255,255,.15);background:transparent;opacity:.8}[data-theme=palermo] .palermo-search-input:focus-within{opacity:1;border-color:var(--brand-color);box-shadow:none}[data-theme=palermo].dark .palermo-search-input:focus-within{opacity:1;border-color:var(--brand-color)}[data-theme=palermo] .palermo-search-input input{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:normal;letter-spacing:-.1504px;color:hsl(var(--foreground))}[data-theme=palermo] .palermo-search-input input::-moz-placeholder{color:#737373;font-size:14px;font-weight:400;letter-spacing:-.1504px}[data-theme=palermo] .palermo-search-input input::placeholder{color:#737373;font-size:14px;font-weight:400;letter-spacing:-.1504px}[data-theme=palermo].dark .palermo-search-input input{color:rgba(255,255,255,.9)}[data-theme=palermo].dark .palermo-search-input input::-moz-placeholder{color:rgba(255,255,255,.5)}[data-theme=palermo].dark .palermo-search-input input::placeholder{color:rgba(255,255,255,.5)}[data-theme=palermo] .palermo-search-input [data-slot=input-group-addon]{padding:0;gap:8px}[data-theme=palermo] .palermo-search-input [data-slot=input-group-addon] svg{width:16px;height:16px;color:#737373;flex-shrink:0}[data-theme=palermo].dark .palermo-search-input [data-slot=input-group-addon] svg{color:rgba(255,255,255,.5)}[data-theme=palermo] .theme-blog-home-container{max-width:1016px}[data-theme=palermo] .theme-blog-home-title{margin-bottom:54px}@media (max-width:768px){[data-theme=palermo] .theme-blog-home-title{margin-bottom:32px}}[data-theme=palermo] .theme-blog-home-filters{margin-bottom:92px}[data-theme=palermo] .theme-blog-home-posts{margin-bottom:54px}[data-theme=palermo] .theme-blog-title{letter-spacing:-.7125px}[data-theme=palermo].dark .theme-blog-title{color:#fafafa}[data-theme=palermo] .theme-post-layout{gap:54px 32px;max-width:968px}@media (max-width:768px){[data-theme=palermo] .theme-post-layout{flex-direction:column;gap:54px;max-width:100%}}[data-theme=palermo] .theme-post-layout-item{width:301.328px}[data-theme=palermo] .theme-post-card{gap:1rem}[data-theme=palermo] .theme-post-card-image-wrapper{border-radius:0}[data-theme=palermo] .theme-post-card-image{height:188.328px}[data-theme=palermo] .theme-post-card-category{padding:3px 9px;background:hsl(var(--muted));border-radius:9999px;font-size:.75rem;color:hsl(var(--muted-foreground));letter-spacing:.3px;line-height:18px}[data-theme=palermo].dark .theme-post-card-category{background:#171717;color:#a3a3a3}[data-theme=palermo] .theme-post-card-title{font-size:1rem;font-weight:400;line-height:22px;color:hsl(var(--foreground));letter-spacing:-.3125px}[data-theme=palermo].dark .theme-post-card-title{color:#d4d4d4}[data-theme=palermo] .theme-post-card-description{font-size:.9375rem;line-height:24.375px;color:hsl(var(--muted-foreground));letter-spacing:-.2344px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}[data-theme=palermo] .theme-post-card-author{font-size:.8125rem;font-weight:400;color:hsl(var(--foreground));line-height:19.5px;letter-spacing:-.0762px}[data-theme=palermo].dark .theme-post-card-author{color:#d4d4d4}[data-theme=palermo] .theme-post-card-meta{font-size:.8125rem;font-weight:400;color:hsl(var(--muted-foreground));line-height:19.5px;letter-spacing:-.0762px}[data-theme=palermo] .theme-post-card-tag{font-size:.8125rem;font-weight:400;line-height:19.5px;letter-spacing:-.0762px;color:var(--brand-color)}[data-theme=palermo] .theme-footer{background:#fafafa;border-top:1px solid #e5e5e5;padding:3.0625rem 1.5rem 3rem}[data-theme=palermo].dark .theme-footer{border-top-color:#262626}@media (max-width:767px){[data-theme=palermo] .theme-footer{padding:50px 24px}}[data-theme=palermo] .theme-footer-container{max-width:1016px}@media (max-width:767px){[data-theme=palermo] .theme-footer-row{flex-direction:column;align-items:flex-start;height:auto;gap:54px}[data-theme=palermo] .theme-footer-links-container{flex-direction:column;align-items:flex-start;gap:16px}}[data-theme=palermo] .theme-footer-link{font-size:.8125rem;color:#737373;line-height:1.21875rem;letter-spacing:-.00476rem}[data-theme=palermo].dark .theme-footer-link{color:#a3a3a3}[data-theme=palermo] .theme-footer-link:hover{color:#0a0a0a}[data-theme=palermo].dark .theme-footer-link:hover{color:#fafafa}[data-theme=palermo] .theme-footer-attribution{gap:.125rem;font-size:.8125rem;line-height:1.21875rem;letter-spacing:-.00476rem}[data-theme=palermo] .theme-footer-attribution-text{color:#737373}[data-theme=palermo].dark .theme-footer-attribution-text{color:#a3a3a3}[data-theme=palermo] .theme-footer-attribution-link{color:#0a0a0a}[data-theme=palermo].dark .theme-footer-attribution-link{color:#fafafa}@media (max-width:767px){[data-theme=palermo] .theme-footer-socials-container{gap:16px}}[data-theme=palermo] .theme-footer-social-link{color:#737373}[data-theme=palermo].dark .theme-footer-social-link{color:#a3a3a3}[data-theme=palermo] .theme-footer-social-link:hover{color:#0a0a0a}[data-theme=palermo].dark .theme-footer-social-link:hover{color:#fafafa}@media (max-width:767px){[data-theme=palermo] .theme-footer-social-link svg{width:20px;height:20px}}[data-theme=palermo] .mobile-menu-dropdown{background:#ffffff;box-shadow:none}[data-theme=palermo].dark .mobile-menu-dropdown{background:hsl(var(--background))}[data-theme=palermo] .mobile-menu-palermo-layout{display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:0}[data-theme=palermo] .mobile-menu-palermo-menu-section{display:flex;flex-direction:column;gap:16px;padding:24px 16px 16px}[data-theme=palermo] .mobile-menu-title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#262626;margin:0}[data-theme=palermo].dark .mobile-menu-title{color:rgba(255,255,255,.9)}[data-theme=palermo] .mobile-menu-palermo-nav{width:100%}[data-theme=palermo] .mobile-menu-palermo-nav-list{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}[data-theme=palermo] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e5e5e5;text-decoration:none;transition:all .15s ease-out}[data-theme=palermo] .mobile-menu-nav-link.active{border-bottom-color:#171717}[data-theme=palermo].dark .mobile-menu-nav-link{border-bottom-color:rgba(255,255,255,.1)}[data-theme=palermo].dark .mobile-menu-nav-link.active{border-bottom-color:rgba(255,255,255,.2)}[data-theme=palermo] .mobile-menu-nav-link-text{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#737373;transition:color .15s ease-out}[data-theme=palermo] .mobile-menu-nav-link.active .mobile-menu-nav-link-text{color:#0a0a0a}[data-theme=palermo].dark .mobile-menu-nav-link-text{color:rgba(255,255,255,.6)}[data-theme=palermo].dark .mobile-menu-nav-link.active .mobile-menu-nav-link-text{color:rgba(255,255,255,.95)}[data-theme=palermo] .mobile-menu-chevron{width:16px;height:16px;color:#737373;transition:color .15s ease-out;flex-shrink:0}[data-theme=palermo].dark .mobile-menu-chevron{color:rgba(255,255,255,.5)}[data-theme=palermo] .mobile-menu-palermo-theme-section{display:flex;align-items:center;justify-content:space-between;padding:0 16px 16px}[data-theme=palermo] .mobile-menu-palermo-theme-switcher{display:block}[data-theme=palermo] .mobile-menu-palermo-theme-switcher>div{background:#f5f5f5!important;padding:6px!important;border-radius:0!important;gap:4px!important}[data-theme=palermo].dark .mobile-menu-palermo-theme-switcher>div{background:rgba(255,255,255,.1)!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button{width:24px!important;height:24px!important;border-radius:0!important;padding:4px!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button[aria-pressed=true]{background:#e5e5e5!important}[data-theme=palermo].dark .mobile-menu-palermo-theme-switcher button[aria-pressed=true]{background:rgba(255,255,255,.15)!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button svg{color:#737373!important}[data-theme=palermo] .mobile-menu-palermo-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=palermo].dark .mobile-menu-palermo-theme-switcher button[aria-pressed=true] svg{color:#fafafa!important}[data-theme=palermo] .mobile-menu-palermo-cta-wrapper{padding:0 16px 16px;margin-top:auto}[data-theme=palermo] .mobile-menu-palermo-cta{display:flex;align-items:center;justify-content:center;width:100%;height:56px;background:var(--brand-color);color:#ffffff;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;text-decoration:none;border-radius:0;transition:all .15s ease-out}[data-theme=palermo] .mobile-menu-palermo-cta:hover{opacity:.9}[data-theme=palermo].dark .mobile-menu-palermo-cta{background:var(--brand-color)}[data-theme=palermo].dark .mobile-menu-palermo-cta:hover{opacity:.9}[data-theme=palermo] .palermo-post-layout{display:flex;gap:2.5rem;border-bottom:1px solid hsl(var(--border))}[data-theme=palermo].dark .palermo-post-layout{border-bottom-color:rgba(255,255,255,.1)}[data-theme=palermo] .palermo-post-spacer-left{width:248px;flex-shrink:0;border-right:1px solid hsl(var(--border))}[data-theme=palermo].dark .palermo-post-spacer-left{border-right-color:rgba(255,255,255,.1)}@media (max-width:1023px){[data-theme=palermo] .palermo-post-spacer-left{display:none}}[data-theme=palermo] .palermo-post-content{flex:1;min-width:0;padding:1.5rem 0}@media (max-width:1023px){[data-theme=palermo] .palermo-post-content{padding-left:1rem;padding-right:1rem}}[data-theme=palermo] .palermo-post-toc{width:248px;flex-shrink:0;border-left:1px solid hsl(var(--border))}[data-theme=palermo].dark .palermo-post-toc{border-left-color:rgba(255,255,255,.1)}@media (max-width:1023px){[data-theme=palermo] .palermo-post-toc{display:none}[data-theme=palermo] .flex.gap-10{flex-direction:column;gap:0}[data-theme=palermo] .flex.gap-10>div:first-child,[data-theme=palermo] .flex.gap-10>div:last-child{display:none}[data-theme=palermo] .flex.gap-10>div:nth-child(2){padding-left:1rem;padding-right:1rem}}[data-theme=palermo] .theme-footer{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:3rem 1.5rem}[data-theme=palermo].dark .theme-footer{background:hsl(var(--background));border-top-color:rgba(255,255,255,.1)}@media (max-width:767px){[data-theme=palermo] .theme-footer{padding:2.5rem 1.5rem}}[data-theme=palermo] .theme-footer-container{max-width:1280px;margin:0 auto}[data-theme=palermo] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:1.25rem}@media (max-width:767px){[data-theme=palermo] .theme-footer-row{flex-direction:column;align-items:flex-start;height:auto;gap:2rem}}[data-theme=palermo] .theme-footer-links-container{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}@media (max-width:767px){[data-theme=palermo] .theme-footer-links-container{flex-direction:column;align-items:flex-start;gap:1rem}}[data-theme=palermo] .theme-footer-link{font-size:.875rem;font-weight:400;color:hsl(var(--muted-foreground));text-decoration:none;line-height:1.5;letter-spacing:-.01em;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .theme-footer-link{color:rgba(255,255,255,.6)}[data-theme=palermo] .theme-footer-link:hover{color:hsl(var(--foreground))}[data-theme=palermo].dark .theme-footer-link:hover{color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-footer-attribution{display:flex;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.5;letter-spacing:-.01em;flex-shrink:0;font-weight:400}[data-theme=palermo] .theme-footer-attribution-text{color:hsl(var(--muted-foreground))}[data-theme=palermo].dark .theme-footer-attribution-text{color:rgba(255,255,255,.6)}[data-theme=palermo] .theme-footer-attribution-link{color:hsl(var(--foreground));text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .theme-footer-attribution-link{color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-footer-attribution-link:hover{opacity:.7}[data-theme=palermo] .theme-footer-socials-container{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width:767px){[data-theme=palermo] .theme-footer-socials-container{gap:1rem}}[data-theme=palermo] .theme-footer-social-link{color:hsl(var(--muted-foreground));text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .theme-footer-social-link{color:rgba(255,255,255,.6)}[data-theme=palermo] .theme-footer-social-link:hover{color:hsl(var(--foreground))}[data-theme=palermo].dark .theme-footer-social-link:hover{color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}@media (max-width:767px){[data-theme=palermo] .theme-footer-social-link svg{width:1.25rem;height:1.25rem}}[data-theme=palermo] .theme-post-card{display:flex;flex-direction:column;gap:24px;padding:24px;border:1px solid #e5e5e5;border-radius:var(--theme-card-radius);text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .theme-post-card{border-color:rgba(255,255,255,.1)}[data-theme=palermo] .theme-post-card:hover{box-shadow:var(--theme-shadow-md)}[data-theme=palermo] .theme-post-card-image-wrapper{background:hsl(var(--muted));overflow:hidden;border-radius:4px;width:100%;height:200px;flex-shrink:0}[data-theme=palermo] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=palermo] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=palermo] .theme-post-card-content{display:flex;flex-direction:column;gap:10px;flex:1}[data-theme=palermo] .theme-post-card-category{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:1000px;font-size:12px;font-weight:400;line-height:16px;color:#0a0a0a;text-transform:uppercase;letter-spacing:.02em}[data-theme=palermo].dark .theme-post-card-category{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-post-card-text{display:flex;flex-direction:column;gap:6px}[data-theme=palermo] .theme-post-card-title{font-size:18px;font-weight:600;line-height:28px;color:#0a0a0a;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=palermo].dark .theme-post-card-title{color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-post-card-description{font-size:14px;font-weight:400;line-height:20px;color:#525252;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=palermo].dark .theme-post-card-description{color:rgba(255,255,255,.6)}[data-theme=palermo] .theme-post-card-author-section{display:flex;align-items:center;gap:10px}[data-theme=palermo] .theme-post-card-avatar{width:24px;height:24px;flex-shrink:0;border-radius:4px;overflow:hidden}[data-theme=palermo] .theme-post-card-avatar-fallback{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:1px solid #e5e5e5;font-size:11px;font-weight:400;line-height:16.5px;letter-spacing:.0645px;color:#0a0a0a}[data-theme=palermo].dark .theme-post-card-avatar-fallback{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-post-card-author-info{display:flex;flex-direction:column;gap:0;flex:1;min-width:0}[data-theme=palermo] .theme-post-card-author-name{font-size:12px;font-weight:500;line-height:16px;color:#737373}[data-theme=palermo].dark .theme-post-card-author-name{color:rgba(255,255,255,.7)}[data-theme=palermo] .theme-post-card-author-date{font-size:10px;font-weight:400;line-height:16px;color:#a3a3a3}[data-theme=palermo].dark .theme-post-card-author-date{color:rgba(255,255,255,.5)}[data-theme=palermo] .theme-post-card-tags{font-size:14px;font-weight:400;line-height:20px;color:#a3a3a3;margin:0;white-space:pre-wrap;word-break:break-word}[data-theme=palermo].dark .theme-post-card-tags{color:rgba(255,255,255,.5)}[data-theme=palermo] .scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}[data-theme=palermo] .scrollbar-hide::-webkit-scrollbar{display:none}[data-theme=palermo] .theme-category-section{display:flex;flex-direction:column;gap:40px;width:100%}[data-theme=palermo] .theme-category-header{display:flex;align-items:flex-start;justify-content:space-between;width:100%}@media (max-width:768px){[data-theme=palermo] .theme-category-header{flex-direction:row;align-items:center;gap:16px}}[data-theme=palermo] .theme-category-title{font-size:24px;line-height:36px;font-weight:600;color:#262626;margin:0}@media (max-width:768px){[data-theme=palermo] .theme-category-title{font-size:20px;line-height:30px}}[data-theme=palermo].dark .theme-category-title{color:rgba(255,255,255,.95)}[data-theme=palermo] .theme-category-pagination{display:flex;align-items:center;height:36px;gap:0}[data-theme=palermo] .theme-category-pagination button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;border-radius:4px;transition:background-color .15s ease-out}[data-theme=palermo] .theme-category-pagination button:hover{background:rgba(0,0,0,.05)}[data-theme=palermo].dark .theme-category-pagination button:hover{background:rgba(255,255,255,.05)}[data-theme=palermo] .theme-category-pagination button:disabled{opacity:.5;cursor:not-allowed}[data-theme=palermo] .theme-posts-row{display:flex;align-items:flex-start;gap:0;width:100%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}[data-theme=palermo] .theme-posts-row::-webkit-scrollbar{display:none}[data-theme=palermo] .scrollbar-hide>a,[data-theme=palermo] .theme-posts-row>a{align-self:stretch;display:flex;flex-direction:column}@media (max-width:768px){[data-theme=palermo] .theme-posts-row{flex-direction:column;overflow-x:visible}[data-theme=palermo] .theme-posts-row>a{width:100%!important;margin-left:0!important}[data-theme=palermo] .theme-posts-row>a:not(:first-child){margin-top:-1px}[data-theme=palermo] .palermo-related-posts-scroll{flex-direction:row;overflow-x:auto}[data-theme=palermo] .palermo-related-posts-scroll>a{width:300px!important;flex-shrink:0}[data-theme=palermo] .palermo-related-posts-scroll>a:not(:first-child){margin-left:-1px}}@media (min-width:769px) and (max-width:1024px){[data-theme=palermo] .theme-posts-row{padding-right:32px}}[data-theme=palermo] .theme-see-all-link{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;height:37px;border-radius:4px;text-decoration:none;transition:opacity .15s ease-out}[data-theme=palermo] .theme-see-all-link:hover{opacity:.8}[data-theme=palermo] .theme-see-all-text{font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;color:#171717;text-decoration:underline;text-decoration-style:solid}[data-theme=palermo].dark .theme-see-all-text{color:rgba(255,255,255,.95)}[data-theme=palermo] .theme-post-layout{display:flex;flex-wrap:wrap;gap:24px;width:100%;max-width:1280px;margin:0 auto}@media (max-width:768px){[data-theme=palermo] .theme-post-layout{flex-direction:column;gap:24px;max-width:100%}}[data-theme=palermo] .theme-post-layout-item{width:calc((100% - 48px) / 3);flex-shrink:0}@media (max-width:1024px){[data-theme=palermo] .theme-post-layout-item{width:calc((100% - 24px) / 2)}}@media (max-width:768px){[data-theme=palermo] .theme-post-layout-item{width:100%}}[data-theme=palermo] .theme-blog-home-container{display:flex;flex-direction:column;padding:64px 24px 32px;min-height:100vh;max-width:1280px;margin:0 auto}[data-theme=palermo].dark .theme-blog-home-container{background:hsl(var(--background))}@media (max-width:768px){[data-theme=palermo] .theme-blog-home-container{padding:64px 16px 32px}}[data-theme=palermo] .theme-blog-hero{display:flex;flex-direction:column;align-items:center;gap:32px;margin-bottom:64px}@media (max-width:768px){[data-theme=palermo] .theme-blog-hero{gap:24px;margin-bottom:48px}}[data-theme=palermo] .theme-blog-hero-content{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;max-width:528px;padding:3px 0}[data-theme=palermo] .theme-blog-hero-title{font-family:var(--font-sans,"Inter",sans-serif);font-size:24px;font-weight:600;line-height:36px;color:#262626;margin:0;padding:0;width:100%}[data-theme=palermo].dark .theme-blog-hero-title{color:rgba(255,255,255,.95)}[data-theme=palermo] .theme-blog-hero-description{font-family:var(--font-sans,"Inter",sans-serif);font-size:14px;font-weight:400;line-height:20px;color:#0a0a0a;opacity:.8;margin:0;padding:0;width:100%}[data-theme=palermo].dark .theme-blog-hero-description{color:rgba(255,255,255,.9);opacity:.8}[data-theme=palermo] .theme-blog-hero-search{width:100%;max-width:308px;display:flex;justify-content:center}@media (max-width:768px){[data-theme=palermo] .theme-blog-hero-search{max-width:100%}}[data-theme=palermo] .theme-blog-home-filters{margin-bottom:64px}@media (max-width:768px){[data-theme=palermo] .theme-blog-home-filters{margin-bottom:32px}}[data-theme=palermo] .theme-blog-home-posts{margin-bottom:48px}[data-theme=palermo] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 24px;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=palermo].dark .theme-header{background:hsl(var(--background));border-bottom-color:rgba(255,255,255,.1)}[data-theme=palermo] .theme-header-container{display:flex;align-items:center;gap:32px;max-width:1280px;margin:0 auto}@media (max-width:1023px){[data-theme=palermo] .theme-header-container{gap:16px}}[data-theme=palermo] .theme-logo-link{display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=palermo] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=palermo] .theme-site-name{font-size:1rem;line-height:1.5;font-weight:400;letter-spacing:-.045em;color:hsl(var(--foreground));white-space:nowrap}[data-theme=palermo].dark .theme-site-name{color:rgba(255,255,255,.9)}[data-theme=palermo] .theme-header-search{display:none;flex:1;max-width:400px}@media (min-width:1024px){[data-theme=palermo] .theme-header-search{display:block}}[data-theme=palermo] .theme-header-nav{display:flex;align-items:center;gap:16px;margin-left:auto}@media (min-width:1024px){[data-theme=palermo] .theme-header-nav{gap:4px}}@media (max-width:1023px){[data-theme=palermo] .theme-header-nav nav{display:none}[data-theme=palermo] .theme-header-nav{gap:16px}}[data-theme=palermo] .theme-header-divider{height:1.25rem;width:1px;background:hsl(var(--border))}[data-theme=palermo] .theme-nav{display:flex}[data-theme=palermo] .theme-nav-list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}[data-theme=palermo] .theme-nav-item{margin:0}[data-theme=palermo] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 12px;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;color:hsl(var(--muted-foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing);height:37px;border-radius:var(--theme-button-radius)}[data-theme=palermo].dark .theme-nav-link{color:rgba(255,255,255,.7)}[data-theme=palermo] .theme-nav-link:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}[data-theme=palermo].dark .theme-nav-link:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.05)}[data-theme=palermo] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:white;border:none;border-radius:var(--theme-button-radius);height:37px;padding:8px 20px;font-weight:500;font-size:14px;line-height:20px;letter-spacing:-.01em;box-shadow:var(--theme-shadow-button);cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=palermo] .theme-cta-button:hover{opacity:.9;transform:translateY(var(--theme-button-lift))}[data-theme=palermo] .theme-blog-title{font-size:1rem;line-height:1.5rem;font-weight:400;letter-spacing:-.045em;color:hsl(var(--foreground));margin:0;padding:0}[data-theme=palermo].dark .theme-blog-title{color:rgba(255,255,255,.9)}[data-theme=petra]{--radius:0.5rem;--theme-header-height:4.3125rem;--theme-max-width:1440px;--theme-section-padding:6rem;--theme-button-radius:999px;--theme-card-radius:0.75rem;--theme-input-radius:999px;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.05);--theme-shadow-md:0 4px 6px rgba(0,0,0,0.1);--theme-shadow-lg:0 10px 15px rgba(0,0,0,0.1);--theme-shadow-button:none;--theme-transition-speed:200ms;--theme-transition-timing:ease-in-out;--theme-backdrop-blur:0px;--theme-button-lift:0px}[data-theme=petra]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=petra].dark{--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=petra] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 24px;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=petra].dark .theme-header{background:hsl(var(--background));border-bottom-color:hsl(var(--border))}[data-theme=petra] .theme-header-container{position:relative;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;max-width:1440px;margin:0 auto;padding:0 272px}@media (max-width:1600px){[data-theme=petra] .theme-header-container{padding:0 80px}}@media (max-width:1200px){[data-theme=petra] .theme-header-container{padding:0 40px}}@media (max-width:1023px){[data-theme=petra] .theme-header-container{display:flex;justify-content:space-between;padding:0 24px;gap:16px}}@media (max-width:768px){[data-theme=petra] .theme-header-container{padding:0 16px}}[data-theme=petra] .theme-header-nav-left{display:flex;align-items:center;justify-content:flex-start}@media (max-width:1023px){[data-theme=petra] .theme-header-nav-left{display:none}}[data-theme=petra] .theme-logo-link{display:flex;align-items:center;gap:8px;justify-content:center;text-decoration:none;height:24px;flex-shrink:0}@media (max-width:1023px){[data-theme=petra] .theme-logo-link{justify-content:flex-start}}[data-theme=petra] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=petra] .theme-site-name{font-size:15px;line-height:22.5px;font-weight:400;letter-spacing:-.6094px;color:hsl(var(--foreground));white-space:nowrap}[data-theme=petra].dark .theme-site-name{color:hsl(var(--foreground))}[data-theme=petra] .theme-header-nav-right{display:flex;align-items:center;gap:8px;justify-content:flex-end}@media (max-width:1023px){[data-theme=petra] .theme-header-nav-right{display:none}}[data-theme=petra] .theme-nav{display:flex}[data-theme=petra] .theme-nav-list{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}[data-theme=petra] .theme-nav-item{margin:0}[data-theme=petra] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 0;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:hsl(var(--foreground)/.8);text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=petra].dark .theme-nav-link{color:hsl(var(--foreground)/.8)}[data-theme=petra] .theme-nav-link:hover,[data-theme=petra].dark .theme-nav-link:hover{color:hsl(var(--foreground))}[data-theme=petra] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:hsl(var(--primary-foreground));border:none;border-radius:var(--theme-button-radius);height:37px;padding:8px 20px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:-.1504px;box-shadow:var(--theme-shadow-button);cursor:pointer;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=petra] .theme-cta-button:hover{opacity:.9}[data-theme=petra] .theme-header-nav-right>div>div{background:hsl(var(--muted));border-radius:var(--theme-button-radius);padding:4px;gap:4px}[data-theme=petra].dark .theme-header-nav-right>div>div{background:hsl(var(--secondary))}[data-theme=petra] .theme-header-nav-right button{width:24px;height:24px;border-radius:var(--theme-button-radius);padding:4px}[data-theme=petra] .theme-header-nav-right button[aria-pressed=true],[data-theme=petra].dark .theme-header-nav-right button[aria-pressed=true]{background:var(--brand-color)}[data-theme=petra] .theme-header-nav-right button[aria-pressed=false],[data-theme=petra].dark .theme-header-nav-right button[aria-pressed=false]{background:transparent}[data-theme=petra] .theme-header-nav-right button svg{width:16px;height:16px;color:hsl(var(--muted-foreground))}[data-theme=petra].dark .theme-header-nav-right button svg{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-header-nav-right button[aria-pressed=true] svg,[data-theme=petra].dark .theme-header-nav-right button[aria-pressed=true] svg{color:hsl(var(--primary-foreground))}[data-theme=petra] .theme-mobile-actions{display:none}@media (max-width:1023px){[data-theme=petra] .theme-mobile-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-shrink:0}}[data-theme=petra] .mobile-theme-switcher{display:none}@media (max-width:1023px){[data-theme=petra] button[aria-label="Toggle mobile menu"]{color:hsl(var(--foreground));padding:8px}[data-theme=petra].dark button[aria-label="Toggle mobile menu"]{color:hsl(var(--foreground))}[data-theme=petra] button[aria-label="Toggle mobile menu"] svg{width:24px;height:24px}}[data-theme=petra] .theme-blog-home-container{display:flex;flex-direction:column;gap:24px;padding:16px 24px 24px;min-height:100vh;max-width:100%;margin:0 auto}@media (max-width:768px){[data-theme=petra] .theme-blog-home-container{padding:16px}}[data-theme=petra] .theme-blog-home-wrapper{display:flex;border:1px solid hsl(var(--border));border-radius:16px;overflow:hidden;width:100%;max-width:1024px;margin:0 auto}[data-theme=petra].dark .theme-blog-home-wrapper{border-color:hsl(var(--border))}@media (max-width:1023px){[data-theme=petra] .theme-blog-home-wrapper{flex-direction:column}}[data-theme=petra] .theme-blog-main-content{display:flex;flex:1;flex-direction:column;gap:24px;padding:24px 30px;min-width:0;overflow:hidden}@media (max-width:768px){[data-theme=petra] .theme-blog-main-content{padding:24px 16px}}[data-theme=petra] .theme-blog-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}@media (max-width:1023px){[data-theme=petra] .theme-blog-header-row{flex-direction:column;align-items:flex-start}}[data-theme=petra] .theme-blog-sort-desktop{display:block}@media (max-width:1023px){[data-theme=petra] .theme-blog-sort-desktop{display:none}}[data-theme=petra] .theme-blog-mobile-search-row{display:none}@media (max-width:1023px){[data-theme=petra] .theme-blog-mobile-search-row{display:flex;align-items:center;gap:12px;width:100%}}[data-theme=petra] .theme-blog-mobile-search{flex:2;min-width:0}[data-theme=petra] .theme-blog-mobile-search form{width:100%}[data-theme=petra] .theme-blog-mobile-search .petra-search-input{width:100%;max-width:100%}[data-theme=petra] .theme-blog-sort-mobile{flex:1;min-width:0;max-width:none}[data-theme=petra] .theme-blog-mobile-categories{display:none}@media (max-width:1023px){[data-theme=petra] .theme-blog-mobile-categories{display:flex;align-items:center;gap:8px;width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}[data-theme=petra] .theme-blog-mobile-categories::-webkit-scrollbar{display:none}}[data-theme=petra] .theme-category-tab{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:transparent;border:none;border-radius:999px;font-size:14px;line-height:20px;font-weight:400;color:hsl(var(--muted-foreground));cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease-in-out}[data-theme=petra].dark .theme-category-tab{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-category-tab:hover,[data-theme=petra].dark .theme-category-tab:hover{color:hsl(var(--foreground))}[data-theme=petra] .theme-category-tab-active,[data-theme=petra].dark .theme-category-tab-active{background:var(--brand-color);color:hsl(var(--primary-foreground))}[data-theme=petra] .theme-category-tab-active:hover{color:hsl(var(--primary-foreground));opacity:.9}[data-theme=petra].dark .theme-category-tab-active:hover{color:hsl(var(--primary-foreground))}[data-theme=petra] .theme-blog-title{font-size:24px;line-height:36px;font-weight:600;color:hsl(var(--foreground));margin:0;padding:0}[data-theme=petra].dark .theme-blog-title{color:hsl(var(--foreground))}[data-theme=petra] .theme-blog-sort-dropdown{display:flex;align-items:center;justify-content:space-between;gap:8px;height:37px;padding:8px 16px;background:hsl(var(--muted));border-radius:999px;font-size:14px;line-height:21px;font-weight:400;color:hsl(var(--muted-foreground));letter-spacing:-.1504px;cursor:pointer;border:none;transition:opacity .2s ease-in-out;box-shadow:none!important;max-width:200px}[data-theme=petra].dark .theme-blog-sort-dropdown{background:hsl(var(--secondary));color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-blog-sort-dropdown:hover{opacity:.8}[data-theme=petra] .theme-blog-sort-dropdown:focus{outline:none;box-shadow:none!important}[data-theme=petra] .theme-blog-sort-dropdown[data-state=open]{opacity:.8}[data-theme=petra] .theme-blog-sort-dropdown svg{width:18px;height:18px;flex-shrink:0;opacity:1}[data-theme=petra] .theme-blog-sort-dropdown+[role=listbox],[data-theme=petra] [data-radix-popper-content-wrapper] [role=listbox]{max-width:200px;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:8px;padding:4px;box-shadow:0 4px 6px rgba(0,0,0,.1)}[data-theme=petra].dark .theme-blog-sort-dropdown+[role=listbox],[data-theme=petra].dark [data-radix-popper-content-wrapper] [role=listbox]{background:hsl(var(--muted));border-color:hsl(var(--border));box-shadow:0 4px 6px rgba(0,0,0,.3)}[data-theme=petra] .theme-blog-sort-dropdown+[role=listbox] [role=option],[data-theme=petra] [data-radix-popper-content-wrapper] [role=option]{padding:8px 12px;font-size:14px;line-height:21px;font-weight:400;color:hsl(var(--foreground));letter-spacing:-.1504px;border-radius:4px;cursor:pointer;transition:background .15s ease-in-out}[data-theme=petra].dark .theme-blog-sort-dropdown+[role=listbox] [role=option],[data-theme=petra].dark [data-radix-popper-content-wrapper] [role=option]{color:hsl(var(--foreground))}[data-theme=petra] .theme-blog-sort-dropdown+[role=listbox] [role=option]:hover,[data-theme=petra] [data-radix-popper-content-wrapper] [role=option]:hover{background:hsl(var(--muted))}[data-theme=petra].dark .theme-blog-sort-dropdown+[role=listbox] [role=option]:hover,[data-theme=petra].dark [data-radix-popper-content-wrapper] [role=option]:hover{background:hsl(var(--secondary))}[data-theme=petra] .theme-blog-sort-dropdown+[role=listbox] [role=option][aria-selected=true],[data-theme=petra] [data-radix-popper-content-wrapper] [role=option][aria-selected=true]{background:hsl(var(--muted));font-weight:500}[data-theme=petra].dark .theme-blog-sort-dropdown+[role=listbox] [role=option][aria-selected=true],[data-theme=petra].dark [data-radix-popper-content-wrapper] [role=option][aria-selected=true]{background:hsl(var(--secondary))}@media (max-width:768px){[data-theme=petra] .theme-blog-sort-dropdown{width:100%;max-width:100%}[data-theme=petra] .theme-blog-sort-dropdown+[role=listbox],[data-theme=petra] [data-radix-popper-content-wrapper] [role=listbox]{max-width:100%}}[data-theme=petra] .theme-blog-home-pagination,[data-theme=petra] .theme-blog-home-posts{width:100%}[data-theme=petra] .theme-blog-sidebar{display:none}@media (min-width:1024px){[data-theme=petra] .theme-blog-sidebar{display:flex;flex-direction:column;width:195px;flex-shrink:0;border-left:1px solid hsl(var(--border))}}[data-theme=petra].dark .theme-blog-sidebar{border-left-color:hsl(var(--border))}@media (max-width:1023px){[data-theme=petra] .theme-blog-sidebar{width:100%;border-left:none;border-top:1px solid hsl(var(--border))}[data-theme=petra].dark .theme-blog-sidebar{border-top-color:hsl(var(--border))}}[data-theme=petra] .theme-sidebar-search-section{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;border-bottom:1px solid hsl(var(--border))}[data-theme=petra].dark .theme-sidebar-search-section{border-bottom-color:hsl(var(--border))}[data-theme=petra] .theme-sidebar-category-section{display:flex;flex-direction:column}[data-theme=petra] .theme-sidebar-category-header{display:flex;align-items:center;justify-content:center;padding:16px;border-bottom:1px solid hsl(var(--border))}[data-theme=petra].dark .theme-sidebar-category-header{border-bottom-color:hsl(var(--border))}[data-theme=petra] .theme-sidebar-category-title{flex:1;font-size:16px;line-height:24px;font-weight:600;color:hsl(var(--foreground));opacity:.8;margin:0}[data-theme=petra].dark .theme-sidebar-category-title{color:hsl(var(--foreground))}[data-theme=petra] .theme-sidebar-category-pills{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:16px}[data-theme=petra] .theme-category-pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background:hsl(var(--background));border:none;border-radius:1000px;font-size:12px;line-height:16px;font-weight:400;color:hsl(var(--foreground));opacity:.8;cursor:pointer;text-align:center;transition:opacity .2s ease-in-out;white-space:nowrap}[data-theme=petra].dark .theme-category-pill{background:hsl(var(--muted));color:hsl(var(--foreground))}[data-theme=petra] .theme-category-pill:hover,[data-theme=petra].dark .theme-category-pill:hover{opacity:1}[data-theme=petra] .theme-category-pill-active{opacity:.8}[data-theme=petra] .theme-category-pill-active,[data-theme=petra].dark .theme-category-pill-active{background:var(--brand-color);color:hsl(var(--primary-foreground))}[data-theme=petra] .petra-sidebar-search-input{display:flex;align-items:center;gap:8px;width:100%;padding:8px 0;opacity:.8;background:transparent;border:none}[data-theme=petra] .petra-sidebar-search-input svg{width:16px;height:16px;flex-shrink:0;color:hsl(var(--muted-foreground))}[data-theme=petra].dark .petra-sidebar-search-input svg{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-sidebar-search-input input{flex:1;background:transparent;border:none;outline:none;font-size:14px;line-height:normal;font-weight:400;letter-spacing:-.1504px;color:hsl(var(--muted-foreground));font-family:Inter,sans-serif}[data-theme=petra].dark .petra-sidebar-search-input input{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-sidebar-search-input input::-moz-placeholder{color:hsl(var(--muted-foreground));font-size:14px}[data-theme=petra] .petra-sidebar-search-input input::placeholder{color:hsl(var(--muted-foreground));font-size:14px}[data-theme=petra].dark .petra-sidebar-search-input input::-moz-placeholder{color:hsl(var(--muted-foreground))}[data-theme=petra].dark .petra-sidebar-search-input input::placeholder{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-search-input{border-radius:99px;background:hsl(var(--muted));border:none;height:2.5rem;padding:.5rem .75rem}[data-theme=petra].dark .petra-search-input{background:hsl(var(--secondary))}[data-theme=petra] .petra-search-input:focus-within{background:hsl(var(--muted));box-shadow:none}[data-theme=petra].dark .petra-search-input:focus-within{background:hsl(var(--secondary))}[data-theme=petra] .petra-search-input input{font-size:.875rem;line-height:1.25rem;font-weight:400;color:#0a0a0a}[data-theme=petra].dark .petra-search-input input{color:#fafafa}[data-theme=petra] .petra-search-input input::-moz-placeholder{color:#737373;font-size:.875rem}[data-theme=petra] .petra-search-input input::placeholder{color:#737373;font-size:.875rem}[data-theme=petra].dark .petra-search-input input::-moz-placeholder{color:#a3a3a3}[data-theme=petra].dark .petra-search-input input::placeholder{color:#a3a3a3}[data-theme=petra] .petra-search-input [data-slot=input-group-addon] svg{width:1rem;height:1rem;color:#737373}[data-theme=petra].dark .petra-search-input [data-slot=input-group-addon] svg{color:#a3a3a3}[data-theme=petra] [data-slot=pagination]{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}[data-theme=petra] [data-slot=pagination] a,[data-theme=petra] [data-slot=pagination] button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;padding:0!important;border-radius:4px!important;background:transparent!important;border:none!important;color:#737373!important;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;opacity:.8;cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);box-shadow:none!important}[data-theme=petra] [data-slot=pagination] a:hover:not(.pointer-events-none),[data-theme=petra] [data-slot=pagination] button:hover:not(:disabled){opacity:1;color:#171717!important}[data-theme=petra] [data-slot=pagination] a[aria-current=page],[data-theme=petra] [data-slot=pagination] button[aria-current=page]{background:transparent!important;color:#171717!important;font-weight:700;opacity:1}[data-theme=petra] [data-slot=pagination] a:first-child,[data-theme=petra] [data-slot=pagination] a:last-child,[data-theme=petra] [data-slot=pagination] button:first-child,[data-theme=petra] [data-slot=pagination] button:last-child{opacity:1}[data-theme=petra] [data-slot=pagination] .pointer-events-none{opacity:.8;cursor:not-allowed}[data-theme=petra].dark [data-slot=pagination] a,[data-theme=petra].dark [data-slot=pagination] button{color:hsl(var(--muted-foreground))!important}[data-theme=petra].dark [data-slot=pagination] a:hover:not(.pointer-events-none),[data-theme=petra].dark [data-slot=pagination] button:hover:not(:disabled){color:hsl(var(--foreground))!important}[data-theme=petra].dark [data-slot=pagination] a[aria-current=page],[data-theme=petra].dark [data-slot=pagination] button[aria-current=page]{color:hsl(var(--foreground))!important;font-weight:700}[data-theme=petra].dark [data-slot=pagination] .pointer-events-none{opacity:.8;color:hsl(var(--muted-foreground))!important}[data-theme=petra] [data-slot=pagination] .pagination-ellipsis{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:hsl(var(--muted-foreground));font-size:14px;opacity:.8}[data-theme=petra].dark [data-slot=pagination] .pagination-ellipsis{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-post-layout{display:flex;gap:20px;width:100%;align-items:flex-start;justify-content:flex-start}@media (max-width:768px){[data-theme=petra] .theme-post-layout{flex-direction:column;gap:40px}}[data-theme=petra] .theme-post-layout-column{display:flex;flex-direction:column;gap:40px;flex:1;min-width:0}@media (max-width:768px){[data-theme=petra] .theme-post-layout-column{width:100%}}[data-theme=petra] .theme-post-layout-item{width:100%}[data-theme=petra] .theme-post-card{display:flex;flex-direction:column;gap:16px;text-decoration:none;width:100%;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=petra] .theme-post-card-image-wrapper{position:relative;width:100%;overflow:hidden;border-radius:12px;background:hsl(var(--muted))}[data-theme=petra].dark .theme-post-card-image-wrapper{background:hsl(var(--secondary))}[data-theme=petra] .theme-post-card-image-wrapper.aspect-wide{aspect-ratio:4096/2413}[data-theme=petra] .theme-post-card-image-wrapper.aspect-tall{aspect-ratio:2638/4096}[data-theme=petra] .theme-post-card-image-wrapper:not(.aspect-wide):not(.aspect-tall){aspect-ratio:4096/2413}[data-theme=petra] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;transition:transform .3s ease-out}[data-theme=petra] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=petra] .theme-post-card-date-badge{position:absolute;top:10px;left:10px;display:flex;align-items:center;justify-content:center;padding:4px 10px;background:hsl(var(--muted));border-radius:6px;z-index:1}[data-theme=petra].dark .theme-post-card-date-badge{background:hsla(var(--muted),.9)}[data-theme=petra] .theme-post-card-date-badge time{font-size:10px;font-weight:400;line-height:16px;color:hsl(var(--muted-foreground))}[data-theme=petra].dark .theme-post-card-date-badge time{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-post-card-content{display:flex;flex-direction:column;gap:16px}[data-theme=petra] .theme-post-card-author-section{display:flex;align-items:center;gap:10px}[data-theme=petra] .theme-post-card-avatar{width:24px;height:24px;flex-shrink:0;border-radius:4px;overflow:hidden}[data-theme=petra] .theme-post-card-avatar-fallback{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:400;line-height:16.5px;letter-spacing:.0645px;color:hsl(var(--primary-foreground));border-radius:16777200px}[data-theme=petra] .theme-post-card-author-name{font-size:12px;font-weight:500;line-height:16px;color:hsl(var(--muted-foreground));flex:1;min-width:0}[data-theme=petra].dark .theme-post-card-author-name{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-post-card-text{display:flex;flex-direction:column;gap:6px}[data-theme=petra] .theme-post-card-title{font-size:18px;font-weight:600;line-height:28px;color:hsl(var(--foreground));margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}[data-theme=petra].dark .theme-post-card-title{color:hsl(var(--foreground))}[data-theme=petra] .theme-post-card-description{font-size:14px;font-weight:400;line-height:20px;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}[data-theme=petra].dark .theme-post-card-description{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-post-card-category-wrapper{display:flex}[data-theme=petra] .theme-post-card-category{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;background:hsl(var(--background));border-radius:1000px;font-size:12px;font-weight:400;line-height:16px;color:hsl(var(--foreground)/.8)}[data-theme=petra].dark .theme-post-card-category{background:hsl(var(--muted));color:hsl(var(--foreground)/.8)}[data-theme=petra] .theme-footer{background:hsl(var(--background));padding:49px 24px 0;margin-bottom:4rem;border-top:1px solid hsl(var(--border))}[data-theme=petra].dark .theme-footer{background:hsl(var(--background));border-top-color:hsl(var(--border))}@media (max-width:767px){[data-theme=petra] .theme-footer{padding:50px 24px;margin-bottom:0}}[data-theme=petra] .theme-footer-container{max-width:1024px;margin:0 auto}[data-theme=petra] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:20px}@media (max-width:767px){[data-theme=petra] .theme-footer-row{flex-direction:column;align-items:center;justify-content:center;height:auto;gap:54px}}[data-theme=petra] .theme-footer-links-container{display:flex;align-items:center;gap:24px;flex-shrink:0}@media (max-width:767px){[data-theme=petra] .theme-footer-links-container{flex-direction:column;align-items:center;gap:16px;order:1}}[data-theme=petra] .theme-footer-link{font-size:13px;font-weight:400;color:hsl(var(--muted-foreground));text-decoration:none;line-height:19.5px;letter-spacing:-.0762px;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=petra].dark .theme-footer-link{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-footer-link:hover,[data-theme=petra].dark .theme-footer-link:hover{color:hsl(var(--foreground))}[data-theme=petra] .theme-footer-attribution{display:flex;align-items:center;gap:2px;font-size:13px;line-height:19.5px;letter-spacing:-.0762px;flex-shrink:0;font-weight:400}@media (max-width:767px){[data-theme=petra] .theme-footer-attribution{order:3}}[data-theme=petra] .theme-footer-attribution-text,[data-theme=petra].dark .theme-footer-attribution-text{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-footer-attribution-link{color:hsl(var(--foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=petra].dark .theme-footer-attribution-link{color:hsl(var(--foreground))}[data-theme=petra] .theme-footer-attribution-link:hover{opacity:.8}[data-theme=petra] .theme-footer-socials-container{display:flex;align-items:center;gap:16px;flex-shrink:0}@media (max-width:767px){[data-theme=petra] .theme-footer-socials-container{justify-content:center;order:2}}[data-theme=petra] .theme-footer-social-link{color:hsl(var(--muted-foreground));text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=petra].dark .theme-footer-social-link{color:hsl(var(--muted-foreground))}[data-theme=petra] .theme-footer-social-link:hover,[data-theme=petra].dark .theme-footer-social-link:hover{color:hsl(var(--foreground))}[data-theme=petra] .theme-footer-social-link svg{width:20px;height:20px}[data-theme=petra] .petra-breadcrumb{display:flex;align-items:center;gap:0}[data-theme=petra] .petra-breadcrumb-item{font-size:12px;line-height:16px;opacity:.8}[data-theme=petra] .petra-breadcrumb-category{font-weight:300;color:#a3a3a3}[data-theme=petra].dark .petra-breadcrumb-category{color:#737373}[data-theme=petra] .petra-breadcrumb-title{font-weight:400;color:hsl(var(--foreground))}[data-theme=petra].dark .petra-breadcrumb-title{color:hsl(var(--foreground))}[data-theme=petra] .petra-post-page-container{max-width:1024px;margin:0 auto}[data-theme=petra] #post-content-area,[data-theme=petra] #post-content-area>div{max-width:550px}[data-theme=petra] #post-content-area h1,[data-theme=petra] #post-content-area h2,[data-theme=petra] #post-content-area h3,[data-theme=petra] #post-content-area h4,[data-theme=petra] #post-content-area h5,[data-theme=petra] #post-content-area h6{font-size:24px;line-height:22px;font-weight:400;color:hsl(var(--foreground));letter-spacing:-.3125px}[data-theme=petra].dark #post-content-area h1,[data-theme=petra].dark #post-content-area h2,[data-theme=petra].dark #post-content-area h3,[data-theme=petra].dark #post-content-area h4,[data-theme=petra].dark #post-content-area h5,[data-theme=petra].dark #post-content-area h6{color:hsl(var(--foreground))}[data-theme=petra] #post-content-area p{font-size:16px;line-height:24.375px;font-weight:400;color:hsl(var(--muted-foreground));letter-spacing:-.2344px}[data-theme=petra].dark #post-content-area p{color:hsl(var(--muted-foreground))}[data-theme=petra] #post-content-area blockquote{border-left:4px solid #d9d9d9;padding-left:16px;margin:0}[data-theme=petra] #post-content-area blockquote p{color:hsl(var(--muted-foreground))}[data-theme=petra].dark #post-content-area blockquote{border-left-color:#525252}[data-theme=petra].dark #post-content-area blockquote p{color:hsl(var(--muted-foreground))}[data-theme=petra] .post-navigation{display:flex;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:32px}[data-theme=petra] .post-nav-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;opacity:.8;transition:opacity .2s ease-in-out}[data-theme=petra] .post-nav-button:hover{opacity:1}[data-theme=petra] .post-nav-button-disabled{opacity:.8;cursor:not-allowed}[data-theme=petra] .post-nav-button-next{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:#fde047;transition:opacity .2s ease-in-out}[data-theme=petra] .post-nav-button-next:hover{opacity:.9}[data-theme=petra] .post-nav-button-next-disabled{opacity:.5;cursor:not-allowed}[data-theme=petra] .post-nav-arrow{font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#525252}[data-theme=petra].dark .post-nav-arrow{color:#a3a3a3}[data-theme=petra] .post-nav-arrow-next{color:#0a0a0a}[data-theme=petra].dark .post-nav-arrow-next{color:#fafafa}[data-theme=petra] .petra-related-posts-section{display:flex;flex-direction:column;gap:24px;width:100%}[data-theme=petra] .petra-related-posts-title{font-size:24px;line-height:36px;font-weight:600;color:hsl(var(--foreground))}[data-theme=petra].dark .petra-related-posts-title{color:hsl(var(--foreground))}[data-theme=petra] .petra-related-posts-grid{display:flex;gap:40px;width:100%}@media (max-width:768px){[data-theme=petra] .petra-related-posts-grid{flex-direction:column}}[data-theme=petra] .petra-related-post-card{flex:1;min-width:0}[data-theme=petra] .petra-cta-container{background:color-mix(in srgb,var(--brand-color) 15%,hsl(var(--background)))}[data-theme=petra].dark .petra-cta-container{background:color-mix(in srgb,var(--brand-color) 10%,hsl(var(--background)))}[data-theme=petra] .petra-cta-title,[data-theme=petra].dark .petra-cta-title{color:hsl(var(--foreground))}[data-theme=petra] .petra-cta-subtitle,[data-theme=petra].dark .petra-cta-subtitle{color:hsl(var(--muted-foreground))}[data-theme=petra] #post-content-area>div{display:flex;flex-direction:column;gap:40px}[data-theme=petra] #post-content-area h2,[data-theme=petra] #post-content-area h3,[data-theme=petra] #post-content-area h4,[data-theme=petra] #post-content-area h5,[data-theme=petra] #post-content-area h6{margin-top:0;margin-bottom:16px}[data-theme=petra] #post-content-area p{margin-top:0;margin-bottom:10px}[data-theme=petra] #post-content-area p:last-child{margin-bottom:0}[data-theme=petra] #post-content-area blockquote,[data-theme=petra] #post-content-area img,[data-theme=petra] #post-content-area ol,[data-theme=petra] #post-content-area picture,[data-theme=petra] #post-content-area pre,[data-theme=petra] #post-content-area table,[data-theme=petra] #post-content-area ul{margin-top:0;margin-bottom:16px}[data-theme=petra] #post-content-area hr{margin-top:16px;margin-bottom:16px}[data-theme=petra] .mobile-menu-dropdown{background:hsl(var(--background));box-shadow:none;border-top:1px solid hsl(var(--border))}[data-theme=petra].dark .mobile-menu-dropdown{background:hsl(var(--background));border-top-color:hsl(var(--border))}[data-theme=petra] .mobile-menu-content-wrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:calc(100vh - 57px);padding:24px 16px 32px}[data-theme=petra] .mobile-menu-title{font-size:15px;line-height:22.5px;font-weight:400;color:hsl(var(--foreground));letter-spacing:-.6094px;margin:0}[data-theme=petra].dark .mobile-menu-title{color:hsl(var(--foreground))}[data-theme=petra] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px;background:hsl(var(--muted));border-radius:8px;text-decoration:none;transition:all .2s ease-in-out}[data-theme=petra].dark .mobile-menu-nav-link{background:hsl(var(--secondary))}[data-theme=petra] .mobile-menu-nav-link:hover{opacity:.9}[data-theme=petra] .mobile-menu-nav-link-text{font-size:15px;line-height:22.5px;font-weight:400;letter-spacing:-.6094px;color:hsl(var(--foreground));transition:color .2s ease-in-out}[data-theme=petra] .mobile-menu-nav-link-text.active,[data-theme=petra].dark .mobile-menu-nav-link-text{color:hsl(var(--foreground))}[data-theme=petra] .mobile-menu-chevron{color:hsl(var(--foreground));opacity:.8;transition:opacity .2s ease-in-out}[data-theme=petra].dark .mobile-menu-chevron{color:hsl(var(--foreground));opacity:.8}[data-theme=petra] .mobile-menu-nav-link:hover .mobile-menu-chevron{opacity:1}[data-theme=petra] .mobile-menu-theme-section{display:flex;align-items:center;justify-content:space-between;gap:16px}[data-theme=petra] .mobile-menu-theme-title{font-size:15px;line-height:22.5px;font-weight:400;color:hsl(var(--foreground));letter-spacing:-.6094px;margin:0}[data-theme=petra].dark .mobile-menu-theme-title{color:hsl(var(--foreground))}[data-theme=petra] .mobile-menu-theme-switcher-wrapper{display:flex;align-items:center;justify-content:flex-start}[data-theme=petra] .mobile-menu-theme-switcher{display:block}[data-theme=petra] .mobile-menu-theme-switcher>div{background:hsl(var(--muted))!important;border-radius:360px!important;padding:4px!important;gap:4px!important;display:inline-flex!important}[data-theme=petra].dark .mobile-menu-theme-switcher>div{background:hsl(var(--secondary))!important}[data-theme=petra] .mobile-menu-theme-switcher button{width:32px!important;height:32px!important;border-radius:360px!important;padding:6px!important;background:transparent!important;border:none!important;transition:background .2s ease-in-out!important}[data-theme=petra] .mobile-menu-theme-switcher button>div{width:20px!important;height:20px!important;border-radius:0!important;background:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important}[data-theme=petra] .mobile-menu-theme-switcher button[aria-pressed=true],[data-theme=petra].dark .mobile-menu-theme-switcher button[aria-pressed=true]{background:var(--brand-color)!important}[data-theme=petra] .mobile-menu-theme-switcher button[aria-pressed=false],[data-theme=petra].dark .mobile-menu-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=petra] .mobile-menu-theme-switcher button svg{width:16px!important;height:16px!important;color:#737373!important}[data-theme=petra].dark .mobile-menu-theme-switcher button svg{color:#a3a3a3!important}[data-theme=petra] .mobile-menu-theme-switcher button[aria-pressed=true] svg,[data-theme=petra].dark .mobile-menu-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=petra] .mobile-menu-cta-wrapper{margin-top:auto;padding-top:24px}[data-theme=petra] .mobile-menu-cta{display:flex;align-items:center;justify-content:center;width:100%;height:56px;border-radius:999px;font-size:15px;line-height:22.5px;font-weight:500;letter-spacing:-.6094px;text-decoration:none;transition:opacity .2s ease-in-out}[data-theme=petra] .mobile-menu-cta,[data-theme=petra].dark .mobile-menu-cta{background:var(--brand-color);color:#0a0a0a}[data-theme=petra] .mobile-menu-cta:hover{opacity:.9}[data-theme=petra] .petra-toc-container{background:hsl(var(--muted));border-radius:8px;padding:6px 4px;display:flex;flex-direction:column;position:sticky;top:80px;align-self:flex-start}[data-theme=petra].dark .petra-toc-container{background:hsl(var(--secondary))}[data-theme=petra] .petra-toc-search-section{border-bottom:1px solid hsl(var(--border));padding:16px}[data-theme=petra].dark .petra-toc-search-section{border-bottom-color:hsl(var(--border))}[data-theme=petra] .petra-toc-search-input{display:flex;align-items:center;gap:8px;opacity:.8;padding:8px 0}[data-theme=petra] .petra-toc-search-icon{width:16px;height:16px;flex-shrink:0;color:hsl(var(--muted-foreground))}[data-theme=petra].dark .petra-toc-search-icon{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-toc-search-field{flex:1;background:transparent;border:none;outline:none;font-size:14px;line-height:normal;font-weight:400;letter-spacing:-.1504px;color:hsl(var(--muted-foreground));font-family:Inter,sans-serif}[data-theme=petra].dark .petra-toc-search-field{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-toc-search-field::-moz-placeholder{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-toc-search-field::placeholder{color:hsl(var(--muted-foreground))}[data-theme=petra].dark .petra-toc-search-field::-moz-placeholder{color:hsl(var(--muted-foreground))}[data-theme=petra].dark .petra-toc-search-field::placeholder{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-toc-header-section{border-bottom:1px solid hsl(var(--border));padding:16px}[data-theme=petra].dark .petra-toc-header-section{border-bottom-color:hsl(var(--border))}[data-theme=petra] .petra-toc-header{font-size:16px;line-height:24px;font-weight:600;color:hsl(var(--foreground));opacity:.8;margin:0;font-family:Inter,sans-serif}[data-theme=petra].dark .petra-toc-header{color:hsl(var(--foreground))}[data-theme=petra] .petra-toc-items-section{display:flex;flex-direction:column;gap:16px;padding:16px;font-size:12px;line-height:16px}[data-theme=petra] .petra-toc-item{display:block;width:100%;text-align:left;background:transparent;border:none;padding:0;font-size:12px;line-height:16px;font-weight:400;color:hsl(var(--muted-foreground));opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;transition:color var(--theme-transition-speed) var(--theme-transition-timing);font-family:Inter,sans-serif}[data-theme=petra].dark .petra-toc-item{color:hsl(var(--muted-foreground))}[data-theme=petra] .petra-toc-item:hover{color:hsl(var(--foreground));opacity:1}[data-theme=petra].dark .petra-toc-item:hover{color:hsl(var(--foreground))}[data-theme=petra] .petra-toc-item-active{font-weight:500;color:hsl(var(--foreground));opacity:.8;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-underline-position:from-font;text-decoration-style:solid}[data-theme=petra].dark .petra-toc-item-active{color:hsl(var(--foreground))}[data-theme=plymouth]{--radius:0.25rem;--theme-header-height:4.5rem;--theme-max-width:1024px;--theme-section-padding:4rem;--theme-button-radius:0.25rem;--theme-card-radius:0.5rem;--theme-input-radius:0.25rem;--theme-shadow-sm:0 1px 2px rgba(0,0,0,0.03);--theme-shadow-md:0 2px 4px rgba(0,0,0,0.05);--theme-shadow-lg:0 4px 8px rgba(0,0,0,0.08);--theme-shadow-button:none;--theme-transition-speed:150ms;--theme-transition-timing:ease-out;--theme-backdrop-blur:0px;--theme-button-lift:0px}[data-theme=plymouth]:not(.dark){--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 0% 9%;--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 0% 3.9%}[data-theme=plymouth].dark{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 9%;--card-foreground:0 0% 98%;--popover:0 0% 9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 0%;--secondary:0 0% 15%;--secondary-foreground:0 0% 98%;--muted:0 0% 9%;--muted-foreground:0 0% 45%;--accent:0 0% 9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 98%;--border:0 0% 15%;--input:0 0% 15%;--ring:0 0% 75%}[data-theme=plymouth] .theme-banner{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px;background:var(--brand-color);width:100%;font-size:14px;line-height:21px;letter-spacing:-.1504px;color:#0a0a0a;box-sizing:border-box}[data-theme=plymouth].dark .theme-banner{color:#0a0a0a}[data-theme=plymouth] .theme-banner-text{font-family:Inter,sans-serif;font-weight:400;opacity:.8}[data-theme=plymouth] .theme-banner-link{font-family:Inter,sans-serif;font-weight:500;opacity:.8;text-decoration:underline;text-underline-position:from-font;text-decoration-style:solid;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-banner-link:hover{opacity:1}[data-theme=plymouth] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);padding:16px 64px;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth].dark .theme-header{background:hsl(var(--background));border-bottom-color:#262626}[data-theme=plymouth] .theme-header-container{display:flex;align-items:center;justify-content:space-between;position:relative;max-width:var(--theme-max-width);margin:0 auto;height:37px}@media (max-width:1023px){[data-theme=plymouth] .theme-header{padding:16px 24px}}[data-theme=plymouth] .theme-header-nav-left{display:flex;align-items:center;gap:24px;flex:0 0 auto}@media (max-width:1023px){[data-theme=plymouth] .theme-header-nav-left{display:none}}[data-theme=plymouth] .theme-logo-link{position:absolute;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;flex-shrink:0;text-decoration:none;height:24px}[data-theme=plymouth] .theme-logo-image{height:24px;width:auto;max-height:24px;flex-shrink:0}[data-theme=plymouth] .theme-site-name{font-size:.9375rem;line-height:1.40625rem;font-weight:400;letter-spacing:-.6094px;color:hsl(var(--foreground));white-space:nowrap}[data-theme=plymouth].dark .theme-site-name{color:#fafafa}[data-theme=plymouth] .theme-header-nav{display:flex;align-items:center;gap:8px;flex:0 0 auto}@media (max-width:1023px){[data-theme=plymouth] .theme-header-nav{gap:16px}}[data-theme=plymouth] .theme-nav{display:flex}[data-theme=plymouth] .theme-nav-list{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}[data-theme=plymouth] .theme-nav-item{margin:0}[data-theme=plymouth] .theme-nav-link{display:flex;align-items:center;justify-content:center;padding:8px 0;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;color:rgba(10,10,10,.8);text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing);height:37px}[data-theme=plymouth].dark .theme-nav-link{color:rgba(250,250,250,.8)}[data-theme=plymouth] .theme-nav-link:hover{color:hsl(var(--foreground))}[data-theme=plymouth].dark .theme-nav-link:hover{color:#fafafa}[data-theme=plymouth] .theme-cta-button{display:inline-flex;align-items:center;justify-content:center;background:var(--brand-color);color:#0a0a0a;border:none;border-radius:4px;height:37px;padding:8px 20px;font-weight:500;font-size:14px;line-height:21px;letter-spacing:-.1504px;box-shadow:var(--theme-shadow-button);cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing);white-space:nowrap;flex-shrink:0}[data-theme=plymouth] .theme-cta-button:hover{opacity:.9;transform:translateY(var(--theme-button-lift))}[data-theme=plymouth] .text-cta-title{font-size:20px;font-weight:600;line-height:22px;letter-spacing:-.3125px}[data-theme=plymouth] .text-cta-subtitle{font-size:16px;font-weight:400;line-height:24.375px;letter-spacing:-.2344px}[data-theme=plymouth] .text-cta-button{font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px}[data-theme=plymouth] .theme-cta-box{background:color-mix(in srgb,var(--brand-color) 15%,white);border-radius:16px;padding:16px;display:flex;gap:16px;align-items:center;justify-content:center;width:100%;box-sizing:border-box}[data-theme=plymouth].dark .theme-cta-box{background:color-mix(in srgb,var(--brand-color) 15%,black)}[data-theme=plymouth] .theme-cta-box-content{display:flex;flex-direction:column;flex:1 0 0;gap:4px;align-items:flex-start;justify-content:center;min-width:0;min-height:0}[data-theme=plymouth] .theme-cta-box-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:22px;letter-spacing:-.3125px;color:#262626;overflow:hidden;text-overflow:ellipsis}[data-theme=plymouth].dark .theme-cta-box-title{color:#fafafa}[data-theme=plymouth] .theme-cta-box-subtitle{font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:24.375px;letter-spacing:-.2344px;color:#737373;overflow:hidden;text-overflow:ellipsis}[data-theme=plymouth].dark .theme-cta-box-subtitle{color:#a3a3a3}[data-theme=plymouth] .theme-cta-button-box-wrapper{display:flex;gap:8px;align-items:flex-start;padding:8px;box-sizing:border-box;flex-shrink:0}[data-theme=plymouth] .theme-cta-button-box{background:var(--brand-color);color:#000000;border-radius:999px;padding:8px 20px;height:37px;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .15s ease-out;flex:1 0 0;min-width:0;min-height:0;box-sizing:border-box;border:none;cursor:pointer;font-family:Inter,sans-serif}[data-theme=plymouth].dark .theme-cta-button-box{color:#000000}[data-theme=plymouth] .theme-cta-button-box:hover{opacity:.9}[data-theme=plymouth] .theme-switcher-desktop{display:flex;align-items:center;gap:4px;background:#f5f5f5;border-radius:4px;padding:4px 6px;height:37px}[data-theme=plymouth].dark .theme-switcher-desktop{background:#262626}@media (max-width:1023px){[data-theme=plymouth] .theme-switcher-desktop{display:none}}[data-theme=plymouth] .theme-switcher-desktop button{width:24px!important;height:24px!important;border-radius:2px!important;padding:4px!important;background:transparent!important;transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-switcher-desktop button[aria-pressed=true],[data-theme=plymouth].dark .theme-switcher-desktop button[aria-pressed=true]{background:var(--brand-color)!important}[data-theme=plymouth] .theme-switcher-desktop button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=plymouth] .theme-switcher-desktop button svg{width:16px!important;height:16px!important;color:#737373!important}[data-theme=plymouth] .theme-switcher-desktop button[aria-pressed=true] svg,[data-theme=plymouth].dark .theme-switcher-desktop button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=plymouth] .theme-mobile-actions{display:none}@media (max-width:1023px){[data-theme=plymouth] .theme-mobile-actions{display:flex;align-items:center;gap:16px}[data-theme=plymouth] .theme-header-nav{display:none}}[data-theme=plymouth] .mobile-theme-switcher{display:block}[data-theme=plymouth] .mobile-theme-switcher>div{background:#f5f5f5!important;border-radius:4px!important;padding:0!important;gap:0!important}[data-theme=plymouth].dark .mobile-theme-switcher>div{background:#262626!important}[data-theme=plymouth] .mobile-theme-switcher button{width:24px!important;height:24px!important;border-radius:2px!important;padding:4px!important}[data-theme=plymouth] .mobile-theme-switcher button>div{width:16px!important;height:16px!important;border-radius:0!important;background:transparent!important}[data-theme=plymouth] .mobile-theme-switcher button svg{width:16px!important;height:16px!important}[data-theme=plymouth] .mobile-theme-switcher button[aria-pressed=true],[data-theme=plymouth].dark .mobile-theme-switcher button[aria-pressed=true]{background:var(--brand-color)!important}[data-theme=plymouth] .mobile-theme-switcher button[aria-pressed=false]{background:transparent!important}[data-theme=plymouth] .mobile-theme-switcher button svg{color:#737373!important}[data-theme=plymouth] .mobile-theme-switcher button[aria-pressed=true] svg,[data-theme=plymouth].dark .mobile-theme-switcher button[aria-pressed=true] svg{color:#0a0a0a!important}[data-theme=plymouth] .theme-footer{background:hsl(var(--background));border-top:1px solid hsl(var(--border));padding:49px 24px 48px}[data-theme=plymouth].dark .theme-footer{background:hsl(var(--background));border-top-color:#262626}@media (max-width:767px){[data-theme=plymouth] .theme-footer{padding:50px 24px}}[data-theme=plymouth] .theme-footer-container{max-width:var(--theme-max-width);margin:0 auto}[data-theme=plymouth] .theme-footer-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:20px}@media (max-width:767px){[data-theme=plymouth] .theme-footer-row{flex-direction:column;align-items:center;justify-content:center;height:auto;gap:54px}}[data-theme=plymouth] .theme-footer-links-container{display:flex;align-items:center;gap:24px;flex-shrink:0}@media (max-width:767px){[data-theme=plymouth] .theme-footer-links-container{flex-direction:column;align-items:center;gap:16px;order:1}}[data-theme=plymouth] .theme-footer-link{font-size:.8125rem;font-weight:400;color:#737373;text-decoration:none;line-height:1.21875rem;letter-spacing:-.0762px;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth].dark .theme-footer-link{color:#a3a3a3}[data-theme=plymouth] .theme-footer-link:hover{color:#0a0a0a}[data-theme=plymouth].dark .theme-footer-link:hover{color:#fafafa}[data-theme=plymouth] .theme-footer-attribution{display:flex;align-items:center;gap:2px;font-size:.8125rem;line-height:1.21875rem;letter-spacing:-.0762px;flex-shrink:0;font-weight:400}[data-theme=plymouth] .theme-footer-attribution-text{color:#737373}[data-theme=plymouth].dark .theme-footer-attribution-text{color:#a3a3a3}[data-theme=plymouth] .theme-footer-attribution-link{color:#171717;font-weight:600;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth].dark .theme-footer-attribution-link{color:#fafafa}[data-theme=plymouth] .theme-footer-attribution-link:hover{opacity:.7}[data-theme=plymouth] .theme-footer-socials-container{display:flex;align-items:center;gap:16px;flex-shrink:0}@media (max-width:767px){[data-theme=plymouth] .theme-footer-socials-container{gap:16px;order:2}[data-theme=plymouth] .theme-footer-attribution{order:3}}[data-theme=plymouth] .theme-footer-social-link{color:#737373;text-decoration:none;display:flex;align-items:center;justify-content:center;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth].dark .theme-footer-social-link{color:#a3a3a3}[data-theme=plymouth] .theme-footer-social-link:hover{color:#0a0a0a}[data-theme=plymouth].dark .theme-footer-social-link:hover{color:#fafafa}[data-theme=plymouth] .theme-footer-social-link svg{width:20px;height:20px}@media (max-width:767px){[data-theme=plymouth] .theme-footer-social-link svg{width:20px;height:20px}}[data-theme=plymouth] .theme-blog-home-container{display:flex;flex-direction:column;padding:40px 0;min-height:100vh;max-width:var(--theme-max-width);margin:0 auto;gap:24px}[data-theme=plymouth].dark .theme-blog-home-container{background:hsl(var(--background))}@media (max-width:768px){[data-theme=plymouth] .theme-blog-home-container{padding:40px 24px}}[data-theme=plymouth] .theme-blog-title{font-size:24px;font-weight:600;line-height:36px;letter-spacing:0;color:#262626;margin:0}[data-theme=plymouth].dark .theme-blog-title{color:#fafafa}[data-theme=plymouth] .theme-blog-home-filters,[data-theme=plymouth] .theme-blog-home-title{margin-bottom:0}[data-theme=plymouth] .theme-category-filter-container{width:100%}[data-theme=plymouth] .theme-category-filter-wrapper{display:flex;align-items:center;justify-content:space-between;gap:56px;width:100%}@media (max-width:768px){[data-theme=plymouth] .theme-category-filter-wrapper{flex-direction:column;align-items:stretch;gap:16px}}[data-theme=plymouth] .theme-category-tabs{display:flex;align-items:center;gap:24px;flex:1;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}[data-theme=plymouth] .theme-category-tabs::-webkit-scrollbar{display:none}[data-theme=plymouth] .theme-category-tab{position:relative;display:flex;align-items:center;padding:0;font-family:Inter,sans-serif;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#a3a3a3;background:transparent;border:none;cursor:pointer;white-space:nowrap;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-category-tab:hover{color:#171717}[data-theme=plymouth].dark .theme-category-tab{color:#a3a3a3}[data-theme=plymouth].dark .theme-category-tab:hover{color:#fafafa}[data-theme=plymouth] .theme-category-tab-active{color:#171717;font-weight:600}[data-theme=plymouth].dark .theme-category-tab-active{color:#fafafa}[data-theme=plymouth] .theme-filter-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}[data-theme=plymouth] .theme-sort-dropdown{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#262626;background:transparent;border:none;border-radius:999px;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing);min-width:140px;height:auto}[data-theme=plymouth].dark .theme-sort-dropdown{color:#fafafa}[data-theme=plymouth] .theme-sort-dropdown:hover{opacity:.8}[data-theme=plymouth] .theme-sort-dropdown[data-state=open]{opacity:1}[data-theme=plymouth] .theme-sort-dropdown svg{width:12px;height:12px;flex-shrink:0}[data-theme=plymouth] .theme-sort-dropdown:focus-visible{outline:none!important;opacity:1;box-shadow:none!important}[data-theme=plymouth] .theme-sort-dropdown:focus{outline:none!important;box-shadow:none!important}[data-theme=plymouth] .theme-sort-dropdown>span{flex:1;text-align:left}[data-theme=plymouth] .theme-sort-dropdown+[role=listbox],[data-theme=plymouth] [data-radix-popper-content-wrapper],[data-theme=plymouth] [data-radix-select-content],[data-theme=plymouth] [role=listbox]{box-shadow:none!important}[data-theme=plymouth] .theme-search-button{display:flex;align-items:center;justify-content:center;width:50px;height:48px;padding:12px 20px;background:transparent;border:none;border-radius:999px;cursor:pointer;transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-search-button:hover{background:#f5f5f5}[data-theme=plymouth].dark .theme-search-button:hover{background:#262626}[data-theme=plymouth] .theme-search-button svg{width:24px;height:24px;color:#262626}[data-theme=plymouth].dark .theme-search-button svg{color:#fafafa}[data-theme=plymouth] .theme-search-container{display:flex;align-items:center;gap:8px;position:relative}[data-theme=plymouth] .theme-search-form{animation:slideInRight .2s ease-out;display:flex;align-items:center}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px);max-width:0}to{opacity:1;transform:translateX(0);max-width:300px}}[data-theme=plymouth] .theme-search-input-inline{width:240px;padding:10px 16px;background:#f5f5f5;border:none;outline:none;border-radius:999px;font-size:14px;line-height:21px;letter-spacing:-.1504px;color:#0a0a0a;font-family:Inter,sans-serif;transition:background-color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth].dark .theme-search-input-inline{background:#262626;color:#fafafa}[data-theme=plymouth] .theme-search-input-inline:focus{background:#e5e5e5}[data-theme=plymouth].dark .theme-search-input-inline:focus{background:#171717}[data-theme=plymouth] .theme-search-input-inline::-moz-placeholder{color:#737373;opacity:.6}[data-theme=plymouth] .theme-search-input-inline::placeholder{color:#737373;opacity:.6}[data-theme=plymouth].dark .theme-search-input-inline::-moz-placeholder{color:#a3a3a3;opacity:.8}[data-theme=plymouth].dark .theme-search-input-inline::placeholder{color:#a3a3a3;opacity:.8}@media (max-width:768px){[data-theme=plymouth] .theme-search-input-inline{width:180px}}[data-theme=plymouth] .theme-blog-home-posts,[data-theme=plymouth] .theme-post-layout{display:flex;flex-direction:column;gap:40px;width:100%}[data-theme=plymouth] .theme-post-layout-row-large{display:flex;gap:8px;width:100%}[data-theme=plymouth] .theme-post-layout-row-large .theme-post-layout-item{flex:1;min-width:0}[data-theme=plymouth] .theme-post-layout-row-small{display:flex;gap:8px;width:100%}[data-theme=plymouth] .theme-post-layout-row-small .theme-post-layout-item{flex:1;min-width:0}@media (max-width:1024px){[data-theme=plymouth] .theme-post-layout-row-large,[data-theme=plymouth] .theme-post-layout-row-small{flex-wrap:wrap}[data-theme=plymouth] .theme-post-layout-row-large .theme-post-layout-item,[data-theme=plymouth] .theme-post-layout-row-small .theme-post-layout-item{flex:1 1 calc(50% - 4px)}}@media (max-width:768px){[data-theme=plymouth] .theme-post-layout-row-large .theme-post-layout-item,[data-theme=plymouth] .theme-post-layout-row-small .theme-post-layout-item{flex:1 1 100%}}[data-theme=plymouth] .theme-post-card{display:flex;flex-direction:column;gap:12px;text-decoration:none}[data-theme=plymouth] .theme-post-card-image-wrapper{background:hsl(var(--muted));overflow:hidden;border-radius:2px;aspect-ratio:1/1;width:100%}[data-theme=plymouth] .theme-post-card-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease-out}[data-theme=plymouth] .theme-post-card:hover .theme-post-card-image{transform:scale(1.05)}[data-theme=plymouth] .theme-post-card-content{display:flex;flex-direction:column;gap:2px}[data-theme=plymouth] .theme-post-card-meta-row{display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--type-family-sans,"Inter",sans-serif);font-weight:var(--type-weight-normal,400);font-size:12px;line-height:16px;font-style:normal}[data-theme=plymouth] .theme-post-card-category{opacity:var(--opacity-80,.8);color:var(--neutral-950,#0a0a0a);text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=plymouth].dark .theme-post-card-category{color:#fafafa;opacity:.8}[data-theme=plymouth] .theme-post-card-separator{color:var(--neutral-400,#a3a3a3)}[data-theme=plymouth] .theme-post-card-date{color:var(--neutral-400,#a3a3a3);text-transform:uppercase}[data-theme=plymouth] .theme-post-card-title-container{display:flex;flex-direction:column;gap:8px}[data-theme=plymouth] .theme-post-card-title{font-family:var(--type-family-sans,"Inter",sans-serif);font-weight:var(--type-weight-semibold,600);font-size:16px;line-height:24px;font-style:normal;color:var(--neutral-950,#0a0a0a);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:pre-wrap;margin:0}[data-theme=plymouth].dark .theme-post-card-title{color:#fafafa}[data-theme=plymouth] .theme-post-layout-row-small .theme-post-card-title{font-size:14px;line-height:24px}[data-theme=plymouth] .theme-post-layout-row-small .theme-post-card-meta-row{font-size:10px;line-height:16px}[data-theme=plymouth] .theme-related-posts-container{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%}[data-theme=plymouth] .theme-related-posts-grid{display:flex;gap:8px;align-items:center;width:100%}[data-theme=plymouth] .theme-related-post-card{display:flex;flex-direction:column;flex:1 0 0;gap:12px;align-items:flex-start;min-width:0;min-height:0;text-decoration:none;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-related-post-card:hover{opacity:.9}@media (max-width:1024px){[data-theme=plymouth] .theme-related-posts-grid{flex-wrap:wrap;align-items:flex-start}[data-theme=plymouth] .theme-related-post-card{flex:1 1 calc(50% - 4px);min-width:calc(50% - 4px)}}@media (max-width:768px){[data-theme=plymouth] .theme-related-posts-grid{flex-direction:column}[data-theme=plymouth] .theme-related-post-card{flex:1 1 100%;width:100%}}[data-theme=plymouth] .theme-pagination{display:flex;align-items:center;justify-content:space-between;width:100%;height:36px}[data-theme=plymouth] .theme-pagination-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#171717;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:opacity var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-pagination-button:hover:not(:disabled){opacity:.8}[data-theme=plymouth] .theme-pagination-button-disabled{opacity:.8;color:#737373;cursor:not-allowed}[data-theme=plymouth].dark .theme-pagination-button{color:#fafafa}[data-theme=plymouth].dark .theme-pagination-button-disabled{color:#a3a3a3;opacity:.8}[data-theme=plymouth] .theme-pagination-pages{display:flex;align-items:center;gap:8px}[data-theme=plymouth] .theme-pagination-page-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#737373;opacity:.8;background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=plymouth] .theme-pagination-page-button:hover{opacity:1}[data-theme=plymouth].dark .theme-pagination-page-button{color:#a3a3a3;opacity:.8}[data-theme=plymouth].dark .theme-pagination-page-button:hover{opacity:1}[data-theme=plymouth] .theme-pagination-page-button-active{font-weight:700;color:#171717;opacity:1}[data-theme=plymouth].dark .theme-pagination-page-button-active{color:#fafafa;opacity:1}[data-theme=plymouth] .theme-pagination-ellipsis{display:flex;align-items:center;justify-content:center;width:36px;height:36px;font-family:Inter,sans-serif;font-size:14px;line-height:21px;font-weight:400;letter-spacing:-.1504px;color:#737373;opacity:.8}[data-theme=plymouth].dark .theme-pagination-ellipsis{color:#a3a3a3;opacity:.8}[data-theme=plymouth] .theme-blog-post-container{display:flex;flex-direction:column;gap:40px;align-items:center;justify-content:center;padding:40px 80px;width:100%;max-width:var(--theme-max-width);margin:0 auto;box-sizing:border-box}@media (max-width:768px){[data-theme=plymouth] .theme-blog-post-container{padding:40px 24px}}@media (max-width:640px){[data-theme=plymouth] .theme-blog-post-container{padding:24px 16px;gap:24px}}[data-theme=plymouth] .theme-blog-post-header-wrapper{display:flex;flex-direction:column;gap:16px;align-items:center;width:100%;max-width:618px}[data-theme=plymouth] .theme-blog-post-article,[data-theme=plymouth] .theme-blog-post-content-wrapper{display:flex;flex-direction:column;gap:40px;align-items:flex-start;width:100%}[data-theme=plymouth] .theme-blog-post-article{max-width:550px}@media (max-width:768px){[data-theme=plymouth] .theme-blog-post-article,[data-theme=plymouth] .theme-blog-post-header-wrapper{max-width:100%}[data-theme=plymouth] .theme-blog-post-content-wrapper{gap:24px}}[data-theme=plymouth] .theme-post-image-container{display:flex;flex-direction:column;gap:8px;align-items:flex-start;overflow:clip;width:100%}[data-theme=plymouth] .theme-post-cover-image{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;overflow:clip;border-radius:2px;background:white;width:100%}[data-theme=plymouth].dark .theme-post-cover-image{background:#171717}[data-theme=plymouth] .theme-post-image-meta{display:flex;font-family:Inter,sans-serif;font-weight:400;align-items:center;justify-content:space-between;line-height:16px;width:100%}[data-theme=plymouth] .theme-post-image-category{opacity:.8;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#0a0a0a}[data-theme=plymouth].dark .theme-post-image-category{color:#fafafa}[data-theme=plymouth] .theme-post-image-date{font-size:12px;color:#737373;text-transform:uppercase}[data-theme=plymouth].dark .theme-post-image-date{color:#a3a3a3}[data-theme=plymouth] .theme-post-navigation{display:flex;height:36px;align-items:center;justify-content:space-between;width:100%}[data-theme=plymouth] .theme-post-nav-arrow{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;font-size:14px;font-weight:400;line-height:21px;letter-spacing:-.1504px;text-decoration:none;transition:opacity .15s ease-out;color:#171717}[data-theme=plymouth].dark .theme-post-nav-arrow{color:#fafafa}[data-theme=plymouth] .theme-post-nav-arrow:hover{opacity:.8}[data-theme=plymouth] .theme-post-nav-arrow-disabled{opacity:.8;cursor:not-allowed;color:#737373}[data-theme=plymouth].dark .theme-post-nav-arrow-disabled{color:#a3a3a3}[data-theme=plymouth] .mobile-menu-dropdown{background:hsl(var(--background));display:flex;flex-direction:column}[data-theme=plymouth].dark .mobile-menu-dropdown{background:hsl(var(--background))}[data-theme=plymouth] .mobile-menu-content-wrapper{display:flex;flex-direction:column;padding:0;gap:0;height:100%;min-height:100%}[data-theme=plymouth] .mobile-menu-title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#262626;padding:24px 16px 16px;margin:0}[data-theme=plymouth].dark .mobile-menu-title{color:#fafafa}[data-theme=plymouth] .mobile-menu-nav{display:flex;flex-direction:column;gap:10px;padding:0 16px 16px;flex:1}[data-theme=plymouth] .mobile-menu-nav-link{display:flex;align-items:center;justify-content:space-between;padding:16px;background:hsl(var(--background));border-bottom:1px solid #e5e5e5;text-decoration:none;transition:color .15s ease-out}[data-theme=plymouth].dark .mobile-menu-nav-link{background:hsl(var(--background));border-bottom-color:#262626}[data-theme=plymouth] .mobile-menu-nav-link.active{border-bottom-color:#171717}[data-theme=plymouth].dark .mobile-menu-nav-link.active{border-bottom-color:#fafafa}[data-theme=plymouth] .mobile-menu-nav-link-text{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#737373;transition:color .15s ease-out}[data-theme=plymouth] .mobile-menu-nav-link-text.active,[data-theme=plymouth] .mobile-menu-nav-link:hover .mobile-menu-nav-link-text{color:#0a0a0a}[data-theme=plymouth].dark .mobile-menu-nav-link-text{color:#a3a3a3}[data-theme=plymouth].dark .mobile-menu-nav-link-text.active,[data-theme=plymouth].dark .mobile-menu-nav-link:hover .mobile-menu-nav-link-text{color:#fafafa}[data-theme=plymouth] .mobile-menu-chevron{color:#737373;transition:color .15s ease-out;width:20px;height:20px}[data-theme=plymouth] .mobile-menu-nav-link.active .mobile-menu-chevron,[data-theme=plymouth] .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#0a0a0a}[data-theme=plymouth].dark .mobile-menu-chevron{color:#a3a3a3}[data-theme=plymouth].dark .mobile-menu-nav-link.active .mobile-menu-chevron,[data-theme=plymouth].dark .mobile-menu-nav-link:hover .mobile-menu-chevron{color:#fafafa}[data-theme=plymouth] .mobile-menu-cta-wrapper{padding:0 16px 16px;margin-top:auto}[data-theme=plymouth] .mobile-menu-cta{display:flex;align-items:center;justify-content:center;width:100%;height:40px;background:var(--brand-color);color:#0a0a0a;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:21px;letter-spacing:-.1504px;text-decoration:none;border:none;cursor:pointer;transition:opacity .15s ease-out}[data-theme=plymouth] .mobile-menu-cta:hover{opacity:.9}[data-theme=plymouth] .mobile-menu-search{display:none}[data-theme=plymouth] .theme-site-name-mobile{font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:22.5px;letter-spacing:-.6094px;color:#0a0a0a;white-space:nowrap}[data-theme=plymouth].dark .theme-site-name-mobile{color:#fafafa}@media (max-width:1023px){[data-theme=plymouth] .theme-logo-link{position:static;transform:none;display:flex;align-items:center;gap:8px}}