/* ==========================================================================
   GITEA PREMIUM CYBER OBSIDIAN THEME — ULTRA LEGIBILITY & AAA POLISH
   Domain: gitea.free-warez.win
   ========================================================================== */

/* 1. Global CSS Variables & Base Palette */
:root, [data-theme], html, body {
    --color-text: #f8fafc !important;
    --color-text-light: #e2e8f0 !important;
    --color-text-light-1: #cbd5e1 !important;
    --color-text-light-2: #94a3b8 !important;
    --color-text-light-3: #64748b !important;
    --color-text-dark: #ffffff !important;
    
    --color-body: #060913 !important;
    --color-box-body: rgba(12, 18, 34, 0.94) !important;
    --color-box-header: rgba(18, 26, 48, 0.96) !important;
    --color-navbar: rgba(8, 12, 24, 0.92) !important;
    --color-menu: rgba(11, 17, 33, 0.92) !important;
    --color-card: rgba(12, 18, 34, 0.92) !important;
    --color-footer: rgba(8, 12, 24, 0.94) !important;
    
    --color-primary: #00f2fe !important;
    --color-primary-contrast: #030712 !important;
    --color-primary-dark-1: #0ea5e9 !important;
    --color-primary-dark-2: #0284c7 !important;
    --color-primary-hover: #38bdf8 !important;
    --color-primary-active: #0ea5e9 !important;

    --color-secondary: rgba(30, 41, 59, 0.85) !important;
    --color-secondary-dark-1: #1e293b !important;
    --color-secondary-dark-2: #0f172a !important;
    
    --color-border: rgba(56, 189, 248, 0.25) !important;
    --color-border-hover: rgba(0, 242, 254, 0.5) !important;
    
    --color-success: #10b981 !important;
    --color-warning: #f59e0b !important;
    --color-danger: #ef4444 !important;
}

/* 2. Global Typography & Atmospheric Dark Canvas */
html, body {
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    background: #060913 url('/assets/img/cyber_bg.jpg') no-repeat center center fixed !important;
    background-size: cover !important;
    color: #f8fafc !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

/* Atmospheric dark layer: ensures 100% text contrast across entire page */
body::before {
    content: '' !important;
    position: fixed !important;
    inset: 0 !important;
    background: 
        radial-gradient(ellipse at 50% 10%, rgba(0, 242, 254, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse at 85% 80%, rgba(16, 185, 129, 0.08) 0%, transparent 60%),
        linear-gradient(180deg, rgba(6, 9, 18, 0.82) 0%, rgba(6, 9, 18, 0.94) 100%) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

/* Typography Defaults & Contrast */
h1, h2, h3, h4, h5, h6, .header, .title {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: -0.015em !important;
}

p, span, div, .text, .description, label {
    color: #e2e8f0 !important;
}

.muted, .text.muted, .text.grey, .time-since, .text-light, .text-light-2 {
    color: #94a3b8 !important;
}

a {
    color: #00f2fe !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

a:hover {
    color: #38bdf8 !important;
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.5) !important;
}

/* Code & Technical Typography */
code, pre, kbd, samp, 
.mono, .sha, .commit-id, 
.lines-num, .lines-code, 
.view-raw, .file-view pre,
.diff-file-box pre {
    font-family: 'JetBrains Mono', monospace !important;
}

/* 3. Full-Width & Spacious Layout */
.ui.container:not(.fluid) {
    width: min(1560px, 94vw) !important;
    max-width: 1620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.full.height, .page-content {
    background: transparent !important;
}

/* 4. Top Navigation Bar */
.ui.top.menu {
    background: rgba(8, 12, 24, 0.92) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    border-bottom: 1px solid rgba(0, 242, 254, 0.25) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6) !important;
    padding: 4px 18px !important;
}

.ui.menu .item {
    color: #e2e8f0 !important;
    font-weight: 600 !important;
    transition: all 0.25s ease !important;
}

.ui.menu a.item:hover {
    color: #00f2fe !important;
    background: rgba(0, 242, 254, 0.12) !important;
    border-radius: 10px !important;
}

.ui.menu a.active.item {
    color: #00f2fe !important;
    background: rgba(0, 242, 254, 0.18) !important;
    border-radius: 10px !important;
    box-shadow: 0 0 15px rgba(0, 242, 254, 0.3) !important;
}

/* Brand Navbar Icon */
.item.brand img.logo {
    width: 36px !important;
    height: 36px !important;
    filter: drop-shadow(0 0 12px rgba(0, 242, 254, 0.6)) !important;
    border-radius: 8px !important;
    transition: transform 0.3s ease !important;
}

.item.brand:hover img.logo {
    transform: scale(1.1) rotate(5deg) !important;
}

/* 5. Cyber Hero Section on Home Page */
.cyber-hero-container {
    position: relative;
    padding: 60px 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}

.cyber-hero-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 320px;
    background: radial-gradient(circle, rgba(0, 242, 254, 0.22) 0%, rgba(16, 185, 129, 0.12) 50%, transparent 80%);
    filter: blur(60px);
    pointer-events: none;
    z-index: -1;
}

.cyber-banner-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(11, 17, 33, 0.7);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(0, 242, 254, 0.3);
    border-radius: 28px;
    padding: 20px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 242, 254, 0.22);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 24px;
}

