:root{--hero-title-size: clamp(3.5rem, 10vw, 7.5rem);--hero-title-weight: 500;--hero-title-spacing: -.04em;--hero-title-line-height: 1.05;--nav-gap: .75rem;--nav-gap-mobile: .5rem;--nav-pill-padding: .85rem 1.5rem;--nav-height: 4.25rem;--text-muted: .65;--text-subtle: .5;--text-ghost: .3;--transition-base: .3s ease;--hero-max-width: 48rem;--text-max-width: 36rem}#hero:where(.astro-j7pv25f6){position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10vh;padding-bottom:10vh}.hero-content:where(.astro-j7pv25f6){position:relative;z-index:10;margin-left:auto;margin-right:auto;text-align:center;max-width:var(--hero-max-width);color:rgb(var(--color-text-base))}#hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){display:inline-block;font-size:var(--hero-title-size);letter-spacing:var(--hero-title-spacing);position:relative;line-height:var(--hero-title-line-height);color:rgb(var(--color-text-base))}.title-accent:where(.astro-j7pv25f6){background:linear-gradient(135deg,#6ac6ff,#ffb1e6);-webkit-background-clip:text;color:transparent;font-weight:600}.title-light:where(.astro-j7pv25f6){color:rgba(var(--color-text-base),var(--text-muted));font-weight:400}.subtitle:where(.astro-j7pv25f6){margin-bottom:2rem;margin-top:1rem;font-size:.875rem;line-height:1.25rem;letter-spacing:.45em}@media (min-width: 640px){.subtitle:where(.astro-j7pv25f6){font-size:1rem;line-height:1.5rem}}.subtitle:where(.astro-j7pv25f6){color:rgba(var(--color-text-base),.55);text-transform:uppercase;font-family:var(--font-sans);letter-spacing:.45em}@media (max-width: 640px){#hero:where(.astro-j7pv25f6){padding-top:8vh;padding-bottom:8vh}#hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6){font-size:clamp(3rem,15vw,4.25rem)}.subtitle:where(.astro-j7pv25f6){margin-bottom:1.5rem;margin-top:.75rem;font-size:.75rem;line-height:1rem;letter-spacing:.25em}}.nav-primary:where(.astro-j7pv25f6){width:min(92vw,820px);margin:1.5rem auto 2rem}.nav-primary-surface:where(.astro-j7pv25f6){display:flex;align-items:center;justify-content:space-between;gap:clamp(.75rem,3vw,2rem);padding:.6rem 1.5rem;border-radius:999px;background:var(--glass-surface);border:1px solid rgba(255,255,255,.75);box-shadow:0 30px 60px #20365c2e;backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur))}.brand-cluster:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.65rem}.brand-symbol:where(.astro-j7pv25f6){width:42px;height:42px;border-radius:50%;border:none;background:transparent;color:rgba(var(--color-text-base),.8);display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease}.brand-symbol:where(.astro-j7pv25f6):hover{color:rgb(var(--color-accent))}.brand-name:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:1.15rem;letter-spacing:-.04em;color:rgb(var(--color-text-base))}.capsule-nav-list:where(.astro-j7pv25f6){display:flex;gap:clamp(1rem,4vw,2.25rem);align-items:center}.nav-link:where(.astro-j7pv25f6){position:relative;font-family:var(--font-display);font-size:1rem;letter-spacing:-.02em;color:rgba(var(--color-text-base),.85);padding-bottom:.35rem;transition:color 1.16s ease}.nav-link:where(.astro-j7pv25f6):hover,.nav-link:where(.astro-j7pv25f6)[data-active=true]:hover{color:rgb(var(--color-accent))}.nav-link:where(.astro-j7pv25f6)[data-active=true]{color:rgb(var(--color-text-base))}.nav-link-underline:where(.astro-j7pv25f6){position:absolute;left:0;bottom:-.4rem;width:100%;height:12px;opacity:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='12' viewBox='0 0 60 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6C6 6 9 1 14 1s7 10 12 10 7-10 12-10 7 9 12 9 7-5 9-5' stroke='%23333' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transition:opacity 1.18s ease,transform 1.18s ease}.nav-link:where(.astro-j7pv25f6)[data-active=true] .nav-link-underline:where(.astro-j7pv25f6){opacity:0}.nav-actions:where(.astro-j7pv25f6){display:inline-flex;align-items:center;gap:.4rem}.action-button:where(.astro-j7pv25f6){width:44px;height:44px;border-radius:50%;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:rgba(var(--color-text-base),.85);transition:color .16s ease,background-color .16s ease}.action-button:where(.astro-j7pv25f6)[data-active=true],.action-button:where(.astro-j7pv25f6):hover{background:#f5f5f5;color:rgb(var(--color-accent))}html[data-theme=dark] .action-button:where(.astro-j7pv25f6):hover{background:#2a2a2a;color:rgb(var(--color-accent))}.nav-compact-shell:where(.astro-j7pv25f6){position:fixed;left:50%;bottom:1.5rem;transform:translate(-50%,140%);transition:transform .24s cubic-bezier(.4,0,.2,1);z-index:45;pointer-events:none}.nav-compact-shell:where(.astro-j7pv25f6)[data-visible=true]{transform:translate(-50%);pointer-events:auto}.nav-compact:where(.astro-j7pv25f6){display:flex;align-items:center;gap:1rem;padding:.65rem 1.2rem;border-radius:999px;background:#ffffffeb;border:1px solid rgba(255,255,255,.8);box-shadow:0 20px 40px #15223e40;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.nav-compact-links:where(.astro-j7pv25f6),.nav-compact-actions:where(.astro-j7pv25f6){display:inline-flex;gap:.4rem}.compact-link:where(.astro-j7pv25f6){width:44px;height:44px;border-radius:50%;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;color:rgba(var(--color-text-base),.85);transition:color .15s ease,background-color .15s ease}.compact-link:where(.astro-j7pv25f6)[data-active=true],.compact-link:where(.astro-j7pv25f6):hover{background:#f5f5f5;color:rgb(var(--color-accent))}html[data-theme=dark] .compact-link:where(.astro-j7pv25f6):hover{background:#2a2a2a;color:rgb(var(--color-accent))}.nav-hamburger:where(.astro-j7pv25f6){position:fixed;top:1.5rem;right:1.25rem;width:58px;height:58px;border-radius:999px;border:1px solid var(--glass-border);background:var(--glass-surface);box-shadow:var(--glass-shadow);color:rgb(var(--color-text-base));display:none;align-items:center;justify-content:center;z-index:45}.nav-drawer-overlay:where(.astro-j7pv25f6){position:fixed;inset:0;background:#0f132173;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:40}.nav-drawer:where(.astro-j7pv25f6){position:fixed;top:4.5rem;right:1.25rem;width:min(320px,88vw);border-radius:2.5rem;background:linear-gradient(135deg,#5c66b0,#464c77);color:#fffffff2;padding:2.5rem 2rem 2rem;box-shadow:0 30px 60px #080a1480;z-index:50}.drawer-close:where(.astro-j7pv25f6){position:absolute;top:1.25rem;right:1.5rem;width:44px;height:44px;border-radius:50%;border:none;background:transparent;color:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;transition:color .15s ease}.drawer-close:where(.astro-j7pv25f6):hover{color:#fff}.drawer-body:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:2rem;margin-top:.5rem}.drawer-nav:where(.astro-j7pv25f6){display:flex;flex-direction:column;gap:1.35rem}.drawer-link:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:1.4rem;letter-spacing:-.03em;color:#fffffff2;transition:color .15s ease}.drawer-link:where(.astro-j7pv25f6):hover{color:rgb(var(--color-accent))}.drawer-actions:where(.astro-j7pv25f6){display:flex;justify-content:space-between;align-items:center}.drawer-icon:where(.astro-j7pv25f6){width:58px;height:58px;border-radius:50%;border:none;background:transparent;color:#fffffff2;display:inline-flex;align-items:center;justify-content:center;transition:color .15s ease}.drawer-icon:where(.astro-j7pv25f6):hover{color:#fff}.nav-debug:where(.astro-j7pv25f6){position:fixed;top:.75rem;right:.75rem;padding:.35rem .9rem;border-radius:999px;background:#fffffff2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 12px 24px #161e301f;font-family:var(--font-sans);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:rgba(var(--color-text-base),.75);display:inline-flex;gap:.35rem;align-items:center;z-index:60;pointer-events:none}.nav-debug:where(.astro-j7pv25f6) strong:where(.astro-j7pv25f6){font-family:var(--font-display);font-size:.78rem;letter-spacing:0;color:rgb(var(--color-text-base))}@media (max-width: 768px){.nav-compact-shell:where(.astro-j7pv25f6){display:none}.nav-hamburger:where(.astro-j7pv25f6){display:inline-flex}}#hero:where(.astro-j7pv25f6) .rss-link:where(.astro-j7pv25f6){margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-2rem;right:-2rem}#hero:where(.astro-j7pv25f6) .rss-icon:where(.astro-j7pv25f6){height:1.25rem;width:1.25rem;fill:rgb(var(--color-accent));opacity:.7;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}#hero:where(.astro-j7pv25f6) .rss-icon:where(.astro-j7pv25f6):hover{opacity:1}.social-wrapper:where(.astro-j7pv25f6){margin-top:2rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}@media (min-width: 640px){.social-wrapper:where(.astro-j7pv25f6){flex-direction:row;align-items:center}}.social-links:where(.astro-j7pv25f6){font-size:.875rem;line-height:1.25rem;opacity:.7}#main-content:where(.astro-j7pv25f6){min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0}#hero:where(.astro-j7pv25f6),#hero:where(.astro-j7pv25f6) h1:where(.astro-j7pv25f6),#hero:where(.astro-j7pv25f6) p:where(.astro-j7pv25f6),.title-accent:where(.astro-j7pv25f6),.title-light:where(.astro-j7pv25f6),.nav-label:where(.astro-j7pv25f6){transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;font-weight:600}.hero-title:where(.astro-j7pv25f6){font-family:var(--font-serif);font-weight:400;font-style:italic}.hero-title:where(.astro-j7pv25f6) .title-accent:where(.astro-j7pv25f6){font-style:normal;font-weight:500}.hero-title:where(.astro-j7pv25f6) .title-light:where(.astro-j7pv25f6){font-weight:300;font-style:italic}.nav-container:where(.astro-j7pv25f6){display:flex;gap:clamp(2.5rem,8vw,5rem);justify-content:center;align-items:center}.nav-item:where(.astro-j7pv25f6){opacity:0;transform:translateY(12px);animation:fadeInUp .6s ease forwards;animation-delay:calc(.15s + var(--delay) * .12s)}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.nav-item:where(.astro-j7pv25f6){position:relative;padding:.5rem 0}.nav-label:where(.astro-j7pv25f6){font-family:var(--font-sans);font-size:.85rem;font-weight:500;letter-spacing:.15em;color:rgba(var(--color-text-base),.7);transition:color .2s ease,transform .2s ease}.nav-item:where(.astro-j7pv25f6):hover .nav-label:where(.astro-j7pv25f6){color:rgb(var(--color-text-base));transform:translateY(-2px)}
