@font-face {
    font-family: "Apoc LC Revelations";
    src: url("./fonts/ApocLC-Revelations.woff2") format("woff2"),
         url("./fonts/ApocLC-Revelations.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

body {
    cursor: url("./content/images/cursor.png"), auto;
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    background: #fff;
    /*color: #00f;*/
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 1.2;
}

a:hover {
    cursor: url("./content/images/pointer256.png") 128 0, url("./content/images/pointer32.png") 16 0, pointer !important;
}

div.floating-node {
    padding: 15px 0px;
}


#trail-layer {
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

#speed-control {
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    color: #00f;
    font-size: 14px;
    background: rgba(255, 255, 255, 0);
    padding: 4px 6px;
}

#speed-control label {
    margin-right: 6px;
}

#speed-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 140px;
    height: 20px;
    vertical-align: middle;
    background: transparent;
}

#speed-slider:focus {
    outline: none;
}

#speed-slider::-webkit-slider-runnable-track {
    height: 8px;
    border: 1px solid rgba(82, 176, 255, 0.7);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(220, 243, 255, 0.98) 0%, rgba(146, 211, 255, 0.95) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

#speed-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin-top: -6px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(182, 230, 255, 0.58) 55%, rgba(105, 184, 255, 0.7) 100%);
    box-shadow:
        0 0 0 1px rgba(79, 166, 241, 0.28),
        inset 0 1px 1px rgba(255, 255, 255, 0.92),
        inset 0 -3px 6px rgba(88, 176, 243, 0.28);
    opacity: 0.9;
}

#speed-slider::-moz-range-track {
    height: 8px;
    border: 1px solid rgba(82, 176, 255, 0.7);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(220, 243, 255, 0.98) 0%, rgba(146, 211, 255, 0.95) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}

#speed-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(182, 230, 255, 0.58) 55%, rgba(105, 184, 255, 0.7) 100%);
    box-shadow:
        0 0 0 1px rgba(79, 166, 241, 0.28),
        inset 0 1px 1px rgba(255, 255, 255, 0.92),
        inset 0 -3px 6px rgba(88, 176, 243, 0.28);
    opacity: 0.9;
}

#speed-slider::-moz-range-progress {
    height: 8px;
    border-radius: 999px;
    background: rgba(166, 223, 255, 0.95);
}

#speed-slider::-ms-track {
    width: 140px;
    height: 8px;
    border-color: transparent;
    color: transparent;
    background: transparent;
}

#speed-slider::-ms-fill-lower {
    border: 1px solid rgba(82, 176, 255, 0.7);
    border-radius: 999px;
    background: rgba(166, 223, 255, 0.95);
}

#speed-slider::-ms-fill-upper {
    border: 1px solid rgba(82, 176, 255, 0.7);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(220, 243, 255, 0.98) 0%, rgba(146, 211, 255, 0.95) 100%);
}

#speed-slider::-ms-thumb {
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(182, 230, 255, 0.58) 55%, rgba(105, 184, 255, 0.7) 100%);
    box-shadow:
        0 0 0 1px rgba(79, 166, 241, 0.28),
        inset 0 1px 1px rgba(255, 255, 255, 0.92),
        inset 0 -3px 6px rgba(88, 176, 243, 0.28);
    opacity: 0.9;
}

#speed-slider::-ms-tooltip {
    display: none;
}

main {
    position: relative;
    z-index: 1;
}

h1 {
    margin: 0;
    font-size: 2em;
    font-weight: 700;
}

p {
    margin: 0;
}

a {
    color: #00f;
    text-decoration: underline;
}

.floating-node {
    width: max-content;
    max-width: min(34rem, calc(100vw - 16px));
}

#cashin {
    /*background: center / contain no-repeat url("./content/images/mushroom.png");*/
}

#bio {
    /*background: center / contain no-repeat url("./content/images/butterfly.png");*/
}

#capricorn {
    background: center / contain no-repeat url("./content/images/flare2.png");
}

#flower {
    background: center / contain no-repeat url("./content/images/daisy.png");
}

#music {
    background: center / contain no-repeat url("./content/images/cdmusic.png");
}

#bandcamp {
    background: center / contain no-repeat url("./content/images/bubbles.png");
    background-blend-mode: difference;
}

#soundcloud {
    background: center / contain no-repeat url("./content/images/flare1.png");
}

#ninaprotocol {
    background: center / contain no-repeat url("./content/images/blank.png");
}

#youtube {
    background: center / contain no-repeat url("./content/images/blank.png");
}

#beautifulangel {
    background: center / contain no-repeat url("./content/images/angelwings.png");
}

#news {
    background: center / contain no-repeat url("./content/images/butterfly.png");
}

#email {
    background: center / contain no-repeat url("./content/images/blueguy.png");
}

body.music {
}