.cyber-banner-wrapper:hover {
    transform: translateY(-3px) scale(1.015);
    border-color: rgba(0, 242, 254, 0.55);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 55px rgba(0, 242, 254, 0.35);
}

.cyber-banner-logo {
    width: min(660px, 88vw);
    height: auto;
    max-height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 0 25px rgba(0, 242, 254, 0.5));
}

.cyber-hero-subtitle {
    font-size: 1.25rem;
    font-weight: 500;
    color: #e2e8f0 !important;
    max-width: 820px;
    margin: 0 auto 34px;
    line-height: 1.65;
    letter-spacing: 0.01em;
}

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

/* 6. High-Contrast Buttons */
.cyber-btn-primary, .ui.primary.button, .ui.green.button, .ui.positive.button {
    background: linear-gradient(135deg, #00f2fe 0%, #10b981 100%) !important;
    color: #020617 !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    padding: 13px 28px !important;
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 4px 20px rgba(0, 242, 254, 0.4) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.cyber-btn-primary:hover, .ui.primary.button:hover, .ui.green.button:hover, .ui.positive.button:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 8px 30px rgba(0, 242, 254, 0.6) !important;
    filter: brightness(1.15) !important;
    color: #000000 !important;
}

.cyber-btn-secondary, .ui.basic.button, .ui.button:not(.primary):not(.green):not(.positive) {
    background: rgba(19, 28, 50, 0.85) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding: 13px 24px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.cyber-btn-secondary:hover, .ui.basic.button:hover, .ui.button:not(.primary):not(.green):not(.positive):hover {
    background: rgba(30, 45, 78, 0.95) !important;
    border-color: #00f2fe !important;
    color: #00f2fe !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.45), 0 0 20px rgba(0, 242, 254, 0.25) !important;
}

/* 7. Homepage Feature Cards */
.cyber-features-grid {
    margin-top: 40px !important;
    margin-bottom: 60px !important;
}

.cyber-feature-card {
    background: rgba(12, 18, 34, 0.94) !important;
    backdrop-filter: blur(28px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    border: 1px solid rgba(0, 242, 254, 0.28) !important;
    border-radius: 20px !important;
    padding: 32px !important;
    display: flex !important;
    gap: 22px !important;
    align-items: flex-start !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    height: 100% !important;
}

.cyber-feature-card:hover {
    transform: translateY(-4px) !important;
    border-color: rgba(0, 242, 254, 0.55) !important;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.7), 0 0 30px rgba(0, 242, 254, 0.2) !important;
}

.cyber-card-icon {
    background: rgba(0, 242, 254, 0.15) !important;
    border: 1px solid rgba(0, 242, 254, 0.35) !important;
    border-radius: 14px !important;
    padding: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #00f2fe !important;
    box-shadow: 0 0 18px rgba(0, 242, 254, 0.3) !important;
    flex-shrink: 0 !important;
}

.cyber-card-icon svg {
    width: 28px !important;
    height: 28px !important;
    fill: #00f2fe !important;
}

.cyber-card-body h3 {
    margin: 0 0 10px !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.cyber-card-body p {
    margin: 0 !important;
    color: #cbd5e1 !important;
    line-height: 1.65 !important;
    font-size: 1rem !important;
}

/* 8. Repository Lists & Explore View */
.secondary-nav, overflow-menu.secondary-nav {
    background: rgba(11, 17, 33, 0.9) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(0, 242, 254, 0.25) !important;
    border-radius: 14px !important;
    padding: 6px 14px !important;
    margin-bottom: 24px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.secondary-nav .item, overflow-menu.secondary-nav .item {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    padding: 9px 20px !important;
    border-radius: 10px !important;
    transition: all 0.25s ease !important;
    border: none !important;
}

.secondary-nav .item:hover, overflow-menu.secondary-nav .item:hover {
    color: #00f2fe !important;
    background: rgba(0, 242, 254, 0.12) !important;
}

.secondary-nav .active.item, overflow-menu.secondary-nav .active.item {
    color: #020617 !important;
    background: linear-gradient(135deg, #00f2fe 0%, #10b981 100%) !important;
    box-shadow: 0 0 18px rgba(0, 242, 254, 0.45) !important;
    font-weight: 700 !important;
    border: none !important;
}

.secondary-nav .active.item svg, overflow-menu.secondary-nav .active.item svg {
    fill: #020617 !important;
}

.ui.secondary.filter.menu .ui.input>input {
    background: rgba(6, 10, 22, 0.85) !important;
    border: 1px solid rgba(0, 242, 254, 0.3) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4) !important;
}

.ui.secondary.filter.menu .ui.input>input:focus {
    border-color: #00f2fe !important;
    box-shadow: 0 0 0 3px rgba(0, 242, 254, 0.25) !important;
}

.ui.secondary.filter.menu .ui.dropdown {
    background: rgba(15, 23, 42, 0.9) !important;
    border: 1px solid rgba(56, 189, 248, 0.3) !important;
    border-radius: 12px !important;
    color: #f1f5f9 !important;
}

.flex-divided-list.items-with-main {
    border: none !important;
}

.flex-divided-list .item {
    background: rgba(12, 18, 34, 0.92) !important;
    backdrop-filter: blur(28px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(180%) !important;
    border: 1px solid rgba(0, 242, 254, 0.22) !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
    padding: 20px 26px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.flex-divided-list .item:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(0, 242, 254, 0.5) !important;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.65), 0 0 25px rgba(0, 242, 254, 0.2) !important;
}

.flex-divided-list .item .item-leading svg {
    fill: #00f2fe !important;
    filter: drop-shadow(0 0 10px rgba(0, 242, 254, 0.6)) !important;
}

.flex-divided-list .item a.name {
    color: #00f2fe !important;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
}

.flex-divided-list .item .description {
    color: #e2e8f0 !important;
    font-size: 0.98rem !important;
    margin-top: 8px !important;
    line-height: 1.55 !important;
}

/* 9. Repository Page, File Table & Code Viewer */
.ui.segment,
.ui.attached.segment,
.repository.file.list,
.ui.card,
.box,
.issue-content-left,
.issue-content-right {
    background: rgba(12, 18, 34, 0.92) !important;
    backdrop-filter: blur(24px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    border-radius: 16px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5) !important;
    color: #f1f5f9 !important;
}

.ui.attached.header {
    background: rgba(16, 24, 46, 0.96) !important;
    border: 1px solid rgba(56, 189, 248, 0.25) !important;
    border-radius: 16px 16px 0 0 !important;
    color: #38bdf8 !important;
    font-weight: 700 !important;
    padding: 14px 20px !important;
}

#repo-files-table {
    background: rgba(11, 17, 33, 0.94) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

#repo-files-table th {
    background: rgba(16, 24, 46, 0.96) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    border-bottom: 1px solid rgba(56, 189, 248, 0.25) !important;
}

#repo-files-table td {
    color: #f1f5f9 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    padding: 12px 16px !important;
}

#repo-files-table a {
    color: #38bdf8 !important;
    font-weight: 500 !important;
}

#repo-files-table a:hover {
    color: #00f2fe !important;
    text-shadow: 0 0 8px rgba(0, 242, 254, 0.6) !important;
}

