/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3gj5oirqzn] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-3gj5oirqzn] {
    width: 260px;
    background: linear-gradient(180deg, #0d131d, #0a0e15);
    color: #cdd9e6;
    display: flex;
    flex-direction: column;
    padding: 0;
    flex-shrink: 0;
    border-right: 1px solid rgba(51, 224, 230, 0.12);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
}

    .sidebar[b-3gj5oirqzn]::after {
        content: "";
        position: absolute;
        top: 0;
        right: -1px;
        bottom: 0;
        width: 1px;
        background: linear-gradient(180deg, transparent, #33e0e6, transparent);
        opacity: 0.5;
    }

.sidebar-header[b-3gj5oirqzn] {
    padding: 26px 22px 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.10);
}

.brand-mark[b-3gj5oirqzn] {
    margin: 0;
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #cdd9e6;
    line-height: 1.1;
}

    .brand-mark span[b-3gj5oirqzn] {
        color: #33e0e6;
        text-shadow: 0 0 14px rgba(51, 224, 230, 0.6);
    }

.brand-sub[b-3gj5oirqzn] {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #8a99ab;
    margin-top: 5px;
    text-transform: uppercase;
}

.nav-links[b-3gj5oirqzn] {
    list-style: none;
    padding: 14px 10px;
    margin: 0;
}

    .nav-links li[b-3gj5oirqzn] {
        padding: 0;
        margin-bottom: 3px;
    }

        .nav-links li[b-3gj5oirqzn]  a {
            display: block;
            padding: 11px 16px;
            color: #7d8b9c;
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 600;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            font-family: 'Rajdhani', sans-serif;
            position: relative;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%, 0 calc(100% - 10px));
            transition: all 0.15s ease;
        }

            .nav-links li[b-3gj5oirqzn]  a:hover {
                background: rgba(51, 224, 230, 0.06);
                color: #cdd9e6;
            }

            .nav-links li[b-3gj5oirqzn]  a.active {
                background: linear-gradient(90deg, rgba(51, 224, 230, 0.16), transparent 80%);
                color: #6ff2f2;
            }

                .nav-links li[b-3gj5oirqzn]  a.active::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 6px;
                    bottom: 6px;
                    width: 3px;
                    background: #33e0e6;
                    box-shadow: 0 0 10px #33e0e6, 0 0 20px #1c8f97;
                }

.sidebar-spacer[b-3gj5oirqzn] {
    flex-grow: 1;
}

.user-panel[b-3gj5oirqzn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-top: 1px solid rgba(51, 224, 230, 0.10);
}

.user-avatar[b-3gj5oirqzn] {
    width: 42px;
    height: 42px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(51, 224, 230, 0.35);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.user-info[b-3gj5oirqzn] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    overflow: hidden;
}

.user-name[b-3gj5oirqzn] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.user-role[b-3gj5oirqzn] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 2px 11px;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    clip-path: polygon(7px 0, 100% 0, calc(100% - 7px) 100%, 0 100%);
    border: 1px solid currentColor;
    color: #33e0e6;
}

    .user-role.tier-purple[b-3gj5oirqzn] {
        color: #b57bff;
        background: rgba(181, 123, 255, 0.12);
        box-shadow: 0 0 12px rgba(181, 123, 255, 0.35);
    }

    .user-role.tier-teal[b-3gj5oirqzn] {
        color: #2fd4b8;
        background: rgba(47, 212, 184, 0.12);
        box-shadow: 0 0 12px rgba(47, 212, 184, 0.30);
    }

    .user-role.tier-blue[b-3gj5oirqzn] {
        color: #4a86e8;
        background: rgba(74, 134, 232, 0.12);
        box-shadow: 0 0 12px rgba(74, 134, 232, 0.30);
    }

.logout-link[b-3gj5oirqzn] {
    color: #ff5a6a;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.2s;
}

    .logout-link:hover[b-3gj5oirqzn] {
        color: #ff8a94;
        text-shadow: 0 0 8px rgba(255, 90, 106, 0.5);
    }

.content[b-3gj5oirqzn] {
    flex-grow: 1;
    background: transparent;
    color: #cdd9e6;
    padding: 32px 36px;
    margin-left: 260px;
    min-height: 100vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.clocks[b-3gj5oirqzn] {
    display: grid;
    grid-template-columns: auto 80px auto;
    justify-content: start;
    align-items: baseline;
    column-gap: 11px;
    row-gap: 11px;
    margin: 12px 0;
    padding: 14px 16px;
    border-top: 1px solid rgba(51, 224, 230, 0.10);
    border-bottom: 1px solid rgba(51, 224, 230, 0.10);
}

.cz[b-3gj5oirqzn] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.74rem;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(51, 224, 230, 0.3);
}

.ct[b-3gj5oirqzn] {
    color: #cdd9e6;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    font-size: 0.74rem;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.cd[b-3gj5oirqzn] {
    color: #7d8b9c;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.68rem;
    white-space: nowrap;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vo6jsx5fna],
.components-reconnect-repeated-attempt-visible[b-vo6jsx5fna],
.components-reconnect-failed-visible[b-vo6jsx5fna],
.components-pause-visible[b-vo6jsx5fna],
.components-resume-failed-visible[b-vo6jsx5fna],
.components-rejoining-animation[b-vo6jsx5fna] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-retrying[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-failed[b-vo6jsx5fna],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vo6jsx5fna] {
    display: block;
}


#components-reconnect-modal[b-vo6jsx5fna] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-vo6jsx5fna 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vo6jsx5fna 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vo6jsx5fna 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vo6jsx5fna]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vo6jsx5fna 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vo6jsx5fna {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vo6jsx5fna {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vo6jsx5fna {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vo6jsx5fna] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vo6jsx5fna] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vo6jsx5fna] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vo6jsx5fna] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vo6jsx5fna] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vo6jsx5fna] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vo6jsx5fna] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vo6jsx5fna 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vo6jsx5fna] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vo6jsx5fna {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/ServerSwitcher.razor.rz.scp.css */
/* Styled to sit natively in the sidebar, echoing the clocks band below it:
   a bordered section, a cyan uppercase label, and a clean borderless trigger. */
.server-switcher[b-a4h7ffktef] {
    position: relative;
    padding: 13px 16px 15px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.10);
}

/* cyan section label — matches the clocks' zone labels (.cz) */
.server-label[b-a4h7ffktef] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-shadow: 0 0 6px rgba(51, 224, 230, 0.3);
    margin: 0 0 9px 2px;
}

/* ---- Current server (the trigger) — borderless, like a sidebar row ---- */
.server-current[b-a4h7ffktef] {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    padding: 5px 7px;
    background: transparent;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
    transition: background 0.15s ease;
}

    .server-current:hover[b-a4h7ffktef] {
        background: rgba(51, 224, 230, 0.07);
    }

.server-switcher.open .server-current[b-a4h7ffktef] {
    background: rgba(51, 224, 230, 0.10);
}

/* ---- Server icon ---- */
.server-icon[b-a4h7ffktef] {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(51, 224, 230, 0.1);
    border: 1px solid rgba(51, 224, 230, 0.22);
    border-radius: 7px;
    position: relative;
}

    .server-icon img[b-a4h7ffktef] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* online dot on the current server's icon only */
.server-current .server-icon[b-a4h7ffktef]::after {
    content: "";
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3ad07a;
    box-shadow: 0 0 6px #3ad07a;
    border: 2px solid #0b0f16;
}

.server-icon-fallback[b-a4h7ffktef] {
    color: #6ff2f2;
    font-family: 'Orbitron', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
}

/* ---- Meta text — name like a value, id dim like the clocks' date (.cd) ---- */
.server-meta[b-a4h7ffktef] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.server-name[b-a4h7ffktef] {
    color: #cdd9e6;
    font-weight: 600;
    font-size: 0.92rem;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server-id[b-a4h7ffktef] {
    color: #7d8b9c;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.server-caret[b-a4h7ffktef] {
    color: #7d8b9c;
    font-size: 0.7rem;
    margin-left: 2px;
    flex-shrink: 0;
    transition: transform 0.18s ease, color 0.18s ease;
}

.server-switcher.open .server-caret[b-a4h7ffktef] {
    transform: rotate(180deg);
    color: #33e0e6;
}

/* ---- Dropdown list ---- */
.server-list[b-a4h7ffktef] {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% - 2px);
    z-index: 200;
    background: rgba(10, 15, 22, 0.99);
    border: 1px solid rgba(51, 224, 230, 0.26);
    border-radius: 8px;
    padding: 6px;
    max-height: 340px;
    overflow-y: auto;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.server-list-head[b-a4h7ffktef] {
    color: #5a6b7d;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.62rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 8px 8px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.1);
    margin-bottom: 5px;
}

.server-item[b-a4h7ffktef] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px;
    margin-bottom: 2px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    text-align: left;
    transition: background 0.13s ease, border-color 0.13s ease;
}

    .server-item:hover[b-a4h7ffktef] {
        background: rgba(51, 224, 230, 0.08);
        border-color: rgba(51, 224, 230, 0.2);
    }

    .server-item.active[b-a4h7ffktef] {
        background: rgba(51, 224, 230, 0.13);
        border-color: rgba(51, 224, 230, 0.3);
    }

    .server-item .server-icon[b-a4h7ffktef] {
        width: 30px;
        height: 30px;
        border-radius: 7px;
    }

.server-check[b-a4h7ffktef] {
    margin-left: auto;
    color: #6ff2f2;
    font-weight: 700;
    font-size: 0.85rem;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.6);
}
/* /Components/Pages/AccessDenied.razor.rz.scp.css */
.denied-container[b-p0hwgnca0x] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgba(21, 30, 44, 0.55);
}

.denied-box[b-p0hwgnca0x] {
    text-align: center;
    padding: 48px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(255, 90, 106, 0.3);
    border-radius: 8px;
}

    .denied-box h1[b-p0hwgnca0x] {
        color: #ff5a6a;
        font-family: 'Rajdhani', sans-serif;
        margin-bottom: 16px;
    }

    .denied-box p[b-p0hwgnca0x] {
        color: #7d8b9c;
        font-family: 'Rajdhani', sans-serif;
        margin-bottom: 24px;
    }

.back-link[b-p0hwgnca0x] {
    display: inline-block;
    padding: 12px 24px;
    background-color: rgba(51, 224, 230, 0.1);
    color: #33e0e6;
    text-decoration: none;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .back-link:hover[b-p0hwgnca0x] {
        background-color: #33e0e6;
        color: #0b0f16;
    }
/* /Components/Pages/AnnouncementsPage.razor.rz.scp.css */
+h1[b-46sni1qfrd] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-46sni1qfrd] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.title-divider[b-46sni1qfrd] {
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.section[b-46sni1qfrd] {
    margin-bottom: 32px;
}

.help-text[b-46sni1qfrd] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.message[b-46sni1qfrd] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

    .message.error[b-46sni1qfrd] {
        color: #ff5a6a;
    }

/* ==================== FORM ==================== */

.form-grid[b-46sni1qfrd] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 32px;
}

.form-row[b-46sni1qfrd] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 18px;
}

    .form-row label[b-46sni1qfrd] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .form-row input[b-46sni1qfrd],
    .form-row textarea[b-46sni1qfrd] {
        padding: 10px 14px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
        width: 100%;
    }

        .form-row input[b-46sni1qfrd]::placeholder,
        .form-row textarea[b-46sni1qfrd]::placeholder {
            color: #4f5c6b;
        }

        .form-row input:focus[b-46sni1qfrd],
        .form-row textarea:focus[b-46sni1qfrd] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

    .form-row textarea[b-46sni1qfrd] {
        resize: vertical;
        min-height: 100px;
    }

.form-select[b-46sni1qfrd],
.form-date[b-46sni1qfrd] {
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
}

    .form-select:focus[b-46sni1qfrd],
    .form-date:focus[b-46sni1qfrd] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

/* ==================== COLOUR INPUT ==================== */

