img{image-rendering:crisp-edges}:root{--color-background: #fbfbfe;--color-text: #202020;--color-text-hover: black;--color-border: #d0d0d0;--color-footer: #ececec;--color-focus: #056b89;--space-xs: 5px;--space-sm: 10px;--space-md: 1rem;--space-lg: 1.5rem}html,body{background-color:var(--color-background);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1rem;font-style:normal;margin:0;color:var(--color-text);line-height:1.5}#root{display:flex;flex-direction:column;min-height:100vh}h1{font-size:2.2rem;margin-top:var(--space-md);margin-bottom:var(--space-md)}.container{display:flex;width:80%;margin:auto;min-height:calc(100vh - 95px);flex:1}.menu{width:25%;height:675px;padding:var(--space-md);box-sizing:border-box;display:flex;flex-direction:column;gap:var(--space-sm);font-weight:500;flex-shrink:0}.menu a{text-decoration:none;width:100%;display:block;box-sizing:border-box;color:var(--color-text);padding:var(--space-xs) 0 var(--space-xs) var(--space-xs);transition:color .2s ease}.menu div a{padding:var(--space-xs) 0 var(--space-xs) 15px}.menu a:hover{color:var(--color-text-hover);background-color:#0000000d}.menu ul{list-style-type:none;margin:var(--space-xs);padding:var(--space-xs)}.menu li{margin-bottom:var(--space-sm)}.menu>div{box-sizing:border-box}.content{width:75%;min-height:500px;padding:var(--space-md) 0 0 25px;box-sizing:border-box;margin-bottom:5rem;contain:layout}footer{width:100%;min-height:180px;margin-top:auto;background-color:#045b71;display:flex;box-sizing:border-box;color:#fff;contain:layout style}footer>div{width:80%;margin:auto;padding:var(--space-md)}footer p:first-child{font-weight:700}@media only screen and (max-width:1200px){.container{width:100%;flex-direction:column;min-height:calc(100vh - 50px)}.menu{height:auto;padding:var(--space-sm);width:100%;border-bottom:2px solid var(--color-border)}.content{width:100%;padding:var(--space-sm);margin-bottom:0;min-height:300px}footer{min-height:220px;width:100%}}@media only screen and (min-width:768px)and (max-width:1200px){.container{width:95%}.menu{flex-direction:column}}@media print{.menu{display:none}.content{width:100%;padding:0}footer{display:none}}.site-header{height:70px;margin-bottom:25px;background-color:#045b71}.header-container{width:80%;margin:0 auto;display:flex;height:100%;gap:10px;align-items:center}.site-header img{height:auto;max-height:50px;width:auto;display:block}.site-title{margin-left:10px}.site-title h1{font-size:1.5rem;margin:0;font-weight:500;color:#fff}@media only screen and (max-width:1200px){.site-header{height:50px;margin-bottom:0;position:sticky;top:0;z-index:100}.header-container{width:95%}.site-title h1{font-size:1.2rem}.site-header img{max-height:40px}}@media only screen and (max-width:600px){.site-title h1{font-size:1rem}.header-container{width:100%;padding:0 10px;box-sizing:border-box}}@media print{.site-header{border-bottom:1px solid black;height:auto;padding:10px 0}}
