@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

*{
    margin: 0;
    font-family: Poppins, sans-serif;
    box-sizing: border-box;
}

@media screen and (min-width: 1371px){
    #navigation{
        display: flex;
    }

    #titelbox{
        display: flex;
        flex: 2;
        color: var(--text-color);
        font-size: 1.8rem;
        font-family: "DM Serif Display", serif;
        letter-spacing: 0.04em;
        overflow: visible;
    }

    #navigation{
        gap: 10px;
        display: flex;
        flex-direction: row;
        flex: 1;
        align-items: center;
        justify-content: space-between;
        margin: 20px;
    }

    #navigation a{
        color: var(--text-color);
        font-size: 1.05rem;
        font-weight: 600;
        text-decoration: none;
        transition: transform .3s;
        padding: 8px 12px;
        border-radius: 999px;
    }

    #navigation .navActive{
        color: var(--main-color);
    }

    #dropMenu{
        display: none;
    }

    #navigation a:hover{
        color: var(--main-color);
        transform: translateY(-2px);
        background-color: rgba(224, 88, 74, 0.12);
    }
}

@media screen and (max-width: 1371px){
    #titelbox{
        display: flex;
        flex: 2;
        color: var(--text-color);
        font-size: 1.4rem;
        font-family: "DM Serif Display", serif;
        letter-spacing: 0.04em;
        overflow: visible;
    }

    #dropMenu{
        margin: 25px;
        scale: 1.5;
        transition: ease .2s;
    }

    #dropMenu:hover{
        cursor: pointer;
        transform: scale(1.2);
    }

    #navigation{
        display: none;
    }
}

:root{
    --bg-color: #f4f6fb;
    --second-bg-color: #ffffff;
    --surface-color: #e8edf5;
    --text-color: #1f2a37;
    --muted-text: #5f6e7f;
    --main-color: #e0584a;
    --border-color: rgba(224, 88, 74, 0.28);
    --shadow-color: rgba(31, 42, 55, 0.12);
}

.lang-en .Dutch{
    display: none !important;
}

.lang-nl .English{
    display: none !important;
}

body{
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    min-height: 100vh;
    position: relative;
}

html{
    overflow-x: hidden;
}

body::before{
    content: "";
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(224, 88, 74, 0.18), transparent 45%),
        radial-gradient(circle at 85% 5%, rgba(245, 247, 250, 0.05), transparent 40%),
        linear-gradient(180deg, rgba(245, 247, 252, 0.96), rgba(239, 244, 250, 0.98));
    z-index: -1;
}

header{
    gap: 25px;
    padding: 12px 24px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
    box-shadow: 0 12px 26px rgba(31, 42, 55, 0.12);
    backdrop-filter: blur(12px);
    z-index: 999;
}

.PImage{
    border-radius: 100%;
    width: 10vh;
    height: 10vh;
    margin: 0;
}

footer{
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    display: flex;
    color: var(--text-color);
    border: solid 2px var(--main-color);
    background-color: var(--bg-color);
    height: 3%;
    justify-content: center;
    align-items: center;
}

#pageContainer{
    display: flex;
    flex-direction: row;
}

#pageContainer2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px 64px;
}

#mainUi{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#aboutMe{
    width: 60%;
    padding: 25px;
    margin: 25px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    color: var(--text-color);
    text-align: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 28px var(--shadow-color);
}

#bestWork{
    display: flex;
    flex-direction: row;
    width: 70%;
    height: 50%;
    margin: 15px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#bTitel{
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 2.2rem;
    color: var(--text-color);
    width: 75%;
    padding: 10px;
    margin: 15px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.9);
}

.portfolio-container {
    position: relative;
    display: flex;
    width: min(1100px, 92%);
    height: 50%;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.portfolio-box{
    width: min(280px, 100%);
    aspect-ratio: 9 / 10;
    background-color: var(--second-bg-color);
    border: 1px solid var(--border-color);
    cursor: pointer;
}

.portfolio-container .portfolio-box {
    position: relative;
    border-radius: 1.2rem;
    box-shadow: 0 24px 40px var(--shadow-color);
    overflow: hidden;
    display: flex;
}

.portfolio-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s ease;
}