.colour-input-row[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.colour-hex-input[b-46sni1qfrd] {
    max-width: 140px;
}

.colour-swatch[b-46sni1qfrd] {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid rgba(51, 224, 230, 0.3);
    flex-shrink: 0;
}

/* ==================== THUMBNAIL ==================== */

.thumbnail-upload-area[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.thumbnail-preview[b-46sni1qfrd] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid rgba(51, 224, 230, 0.3);
}

.clear-thumb-btn[b-46sni1qfrd] {
    padding: 6px 14px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .clear-thumb-btn:hover[b-46sni1qfrd] {
        background-color: rgba(255, 90, 106, 0.1);
    }

/* ==================== PREVIEW ==================== */

.preview-section[b-46sni1qfrd] {
    margin-bottom: 24px;
}

.preview-embed[b-46sni1qfrd] {
    display: flex;
    background-color: rgba(17, 24, 36, 0.58);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(51, 224, 230, 0.15);
    max-width: 520px;
}

.preview-bar[b-46sni1qfrd] {
    width: 4px;
    flex-shrink: 0;
}

.preview-content[b-46sni1qfrd] {
    padding: 16px;
    flex-grow: 1;
}

.preview-body[b-46sni1qfrd] {
    display: flex;
    gap: 16px;
}

.preview-text[b-46sni1qfrd] {
    flex-grow: 1;
    min-width: 0;
}

.preview-thumbnail[b-46sni1qfrd] {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.preview-title[b-46sni1qfrd] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.preview-desc[b-46sni1qfrd] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 12px;
    white-space: pre-wrap;
}

.preview-fields-inline[b-46sni1qfrd] {
    display: flex;
    gap: 40px;
    margin-bottom: 4px;
}

.preview-field-inline[b-46sni1qfrd] {
    display: flex;
    flex-direction: column;
}

.preview-field[b-46sni1qfrd] {
    margin-bottom: 4px;
}

.preview-field-name[b-46sni1qfrd] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    margin-bottom: 2px;
}

.preview-field span:last-child[b-46sni1qfrd],
.preview-field-inline span:last-child[b-46sni1qfrd] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

.preview-footer[b-46sni1qfrd] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
    color: #4f5c6b;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
}

/* ==================== SEND ==================== */

.send-area[b-46sni1qfrd] {
    margin-top: 16px;
}

.send-btn[b-46sni1qfrd] {
    padding: 12px 32px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .send-btn:hover[b-46sni1qfrd] {
        background-color: #6ff2f2;
        box-shadow: 0 0 12px rgba(51, 224, 230, 0.4);
    }

    .send-btn:disabled[b-46sni1qfrd] {
        background-color: #1c2634;
        color: #5a6879;
        cursor: not-allowed;
        box-shadow: none;
    }

.form-row input[type="color"].color-input[b-46sni1qfrd] {
    width: 80px;
    height: 40px;
    padding: 2px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
}

[b-46sni1qfrd] input[type="file"] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

    [b-46sni1qfrd] input[type="file"]::file-selector-button {
        padding: 8px 16px;
        background-color: transparent;
        color: #33e0e6;
        border: 1px solid #33e0e6;
        border-radius: 4px;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.85rem;
        cursor: pointer;
        margin-right: 12px;
        transition: all 0.2s;
    }

        [b-46sni1qfrd] input[type="file"]::file-selector-button:hover {
            background-color: #33e0e6;
            color: #0b0f16;
        }

h1[b-46sni1qfrd] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

.edit-id-row[b-46sni1qfrd] {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .edit-id-row .form-input[b-46sni1qfrd] {
        flex: 1;
        min-width: 240px;
    }

.load-btn[b-46sni1qfrd] {
    padding: 8px 18px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .load-btn:hover:not(:disabled)[b-46sni1qfrd] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

    .load-btn:disabled[b-46sni1qfrd] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.clear-btn[b-46sni1qfrd] {
    padding: 8px 14px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
}

    .clear-btn:hover[b-46sni1qfrd] {
        color: #cdd9e6;
        border-color: #cdd9e6;
    }
/* ==================== TABS ==================== */
.tabs[b-46sni1qfrd] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-46sni1qfrd] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-46sni1qfrd] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-46sni1qfrd] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

