@import url(/css/colorPalettes/aero.css);

:root {
    --fontFamily: 'Rosemode', 'Times New Roman', Times, serif;
}

@font-face {
    font-family: Rosemode;
    src: url("/Assets/fonts/Rosemode.ttf");
}

@font-face {
    font-family: Grossura;
    src: url("/Assets/fonts/Grossura.ttf");
}

@font-face {
    font-family: valentinesDB;
    src: url("/Assets/fonts/dingbatFonts/ValentinesDingbats.otf");
}

body {
    justify-content: center;
    align-items: center;

    position: relative;
}

#content {
    width: 980px;
    height: 100vh;

    padding: 20px;
    position: relative;
}

header {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 20px;

    font-family: var(--fontFamily);
    font-size: larger;
    text-align: center;
}

header span:nth-of-type(1) {
    color: var(--persian)
}

header span:nth-of-type(2) {
    color: var(--deepsea)
}

#magazineContainer {
    padding-top: 100px;
    position: relative;
}

.magazineView {
    display: flex;
    justify-content: center;

    filter: drop-shadow(0px 3px 4px #9b9b9b);
}

.magazinePage {
    width: 500px;
    height: 750px;
    position: relative;
    overflow: hidden;

    background-color: white;
}

#navigation {
    width: 100%;

    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);

    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;

    pointer-events: none;
}

#navigation iconify-icon {
    color: var(--persian);
    font-size: 2em;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: color .25s;

    pointer-events: all;
}

#navigation iconify-icon:hover {
    color: var(--deepsea);
}

#navigation iconify-icon.disabled {
    color: var(--deepslate);
    cursor: not-allowed;
}

#magazineLogo {
    padding-top: 30px;
    position: relative;

    font-family: var(--fontFamily);
    text-align: center;
}

#magazineLogo #issueDate {
    width: 30px;
    top: 5em;
    left: 3em;
}

#magazineLogo h2 {
    font-size: 4rem;
    line-height: 50px;
}

#magazineLogo #magTitle {
    font-size: 1.5rem;
    line-height: 15px;
}

#magazineLogo #magTitle .dingbats1 {
    display: inline-block;
    vertical-align: -.2em;
    font-size: 2.4em;
    height: 10px;

    color: var(--deepsea);
}

/*  ~ Front Cover */

#cover {
    background: url("/Assets/games/HSR/Cyrene/Renders/Cyrene_Render7_Hoyo-transparents.png") center/cover, url(/Assets/wallpapers/phone/rainbow2.webp) center/cover;
    font-family: var(--fontFamily);
}

#cover .supportingLines p:first-of-type {
    top: 48%;
    left: 20px;
    transform: translateY(-48%);


    font-size: 1.2em;
    width: 170px
}

#cover .supportingLines p:first-of-type mark {
    font-size: 2.1em;
    background: var(--AEROblue2);
}

#cover .supportingLines p:nth-of-type(2) {
    top: 55%;
    right: 20px;
    width: 140px;

    font-size: 2em;
    text-align: right;
}

#cover .supportingLines p:nth-of-type(2) mark {
    background-color: var(--persian);
}

#cover .supportingLines p:nth-of-type(3) {
    top: 25%;
    left: 20px;
    width: 200px;

    font-size: 1.1em;
    text-align: left;
}

.mainEvent {
    bottom: 5%;
    right: 50%;
    transform: translateX(50%);

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
}

.mainEvent p:nth-of-type(1) {
    width: 100%;
    font-size: 4em;
    font-style: italic;
}

.mainEvent p:nth-of-type(2) {
    width: 350px;
    font-size: 1.4em;
}

/* ~ Last Cover */

#backCover {
    background: url("/Assets/games/HSR/Cyrene/Renders/Cyrene_Render20_Hoyo-transparents.png") right/cover, url(/Assets/wallpapers/phone/rainbow.webp) center/cover;
}

#backCover .supportingLines .floaters {
    top: 23%;
    right: 1em;
    transform: translateY(-48%);


    text-align: right;
    font-size: 2em;
    width: 120px
}

#adSpace1,
#adSpace2,
#adSpace3 {
    color: white;
    font-family: var(--fontFamily);

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#adSpace1 {
    background: linear-gradient(160deg, var(--nightSky), var(--wisteria));
}

.adEyebrow {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);

    font-size: 0.75em;
    letter-spacing: 3px;
    opacity: 0.6;
}

.adBody h3 {
    font-size: 3.2em;
}

.adTagline {
    font-size: 1.3em;
    margin-top: 10px;
}

