@import url(https://fonts.bunny.net/css?family=pixelify-sans:500|vt323:400);

:root {
    --background: #000; 
    --bluegem :#2C0FA7;
    --stratos: #0C003F;
    --window: #E3DDFF;
    --constellation: #151515;
    --bright-red: #B50000;
    --link-indigo: #440082;
    --mineshaft: #383838;
    --grey: #808080;
    --soft: #dfdfdf;
    --shadow: #1b0505;
    --dark: #682136;
    --silver: #bfb8bf;
    --box-sink: inset -1px -1px #eee, inset 1px 1px var(--mineshaft), inset -2px -2px var(--soft), inset 2px 2px var(--grey);
    --box-normal: inset -1px -1px var(--mineshaft),inset 1px 1px #eee,inset -2px -2px var(--grey),inset 2px 2px var(--soft);
}

:where(html) {
    cursor: default;
    line-height: 1.2;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    appearance: auto;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

:where(dl,ol,ul) {
    margin: 0
}

:where(hr) {
    box-sizing: content-box;
    color: inherit;
    height: 0
}

:where(abbr[title]) {
    text-decoration: underline dashed
}

:where(b,strong) {
    font-weight: bolder
}

:where(code,kbd,pre,samp) {
    font-family: monospace,monospace;
    font-size: 13px
}

:where(small) {
    font-size: 80%
}

:where(button,input,select,textarea) {
    margin: 0
}

:where(button) {
    text-transform: none
}

:where(button,[type="button" i],[type="reset" i],[type="submit" i]) {
    appearance: button;
    -webkit-appearance: button
}

:where(progress) {
    vertical-align: baseline
}

:where(select) {
    text-transform: none
}

:where(textarea) {
    resize: vertical
}

:where(input[type="search" i]) {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    appearance: none;
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    appearance: button;
    -webkit-appearance: button;
    font: inherit
}

:where(button,input:is([type="button" i],[type="color" i],[type="reset" i],[type="submit" i]))::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:where(button,input:is([type="button" i],[type="color" i],[type="reset" i],[type="submit" i]))::-moz-focusring {
    outline: 1px dashed ButtonText
}

:where(:-moz-ui-invalid) {
    box-shadow: none
}

:where(summary) {
    display: list-item
}

*,::before,::after {
    box-sizing: border-box
}

:where(body) {
    margin: 0
}

:where(audio,canvas,iframe,img,svg,video) {
    vertical-align: middle
}

:where(iframe) {
    border-style: none
}

:where(svg:not([fill])) {
    fill: currentColor
}

:where(table) {
    border-collapse: collapse;
    border-color: currentColor;
    text-indent: 0
}

:where(details>summary:first-of-type) {
    display: list-item
}

:where([aria-hidden="false" i][hidden]) {
    display: initial
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
    clip: rect(0,0,0,0);
    position: absolute
}

:where([aria-disabled="true" i],[disabled]) {
    cursor: not-allowed
}

:where(fieldset) {
    border: 1px solid #a0a0a0
    }



/* This thing is largely bashed together from SadGrl's layout template (at https://sadgrl.online/projects/layout-builder/) and https://www.w3schools.com/ and some StackOverflow threads */ 


body {
                font-family: 'VT323', monospace;
                font-size: 18px;
                line-height: 1.2;
                margin: 0;
                background-color: #E3DDFF;
                color: #13064A;
            }
            
            * {
    cursor: url("https://tatyanasippy.neocities.org/images/sun-cursor.png"),auto!important
}

a, button, button img, a img {
    cursor: url("https://tatyanasippy.neocities.org/images/moon-cursor.png"), pointer!important
}

html, body {margin: 0}

            * {
                box-sizing: border-box;
            }

            #container {
                max-width: 1070px;
                margin: 0 auto;
            }

            a {
                color: #85008C;
                font-weight: normal;
                text-decoration:none;
            }

            h1 a, h2 a, h3 a, h4 a, h5 a {
                font-family: 'Pixelify Sans', display;
                color: #13064A;
                text-decoration:none;
            }

            a:hover {
                color: #440082;
            }


            #header {
                width: 100%;
                background-repeat: no-repeat;
                background-size: 1800px;
                background-position: center;
                background-color: #BFB0FF;
                height: 250px;
                mask-image: linear-gradient(to bottom, rgba(0,0,0,5.5), rgba(0,0,0,0));
   -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,5.5)), to(rgba(0,0,0,0.0)));
            }

            main {
                background-color: #E3DDFF;
                padding: 20px 20px 20px 80px;
                text-align: justify;
            }

            h1, h2 {
                font-family: 'Pixelify Sans', display;
                text-align: left;
                border-bottom: 1px #13064A solid;
                width: 100%;
            }
            
            h3 {
                font-family: 'Pixelify Sans', display;
                text-align: left;
                width: 100%;
            }

            h4 {
                text-align: left;
                font-size: 19px;
                margin: 0px;
                width: 100%;
            }

            footer {
                background-color: #BFB0FF;
                width: 100%;
                height: 40px;
                padding: 10px;
                text-align: center;
            }
            
            #pagedoll {
            position: fixed;
            bottom: 10px;
            right:10px;
            }

            .two-columns {
            display: flex;
            }

            .two-columns > * {
            flex: 1 1 0;
            margin: 0;
            }

            .two-columns > *:first-child {
            padding-right: 0.75em;
            }

            .two-columns > *:last-child {
            padding-left: 0.75em;
            }

