/* 
Author: @sntgchns
Date: 2023-11-01
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 700;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'SegoeUI', 'Poppins', sans-serif;
}
body .skiptranslate {
    display: none;
}
editor-squiggler {
    position: absolute;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
@media print {
    #google_translate_element {display: none;}
}
:root {
    --black: #333333;
    --black2: #555555;
    --black3: #777777;
    --black4: #000000;
    --white: #FFFFFF;
    --white2: #fcfcfc;
    --chartreuse: #7fff00;
    --mediumaquamarine: #66cdaa;
    --dimgrey: #696969;
}
.light {
    --black: #f0f0f0;
    --black2: #dddddd;
    --black3: #bbbbbb;
    --black4: #ffffff;
    --white: #000000;
    --white2: #030303;
    --chartreuse: #007f00;
    --mediumaquamarine: #009688;
    --dimgrey: #969696;
}
body {
    background-color: var(--black);
    color: var(--white);
}
.theme {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--white);
}
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    align-items: center;
    min-height: 100vh;
    margin: 0 20px;
}
.container h1 {
    color: var(--white2);
    font-size: 2rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--chartreuse);
    text-underline-offset: 6px;
}
.container .subs h5 {
    text-align: center;
}
.container .selector {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: var(--black3);
    border-radius: 6px;
}
.container .selector p {
    text-align: center;
    color: var(--mediumaquamarine);
    width: -webkit-fill-available;
    background: var(--black4);
    padding: 10px 0;
}
.container .selector ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    line-height: 60px;
    padding: 0 20px 20px;
}
.container .selector ul li {
    background: var(--black);
    padding: 0 20px;
    border-radius: 6px;
}
.container .selector ul li:hover {
    background: var(--black2);
    transform: scale(1.01);
    transition: 0.01s;
}
.container .selector ul li:active {
    background: var(--black2);
    transform: scale(0.99);
    transition: 0.01s;
}
.container .selector ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--chartreuse);
    text-transform: uppercase;
    cursor: default;
}
.container .selector ul li a span.comment {
    font-size: 0.8rem;
    color: var(--white2);
}
.first {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    gap: 80px;
}
.first .home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}
.first .home img {
    width: 300px;
    border-radius: 50%;
}
.first .home .data {
    display:flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.first .home .data .name,
.first .home .data .name.puppy {
    color: var(--white2);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-color: var(--chartreuse);
    text-underline-offset: 6px;
    text-transform: capitalize;
}
.first .home .data .job {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
.first .home .data .bio {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    max-width: 60vw;
}
.second {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.second .otherpict {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.second .otherpict a {
    text-decoration: none;
    color: var(--white);
    cursor: default;
}
.second .button {
    padding: 5px 20px;
    background: var(--black3);
    border-radius: 6px;
    text-align: center;
}
.second .button:hover {
    background: var(--black2);
}
.second .pictures {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 30px;
}
.second .pictures img {
    width: 150px;
    border-radius: 50%;
}
.second .information {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.second .information .title {
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--chartreuse);
}
.second .information .data {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 0 20px;
}
.second .information .info {
    font-size: 1rem;
    margin: 0;
}
.second .information .info span {
    font-size: 1rem;
    font-weight: 200;
}
.prompts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.prompts pre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 700px;
}
.prompts pre #receivedData {
    display: flex;
    flex-direction: column;
    cursor: default;
    gap: 5px;
    width: 100%;
}
.prompts pre #receivedData .elementHide {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.prompts pre #receivedData .elementHide span {
    position: absolute;
    margin: 15px 10px;
    width: 24px;
    height: 24px;
    background: var(--dimgrey);
    border-radius: 50%;
    animation: in-out 0.7s linear infinite;
    animation-delay: 1.2s;
    animation-iteration-count: infinite;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
@keyframes in-out {
0% { transform: translateY(1px); }
50% { transform: translateY(7px); }
100% { transform: translateY(1px); }
}
.prompts pre #receivedData .elementHide code {
    display: flex;
    text-align: justify;
    text-indent: -35px;
    padding: 20px 40px 20px 50px;
    border-top: 2px solid var(--chartreuse);
    border-radius: 6px;
    background-color: var(--black4);
    overflow: overlay;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: pre-wrap;
    width: -webkit-fill-available;
}
.prompts pre #receivedData .elementHide code.hide {
    max-height: 57px;
}
.prompts pre #receivedData .elementHide code::-webkit-scrollbar {
    display: none;
}
.prompts pre #send {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.prompts pre #send input {
    display: flex;
    padding: 20px;
    border-radius: 6px;
    background-color: var(--black4);
    overflow: overlay;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: pre-wrap;
    border: none;
    color: var(--white2);
    width: 100%;
    font-size: 1rem;
}
.prompts pre #send input:active,
.prompts pre #send input:focus {
    outline: none;
    background: #000000;
}
.prompts pre #send input:-webkit-autofill,
.prompts pre #send input:-webkit-autofill:hover, 
.prompts pre #send input:-webkit-autofill:focus, 
.prompts pre #send input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 31px var(--black4) inset !important;
}
.prompts pre #send input:-webkit-autofill {
    -webkit-text-fill-color: var(--white2) !important;
}
.container .voice_buttons,
.prompts pre #send .chat_buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.container .voice_buttons a,
.container .voice_buttons button,
.prompts pre #send .chat_buttons button {
    text-decoration: none;
    color: var(--black4);
    cursor: default;
    padding: 5px 20px;
    border-radius: 6px;
    background: var(--chartreuse);
    min-width: 100px;
    text-align: center;
    border: none;
}
.container .voice_buttons a:hover,
.container .voice_buttons button:hover,
.prompts pre #send .chat_buttons button:hover,
.prompts pre #receivedData .elementHide span:hover {
    filter: contrast(0.8);
}
.container .voice_buttons a:active,
.container .voice_buttons button:active,
.prompts pre #send .chat_buttons button:active {
    transform: scale(0.99);
}
.prompts pre #receivedData .elementHide span:active {
    color: var(--black);
}
.container .voice_buttons a:disabled,
.container .voice_buttons button:disabled,
.prompts pre #send .chat_buttons button:disabled {
    filter: contrast(0.5);
    transform: unset;
}
.prompts pre #send .extra {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}
.prompts pre #send .jailbreak .themePlayground label[for="checkTheme"] {
    display: flex;
    align-items: center;
    gap: 5px;
}
.prompts pre #send .jailbreak {
    display: flex;
    align-items: center;
    gap: 5px;
    width: -webkit-fill-available;
}
.prompts pre #send .jailbreak .themePlayground {
    display: flex;
    gap: 10px;
    font-size: 0.9rem;
    align-items: center;
}
@media (max-width: 767px) {
    .container .selector ul li a span {
        font-size: 0.8rem;
    }
    .container .selector ul li a span.comment {
        font-size: 0.5rem;
    }
    .container .selector p {
        font-size: 0.9rem;
    }
    .second {
        flex-direction: column-reverse;
    }
    .first .home {
        margin-top: 20px;
    }
    .first .home .bio {
        font-size: 0.8rem;
    }
    .first .home .job  {
        padding: 10px 20px;
        background: var(--black3);
        border-radius: 6px;
    }
    .prompts pre {
        width: -webkit-fill-available;
    }
}

