.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(8px);border-bottom:1px solid var(--color-gray-200)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;flex-wrap:nowrap}.site-header__brand{font-size:var(--text-xl);font-weight:700;color:var(--color-primary);flex-shrink:0}.site-header__right{display:flex;align-items:center;gap:var(--space-8);flex-shrink:0}.site-header__nav{display:flex;gap:var(--space-6);align-items:center}.site-header__link{font-size:var(--text-sm);font-weight:500;color:var(--color-gray-600);transition:color .2s;position:relative;white-space:nowrap}.site-header__link:hover{color:var(--color-primary)}.site-header__link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width .2s}.site-header__link:hover:after{width:100%}.site-header__cta{font-size:var(--text-sm);font-weight:600;padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);background:var(--color-primary);color:var(--color-white);transition:background .2s;white-space:nowrap;flex-shrink:0}.site-header__cta:hover{background:var(--color-primary-light)}.site-header__toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--space-2)}.site-header__bar{display:block;width:22px;height:2px;background:var(--color-gray-700);transition:transform .2s}@media(max-width:768px){.site-header__toggle{display:flex}.site-header__right{position:absolute;top:64px;left:0;right:0;background:var(--color-white);border-bottom:1px solid var(--color-gray-200);flex-direction:column;padding:var(--space-6) var(--space-4);gap:var(--space-4);display:none}.site-header__right--open{display:flex}.site-header__nav{flex-direction:column;align-items:center;gap:var(--space-4)}.site-header__link{font-size:var(--text-base)}}.site-footer{border-top:1px solid var(--color-gray-200);padding:var(--space-16) 0 var(--space-8);margin-top:auto;background:var(--color-gray-50)}.site-footer__grid{display:grid;gap:var(--space-8);margin-bottom:var(--space-12)}@media(max-width:768px){.site-footer__grid{grid-template-columns:1fr 1fr!important}.site-footer__brand{grid-column:1 / -1}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr!important}}.site-footer__brand-name{font-size:var(--text-xl);font-weight:700;color:var(--color-primary);margin-bottom:var(--space-3)}.site-footer__tagline{font-size:var(--text-sm);color:var(--color-gray-500);max-width:280px;line-height:1.6;margin-bottom:var(--space-4)}.site-footer__socials{display:flex;gap:var(--space-3)}.site-footer__social{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--color-gray-200);color:var(--color-gray-600);font-size:var(--text-sm);transition:background .2s,color .2s}.site-footer__social:hover{background:var(--color-primary);color:var(--color-white)}.site-footer__column-title{font-size:var(--text-sm);font-weight:600;color:var(--color-gray-900);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4)}.site-footer__column-list{list-style:none;display:flex;flex-direction:column;gap:var(--space-3);padding:0;margin:0}.site-footer__column-item{list-style:none}.site-footer__column-link{font-size:var(--text-sm);color:var(--color-gray-500);transition:color .2s}.site-footer__column-link:hover{color:var(--color-primary)}.site-footer__bottom{border-top:1px solid var(--color-gray-200);padding-top:var(--space-8)}.site-footer__copyright{font-size:var(--text-sm);color:var(--color-gray-400);text-align:center}:root{--color-primary: #1a1a2e;--color-primary-light: #16213e;--color-accent: #0f3460;--color-accent-light: #533483;--color-highlight: #e94560;--color-setu-primary: #2563eb;--color-setu-primary-light: #3b82f6;--color-setu-accent: #1e40af;--color-white: #ffffff;--color-gray-50: #fafafa;--color-gray-100: #f5f5f5;--color-gray-200: #e5e5e5;--color-gray-300: #d4d4d4;--color-gray-400: #a3a3a3;--color-gray-500: #737373;--color-gray-600: #525252;--color-gray-700: #404040;--color-gray-800: #262626;--color-gray-900: #171717;--color-black: #000000;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-hero: clamp(2.25rem, 1.3rem + 3.2vw, 3.5rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, .35);--container-max: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);font-size:100%;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--color-gray-900);background-color:var(--color-white);min-height:100dvh}img,picture,video,canvas,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{line-height:1.2;text-wrap:balance}p{text-wrap:pretty}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--space-4)}html.js .animate{opacity:0;transform:translateY(16px);transition:opacity .45s ease-out,transform .45s ease-out}html.js .animate--fade{transform:none}html.js .animate-in{opacity:1;transform:translateY(0)}html.js .animate-delay-1{transition-delay:.05s}html.js .animate-delay-2{transition-delay:.1s}html.js .animate-delay-3{transition-delay:.15s}html.js .animate-delay-4{transition-delay:.2s}html.js .animate-delay-5{transition-delay:.25s}html.js .animate-delay-6{transition-delay:.3s}@media(prefers-reduced-motion:reduce){html.js .animate{opacity:1;transform:none;transition:none}}
