@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* Araintel Vulnerability Disclosure - Ultra-Premium Monochrome Styles */

/* -------------------------------------
   General & Utilities
------------------------------------- */
.abb-landing.premium-layout, .abb-dashboard.premium-dashboard, .abb-rules-page.premium-layout {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #111111;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.abb-landing *,
.abb-dashboard *,
.abb-rules-page * {
    box-sizing: border-box;
    min-width: 0;
    letter-spacing: 0;
}

.abb-landing a, .abb-dashboard a, .abb-rules-page a {
    font-size: 1em;
    color: #333333;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: all 0.2s ease;
}

.abb-landing a:hover, .abb-dashboard a:hover, .abb-rules-page a:hover {
    color: #000000;
}

/* -------------------------------------
   Landing Page: Private Portal
------------------------------------- */
.abb-landing--command {
    max-width: 1120px;
    margin: 34px auto 64px;
    padding: 0 18px;
    background: #ffffff;
}

.abb-portal-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 440px);
    gap: 0;
    align-items: stretch;
    padding: 0;
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    box-shadow: none;
}

.abb-portal-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 46px;
    border-right: 2px solid #000000;
}

.abb-kicker {
    margin: 0 0 16px;
    color: #000000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.abb-portal-copy h1 {
    max-width: 760px;
    margin: 0;
    color: #000000;
    font-size: 54px;
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: 0;
}

.abb-portal-lead {
    max-width: 640px;
    margin: 22px 0 0;
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
}

.abb-portal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.abb-landing--command .abb-btn {
    border-radius: 0;
    min-height: 46px;
    padding: 12px 18px;
    font-size: 14px;
    box-shadow: none;
    transition: none;
}

.abb-landing--command .abb-btn-solid,
.abb-landing--command .abb-btn-solid:hover:not(.is-disabled) {
    background: #000000;
    color: #ffffff !important;
    border-color: #000000;
    box-shadow: none;
    transform: none;
}

.abb-landing--command .abb-btn-outline {
    background: #ffffff;
    color: #000000 !important;
    border-color: #000000;
    box-shadow: none;
}

.abb-landing--command .abb-btn-outline:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff !important;
}

.abb-landing--command .abb-btn.is-disabled {
    background: #ffffff;
    color: #000000 !important;
    border-color: #000000;
}

.abb-btn-wide {
    width: 100%;
}

.abb-access-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 390px;
    padding: 34px;
    background: #ffffff;
    color: #000000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.abb-access-card h2 {
    margin: 16px 0 10px;
    color: #000000;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.15;
}

.abb-access-card p {
    margin: 0 0 22px;
    color: #000000;
    font-size: 14px;
    line-height: 1.55;
}

.abb-access-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    max-width: 100%;
    padding: 6px 9px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.abb-status-dot {
    width: 7px;
    height: 7px;
    background: #000000;
    border-radius: 0;
}

.abb-access-form,
.abb-access-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.abb-legal-accordions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 8px;
}

.abb-accordion-item {
    padding: 14px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
}

.abb-checkline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
}

.abb-checkline input {
    flex: 0 0 auto;
    margin-top: 2px;
}

.abb-landing--command .abb-toggle-legal,
.abb-landing--command .abb-legal-link {
    display: inline-block;
    margin: 10px 0 0 25px;
    padding: 0;
    color: #000000;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.abb-landing--command .abb-legal-link {
    cursor: pointer;
}

.abb-legal-content {
    margin: 12px 0 0 25px;
    padding: 12px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.5;
}

.abb-legal-content a {
    color: #000000;
    font-weight: 800;
}

.abb-rules-page {
    max-width: 1120px;
    margin: 34px auto 64px;
    padding: 0 18px;
    background: #ffffff;
    color: #000000;
}

.abb-rules-content {
    padding: 40px;
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 0;
    color: #000000;
}

.abb-rules-content h1 {
    margin: 0 0 26px;
    color: #000000;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.05;
}

.abb-rules-content h2 {
    margin: 30px 0 12px;
    padding-top: 22px;
    color: #000000;
    border-top: 1px solid #000000;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
}

.abb-rules-content p {
    max-width: 920px;
    margin: 0 0 16px;
    color: #000000;
    font-size: 15px;
    line-height: 1.65;
}

.abb-rules-content ul {
    margin: 0 0 18px 19px;
    padding: 0;
}

