@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Madimi+One&display=swap&family=Special+Elite');

html, body {
    height: 100%;
}
body {
    margin: 0;
    background-color: #FDE683;
    color: #252525;
    font-family: "Roboto", sans-serif;
    cursor: url(../images/cursor.png) 2 2, default;
}
.phrase {
}
blockquote {
    font-family: 'Special Elite', cursive;
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
    margin: 25px 20px 0;
    padding: .5rem;
    display: inline-block;
}

blockquote:before,
blockquote:after {
    position: absolute;
    color: #FF8F21;
    font-size: 40px;
    width: 28px;
    height: 32px;
}

blockquote:before {
    content: '“';
    left: -26px;
    top: -4px;
}

blockquote:after {
    content: '”';
    right: -26px;
    bottom: 4px;
}
button {
    background-color: #fff;
    font-size: 18px;
    border: 3px solid #252525;
    box-shadow: 5px 5px #000;
    padding: 7px 12px;
    margin: 0 0 10px;
    cursor: url(../images/pointer.png) 2 2, pointer;

    &:hover, &:focus {
        box-shadow: 4px 4px #000;
    }

    &.icon {
        padding-top: 0;
        padding-bottom: 0;

        .material-symbols-outlined {
            line-height: 35px;
        }
    }

    &.start-game {
        width: 100%;
    }

    &:disabled {
        opacity: 0.6;
    }

    &.full {
        width: 100%;
    }

    &.love {
        zoom: 0.8;
    }
}
input[type="text"] {
    border: 3px solid #252525;
    box-shadow: 5px 5px #000;
    font-size: 18px;
    padding: 7px 12px;
    margin: 0 0 10px;
    cursor: url(../images/pen.png) 2 2, pointer;

    &:hover, &:focus {
        box-shadow: 4px 4px #000;
    }
}
hr {
    margin: 35px 0;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
a {
    background-color: #ec487b;
    color: #fff;
    text-decoration: none;
    padding: 0 4px;
    border-radius: 4px;
    white-space: nowrap;
}
.info {
    position: fixed;
    right: 2px;
    bottom: 2px;

    a {
        background: transparent;

        span {
            color: #fff;
            background: #EC487B;
            border-radius: 100%;
        }
    }
}
.help {
    position: fixed;
    left: 2px;
    bottom: 2px;

    a {
        background: transparent;

        span {
            color: #fff;
            background: #EC487B;
            border-radius: 100%;
        }
    }
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content:center;
    -webkit-align-items: center;
    align-items:center;
    -webkit-align-content: center;
    align-content:center;
}

.flex-item {
    -webkit-flex: none;
    -moz-flex: none;
    flex: none;
    align-self: auto;

    &:not(:last-child) {
        margin-right: 15px;
    }
}

.expand {
    width: 100%;
}
.step02 {
    display: none;
}
.welcome {
    height: 100%;
    text-align: center;
    display: flex;

    .step01, .step02 {
        margin: auto;
        padding: 8px;
        max-width: 440px;

        .subheadline {
            /*text-transform: uppercase;*/
            /*letter-spacing: 0.5rem;*/
            margin-bottom: -6px;
            text-align: right;
            color: #EC487B;
            padding-right: 50px;
        }
        h1 {
            color: #252525;
            filter: drop-shadow(5px 5px #EC487B);
            font-family: "Madimi One", sans-serif;
            margin-top: 0;
            font-size: 71px;
            line-height: 55px;
        }
    }

    .step02 {
        .avatar-select {
            cursor: url(../images/pointer.png) 2 2, pointer;
            width: 70px;
            height: 70px;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center;
            /*border: 3px solid #372560;*/
            border: 3px solid #252525;
            box-shadow: 5px 5px #000;
            /*border-radius: 10px;*/
            background-color: #fff;
            margin: 0 0 10px;

            &:hover, &:focus {
                box-shadow: 4px 4px #000;
            }
        }

        @media (0 <= width < 451px) {
            .avatar-select {
                width: 50px;
                height: 50px;
            }
        }

        h3 {
            text-align: left;
        }

        .disable {
            opacity: 0.6;
            position: relative;
            filter: grayscale(1);

            &:before {
                content: '';
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
            }
        }
    }
}

.play {
    height: 100%;
    text-align: center;
    display: flex;

    .player-card {
        h3 {
            color: #252525;
            filter: drop-shadow(3px 3px #EC487B);
            font-family: "Madimi One", sans-serif;
            margin: 0;
            font-size: 44px;
        }
        p {
            margin: 0;
            text-align: left;
        }
    }

    .play-wrapper {
        margin: auto;
        padding: 8px;
        max-width: 440px;
    }

    .audio {
        display: none;
    }

    .audio-player {
        .play-icon {
            font-size: 39px;
            color: #23A9E1;
            line-height: 49px;
            font-weight: 600;
        }

        .skip-icon {
            font-size: 39px;
            /*color: #FF8F21;*/
            color: #EC487B;
            line-height: 49px;
            font-weight: 600;
        }

        .playguess {
            margin-right: 10px;
        }

        .playguess, .nextguess {}
    }

    .prompt {
        margin-top: 20px;
    }
}

@media (0 <= width < 451px) {
    .flex {
        -webkit-justify-content: left;
        -moz-justify-content: left;
        justify-content: left;
    }
}