.image-glow {
    filter: drop-shadow(0 0 5px var(--shadow)) drop-shadow(0 0 10px var(--shadow)) drop-shadow(0 0 10px var(--shadow));
}

            .imagehere {
                height: 56px;
                width: 139px;
                margin-left:auto;
                margin-right:auto;
                background-repeat: no-repeat;
                background-position: center;
                background-size: auto 100%;
            }

            .charactermain-image {
                height: 350px;
                width: 300px;
                margin-left:auto;
                background-repeat: no-repeat;
                background-size: auto 100%;
                background-position: center;
                border: 1px solid #13064A;
            }

            .galleryimage {
              float: left;
              width: 170px;
              height: 170px;
              background-repeat: no-repeat;
              background-size: auto 100%;
              background-position: center;
              margin: 10px;
              border: 1px solid #13064A;
            }
            
            div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #0C003F;
  background: #B3A1FF;
  box-shadow: var(--box-normal);
  width: 100px;
  &:hover,&:focus {
        text-decoration: none;
        font-style: normal;
        color: var(--link-indigo);
    }

    ; &:active {
        box-shadow: var(--box-sink)
    }
}


div.gallery-item:hover {
  border: 1px solid #440082;
}

div.gallery-item img {
  width: 98px;
  height: 100px;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
            
            .images-row {
            display: flex;
            width: calc(100% + 5px + 5px);
            margin-left: -5px;
            margin-right: -5px;
            }

           .images-row img {
           width: 230px;
           height: auto;
           padding: 5px;
           margin: 0;
           overflow: hidden;
           }
           
           .sitename {font:20px 'Pixelify sans';color:#fff;text-align: center;letter-spacing:3px;text-shadow:2px 2px 25px #B3A1FF;padding-top:50px;
}


            h1,
            h2,
            h3 {
                color: #13064A;
            }

            h1 {
                font-size: 40px;
            }

            h2 {
                font-size: 25px;
            }

            h4 {
                font-weight: 100;
            }


            /* Thanks to LetoLeGaosaure on Pillowfort for pointing this out! */
            h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
                color: inherit;
            } 
            /* -------- */

            .box {
                background-color: #BFB0FF;
                border: 1px solid #13064A;
                padding: 10px;
            }

            .gallery {
                background-color: none;
                padding: 10px;
                overflow: hidden;
            }

            #toc {
                float: left;
                text-align:left;
                width: 200px;
                margin-right:auto;
                margin: 0px 40px 10px 0px;
                background-color: #BFB0FF;
                border: 1px solid #13064A;
            }

            ol {
                padding-left: 8%;
                list-style-type: circle;
                }

            li {
                padding-bottom: 3px;
                }

            .characterprofile {
              float: right;
              width: 300px;
              margin-left:auto;
              margin: 0px 0px 30px 30px;
              background-color: #BFB0FF;
            }

            /* Clear floats after the columns */
            .row:after {
              content: "";
              display: table;
              clear: both;
            }


            table {
              border-collapse: collapse;
              width: 300px;
              background-color: #BFB0FF;
              border-top: 1px solid #13064A;
              border-bottom: 1px solid #13064A;
            }

            tbody {
              margin: 3px 10px;
            }

            td, th {
              text-align: left;
              padding: 3px 10px;
              border-right: 1px solid #13064A;
              border-left: 1px solid #13064A;
            }

            td:nth-child(odd) {
              font-weight: 600;
                text-align: right;
            }

            tr:nth-child(odd) {
              background-color: #E3DDFF;
            }


            /* MEDIA QUERY */

            @media only screen and (max-width: 1350px) {
              main {
                float: left;
                width: 100%;
                margin-left: auto;
                margin-right: auto;
                margin: 10px 0px 0px 00px;
                padding: 0px;
              }
            }

            @media only screen and (max-width: 1100px) {
              table, .characterprofile {
                float: left;
                width: 100%;
                margin: 10px 0px 0px 00px;
              }
                
            .characterprofile {
                float: left;
                width: 100%;
                margin: 0px 0px 30px 0px;
              }
                
            main {
                padding: 20px;
            }
                
            .charactermain-image {
                width: 100%;
                margin: 0px 0px 10px 00px;
              }
              
              #button {
    width: 100%;
    display: inline-flex;
    gap: 2px;
    margin-bottom: 2px;
    justify-content: center;
    align-items: center
}

