
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lobster&family=Parkinsans:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{

    margin:0;
    padding:0;
    color: rgb(163, 238, 251);
    caret-color: white;
}
::-webkit-scrollbar{
    background-color: #0a3138;

    visibility: hidden !important;
    width:0;
}
html, body {
    overflow-x: hidden;

}

@keyframes blur_workspace_change{

    0%{
        filter: blur(5px);
        backdrop-filter: grayscale(25%);

    }
    100%{
        filter: none;
        backdrop-filter: grayscale(0%);

    }
}

@keyframes blink_workspace_change{

    0%{
        filter: blur(5px) brightness(50%);
        backdrop-filter: grayscale(25%);

    }
    100%{
        filter: none;
        backdrop-filter: grayscale(0%);

    }
}

@keyframes misc_workspace_change{

    0%{
        scale:1;
        backdrop-filter: grayscale(25%);

    }
    50%{
        scale:.9;
    }
    100%{
        scale:1;
        backdrop-filter: grayscale(0%);

    }
}
@keyframes backg{

    0%{
        filter:blur(5px);



    }
    100%{
        filter: none;
        height:auto;



    }
}
.animate_blur{
    animation:blur_workspace_change .3s ease;
}
.animate_blink{
    animation:blink_workspace_change .3s ease;
}
.animate_misc{
    animation:misc_workspace_change .3s ease;
}
.animate2{
    animation:backg .7s ease;
}
html{
    background-color: rgb(0, 41, 70);
    margin:0;
    padding:0;
}

.container{

    margin:10px;
    display:flex;
    justify-content: center;
    align-items: center;
    height:100%;

    flex-direction: column;
    gap:5px;
}
body{

    background: linear-gradient(to top left, rgba(0,0,0,1) 0%, rgb(0, 24, 41) 100%);

    padding-top:5px;
    margin:0;


}


h1,h5{
}
h1,h5,a{
    background: linear-gradient(90deg, rgba(219,219,219,1) 0%, rgba(31, 154, 255, 0.8) 100%);
    color:transparent;
    background-clip: text;
    text-shadow:0 0 35px rgba(31, 177, 255, 0.7);
    text-align: center;
}
.mainn{
    background: linear-gradient(90deg, rgb(180, 232, 255) 0%, rgba(25, 140, 234, 0.8) 100%);
    color:transparent;
    background-clip: text;
    text-shadow:0 0 35px rgba(31, 188, 255, 0.7);
    text-align: center;
}

h6{
    background: linear-gradient(90deg, rgb(207, 255, 205) 0%, rgba(61, 255, 31, 0.8) 100%);
    color:transparent;
    background-clip: text;
    text-shadow:0 0 35px rgba(31, 214, 255, 0.7);
    text-align: center;
    font-size:15px;
}
a{

    text-decoration: none;
    transition:all .4s ease-out;
    text-align: center;
    font-weight:bold;
    z-index:auto;
    white-space: nowrap;
    display: inline-block;
    padding-left:10px;
    padding-right:10px;
    user-select: none;
    margin-bottom:20px;


}

h1{
    transition: all .5s;
}
h1:hover{
    transform:translateY(-3px);
}
.time{
    background: linear-gradient(90deg, rgb(118, 119, 204) 0%, rgba(104, 140, 216, 0.8) 100%);
    color:transparent;
    background-clip: text;
}
a:hover{

    padding-left:10px;
    padding-right:10px;
    letter-spacing: 2px;




}
.a4:hover,.time:hover{
    text-shadow: 0 0 15px rgb(35, 99, 133);
}
.a0:hover,.a1:hover,.a2:hover,.a3:hover{
    text-shadow: 0 0 15px rgb(66, 113, 159);

}
.cm-string{
    color: #6565af !important;
}

.CodeMirror{
    box-shadow:0 0 25px rgba(0, 38, 54, 0.3);
    width: auto;

}

