#cam100-playback-error {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
}

.cam100-pe-mask {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(2, 8, 18, .76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cam100-pe-card {
    width: min(390px, 92vw);
    box-sizing: border-box;
    padding: 26px 20px 18px;
    border: 1px solid rgba(49, 207, 255, .34);
    border-radius: 20px;
    background:
        linear-gradient(160deg, #071526, #091d31);
    box-shadow:
        0 22px 65px rgba(0, 0, 0, .58),
        0 0 32px rgba(0, 195, 255, .12);
    color: #fff;
    text-align: center;
}

.cam100-pe-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #39d5ff;
    color: #06131d;
    font-size: 29px;
    font-weight: 900;
    box-shadow: 0 0 25px rgba(57, 213, 255, .34);
}

.cam100-pe-title {
    margin-bottom: 11px;
    font-size: 21px;
    font-weight: 700;
}

.cam100-pe-text {
    color: #d5e9f4;
    font-size: 14px;
    line-height: 1.7;
}

.cam100-pe-important {
    margin-top: 12px;
    padding: 11px 12px;
    border-radius: 10px;
    background: rgba(255, 181, 60, .08);
    border: 1px solid rgba(255, 181, 60, .20);
    color: #ffe1a3;
    font-size: 14px;
    line-height: 1.65;
}

.cam100-pe-sub {
    margin-top: 10px;
    color: #819cac;
    font-size: 12px;
}

.cam100-pe-actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.cam100-pe-actions button {
    flex: 1;
    min-height: 43px;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.cam100-pe-retry {
    border: 0;
    background: #39d5ff;
    color: #06131d;
}

.cam100-pe-refresh {
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .08);
    color: #e8f8ff;
}

.cam100-pe-close {
    margin-top: 13px;
    padding: 6px 12px;
    border: 0;
    background: transparent;
    color: #7894a6;
    font-size: 13px;
    cursor: pointer;
}
