@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&display=swap');
:root {
    --primary: #e90e0e;
    --primary-light: #f83838;
    --primary-dark: #a10303;
    --primary-glow: rgba(233, 14, 14, 0.55);
    --primary-glow-strong: rgba(233, 14, 14, 0.7);
    --bg-dark: #060a0f;
    --bg-card: #0a1520;
    --bg-card-hover: #0d1b2a;
    --border: #132030;
    --border-glow: rgba(233, 14, 14, 0.35);
    --text: #ffffff;
    --text-dim: #b88b8b;
    --text-dimmer: #754a4a;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: var(--bg-dark);
    color: var(--text);
    overflow-x: hidden;
    min-height: 100vh;
}

/* Scrollbar */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--bg-dark);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-light);
}

/* ===================== LOGO ===================== */

@keyframes shineGX {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

.logo_gx {
    background: linear-gradient( 120deg, #e90e0e, #e90e0e 38%, #fc7d7d 50%, #e90e0e 62%, #e90e0e);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shineGX 3s linear infinite;
    filter: drop-shadow(0 0 18px rgba(233, 14, 14, 0.65));
    /* remove old border/padding */
    border: none;
    padding: 0;
}

.logo_stuff {
    font-style: italic;
    font-weight: 600;
    background: linear-gradient( 120deg, #ffffff, #ffffff 38%, #bae6fd 50%, #ffffff 62%, #ffffff);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shineGX 3s linear infinite;
    animation-delay: 0.6s;
    display: inline-block;
    filter: drop-shadow(0 0 10px rgba(186, 230, 253, 0.35));
}

/* Auth-Logo größer */

.auth_logo .logo_gx,
.auth_logo .logo_stuff {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1;
}

/* Header-Logo */

.logo .logo_gx,
.logo .logo_stuff {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1;
}

/* ================================================ */

/* Auth Screen */

.auth_screen {
    position: fixed;
    inset: 0;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.82) 100%), var(--bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.auth_screen::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 300px;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
    background: var(--primary-glow-strong);
    filter: blur(120px);
    pointer-events: none;
}

.auth_screen::after {
    content: '';
    position: absolute;
    width: 287px;
    height: 221px;
    left: 15%;
    bottom: 8%;
    background: var(--primary-glow);
    filter: blur(112px);
    pointer-events: none;
}

.auth_screen.hidden {
    opacity: 0;
    pointer-events: none;
}

.auth_container {
    text-align: center;
    padding: 48px 44px;
    background: linear-gradient(0deg, #000000, #060a0f);
    border: 0.5px solid var(--border-glow);
    border-radius: 10px;
    max-width: 440px;
    width: 90%;
    position: relative;
    animation: slideUp 0.5s ease;
    box-shadow: 0 0 60px rgba(233, 14, 14, 0.12);
}

.auth_container::before {
    content: '';
    position: absolute;
    width: 287px;
    height: 180px;
    left: 50%;
    top: -140px;
    transform: translateX(-50%);
    background: var(--primary-glow-strong);
    filter: blur(112px);
    pointer-events: none;
}

.auth_container::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary);
    box-shadow: 0 0 12px var(--primary);
    border-radius: 5px;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

.auth_subtitle {
    font-size: 15px;
    color: var(--text-dim);
    margin-bottom: 32px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.discord_auth_btn {
    width: 100%;
    height: 52px;
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary) 77.04%);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    color: white;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 35px rgba(233, 14, 14, 0.25);
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
}

.discord_auth_btn svg {
    width: 22px;
    height: 22px;
}

.discord_auth_btn:hover {
    box-shadow: 0 0 50px rgba(233, 14, 14, 0.55);
    transform: translateY(-2px);
}

.auth_note {
    margin-top: 20px;
    font-size: 11px;
    color: var(--text-dimmer);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Main Content */

.main_content {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.main_content.visible {
    opacity: 1;
    pointer-events: auto;
}

/* Header */

header {
    position: sticky;
    top: 0;
    background: rgba(6, 10, 15, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 0.5px solid var(--border-glow);
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    box-shadow: 0 0 40px rgba(14, 165, 233, 0.06);
}

.header_left .logo {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
}

.header_right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Search */

.search_container {
    position: relative;
    width: 280px;
}

.search_icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    stroke: var(--text-dimmer);
    pointer-events: none;
}

.search_input {
    width: 100%;
    height: 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 17.7px #030b14;
    border-radius: 3px;
    padding: 0 16px 0 38px;
    color: var(--text);
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.search_input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: inset 0px 0px 17.7px #030b14, 0 0 10px rgba(233, 14, 14, 0.2);
}

.search_input::placeholder {
    color: #717171;
}

/* Filter Dropdown */

.filter_dropdown {
    position: relative;
}

.filter_btn {
    height: 32px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: var(--text);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
}

.filter_btn svg {
    width: 14px;
    height: 14px;
    stroke: var(--text-dim);
}

.filter_btn .chevron {
    width: 13px;
    height: 13px;
    transition: transform 0.3s ease;
}

.filter_btn:hover {
    background: var(--bg-card-hover);
    border-color: var(--primary);
    box-shadow: 0 0 12px rgba(233, 14, 14, 0.15);
}

.filter_dropdown.active .filter_btn .chevron {
    transform: rotate(180deg);
}

.filter_menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 170px;
    background: #060a0f;
    border: 0.5px solid var(--border-glow);
    border-radius: 6px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 200;
    box-shadow: 0 0 30px rgba(233, 14, 14, 0.12);
}

.filter_dropdown.active .filter_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter_item {
    padding: 9px 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--text-dim);
    transition: all 0.2s ease;
}

.filter_item:hover {
    background: rgba(233, 14, 14, 0.1);
    color: var(--text);
}

.filter_item.selected_filter {
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary) 77.04%);
    color: white;
}

