/* /Components/Button/GKButton.razor.rz.scp.css */
.gk-container[b-vekpu6mq6c] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55px;
}
    .gk-container:has(.gk-button:active) .gk-caption[b-vekpu6mq6c] {
        transform: scale(0.97);
    }

.gk-caption[b-vekpu6mq6c] {
    font-family: 'Blinker', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 15px;
    text-align: center;
    /*white-space: nowrap;*/
    margin: 10px 0 7px;
}

    .gk-caption.caption-inside[b-vekpu6mq6c] {
        position: absolute;
       
        z-index: 1;
        pointer-events: none;
    }

.gk-container.caption-inside[b-vekpu6mq6c] {
    position: absolute;
}

    .gk-container.caption-inside .gk-caption[b-vekpu6mq6c] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        z-index: 1;
        pointer-events: none;
    }

.gk[b-vekpu6mq6c] {
    background: linear-gradient(0deg, #222, #111);
}

.gk-button[b-vekpu6mq6c] {
    position: relative;
    background: linear-gradient(0deg, #111, #222);
    border: 2px solid #000;
    box-shadow: inset 0 1px 2px rgba(255,255,255,0.2), 0 0 8px rgba(0,0,0,0.6);
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
    /* Mobile / UA defaults to remove the grey/white tap highlight */
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    /* Prevent selection and improve touch behaviour */
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
    /* Remove inner focus ring from some browsers */
    outline: none;
}

    .gk-button.focused[b-vekpu6mq6c], 
    .gk-button:focus[b-vekpu6mq6c] {
        outline: 1px dotted #000;
        outline-offset: -4px;
    }

    .gk-button:active[b-vekpu6mq6c],
    .gk-button.active[b-vekpu6mq6c] {
        background: linear-gradient(270deg, #111, #222);
        transform: scale(0.95);
    }

    .gk-button.round[b-vekpu6mq6c] {
        width: 40px;
        height: 40px;
    }

    .gk-button.extended[b-vekpu6mq6c] {
        width: 55px;
        height: 30px;
    }

.gk-indicator[b-vekpu6mq6c] {
    position: relative;
    top: 25px;
    width: 10px;
    height: 10px;
    background-color: #242733;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    margin-top: -10px;
}

    .gk-indicator.indicator-on-white[b-vekpu6mq6c] {
        background-color: #c7c7c7;
        box-shadow: 0 0 5px #fff;
    }

    .gk-indicator.indicator-on-red[b-vekpu6mq6c] {
        background-color: #b71c1c;
        box-shadow: 0 0 5px #ff0000;
    }

    .gk-indicator.indicador-off[b-vekpu6mq6c] {
        display: none;
    }
/* /Components/LCD/GKLCD.razor.rz.scp.css */
.lcd-screen[b-y6j1wd13i5] {
    position: relative;
    background: linear-gradient(180deg, #1a3a7a 0%, #2b4f9f 50%, #1a3a7a 100%);
    border: 7px solid #181818;
    /*padding: 2px;*/
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 340px;
    height: 143px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    font-size: 22px;
    color: #a0c4ff;
    text-shadow: 0 0 7px rgba(160, 196, 255, 0.8), 0 0 20px rgba(160, 196, 255, 0.4), 0 0 30px rgba(160, 196, 255, 0.2);
    letter-spacing: 1.4px;
    line-height: 0.8;
    display: grid;
    grid-template-columns: 25px 1fr;
    grid-template-rows: 18px 1fr 20px;
}

.lcd-states[b-y6j1wd13i5] {
    grid-column: 1 / 3;
    grid-row: 1;
    border-bottom: 2px solid rgba(160, 196, 255, 85%);
    padding-left: 4px;
}

.lcd-piano-keys[b-y6j1wd13i5] {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 22px;
    background-color: #a0c4ff;
    border-right: 2px solid rgba(160, 196, 255, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0;
    flex-shrink: 0;
    padding: 5px 0;
    margin-top: 18px;
}

.lcd-piano-key[b-y6j1wd13i5] {
    background: linear-gradient(180deg, #1a3a7a 0%, #2b4f9f 50%, #1a3a7a 100%);
    width: 14px;
    height: 8px;
}

    .lcd-piano-key.single[b-y6j1wd13i5],
    .lcd-piano-key.group-2-end[b-y6j1wd13i5],
    .lcd-piano-key.group-3-end[b-y6j1wd13i5] {
        margin-bottom: 10px;
    }

    .lcd-piano-key.group-2[b-y6j1wd13i5],
    .lcd-piano-key.group-3[b-y6j1wd13i5] {
        margin-bottom: 2px;
    }

/* Scan line effect (scanlines) */
.lcd-screen[b-y6j1wd13i5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient( 0deg, rgba(0, 0, 0, 0.15) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.15) 3px );
    pointer-events: none;
    z-index: 2;
}

/* Pixel grid effect LCD */
.lcd-screen[b-y6j1wd13i5]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient( 90deg, rgba(0, 0, 0, 0.03) 0px, transparent 1px, transparent 2px );
    pointer-events: none;
    z-index: 2;
}

.lcd-content[b-y6j1wd13i5] {
    display: block;
    grid-column: 2;
    grid-row: 2;
    padding-top: 2px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}



.lcd-menu[b-y6j1wd13i5] {
    display: block;
    grid-column: 1 / 3;
    grid-row: 3;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px;
    border-top: 2px solid rgba(160, 196, 255, 85%);
    margin: 0;
}

.lcd-menu-item[b-y6j1wd13i5] {
    font-size: 12px;
    opacity: 0.8;
    transform: scaleY(1.5);
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
}

    .lcd-menu-item.active[b-y6j1wd13i5] {
        background-color: #a0c4ff;
        color: #1a3a7a;
    }

    /* Pixelated effect (optionnel) */
    .lcd-pixelated[b-y6j1wd13i5] {
        image-rendering: pixelated;
        image-rendering: -moz-crisp-edges;
        image-rendering: crisp-edges;
    }


.lcd-blink[b-y6j1wd13i5] {
    animation: lcd-blink-b-y6j1wd13i5 1s infinite;
}

@keyframes lcd-blink-b-y6j1wd13i5 {
    0%, 49% {
        opacity: 1;
    }

    50%, 100% {
        opacity: 0.3;
    }
}


/* Variante plus sombre (�cran �teint/veille) */
.lcd-screen.lcd-off[b-y6j1wd13i5] {
    background: linear-gradient(180deg, #0d1f3f 0%, #1a3a7a 50%, #0d1f3f 100%);
}

    .lcd-screen.lcd-off .lcd-states[b-y6j1wd13i5],
    .lcd-piano-keys[b-y6j1wd13i5] {
        border-bottom: unset;
        color: #4a6fa5;
        text-shadow: 0 0 5px rgba(74, 111, 165, 0.4), 0 0 10px rgba(74, 111, 165, 0.2);
    }

    .lcd-screen.lcd-off .lcd-piano-keys[b-y6j1wd13i5],
    .lcd-screen.lcd-off .lcd-content[b-y6j1wd13i5] {
        visibility: hidden;
    }
/* /Components/TextBox/GKTextBox.razor.rz.scp.css */
.gk-textbox[b-cgko6e4kz2] {
    background-color: #0d1e3e;
    color: #728fc1;
    border: 2px solid #223344; 
    border-radius: 6px;
    font-family: inherit;
    padding: 6px 10px;
    width: 200px;
    outline: none;
    box-shadow: inset 0 0 6px #0a1a2a;
}

    .gk-textbox[b-cgko6e4kz2]::placeholder {
        color: #486a8c; 
    }

    .gk-textbox:focus[b-cgko6e4kz2] {
        outline: none;
    }

    .gk-textbox:focus[b-cgko6e4kz2] {
        border-color: #2e5fa8;
        box-shadow: 0 0 8px #2e5fa8;
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.github-mark[b-png5vg975k] {
    height: 24px;
    display: inline-block;
}
/* /Pages/BottomPanels/KeyboardPanel.razor.rz.scp.css */
#keyboard[b-yf56o9jjn5] {
    height: 15.25rem;
    width: 41rem;
    margin: 0.5rem auto;
    position: relative;
    border: 1px solid var(--keyboard-border);
    border-radius: 1rem;
    background-color: var(--keyboard);
    box-shadow: 0 0 50px var(--black-50) inset, 0 1px var(--keyboard-shadow) inset, 0 5px 15px var(--black-50);
}

    #keyboard li:first-child[b-yf56o9jjn5] {
        border-radius: 5px 0 5px 5px;
    }

    #keyboard li:last-child[b-yf56o9jjn5] {
        border-radius: 0 5px 5px 5px;
    }

.white[b-yf56o9jjn5],
.black[b-yf56o9jjn5] {
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0.5rem 0;
    user-select: none;
    cursor: pointer;
}

.white[b-yf56o9jjn5] {
    height: 12.5rem;
    width: 3.5rem;
    z-index: 1;
    border-left: 1px solid hsl(0, 0%, 73%);
    border-bottom: 1px solid hsl(0, 0%, 73%);
    border-radius: 0 0 5px 5px;
    box-shadow: -1px 0 0 var(--white-80) inset, 0 0 5px hsl(0, 0%, 80%) inset, 0 0 3px var(--black-20);
    background: linear-gradient(to bottom, hsl(0, 0%, 93%) 0%, white 100%);
    color: var(--black-30);
}

    .white:active[b-yf56o9jjn5] {
        border-top: 1px solid hsl(0, 0%, 47%);
        border-left: 1px solid hsl(0, 0%, 60%);
        border-bottom: 1px solid hsl(0, 0%, 60%);
        box-shadow: 2px 0 3px var(--black-10) inset, -5px 5px 20px var(--black-20) inset, 0 0 3px var(--black-20);
        background: linear-gradient(to bottom, white 0%, hsl(0, 0%, 91%) 100%);
        outline: none;
    }

.black[b-yf56o9jjn5] {
    height: 8rem;
    width: 2rem;
    margin: 0 0 0 -1rem;
    z-index: 2;
    border: 1px solid black;
    border-radius: 0 0 3px 3px;
    box-shadow: -1px -1px 2px var(--white-20) inset, 0 -5px 2px 3px var(--black-60) inset, 0 2px 4px var(--black-50);
    background: linear-gradient(45deg, hsl(0, 0%, 13%) 0%, hsl(0, 0%, 33%) 100%);
    color: var(--white-50);
}

    .black:active[b-yf56o9jjn5] {
        box-shadow: -1px -1px 2px var(--white-20) inset, 0 -2px 2px 3px var(--black-60) inset, 0 1px 2px var(--black-50);
        background: linear-gradient( to right, hsl(0, 0%, 27%) 0%, hsl(0, 0%, 13%) 100% );
        outline: none;
    }


.offset[b-yf56o9jjn5] {
    margin: 0 0 0 -1rem;
}

.offset-right[b-yf56o9jjn5] {
    margin-right: 0.1rem;
}
/* /Pages/Home.razor.rz.scp.css */
.functions[b-hgyymt28bo] {
    display:flex;
    margin-top:20px;
}

:root[b-hgyymt28bo] {
    --keyboard: hsl(300, 100%, 16%);
    --keyboard-shadow: hsla(19, 50%, 66%, 0.2);
    --keyboard-border: hsl(20, 91%, 5%);
    --black-10: hsla(0, 0%, 0%, 0.1);
    --black-20: hsla(0, 0%, 0%, 0.2);
    --black-30: hsla(0, 0%, 0%, 0.3);
    --black-50: hsla(0, 0%, 0%, 0.5);
    --black-60: hsla(0, 0%, 0%, 0.6);
    --white-20: hsla(0, 0%, 100%, 0.2);
    --white-50: hsla(0, 0%, 100%, 0.5);
    --white-80: hsla(0, 0%, 100%, 0.8);
}

[b-hgyymt28bo] .power-button-icon::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M18.36 6.64a9 9 0 1 1-12.73 0"></path><line x1="12" y1="2" x2="12" y2="12"></line></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-bottom: -10px;
}


/* /Pages/Panels/TonesPanel.razor.rz.scp.css */
.list-tones[b-93u7sqhrr5] {
    background-color: #0d1e3e;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
    column-count: 2;
    column-gap: 20px;
    -webkit-columns: 3;
    -moz-columns: 3;
    gap: 5px;
    list-style-type: none;
    border: 7px solid #181818;
    padding: 2px;
    cursor: pointer;
    font-size: 16px;
    overflow-y: auto;
    /* Mobile / UA defaults to remove the grey/white tap highlight */
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    /* Prevent selection and improve touch behaviour */
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
    /* Remove inner focus ring from some browsers */
    outline: none;
}

    .list-tones li:hover[b-93u7sqhrr5] {
        background-color: #ffffff42;
    }

.category-select[b-93u7sqhrr5] {
    background-color: #0d1e3e;
    color: #728fc1;
    border: 2px solid #223344;
    border-radius: 6px;
    font-family: inherit;
    padding: 6px 10px;
    width: 220px;
    box-shadow: inset 0 0 6px #0a1a2a;
    cursor: pointer;
}

    .category-select option[b-93u7sqhrr5] {
        background-color: #0d1623;
        color: #8fc7ff;
    }

    .search-tone:focus[b-93u7sqhrr5],
    .category-select:focus[b-93u7sqhrr5] {
        border-color: #2e5fa8;
        box-shadow: 0 0 8px #2e5fa8;
    }
/* /Pages/Panels/TrackerPanel.razor.rz.scp.css */
.channel-list[b-4k2hnk6lxg] {
    position: relative;
    background-color: #0d1e3e;
    width: 170px;
    height: 100%;
    box-sizing: border-box;
    max-height: 100%;
    overflow-y: auto;
    gap: 5px;
    list-style-type: none;
    border: 7px solid #181818;
    padding: 2px;
    cursor: pointer;
    overflow-y: auto;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    /* Mobile / UA defaults to remove the grey/white tap highlight */
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    /* Prevent selection and improve touch behaviour */
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
    /* Remove inner focus ring from some browsers */
    outline: none;
}

    .channel-list li[b-4k2hnk6lxg] {
        white-space: pre;
        font-size: 15px;
        opacity: 0.85;
        transform: scaleX(1.3) scaleY(1.4);
        transform-origin: left center;
        letter-spacing: 1px;
        display: inline-block;
        color: #a0c4ff;
    }

    /* Scan line effect (scanlines) */
    .channel-list[b-4k2hnk6lxg]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: repeating-linear-gradient( 0deg, rgba(0, 0, 0, 0.15) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.15) 3px );*/
        background: repeating-linear-gradient( 0deg, rgba(0, 0, 0, 0.3) 0px, transparent 1px, transparent 3px, rgba(0, 0, 0, 0.3) 4px );
        pointer-events: none;
        z-index: 2;
    }

/* Pixel grid effect LCD */
    .channel-list[b-4k2hnk6lxg]::after {
         content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: repeating-linear-gradient( 90deg, rgba(0, 0, 0, 0.03) 0px, transparent 1px, transparent 2px );
        pointer-events: none;
        z-index: 2;
    }