.portfolio-box:hover img {
    transform: scale(1.1);
}

.portfolio-box .portfolio-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(224, 88, 74, 0.85));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transform: translateY(100%);
    transition: .5s ease;
}

.portfolio-box:hover .portfolio-layer {
    transform: translateY(0);
}

.portfolio-layer h4 {
    color: #ffffff;
    font-size: 2.6rem;
    font-family: "DM Serif Display", serif;
    letter-spacing: 0.03em;
}

.portfolio-layer p {
    color: #ffffff;
    font-size: 1.6rem;
    margin: .3rem 0 1rem;
}

.portfolio-layer a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    background: var(--text-color);
    border-radius: 50%;
}

.portfolio-layer a i {
    font-size: 2rem;
    color: var(--second-bg-color);
}

.button1{
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    transition: ease .2s;
}

.button1:hover{
    transform: scale(1.3);
}

form { max-width:420px; margin:50px auto; }

.feedback-input {
    color: var(--text-color);
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
    line-height: 22px;
    background-color: transparent;
    border:2px solid var(--main-color);
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 15px;
    width:100%;
    box-sizing: border-box;
    outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

[type="submit"] {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    width: 100%;
    background:#CC6666;
    border-radius:5px;
    border:0;
    cursor:pointer;
    color: #ffffff;
    font-size:24px;
    padding-top:10px;
    padding-bottom:10px;
    transition: all 0.3s;
    margin-top:-4px;
    font-weight:700;
}
[type="submit"]:hover { background: var(--main-color); }

.succes{
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid var(--main-color);
    padding: 13px;
    margin-top: 15px;
    width:93%;
    color: var(--text-color);
    font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
    font-size: 18px;
    border-radius: 5px;
}

#projectContainer{
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    width: 100%;
    gap: 75px;
    justify-content: center;
    align-items: center;
}

.project{
    display: flex;
    flex-direction: column;
    width: 50vh;
    height: 35vh;
    border-radius: 16px;
    align-items: center;
    justify-content: start;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 30px var(--shadow-color);
}

.project:hover img{
    cursor: pointer;
}

.projectTitel{
    font-size: 1.9rem;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
    width: 100%;
    font-family: "DM Serif Display", serif;
}

.project img{
    width: 100%;
    height: 100%;
}

.Titel{
    margin: 25px;
    font-size: 3rem;
    color: var(--text-color);
    font-family: "DM Serif Display", serif;
    letter-spacing: 0.04em;
}
.images{
    width: 100%;
    max-width: 800px;
    height: auto;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    box-shadow: 0 20px 36px var(--shadow-color);
}

.video-embed{
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    border: 1px solid var(--border-color);
    border-radius: 18px;
    background-color: #000;
    box-shadow: 0 20px 36px var(--shadow-color);
}

.video-embed iframe{
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}


.projectInfo{
    border-radius: 16px;
    padding: 20px;
    border: 1px solid var(--border-color);
    color: var(--text-color);
    width: min(720px, 100%);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 30px var(--shadow-color);
}

@media screen and (max-width: 900px) {
    .images,
    .video-embed{
        max-width: 600px;
    }
}

@media screen and (max-width: 700px) {
    .images,
    .video-embed{
        max-width: 450px;
    }
}

@media screen and (max-width: 480px) {
    .portfolio-container{
        justify-content: center;
    }

    .portfolio-box{
        width: 100%;
    }
}

.projectContainer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: min(960px, 100%);
}

