*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;line-height:1.6;--periwinkle:#c6d4ffff;--cool-gray:#7a82abff;--myrtle-green:#307473ff;--castleton-green:#12664fff;--robin-egg-blue:#2dc2bdff;font-family:var(--font-manrope),sans-serif}.container,.container-lg,.container-sm{max-width:1200px;margin:0 auto;padding:0 1rem}.container-lg,.container-sm{max-width:768px}.container-lg{max-width:1400px}.grid{display:grid}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-gray-600{color:#6b7280}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.prose a:hover,.text-blue-700{color:#1d4ed8}.text-white{color:#fff}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.hover\:shadow-lg:hover,.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a}.transition,.transition-colors,.transition-transform{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors,.transition-transform{transition-property:color,background-color,border-color}.transition-transform{transition-property:transform}.hover\:scale-105:hover{transform:scale(1.05)}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}@media (max-width:640px){.sm\:grid-1{grid-template-columns:1fr}.sm\:text-center{text-align:center}.sm\:flex-col{flex-direction:column}}@media (max-width:768px){.md\:grid-1{grid-template-columns:1fr}.md\:text-center{text-align:center}.md\:flex-col{flex-direction:column}.md\:p-4{padding:1rem}}@media (min-width:768px){.md\:grid-2{grid-template-columns:repeat(2,1fr)}.md\:grid-3{grid-template-columns:repeat(3,1fr)}.md\:flex-row{flex-direction:row}}@media (min-width:1024px){.lg\:grid-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-4{grid-template-columns:repeat(4,1fr)}}@media (prefers-color-scheme:dark){:root.dark .text-gray-600{color:#9ca3af}:root.dark .text-gray-700{color:#d1d5db}:root.dark .text-gray-800{color:#e5e7eb}:root.dark .text-gray-900{color:#f9fafb}:root.dark .bg-white{background-color:#1f2937}:root.dark .bg-gray-50{background-color:#111827}:root.dark .bg-gray-100{background-color:#1f2937}:root.dark .bg-gray-200{background-color:#374151}}.card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 10px 25px -3px #0000001a;transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease;border:0;cursor:pointer;border-radius:.5rem;font-family:inherit}.btn-primary,.btn-secondary{color:#fff;padding:.75rem 1.5rem}.btn-primary{background:#0d9488}.btn-primary:hover{background:#0f766e}.btn-secondary{background:#374151}.btn-secondary:hover{background:#1f2937}.btn-ghost{background:0 0;color:#374151;border:1px solid #d1d5db;padding:.75rem 1.5rem}.btn-ghost:hover{background:#f9fafb}.tag{display:inline-flex;align-items:center;border-radius:9999px;white-space:nowrap}.tag-blue{background:#dbeafe;color:#1e40af}.tag-green{background:#dcfce7;color:#166534}.tag-purple{background:#f3e8ff;color:#7c3aed}.tag-orange{background:#fed7aa;color:#ea580c}:root.dark .card{background:#1f2937;border-color:#374151}:root.dark .card:hover{box-shadow:0 10px 25px -3px #0000004d}:root.dark .btn-ghost{color:#d1d5db;border-color:#4b5563}:root.dark .btn-ghost:hover{background:#374151}:root.dark .tag-blue{background:#1e3a8a;color:#93c5fd}:root.dark .tag-green{background:#14532d;color:#86efac}:root.dark .tag-purple{background:#581c87;color:#c4b5fd}:root.dark .tag-orange{background:#9a3412;color:#fdba74}:focus{outline:0;box-shadow:0 0 0 2px #3b82f6,0 0 0 4px #3b82f64d}.prose{max-width:none;line-height:1.7;color:#374151}.prose h1{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.prose h2,.prose h3{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.75rem;margin-top:2rem;line-height:1.3}.prose h3{font-size:1.25rem;margin-bottom:.5rem;margin-top:1.5rem;line-height:1.4}.prose p{color:#374151;margin-bottom:1rem;line-height:1.75}.prose a{color:#2563eb;text-decoration:underline;text-underline-offset:2px}.prose ol,.prose ul{margin:1rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem;color:#374151}.prose blockquote{border-left:4px solid #d1d5db;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#6b7280}.prose code{background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;color:#111827}.prose pre{background:#1f2937;padding:1rem;border-radius:.5rem;overflow-x:auto;margin:1rem 0}.prose pre code{background:0 0;padding:0;color:#f9fafb}.card-base{background:#f9fafb;border-radius:.5rem;transition:all .15s ease;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(229,231,235,.5)}.card-base:hover{background:#f3f4f6;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.card-link{position:relative;display:block;height:100%;width:100%;text-decoration:none;color:inherit}.card-content,.card-header{display:flex;justify-content:space-between}.card-content{position:relative;z-index:1;height:100%;flex-direction:column;padding:1rem}.card-header{align-items:center;margin-bottom:1rem}.category{padding:.375rem 0;font-size:.875rem;color:#9ca3af;font-weight:500;letter-spacing:.025em}.card-title{font-size:1.875rem;font-weight:300;line-height:1.2;color:#171717;margin-bottom:.5rem;font-family:var(--font-eb-garamond),serif}.description{font-size:1rem;line-height:1.6;color:#737373;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.external-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:0 0;color:#9ca3af;transition:all .15s ease}.card-base:hover .external-icon{background:#fff;color:#171717;box-shadow:0 4px 6px -1px #0000001a}.icon{width:1rem;height:1rem}.image-container{position:absolute;inset:0;z-index:-1}.hero-image{width:100%;height:100%;object-fit:cover;border-radius:.5rem;transition:transform .15s ease}.card-base:hover .hero-image{transform:scale(1.05)}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;font-family:monospace;border-radius:.375rem;background:#22c55e1a;color:#15803d;letter-spacing:.025em;box-shadow:inset 0 1px 2px #0000000d;border:1px solid rgba(34,197,94,.2)}.tag:hover{background:#22c55e26;transform:translateY(-1px)}.tag,.tag-clickable{cursor:pointer;transition:all .15s ease}.tag-clickable:hover{background:#22c55e33;transform:translateY(-1px)}.cta-primary,.cta-secondary{padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .15s ease}.cta-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f64d}.cta-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.cta-secondary{background:0 0;color:#3b82f6;border:1px solid #3b82f6}.cta-secondary:hover{background:#3b82f6;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f64d}.project-card-wrapper{padding:.25rem}.project-card{height:100%;max-height:60vh}.content-body{margin-bottom:1rem}.about-card{background:#f9fafb;border-radius:.5rem;padding:1rem;margin:.25rem;transition:all .15s ease;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(229,231,235,.5)}.about-card:hover{background:#f3f4f6;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.about-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#171717}.about-text{font-size:.875rem;line-height:1.6;color:#737373;margin-bottom:1rem}.about-link{color:#3b82f6;text-decoration:none;font-weight:500;font-size:.875rem}.about-link:hover{text-decoration:underline}.stats-card,.tag-filter-card{background:#f9fafb;border-radius:.5rem;padding:1rem;margin:.25rem;transition:all .15s ease;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(229,231,235,.5)}.stats-card:hover,.tag-filter-card:hover{background:#f3f4f6;box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.filter-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#171717}.span-2{grid-column:span 1}.span-2 .card-title{font-size:2.25rem}.featured .card-title{font-size:1.75rem}.content-wrapper{max-width:48rem;margin:0 auto}.privacy-card{background:#f9fafb;border-radius:.5rem;overflow:hidden;transition:all .15s ease}.privacy-card:hover{background:#f3f4f6}.page-title{font-size:2.5rem;font-weight:300;line-height:1.2;color:#171717;margin-bottom:1rem;font-family:var(--font-eb-garamond),serif}.last-updated{font-size:.875rem;color:#737373;margin-bottom:2rem;font-style:italic}:root.dark .prose,:root.dark .prose li,:root.dark .prose p{color:#d1d5db}:root.dark .prose h1,:root.dark .prose h2,:root.dark .prose h3{color:#f9fafb}:root.dark .prose a{color:#60a5fa}:root.dark .prose a:hover{color:#93c5fd}:root.dark .prose blockquote{color:#9ca3af}:root.dark .prose code{background:#374151;color:#f9fafb}:root.dark .prose pre{background:#111827}.dark .about-card,.dark .card-base,.dark .privacy-card,.dark .stats-card,.dark .tag-filter-card{background:#1f2937;border-color:#4b556380;box-shadow:0 1px 3px #0000004d}.dark .about-card:hover,.dark .card-base:hover,.dark .privacy-card:hover,.dark .stats-card:hover,.dark .tag-filter-card:hover{background:#374151;box-shadow:0 4px 12px #0006}.dark .about-title,.dark .card-title,.dark .filter-title,.dark .page-title{color:#f9fafb}.dark .about-text,.dark .description{color:#9ca3af}.dark .category,.dark .external-icon{color:#6b7280}.dark .card-base:hover .external-icon{background:#f9fafb;color:#171717}.dark .tag{background:#22c55e33;color:#4ade80;border-color:#22c55e4d}.dark .tag:hover{background:#22c55e40}.dark .about-link{color:#60a5fa}.dark .hero-description,.dark .hero-subtitle,.dark .hero-title,.dark .last-updated{color:#9ca3af}.dark .accent-text,.dark .underline-colored,.dark .underline-colored-alt,.dark .underline-colored-third,.dark .underline-dotted{color:#f9fafb}.dark .stat-label{color:#9ca3af}.dark .tag.active{background:#22c55e66;color:#4ade80}.main-container{max-width:80rem;margin:0 auto;padding:0 2rem}.grid-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.5rem;padding-bottom:2rem}.hero-section{grid-column:1/-1;padding:2rem 0 1rem}.hero-content{padding:2rem}.hero-title{font-size:2rem;font-weight:300;line-height:1.3;color:#737373;margin-bottom:1rem}.hero-description,.hero-subtitle{font-size:1.5rem;color:#737373;margin-bottom:1.5rem;line-height:1.4;font-weight:300}.hero-description{font-size:1rem;margin-bottom:2rem;line-height:1.6}.accent-text{color:#171717;font-weight:400}.underline-colored,.underline-colored-alt,.underline-colored-third{color:#171717;text-decoration:underline;text-decoration-color:#fb923c;text-underline-offset:4px}.underline-colored-alt,.underline-colored-third{text-decoration-color:#0ea5e9}.underline-colored-third{text-decoration-color:#a855f7}.table-wrapper{margin:1.5rem 0;flex:1;min-width:0}.table-container,table{border-radius:.5rem;overflow:hidden}.table-container{padding:.1rem;box-shadow:0 2px 4px -1px #0000001a;transition:all .3s ease;position:relative}.table-container:hover{box-shadow:0 4px 8px -1px #00000026}table{width:100%;border-collapse:collapse;font-size:.875rem;line-height:1.5;table-layout:auto}table thead{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}table td,table th{padding:.75rem .5rem;color:#374151}table th{text-align:left;font-weight:600;border-bottom:2px solid #d1d5db;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}table td{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease;vertical-align:top}table tbody tr:hover{background-color:#f8fafc}table tbody tr:last-child td{border-bottom:none}.table-cell-rank{font-weight:600;color:#6b7280;text-align:center;width:2rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6,#ec4899);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.table-cell-primary{font-weight:500;color:#111827;width:auto;word-wrap:break-word;white-space:normal;line-height:1.4}.table-cell-number{text-align:right;font-weight:600;color:#059669;font-variant-numeric:tabular-nums;white-space:nowrap}.table-cell-center{text-align:center}.table-cell-highlight{background-color:#3b82f61a;font-weight:500}.table-caption{text-align:center;font-style:italic;color:#6b7280;font-size:.875rem;margin-top:.75rem;padding:0 1rem;line-height:1.5}.dark .table-container{box-shadow:0 2px 4px -1px #0000004d}.dark .table-container:hover{box-shadow:0 4px 8px -1px #0006}.dark table thead{background:linear-gradient(135deg,#374151,#4b5563)}.dark table th{color:#f3f4f6;border-bottom:2px solid #6b7280}.dark table td{border-bottom:1px solid #374151;color:#e5e7eb}.dark table tbody tr:hover{background-color:#374151}.dark .external-link[data-astro-cid-pux6a34n]:hover,.dark .nav-item[data-astro-cid-pux6a34n].active,.dark .nav-item[data-astro-cid-pux6a34n]:hover,.dark .table-cell-primary{color:#f9fafb}.dark .table-cell-number{color:#10b981}.dark .table-cell-highlight{background-color:#3b82f633}.dark .table-caption{color:#9ca3af}@media (max-width:640px){table{font-size:.8rem}table td,table th{padding:.5rem .25rem}.table-cell-rank{width:1.5rem}.table-container{padding:.75rem}}@media (min-width:768px){table td,table th{padding:.75rem 1rem}.table-cell-rank{width:2rem}}.underline-dotted{color:#171717;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:4px}.stat-item{text-align:center}.stat-label{display:block;font-size:.75rem;color:#737373;margin-top:.25rem;text-transform:uppercase;letter-spacing:.05em}.tag-filters{display:flex;flex-wrap:wrap;gap:.5rem}.tag.active{background:#22c55e4d;color:#15803d;transform:none}@media (min-width:768px){.span-2{grid-column:span 2}.grid-container{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.75rem}.hero-description{font-size:1.125rem}.hero-section{grid-column:span 2}}@media (min-width:1024px){.hero-title{font-size:3rem}.hero-subtitle{font-size:2rem}.hero-description{font-size:1.25rem}}.nav-sticky[data-astro-cid-pux6a34n]{position:sticky;top:0;z-index:5000;display:flex;align-items:center;justify-content:flex-end;padding:1rem;min-height:4rem}.nav-center[data-astro-cid-pux6a34n]{position:absolute;left:50%;transform:translate(-50%);z-index:1}.nav-pill[data-astro-cid-pux6a34n]{position:relative;display:flex;background:#ffffffb3;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem;box-shadow:0 4px 6px -1px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-indicator[data-astro-cid-pux6a34n]{position:absolute;left:.25rem;top:.25rem;background:#e5e7eb;border-radius:.375rem;transition:all .2s ease;z-index:0}.nav-item[data-astro-cid-pux6a34n]{position:relative;z-index:1;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#737373;text-decoration:none;transition:color .15s ease}.nav-item[data-astro-cid-pux6a34n].active,.nav-item[data-astro-cid-pux6a34n]:hover{color:#171717}.nav-external[data-astro-cid-pux6a34n]{display:none;gap:.5rem;align-items:center;z-index:-1}.external-link[data-astro-cid-pux6a34n]{padding:.25rem .5rem;font-size:.875rem;color:#737373;text-decoration:none;transition:all .15s ease}.external-link[data-astro-cid-pux6a34n]:hover{color:#171717;text-decoration:underline;text-decoration-style:wavy;text-underline-offset:4px}.language-dropdown[data-astro-cid-pux6a34n]{position:relative}.language-button[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;color:#737373;background:0 0;border:0;cursor:pointer;transition:all .15s ease;border-radius:.25rem}.language-button[data-astro-cid-pux6a34n]:hover,.language-option[data-astro-cid-pux6a34n]:hover{color:#171717;background:#f3f4f6cc}.language-text[data-astro-cid-pux6a34n]{font-weight:500}.language-icon[data-astro-cid-pux6a34n]{width:1rem;height:1rem;transition:transform .15s ease}.language-dropdown[data-astro-cid-pux6a34n].active .language-icon[data-astro-cid-pux6a34n],.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-dropdown[data-astro-cid-ybu5wcwi].active .language-icon[data-astro-cid-ybu5wcwi]{transform:rotate(180deg)}.language-menu[data-astro-cid-pux6a34n]{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fffffff2;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 25px -3px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:120px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:100}.language-dropdown[data-astro-cid-pux6a34n].active .language-menu[data-astro-cid-pux6a34n],.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-dropdown[data-astro-cid-ybu5wcwi].active .language-menu[data-astro-cid-ybu5wcwi]{opacity:1;visibility:visible;transform:translateY(0)}.language-option[data-astro-cid-pux6a34n]{display:block;padding:.5rem .75rem;font-size:.875rem;color:#737373;text-decoration:none;transition:all .15s ease;border-radius:.375rem;margin:.25rem}.language-option[data-astro-cid-pux6a34n].active{color:#171717;background:#e5e7ebcc;font-weight:500}.dark .nav-pill[data-astro-cid-pux6a34n]{background:#1f2937b3;border-color:#4b5563;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark .nav-indicator[data-astro-cid-pux6a34n]{background:#4b5563}.dark .external-link[data-astro-cid-pux6a34n],.dark .language-button[data-astro-cid-pux6a34n],.dark .nav-item[data-astro-cid-pux6a34n]{color:#9ca3af}.dark .language-button[data-astro-cid-pux6a34n]:hover,.dark .language-option[data-astro-cid-pux6a34n]:hover{color:#f9fafb;background:#374151cc}.dark .language-menu[data-astro-cid-pux6a34n]{background:#1f2937f2;border-color:#4b5563}.dark .language-option[data-astro-cid-pux6a34n]{color:#9ca3af}.dark .language-option[data-astro-cid-pux6a34n].active{color:#f9fafb;background:#4b5563cc}@media (min-width:768px){.nav-external[data-astro-cid-pux6a34n]{display:flex}}.body[data-astro-cid-ybu5wcwi]{background:#fff;color:#111827;transition:background-color .2s ease,color .2s ease;line-height:1.6;margin:0;padding:0}.main-container[data-astro-cid-ybu5wcwi]{max-width:80rem;margin:0 auto;padding:0 2rem}.grid-container[data-astro-cid-ybu5wcwi]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.5rem;padding-bottom:2rem}.hero-section[data-astro-cid-ybu5wcwi]{grid-column:1/-1;padding:2rem 0 1rem}.hero-content[data-astro-cid-ybu5wcwi]{padding:2rem}.hero-title[data-astro-cid-ybu5wcwi]{font-size:2rem;font-weight:300;line-height:1.3;color:#737373;margin-bottom:2rem}.accent-text[data-astro-cid-ybu5wcwi]{color:#171717;font-weight:400}.underline-colored[data-astro-cid-ybu5wcwi]{color:#171717;text-decoration:underline;text-decoration-color:#fb923c;text-underline-offset:4px}.underline-colored-alt[data-astro-cid-ybu5wcwi],.underline-colored-third[data-astro-cid-ybu5wcwi]{color:#171717;text-decoration:underline;text-decoration-color:#0ea5e9;text-underline-offset:4px}.underline-colored-third[data-astro-cid-ybu5wcwi]{text-decoration-color:#a855f7}.underline-dotted[data-astro-cid-ybu5wcwi]{color:#171717;text-decoration:underline;text-decoration-style:dotted;text-underline-offset:4px}.footer[data-astro-cid-ybu5wcwi]{display:flex;justify-content:center;padding:9rem 0 5rem}.footer-content[data-astro-cid-ybu5wcwi]{display:flex;flex-direction:column;align-items:center;gap:.5rem}.footer-icon[data-astro-cid-ybu5wcwi]{font-size:2rem;transition:transform .2s ease}.footer-content[data-astro-cid-ybu5wcwi]:hover .footer-icon[data-astro-cid-ybu5wcwi]{transform:scale(1.1)}.footer-text[data-astro-cid-ybu5wcwi]{font-size:.875rem;color:#737373}.footer-small-text[data-astro-cid-ybu5wcwi]{font-size:.8rem;color:#969696}.footer-privacy-link[data-astro-cid-ybu5wcwi]{font-size:.7rem;color:#aaa;text-decoration:none;transition:color .15s ease;margin-top:.25rem}.footer-privacy-link[data-astro-cid-ybu5wcwi]:hover{color:#737373;text-decoration:underline}.dark .body[data-astro-cid-ybu5wcwi]{background:#111827;color:#f9fafb}.dark .hero-title[data-astro-cid-ybu5wcwi]{color:#9ca3af}.dark .accent-text[data-astro-cid-ybu5wcwi],.dark .underline-colored-alt[data-astro-cid-ybu5wcwi],.dark .underline-colored-third[data-astro-cid-ybu5wcwi],.dark .underline-colored[data-astro-cid-ybu5wcwi],.dark .underline-dotted[data-astro-cid-ybu5wcwi]{color:#f9fafb}.dark .footer-privacy-link[data-astro-cid-ybu5wcwi]:hover,.dark .footer-text[data-astro-cid-ybu5wcwi]{color:#9ca3af}.dark .footer-privacy-link[data-astro-cid-ybu5wcwi]{color:#737373}@media (min-width:768px){.hero-title[data-astro-cid-ybu5wcwi]{font-size:2.5rem}.grid-container[data-astro-cid-ybu5wcwi]{grid-template-columns:repeat(4,1fr)}.hero-section[data-astro-cid-ybu5wcwi]{grid-column:span 2}}@media (min-width:1024px){.hero-title[data-astro-cid-ybu5wcwi]{font-size:3rem}}.mobile-nav-external[data-astro-cid-ybu5wcwi]{display:flex;gap:.5rem;align-items:center;justify-content:center;padding:1.5rem 0 2.5rem;border-top:1px solid #e5e7eb;background:#fffffff2}@media (min-width:768px){.mobile-nav-external[data-astro-cid-ybu5wcwi]{display:none}}@media (max-width:767px){.nav-external[data-astro-cid-ybu5wcwi]{display:none!important}}.mobile-nav-external[data-astro-cid-ybu5wcwi] .external-link[data-astro-cid-ybu5wcwi]{padding:.25rem .5rem;font-size:.875rem;color:#737373;text-decoration:none;transition:all .15s ease}.mobile-nav-external[data-astro-cid-ybu5wcwi] .external-link[data-astro-cid-ybu5wcwi]:hover{color:#171717;text-decoration:underline;text-decoration-style:wavy;text-underline-offset:4px}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-dropdown[data-astro-cid-ybu5wcwi]{position:relative}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-button[data-astro-cid-ybu5wcwi]{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;color:#737373;background:0 0;border:0;cursor:pointer;transition:all .15s ease;border-radius:.25rem}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-button[data-astro-cid-ybu5wcwi]:hover,.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-option[data-astro-cid-ybu5wcwi]:hover{color:#171717;background:#f3f4f6cc}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-text[data-astro-cid-ybu5wcwi]{font-weight:500}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-icon[data-astro-cid-ybu5wcwi]{width:1rem;height:1rem;transition:transform .15s ease}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-menu[data-astro-cid-ybu5wcwi]{position:absolute;bottom:100%;right:0;margin-bottom:.5rem;background:#fffffff2;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 25px -3px #0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:120px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:100}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-option[data-astro-cid-ybu5wcwi]{display:block;padding:.5rem .75rem;font-size:.875rem;color:#737373;text-decoration:none;transition:all .15s ease;border-radius:.375rem;margin:.25rem}.mobile-nav-external[data-astro-cid-ybu5wcwi] .language-option[data-astro-cid-ybu5wcwi].active{color:#171717;background:#e5e7ebcc;font-weight:500}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi]{background:#1f2937f2;border-top:1px solid #4b5563}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .external-link[data-astro-cid-ybu5wcwi]{color:#9ca3af}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .external-link[data-astro-cid-ybu5wcwi]:hover{color:#f9fafb;text-decoration:underline;text-decoration-style:wavy;text-underline-offset:4px}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .language-button[data-astro-cid-ybu5wcwi]{color:#9ca3af;background:0 0}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .language-button[data-astro-cid-ybu5wcwi]:hover,.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .language-option[data-astro-cid-ybu5wcwi]:hover{color:#f9fafb;background:#374151cc}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .language-menu[data-astro-cid-ybu5wcwi]{background:#1f2937f2;border-color:#4b5563}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .language-option[data-astro-cid-ybu5wcwi]{color:#9ca3af}.dark .mobile-nav-external[data-astro-cid-ybu5wcwi] .language-option[data-astro-cid-ybu5wcwi].active{color:#f9fafb;background:#4b5563cc;font-weight:500}