* { box-sizing: border-box !important; }
body, html, .hs-content-path-landing-page, .hs-content-path-website-page {
    background-color: #000000 !important; margin: 0 !important; padding: 0 !important;
    width: 100% !important; min-height: 100vh;
    overflow-y: auto !important; overflow-x: hidden !important;
    font-family: 'Share Tech Mono', 'Courier New', monospace !important;
}
.sol-overlay-container { position: relative !important; width: 100%; min-height: 100vh; background-color: #000000; display: flex; justify-content: center; padding-top: 80px; padding-bottom: 20px; }
.vox-chassis {
    width: calc(100% - 10px) !important;
    max-width: 100% !important;
    min-height: 95vh;
    background: #0a0a0a;
    border: 6px solid #1a1a1a;
    border-radius: 15px;
    box-shadow: 0 0 0 4px #000, 0 0 60px rgba(0, 100, 0, 0.2), inset 0 0 30px rgba(0,0,0,0.9);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 15px !important;
    font-size: 5px !important;
    line-height: 5px !important;
}

.crt-screen {
    background-color: #000a00;
    flex-grow: 1;
    border: 2px solid #004400;
    border-radius: 4px;
    position: relative;
    overflow: visible !important;
    color: #00b000 !important;
    text-shadow: 0 0 2px #004400 !important;
    display: flex;
    flex-direction: column;
    padding: 5px 20px 20px 20px !important;
    font-size: 16px !important;
    line-height: normal !important;
}
#main-viewport { height: auto !important; overflow: visible !important; }
.nav-title {
    font-size: 22px !important;
    font-weight: bold;
    letter-spacing: 3px;
    color: #cc9900 !important;
    display: flex;
    align-items: center;
    text-shadow: 0 0 8px rgba(204, 153, 0, 0.4);
    font-family: 'Share Tech Mono', monospace;
}
.nav-title::before {
    content: "[ ";
    color: #cc9900;
    margin-right: 4px;
    opacity: 0.7;
}
.nav-title::after {
    content: " ]";
    color: #cc9900;
    margin-left: 4px;
    opacity: 0.7;
}
.vox-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: linear-gradient(to bottom, #0a1f0a 0%, #051105 50%, #030a03 100%) !important;
    border-bottom: 2px solid #cc9900 !important;
    z-index: 9999 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.8), inset 0 1px 0 rgba(204, 153, 0, 0.2);
    background-image:
        linear-gradient(to bottom, #0a1f0a 0%, #051105 50%, #030a03 100%),
        repeating-linear-gradient(0deg, transparent 0px, transparent 2px, rgba(0, 100, 0, 0.03) 2px, rgba(0, 100, 0, 0.03) 3px);
    background-blend-mode: normal, overlay;
}

.vox-nav::before,
.vox-nav::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-color: #cc9900;
    border-style: solid;
    border-width: 0;
}
.vox-nav::before {
    top: 4px;
    left: 8px;
    border-top-width: 2px;
    border-left-width: 2px;
}
.vox-nav::after {
    bottom: 4px;
    right: 8px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.nav-tabs { display: flex; gap: 15px; }
.nav-btn {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 176, 0, 0.3);
    color: #008800;
    font-family: 'Share Tech Mono', monospace;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px !important;
    transition: all 0.25s ease;
    position: relative;
}
.nav-btn:hover {
    color: #00ff00;
    border-bottom-color: #00b000;
    text-shadow: 0 0 6px rgba(0, 255, 0, 0.6);
}
.nav-btn.active {
    color: #cc9900 !important;
    background: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid #cc9900 !important;
    box-shadow: none !important;
    text-shadow: 0 0 8px rgba(204, 153, 0, 0.5);
    font-weight: bold;
}
.nav-btn.active::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 6px;
    background: #cc9900;
    border-radius: 50%;
    box-shadow: 0 0 8px #cc9900;
}

