@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: #0d1117;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    font-family: system-ui, sans-serif;
}

.hidden {
    display: none;
}

#file-upload-css {
    position: relative;
    background-color: rgb(0, 104, 239);
    border-radius: 0.5vw;
    padding: 1vw 2vw;
    transition: all 0.3s linear;
    font-family: system-ui, sans-serif;
    font-optical-sizing: auto;
    font-weight: 360;
    font-style: normal;
}

#file-upload-css:hover {
    transform: scale(2);
    cursor: pointer;
    background-color: rgba(0, 104, 239, 0.8);
}

#partreq {
    color: white;
    font-size: 3vw;
    font-family: system-ui, sans-serif;
    font-optical-sizing: auto;
    font-weight: 360;
    font-style: normal;
    margin: 0;
    padding-top: 2vh;
}

.maininput {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #151c2e;
    gap: 1vh;
    backdrop-filter: blur(3px);
    border-radius: 2vw;
    width: 40vw;
    max-height: 85vh;
    padding-bottom: 2vh;
    overflow-y: auto;
}

form {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4vh;
    width: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
}

form label {
    color: white;
    font-size: 1.4vw;
    opacity: 0.9;
    font-family: system-ui, sans-serif;
    align-self: flex-start;
    margin-left: 10%;
    margin-bottom: 0.4vh;
}

form input {
    padding: 0.5em 0.75em;
    margin-bottom: 1.8vh;
    width: 80%;
    height: 5.5vh;
    cursor: pointer;
    background: #0f1524;
    outline: none;
    border: 1px solid #263354;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 1rem;
    box-sizing: border-box;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

form input:focus {
    border-color: #5a9aff;
    box-shadow: 0 0 8px rgba(90, 154, 255, 0.3);
    outline: none;
}

form input::placeholder {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    opacity: 0.5;
}

form textarea {
    width: 80%;
    min-height: 10vh;
    font-size: 1rem;
    font-family: system-ui, sans-serif;
    resize: vertical;
    transition: border-color 200ms ease, box-shadow 200ms ease;
    color: #c9d7f0;
    background: #0f1524;
    border: 1px solid #263354;
    padding: 0.5em 0.75em;
    border-radius: 8px;
    box-sizing: border-box;
    margin-bottom: 2vh;
}

form textarea:focus {
    border-color: #5a9aff;
    box-shadow: 0 0 8px rgba(90, 154, 255, 0.3);
    outline: none;
}

form button {
    padding: 0.6em 2em;
    background-color: rgb(0, 104, 239);
    color: white;
    font-size: 1rem;
    font-family: system-ui, sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 200ms ease, transform 150ms ease, box-shadow 200ms ease;
}

form button:hover {
    background-color: rgba(0, 104, 239, 0.8);
    box-shadow: 0 0 12px rgba(0, 104, 239, 0.5);
    transform: translateY(-1px);
}

form button:active {
    transform: translateY(0px);
}


body {
    background-color: #0d1117;
    height: 100vh;
    overflow: hidden;
    font-family: system-ui, sans-serif;
}


.panel-title {
    color: white;
    font-size: 1.1vw;
    font-weight: 500;
    opacity: 0.6;
    margin: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.maininput {
    position: fixed;
    top: 2vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #151c2e;
    gap: 1vh;
    backdrop-filter: blur(3px);
     border: 1.5px solid #263354;
  border-radius: 6px;
    border-radius: 2vw;
    width: 40vw;
    height: 60vh;
    padding-bottom: 2vh;
    overflow-y: auto;
}

.todo {
    position: fixed;
    left: 2.25vw;
    top: 2vh;
    width: 25vw;
    height: 95vh;
    background: #151c2e;
    border-radius: 1.2vw;
    padding: 1.5vh 1.2vw;
    border: #5a9aff solid 1px;
  border-radius: 6px;
    box-sizing: border-box;
}

.done {
    position: fixed;
    right: 2.25vw;
    top: 2vh;
    width: 25vw;
    height: 95vh;
    border: rgb(0, 251, 0) solid 1px;
    background: #151c2e;
    border-radius: 1.2vw;
    padding: 1.5vh 1.2vw;
    box-sizing: border-box;
    
  border-radius: 6px;
}

.inprogress {
    position: fixed;
     border: 1px solid #263354;
  border-radius: 6px;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    width: 40vw;
    height: 32vh;
    background: #151c2e;
    border-radius: 1.2vw;
    padding: 1.5vh 1.5vw;
    box-sizing: border-box;
    border: #ffab2e solid 1px;
}



