:root{--gw-base: #081417;--gw-panel: #102126;--gw-panel-edge: #284652;--gw-text-primary: #e8f3f4;--gw-text-muted: #9eb4ba;--gw-anchor: #65b4d0;--gw-anchor-soft: rgba(101, 180, 208, .16);--gw-anchor-deep: #2b7891;--gw-attention: #e7b65f;--gw-micro-accent: #d6a24c;--gw-error: #e07a80;--gw-success: #72c59b;--gw-driftwood: #b7a18d;--gw-quiet-surface: #173038;--gw-radius-sm: .5rem;--gw-radius-md: .875rem;--gw-radius-lg: 1.25rem;--gw-radius-xl: 1.75rem;--gw-shadow-soft: 0 16px 40px rgba(0, 0, 0, .24);--gw-shadow-panel: 0 8px 24px rgba(0, 0, 0, .18);--gw-font-sans: "Inter", "Aptos", "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--gw-font-serif: "Source Serif 4", "Source Serif Pro", "Iowan Old Style", "Apple Garamond", "Palatino", "Georgia", serif;--gw-font-mono: ui-monospace, "JetBrains Mono", SFMono-Regular, Menlo, Consolas, monospace;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--gw-base);color:var(--gw-text-primary);font-family:var(--gw-font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100dvh;display:flex;flex-direction:column;background-image:radial-gradient(1200px 600px at 80% -10%,rgba(101,180,208,.07),transparent 60%),radial-gradient(900px 500px at -10% 110%,rgba(43,120,145,.08),transparent 60%);background-attachment:fixed}main{flex:1 0 auto}a{color:var(--gw-anchor);text-decoration:none;text-underline-offset:3px}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:2px solid var(--gw-anchor);outline-offset:2px;border-radius:var(--gw-radius-sm)}h1,h2,h3,h4{color:var(--gw-text-primary);font-weight:600;line-height:1.2;letter-spacing:-.01em;margin:0 0 .75rem}h1{font-family:var(--gw-font-serif);font-weight:500;font-size:clamp(2.1rem,5vw,3.4rem);letter-spacing:-.02em;line-height:1.1}h2{font-size:clamp(1.4rem,2.6vw,1.8rem)}h3{font-size:1.15rem}p{margin:0 0 1rem;color:var(--gw-text-muted);max-width:60ch}p.lead{color:var(--gw-text-primary);font-size:1.125rem;max-width:62ch}ul{color:var(--gw-text-muted)}hr{border:0;border-top:1px solid var(--gw-panel-edge);margin:3rem 0}.container{width:100%;max-width:64rem;margin:0 auto;padding:0 1.25rem}.container-narrow{max-width:44rem}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gw-text-muted);margin-bottom:1rem}.eyebrow:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gw-micro-accent);box-shadow:0 0 0 3px #d6a24c1f}.panel{background:var(--gw-panel);border:1px solid var(--gw-panel-edge);border-radius:var(--gw-radius-lg);padding:1.75rem;box-shadow:var(--gw-shadow-panel)}.panel-glass{background:linear-gradient(180deg,#173038d9,#102126d9);border:1px solid var(--gw-panel-edge);border-radius:var(--gw-radius-lg);padding:1.5rem;box-shadow:var(--gw-shadow-soft);backdrop-filter:blur(6px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:var(--gw-radius-md);border:1px solid transparent;font:inherit;font-weight:500;font-size:.95rem;cursor:pointer;transition:transform .12s ease,background-color .16s ease,border-color .16s ease,color .16s ease;text-decoration:none}.btn-primary{background:var(--gw-anchor);color:#06181d;border-color:var(--gw-anchor)}.btn-primary:hover{background:#7cc0d8;text-decoration:none}.btn-primary:active{transform:translateY(1px)}.btn-ghost{background:transparent;color:var(--gw-text-primary);border-color:var(--gw-panel-edge)}.btn-ghost:hover{background:var(--gw-anchor-soft);border-color:var(--gw-anchor);text-decoration:none}.tag-attention{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .6rem;border-radius:999px;border:1px solid rgba(231,182,95,.32);color:var(--gw-attention);background:#e7b65f12;font-size:.78rem;letter-spacing:.04em}.field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.field label{font-size:.9rem;color:var(--gw-text-primary);font-weight:500}.field .hint{font-size:.8rem;color:var(--gw-text-muted)}.field input[type=text],.field input[type=email],.field input[type=url],.field select,.field textarea{width:100%;padding:.7rem .85rem;background:var(--gw-quiet-surface);color:var(--gw-text-primary);border:1px solid var(--gw-panel-edge);border-radius:var(--gw-radius-md);font:inherit;font-size:.95rem;line-height:1.4;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.field input::placeholder,.field textarea::placeholder{color:#9eb4ba99}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gw-anchor);box-shadow:0 0 0 3px var(--gw-anchor-soft);outline:none}.field.checkbox{flex-direction:row;align-items:flex-start;gap:.6rem}.field.checkbox input[type=checkbox]{margin-top:.25rem;width:1rem;height:1rem;accent-color:var(--gw-anchor)}.field.checkbox label{font-weight:400;color:var(--gw-text-muted)}.field-error{color:var(--gw-error);font-size:.85rem;display:flex;align-items:center;gap:.4rem}.field-error:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gw-error);display:inline-block}.form-status{margin-top:1rem;padding:.85rem 1rem;border-radius:var(--gw-radius-md);font-size:.92rem}.form-status[data-state=error]{background:#e07a801a;border:1px solid rgba(224,122,128,.35);color:var(--gw-error)}.form-status[data-state=success]{background:#72c59b14;border:1px solid rgba(114,197,155,.3);color:var(--gw-text-primary)}.waterline{display:block;width:64px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--gw-anchor) 0%,rgba(101,180,208,.1) 100%);margin:1.5rem 0;position:relative}.waterline:after{content:"";position:absolute;right:-10px;top:-3px;width:8px;height:8px;border-radius:50%;background:var(--gw-micro-accent);box-shadow:0 0 0 3px #d6a24c1f}.grid{display:grid;gap:1.25rem}@media(min-width:720px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}}section.section{padding:4rem 0}section.section.hero{padding:6rem 0 4rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:.75rem;top:-3rem;z-index:100;padding:.6rem 1rem;border-radius:var(--gw-radius-md);background:var(--gw-anchor);color:#06181d;font-weight:600;text-decoration:none;transition:top .16s ease}.skip-link:focus{top:.75rem;outline:2px solid var(--gw-text-primary);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.site-header[data-astro-cid-ctg3m53h]{border-bottom:1px solid rgba(40,70,82,.4);padding:1rem 0;position:sticky;top:0;z-index:10;background:#081417b8;backdrop-filter:blur(8px)}.header-row[data-astro-cid-ctg3m53h]{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand[data-astro-cid-ctg3m53h]{display:inline-flex;align-items:center;gap:.6rem;color:var(--gw-text-primary);text-decoration:none;font-weight:600;letter-spacing:-.01em}.brand[data-astro-cid-ctg3m53h]:hover{text-decoration:none}.brand-mark[data-astro-cid-ctg3m53h]{display:inline-block;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle at 35% 30%,var(--gw-anchor) 0%,var(--gw-anchor-deep) 70%);box-shadow:0 0 0 3px #65b4d024,inset 0 0 6px #08141780}.brand-cms[data-astro-cid-ctg3m53h]{color:var(--gw-text-muted);font-weight:500;margin-left:.15rem}.nav-cta[data-astro-cid-ctg3m53h]{padding:.5rem .9rem;font-size:.88rem}.site-footer[data-astro-cid-gcn2mc3v]{border-top:1px solid var(--gw-panel-edge);padding:2rem 0;margin-top:4rem;background:#08141766}.footer-row[data-astro-cid-gcn2mc3v]{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.muted[data-astro-cid-gcn2mc3v]{margin:0;color:var(--gw-text-muted);font-size:.85rem;display:inline-flex;align-items:center;gap:.6rem}.waterline-tiny[data-astro-cid-gcn2mc3v]{display:inline-block;width:18px;height:2px;border-radius:2px;background:var(--gw-anchor);opacity:.7}