.abb-rules-content li {
    margin: 0 0 9px;
    color: #000000;
    font-size: 15px;
    line-height: 1.55;
}

.abb-alert-compact {
    margin: 0 0 12px;
    padding: 12px 14px;
    font-size: 13px;
}

.abb-public-lookup {
    margin-top: 18px;
    padding: 24px;
    background: #ffffff;
    border: 2px solid #000000;
    color: #000000;
}

.abb-public-lookup-form label {
    display: block;
    margin: 0 0 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.abb-public-lookup-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 160px;
    gap: 10px;
}

.abb-public-lookup-row input,
.abb-public-lookup-row button {
    min-height: 46px;
    padding: 12px;
    border: 1px solid #000000;
    border-radius: 0;
    font: inherit;
    font-size: 14px;
    box-shadow: none;
}

.abb-public-lookup-row input {
    background: #ffffff;
    color: #000000;
}

.abb-public-lookup-row button {
    background: #000000;
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
}

.abb-public-lookup-result {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #000000;
}

.abb-public-lookup-result h2 {
    margin: 0 0 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.15;
}

.abb-public-lookup-result p,
.abb-public-lookup-empty {
    margin: 0 0 8px;
    color: #000000;
    font-size: 14px;
    line-height: 1.45;
}

.abb-public-lookup-result code {
    color: #000000;
    font: inherit;
    overflow-wrap: anywhere;
}

.abb-public-lookup-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.abb-public-lookup-grid span {
    display: block;
    padding: 12px;
    border: 1px solid #000000;
    color: #000000;
    font-size: 13px;
    line-height: 1.35;
}

.abb-public-lookup-grid strong {
    display: block;
    margin-bottom: 5px;
    color: #000000;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.abb-public-lookup-empty {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #000000;
}

@media (max-width: 900px) {
    .abb-portal-hero {
        grid-template-columns: 1fr;
    }

    .abb-portal-hero {
        padding: 0;
    }

    .abb-portal-copy,
    .abb-access-card {
        min-height: 0;
    }

    .abb-portal-copy {
        border-right: 0;
        border-bottom: 2px solid #000000;
    }

    .abb-portal-copy h1 {
        font-size: 42px;
    }
}

@media (max-width: 520px) {
    .abb-landing--command,
    .abb-rules-page {
        margin: 24px auto 48px;
        padding: 0 14px;
    }

    .abb-portal-hero {
        padding: 0;
    }

    .abb-portal-copy h1 {
        font-size: 34px;
    }

    .abb-portal-lead {
        font-size: 16px;
    }

    .abb-access-card {
        padding: 20px;
    }

    .abb-public-lookup {
        padding: 20px;
    }

    .abb-public-lookup-row,
    .abb-public-lookup-grid {
        grid-template-columns: 1fr;
    }

    .abb-rules-content {
        padding: 24px 20px;
    }

    .abb-rules-content h1 {
        font-size: 34px;
    }

    .abb-rules-content h2 {
        font-size: 21px;
    }
}

/* -------------------------------------
   Landing Page: Hero Section
------------------------------------- */
.abb-hero-premium {
    position: relative;
    text-align: center;
    padding: 100px 20px;
    background-color: #fbfbfb;
    background-image: 
        radial-gradient(circle at 50% 0%, #ffffff 0%, transparent 80%),
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
    background-size: 100% 100%, 40px 40px, 40px 40px;
    border-radius: 32px;
    margin-bottom: 80px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02), inset 0 1px 0 rgba(255, 255, 255, 1);
    overflow: hidden;
}

.abb-hero-bg-glow {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.03) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

/* Geometric Network Animations */
.abb-cyber-animation {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    opacity: 0.6;
}

.abb-node {
    position: absolute;
    width: 6px; height: 6px;
    background: #000;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0,0,0,0.4);
    animation: floatNode 25s infinite linear alternate;
}

.abb-node-1 { top: 15%; left: 10%; animation-delay: 0s; }
.abb-node-2 { top: 75%; left: 20%; animation-delay: -5s; }
.abb-node-3 { top: 25%; left: 85%; animation-delay: -10s; }
.abb-node-4 { top: 85%; left: 80%; animation-delay: -15s; }
.abb-node-5 { top: 50%; left: 5%; animation-delay: -2s; }
.abb-node-6 { top: 60%; left: 90%; animation-delay: -8s; }

.abb-connection {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.15), transparent);
    animation: pulseConn 6s infinite;
}