/* ==================== INLINE FIELDS (date / colour / image) ==================== */
.inline-fields[b-46sni1qfrd] {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

    /* Natural widths, packed to the left — no stretching to thirds. */
    .inline-fields > .form-row[b-46sni1qfrd] {
        flex: 0 0 auto;
        margin-bottom: 0;
    }

    .inline-fields .form-date[b-46sni1qfrd] {
        width: 210px;
    }

/* ==================== EMBED LIST (edit / remove) ==================== */
.list-head[b-46sni1qfrd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    gap: 16px;
}

.embed-list[b-46sni1qfrd] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.embed-card[b-46sni1qfrd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.14);
    border-radius: 4px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

    .embed-card.clickable[b-46sni1qfrd] {
        cursor: pointer;
        transition: all 0.15s;
    }

        .embed-card.clickable:hover[b-46sni1qfrd] {
            border-color: rgba(51, 224, 230, 0.4);
            box-shadow: 0 0 20px rgba(51, 224, 230, 0.12);
        }

.embed-card-title[b-46sni1qfrd] {
    color: #33e0e6;
    font-weight: 600;
    font-size: 1.05rem;
}

.embed-card-desc[b-46sni1qfrd] {
    color: #cdd9e6;
    font-size: 0.9rem;
    margin-top: 3px;
}

.embed-card-meta[b-46sni1qfrd] {
    color: #5a6879;
    font-size: 0.78rem;
    margin-top: 5px;
    font-family: 'Orbitron', sans-serif;
}

.delete-btn[b-46sni1qfrd] {
    padding: 8px 16px;
    background: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    white-space: nowrap;
    transition: all 0.2s;
}

    .delete-btn:hover[b-46sni1qfrd] {
        background: #ff5a6a;
        color: #160305;
    }

.empty-message[b-46sni1qfrd] {
    color: #5a6879;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
}

/* ==================== CHANNEL SELECT ==================== */
.list-head-controls[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.channel-select[b-46sni1qfrd] {
    padding: 9px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
}

    .channel-select:focus[b-46sni1qfrd] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

    .form-row > .channel-select[b-46sni1qfrd] {
        max-width: 340px;
    }

/* ==================== BLOCKS BUILDER ==================== */
.message[b-46sni1qfrd] { color: #33e0e6; font-family: 'Rajdhani', sans-serif; margin-bottom: 16px; }
    .message.error[b-46sni1qfrd] { color: #ff5a6a; }

.form-input[b-46sni1qfrd] {
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    box-sizing: border-box;
}
    .form-input:focus[b-46sni1qfrd] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }
textarea.form-input[b-46sni1qfrd] { resize: vertical; min-height: 60px; }

.channel-row[b-46sni1qfrd] { max-width: 360px; }

.save-btn[b-46sni1qfrd] {
    padding: 10px 24px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}
    .save-btn:hover[b-46sni1qfrd] { background-color: #6ff2f2; box-shadow: 0 0 10px rgba(51, 224, 230, 0.3); }
    .save-btn:disabled[b-46sni1qfrd] { background-color: #1c2634; color: #5a6879; cursor: not-allowed; box-shadow: none; }

.add-block-bar[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}
.add-label[b-46sni1qfrd] { color: #7d8b9c; font-family: 'Rajdhani', sans-serif; font-size: 0.9rem; }
.block-add-btn[b-46sni1qfrd] {
    padding: 7px 16px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}
    .block-add-btn:hover[b-46sni1qfrd] { background-color: rgba(51, 224, 230, 0.1); }

.block-card[b-46sni1qfrd] {
    background: rgba(17, 24, 36, 0.5);
    border: 1px solid rgba(51, 224, 230, 0.14);
    border-left: 3px solid rgba(51, 224, 230, 0.5);
    border-radius: 4px;
    margin-bottom: 14px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}
    .block-card.block-text[b-46sni1qfrd] { border-left-color: #8a99ab; }
    .block-card.block-divider[b-46sni1qfrd] { border-left-color: #4f5c6b; }
    .block-card.block-event[b-46sni1qfrd] { border-left-color: #b57bff; }

.block-head[b-46sni1qfrd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.1);
}
.block-type[b-46sni1qfrd] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.block-controls[b-46sni1qfrd] { display: flex; gap: 6px; }

.mini-btn[b-46sni1qfrd] {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    color: #33e0e6;
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.75rem;
    transition: all 0.15s;
}
    .mini-btn:hover:not(:disabled)[b-46sni1qfrd] { background: rgba(51, 224, 230, 0.12); border-color: #33e0e6; }
    .mini-btn:disabled[b-46sni1qfrd] { opacity: 0.3; cursor: not-allowed; }
    .mini-btn.danger[b-46sni1qfrd] { color: #ff5a6a; border-color: rgba(255, 90, 106, 0.4); }
    .mini-btn.danger:hover[b-46sni1qfrd] { background: #ff5a6a; color: #160305; border-color: #ff5a6a; }

.block-body[b-46sni1qfrd] { padding: 14px; }
    .block-body .form-row[b-46sni1qfrd] { max-width: none; margin-bottom: 14px; }

.divider-preview[b-46sni1qfrd] {
    color: #4f5c6b;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 2px;
    text-align: center;
    padding: 6px 0;
}

.img-field[b-46sni1qfrd] { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.img-thumb[b-46sni1qfrd] {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid rgba(51, 224, 230, 0.3);
}

/* ==================== SENT ANNOUNCEMENTS LIST ==================== */
.ann-list[b-46sni1qfrd] { display: flex; flex-direction: column; gap: 10px; }
.ann-card[b-46sni1qfrd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 14px 18px;
    background: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.14);
    border-radius: 4px;
}
    .ann-card.clickable[b-46sni1qfrd] { cursor: pointer; transition: all 0.15s; }
    .ann-card.clickable:hover[b-46sni1qfrd] { border-color: rgba(51, 224, 230, 0.4); box-shadow: 0 0 20px rgba(51, 224, 230, 0.12); }
.ann-card-title[b-46sni1qfrd] { color: #33e0e6; font-weight: 600; font-size: 1.02rem; }
.ann-card-meta[b-46sni1qfrd] { color: #5a6879; font-size: 0.8rem; margin-top: 4px; font-family: 'Rajdhani', sans-serif; }

/* ==================== BUILDER REFINEMENTS ==================== */
/* Breathing room between the channel picker and the add-block bar */
.channel-row[b-46sni1qfrd] {
    margin-bottom: 28px;
}

.add-block-bar[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 22px;
    padding: 12px 16px;
    background: rgba(17, 24, 36, 0.45);
    border: 1px solid rgba(51, 224, 230, 0.12);
    border-radius: 6px;
    flex-wrap: wrap;
}

.add-label[b-46sni1qfrd] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 4px;
}

.block-add-btn[b-46sni1qfrd] {
    padding: 9px 20px;
    background: rgba(51, 224, 230, 0.08);
    color: #33e0e6;
    border: 1px solid rgba(51, 224, 230, 0.45);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.18s;
}

    .block-add-btn:hover[b-46sni1qfrd] {
        background: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        box-shadow: 0 0 14px rgba(51, 224, 230, 0.35);
        transform: translateY(-1px);
    }

/* ==================== DRAG TO REORDER ==================== */
.block-card[b-46sni1qfrd] {
    transition: opacity 0.15s, border-color 0.15s, box-shadow 0.15s;
}

    .block-card.dragging[b-46sni1qfrd] {
        opacity: 0.45;
        border-color: #33e0e6;
        box-shadow: 0 0 18px rgba(51, 224, 230, 0.25);
    }

.block-head[b-46sni1qfrd] {
    cursor: grab;
    gap: 10px;
    user-select: none;
}

    .block-head:active[b-46sni1qfrd] {
        cursor: grabbing;
    }

.block-head-left[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drag-handle[b-46sni1qfrd] {
    color: #4f5c6b;
    font-size: 1.05rem;
    line-height: 1;
    cursor: grab;
    transition: color 0.15s;
}

    .block-head:hover .drag-handle[b-46sni1qfrd] {
        color: #33e0e6;
    }

/* ==================== IN-EMBED DIVIDER TOOL ==================== */
.desc-tools[b-46sni1qfrd] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.inline-mini-btn[b-46sni1qfrd] {
    padding: 5px 12px;
    background: transparent;
    color: #33e0e6;
    border: 1px solid rgba(51, 224, 230, 0.35);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.15s;
}

    .inline-mini-btn:hover[b-46sni1qfrd] {
        background: rgba(51, 224, 230, 0.12);
        border-color: #33e0e6;
    }

.hint[b-46sni1qfrd] {
    color: #5a6879;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.78rem;
}

/* ==================== EDIT SUB-TABS ==================== */
.sub-tabs[b-46sni1qfrd] {
    display: flex;
    gap: 8px;
    margin: 0 0 18px;
}

.sub-tab[b-46sni1qfrd] {
    padding: 7px 16px;
    background: rgba(17, 24, 36, 0.5);
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.12s, border-color 0.12s, background 0.12s;
}

    .sub-tab:hover[b-46sni1qfrd] {
        color: #cdd9e6;
        border-color: rgba(51, 224, 230, 0.4);
    }

    .sub-tab.active[b-46sni1qfrd] {
        color: #0a0e14;
        background: #33e0e6;
        border-color: #33e0e6;
    }

/* Inline checkbox + label (e.g. Ping Everyone) */
.chk-inline[b-46sni1qfrd] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
}

    .chk-inline input[type="checkbox"][b-46sni1qfrd] {
        width: 17px;
        height: 17px;
        accent-color: #33e0e6;
        cursor: pointer;
    }

    .chk-inline .hint[b-46sni1qfrd] { font-size: 0.8rem; }

/* ==================== PING ROLE CHIPS ==================== */
.role-chips[b-46sni1qfrd] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.role-chip[b-46sni1qfrd] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px 5px 12px;
    background: rgba(51, 224, 230, 0.1);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 16px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.88rem;
}

.chip-x[b-46sni1qfrd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(224, 80, 90, 0.18);
    color: #e0505a;
    font-size: 0.72rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.12s;
}

    .chip-x:hover[b-46sni1qfrd] {
        background: rgba(224, 80, 90, 0.4);
        color: #fff;
    }
/* /Components/Pages/AutoModPage.razor.rz.scp.css */
h1[b-86534svqwg] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

.tabs[b-86534svqwg] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-86534svqwg] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-86534svqwg] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-86534svqwg] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

.add-form[b-86534svqwg] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: stretch;
}

/* "Only This Word" checkbox — align to the same height as the input + button */
.wholeword-label[b-86534svqwg] {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    flex-shrink: 0;
}

    /* stop the generic ".add-form input" rule from stretching/padding the checkbox */
    .add-form input[type="checkbox"][b-86534svqwg] {
        flex-grow: 0;
        padding: 0;
    }

    .add-form input[b-86534svqwg] {
        flex-grow: 1;
        padding: 10px 14px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
    }

        .add-form input[b-86534svqwg]::placeholder {
            color: #4f5c6b;
        }

        .add-form input:focus[b-86534svqwg] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

    .add-form button[b-86534svqwg] {
        padding: 10px 20px;
        background-color: #33e0e6;
        color: #0b0f16;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
        font-family: 'Rajdhani', sans-serif;
        transition: all 0.2s;
    }

        .add-form button:hover[b-86534svqwg] {
            background-color: #6ff2f2;
            box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
        }

.message[b-86534svqwg] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

.data-table[b-86534svqwg] {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(51, 224, 230, 0.15);
}

    .data-table th[b-86534svqwg] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        padding: 12px 16px;
        text-align: left;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    .data-table td[b-86534svqwg] {
        padding: 12px 16px;
        border-top: 1px solid rgba(51, 224, 230, 0.08);
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
    }

.mono-cell[b-86534svqwg] {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    color: #1c8f97;
}

.action-buttons[b-86534svqwg] {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.edit-input[b-86534svqwg] {
    width: 100%;
    padding: 6px 10px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid #33e0e6;
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .edit-input:focus[b-86534svqwg] {
        outline: none;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

.edit-btn[b-86534svqwg] {
    padding: 6px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .edit-btn:hover[b-86534svqwg] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

.save-btn[b-86534svqwg] {
    padding: 6px 14px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    transition: all 0.2s;
}

    .save-btn:hover[b-86534svqwg] {
        background-color: #6ff2f2;
        box-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
    }

.cancel-btn[b-86534svqwg] {
    padding: 6px 14px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .cancel-btn:hover[b-86534svqwg] {
        background-color: rgba(255, 255, 255, 0.05);
        color: #cdd9e6;
    }

.delete-btn[b-86534svqwg] {
    padding: 6px 14px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .delete-btn:hover[b-86534svqwg] {
        background-color: #ff5a6a;
        color: #0b0f16;
        box-shadow: 0 0 8px rgba(255, 90, 106, 0.3);
    }

.empty-message[b-86534svqwg] {
    color: #4f5c6b;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
}

.msg-card[b-86534svqwg] {
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 16px;
}

    .msg-card h3[b-86534svqwg] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 1rem;
        margin: 0 0 12px 0;
    }

.form-row[b-86534svqwg] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
    max-width: 720px;
}

    .form-row label[b-86534svqwg] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.85rem;
        font-weight: bold;
    }

.form-input[b-86534svqwg] {
    padding: 10px 14px;
    background-color: rgba(21, 30, 44, 0.55);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    box-sizing: border-box;
    width: 100%;
}

    .form-input.narrow[b-86534svqwg] {
        max-width: 100px;
    }

    .form-input:focus[b-86534svqwg] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

textarea.form-input[b-86534svqwg] {
    resize: vertical;
    min-height: 70px;
}

.color-input[b-86534svqwg] {
    width: 80px;
    height: 40px;
    padding: 2px;
    background-color: rgba(21, 30, 44, 0.55);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
}

.image-preview[b-86534svqwg] {
    display: block;
    max-width: 240px;
    max-height: 140px;
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: rgba(17, 24, 36, 0.58);
}

.actions[b-86534svqwg] {
    margin-top: 16px;
}

.small-btn[b-86534svqwg] {
    padding: 4px 12px;
    font-size: 0.8rem;
    margin-left: 8px;
}

[b-86534svqwg] input[type="file"] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin-top: 4px;
}

    [b-86534svqwg] input[type="file"]::file-selector-button {
        padding: 8px 16px;
        background-color: transparent;
        color: #33e0e6;
        border: 1px solid #33e0e6;
        border-radius: 4px;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.85rem;
        cursor: pointer;
        margin-right: 12px;
        transition: all 0.2s;
    }

        [b-86534svqwg] input[type="file"]::file-selector-button:hover {
            background-color: #33e0e6;
            color: #0b0f16;
        }

.search-input[b-86534svqwg] {
    width: 100%;
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .search-input:focus[b-86534svqwg] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

    .search-input[b-86534svqwg]::placeholder {
        color: #4f5c6b;
    }

.guild-icon[b-86534svqwg] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(51, 224, 230, 0.2);
    display: block;
}

    .guild-icon.placeholder[b-86534svqwg] {
        background-color: rgba(51, 224, 230, 0.05);
        border: 1px dashed rgba(51, 224, 230, 0.2);
    }
/* /Components/Pages/BansWarnsPage.razor.rz.scp.css */
h1[b-i225t39fel] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-i225t39fel], h3[b-i225t39fel], h4[b-i225t39fel] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
}

.title-divider[b-i225t39fel] {
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.tabs[b-i225t39fel] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-i225t39fel] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-i225t39fel] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-i225t39fel] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

.message[b-i225t39fel] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 16px;
}

    .message.error[b-i225t39fel] {
        color: #ff5a6a;
    }

.empty-message[b-i225t39fel] {
    color: #4f5c6b;
    font-family: 'Rajdhani', sans-serif;
    font-style: italic;
}

/* ==================== TOOLBAR ==================== */

.tracker-toolbar[b-i225t39fel] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}

.toolbar-left[b-i225t39fel] {
    display: flex;
    align-items: center;
}

.profile-count[b-i225t39fel] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

.toolbar-right[b-i225t39fel] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.search-input[b-i225t39fel] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    width: 260px;
}

    .search-input:focus[b-i225t39fel] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

.filter-select[b-i225t39fel] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

/* ==================== PROFILE CARDS ==================== */

.profile-row[b-i225t39fel] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.profile-card[b-i225t39fel] {
    flex: 1;
    max-width: calc(33.333% - 11px);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    background-color: rgba(21, 30, 44, 0.55);
    border: 1px solid rgba(51, 224, 230, 0.12);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s;
}

    .profile-card:hover[b-i225t39fel] {
        border-color: rgba(51, 224, 230, 0.4);
        background-color: rgba(28, 39, 56, 0.5);
    }

    .profile-card.selected[b-i225t39fel] {
        border-color: #33e0e6;
        background-color: #10202b;
    }

.card-avatar[b-i225t39fel] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid rgba(51, 224, 230, 0.2);
}

.card-info[b-i225t39fel] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.card-name[b-i225t39fel] {
    color: #dfe8f2;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-stats[b-i225t39fel] {
    display: flex;
    gap: 10px;
}

.stat[b-i225t39fel] {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
}

    .stat.active[b-i225t39fel] {
        color: #ff8a94;
    }

    .stat.inactive[b-i225t39fel] {
        color: #5a6879;
    }

.card-banned[b-i225t39fel] {
    color: #ff5a6a;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 6px;
    border: 1px solid #ff5a6a;
    border-radius: 3px;
    width: fit-content;
}

/* ==================== EXPANSION PANEL ==================== */

.profile-expansion[b-i225t39fel] {
    background-color: rgba(21, 30, 44, 0.55);
    border: 1px solid #33e0e6;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 16px;
    animation: slideDown-b-i225t39fel 0.2s ease-out;
}

@keyframes slideDown-b-i225t39fel {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.expansion-header[b-i225t39fel] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.1);
}

.expansion-avatar[b-i225t39fel] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #33e0e6;
}

.expansion-header-info h3[b-i225t39fel] {
    margin: 0 0 6px 0;
    font-size: 1.2rem;
}

.expansion-stats[b-i225t39fel] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.expansion-details[b-i225t39fel] {
    display: flex;
    gap: 32px;
    margin-bottom: 20px;
}

.detail-row[b-i225t39fel] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.detail-label[b-i225t39fel] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
}

.detail-value[b-i225t39fel] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .detail-value.mono[b-i225t39fel] {
        color: #7d8b9c;
    }

.expansion-section[b-i225t39fel] {
    margin-bottom: 20px;
}

    .expansion-section h4[b-i225t39fel] {
        margin-bottom: 10px;
        font-size: 1rem;
    }

.empty-text[b-i225t39fel] {
    color: #4f5c6b;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    font-style: italic;
}

