/* Dialog Zamknij System Windows 98 */
.shutdown-dialog {
    padding: 12px !important;
    font-family: 'MS Sans Serif', 'Tahoma', sans-serif;
    width: 320px !important;
    text-align: left;
}

.shutdown-icon {
    float: left;
    font-size: 32px;
    margin-right: 16px;
    margin-top: 4px;
}

.shutdown-text {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 16px;
    margin-left: 48px;
    line-height: 1.3;
}

.shutdown-options {
    clear: both;
    margin: 16px 0 16px 48px;
}

.shutdown-option {
    display: block;
    margin: 6px 0;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 0;
}

.shutdown-option input[type="radio"] {
    margin-right: 8px;
    vertical-align: middle;
}

.shutdown-option span {
    vertical-align: middle;
}

.shutdown-buttons {
    text-align: right;
    margin-top: 16px;
    padding-right: 8px;
    clear: both;
}

.shutdown-btn {
    width: 60px;
    height: 22px;
    margin-left: 6px;
    background: #c0c0c0;
    border: 2px outset #c0c0c0;
    font-size: 11px;
    cursor: pointer;
    font-family: 'MS Sans Serif', 'Tahoma', sans-serif;
}

.shutdown-btn:hover {
    background: #dfdfdf;
}

.shutdown-btn:active {
    border: 2px inset #c0c0c0;
}

/* 3D Pipes Screensaver */
.screensaver {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 10000;
    display: none;
    overflow: hidden;
}

.screensaver.active {
    display: block;
}

#pipes-canvas {
    width: 100%;
    height: 100%;
    background: black;
}

.screensaver-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    font-family: 'MS Sans Serif', 'Tahoma', sans-serif;
    font-size: 12px;
    text-align: right;
    opacity: 0.8;
}

/* Responsywność */
@media (max-width: 768px) {
    .shutdown-dialog {
        padding: 10px !important;
        width: 280px !important;
    }
    
    .shutdown-icon {
        font-size: 28px;
    }
    
    .shutdown-text {
        font-size: 10px;
        margin-left: 44px;
    }
    
    .shutdown-options {
        margin-left: 44px;
    }
    
    .shutdown-option {
        font-size: 10px;
    }
    
    .shutdown-btn {
        width: 55px;
        height: 20px;
        font-size: 10px;
    }
    
    .screensaver-text {
        font-size: 10px;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 480px) {
    .shutdown-dialog {
        width: 240px !important;
        padding: 8px !important;
    }
    
    .shutdown-icon {
        font-size: 24px;
        margin-right: 12px;
    }
    
    .shutdown-text {
        margin-left: 40px;
        font-size: 9px;
    }
    
    .shutdown-options {
        margin-left: 40px;
    }
    
    .shutdown-option {
        font-size: 9px;
        margin: 4px 0;
    }
    
    .shutdown-btn {
        width: 50px;
        height: 18px;
        font-size: 9px;
    }
}