.sol-banner {
    font-size: 44px;
    font-weight: bold;
    color: #e6b800 !important;
    text-shadow: 0 0 20px rgba(204, 153, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
    border-bottom: 1px solid #cc9900;
    padding-bottom: 8px;
    margin-bottom: 8px;
    letter-spacing: 8px;
    margin-top: 10px !important;
    line-height: 1.2 !important;
    font-family: 'Cinzel', serif;
    position: relative;
}
.sol-banner::before {
    content: "✦";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background: #000a00;
    color: #cc9900;
    font-size: 14px;
    padding: 0 12px;
    text-shadow: 0 0 8px #cc9900;
}
.sol-subheader {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #aa8800 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 6px !important;
    margin-top: 18px !important;
    margin-bottom: 25px !important;
    text-shadow: 0 0 6px rgba(170, 136, 0, 0.4) !important;
    border: none !important;
    font-style: italic;
    font-family: 'Cinzel', serif;
}
.sol-subheader::before {  
    content: "— ";
    opacity: 0.6;
    margin-right: 8px;
}
.sol-subheader::after {
    content: " —";
    opacity: 0.6;
    margin-left: 8px;
}

.divider-line { color: #00b000 !important; border-color: #00b000 !important; opacity: 1 !important; text-align: center; letter-spacing: 5px; margin: 20px 0; font-weight: bold; text-shadow: 0 0 5px #004400; border: none !important; }
.instruction-header {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    border-bottom: 1px dashed #444 !important;
    padding-bottom: 5px !important;
    text-shadow: none !important;
}
.instruction-text {
    color: #cccccc !important;
    text-shadow: none !important;
    font-size: 14px !important;
    font-family: 'Share Tech Mono', monospace !important;
    line-height: 1.5 !important;
    margin-bottom: 12px !important;
}
.highlight-orange {
    color: #ff9900 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-shadow: 0 0 5px #ff9900 !important;
}
.instruction-content::-webkit-scrollbar { width: 8px; }
.instruction-content::-webkit-scrollbar-track { background: #001100; border: 1px solid #003300; }
.instruction-content::-webkit-scrollbar-thumb { background: #005500; border: 1px solid #00ff00; }
.instruction-content::-webkit-scrollbar-thumb:hover { background: #007700; }

.search-input-group { display: flex; gap: 10px; width: 100%; max-width: 800px; margin: 0 auto 10px auto; }
input#userInput, input#suspensionSearch, input#blacklistSearch, input#enlistmentSearch, input#basebanSearch, input#recordingSearch { background: #000a00 !important; border: 1px solid #00b000 !important; color: #00b000 !important; padding: 15px !important; width: 100%; outline: none; font-family: 'Share Tech Mono', monospace; font-size: 18px; text-transform: uppercase; display: block; max-width: 800px; }
input#suspensionSearch, input#blacklistSearch, input#enlistmentSearch, input#basebanSearch, input#recordingSearch { margin: 0 auto 30px auto !important; }
button#searchBtn { background: #003300; color: #00b000; border: 1px solid #00b000; padding: 10px 30px; cursor: pointer; font-weight: bold; font-family: 'Share Tech Mono', monospace; font-size: 16px; }
button#searchBtn:hover { background: #00b000; color: #000; box-shadow: 0 0 15px #00b000; }
.console-line { color: #00b000 !important; font-family: 'Share Tech Mono', monospace !important; font-weight: bold !important; margin-bottom: 5px; text-shadow: 0 0 5px #004400; }

.data-packet { position: absolute !important; top: 48% !important; left: 50% !important; transform: translate(-50%, -50%) !important; width: 98% !important; max-width: 700px !important; margin: 0 !important; border: 2px dashed #00b000; padding: 25px; background: rgba(0, 25, 0, 0.85); z-index: 10; display: none; }
.packet-header { font-size: 28px; border-bottom: 2px solid #00b000; margin-bottom: 20px; text-align: center; font-weight: bold; color: #00b000 !important; }
.packet-footer { margin-top: 25px; text-align: center; font-size: 14px; font-weight: bold; color: #00b000 !important; text-shadow: none !important; }
.data-packet.theme-blacklist { border-color: #ff0000 !important; background: rgba(40, 0, 0, 0.85) !important; }
.data-packet.theme-blacklist .packet-header { color: #ff0000 !important; border-color: #ff0000 !important; }
.data-packet.theme-blacklist .field-label, .data-packet.theme-blacklist strong, .data-packet.theme-blacklist span { color: #ff0000 !important; }
.data-packet.theme-blacklist .packet-footer, .data-packet.theme-blacklist .packet-footer * { color: #ff0000 !important; text-shadow: none !important; }
.data-packet.theme-blacklist .evidence-btn { background: #ff0000 !important; color: #000 !important; box-shadow: 0 0 15px #ff0000 !important; }
.data-packet.theme-suspension { border-color: #ffcc00 !important; background: rgba(40, 30, 0, 0.85) !important; }
.data-packet.theme-suspension .packet-header { color: #ffcc00 !important; border-color: #ffcc00 !important; }
.data-packet.theme-suspension .field-label, .data-packet.theme-suspension strong, .data-packet.theme-suspension span { color: #ffcc00 !important; }
.data-packet.theme-suspension .packet-footer, .data-packet.theme-suspension .packet-footer * { color: #ffcc00 !important; text-shadow: none !important; }
.data-packet.theme-suspension .evidence-btn { background: #ffcc00 !important; color: #000 !important; box-shadow: 0 0 15px #ffcc00 !important; }

.data-packet.theme-orange { border-color: #ff9900 !important; background: rgba(40, 20, 0, 0.9) !important; }
.data-packet.theme-orange .packet-header { color: #ff9900 !important; border-color: #ff9900 !important; }
.data-packet.theme-orange .field-label, .data-packet.theme-orange strong, .data-packet.theme-orange span { color: #ff9900 !important; }
.data-packet.theme-orange .packet-footer, .data-packet.theme-orange .packet-footer * { color: #ff9900 !important; text-shadow: none !important; }
.data-packet.theme-orange .evidence-btn { background: #ff9900 !important; color: #000 !important; box-shadow: 0 0 15px #ff9900 !important; }
.data-packet.theme-orange .evidence-btn:hover { background: #ffcc00 !important; color: #000 !important; }

.log-entry { margin-bottom: 8px; border: 1px solid #004400; background: rgba(0, 20, 0, 0.3); padding: 10px; font-family: 'Share Tech Mono', monospace !important; font-size: 15px; line-height: 1.4; color: #00b000 !important; }
.log-date { color: #006600 !important; margin-right: 8px; font-size: 0.9em; font-family: 'Share Tech Mono', monospace; }
.log-highlight-yellow { color: #ffcc00 !important; text-shadow: 0 0 5px #ffcc00 !important; font-weight: bold; }
.log-highlight-red { color: #ff0000 !important; text-shadow: 0 0 5px #ff0000 !important; font-weight: bold; }
.log-highlight-green { color: #00b000 !important; font-weight: bold; }
.mini-vox-screen { background-color: #000800; border: 1px solid #004400; padding: 15px; height: 250px; overflow-y: auto; font-size: 14px; box-shadow: inset 0 0 20px rgba(0,0,0,0.8); position: relative; margin: 0 !important; }
.mini-vox-screen::-webkit-scrollbar { width: 8px; }
.mini-vox-screen::-webkit-scrollbar-track { background: #001100; border-left: 1px solid #004400; }
.mini-vox-screen::-webkit-scrollbar-thumb { background: #00b000; border: 1px solid #000; }
.mini-scanline { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0, 150, 0, 0.05) 50%, rgba(0, 0, 0, 0.1) 50%); background-size: 100% 2px; pointer-events: none; z-index: 10; }
.void-watermark { position: absolute !important; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://244722774.fs1.hubspotusercontent-na2.net/hubfs/244722774/download.png') !important; background-repeat: no-repeat !important; background-position: center !important; background-size: 25% !important; opacity: 0.15 !important; pointer-events: none; z-index: 0 !important; }

.vox-btn-link { display: block; text-align: center; text-decoration: none !important; font-weight: bold; font-size: 16px; border: 1px solid transparent; cursor: pointer; transition: 0.3s; }
.evidence-btn { margin: 25px auto 0 auto !important; display: block !important; width: fit-content !important; color: #000 !important; background: #00b000; padding: 15px; transition: 0.3s; }
.evidence-btn:hover { background: #00ff00 !important; box-shadow: 0 0 15px #00b000; }
.appeal-btn { max-width: 400px; margin: 0 auto; padding: 15px; background-color: #00b000 !important; color: #000000 !important; border: 2px solid #00b000 !important; text-shadow: none !important; }
.appeal-btn:hover { background-color: #00cc00 !important; box-shadow: 0 0 20px #00b000 !important; color: #000 !important; }

.recruit-btn {
    max-width: 600px;
    margin: 10px auto;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    background-color: #00b000 !important;
    color: #000000 !important;
    border: 2px solid #00b000 !important;
    text-shadow: none !important;
}
.recruit-btn:hover {
    background-color: #00cc00 !important;
    box-shadow: 0 0 25px #00b000 !important;
    color: #000 !important;
}

.appeal-text-container { text-align: center; margin: 10px 0 25px 0; }
.defiance-header { font-size: 24px; font-weight: bold; color: #00b000 !important; margin-bottom: 5px; text-shadow: 0 0 10px #006600; }
.defiance-sub { font-size: 16px; color: #00b000 !important; opacity: 0.9; }

.lore-box { border: 2px solid #555555; background: rgba(30, 30, 30, 0.4); padding: 25px; margin: 0 auto; max-width: 800px; box-shadow: 0 0 15px rgba(100, 100, 100, 0.2); text-align: center; }
.lore-header { color: #aaaaaa !important; text-shadow: 0 0 10px #aaaaaa; border-bottom: 1px dashed #555555; padding-bottom: 15px; margin-bottom: 15px; font-size: 22px; font-weight: bold; letter-spacing: 2px; }
.lore-text { color: #aaaaaa !important; text-align: justify; line-height: 1.5; }

.thick-divider {
  height: 6px;
  background-color: #2b3d26;
  border: 1px solid #1a2617;
  margin: 10px 0;
  box-shadow: none;
}

.main-footer, .main-footer span, .footer-row-top span, .footer-row-bottom { color: #00b000 !important; text-shadow: 0 0 5px #004400; }
.main-footer { margin-top: 50px; padding-top: 15px; border-top: 2px solid #00b000; width: 100%; font-size: 11px; font-family: 'Share Tech Mono', monospace; letter-spacing: 1px; text-transform: uppercase; display: flex; flex-direction: column; gap: 8px; }
.footer-row-top { display: flex; justify-content: space-between; width: 100%; }
.footer-row-bottom { text-align: center; width: 100%; }
.status-dot { display: inline-block; width: 10px; height: 10px; background-color: #ffcc00; border-radius: 50%; margin-left: 12px; box-shadow: 0 0 8px #ffcc00; animation: blink-dot 1.5s infinite; }
@keyframes blink-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.3; transform: scale(0.8); } }
.scanlines { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, rgba(0, 150, 0, 0.03) 50%, rgba(0, 0, 0, 0.2) 50%); background-size: 100% 4px; pointer-events: none; z-index: 999; }

#securityPrompt { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); z-index: 500; display: none; align-items: center; justify-content: center; flex-direction: column; }
.prompt-content {
    color: #ff0000 !important;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border: 4px solid #ff0000 !important;
    padding: 40px;
    text-shadow: none !important;
    line-height: 1.5 !important;
}

.dataslate-grid { display: flex; flex-direction: column; gap: 20px; max-width: 800px; margin: 0 auto; }
.ds-card { border: 1px solid #005500 !important; background: rgba(0, 20, 0, 0.4) !important; padding: 20px !important; text-align: left !important; cursor: pointer; transition: all 0.3s ease; display: block !important; width: 100% !important; }
.ds-card:hover { background: rgba(0, 50, 0, 0.6) !important; border-color: #00b000 !important; transform: translateX(10px); box-shadow: 0 0 10px rgba(0, 150, 0, 0.2); }
.ds-title { font-family: 'Share Tech Mono', monospace !important; font-size: 20px !important; font-weight: bold !important; margin-bottom: 10px !important; }
.glow-yellow { color: #ffcc00 !important; text-shadow: 0 0 10px #ffcc00 !important; }
.glow-red { color: #ff0000 !important; text-shadow: 0 0 10px #ff0000 !important; }
.glow-orange { color: #ff9900 !important; text-shadow: 0 0 10px #ff9900 !important; }
.ds-desc { font-family: 'Share Tech Mono', Courier, monospace !important; font-size: 14px !important; color: #00b000 !important; margin-bottom: 15px !important; line-height: 1.4 !important; text-shadow: none !important; }
.ds-btn-container { margin-top: 10px !important; }
.ds-btn { background-color: #00b000 !important; color: #000000 !important; border: none !important; padding: 10px 20px !important; font-family: 'Share Tech Mono', monospace !important; font-weight: bold !important; font-size: 14px !important; cursor: pointer; text-transform: uppercase; }
.ds-card:hover .ds-btn { background-color: #009900 !important; box-shadow: 0 0 10px #00b000 !important; }

.view-header { position: relative; display: flex; justify-content: center; align-items: center; margin-bottom: 25px; border-bottom: 2px solid #005500; padding-bottom: 20px; }
.view-title { font-size: 32px; font-weight: bold; color: #ffcc00 !important; text-shadow: 0 0 15px #ffcc00 !important; letter-spacing: 2px; margin: 0; }
.view-title-red { font-size: 32px; font-weight: bold; color: #ff0000 !important; text-shadow: 0 0 15px #ff0000 !important; letter-spacing: 2px; margin: 0; }
.view-title-orange { font-size: 32px; font-weight: bold; color: #ff9900 !important; text-shadow: 0 0 15px #ff9900 !important; letter-spacing: 2px; margin: 0; }
.back-btn { position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: transparent !important; color: #00b000 !important; border: 2px solid #00b000 !important; padding: 10px 20px; font-family: 'Share Tech Mono', monospace; cursor: pointer; font-weight: bold; text-shadow: none !important; }
.back-btn:hover { background: rgba(0, 176, 0, 0.2) !important; color: #00ff00 !important; }

.view-title-gray { font-size: 32px; font-weight: bold; color: #aaaaaa !important; text-shadow: 0 0 10px #aaaaaa !important; letter-spacing: 2px; margin: 0; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding-bottom: 30px; padding-right: 10px; max-height: 880px; overflow-y: auto; min-height: 200px; }
.card-grid::-webkit-scrollbar { width: 10px; }
.card-grid::-webkit-scrollbar-track { background: #001100; border-left: 1px solid #004400; }
.card-grid::-webkit-scrollbar-thumb { background: #00b000; border: 1px solid #000; }
.enlistment-grid { display: flex; flex-direction: column; gap: 15px; padding-bottom: 30px; padding-right: 10px; max-height: 600px; overflow-y: auto; min-height: 200px; }
.enlistment-grid::-webkit-scrollbar { width: 10px; }
.enlistment-grid::-webkit-scrollbar-track { background: #001100; border-left: 1px solid #004400; }
.enlistment-grid::-webkit-scrollbar-thumb { background: #00b000; border: 1px solid #000; }
.trello-card { background: rgba(0, 25, 0, 0.7); border: 1px solid #005500; padding: 15px; position: relative; transition: 0.2s; color: #ffcc00 !important; }
.trello-card:hover { border-color: #00b000; box-shadow: 0 0 10px rgba(0,100,0,0.3); transform: translateY(-3px); }
.tc-name { font-size: 18px; font-weight: bold; color: #ffcc00 !important; border-bottom: 1px dashed #ffcc00 !important; padding-bottom: 5px; margin-bottom: 10px; text-align: center; }
.tc-row { font-size: 12px; margin-bottom: 5px; color: #ffcc00 !important; display: block; }
.tc-row strong { color: #ffcc00 !important; opacity: 0.8; }
.tc-proof { display: block; margin-top: 10px; text-align: center; background: #ffcc00 !important; color: #000000 !important; padding: 5px; text-decoration: none; font-size: 11px; font-weight: bold; cursor: pointer; }
.tc-proof:hover { background: #ffaa00 !important; color: #000 !important; }
.blacklist-card, .blacklist-card * { color: #ff0000 !important; }
.blacklist-card .tc-name { color: #ff0000 !important; border-color: #ff0000 !important; }
.blacklist-card .tc-row strong { color: #ff0000 !important; }
.blacklist-card .tc-proof { background: #ff0000 !important; color: #000000 !important; }
.blacklist-card .tc-proof:hover { background: #ff4444 !important; color: #000000 !important; }
.baseban-card, .baseban-card *, .recording-card, .recording-card * { color: #ff9900 !important; }
.baseban-card .tc-name, .recording-card .tc-name { color: #ff9900 !important; border-color: #ff9900 !important; }
.baseban-card .tc-row strong, .recording-card .tc-row strong { color: #ff9900 !important; }
.enlistment-card { width: 100%; background: rgba(40, 0, 0, 0.4); border: 1px solid #ff0000; padding: 15px; display: flex; flex-direction: row; gap: 20px; align-items: flex-start; transition: 0.2s; }
.enlistment-card:hover { background: rgba(60, 0, 0, 0.6); box-shadow: 0 0 15px rgba(255, 0, 0, 0.3); transform: translateX(5px); }
.ec-image-box { width: 120px; height: 120px; flex-shrink: 0; background-color: #220000; border: 1px dashed #ff0000; display: flex; align-items: center; justify-content: center; color: #ff0000; font-size: 10px; text-align: center; }
.ec-image { width: 100%; height: 100%; object-fit: cover; border: 1px solid #ff0000; display: block; }
.ec-content { flex-grow: 1; display: flex; flex-direction: column; justify-content: space-between; }
.ec-name { font-size: 22px; font-weight: bold; color: #ff0000 !important; border-bottom: 1px dashed #ff0000; padding-bottom: 5px; margin-bottom: 10px; text-align: left; }
.ec-details { margin-bottom: 15px; }
.ec-row { font-size: 14px; color: #ff0000 !important; margin-bottom: 4px; }
.ec-proof { display: inline-block; width: fit-content; background: #ff0000; color: #000; padding: 8px 20px; font-weight: bold; cursor: pointer; font-size: 12px; }
.ec-proof:hover { background: #ff4444; }

.login-container-custom { max-width: 450px; margin: 0 auto; background: rgba(0, 20, 0, 0.6); border: 2px solid #004400; box-shadow: 0 0 30px rgba(0, 50, 0, 0.4); padding: 40px; text-align: center; }
.login-title-gray { font-size: 24px; color: #aaaaaa !important; margin-bottom: 20px; border-bottom: 1px dashed #aaaaaa; padding-bottom: 10px; font-weight: bold; letter-spacing: 2px; text-transform: uppercase; text-shadow: 0 0 10px #777777; }
.login-input-custom { background: #0a0a0a; border: 1px solid #004400; color: #00b000; padding: 12px; width: 100%; margin-bottom: 15px; outline: none; font-family: 'Share Tech Mono', monospace; font-size: 16px; text-align: center; }
.login-input-custom:focus { border-color: #00b000; box-shadow: 0 0 10px rgba(0, 200, 0, 0.2); }
.login-btn-custom { background: #003300; border: 1px solid #00b000; color: #00b000; padding: 12px 30px; font-size: 16px; font-weight: bold; cursor: pointer; text-transform: uppercase; width: 100%; transition: 0.3s; }
.login-btn-custom:hover { background: #00b000; color: #000; box-shadow: 0 0 15px #00b000; }
.login-error { margin-top: 15px; display: none; font-weight: bold; font-size: 13px; animation: blink 1s infinite; text-shadow: none !important; }
.login-error, .login-error * { color: #ff0000 !important; text-shadow: none !important; }
.lockout-subtext { font-size: 10px; color: #cc4444 !important; margin-top: 5px; font-weight: normal; animation: none; text-shadow: none !important; }
.arbiter-divider { color: #777777 !important; text-align: center; letter-spacing: 5px; margin: 20px 0; font-weight: bold; text-shadow: none !important; }
.dashboard-header { text-align: center; margin-bottom: 30px; border-bottom: 2px solid #00b000; padding-bottom: 20px; }
.user-badge { color: #00b000 !important; text-shadow: none !important; font-size: 18px; margin-bottom: 5px; }
.clearance-badge { font-weight: bold; font-size: 14px; letter-spacing: 1px; }
.cl-orange { color: #ff9900 !important; text-shadow: 0 0 10px #ff9900; }
.cl-red { color: #ff0000 !important; text-shadow: 0 0 10px #ff0000; }
.cl-darkred { color: #880000 !important; text-shadow: 0 0 10px #880000; }
.cl-gray { color: #aaaaaa !important; text-shadow: 0 0 10px #aaaaaa; }
.cl-cyan { color: #008888 !important; text-shadow: 0 0 10px #008888; }
.dashboard-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 800px; margin: 0 auto; }
.dash-card { background: rgba(0, 30, 0, 0.6); border: 1px solid #005500; padding: 20px; text-align: center; cursor: pointer; transition: 0.3s; }
.dash-card:hover { background: rgba(0, 60, 0, 0.8); border-color: #00b000; box-shadow: 0 0 15px rgba(0, 176, 0, 0.3); }
.dash-title { font-size: 20px; font-weight: bold; color: #00b000 !important; margin-bottom: 10px; text-shadow: 0 0 10px #00b000 !important; }
.dash-desc { font-size: 12px; color: #00b000 !important; opacity: 0.8; }
.section-title { color: #00b000 !important; background: #002200; border: 1px solid #00b000; padding: 5px; margin-bottom: 5px; display: flex; width: 100%; align-items: center; text-shadow: none !important; }
#accessLogMonitor { max-width: 800px; margin: 0 auto 0 auto !important; background: #000800; border: 1px solid #004400; padding: 15px; height: 150px; overflow-y: auto; font-family: 'Share Tech Mono', monospace; font-size: 12px; }
#accessLogMonitor .monitor-entry { color: #00b000 !important; text-shadow: none !important; margin-bottom: 6px; border-bottom: 1px solid #002200; padding-bottom: 3px; }
#accessLogMonitor .monitor-time { color: #007700 !important; font-weight: bold; }
#accessLogMonitor .monitor-user { color: #00b000 !important; font-weight: bold; }
#accessLogMonitor .monitor-clearance { color: #00b000 !important; font-size: 10px; margin-left: 5px; }
#accessLogMonitor::-webkit-scrollbar { width: 6px; }
#accessLogMonitor::-webkit-scrollbar-track { background: #001100; }
#accessLogMonitor::-webkit-scrollbar-thumb { background: #00b000; }
#arbiter-dashboard .section-title { max-width: 800px; margin: 0 auto 2px auto !important; }

.action-menu-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; max-width: 800px; margin: 0 auto 30px auto; }

.action-btn-gray {
    background: rgba(40, 40, 40, 0.6) !important;
    border: 1px solid #777777 !important;
    color: #aaaaaa !important;
    padding: 20px; font-family: 'Share Tech Mono'; font-weight: bold; font-size: 16px;
    cursor: pointer; text-transform: uppercase; transition: 0.3s; display: block; width: 100%;
    text-shadow: none !important;
}
.action-btn-gray:hover {
    background: #555555 !important;
    color: #ffffff !important;
    box-shadow: 0 0 15px #777777 !important;
}

.action-btn-full { grid-column: span 2; }

.admin-form-container { max-width: 700px; margin: 0 auto; padding: 20px; border: 1px solid #555555; background: rgba(20, 20, 20, 0.9); }
.form-group { margin-bottom: 15px; text-align: left; }
.form-label { color: #aaaaaa; font-size: 12px; margin-bottom: 5px; display: block; font-weight: bold; }
.form-input-gray { width: 100%; padding: 10px; background: #222222; border: 1px solid #555555; color: #cccccc; font-family: 'Share Tech Mono'; font-size: 14px; outline: none; }
.form-input-gray:focus { border-color: #aaaaaa; background: #333333; }

.staff-header { font-size: 32px; font-weight: bold; color: #aaaaaa !important; text-align: center; margin: 40px 0 20px 0; text-shadow: 0 0 10px #777777; letter-spacing: 3px; }
.hierarchy-tree { display: flex; flex-direction: column; align-items: center; gap: 0; padding-bottom: 50px; }
.staff-card { width: 320px; padding: 15px; text-align: center; position: relative; margin-bottom: 20px; box-shadow: 0 0 15px rgba(0,0,0,0.5); }
.rank-orange { background: rgba(30, 20, 0, 0.7); border: 2px solid #ff9900; }
.rank-orange .staff-img-box { border: 2px solid #ff9900; }
.rank-orange .staff-title { color: #ff9900; border-color: #ff9900; text-shadow: 0 0 8px #ff9900; }
.rank-orange .staff-name { color: #ffcc00; }
.rank-orange .staff-id { color: #996600; }
.rank-orange .staff-desc { color: #ffcc99; }

.rank-gray { background: rgba(30, 30, 30, 0.7); border: 2px solid #777777; }
.rank-gray .staff-img-box { border: 2px solid #aaaaaa; }
.rank-gray .staff-title { color: #dddddd; border-color: #777777; text-shadow: 0 0 5px #555555; }
.rank-gray .staff-name { color: #bbbbbb; }
.rank-gray .staff-id { color: #888888; }
.rank-gray .staff-desc { color: #999999; }

.staff-img-box { width: 100px; height: 100px; margin: 0 auto 10px auto; border-radius: 50%; overflow: hidden; background: #000; }
.staff-img { width: 100%; height: 100%; object-fit: cover; }
.staff-title { font-size: 18px; font-weight: bold; margin-bottom: 5px; border-bottom: 1px dashed; padding-bottom: 5px; }
.staff-name { font-size: 16px; font-weight: bold; margin-bottom: 2px; }
.staff-id { font-size: 12px; margin-bottom: 8px; }
.staff-desc { font-size: 11px; font-style: italic; line-height: 1.3; }
.connector { width: 2px; height: 30px; background: #777777; margin-bottom: 20px; margin-top: -20px; }
.manager-row { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; width: 100%; margin-top: 0px; }

.wm-container { max-width: 800px; margin: 25px auto; border: 2px solid #008888; background: rgba(0, 15, 15, 0.9); display: flex; align-items: stretch; }
.wm-label { padding: 0 15px; border-right: 2px solid #008888; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; color: #008888 !important; letter-spacing: 1px; text-shadow: 0 0 5px #004444; background: #001111; width: 120px; flex-shrink: 0; text-align: center; }
.ws-grid { flex-grow: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 10px; }
.ws-box { border: 1px solid #008888; background: rgba(0,20,20,0.5); display: flex; flex-direction: column; align-items: center; padding: 8px 5px; }
.ws-role { font-size: 8px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; text-shadow: none !important; }
.role-warmaster, .role-developer, .role-staff { color: #008888 !important; }
.ws-avatar { width: 35px; height: 35px; border-radius: 50%; border: 1px solid #008888; object-fit: cover; background: #000; margin-bottom: 5px; }
.ws-name { font-size: 9px; color: #008888 !important; text-transform: uppercase; text-shadow: none !important; font-weight: bold; }

.header-container-wrapper, .footer-container-wrapper { display: none !important; }
.body-container-wrapper, .main-content { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.container-fluid, .row-fluid { padding: 0 !important; margin: 0 !important; }

@media (max-width: 900px) { .card-grid { grid-template-columns: repeat(2, 1fr); } .manager-row { flex-direction: column; align-items: center; } }
@media (max-width: 600px) { .card-grid { grid-template-columns: 1fr; } .ws-grid { grid-template-columns: repeat(2, 1fr); } }

#panel-menu-master-logs {
    position: relative;
    background: #0a0a0a !important;
    z-index: 500 !important;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 600px;
}

#fullLogHeader {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    gap: 10px;
    max-width: 800px;
    margin: 0 auto 5px auto;

    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 12px;
    text-shadow: none !important;
    letter-spacing: 1px;

    padding: 10px;
    border-bottom: 2px solid #555 !important;
    background: rgba(20, 20, 20, 0.9);
}

#fullLogContainer {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 800px;
    margin: 0 auto;
    max-height: 550px;
    overflow-y: auto;
    padding: 5px;

    background-color: rgba(0, 20, 0, 0.5) !important;
    border: 1px solid #004400 !important;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
}

#fullLogContainer::-webkit-scrollbar { width: 10px; }
#fullLogContainer::-webkit-scrollbar-track { background: #111; border-left: 1px solid #333; }
#fullLogContainer::-webkit-scrollbar-thumb { background: #444; border: 1px solid #000; }
#fullLogContainer::-webkit-scrollbar-thumb:hover { background: #666; }

.log-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    gap: 10px;
    padding: 8px 10px;
    border-bottom: 1px solid #222;
    font-size: 11px;
    font-family: 'Share Tech Mono', monospace;
    align-items: center;
    transition: background 0.2s;

    color: #aaaaaa !important;
    text-shadow: none !important;
}
.log-row:hover { background: rgba(50, 50, 50, 0.3); }

.log-action-ban { color: #ff3333 !important; font-weight: bold; }
.log-action-unban { color: #33ff33 !important; font-weight: bold; }
.log-action-login { color: #3399ff !important; font-weight: bold; }
.log-action-edit { color: #ffcc00 !important; font-weight: bold; }

.log-time { color: #666 !important; font-size: 10px; }
.log-officer { color: #dddddd !important; font-weight: bold; text-transform: none; }
.log-target { color: #ffffff !important; font-weight: bold; }
.log-details { color: #888888 !important; font-style: italic; font-size: 10px; line-height: 1.2; }

#vox-relay-bubble {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  width: 130px !important;
  height: 130px !important;
  z-index: 2147483647 !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  animation: servo-float 5s ease-in-out infinite;
  background: transparent !important;
  filter: drop-shadow(0 10px 10px rgba(0,0,0,0.8));
}

#vox-relay-bubble:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px #00ff00) drop-shadow(0 0 15px #004400);
}

.vox-skull-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  pointer-events: none;
  display: block;
}

#vox-chat-window {
  display: none;
  position: fixed !important;
  bottom: 100px !important;
  right: 30px !important;
  width: 320px;
  height: 450px;
  background: #050a05;
  border: 2px solid #00ff00;
  z-index: 2147483647 !important;
  flex-direction: column;
  box-shadow: -5px 5px 20px rgba(0,0,0,0.8);
  font-family: 'Share Tech Mono', monospace;
}

.chat-header {
  background: #002200;
  color: #00ff00 !important;
  padding: 10px;
  font-weight: bold;
  border-bottom: 1px solid #00ff00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
  font-size: 14px;
  text-shadow: 0 0 5px #00ff00;
}

.chat-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-image: linear-gradient(rgba(0, 15, 0, 0.95), rgba(0, 15, 0, 0.95));
}

.chat-body::-webkit-scrollbar { width: 6px; }
.chat-body::-webkit-scrollbar-track { background: #001100; }
.chat-body::-webkit-scrollbar-thumb { background: #005500; }

.msg-row {
  max-width: 90%;
  padding: 8px 12px;
  font-size: 13px;
  word-wrap: break-word;
  line-height: 1.4;
  font-family: 'Share Tech Mono', monospace;
}

.msg-admin {
  align-self: flex-start;
  color: #00ff00 !important;
  border-left: 3px solid #00ff00 !important;
  background: rgba(0, 50, 0, 0.3) !important;
  text-shadow: 0 0 5px #004400;
}

.msg-user {
  align-self: flex-end !important;
  background: transparent !important;
  color: #00ff00 !important;
  border: 1px solid #00ff00 !important;
  text-align: right !important;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.2) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.msg-system {
  align-self: center;
  font-size: 12px;
  color: #00ff00 !important;
  font-style: normal !important;
  text-align: center;
  margin: 10px 0;
  width: 100%;
  text-shadow: 0 0 5px #004400;
  border-top: 1px dashed #004400;
  padding-top: 5px;
}

.intro-container {
  text-align: center;
  border: 1px solid #00ff00;
  padding: 10px;
  margin-bottom: 10px;
  background: rgba(0, 20, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.1);
}

.chat-input-area { padding: 10px; background: #001100; border-top: 1px solid #00ff00; display: flex; gap: 5px; }
.chat-input { flex-grow: 1; background: #000; border: 1px solid #005500; color: #00ff00; padding: 10px; font-family: 'Share Tech Mono'; font-size: 12px; outline: none; }
.chat-input:focus { border-color: #00ff00; box-shadow: 0 0 5px #00ff00; }
.chat-input:disabled { background: #050505; border-color: #333; color: #555; }

.chat-send-btn { background: #003300; color: #00ff00; border: 1px solid #00ff00; font-weight: bold; cursor: pointer; padding: 0 15px; font-size: 16px; }
.chat-send-btn:hover { background: #00ff00; color: #000; }
.chat-send-btn:disabled { background: #111; border-color: #333; color: #555; }

.chat-options { display: flex; flex-direction: column; gap: 8px; margin-top: 5px; }
.chat-opt-btn { background: rgba(0, 20, 0, 0.8); border: 1px solid #00ff00; color: #00ff00; padding: 10px; font-family: 'Share Tech Mono'; cursor: pointer; text-align: left; transition: 0.2s; font-size: 12px; text-transform: uppercase; }
.chat-opt-btn:hover { background: #00ff00; color: #000; box-shadow: 0 0 15px #00ff00; }

.term-btn { color: #ff0000; font-weight: bold; cursor: pointer; font-size: 11px; border: 1px solid #ff0000; padding: 3px 6px; background: #220000; text-shadow: 0 0 5px #ff0000; }
.term-btn:hover { background: #ff0000; color: #000; }

.typing-indicator { font-size: 10px; color: #00ff00; padding: 5px 15px; display: none; font-style: normal; animation: blink 1s infinite; letter-spacing: 1px; }

@keyframes servo-float {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}
@keyframes blink { 0% { opacity: 0.2; } 50% { opacity: 1; } 100% { opacity: 0.2; } }

.admin-dashboard-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}

.admin-controls-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.admin-btn {
  background: rgba(0, 30, 0, 0.6) !important;
  border: 1px solid #005500 !important;
  color: #00b000 !important;
  padding: 10px;
  font-family: 'Share Tech Mono', monospace;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  text-shadow: none !important;
}

.admin-btn:hover {
  background: #004400 !important;
  color: #00ff00 !important;
  box-shadow: 0 0 10px #00ff00;
  border-color: #00ff00 !important;
}
.admin-btn i { font-size: 24px; margin-bottom: 8px; }

.transmission-monitor {
  border: 2px solid #004400;
  background: #000800;
  box-shadow: inset 0 0 20px rgba(0,0,0,0.8);
  display: flex;
  flex-direction: column;
  height: 250px;
}

.monitor-header {
  background: #002200;
  color: #00ff00;
  padding: 8px 15px;
  font-weight: bold;
  border-bottom: 1px solid #004400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.monitor-list {
  flex-grow: 1;
  overflow-y: auto;
  padding: 5px;
}
.monitor-list::-webkit-scrollbar { width: 8px; }
.monitor-list::-webkit-scrollbar-track { background: #001100; }
.monitor-list::-webkit-scrollbar-thumb { background: #004400; border: 1px solid #000; }

.ticket-row {
  display: grid;
  grid-template-columns: 90px 1fr 70px;
  gap: 10px;
  padding: 12px 10px;
  border-bottom: 1px solid #002200;
  color: #00aaaa !important;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s;
  align-items: center;
  overflow: hidden;
}
.ticket-row:hover {
  background: rgba(0, 50, 50, 0.4) !important;
  border-left: 3px solid #00ffff !important;
  color: #00ffff !important;
}

#adminTerminationModal {
  display: none;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px !important;
  min-height: 150px;
  background: #110000 !important;
  border: 3px solid #ff0000 !important;
  padding: 30px;
  z-index: 2147483647 !important;
  text-align: center;
  box-shadow: 0 0 100px rgba(255, 0, 0, 0.8);
}
.term-text {
  color: #ff0000 !important;
  font-size: 16px !important;
  margin-bottom: 25px !important;
  white-space: normal !important;
  line-height: 1.5 !important;
  text-shadow: none !important;
}

.admin-chat-layout {
  display: flex;
  flex-direction: column;
  height: 450px;
  border: 2px solid #00ff00;
  background: #000;
}
.admin-chat-feed {
  flex-grow: 1;
  overflow-y: auto;
  padding: 15px;
  background-image: linear-gradient(rgba(0, 10, 0, 0.9), rgba(0, 10, 0, 0.9));
}
.admin-input-zone {
  background: #001100;
  border-top: 1px solid #005500;
  padding: 10px;
  display: flex;
  gap: 10px;
}

@media (max-width: 600px) {
  .admin-controls-grid { grid-template-columns: 1fr 1fr; }
}

.intro-container, .msg-system {
  line-height: 1.6 !important;
  margin-bottom: 8px !important;
  display: block !important;
}
.intro-container div {
  margin-bottom: 4px !important;
}

.theme-gray .admin-btn {
  border-color: #555555 !important;
  color: #aaaaaa !important;
  background: rgba(30, 30, 30, 0.6) !important;
}
.theme-gray .admin-btn:hover {
  background: #444444 !important;
  color: #ffffff !important;
  box-shadow: 0 0 15px #777777 !important;
  border-color: #ffffff !important;
}

#view-website-panel .view-title {
  color: #00ffff !important;
  text-shadow: 0 0 15px #00ffff !important;
}

.theme-cyan .admin-btn {
  border-color: #008888 !important;
  color: #00aaaa !important;
  background: rgba(0, 30, 30, 0.6) !important;
}
.theme-cyan .admin-btn:hover {
  background: #004444 !important;
  color: #00ffff !important;
  box-shadow: 0 0 15px #00aaaa !important;
  border-color: #00ffff !important;
}

.theme-cyan .transmission-monitor {
  border-color: #008888 !important;
  background: #000808 !important;
  box-shadow: inset 0 0 20px rgba(0,20,20,0.8) !important;
}

.theme-cyan .monitor-header {
  background: #001111 !important;
  color: #888888 !important;
  text-shadow: none !important;
  border-bottom: 1px solid #005555 !important;
}
.theme-cyan .monitor-header span { color: #888888 !important; text-shadow: none !important; }
.theme-cyan .ticket-row {
  border-bottom: 1px solid #003333 !important;
  color: #00aaaa !important;
}
.theme-cyan .ticket-row:hover {
  background: rgba(0, 50, 50, 0.4) !important;
  border-left: 3px solid #00ffff !important;
  color: #00ffff !important;
  box-shadow: inset 0 0 10px rgba(0,255,255,0.1);
}

.theme-cyan .ticket-id {
  color: #008888 !important;
  text-shadow: none !important;
}

.theme-cyan .monitor-list::-webkit-scrollbar-thumb { background: #008888; border: 1px solid #002222; }
.theme-cyan .monitor-list::-webkit-scrollbar-track { background: #001111; }

.theme-cyan .admin-chat-layout {
  border: 2px solid #00aaaa !important;
  background: #000505 !important;
}
.theme-cyan .admin-chat-feed {
  background-image: linear-gradient(rgba(0, 10, 10, 0.95), rgba(0, 10, 10, 0.95)) !important;
}

.theme-cyan .admin-input-zone {
  background: #001111 !important;
  border-top: 1px solid #005555 !important;
}
.theme-cyan #adminChatInput {
  border-color: #008888 !important;
  color: #00ffff !important;
  background: #000000 !important;
}

.theme-cyan #adminChatTitle { color: #00ffff !important; text-shadow: 0 0 10px #00aaaa !important; }
.theme-cyan #adminChatStatus { color: #00aaaa !important; text-shadow: none !important; }
.theme-cyan .msg-user {
  color: #00ffff !important;
  border-color: #00ffff !important;
  box-shadow: 0 0 5px rgba(0, 255, 255, 0.2) !important;
}
.theme-cyan .msg-admin {
  color: #00aaaa !important;
  border-left-color: #00aaaa !important;
  background: rgba(0, 30, 30, 0.3) !important;
}

.theme-cyan .admin-chat-layout {
  border-color: #00ffff !important;
  background: #000505 !important;
}

.theme-cyan .admin-chat-header {
  background: #002222 !important;
  border-bottom: 1px solid #00ffff !important;
}
.theme-cyan #adminChatTitle { color: #00ffff !important; text-shadow: 0 0 10px #00ffff !important; }
.theme-cyan #adminChatStatus { color: #00aaaa !important; }

.theme-cyan .admin-input-zone {
  background: #001111 !important;
  border-top: 1px solid #00ffff !important;
}
.theme-cyan #adminChatInput {
  border: 1px solid #00aaaa !important;
  background: #000 !important;
  color: #00ffff !important;
}

.theme-cyan .msg-row {
  color: #cccccc !important;
  border-color: #444444 !important;
  background: rgba(20, 20, 20, 0.5) !important;
  text-shadow: none !important;
}

#adminTerminationModal {
  display: none;
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px !important;
  min-height: 150px;
  background: #110000 !important;
  border: 3px solid #ff0000 !important;
  padding: 30px;
  z-index: 2147483647 !important;
  text-align: center;
  box-shadow: 0 0 100px rgba(255, 0, 0, 0.8);
}
.term-text {
  color: #ff0000 !important;
  font-size: 16px !important;
  margin-bottom: 25px !important;
  white-space: normal !important;
  line-height: 1.5 !important;
  text-shadow: none !important;
}

.term-header {
  color: #ff0000 !important;
  font-size: 24px !important;
  font-weight: bold !important;
  border-bottom: 1px dashed #ff0000 !important;
  padding-bottom: 10px !important;
  margin-bottom: 15px !important;
  text-shadow: none !important;
}

.term-text {
  color: #ff0000 !important;
  font-size: 14px !important;
  margin-bottom: 20px !important;
  font-family: 'Share Tech Mono', monospace !important;
  text-shadow: none !important;
  font-weight: bold !important;
}

.term-btn-row {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#form-create-account input, #form-create-account select,
#form-delete-account input {
  background: rgba(0, 20, 20, 0.9) !important;
  border: 1px solid #00aaaa !important;
  color: #00ffff !important;
  font-family: 'Share Tech Mono', monospace !important;
  padding: 8px;
  width: 100%;
  margin-top: 5px;
  outline: none;
}

#form-create-account input::placeholder {
  color: #005555 !important;
  font-style: italic;
}

#form-delete-account input {
  background: rgba(20, 0, 0, 0.9) !important;
  border: 1px solid #aa0000 !important;
  color: #ff0000 !important;
}
#form-delete-account input::placeholder {
  color: #550000 !important;
}
.dw-rank-rack {
  display: flex;
  background: #050505;
  border: 1px solid #004400;
  height: 40px;
  align-items: center;
  position: relative;
  cursor: crosshair;
  overflow: hidden;
  margin-bottom: 5px;
}

.dw-rank-label {
  width: 200px;
  padding-left: 15px;
  font-family: 'Share Tech Mono', monospace;
  color: #00ff00 !important;
  font-weight: bold;
  z-index: 2;
  border-right: 1px solid #004400;
  display: flex;
  align-items: center;
  height: 100%;
  text-shadow: 0 0 5px #004400;
}

.dw-drawer {
  width: 0%;
  height: 100%;
  background: #002200;
  transition: width 0.3s ease-out;
  position: absolute;
  left: 200px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

.dw-drawer-text {
  padding-left: 15px;
  color: #ccffcc !important;
  font-family: 'Share Tech Mono', monospace;
  font-size: 13px;
  text-shadow: none !important;
}

.dw-rank-rack:hover {
  border-color: #00ff00;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.2);
}

.dw-rank-rack:hover .dw-rank-label {
  background: #001100;
  color: #fff !important;
}

@keyframes dwScan {
  0% {top:0%; opacity:0;}
  10% {opacity:1;}
  90% {opacity:1;}
  100% {top:100%; opacity:0;}
}

@keyframes baPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
  70% { box-shadow: 0 0 0 10px rgba(255, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}

.ba-portrait-frame {
  border: 2px solid #ffcc00;
  background: #220000;
  padding: 5px;
  animation: baPulse 2s infinite;
  transition: transform 0.3s;
}
.ba-portrait-frame:hover {
  transform: scale(1.05);
  border-color: #fff;
}

.ba-rank-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 10px;
  padding: 0 20px;
}

.ba-card {
  background-color: transparent;
  width: 100%;
  height: 70px;
  perspective: 1000px;
  cursor: pointer;
}

.ba-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.ba-card:hover .ba-inner {
  transform: rotateX(180deg);
}

.ba-front, .ba-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffcc00 !important;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
}

.ba-front {
  background: linear-gradient(to bottom, #660000, #330000) !important;
  color: #ffcc00 !important;
  font-weight: bold !important;
  font-family: 'Cinzel', serif !important;
  font-size: 16px;
  text-shadow: 0 0 5px #000 !important;
}

.ba-back {
  background: rgba(20, 0, 0, 0.6) !important;
  color: #ffcc00 !important;
  transform: rotateX(180deg);
  font-size: 11px;
  padding: 10px;
  font-family: 'Share Tech Mono', monospace !important;
  text-shadow: none !important;
  line-height: 1.2;
  border: 1px solid rgba(255, 204, 0, 0.3) !important;
  box-shadow: none;
  position: absolute;
}

.ba-back::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 10px; height: 10px;
  border-top: 2px solid #ffcc00;
  border-left: 2px solid #ffcc00;
}
.ba-back::after {
  content: "";
  position: absolute;
  bottom: 0; right: 0;
  width: 10px; height: 10px;
  border-bottom: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
}

.div-quadrant {
  position: relative;
  border: 2px solid;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}
.div-quadrant:hover {
  transform: scale(1.02);
  z-index: 10;
  box-shadow: 0 0 30px rgba(0,0,0,0.9);
}
.quad-overlay {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  transition: 0.3s; backdrop-filter: blur(0px);
}
.div-quadrant:hover .quad-overlay {
  opacity: 0.3 !important; backdrop-filter: blur(2px);
}

.bg-green { background: linear-gradient(rgba(0,10,0,0.85), rgba(0,0,0,0.95)); }
.bg-gold { background: linear-gradient(rgba(20,15,0,0.85), rgba(10,5,0,0.95)); }
.bg-red { background: linear-gradient(rgba(30,0,0,0.85), rgba(10,0,0,0.95)); }
.text-green { color: #00ff00 !important; text-shadow: 0 0 10px #00ff00, 0 0 20px #004400 !important; }
.text-gold { color: #ffd700 !important; text-shadow: 0 0 10px #ffd700, 0 0 20px #996515 !important; }
.text-red { color: #ff3333 !important; text-shadow: 0 0 10px #ff0000, 0 0 20px #550000 !important; }
.quad-content { z-index: 5; text-align: center; pointer-events: none; position: relative; }
.quad-title { font-size: 28px; font-weight: bold; margin-bottom: 5px; text-transform: uppercase; }
.quad-sub { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; font-weight: bold; }
.q-corner { position: absolute; width: 20px; height: 20px; border-width: 4px; border-style: solid; pointer-events: none; z-index: 4; }
.q-corner.tl { top:0; left:0; border-right: none; border-bottom: none; }
.q-corner.tr { top:0; right:0; border-left: none; border-bottom: none; }
.q-corner.bl { bottom:0; left:0; border-right: none; border-top: none; }
.q-corner.br { bottom:0; right:0; border-left: none; border-top: none; }
.border-green { border-color: #00ff00; }
.border-gold { border-color: #d4af37; }
.border-red { border-color: #ffcc00; }

@keyframes divineSheen {
  0% { left: -150%; opacity: 0; }
  40% { opacity: 0.5; }
  50% { left: 150%; opacity: 0; }
  100% { left: 150%; opacity: 0; }
}

.hg-laurel-frame {
  border: 4px double #d4af37;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  margin: 0 auto 10px auto;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.5), inset 0 0 10px #d4af37;
  background: #000;
  position: relative;
}

.hg-laurel-frame::after {
  content: "";
  position: absolute;
  top: 0; left: -150%;
  width: 50%; height: 100%;
  background: linear-gradient(to right, transparent 0%, rgba(255, 215, 0, 0.8) 50%, transparent 100%);
  transform: skewX(-25deg);
  animation: divineSheen 3s infinite ease-in-out;
  pointer-events: none;
  z-index: 10;
}

.hg-slab {
  display: flex;
  align-items: center;
  background: repeating-linear-gradient(
      135deg,
      #0a0a0a,
      #0a0a0a 10px,
      #111 10px,
      #111 20px
  ) !important;
  border: 1px solid #d4af37 !important;
  border-left: 4px solid #d4af37 !important;
  padding: 10px;
  transition: 0.3s;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  position: relative;
  overflow: hidden;
}

.hg-slab:hover {
  transform: translateX(5px);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  border-color: #ffd700 !important;
}

.hg-slab::before {
  content: "";
  position: absolute;
  top: 0; left: -100%;
  width: 50px; height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 215, 0, 0.2), transparent);
  transform: skewX(-20deg);
  animation: divineSheen 5s infinite linear;
  animation-delay: 1s;
}

.hg-slab-img {
  width: 50px;
  height: 50px;
  border: 1px solid #d4af37;
  margin-right: 15px;
  background: #000;
  z-index: 2;
}
.hg-slab-info { text-align: left; z-index: 2; }
.hg-slab-name {
  color: #d4af37 !important;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  text-shadow: 0 0 5px #000 !important;
}
.hg-slab-rank {
  color: #886a08 !important;
  font-size: 10px;
  font-family: monospace;
  text-transform: uppercase;
  font-weight: bold;
}

#hg-particle-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hg-particle {
  position: absolute;
  background: #ffd700;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 5px #ffd700;
  animation: dustFloat 10s infinite linear;
}

@keyframes dustFloat {
  0% { transform: translateY(100vh) scale(0); opacity: 0; }
  20% { opacity: 0.8; }
  80% { opacity: 0.4; }
  100% { transform: translateY(-10vh) scale(1); opacity: 0; }
}

.theme-mode-void {
  background: #000000 !important;
  box-shadow: inset 0 0 50px #000 !important;
}

.theme-mode-crimson {
  background: linear-gradient(to bottom, #1a0000 0%, #050000 100%) !important;
  border-color: #550000 !important;
}

.theme-mode-holy {
    background: radial-gradient(circle at center, #d8d4c0 0%, #b8b4a0 60%, #908b78 100%) !important;
    border-color: #d4af37 !important;
}

.theme-mode-holy .sol-banner {
    color: #4a3800 !important;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5), 0 2px 3px rgba(0, 0, 0, 0.3) !important;
    border-bottom-color: #8a7320 !important;
}

.theme-mode-holy .sol-subheader {
    color: #5a4a20 !important;
    text-shadow: 0 0 4px rgba(212, 175, 55, 0.3) !important;
}

.theme-mode-holy .sol-banner::before {
    background: #b8b4a0 !important;
}

#dw-operative-grid::-webkit-scrollbar {
  width: 8px;
}

#dw-operative-grid::-webkit-scrollbar-track {
  background: #000500;
  border-left: 1px solid #004400;
}

#dw-operative-grid::-webkit-scrollbar-thumb {
  background: #004400;
  border: 1px solid #00ff00;
  box-shadow: inset 0 0 5px rgba(0, 255, 0, 0.5);
}

#dw-operative-grid::-webkit-scrollbar-thumb:hover {
  background: #006600;
  box-shadow: 0 0 10px #00ff00;
  cursor: pointer;
}

.dw-id-card {
  background: #000500;
  border: 1px solid #004400;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 220px;
  animation: holoGlitch 4s infinite alternate-reverse;
}
.dw-id-card:hover {
  border-color: #00ff00;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.2);
  z-index: 50;
  transform: none !important;
}

.dw-id-img {
  width: 100%;
  height: 120px;
  position: relative;
  border-bottom: 1px solid #004400;
  background: radial-gradient(circle, #004400 0%, #000500 100%);
}

.dw-id-img img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: sepia(100%) hue-rotate(50deg) saturate(1.2) contrast(1.2);
  transition: 0.3s;
}

.dw-id-card .dw-id-img {
  background: transparent !important;
  border-bottom: 1px solid #004400;
}

.dw-id-card .dw-id-img img {
  filter: none !important;
  opacity: 1 !important;
}

.dw-id-info {
  padding: 8px 4px;
  text-align: center;
  flex-grow: 1;
  background: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dw-id-name {
  color: #ffffff !important;
  font-family: 'Share Tech Mono', monospace;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 3px;
  text-shadow: none !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dw-id-rank {
  color: #00ff00 !important;
  font-size: 9px;
  font-family: monospace;
  text-transform: uppercase;
  text-shadow: 0 0 5px #004400 !important;
}

.dw-bio-panel {
  height: 30px;
  background: #000800;
  border-top: 1px solid #004400;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dw-bio-panel::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: linear-gradient(#002200 1px, transparent 1px),
                    linear-gradient(90deg, #002200 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.3;
}

.dw-ekg-line {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 50' preserveAspectRatio='none'%3E%3Cpath d='M0,25 L10,25 L15,5 L20,45 L25,25 L40,25 L45,10 L50,40 L55,25 L80,25 L85,5 L90,45 L95,25 L120,25 L125,10 L130,40 L135,25 L160,25 L165,5 L170,45 L175,25 L200,25' fill='none' stroke='%2300ff00' stroke-width='2' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");

  background-size: 200px 100%;
  background-repeat: repeat-x;

  animation: ekgLoop 2.5s linear infinite;
  mask-image: linear-gradient(90deg, transparent 0%, white 10%, white 90%, transparent 100%);
}

@keyframes ekgLoop {
  0% { background-position: -200px 0; }
  100% { background-position: 0 0; }
}

@keyframes holoGlitch {
  0% { transform: translate(0,0); opacity: 1; filter: none; }
  94% { transform: translate(0,0); opacity: 1; filter: none; }
  95% { transform: translate(-1px, 1px); opacity: 0.9; filter: hue-rotate(90deg); }
  96% { transform: translate(1px, -1px); opacity: 1; filter: none; }
  98% { transform: translate(0, 1px); opacity: 0.95; }
  99% { transform: translate(1px, 0); filter: hue-rotate(-90deg); }
  100% { transform: translate(0,0); opacity: 1; filter: none; }
}

.command-layout {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
  height: 600px;
}

.map-column { display: flex; flex-direction: column; }

.map-list {
  display: flex; flex-direction: column; gap: 15px;
  overflow-y: auto; padding-right: 10px;
}

.map-data-block {
  background: linear-gradient(90deg, rgba(20, 10, 0, 0.9), rgba(0, 0, 0, 0.8));
  border: 1px solid #553300;
  border-left: 4px solid #ffcc00;
  padding: 15px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}

.map-data-block:hover {
  background: linear-gradient(90deg, rgba(60, 40, 0, 0.9), rgba(20, 10, 0, 0.9));
  border-color: #ffcc00;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.1);
  transform: translateX(5px);
}

.mdb-title {
  font-size: 20px;
  font-weight: bold;
  color: #ffcc00 !important;
  font-family: 'Share Tech Mono', monospace;
  text-shadow: 0 0 5px #ff9900 !important;
  margin-bottom: 5px;
}

.mdb-details {
  display: flex; gap: 15px; font-size: 12px; margin-bottom: 5px;
}
.mdb-label { color: #cc9900 !important; text-shadow: none !important; }
.mdb-val { color: #ffffff !important; text-shadow: none !important; }

.mdb-coords {
  font-size: 10px;
  color: #664400 !important;
  font-family: monospace;
  letter-spacing: 1px;
  text-shadow: none !important;
}

.mdb-status {
  position: absolute;
  top: 15px; right: 15px;
  color: #00ff00 !important;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #00ff00;
  padding: 2px 6px;
  background: rgba(0, 20, 0, 0.5);
  box-shadow: 0 0 5px #00ff00 !important;
  text-shadow: 0 0 5px #00ff00 !important;
}

.intel-sidebar { display: flex; flex-direction: column; gap: 15px; height: 100%; }

.intel-box {
  background: rgba(0, 5, 0, 0.8);
  border: 1px solid #553300;
  padding: 10px;
}

.intel-header {
  font-size: 14px; font-weight: bold;
  color: #ffcc00 !important;
  border-bottom: 1px solid #553300;
  padding-bottom: 5px; margin-bottom: 8px;
  letter-spacing: 1px;
  text-shadow: none !important;
}

.intel-row {
  font-size: 11px; margin-bottom: 4px;
  display: flex; justify-content: space-between;
}

.intel-label { color: #886600 !important; text-shadow: none !important; }
.intel-val-white { color: #ffffff !important; text-shadow: none !important; }
.intel-val-green { color: #00ff00 !important; font-weight: bold; text-shadow: 0 0 5px #00ff00 !important; }
.intel-val-pale { color: #ccffcc !important; text-shadow: none !important; }
.intel-val-gold { color: #ffcc00 !important; text-shadow: none !important; }
.vox-feed-container {
  flex-grow: 1; overflow-y: auto;
  font-family: 'Share Tech Mono', monospace;
  font-size: 13px;
  max-height: 250px;
}

.vox-line {
  margin-bottom: 6px; line-height: 1.2;
  border-bottom: 1px solid rgba(0, 50, 0, 0.3);
  padding-bottom: 2px;
}

.vox-time { color: #005500 !important; margin-right: 5px; text-shadow: none !important; }
.vox-text { color: #00b000 !important; text-shadow: none !important; }
.map-list::-webkit-scrollbar, .vox-feed-container::-webkit-scrollbar { width: 6px; }
.map-list::-webkit-scrollbar-track, .vox-feed-container::-webkit-scrollbar-track { background: #000; }
.map-list::-webkit-scrollbar-thumb { background: #553300; border: 1px solid #ffcc00; }
.vox-feed-container::-webkit-scrollbar-thumb { background: #004400; border: 1px solid #00ff00; }

@media (max-width: 800px) {
  .command-layout { grid-template-columns: 1fr; height: auto; }
}

.dep-apex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
  height: 180px;
}

.dep-apex-card {
  position: relative;
  background-size: cover;
  background-position: center;
  border: 2px solid #ffcc00;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.1);
}

.dep-apex-card:hover {
  border-color: #ffffff;
  transform: scale(1.02);
  z-index: 10;
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.4);
}

.dep-apex-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.2));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  text-align: center;
}

#view-departments .dep-apex-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffcc00 !important;
  text-shadow: 0 0 10px #ff0000 !important;
  font-family: 'Cinzel', serif;
}

#view-departments .dep-apex-sub {
  font-size: 12px;
  color: #ff0000 !important;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 0 0 5px #000 !important;
}

.dep-pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.dep-pillar {
  background: rgba(10, 5, 0, 0.6);
  border: 1px solid #553300;
  padding: 15px;
}

#view-departments .dep-header {
  color: #ffcc00 !important;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #ffcc00;
  padding-bottom: 5px;
  margin-bottom: 2px;
  font-family: 'Cinzel', serif;
  text-shadow: 0 0 5px #ff9900 !important;
}

#view-departments .dep-sub-header {
  color: #ff0000 !important;
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: none !important;
}

.dep-flip-card {
  background-color: transparent;
  width: 100%;
  height: 60px;
  perspective: 1000px;
  margin-bottom: 15px;
  cursor: pointer;
}

.dep-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.dep-flip-card:hover .dep-flip-inner {
  transform: rotateX(180deg);
}

.dep-flip-front, .dep-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffcc00;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}

.dep-flip-front {
  background: #110500;
  z-index: 2;
  transform: rotateX(0deg);
}

.dep-flip-back {
  background: #330000;
  transform: rotateX(180deg);
  border-color: #ff0000;
}

#view-departments .dep-flip-front,
#view-departments .dep-flip-front span {
  color: #ffcc00 !important;
  font-weight: bold;
  font-size: 14px;
  text-shadow: none !important;
  gap: 15px;
  justify-content: flex-start;
  padding-left: 15px;
}

#view-departments .dep-flip-back,
#view-departments .dep-flip-back span {
  color: #ffffff !important;
  font-size: 12px;
  font-style: italic;
  text-shadow: none !important;
}

.dep-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .dep-apex-grid { grid-template-columns: 1fr; height: auto; }
  .dep-apex-card { height: 150px; margin-bottom: 10px; }
  .dep-pillar-grid { grid-template-columns: 1fr; }
}

@keyframes textGlitch {
  0% { text-shadow: 2px 0 #aa0000, -2px 0 #ff9900; }
  25% { text-shadow: -2px 0 #aa0000, 2px 0 #ff9900; }
  50% { text-shadow: 2px 0 #aa0000, -2px 0 #ff9900; }
  75% { text-shadow: -2px 0 #aa0000, 2px 0 #ff9900; }
  100% { text-shadow: 2px 0 #aa0000, -2px 0 #ff9900; }
}

@keyframes holoScan {
  0% { background-position: 0% 0%; }
  100% { background-position: 0% 100%; }
}

@keyframes binaryDrop {
  0% { transform: translateY(-100vh); opacity: 0; }
  20% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(100vh); opacity: 0; }
}

@keyframes borderGlitchAnim {
  0% { border-color: #ff9900; box-shadow: 0 0 10px #ff9900; }
  30% { border-color: #aa0000; box-shadow: 0 0 5px #aa0000; }
  32% { border-color: #ffffff; box-shadow: 0 0 20px #ffffff; }
  34% { border-color: #aa0000; box-shadow: 0 0 5px #aa0000; }
  60% { border-color: #ff9900; box-shadow: 0 0 10px #ff9900; }
  100% { border-color: #ff9900; box-shadow: 0 0 10px #ff9900; }
}

@keyframes prayerInfiniteScroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

#mech-binary-container {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.mech-binary-char {
  position: absolute;
  color: #ff5500 !important;
  font-family: monospace;
  font-size: 12px;
  opacity: 0.5;
  text-shadow: 0 0 2px #ff0000 !important;
  font-weight: bold;
}

.mech-header-bar {
  border-bottom: 3px solid #aa0000;
  margin-bottom: 20px;
  background: rgba(10, 0, 0, 0.8);
}

.mech-container {
  padding: 20px;
  border: 1px solid #550000;
  margin-bottom: 30px;
  background: rgba(5, 0, 0, 0.5);
}

.mech-holo-unit {
  position: relative;
  width: 180px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mech-holo-stage {
  position: relative;
  width: 140px;
  height: 140px;
  margin-bottom: 10px;
}

.mech-holo-plate {
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 10px;
  background: #aa0000;
  border: 1px solid #ff9900;
  box-shadow: 0 0 15px #ff9900;
  border-radius: 50%;
  transform: rotateX(60deg);
  z-index: 1;
}

.mech-holo-beam {
  position: absolute;
  bottom: 5px;
  left: 15%;
  width: 70%;
  height: 90%;
  background: linear-gradient(to top, rgba(255, 153, 0, 0.2) 0%, transparent 100%);
  clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%);
  z-index: 2;
  pointer-events: none;
}

.mech-hero-img {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 90%;
  object-fit: contain;
  z-index: 3;
  filter: sepia(100%) hue-rotate(-30deg) saturate(3) contrast(1.2) drop-shadow(0 0 5px #ff9900);
  opacity: 0.9;
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 90%, transparent 100%);
}

.mech-holo-scanline {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to bottom, transparent 50%, rgba(255, 153, 0, 0.1) 50%, rgba(255, 153, 0, 0.1) 51%, transparent 51%);
  background-size: 100% 4px;
  z-index: 4;
  pointer-events: none;
  animation: holoScan 6s linear infinite;
}

.mech-rank-label {
  color: #ff9900 !important;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 0 0 5px #aa0000 !important;
  margin-bottom: 2px;
}

.mech-user-label {
  color: #ffffff !important;
  font-family: monospace;
  font-size: 12px;
  background: #220000;
  padding: 2px 8px;
  border: 1px solid #aa0000;
  display: inline-block;
  text-shadow: none !important;
}

.mech-architect-section {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.mech-architect-frame {
  position: relative;
  width: 320px;
  height: 100px;
  border: 2px solid #ff9900;
  background: #000;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 15px;
  animation: borderGlitchAnim 4s infinite step-end;
}

.mech-arch-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: repeating-linear-gradient(90deg, rgba(255,100,0,0.05) 0px, rgba(255,100,0,0.05) 1px, transparent 1px, transparent 10px);
  z-index: 0;
  pointer-events: none;
}

.mech-arch-img {
  width: 75px;
  height: 75px;
  border: 1px solid #ff9900;
  object-fit: cover;
  z-index: 1;
  flex-shrink: 0;
}

.mech-arch-info-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 1;
}

.mech-arch-label {
  color: #ff9900 !important;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: bold;
  text-shadow: 0 0 5px #ff0000 !important;
  margin-bottom: 5px;
}

.mech-arch-name {
  color: #ffffff !important;
  font-size: 20px;
  font-family: 'Share Tech Mono';
  font-weight: bold;
  text-shadow: 0 0 5px #ff9900 !important;
}

.mech-node-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.mech-node-card {
  background: rgba(20, 5, 0, 0.9);
  border: 1px solid #550000;
  border-left: 3px solid #ff9900;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.mech-node-card:hover {
  background: #2a0a00;
  box-shadow: 0 0 10px #ff9900;
  transform: translateX(5px);
}

.mech-node-img {
  width: 40px; height: 40px;
  border: 1px solid #aa0000;
  object-fit: cover;
}

.mech-node-info {
  display: flex;
  flex-direction: column;
}

.mech-prayer-box {
  position: relative;
  border: 4px solid #552200;
  background: radial-gradient(circle, #3a1500 0%, #1a0500 100%);
  padding: 20px;
  margin-top: 40px;
  box-shadow: inset 0 0 30px #000;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mech-prayer-bolts {
  position: absolute;
  width: 12px; height: 12px;
  background: #220d00;
  border-radius: 50%;
  box-shadow: inset 1px 1px 2px rgba(255,255,255,0.2), 2px 2px 5px #000;
  border: 1px solid #000;
}
.mech-prayer-bolts.tl { top: 5px; left: 5px; }
.mech-prayer-bolts.tr { top: 5px; right: 5px; }
.mech-prayer-bolts.bl { bottom: 5px; left: 5px; }
.mech-prayer-bolts.br { bottom: 5px; right: 5px; }

.mech-prayer-title {
  text-align: center;
  color: #ff9900 !important;
  font-size: 18px;
  font-family: 'Cinzel', serif;
  font-weight: bold;
  text-shadow: 0 0 10px #000 !important;
  margin-bottom: 15px;
  border-bottom: 1px solid #552200;
  padding-bottom: 10px;
}

.mech-prayer-window {
  height: 120px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #331100;
  border-bottom: 1px solid #331100;
}

.mech-prayer-scroller {
  animation: prayerInfiniteScroll 30s linear infinite;
}

.mech-prayer-content {
  text-align: center;
  padding-bottom: 30px;
}

.prayer-bold {
  color: #ffcc00 !important;
  font-weight: bold;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  text-shadow: 0 0 5px #000 !important;
}

.prayer-italic {
  color: #aa5555 !important;
  font-style: italic;
  font-size: 12px;
  font-family: 'Share Tech Mono';
  display: block;
  margin-bottom: 15px;
  text-shadow: none !important;
}

@media (max-width: 700px) {
  .mech-node-grid { grid-template-columns: 1fr; }
}
@keyframes pulseRed { 0% { box-shadow: 0 0 10px #550000; } 50% { box-shadow: 0 0 30px #ff0000; } 100% { box-shadow: 0 0 10px #550000; } }
@keyframes shakeScreen { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } }

.ik-lock-container {
  position: relative;
  width: 100%;
  height: 600px;
  background: #050000;
  border: 4px solid #330000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.ik-lock-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: radial-gradient(circle, transparent 20%, #000000 90%);
  pointer-events: none;
  z-index: 1;
}

.ik-lock-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  max-width: 500px;
  padding: 20px;
}

.ik-title {
  color: #ff0000 !important;
  font-family: 'Cinzel', serif;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0 0 20px #ff0000 !important;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.ik-sub {
  color: #880000 !important;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  font-weight: bold;
}

.ik-form-box {
  background: rgba(20, 0, 0, 0.8);
  border: 1px solid #550000;
  padding: 30px;
  box-shadow: 0 0 20px rgba(50, 0, 0, 0.5);
}

.ik-status-line {
  color: #ff0000 !important;
  font-family: 'Share Tech Mono', monospace;
  font-size: 12px;
  margin-bottom: 15px;
  text-align: left;
  height: 20px;
}

.ik-input {
  width: 100%;
  background: #000;
  border: 1px solid #550000;
  color: #ff0000 !important;
  padding: 15px;
  margin-bottom: 15px;
  font-family: 'Share Tech Mono';
  font-size: 16px;
  text-align: center;
  outline: none;
  text-transform: uppercase;
}

.ik-input:focus {
  border-color: #ff0000;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.3);
}

.ik-submit-btn {
  width: 100%;
  background: #330000;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 15px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.3s;
}

.ik-submit-btn:hover {
  background: #ff0000;
  color: #000;
  box-shadow: 0 0 30px #ff0000;
}

.ik-footer-warning {
  margin-top: 30px;
  color: #440000 !important;
  font-size: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.ik-denial-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(50, 0, 0, 0.95);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: shakeScreen 0.5s infinite;
}

.ik-denial-box {
  border: 5px solid #ff0000;
  padding: 40px;
  text-align: center;
  background: #000;
  animation: pulseRed 0.5s infinite alternate;
}

.ik-denial-big {
  font-size: 48px;
  font-weight: bold;
  color: #ff0000 !important;
  font-family: 'Share Tech Mono';
  text-shadow: 0 0 20px #ff0000 !important;
  border-bottom: 2px solid #ff0000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.ik-denial-sub {
  font-size: 24px;
  color: #ffffff !important;
  letter-spacing: 5px;
  font-weight: bold;
}

.ik-denial-reason {
  margin-top: 20px;
  color: #ff0000 !important;
  font-size: 12px;
}

.ik-main-logo {
  width: 140px;
  height: 140px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 15px #ff0000);
  animation: pulseRed 3s infinite alternate;
}

.ik-title {
  color: #ff0000 !important;
  font-family: 'Cinzel', serif;
  font-size: 32px;
  font-weight: bold;
  text-shadow: 0 0 20px #ff0000 !important;
  margin-bottom: 10px;
  letter-spacing: 2px;
  white-space: nowrap !important;
}

.ik-scan-text {
  font-family: 'Share Tech Mono', monospace;
  font-size: 18px;
  color: #ff0000 !important;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 5px #ff0000;
  min-height: 24px;
}

.glow-red-text {
  color: #ff0000 !important;
  text-shadow: 0 0 15px #ff0000, 0 0 5px #aa0000 !important;
  font-weight: bold;
}

@keyframes blinkScan {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

.scanning-anim {
  animation: blinkScan 0.5s infinite;
  color: #ffaa00 !important;
}

.min-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #e6d690;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 100%;
}
.min-header-left, .min-header-right { flex: 1; }
.min-header-center { flex: 2; text-align: center; }
.min-header-icon { font-size: 32px; }
.min-header-title {
  font-family: 'Cinzel', serif;
  font-size: 28px;
  color: #e6d690 !important;
  letter-spacing: 4px;
  text-shadow: 0 0 10px #8c7b50 !important;
}
.min-header-sub {
  font-size: 11px;
  color: #8c7b50 !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.min-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 20px;
}
.min-col {
  background: rgba(15, 10, 0, 0.6);
  border: 1px solid #554422;
  padding: 15px;
}
.min-col.center-col {
  border-color: #e6d690;
  background: rgba(30, 20, 0, 0.7);
  box-shadow: 0 0 15px rgba(230, 214, 144, 0.1);
}
.min-col-header {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed #554422;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Cinzel', serif;
  color: #8c7b50 !important;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.min-col-header.center-header {
  color: #e6d690 !important;
  border-color: #e6d690;
}
.min-col-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.min-list-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.min-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0,0,0,0.4);
  border-left: 3px solid #8c7b50;
  padding: 8px;
  transition: 0.2s;
}
.min-card:hover {
  background: rgba(50, 35, 10, 0.5);
  border-color: #e6d690;
}
.min-card-img-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #8c7b50;
  background: #000;
  overflow: hidden;
}
.min-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.min-card-info {
  display: flex;
  flex-direction: column;
}
.min-card-rank {
  font-size: 10px;
  color: #8c7b50 !important;
  text-transform: uppercase;
  font-weight: bold;
}
.min-card-name {
  font-size: 13px;
  color: #e6d690 !important;
  font-weight: bold;
  font-family: 'Share Tech Mono';
}

.theme-mode-ministorum {
  background: linear-gradient(to bottom, #1a1505 0%, #050300 100%) !important;
  border-color: #554422 !important;
}

#bootScreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    z-index: 2147483646;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-family: 'Share Tech Mono', monospace;
}

.boot-container {
    position: relative;
    width: 90%;
    max-width: 700px;
    text-align: center;
}

.boot-cog-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.boot-cog {
    width: 90px;
    height: 90px;
    animation: cogSpin 8s linear infinite;
    filter: drop-shadow(0 0 10px rgba(204, 153, 0, 0.5));
}

@keyframes cogSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.boot-log {
    text-align: left;
    color: #00b000;
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0 0 5px rgba(0, 176, 0, 0.4);
    min-height: 220px;
    padding: 20px;
    border: 1px solid rgba(0, 100, 0, 0.3);
    background: rgba(0, 20, 0, 0.3);
}

.boot-log .boot-line {
    opacity: 0;
    animation: bootLineFadeIn 0.4s forwards;
}

@keyframes bootLineFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.boot-log .boot-line.cursor::after {
    content: "_";
    animation: blink 1s infinite;
    margin-left: 2px;
}

.boot-ok-btn {
    margin-top: 30px;
    background: transparent;
    border: 1px solid #00b000;
    color: #00b000;
    padding: 12px 40px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
    float: right;
    opacity: 0;
    pointer-events: none;
    text-shadow: 0 0 5px rgba(0, 176, 0, 0.5);
}

.boot-ok-btn.visible {
    opacity: 1;
    pointer-events: auto;
    animation: btnAppear 0.6s forwards;
}

@keyframes btnAppear {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.boot-ok-btn:hover {
    background: #00b000;
    color: #000;
    box-shadow: 0 0 20px #00b000;
}

#agreementModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    z-index: 2147483647;
    align-items: center;
    justify-content: center;
    font-family: 'Share Tech Mono', monospace;
    padding: 20px;
    box-sizing: border-box;
}

#agreementModal.visible {
    display: flex;
    animation: modalFadeIn 0.6s forwards;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.agreement-box {
    position: relative;
    width: 100%;
    max-width: 700px;
    background: linear-gradient(to bottom, #0a1f0a 0%, #051105 50%, #030a03 100%);
    border: 2px solid #cc9900;
    padding: 40px 35px 30px 35px;
    box-shadow: 0 0 40px rgba(204, 153, 0, 0.3), inset 0 0 30px rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.agreement-box::before,
.agreement-box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-color: #cc9900;
    border-style: solid;
    border-width: 0;
}
.agreement-box::before {
    top: 5px;
    left: 5px;
    border-top-width: 2px;
    border-left-width: 2px;
}
.agreement-box::after {
    bottom: 5px;
    right: 5px;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.agreement-scanline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 0, 0.6) 50%, transparent 100%);
    animation: scanSweep 4s linear infinite;
    pointer-events: none;
    z-index: 5;
}

@keyframes scanSweep {
    0% { top: 0%; }
    100% { top: 100%; }
}

.agreement-cog-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.agreement-cog {
    width: 60px;
    height: 60px;
    animation: cogSpin 8s linear infinite;
    filter: drop-shadow(0 0 8px rgba(204, 153, 0, 0.5));
}

.agreement-title {
    text-align: center;
    color: #cc9900;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-shadow: 0 0 8px rgba(204, 153, 0, 0.5);
    border-bottom: 1px dashed rgba(204, 153, 0, 0.4);
    padding-bottom: 12px;
}

.agreement-textbox {
    max-height: 200px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 100, 0, 0.4);
    padding: 18px 20px;
    color: #00b000;
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
    text-shadow: 0 0 3px rgba(0, 176, 0, 0.3);
    margin-bottom: 18px;
}

.agreement-textbox p {
    margin: 0;
}

.agreement-textbox::-webkit-scrollbar {
    width: 8px;
}
.agreement-textbox::-webkit-scrollbar-track {
    background: #001100;
}
.agreement-textbox::-webkit-scrollbar-thumb {
    background: #00b000;
    border: 1px solid #000;
}

.agreement-footnote {
    text-align: center;
    color: #888;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.agreement-buttons {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.agreement-btn-decline,
.agreement-btn-accept {
    flex: 1;
    padding: 12px 20px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s;
    background: transparent;
}

.agreement-btn-decline {
    border: 1px solid #660000;
    color: #aa3333;
    text-shadow: 0 0 4px rgba(170, 51, 51, 0.4);
}
.agreement-btn-decline:hover {
    background: rgba(102, 0, 0, 0.3);
    border-color: #aa0000;
    color: #ff3333;
    box-shadow: 0 0 12px rgba(170, 0, 0, 0.4);
}

.agreement-btn-accept {
    border: 1px solid #00b000;
    color: #00b000;
    text-shadow: 0 0 5px rgba(0, 176, 0, 0.5);
}
.agreement-btn-accept:hover {
    background: #00b000;
    color: #000;
    box-shadow: 0 0 20px #00b000;
}
#declineScreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 2147483647;
    align-items: center;
    justify-content: center;
    font-family: 'Share Tech Mono', monospace;
    padding: 20px;
    box-sizing: border-box;
}

#declineScreen.visible {
    display: flex;
    animation: modalFadeIn 0.8s forwards;
}

.decline-content {
    text-align: center;
    color: #ff0000;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.8;
    text-shadow: 0 0 15px #ff0000;
    max-width: 800px;
    animation: declinePulse 2s ease-in-out infinite;
}

@keyframes declinePulse {
    0%, 100% { text-shadow: 0 0 15px #ff0000; }
    50% { text-shadow: 0 0 30px #ff0000, 0 0 5px #fff; }
}

@media (max-width: 600px) {
    .agreement-box { padding: 30px 20px 20px 20px; }
    .agreement-title { font-size: 14px; letter-spacing: 2px; }
    .agreement-buttons { flex-direction: column; }
    .decline-content { font-size: 16px; letter-spacing: 2px; }
}

#solCredit {
    position: fixed;
    bottom: 8px;
    left: 12px;
    font-family: 'Share Tech Mono', monospace;
    font-size: 10px;
    color: rgba(170, 136, 0, 0.55);
    letter-spacing: 1px;
    z-index: 9998;
    pointer-events: none;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    user-select: none;
}

#solCredit .credit-name {
    color: rgba(204, 153, 0, 0.85);
    font-weight: bold;
}

#solCredit .credit-org {
    color: rgba(204, 153, 0, 0.75);
    font-style: italic;
}
.theme-mode-industrial {
    background: linear-gradient(to bottom, #2a2a2a 0%, #1a1a1a 50%, #0e0e0e 100%) !important;
    border-color: #553300 !important;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.6) !important;
}

.theme-mode-industrial::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        repeating-linear-gradient(0deg, transparent 0px, transparent 39px, rgba(85, 51, 0, 0.08) 39px, rgba(85, 51, 0, 0.08) 40px),
        repeating-linear-gradient(90deg, transparent 0px, transparent 39px, rgba(85, 51, 0, 0.08) 39px, rgba(85, 51, 0, 0.08) 40px);
    pointer-events: none;
    opacity: 0.4;
}

.theme-mode-industrial .sol-banner {
    color: #ffcc00 !important;
    text-shadow: 0 0 15px rgba(255, 153, 0, 0.6), 0 2px 4px rgba(0, 0, 0, 0.9) !important;
    border-bottom-color: #553300 !important;
}

.theme-mode-industrial .sol-subheader {
    color: #aa8800 !important;
}