/* Server entries */
.server-entry[b-i225t39fel] {
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    background-color: rgba(51, 224, 230, 0.03);
    border-radius: 3px;
    margin-bottom: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

.detail-sub[b-i225t39fel] {
    color: #5a6879;
    font-size: 0.8rem;
}

/* Ban entries */
.ban-entry[b-i225t39fel] {
    display: flex;
    justify-content: space-between;
    padding: 8px 12px;
    border-radius: 3px;
    margin-bottom: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

.ban-active[b-i225t39fel] {
    background-color: rgba(255, 90, 106, 0.08);
    border-left: 3px solid #ff5a6a;
}

.ban-inactive[b-i225t39fel] {
    background-color: rgba(90, 104, 121, 0.08);
    border-left: 3px solid #2a3648;
}

.ban-server[b-i225t39fel] {
    color: #cdd9e6;
    font-weight: bold;
}

.ban-reason[b-i225t39fel] {
    color: #7d8b9c;
}

.ban-date[b-i225t39fel] {
    color: #5a6879;
    font-size: 0.8rem;
}

/* Warn entries */
.warn-entry[b-i225t39fel] {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.warn-active[b-i225t39fel] {
    background-color: rgba(255, 138, 148, 0.06);
    border-left: 3px solid #ff8a94;
}

.warn-inactive[b-i225t39fel] {
    background-color: rgba(90, 104, 121, 0.06);
    border-left: 3px solid #2a3648;
}

.warn-header[b-i225t39fel] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.warn-status[b-i225t39fel] {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 3px;
}

.status-active[b-i225t39fel] {
    color: #ff8a94;
    background-color: rgba(255, 138, 148, 0.15);
}

.status-inactive[b-i225t39fel] {
    color: #5a6879;
    background-color: rgba(90, 104, 121, 0.15);
}

.warn-date[b-i225t39fel] {
    color: #5a6879;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
}

.warn-reason[b-i225t39fel] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 6px;
    white-space: pre-wrap;
}

.warn-meta[b-i225t39fel] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    color: #5a6879;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    margin-bottom: 6px;
}

.warn-actions[b-i225t39fel] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

.warn-edit-form[b-i225t39fel] {
    margin-bottom: 8px;
}

    .warn-edit-form textarea[b-i225t39fel] {
        width: 100%;
        padding: 8px 12px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        resize: vertical;
    }

.warn-edit-buttons[b-i225t39fel] {
    display: flex;
    gap: 8px;
    margin-top: 6px;
}

/* Buttons */
.edit-btn[b-i225t39fel], .save-btn[b-i225t39fel], .cancel-btn[b-i225t39fel], .delete-btn[b-i225t39fel] {
    padding: 4px 12px;
    border-radius: 3px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
}

.edit-btn[b-i225t39fel] {
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
}

    .edit-btn:hover[b-i225t39fel] {
        background-color: rgba(51, 224, 230, 0.1);
    }

.inactive-btn[b-i225t39fel] {
    padding: 4px 12px;
    border-radius: 3px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s;
    background-color: transparent;
    color: #f0c040;
    border: 1px solid #f0c040;
}

    .inactive-btn:hover[b-i225t39fel] {
        background-color: rgba(240, 192, 64, 0.1);
    }

.save-btn[b-i225t39fel] {
    background-color: #33e0e6;
    color: #0b0f16;
    border: 1px solid #33e0e6;
    font-weight: bold;
}

.cancel-btn[b-i225t39fel] {
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
}

.delete-btn[b-i225t39fel] {
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
}

    .delete-btn:hover[b-i225t39fel] {
        background-color: rgba(255, 90, 106, 0.1);
    }

.expansion-footer[b-i225t39fel] {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(51, 224, 230, 0.1);
    display: flex;
    justify-content: flex-end;
}

.remove-profile-btn[b-i225t39fel] {
    padding: 8px 20px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

    .remove-profile-btn:hover[b-i225t39fel] {
        background-color: rgba(255, 90, 106, 0.15);
        box-shadow: 0 0 8px rgba(255, 90, 106, 0.3);
    }

/* ==================== CONFIRM DIALOG ==================== */

.confirm-overlay[b-i225t39fel] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.confirm-dialog[b-i225t39fel] {
    background-color: rgba(28, 39, 56, 0.5);
    border: 1px solid #ff5a6a;
    border-radius: 8px;
    padding: 32px;
    max-width: 460px;
    width: 90%;
}

    .confirm-dialog h3[b-i225t39fel] {
        color: #ff5a6a;
        margin: 0 0 12px 0;
        font-size: 1.1rem;
    }

    .confirm-dialog p[b-i225t39fel] {
        color: #cdd9e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        margin-bottom: 24px;
        line-height: 1.5;
    }

.confirm-buttons[b-i225t39fel] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.confirm-yes[b-i225t39fel] {
    padding: 8px 20px;
    background-color: #ff5a6a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

    .confirm-yes:hover[b-i225t39fel] {
        background-color: #ff7480;
    }

.confirm-no[b-i225t39fel] {
    padding: 8px 20px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
}

    .confirm-no:hover[b-i225t39fel] {
        border-color: #cdd9e6;
        color: #cdd9e6;
    }

/* ==================== SECTION ==================== */

.section[b-i225t39fel] {
    margin-bottom: 32px;
}

.add-form[b-i225t39fel] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.form-input[b-i225t39fel] {
    padding: 8px 12px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .form-input.narrow[b-i225t39fel] {
        max-width: 140px;
    }

.inline-input[b-i225t39fel] {
    padding: 6px 10px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 3px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    margin-right: 6px;
}

    .inline-input.narrow[b-i225t39fel] {
        max-width: 80px;
    }

.hint[b-i225t39fel] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    font-style: italic;
    margin-left: 8px;
}

.help-text[b-i225t39fel] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

/* ==================== SUB-TABS ==================== */
.sub-tabs[b-i225t39fel] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.sub-tab[b-i225t39fel] {
    padding: 6px 14px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .sub-tab:hover[b-i225t39fel] {
        background-color: rgba(51, 224, 230, 0.05);
        color: #33e0e6;
    }

    .sub-tab.active[b-i225t39fel] {
        background-color: rgba(51, 224, 230, 0.1);
        color: #33e0e6;
        border-color: #33e0e6;
    }

/* ==================== FORM ROW ==================== */
.form-row[b-i225t39fel] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    max-width: 720px;
}

    .form-row label[b-i225t39fel] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
    }

.form-input[b-i225t39fel] {
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    box-sizing: border-box;
}

    .form-input:focus[b-i225t39fel] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51,224,230,0.2);
    }

    .form-input[b-i225t39fel]::placeholder {
        color: #4f5c6b;
    }

textarea.form-input[b-i225t39fel] {
    resize: vertical;
    min-height: 70px;
}

.color-input[b-i225t39fel] {
    width: 80px;
    height: 40px;
    padding: 2px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
}

.image-preview[b-i225t39fel] {
    display: block;
    max-width: 240px;
    max-height: 140px;
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: rgba(17, 24, 36, 0.58);
}

[b-i225t39fel] input[type="file"] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

    [b-i225t39fel] input[type="file"]::file-selector-button {
        padding: 6px 12px;
        background: transparent;
        color: #33e0e6;
        border: 1px solid #33e0e6;
        border-radius: 3px;
        cursor: pointer;
        font-family: 'Rajdhani', sans-serif;
    }

/* ==================== SEARCHABLE DROPDOWN ==================== */
.searchable-dropdown[b-i225t39fel] {
    position: relative;
}

.dropdown-list[b-i225t39fel] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

.dropdown-item[b-i225t39fel] {
    padding: 8px 14px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    border-top: 1px solid rgba(51,224,230,0.08);
}

    .dropdown-item:hover[b-i225t39fel] {
        background-color: rgba(51,224,230,0.1);
        color: #33e0e6;
    }

    .dropdown-item.dropdown-empty[b-i225t39fel] {
        color: #4f5c6b;
        font-style: italic;
        cursor: default;
    }

/* ==================== CHIPS ==================== */
.chips-container[b-i225t39fel] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
    min-height: 4px;
}

.chip[b-i225t39fel] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 4px 4px 10px;
    background-color: rgba(51,224,230,0.08);
    border: 1px solid rgba(51,224,230,0.3);
    border-radius: 3px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

.chip-x[b-i225t39fel] {
    background: transparent;
    border: none;
    color: #ff5a6a;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0 6px;
}

.actions[b-i225t39fel] {
    margin-top: 24px;
}

.small-btn[b-i225t39fel] {
    padding: 4px 10px;
    font-size: 0.75rem;
    margin-left: 8px;
}
/* ==================== AUTO PUNISHMENTS ==================== */
.cond-panel[b-i225t39fel] {
    max-width: 780px;
}

/* Add bar */
.cond-addbar[b-i225t39fel] {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    padding: 16px 18px;
    border: 1px solid rgba(51, 224, 230, 0.18);
    border-radius: 8px;
    background: rgba(17, 24, 36, 0.4);
}

.cond-field[b-i225t39fel] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .cond-field > label[b-i225t39fel] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.72rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

.cond-input[b-i225t39fel] {
    padding: 8px 11px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    box-sizing: border-box;
    height: 38px;
}

    .cond-input:focus[b-i225t39fel] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

.cond-input.warns[b-i225t39fel] { width: 96px; }
.cond-input.action[b-i225t39fel] { width: 168px; }

.dur-cell[b-i225t39fel] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cond-input.dur-num[b-i225t39fel] { width: 72px; }
.cond-input.dur-unit[b-i225t39fel] { width: 104px; }

.dur-note[b-i225t39fel] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    white-space: nowrap;
}

.dur-none[b-i225t39fel] {
    color: #4f5c6b;
    padding-left: 4px;
}

.cond-add[b-i225t39fel] {
    height: 38px;
    padding: 0 22px;
}

/* Table */
.conditions-table[b-i225t39fel] {
    width: 100%;
}

    .conditions-table th[b-i225t39fel],
    .conditions-table td[b-i225t39fel] {
        vertical-align: middle;
    }

    .conditions-table th:nth-child(1)[b-i225t39fel],
    .conditions-table td:nth-child(1)[b-i225t39fel] { width: 120px; }

    .conditions-table th:nth-child(2)[b-i225t39fel],
    .conditions-table td:nth-child(2)[b-i225t39fel] { width: 160px; }

    .conditions-table th:nth-child(3)[b-i225t39fel],
    .conditions-table td:nth-child(3)[b-i225t39fel] { width: 240px; }

    .conditions-table th:nth-child(4)[b-i225t39fel],
    .conditions-table td:nth-child(4)[b-i225t39fel] { text-align: right; white-space: nowrap; }

    /* Fill the warn + punishment cells; keep duration controls at their fixed sizes */
    .conditions-table td:nth-child(1) .cond-input[b-i225t39fel],
    .conditions-table td:nth-child(2) .cond-input[b-i225t39fel] { width: 100%; }

/* Immune roles */
.immune-panel[b-i225t39fel] {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(51, 224, 230, 0.14);
}

.immune-h[b-i225t39fel] {
    color: #33e0e6;
    font-family: 'Orbitron', 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    margin: 0 0 6px;
}

.cond-input.role[b-i225t39fel] { width: 240px; }

.immune-list[b-i225t39fel] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.immune-chip[b-i225t39fel] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px 6px 12px;
    background: rgba(51, 224, 230, 0.1);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 16px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

.chip-x[b-i225t39fel] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(224, 80, 90, 0.18);
    color: #e0505a;
    font-size: 0.72rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.12s;
}

    .chip-x:hover[b-i225t39fel] {
        background: rgba(224, 80, 90, 0.4);
        color: #fff;
    }
/* /Components/Pages/LoginPage.razor.rz.scp.css */
.login-container[b-syo2pku5hl] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgba(21, 30, 44, 0.55);
}

.login-box[b-syo2pku5hl] {
    text-align: center;
    padding: 48px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 8px;
}

    .login-box h1[b-syo2pku5hl] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        text-shadow: 0 0 8px rgba(51, 224, 230, 0.4);
        margin-bottom: 16px;
    }

    .login-box p[b-syo2pku5hl] {
        color: #7d8b9c;
        font-family: 'Rajdhani', sans-serif;
        margin-bottom: 24px;
    }

.login-button[b-syo2pku5hl] {
    display: inline-block;
    padding: 14px 32px;
    background-color: #5865F2;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.2s;
}

    .login-button:hover[b-syo2pku5hl] {
        background-color: #4752C4;
        box-shadow: 0 0 12px rgba(88, 101, 242, 0.4);
    }

.error-message[b-syo2pku5hl] {
    color: #ff5a6a;
    margin-top: 16px;
    font-family: 'Rajdhani', sans-serif;
}
/* /Components/Pages/LogsPage.razor.rz.scp.css */
h1[b-2574tbdu5w] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
    margin: 0;
}

.logs-header[b-2574tbdu5w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 16px;
}

.tabs[b-2574tbdu5w] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-2574tbdu5w] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-2574tbdu5w] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-2574tbdu5w] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

.message[b-2574tbdu5w] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

.search-area[b-2574tbdu5w] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.search-input[b-2574tbdu5w] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    width: 280px;
}

    .search-input[b-2574tbdu5w]::placeholder {
        color: #4f5c6b;
    }

    .search-input:focus[b-2574tbdu5w] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