.CodeMirror,textarea{
    border-radius:10px;
    border:none;
    background: linear-gradient(to top left, rgba(0, 32, 52, 0.2) 0%, rgb(10, 25, 43) 100%) !important; ;
    caret-color:white;

    padding:15px;
    height:100%;

    outline:none;
    margin:0;
}
textarea{

    box-shadow:0 0 25px rgba(0, 33, 54, 0.3);
    width:30vw;
    resize:horizontal;
    overflow: auto;
    max-width:40vw;
    margin:0;


}

button{

    border-radius: 5px;
    border:none;
    padding:10px;
    box-shadow:0 0 25px rgba(0, 27, 54, 0.3);
    color: rgb(86, 171, 255);
    background: linear-gradient(to top left, rgba(0, 30, 52, 0.2) 0%, rgb(0, 49, 70) 100%) !important;
    transition:all .5s;
}
button:hover{
    transform:scale(1.06);
    cursor:pointer;
    filter:grayscale(20%);

}


#editor{
    width:55vw;
    height:100%;
    border-radius: 10px;
    resize: horizontal;
    overflow: auto;
    max-width:65vw;

}

.codecontainer{
    margin-top:100px;
    display:flex;
    flex-direction: row;
    gap:30px;



}

.CodeMirror-cursor {
    border-left: 6px solid rgba(74, 115, 145, 0.5) !important;
    box-shadow:0 0 30px #3498fc;




}

@media only screen and (max-width: 600px) {
    .linesc,.cpos,.scrolltod,.gemini,.read,.efff,.z,.roomsbuttondiv,.leaveroomdiv{
        font-size: 10px;
        margin:0;
    }
    .codecontainer{
        flex-direction: column;

    }
    body{
        height:100% !important;
        overflow-y:scroll !important;
    }
    textarea,#editor{
        width:80vw;
        max-width:90vw;
        resize: vertical;
        height:auto;



    }
    #consoleOutput{
        margin:0;
        width:80vw;
        max-width:90vw;
        resize: vertical;
        height:40vh;

    }
    textarea{
        max-height:100%;
    }
    #editor{
        width:86vw;

        resize: vertical;


    }
    textarea{
        margin-bottom:140px;
        min-height:120px;
    }
    .container{
        justify-content: flex-start;
    }
    .time{
        display: none;
    }
    a{
        padding:5px;
        border:1px solid #264875;
        border-radius:5px;
        font-size: 12px;
        margin-bottom:5px;

    }
    .ag{
        gap:0;
    }
    .btnh{
        width:80vw;
    }





}
.full{
    display:none;
}
.ag{
    text-align: center;
    display: inline-block;

    position: relative;
    margin-top:40px;
}
/*zsscS*/

.CodeMirror-selected{
    background-color: #065288 !important;
}
.CodeMirror-s-material .CodeMirror-variable,.CodeMirror-variable-2,.CodeMirror-variable-3{
    color:white !important;
}
.CodeMirror-linenumbers{
    box-shadow: 0 0 7px #112964;
    padding-right:2px;
    z-index:9999999998;
    border-right:none !important;
    outline:none;
    background: linear-gradient(to top left, rgb(23, 29, 47) 0%, rgb(0, 35, 69) 100%) !important;

}
.CodeMirror-linenumber{
    color: #85c1ff !important;

}
::selection{
    background-color: #034751 !important;
    color:white;
}
.sp_link{
    background: linear-gradient(90deg, rgb(74, 182, 229) 0%, rgba(65, 124, 234, 0.8) 100%);
    color:transparent;
    background-clip: text;

}
.cooldown{
    background: linear-gradient(to top left, rgb(0, 20, 33) 0%, rgb(0, 54, 70) 100%);
    border:none;
    outline:none;
    padding:7px;
    border-radius:3px;
    field-sizing:content;
    min-width:1rem;
    width:5px;
    text-align: center;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;


}

.CodeMirror-hints {
    background: #11ffe3 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    border: 2px solid #486a79 !important;

}

.glow{
    position: absolute;

}
.CodeMirror-hint-active {
    background: #004738 !important;
    color: #a5ffeb !important;
    padding:3px !important;
    text-decoration: underline !important;
    text-decoration-color: #6a9dfd !important;

}

