:root{--bg: #050608;--bg-elevated: #0B1014;--surface: #0B1014;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .13);--text: #F5F7FA;--text-muted: #A7ADB4;--text-faint: #70757b;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 26px;--radius-pill: 999px;--space-1: .5rem;--space-2: .75rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem;--space-6: 3rem;--space-7: 4.5rem;--space-8: 6rem;--space-9: 8rem;--max-width: 1180px;--max-width-narrow: 760px;--font-display: "Manrope", "Inter", system-ui, sans-serif;--font-body: "Inter", "Manrope", system-ui, sans-serif;--ease-calm: cubic-bezier(.22, 1, .36, 1);--motion-slow: .7s;--motion-medium: .45s;--motion-fast: .22s;--accent: #9aa5b1;--accent-secondary: #8b96a3;--accent-deep: #5f6a76;--accent-strong: #c3ccd4;--accent-soft: rgba(154, 165, 177, .1);--accent-line: rgba(154, 165, 177, .2);--glow: rgba(154, 165, 177, .2)}@media (prefers-reduced-motion: reduce){:root{--motion-slow: 1ms;--motion-medium: 1ms;--motion-fast: 1ms}}:root[data-brand=aidedge]{--bg: #050608;--bg-elevated: #0B1014;--surface: #0B1014;--accent: #C6A15B;--accent-secondary: #D8BC84;--accent-deep: #8F6A2D;--accent-strong: #D8BC84;--accent-glow: #D8BC84;--accent-soft: rgba(198, 161, 91, .1);--accent-line: rgba(198, 161, 91, .22);--glow: rgba(216, 188, 132, .2);--text: #F5F7FA;--text-muted: #B8B1A3;--text-faint: #8a8477;--motion-decorative: .9s}*,*:before,*:after{box-sizing:border-box}*{margin:0}html{color-scheme:dark;scroll-behavior:smooth}@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}}body{background:var(--bg);color:var(--text);font-family:var(--font-body);line-height:1.6;font-size:1rem;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.25;letter-spacing:-.01em;color:var(--text)}h1{font-size:clamp(2rem,3.6vw,3.1rem);font-weight:700;letter-spacing:-.015em;line-height:1.15}h2{font-size:clamp(1.4rem,2.3vw,1.9rem);font-weight:600}h3{font-size:clamp(1.05rem,1.5vw,1.25rem);font-weight:600}h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600;line-height:1.4}p{color:var(--text-muted);max-width:58ch;line-height:1.7}a{color:inherit}img,svg{max-width:100%;display:block}::selection{background:var(--accent-soft);color:var(--text)}:focus-visible{outline:2px solid var(--accent-strong);outline-offset:3px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;background:var(--bg-elevated);color:var(--accent-strong);border:1px solid var(--accent-line);font-weight:600;padding:.75rem 1.25rem;border-radius:0 0 var(--radius-sm) 0;z-index:200}.skip-link:focus{left:0}.wrap{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.wrap-narrow{max-width:var(--max-width-narrow);margin:0 auto;padding:0 1.5rem}.section{padding:var(--space-9) 0}.section--tight{padding:var(--space-7) 0}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--accent-strong);margin-bottom:var(--space-2)}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent)}.lede{font-size:clamp(1rem,1.3vw,1.15rem);line-height:1.65;color:var(--text-muted);max-width:54ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:.95rem;padding:.85rem 1.6rem;border-radius:var(--radius-pill);text-decoration:none;transition:transform var(--motion-fast) var(--ease-calm),background var(--motion-fast) var(--ease-calm),border-color var(--motion-fast) var(--ease-calm),box-shadow var(--motion-fast) var(--ease-calm),filter var(--motion-fast) var(--ease-calm);border:1px solid transparent;cursor:pointer}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--accent-soft);color:var(--text);border-color:var(--accent-line);box-shadow:0 0 0 0 var(--glow)}.btn-primary:hover{border-color:var(--accent-strong);box-shadow:0 0 22px -4px var(--glow);filter:brightness(1.08)}.btn-secondary{background:transparent;color:var(--text-muted);border-color:var(--border-strong)}.btn-secondary:hover{border-color:var(--accent-line);color:var(--text);box-shadow:0 0 18px -6px var(--glow)}.cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin-top:var(--space-6)}.grid{display:grid;gap:var(--space-5)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width: 900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:var(--space-8) 0}}.card{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);transition:border-color .22s var(--ease-calm),box-shadow .22s var(--ease-calm),transform .22s var(--ease-calm)}.card:hover{border-color:var(--accent-line);box-shadow:0 0 28px -12px var(--glow);transform:translateY(-3px)}.badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.25rem .7rem;border-radius:var(--radius-pill);border:1px solid var(--border-strong);color:var(--text-muted)}hr.divider{border:none;border-top:1px solid var(--border);margin:var(--space-8) 0}.media-frame{position:relative;display:block;overflow:hidden;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-elevated)}.media-frame img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--motion-slow) var(--ease-calm)}.media-frame:hover img{transform:scale(1.035)}.media-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(6,7,9,.55) 100%);pointer-events:none}.media-caption{position:absolute;left:0;right:0;bottom:0;padding:var(--space-4);font-size:.82rem;color:var(--text-muted);z-index:1}.arrow-move{display:inline-block;transition:transform var(--motion-fast) var(--ease-calm)}a:hover .arrow-move,.btn:hover .arrow-move{transform:translate(3px)}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity var(--motion-slow) var(--ease-calm),transform var(--motion-slow) var(--ease-calm)}[data-reveal].is-visible{opacity:1;transform:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header[data-astro-cid-fe54kevs]{position:sticky;top:var(--space-4);z-index:50;margin-bottom:calc(var(--space-4) * -1)}.nav-shell[data-astro-cid-fe54kevs]{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#080a0c9e;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border);border-radius:var(--radius-pill);padding:.6rem .75rem .6rem 1.3rem;box-shadow:0 10px 34px -16px #0009}.brand[data-astro-cid-fe54kevs]{display:flex;align-items:center;text-decoration:none;transition:opacity var(--motion-fast) var(--ease-calm),filter var(--motion-fast) var(--ease-calm),transform var(--motion-fast) var(--ease-calm)}.brand[data-astro-cid-fe54kevs]:hover{opacity:.85;filter:drop-shadow(0 0 6px var(--glow));transform:scale(1.03)}.brand[data-astro-cid-fe54kevs] img[data-astro-cid-fe54kevs]{display:block;max-width:190px;max-height:44px;width:auto;height:auto;object-fit:contain}.nav-list[data-astro-cid-fe54kevs]{display:flex;align-items:center;gap:var(--space-5)}.nav-list[data-astro-cid-fe54kevs] ul[data-astro-cid-fe54kevs]{list-style:none;display:flex;gap:1.5rem;padding:0;margin:0}.nav-list[data-astro-cid-fe54kevs] a[data-astro-cid-fe54kevs]{text-decoration:none;color:var(--text-muted);font-size:.85rem;font-weight:500;transition:color var(--motion-fast) var(--ease-calm),text-shadow var(--motion-fast) var(--ease-calm)}.nav-list[data-astro-cid-fe54kevs] a[data-astro-cid-fe54kevs]:hover{color:var(--text);text-shadow:0 0 16px var(--glow)}.nav-cta[data-astro-cid-fe54kevs]{position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:.55rem 1.4rem;font-size:.85rem;white-space:nowrap;background:var(--bg-elevated);border-color:#91a3a93d;box-shadow:none}.nav-cta[data-astro-cid-fe54kevs]:hover{border-color:#91a3a966}.nav-cta[data-astro-cid-fe54kevs]:before{content:"";position:absolute;inset:-1px;border-radius:inherit;padding:1px;opacity:0;background:conic-gradient(from var(--border-angle),transparent 0deg,transparent 50deg,var(--accent-line) 62deg,var(--accent-strong) 72deg,transparent 84deg,transparent 360deg);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;filter:drop-shadow(0 0 2px var(--glow));animation:border-crescent 6.5s ease-in-out infinite;pointer-events:none;z-index:-1}@property --border-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes border-crescent{0%,74%{opacity:0;--border-angle: 0deg}78%{opacity:.9;--border-angle: 4deg}90%{opacity:.9;--border-angle: 22deg}97%{opacity:0;--border-angle: 26deg}to{opacity:0;--border-angle: 0deg}}.nav-toggle[data-astro-cid-fe54kevs]{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-strong);background:transparent;cursor:pointer}.nav-toggle-bar[data-astro-cid-fe54kevs]{display:block;width:16px;height:2px;margin:0 auto;background:var(--text);border-radius:2px}@media (max-width: 860px){.nav-toggle[data-astro-cid-fe54kevs]{display:flex}.nav-cta[data-astro-cid-fe54kevs]{display:none}.brand[data-astro-cid-fe54kevs] img[data-astro-cid-fe54kevs]{max-width:145px;max-height:36px}.nav-list[data-astro-cid-fe54kevs]{position:fixed;inset:5.25rem 1rem auto;flex-direction:column;align-items:stretch;gap:0;background:#0c0c0ef7;border:1px solid var(--border);border-radius:var(--radius-lg);padding:.75rem;display:none;max-height:calc(100vh - 7rem);overflow-y:auto}.nav-list[data-astro-cid-fe54kevs].nav-open{display:flex}.nav-list[data-astro-cid-fe54kevs] ul[data-astro-cid-fe54kevs]{flex-direction:column;gap:0}.nav-list[data-astro-cid-fe54kevs] ul[data-astro-cid-fe54kevs] li[data-astro-cid-fe54kevs] a[data-astro-cid-fe54kevs]{display:block;padding:.85rem .5rem;border-bottom:1px solid var(--border);font-size:1rem}.nav-list[data-astro-cid-fe54kevs] .nav-cta[data-astro-cid-fe54kevs]{display:inline-flex;margin:.75rem .5rem .25rem}}.site-footer[data-astro-cid-tqq5kexe]{border-top:1px solid var(--border);padding:var(--space-9) 0 var(--space-6);margin-top:var(--space-9)}.footer-grid[data-astro-cid-tqq5kexe]{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:var(--space-6)}.footer-logo[data-astro-cid-tqq5kexe]{border-radius:6px;margin-bottom:.75rem}.footer-brand-name[data-astro-cid-tqq5kexe]{font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:var(--text)}.footer-tagline[data-astro-cid-tqq5kexe]{color:var(--text-muted);margin-top:.5rem;max-width:32ch;font-size:.92rem}.footer-cross-link[data-astro-cid-tqq5kexe]{display:inline-block;margin-top:1.25rem;color:var(--accent-strong);text-decoration:none;font-weight:600;font-size:.9rem}.footer-cross-link[data-astro-cid-tqq5kexe]:hover{text-decoration:underline}.footer-col-heading[data-astro-cid-tqq5kexe]{font-family:var(--font-display);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-faint);margin-bottom:.9rem}.footer-col[data-astro-cid-tqq5kexe] ul[data-astro-cid-tqq5kexe]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.footer-col[data-astro-cid-tqq5kexe] a[data-astro-cid-tqq5kexe]{color:var(--text-muted);text-decoration:none;font-size:.9rem}.footer-col[data-astro-cid-tqq5kexe] a[data-astro-cid-tqq5kexe]:hover{color:var(--accent-strong)}.footer-bottom[data-astro-cid-tqq5kexe]{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-top:var(--space-7);padding-top:var(--space-4);border-top:1px solid var(--border);color:var(--text-faint);font-size:.82rem}@media (max-width: 860px){.footer-grid[data-astro-cid-tqq5kexe]{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.footer-grid[data-astro-cid-tqq5kexe]{grid-template-columns:1fr}}.footer-minimal[data-astro-cid-jh2r6ufp]{background:var(--bg);padding:var(--space-8) 0 var(--space-6);margin-top:var(--space-9)}.footer-minimal-top[data-astro-cid-jh2r6ufp]{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.footer-social[data-astro-cid-jh2r6ufp]{display:flex;align-items:center;gap:1.25rem}.footer-social[data-astro-cid-jh2r6ufp] a[data-astro-cid-jh2r6ufp]{display:flex;color:var(--text);opacity:.75;transition:opacity .22s var(--ease-calm)}.footer-social[data-astro-cid-jh2r6ufp] a[data-astro-cid-jh2r6ufp]:hover{opacity:1}.footer-minimal-mark[data-astro-cid-jh2r6ufp]{display:block;border-radius:6px}.footer-minimal-divider[data-astro-cid-jh2r6ufp]{border:none;border-top:1px solid var(--border);margin:var(--space-6) 0}.footer-minimal-bottom[data-astro-cid-jh2r6ufp]{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1.5rem}.footer-minimal-legal[data-astro-cid-jh2r6ufp]{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem 1.5rem}.footer-minimal-legal[data-astro-cid-jh2r6ufp] a[data-astro-cid-jh2r6ufp]{color:var(--text);text-decoration:none;font-size:.95rem;font-weight:500;line-height:1.5}.footer-minimal-legal[data-astro-cid-jh2r6ufp] a[data-astro-cid-jh2r6ufp]:hover{text-decoration:underline}.footer-minimal-copyright[data-astro-cid-jh2r6ufp],.footer-minimal-product-of[data-astro-cid-jh2r6ufp]{color:var(--text-muted);font-size:.875rem;font-weight:400;line-height:1.5}@media (max-width: 560px){.footer-minimal-top[data-astro-cid-jh2r6ufp]{flex-direction:row}.footer-minimal-bottom[data-astro-cid-jh2r6ufp]{flex-direction:column;align-items:flex-start}}