.filter-select[b-2574tbdu5w] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .filter-select:focus[b-2574tbdu5w] {
        outline: none;
        border-color: #33e0e6;
    }

.date-input[b-2574tbdu5w] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .date-input:focus[b-2574tbdu5w] {
        outline: none;
        border-color: #33e0e6;
    }

.clear-btn[b-2574tbdu5w] {
    padding: 8px 16px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .clear-btn:hover[b-2574tbdu5w] {
        background-color: #ff5a6a;
        color: #0b0f16;
    }

.data-table[b-2574tbdu5w] {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(51, 224, 230, 0.15);
}

    .data-table th[b-2574tbdu5w] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        padding: 12px 16px;
        text-align: left;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    .data-table td[b-2574tbdu5w] {
        padding: 12px 16px;
        border-top: 1px solid rgba(51, 224, 230, 0.08);
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
    }

    .data-table code[b-2574tbdu5w] {
        background-color: rgba(51, 224, 230, 0.08);
        padding: 2px 6px;
        border-radius: 3px;
        font-size: 0.85rem;
        color: #cdd9e6;
    }

.mono-cell[b-2574tbdu5w] {
    font-size: 0.8rem;
    color: #7d8b9c;
}

.action-badge[b-2574tbdu5w] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 6px;
}

.badge-added[b-2574tbdu5w] {
    background-color: rgba(51, 224, 230, 0.15);
    color: #33e0e6;
    border: 1px solid rgba(51, 224, 230, 0.3);
}

.badge-removed[b-2574tbdu5w] {
    background-color: rgba(255, 90, 106, 0.15);
    color: #ff5a6a;
    border: 1px solid rgba(255, 90, 106, 0.3);
}

.badge-edited[b-2574tbdu5w] {
    background-color: rgba(255, 165, 0, 0.15);
    color: #ffa500;
    border: 1px solid rgba(255, 165, 0, 0.3);
}

.badge-success[b-2574tbdu5w] {
    background-color: rgba(51, 224, 230, 0.15);
    color: #33e0e6;
    border: 1px solid rgba(51, 224, 230, 0.3);
}

.badge-failed[b-2574tbdu5w] {
    background-color: rgba(255, 90, 106, 0.15);
    color: #ff5a6a;
    border: 1px solid rgba(255, 90, 106, 0.3);
}

.empty-message[b-2574tbdu5w] {
    color: #4f5c6b;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
}

.badge-info[b-2574tbdu5w] {
    background: rgba(88,101,242,0.15);
    color: #5865F2;
    border: 1px solid rgba(88,101,242,0.4);
}

.badge-mute[b-2574tbdu5w] {
    background: rgba(240,192,64,0.15);
    color: #f0c040;
    border: 1px solid rgba(240,192,64,0.4);
}
/* /Components/Pages/OwnerToolsPage.razor.rz.scp.css */
h1[b-hzmjjnjxki] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 24px;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-hzmjjnjxki] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.section[b-hzmjjnjxki] {
    margin-bottom: 32px;
    max-width: 820px;
}

.help-text[b-hzmjjnjxki] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.88rem;
    margin-bottom: 18px;
}

    .help-text strong[b-hzmjjnjxki] { color: #cdd9e6; }

.message[b-hzmjjnjxki] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 16px;
}

    .message.error[b-hzmjjnjxki] { color: #ff5a6a; }

.add-form[b-hzmjjnjxki] {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
}

.form-input[b-hzmjjnjxki] {
    flex: 1;
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
}

    .form-input:focus[b-hzmjjnjxki] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

    .form-input[b-hzmjjnjxki]::placeholder { color: #4f5c6b; }

.add-btn[b-hzmjjnjxki] {
    padding: 10px 22px;
    background-color: #33e0e6;
    color: #0a0e14;
    border: none;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
}

    .add-btn:hover:not(:disabled)[b-hzmjjnjxki] {
        background-color: #6ff2f2;
        box-shadow: 0 0 12px rgba(51, 224, 230, 0.4);
    }

    .add-btn:disabled[b-hzmjjnjxki] { opacity: 0.5; cursor: default; }

.data-table[b-hzmjjnjxki] {
    width: 100%;
    border-collapse: collapse;
    background: rgba(17, 24, 36, 0.35);
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 6px;
    overflow: hidden;
}

    .data-table th[b-hzmjjnjxki] {
        text-align: left;
        padding: 10px 14px;
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.8rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        background: rgba(51, 224, 230, 0.06);
        border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    }

    .data-table td[b-hzmjjnjxki] {
        padding: 10px 14px;
        color: #cdd9e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        border-bottom: 1px solid rgba(51, 224, 230, 0.08);
    }

.mono-cell[b-hzmjjnjxki] {
    font-family: 'Consolas', 'Courier New', monospace;
    color: #7d8b9c;
    font-size: 0.85rem;
}

.delete-btn[b-hzmjjnjxki] {
    padding: 6px 14px;
    background: transparent;
    color: #ff5a6a;
    border: 1px solid rgba(255, 90, 106, 0.5);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.15s;
}

    .delete-btn:hover[b-hzmjjnjxki] { background: rgba(255, 90, 106, 0.12); }

.empty-message[b-hzmjjnjxki] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-style: italic;
    padding: 14px 0;
}
/* /Components/Pages/RoleAutomationPage.razor.rz.scp.css */
h1[b-sinqoxasmz] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-sinqoxasmz] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    margin: 24px 0 8px 0;
}

.title-divider[b-sinqoxasmz] {
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.message[b-sinqoxasmz] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

    .message.error[b-sinqoxasmz] {
        color: #ff5a6a;
    }

.empty-message[b-sinqoxasmz] {
    color: #4f5c6b;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
    padding: 24px 0;
}

.hint[b-sinqoxasmz] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin: 0 0 12px 0;
}

.toolbar[b-sinqoxasmz] {
    margin-bottom: 16px;
}

/* ==================== FORM ROWS ==================== */

.form-row[b-sinqoxasmz] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    max-width: 720px;
}

    .form-row label[b-sinqoxasmz] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
    }

.form-input[b-sinqoxasmz] {
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

    .form-input[b-sinqoxasmz]::placeholder {
        color: #4f5c6b;
    }

    .form-input:focus[b-sinqoxasmz] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

/* ==================== TABLES ==================== */

.data-table[b-sinqoxasmz] {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(51, 224, 230, 0.15);
    margin-bottom: 16px;
}

    .data-table th[b-sinqoxasmz] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        padding: 12px 16px;
        text-align: left;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    .data-table td[b-sinqoxasmz] {
        padding: 12px 16px;
        border-top: 1px solid rgba(51, 224, 230, 0.08);
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        color: #cdd9e6;
    }

.mono-cell[b-sinqoxasmz] {
    font-size: 0.85rem;
    color: #7d8b9c;
}

.action-buttons[b-sinqoxasmz] {
    display: flex;
    gap: 8px;
}

.reactions-table[b-sinqoxasmz] {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 4px;
    margin-bottom: 12px;
}

    .reactions-table th[b-sinqoxasmz] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        padding: 10px 12px;
        text-align: left;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    .reactions-table td[b-sinqoxasmz] {
        padding: 8px 12px;
        border-top: 1px solid rgba(51, 224, 230, 0.08);
    }

.emoji-cell[b-sinqoxasmz] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pick-btn[b-sinqoxasmz] {
    padding: 8px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
    white-space: nowrap;
}

    .pick-btn:hover[b-sinqoxasmz] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

/* ==================== BUTTONS ==================== */

.primary-btn[b-sinqoxasmz] {
    padding: 10px 20px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s;
}

    .primary-btn:hover[b-sinqoxasmz] {
        background-color: #6ff2f2;
        box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
    }

.cancel-btn[b-sinqoxasmz] {
    padding: 10px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s;
}

    .cancel-btn:hover[b-sinqoxasmz] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

.add-btn[b-sinqoxasmz] {
    padding: 8px 16px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .add-btn:hover[b-sinqoxasmz] {
        background-color: rgba(51, 224, 230, 0.1);
    }

.edit-btn[b-sinqoxasmz] {
    padding: 6px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .edit-btn:hover[b-sinqoxasmz] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

.remove-btn[b-sinqoxasmz],
.delete-btn[b-sinqoxasmz] {
    padding: 6px 14px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .remove-btn:hover[b-sinqoxasmz],
    .delete-btn:hover[b-sinqoxasmz] {
        background-color: #ff5a6a;
        color: #0b0f16;
    }

.actions[b-sinqoxasmz] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(51, 224, 230, 0.1);
}

/* ==================== EMOJI MODAL ==================== */

.emoji-overlay[b-sinqoxasmz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.emoji-modal[b-sinqoxasmz] {
    background-color: rgba(28, 39, 56, 0.5);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 8px;
    padding: 8px;
}

    .emoji-modal emoji-picker[b-sinqoxasmz] {
        --background: rgba(17, 24, 36, 0.58);
        --border-color: rgba(51, 224, 230, 0.15);
        --input-border-color: rgba(51, 224, 230, 0.3);
        --input-font-color: #cdd9e6;
        --emoji-font-family: 'Rajdhani', sans-serif;
        --indicator-color: #33e0e6;
        height: 420px;
    }

.searchable-dropdown[b-sinqoxasmz] {
    position: relative;
    width: 100%;
}

.dropdown-list[b-sinqoxasmz] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.dropdown-item[b-sinqoxasmz] {
    padding: 8px 14px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
}

    .dropdown-item:first-child[b-sinqoxasmz] {
        border-top: none;
    }

    .dropdown-item:hover[b-sinqoxasmz] {
        background-color: rgba(51, 224, 230, 0.1);
        color: #33e0e6;
    }

    .dropdown-item.dropdown-empty[b-sinqoxasmz] {
        color: #4f5c6b;
        font-style: italic;
        cursor: default;
    }

        .dropdown-item.dropdown-empty:hover[b-sinqoxasmz] {
            background-color: transparent;
            color: #4f5c6b;
        }

/* ==================== ROLE LINKING ==================== */

.add-form.vertical[b-sinqoxasmz] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    max-width: 720px;
}

.link-row[b-sinqoxasmz] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.link-label[b-sinqoxasmz] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    min-width: 110px;
}

.link-action[b-sinqoxasmz] {
    width: 130px;
    flex: 0 0 auto;
}

.add-form.vertical .searchable-dropdown[b-sinqoxasmz] {
    flex: 1;
    min-width: 0;
}

.add-form.vertical > .searchable-dropdown[b-sinqoxasmz] {
    width: 100%;
}

/* ==================== TABS ==================== */

.tabs[b-sinqoxasmz] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-sinqoxasmz] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-sinqoxasmz] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-sinqoxasmz] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

/* ==================== HEADINGS ==================== */

h3[b-sinqoxasmz] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1rem;
    margin: 24px 0 12px 0;
}

/* ==================== ADD FORM (horizontal flex) ==================== */

.add-form[b-sinqoxasmz] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: stretch;
}

    .add-form .searchable-dropdown[b-sinqoxasmz] {
        flex: 1;
        min-width: 220px;
    }

    .add-form button[b-sinqoxasmz] {
        white-space: nowrap;
    }
/* /Components/Pages/SettingsPage.razor.rz.scp.css */
h1[b-d8qn1urbok] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-d8qn1urbok] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.tabs[b-d8qn1urbok] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-d8qn1urbok] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-d8qn1urbok] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-d8qn1urbok] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

.section[b-d8qn1urbok] {
    margin-bottom: 32px;
}

.coming-soon[b-d8qn1urbok] {
    color: #4f5c6b;
    font-family: 'Rajdhani', sans-serif;
    font-style: italic;
    font-size: 0.95rem;
    padding: 40px 0;
    text-align: center;
}

