.d-none {
    display:none;
}

.cursor-pointer {
    cursor:pointer;
}

.btn-page {
    padding: 3px 8px;
    font-size: 11.5px
}

.btn-page:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none !important
}

.member-menu {
    display: none;
    position: fixed;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    box-shadow: 0 8px 32px rgba(0,0,0,.6),0 0 16px var(--accent-blue-glow);
    z-index: 10001;
    min-width: 160px;
    font-size: 11px;
    padding: 4px 0;
}

/* Gritter – admin theme (vendor images not included) */
#gritter-notice-wrapper {
    top: calc(var(--topbar-height, 52px) + 12px);
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    width: auto;
    min-width: 280px;
    max-width: min(92vw, 420px);
    z-index: 10020 !important
}

#gritter-notice-wrapper.gritter-top-center {
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translateX(-50%);
    width: auto;
    min-width: 280px;
    max-width: min(92vw, 420px)
}

.gritter-item-wrapper {
    background: none
}

.gritter-top,
.gritter-bottom {
    display: none
}

.gritter-item {
    background: linear-gradient(165deg,var(--bg-card,#0f1520),var(--bg-secondary,#0c1018));
    border: 1px solid var(--border,rgba(0,130,255,.2));
    border-radius: 8px;
    color: var(--text-primary,#e2e8f0);
    padding: 12px 36px 12px 14px;
    font-size: 13px;
    font-family: var(--font-body,'Noto Sans KR',sans-serif);
    box-shadow: 0 4px 20px rgba(0,0,0,.35);
    opacity: .97
}

.gritter-title {
    color: var(--accent-cyan,#00e5ff);
    text-shadow: none;
    font-size: 13px;
    padding-bottom: 4px
}

.gritter-close {
    display: block;
    background: none;
    width: 24px;
    height: 24px;
    top: 8px;
    right: 8px;
    text-indent: -9999px;
    overflow: hidden;
    opacity: .8
}

    .gritter-close::after {
        content: '×';
        position: absolute;
        inset: 0;
        text-indent: 0;
        color: var(--text-muted,#94a3b8);
        font-size: 20px;
        line-height: 24px;
        text-align: center
    }

    .gritter-close:hover::after {
        color: var(--text-primary,#e2e8f0)
    }

    .gritter-close:hover {
        opacity: 1
    }

html.light-mode .gritter-item {
    background: #fff;
    color: #1e293b;
    border-color: #e2e8f0
}

html.light-mode .gritter-title {
    color: #2563eb
}

.gritter-item-wrapper.gritter-clickable .gritter-item {
    cursor: pointer
}

.gritter-item-wrapper.gritter-clickable .gritter-item:hover {
    border-color: var(--accent-cyan,#00e5ff);
    box-shadow: 0 4px 24px rgba(0,130,255,.25)
}

.chk_plus {
    border-radius: 4px;
    border: 1px solid rgb(206, 212, 218);
    width: 20px;
    height: 20px;
    background: rgb(63,106,216);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .chk_plus::before {
        content: "+";
        font-weight: bold;
    }

.chk_minus {
    border-radius: 4px;
    border: 1px solid rgb(206, 212, 218);
    width: 20px;
    height: 20px;
    background: orange;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .chk_minus::before {
        content: "-";
        font-weight: bold;
    }