.adSub {
    font-size: 1em;
    opacity: 0.8;
}

.adFinePrint {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);

    width: 80%;
    font-size: 0.7em;
    text-align: center;
    opacity: 0.5;
}

/* ~ DolcetTech */


#adSpace2 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;

    padding: 0;



    text-align: left;
    overflow: hidden;

    background:
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 40px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.1) 1px, transparent 1px, transparent 40px),
        white;

    color: black;
    font-family: Helvetica, Arial, sans-serif;
}

#adSpace2 .adLogo {
    position: relative;

    background: white;
    border-bottom: 2px solid var(--purple2);
    z-index: 20;
}

#adSpace2 .adLogo::after {
    content: "";

    position: absolute;
    bottom: -31px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: url(/Assets/myAssets/dolcetTechLogo/NovaSuta.png) center/contain no-repeat;
}

#adSpace2 .adLogo img {
    display: block;
    padding-top: 10px;
    width: 70%;
    margin: 0 auto;
    filter: drop-shadow(-5px 6px 0 var(--teal2));
}

#adSpace2 .adTagline {
    height: 100%;
    width: 50px;
    background: var(--purple2);

    left: 0;

    transform: rotate(180deg);
    writing-mode: vertical-rl;
    margin: 0;
}

#adSpace2 .adTagline p {
    position: absolute;
    bottom: 2.5em;


    text-transform: uppercase;
    font-style: italic;


    color: white;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.35;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

#adSpace2 .adGlobe {
    /* ? Why do I do this? I don't know */
    top: 15%;
    right: 1.4em;

    height: 170px;
    aspect-ratio: 1;

    background: url(/Assets/myAssets/dolcetTechLogo/Globe.png) center/contain no-repeat;
}

#adSpace2 .metallia {
    top: 15%;
    left: 4.5em;

    width: 180px;
    height: 290px;

    background: url(/Assets/myAssets/dolcetTechLogo/metallia.png) center/cover no-repeat;
    border: 1px solid black;
}


#adSpace2 .adOSWindow {
    bottom: 300px;
    right: 1.4em;
    width: 170px;

    background: white;
    border: 1.5px solid black;
    box-shadow: 3px 3px 0 var(--purple2);

    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7em;
}

#adSpace2 .adOSWindowBar {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 6px;

    background: black;
    color: white;
}

#adSpace2 .adOSWindowBar .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--teal1);
}

#adSpace2 .adOSWindowBar p {
    margin: 0 0 0 auto;
    letter-spacing: 0.5px;
}

#adSpace2 .adOSWindowBody {
    padding: 8px;
}

#adSpace2 .adOSWindowBody p {
    margin: 0 0 6px;
    letter-spacing: 1px;
}

#adSpace2 .adOSWindowProgress {
    position: relative;
    height: 6px;
    background: #eee;
}

#adSpace2 .adOSWindowProgress::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    background: var(--purple2);
}

#adSpace2 .adGridSwatch {
    bottom: 220px;
    right: 1.4em;
    width: 170px;
    height: 60px;

    border: 1.5px solid black;
    background:
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0px, rgba(0, 0, 0, 0.35) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0px, rgba(0, 0, 0, 0.35) 1px, transparent 1px, transparent 10px),
        var(--teal2);
}

#adSpace2 .adGridSwatch p {
    margin: 0;
    padding: 3px 6px;
    display: inline-block;

    background: black;
    color: white;

    font-family: 'Courier New', Courier, monospace;
    font-size: 0.65em;
    letter-spacing: 1px;
}

#adSpace2 .adSticker {
    bottom: 11em;
    left: 4.5em;

    width: 130px;
    aspect-ratio: 1;
    border-radius: 50%;

    background: radial-gradient(circle at 35% 30%, white, var(--purple1) 60%, var(--purple2) 100%);
    border: 2px solid black;
    box-shadow: 2px 2px 0 black;
    transform: rotate(-8deg);

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#adSpace2 .adSticker::after {
    content: "";
    position: absolute;
    top: -18px;
    right: -14px;
    width: 40px;
    height: 40px;
    background: url(/Assets/myAssets/dolcetTechLogo/NovaSuta.png) center/contain no-repeat;
}

#adSpace2 .adSticker p {
    margin: 0;

    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.3;
    letter-spacing: 0.5px;

    color: black;
}

#adSpace2 .adSub {

    bottom: 65px;
    left: 4em;
    width: 75%;

    font-weight: bold;
    letter-spacing: 0.5px;
}

