:root{--bg:#ffffff;--brand:#ffe066;--ink:#1f2937;--muted:#6b7280;--line:#efe8b0}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;color:var(--ink);background:var(--bg);display:flex;flex-direction:column;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.header-shadow{box-shadow:0 1px 0 var(--line)}app-root{display:flex;flex-direction:column;flex:1}main.page{flex:1 0 auto}.site-footer{border-top:1px solid var(--line);background:var(--bg);box-shadow:0 -16px 40px #0000000f}html,body{height:100%}app-root{min-height:100vh;display:flex;flex-direction:column}main.container{flex:1 1 auto}.site-footer{margin-top:auto;border-top:1px solid var(--line);background:var(--bg);box-shadow:0 -16px 40px #0000000f}.site-footer .wrap{max-width:1100px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-footer .left{color:var(--muted);font-weight:500}.site-footer .footer-link{color:var(--muted);text-decoration:none;font-weight:600}.site-footer .footer-link:hover{text-decoration:underline}@media (max-width: 640px){.site-footer .wrap{flex-direction:column;text-align:center}}html{scroll-behavior:smooth}