/* Action Buttons */

.action_btn {
    height: 32px;
    padding: 0 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: var(--text);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
}

.action_btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
}

.action_btn:hover {
    background: var(--bg-card-hover);
    border-color: var(--primary);
    box-shadow: 0 0 12px rgba(233, 14, 14, 0.15);
}

.upload_btn {
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary) 77.04%);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 35px rgba(233, 14, 14, 0.2);
}

.upload_btn:hover {
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary-light) 77.04%);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 35px rgba(233, 14, 14, 0.45);
    color: white;
}

.admin_btn,
.logout_btn {
    padding: 0 12px;
}

.admin_btn span,
.logout_btn span {
    display: none;
}

/* Leaks Container */

.leaks_container {
    padding: 40px;
    min-height: calc(100vh - 200px);
    position: relative;
}

.leaks_container::before {
    content: '';
    position: fixed;
    width: 287px;
    height: 221px;
    left: -171px;
    bottom: 150px;
    background: var(--primary-glow);
    filter: blur(112px);
    pointer-events: none;
    z-index: 0;
}

.leaks_container::after {
    content: '';
    position: fixed;
    width: 287px;
    height: 221px;
    right: -100px;
    bottom: 120px;
    background: var(--primary-glow);
    filter: blur(112px);
    pointer-events: none;
    z-index: 0;
}

.leaks_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    animation: fadeIn 0.5s ease;
    position: relative;
    z-index: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Leak Card */

.leak_card {
    background: linear-gradient(0deg, #000000, #060a0f);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: visible;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.leak_card::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 23px;
    left: -1px;
    top: 12px;
    background: var(--primary);
    box-shadow: 0 0 12px var(--primary);
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.leak_card:hover {
    border-color: rgba(233, 14, 14, 0.45);
    transform: translateY(-4px);
    box-shadow: 0 0 30px rgba(14, 165, 233, 0.12);
}

.leak_card:hover::before {
    opacity: 1;
}

.leak_image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    background: var(--bg-card);
    display: block;
}

.leak_content {
    padding: 18px;
}

.leak_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.leak_title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--text);
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.35);
    flex: 1;
    line-height: 1.3;
}

.leak_badge {
    padding: 3px 8px;
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary) 77.04%);
    border: 0.2px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 8px;
    box-shadow: 0 0 12px rgba(233, 14, 14, 0.3);
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
}

.leak_description {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.5;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.leak_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 0.5px solid rgba(255, 255, 255, 0.07);
    font-size: 10px;
    color: #717171;
    letter-spacing: 0.02em;
}

.leak_uploader {
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
}

.leak_uploader svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
}

.leak_stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.leak_stat {
    display: flex;
    align-items: center;
    gap: 4px;
}

.leak_stat svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
}

.leak_actions {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}

.btn_download {
    flex: 1;
    height: 26px;
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary) 77.04%);
    border: 0.2px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    color: white;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 20px rgba(233, 14, 14, 0.2);
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
}

.btn_download svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
}

.btn_download:hover {
    box-shadow: 0 0 30px rgba(233, 14, 14, 0.5);
}

