@font-face {
    font-family: 'VeryVeryPunk';
    src: url('/fonts/very_very_punk/vvpf.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Special Elite';
    src: url('/fonts/Special_Elite/SpecialElite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.typewriter {
    font-family: 'Special Elite', Georgia, serif;
}


.punk {
    font-family: 'VeryVeryPunk', Georgia, serif;
    font-size: 1.2em; /* optional: make it pop a bit */
    letter-spacing: 0.05em; /* optional: gives that zine-style breath */
}

.punk-list {
    list-style: none;
    padding-left: 1.5em;
}

.punk-list li {
    position: relative;
    padding-left: 1.5em;
}

.punk-list li::before {
    content: "\e03b"; /* U+E03B */
    font-family: 'VeryVeryPunk', Georgia, serif;
    font-size: 1.2em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* vertically center the bullet */
    line-height: 1;
}

a:link {
    color: #ff6600;
}

a:visited {
    color: #cc3300;
}

a:hover {
    color: #ff6600;
    text-decoration: underline;
}

a:active {
    color: #ff0000;
}

footer {
    margin-top: 3rem;
    padding-top: 1rem;
    border-top: 1px solid #ccc;
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 1rem;
}

.breadcrumb-footer li {
    display: inline;
}

.breadcrumb-footer a {
    color: #ff6600;
    text-decoration: none;
}

.breadcrumb-footer a:hover {
    text-decoration: underline;
}

/*
.poem {
    white-space: pre-wrap;
    font-family: Georgia, serif;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 2em;
}
*/

.contact {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #555;
    margin-top: 2rem;
}

.contact h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.contact a {
    display: inline-block;
    margin-top: 0.5rem;
}

.poem {
    white-space: pre-wrap;
    /*font-family: 'Special Elite', Georgia, serif;*/
    font-family: Georgia, serif;
    font-size: 1.15em;
    line-height: 1.2;
    margin-bottom: 2.5em;
    padding: 0;
    background: none;

}

.author {
    font-size: 0.8em;    /* Smaller than h1 */
    color: #666;         /* A subtle gray for contrast */
    font-style: italic;  /* Italicized to set it apart */
    margin-top: 0.5em;   /* Space above, adjust as needed */
    margin-bottom: 1em;  /* Space below the author line */
}

.bio {
    font-size: 0.8em;
    font-style: italic;
    margin-top: 0.5em;
    margin-bottom: 1em;
}



.home-poem {
    margin-bottom: 1.5em;
}

.home-poem pre {
    font-family: Georgia, serif;
    white-space: pre-wrap;
    margin: 0 0 0.5em 0;
}

.home-poem audio {
    display: block;
    margin: 0.5em 0;
}

.home-poem .like-section {
    margin: 0;
}

.home-poem .erasure-hint {
    font-size: 0.85em;
    font-style: italic;
    margin: 0.5em 0 0 0;
}

.erasure .word {
    cursor: pointer;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
}

.erasure .word.erased {
    color: transparent;
    background: #111;
    border-radius: 2px;
}

.poem-list {
    list-style-type: none;
    padding: 0;
}

.poem-list li {
    margin-bottom: 0.5em;
}


.cassette-spines {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 500px;
    margin: 2rem auto;
}

.spine {
    display: block;
    background: orange; /* mimic neon cassette shell */
    padding: 1.25rem;
    line-height: 2;
    font-size: 1.5rem;
    letter-spacing: 0.75px;
    color: black; !important;
    /*font-family: 'VeryVeryPunk', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;*/
    font-family: 'Special Elite', sans-serif;
    text-decoration: none;
    border: 2px solid black;
    box-shadow: 2px 2px 0 black;
    transform: rotate(-1deg);
    transition: color 0.3s, background-color 0.3s, transform 0.3s;
}


.spine, .spine * {
    color: black !important;
}


/* Hover on the .spine container */
.spine:hover {
    background: black;
    cursor: pointer;
    transform: rotate(0deg) scale(1.02);
}


/* FORCE orange on hover */
.spine:hover, .spine:hover * {
    color: orange !important;
}

.cassette-row {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 2rem;
}



.spine-rotated {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: neonorange;
    padding: 1rem 0.25rem;
    font-family: 'VeryVeryPunk', sans-serif;
    border: 2px solid black;
    height: 150px;
    text-align: center;
}

.spine:hover {
    background: black;
    color: orange;
    cursor: pointer;
    transform: rotate(0deg) scale(1.02);
}

.spine a {
    color: black;
    text-decoration: none;
    font-family: 'VeryVeryPunk', sans-serif;
    display: block; /* makes the whole area clickable */
}


body{
    margin:40px auto;
    max-width:550px;
    line-height:1.6;
    font-size:18px;
    color:#444;
    font-family: Georgia, serif;
    padding:0 10px

}

h1 {
    font-family: 'VeryVeryPunk', Georgia, serif;
    line-height:1.2;
    font-size: 3.5em;
    font-weight: 100; /* or 200 — experiment here */
}

h2,h3{
    font-family: 'Special Elite', Georgia, serif;
    line-height:1.2
}

.poem h1 {
    font-family: 'Special Elite', Georgia, serif;
    line-height:1.0;
    font-size: 2.0em;
    margin-block: 0.67em;
}

/* Tape issue pages */
body.tape-page {
  font-family: Georgia, serif;
  margin: 2rem;
  background: #f9f9f9;
  color: #111;
  max-width: 600px;
}

body.tape-page header {
  border-bottom: 2px solid #ff6600;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

body.tape-page h1 {
  font-family: 'VeryVeryPunk', cursive, serif;
  font-size: 3rem;
  margin: 0;
  color: #ff6600;
}

body.tape-page p.issue-name {
  font-family: 'Special Elite', Georgia, serif;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  color: #333;
}

body.tape-page .date {
  margin-top: 0.5rem;
  color: #666;
  font-style: italic;
}

body.tape-page .audio-player {
  margin: 1rem 0;
}

body.tape-page .links a {
  color: #ff6600;
  text-decoration: none;
  margin-right: 1rem;
}

body.tape-page .links a:hover {
  text-decoration: underline;
}

body.tape-page .tracklist {
  margin-top: 2rem;
}

body.tape-page .tracklist h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
}

body.tape-page .tracklist ul {
  list-style-type: decimal;
  padding-left: 1.5rem;
}

body.tape-page .runtime {
  margin-top: 1rem;
  font-weight: bold;
}

.updates-log {
    max-width: 600px;
    margin: 0 auto;
    padding: 1rem;
}

.update {
    margin-bottom: 2rem;
}

.update h2 {
    font-size: 1rem;
    color: var(--accent-color, #ff6600);
    font-weight: normal;
    font-family: monospace;
}

.like-container {
    margin-top: 2rem;
    font-size: 1.5rem;
    cursor: pointer;
    user-select: none;
}

.heart {
    color: #888;
    transition: color 0.3s ease;
}

.heart.liked {
    color: red;
}



/*dark mode*/

@media (prefers-color-scheme: dark) {
    body {
        background-color: #111;
        color: #ddd;
    }

    a:link {
        color: #66ccff;
    }

    a:visited {
        color: #9999ff;
    }

    a:hover {
        color: #66ccff;
        text-decoration: underline;
    }

    a:active {
        color: #ff6666;
    }

    footer, .contact {
        color: #aaa;
        border-top: 1px solid #444;
    }

    .spine {
        background: #222;
        color: orange !important;
        border-color: #555;
        box-shadow: 2px 2px 0 #000;
    }

    .spine:hover {
        background: black;
        color: orange !important;
    }

    .cassette-row {
        background: #000;
    }

    .poem {
        color: #eee;
    }

    .punk-list li::before {
        color: orange;
    }

    .breadcrumb-footer a {
        color: #66ccff;
    }

    .breadcrumb-footer a:hover {
        text-decoration: underline;
    }

    body.tape-page {
        background-color: #111;
        color: #ddd;
    }

    body.tape-page header {
        border-bottom: 2px solid orange;
    }

    body.tape-page h1 {
        color: orange;
    }

    body.tape-page p.issue-name {
        color: #ccc;
    }

    body.tape-page .date {
        color: #999;
    }

    body.tape-page .links a {
        color: orange;
    }

    body.tape-page .links a:hover {
        text-decoration: underline;
    }

    body.tape-page .tracklist h2 {
        border-bottom: 1px solid #555;
    }
}
