#klarion-footer .footer-logo {
    height: 18px; /* petit logo */
    width: auto;
}

#debug-panel-launcher {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,0.22);
    border-radius: 50%;
    background: #2563eb;
    color: #fff;
    box-shadow: 0 8px 22px rgba(15,23,42,0.28);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

#debug-panel-shell {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    width: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(15,23,42,0.32);
}

#debug-panel-handle {
    height: 30px;
    padding: 0 6px 0 10px;
    background: #111827;
    color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font: 600 18px/1 Arial;
    cursor: move;
    user-select: none;
}

#debug-panel-close {
    width: 22px;
    height: 22px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #9ca3af;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#debug-panel-close:hover {
    background: rgba(255,255,255,0.08);
    color: #fff;
}

#debug-panel-shell .tp-lblv_l,
#debug-panel-shell .tp-lblvlabel,
#debug-panel-shell [class*="lblv"] [class*="_l"],
#debug-panel-shell [class*="label"] {
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
    flex: 0 0 110px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: Arial, system-ui, sans-serif !important;
}

#debug-panel-shell .tp-lblv_v,
#debug-panel-shell [class*="lblv"] [class*="_v"],
#debug-panel-shell .tp-txtv,
#debug-panel-shell .tp-txtv_i,
#debug-panel-shell .tp-txtvinput,
#debug-panel-shell [class*="txtv"],
#debug-panel-shell input,
#debug-panel-shell button {
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: Arial, system-ui, sans-serif !important;
}

#debug-panel-shell .tp-lblv_v,
#debug-panel-shell [class*="lblv"] [class*="_v"] {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
}

#debug-panel-shell .tp-txtv,
#debug-panel-shell .tp-txtv_i,
#debug-panel-shell .tp-txtvinput,
#debug-panel-shell input {
    width: 100% !important;
}
