.badge-module__J5sY1G__badge{justify-content:center;align-items:center;gap:var(--space-1);white-space:nowrap;border-radius:var(--radius-full);width:fit-content;height:1.25rem;padding:.125rem var(--space-2);font-size:var(--text-xs);border:1px solid #0000;flex-shrink:0;font-weight:500;line-height:1;transition:background-color .15s,color .15s,border-color .15s;display:inline-flex;overflow:hidden}.badge-module__J5sY1G__badge:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .4)}.badge-module__J5sY1G__badge[aria-invalid=true]{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive) / .2)}.badge-module__J5sY1G__badge svg{pointer-events:none;width:.75rem;height:.75rem}.badge-module__J5sY1G__badge[data-variant=default]{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}a.badge-module__J5sY1G__badge[data-variant=default]:hover{background:hsl(var(--primary) / .8)}.badge-module__J5sY1G__badge[data-variant=secondary]{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}a.badge-module__J5sY1G__badge[data-variant=secondary]:hover{background:hsl(var(--secondary) / .8)}.badge-module__J5sY1G__badge[data-variant=destructive]{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}a.badge-module__J5sY1G__badge[data-variant=destructive]:hover{background:hsl(var(--destructive) / .2)}.badge-module__J5sY1G__badge[data-variant=outline]{border-color:hsl(var(--border));color:hsl(var(--foreground))}a.badge-module__J5sY1G__badge[data-variant=outline]:hover{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.badge-module__J5sY1G__badge[data-variant=ghost]{color:hsl(var(--foreground));background:0 0}.badge-module__J5sY1G__badge[data-variant=ghost]:hover{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.badge-module__J5sY1G__badge[data-variant=link]{color:hsl(var(--primary));text-underline-offset:4px;background:0 0}.badge-module__J5sY1G__badge[data-variant=link]:hover{text-decoration:underline}
.project-card-module___F7jbq__card{border-radius:var(--radius-xl);border:1px solid hsl(var(--border));transition:background-color .2s,border-color .2s;display:block;overflow:hidden}.project-card-module___F7jbq__card:hover{background:hsl(var(--accent) / .5)}.project-card-module___F7jbq__card:hover .project-card-module___F7jbq__image{transform:scale(1.02)}.project-card-module___F7jbq__imageWrap{aspect-ratio:16/9;background:hsl(var(--muted));position:relative;overflow:hidden}.project-card-module___F7jbq__image{object-fit:cover;transition:transform .3s}.project-card-module___F7jbq__body{padding:var(--space-5)}.project-card-module___F7jbq__header{align-items:center;gap:var(--space-2);display:flex}.project-card-module___F7jbq__title{font-size:var(--text-base);margin:0;font-weight:600}.project-card-module___F7jbq__badge{font-size:var(--text-xs)}.project-card-module___F7jbq__description{font-size:var(--text-sm);color:hsl(var(--muted-foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:.375rem 0 0;display:-webkit-box;overflow:hidden}.project-card-module___F7jbq__tagList{margin-top:var(--space-3);flex-wrap:wrap;gap:.375rem;display:flex}.project-card-module___F7jbq__tag{border-radius:var(--radius-md);background:hsl(var(--muted));padding:.125rem var(--space-2);font-family:var(--font-mono);font-size:var(--text-xs);color:hsl(var(--muted-foreground))}
.project-grid-module__OO5FCG__empty{color:hsl(var(--muted-foreground))}.project-grid-module__OO5FCG__grid{gap:var(--space-6);display:grid}@media (min-width:640px){.project-grid-module__OO5FCG__grid{grid-template-columns:repeat(2,1fr)}}
.button-module__HjQxJG__button{justify-content:center;align-items:center;gap:var(--space-1-5);white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:var(--radius-lg);font-family:inherit;font-size:var(--text-sm);cursor:pointer;background-clip:padding-box;border:1px solid #0000;outline:none;flex-shrink:0;font-weight:500;line-height:1;transition:background-color .15s,color .15s,border-color .15s,box-shadow .15s,transform .1s;display:inline-flex}.button-module__HjQxJG__button:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .3)}.button-module__HjQxJG__button:active:not([aria-haspopup]){transform:translateY(1px)}.button-module__HjQxJG__button:disabled{pointer-events:none;opacity:.5}.button-module__HjQxJG__button[aria-invalid=true]{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive) / .2)}.button-module__HjQxJG__button svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.button-module__HjQxJG__button[data-variant=default]{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.button-module__HjQxJG__button[data-variant=default]:hover{background:hsl(var(--primary) / .85)}.button-module__HjQxJG__button[data-variant=outline]{border-color:hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground))}.button-module__HjQxJG__button[data-variant=outline]:hover,.button-module__HjQxJG__button[data-variant=outline][aria-expanded=true]{background:hsl(var(--muted))}.button-module__HjQxJG__button[data-variant=secondary]{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.button-module__HjQxJG__button[data-variant=secondary]:hover{background:hsl(var(--secondary) / .8)}.button-module__HjQxJG__button[data-variant=ghost]{color:hsl(var(--foreground));background:0 0}.button-module__HjQxJG__button[data-variant=ghost]:hover,.button-module__HjQxJG__button[data-variant=ghost][aria-expanded=true]{background:hsl(var(--muted))}.button-module__HjQxJG__button[data-variant=destructive]{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.button-module__HjQxJG__button[data-variant=destructive]:hover{background:hsl(var(--destructive) / .2)}.button-module__HjQxJG__button[data-variant=destructive]:focus-visible{border-color:hsl(var(--destructive) / .4);box-shadow:0 0 0 3px hsl(var(--destructive) / .2)}.button-module__HjQxJG__button[data-variant=link]{color:hsl(var(--primary));text-underline-offset:4px;background:0 0;border-color:#0000}.button-module__HjQxJG__button[data-variant=link]:hover{text-decoration:underline}.button-module__HjQxJG__button[data-size=xs]{height:1.5rem;padding:0 var(--space-2);font-size:var(--text-xs);gap:var(--space-1);border-radius:var(--radius-md)}.button-module__HjQxJG__button[data-size=xs] svg{width:.75rem;height:.75rem}.button-module__HjQxJG__button[data-size=sm]{height:1.75rem;padding:0 var(--space-2-5);gap:var(--space-1);border-radius:var(--radius-md);font-size:.8rem}.button-module__HjQxJG__button[data-size=sm] svg{width:.875rem;height:.875rem}.button-module__HjQxJG__button[data-size=default]{height:2rem;padding:0 var(--space-2-5);gap:var(--space-1-5)}.button-module__HjQxJG__button[data-size=lg]{height:2.25rem;padding:0 var(--space-3)}.button-module__HjQxJG__button[data-size=icon]{width:2rem;height:2rem;padding:0}.button-module__HjQxJG__button[data-size=icon-xs]{border-radius:var(--radius-md);width:1.5rem;height:1.5rem;padding:0}.button-module__HjQxJG__button[data-size=icon-xs] svg{width:.75rem;height:.75rem}.button-module__HjQxJG__button[data-size=icon-sm]{border-radius:var(--radius-md);width:1.75rem;height:1.75rem;padding:0}.button-module__HjQxJG__button[data-size=icon-sm] svg{width:.875rem;height:.875rem}.button-module__HjQxJG__button[data-size=icon-lg]{width:2.25rem;height:2.25rem;padding:0}
.theme-toggle-module__cGCfia__icon{width:1rem;height:1rem;transition:transform .2s,opacity .2s}.theme-toggle-module__cGCfia__sun{opacity:1;transform:rotate(0)scale(1)}.theme-toggle-module__cGCfia__moon{opacity:0;position:absolute;transform:rotate(90deg)scale(0)}.dark .theme-toggle-module__cGCfia__sun{opacity:0;transform:rotate(-90deg)scale(0)}.dark .theme-toggle-module__cGCfia__moon{opacity:1;transform:rotate(0)scale(1)}
.sheet-module__P4f9lq__overlay{z-index:var(--z-overlay);background:#0000001a;position:fixed;inset:0}@supports ((-webkit-backdrop-filter:blur(2px)) or (backdrop-filter:blur(2px))){.sheet-module__P4f9lq__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.sheet-module__P4f9lq__overlay[data-state=open]{animation:.15s ease-out sheet-module__P4f9lq__fade-in}.sheet-module__P4f9lq__overlay[data-state=closed]{animation:.1s ease-in sheet-module__P4f9lq__fade-out}.sheet-module__P4f9lq__content{z-index:var(--z-modal);gap:var(--space-4);background:hsl(var(--background));color:hsl(var(--foreground));font-size:var(--text-sm);box-shadow:var(--shadow-lg);flex-direction:column;transition:transform .2s ease-in-out;display:flex;position:fixed}.sheet-module__P4f9lq__content[data-side=right]{border-left:1px solid hsl(var(--border));width:75%;height:100%;inset:0 0 0 auto}.sheet-module__P4f9lq__content[data-side=left]{border-right:1px solid hsl(var(--border));width:75%;height:100%;inset:0 auto 0 0}.sheet-module__P4f9lq__content[data-side=top]{border-bottom:1px solid hsl(var(--border));height:auto;inset:0 0 auto}.sheet-module__P4f9lq__content[data-side=bottom]{border-top:1px solid hsl(var(--border));height:auto;inset:auto 0 0}@media (min-width:640px){.sheet-module__P4f9lq__content[data-side=left],.sheet-module__P4f9lq__content[data-side=right]{max-width:24rem}}.sheet-module__P4f9lq__content[data-state=open][data-side=right]{animation:.2s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-in-right}.sheet-module__P4f9lq__content[data-state=open][data-side=left]{animation:.2s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-in-left}.sheet-module__P4f9lq__content[data-state=open][data-side=top]{animation:.2s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-in-top}.sheet-module__P4f9lq__content[data-state=open][data-side=bottom]{animation:.2s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-in-bottom}.sheet-module__P4f9lq__content[data-state=closed][data-side=right]{animation:.15s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-out-right}.sheet-module__P4f9lq__content[data-state=closed][data-side=left]{animation:.15s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-out-left}.sheet-module__P4f9lq__content[data-state=closed][data-side=top]{animation:.15s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-out-top}.sheet-module__P4f9lq__content[data-state=closed][data-side=bottom]{animation:.15s cubic-bezier(.32,.72,0,1) sheet-module__P4f9lq__slide-out-bottom}.sheet-module__P4f9lq__closeButton{top:var(--space-3);right:var(--space-3);position:absolute}.sheet-module__P4f9lq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sheet-module__P4f9lq__header{padding:var(--space-4);flex-direction:column;gap:.125rem;display:flex}.sheet-module__P4f9lq__footer{gap:var(--space-2);padding:var(--space-4);flex-direction:column;margin-top:auto;display:flex}.sheet-module__P4f9lq__title{font-family:var(--font-heading);font-size:var(--text-base);color:hsl(var(--foreground));margin:0;font-weight:500}.sheet-module__P4f9lq__description{font-size:var(--text-sm);color:hsl(var(--muted-foreground));margin:0}@keyframes sheet-module__P4f9lq__fade-in{0%{opacity:0}to{opacity:1}}@keyframes sheet-module__P4f9lq__fade-out{0%{opacity:1}to{opacity:0}}@keyframes sheet-module__P4f9lq__slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes sheet-module__P4f9lq__slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes sheet-module__P4f9lq__slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes sheet-module__P4f9lq__slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes sheet-module__P4f9lq__slide-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes sheet-module__P4f9lq__slide-out-top{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes sheet-module__P4f9lq__slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes sheet-module__P4f9lq__slide-out-bottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}
.mobile-nav-module__WyOPQq__trigger svg{width:1.25rem;height:1.25rem}.mobile-nav-module__WyOPQq__title{align-items:center;gap:.625rem;display:flex}.mobile-nav-module__WyOPQq__titleLogo{width:1.5rem;height:1.5rem}.mobile-nav-module__WyOPQq__titleText{font-size:var(--text-sm);font-weight:600}.mobile-nav-module__WyOPQq__nav{margin-top:var(--space-6);gap:var(--space-1);padding:0 var(--space-2);flex-direction:column;display:flex}.mobile-nav-module__WyOPQq__link{border-radius:var(--radius-md);padding:.625rem var(--space-3);font-size:var(--text-sm);color:hsl(var(--muted-foreground));font-weight:500;transition:background-color .15s,color .15s}.mobile-nav-module__WyOPQq__link:hover{background:hsl(var(--accent));color:hsl(var(--foreground))}.mobile-nav-module__WyOPQq__content{width:18rem}
.navbar-module__BXjIaa__header{z-index:var(--z-sticky);border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;position:sticky;top:0}.navbar-module__BXjIaa__nav{height:3.5rem;max-width:var(--container-6xl);padding:0 var(--space-4);justify-content:space-between;align-items:center;margin:0 auto;display:flex}@media (min-width:640px){.navbar-module__BXjIaa__nav{padding:0 var(--space-6)}}.navbar-module__BXjIaa__brand{align-items:center;gap:.625rem;display:flex}.navbar-module__BXjIaa__brandLogo{width:1.75rem;height:1.75rem}.navbar-module__BXjIaa__brandName{font-size:var(--text-sm);letter-spacing:var(--tracking-tight);font-weight:600}.navbar-module__BXjIaa__desktopNav{align-items:center;gap:var(--space-1);display:none}@media (min-width:768px){.navbar-module__BXjIaa__desktopNav{display:flex}}.navbar-module__BXjIaa__desktopLink{border-radius:var(--radius-md);padding:.375rem var(--space-3);font-size:var(--text-sm);color:hsl(var(--muted-foreground));transition:color .15s}.navbar-module__BXjIaa__desktopLink:hover{color:hsl(var(--foreground))}.navbar-module__BXjIaa__themeToggleWrap{margin-left:var(--space-2)}.navbar-module__BXjIaa__mobileNav{align-items:center;gap:var(--space-1);display:flex}@media (min-width:768px){.navbar-module__BXjIaa__mobileNav{display:none}}
.separator-module__ur5yVa__separator{background:hsl(var(--border));flex-shrink:0}.separator-module__ur5yVa__separator[data-orientation=horizontal]{width:100%;height:1px}.separator-module__ur5yVa__separator[data-orientation=vertical]{align-self:stretch;width:1px}
.footer-module__kEhaHa__footer{border-top:1px solid hsl(var(--border));margin-top:auto}.footer-module__kEhaHa__inner{max-width:var(--container-6xl);padding:var(--space-12) var(--space-4);margin:0 auto}@media (min-width:640px){.footer-module__kEhaHa__inner{padding-left:var(--space-6);padding-right:var(--space-6)}}.footer-module__kEhaHa__grid{gap:var(--space-8);display:grid}@media (min-width:640px){.footer-module__kEhaHa__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-module__kEhaHa__grid{grid-template-columns:repeat(3,1fr)}}.footer-module__kEhaHa__column{gap:var(--space-3);flex-direction:column;display:flex}.footer-module__kEhaHa__brand{align-items:center;gap:.625rem;display:flex}.footer-module__kEhaHa__brandLogo{width:1.75rem;height:1.75rem}.footer-module__kEhaHa__brandName{font-size:var(--text-sm);letter-spacing:var(--tracking-tight);font-weight:600}.footer-module__kEhaHa__tagline{font-size:var(--text-sm);color:hsl(var(--muted-foreground));max-width:20rem;margin:0}.footer-module__kEhaHa__heading{font-size:var(--text-sm);margin:0;font-weight:600}.footer-module__kEhaHa__linkList{gap:var(--space-2);flex-direction:column;display:flex}.footer-module__kEhaHa__link{font-size:var(--text-sm);color:hsl(var(--muted-foreground));width:fit-content;transition:color .15s}.footer-module__kEhaHa__link:hover{color:hsl(var(--foreground))}.footer-module__kEhaHa__contactList{gap:var(--space-2);font-size:var(--text-sm);color:hsl(var(--muted-foreground));flex-direction:column;display:flex}.footer-module__kEhaHa__socialList{gap:var(--space-3);padding-top:.25rem;display:flex}.footer-module__kEhaHa__socialLink{color:hsl(var(--muted-foreground));transition:color .15s;display:inline-flex}.footer-module__kEhaHa__socialLink:hover{color:hsl(var(--foreground))}.footer-module__kEhaHa__socialIcon{width:1rem;height:1rem}.footer-module__kEhaHa__divider{margin:var(--space-8) 0}.footer-module__kEhaHa__copyright{font-size:var(--text-xs);color:hsl(var(--muted-foreground));margin:0}
.cookie-consent-module__KygJXq__banner{z-index:var(--z-toast);border-top:1px solid hsl(var(--border));background:hsl(var(--background));padding:var(--space-4);position:fixed;bottom:0;left:0;right:0}@media (min-width:640px){.cookie-consent-module__KygJXq__banner{padding:var(--space-6)}}.cookie-consent-module__KygJXq__inner{max-width:var(--container-6xl);gap:var(--space-3);flex-direction:column;margin:0 auto;display:flex}@media (min-width:640px){.cookie-consent-module__KygJXq__inner{flex-direction:row;justify-content:space-between;align-items:center}}.cookie-consent-module__KygJXq__text{font-size:var(--text-sm);color:hsl(var(--muted-foreground));margin:0}.cookie-consent-module__KygJXq__link{text-underline-offset:4px;text-decoration:underline;transition:color .15s}.cookie-consent-module__KygJXq__link:hover{color:hsl(var(--foreground))}.cookie-consent-module__KygJXq__actions{gap:var(--space-2);display:flex}
.hero-module__sup1Jq__hero{padding:var(--space-24) var(--space-4);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}@media (min-width:640px){.hero-module__sup1Jq__hero{padding-top:var(--space-32);padding-bottom:var(--space-32)}}@media (min-width:768px){.hero-module__sup1Jq__hero{padding-top:10rem;padding-bottom:10rem}}.hero-module__sup1Jq__tetrisWrap{margin-bottom:var(--space-10);position:relative}.hero-module__sup1Jq__tetrisGrid{grid-template-columns:repeat(3,auto);gap:.375rem;display:grid}@media (min-width:640px){.hero-module__sup1Jq__tetrisGrid{gap:var(--space-2)}}.hero-module__sup1Jq__cell{width:2.5rem;height:2.5rem}@media (min-width:640px){.hero-module__sup1Jq__cell{width:3rem;height:3rem}}.hero-module__sup1Jq__block{background:hsl(var(--foreground));opacity:0;transform-origin:bottom;will-change:transform, opacity;border-radius:.125rem;}.hero-module__sup1Jq__blockOffset{transform:translateY(-.5rem)}@media (min-width:640px){.hero-module__sup1Jq__blockOffset{transform:translateY(-.75rem)}}.hero-module__sup1Jq__blockDropped{animation:.65s linear both hero-module__sup1Jq__tetris-drop}@keyframes hero-module__sup1Jq__tetris-drop{0%{opacity:0;transform:translateY(var(--drop-distance,-120px)) scaleY(1.08) scaleX(.96);animation-timing-function:cubic-bezier(.55,0,.9,.2)}55%{opacity:1;animation-timing-function:cubic-bezier(.2,0,.2,1);transform:translateY(0)scaleY(1.08)scaleX(.96)}65%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translateY(0)scaleY(.88)scaleX(1.08)}80%{animation-timing-function:cubic-bezier(.6,0,.9,.3);transform:translateY(-8px)scaleY(1.04)scaleX(.98)}92%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translateY(0)scaleY(.96)scaleX(1.02)}to{opacity:1;transform:translateY(0)scaleY(1)scaleX(1)}}.hero-module__sup1Jq__blockOffset.hero-module__sup1Jq__blockDropped{animation-name:hero-module__sup1Jq__tetris-drop-offset}@keyframes hero-module__sup1Jq__tetris-drop-offset{0%{opacity:0;transform:translateY(var(--drop-distance,-120px)) scaleY(1.08) scaleX(.96);animation-timing-function:cubic-bezier(.55,0,.9,.2)}55%{opacity:1;animation-timing-function:cubic-bezier(.2,0,.2,1);transform:translateY(-.5rem)scaleY(1.08)scaleX(.96)}65%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translateY(-.5rem)scaleY(.88)scaleX(1.08)}80%{animation-timing-function:cubic-bezier(.6,0,.9,.3);transform:translateY(calc(-.5rem - 8px))scaleY(1.04)scaleX(.98)}92%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translateY(-.5rem)scaleY(.96)scaleX(1.02)}to{opacity:1;transform:translateY(-.5rem)scaleY(1)scaleX(1)}}@media (min-width:640px){@keyframes hero-module__sup1Jq__tetris-drop-offset{0%{opacity:0;transform:translateY(var(--drop-distance,-120px)) scaleY(1.08) scaleX(.96);animation-timing-function:cubic-bezier(.55,0,.9,.2)}55%{opacity:1;animation-timing-function:cubic-bezier(.2,0,.2,1);transform:translateY(-.75rem)scaleY(1.08)scaleX(.96)}65%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translateY(-.75rem)scaleY(.88)scaleX(1.08)}80%{animation-timing-function:cubic-bezier(.6,0,.9,.3);transform:translateY(calc(-.75rem - 8px))scaleY(1.04)scaleX(.98)}92%{animation-timing-function:cubic-bezier(.4,0,.2,1);transform:translateY(-.75rem)scaleY(.96)scaleX(1.02)}to{opacity:1;transform:translateY(-.75rem)scaleY(1)scaleX(1)}}}.hero-module__sup1Jq__title{max-width:var(--container-3xl);font-size:var(--text-4xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700;line-height:1.1}@media (min-width:640px){.hero-module__sup1Jq__title{font-size:var(--text-5xl)}}@media (min-width:768px){.hero-module__sup1Jq__title{font-size:var(--text-6xl)}}.hero-module__sup1Jq__subtitle{margin:var(--space-4) 0 0;max-width:var(--container-xl);font-size:var(--text-lg);color:hsl(var(--muted-foreground))}@media (min-width:640px){.hero-module__sup1Jq__subtitle{font-size:var(--text-xl)}}.hero-module__sup1Jq__actions{margin-top:var(--space-8);justify-content:center;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.hero-module__sup1Jq__arrowIcon{margin-left:var(--space-2);width:1rem;height:1rem}
.services-module__c4mRnG__section{padding:var(--space-20) var(--space-4)}@media (min-width:640px){.services-module__c4mRnG__section{padding:var(--space-24) var(--space-6)}}.services-module__c4mRnG__inner{max-width:var(--container-6xl);margin:0 auto}.services-module__c4mRnG__title{font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.services-module__c4mRnG__title{font-size:var(--text-3xl)}}.services-module__c4mRnG__lead{margin:var(--space-2) 0 0;color:hsl(var(--muted-foreground))}.services-module__c4mRnG__grid{margin-top:var(--space-10);gap:var(--space-6);display:grid}@media (min-width:640px){.services-module__c4mRnG__grid{grid-template-columns:repeat(2,1fr)}}.services-module__c4mRnG__card{border-radius:var(--radius-xl);border:1px solid hsl(var(--border));padding:var(--space-6)}.services-module__c4mRnG__cardIcon{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground))}.services-module__c4mRnG__cardTitle{margin:var(--space-3) 0 0;font-size:var(--text-base);font-weight:600}.services-module__c4mRnG__cardText{font-size:var(--text-sm);color:hsl(var(--muted-foreground));line-height:var(--leading-relaxed);margin:.375rem 0 0}
.about-module__fVFneG__section{padding:var(--space-20) var(--space-4);position:relative;overflow:hidden}@media (min-width:640px){.about-module__fVFneG__section{padding:var(--space-24) var(--space-6)}}.about-module__fVFneG__gridBackground{pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='32' height='32' rx='6' fill='%23000' fill-opacity='0.04' stroke='%23000' stroke-opacity='0.08' stroke-width='1'/%3E%3C/svg%3E");background-size:40px 40px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000,#000 15% 85%,#0000);mask-image:linear-gradient(#0000,#000 15% 85%,#0000)}.dark .about-module__fVFneG__gridBackground{background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='32' height='32' rx='6' fill='%23fff' fill-opacity='0.04' stroke='%23fff' stroke-opacity='0.10' stroke-width='1'/%3E%3C/svg%3E")}.about-module__fVFneG__inner{max-width:var(--container-5xl);background:hsl(var(--background) / .85);-webkit-backdrop-filter:blur(6px);padding:var(--space-8) var(--space-6);border-radius:12px;margin:0 auto;position:relative}.about-module__fVFneG__title{font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.about-module__fVFneG__title{font-size:var(--text-3xl)}}.about-module__fVFneG__prose{margin-top:var(--space-6);gap:var(--space-4);color:hsl(var(--muted-foreground));line-height:var(--leading-relaxed);flex-direction:column;display:flex}.about-module__fVFneG__prose p{margin:0}.about-module__fVFneG__quote{margin:var(--space-8) 0 0;padding-left:var(--space-4);border-left:2px solid hsl(var(--foreground) / .2);color:hsl(var(--muted-foreground));font-style:italic}
.testimonials-module__FwzGEW__section{padding:var(--space-20) var(--space-4)}@media (min-width:640px){.testimonials-module__FwzGEW__section{padding:var(--space-24) var(--space-6)}}.testimonials-module__FwzGEW__inner{max-width:var(--container-5xl);margin:0 auto}.testimonials-module__FwzGEW__title{font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.testimonials-module__FwzGEW__title{font-size:var(--text-3xl)}}.testimonials-module__FwzGEW__grid{margin-top:var(--space-10);gap:var(--space-6);grid-template-columns:1fr;display:grid}@media (min-width:768px){.testimonials-module__FwzGEW__grid{grid-template-columns:repeat(3,1fr)}}.testimonials-module__FwzGEW__card{border-radius:var(--radius-xl);border:1px solid hsl(var(--border));padding:var(--space-6);gap:var(--space-4);flex-direction:column;margin:0;transition:border-color .2s;display:flex;position:relative}.testimonials-module__FwzGEW__card:hover{border-color:hsl(var(--foreground) / .2)}.testimonials-module__FwzGEW__quoteIcon{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground) / .4);flex-shrink:0}.testimonials-module__FwzGEW__quote{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:hsl(var(--muted-foreground));margin:0}.testimonials-module__FwzGEW__author{gap:var(--space-0-5);flex-direction:column;margin-top:auto;display:flex}.testimonials-module__FwzGEW__name{font-size:var(--text-sm);font-weight:600}.testimonials-module__FwzGEW__role{font-size:var(--text-xs);color:hsl(var(--muted-foreground))}
.faq-module__EUtjoW__section{padding:var(--space-20) var(--space-4)}@media (min-width:640px){.faq-module__EUtjoW__section{padding:var(--space-24) var(--space-6)}}.faq-module__EUtjoW__inner{max-width:var(--container-3xl);margin:0 auto}.faq-module__EUtjoW__title{font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.faq-module__EUtjoW__title{font-size:var(--text-3xl)}}.faq-module__EUtjoW__list{margin-top:var(--space-8);flex-direction:column;display:flex}.faq-module__EUtjoW__item{border-bottom:1px solid hsl(var(--border))}.faq-module__EUtjoW__trigger{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;padding:var(--space-5) 0;cursor:pointer;font-family:inherit;font-size:var(--text-sm);color:hsl(var(--foreground));text-align:left;font-weight:500;line-height:var(--leading-snug);background:0 0;border:none;display:flex}.faq-module__EUtjoW__trigger:hover{color:hsl(var(--muted-foreground))}.faq-module__EUtjoW__icon{width:1rem;height:1rem;color:hsl(var(--muted-foreground));flex-shrink:0;transition:transform .2s}.faq-module__EUtjoW__item[data-open] .faq-module__EUtjoW__icon{transform:rotate(180deg)}.faq-module__EUtjoW__content{grid-template-rows:0fr;transition:grid-template-rows .2s;display:grid}.faq-module__EUtjoW__item[data-open] .faq-module__EUtjoW__content{grid-template-rows:1fr}.faq-module__EUtjoW__answer{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:hsl(var(--muted-foreground));margin:0;overflow:hidden}.faq-module__EUtjoW__item[data-open] .faq-module__EUtjoW__answer{padding-bottom:var(--space-5)}
.contact-form-module__-HnNpW__form{gap:var(--space-5);flex-direction:column;display:flex}.contact-form-module__-HnNpW__row{gap:var(--space-5);grid-template-columns:1fr;display:grid}@media (min-width:640px){.contact-form-module__-HnNpW__row{grid-template-columns:1fr 1fr}}.contact-form-module__-HnNpW__field{gap:var(--space-1-5);flex-direction:column;display:flex}.contact-form-module__-HnNpW__label{font-size:var(--text-sm);font-weight:500}.contact-form-module__-HnNpW__input,.contact-form-module__-HnNpW__textarea{border-radius:var(--radius-lg);border:1px solid hsl(var(--border));background:hsl(var(--background));width:100%;color:hsl(var(--foreground));padding:var(--space-2-5) var(--space-3);font-size:var(--text-sm);font-family:inherit;line-height:var(--leading-normal);transition:border-color .15s,box-shadow .15s}:is(.cta-inverted .contact-form-module__-HnNpW__input,.cta-inverted .contact-form-module__-HnNpW__textarea){background:hsl(var(--foreground) / .1);border-color:hsl(var(--background) / .2);color:hsl(var(--background))}.cta-inverted .contact-form-module__-HnNpW__label{color:hsl(var(--background))}.cta-inverted .contact-form-module__-HnNpW__input::placeholder{color:hsl(var(--background) / .5)}.cta-inverted .contact-form-module__-HnNpW__textarea::placeholder{color:hsl(var(--background) / .5)}:is(.cta-inverted .contact-form-module__-HnNpW__input:focus,.cta-inverted .contact-form-module__-HnNpW__textarea:focus){border-color:hsl(var(--background) / .5);box-shadow:0 0 0 2px hsl(var(--background) / .15)}.cta-inverted .contact-form-module__-HnNpW__button{background:hsl(var(--background));color:hsl(var(--foreground))}.contact-form-module__-HnNpW__input::placeholder,.contact-form-module__-HnNpW__textarea::placeholder{color:hsl(var(--muted-foreground))}.contact-form-module__-HnNpW__input:focus,.contact-form-module__-HnNpW__textarea:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .15);outline:none}.contact-form-module__-HnNpW__textarea{resize:vertical;min-height:7rem}.contact-form-module__-HnNpW__button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-lg);background:hsl(var(--primary));color:hsl(var(--primary-foreground));padding:var(--space-2-5) var(--space-5);font-size:var(--text-sm);cursor:pointer;border:none;align-self:flex-start;font-family:inherit;font-weight:500;transition:opacity .15s;display:inline-flex}.contact-form-module__-HnNpW__button:hover{opacity:.9}.contact-form-module__-HnNpW__button:disabled{opacity:.5;cursor:not-allowed}.contact-form-module__-HnNpW__buttonIcon{width:1rem;height:1rem}.contact-form-module__-HnNpW__success{font-size:var(--text-sm);color:hsl(var(--success));margin:0}.contact-form-module__-HnNpW__error{font-size:var(--text-sm);color:hsl(var(--destructive));margin:0}
.kontakt-module__VLLZFG__section{max-width:var(--container-5xl);padding:var(--space-16) var(--space-4);margin:0 auto}@media (min-width:640px){.kontakt-module__VLLZFG__section{padding:var(--space-20) var(--space-6)}}.kontakt-module__VLLZFG__title{font-size:var(--text-3xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.kontakt-module__VLLZFG__title{font-size:var(--text-4xl)}}.kontakt-module__VLLZFG__lead{margin:var(--space-2) 0 0;color:hsl(var(--muted-foreground))}.kontakt-module__VLLZFG__grid{margin-top:var(--space-10);gap:var(--space-10);grid-template-columns:1fr;display:grid}@media (min-width:768px){.kontakt-module__VLLZFG__grid{gap:var(--space-12);grid-template-columns:1fr 1fr}}.kontakt-module__VLLZFG__formSection{gap:var(--space-5);flex-direction:column;display:flex}.kontakt-module__VLLZFG__formHeading{font-size:var(--text-lg);margin:0;font-weight:600}.kontakt-module__VLLZFG__infoSection{gap:var(--space-8);flex-direction:column;display:flex}.kontakt-module__VLLZFG__list{gap:var(--space-4);flex-direction:column;display:flex}.kontakt-module__VLLZFG__card{align-items:center;gap:var(--space-3);border-radius:var(--radius-xl);border:1px solid hsl(var(--border));padding:var(--space-5);transition:background-color .2s,border-color .2s;display:flex}.kontakt-module__VLLZFG__card:hover{background:hsl(var(--accent) / .5)}.kontakt-module__VLLZFG__cardIcon{width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground));flex-shrink:0}.kontakt-module__VLLZFG__cardLabel{font-size:var(--text-sm);margin:0;font-weight:500}.kontakt-module__VLLZFG__cardValue{font-family:var(--font-mono);font-size:var(--text-sm);color:hsl(var(--muted-foreground));margin:0}.kontakt-module__VLLZFG__socialSection{margin-top:0}.kontakt-module__VLLZFG__socialHeading{font-size:var(--text-sm);margin:0;font-weight:600}.kontakt-module__VLLZFG__socialList{margin-top:var(--space-3);gap:var(--space-4);flex-wrap:wrap;display:flex}.kontakt-module__VLLZFG__socialLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:hsl(var(--muted-foreground));transition:color .15s;display:inline-flex}.kontakt-module__VLLZFG__socialLink:hover{color:hsl(var(--foreground))}.kontakt-module__VLLZFG__socialIcon{width:1rem;height:1rem}
.not-found-module____MV3a__section{padding:var(--space-24) var(--space-4);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.not-found-module____MV3a__code{font-family:var(--font-mono);font-size:var(--text-sm);color:hsl(var(--muted-foreground))}.not-found-module____MV3a__title{margin:var(--space-2) 0 0;font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);font-weight:700}.not-found-module____MV3a__lead{margin:var(--space-2) 0 0;color:hsl(var(--muted-foreground))}.not-found-module____MV3a__action{margin-top:var(--space-6)}
.project-module__eScgcq__article{max-width:var(--container-3xl);padding:var(--space-16) var(--space-4);margin:0 auto}@media (min-width:640px){.project-module__eScgcq__article{padding:var(--space-20) var(--space-6)}}.project-module__eScgcq__header{margin-bottom:var(--space-8)}.project-module__eScgcq__back{font-size:var(--text-sm);color:hsl(var(--muted-foreground));transition:color .15s}.project-module__eScgcq__back:hover{color:hsl(var(--foreground))}.project-module__eScgcq__title{margin:var(--space-4) 0 0;font-size:var(--text-3xl);letter-spacing:var(--tracking-tight);font-weight:700}@media (min-width:640px){.project-module__eScgcq__title{font-size:var(--text-4xl)}}.project-module__eScgcq__description{margin:var(--space-2) 0 0;font-size:var(--text-lg);color:hsl(var(--muted-foreground))}.project-module__eScgcq__meta{margin-top:var(--space-4);align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.project-module__eScgcq__date{font-family:var(--font-mono);font-size:var(--text-xs);color:hsl(var(--muted-foreground))}.project-module__eScgcq__actions{margin-top:var(--space-4);gap:var(--space-3);display:flex}.project-module__eScgcq__actionIcon{width:.875rem;height:.875rem;margin-left:.375rem}.project-module__eScgcq__heroImage{margin-bottom:var(--space-10);aspect-ratio:16/9;border-radius:var(--radius-lg);border:1px solid hsl(var(--border));position:relative;overflow:hidden}.project-module__eScgcq__heroImage img{object-fit:cover}.project-module__eScgcq__techList{margin-bottom:var(--space-8);flex-wrap:wrap;gap:.375rem;display:flex}.project-module__eScgcq__techTag{border-radius:var(--radius-md);background:hsl(var(--muted));padding:.125rem var(--space-2);font-family:var(--font-mono);font-size:var(--text-xs);color:hsl(var(--muted-foreground))}.project-module__eScgcq__content{margin-bottom:var(--space-8);line-height:var(--line-height-relaxed,1.75)}.project-module__eScgcq__content h2{font-size:var(--text-2xl);margin-top:var(--space-8);margin-bottom:var(--space-3);font-weight:600}.project-module__eScgcq__content h3{font-size:var(--text-xl);margin-top:var(--space-6);margin-bottom:var(--space-2);font-weight:600}.project-module__eScgcq__content p{margin-bottom:var(--space-4);color:hsl(var(--muted-foreground))}.project-module__eScgcq__content ul{margin-bottom:var(--space-4);padding-left:var(--space-6);list-style:outside}.project-module__eScgcq__content li{margin-bottom:var(--space-1);color:hsl(var(--muted-foreground))}.project-module__eScgcq__projectCta{margin-top:var(--space-16);padding:var(--space-8);border-radius:var(--radius-xl);border:1px solid hsl(var(--border));text-align:center}.project-module__eScgcq__projectCtaTitle{font-size:var(--text-lg);margin:0;font-weight:600}.project-module__eScgcq__projectCtaText{margin:var(--space-2) 0 var(--space-5);font-size:var(--text-sm);color:hsl(var(--muted-foreground))}
.prosjekter-module__ytYuAa__section{max-width:var(--container-6xl);padding:var(--space-16) var(--space-4);margin:0 auto}@media (min-width:640px){.prosjekter-module__ytYuAa__section{padding:var(--space-20) var(--space-6)}}.prosjekter-module__ytYuAa__title{font-size:var(--text-3xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.prosjekter-module__ytYuAa__title{font-size:var(--text-4xl)}}.prosjekter-module__ytYuAa__lead{margin:var(--space-2) 0 0;color:hsl(var(--muted-foreground))}.prosjekter-module__ytYuAa__grid{margin-top:var(--space-10)}
.cta-module__LxOJfa__section{background:hsl(var(--foreground));color:hsl(var(--background));padding:var(--space-20) var(--space-4)}@media (min-width:640px){.cta-module__LxOJfa__section{padding:var(--space-24) var(--space-6)}}.cta-module__LxOJfa__inner{max-width:var(--container-3xl);text-align:center;margin:0 auto}.cta-module__LxOJfa__title{font-size:var(--text-2xl);letter-spacing:var(--tracking-tight);margin:0;font-weight:700}@media (min-width:640px){.cta-module__LxOJfa__title{font-size:var(--text-3xl)}}.cta-module__LxOJfa__lead{margin:var(--space-3) 0 0;color:hsl(var(--background) / .7)}.cta-module__LxOJfa__link{text-underline-offset:4px;text-decoration:underline;transition:color .15s}.cta-module__LxOJfa__link:hover{color:hsl(var(--background) / .8)}.cta-module__LxOJfa__formWrapper{margin-top:var(--space-8);max-width:var(--container-3xl);text-align:left;margin-left:auto;margin-right:auto}