.help-text[b-d8qn1urbok] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.add-form[b-d8qn1urbok] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

    .add-form input[b-d8qn1urbok], .add-form select[b-d8qn1urbok] {
        padding: 10px 14px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
    }

    .add-form input[b-d8qn1urbok] {
        flex-grow: 1;
        min-width: 200px;
    }

        .add-form input[b-d8qn1urbok]::placeholder {
            color: #4f5c6b;
        }

        .add-form input:focus[b-d8qn1urbok], .add-form select:focus[b-d8qn1urbok] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

    .add-form button[b-d8qn1urbok] {
        padding: 10px 20px;
        background-color: #33e0e6;
        color: #0b0f16;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
        font-family: 'Rajdhani', sans-serif;
        transition: all 0.2s;
    }

        .add-form button:hover[b-d8qn1urbok] {
            background-color: #6ff2f2;
            box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
        }

.message[b-d8qn1urbok] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

.data-table[b-d8qn1urbok] {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(51, 224, 230, 0.15);
}

    .data-table th[b-d8qn1urbok] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        padding: 12px 16px;
        text-align: left;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    .data-table td[b-d8qn1urbok] {
        padding: 12px 16px;
        border-top: 1px solid rgba(51, 224, 230, 0.08);
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
    }

.mono-cell[b-d8qn1urbok] {
    font-size: 0.8rem;
    color: #7d8b9c;
}

.action-buttons[b-d8qn1urbok] {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.delete-btn[b-d8qn1urbok] {
    padding: 6px 14px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .delete-btn:hover[b-d8qn1urbok] {
        background-color: #ff5a6a;
        color: #0b0f16;
        box-shadow: 0 0 8px rgba(255, 90, 106, 0.3);
    }

.empty-message[b-d8qn1urbok] {
    color: #4f5c6b;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
}

.display-settings-grid[b-d8qn1urbok] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.setting-row[b-d8qn1urbok] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .setting-row label[b-d8qn1urbok] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
    }

.setting-input[b-d8qn1urbok] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

    .setting-input input[b-d8qn1urbok],
    .setting-input textarea[b-d8qn1urbok] {
        flex-grow: 1;
        min-width: 200px;
        padding: 10px 14px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
    }

        .setting-input input[b-d8qn1urbok]::placeholder,
        .setting-input textarea[b-d8qn1urbok]::placeholder {
            color: #4f5c6b;
        }

        .setting-input input:focus[b-d8qn1urbok],
        .setting-input textarea:focus[b-d8qn1urbok] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

    .setting-input textarea[b-d8qn1urbok] {
        resize: vertical;
        min-height: 60px;
    }

    .setting-input button[b-d8qn1urbok] {
        padding: 10px 20px;
        background-color: #33e0e6;
        color: #0b0f16;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
        font-family: 'Rajdhani', sans-serif;
        transition: all 0.2s;
    }

        .setting-input button:hover[b-d8qn1urbok] {
            background-color: #6ff2f2;
            box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
        }

        .setting-input button:disabled[b-d8qn1urbok] {
            background-color: #1c2634;
            color: #5a6879;
            cursor: not-allowed;
            box-shadow: none;
        }

.avatar-preview[b-d8qn1urbok] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(51, 224, 230, 0.3);
    object-fit: cover;
    flex-shrink: 0;
}

.sub-id[b-d8qn1urbok] {
    display: block;
    font-size: 0.75rem;
    color: #4f5c6b;
    margin-top: 2px;
}

/* ==================== USER MANAGEMENT STYLES ==================== */

.section-header[b-d8qn1urbok] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

    .section-header h2[b-d8qn1urbok] {
        margin-bottom: 0;
    }

.search-area[b-d8qn1urbok] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.search-input[b-d8qn1urbok] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    width: 220px;
}

    .search-input[b-d8qn1urbok]::placeholder {
        color: #4f5c6b;
    }

    .search-input:focus[b-d8qn1urbok] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

.filter-select[b-d8qn1urbok] {
    padding: 8px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

    .filter-select:focus[b-d8qn1urbok] {
        outline: none;
        border-color: #33e0e6;
    }

.clear-btn[b-d8qn1urbok] {
    padding: 8px 16px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .clear-btn:hover[b-d8qn1urbok] {
        background-color: #ff5a6a;
        color: #0b0f16;
    }

.error-message[b-d8qn1urbok] {
    color: #ff5a6a;
    font-family: 'Rajdhani', sans-serif;
}

.data-table select[b-d8qn1urbok] {
    padding: 6px 10px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid #33e0e6;
    border-radius: 4px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
}

.role-badge[b-d8qn1urbok] {
    color: #33e0e6;
    font-size: 0.85rem;
}

.edit-btn[b-d8qn1urbok] {
    padding: 6px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .edit-btn:hover[b-d8qn1urbok] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

.save-btn[b-d8qn1urbok] {
    padding: 6px 14px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    transition: all 0.2s;
}

    .save-btn:hover[b-d8qn1urbok] {
        background-color: #6ff2f2;
    }

.cancel-btn[b-d8qn1urbok] {
    padding: 6px 14px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .cancel-btn:hover[b-d8qn1urbok] {
        background-color: rgba(255, 255, 255, 0.05);
        color: #cdd9e6;
    }

[b-d8qn1urbok] input[type="file"] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

    [b-d8qn1urbok] input[type="file"]::file-selector-button {
        padding: 8px 16px;
        background-color: transparent;
        color: #33e0e6;
        border: 1px solid #33e0e6;
        border-radius: 4px;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.85rem;
        cursor: pointer;
        margin-right: 12px;
        transition: all 0.2s;
    }

        [b-d8qn1urbok] input[type="file"]::file-selector-button:hover {
            background-color: #33e0e6;
            color: #0b0f16;
        }

.searchable-dropdown[b-d8qn1urbok] {
    position: relative;
    flex-grow: 1;
    min-width: 200px;
}

    .searchable-dropdown input[b-d8qn1urbok] {
        width: 100%;
        box-sizing: border-box;
    }

.dropdown-list[b-d8qn1urbok] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.dropdown-item[b-d8qn1urbok] {
    padding: 8px 14px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
}

    .dropdown-item:first-child[b-d8qn1urbok] {
        border-top: none;
    }

    .dropdown-item:hover[b-d8qn1urbok] {
        background-color: rgba(51, 224, 230, 0.1);
        color: #33e0e6;
    }

    .dropdown-item.dropdown-empty[b-d8qn1urbok] {
        color: #4f5c6b;
        font-style: italic;
        cursor: default;
    }

        .dropdown-item.dropdown-empty:hover[b-d8qn1urbok] {
            background-color: transparent;
            color: #4f5c6b;
        }

    .dropdown-item .mono-cell[b-d8qn1urbok] {
        margin-left: 6px;
    }
/* ==================== LOG-TYPE ROUTING ==================== */
.add-form.vertical[b-d8qn1urbok] {
    flex-direction: column;
    align-items: stretch;
}

    .add-form.vertical .searchable-dropdown[b-d8qn1urbok] {
        max-width: 420px;
    }

    .add-form.vertical button[b-d8qn1urbok] {
        align-self: flex-start;
    }

.logtype-checks[b-d8qn1urbok] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    padding: 4px 2px;
}

.logtype-check[b-d8qn1urbok] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    user-select: none;
}

    .logtype-check input[type="checkbox"][b-d8qn1urbok] {
        flex: 0 0 auto;
        width: 16px;
        min-width: 0;      /* override global .add-form input min-width */
        height: 16px;
        margin: 0;
        accent-color: #33e0e6;
        cursor: pointer;
    }

.type-chips[b-d8qn1urbok] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.type-chip[b-d8qn1urbok] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 6px 3px 11px;
    background: rgba(51, 224, 230, 0.1);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 12px;
    color: #6ff2f2;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    white-space: nowrap;
}

.chip-x[b-d8qn1urbok] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #6ff2f2;
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 0.15s;
}

    .chip-x:hover[b-d8qn1urbok] {
        background: #ff5a6a;
        color: #160305;
    }

/* ==================== FEATURES ==================== */
.feature-list[b-d8qn1urbok] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 640px;
}

.feature-row[b-d8qn1urbok] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 14px;
    border: 1px solid rgba(51, 224, 230, 0.14);
    border-radius: 6px;
    background: rgba(17, 24, 36, 0.35);
    margin-bottom: 8px;
}

.feature-text[b-d8qn1urbok] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.feature-name[b-d8qn1urbok] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
}

.feature-desc[b-d8qn1urbok] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.82rem;
}

/* Toggle switch */
.switch[b-d8qn1urbok] {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
    flex: 0 0 auto;
}

    .switch input[b-d8qn1urbok] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-d8qn1urbok] {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: rgba(120, 130, 145, 0.3);
    border: 1px solid rgba(120, 130, 145, 0.4);
    border-radius: 26px;
    transition: background 0.16s, border-color 0.16s;
}

    .slider[b-d8qn1urbok]::before {
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background: #cdd9e6;
        border-radius: 50%;
        transition: transform 0.16s, background 0.16s;
    }

.switch input:checked + .slider[b-d8qn1urbok] {
    background: rgba(51, 224, 230, 0.25);
    border-color: #33e0e6;
}

    .switch input:checked + .slider[b-d8qn1urbok]::before {
        transform: translateX(20px);
        background: #33e0e6;
    }

.switch input:focus-visible + .slider[b-d8qn1urbok] {
    box-shadow: 0 0 0 2px rgba(51, 224, 230, 0.4);
}
/* /Components/Pages/SheetsPage.razor.rz.scp.css */
h1[b-fqzr80w6ya] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-fqzr80w6ya] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.tabs[b-fqzr80w6ya] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-fqzr80w6ya] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-fqzr80w6ya] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-fqzr80w6ya] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

.section[b-fqzr80w6ya] {
    margin-bottom: 32px;
}

.help-text[b-fqzr80w6ya] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

.add-form[b-fqzr80w6ya] {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

    .add-form input[b-fqzr80w6ya] {
        padding: 10px 14px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
        flex-grow: 1;
        min-width: 200px;
    }

        .add-form input[b-fqzr80w6ya]::placeholder {
            color: #4f5c6b;
        }

        .add-form input:focus[b-fqzr80w6ya] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

    .add-form button[b-fqzr80w6ya] {
        padding: 10px 20px;
        background-color: #33e0e6;
        color: #0b0f16;
        border: none;
        border-radius: 4px;
        font-weight: bold;
        cursor: pointer;
        white-space: nowrap;
        font-family: 'Rajdhani', sans-serif;
        transition: all 0.2s;
    }

        .add-form button:hover[b-fqzr80w6ya] {
            background-color: #6ff2f2;
            box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
        }

.message[b-fqzr80w6ya] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

.empty-message[b-fqzr80w6ya] {
    color: #4f5c6b;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
}

.mono-cell[b-fqzr80w6ya] {
    font-size: 0.8rem;
    color: #7d8b9c;
}

code[b-fqzr80w6ya] {
    background-color: rgba(51, 224, 230, 0.08);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.85rem;
    color: #cdd9e6;
}

/* ==================== MONITOR CARDS ==================== */

.monitor-card[b-fqzr80w6ya] {
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 4px;
    margin-bottom: 8px;
    overflow: hidden;
}

.monitor-header[b-fqzr80w6ya] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .monitor-header:hover[b-fqzr80w6ya] {
        background-color: rgba(51, 224, 230, 0.05);
    }

.monitor-summary[b-fqzr80w6ya] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.monitor-label[b-fqzr80w6ya] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    font-weight: bold;
}

.monitor-meta[b-fqzr80w6ya] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expand-icon[b-fqzr80w6ya] {
    color: #33e0e6;
    font-size: 0.8rem;
    flex-shrink: 0;
    margin-left: 12px;
}

.monitor-body[b-fqzr80w6ya] {
    padding: 0 16px 16px 16px;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
}

/* ==================== DETAIL VIEW ==================== */

.detail-grid[b-fqzr80w6ya] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
}

.detail-row[b-fqzr80w6ya] {
    display: flex;
    gap: 16px;
    align-items: baseline;
}

.detail-label[b-fqzr80w6ya] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.8rem;
    font-weight: bold;
    min-width: 160px;
    flex-shrink: 0;
}

.detail-row span:last-child[b-fqzr80w6ya] {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    word-break: break-all;
}

.card-actions[b-fqzr80w6ya] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
}

