body {
    background: linear-gradient(135deg, #1a0c0c 0%, #2e1a1a 25%, #3e1616 50%, #601b0f 75%, #833453 100%);
    background-attachment: fixed;
    color: #ffffff;
    font-family: system-ui, sans-serif;
    margin: 0;
    padding: 0;
}

:any-link {
    color: #ff00a4;
    font-weight: 600;
    text-decoration-color: #ff00a4c0;
    text-underline-offset: 2px;
}

header {
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    background-color: #00000020;
    z-index: 1;
    box-shadow: inset 0 -1px 1px 1px #00000060;
}

#navbar {
    display: flex;
    padding: 8px;
    min-height: 64px;
    align-items: center;
    gap: 1ch;
}

main {
    max-width: 960px;
    margin: 1rem auto;
}

.solid-glass {
    background-color: #00000020;
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 24px;
    box-shadow: inset 0 1px 1px 1px #ffffff40, inset 0 -1px 1px 1px #00000060;
}

#logo-link {
    display: block;
}

#logo {
    display: block;
    width: 3rem;
    height: 3rem;
}

.option-name {
    width: 25%;
    vertical-align: top;
}

.option-name-name {
    font-weight: 600;
    color: #ff8700;
}

.option-wcm-name {
    font-weight: 300;
    opacity: 0.75;
}

.option-description {
    vertical-align: top;
}

.option-list {
    table-layout: fixed;
}

p {
    margin: 0.5rem 0;
}

.category-list, main {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

h1 {
    font-weight: 200;
    font-size: 3rem;
}

.solid-glass > :is(h1, h2, h3, h4, h5, h6):first-child {
    margin-top: 0;
}

.category-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1ch;
}
