:root{--bg: #0f0f12;--surface: #17171c;--surface-elevated: #1f1f25;--surface-strong: #26262d;--border: #31313a;--foreground: #f3eee8;--foreground-muted: #cdc3b8;--accent: #D85A2E;--accent-hover: color-mix(in oklab, var(--accent), white 28%);--accent-strong: color-mix(in oklab, var(--accent), black 18%);--accent-bright: color-mix(in oklab, var(--accent), white 42%);--shadow-elevated: 0 16px 34px -20px rgb(0 0 0 / .75);--shadow-header: 0 6px 16px -12px rgb(0 0 0 / .7);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-pill: 9999px;--font-head: "Fraunces", "Source Serif 4", Georgia, serif;--font-body: "Geist", "Inter", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}body{background-color:var(--bg);color:var(--foreground);font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-head)}code,pre{font-family:var(--mono)}.shadow-elevated{box-shadow:var(--shadow-elevated)}.shadow-header{box-shadow:var(--shadow-header)}.card-white{background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-elevated);overflow:hidden}.tag{padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.875rem}.tag-dark{padding:.25rem .75rem;border-radius:var(--radius-pill);font-size:.875rem;background-color:var(--surface-strong);color:var(--foreground)}.badge{padding:.25rem .5rem;border-radius:var(--radius-sm)}.badge-dark{padding:.25rem .5rem;border-radius:var(--radius-sm);background-color:var(--surface-strong);color:var(--foreground)}.card-clickable{background-color:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-elevated);overflow:hidden;transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.card-clickable:hover{box-shadow:var(--shadow-elevated)}.prose{color:#374151}.prose h2{font-size:1.5rem;font-weight:700;color:#111827;margin-top:2rem;margin-bottom:1rem}.prose h3{font-size:1.25rem;font-weight:600;color:#111827;margin-top:1.5rem;margin-bottom:.75rem}.prose p{margin-bottom:1rem;line-height:1.625}.prose ul,.prose ol{margin-bottom:1rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose strong{font-weight:600;color:#111827}.prose a{color:#2563eb;text-decoration:underline}.prose a:hover{color:#1e40af}.article-content,.article-content .prose,.article-body{color:var(--foreground);font-family:var(--font-body);line-height:1.7}.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6,.article-body h1,.article-body h2,.article-body h3,.article-body h4,.article-body h5,.article-body h6{font-weight:700;color:var(--accent);line-height:1.3}.article-content h1,.article-body h1{font-size:1.875rem;margin-top:3rem;margin-bottom:1.5rem;line-height:1.2}.article-content h2,.article-body h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1.25rem}.article-content h3,.article-body h3{font-size:1.25rem;margin-top:2.5rem;margin-bottom:1.25rem}.article-content h4,.article-body h4{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.4}.bg-accent-dark h4{color:#fff!important}.article-content h5,.article-body h5{font-size:1rem;margin-top:1.25rem;margin-bottom:.5rem;line-height:1.4}.article-content h6,.article-body h6{font-size:.875rem;margin-top:1rem;margin-bottom:.5rem;line-height:1.4}.article-content p,.article-body p{margin-bottom:1.25rem;color:#e0e0e0;line-height:1.7}.summary-section p{color:var(--accent)!important}.article-content ul,.article-body ul{margin-bottom:1.25rem;padding-left:1.75rem;list-style-type:disc!important;list-style-position:outside;line-height:1.7}.article-content ol,.article-body ol{margin-bottom:1.25rem;padding-left:1.75rem;list-style-type:decimal!important;list-style-position:outside;line-height:1.7}.article-content li,.article-body li{margin-bottom:.625rem;color:var(--foreground);line-height:1.7;display:list-item!important}.article-content li::marker,.article-body li::marker{color:var(--foreground)}.article-content li p,.article-body li p{margin-bottom:.625rem}.article-content strong,.article-body strong{font-weight:600;color:var(--foreground)}.article-content em,.article-body em{font-style:italic;color:var(--foreground)}.article-content a,.article-body a{color:var(--accent);text-decoration:underline;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.article-content a:hover,.article-body a:hover{color:var(--accent-hover)}.article-body img{transition:border-color .4s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1);border:1px solid var(--border);display:block;margin-left:auto;margin-right:auto;margin-top:1.5rem;margin-bottom:1.5rem;max-width:600px;max-height:400px;width:auto;height:auto;border-radius:10px}.article-body img:hover{border-color:var(--accent)}.article-body img:not(.article-image){margin-top:1.5rem;margin-bottom:1.5rem;display:block;margin-left:auto;margin-right:auto}.article-image-block,.article-image-center{display:block;margin-top:1.5rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px}.article-image-left{float:left;margin-bottom:1rem;max-width:300px;clear:left;margin-right:2rem!important}.article-image-right{float:right;margin-bottom:1rem;max-width:300px;clear:right;margin-left:2rem!important}.article-body:after{content:"";display:table;clear:both}.article-body p{overflow-wrap:break-word}.article-body img:hover{opacity:.9}@media(max-width:767px){.article-image-left,.article-image-right{float:none;display:block;margin-left:auto;margin-right:auto;max-width:100%}.article-body img{max-width:100%!important;max-height:none!important}.article-image-block,.article-image-center{max-width:100%!important}}.article-content code,.article-body code{background-color:var(--surface-strong);color:var(--foreground);padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.875rem;font-family:var(--mono)}.article-content pre,.article-body pre{background-color:var(--surface-strong);color:var(--foreground);padding:1rem;border-radius:var(--radius-md);overflow-x:auto;margin-bottom:1.25rem}.article-content pre code,.article-body pre code{background-color:transparent;padding:0}.article-content blockquote,.article-body blockquote{border-left-width:1rem;border-color:var(--accent);padding-left:1.5rem;font-style:italic;color:var(--foreground-muted);margin-top:1.25rem;margin-bottom:1.25rem;line-height:1.7}.article-content hr,.article-body hr{border-color:var(--border);margin-top:2rem;margin-bottom:2rem}.article-content table,.article-body table{width:100%;margin-bottom:1.25rem}.article-content th,.article-body th{text-align:left;color:var(--foreground);font-weight:600;border-bottom-width:1px;border-color:var(--border);padding-bottom:.5rem}.article-content td,.article-body td{color:var(--foreground);border-bottom-width:1px;border-color:var(--border);padding-top:.5rem;padding-bottom:.5rem}.btn-primary{background-color:var(--accent);color:#1a1714;font-weight:600;border-radius:9999px;transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{background-color:var(--accent-hover)}.sec-head-neutral h2{color:var(--foreground)}.sec-head-neutral h2:after{content:"";display:block;width:24px;height:3px;background:var(--accent);margin-top:8px}.sec-head-kicker h2{color:var(--foreground)}.sec-head-kicker:before{content:attr(data-kicker);display:block;font-family:var(--mono);font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:4px}.grid-feat-balanced{grid-template-columns:repeat(3,1fr)}.grid-feat-balanced .review-card-hero{min-height:420px}.grid-feat-flipped{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr)}.grid-feat-flipped>:first-child{order:2}.grid-feat-flipped>:last-child{order:1}@media(max-width:767px){.home-wrapper{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important}}@media(max-width:767px){.review-wrapper{background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important}}.flag-icon[data-astro-cid-dehm3zwc]{width:1.25rem;height:.75rem;flex-shrink:0;border-radius:2px;box-shadow:0 1px 2px #0000004d}.language-switcher[data-astro-cid-a2mxz4y6]{position:relative}.language-switcher-current[data-astro-cid-a2mxz4y6]{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:.5rem;color:var(--foreground-muted);font-weight:500;font-size:.875rem;cursor:pointer;border:1px solid transparent;background-color:#ffffff05;transition-property:color,background-color,border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.language-switcher-current[data-astro-cid-a2mxz4y6]:hover{color:var(--foreground);background-color:#ffffff0d;border-color:#ffffff14}.language-switcher-label[data-astro-cid-a2mxz4y6]{white-space:nowrap}.language-switcher-icon[data-astro-cid-a2mxz4y6]{width:1rem;height:1rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.language-switcher-open[data-astro-cid-a2mxz4y6] .language-switcher-icon[data-astro-cid-a2mxz4y6]{transform:rotate(180deg)}.language-switcher-menu[data-astro-cid-a2mxz4y6]{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:var(--surface-elevated);border:1px solid var(--border);border-radius:.5rem;box-shadow:var(--shadow-elevated);overflow:hidden;min-width:120px;opacity:0;visibility:hidden;z-index:1000;transition-property:opacity,visibility,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transform:translateY(-10px)}.language-switcher-open[data-astro-cid-a2mxz4y6] .language-switcher-menu[data-astro-cid-a2mxz4y6]{opacity:1;visibility:visible;transform:translateY(0)}.language-switcher-link[data-astro-cid-a2mxz4y6]{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:var(--foreground-muted);font-size:.875rem;transition-property:color,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.language-switcher-link[data-astro-cid-a2mxz4y6]:hover{color:var(--foreground);background-color:#ffffff0d}.language-switcher-link-current[data-astro-cid-a2mxz4y6]{background-color:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--foreground)}.language-switcher-mobile[data-astro-cid-a2mxz4y6]{display:none}.language-switcher-mobile-link[data-astro-cid-a2mxz4y6]{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:.375rem;color:var(--foreground-muted);font-weight:500;font-size:.8125rem;border:1px solid transparent;transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;text-decoration:none;white-space:nowrap}.language-switcher-mobile-link[data-astro-cid-a2mxz4y6]:hover{color:var(--foreground);background-color:#ffffff0d;border-color:#ffffff14}.language-switcher-mobile-link-current[data-astro-cid-a2mxz4y6]{background-color:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--foreground);border-color:color-mix(in srgb,var(--accent) 30%,transparent)}@media(max-width:767px){.language-switcher-current[data-astro-cid-a2mxz4y6],.language-switcher-menu[data-astro-cid-a2mxz4y6]{display:none}.language-switcher-mobile[data-astro-cid-a2mxz4y6]{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}}.nav-link[data-astro-cid-3ef6ksr2]{padding:.375rem .75rem;border-radius:.5rem;color:var(--foreground-muted);font-weight:500;font-size:1rem;border:1px solid transparent;transition-property:color,background-color,border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--foreground);background-color:#ffffff0a;border-color:#ffffff14}.nav-link-active[data-astro-cid-3ef6ksr2]{color:#1a1714;background:var(--accent);font-weight:500;border-color:transparent;box-shadow:none}.hamburger-line[data-astro-cid-3ef6ksr2]{width:1.5rem;height:.125rem;background-color:currentColor;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.mobile-nav-link[data-astro-cid-3ef6ksr2]{display:block;padding:.75rem 1rem;border-radius:.5rem;color:var(--foreground-muted);font-weight:500;font-size:1rem;border:1px solid transparent;transition-property:color,background-color,border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.mobile-nav-link[data-astro-cid-3ef6ksr2]:hover{color:var(--foreground);background-color:#ffffff0a;border-color:#ffffff14}.mobile-nav-link-active[data-astro-cid-3ef6ksr2]{color:#1a1714;background:var(--accent);font-weight:500;border-color:transparent;box-shadow:none}#mobile-menu-button[data-astro-cid-3ef6ksr2][aria-expanded=true] .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}#mobile-menu-button[data-astro-cid-3ef6ksr2][aria-expanded=true] .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}#mobile-menu-button[data-astro-cid-3ef6ksr2][aria-expanded=true] .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}
