.Header-module__lnUIdW__header{background-color:var(--surface);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000000d}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__lnUIdW__logo{color:var(--primary-color);letter-spacing:-.05em;white-space:nowrap;font-size:1.5rem;font-weight:700}.Header-module__lnUIdW__nav{gap:1.5rem;display:flex}.Header-module__lnUIdW__navLink{color:var(--foreground);white-space:nowrap;font-weight:500;transition:color .2s}.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__navLink[aria-current]{color:var(--primary-color)}.Header-module__lnUIdW__navLink[aria-current=page]{font-weight:700}.Header-module__lnUIdW__menuButton{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;display:none}.Header-module__lnUIdW__bar{background-color:var(--foreground);width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__lnUIdW__barOpenTop{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__barOpenMiddle{opacity:0}.Header-module__lnUIdW__barOpenBottom{transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__mobileNav,.Header-module__lnUIdW__mobileNav[hidden]{display:none}@media (max-width:1024px){.Header-module__lnUIdW__container{padding:1rem 1.25rem}.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__menuButton{display:flex}.Header-module__lnUIdW__mobileNav{border-top:1px solid var(--border);background-color:var(--surface);flex-direction:column;display:flex}.Header-module__lnUIdW__mobileNavLink{color:var(--foreground);border-bottom:1px solid var(--border);padding:1rem 1.25rem;font-weight:500}.Header-module__lnUIdW__mobileNavLink:active{background-color:var(--background)}.Header-module__lnUIdW__mobileNavLink[aria-current]{color:var(--primary-color)}.Header-module__lnUIdW__mobileNavLink[aria-current=page]{font-weight:700}}
.Footer-module__3hUVsW__footer{background-color:var(--surface);border-top:1px solid var(--border);margin-top:auto;padding:4rem 0 2rem}.Footer-module__3hUVsW__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__3hUVsW__top{flex-direction:column;gap:3rem;margin-bottom:3rem;display:flex}@media (min-width:768px){.Footer-module__3hUVsW__top{flex-direction:row;justify-content:space-between}}.Footer-module__3hUVsW__brand{max-width:300px}.Footer-module__3hUVsW__logo{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:block}.Footer-module__3hUVsW__description{color:var(--text-muted);font-size:.9rem;line-height:1.6}.Footer-module__3hUVsW__links{flex-wrap:wrap;gap:4rem;display:flex}.Footer-module__3hUVsW__linkGroup{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__linkGroup h3{margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__3hUVsW__linkGroup a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.Footer-module__3hUVsW__linkGroup a:hover{color:var(--primary-color)}.Footer-module__3hUVsW__bottom{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding-top:2rem;font-size:.85rem}@media (max-width:640px){.Footer-module__3hUVsW__container{padding:0 1.25rem}.Footer-module__3hUVsW__links{gap:2.5rem}}
:root{--primary-color:#0052cc;--primary-hover:#0043a6;--accent-color:#00b8d9;--background:#f8f9fa;--foreground:#333;--surface:#fff;--border:#e2e8f0;--text-muted:#64748b;--bg-subtle:#f8fafc;--accent-surface:#eef2ff;--avatar-gradient:linear-gradient(135deg, #eef2ff 0%, #c7d2fe 100%);--font-base:system-ui, -apple-system, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", Meiryo, sans-serif}@media (prefers-color-scheme:dark){:root{--primary-color:#4c9aff;--primary-hover:#2684ff;--accent-color:#00b8d9;--background:#0f172a;--foreground:#f8fafc;--surface:#1e293b;--border:#334155;--text-muted:#94a3b8;--bg-subtle:#131c31;--accent-surface:#1e2a4a;--avatar-gradient:linear-gradient(135deg, #1e3a8a 0%, #312e81 100%)}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-base);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.app-container{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.skip-link{z-index:200;background-color:var(--primary-color);color:#fff;border-radius:0 0 8px 8px;padding:.75rem 1.25rem;font-weight:600;position:absolute;top:-100%;left:.5rem}.skip-link:focus{top:0}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
