@import "owluptime-misc.css";
@import "owluptime-badges.css";
@import "owluptime-loadbar.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

:root {
    --bg-dark2: #2a2825;
    --bg-dark3: #333c5d;
    --bg-dark4: #2b5da5;
    --text-light: #E6E9CF;
    --border-dark: rgb(79 75 71);
    --bg-red: #ef4444;
    --bg-red-light: #ed6161;
}

html {
    height: 100%;
    background: rgb(42, 40, 37);
}

body {
    margin: 0;
    font: normal 14px "Inter", ui-sans-serif, verdana, arial, sans-serif;
    -webkit-text-size-adjust: none;
    background: transparent;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 70px;
    min-height: 100vh;
}

header {
    border-bottom: 1px solid rgb(79 75 71);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    background: rgba(42, 40, 37, 0.9);
}

header nav {
    margin: 10px auto;
    max-width: 700px;
    padding: 0 10px;
}

.nav-item {
    float: right;
}

li {
    display: inline-block;
}

.link-med,
.link-n {
    color: var(--text-light);
    text-decoration: none;
    font-weight: bold;
}

.link-a {
    color: var(--text-light);
    text-decoration: none;
}

.link-a:hover {
    text-decoration: underline;
}

.bg-dark2 {
    background: var(--bg-dark2);
}

.color-text-light {
    color: var(--text-light);
}

.button-s {
    font-size: small;
    color: white;
    text-decoration: none;
    background-color: var(--bg-dark3);
    font-weight: bold;
    border-radius: 0.375rem;
    align-items: center;
    display: inline-flex;
    padding: 14px 1rem;
    border: 0;
    box-sizing: border-box;
    cursor: pointer;
}

.button-s:hover {
    background-color: var(--bg-dark4);
}

.input-large {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    box-sizing: border-box;
    border: 3px solid var(--border-dark);
    outline: none;
    background: rgb(33, 31, 29);
    color: #ffffff;
}

.input-large:focus {
    border: 3px solid #22D3EE;
}

main {
    text-align: center;
    padding: 40px;
    margin: 0 auto;
    background: var(--bg-dark2);
    min-height: 200px;
    border-radius: 0 0 0.375rem 0.375rem;
    color: var(--text-light);
}

.footer {
    overflow: hidden;
    border-radius: 0.375rem;
    padding: 10px 10px 10px 0;
    position: relative;
    clear: both;
    text-align: center;
    font-size: small;
    color: var(--text-light);
}

/* Info section styling */
.text-context-primary {
    color: var(--text-light);
    overflow: hidden;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.text-context-primary h2 {
    color: #ffffff;
    font-size: 1.5rem;
    margin-top: 0;
}

.text-context-primary ul {
    list-style: none;
    padding: 0;
}

.text-context-primary li {
    display: block;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.text-context-primary li:last-child {
    border-bottom: none;
}