.button {
    display: inline-block;
    background: #B3A1FF;
    border: 1px solid var(--bluegem);
    border-radius: 10px;
    font: 18px 'VT323', monospace;
    box-shadow: var(--box-normal), 0 0 5px 1px var(--shadow);
    margin-right: 4px;
    padding: 5px;
    min-width: 70px;
    text-align: center;
    color: #13064A;
    text-decoration: none;
    text-transform: normal;
    transition: text-decoration 0.7s ease-in, color 0.5s ease, text-shadow .5s ease;
    &:hover,&:focus {
        text-decoration: none;
        font-style: normal;
        color: var(--link-indigo);
    }

    ; &:active {
        box-shadow: var(--box-sink)
    }
}

button,input[type="reset"],input[type="submit"] {
    background: #B3A1FF;
    border: 1px solid var(--bluegem);
    border-radius: 10px;
    font: 18px 'VT323', monospace;
    box-shadow: var(--box-normal), 0 0 5px 1px var(--shadow);
    text-decoration: none;
    text-align: center;
    text-transform: normal;
    box-shadow: var(--box-normal);
    color: transparent;
    min-height: 23px;
    min-width: 70px;
    margin-right: 4px;
    padding: 5px;
    color: #13064A;
}

pre {
    background-color: #eee;
    border: solid 3px;
    border-color: var(--grey) var(--soft) #eee #555;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    padding: auto
}
              
              :target {
    scroll-margin: 20px
}

.quote {
    box-shadow: var(--box-sink);
    padding: 1.2rem;
    color: #111;
    background-color: var(--silver);
}

svg {
    filter: blur(.5px)
}

::-moz-selection {
    color: var(--background);
    background: var(--stratos)
}

::selection {
    color: var(--background);
    background: var(--stratos)
}

            }
            
            /* ================= 98.css ================= */
button:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active {
    box-shadow: var(--box-sink);
    text-shadow: 1px 1px var(--grey)
}

button::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner {
    border: 0
}

:disabled,:disabled+label,input[readonly],input[readonly]+label {
    color: var(--grey)
}

[class^=field-row]+[class^=field-row] {
    margin-top: 6px
}

.field-row {
    display: flex;
    align-items: center
}

label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    align-items: center;
    display: inline-flex;
    user-select: none
}

input[type=checkbox],input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0;
    border: 0;
    margin: 0;
    opacity: 0;
    position: fixed
}

input[type=checkbox]+label,input[type=radio]+label {
    line-height: 13px
}

input[type=radio]+label {
    margin-left: 18px;
    position: relative;
    padding-right: 10px
}

input[type=radio]+label:before {
    background: url(images/radio-border.svg);
    content: "";
    display: inline-block;
    height: 12px;
    left: -18px;
    margin-right: 6px;
    position: absolute;
    top: 0;
    width: 12px
}

input[type=radio]:active+label:before {
    background: url(images/radio-border-disabled.svg)
}

input[type=radio]:checked+label:after {
    background: url(images/radio-dot.svg);
    content: "";
    display: block;
    height: 4px;
    left: -14px;
    position: absolute;
    top: 4px;
    width: 4px
}

input[type=checkbox]:focus+label,input[type=radio]:focus+label {
    outline: 5px dashed #00f;
    outline-offset: 2px
}

input[type=radio][disabled]+label:before {
    background: url(images/radio-border-disabled.svg)
}

input[type=radio][disabled]:checked+label:after {
    background: url(images/radio-dot-disabled.svg)
}

input[type=checkbox]+label {
    margin-left: 19px;
    position: relative
}

