:root{--color-primary: #31c498;--color-primary-hover: #41d6a9;--color-primary-deep: #1e4d3e;--color-background: #0b0f0d;--color-background-deep: #060a08;--color-surface: #131816;--color-surface-alt: #1b211e;--color-surface-strong: #242b28;--color-surface-bright: #323a36;--color-border: #1f2723;--color-border-soft: rgba(63, 73, 68, .4);--color-text: #e0e3e0;--color-text-muted: #bfc9c3;--color-text-dim: rgba(191, 201, 195, .72);--color-text-inverse: #0b0f0d;--color-selection-bg: rgba(49, 196, 152, .22);--font-family-base: "Inter", system-ui, sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.75rem;--font-size-5xl: clamp(3.8rem, 8vw, 7.5rem);--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-black: 900;--line-height-tight: .92;--line-height-heading: 1;--line-height-base: 1.55;--line-height-relaxed: 1.75;--spacing-2xs: .25rem;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--spacing-4xl: 6rem;--spacing-5xl: 8rem;--radius-sm: .125rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--radius-pill: 999px;--shadow-header: 0 24px 48px -12px rgba(0, 0, 0, .5);--shadow-card: 0 32px 60px -30px rgba(0, 0, 0, .7);--shadow-glass: 0 40px 80px -40px rgba(0, 0, 0, .85);--transition-fast: .18s ease;--transition-base: .26s ease;--container-max-width: 96rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family-base);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--color-selection-bg);color:var(--color-text)}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.site-body{min-width:20rem}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--cursor-default: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M3.7 11.8L19.1 4.8C20 4.4 20.7 5.2 20.3 6.1L13.3 21.5C12.9 22.3 11.7 22.3 11.3 21.4L9.5 16C9.3 15.5 8.9 15.1 8.4 14.9L3 13.1C2 12.8 2.8 11.5 3.7 11.8Z' transform='translate(24 0) scale(-1 1)' fill='%23ffffff' stroke='%23dbe4ef' stroke-width='1.1' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E") 6 5, auto;--cursor-pointer: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M3.7 11.8L19.1 4.8C20 4.4 20.7 5.2 20.3 6.1L13.3 21.5C12.9 22.3 11.7 22.3 11.3 21.4L9.5 16C9.3 15.5 8.9 15.1 8.4 14.9L3 13.1C2 12.8 2.8 11.5 3.7 11.8Z' transform='translate(24 0) scale(-1 1)' fill='%23ffffff' stroke='%23e8edf4' stroke-width='1.1' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E") 6 5, pointer}*{cursor:var(--cursor-default)!important}a,button,[role=button],summary,label[for],input[type=checkbox],input[type=radio],input[type=range],select{cursor:var(--cursor-pointer)!important}input[type=text],input[type=email],input[type=password],input[type=search],input[type=url],input[type=number],input[type=tel],textarea,[contenteditable=true]{cursor:text!important}button:disabled,input:disabled,select:disabled,textarea:disabled,[aria-disabled=true]{cursor:not-allowed!important}.button{display:inline-flex;align-items:center;justify-content:center;appearance:none;gap:var(--button-gap, .5rem);border:var(--button-border, 0px solid transparent);border-radius:var(--button-radius, var(--radius-sm));padding:var(--button-padding-block, .625rem) var(--button-padding-inline, 1.5rem);background:var(--button-background, transparent);color:var(--button-color, inherit);cursor:pointer;font-family:inherit;font-size:var(--button-font-size, .875rem);font-weight:var(--button-font-weight, 700);line-height:1;box-shadow:none;text-align:center;text-decoration:none;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.button__icon{font-size:1.15em;line-height:1}.button:focus-visible{outline:2px solid #41d6a9;outline-offset:3px}@media(hover:hover){.button:hover{transform:translateY(-.5px);background:var(--button-hover-background, var(--button-background, transparent));color:var(--button-hover-color, var(--button-color, inherit));border-color:var(--button-hover-border, var(--button-border, transparent))}}.site-header{position:fixed;top:0;width:100%;z-index:50;background:#0b0f0d;box-shadow:0 24px 48px -12px #00000080}.site-header__container{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;max-width:96rem;margin:0 auto;padding:1rem 2rem;font-family:Inter,sans-serif;font-weight:600;letter-spacing:-.025em}.site-header__brand{display:inline-flex;align-items:center;line-height:0;flex:0 0 auto}.site-header__brand-image{display:block;width:clamp(7rem,16vw,12rem);height:auto}.site-header__nav{display:none;align-items:center;gap:2rem}.site-header__link{color:#e0e3e0;opacity:.8;transition:color .3s}.site-header__link--active{color:#31c498;opacity:1;padding-bottom:.25rem;border-bottom:2px solid #31c498}@media(min-width:48rem){.site-header__nav{display:flex}}@media(max-width:47.9375rem){.site-header__container{padding-inline:1rem;justify-content:space-between}.site-header__brand-image{width:clamp(6.25rem,34vw,9rem)}}@media(hover:hover){.site-header__link:hover{color:#e0e3e0}.site-header__link:not(.site-header__link--active):hover{color:#97d4c0}}.site-footer{width:100%;border-top:1px solid #1b211e;background:#0b0f0d;font-family:Inter,sans-serif}.site-footer__container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:1.5rem 3rem;width:100%;max-width:96rem;margin:0 auto}.site-footer__brand-zone{margin-bottom:.5rem}.site-footer__brand{color:#e0e3e0;font-size:1rem;font-weight:700}.site-footer__copyright{max-width:20rem;color:#bfc9c3;font-size:.875rem}.site-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.site-footer__link{color:#bfc9c3;font-size:.875rem;transition:color .18s ease}.site-footer__social{display:flex;gap:1rem;margin-top:.5rem}.site-footer__social-link{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:.375rem;background:#1b211e;color:#31c498;font-size:.875rem;transition:all .18s ease;cursor:pointer}@media(min-width:48rem){.site-footer__container{flex-direction:row}.site-footer__brand-zone{margin-bottom:0}.site-footer__social{margin-top:0}}@media(max-width:47.9375rem){.site-footer__container{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;row-gap:1.5rem;padding:1.5rem 2rem}.site-footer__brand-zone{grid-column:1;grid-row:1;margin-bottom:0}.site-footer__brand{font-size:.875rem}.site-footer__copyright{display:none}.site-footer__links{grid-column:1 / -1;grid-row:2;justify-content:center;gap:1.5rem}.site-footer__link{font-size:.75rem}.site-footer__social{grid-column:2;grid-row:1;margin-top:0;gap:.5rem}.site-footer__social-link{width:1.75rem;height:1.75rem;font-size:.75rem}}@media(hover:hover){.site-footer__link:hover{color:#e0e3e0}.site-footer__social-link:hover{background:#31c498;color:#002116}}