.abb-conn-1 { top: 45%; left: 15%; width: 60%; transform: rotate(12deg); }
.abb-conn-2 { top: 55%; left: 25%; width: 50%; transform: rotate(-18deg); }
.abb-conn-3 { top: 30%; left: 10%; width: 80%; transform: rotate(4deg); animation-delay: -3s; }

@keyframes floatNode {
    0% { transform: translate(0, 0); }
    100% { transform: translate(60px, -60px); }
}

@keyframes pulseConn {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.8; }
}

.abb-hero-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.abb-badge-secure {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f9f9f9;
    color: #333333;
    padding: 6px 16px;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.abb-hero-premium h1 {
    font-size: 56px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 24px 0;
    letter-spacing: 0;
    line-height: 1.1;
}

.abb-text-gradient {
    /* Eliminated colored gradient, using solid black for monochrome request */
    color: #000000;
}

.abb-hero-premium p {
    font-size: 20px;
    color: #666666;
    margin: 0 auto 48px auto;
    max-width: 650px;
}

.abb-hero-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Premium Buttons */
.abb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
}

.abb-btn-solid {
    background: #000000;
    color: #ffffff !important;
    border: 1px solid #000000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255,255,255,0.1);
}

.abb-btn-solid:hover:not(.is-disabled) {
    background: #222222;
    border-color: #222222;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255,255,255,0.1);
}

.abb-btn-outline {
    background: #ffffff;
    color: #111111 !important;
    border: 1px solid #cccccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.abb-btn-outline:hover {
    background: #f9f9f9;
    border-color: #999999;
    color: #000000 !important;
}

.abb-btn.is-disabled {
    background: #f5f5f5;
    color: #999999 !important;
    border-color: #e0e0e0;
    box-shadow: none;
    cursor: not-allowed;
}

/* Tooltip */
.abb-tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.abb-tooltip {
    visibility: hidden;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    padding: 10px 16px;
    position: absolute;
    z-index: 10;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.abb-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

.abb-tooltip-wrapper:hover .abb-tooltip {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* -------------------------------------
   Landing Page: Info & Graphs
------------------------------------- */
.abb-info-section {
    padding: 60px 0;
    scroll-margin-top: 100px;
}

.abb-section-title {
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 20px;
    letter-spacing: 0;
}

.abb-section-title span {
    color: #555555;
}

.abb-section-desc {
    font-size: 18px;
    color: #666666;
    max-width: 700px;
    margin: 0 auto 60px auto;
}

.abb-premium-graphs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.abb-modern-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.abb-modern-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.abb-modern-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.abb-modern-card-icon {
    width: 48px;
    height: 48px;
    background: #f5f5f5;
    color: #111111;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
}

.abb-modern-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    border-bottom: none;
    padding-bottom: 0;
}

.abb-modern-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    margin: 20px 0 10px 0;
}

.abb-modern-card p, .abb-modern-card li {
    font-size: 15px;
    color: #555555;
    line-height: 1.6;
}

.abb-modern-card ul {
    list-style-type: disc;
    margin: 0 0 16px 20px;
    padding: 0;
}

.abb-policy-block {
    text-align: left;
    margin-bottom: 40px;
}

.abb-policy-block h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eeeeee;
}

.abb-policy-block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin: 24px 0 12px 0;
}

.abb-policy-block p {
    font-size: 16px;
    color: #555555;
    margin-bottom: 16px;
    line-height: 1.7;
}

.abb-policy-list {
    list-style-type: disc;
    margin: 0 0 24px 24px;
    padding: 0;
}

.abb-policy-list li {
    font-size: 16px;
    color: #555555;
    margin-bottom: 10px;
    line-height: 1.6;
}

.abb-policy-list li strong {
    color: #000000;
}

.abb-glass-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 40px 32px;
    text-align: left;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    transition: transform 0.3s ease;
}

.abb-glass-card:hover {
    transform: translateY(-5px);
}

.abb-card-icon {
    width: 56px;
    height: 56px;
    background: #f5f5f5;
    color: #111111;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border: 1px solid #e0e0e0;
}

.abb-glass-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 8px 0;
}

