.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;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__lnUIdW__logo{color:var(--primary-color);letter-spacing:-.05em;font-size:1.5rem;font-weight:700}.Header-module__lnUIdW__nav{gap:1.5rem;display:flex}.Header-module__lnUIdW__navLink{color:var(--foreground);font-weight:500;transition:color .2s}.Header-module__lnUIdW__navLink:hover{color:var(--primary-color)}
.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{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}
:root{--primary-color:#0052cc;--primary-hover:#0043a6;--accent-color:#00b8d9;--background:#f8f9fa;--foreground:#333;--surface:#fff;--border:#e2e8f0;--text-muted:#64748b;--font-base:"Inter", "Noto Sans JP", 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}}*{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}