/* ==================== EDIT VIEW ==================== */

.edit-grid[b-fqzr80w6ya] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
}

.edit-row[b-fqzr80w6ya] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .edit-row label[b-fqzr80w6ya] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.8rem;
        font-weight: bold;
    }

    .edit-row input[b-fqzr80w6ya] {
        padding: 10px 14px;
        background-color: rgba(21, 30, 44, 0.55);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
        width: 100%;
    }

        .edit-row input:focus[b-fqzr80w6ya] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

.edit-actions[b-fqzr80w6ya] {
    display: flex;
    gap: 8px;
    margin-top: 4px;
}

/* ==================== BUTTONS ==================== */

.edit-btn[b-fqzr80w6ya] {
    padding: 6px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .edit-btn:hover[b-fqzr80w6ya] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

.save-btn[b-fqzr80w6ya] {
    padding: 6px 14px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    transition: all 0.2s;
}

    .save-btn:hover[b-fqzr80w6ya] {
        background-color: #6ff2f2;
    }

.cancel-btn[b-fqzr80w6ya] {
    padding: 6px 14px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .cancel-btn:hover[b-fqzr80w6ya] {
        background-color: rgba(255, 255, 255, 0.05);
        color: #cdd9e6;
    }

.delete-btn[b-fqzr80w6ya] {
    padding: 6px 14px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-family: 'Rajdhani', sans-serif;
    transition: all 0.2s;
}

    .delete-btn:hover[b-fqzr80w6ya] {
        background-color: #ff5a6a;
        color: #0b0f16;
        box-shadow: 0 0 8px rgba(255, 90, 106, 0.3);
    }

/* ==================== SEARCHABLE DROPDOWN ==================== */

.add-form .searchable-dropdown[b-fqzr80w6ya] {
    position: relative;
    flex: 1;
    min-width: 200px;
}

    .add-form .searchable-dropdown input[b-fqzr80w6ya] {
        width: 100%;
        box-sizing: border-box;
        padding: 10px 14px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-size: 0.95rem;
        font-family: 'Rajdhani', sans-serif;
        flex-grow: 0;
        min-width: 0;
    }

        .add-form .searchable-dropdown input[b-fqzr80w6ya]::placeholder {
            color: #4f5c6b;
        }

        .add-form .searchable-dropdown input:focus[b-fqzr80w6ya] {
            outline: none;
            border-color: #33e0e6;
            box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
        }

.dropdown-list[b-fqzr80w6ya] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.dropdown-item[b-fqzr80w6ya] {
    padding: 8px 14px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
}

    .dropdown-item:first-child[b-fqzr80w6ya] {
        border-top: none;
    }

    .dropdown-item:hover[b-fqzr80w6ya] {
        background-color: rgba(51, 224, 230, 0.1);
        color: #33e0e6;
    }

    .dropdown-item.dropdown-empty[b-fqzr80w6ya] {
        color: #4f5c6b;
        font-style: italic;
        cursor: default;
    }

        .dropdown-item.dropdown-empty:hover[b-fqzr80w6ya] {
            background-color: transparent;
            color: #4f5c6b;
        }
/* /Components/Pages/TicketsPage.razor.rz.scp.css */
h1[b-t9350h6799] {
    color: #33e0e6;
    margin-bottom: 24px;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
}

h2[b-t9350h6799] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

h3[b-t9350h6799] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    margin: 20px 0 12px 0;
}

.title-divider[b-t9350h6799] {
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    margin-bottom: 24px;
    padding-bottom: 12px;
}

/* ==================== TABS ==================== */

.tabs[b-t9350h6799] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-t9350h6799] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-t9350h6799] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-t9350h6799] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

/* ==================== MESSAGES ==================== */

.message[b-t9350h6799] {
    color: #33e0e6;
    margin-bottom: 16px;
    font-family: 'Rajdhani', sans-serif;
}

    .message.error[b-t9350h6799] {
        color: #ff5a6a;
    }

.empty-message[b-t9350h6799] {
    color: #4f5c6b;
    font-style: italic;
    font-family: 'Rajdhani', sans-serif;
}

.hint[b-t9350h6799] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin-bottom: 16px;
}

/* ==================== FORM ROWS ==================== */

.form-row[b-t9350h6799] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
    max-width: 720px;
}

    .form-row label[b-t9350h6799] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
    }

.form-input[b-t9350h6799] {
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

    .form-input[b-t9350h6799]::placeholder {
        color: #4f5c6b;
    }

    .form-input:focus[b-t9350h6799] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

textarea.form-input[b-t9350h6799] {
    resize: vertical;
    min-height: 80px;
}

.color-input[b-t9350h6799] {
    width: 80px;
    height: 40px;
    padding: 2px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
}

.image-preview[b-t9350h6799] {
    display: block;
    max-width: 240px;
    max-height: 140px;
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    margin-bottom: 8px;
    background-color: rgba(17, 24, 36, 0.58);
    object-fit: cover;
}

[b-t9350h6799] input[type="file"] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    margin-top: 4px;
}

    [b-t9350h6799] input[type="file"]::file-selector-button {
        padding: 8px 16px;
        background-color: transparent;
        color: #33e0e6;
        border: 1px solid #33e0e6;
        border-radius: 4px;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.85rem;
        cursor: pointer;
        margin-right: 12px;
        transition: all 0.2s;
    }

        [b-t9350h6799] input[type="file"]::file-selector-button:hover {
            background-color: #33e0e6;
            color: #0b0f16;
        }

/* ==================== REASONS TABLE ==================== */

.reasons-table[b-t9350h6799] {
    width: 100%;
    max-width: 720px;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid rgba(51, 224, 230, 0.15);
}

    .reasons-table th[b-t9350h6799] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        padding: 12px 16px;
        text-align: left;
        font-size: 0.85rem;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

    .reasons-table td[b-t9350h6799] {
        padding: 10px 12px;
        border-top: 1px solid rgba(51, 224, 230, 0.08);
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
    }

    .reasons-table input[type="text"][b-t9350h6799],
    .reasons-table input[type="number"][b-t9350h6799] {
        padding: 8px 12px;
        background-color: rgba(17, 24, 36, 0.58);
        border: 1px solid rgba(51, 224, 230, 0.3);
        border-radius: 4px;
        color: #cdd9e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        box-sizing: border-box;
        width: 100%;
    }

    .reasons-table input:focus[b-t9350h6799] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

    .reasons-table input[type="number"][b-t9350h6799] {
        max-width: 80px;
    }

/* ==================== BUTTONS ==================== */

.apply-btn[b-t9350h6799] {
    padding: 10px 20px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s;
}

    .apply-btn:hover[b-t9350h6799] {
        background-color: #6ff2f2;
        box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
    }

.save-only-btn[b-t9350h6799] {
    padding: 10px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.95rem;
    transition: all 0.2s;
}

    .save-only-btn:hover[b-t9350h6799] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

.add-btn[b-t9350h6799] {
    padding: 8px 16px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .add-btn:hover[b-t9350h6799] {
        background-color: #6ff2f2;
        box-shadow: 0 0 8px rgba(51, 224, 230, 0.3);
    }

.remove-btn[b-t9350h6799] {
    padding: 8px 16px;
    background-color: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
}

    .remove-btn:hover[b-t9350h6799] {
        background-color: #ff5a6a;
        color: #0b0f16;
        box-shadow: 0 0 8px rgba(255, 90, 106, 0.3);
    }

    .remove-btn.small-btn[b-t9350h6799] {
        padding: 6px 12px;
        font-size: 0.8rem;
        margin-left: 0;
        margin-top: 4px;
        align-self: flex-start;
    }

.actions[b-t9350h6799] {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    padding-top: 16px;
    border-top: 1px solid rgba(51, 224, 230, 0.1);
}

/* ==================== CONFIRM DIALOG ==================== */

.confirm-overlay[b-t9350h6799] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.confirm-dialog[b-t9350h6799] {
    background-color: rgba(28, 39, 56, 0.5);
    border: 1px solid #ff5a6a;
    border-radius: 8px;
    padding: 32px;
    max-width: 460px;
    width: 90%;
}

    .confirm-dialog h3[b-t9350h6799] {
        color: #ff5a6a;
        margin: 0 0 12px 0;
        font-size: 1.1rem;
    }

    .confirm-dialog p[b-t9350h6799] {
        color: #cdd9e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        margin-bottom: 24px;
        line-height: 1.5;
    }

.confirm-buttons[b-t9350h6799] {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.confirm-yes[b-t9350h6799] {
    padding: 8px 20px;
    background-color: #ff5a6a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

    .confirm-yes:hover[b-t9350h6799] {
        background-color: #ff7480;
    }

.confirm-no[b-t9350h6799] {
    padding: 8px 20px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid #7d8b9c;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
}

    .confirm-no:hover[b-t9350h6799] {
        border-color: #cdd9e6;
        color: #cdd9e6;
    }

/* ==================== SEARCHABLE DROPDOWNS ==================== */

.searchable-dropdown[b-t9350h6799] {
    position: relative;
    width: 100%;
}

.dropdown-list[b-t9350h6799] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 280px;
    overflow-y: auto;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.dropdown-item[b-t9350h6799] {
    padding: 8px 14px;
    cursor: pointer;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    border-top: 1px solid rgba(51, 224, 230, 0.08);
}

    .dropdown-item:first-child[b-t9350h6799] {
        border-top: none;
    }

    .dropdown-item:hover[b-t9350h6799] {
        background-color: rgba(51, 224, 230, 0.1);
        color: #33e0e6;
    }

    .dropdown-item.dropdown-empty[b-t9350h6799] {
        color: #4f5c6b;
        font-style: italic;
        cursor: default;
    }

        .dropdown-item.dropdown-empty:hover[b-t9350h6799] {
            background-color: transparent;
            color: #4f5c6b;
        }

/* ==================== CHIPS ==================== */

.chips-container[b-t9350h6799] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
    min-height: 4px;
}

.chip[b-t9350h6799] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 4px 4px 10px;
    background-color: rgba(51, 224, 230, 0.08);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 3px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

.chip-x[b-t9350h6799] {
    background: transparent;
    border: none;
    color: #ff5a6a;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    padding: 0 6px;
}

    .chip-x:hover[b-t9350h6799] {
        color: #ff7480;
    }

/* ==================== EMOJI PICKER MODAL ==================== */

.emoji-cell[b-t9350h6799] {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pick-btn[b-t9350h6799] {
    padding: 8px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    transition: all 0.2s;
    white-space: nowrap;
}

    .pick-btn:hover[b-t9350h6799] {
        background-color: #33e0e6;
        color: #0b0f16;
    }

.emoji-overlay[b-t9350h6799] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
}

.emoji-modal[b-t9350h6799] {
    background-color: rgba(28, 39, 56, 0.5);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 8px;
    padding: 8px;
}

    .emoji-modal emoji-picker[b-t9350h6799] {
        --background: rgba(17, 24, 36, 0.58);
        --border-color: rgba(51, 224, 230, 0.15);
        --input-border-color: rgba(51, 224, 230, 0.3);
        --input-font-color: #cdd9e6;
        --emoji-font-family: 'Rajdhani', sans-serif;
        --indicator-color: #33e0e6;
        height: 420px;
    }
/* Colour + Image side by side — labels above the controls, like the Announcements page */
.form-row:has(> .color-input)[b-t9350h6799] {
    display: inline-flex;
    flex-direction: column;
    width: auto;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 56px;
    margin-bottom: 20px;
}

    .form-row:has(> .color-input) + .form-row[b-t9350h6799] {
        display: inline-flex;
        flex-direction: column;
        width: auto;
        vertical-align: top;
        box-sizing: border-box;
    }

/* Reason reorder arrows */
.reason-reorder[b-t9350h6799] {
    white-space: nowrap;
}

.reorder-btn[b-t9350h6799] {
    background: rgba(51, 224, 230, 0.08);
    border: 1px solid rgba(51, 224, 230, 0.25);
    color: #33e0e6;
    width: 26px;
    height: 24px;
    line-height: 1;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.7rem;
    transition: background 0.12s, border-color 0.12s;
}

    .reorder-btn:hover:not(:disabled)[b-t9350h6799] {
        background: rgba(51, 224, 230, 0.18);
        border-color: #33e0e6;
    }

    .reorder-btn:disabled[b-t9350h6799] {
        opacity: 0.3;
        cursor: default;
    }

    .reorder-btn + .reorder-btn[b-t9350h6799] {
        margin-left: 3px;
    }

/* ==================== REASONS (expandable editor) ==================== */

.tag-hint code[b-t9350h6799] {
    background: rgba(51, 224, 230, 0.1);
    border: 1px solid rgba(51, 224, 230, 0.25);
    border-radius: 3px;
    padding: 1px 5px;
    color: #33e0e6;
    font-size: 0.8rem;
}

.reason-card[b-t9350h6799] {
    border: 1px solid rgba(51, 224, 230, 0.22);
    border-radius: 6px;
    background: rgba(17, 24, 36, 0.35);
    margin-bottom: 14px;
    overflow: hidden;
}

.reason-head[b-t9350h6799] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
}

.reason-label[b-t9350h6799] {
    flex: 1 1 auto;
    max-width: none;
}

.reason-badges[b-t9350h6799] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.badge[b-t9350h6799] {
    background: rgba(51, 224, 230, 0.12);
    border: 1px solid rgba(51, 224, 230, 0.3);
    color: #33e0e6;
    border-radius: 10px;
    padding: 2px 9px;
    font-size: 0.72rem;
    font-family: 'Rajdhani', sans-serif;
    white-space: nowrap;
}

.reason-body[b-t9350h6799] {
    padding: 4px 16px 18px;
    border-top: 1px solid rgba(51, 224, 230, 0.15);
}

.sub-embed[b-t9350h6799] {
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 5px;
    padding: 14px 16px 2px;
    margin: 14px 0;
    background: rgba(10, 16, 26, 0.4);
}

.chk-row[b-t9350h6799] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 12px;
    cursor: pointer;
}

    .chk-row input[type="checkbox"][b-t9350h6799] {
        width: 17px;
        height: 17px;
        accent-color: #33e0e6;
        cursor: pointer;
    }

    .chk-row span strong[b-t9350h6799] { color: #33e0e6; }

.btns-heading[b-t9350h6799] {
    color: #33e0e6;
    font-family: 'Orbitron', 'Rajdhani', sans-serif;
    font-size: 1rem;
    margin: 20px 0 4px;
}

.btn-card[b-t9350h6799] {
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-left: 3px solid #33e0e6;
    border-radius: 5px;
    padding: 12px 14px 2px;
    margin: 12px 0;
    background: rgba(10, 16, 26, 0.5);
}

.btn-head[b-t9350h6799] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.btn-label[b-t9350h6799] {
    flex: 1 1 auto;
    max-width: none;
}

.btn-grid[b-t9350h6799] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
}

