@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=JetBrains+Mono:wght@500;600;700&display=swap");:root{--primary:220 70% 50%;--primary-foreground:0 0% 100%;--secondary:210 12% 90%;--secondary-foreground:210 20% 25%;--accent:215 85% 55%;--accent-foreground:0 0% 100%;--background:210 15% 96%;--foreground:210 20% 15%;--card:210 15% 98%;--card-foreground:210 20% 15%;--popover:210 15% 98%;--popover-foreground:210 20% 15%;--muted:210 15% 92%;--muted-foreground:210 12% 45%;--border:210 15% 88%;--input:210 15% 88%;--ring:220 70% 50%;--success:142 70% 45%;--warning:38 92% 50%;--error:0 72% 51%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--section-alt:210 12% 94%}[data-theme=dark]{--primary:220 65% 60%;--primary-foreground:220 20% 10%;--secondary:220 15% 20%;--secondary-foreground:210 15% 85%;--accent:215 80% 65%;--accent-foreground:220 20% 10%;--background:220 20% 10%;--foreground:210 15% 95%;--card:220 18% 14%;--card-foreground:210 15% 95%;--popover:220 18% 14%;--popover-foreground:210 15% 95%;--muted:220 15% 18%;--muted-foreground:210 12% 60%;--border:220 15% 22%;--input:220 15% 22%;--ring:220 65% 60%;--success:142 70% 50%;--warning:38 92% 55%;--error:0 62% 55%;--destructive:0 62% 55%;--destructive-foreground:0 0% 100%;--section-alt:220 22% 8%}:root{--font-heading:"JetBrains Mono",ui-monospace,monospace;--font-body:"IBM Plex Sans",system-ui,sans-serif}body{font-family:var(--font-body);font-size:1.0625rem;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em}h1{letter-spacing:-.02em}.font-mono,code,pre{font-family:var(--font-heading)}.nav-desktop .nav-link,.nav-mobile .nav-link{font-family:var(--font-heading);font-weight:500;letter-spacing:.1em;transition:color .2s ease,opacity .2s ease}.nav-desktop .nav-link:hover{color:hsl(var(--primary))}.shadow-subtle{box-shadow:0 1px 2px 0 rgb(0 0 0/.03)}.shadow-card{box-shadow:0 1px 3px 0 rgb(0 0 0/.05),0 1px 2px -1px rgb(0 0 0/.05)}.shadow-card-hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.05),0 4px 6px -4px rgb(0 0 0/.03)}[data-theme=dark] .shadow-card{box-shadow:0 1px 3px 0 rgb(0 0 0/.2),0 1px 2px -1px rgb(0 0 0/.2)}[data-theme=dark] .shadow-card-hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.3),0 4px 6px -4px rgb(0 0 0/.2)}.gradient-hero{background:linear-gradient(180deg,hsl(210 15% 97%),hsl(210 18% 94%))}[data-theme=dark] .gradient-hero{background:linear-gradient(180deg,hsl(220 20% 12%),hsl(220 22% 8%))}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fade-in-up .6s ease forwards;opacity:0}.stagger-1{animation-delay:0s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.2s}.stagger-4{animation-delay:.3s}.stagger-5{animation-delay:.4s}.stagger-6{animation-delay:.5s}@keyframes underline-slide{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.scroll-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.scroll-reveal.revealed{opacity:1;transform:translateY(0)}.scroll-reveal.stagger-1{transition-delay:0s}.scroll-reveal.stagger-2{transition-delay:.1s}.scroll-reveal.stagger-3{transition-delay:.2s}.scroll-reveal.stagger-4{transition-delay:.3s}.scroll-reveal.stagger-5{transition-delay:.4s}.scroll-reveal.stagger-6{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.animate-fade-in-up{animation:none;opacity:1;transform:none}.scroll-reveal{opacity:1;transform:none;transition:none}.hero-background:before{animation:none;opacity:.5}*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.hero-background{position:absolute;inset:0;background:linear-gradient(180deg,hsl(210 15% 97%),hsl(210 18% 94%));z-index:0}[data-theme=dark] .hero-background{background:linear-gradient(180deg,hsl(220 20% 12%),hsl(220 22% 8%))}.hero-background:before{content:"";position:absolute;inset:0;background-image:linear-gradient(to right,hsl(var(--primary)/.15) 1px,transparent 1px),linear-gradient(to bottom,hsl(var(--primary)/.15) 1px,transparent 1px);background-size:60px 60px;-webkit-mask-image:radial-gradient(ellipse at center,black 40%,transparent 75%);mask-image:radial-gradient(ellipse at center,black 40%,transparent 75%);animation:grid-pulse 8s ease-in-out infinite;opacity:.6}[data-theme=dark] .hero-background:before{background-image:linear-gradient(to right,hsl(var(--primary)/.22) 1px,transparent 1px),linear-gradient(to bottom,hsl(var(--primary)/.22) 1px,transparent 1px)}@keyframes grid-pulse{0%,to{opacity:.6}50%{opacity:.85}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.6));z-index:1}.hero-content{position:relative;z-index:10;max-width:800px;text-align:center;padding:2rem}@media (min-width:768px){.hero-content{padding:4rem}}.hero-headline{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;color:hsl(var(--foreground))}.hero-headline span{color:hsl(var(--primary))}.hero-subheadline{font-family:var(--font-body);font-size:clamp(1.25rem,2.5vw,1.5rem);color:hsl(var(--muted-foreground));margin-top:1.5rem;line-height:1.6}.hero-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:var(--font-body);font-weight:600;font-size:1rem;border-radius:0;text-decoration:none;box-shadow:0 1px 3px 0 rgb(0 0 0/.1);transition:background .2s ease-out,box-shadow .2s ease-out}.hero-cta-primary:hover{background:hsl(220 70% 45%);box-shadow:0 4px 6px -1px rgb(0 0 0/.1)}[data-theme=dark] .hero-cta-primary:hover{background:hsl(220 65% 55%)}.hero-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:hsl(var(--card));color:hsl(var(--foreground));font-family:var(--font-body);font-weight:600;font-size:1rem;border:2px solid hsl(var(--border));border-radius:0;text-decoration:none;box-shadow:0 1px 3px 0 rgb(0 0 0/.05);transition:background .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}.hero-cta-secondary:hover{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground));box-shadow:0 4px 6px -1px rgb(0 0 0/.1)}[data-theme=dark] .hero-cta-secondary{background:hsl(var(--card));border-color:hsl(var(--border))}[data-theme=dark] .hero-cta-secondary:hover{background:hsl(var(--foreground));color:hsl(var(--background));border-color:hsl(var(--foreground))}.features-section{padding:6rem 0;background:hsl(var(--section-alt))}.features-header{text-align:center;margin-bottom:4rem}.features-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;letter-spacing:-.01em;color:hsl(var(--foreground))}.features-description{font-family:var(--font-body);color:hsl(var(--muted-foreground));max-width:600px;margin:1rem auto 0;font-size:1.25rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{padding:2rem;background:hsl(var(--card));border:none;border-radius:0;box-shadow:0 1px 3px 0 rgb(0 0 0/.05),0 1px 2px -1px rgb(0 0 0/.05);transition:transform .2s ease-out,box-shadow .2s ease-out}.feature-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0/.05),0 4px 6px -4px rgb(0 0 0/.03)}[data-theme=dark] .feature-card{box-shadow:0 1px 3px 0 rgb(0 0 0/.2),0 1px 2px -1px rgb(0 0 0/.2)}[data-theme=dark] .feature-card:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.3),0 4px 6px -4px rgb(0 0 0/.2)}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-radius:0;margin-bottom:1.25rem}.feature-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:hsl(var(--foreground))}.feature-description{font-family:var(--font-body);color:hsl(var(--muted-foreground));line-height:1.7;font-size:1.125rem}.feature-link{display:inline-flex;align-items:center;gap:.375rem;margin-top:1rem;color:hsl(var(--primary));font-family:var(--font-body);font-weight:500;text-decoration:none;position:relative}.feature-link:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:hsl(var(--primary));transform:scaleX(0);transform-origin:left;transition:transform .2s ease-out}.feature-link:hover:after{transform:scaleX(1)}.testimonials-section{padding:6rem 0;background:hsl(var(--background))}.testimonials-header{text-align:center;margin-bottom:4rem}.testimonials-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;letter-spacing:-.01em;color:hsl(var(--foreground))}.testimonials-description{font-family:var(--font-body);color:hsl(var(--muted-foreground));max-width:600px;margin:1rem auto 0;font-size:1.25rem;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.testimonial-card{padding:2rem;background:hsl(var(--card));border:none;border-radius:0;box-shadow:0 1px 3px 0 rgb(0 0 0/.05),0 1px 2px -1px rgb(0 0 0/.05);transition:transform .2s ease-out,box-shadow .2s ease-out}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0/.05),0 4px 6px -4px rgb(0 0 0/.03)}[data-theme=dark] .testimonial-card{box-shadow:0 1px 3px 0 rgb(0 0 0/.2),0 1px 2px -1px rgb(0 0 0/.2)}[data-theme=dark] .testimonial-card:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.3),0 4px 6px -4px rgb(0 0 0/.2)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1.25rem}.testimonial-star{width:18px;height:18px;color:hsl(var(--muted-foreground)/.2)}.testimonial-star.filled{color:hsl(38 92% 50%)}.testimonial-quote{font-family:var(--font-body);font-size:1.125rem;line-height:1.7;color:hsl(var(--foreground));margin-bottom:1.5rem;position:relative}.testimonial-quote:before{content:'"';font-family:var(--font-heading);font-size:3rem;color:hsl(var(--primary)/.15);position:absolute;top:-.5rem;left:-.25rem;line-height:1}.testimonial-author{display:flex;align-items:center;gap:.875rem;padding-top:1.25rem;border-top:1px solid hsl(var(--border))}.testimonial-avatar{width:44px;height:44px;border-radius:0;background:hsl(var(--primary));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;font-size:1rem}.testimonial-avatar,.testimonial-name{font-family:var(--font-heading);font-weight:600}.testimonial-name{font-size:.9375rem;color:hsl(var(--foreground))}.testimonial-role{font-family:var(--font-body);font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:.125rem}.contact-section{position:relative;padding:6rem 0}.contact-background{position:absolute;inset:0;background:hsl(var(--primary));z-index:0}[data-theme=dark] .contact-background{background:hsl(220 65% 55%)}.contact-content{position:relative;z-index:10;text-align:center;max-width:700px;margin:0 auto;padding:0 1.5rem}.contact-headline{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;letter-spacing:-.01em;color:hsl(var(--primary-foreground))}[data-theme=dark] .contact-headline{color:hsl(220 20% 10%)}.contact-description{font-family:var(--font-body);color:hsl(var(--primary-foreground)/.85);margin:1.25rem 0 2.5rem;font-size:1.25rem;line-height:1.6}[data-theme=dark] .contact-description{color:hsl(220 20% 10%/.8)}.contact-info{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem}.contact-link{display:flex;align-items:center;gap:.5rem;color:hsl(var(--primary-foreground));font-family:var(--font-body);font-weight:500;text-decoration:none;transition:opacity .2s ease-out}.contact-link:hover{opacity:.8}[data-theme=dark] .contact-link{color:hsl(220 20% 10%)}.contact-social{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem}.contact-social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:hsl(var(--primary-foreground)/.15);border-radius:0;color:hsl(var(--primary-foreground));transition:background .2s ease-out,transform .2s ease-out}.contact-social-link:hover{background:hsl(var(--primary-foreground)/.25);transform:translateY(-2px)}[data-theme=dark] .contact-social-link{background:hsl(220 20% 10%/.15);color:hsl(220 20% 10%)}[data-theme=dark] .contact-social-link:hover{background:hsl(220 20% 10%/.25)}.contact-cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:hsl(var(--primary-foreground));color:hsl(var(--primary));font-family:var(--font-body);font-weight:600;font-size:1rem;border-radius:0;text-decoration:none;box-shadow:0 1px 3px 0 rgb(0 0 0/.1);transition:transform .2s ease-out,box-shadow .2s ease-out}.contact-cta:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgb(0 0 0/.15)}[data-theme=dark] .contact-cta{background:hsl(220 20% 10%);color:hsl(220 65% 60%)}header{position:sticky;top:0;z-index:50;background:hsl(var(--background)/.8);backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border)/.5);transition:background .2s ease-out,box-shadow .2s ease-out}header.scrolled{background:hsl(var(--background)/.95);box-shadow:0 1px 3px 0 rgb(0 0 0/.05)}header nav a{font-family:var(--font-body);font-weight:500;color:hsl(var(--foreground));text-decoration:none;position:relative;transition:color .2s ease-out}header nav a:hover{color:hsl(var(--primary));text-decoration:none!important}header nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:hsl(var(--primary));transform:scaleX(0);transform-origin:left;transition:transform .2s ease-out}header nav a:hover:after{transform:scaleX(1)}header .logo,header [class*=logo]{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:hsl(var(--foreground));letter-spacing:-.02em}footer{background:hsl(220 20% 10%);color:hsl(210 15% 85%);border-top:1px solid hsl(220 15% 18%)}footer a{color:hsl(210 15% 75%);text-decoration:none;transition:color .2s ease-out}footer a:hover{color:hsl(var(--primary))}footer .copyright{color:hsl(210 12% 50%);font-size:.875rem}:root footer{background:hsl(220 20% 10%);color:hsl(210 15% 85%)}:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}@media (max-width:768px){.hero-section{min-height:85vh}.hero-content{padding:1.5rem}.contact-section,.features-section,.testimonials-section{padding:4rem 0}.features-grid,.testimonials-grid{grid-template-columns:1fr}.contact-info{flex-direction:column;gap:1rem}.animate-fade-in-up{animation-duration:.4s}.feature-card:hover,.testimonial-card:hover{transform:none}}.text-primary{color:hsl(var(--primary))}.bg-primary{background:hsl(var(--primary))}.font-heading{font-family:var(--font-heading)}.font-body{font-family:var(--font-body)}.sharp-corners{border-radius:0!important}.section-alt{background:hsl(var(--section-alt))}.featured-projects-section{padding:6rem 0;background:hsl(var(--background))}.featured-projects-header{text-align:center;margin-bottom:4rem}.featured-projects-title{font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;letter-spacing:-.01em;color:hsl(var(--foreground))}.featured-projects-description{font-family:var(--font-body);color:hsl(var(--muted-foreground));max-width:600px;margin:1rem auto 0;font-size:1.25rem;line-height:1.6}.featured-projects-cta{margin-top:3rem}.featured-projects-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:var(--font-body);font-weight:600;font-size:1rem;border-radius:0;text-decoration:none;box-shadow:0 1px 3px 0 rgb(0 0 0/.1);transition:background .2s ease-out,box-shadow .2s ease-out,transform .2s ease-out}.featured-projects-button:hover{background:hsl(220 70% 45%);box-shadow:0 4px 6px -1px rgb(0 0 0/.1);transform:translateY(-2px)}[data-theme=dark] .featured-projects-button:hover{background:hsl(220 65% 55%)}@media (max-width:768px){.featured-projects-section{padding:4rem 0}.featured-projects-button:hover{transform:none}}.projects-archive{background:hsl(var(--background))}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}.project-card{background:hsl(var(--card));border:none;border-radius:0;box-shadow:0 1px 3px 0 rgb(0 0 0/.05),0 1px 2px -1px rgb(0 0 0/.05);overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out;cursor:pointer;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0/.05),0 4px 6px -4px rgb(0 0 0/.03)}[data-theme=dark] .project-card{box-shadow:0 1px 3px 0 rgb(0 0 0/.2),0 1px 2px -1px rgb(0 0 0/.2)}[data-theme=dark] .project-card:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.3),0 4px 6px -4px rgb(0 0 0/.2)}.project-card-image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:hsl(var(--muted))}.project-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out}.project-card:hover .project-card-image img{transform:scale(1.03)}.project-card-no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:hsl(var(--muted-foreground));font-size:.875rem}.project-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.project-card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.project-tech-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;background:hsl(var(--primary)/.1);color:hsl(var(--primary));font-family:var(--font-heading);font-size:.75rem;font-weight:500;border-radius:0;white-space:nowrap}[data-theme=dark] .project-tech-tag{background:hsl(var(--primary)/.15)}.project-card-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;line-height:1.3;color:hsl(var(--foreground));margin:0 0 .5rem}.project-card-title a{color:inherit;text-decoration:none;transition:color .2s ease-out}.project-card-title a:hover{color:hsl(var(--primary))}.project-card-description{font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-page{background:hsl(var(--background))}.project-hero{position:relative;height:40vh;max-height:400px;min-height:280px;display:flex;align-items:flex-end;margin-bottom:3rem}.project-hero-image{position:absolute;inset:0}.project-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.project-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.2));z-index:1}.project-hero-content{position:relative;z-index:10;padding-bottom:2.5rem;color:white}.project-title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0 0 1rem;color:white}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-technologies .project-tech-tag{background:rgba(255,255,255,.15);color:white;backdrop-filter:blur(4px)}.project-links{display:flex;flex-wrap:wrap;gap:.75rem}.project-link-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgba(255,255,255,.1);color:white;font-family:var(--font-body);font-weight:500;font-size:.9375rem;border-radius:0;text-decoration:none;backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.2);transition:background .2s ease-out,border-color .2s ease-out}.project-link-button:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3)}.project-link-button--primary{background:hsl(var(--primary));border-color:hsl(var(--primary))}.project-link-button--primary:hover{background:hsl(220 70% 45%);border-color:hsl(220 70% 45%)}[data-theme=dark] .project-link-button--primary:hover{background:hsl(220 65% 55%);border-color:hsl(220 65% 55%)}.project-content{padding:2rem 0 4rem}.project-description{max-width:48rem;margin:0 auto}.project-description h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem}.project-description h2,.project-description h3{font-family:var(--font-heading);font-weight:600;color:hsl(var(--foreground))}.project-description h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.project-description p{font-family:var(--font-body);font-size:1.0625rem;line-height:1.7;color:hsl(var(--foreground));margin-bottom:1.25rem}.project-description ol,.project-description ul{margin-bottom:1.25rem;padding-left:1.5rem}.project-description li{font-family:var(--font-body);font-size:1.0625rem;line-height:1.7;margin-bottom:.5rem}.project-description a{color:hsl(var(--primary));text-decoration:none;border-bottom:1px solid hsl(var(--primary)/.3);transition:border-color .2s ease-out}.project-description a:hover{border-color:hsl(var(--primary))}.project-description code{font-family:var(--font-heading);font-size:.9em;padding:.125rem .375rem;background:hsl(var(--muted));border-radius:0}.project-description pre{background:hsl(var(--muted));padding:1rem 1.25rem;overflow-x:auto;margin-bottom:1.25rem;border-radius:0}.project-description pre code{padding:0;background:transparent}@media (max-width:768px){.project-hero{height:35vh;min-height:240px}.project-hero-content{padding-bottom:1.5rem}.project-links{flex-direction:column}.project-link-button{width:100%;justify-content:center}.project-card:hover,.project-card:hover .project-card-image img{transform:none}}.program-archive{background:hsl(var(--background))}.program-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}@media (max-width:768px){.program-grid{grid-template-columns:1fr}}.program-card{display:flex;flex-direction:column;background:hsl(var(--card));border:none;border-radius:0;box-shadow:0 1px 3px 0 rgb(0 0 0/.05),0 1px 2px -1px rgb(0 0 0/.05);overflow:hidden;transition:transform .2s ease-out,box-shadow .2s ease-out;cursor:pointer;height:100%;text-decoration:none}.program-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgb(0 0 0/.05),0 4px 6px -4px rgb(0 0 0/.03)}[data-theme=dark] .program-card{box-shadow:0 1px 3px 0 rgb(0 0 0/.2),0 1px 2px -1px rgb(0 0 0/.2)}[data-theme=dark] .program-card:hover{box-shadow:0 10px 15px -3px rgb(0 0 0/.3),0 4px 6px -4px rgb(0 0 0/.2)}.program-card-image{position:relative;width:100%;aspect-ratio:16/10;overflow:hidden;background:hsl(var(--muted))}.program-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease-out}.program-card:hover .program-card-image img{transform:scale(1.03)}.program-card-no-image{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:hsl(var(--muted-foreground));font-size:.875rem}.program-card-badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-wrap:wrap;gap:.5rem;z-index:10}.program-card-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;font-family:var(--font-heading);font-size:.75rem;font-weight:500;border-radius:0;white-space:nowrap}.program-card-badge--course{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.program-card-badge--workshop{background:hsl(38 92% 50%);color:hsl(0 0% 10%)}.program-card-badge--event{background:hsl(142 70% 45%);color:hsl(0 0% 100%)}.program-card-badge--format{background:hsl(var(--background)/.9);color:hsl(var(--foreground));backdrop-filter:blur(4px)}.program-card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.program-card-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;line-height:1.3;color:hsl(var(--foreground));margin:0 0 .75rem}.program-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.75rem;color:hsl(var(--muted-foreground));font-size:.875rem}.program-card-meta-item{display:inline-flex;align-items:center;gap:.375rem}.program-card-description{font-family:var(--font-body);font-size:.9375rem;line-height:1.6;color:hsl(var(--muted-foreground));margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.program-page{background:hsl(var(--background))}.program-hero{position:relative;height:50vh;max-height:500px;min-height:300px;display:flex;align-items:flex-end}.program-hero-image{position:absolute;inset:0}.program-hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.program-hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,hsl(var(--primary)/.2),hsl(var(--secondary)/.2))}.program-hero-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 50%,rgba(0,0,0,.2));z-index:1}.program-hero-content{position:relative;z-index:10;padding-bottom:3rem;color:white}.program-hero-headline{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:0 0 1rem;color:white}.program-hero-description{font-family:var(--font-body);font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;color:rgba(255,255,255,.85);max-width:700px;margin:0}.program-meta-bar{background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));padding:1.5rem 0;position:sticky;top:64px;z-index:40}.program-meta-bar-inner{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2.5rem}.program-meta-item{display:flex;align-items:flex-start;gap:.75rem}.program-meta-icon{width:1.25rem;height:1.25rem}.program-meta-icon,.program-meta-icon-group{color:hsl(var(--primary));flex-shrink:0;margin-top:.125rem}.program-meta-icon-group{display:flex;gap:.25rem}.program-meta-icon-group svg{width:1.25rem;height:1.25rem}.program-meta-content{display:flex;flex-direction:column}.program-meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.125rem}.program-meta-label,.program-meta-value{font-family:var(--font-body);font-weight:500}.program-meta-value{font-size:.9375rem;color:hsl(var(--foreground))}.program-meta-address{display:block;font-size:.8125rem;font-weight:400;color:hsl(var(--muted-foreground));margin-top:.125rem}.program-meta-price--free{color:hsl(142 70% 45%)}.program-meta-price--paid{color:hsl(var(--foreground))}.program-cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-family:var(--font-body);font-weight:600;font-size:.9375rem;border-radius:0;text-decoration:none;margin-left:auto;transition:background .2s ease-out,transform .2s ease-out}.program-cta-button:hover{background:hsl(220 70% 45%);transform:translateY(-1px)}[data-theme=dark] .program-cta-button:hover{background:hsl(220 65% 55%)}.program-content{padding:3rem 0 4rem}@media (max-width:768px){.program-hero{height:40vh;min-height:260px}.program-hero-content{padding-bottom:2rem}.program-meta-bar{position:relative;top:0}.program-meta-bar-inner{flex-direction:column;align-items:flex-start;gap:1rem}.program-cta-button{width:100%;justify-content:center;margin-left:0;margin-top:.5rem}.program-card:hover,.program-card:hover .program-card-image img{transform:none}}.brevo-section{background:hsl(var(--section-alt))}.brevo-content{padding:2rem}.brevo-headline{font-family:var(--font-heading);color:hsl(var(--foreground));letter-spacing:-.01em}.brevo-description{font-family:var(--font-body);line-height:1.7}.brevo-form{margin-top:1.5rem}.brevo-form-inner{max-width:28rem}.brevo-input{font-family:var(--font-body);font-size:1rem;border-radius:0;border:1px solid hsl(var(--border))}.brevo-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.1)}.brevo-button{border-radius:0;white-space:nowrap}.brevo-button,.brevo-message{font-family:var(--font-body)}.brevo-message--success{color:hsl(142 70% 45%)}[data-theme=dark] .brevo-message--success{color:hsl(142 70% 55%)}.brevo-message--error{color:hsl(0 72% 51%)}[data-theme=dark] .brevo-message--error{color:hsl(0 62% 60%)}@media (max-width:768px){.brevo-form-inner{flex-direction:column}.brevo-button{width:100%}}.post-card-image{overflow:hidden;background:hsl(var(--muted))}.post-card-image img{transition:transform .4s ease-out}.post-card:hover .post-card-image img,article:hover .post-card-image img{transform:scale(1.03)}@media (max-width:768px){.post-card:hover .post-card-image img,article:hover .post-card-image img{transform:none}}.legal-prose{color:hsl(var(--foreground));font-size:1rem;line-height:1.75}.legal-prose h1{font-size:clamp(2rem,5vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;margin:0 0 1.5rem}.legal-prose h1,.legal-prose h2{font-family:var(--font-mono,"JetBrains Mono",monospace);color:hsl(var(--foreground))}.legal-prose h2{font-size:1.4rem;font-weight:600;line-height:1.25;margin:2.5rem 0 .85rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border))}.legal-prose h3{font-size:1.15rem;font-weight:600;margin:1.75rem 0 .6rem;color:hsl(var(--foreground))}.legal-prose p{margin:0 0 1.1rem}.legal-prose strong{font-weight:600;color:hsl(var(--foreground))}.legal-prose a{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere}.legal-prose a:hover{text-decoration:none}.legal-prose ol,.legal-prose ul{margin:0 0 1.1rem;padding-left:1.5rem}.legal-prose ul{list-style:disc}.legal-prose ol{list-style:decimal}.legal-prose li{margin:.35rem 0}.legal-prose li>ol,.legal-prose li>ul{margin:.4rem 0 .6rem}.legal-prose hr{border:0;border-top:1px solid hsl(var(--border));margin:2rem 0}.legal-prose .legal-table-wrap,.legal-prose table{margin:1.25rem 0 1.75rem}.legal-prose table{width:100%;border-collapse:collapse;font-size:.95rem;display:block;overflow-x:auto}.legal-prose thead{background:hsl(var(--muted))}.legal-prose td,.legal-prose th{border:1px solid hsl(var(--border));padding:.6rem .85rem;text-align:left;vertical-align:top}.legal-prose th{font-weight:600;color:hsl(var(--foreground))}.legal-prose td{color:hsl(var(--muted-foreground))}@media (min-width:768px){.legal-prose table{display:table;overflow-x:visible}}@layer payload-default{}@media(max-width:768px){.admin-bar{display:none}}