#adSpace2 .adSub detail {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 15px;

    border-top: 3px solid var(--purple2);
    border-left: 3px solid var(--purple2);
}

#adSpace2 .adBarcode {
    bottom: 10px;
    right: 10px;

    width: 140px;
    height: 24px;

    background: repeating-linear-gradient(90deg,
            black 0px, black 2px,
            transparent 2px, transparent 4px,
            black 4px, black 5px,
            transparent 5px, transparent 9px,
            black 9px, black 10px,
            transparent 10px, transparent 13px);
    opacity: 0.85;
}

#adSpace2 .adEyebrow {
    top: auto;
    bottom: 10px;
    left: 4.5em;

    transform: skewX(-8deg);

    padding: 3px 10px;
    border: 1.5px solid black;

    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 4px;
}

/* ? Planet Pearlia */

#keyP {
    top: 0;
    right: 0;
}

#adSpace3 {
    position: relative;
    display: block;
    overflow: hidden;

    background: linear-gradient(160deg, #cfe8ff 0%, #8fb8f0 55%, #5f8fd9 100%);
    color: black;
}

#adSpace3 .cyrene {
    width: 120%;

    transform: scaleX(-1);

    left: -10em;
    top: 1em;

    filter: drop-shadow(1px -4px 0 white) drop-shadow(2px -6px 0 #F6E2E3);
}

#adSpace3 .pearlGlow {
    top: -80px;
    right: -80px;

    width: 260px;
    height: 260px;
    border-radius: 50%;

    background: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.3) 55%, transparent 75%);
}

#adSpace3 .pearliaSpark {
    color: white;
    opacity: 0.85;
}

#adSpace3 .pearliaSpark1 {
    top: 20%;
    left: 12%;
    font-size: 1.3em;
}

#adSpace3 .pearliaSpark2 {
    top: 52%;
    right: 18%;
    font-size: 1.6em;
}

#adSpace3 .pearliaSpark3 {
    bottom: 33%;
    left: 22%;
    font-size: 1em;
}

#adSpace3 .adEyebrow {
    top: 30px;
    left: 20px;
    transform: none;
    opacity: 0.85;
}

#adSpace3 .adBody {
    bottom: 0;
    left: 0;

    width: 100%;
    text-align: left;

    padding: 10px;

    background: #8fb8f0;
}

#adSpace3 .adBody p {
    width: 350px;
}


#adSpace3 .adBody h3 {
    font-family: var(--fontFamily);

    font-style: italic;
    font-size: 2.2em;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

#adSpace3 .adTagline {
    margin-top: 8px;
}

#adSpace3 .adFinePrint {
    bottom: 20px;
    right: 30px;
    left: auto;
    transform: none;
    text-align: right;
}

/* ~ Table of Contents (Page 2) */

#contents {
    background-color: white;
    color: black;
    font-family: var(--fontFamily);
    padding: 40px 30px;
}

#contentsEyebrow {
    position: static;
    font-size: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 25px;
    border-bottom: 2px solid black;
    padding-bottom: 10px;
    display: block;
}

#contentsList {
    position: static;
    list-style: none;
}

#contentsList li {
    margin-bottom: 16px;
    font-size: 1.1em;
}

#contentsList li a {
    display: flex;
    align-items: baseline;
    color: black;
}

#contentsList li a:hover {
    color: var(--persian);
}

#contentsList .dots {
    flex: 1;
    margin: 0 6px;
    height: 0.6em;
    border-bottom: 1px dotted black;
}

/* ? Specifics */

/* & YENA */

#yenaShrine {
    background: linear-gradient(150deg, rgba(228, 190, 213, 1) 0%, rgba(0, 159, 250, 1) 100%);

    flex-flow: column nowrap;

    align-items: center;
}

#yenaShrine #header {
    width: 100%;

    background-color: #cc1524;
    text-align: center;
}

#yenaShrine #header h2 {
    font-family: FoxRelish;
    color: white;
    font-weight: normal;
    font-size: 3em;
}

#nemonemo {
    flex: 1;
    width: 600px;
}

#yenaLogo {
    width: 300px;
    bottom: 0;
    right: 0;
    transform: rotate(-10deg);

    filter: drop-shadow(3px 3px #f93fff) drop-shadow(-3px -3px #6150ff);
}

overlay {
    width: 100%;
    height: 100%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);


    background: #ffffff2c;


    z-index: 10;

    pointer-events: none;
}

#yenaShrine2 {
    background: url("../assets/MagazinePageYena.png");
    padding: 15px;

    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

