@font-face {
    font-family: 'Andada Pro';
    src: url('../fonts/Andada_Pro/static/AndadaPro-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Amatic SC';
    src: url('../fonts/Amatic_SC/AmaticSC-Bold.ttf');
    font-weight: bold;
}

body {
    background-color: rgb(138, 150, 138);
    color: #ffffff;
    background-image: url('../images/maria1.png');
    background-repeat: repeat;
    background-size: 25%
}

#wrapper {
    text-align: center;
    width: 90%;
    max-width: 1000px;
    margin: 2em auto;
    padding: 1em;
    background-color: #090;
}

#bleedin {
    font-weight: bold;
    text-align: center;
}
    
#header {
    text-align: center;
    margin-top: 2em;
    font-family: 'Amatic SC', serif;
}

#header img {
    max-width: 100%;
    height: auto;
}

#header h1 {
    font-size: 8em;
    font-weight: bold;
    text-align: center;
    font-family: 'Amatic SC', serif;
    margin-bottom: 0;
    padding-bottom: 0;
}

#header h2 {
    font-size: 4em;
    font-weight: bold;
    text-align: center;
    font-family: 'Amatic SC', serif;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#header p {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
}

#header a {
    text-align: center;
    font-weight: bold;
}

.buyTicket-button {
    font-family: 'Amatic SC', serif;
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-top: 2em;
    border: 2px solid #FFF;
    padding: 1em;
    background-color: #FFF;
    color: #090;
    border-radius: 1em;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.buyTicket-button:hover {
    background-color: #090;
    color: #FFF;
    cursor: pointer;
    transform: scale(1.1);
}

.buyTicket-button:active {
    transform: scale(0.9);
}

.buyTicket-button a {
    color: #090;
    text-decoration: none;
}   

.buyTicket-button a:hover {
    color: #FFF;
}

#intro img {
    max-width: 100%;
    height: auto;
    margin: 1em;
}

.rant {
    font-family: 'Andada Pro', serif;   
    font-size: 1.5em;
    text-align: center; 
    font-weight: bold;  
}

.sidenote {
    font-size: 0.5em;
    text-align: center; 
    font-weight: bold;  
}

#pieces {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    max-width: 100%;
}

#pieces img {
    max-width: 100%;
    height: auto;
    margin: 1em;
}

.story {
    color: #000;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
    text-align: left;
    padding:0.5em
}
    
#feeling img {
    max-width: 50%;
    height: auto;
    margin: 1em;
}

.console {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7em;
    text-align: center;
}

footer {
    text-align: center;
    margin-top: 2em;
}

footer img {
    max-width: 80%;
    height: auto;
    margin: 1em;
}



img.swap.secondary {
    display:none;
}


.cyberdeck-control {
    position: sticky;
    top: 0;
    z-index: 1500;
    width: 100%;
    background: rgba(0, 0, 0, 0.92);
    color: #00ff41;
    border-bottom: 2px solid #00ff41;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

.control-bar-inner {
    margin: 0 auto;
    width: min(100%, 1080px);
    padding: 0.75em 1.5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    flex-wrap: nowrap;
}

.control-bar-status {
    display: flex;
    align-items: center;
    gap: 0.75em;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.control-bar-label {
    font-weight: bold;
}

.control-bar-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    padding: 0.35em 0.8em;
    border: 1px solid #00ff41;
    border-radius: 999px;
    font-size: 0.8em;
    box-shadow: 0 0 10px rgba(0, 255, 65, 0.25);
}

.control-bar-indicator::before {
    content: '';
    width: 0.45em;
    height: 0.45em;
    background: #00ff41;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 255, 65, 0.65);
}

.control-bar-actions {
    display: flex;
    align-items: center;
    gap: 0.75em;
    flex-wrap: wrap;
}

.configurator-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em 1.25em;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.7em;
    font-weight: bold;
    color: #00ff41;
    background-color: transparent;
    border: 2px solid #00ff41;
    border-radius: 0.5em;
    cursor: pointer;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 0 12px rgba(0, 255, 65, 0.2);
    gap: 0.5em;
}

.configurator-button:hover {
    color: #000;
    background-color: #00ff41;
    box-shadow: 0 0 18px rgba(0, 255, 65, 0.4);
    transform: translateY(-1px);
}

.configurator-button:active {
    transform: translateY(1px);
    box-shadow: 0 0 8px rgba(0, 255, 65, 0.25);
}

.configurator-icon {
    font-size: 1.2em;
    line-height: 1;
}

.configurator-text {
    white-space: nowrap;
}

body.slideout-open {
    overflow: hidden;
}

.slideout {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    pointer-events: none;
    transition: background-color 0.3s ease;
    z-index: 2000;
}

.slideout.is-open {
    pointer-events: auto;
}

.slideout-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideout.is-open .slideout-backdrop {
    opacity: 1;
}

.slideout-panel {
    position: relative;
    width: min(100%, 1000px);
    max-width: 1000px;
    height: 100%;
    background: #000;
    color: #00ff41;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding: 1.5em;
    outline: none;
}

.slideout.is-open .slideout-panel {
    transform: translateX(0);
}

.slideout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

.slideout-header h2 {
    margin: 0;
    font-family: 'Amatic SC', serif;
    font-size: 3em;
    text-transform: uppercase;
}

.slideout-close {
    background: transparent;
    border: 2px solid #00ff41;
    color: #00ff41;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    font-size: 1.5em;
    line-height: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slideout-close:hover {
    background: #00ff41;
    color: #000;
}

.slideout iframe {
    flex: 1 1 auto;
    border: none;
    width: 100%;
    min-height: 0;
    border-radius: 0.5em;
}

@media (max-width: 768px) {
    .control-bar-inner {
        padding: 0.5em 0.75em;
        gap: 0.5em;
    }

    .control-bar-status {
        font-size: 0.75em;
        gap: 0.5em;
    }

    .control-bar-indicator {
        padding: 0.25em 0.6em;
        font-size: 0.7em;
    }

    .control-bar-actions {
        gap: 0.5em;
        flex-wrap: nowrap;
    }

    .configurator-button {
        width: 2.75em;
        height: 2.75em;
        padding: 0;
        letter-spacing: 0;
    }

    .configurator-text {
        display: none;
    }

    .configurator-icon {
        font-size: 1.4em;
    }

    .slideout-panel {
        padding: 1em;
    }

    .slideout-header h2 {
        font-size: 2.2em;
    }
}