#repo-files-table tr:hover {
    background: rgba(0, 242, 254, 0.1) !important;
}

/* Breadcrumbs & Branch Selector */
.ui.breadcrumb a, .repo-header a {
    color: #00f2fe !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    text-shadow: 0 0 10px rgba(0, 242, 254, 0.3) !important;
}

.ui.breadcrumb .divider {
    color: #64748b !important;
}

/* Code Viewer & Diffs */
.file-view, .file-content, .code-view, .markup {
    background: rgba(4, 8, 18, 0.92) !important;
    border: 1px solid rgba(56, 189, 248, 0.22) !important;
    border-radius: 16px !important;
    box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.6) !important;
    color: #f8fafc !important;
}

.lines-num {
    color: #64748b !important;
    background: rgba(2, 5, 12, 0.6) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.lines-code {
    color: #f8fafc !important;
}

/* 10. Form Inputs & Dropdowns */
input, textarea, .ui.input>input, .ui.selection.dropdown {
    background: rgba(6, 10, 22, 0.8) !important;
    border: 1px solid rgba(148, 163, 184, 0.25) !important;
    border-radius: 10px !important;
    color: #ffffff !important;
    padding: 11px 15px !important;
    transition: all 0.25s ease !important;
}

input:focus, textarea:focus, .ui.input>input:focus, .ui.selection.dropdown:focus {
    border-color: #00f2fe !important;
    background: rgba(6, 10, 22, 0.95) !important;
    box-shadow: 0 0 0 3px rgba(0, 242, 254, 0.25), inset 0 2px 4px rgba(0, 0, 0, 0.4) !important;
}

/* 11. Footer */
footer, .ui.footer {
    background: rgba(8, 12, 24, 0.94) !important;
    backdrop-filter: blur(20px) !important;
    border-top: 1px solid rgba(0, 242, 254, 0.25) !important;
    color: #94a3b8 !important;
    padding: 24px 0 !important;
    margin-top: 60px !important;
}

footer a, .ui.footer a {
    color: #38bdf8 !important;
}

/* 12. Custom Modern Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: rgba(5, 8, 17, 0.9);
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 242, 254, 0.45);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 242, 254, 0.75);
}

/* ==========================================================================
   13. PREMIUM CYBER SIGN-IN & AUTHENTICATION (Glassmorphism Card)
   ========================================================================== */
.page-content.user.signin {
    min-height: calc(100vh - 160px) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px 16px !important;
}

.cyber-auth-container {
    width: min(540px, 94vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    z-index: 2;
}

.cyber-auth-logo-wrapper {
    margin-bottom: 24px;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cyber-auth-logo-wrapper:hover {
    transform: scale(1.03);
}

.cyber-auth-logo {
    width: min(480px, 86vw);
    height: auto;
    max-height: 95px;
    object-fit: contain;
    filter: drop-shadow(0 0 25px rgba(0, 242, 254, 0.45));
}

.cyber-auth-card {
    width: 100%;
    position: relative;
    background: rgba(11, 17, 33, 0.88) !important;
    backdrop-filter: blur(28px) saturate(190%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(190%) !important;
    border: 1px solid rgba(0, 242, 254, 0.28) !important;
    border-radius: 24px !important;
    box-shadow: 
        0 25px 60px -15px rgba(0, 0, 0, 0.8),
        0 0 35px rgba(0, 242, 254, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    padding: 40px 44px !important;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.cyber-auth-card:hover {
    border-color: rgba(0, 242, 254, 0.45) !important;
    box-shadow: 
        0 30px 70px -15px rgba(0, 0, 0, 0.85),
        0 0 45px rgba(0, 242, 254, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
}

/* Glowing Top Accent Line */
.cyber-auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00f2fe 0%, #38bdf8 50%, #10b981 100%);
    box-shadow: 0 0 15px #00f2fe;
}

/* Reset default Semantic UI attached segments inside cyber card */
.cyber-auth-card .ui.attached.header,
.cyber-auth-card .ui.attached.segment {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.cyber-auth-card h4.ui.top.attached.header {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    text-align: center !important;
    background: linear-gradient(135deg, #ffffff 40%, #94a3b8 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin-bottom: 24px !important;
    letter-spacing: -0.02em !important;
}

/* Form Fields */
.cyber-auth-card .field {
    margin-bottom: 22px !important;
}

.cyber-auth-card .field label {
    display: block !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #cbd5e1 !important;
    margin-bottom: 8px !important;
}

.cyber-auth-card .ui.form input[type="text"],
.cyber-auth-card .ui.form input[type="password"] {
    width: 100% !important;
    background: rgba(6, 10, 22, 0.75) !important;
    border: 1px solid rgba(148, 163, 184, 0.25) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    padding: 14px 18px !important;
    font-size: 1rem !important;
    transition: all 0.25s ease !important;
    outline: none !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.cyber-auth-card .ui.form input[type="text"]:focus,
.cyber-auth-card .ui.form input[type="password"]:focus {
    border-color: #00f2fe !important;
    background: rgba(6, 10, 22, 0.95) !important;
    box-shadow: 0 0 0 3px rgba(0, 242, 254, 0.25), inset 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

/* Primary Submit Button */
.cyber-auth-card button.ui.primary.button {
    width: 100% !important;
    margin-top: 10px !important;
    padding: 15px !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #00f2fe 0%, #10b981 100%) !important;
    color: #020617 !important;
    box-shadow: 0 4px 20px rgba(0, 242, 254, 0.4) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    cursor: pointer !important;
    letter-spacing: 0.02em !important;
}

.cyber-auth-card button.ui.primary.button:hover {
    transform: translateY(-2px) scale(1.01) !important;
    box-shadow: 0 8px 30px rgba(0, 242, 254, 0.6) !important;
    filter: brightness(1.15) !important;
    color: #000000 !important;
}

/* Checkbox & Inline Field */
.cyber-auth-card .inline.field .ui.checkbox label {
    color: #cbd5e1 !important;
    font-size: 0.92rem !important;
    cursor: pointer !important;
}

/* Secondary Registration Box Below Card */
.cyber-auth-card + .ui.container,
.cyber-auth-card .ui.attached.segment.header.top {
    margin-top: 24px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    text-align: center !important;
}

.cyber-auth-card .ui.attached.segment.header.top span {
    color: #94a3b8 !important;
    font-size: 0.95rem !important;
}

.cyber-auth-card .ui.attached.segment.header.top a {
    color: #00f2fe !important;
    font-weight: 600 !important;
    margin-left: 6px !important;
    text-decoration: none !important;
}

.cyber-auth-card .ui.attached.segment.header.top a:hover {
    color: #38bdf8 !important;
    text-shadow: 0 0 8px rgba(56, 189, 248, 0.6) !important;
}
