body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.sidebar{display:none}.mobile-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem;position:sticky;text-align:center;top:0;z-index:100}.mobile-header .logo{height:180px;margin-bottom:1rem;width:auto}.content{box-sizing:border-box;flex:1 1;overflow-y:auto;padding:1rem}.content-section{display:flex;flex-direction:column;min-height:100vh;padding:1rem 0}.content-section:first-child{padding-top:0}.content-section h2{display:inline-block;font-size:1.8rem;font-weight:500;margin-bottom:2rem;position:relative}.content-section h2:after{background:#000;bottom:-8px;content:"";height:2px;left:0;position:absolute;width:100%}.content-area{flex:1 1;font-size:1.1rem;line-height:1.6}.footer{background:#fff;border-top:1px solid #e0e0e0;padding:1rem;text-align:center}.footer-link{background:none;border:none;color:#666;cursor:pointer;font-size:.9rem;padding:.5rem;position:relative;transition:all .3s ease}.footer-link:after{background:#666;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-link:hover:after{width:100%}.footer-link:hover{color:#000}@media (min-width:768px){.App{flex-direction:row}.mobile-header{display:none}.sidebar{background:#fff;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;height:100vh;padding:30px;position:fixed;width:300px}.sidebar .logo{height:auto;margin-bottom:3rem;width:100%}.content{height:100vh;margin-left:360px;padding:2rem 3rem}.content-section{padding:2rem 0}.content-section h2{font-size:2rem}.footer{background:#fff;border-top:1px solid #e0e0e0;bottom:0;left:360px;padding:1rem 3rem;position:fixed;right:0;text-align:right}}.navigation{width:100%}.nav-items{display:flex;flex-direction:row;gap:1rem;justify-content:center}.nav-item{background:none;border:none;color:#000;cursor:pointer;font-size:1.1rem;padding:.5rem;position:relative;text-align:center;transition:all .3s ease}.nav-item:after{background:#000;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item.active:after,.nav-item:hover:after{width:100%}.nav-item:hover{opacity:.7}@media (min-width:768px){.nav-items{flex-direction:column;gap:1.5rem;justify-content:flex-start}.nav-item{font-size:1.2rem;padding:.5rem 0;text-align:left;width:100%}}
/*# sourceMappingURL=main.86e5ae16.css.map*/