.app-header[data-v-2655ed65]{position:sticky;top:0;z-index:100;background:var(--st-cream-100);border-bottom:1px solid var(--st-border)}.app-header__inner[data-v-2655ed65]{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 32px;width:100%}.app-header__brand[data-v-2655ed65]{font-family:var(--st-font-serif);font-size:28px;font-weight:var(--st-w-medium);letter-spacing:var(--st-track-tight);color:var(--st-forest-900);text-decoration:none;line-height:1;flex:0 0 auto}.app-header__nav[data-v-2655ed65]{display:flex;align-items:center;gap:32px;flex:1 1 auto;justify-content:center}.app-header__nav-item[data-v-2655ed65]{position:relative}.app-header__nav-link[data-v-2655ed65]{display:inline-block;padding:10px 4px;font-family:var(--st-font-sans);font-size:var(--st-text-body);font-weight:var(--st-w-regular);color:var(--st-forest-600);text-decoration:none;letter-spacing:var(--st-track-normal);transition:color var(--st-dur-fast) var(--st-ease)}.app-header__nav-item:hover .app-header__nav-link[data-v-2655ed65],.app-header__nav-item:focus-within .app-header__nav-link[data-v-2655ed65]{color:var(--st-forest-900)}.app-header__dropdown[data-v-2655ed65]{position:absolute;top:100%;left:50%;transform:translate(-50%);min-width:180px;background:var(--st-cream-100);border:1px solid var(--st-border);border-top:0;padding:8px 0;box-shadow:0 8px 20px #1f2d261a;opacity:0;visibility:hidden;transform:translate(-50%,-4px);transition:opacity .16s var(--st-ease),transform .16s var(--st-ease),visibility 0s linear .16s;z-index:90}.app-header__nav-item:hover .app-header__dropdown[data-v-2655ed65],.app-header__nav-item:focus-within .app-header__dropdown[data-v-2655ed65]{opacity:1;visibility:visible;transform:translate(-50%);transition-delay:0s}.app-header__dropdown-link[data-v-2655ed65]{display:block;padding:10px 20px;font-family:var(--st-font-sans);font-size:var(--st-text-body);font-weight:var(--st-w-regular);color:var(--st-forest-700);text-decoration:none;white-space:nowrap;transition:background var(--st-dur-fast) var(--st-ease),color var(--st-dur-fast) var(--st-ease)}.app-header__dropdown-link[data-v-2655ed65]:hover,.app-header__dropdown-link[data-v-2655ed65]:focus-visible{background:var(--st-forest-100);color:var(--st-forest-900);outline:none}.app-header__actions[data-v-2655ed65]{display:flex;align-items:center;gap:24px;flex:0 0 auto}.app-header__hamburger[data-v-2655ed65]{display:none;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:0;border-radius:999px;color:var(--st-forest-900);cursor:pointer;flex:0 0 auto}.app-header__hamburger[data-v-2655ed65]:hover{background:var(--st-forest-100)}.app-header__hamburger[data-v-2655ed65]:focus-visible{outline:2px solid var(--st-forest-900);outline-offset:2px}.app-header__icon-link[data-v-2655ed65]{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:0;border-radius:999px;color:var(--st-forest-900);cursor:pointer;text-decoration:none;transition:background var(--st-dur-fast) var(--st-ease),color var(--st-dur-fast) var(--st-ease)}.app-header__icon-link[data-v-2655ed65]:hover:not(:disabled){background:var(--st-forest-100)}.app-header__icon-link[data-v-2655ed65]:focus-visible{outline:2px solid var(--st-forest-900);outline-offset:2px}.app-header__icon-link[data-v-2655ed65]:disabled{cursor:default;opacity:.85}.app-header__icon[data-v-2655ed65]{width:24px;height:24px;display:block}@media (max-width: 768px){.app-header__inner[data-v-2655ed65]{position:relative;height:56px;padding:0 12px;gap:8px}.app-header__hamburger[data-v-2655ed65]{display:inline-flex}.app-header__brand[data-v-2655ed65]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:22px;pointer-events:auto}.app-header__nav[data-v-2655ed65]{display:none}.app-header__actions[data-v-2655ed65]{gap:0}.app-header__icon-link[data-v-2655ed65]{width:36px;height:36px}.app-header__icon[data-v-2655ed65]{width:20px;height:20px}}.app-header__drawer-backdrop[data-v-2655ed65]{position:fixed;top:0;right:0;bottom:0;left:0;background:#1f2d2673;z-index:200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-header__drawer[data-v-2655ed65]{position:fixed;top:0;left:0;width:min(82vw,320px);height:100dvh;background:var(--st-cream-100);z-index:201;display:flex;flex-direction:column;box-shadow:4px 0 20px #1f2d2626}.app-header__drawer-head[data-v-2655ed65]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--st-border);flex:0 0 auto}.app-header__drawer-brand[data-v-2655ed65]{font-family:var(--st-font-serif);font-size:22px;font-weight:var(--st-w-medium);letter-spacing:var(--st-track-tight);color:var(--st-forest-900)}.app-header__drawer-close[data-v-2655ed65]{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:transparent;border:0;border-radius:999px;color:var(--st-forest-900);cursor:pointer}.app-header__drawer-close[data-v-2655ed65]:hover{background:var(--st-forest-100)}.app-header__drawer-close[data-v-2655ed65]:focus-visible{outline:2px solid var(--st-forest-900);outline-offset:2px}.app-header__drawer-close svg[data-v-2655ed65]{width:20px;height:20px;display:block}.app-header__drawer-nav[data-v-2655ed65]{display:flex;flex-direction:column;padding:8px 0 24px;overflow-y:auto}.app-header__drawer-group[data-v-2655ed65]{display:flex;flex-direction:column;border-bottom:1px solid var(--st-forest-200)}.app-header__drawer-group[data-v-2655ed65]:last-child{border-bottom:0}.app-header__drawer-row[data-v-2655ed65]{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:16px 24px;font-family:var(--st-font-sans);font-size:18px;font-weight:var(--st-w-medium);color:var(--st-forest-900);text-decoration:none;letter-spacing:var(--st-track-normal);background:transparent;border:0;cursor:pointer;transition:background var(--st-dur-fast) var(--st-ease);text-align:left}.app-header__drawer-row[data-v-2655ed65]:hover,.app-header__drawer-row[data-v-2655ed65]:focus-visible{background:var(--st-forest-100);outline:none}.app-header__drawer-chev[data-v-2655ed65]{width:18px;height:18px;color:var(--st-forest-600);transition:transform .2s var(--st-ease)}.app-header__drawer-chev.is-open[data-v-2655ed65]{transform:rotate(180deg);color:var(--st-forest-900)}.app-header__drawer-sub[data-v-2655ed65]{display:flex;flex-direction:column;background:var(--st-forest-100);padding:4px 0 8px;overflow:hidden}.app-header__drawer-sub-link[data-v-2655ed65]{display:block;padding:10px 24px 10px 40px;font-family:var(--st-font-sans);font-size:15px;font-weight:var(--st-w-regular);color:var(--st-forest-700);text-decoration:none;letter-spacing:var(--st-track-normal);transition:background var(--st-dur-fast) var(--st-ease),color var(--st-dur-fast) var(--st-ease)}.app-header__drawer-sub-link[data-v-2655ed65]:hover,.app-header__drawer-sub-link[data-v-2655ed65]:focus-visible{background:var(--st-forest-200);color:var(--st-forest-900);outline:none}.drawer-backdrop-enter-active[data-v-2655ed65],.drawer-backdrop-leave-active[data-v-2655ed65]{transition:opacity .24s var(--st-ease)}.drawer-backdrop-enter-from[data-v-2655ed65],.drawer-backdrop-leave-to[data-v-2655ed65]{opacity:0}.drawer-enter-active[data-v-2655ed65],.drawer-leave-active[data-v-2655ed65]{transition:transform .26s var(--st-ease-out)}.drawer-enter-from[data-v-2655ed65],.drawer-leave-to[data-v-2655ed65]{transform:translate(-100%)}.accordion-enter-active[data-v-2655ed65],.accordion-leave-active[data-v-2655ed65]{transition:max-height .24s var(--st-ease),opacity .2s var(--st-ease);overflow:hidden}.accordion-enter-from[data-v-2655ed65],.accordion-leave-to[data-v-2655ed65]{max-height:0;opacity:0}.accordion-enter-to[data-v-2655ed65],.accordion-leave-from[data-v-2655ed65]{max-height:320px;opacity:1}.app-footer[data-v-fc2a9a63]{background:var(--st-forest-900);color:var(--st-forest-100);padding:56px 32px 32px;margin-top:auto}.app-footer__top[data-v-fc2a9a63]{display:grid;grid-template-columns:minmax(280px,2fr) 1fr 1fr 1fr;gap:40px;align-items:start;padding-bottom:40px;border-bottom:1px solid var(--st-forest-700)}.app-footer__brand-name[data-v-fc2a9a63]{font-family:var(--st-font-serif);font-size:28px;font-weight:var(--st-w-regular);color:var(--st-forest-100);letter-spacing:var(--st-track-tight);line-height:1;margin:0}.app-footer__brand-tagline[data-v-fc2a9a63]{margin:12px 0 0;font-family:var(--st-font-serif);font-size:var(--st-text-base);color:var(--st-forest-400)}.app-footer__company[data-v-fc2a9a63]{margin-top:24px;font-style:normal;font-size:var(--st-text-caption);color:var(--st-forest-400);line-height:1.7}.app-footer__company p[data-v-fc2a9a63]{margin:0}.app-footer__sep[data-v-fc2a9a63]{margin:0 6px;color:var(--st-forest-700)}.app-footer__col-title[data-v-fc2a9a63]{font-family:var(--st-font-mono);font-size:var(--st-text-eyebrow);text-transform:uppercase;letter-spacing:.18em;color:var(--st-forest-400);margin:0 0 16px}.app-footer__list[data-v-fc2a9a63]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.app-footer__link[data-v-fc2a9a63]{font-family:var(--st-font-sans);font-size:var(--st-text-caption);color:var(--st-forest-100);text-decoration:none;transition:color .12s ease}.app-footer__link[data-v-fc2a9a63]:hover{color:var(--st-cream-100)}.app-footer__copyright[data-v-fc2a9a63]{margin:24px 0 0;font-family:var(--st-font-mono);font-size:var(--st-text-meta);letter-spacing:.08em;color:var(--st-forest-400)}@media (max-width: 900px){.app-footer__top[data-v-fc2a9a63]{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 600px){.app-footer[data-v-fc2a9a63]{padding:40px 20px 24px}.app-footer__top[data-v-fc2a9a63]{grid-template-columns:1fr;gap:28px}}.app-shell[data-v-2b63c405]{display:flex;flex-direction:column;min-height:100vh;background:var(--st-bg);color:var(--st-fg)}.app-shell__main[data-v-2b63c405]{flex:1 0 auto;width:100%;display:flex;flex-direction:column}