.btn-grid .chk-inline[b-t9350h6799] {
    align-self: center;
}

.btn-msg[b-t9350h6799] {
    border-top: 1px dashed rgba(51, 224, 230, 0.18);
    padding-top: 12px;
    margin-top: 4px;
}

.add-reason-row[b-t9350h6799] {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    max-width: 720px;
}

    .add-reason-row .form-input[b-t9350h6799] {
        flex: 1 1 auto;
    }

@media (max-width: 640px) {
    .btn-grid[b-t9350h6799] { grid-template-columns: 1fr; }
}
/* /Components/Pages/VoiceChannelsPage.razor.rz.scp.css */
h1[b-ejg2ky85rx] {
    color: #33e0e6;
    font-family: 'Orbitron', sans-serif;
    margin-bottom: 16px;
}

h2[b-ejg2ky85rx] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.3rem;
    margin-bottom: 6px;
}

h3[b-ejg2ky85rx] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.1rem;
    margin: 28px 0 8px;
}

/* ==================== TABS ==================== */

.tabs[b-ejg2ky85rx] {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(51, 224, 230, 0.15);
    padding-bottom: 16px;
}

.tab[b-ejg2ky85rx] {
    padding: 8px 20px;
    background-color: transparent;
    color: #cdd9e6;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .tab:hover[b-ejg2ky85rx] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

    .tab.active[b-ejg2ky85rx] {
        background-color: #33e0e6;
        color: #0b0f16;
        border-color: #33e0e6;
        font-weight: bold;
    }

/* ==================== MESSAGES ==================== */

.message[b-ejg2ky85rx] {
    color: #33e0e6;
    font-family: 'Rajdhani', sans-serif;
    margin-bottom: 16px;
}

    .message.error[b-ejg2ky85rx] {
        color: #ff5a6a;
    }

.empty-message[b-ejg2ky85rx] {
    color: #5a6879;
    font-family: 'Rajdhani', sans-serif;
    font-style: italic;
}

.help-text[b-ejg2ky85rx] {
    color: #7d8b9c;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    margin-bottom: 18px;
}

.section[b-ejg2ky85rx] {
    margin-bottom: 32px;
}

/* ==================== FORM ==================== */

.form-row[b-ejg2ky85rx] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
    max-width: 720px;
}

    .form-row label[b-ejg2ky85rx] {
        color: #33e0e6;
        font-family: 'Rajdhani', sans-serif;
        font-size: 0.9rem;
        font-weight: bold;
    }

.form-input[b-ejg2ky85rx],
.form-select[b-ejg2ky85rx] {
    padding: 10px 14px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    color: #cdd9e6;
    font-size: 0.95rem;
    font-family: 'Rajdhani', sans-serif;
    width: 100%;
    box-sizing: border-box;
}

    .form-input[b-ejg2ky85rx]::placeholder {
        color: #4f5c6b;
    }

    .form-input:focus[b-ejg2ky85rx],
    .form-select:focus[b-ejg2ky85rx] {
        outline: none;
        border-color: #33e0e6;
        box-shadow: 0 0 6px rgba(51, 224, 230, 0.2);
    }

textarea.form-input[b-ejg2ky85rx] {
    resize: vertical;
    min-height: 70px;
}

/* Fields sitting side by side, labels above — matches the Announcements layout */
.inline-fields[b-ejg2ky85rx] {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .inline-fields > .form-row[b-ejg2ky85rx] {
        flex: 0 0 auto;
        margin-bottom: 20px;
        max-width: none;
    }

    .inline-fields .form-select[b-ejg2ky85rx] {
        width: 260px;
    }

    .inline-fields .name-template[b-ejg2ky85rx] {
        width: 260px;
    }

    .inline-fields .small-num[b-ejg2ky85rx] {
        width: 150px;
    }

.color-input[b-ejg2ky85rx] {
    width: 80px;
    height: 40px;
    padding: 2px;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 4px;
    cursor: pointer;
}

.image-upload[b-ejg2ky85rx] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.image-preview[b-ejg2ky85rx] {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid rgba(51, 224, 230, 0.3);
}

[b-ejg2ky85rx] input[type="file"] {
    color: #cdd9e6;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
}

[b-ejg2ky85rx] input[type="file"]::file-selector-button {
    padding: 8px 14px;
    margin-right: 10px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    [b-ejg2ky85rx] input[type="file"]::file-selector-button:hover {
        background-color: rgba(51, 224, 230, 0.1);
    }

/* ==================== TABLES ==================== */

.data-table[b-ejg2ky85rx] {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(17, 24, 36, 0.58);
    border: 1px solid rgba(51, 224, 230, 0.15);
    border-radius: 4px;
    overflow: hidden;
    font-family: 'Rajdhani', sans-serif;
}

    .data-table th[b-ejg2ky85rx] {
        background-color: rgba(51, 224, 230, 0.08);
        color: #33e0e6;
        text-align: left;
        padding: 12px 14px;
        font-size: 0.85rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .data-table td[b-ejg2ky85rx] {
        padding: 12px 14px;
        color: #cdd9e6;
        border-top: 1px solid rgba(51, 224, 230, 0.1);
        vertical-align: middle;
    }

.mono-cell[b-ejg2ky85rx] {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    color: #5a6879;
}

.sub-id[b-ejg2ky85rx] {
    display: block;
    margin-top: 3px;
}

/* Button-config table */
.btn-table[b-ejg2ky85rx] {
    max-width: 900px;
}

    .btn-table td[b-ejg2ky85rx] {
        padding: 8px 10px;
    }

    .btn-table .form-input[b-ejg2ky85rx],
    .btn-table .form-select[b-ejg2ky85rx] {
        padding: 7px 10px;
    }

.btn-name[b-ejg2ky85rx] {
    color: #33e0e6;
    font-weight: 600;
    white-space: nowrap;
}

.emoji-input[b-ejg2ky85rx] {
    max-width: 90px;
    text-align: center;
}

/* ==================== ACTIONS ==================== */

.action-buttons[b-ejg2ky85rx] {
    display: flex;
    gap: 8px;
    white-space: nowrap;
}

.save-area[b-ejg2ky85rx] {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.save-btn[b-ejg2ky85rx] {
    padding: 10px 24px;
    background-color: #33e0e6;
    color: #0b0f16;
    border: none;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

    .save-btn:hover[b-ejg2ky85rx] {
        background-color: #6ff2f2;
        box-shadow: 0 0 10px rgba(51, 224, 230, 0.3);
    }

.edit-btn[b-ejg2ky85rx] {
    padding: 6px 14px;
    background-color: transparent;
    color: #33e0e6;
    border: 1px solid #33e0e6;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .edit-btn:hover[b-ejg2ky85rx] {
        background-color: rgba(51, 224, 230, 0.1);
    }

.delete-btn[b-ejg2ky85rx] {
    padding: 6px 14px;
    background: transparent;
    color: #ff5a6a;
    border: 1px solid #ff5a6a;
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    transition: all 0.2s;
}

    .delete-btn:hover[b-ejg2ky85rx] {
        background: #ff5a6a;
        color: #160305;
    }

.clear-btn[b-ejg2ky85rx] {
    padding: 10px 20px;
    background-color: transparent;
    color: #7d8b9c;
    border: 1px solid rgba(51, 224, 230, 0.2);
    border-radius: 4px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
}

    .clear-btn:hover[b-ejg2ky85rx] {
        border-color: #33e0e6;
        color: #33e0e6;
    }

/* ==================== ROLE CHIPS (access gate) ==================== */
.role-chips[b-ejg2ky85rx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.role-chip[b-ejg2ky85rx] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px 4px 12px;
    background: rgba(51, 224, 230, 0.1);
    border: 1px solid rgba(51, 224, 230, 0.3);
    border-radius: 12px;
    color: #6ff2f2;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.9rem;
    white-space: nowrap;
}

.chip-x[b-ejg2ky85rx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: #6ff2f2;
    font-size: 0.7rem;
    cursor: pointer;
    transition: all 0.15s;
}

    .chip-x:hover[b-ejg2ky85rx] {
        background: #ff5a6a;
        color: #160305;
    }

/* ==================== ROLE ADD FORM ==================== */
.add-form[b-ejg2ky85rx] {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

    .add-form .form-select[b-ejg2ky85rx] {
        width: 260px;
    }

.save-btn.small[b-ejg2ky85rx] {
    padding: 8px 16px;
    font-size: 0.9rem;
}

/* Control-panel button reordering */
.btn-reorder[b-ejg2ky85rx] {
    white-space: nowrap;
    width: 1%;
}

.reorder-btn[b-ejg2ky85rx] {
    background: rgba(51, 224, 230, 0.08);
    border: 1px solid rgba(51, 224, 230, 0.25);
    color: #33e0e6;
    width: 26px;
    height: 24px;
    line-height: 1;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.7rem;
    transition: background 0.12s, border-color 0.12s;
}

    .reorder-btn:hover:not(:disabled)[b-ejg2ky85rx] {
        background: rgba(51, 224, 230, 0.18);
        border-color: #33e0e6;
    }

    .reorder-btn:disabled[b-ejg2ky85rx] {
        opacity: 0.3;
        cursor: default;
    }

    .reorder-btn + .reorder-btn[b-ejg2ky85rx] {
        margin-left: 3px;
    }
