body {
    background-color: black;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overscroll-behavior: none;
    touch-action: none;
}

#fixScreen {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.jscreenfixWrapper {
    position: absolute;
    background-color: #333;
    border: 1px solid #444;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    user-select: none;
    cursor: move;
    touch-action: none;
}

.jscreenfixHeader {
    background-color: #222;
    padding: 8px 12px;
    cursor: move;
    border-bottom: 1px solid #444;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

#jscreenfix {
    display: block;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.jscreenfixFooter {
    background-color: #222;
    padding: 8px 12px;
    text-align: center;
    font-size: 11px;
    color: #999;
    border-top: 1px solid #444;
}

.jscreenfixQrCode {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.jscreenfixHelp {
    position: absolute;
    bottom: 140px;
    right: 20px;
    background: rgba(26, 26, 26, 0.85);
    color: #f1f1f1;
    padding: 12px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    z-index: 10;
}