#yenaShrine2 .floaters:nth-of-type(1) {
    top: 3%;
    left: 20px;
    width: 200px;
}

#yenaShrine2 .floaters:nth-of-type(2) {
    bottom: 5%;
    right: 10px;
    width: 240px;

    padding: 20px;

    text-align: right;

    background: #FF9FFA;
    filter: drop-shadow(3px 3px 0 #6150FF);
}

#yenaShrine2 .floaters ul {
    width: 100%;
    padding: 0;
}

#yenaShrine2 .floaters li::after {
    content: ",";
    font-family: valentinesDB;
    color: white;
    margin-left: 5px;
}

/* ! Another */

#anotherShrine {
    background: url(/Assets/anime/another/posters/PromoPoster.jpg);
    background-position: center;
}

#anotherShrine .floaters:nth-of-type(1) {
    top: 7%;
    right: 2%;

    background: #A02C2C;
    color: white;

    width: 170px;
    padding: 10px;
    font-family: var(--fontFamily);

    filter: drop-shadow(3px 3px 0 black);
}

#anotherShrine #logo {
    position: absolute;
    left: 30px;
    bottom: 30px;
}


#anotherShrine #logo img {
    width: 70%;
    filter: drop-shadow(1px 1px 2px black);
}

/* ~ XG */

#XGShrine {
    background-image: url("/Assets/kpop/xg/bgs/shootingstarsbg.png");
    background-color: black;
}

/* ? Sabrina */

#sabrinaShrine {
    background-image: url("/Assets/singers/sabrinaCarpenter/Render1.png");
}

/* * Frutiger Aero */

#frutigerShrine1 {
    background: url(/Assets/aesthetics/frutigerAero/BGs/FAWallpaperSplit1.png) right/cover;
}

#frutigerShrine2 {
    background: url(/Assets/aesthetics/frutigerAero/BGs/FAWallpaperSplit2.png) left/cover;
}

/* ! Traditional Japan */

#tradJapanShrine {
    background: url(../assets/TempJPNBG.jpg) top/cover;
}

/* & As Miss Beelzebub Likes It (AMBLI) and Ripples of Past Reverie (Cyrene) */

#ambliCyreneSpread {
    overflow: hidden;
}

#cyreneShrine {
    background: url(/Assets/wallpapers/other/rainbow2FullRecreationSplit1.png) right;
    background-size: cover;

    overflow: visible;
}

#AMBLIshrine {
    background: url(/Assets/wallpapers/other/rainbow2FullRecreationSplit2.png) left;
    background-size: cover;

    overflow: visible;
}

.shrineCharacter {
    pointer-events: none;
}


#cyreneShrine .shrineCharacter {
    bottom: -3em;
    left: -15em;
    z-index: 3;

    width: 225%;
}

#AMBLIshrine .shrineCharacter {
    bottom: 1.2em;
    left: 0;

    width: 240px;
    z-index: 2;

}

#ambliCyreneSpread {
    position: relative;
}

.spreadForeground {
    position: absolute;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 5;

    pointer-events: none;
}

#spreadForegroundTop {
    top: 0;
    background-color: #FADCE9;
}

#spreadForegroundBottom {
    bottom: 0;
    background-color: #CFE8FA;

    text-align: center;
    font-family: var(--fontFamily);
}


/* ~ Coming Soon Teasers (Pages 5-8: PAGES not built yet) */

.comingSoon {
    display: flex;
    align-items: flex-end;

    background-size: cover;
    background-position: center;

    cursor: not-allowed;
}

.comingSoon .ribbon {
    position: absolute;
    top: 25px;
    right: -45px;
    transform: rotate(30deg);
    z-index: 999;

    padding: 6px 55px;
    background-color: var(--persian);
    color: white;

    font-family: var(--fontFamily);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.85em;
    text-align: right;

    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.magazineView>.comingSoon:first-child .ribbon {
    right: auto;
    left: -45px;
    transform: rotate(-30deg);
    text-align: left;
}

.comingSoon .teaserText {
    width: 100%;
    padding: 20px;

    background: white;
    color: black;
    font-family: var(--fontFamily);
}

.comingSoon .teaserText h3 {
    font-size: 2em;
    margin-bottom: 8px;
}

.comingSoon .teaserText p {
    font-size: 0.95em;
    line-height: 1.4;
}

/* Helpers */

.dingbats1 {
    font-family: valentinesDB;
}

.floaters {
    position: absolute;
}

.flex {
    display: flex;
}

a {
    color: black;
    text-decoration: none;
}