.cm-def , .cm-builtin{
    color: #32ff53 !important;
    text-shadow: 0 0 20px rgba(65, 170, 60, 0.4);

}
.cm-keyword{
    color: #ff80f6 !important;
    text-shadow: 0 0 20px rgb(235, 19, 255,.5);

}
.cm-meta{
    color: #dbfd61 !important;
    text-shadow: 0 0 20px rgba(255, 222, 75, 0.5);

}
.cm-property{
    color: #f4ab8a !important;
    text-shadow: 0 0 20px rgba(181, 127, 84, 0.5);


}
.cm-string{
    color: #ff7676 !important;
    text-shadow: 0 0 20px rgba(255, 145, 145, 0.5);


}
.cm-variable{
    color: #b4c9ff !important;
    text-shadow: 0 0 20px rgba(135, 138, 168, 0.5);


}
.cm-number,.number-span{
    color: #d0ff39 !important;
    text-shadow: 0 0 20px rgba(213, 255, 107, 0.5);


}
.cm-comment {
    color: #009db5 !important;
    text-shadow: 0 0 20px rgba(72, 191, 255, 0.2);

}

.cm-atom{
    color: #f1a66e !important;  /* Yellow */
    font-weight: bold;
}
.toggle-btn {
    background:transparent;
    padding:0;

    padding-right:3px;
    padding-left:3px;

    color: #f1a66e !important;  /* Yellow */
    font-weight: bold;
    font-family:inherit !important;
    margin:0;
    font-size: inherit;
}
.toggle-btn:hover{
    transform:scale(1);
    cursor:pointer;
    filter:grayscale(0%);

}
/* Ensure the cursor matches the text size */
.CodeMirror-cursor {
    height: 1.2em !important; /* Adjust based on your font size */
}


.extratools{
    display:flex;
    align-items: center;
    justify-content: space-between;

}

.CodeMirror-lint-tooltip {
    background: #13202d !important;
    color: white !important;
    border: 1px solid #0055aa !important;
    border-radius: 5px;
    padding: 5px;
}
.CodeMirror-fullscreen {

    font-size:20px !important;


}
.workspaces{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;




}
.z{
    padding:6px;
    transition: all .5s;
    padding-right:15px;
    padding-left:15px;
    background: linear-gradient(to top left, rgb(1, 17, 35) 0%, rgb(11, 33, 57) 100%) !important;
    border:2px solid rgb(0, 42, 71);

}
.z:hover{

    margin-right:1px;
    margin-left: 1px;
    box-shadow: 0 0 50px rgb(20, 48, 90);

}

.btnh{
    padding:10px;

}

p{
    margin-right:5px;
}
.linesc,.cpos,.scrolltod,.gemini,.read,.efff,.chimport,.roomsbuttondiv,.leaveroomdiv,.notes_div{
    border:2px solid rgb(0, 58, 100);
    padding:4px;
    border-radius:4px;
    background: linear-gradient(to top left, rgba(19, 35, 51, 0.87), rgba(4, 49, 96, 0.87)) ;
    box-shadow: 6px 6px 25px rgba(28, 107, 195, 0.2);


}
.scrolltod{
    display:none !important;
}
.gemini,.notes_div{
    width:fit-content;



}
.gemkey{
    background: linear-gradient(to top left, rgb(16, 38, 51) 0%, rgb(24, 26, 74) 100%);
    border: none;
    outline: none;
    padding: 7px;
    border-radius: 3px;
    text-align: center;


}

.scrolltod{
    transition: all .5s ;
}

.file{
    transition: all .5s;
}

