@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Averia Serif Libre";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/averiaseriflibre/v10/neIWzD2ms4wxr6GvjeD0X88SHPyX2xYOoguP.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Averia Serif Libre";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/averiaseriflibre/v10/neIVzD2ms4wxr6GvjeD0X88SHPyX2xYGGS6axq0r.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    height: 100%;
    background-color: rgb(245, 245, 246);
}

body {
    background: rgb(245, 245, 246) !important;
    color: rgb(23, 23, 23);
    font-family: "Roboto Mono", monospace;
    position: relative;
    margin: 0px;
    overflow: hidden auto;
}

body * {
    box-sizing: border-box;
}

body a {
    color: rgb(23, 23, 23);
    transform: perspective(1px) translateZ(0px);
    backface-visibility: hidden;
}

body a:hover {
    color: rgb(23, 23, 23);
    text-decoration: none;
    background: rgb(249, 202, 36);
}

body a:has(img):hover {
    background: none;
}

html:root body.antigravity-scroll-lock {
    overflow: hidden !important;
}

body::-webkit-scrollbar {
    display: none;
}

html::-webkit-scrollbar {
    display: none;
}

/* Semantic Layout Classes */

.app-wrapper {
    width: 768px;
    margin: 0px auto !important;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 10;
}

@media only screen and (max-width: 1300px) {
    .app-wrapper {
        margin: 0px auto !important;
    }
}

@media only screen and (max-width: 768px) {
    .app-wrapper {
        width: 100%;
    }
}

.site-nav {
    padding-top: 30px;
    padding-bottom: 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.nav-link {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0px 8px;
    text-decoration: none;
    opacity: 0.8;
    color: inherit;
}

.nav-link:hover,
.nav-link.active {
    opacity: 1;
}

.nav-link:hover::after,
.nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0.25rem;
    left: 0.05rem;
    right: 0px;
    display: block;
    height: 10px;
    width: 100%;
    background: rgb(249, 202, 36);
    z-index: -10;
    transform: rotate(-1deg);
}

@media only screen and (max-width: 768px) {
    .nav-link {
        display: none;
    }
}

.page-title {
    display: block;
    font-size: 32px;
    margin: 5px 10px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

.site-header-container {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: auto;
}

@media only screen and (max-width: 768px) {
    .site-header-container {
        padding: 0px 15px;
    }
}

.site-logo {
    width: 220px;
}

.site-footer-container {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .site-footer-container {
        flex-direction: column;
    }
}

.footer-links {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.footer-link {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 22px;
    margin: 0px auto 0px 15px;
    text-decoration: none;
    opacity: 0.8;
}

.footer-link:hover,
.footer-link.active {
    opacity: 1;
}

.footer-link:hover::after,
.footer-link.active::after {
    content: "";
    position: absolute;
    bottom: 0.25rem;
    left: 0.05rem;
    right: 0px;
    display: block;
    height: 10px;
    width: 100%;
    background: rgb(249, 202, 36);
    z-index: -10;
    transform: rotate(-1deg);
}

.footer-branding {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .footer-branding {
        margin: 25px 0px 10px;
    }
}

.copyright-link {
    font-size: 14px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    margin-top: 15px;
}

.copyright-link:hover {
    text-decoration: underline;
}

/* Status Indicators */
.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.dot.ok {
    background-color: #4caf50;
    /* Green */
}

.dot.problem {
    background-color: #ff9800;
    /* Orange */
}

.dot.error {
    background-color: #f44336;
    /* Red */
}