@media screen and (min-width: 1200px) {
    .portfolio-container{
        width: 75%;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .portfolio-box{
        width: calc(25% - 15px);
    }
}

@media screen and (min-width: 1500px) {
    .script-shelf-list{
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

.Return{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    color: var(--text-color);
    background-color: rgba(255, 255, 255, 0.9);
    width: 160px;
    height: 48px;
    margin: 10px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.Return:hover{
    cursor: pointer;
    transform: translateY(-2px);
    border-color: rgba(224, 88, 74, 0.7);
    box-shadow: 0 12px 18px rgba(4, 8, 12, 0.45);
}

.projectButton{
    text-decoration: none;
}

#name{
    display: flex;
    flex-direction: row;
    gap: 25px;
    padding: 50px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#profile{
    border-radius: 50%;
    border: solid 2px var(--main-color);
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: center;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
}

#myName{
    color: var(--text-color);
    text-shadow: 1px 1px 0 var(--main-color), 1px 1px 0 var(--main-color), 1px 1px 0 var(--main-color), 1px 1px 0 var(--main-color) ;
}

#myInformation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    padding: 25px;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    width: 70%;
    color: var(--text-color);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 28px var(--shadow-color);
}

.aboutText{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aboutText p{
    margin: 0;
    line-height: 1.7;
}

.aboutHighlights{
    margin: 4px 0 0;
    padding-left: 22px;
    display: grid;
    gap: 8px;
}

.aboutHighlights strong{
    color: var(--main-color);
}

.skillsHeader{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 10px 25px;
    color: var(--text-color);
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.skillsHeader h2{
    font-size: xx-large;
    color: var(--text-color);
}

.container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
}

.sint{
    color: orange;
    font-size: x-large;
    font-weight: bold;
}

.lucas{
    font-size: x-large;
    font-weight: bold;
}

#buttons{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.project-scroll-hint{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    max-width: calc(100% - 20px);
    margin: 8px auto 10px;
    padding: 10px 16px;
    text-align: center;
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border: 1px solid rgba(224, 88, 74, 0.65);
    border-radius: 999px;
    background: rgba(224, 88, 74, 0.16);
    box-shadow: 0 12px 20px rgba(5, 9, 13, 0.5);
    animation: hintPulse 1.4s ease-in-out infinite;
}

.project-scroll-hint::before{
    content: "\2193";
    color: var(--main-color);
    font-size: 1.15rem;
}

.project-scroll-hint::after{
    content: "\2193";
    color: var(--main-color);
    font-size: 1.15rem;
}

@keyframes hintPulse {
    0%,
    100%{
        transform: translateY(0);
        opacity: 0.95;
        box-shadow: 0 12px 20px rgba(5, 9, 13, 0.5);
    }
    50%{
        transform: translateY(4px);
        opacity: 1;
        box-shadow: 0 16px 24px rgba(5, 9, 13, 0.58);
    }
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: 1px solid var(--border-color);
    border-radius: 999px;
    color: var(--text-color);
    background-color: rgba(255, 255, 255, 0.9);
    width: 170px;
    height: 48px;
    margin: 10px;
    letter-spacing: 0.02em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.btn:hover{
    cursor: pointer;
    transform: translateY(-2px);
    border-color: rgba(224, 88, 74, 0.7);
    box-shadow: 0 12px 18px rgba(4, 8, 12, 0.45);
    background-color: rgba(224, 88, 74, 0.16);
}

.itchLink{
    margin: 25px auto 0;
}

.homeLinks{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

#mySkills{
    width: min(1200px, 100%);
    margin: 0 auto;
    column-gap: 50px;
    column-count: 2;
    padding: 50px;
}

.skill{
    display: flex;
    flex-direction: column;
    gap: 12px;
    break-inside: avoid;
    margin-bottom: 50px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.skill.is-open{
    border-color: rgba(224, 88, 74, 0.6);
    box-shadow: 0 20px 32px var(--shadow-color);
}

.skillToggle{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    row-gap: 6px;
    flex-wrap: wrap;
    padding: 6px 8px;
    background: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    text-align: left;
}

.skillToggle:hover{
    background: rgba(224, 88, 74, 0.12);
    border-radius: 12px;
}

.skillToggle::after{
    content: "▾";
    font-size: 1.35rem;
    color: var(--main-color);
    transition: transform 0.2s ease;
}

.skill.is-open .skillToggle::after{
    transform: rotate(180deg);
}

.skillToggle:focus-visible{
    outline: 2px solid var(--main-color);
    outline-offset: 4px;
    border-radius: 12px;
}

.Name{
    margin: 0;
    line-height: 1.1;
}

.skillHint{
    font-size: 0.85rem;
    color: var(--muted-text);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: right;
}

.skillPanel{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 12px;
    transition: opacity 0.2s ease, padding 0.2s ease;
}

.skill.is-open .skillPanel{
    max-height: none;
    opacity: 1;
    padding: 12px;
    overflow: visible;
}

.skillScreens{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 12px;
    border: 1px dashed rgba(224, 88, 74, 0.35);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.74);
}

.skillScreens img{
    width: 100%;
    height: 240px;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.95);
}

@media screen and (min-width: 1362px){
    .skill{
        width: 100%;
        padding: 10px;
        border: 1px solid var(--border-color);
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 16px 26px var(--shadow-color);
    }

    .Name{
        font-weight: bold;
        font-size: xxx-large;
        color: var(--text-color);
    }
}

@media screen and (max-width: 1362px){
    #mySkills{
        column-count: 1;
    }

    .skill{
        width: 100%;
        padding: 10px;
        border: 1px solid var(--border-color);
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 16px 26px var(--shadow-color);
    }

    .Name{
        font-weight: bold;
        font-size: large;
        color: var(--text-color);
    }
}

