: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){--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=phoenix].dark{--background:0 0% 10%;--foreground:0 0% 95%;--card:0 0% 12%;--card-foreground:0 0% 95%;--popover:0 0% 12%;--popover-foreground:0 0% 95%;--primary:0 0% 92%;--primary-foreground:0 0% 12%;--secondary:0 0% 20%;--secondary-foreground:0 0% 95%;--muted:0 0% 20%;--muted-foreground:0 0% 68%;--accent:0 0% 20%;--accent-foreground:0 0% 95%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 95%;--border:0 0% 25%;--input:0 0% 25%;--ring:0 0% 75%}[data-theme=phoenix] .theme-header{position:sticky;top:0;left:0;right:0;z-index:var(--z-index-sticky);height:var(--theme-header-height);padding-left:var(--spacing-md);padding-right:var(--spacing-md);background:hsl(var(--background)/.9);backdrop-filter:blur(var(--theme-backdrop-blur));transition:all var(--theme-transition-speed) var(--theme-transition-timing)}@media (min-width:640px){[data-theme=phoenix] .theme-header{padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media (min-width:1024px){[data-theme=phoenix] .theme-header{padding-left:var(--spacing-2xl);padding-right:var(--spacing-2xl)}}[data-theme=phoenix] .theme-header-container{display:flex;height:100%;align-items:center;justify-content:space-between;position:relative;max-width:var(--theme-max-width);margin:0 auto}[data-theme=phoenix] .theme-logo-link{display:flex;align-items:center;z-index:10;text-decoration:none}[data-theme=phoenix] .theme-logo-image{height:1.5rem;width:auto}[data-theme=phoenix] .theme-header-nav{display:none;align-items:center;gap:var(--spacing-lg);z-index:10}@media (min-width:768px){[data-theme=phoenix] .theme-header-nav{display:flex}}[data-theme=phoenix] .theme-header-divider{height:1.25rem;width:1px;background:hsl(var(--border))}[data-theme=phoenix] .theme-header-search{display:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20rem;max-width:20rem;padding:0 var(--spacing-md);pointer-events:none}@media (min-width:768px){[data-theme=phoenix] .theme-header-search{display:block}}[data-theme=phoenix] .theme-header-search>*{pointer-events:auto}[data-theme=phoenix] .theme-nav{display:flex}[data-theme=phoenix] .theme-nav-list{display:flex;align-items:center;gap:var(--spacing-2xl);list-style:none;margin:0;padding:0}[data-theme=phoenix] .theme-nav-item{margin:0}[data-theme=phoenix] .theme-nav-link{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);color:hsl(var(--muted-foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-nav-link:hover{color:color-mix(in srgb,var(--brand-color) 80%,hsl(var(--foreground)))}[data-theme=phoenix] .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:2.5rem;padding-left:var(--spacing-md);padding-right:var(--spacing-md);font-weight:var(--font-weight-medium);font-size:var(--font-size-sm);box-shadow:var(--theme-shadow-button);cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-cta-button:hover{opacity:.9;transform:translateY(var(--theme-button-lift))}[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-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));padding:var(--spacing-3xl) var(--spacing-md)}[data-theme=phoenix] .theme-footer-container{max-width:var(--theme-max-width);margin:0 auto}[data-theme=phoenix] .theme-footer-content{display:grid;gap:var(--spacing-2xl);grid-template-columns:1fr}@media (min-width:768px){[data-theme=phoenix] .theme-footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){[data-theme=phoenix] .theme-footer-content{grid-template-columns:repeat(4,1fr)}}[data-theme=phoenix] .theme-footer-section-title{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:hsl(var(--foreground));margin:0 0 var(--spacing-md) 0;text-transform:uppercase;letter-spacing:var(--letter-spacing-wide)}[data-theme=phoenix] .theme-footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--spacing-sm)}[data-theme=phoenix] .theme-footer-link{font-size:var(--font-size-sm);color:hsl(var(--muted-foreground));text-decoration:none;transition:color var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-footer-link:hover{color:hsl(var(--foreground))}[data-theme=phoenix] .theme-footer-bottom{margin-top:var(--spacing-2xl);padding-top:var(--spacing-2xl);border-top:1px solid hsl(var(--border));text-align:center;font-size:var(--font-size-sm);color:hsl(var(--muted-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:center;gap:var(--spacing-sm);margin:var(--spacing-3xl) 0}[data-theme=phoenix] .theme-pagination-button{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 var(--spacing-md);border:1px solid hsl(var(--border));border-radius:var(--theme-button-radius);background:hsl(var(--background));color:hsl(var(--foreground));font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;text-decoration:none;transition:all var(--theme-transition-speed) var(--theme-transition-timing)}[data-theme=phoenix] .theme-pagination-button:hover:not(:disabled){background:hsl(var(--accent));border-color:hsl(var(--accent))}[data-theme=phoenix] .theme-pagination-button:disabled{opacity:.5;cursor:not-allowed}[data-theme=phoenix] .theme-pagination-button-active{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}[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=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){--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=prescott].dark{--background:0 0% 10%;--foreground:0 0% 95%;--card:0 0% 12%;--card-foreground:0 0% 95%;--popover:0 0% 12%;--popover-foreground:0 0% 95%;--primary:0 0% 92%;--primary-foreground:0 0% 12%;--secondary:0 0% 20%;--secondary-foreground:0 0% 95%;--muted:0 0% 20%;--muted-foreground:0 0% 68%;--accent:0 0% 20%;--accent-foreground:0 0% 95%;--destructive:0 62.8% 45%;--destructive-foreground:0 0% 95%;--border:0 0% 25%;--input:0 0% 25%;--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] .theme-header-container{display:flex;align-items:center;gap:32px;max-width:var(--theme-max-width);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] .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] .theme-blog-home-container{display:flex;flex-direction:column;padding:64px 24px 32px;min-height:100vh;max-width:1016px;margin:0 auto}@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:none;align-items:center;gap:4px;margin-left:auto}@media (min-width:1024px){[data-theme=prescott] .theme-header-nav{display:flex}}[data-theme=prescott] .theme-header-nav .theme-cta-button{display:inline-flex}@media (max-width:1023px){[data-theme=prescott] .theme-header-nav{display:flex;margin-left:auto}[data-theme=prescott] .theme-header-nav nav{display:none}}[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-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(255,255,255,.8)}[data-theme=prescott] .theme-nav-link:hover{color:hsl(var(--foreground))}[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] .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] .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] .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}@media (max-width:768px){[data-theme=prescott] .theme-category-filter-wrapper{flex-direction:column;align-items:stretch;gap:0;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] .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:hsl(var(--muted));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}@media (max-width:767px){[data-theme=prescott] .theme-footer{padding:50px 24px}}[data-theme=prescott].dark .theme-footer{background:rgba(255,255,255,.02)}[data-theme=prescott] .theme-footer-container{max-width:var(--theme-max-width);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:rgba(255,255,255,.05)}[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:rgba(255,255,255,.08)}[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:rgba(255,255,255,.4)}[data-theme=prescott].dark .prescott-search-input input::placeholder{color:rgba(255,255,255,.4)}[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] .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=plano]{--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=paris]{--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=pisa]{--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=porto]{--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]{--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]{--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=petra]{--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=plymouth]{--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}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Architects Daughter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c6582816bbb82cec-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Architects Daughter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/33417c49c7529ced-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Architects Daughter Fallback;src:local("Arial");ascent-override:93.03%;descent-override:38.04%;line-gap-override:0.00%;size-adjust:106.02%}.__className_fde0d3{font-family:Architects Daughter,Architects Daughter Fallback;font-weight:400;font-style:normal}.__variable_fde0d3{--font-architects-daughter:"Architects Daughter","Architects Daughter Fallback"}