.btn_like {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn_like svg {
    width: 13px;
    height: 13px;
    stroke: var(--text-dimmer);
    fill: none;
    transition: all 0.3s ease;
}

.btn_like:hover {
    border-color: var(--primary);
    background: rgba(14, 165, 233, 0.08);
    box-shadow: 0 0 12px rgba(233, 14, 14, 0.2);
}

.btn_like:hover svg {
    stroke: var(--primary);
    fill: rgba(233, 14, 14, 0.3);
}

/* No Results */

.no_results {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    color: var(--text-dim);
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* Footer */

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 32px;
    border-top: 0.5px solid var(--border-glow);
    font-size: 11px;
    color: var(--text-dimmer);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.footer_text {
    font-weight: 700;
    color: var(--text-dim);
}

/* Modal */

.modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal.active {
    display: flex;
}

.modal_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    animation: fadeIn 0.3s ease;
}

.modal_container {
    position: relative;
    background: linear-gradient(0deg, #000000, #060a0f);
    border: 0.5px solid var(--border-glow);
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    animation: slideUp 0.3s ease;
    z-index: 1;
    box-shadow: 0 0 60px rgba(233, 14, 14, 0.18);
}

.modal_container::before {
    content: '';
    position: absolute;
    width: 287px;
    height: 180px;
    left: 50%;
    top: -140px;
    transform: translateX(-50%);
    background: var(--primary-glow-strong);
    filter: blur(112px);
    pointer-events: none;
}

.modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 26px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.07);
}

.modal_header h2 {
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.02em;
    color: var(--text);
}

.modal_close {
    width: 25px;
    height: 25px;
    background: linear-gradient(225deg, rgba(255, 0, 0, 0.15) 0%, rgba(250, 0, 0, 0.02) 100%);
    border: 0.5px solid rgba(255, 0, 4, 0.3);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.modal_close svg {
    width: 10px;
    height: 10px;
    stroke: #FF0004;
    filter: drop-shadow(0px 0px 4px rgba(255, 0, 4, 0.25));
}

.modal_close:hover {
    background: rgba(255, 0, 0, 0.2);
}

.modal_body {
    padding: 26px;
}

.form_group {
    margin-bottom: 18px;
}

.form_group label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: -0.02em;
    color: var(--text);
}

.form_group input,
.form_group select,
.form_group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    box-shadow: inset 0px 0px 17.7px #030b14;
    border-radius: 3px;
    padding: 11px 14px;
    color: var(--text);
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s ease;
}

.form_group textarea {
    resize: vertical;
    min-height: 120px;
}

.form_group input:focus,
.form_group select:focus,
.form_group textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: inset 0px 0px 17.7px #030b14, 0 0 10px rgba(14, 165, 233, 0.2);
}

.form_group input::placeholder,
.form_group textarea::placeholder {
    color: #717171;
}

.form_group select {
    appearance: none;
    cursor: pointer;
}

.form_group select option {
    background: #060a0f;
}

.modal_footer {
    display: flex;
    gap: 10px;
    margin-top: 26px;
}

.btn_primary,
.btn_secondary {
    flex: 1;
    height: 34px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 2px 12px rgba(255, 255, 255, 0.55);
    border: 0.2px solid rgba(255, 255, 255, 0.3);
}

.btn_primary {
    background: linear-gradient(145.6deg, #4a0303 28.53%, var(--primary) 77.04%);
    color: white;
    box-shadow: 0 0 35px rgba(233, 14, 14, 0.2);
}

.btn_primary:hover {
    box-shadow: 0 0 35px rgba(233, 14, 14, 0.5);
}

.btn_secondary {
    background: linear-gradient(145.6deg, #404040 28.53%, #595959 77.04%);
    color: white;
    box-shadow: 0 0 35px rgba(43, 43, 43, 0.35);
}

.btn_secondary:hover {
    background: linear-gradient(145.6deg, #505050 28.53%, #6a6a6a 77.04%);
}

.upload_note {
    margin-top: 16px;
    text-align: center;
    font-size: 11px;
    color: var(--text-dimmer);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

/* Responsive */

@media (max-width: 1400px) {
    .leaks_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .leaks_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    header {
        padding: 14px 24px;
    }
    .leaks_container {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .leaks_grid {
        grid-template-columns: 1fr;
    }
    header {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }
    .header_right {
        flex-wrap: wrap;
    }
    .search_container {
        width: 100%;
    }
    .filter_btn {
        flex: 1;
    }
}

@media (max-width: 480px) {
    .leaks_container {
        padding: 16px;
    }
    .leaks_grid {
        gap: 14px;
    }
    .leak_content {
        padding: 14px;
    }
    .modal_container {
        max-width: 100%;
    }
}

.btn_like.liked {
    border-color: var(--primary);
    background: rgba(233, 14, 14, 0.08);
}

.btn_like.liked svg {
    stroke: var(--primary);
    fill: rgba(233, 14, 14, 0.5);
}

.btn_delete {
    width: 26px;
    height: 26px;
    background: rgba(255, 0, 0, 0.05);
    border: 0.5px solid rgba(255, 0, 4, 0.3);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn_delete svg {
    width: 13px;
    height: 13px;
    stroke: rgba(255, 80, 80, 0.7);
    transition: all 0.3s ease;
}

.btn_delete:hover {
    border-color: #ff0004;
    background: rgba(255, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(255, 0, 4, 0.25);
}

.btn_delete:hover svg {
    stroke: #ff4444;
}