.file:hover{
    margin-left:1px;
    margin-right:1px;
    scale:1.06;


}
.gemini,.roomsbuttondiv,.leaveroomdiv,.notes_div{
    transition: all .5s;
    text-align: center;
}
.notes_div{
    padding:5px;
}
.gemini:hover,.roomsbuttondiv:hover,.leaveroomdiv:hover,.notes_div:hover{
    margin-left:1px;
    margin-right:1px;
    scale:1.06;

}
.scrollto{
    border:1px solid rgb(30, 82, 133);
    padding:4px;
    border-radius:4px;
    background: linear-gradient(to top left, rgb(6, 51, 68), rgb(4, 26, 75)) ;
    box-shadow: 6px 6px 25px rgba(0, 94, 170, 0.2);
    width:2rem;
    text-align: center;
    height:9px;
    display:none;

}
.scrollto:focus{
    outline:none;
}
.blur{
    height:500px;
    aspect-ratio: 1;
    position: fixed;
    left:50%;
    right:50%;
    translate:-50% -50%;
    border-radius:50%;
    background: linear-gradient(90deg, rgba(18, 76, 124, 0.5) 0%, rgba(14, 45, 112, 0.78) 100%);
    animation:change 10s infinite linear;
    opacity: .3;
    filter:blur(900px);
    z-index: 0;
    pointer-events: none;
}

@keyframes change {
    from{
        transform: rotate(0deg);
    }

    to{
        transform: rotate(360deg);
    }
}
@keyframes appear {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }

}
@keyframes appear2 {
    from{

        margin:10vw;
        opacity: 0;
    }

    to{

        margin:0;
        opacity:1;

    }

}
a{
    animation: appear 1s;
}
.mainn{
    animation: appear2 1s ease-in-out;
}
html, body {
    height: 100% !important;
}

.swal-modal {
  background: linear-gradient(to top left, rgb(0, 95, 156,.3) 0%, rgb(0, 98, 122,.3) 100%);
  border:1px solid #2EA8C7;
  backdrop-filter:blur(2px);
  color: cyan;
}
.swal-text{
    color: #2EA8C7;
}
.swal-content,.swal-footer{
    display:inline-block !important;
    margin:0;

}
.swal-footer{
    margin-bottom:35px;
}
.swal-button {
    background: linear-gradient(90deg,rgba(69, 166, 204, 1) 0%, rgba(0, 117, 128, 1) 100%) !important;
    text-align:center;
    margin:0;
    height: 30px;
    padding:0;
    padding-left:20px;
    padding-right:20px;
    color:#033F57;



}
.swal-content__input, .swal-text input{
    background: linear-gradient(90deg,rgba(69, 166, 204, 1) 0%, rgba(0, 117, 128, 1) 100%);
    border: none;
    outline: none;
    padding: 7px;
    border-radius: 3px;
    text-align: center;
    color:#033F57;
    caret-color:#033F57;
    width:110%;
    display:inline;
    height: 30px;

}
.chimport{
    display:inline-block;
    text-align: center;
    margin-left:5px;
    margin-right:5px;
}

.consolearea{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.aibuttons,.efff,.read{
    margin:0;
    transition: all .5s;
}
.efff:hover,.read:hover{
    margin-left:1px;
    margin-right:1px;
    scale:1.06;
}
.linesc,.cpos{
    opacity:.7;
}
.file,.read{
    opacity:1;
}
.leaveroomdiv{
    display:none;
    background: linear-gradient(to top left, rgba(103, 51, 51, 0.87), rgba(94, 27, 27, 0.87)) ;
    box-shadow: 6px 6px 25px rgba(200, 143, 143, 0.1);
    border:1px solid #ff7676;
    color: #ffc5c5;

}
.leaveroomdiv p{
    color: #ffdbdb;
}
.quickstart_div{
    z-index: 999999999;
    display: none;
    align-items: center;
    justify-content: center;
    height:100%;
    width:100%;
    position: absolute;
}

.quickstart{
    display:none;
    align-items: center;
    gap:50px;
    height:50vh;
    width:50vw;
    border:1px solid rgba(0, 117, 128, .6);
    border-radius:5px;
    position:absolute;
    background-color: rgb(0 23 35 / 0.3);
    backdrop-filter:blur(50px);
    flex-direction: row;
    padding:50px;
    overflow: auto;
    box-shadow:0 0 50px rgb(25 108 161 / 0.2);
    transition:opacity .6s, transform 0.15s cubic-bezier(0.23, 1, 0.32, 1)!important;


}


ul{
    display:flex;
    flex-direction: column;
    gap:20px;
    margin-top:50px;
}
.plol{
    margin-top:50px;
}
.hello{
    border-radius: 10px;
}
.quickstarttext{
    display:flex;
    flex-direction: column;


}