:root{color-scheme:dark;--bg: #111418;--bg-soft: #14181d;--surface: #171c22;--surface-2: #1c222a;--border: rgb(231 233 236 / .08);--border-strong: rgb(231 233 236 / .18);--text: #ffffff;--text-2: #e7e9ec;--text-muted: #99a3ad;--accent: #14b8a6;--accent-bright: #2dd4bf;--accent-ink: #052b26;--accent-dim: rgb(20 184 166 / .12);--accent-glow: rgb(20 184 166 / .2);--danger: #f87171;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 30px;--container: 1180px;--header-h: 68px;--font-sans: "Manrope", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--accent);text-decoration:none}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:800;line-height:1.12;letter-spacing:-.02em;color:var(--text);text-wrap:balance}h1{font-size:clamp(2.5rem,5.2vw,4rem)}h2{font-size:clamp(1.9rem,3.4vw,2.75rem)}h3{font-size:clamp(1.3rem,2vw,1.55rem)}h4{font-size:1.15rem}p{color:var(--text-2)}::selection{background:var(--accent-dim);color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}@media(pointer:fine){::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-track{background:var(--bg)}}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}.section{padding-block:clamp(3.75rem,8vw,7rem)}.section--alt{background:var(--bg-soft)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease),transform .7s var(--ease);transition-delay:var(--reveal-delay, 0ms)}.reveal.reveal--visible{opacity:1;transform:none}.field-control{width:100%;min-height:48px;padding:.7rem .95rem;background:var(--bg-soft);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);transition:border-color .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease)}.field-control::placeholder{color:var(--text-muted)}.field-control:hover{border-color:#e7e9ec47}.field-control:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.field-control--invalid,.field-control.ng-invalid.ng-touched{border-color:var(--danger)}.field-control--invalid:focus,.field-control.ng-invalid.ng-touched:focus{box-shadow:0 0 0 3px #f8717129}.field-control:disabled{opacity:.6;cursor:not-allowed}textarea.field-control{min-height:140px;resize:vertical}select.field-control{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2399a3ad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;padding-right:2.6rem;cursor:pointer}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
