﻿@font-face {
    font-family: Pixel;
    src: url('pixel.ttf') format('truetype');
    font-display: swap;
}
* {
    box-sizing: border-box;
}
:root {
    --ink: #302645;
    --purple: #65508b;
    --line: #7d679e;
    --paper: #f8f4ff;
    --lavender: #e8dff5;
    --lime: #e5ff93;
}
html {
    min-height: 100%;
    background: #211a36;
}
body {
    margin: 0;
    color: var(--ink);
    font:
        14px/1.6 'Trebuchet MS',
        Verdana,
        sans-serif;
    background-image: url('stars.svg');
    background-attachment: fixed;
}
a {
    color: #665087;
    text-underline-offset: 3px;
}
a:hover {
    color: #b34d92;
}
button,
a,
input {
    -webkit-tap-highlight-color: transparent;
}
button {
    font: inherit;
    cursor: pointer;
}
a:focus-visible,
button:focus-visible {
    outline: 3px solid #a456bf;
    outline-offset: 3px;
}
.site {
    width: min(1060px, calc(100% - 40px));
    margin: 33px auto 24px;
}
.topline {
    display: flex;
    justify-content: space-between;
    color: #d4c3ee;
    font:
        12px 'Courier New',
        monospace;
    letter-spacing: 0.5px;
    margin: 0 3px 12px;
}
.topline span:last-child {
    color: #dff6ac;
}
.masthead {
    border: 1px solid #ac93cb;
    background: #d9c5ed;
    box-shadow: 4px 4px 0 #110b22;
    position: relative;
    overflow: hidden;
}
.banner {
    height: 161px;
    padding: 17px 31px;
    background:
        radial-gradient(ellipse at 78% 145%, #ffd1e5 0, transparent 60%),
        linear-gradient(115deg, #c8b5e4, #e4d7f3 56%, #b8a8d9);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner:after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
        0deg,
        transparent 0 3px,
        #fff2 3px 4px
    );
}
.wordmark {
    font:
        italic 76px/1 Georgia,
        serif;
    letter-spacing: -5px;
    color: #fff9ff;
    text-shadow:
        3px 3px 0 #796198,
        -1px -1px 0 #796198;
    position: relative;
    z-index: 1;
}
.wordmark small {
    display: block;
    font:
        12px 'Courier New',
        monospace;
    color: #574467;
    text-shadow: none;
    letter-spacing: 3px;
    margin: 15px 0 0 4px;
}
.banner-art {
    display: flex;
    align-items: center;
    gap: 24px;
    z-index: 1;
}
.orbit {
    font:
        100px/1 Georgia,
        serif;
    transform: rotate(-20deg);
    color: #f8f3ff;
    text-shadow: 2px 2px #86739c;
}
.sticker {
    background: #eeffb8;
    border: 1px solid #7c8662;
    padding: 7px 12px;
    transform: rotate(5deg);
    box-shadow: 3px 3px #9f8bb4;
    color: #465436;
    font:
        12px/1.4 'Courier New',
        monospace;
    text-align: center;
}
.ticker {
    background: #392c50;
    color: #ece1fa;
    border-top: 1px solid #927aa9;
    font:
        12px 'Courier New',
        monospace;
    padding: 9px 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
.ticker span {
    display: inline-block;
    animation: drift 18s ease-in-out infinite;
}
.layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 248px;
    gap: 18px;
    margin-top: 19px;
}
.column {
    display: flex;
    flex-direction: column;
    gap: 17px;
    min-width: 0;
}
.window {
    border: 1px solid #8d76a6;
    background: var(--paper);
    box-shadow: 3px 3px 0 #100c20;
}
.titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #bba5d5, #ded0ed);
    padding: 5px 9px;
    border-bottom: 1px solid var(--line);
    font:
        bold 12px/1.6 'Courier New',
        monospace;
    color: #39274d;
}
.window-buttons {
    display: flex;
    gap: 3px;
}
.window-buttons i {
    display: grid;
    place-items: center;
    font: 11px/12px monospace;
    font-style: normal;
    width: 15px;
    height: 14px;
    border: 1px solid #8f7a9f;
    background: #eee6f5;
    box-shadow: inset 1px 1px white;
}
.inner {
    padding: 21px 23px;
}
.eyebrow {
    font:
        11px 'Courier New',
        monospace;
    letter-spacing: 2px;
    color: #826897;
    text-transform: uppercase;
}
.intro h1 {
    font:
        normal 32px/1.15 Georgia,
        serif;
    margin: 11px 0 13px;
    letter-spacing: -0.8px;
}
.intro h1 em {
    color: #8962a5;
}
.intro p {
    margin: 0 0 14px;
    max-width: 510px;
}
.hello-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.sparkle-gif {
    width: 65px;
    height: 65px;
    image-rendering: pixelated;
    flex-shrink: 0;
}
.small-label {
    display: inline-block;
    background: #eee7f5;
    border: 1px solid #cbbbda;
    padding: 3px 8px;
    font:
        11px 'Courier New',
        monospace;
}
.landscape {
    display: block;
    width: 100%;
    aspect-ratio: 2.58;
    object-fit: cover;
    border: 1px solid #a591b7;
    margin-top: 17px;
}
.caption {
    display: flex;
    justify-content: space-between;
    font:
        10px 'Courier New',
        monospace;
    color: #8a7599;
    margin-top: 7px;
}
.note {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1eedb;
    border: 1px dashed #b7ab84;
    padding: 9px 12px;
    margin-top: 17px;
    font-size: 12px;
}
.note .star {
    font-size: 21px;
    color: #928440;
}
.two-up {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
}
.two-up .inner {
    padding: 16px;
}
.section-heading {
    font:
        normal 22px Georgia,
        serif;
    margin: 0 0 12px;
}
.now-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    border-bottom: 1px dotted #cebfdb;
    padding: 8px 0;
    font-size: 12px;
}
.now-row:first-child {
    padding-top: 0;
}
.now-row:last-child {
    border: 0;
}
.now-row span:first-child {
    font:
        11px 'Courier New',
        monospace;
    color: #8c789f;
    width: 55px;
    flex-shrink: 0;
}
.now-row span:last-child {
    font-size: 12px;
}
.date-tag {
    font:
        10px 'Courier New',
        monospace;
    background: #e9e1f1;
    color: #76588b;
    padding: 3px 6px;
}
.entry-link {
    display: block;
    font:
        bold 14px Georgia,
        serif;
    margin: 12px 0 7px;
}
.preview {
    font-size: 12px;
    margin: 0 0 9px;
    color: #7b6a88;
}
.text-link {
    font:
        11px 'Courier New',
        monospace;
}
.sidebar .inner {
    padding: 15px;
}
.nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.nav a {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 9px 12px;
    border: 1px solid #c5b4d7;
    background: #eee7f6;
    text-decoration: none;
    font:
        13px 'Courier New',
        monospace;
    box-shadow: inset 1px 1px #fff;
    color: #514064;
}
.nav a[aria-current='page'] {
    background: #e9f5c7;
    border-color: #a8b67e;
    color: #485430;
}
.nav a:hover {
    background: #e0d2f0;
    transform: translateX(2px);
}
.nav .arrow {
    margin-left: auto;
}
.nav-icon {
    font-size: 16px;
    width: 19px;
}
.nav-caption {
    text-align: center;
    font:
        10px 'Courier New',
        monospace;
    color: #9d84ac;
    margin: 12px 0 0;
}
.profile {
    text-align: center;
}
.avatar {
    display: block;
    width: 82px;
    height: 82px;
    margin: 0 auto 9px;
    border: 1px solid #a18bb7;
    image-rendering: pixelated;
    background: #ded1ee;
}
.profile strong {
    font:
        22px Georgia,
        serif;
}
.online {
    font:
        10px 'Courier New',
        monospace;
    color: #797085;
    margin-top: 4px;
}
.online:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #8ba159;
    margin-right: 6px;
    border-radius: 50%;
}
.profile p {
    font-size: 12px;
    margin: 12px 0;
    color: #7c688f;
}
.mail {
    font:
        11px 'Courier New',
        monospace;
    overflow-wrap: anywhere;
}
.player {
    background: #ede8f4;
    border: 1px solid #cbbcd9;
    padding: 11px;
}
.track {
    display: flex;
    gap: 10px;
    align-items: center;
}
.disc {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: conic-gradient(#a48cbb, #ece4f4, #977caf, #e6dbee, #a48cbb);
    border: 1px solid #9d85b2;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.disc:after {
    content: '';
    background: #eee8f4;
    border: 1px solid #a58dbb;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.track strong {
    display: block;
    font:
        11px 'Courier New',
        monospace;
}
.track small {
    font-size: 10px;
    color: #8d779e;
}
.player-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 11px;
}
.retro-button {
    border: 1px solid #a18cb5;
    background: #fcf9ff;
    box-shadow:
        inset 1px 1px white,
        1px 1px #b6a5c5;
    padding: 4px 9px;
    color: #624a79;
    font:
        11px 'Courier New',
        monospace;
}
audio.retro-button {
    width: min(100%, 188px);
    height: 32px;
    padding: 2px;
    accent-color: #8f72a7;
    vertical-align: middle;
}
.retro-button:active {
    box-shadow: inset 1px 1px #b6a5c5;
}
.equalizer {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 20px;
    margin-left: auto;
}
.player.playing .equalizer i {
    animation: eq 0.7s ease-in-out infinite alternate;
}
.equalizer i {
    width: 3px;
    height: 6px;
    background: #a58abd;
}
.playing .equalizer i {
    animation: eq 0.7s ease-in-out infinite alternate;
}
.equalizer i:nth-child(2n) {
    height: 14px;
    animation-delay: 0.3s;
}
.equalizer i:nth-child(3n) {
    height: 10px;
    animation-delay: 0.5s;
}
.player-note {
    font:
        10px 'Courier New',
        monospace;
    color: #8b789c;
    margin: 10px 0 0;
}
.badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}
.badge {
    width: 88px;
    height: 31px;
    border: 2px ridge #c7b4db;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    font:
        bold 9px/1.1 'Courier New',
        monospace;
    text-align: center;
    letter-spacing: 0.1px;
    background: #282238;
    color: #f4e9ff;
}
.badge.lime {
    background: #dfff9e;
    color: #34422b;
}
.badge.pink {
    background: #e6b8d3;
    color: #663654;
}
.badge.blue {
    background: #203750;
    color: #b5e1ef;
}
.badge.gray {
    background: #e4e0e9;
    color: #423e49;
}
.badge.purple {
    background: #685489;
    color: #ffedfd;
}
.button-wall .inner {
    padding: 16px;
}
.wall-caption {
    text-align: center;
    font:
        10px 'Courier New',
        monospace;
    color: #8f77a1;
    margin: 11px 0 0;
}
.visitor {
    text-align: center;
    padding: 12px !important;
}
.counter {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin: 8px 0;
}
.counter span {
    background: #372c47;
    color: #e5ff9e;
    border: 1px inset #ac97be;
    padding: 1px 5px;
    font:
        19px 'Courier New',
        monospace;
}
.tiny {
    font:
        10px 'Courier New',
        monospace;
    color: #8e7a9e;
}
.footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 2px 0;
    color: #baa7d1;
    font:
        10px/1.8 'Courier New',
        monospace;
}
.footer a {
    color: #d7c3ed;
}
.motion-toggle {
    background: none;
    color: #d7c3ed;
    border: 0;
    text-decoration: underline;
    font: inherit;
    padding: 0;
}
.journal h2 {
    font:
        normal 25px Georgia,
        serif;
    margin: 14px 0;
}
.journal p {
    color: #6a5979;
}
.journal + .journal {
    border-top: 1px dashed #baa7cd;
    margin-top: 24px;
    padding-top: 24px;
}
.about-grid {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 25px;
    margin-top: 23px;
}
.about-grid .avatar {
    width: 110px;
    height: 110px;
}
.facts {
    margin: 0;
}
.facts div {
    display: flex;
    gap: 20px;
    border-bottom: 1px dotted #cebfdb;
    padding: 8px 0;
}
.facts dt {
    width: 75px;
    color: #9379a4;
    font:
        12px 'Courier New',
        monospace;
}
.facts dd {
    margin: 0;
}
.quote {
    border-left: 3px solid #b39aca;
    padding: 10px 16px;
    background: #eee7f5;
    font:
        italic 21px/1.5 Georgia,
        serif;
    margin: 25px 0;
}
.skip-link {
    position: absolute;
    top: -60px;
    left: 12px;
    background: #fff;
    padding: 8px;
    z-index: 10;
}
.skip-link:focus {
    top: 10px;
}
.no-motion * {
    animation: none !important;
    scroll-behavior: auto !important;
}
.no-motion .sparkle-gif {
    display: none;
}
@keyframes drift {
    0%,
    100% {
        transform: translateX(-15px);
    }
    50% {
        transform: translateX(15px);
    }
}
@keyframes eq {
    to {
        height: 3px;
    }
}
@media (prefers-reduced-motion: reduce) {
    * {
        animation: none !important;
    }
    .sparkle-gif {
        display: none;
    }
}
@media (min-width: 1400px) {
    .site {
        margin-top: 45px;
    }
}
@media (max-width: 740px) {
    .site {
        width: calc(100% - 24px);
        margin-top: 15px;
    }
    .layout {
        grid-template-columns: minmax(0, 1fr) 205px;
        gap: 12px;
    }
    .banner {
        padding: 20px;
    }
    .wordmark {
        font-size: 62px;
    }
    .banner-art {
        gap: 0;
    }
    .orbit {
        font-size: 75px;
    }
    .sticker {
        display: none;
    }
    .inner {
        padding: 18px;
    }
    .two-up {
        grid-template-columns: 1fr;
    }
    .intro h1 {
        font-size: 28px;
    }
    .caption {
        font-size: 9px;
        gap: 8px;
    }
    .sidebar .inner {
        padding: 12px;
    }
}
@media (max-width: 560px) {
    .layout {
        display: flex;
        flex-direction: column;
    }
    .sidebar {
        display: contents;
    }
    .main-column {
        order: 1;
    }
    .sidebar > .window {
        order: 2;
    }
    .sidebar > .navigation {
        order: 0;
    }
    .nav {
        flex-direction: row;
    }
    .nav a {
        flex: 1;
        padding: 8px;
        justify-content: center;
        gap: 5px;
    }
    .nav .arrow,
    .nav-caption {
        display: none;
    }
    .topline {
        font-size: 9px;
    }
    .banner {
        height: 140px;
    }
    .wordmark {
        font-size: 59px;
    }
    .wordmark small {
        font-size: 9px;
        letter-spacing: 2px;
    }
    .orbit {
        font-size: 65px;
    }
    .ticker {
        font-size: 10px;
    }
    .two-up {
        grid-template-columns: 1fr;
    }
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .about-grid {
        grid-template-columns: 1fr;
    }
    .intro h1 {
        font-size: 28px;
    }
    .caption span:last-child {
        display: none;
    }
    .hello-row {
        gap: 0;
    }
    .sparkle-gif {
        width: 46px;
        height: 46px;
    }
    .badges {
        gap: 10px;
    }
}

.eyebrow {
    font-family: Pixel, 'Courier New', monospace;
    font-size: 13px;
    letter-spacing: 1.5px;
}
.wordmark small {
    font-family: Pixel, 'Courier New', monospace;
    font-size: 14px;
}
.counter span {
    font-family: Pixel, 'Courier New', monospace;
}
.desktop-break {
    display: none;
}

.landscape {
    height: auto;
}
.now-row span:first-child {
    width: 78px;
}
@media (max-width: 560px) {
    .topline {
        font-size: 8px;
        gap: 8px;
    }
    .wordmark small {
        font-size: 12px;
    }
}
