/* 팝업레이어(.hd_pops) 스타일은 /asset/css/popup-layer.css 로 분리됨(bbs/newwin.inc.php 가 직접 로드). */

.pg-usage-guard { position: relative; }
.pg-usage-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(2px);
}
@media (max-width: 1550px) { .pg-usage-backdrop { top: 120px; } }
@media (max-width: 1120px) { .pg-usage-backdrop { top: 100px; } }
@media (max-width: 991px)  { .pg-usage-backdrop { top: 78px; } }
.pg-usage-backdrop__inner {
    width: 100%;
    max-width: 420px;
    text-align: center;
    padding: 36px 28px;
    background: #fff;
    border: 1px solid #ececf2;
    border-radius: 16px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}
.pg-usage-backdrop__notice {
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #2a2a33;
}
.pg-usage-backdrop .pg-usage-backdrop__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 8px 0 0;
    padding: 14px 22px;
    border: 0;
    border-radius: 11px;
    background: linear-gradient(135deg, #5b2da8 0%, #b3247a 100%);
    color: #fff !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(123, 47, 158, 0.28);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
}
.pg-usage-backdrop .pg-usage-backdrop__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(123, 47, 158, 0.38);
}
.pg-usage-backdrop .pg-usage-backdrop__btn i { font-size: 14px; line-height: 1; }
.pg-usage-backdrop .pg-usage-backdrop__btn--ghost {
    background: #fff;
    color: #8a2f86 !important;
    border: 1.5px solid #c23b86;
    box-shadow: none;
}
.pg-usage-backdrop .pg-usage-backdrop__btn--ghost:hover {
    background: #faf2fa;
    box-shadow: 0 4px 12px rgba(123, 47, 158, 0.14);
}