.skillTitel{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.Icon{
    width: 6vh;
    height: 6vh;
}

.skillInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: medium;
    color: var(--text-color);
}

.skillLevel{
    margin: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.skillBox{
    display: inline-block;
    width: 20%;
    height: 15px;
    background-color: #dbe4f0;
    margin: 10px;
}

.skillAdd{
    background-color: var(--main-color);
}

#dropContent{
    background-color: var(--bg-color);
    display: none;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    justify-content: center;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: fixed;
}

#dropContent.show{
    display: flex;
}

.dropButton{
    font-size: x-large;
    color: var(--text-color);
    font-weight: bold;
    text-decoration: none;
}

.activeButton{
    color: var(--main-color);
    scale: 1.5;
}

.script-shelf{
    width: 100%;
    padding: 40px 24px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.script-shelf-title{
    width: min(900px, 92%);
    text-align: center;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 18px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(244, 248, 255, 0.92));
    box-shadow: 0 18px 30px var(--shadow-color);
}

.script-shelf-title h2{
    font-family: "DM Serif Display", serif;
    font-size: 2rem;
    letter-spacing: 0.04em;
}

.script-shelf-title p{
    margin-top: 6px;
    color: var(--muted-text);
    font-size: 1rem;
}

.script-shelf-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    width: min(1100px, 92%);
}

.script-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(224, 88, 74, 0.25);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 255, 0.95));
    box-shadow: 0 16px 28px rgba(31, 42, 55, 0.16);
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.script-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(224, 88, 74, 0.22), transparent 55%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.script-card:hover{
    transform: translateY(-4px);
    border-color: rgba(224, 88, 74, 0.6);
    box-shadow: 0 20px 34px rgba(31, 42, 55, 0.2);
}

.script-card:hover::before{
    opacity: 1;
}

.script-meta{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.script-meta::before{
    content: "●  ●  ●";
    font-size: 0.9rem;
    letter-spacing: 0.4rem;
    color: rgba(31, 42, 55, 0.45);
    margin-bottom: 10px;
    font-weight: 700;
}

.script-name{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.script-file{
    font-family: "DM Serif Display", serif;
    color: var(--muted-text);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.script-open{
    width: 160px;
    height: 42px;
    margin: 0;
    align-self: flex-start;
    background: rgba(224, 88, 74, 0.16);
    border-color: rgba(224, 88, 74, 0.6);
}

.script-open:hover{
    background: rgba(224, 88, 74, 0.28);
}

.script-viewer{
    width: min(1100px, 92%);
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 40px;
}

.script-viewer-header{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 30px var(--shadow-color);
}

.script-viewer-info{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.script-viewer-meta{
    font-size: 0.95rem;
    color: var(--muted-text);
}

.script-viewer-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.script-viewer-actions .btn{
    width: auto;
    height: 44px;
    padding: 0 18px;
    margin: 0;
}

.script-viewer-status{
    color: var(--muted-text);
    min-height: 1.2em;
}

.script-viewer-panel{
    border-radius: 16px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 28px rgba(31, 42, 55, 0.16);
    padding: 24px;
    overflow: auto;
}

.script-viewer-panel pre{
    margin: 0;
    white-space: pre;
}

.script-viewer-panel code{
    font-family: "JetBrains Mono", "Fira Code", "Source Code Pro", monospace;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #253140;
}