input[type=checkbox]+label:before {
    background: #eee;
    box-shadow: var(--box-normal);
    content: "";
    display: inline-block;
    height: 13px;
    left: -19px;
    margin-right: 6px;
    position: absolute;
    width: 13px
}

input[type=checkbox]:active+label:before {
    background: var(--silver)
}

input[type=checkbox]:checked+label:after {
    background: url(images/checkmark.svg);
    content: "";
    display: block;
    height: 7px;
    left: -16px;
    position: absolute;
    width: 7px
}

input[type=checkbox][disabled]+label:before {
    background: var(--silver)
}

input[type=checkbox][disabled]:checked+label:after {
    background: url(images/checkmark-disabled.svg)
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select {
    background-color: #eee;
    box-shadow: var(--box-sink);
    box-sizing: border-box;
    padding: 3px 4px
}

select,textarea {
    border: none
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eee;
    border-radius: 0;
    box-shadow: var(--box-sink);
    box-sizing: border-box;
    padding: 3px 4px
}

input[type=email],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select {
    height: 21px
}

input[type=number] {
    height: 22px
}

input[type=search]::-ms-clear,input[type=search]::-ms-reveal {
    display: none;
    height: 0;
    width: 0
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url] {
    line-height: 2
}

input[type=email]:disabled,input[type=email]:read-only,input[type=number]:disabled,input[type=number]:read-only,input[type=password]:disabled,input[type=password]:read-only,input[type=search]:disabled,input[type=search]:read-only,input[type=tel]:disabled,input[type=tel]:read-only,input[type=text]:disabled,input[type=text]:read-only,input[type=url]:disabled,input[type=url]:read-only,textarea:disabled {
    background-color: var(--silver)
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(images/button-down.svg);
    background-position: top 2px right 2px;
    background-repeat: no-repeat;
    border-radius: 0;
    padding-right: 32px;
    position: relative
}

input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    width: 100%
}

input[type=range]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background: url(images/indicator-horizontal.svg);
    border: none;
    box-shadow: none;
    height: 21px;
    transform: translateY(-8px);
    width: 11px
}

input[type=range]::-moz-range-thumb {
    background: url(images/indicator-horizontal.svg);
    border: 0;
    border-radius: 0;
    height: 21px;
    transform: translateY(2px);
    width: 11px
}

input[type=range]::-webkit-slider-runnable-track {
    background: #111;
    border-bottom: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    box-shadow: var(--box-extra);
    box-sizing: border-box;
    height: 2px;
    width: 100%
}

input[type=range]::-moz-range-track {
    background: #111;
    border-bottom: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    box-shadow: var(--box-extra);
    box-sizing: border-box;
    height: 2px;
    width: 100%
}

select:active {
    background-image: url(images/button-down-active.svg)
}

code,code * {
    font-family: monospace
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar:horizontal {
    height: 17px
}

::-webkit-scrollbar-corner {
    background: #dfdfdf
}

::-webkit-scrollbar-track {
    background-image: url(images/scrollbar-background.svg)
}

::-webkit-scrollbar-thumb {
    background-color: #B3A1FF;
    box-shadow: inset -1px -1px #080808,inset 1px 1px #eee,inset -2px -2px var(--bluegem),inset 2px 2px #E3DDFF
}

::-webkit-scrollbar-button:horizontal:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:vertical:start:decrement {
    display: block
}

::-webkit-scrollbar {
    width: 16px
}

::-webkit-scrollbar-button:vertical:start {
    height: 17px;
    background-image: url(images/button-up.svg)
}

::-webkit-scrollbar-button:vertical:end {
    height: 17px;
    background-image: url(images/button-down.svg)
}

::-webkit-scrollbar-button:horizontal:start {
    width: 16px;
    background-image: url(images/button-left.svg)
}

::-webkit-scrollbar-button:horizontal:end {
    width: 16px;
    background-image: url(images/button-right.svg)
}

.window[role=tabpanel] {
    position: relative;
    z-index: 2
}

menu[role=tablist] {
    display: flex;
    list-style-type: none;
    margin: 0 0 -2px;
    padding-left: 3px;
    position: relative;
    text-indent: 0
}

menu[role=tablist]>li {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset -1px 0 #080808,inset 1px 1px #dfdfdf,inset -2px 0 var(--grey),inset 2px 2px #eee;
    z-index: 1
}

menu[role=tablist]>li[aria-selected=true] {
    background-color: var(--silver);
    margin-left: -3px;
    margin-top: -2px;
    padding-bottom: 2px;
    position: relative;
    z-index: 8
}


}


            