.abb-stat-big {
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.abb-glass-card p {
    font-size: 15px;
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

/* -------------------------------------
   Dashboard Interface
------------------------------------- */
.premium-dashboard {
    max-width: 1120px;
    margin: 34px auto 64px;
    padding: 0 18px;
    background: #ffffff;
}

.abb-header-premium {
    margin-bottom: 18px;
    padding: 28px;
    border: 2px solid #000000;
}

.abb-header-title {
    display: flex;
    align-items: center;
    gap: 0;
}

.abb-header-title h2 {
    font-size: 31px;
    font-weight: 800;
    margin: 0 0 4px 0;
    color: #000000;
    letter-spacing: 0;
    line-height: 1.1;
}

.abb-header-title p {
    font-size: 15px;
    color: #000000;
    margin: 0;
}

.abb-header-title strong {
    color: #000000;
}

.abb-dashboard-kicker {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

/* Alerts */
.abb-alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 0;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 14px;
}

.abb-alert svg {
    display: none;
}

.alert-success {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

.alert-error {
    background: #ffffff;
    color: #000000;
    border: 2px solid #000000;
}

/* Layout */
.abb-dashboard-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    gap: 18px;
    align-items: start;
}

/* Left: Metrics & Table */
.abb-metric-panel {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 22px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.abb-metric-panel::before {
    content: none;
}

.abb-metric-info {
    position: relative;
    z-index: 1;
}

.abb-metric-label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 8px;
    font-weight: 800;
}

.abb-metric-value {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    color: #000000;
}

.abb-metric-chart {
    display: none;
}

.abb-mini-sparkline {
    width: 120px;
    height: 40px;
}

/* Table */
.abb-table-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 8px 0;
    line-height: 1.15;
}

.abb-table-header p {
    color: #000000;
    font-size: 14px;
    line-height: 1.45;
    margin: 0 0 18px 0;
}

.abb-table-header--tools {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.abb-public-search {
    width: 280px;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #000000;
    border-radius: 0;
    font: inherit;
    font-size: 13px;
    color: #111111;
    outline: none;
}

.abb-public-search:focus {
    border-color: #000000;
    box-shadow: none;
}

.abb-data-table-container {
    background: #ffffff;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 18px;
    box-shadow: none;
    overflow-x: auto;
    max-width: 100%;
}

.abb-data-table-container + .abb-data-table-container {
    margin-top: 18px;
}

.abb-premium-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px;
}

.abb-premium-table th {
    text-align: left;
    padding: 10px 12px;
    font-size: 11px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
    border-bottom: 2px solid #000000;
    white-space: normal;
}

.abb-premium-table td {
    padding: 12px;
    border-bottom: 1px solid #000000;
    vertical-align: top;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: normal;
}

.abb-premium-table tr:last-child td {
    border-bottom: none;
}

.td-title {
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-wrap: anywhere;
}

.td-title svg {
    display: none;
}

.td-date {
    color: #000000;
    font-size: 13px;
}

.abb-public-findings-table .abb-col-case { width: 50%; }
.abb-public-findings-table .abb-col-severity { width: 16%; }
.abb-public-findings-table .abb-col-classification { width: 21%; }
.abb-public-findings-table .abb-col-state { width: 13%; }

.abb-public-case {
    font-weight: 400;
}

.abb-public-title {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 5px;
}

.abb-public-meta {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 2px;
}

.abb-public-csv code {
    color: #000000;
    font: inherit;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.abb-cert-link {
    display: inline-flex;
    align-items: center;
    margin-top: 7px;
    color: #000000 !important;
    font-size: 12px !important;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.abb-cert-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

/* Empty State */
.abb-empty-state-premium {
    text-align: left;
    padding: 18px 0 4px;
    color: #000000;
}
.abb-empty-state-premium svg {
    display: none;
}
.abb-empty-state-premium p {
    font-size: 14px;
    margin: 0;
}

/* Right: Form */
.abb-secure-form-panel {
    background: #ffffff;
    border-radius: 0;
    padding: 24px;
    border: 2px solid #000000;
    box-shadow: none;
}

.abb-panel-header {
    margin-bottom: 18px;
}

.abb-panel-header h3 {
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    margin: 0;
}

.abb-panel-header p {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.abb-input-group {
    margin-bottom: 24px;
}

.abb-input-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 10px;
}

.abb-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.abb-input-wrapper svg {
    display: none;
}

.abb-input-wrapper input {
    width: 100%;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    color: #000000;
    transition: none;
    box-sizing: border-box;
}

.abb-input-wrapper input:focus {
    outline: none;
    background: #ffffff;
    border-color: #000000;
    box-shadow: none;
}

.abb-dropzone {
    border: 1px solid #000000;
    border-radius: 0;
    padding: 20px;
    text-align: left;
    background: #ffffff;
    position: relative;
    transition: none;
}

.abb-dropzone:hover {
    border-color: #000000;
    background: #ffffff;
}

.abb-dropzone svg {
    color: #000000;
    margin-bottom: 16px;
}

.dropzone-text {
    font-size: 15px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 4px 0;
}

.dropzone-sub {
    font-size: 13px;
    color: #000000;
    margin: 0 0 16px 0;
}

.abb-dropzone input[type="file"] {
    max-width: 100%;
    font-size: 13px;
    color: #000000;
}

.abb-btn-submit-premium {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    padding: 14px;
    font-size: 15px;
    font-weight: 800;
    border-radius: 0;
    cursor: pointer;
    transition: none;
    margin-top: 16px;
}

.abb-btn-submit-premium:hover {
    background: #000000;
    transform: none;
    box-shadow: none;
}

/* Status Tags */
.abb-tag {
    display: inline-flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 0;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.tag-pendiente,
.tag-en-revisión,
.tag-resuelto,
.tag-rechazado,
.tag-alta,
.tag-media { background: #ffffff; color: #000000; border: 1px solid #000000; }
.tag-critica { background: #000000; color: #ffffff; border: 1px solid #000000; }
.tag-baja,
.tag-informativa,
.tag-sin-clasificar { background: #ffffff; color: #000000; border: 1px solid #000000; }
.tag-recibido,
.tag-aceptado,
.tag-en-validacion,
.tag-en-mitigacion,
.tag-mitigado,
.tag-cerrado,
.tag-reabierto,
.tag-pendiente-de-informacion { background: #ffffff; color: #000000; border: 1px solid #000000; }

.abb-unsubscribe-note {
    margin-top: 18px;
    padding-top: 18px;
    color: #000000;
    border-top: 1px solid #000000;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

.abb-leave-trigger,
.abb-leave-submit,
.abb-leave-cancel {
    width: 100%;
    min-height: 44px;
    padding: 12px;
    border-radius: 0;
    border: 1px solid #000000;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: none;
}

.abb-leave-trigger,
.abb-leave-cancel {
    background: #ffffff;
    color: #000000;
}

.abb-leave-submit {
    background: #000000;
    color: #ffffff;
}

.abb-leave-confirm {
    display: block;
    padding: 16px;
    border: 1px solid #000000;
    background: #ffffff;
}

.abb-leave-confirm[hidden] {
    display: none;
}

.abb-leave-confirm p {
    margin: 0 0 10px;
    color: #000000;
    font-size: 13px;
    line-height: 1.45;
}

.abb-leave-confirm p:first-of-type {
    font-weight: 800;
}

.abb-leave-check {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 14px 0;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.abb-leave-check input {
    flex: 0 0 auto;
    margin-top: 2px;
}

.abb-leave-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .abb-dashboard-layout {
        grid-template-columns: 1fr;
    }

    .abb-layout-right {
        order: -1;
    }
}
@media (max-width: 768px) {
    .abb-hero-premium {
        padding: 60px 20px;
    }
    .abb-hero-premium h1 {
        font-size: 40px;
    }
    .abb-metric-panel {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .premium-dashboard {
        margin: 24px auto 48px;
        padding: 0 14px;
    }

    .abb-header-premium,
    .abb-data-table-container,
    .abb-secure-form-panel,
    .abb-metric-panel {
        padding: 18px;
    }

    .abb-header-title h2 {
        font-size: 25px;
    }

    .abb-data-table-container {
        overflow-x: visible;
    }

    .abb-premium-table,
    .abb-premium-table thead,
    .abb-premium-table tbody,
    .abb-premium-table tr,
    .abb-premium-table th,
    .abb-premium-table td {
        display: block;
        width: 100%;
    }

    .abb-premium-table thead {
        display: none;
    }

    .abb-premium-table tr {
        border: 1px solid #000000;
        border-radius: 0;
        padding: 10px;
        margin-bottom: 10px;
        background: #ffffff;
    }

    .abb-premium-table td {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 10px;
        padding: 8px 0;
        border-bottom: 1px solid #000000;
    }

    .abb-premium-table td:last-child {
        border-bottom: 0;
    }

    .abb-premium-table td::before {
        content: attr(data-label);
        color: #000000;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .td-title {
        align-items: flex-start;
    }
}
