*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}body.light{background-color:#ffffff;color:#333333}body.dark{background-color:#1a1a1a;color:#ffffff}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover,body.dark ::-webkit-scrollbar-thumb{background:#555}body.dark ::-webkit-scrollbar-thumb:hover{background:#777}.footer{margin-top:auto;padding:2rem 1rem;text-align:center;border-top:1px solid rgba(128,128,128,.2);background-color:rgba(0,0,0,.02);transition:all .3s ease}body.dark .footer{background-color:rgba(255,255,255,.02);border-top-color:rgba(255,255,255,.1)}.footer-content{max-width:800px;margin:0 auto}.footer-content p{margin:.5rem 0;font-size:.95rem;opacity:.8}.footer-link{color:#0070f3;font-weight:500;transition:all .2s ease;text-decoration:none;border-bottom:1px solid transparent}.footer-link:hover{opacity:.8;border-bottom-color:#0070f3}body.dark .footer-link{color:#3291ff}body.dark .footer-link:hover{border-bottom-color:#3291ff}.footer-repo{font-size:.85rem}