body {
    background-color: #0a0d14; 
    color: #E6EDF3;
    font-family: 'Roboto Mono', monospace;
    overflow-x: hidden;
    position: relative;
}
* {
    text-shadow: none !important; 
}
.glow-effect,
.special-glow {
    text-shadow: initial !important;
}
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(14, 56, 15, 0.02) 50%, transparent 100%), 
        linear-gradient(90deg, transparent 0%, rgba(14, 56, 15, 0.02) 50%, transparent 100%), 
        linear-gradient(90deg, transparent 0%, rgba(14, 56, 15, 0.02) 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(14,56, 15, 0.02) 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, rgba(14, 56, 15, 0.02) 50%, transparent 100%); 
    background-size: 100% 1px;
    background-position: 
        0 100px,
        0 200px,
        0 300px,
        0 400px,
        0 500px;
    background-repeat: repeat-y;
}
.orbital-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.dashboard-accent {
    position: absolute;
    width: 2px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0, 100, 0, 0.3) 20%, 
        rgba(0, 100, 0, 0.5) 50%, 
        rgba(0, 100, 0, 0.3) 80%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(1) {
    left: 50px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0, 100, 0, 0.2) 15%, 
        rgba(0, 100, 0, 0.4) 40%, 
        rgba(0, 100, 0, 0.6) 60%, 
        rgba(0, 100, 0, 0.4) 80%, 
        rgba(0, 100, 0, 0.2) 90%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(2) {
    right: 50px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0, 100, 0, 0.15) 20%, 
        rgba(0, 100, 0, 0.35) 45%, 
        rgba(0, 100, 0, 0.5) 70%, 
        rgba(0, 100, 0, 0.35) 85%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(3) {
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0, 100, 0, 0.1) 30%, 
        rgba(0, 100, 0, 0.2) 50%, 
        rgba(0, 100, 0, 0.1) 70%, 
        transparent 100%
    );
    transform: translateX(-50%);
}
.dashboard-accent:nth-child(4) {
    left: 0;
    top: 150px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgba(0, 100, 0, 0.1) 20%, 
        rgba(0, 100, 0, 0.2) 50%, 
        rgba(0, 100, 0, 0.1) 80%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(5) {
    left: 0;
    top: 350px;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent 0%, 
        rgba(0, 100, 0, 0.08) 25%, 
        rgba(0, 100, 0, 0.15) 50%, 
        rgba(0, 100, 0, 0.08) 75%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(6) {
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, 
        rgba(0, 100, 0, 0.1) 0%, 
        rgba(0, 100, 0, 0.05) 50%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(7) {
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(225deg, 
        rgba(0, 100, 0, 0.1) 0%, 
        rgba(0, 100, 0, 0.05) 50%, 
        transparent 100%
    );
}
.dashboard-accent:nth-child(1) { z-index: -1; }
.dashboard-accent:nth-child(2) { z-index: -2; }
.dashboard-accent:nth-child(3) { z-index: -3; }
.dashboard-accent:nth-child(4) { z-index: -4; }
.dashboard-accent:nth-child(5) { z-index: -5; }
.dashboard-accent:nth-child(6) { z-index: -6; }
.dashboard-accent:nth-child(7) { z-index: -7; }
.dashboard-accent {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
html body .form-control {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
    border-color: #30363d !important;
    transition: all 0.2s ease-in-out !important;
}
html body .form-control:focus {
    background-color: rgba(22, 27, 34, 0.95) !important;
    border-color: #238636 !important;
    box-shadow: 0 0 0 0.2rem rgba(35, 134, 54, 0.25) !important;
    transform: translateY(-1px) !important;
}
html body .form-control::placeholder {
    color: #c9d1d9 !important;
    opacity: 0.8 !important;
}
html body .form-control:not(:placeholder-shown) {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body .input-group .form-control {
    background-color: transparent !important;
    color: #c9d1d9 !important;
}
html body .input-group .form-control:focus {
    background-color: transparent !important;
    color: #c9d1d9 !important;
}
body #domain-input {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
body input[name="q"] {
    background-color: transparent !important;
    color: #c9d1d9 !important;
}
body .status-анульовано {
    background-color: #d3d3d3 !important;
    color: #000000 !important;
}
body .status-анульовано * {
    color: #000000 !important;
}
html body .info-panel,
html body [class*="info-panel"] {
    position: fixed !important;
    top: 0px !important;
    right: 70px !important;
    z-index: 1050 !important;
}
html body .info-toggle,
html body button.info-toggle,
html body [class*="info-toggle"] {
    position: fixed !important;
    right: 20px !important;
    top: 60px !important;
    width: 48px !important; 
    height: 48px !important;
    border-radius: 8px !important;
    background: #0E380F !important; 
    border: 2px solid rgba(14, 56, 15, 0.5) !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(14, 56, 15, 0.3) !important;
    z-index: 9999 !important;
}
html body .info-toggle:hover,
html body button.info-toggle:hover,
html body [class*="info-toggle"]:hover {
    background: #1a4a1f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(14, 56, 15, 0.5) !important;
}
html body .info-content,
html body [class*="info-content"] {
    position: absolute !important;
    top: 60px !important;
    right: 0 !important;
    width: 350px !important;
    background: linear-gradient(145deg, #1a1f2e, #0f1419) !important;
    border: 1px solid rgba(14, 56, 15, 0.3) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    color: #E6EDF3 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}
html body .info-panel.active .info-content,
html body [class*="info-panel"].active [class*="info-content"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
html body .info-content h3,
html body [class*="info-content"] h3 {
    color: #2ea043 !important;
    margin-bottom: 15px !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
}
html body .info-content p,
html body [class*="info-content"] p {
    color: #E6EDF3 !important; 
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
}
html body .accessibility-panel,
html body [class*="accessibility-panel"] {
    position: fixed !important;
    top: 60px !important;
    right: 70px !important;
    z-index: 1050 !important;
}
html body .accessibility-toggle,
html body button.accessibility-toggle,
html body [class*="accessibility-toggle"] {
    position: fixed !important;
    right: 20px !important;
    top: 120px !important; 
    width: 48px !important; 
    height: 48px !important; 
    border-radius: 8px !important; 
    background: #0E380F !important;
    border: 2px solid rgba(14, 56, 15, 0.5) !important;
    color: #FFFFFF !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(14, 56, 15, 0.3) !important;
    z-index: 9999 !important;
}
html body .accessibility-toggle:hover,
html body button.accessibility-toggle:hover,
html body [class*="accessibility-toggle"]:hover {
    background: #1a4a1f !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(14, 56, 15, 0.5) !important;
}
html body .accessibility-content,
html body [class*="accessibility-content"] {
    position: absolute !important;
    top: 60px !important;
    right: 0 !important;
    width: 300px !important;
    background: linear-gradient(145deg, #1a1f2e, #0f1419) !important;
    border: 1px solid rgba(14, 56, 15, 0.3) !important;
    border-radius: 15px !important;
    padding: 20px !important;
    color: #E6EDF3 !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(-10px) !important;
    transition: all 0.3s ease !important;
    backdrop-filter: blur(10px) !important;
}
html body .accessibility-panel.active .accessibility-content,
html body [class*="accessibility-panel"].active [class*="accessibility-content"] {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}
html body .accessibility-content h3,
html body [class*="accessibility-content"] h3 {
    color: #2ea043 !important; 
    margin-bottom: 15px !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
}
html body .accessibility-section,
html body [class*="accessibility-section"] {
    margin-bottom: 15px !important;
}
html body .accessibility-section label,
html body [class*="accessibility-section"] label,
html body .accessibility-content label,
html body [class*="accessibility-content"] label {
    display: block !important;
    color: #E6EDF3 !important; 
    font-size: 0.9rem !important;
    margin-bottom: 8px !important;
}
html body .font-size-controls,
html body [class*="font-size-controls"] {
    display: flex !important;
    gap: 10px !important;
}
html body .contrast-controls,
html body [class*="contrast-controls"] {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}
html body .font-size-controls button,
html body .contrast-controls button,
html body .reset-settings,
html body .decrease-font,
html body .increase-font,
html body .high-contrast,
html body [class*="font-size-controls"] button,
html body [class*="contrast-controls"] button,
html body [class*="reset-settings"] {
    background: #0E380F !important; 
    border: 1px solid rgba(14, 56, 15, 0.5) !important;
    color: #FFFFFF !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    font-size: 0.85rem !important;
    font-weight: bold !important;
    box-shadow: 0 4px 15px rgba(14, 56, 15, 0.3) !important;
}
html body .font-size-controls button svg,
html body .contrast-controls button svg,
html body .reset-settings svg,
html body .decrease-font svg,
html body .increase-font svg,
html body .high-contrast svg,
html body [class*="font-size-controls"] button svg,
html body [class*="contrast-controls"] button svg,
html body [class*="reset-settings"] svg {
    fill: #FFFFFF !important; 
    color: #FFFFFF !important;
}
html body .font-size-controls button:hover,
html body .contrast-controls button:hover,
html body .reset-settings:hover,
html body .decrease-font:hover,
html body .increase-font:hover,
html body .high-contrast:hover,
html body [class*="font-size-controls"] button:hover,
html body [class*="contrast-controls"] button:hover,
html body [class*="reset-settings"]:hover {
    background: #1a4a1f !important;
    transform: translateY(-1px) !important;
    color: #FFFFFF !important;
    box-shadow: 0 6px 20px rgba(14, 56, 15, 0.5) !important; 
}
html body .font-size-controls button:hover svg,
html body .contrast-controls button:hover svg,
html body .reset-settings:hover svg,
html body .decrease-font:hover svg,
html body .increase-font:hover svg,
html body .high-contrast:hover svg,
html body [class*="font-size-controls"] button:hover svg,
html body [class*="contrast-controls"] button:hover svg,
html body [class*="reset-settings"]:hover svg {
    fill: #FFFFFF !important; 
    color: #FFFFFF !important; 
}
html body .font-size-controls button:hover,
html body .contrast-controls button:hover,
html body .reset-settings:hover,
html body .decrease-font:hover,
html body .increase-font:hover,
html body .high-contrast:hover,
html body [class*="font-size-controls"] button:hover,
html body [class*="contrast-controls"] button:hover,
html body [class*="reset-settings"]:hover {
    color: #FFFFFF !important; 
}
html body .reset-settings,
html body [class*="reset-settings"] {
    width: 100% !important;
    margin-top: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}
main {
    background: transparent;
}
h1, h2, h3, h4, label {
    color: #E6EDF3;
}
.container {
    max-width: 1200px;
}
.header-bar { 
    gap: 1rem; 
    width: 100%;
}
.header-logo {
    height: 80px;
    width: auto;
    transition: height 0.3s ease;
}
.logo-container {
    position: relative;
    display: inline-block;
}
.normal-logo {
    display: block;
}
.contrast-logo {
    display: none;
}
html body.high-contrast .normal-logo {
    display: none !important;
}
html body.high-contrast .contrast-logo {
    display: block !important;
}
html body.high-contrast .info-toggle,
html body.high-contrast .accessibility-toggle {
    background: #000000 !important;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
}
html body.high-contrast .info-toggle svg,
html body.high-contrast .accessibility-toggle svg {
    fill: #FFFFFF !important; 
    color: #FFFFFF !important;
}
html body.high-contrast .info-toggle:hover,
html body.high-contrast .accessibility-toggle:hover {
    background: #FFFFFF !important;
    color: #000000 !important;
    transform: translateY(-2px);
}
html body.high-contrast .info-toggle:hover svg,
html body.high-contrast .accessibility-toggle:hover svg {
    fill: #000000 !important; 
    color: #000000 !important;
}
html body.high-contrast .info-panel.active .info-content,
html body.high-contrast .accessibility-panel.active .accessibility-content {
    background: #FFFFFF !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
}
html body.high-contrast .info-content h3,
html body.high-contrast .accessibility-content h3 {
    color: #000000 !important;
}
html body.high-contrast .info-content p,
html body.high-contrast .accessibility-section label {
    color: #000000 !important;
}
html body.high-contrast .font-size-controls button,
html body.high-contrast .contrast-controls button,
html body.high-contrast .reset-settings,
html body.high-contrast .decrease-font,
html body.high-contrast .increase-font {
    background: #000000 !important;
    border: 2px solid #000000 !important;
    color: #FFFFFF !important;
    font-weight: bold !important; 
}
html body.high-contrast .font-size-controls button:hover,
html body.high-contrast .contrast-controls button:hover,
html body.high-contrast .reset-settings:hover,
html body.high-contrast .decrease-font:hover,
html body.high-contrast .increase-font:hover {
    background: #FFFFFF !important;
    color: #000000 !important;
    font-weight: bold !important; 
}
html body.high-contrast .decrease-font svg,
html body.high-contrast .increase-font svg,
html body.high-contrast .reset-settings svg {
    fill: #FFFFFF !important; 
    color: #FFFFFF !important;
}
html body.high-contrast button.high-contrast,
html body.high-contrast .high-contrast {
    background: #000000 !important;
    border: 2px solid #FFFFFF !important; 
    color: #FFFFFF !important; 
    font-weight: bold !important; 
}
html body.high-contrast button.high-contrast:hover,
html body.high-contrast .high-contrast:hover {
    background: #FFFFFF !important;
    border: 2px solid #000000 !important; 
    color: #000000 !important; 
    font-weight: bold !important;
}
html body.high-contrast .decrease-font:hover svg,
html body.high-contrast .increase-font:hover svg,
html body.high-contrast .reset-settings:hover svg {
    fill: #000000 !important; 
    color: #000000 !important;
}
html body.high-contrast .decrease-font:hover,
html body.high-contrast .increase-font:hover {
    color: #000000 !important; 
}
.header-left, .header-right { 
    font-size: .95rem; 
}
.header-left {
    font-family: 'Exo 2', 'Roboto Mono', monospace;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.1;
    font-size: 1.25rem;
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.beta-badge {
    background: rgba(14, 56, 15, 0.3);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
    border: 1px solid rgba(14, 56, 15, 0.5);
}
/* Адаптивність шапки */
@media (max-width: 575.98px) {
    .header-logo {
        height: 60px;
    }
    .header-bar {
        gap: 0.5rem;
        justify-content: center !important;
        text-align: center;
    }
    .header-left {
        font-size: 1rem;
        margin-top: 10px;
        justify-content: center;
    }
    .header-right {
        width: 100%;
        text-align: center;
        margin-top: 0.5rem;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .header-logo {
        height: 70px;
    }
    .header-left {
        font-size: 1.2rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .header-left {
        font-size: 1.3rem;
    }
}
@media (min-width: 992px) {
    .header-left { 
        font-size: 1.5rem; 
    }
}
.top-section {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 2rem;
}
/* ===== ОСНОВНИЙ КОНТЕНТ ===== */
.domain-checker-wrapper {
    flex: 1;
    z-index: 10;
    padding-left: -20vw;
    padding-top: 5vh;
    transition: all 0.3s ease;
}
/* Монітор справа */
.monitor-wrapper {
    flex: 1;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
/* Пошук та експорт */
.search-container {
    flex-grow: 1;
}
.export-container {
    margin-left: 1rem;
}
@media (max-width: 767.98px) {
    .d-flex.align-items-stretch[style*="width: 50%"] {
        width: 100% !important;
        flex-direction: column !important;
    }
    .flex-grow-1 {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    .ms-2 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .btn-outline-light.h-100 {
        width: 100% !important;
        height: 44px !important;
        padding: 10px 20px !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        border-width: 2px !important;
        margin-top: 10px !important;
    }
    .input-group {
        width: 100% !important;
    }
    .input-group .btn {
        height: 44px !important;
        padding: 10px 20px !important;
        font-weight: 700 !important;
        font-size: 16px !important;
        border-width: 2px !important;
    }
}
.search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    min-height: 44px;
}
.export-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: 10px 20px !important;
    height: 44px !important;
    min-height: 44px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: 2px solid #0E380F !important;
    background: #0E380F !important;
    color: #FFFFFF !important;
    box-shadow: 0 4px 15px rgba(14, 56, 15, 0.3) !important;
    border-radius: 8px !important;
    transition: all 0.2s ease-in-out !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}
.export-btn:hover {
    background: #1a4a1f !important;
    border-color: #1a4a1f !important;
    box-shadow: 0 6px 20px rgba(14, 56, 15, 0.5) !important;
    transform: translateY(-2px) !important;
}
.export-btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 10px rgba(14, 56, 15, 0.3) !important;
}
.export-btn svg {
    width: 20px !important;
    height: 20px !important;
    margin-right: 8px !important;
}
@media (max-width: 575.98px) {
    .domain-checker-wrapper {
        padding: 0;
    }
    .domain-checker-box {
        margin: 0 -10px;
        border-radius: 0;
    }
    .monitor-wrapper {
        margin: 0 -10px;
    }
    .monitor-box {
        border-radius: 0;
    }
    .search-export-container {
        flex-direction: column;
        width: 100%;
    }
    .input-group {
        margin-bottom: 0.5rem;
    }
    .search-btn,
    .export-btn {
        width: 100%;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .domain-checker-wrapper {
        padding-left: 0;
    }
    .search-export-container {
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .search-export-container {
        max-width: 400px;
    }
}
.monitor-box {
    background: linear-gradient(145deg, #1a1f2e, #0f1419);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(14, 56, 15, 0.3); 
    position: relative;
    overflow: hidden;
}
.monitor-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(14, 56, 15, 0.8) 50%,
        transparent 100%
    );
}
.monitor-screen {
    background: linear-gradient(135deg, #0a0d14, #1a1f2e);
    border-radius: 10px;
    padding: 25px;
    border: 2px solid rgba(14, 56, 15, 0.4); 
    box-shadow: 
        inset 0 0 20px rgba(14, 56, 15, 0.1), 
        0 0 20px rgba(14, 56, 15, 0.2); 
    position: relative;
    overflow: hidden;
}
.monitor-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(14, 56, 15, 0.05) 0%, transparent 50%), 
        radial-gradient(circle at 80% 80%, rgba(14, 56, 15, 0.03) 0%, transparent 50%); 
    pointer-events: none;
}
.monitor-content {
    position: relative;
    z-index: 2;
}
.monitor-title {
    color: #2ea043 !important; 
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(46, 160, 67, 0.5);
    font-family: 'Roboto Mono', monospace;
    line-height: 1.3;
}
.monitor-status {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
}
.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0E380F;
    box-shadow: 0 0 10px rgba(14, 56, 15, 0.8);
    animation: pulse 2s infinite;
}
.status-indicator.active {
    background: #0E380F; 
}
.status-indicator.inactive {
    background: #da3633; 
}
@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}
.monitor-status span {
    color: #c9d1d9;
    font-size: 0.9rem;
    font-weight: 500;
}
.monitor-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(14, 56, 15, 0.1); 
    border-radius: 8px;
    border: 1px solid rgba(14, 56, 15, 0.2); 
}
.stat-label {
    color: #8b949e;
    font-size: 0.85rem;
    font-weight: 500;
}
.stat-value {
    color: #0E380F;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(14, 56, 15, 0.5); 
}
.domain-checker-box {
    background: linear-gradient(145deg, #1a1f2e, #0f1419); 
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 2rem;
    border-radius: 15px; 
    border: 1px solid rgba(14, 56, 15, 0.3); 
    max-width: 650px;
    margin: 0;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.domain-checker-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(14, 56, 15, 0.8) 50%,
        transparent 100%
    );
}
.domain-checker-box h4 {
    color: #2ea043 !important;
    text-shadow: 0 0 10px rgba(46, 160, 67, 0.5); 
    font-weight: 700;
}
#check-btn {
    background: #0E380F;
    color: #E6EDF3;
    border: none;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(14, 56, 15, 0.3); 
}
#check-btn:hover {
    background: #1a4a1f; 
    box-shadow: 0 6px 20px rgba(14, 56, 15, 0.5); 
    transform: translateY(-2px);
}
.scan-line {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(0, 100, 0, 0.8) 20%, 
        rgba(0, 100, 0, 1) 50%, 
        rgba(0, 100, 0, 0.8) 80%, 
        transparent 100%
    );
    z-index: 2;
    transform: translateX(-50%);
    animation: scanMove 3s infinite ease-in-out;
}
@keyframes scanMove {
    0%, 100% {
        opacity: 0.3;
        transform: translateX(-50%) scaleY(1);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleY(1.1);
    }
}
@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}
@media (max-width: 767.98px) {
    .accessibility-panel {
        width: 280px;
        right: -280px;
    }
}
body[data-font-size="16"] *,
body[data-font-size="18"] *,
body[data-font-size="20"] * {
    font-size: inherit;
}
body[data-font-size="16"] {
    font-size: 16px;
}
body[data-font-size="16"] h1 { font-size: 2em; }
body[data-font-size="16"] h2 { font-size: 1.5em; }
body[data-font-size="16"] h3 { font-size: 1.17em; }
body[data-font-size="16"] h4 { font-size: 1em; }
body[data-font-size="16"] .btn { font-size: 1em; }
body[data-font-size="16"] .form-control { font-size: 1em; }
body[data-font-size="16"] .table { font-size: 1em; }
body[data-font-size="18"] {
    font-size: 18px;
}
body[data-font-size="18"] h1 { font-size: 2em; }
body[data-font-size="18"] h2 { font-size: 1.5em; }
body[data-font-size="18"] h3 { font-size: 1.17em; }
body[data-font-size="18"] h4 { font-size: 1em; }
body[data-font-size="18"] .btn { font-size: 1em; }
body[data-font-size="18"] .form-control { font-size: 1em; }
body[data-font-size="18"] .table { font-size: 1em; }
body[data-font-size="20"] {
    font-size: 20px;
}
body[data-font-size="20"] h1 { font-size: 2em; }
body[data-font-size="20"] h2 { font-size: 1.5em; }
body[data-font-size="20"] h3 { font-size: 1.17em; }
body[data-font-size="20"] h4 { font-size: 1em; }
body[data-font-size="20"] .btn { font-size: 1em; }
body[data-font-size="20"] .form-control { font-size: 1em; }
body[data-font-size="20"] .table { font-size: 1em; }
body.high-contrast {
    background: #FFFFFF !important;
    color: #000000 !important;
}
body.high-contrast::before,
body.high-contrast::after,
body.high-contrast .orbital-background,
body.high-contrast .dashboard-accent,
body.high-contrast .glow-effect,
body.high-contrast .scan-line {
    display: none !important;
    background: none !important;
    background-image: none !important;
}
body.high-contrast *:not(svg):not(path) {
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    transition: none !important;
}
html body.high-contrast *:focus,
html body.high-contrast .form-control:focus,
html body.high-contrast input:focus,
html body.high-contrast textarea:focus,
html body.high-contrast select:focus,
html body.high-contrast button:focus {
    box-shadow: none !important;
    outline: 2px solid #000000 !important; 
    outline-offset: 1px !important;
}
html body.high-contrast .btn:hover,
html body.high-contrast .btn-primary:hover,
html body.high-contrast .btn-outline-light:hover,
html body.high-contrast button:hover,
html body.high-contrast [type="button"]:hover,
html body.high-contrast [type="submit"]:hover,
html body.high-contrast .export-btn:hover,
html body.high-contrast #check-btn:hover {
    box-shadow: none !important;
    transform: none !important; 
}
body.high-contrast img {
    filter: grayscale(100%) !important;
}
body.high-contrast svg {
    fill: #000000 !important;
}
html body.high-contrast .btn svg,
html body.high-contrast .btn-primary svg,
html body.high-contrast .btn-outline-light svg,
html body.high-contrast button svg {
    fill: #FFFFFF !important; 
    color: #FFFFFF !important;
}
html body.high-contrast h1,
html body.high-contrast h2,
html body.high-contrast h3,
html body.high-contrast h4,
html body.high-contrast h5,
html body.high-contrast h6,
html body.high-contrast .monitor-title,
html body.high-contrast .modal-title,
html body.high-contrast .table-section h4,
html body.high-contrast .table thead th,
html body.high-contrast .domain-checker-box h4 {
    color: #000000 !important;
    text-shadow: none !important;
    border-color: #000000 !important;
}
html body.high-contrast p,
html body.high-contrast span,
html body.high-contrast div,
html body.high-contrast label,
html body.high-contrast .text-white-50,
html body.high-contrast .text-muted,
html body.high-contrast .header-bar,
html body.high-contrast .header-left,
html body.high-contrast .header-right {
    background: #FFFFFF !important;
}
html body.high-contrast table.table.table-fixed,
html body.high-contrast table.table.table-fixed th,
html body.high-contrast table.table.table-fixed td,
html body.high-contrast table.table.table-fixed tr,
html body.high-contrast table.table.table-fixed thead,
html body.high-contrast table.table.table-fixed tbody {
    border: 1px solid #000000 !important;
    border-color: #000000 !important;
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
}
html body.high-contrast small,
html body.high-contrast .stat-label,
html body.high-contrast .stat-value {
    color: #000000 !important;
    text-shadow: none !important;
}
html body.high-contrast .btn,
html body.high-contrast button,
html body.high-contrast [type="button"],
html body.high-contrast [type="submit"],
html body.high-contrast .btn-warning {
    background: #000000 !important;
    color: #FFFFFF !important;
    border: 2px solid #000000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
}
html body.high-contrast .input-group,
html body.high-contrast .form-group,
html body.high-contrast .form-check {
    background: #FFFFFF !important;
    border-color: #000000 !important;
}
html body.high-contrast [type="checkbox"],
html body.high-contrast [type="radio"],
html body.high-contrast .form-check-input,
html body.high-contrast #domain-consent-data-processing,
html body.high-contrast #domain-consent-vpn,
html body.high-contrast #provider-consent-data-processing,
html body.high-contrast #provider-consent-vpn {
    border: 2px solid #000000 !important;
    background: #FFFFFF !important;
}
html body.high-contrast [type="checkbox"]:checked,
html body.high-contrast [type="radio"]:checked,
html body.high-contrast .form-check-input:checked,
html body.high-contrast #domain-consent-data-processing:checked,
html body.high-contrast #domain-consent-vpn:checked,
html body.high-contrast #provider-consent-data-processing:checked,
html body.high-contrast #provider-consent-vpn:checked {
    background: #000000 !important; 
    border: 2px solid #000000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important; /* Біла галочка */
}
html body.high-contrast table,
html body.high-contrast .table,
html body.high-contrast .table-fixed,
html body.high-contrast [class*="table"] {
    background: #FFFFFF !important;
    border-color: #000000 !important;
}
html body.high-contrast tr,
html body.high-contrast td,
html body.high-contrast th,
html body.high-contrast thead,
html body.high-contrast tbody,
html body.high-contrast .domain-col,
html body.high-contrast .url-col,
html body.high-contrast .status-col,
html body.high-contrast .reason-col,
html body.high-contrast .date-col {
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
html body.high-contrast .table tbody tr,
html body.high-contrast .table tbody tr:nth-child(even),
html body.high-contrast .table tbody tr:hover,
html body.high-contrast .table tbody tr td,
html body.high-contrast .table-striped > tbody > tr:nth-of-type(odd),
html body.high-contrast .table-striped > tbody > tr:nth-of-type(even) {
    background: #FFFFFF !important;
    color: #000000 !important;
}
html body.high-contrast .table tbody tr:nth-child(odd),
html body.high-contrast .table tbody tr:nth-child(even),
html body.high-contrast .table tbody tr:nth-child(odd) td,
html body.high-contrast .table tbody tr:nth-child(even) td,
html body.high-contrast .table tbody tr:nth-child(odd):hover,
html body.high-contrast .table tbody tr:nth-child(even):hover {
    background: #FFFFFF !important;
    color: #000000 !important;
}
html body.high-contrast span:contains("Система активна"),
html body.high-contrast input::placeholder,
html body.high-contrast input::-webkit-input-placeholder,
html body.high-contrast input::-moz-placeholder {
    color: #000000 !important;
}
html body.high-contrast .stat-label::placeholder,
html body.high-contrast .stat-label::-webkit-input-placeholder,
html body.high-contrast .stat-label::-moz-placeholder,
html body.high-contrast input.stat-label::placeholder,
html body.high-contrast input.stat-label::-webkit-input-placeholder,
html body.high-contrast input.stat-label::-moz-placeholder {
    color: #000000 !important;
}
html body.high-contrast #domain-input,
html body.high-contrast input[name="q"],
html body.high-contrast input,
html body.high-contrast textarea,
html body.high-contrast select,
html body.high-contrast .form-control {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
html body.high-contrast #domain-input:focus,
html body.high-contrast #domain-input:not(:placeholder-shown),
html body.high-contrast #domain-input:valid,
html body.high-contrast #domain-input:invalid {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    box-shadow: none !important; 
}
html body.high-contrast .btn-close,
html body.high-contrast .btn-close:hover,
html body.high-contrast .btn-close:focus,
html body.high-contrast .btn-close-white,
html body.high-contrast button[aria-label="Close"],
html body.high-contrast button[data-bs-dismiss="modal"] {
    background: #FFFFFF !important; 
    color: #000000 !important;
    border: 2px solid #000000 !important;
    filter: none !important;
    opacity: 1 !important;
    display: flex !important; 
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    width: 20px !important; 
    height: 20px !important; 
    position: relative !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    background-image: none !important; 
    background-size: auto !important;
    text-indent: 0 !important;
}
html body.high-contrast .btn-close::before,
html body.high-contrast .btn-close-white::before,
html body.high-contrast button[data-bs-dismiss="modal"]::before {
    content: "✕" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000000 !important;
    line-height: 1 !important;
    z-index: 10 !important;
}
html body.high-contrast .btn-close::after,
html body.high-contrast .btn-close-white::after,
html body.high-contrast button[data-bs-dismiss="modal"]::after {
    content: "×" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #000000 !important;
    line-height: 1 !important;
    z-index: 11 !important;
    pointer-events: none !important;
}
html body.high-contrast .btn-close .close-icon {
    display: block !important;
    color: #000000 !important;
    font-size: 14px !important; 
    font-weight: bold !important;
    line-height: 1 !important;
}
body:not(.high-contrast) .btn-close .close-icon {
    display: none !important; 
}
body:not(.high-contrast) .btn-close {
}
html body.high-contrast .status-badge,
html body.high-contrast [class*="status-"] {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
html body.high-contrast .table-section h4,
html body.high-contrast .table thead th,
html body.high-contrast .domain-checker-box h4 {
    color: #000000 !important;
    text-shadow: none !important;
    border-color: #000000 !important;
    background: #FFFFFF !important;
}
html body.high-contrast .status-легальний,
html body.high-contrast .status-заблокований,
html body.high-contrast .status-на-опрацюванні,
html body.high-contrast .status-анульовано {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
body.high-contrast .status-indicator,
body.high-contrast .status-indicator.active,
body.high-contrast .status-indicator.inactive {
    background: #FFFFFF !important;
    border: 2px solid #000000 !important;
}
html body.high-contrast .modal-content {
    background: #FFFFFF !important;
    border: 2px solid #000000 !important;
}
html body.high-contrast .modal,
html body.high-contrast .modal-dialog {
    background: transparent !important;
    border: none !important;
}
html body.high-contrast .modal-header,
html body.high-contrast .modal-body,
html body.high-contrast .modal-footer {
    background: #FFFFFF !important;
    border-color: #000000 !important;
}
body.high-contrast .modal-backdrop,
body.high-contrast .modal-backdrop.show {
    background: rgba(0, 0, 0, 0.5) !important;
}
html body.high-contrast .pagination,
html body.high-contrast .pagination .page-item,
html body.high-contrast .pagination .page-link {
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
html body.high-contrast .pagination .page-link:hover,
html body.high-contrast .pagination .page-item.active .page-link,
html body.high-contrast .pagination .page-item:hover .page-link {
    background: #000000 !important; 
    color: #FFFFFF !important; 
    border-color: #000000 !important;
    transform: none !important; 
    background-color: #000000 !important; 
}
html body.high-contrast .alert,
html body.high-contrast .alert-warning {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
html body.high-contrast .btn-group {
    background: #FFFFFF !important;
    border-color: #000000 !important;
}
body.high-contrast .orbital-background,
body.high-contrast .dashboard-accent,
body.high-contrast .glow-effect,
body.high-contrast .scan-line {
    display: none !important;
}
body.high-contrast *:not(svg):not(path) {
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
}
body.high-contrast img {
    filter: grayscale(100%) !important;
}
body.high-contrast .btn,
body.high-contrast .form-control,
body.high-contrast .input-group-text {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
body.high-contrast .table,
body.high-contrast .table * {
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
}
body.high-contrast .status-badge {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
body.high-contrast input,
body.high-contrast select,
body.high-contrast textarea {
    background: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
body.high-contrast svg {
    fill: #000000 !important;
}
body.high-contrast *:not(.accessibility-toggle):not(.accessibility-toggle svg):hover {
    background: #FFFFFF !important;
    color: #000000 !important;
    border-color: #000000 !important;
    transform: none !important;
}
.table-section {
    position: relative; 
    z-index: 5; 
    margin-top: 0rem; 
}
.table-section h4 {
    color: #2ea043 !important; 
    text-shadow: 0 0 10px rgba(46, 160, 67, 0.5);
    font-weight: 700;
}
html body .table {
    background-color: rgba(1, 4, 9, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    border: 1px solid #30363d !important;
    color: #c9d1d9 !important;
}
html body .table thead th {
    color: #2ea043 !important;
    background-color: rgba(22, 27, 34, 0.7) !important;
    border-bottom: 2px solid #30363d !important;
}
html body .table tbody tr {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
    transition: background-color 0.2s ease-in-out !important;
}
html body .table tbody tr:hover {
    background-color: rgba(22, 27, 34, 0.95) !important;
    transform: scale(1.01) !important;
}
html body .table tbody tr:nth-child(even) {
    background-color: rgba(22, 27, 34, 0.85) !important;
}
html body .table tbody tr:nth-child(even):hover {
    background-color: rgba(22, 27, 34, 0.95) !important;
}
html body .table tbody tr td {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border-color: #30363d !important;
}
html body .table tbody tr:nth-child(even) td {
    background-color: transparent !important;
}
html body .status-badge {
    padding: 4px 8px !important;
    font-size: 0.75em !important;
    white-space: nowrap !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 80px !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease-in-out !important;
}
html body .status-badge:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
html body .status-легальний {
    background-color: #238636 !important;
    color: white !important;
}
html body .status-заблокований {
    background-color: #da3633 !important;
    color: white !important;
}
html body .status-на-опрацюванні {
    background-color: #b08713 !important;
    color: white !important;
}
html body .status-анульовано {
    background-color: #d3d3d3 !important;
    color: #000000 !important;
}
.table-responsive {
    margin: 0 -10px;
    padding: 0 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-fixed {
    table-layout: fixed !important;
    width: 100% !important;
    margin-bottom: 0;
}
.domain-col { width: 20%; }
.url-col { width: 25%; }
.status-col { width: 12%; }
.reason-col { width: 28%; }
.date-col { width: 15%; }
@media (max-width: 767.98px) {
    .table-responsive {
        margin: 0;
        padding: 0;
        border: none !important;
    }
    .table-fixed {
        margin: 0;
        background: transparent !important;
        border: none !important;
    }
    .table-fixed thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .table-fixed tr {
        display: block;
        margin-bottom: 15px;
        background: linear-gradient(145deg, #1a1f2e, #0f1419) !important;
        border: 2px solid rgba(14, 56, 15, 0.3) !important;
        border-radius: 8px;
    }
    .table-fixed td {
        display: block;
        font-size: 16px !important;
        text-align: left !important;
        padding: 12px 15px !important;
        position: relative;
        border: none !important;
        border-bottom: 1px solid rgba(14, 56, 15, 0.2) !important;
        min-height: 50px;
    }
    .table-fixed td:last-child {
        border-bottom: none !important;
    }
    .table-fixed td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        color: #8b949e;
        margin-bottom: 5px;
    }
    html body.high-contrast .table-fixed td::before {
        color: #000000 !important; 
    }
    .table-fixed .domain-col {
        font-size: 18px !important;
        font-weight: bold;
        background: rgba(14, 56, 15, 0.1) !important;
        border-radius: 8px 8px 0 0;
    }
    html body.high-contrast .table-fixed .domain-col {
        background: #FFFFFF !important; 
        color: #000000 !important;
    }
    .table-fixed .url-col {
        font-family: monospace;
        word-break: break-all;
        font-size: 14px !important;
    }
    .table-fixed .status-col {
        text-align: left !important;
    }
    .table-fixed .status-badge {
        display: inline-block;
        padding: 8px 16px !important;
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 5px;
    }
    .table-fixed .reason-col {
        font-size: 15px !important;
        line-height: 1.4;
    }
    .table-fixed .date-col {
        font-size: 14px !important;
        color: #8b949e;
        background: rgba(14, 56, 15, 0.05) !important;
        border-radius: 0 0 8px 8px;
    }
    html body.high-contrast .table-fixed .date-col {
        color: #000000 !important;
        background: #FFFFFF !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .domain-col { width: 18%; }
    .url-col { width: 22%; }
    .status-col { width: 15%; }
    .reason-col { width: 25%; }
    .date-col { width: 20%; }
    .table-fixed td,
    .table-fixed th {
        padding: 10px 8px !important;
    }
}
html body .table-fixed th,
html body .table-fixed td {
    border-right: 1px solid rgba(14, 56, 15, 0.2) !important; 
    border-left: 1px solid rgba(14, 56, 15, 0.2) !important; 
    padding: 12px 8px !important;
    vertical-align: middle !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}
html body .table-fixed th:last-child,
html body .table-fixed td:last-child {
    border-right: none !important;
}
html body .table-fixed th:first-child,
html body .table-fixed td:first-child {
    border-left: none !important;
}
html body .status-badge {
    padding: 4px 8px !important;
    font-size: 0.75em !important;
    white-space: nowrap !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 80px !important;
}
html body .input-group .form-control {
    background-color: transparent !important;
    border-color: #30363d !important;
    color: #c9d1d9 !important;
}
html body .logo-text-overlay {
    color: #FFFFFF !important;
}
button[data-bs-target="#exportModal"] svg {
    display: none !important;
    margin: 0 !important;
}
#complaintModal #consent-data-processing.form-check-input:checked,
#complaintModal #consent-vpn-domain.form-check-input:checked,
#complaintModal #consent-vpn-provider.form-check-input:checked {
  background-color: #2ea043 !important;
  border-color: #2ea043 !important;
}
html body .status-анульовано * {
    color: #000000 !important;
}
html body input[type="text"] {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body input[type="text"]:focus {
    background-color: rgba(22, 27, 34, 0.95) !important;
    color: #c9d1d9 !important;
}
html body input[type="text"]:not(:placeholder-shown) {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body input[type="text"]:valid {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body input[type="text"]:invalid {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body #domain-input {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body #domain-input:focus {
    background-color: rgba(22, 27, 34, 0.95) !important;
    color: #c9d1d9 !important;
}
html body #domain-input:not(:placeholder-shown) {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
}
html body input[name="q"] {
    background-color: transparent !important;
    color: #c9d1d9 !important;
}
html body input[name="q"]:focus {
    background-color: transparent !important;
    color: #c9d1d9 !important;
}
html body input[name="q"]:not(:placeholder-shown) {
    background-color: transparent !important;
    color: #c9d1d9 !important;
}
html body.high-contrast input[name="q"],
html body.high-contrast input[name="q"]:focus,
html body.high-contrast input[name="q"]:not(:placeholder-shown) {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
html body.high-contrast #complaint-domain,
html body.high-contrast #provider-domain,
html body.high-contrast #provider-name,
html body.high-contrast #provider-legal-name,
html body.high-contrast #provider-edrpou,
html body.high-contrast #user-fullname,
html body.high-contrast #user-phone,
html body.high-contrast #user-email,
html body.high-contrast #user-ip,
html body.high-contrast #domain-complaint-domain,
html body.high-contrast #domain-user-fullname,
html body.high-contrast #domain-user-email,
html body.high-contrast #domain-user-ip,
html body.high-contrast #provider-complaint-domain,
html body.high-contrast #provider-complaint-name,
html body.high-contrast #provider-complaint-legal-name,
html body.high-contrast #provider-complaint-edrpou,
html body.high-contrast #provider-user-fullname,
html body.high-contrast #provider-user-email,
html body.high-contrast #provider-user-ip {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
}
.status-badge {
    padding: 0.4em 0.7em;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.8em;
    text-transform: uppercase;
    white-space: nowrap;
}
html body .status-badge.status-анульовано {
    background-color: #d3d3d3 !important;
    color: #000000 !important;
}
.status-легальний { background-color: #238636; color: white; }
.status-заблокований { background-color: #da3633; color: white; }
.status-на-опрацюванні { background-color: #b08713; color: white; }
.alert-result-found {
    background-color: rgba(220, 53, 69, 0.1);
    border: 1px solid #da3633;
    color: #E6EDF3;
}
.alert-result-not-found {
    background-color: rgba(35, 134, 54, 0.1);
    border: 1px solid #238636;
    color: #E6EDF3;
}
.activity-warning {
    position: absolute;
    font-size: 1.5rem;
    animation: pulse-warning 2.5s infinite;
    text-shadow: 0 0 10px #ffc107;
}
@keyframes pulse-warning {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}
@keyframes flash-in {
    from {
        background-color: rgba(0, 200, 0, 0.25); 
    }
    to {
        background-color: transparent; 
    }
}
.table-is-updating tr {
    animation: flash-in 1.5s ease-out;
}
.pagination .page-link {
    background-color: #161B22;
    border-color: #30363d;
    color: #E6EDF3;
}
.pagination .page-link:hover {
    background-color: #0E380F !important;
    border-color: #0E380F !important;
    color: #E6EDF3;
}
.pagination .page-item.active .page-link {
    background-color: #0E380F !important; 
    border-color: #0E380F !important;
    color: #E6EDF3;
}
.pagination .page-item.disabled .page-link {
    background-color: #161B22;
    border-color: #30363d;
    color: #6E7681;
}
html body .modal-content {
    background-color: #161B22 !important;
    border: 1px solid #30363d !important;
    color: #E6EDF3 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
html body .modal-header {
    border-bottom: 1px solid #30363d !important;
    background-color: rgba(22, 27, 34, 0.95) !important;
}
html body .modal-footer {
    border-top: 1px solid #30363d !important;
    background-color: rgba(22, 27, 34, 0.95) !important;
}
html body .modal-title {
    color: #E6EDF3 !important;
    font-weight: bold !important;
}
body .modal .btn {
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
}
body .modal .btn:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
body .modal .form-control {
    background-color: rgba(22, 27, 34, 0.9) !important;
    color: #c9d1d9 !important;
    border-color: #30363d !important;
}
body .modal .form-control:focus {
    background-color: rgba(22, 27, 34, 0.95) !important;
    border-color: #238636 !important;
    box-shadow: 0 0 0 0.2rem rgba(35, 134, 54, 0.25) !important;
}
body .form-check-input {
    background-color: rgba(22, 27, 34, 0.9) !important;
    border-color: #30363d !important;
}
body .form-check-input:checked {
    background-color: #238636 !important;
    border-color: #238636 !important;
}
body .form-check-label {
    color: #E6EDF3 !important;
}
html body .alert {
    background-color: rgba(22, 27, 34, 0.9) !important;
    border-color: #30363d !important;
    color: #E6EDF3 !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}
html body .alert-success {
    border-color: #238636 !important;
    color: #2ea043 !important;
    background-color: rgba(35, 134, 54, 0.1) !important;
}
html body .alert-danger {
    border-color: #da3633 !important;
    color: #f85149 !important;
    background-color: rgba(218, 54, 51, 0.1) !important;
}
html body .alert-warning {
    border-color: #b08713 !important;
    color: #d29922 !important;
    background-color: rgba(176, 135, 19, 0.1) !important;
}
body .nav-link {
    color: #E6EDF3 !important;
}
body .nav-link:hover {
    color: #2ea043 !important;
}
body .nav-link.active {
    color: #2ea043 !important;
    background-color: rgba(35, 134, 54, 0.1) !important;
}
html body .dropdown-menu {
    background-color: #161B22 !important;
    border: 1px solid #30363d !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}
html body .dropdown-item {
    color: #E6EDF3 !important;
}
html body .dropdown-item:hover {
    background-color: rgba(35, 134, 54, 0.1) !important;
    color: #2ea043 !important;
}
html body .pagination .page-link {
    background-color: #161B22 !important;
    border-color: #30363d !important;
    color: #E6EDF3 !important;
    transition: all 0.2s ease-in-out !important;
}
html body .pagination .page-link:hover {
    background-color: #0E380F !important; 
    border-color: #0E380F !important;
    color: #E6EDF3 !important;
    transform: translateY(-1px) !important;
}
html body .pagination .page-item.active .page-link {
    background-color: #0E380F !important; 
    border-color: #0E380F !important;
    color: #E6EDF3 !important;
}
html body .pagination .page-item.disabled .page-link {
    background-color: #161B22 !important;
    border-color: #30363d !important;
    color: #6E7681 !important;
}
body .dropdown-item {
    color: #E6EDF3 !important;
}
body .dropdown-item:hover {
    background-color: rgba(35, 134, 54, 0.1) !important;
    color: #2ea043 !important;
}
body .tooltip-inner {
    background-color: #161B22 !important;
    color: #E6EDF3 !important;
}
body .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #161B22 !important;
}
body .popover {
    background-color: #161B22 !important;
    border: 1px solid #30363d !important;
    color: #E6EDF3 !important;
}
body .popover-header {
    background-color: rgba(22, 27, 34, 0.9) !important;
    border-bottom: 1px solid #30363d !important;
    color: #E6EDF3 !important;
}
body .progress {
    background-color: rgba(22, 27, 34, 0.9) !important;
}
body .progress-bar {
    background-color: #238636 !important;
}
body .list-group-item {
    background-color: rgba(22, 27, 34, 0.9) !important;
    border-color: #30363d !important;
    color: #E6EDF3 !important;
}
body .list-group-item:hover {
    background-color: rgba(22, 27, 34, 0.95) !important;
}
body .card {
    background-color: rgba(22, 27, 34, 0.9) !important;
    border-color: #30363d !important;
    color: #E6EDF3 !important;
}
body .card-header {
    background-color: rgba(22, 27, 34, 0.95) !important;
    border-bottom: 1px solid #30363d !important;
    color: #E6EDF3 !important;
}
body .card-footer {
    background-color: rgba(22, 27, 34, 0.95) !important;
    border-top: 1px solid #30363d !important;
}
@media screen and (max-width: 767.98px) {
    html body .d-flex.justify-content-between.align-items-center.mb-4 {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    html body .d-flex.justify-content-between.align-items-center.mb-4 h4 {
        width: 100% !important;
        margin-bottom: 15px !important;
        text-align: left !important;
    }
    html body .d-flex.align-items-stretch[style*="width: 50%"] {
        width: 100% !important;
        flex-direction: column !important;
    }
    html body .flex-grow-1 {
        width: 100% !important;
        margin-bottom: 10px !important;
    }
    html body .ms-2 {
        margin-left: 0 !important;
        width: 100% !important;
    }
    html body table.table.table-fixed {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border: none !important;
        background: transparent !important;
    }
    html body table.table.table-fixed thead {
        display: none !important;
    }
    html body table.table.table-fixed tbody {
        display: block !important;
        width: 100% !important;
    }
    html body table.table.table-fixed tr {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px !important;
        background: #0a0d14 !important;
        border: 1px solid rgba(14, 56, 15, 0.3) !important;
        border-radius: 4px !important;
    }
    html body table.table.table-fixed td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 8px 12px !important;
        border: none !important;
        border-bottom: 1px solid rgba(14, 56, 15, 0.2) !important;
        font-family: 'Roboto Mono', monospace !important;
        font-size: 14px !important;
        line-height: 1.4 !important;
        color: #E6EDF3 !important;
        background: transparent !important;
    }
    html body table.table.table-fixed td::before {
        content: attr(data-label) !important;
        display: block !important;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #8b949e !important;
        margin-bottom: 4px !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
    html body.high-contrast table.table.table-fixed td::before {
        color: #000000 !important; 
    }
    html body table.table.table-fixed td:first-child {
        font-size: 16px !important;
        font-weight: bold !important;
        padding-top: 12px !important;
        color: #E6EDF3 !important;
    }
    html body table.table.table-fixed td:nth-child(2) {
        font-family: 'Roboto Mono', monospace !important;
        word-break: break-all !important;
    }
    html body .info-panel,
    html body [class*="info-panel"] {
        width: calc(100vw - 20px) !important; 
        max-width: 350px !important; 
        right: calc(-100vw + 10px) !important; 
        top: 55px !important; 
        left: 10px !important; 
    }
    html body .accessibility-panel,
    html body [class*="accessibility-panel"] {
        width: calc(100vw - 20px) !important; 
        max-width: 350px !important; 
        right: calc(-100vw + 10px) !important; 
        top: 55px !important; 
        left: 10px !important; 
    }
    html body .info-panel.active,
    html body [class*="info-panel"].active {
        right: 10px !important; 
        left: 10px !important; 
    }
    html body .accessibility-panel.active,
    html body [class*="accessibility-panel"].active {
        right: 10px !important; 
        left: 10px !important; 
    }
    html body .info-content,
    html body [class*="info-content"] {
        top: 0px !important; 
        position: relative !important; 
    }
    html body .accessibility-content,
    html body [class*="accessibility-content"] {
        top: 0px !important; 
        position: relative !important; 
    }
    html body.high-contrast .info-panel:not(.active) .info-content,
    html body.high-contrast .accessibility-panel:not(.active) .accessibility-content,
    html body.high-contrast [class*="info-panel"]:not(.active) [class*="info-content"],
    html body.high-contrast [class*="accessibility-panel"]:not(.active) [class*="accessibility-content"] {
        display: none !important; 
        visibility: hidden !important;
        opacity: 0 !important;
    }
    html body .info-panel:not(.active) .info-content,
    html body .accessibility-panel:not(.active) .accessibility-content,
    html body [class*="info-panel"]:not(.active) [class*="info-content"],
    html body [class*="accessibility-panel"]:not(.active) [class*="accessibility-content"] {
        display: none !important; 
        visibility: hidden !important;
        opacity: 0 !important;
    }
    html body .info-toggle,
    html body button.info-toggle,
    html body [class*="info-toggle"] {
        top: 10px !important; 
        right: 20px !important; 
        width: 40px !important; 
        height: 40px !important; 
    }
    html body .accessibility-toggle,
    html body button.accessibility-toggle,
    html body [class*="accessibility-toggle"] {
        top: 10px !important; 
        right: 70px !important; 
        width: 40px !important; 
        height: 40px !important; 
    }
}
@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-bar {
        flex-direction: column;
        text-align: center;
        gap: 0.5rem;
    }
    .header-left {
        font-size: 1rem;
        margin-top: 10px;
    }
    header img {
        height: 60px;
    }
    .top-section {
        flex-direction: column;
        gap: 1rem;
        min-height: auto;
        margin-bottom: 1rem;
    }
    .domain-checker-wrapper {
        padding: 0;
        width: 100%;
    }
    .domain-checker-box {
        padding: 1rem;
    }
    .monitor-wrapper {
        width: 100%;
        order: -1;
    }
    .monitor-box {
        padding: 10px;
    }
    .monitor-screen {
        padding: 15px;
    }
    .monitor-title {
        font-size: 0.9rem;
    }
    .monitor-stats {
        gap: 10px;
    }
    .stat-item {
        padding: 8px 10px;
    }
    .input-group {
        flex-direction: column;
    }
    .input-group > * {
        width: 100% !important;
        margin-bottom: 0.5rem;
    }
    .btn {
        width: 100%;
        margin-bottom: 0.5rem;
        padding: 8px 16px;
    }
    .table-section {
        overflow-x: auto;
        margin-top: 1rem;
    }
    .table {
        font-size: 12px;
    }
    .table td, .table th {
        padding: 6px 4px !important;
    }
    .status-badge {
        padding: 2px 4px !important;
        font-size: 0.7em !important;
        min-width: 60px !important;
    }
    .dashboard-accent,
    .orbital-background {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-left {
        font-size: 1.2rem;
    }
    .top-section {
        flex-direction: column;
        gap: 1.5rem;
    }
    .domain-checker-wrapper,
    .monitor-wrapper {
        width: 100%;
    }
    .monitor-wrapper {
        order: -1;
    }
    .monitor-box {
        padding: 15px;
    }
    .monitor-screen {
        padding: 20px;
    }
    .monitor-title {
        font-size: 1rem;
    }
    .table td, .table th {
        padding: 8px 6px !important;
    }
    .status-badge {
        padding: 3px 6px !important;
        font-size: 0.75em !important;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .top-section {
        flex-direction: column;
        gap: 2rem;
    }
    .domain-checker-wrapper,
    .monitor-wrapper {
        width: 100%;
        max-width: 720px;
        margin: 0 auto;
    }
    .monitor-wrapper {
        order: -1;
    }
    .table-section {
        margin-top: 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
    .top-section {
        gap: 2rem;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.orbital-background {
    will-change: transform;
    transform: translateZ(0);
}
.dashboard-accent {
    will-change: transform, opacity;
    transform: translateZ(0);
}
@media (prefers-color-scheme: dark) {
    body {
        background-color: #0D1117;
    }
}
@media (prefers-reduced-motion: reduce) {
    .dashboard-accent {
        animation: none;
    }
    .activity-warning {
        animation: none;
    }
}
html body .domain-checker-box h4,
html body .monitor-title,
html body .table-section h4 {
    color: #2ea043 !important; 
    font-weight: 700 !important;
    text-shadow: none !important; 
}
html body .stat-value {
    color: #2ea043 !important; 
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-shadow: none !important; 
}
.status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2ea043 !important; 
    box-shadow: 0 0 10px rgba(46, 160, 67, 0.8); 
    animation: pulse 2s infinite;
}
.status-indicator.active {
    background: #2ea043 !important; 
}
html body div.monitor-status span,
html body .monitor-wrapper .monitor-box .monitor-screen .monitor-content .monitor-status span {
    color: #8b949e !important; 
    font-size: 0.9rem !important;
    font-weight: 500 !important;
    text-shadow: none !important; 
}
.form-control:focus {
    background: linear-gradient(135deg, #1a1f2e, #0f1419) !important;
    border-color: #2ea043 !important; 
    box-shadow: 0 0 0 0.2rem rgba(46, 160, 67, 0.25) !important; 
}
a {
    color: #2ea043 !important; 
    text-decoration: none;
}
a:hover {
    color: #3fb950 !important; 
    text-decoration: underline;
}
a.btn:hover,
a.btn-primary:hover,
a.btn-outline-light:hover {
    text-decoration: none !important;
}
.modal-title {
    color: #2ea043 !important; 
    text-shadow: 0 0 10px rgba(46, 160, 67, 0.5); 
}
html body .table thead th {
    color: #2ea043 !important; 
    background: linear-gradient(135deg, #0a0d14, #1a1f2e) !important;
    border-bottom: 2px solid rgba(46, 160, 67, 0.4) !important; 
    text-shadow: none !important; 
}
html body .btn-outline-light {
    background-color: transparent !important;
    border: 1px solid #FFFFFF !important;
    color: #FFFFFF !important;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}
html body .btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FFFFFF !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
html body .btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25) !important;
}
html body .btn-primary {
    background: #0E380F !important; 
    border: 1px solid #0E380F !important; 
    color: #FFFFFF !important;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(14, 56, 15, 0.3);
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
}
html body .btn-primary:hover {
    background: #1a4a1f !important; 
    border: 1px solid #1a4a1f !important;
    box-shadow: 0 6px 20px rgba(14, 56, 15, 0.5) !important;
    transform: translateY(-2px);
}
html body .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 56, 15, 0.25) !important;
}
html body .btn-primary:active {
    transform: translateY(0) !important;
}
html body.high-contrast .btn-outline-light,
html body.high-contrast .btn-outline-light:hover,
html body.high-contrast .btn-outline-light:focus {
    background: #000000 !important;
    color: #FFFFFF !important;
    border: 2px solid #000000 !important;
    box-shadow: none !important;
    transform: none !important;
}
.mt-2.p-2.text-white-50.small.d-flex.justify-content-between.align-items-center span {
    margin-right: 30px !important;
}
