/* Version: 1.66 (GLOBAL_CSS_PURGE & UNIFIED_COMPONENTS) */
/* Project: GLOBAL OPERATIONS CENTER *ONE* */

@import url('https://fonts.googleapis.com/css2?family=Eurostyle:wght@400;700;900&display=swap');
/* Orbitron je super oštar i vojni, sličan Eurostileu */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&display=swap');
/* Ili Michroma koja je još sličnija Eurostyleu */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/* --- GLOBALNE VARIJABLE I POSTAVKE BOJA --- */
:root {
    --bg-dark: #0a0a0c;
    --panel-bg: rgba(20, 20, 25, 0.8);
    --neon-cyan: #00f2ff;
    --neon-magenta: #ff00ff;
    --neon-gold: #ffcc00;
    --neon-amber: #ffaa00;
    --tactical-green: #38a169;
    --tactical-alert: #dc143c;
    --text-main: #e0e0e0;
    --border-dim: #333;
}

/* --- OSNOVNI RESET I BODY POSTAVKE --- */
* { box-sizing: border-box; }

a { text-decoration: none !important; }

body { 
    background-color: var(--bg-dark); 
    color: var(--text-main); 
    font-family: 'Eurostyle','Orbitron','Michroma','Lato' !important;
    margin: 0; padding: 10px; 
    font-size: 1.1em; 
    background-image: 
        linear-gradient(rgba(0, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, #1a1a2e 0%, #0a0a0c 100%);
    background-size: 40px 40px, 40px 40px, 100% 100%;
    background-attachment: fixed; 
    overflow-x: hidden;
}

::selection { background: var(--neon-cyan); color: #000; text-shadow: none; }

/* --- SCROLLBAR (UNIFICIRANO) --- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #020202; }
::-webkit-scrollbar-thumb { background: var(--neon-cyan); border-radius: 0px; border: 1px solid #000; }
::-webkit-scrollbar-thumb:hover { background: var(--neon-magenta); box-shadow: 0 0 10px var(--neon-magenta); }

/* --- HEADER & LOGO --- */
.header { 
    position: relative; padding: 15px; margin-bottom: 20px; 
    background: rgba(0, 0, 0, 0.6); border-bottom: 1px solid var(--border-dim); 
}

.header h1 { 
    font-weight: 100 !important; letter-spacing: 4px !important; color: #fff; 
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.4), 0 0 20px rgba(0, 255, 255, 0.2), 0 0 40px rgba(0, 255, 255, 0.1); 
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; 
}

.header-progress-frame { position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; background: transparent; overflow: hidden; }
.header-progress-fill { height: 100%; background: var(--neon-cyan); width: 0%; transition: width 0.4s; box-shadow: 0 0 15px var(--neon-cyan); }

.logo-link { 
    display: flex; align-items: center; gap: 20px; text-decoration: none; color: inherit; transition: transform 0.2s ease; 
}
.logo-link:hover { opacity: 0.9; }
.logo-link:hover .header-logo-svg { transform: scale(1.05); box-shadow: 0 0 20px rgba(255, 0, 255, 0.6); }

.header-logo-svg { 
    width: 65px; height: 65px; flex-shrink: 0; border: 1px solid var(--neon-magenta); 
    box-shadow: 0 0 15px rgba(255, 0, 255, 0.4); transition: transform 0.3s ease; 
}

.title-group { display: flex; flex-direction: column; justify-content: center; }
.main-title { margin: 0; padding: 0; line-height: 1.2; letter-spacing: 5px; font-weight: normal; font-family: 'Lato', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;}

/* --- UNIFICIRANI GUMBI (BTN-SCAN, UPLOAD, ADD-RECORD) --- */
.scan-control-area { 
    display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; 
    justify-content: flex-start; align-items: center; width: 100%; margin-bottom: 30px; 
}

.btn-scan, .btn-upload, #goc1-btn-add-record {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    height: auto;
    padding: 12px 30px;
    margin: 0 auto;
    background: transparent;
    border: 1px solid var(--neon-cyan);
    color: var(--neon-cyan);
    font-family: 'Lato', monospace;
    font-size: 0.95em;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    text-decoration: none;
    text-shadow: 0 0 8px currentColor;
}

.btn-scan:hover, .btn-upload:hover, #goc1-btn-add-record:hover {
    background-color: rgba(0, 255, 255, 0.15);
    color: #ffffff;
    border-color: var(--neon-cyan);
    text-shadow: 0 0 10px var(--neon-cyan);
    box-shadow: inset 0 0 10px rgba(0, 255, 255, 0.2), 0 0 15px rgba(0, 255, 255, 0.3);
    transform: translateY(-2px);
}

.btn-intel { border-color: var(--neon-amber); color: var(--neon-amber); background: rgba(255, 170, 0, 0.05); }
.btn-intel:hover { background: var(--neon-amber); color: #000; transform: translateY(-2px); }

/* --- AKTIVNA STANJA GUMBA --- */
.btn-scanning { 
    background: #000 !important; color: var(--neon-cyan) !important; border-color: var(--neon-cyan) !important; 
    text-shadow: 0 0 10px var(--neon-cyan); cursor: wait; pointer-events: none; justify-content: flex-start; 
    padding-left: 15px; box-shadow: inset 0 0 15px rgba(0, 242, 255, 0.2); 
}
.btn-scanning::after { content: '█'; display: inline-block; margin-left: 5px; color: var(--neon-magenta); animation: blink-cursor 0.15s step-end infinite; }
.btn-locked { 
    opacity: 0.5 !important; border: 1px dashed #555 !important; background: rgba(0, 0, 0, 0.4) !important; 
    color: #666 !important; cursor: not-allowed !important; filter: grayscale(1); pointer-events: none !important; 
    box-shadow: none !important; transform: none !important; animation: none !important; 
}
.btn-locked::before, .btn-locked::after { display: none !important; content: "" !important; }

/* --- GRID SYSTEM I KOLONE --- */
.main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.column { background: var(--panel-bg); border: 1px solid var(--border-dim); padding: 15px; min-width: 0; overflow-wrap: break-word; }

/* --- USER IDENTITY & STATUS --- */
.user-status-container { text-align: right; font-family: 'Lato', monospace;}
.status-row-primary { font-family: monospace; font-size: 14px; margin-bottom: 5px; display: flex; align-items: center; justify-content: flex-end; }
.status-row-secondary { font-size: 12px; letter-spacing: 1px; }
.label-dim { opacity: 0.6; margin-right: 5px; }
.token-badge { margin-left: 10px; font-size: 0.8em; color: var(--neon-cyan); opacity: 0.8; border-bottom: 1px dotted var(--neon-cyan); cursor: copy; }
.auth-link { margin-left: 10px; color: var(--neon-cyan); font-weight: bold; text-decoration: none; }
.reputation-display { opacity: 0.8; margin-left: 5px; }
.txt-neon-gold { color: var(--neon-gold); font-weight: bold; }
.txt-neon-magenta { color: var(--neon-magenta); font-weight: bold; }
.txt-cyan { color: var(--neon-cyan); text-shadow: 0 0 5px var(--neon-cyan); }
.txt-magenta { color: var(--neon-magenta); text-shadow: 0 0 5px var(--neon-magenta); }

/* --- ZAJEDNIČKE TABLICE I LINKOVI --- */
h2, .panel-header { color: var(--neon-magenta); text-transform: uppercase; letter-spacing: 4px; margin-top: 0; border-bottom: 1px solid rgba(255,0,255,0.2); padding-bottom: 5px; margin-bottom: 15px; }
h3 { margin-bottom: 10px; letter-spacing: 2px; text-transform: uppercase; font-size: 1em; }
table { width: 100%; border-collapse: collapse; margin-bottom: 20px; table-layout: fixed; }
td { padding: 8px 10px; border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 0.9em; }

.tactical-table { width: 100%; border-collapse: separate; border-spacing: 0 2px; table-layout: fixed; }
.tactical-table th:first-child, .tactical-table td:first-child { width: auto; }
.tactical-table tr { transition: all 0.2s ease; border-left: 3px solid transparent; }
.tactical-table tr:hover { background: rgba(0, 242, 255, 0.05); border-left-color: var(--neon-cyan); }

.tactical-link { color: var(--text-main); display: inline-block; text-decoration: none; transition: all 0.2s cubic-bezier(0.2, 1, 0.2, 1); }
.tactical-link:hover { color: var(--neon-cyan) !important; transform: translateX(2px); text-shadow: 0 0 8px rgba(0, 242, 255, 0.8); }

/* --- OZNAKE (TAGOVI) --- */
.match-tag { background: var(--neon-magenta); color: #fff; font-size: 0.65em; padding: 2px 6px; margin-left: 8px; font-weight: bold; border-radius: 2px; vertical-align: middle; }
.human-tag { background: var(--neon-amber); color: #000 !important; font-size: 0.65em; padding: 2px 6px; margin-left: 8px; font-weight: bold; border-radius: 2px; vertical-align: middle; cursor: help; }
.signal-tag { color: var(--neon-magenta); font-family: monospace; font-size: 0.7em; margin-right: 10px; font-weight: bold; }
.signal-tag-local { color: var(--neon-amber); font-family: monospace; font-size: 0.7em; margin-right: 10px; font-weight: bold; }
.price-free { color: var(--tactical-green); font-weight: bold; }
.price-deal { color: var(--neon-gold); }

/* --- ALATI / UI KOMPONENTE --- */
.tooltip-wrapper { position: relative; display: inline-block; margin-left: 10px; vertical-align: middle; }
.tooltip-text { visibility: hidden; opacity: 0; position: absolute; z-index: 1000; top: 130%; right: 0; width: max-content; min-width: 150px; background-color: #050505; color: var(--neon-cyan); text-align: center; padding: 6px 12px; border: 1px solid var(--neon-magenta); box-shadow: 0 0 10px rgba(255, 0, 255, 0.2); font-family: monospace; font-size: 11px; letter-spacing: 1px; white-space: nowrap; transition: opacity 0.2s ease-in-out; pointer-events: none; }
.tooltip-text::after { content: ""; position: absolute; bottom: 100%; right: 10px; border-width: 5px; border-style: solid; border-color: transparent transparent var(--neon-magenta) transparent; }
.tooltip:hover .tooltip-text, .tooltip:hover .tooltiptext, .tooltip-wrapper:hover .tooltip-text, .tooltip-wrapper:hover .tooltiptext { visibility: visible; opacity: 1; }

.verdict-box { background: rgba(0,0,0,0.6); border-left: 3px solid var(--neon-cyan); padding: 15px; margin-bottom: 15px; color: var(--neon-cyan); font-family: monospace; font-size: 1.5em; height: 4.5em; min-height: 4.5em; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; box-sizing: border-box; }

#typewriter { margin: 0; padding: 0; word-wrap: break-word; }
#typewriter::after { content: '█'; display: inline-block; margin-left: 5px; color: var(--neon-cyan); animation: blink-cursor 1s step-end infinite; vertical-align: text-bottom; }

.sparkline-canvas { filter: drop-shadow(0 0 2px var(--neon-cyan)); opacity: 0.9; }

/* --- MODALNI PROZORI (UNIFICIRANO) --- */
.goc1-modal { display: none; position: fixed; inset: 0; width: 100vw; height: 100vh; background-color: rgba(20, 20, 25, 0.25); backdrop-filter: blur(12px) brightness(1.4); -webkit-backdrop-filter: blur(12px) brightness(1.4); z-index: 9999 !important; align-items: center; justify-content: center; padding: 20px; box-sizing: border-box; }
.goc1-modal[style*="display: flex"] { display: flex !important; }

.modal-content { 
    background: rgba(10, 10, 10, 0.85) !important; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); 
    border: 1px solid var(--neon-cyan); box-shadow: 0 0 40px rgba(0, 0, 0, 0.8), 0 0 15px rgba(0, 255, 255, 0.1); 
    width: 100%; max-width: 500px; max-height: 85vh; overflow-y: auto; padding: 30px; box-sizing: border-box; 
}
.modal-content::-webkit-scrollbar { width: 6px; }
.modal-content::-webkit-scrollbar-track { background: #050505; }
.modal-content::-webkit-scrollbar-thumb { background: var(--neon-cyan); border-radius: 0; }
.modal-content::-webkit-scrollbar-thumb:hover { background: var(--neon-magenta); }

#modal-manual .modal-content { max-width: 900px !important; width: 95% !important; font-family: 'Lato', sans-serif !important; }
#modal-manual h2, #modal-manual h3, #modal-manual h4 { font-family: 'Lato', sans-serif !important; text-transform: uppercase; letter-spacing: 2px; }
.manual-list { list-style: none; padding-left: 15px; }
.manual-list li::before { content: "•"; color: var(--neon-gold); display: inline-block; width: 1em; margin-left: -1em; }

.modal-header-accent { position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, transparent, var(--neon-cyan), transparent); opacity: 0.8; box-shadow: 0 0 10px var(--neon-cyan); }
.digital-id-icon { font-size: 3em; color: var(--neon-cyan); margin-bottom: 10px; text-shadow: 0 0 15px var(--neon-cyan); text-align: center; }
.security-clearance-text { color: var(--neon-gold); font-family: monospace; font-size: 0.8em; letter-spacing: 3px; margin-bottom: 30px; text-transform: uppercase; text-align: center; }

.goc1-input { background: rgba(0,0,0,0.8); border: 1px solid #444; border-left: 4px solid var(--neon-cyan); color: var(--neon-cyan); padding: 15px; width: 100%; box-sizing: border-box; font-family: monospace; font-size: 1.4em; text-align: center; margin-bottom: 20px; outline: none; }
/* --- GOC1 SELECT --- */
.goc1-select {
    background: #111;
    color: var(--neon-cyan);
    border: 1px solid #444;
    border-left: 3px solid var(--neon-cyan);
    padding: 8px 12px;
    font-family: monospace;
    font-size: 0.9em;
    letter-spacing: 1px;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.2s ease;
}

.goc1-select:hover {
    border-color: var(--neon-cyan);
    box-shadow: 0 0 8px rgba(0, 242, 255, 0.3);
}

.goc1-select:focus {
    border-color: var(--neon-magenta);
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.2);
}

.goc1-select option {
    background: #0a0a0c;
    color: var(--neon-cyan);
}

.goc1-input-small {
    background: #111;
    color: var(--neon-amber);
    border: 1px solid #444;
    padding: 8px 12px;
    font-family: monospace;
    font-size: 0.9em;
    outline: none;
    transition: border-color 0.2s ease;
}

.goc1-input-small:focus {
    border-color: var(--neon-amber);
    box-shadow: 0 0 8px rgba(255, 170, 0, 0.3);
}

.btn-authorize { background: var(--neon-cyan); color: #000; padding: 16px; border: none; width: 100%; font-weight: bold; text-transform: uppercase; cursor: pointer; }
.abort-link { display: block; margin-top: 20px; color: #555; font-size: 0.7em; font-family: monospace; letter-spacing: 2px; text-align: center; }
.abort-link:hover { color: var(--neon-magenta); }

/* --- NAVIGACIJA PO GRANAMA (BRANCH SELECTOR) --- */
.branch-selector { display: flex; gap: 10px; margin-bottom: 20px; }
.btn-branch { flex: 1; padding: 10px; text-align: center; border: 1px solid #333; background: rgba(0, 0, 0, 0.5); color: #666; cursor: pointer; font-family: 'Lato', monospace; font-size: 1.2rem; font-weight: normal; letter-spacing: 2px; position: relative; overflow: hidden; z-index: 1; transition: all 0.3s cubic-bezier(0.2, 1, 0.2, 1); }
.btn-branch.active { border-color: var(--neon-cyan); color: var(--neon-cyan); box-shadow: 0 0 15px rgba(0, 242, 255, 0.2); background: rgba(0, 242, 255, 0.05); }
.btn-branch:hover:not(.active) { background: rgba(0, 242, 255, 0.1); color: #fff; border-color: #555; box-shadow: 0 0 15px rgba(0, 242, 255, 0.4), inset 0 0 5px rgba(0, 242, 255, 0.2); transform: translateY(-2px); letter-spacing: 3px; }
.btn-branch::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: var(--neon-cyan); transition: all 0.3s ease; transform: translateX(-50%); box-shadow: 0 0 10px var(--neon-cyan); }
.btn-branch:hover::after { width: 100%; }
.btn-branch:hover::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid var(--neon-cyan); animation: goc1-glitch-border 0.3s infinite; opacity: 0.3; pointer-events: none; }
.branch-content { display: none; font-family: 'Lato', monospace; }
.branch-content.active { display: block; }

/* --- KATEGORIJE - CRYPTO MODUL --- */
.crypto-table { width: 100%; border-collapse: separate; border-spacing: 0 4px; margin-top: 15px; }
.crypto-table th { padding: 10px; font-size: 0.85em; color: #888; letter-spacing: 1px; border-bottom: 2px solid rgba(255, 255, 255, 0.05); }
.crypto-row td { padding: 12px 10px; background: rgba(0, 242, 255, 0.02); transition: all 0.2s ease; border-top: 1px solid rgba(255, 255, 255, 0.02); border-bottom: 1px solid rgba(255, 255, 255, 0.02); }
.crypto-row:hover td { background: rgba(0, 242, 255, 0.08); }
.trend-up { color: var(--tactical-green); text-shadow: 0 0 5px var(--tactical-green); }
.trend-down { color: var(--neon-magenta); text-shadow: 0 0 5px var(--neon-magenta); }
.gold-row-highlight td { background: rgba(255, 174, 0, 0.04) !important; border-color: rgba(255, 174, 0, 0.1) !important; }
.gold-row-highlight:hover td { background: rgba(255, 174, 0, 0.12) !important; box-shadow: inset 5px 0 0 rgba(255, 174, 0, 0.8); }
.gold-row-highlight .val-mono { color: var(--neon-gold) !important; }
.cyan-row-highlight td { background: transparent !important; border-bottom: 1px solid rgba(0, 242, 255, 0.1); }
.cyan-row-highlight .asset-label, .cyan-row-highlight .val-mono { color: var(--neon-cyan) !important; text-shadow: 0 0 8px rgba(0, 242, 255, 0.4); }
.cyan-row-highlight:hover td { background: rgba(0, 242, 255, 0.02) !important; }
.val-mono { font-family: monospace; font-weight: 500; letter-spacing: 0.5px; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

/* --- KATEGORIJE - HUMAN INTEL MODUL --- */
.intel-container { width: 100%; display: flex; flex-direction: column; gap: 4px; }
.intel-entry { display: flex; align-items: center; justify-content: space-between; padding: 4px 10px; background: rgba(255, 255, 255, 0.02); border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.intel-entry .tactical-link { color: #ffffff; text-decoration: none; font-size: 14px; font-weight: 500; flex: 1; }
.intel-entry .tactical-link:hover { text-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }
.intel-meta { display: flex; align-items: center; gap: 8px; }
.intel-timestamp { font-family: monospace; font-size: 0.7em; color: #444; letter-spacing: 0.5px; }
.intel-entry .tooltiptext { min-width: 180px; border: 1px solid var(--neon-amber); box-shadow: 0 0 10px rgba(255, 174, 0, 0.3); }
.intel-entry .vote-controls { display: flex; align-items: center; gap: 6px; margin-left: 15px; }
.vote-controls { display: inline-flex; align-items: center; gap: 6px; margin-right: 12px; }
.vote-btn { display: inline-flex; justify-content: center; align-items: center; width: 24px; height: 24px; color: #444; text-decoration: none !important; border: 1px solid #333; background: rgba(0, 0, 0, 0.6); border-radius: 3px; font-family: monospace; font-weight: bold; font-size: 16px; cursor: pointer; transition: all 0.2s ease; }
.vote-up:hover { border-color: var(--neon-cyan); color: var(--neon-cyan) !important; background: rgba(0, 242, 255, 0.1); box-shadow: 0 0 10px var(--neon-cyan); }
.voted-active-up { border-color: var(--neon-cyan) !important; color: var(--neon-cyan) !important; background: rgba(0, 242, 255, 0.2) !important; box-shadow: 0 0 15px var(--neon-cyan); pointer-events: none; }
.vote-down:hover { border-color: var(--neon-magenta); color: var(--neon-magenta) !important; background: rgba(255, 0, 255, 0.1); box-shadow: 0 0 10px var(--neon-magenta); }
.voted-active-down { border-color: var(--neon-magenta) !important; color: var(--neon-magenta) !important; background: rgba(255, 0, 255, 0.2) !important; box-shadow: 0 0 15px var(--neon-magenta); pointer-events: none; }
.counter-text { font-size: 0.7em; font-family: monospace; margin-left: 2px; opacity: 0.8; }
.c-plus { color: var(--neon-cyan); }
.c-minus { color: var(--neon-magenta); }

/* --- KATEGORIJE - FIELD NOTES MODUL --- */
#goc1-notes-wrapper, #goc1-notes-wrapper *, #goc1-notes-controls, #goc1-note-input { box-sizing: border-box !important; }
#goc1-notes-wrapper { width: 100%; max-width: 100%; display: flex; flex-direction: column; height: auto; overflow: visible; }
#goc1-notes-header { display: flex; justify-content: space-between; align-items: center; background: #111; padding: 10px 15px; border: 1px solid #333; border-bottom: none; }
#notes-status { font-family: monospace; font-size: 0.8em; color: var(--neon-cyan); opacity: 0; transition: opacity 0.3s; }
#goc1-notes-controls { display: flex; gap: 10px; padding: 15px; background: rgba(10, 10, 10, 0.9); border: 1px solid #333; border-bottom: none; align-items: center; flex-wrap: nowrap; width: 100%; }
#goc1-note-category { background: #111; color: var(--neon-cyan); border: 1px solid #444; padding: 8px; font-family: monospace; outline: none; cursor: pointer; }
#goc1-note-search { flex: 1; min-width: 100px; background: #111; color: var(--neon-amber); border: 1px solid #444; padding: 8px 12px; font-family: monospace; outline: none; }
#goc1-note-input { width: 100%; max-width: 100%; min-height: 150px; background: #050505; color: #00ff00; border: 1px solid #444; border-top: 2px solid #555; padding: 15px; font-family: 'Courier New', monospace; font-size: 15px; line-height: 1.5; outline: none; resize: vertical; transition: all 0.3s ease; display: block; }
#goc1-note-input:focus { border-color: var(--neon-cyan); background: #080808; box-shadow: inset 0 0 10px rgba(0, 243, 255, 0.1), 0 0 5px rgba(0, 243, 255, 0.2); }
#goc1-notes-container { margin-top: 20px; display: flex; flex-direction: column; gap: 15px; width: 100%; height: auto; overflow: visible; }
.note-card { width: 100%; background: rgba(0,0,0,0.6); border: 1px solid #222; padding: 15px; position: relative; box-sizing: border-box; word-break: break-all; overflow-wrap: break-word; }
.note-content-display { color: #e0e0e0; font-family: 'Courier New', monospace; white-space: pre-wrap; font-size: 14px; margin-top: 10px; line-height: 1.4; }

/* --- KATEGORIJE - SYS_CORE (DECRYPT & FIAT) --- */
.sys-panel-box-cyan { display: flex; flex-direction: column; gap: 15px; background: rgba(0,0,0,0.6); padding: 25px; border: 1px solid var(--neon-cyan); height: 480px; box-sizing: border-box; }
.sys-panel-box-amber { display: flex; flex-direction: column; gap: 15px; background: rgba(0,0,0,0.6); padding: 25px; border: 1px solid var(--neon-amber); height: 480px; box-sizing: border-box; }
.sys-panel-header { font-size: 1.2em; }
.sys-panel-header.amber-txt { color: var(--neon-amber); }
.sys-transmission-log { font-family: monospace; color: #888; font-size: 0.95em; border-left: 3px solid var(--neon-cyan); padding-left: 15px; background: rgba(0, 242, 255, 0.05); padding-top: 10px; padding-bottom: 10px; }
.sys-center-wrap { text-align: center; margin-top: 10px; }
.sys-mt-auto { margin-top: auto; }
.sys-flex-between { display: flex; justify-content: space-between; align-items: center; }
#goc1-decrypt-status { color: var(--neon-cyan); font-family: monospace; font-size: 1.1em; letter-spacing: 2px; margin-bottom: 15px; min-height: 1.5em; font-weight: bold; }
.sys-input-group { display: flex; justify-content: center; gap: 15px; margin-bottom: 20px; }
.sys-attempts-label { font-family: monospace; color: var(--neon-magenta); font-size: 1.3em; letter-spacing: 2px; font-weight: bold; }
#dec-attempts-count { font-size: 1.3em; text-shadow: 0 0 10px var(--neon-magenta); }
input.dec-goc1-input { font-size: 5em !important; height: 100px !important; width: 100px !important; text-align: center; margin: 0; padding: 0; }

.sys-fuel-label { font-family: monospace; color: #888; letter-spacing: 1px; font-weight: bold; }
.sys-fuel-critical { color: var(--neon-magenta); font-weight: bold; font-family: monospace; font-size: 1.2em; animation: blink-cursor 1s infinite; text-shadow: 0 0 10px var(--neon-magenta); }
.sys-progress-track { width: 100%; height: 20px; background: #111; border: 2px solid #333; overflow: hidden; position: relative; }
.sys-progress-fill-crit { width: 5%; height: 100%; background: var(--neon-magenta); box-shadow: 0 0 15px var(--neon-magenta); }
#goc1-funding-container { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; border: 1px dashed #444; background: rgba(0,0,0,0.4); position: relative; overflow: hidden; margin: 10px 0; }
#funding-idle-state { text-align: center; padding: 15px; }
.sys-warning-icon { font-size: 2em; margin-bottom: 10px; }
.sys-warning-text { font-family: monospace; color: #aaa; font-size: 0.95em; letter-spacing: 1px; line-height: 1.4; }
#funding-qr-state { display: none; text-align: center; position: absolute; inset: 0; background: #050505; z-index: 10; flex-direction: column; justify-content: center; align-items: center; }
.sys-qr-label { font-family: monospace; color: var(--neon-cyan); margin-bottom: 10px; letter-spacing: 2px; font-size: 0.8em; }
.sys-qr-box { width: 230px; aspect-ratio: 1/1; background: #fff; padding: 5px; border: 2px solid var(--neon-cyan); box-shadow: 0 0 15px rgba(0, 242, 255, 0.4); display: flex; justify-content: center; align-items: center; }
.sys-qr-img { max-width: 100%; max-height: 100%; object-fit: contain; }
.sys-qr-scanner-line { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 230px; height: 2px; background: var(--neon-magenta); box-shadow: 0 0 10px var(--neon-magenta); animation: qr-scan 2s linear infinite; }

/* --- KATEGORIJE - BLACK_OPS & NETWORK --- */
.col-threats, .col-advisories { border-color: var(--tactical-alert) !important; }
.header-alert, .row-header-alert { color: var(--tactical-alert) !important; }
.badge-crit { background: var(--tactical-alert); color: #000; padding: 2px 5px; font-weight: bold; font-size: 0.7em; }
.badge-high { color: var(--tactical-alert); font-weight: bold; font-size: 0.7em; }
.badge-pend { border: 1px solid #666; color: #888; padding: 1px 4px; font-size: 0.7em; }
.badge-low  { color: #888; font-size: 0.7em; }
.score-val  { color: var(--tactical-alert); font-weight: bold; }
.item-alert { border-left: 1px solid var(--tactical-alert); background: rgba(220, 20, 60, 0.05); padding: 8px; margin-bottom: 8px; transition: all 0.3s ease; }
.tag-alert { color: var(--tactical-alert); font-size: 0.7em; margin-bottom: 2px; display: block; }
.link-alert { font-size: 0.9em; color: #e0e0e0; display: block; }

#branch-black_ops .column { border-color: #dc143c; }
#branch-black_ops .panel-header { color: #dc143c; border-bottom-color: rgba(220, 20, 60, 0.2); }
#goc1-cert-feed { overflow-x: hidden; padding-right: 10px; }
#goc1-cert-feed > .label-dim { font-size: 0.8em; padding: 10px; color: #888; }
#goc1-cert-feed + .label-dim.text-right { margin-top: 15px; border-top: 1px dashed #444; padding-top: 10px; font-size: 0.7em; }
#goc1-cert-feed .news-item { border-left: 0px solid #dc143c; background: rgba(220, 20, 60, 0.05); padding: 8px; margin-bottom: 8px; word-wrap: break-word; position: relative; transition: all 0.2s ease; border-left: 3px solid transparent; }
#goc1-cert-feed .news-item:hover { background: rgba(220, 20, 60, 0.15); border-left-color: #ff1a4a; box-shadow: 0 0 10px rgba(220, 20, 60, 0.2); }
#goc1-cert-feed .signal-tag { color: #dc143c; display: block; margin-bottom: 4px; margin-right: 0; }

.node-grid { display: flex; gap: 5px; margin-top: 5px; }
.node-dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.node-dot.online { background-color: var(--tactical-green); box-shadow: 0 0 5px var(--tactical-green); animation: pulse-green 3s infinite; }
.node-dot.offline { background-color: var(--neon-magenta); box-shadow: 0 0 5px var(--neon-magenta); animation: blink-red 0.5s infinite; }

/* --- KATEGORIJE - WEATHER MODUL --- */
.meteo-grid .meteo-day-card, .hourly-grid .meteo-day-card { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; background: rgba(0, 0, 0, 0.6); border: 0px solid #333; padding: 8px 2px; text-align: center; min-width: 0; transition: all 0.2s ease; }
.meteo-grid { display: flex !important; justify-content: space-between; width: 100%; gap: 4px; }
.weather-upper-section { height: 170px; margin-bottom: 15px; }
.weather-display-box { display: flex; justify-content: space-evenly; align-items: center; height: 100%; background: rgba(0, 0, 0, 0.4); border-radius: 4px; padding: 10px; }
.weather-lower-box { margin-top: 15px; background: rgba(0, 0, 0, 0.4); padding: 12px; position: relative; min-height: 85px; }

.sat-image-container { position: relative; width: 100%; padding-bottom: 100%; height: 0; border: 1px solid #333; background: #000; overflow: hidden; z-index: 1; }
.sat-image-container iframe, .sat-image-container .sat-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }
.sat-label { position: absolute; z-index: 4; bottom: 5px; left: 5px; background: rgba(0, 0, 0, 0.85); color: var(--neon-cyan); padding: 2px 8px; font-family: 'Lato', monospace; font-size: 0.6em; border-left: 2px solid var(--neon-cyan); pointer-events: none; }

.weather-history-fullwidth { grid-column: 1 / -1; width: 100%; margin-top: 20px; background: rgba(0,0,0,0.2); padding: 10px; border: 1px solid #222; }
#weather-temp-sparkline { width: 100% !important; height: 80px; display: block; }

.weather-btn-group { display: flex; gap: 8px; }
.weather-btn { background: transparent; cursor: pointer; font-family: 'Lato', monospace; font-size: 1.0em; padding: 4px 12px; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); font-weight: bold; text-transform: uppercase; }
.btn-yes { color: var(--neon-cyan); border: 1px solid var(--neon-cyan); }
.btn-no { color: var(--neon-magenta); border: 1px solid var(--neon-magenta); }
.btn-yes:hover:not(:disabled) { background: rgba(0, 243, 255, 0.1); box-shadow: 0 0 15px rgba(0, 243, 255, 0.4); }
.btn-no:hover:not(:disabled) { background: rgba(255, 0, 255, 0.1); box-shadow: 0 0 15px rgba(255, 0, 255, 0.4); }

.meteo-label { font-size: 0.65em; text-transform: uppercase; color: #888; letter-spacing: 1.5px; font-family: 'Lato', monospace; }
.meteo-loading { text-align: center; color: #555; font-family: monospace; font-size: 0.8em; }

#goc1-weather-current { display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 10px; height: 100%; text-align: center; }
.weather-icon { font-size: 5.5em; line-height: 1; margin-bottom: 5px; filter: drop-shadow(0 0 25px currentColor); display: block; }
.meteo-value-large { font-size: 4.5em; font-family: 'Lato', monospace; font-weight: 900; line-height: 0.9; letter-spacing: -3px; color: var(--neon-cyan); display: flex; align-items: flex-start; justify-content: center; }
.meteo-unit-small { font-size: 0.35em; margin-top: 10px; margin-left: 4px; color: #555; font-weight: 400; letter-spacing: 1px; }
.meteo-label-bold { font-size: 1.1em; text-transform: uppercase; color: #777; letter-spacing: 2px; margin-top: 8px; font-family: 'Lato', monospace; }

.hourly-grid { display: flex !important; flex-direction: row !important; justify-content: space-between; align-items: stretch; gap: 4px; width: 100%; margin-top: 10px; }
.hourly-grid .meteo-day-card { flex: 1; min-width: 0; padding: 8px 2px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.engagement-query { font-family: 'Lato', monospace; font-size: 0.8em; color: #eee; letter-spacing: 1px; }
.weather-engagement-container { display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: 10px; }
.engagement-locked { opacity: 0.3; pointer-events: none; filter: grayscale(1); }
.meteo-grid .meteo-day-card:hover, .hourly-grid .meteo-day-card:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.03); }

/* --- OSTALI UI ELEMENTI (TICKER, GAUGE, FLASH) --- */
.system-log-ticker { width: 100%; background: rgba(0, 0, 0, 0.8); border-top: 1px solid #222; border-bottom: 1px solid #222; padding: 5px 15px; display: flex; align-items: center; font-family: 'Monaco', 'Courier New', monospace; font-size: 0.75rem; overflow: hidden; margin-bottom: 10px; text-transform: uppercase; }
.ticker-label { color: var(--neon-amber); font-weight: bold; margin-right: 15px; white-space: nowrap; }
.ticker-content { color: #888; white-space: nowrap; opacity: 1; transform: translateY(0); transition: opacity 0.5s ease, transform 0.5s ease; }

.sentiment-hud { padding: 25px; background: rgba(10, 10, 15, 0.7); border: 1px solid rgba(0, 242, 255, 0.15); border-left: 4px solid var(--neon-cyan); border-radius: 4px; position: relative; backdrop-filter: blur(10px); margin-top: 15px; }
.goc1-tech-gauge { position: relative; width: 100%; max-width: 280px; margin: 0 auto 10px auto; text-align: center; }
.tech-arc-svg { width: 100%; filter: drop-shadow(0 0 5px rgba(0,0,0,0.8)); overflow: visible; }
.arc-fill-anim { transition: stroke-dasharray 1.5s cubic-bezier(0.2, 1, 0.2, 1); stroke-linecap: butt; }
.tech-value-box { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; width: 100%; }
.tech-num { font-family: monospace; font-size: 3.5em; font-weight: bold; line-height: 0.8; letter-spacing: 2px; }
.tech-label-box { background: rgba(0,0,0,0.6); padding: 2px 10px; border: 1px solid rgba(255,255,255,0.1); margin-top: 5px; border-radius: 2px; }
.tech-label { font-family: monospace; font-size: 0.9em; letter-spacing: 1px; font-weight: bold; }
.tech-value-box::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to bottom, transparent 50%, rgba(0, 242, 255, 0.05) 50%); background-size: 100% 4px; pointer-events: none; z-index: 1; }
.sentiment-decoder { border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 15px; }
.decoder-bar-container { display: flex; gap: 2px; height: 6px; margin-top: 5px; background: #111; }
.decoder-bar { transition: opacity 0.3s; box-shadow: 0 0 5px currentColor; }

#flash-wrapper { position: fixed; top: 20px; left: 50%; transform: translateX(-50%); z-index: 100000; width: 100%; max-width: 400px; pointer-events: none; }
.flash-message { background: #000; color: var(--neon-cyan); border: 1px solid var(--neon-cyan); border-left: 5px solid var(--neon-cyan); padding: 15px 25px; margin-bottom: 10px; font-family: 'Lato', monospace; font-size: 0.9em; letter-spacing: 2px; text-transform: uppercase; box-shadow: 0 0 20px rgba(0, 242, 255, 0.3); animation: slide-in-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both; pointer-events: auto; }
.flash-message.error { color: var(--neon-magenta); border-color: var(--neon-magenta); box-shadow: 0 0 20px rgba(255, 0, 255, 0.3); }

/* --- SESSION & XP HUD --- */
.goc1-hud-session { position: fixed; bottom: 15px; right: 20px; z-index: 9999; background: transparent !important; border: none !important; padding: 0 !important; pointer-events: none; }
.goc1-hud-session .hud-content { display: flex; align-items: center; opacity: 0.8; gap: 0px; font-family: 'Lato', monospace !important; }
#goc1-uptime-counter::before { content: "UPTIME"; opacity: 0.5; }
#goc1-uptime-counter { font-size: 0.75rem !important; color: var(--neon-cyan) !important; transition: opacity 0.3s ease; font-family: 'Lato', monospace !important; letter-spacing: 1px; text-shadow: 0 0 5px var(--neon-cyan) !important; }

.xp-flash { position: absolute; top: -20px; right: 0%; color: var(--neon-gold); font-weight: 900 !important; opacity: 0; font-family: 'Lato', sans-serif !important; font-style: normal !important; }
.xp-anim { animation: xp-float-up 2s ease-out forwards; }
.sparkline-time-labels { display: flex; justify-content: space-between; width: 100%; margin-top: 5px; padding: 0 5px; }
.sparkline-time-labels span { font-family: 'Lato', monospace; font-size: 0.6em; color: #444; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; }
.sparkline-time-labels span:last-child { color: var(--neon-cyan); opacity: 0.8; }

/* --- PROTOCOL OMEGA I SIGURNOST --- */
.access-restricted { position: relative; }
.access-restricted .btn-scan { opacity: 0.3 !important; filter: grayscale(100%) !important; pointer-events: none; border-style: dashed !important; }
.security-overlay { position: absolute; inset: 0; z-index: 10; cursor: not-allowed; display: flex; align-items: center; justify-content: center; }
.security-overlay:hover { background: rgba(255, 0, 255, 0.05); border: 1px solid var(--neon-magenta); box-shadow: 0 0 15px rgba(255, 0, 255, 0.2); cursor: pointer; }
.auth-text-only { color: #ffffff; font-family: monospace; font-weight: normal; font-size: 1.2rem; letter-spacing: 6px; text-transform: uppercase; opacity: 0; transition: opacity 0.2s ease-in-out; pointer-events: none; }
.security-overlay:hover .auth-text-only { opacity: 1; }

.omega-progress { position: absolute; bottom: 4px; left: 4px; height: 2px; width: 0; background: #ff0055 !important; box-shadow: 0 0 10px #ff0055; z-index: 99; pointer-events: none; display: block !important; }
.omega-zone { width: 100%; padding: 60px 0 30px 0; text-align: center; background: #000; position: relative; z-index: 5; }
.omega-svg { width: 100%; height: 100%; display: block; }
.omega-rect { fill: rgba(255, 0, 85, 0.05); stroke: #333; stroke-width: 1; transition: all 0.3s ease; }
.omega-text-svg { fill: #444; font-size: 10px; font-family: monospace; letter-spacing: 2px; transition: all 0.3s ease; pointer-events: none; }
.omega-trigger-container:hover .omega-rect { stroke: #ff0055; fill: rgba(255, 0, 85, 0.15); filter: drop-shadow(0 0 5px rgba(255, 0, 85, 0.4)); }
.omega-trigger-container:hover .omega-text-svg { fill: #ff0055; text-shadow: 0 0 8px #ff0055; }
.omega-trigger-container:active .omega-rect { fill: rgba(255, 0, 85, 0.4); stroke: #fff; }
.omega-warning { white-space: nowrap; font-family: monospace; font-size: 0.7rem; color: #ff0055; margin-bottom: 12px; letter-spacing: 1px; opacity: 0; transition: all 0.4s ease; transform: translateY(10px); pointer-events: none; }
.omega-trigger-container:hover .omega-warning { opacity: 1; transform: translateY(0); }
.omega-svg-wrapper { position: relative; width: 200px; height: 30px; overflow: hidden; }
.omega-trigger-container { display: inline-flex; flex-direction: column-reverse; align-items: center; cursor: pointer; }

.system-purge-active { pointer-events: none; overflow: hidden; background: #000 !important; }
#crt-shutter { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #fff; z-index: 10000; display: none; }
.animate-shutter { display: block !important; animation: goc1-crt-shutter-anim 1.2s ease-in-out forwards; }
#omega-terminal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #000; overflow: hidden; z-index: 9999; }
#omega-terminal::before { content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06)); z-index: 10000; background-size: 100% 4px, 3px 100%; pointer-events: none; }
#omega-terminal::after { content: " "; display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(18, 16, 16, 0.1); opacity: 0; z-index: 10001; pointer-events: none; animation: goc1-flicker 0.15s infinite; }
#omega-terminal div { text-shadow: 0 0 5px #00ff00, 0 0 10px rgba(0, 255, 0, 0.5); position: relative; z-index: 10002; }

/* --- FOOTER I POMOĆNE KLASE --- */
.system-footer { clear: both; width: 100%; margin-top: 50px; padding: 15px 0; border-top: 1px solid var(--border-dim); display: flex; justify-content: space-between; align-items: center; font-size: 0.7em; color: #555; font-family: monospace; text-transform: uppercase; letter-spacing: 1px; }
.footer-segment { padding: 0 5px; white-space: nowrap; }
.footer-segment:first-child { color: #888; font-weight: bold; }
.footer-segment:hover { color: var(--neon-cyan); }
.manual-footer-v2 { padding: 35px 45px; border-top: 1px solid #1a1a1a; text-align: center; background: #050505; }
.btn-manual-exit { background: transparent; border: 1px solid var(--neon-cyan); color: var(--neon-cyan); padding: 18px 50px; font-family: monospace; font-weight: bold; letter-spacing: 4px; cursor: pointer; transition: 0.4s ease-in-out; text-transform: uppercase; }
.btn-manual-exit:hover { background: var(--neon-cyan); color: #000; box-shadow: 0 0 30px var(--neon-cyan); }

.recon-instructions { font-size: 0.7rem; color: #666; letter-spacing: 0.5px; text-transform: uppercase; border-left: 2px solid #333; padding-left: 8px; margin-left: 2px; }

/* Kiler za browser autofill sabotažu na input poljima */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px #000 inset !important; 
    -webkit-text-fill-color: var(--neon-cyan) !important; 
    background-color: transparent !important;
    background-clip: content-box !important;
    transition: background-color 5000s ease-in-out 0s; 
}

/* Isključi spin za brojeve u Decrypt modulu */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
input[type="number"] { -moz-appearance: textfield; }

/* --- GLITCH EFEKTI & KLJUČNI KADROVI (ANIMACIJE) --- */
.glitch-wrapper { position: relative; display: inline-block; font-size: 1.1em; font-weight: normal; letter-spacing: 4px; font-family: monospace; color: var(--text-main); text-transform: uppercase; margin-top: 5px; cursor: pointer; }
.glitch-wrapper::before, .glitch-wrapper::after { content: attr(data-text); position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--bg-dark); }
.glitch-wrapper::before { left: 2px; text-shadow: -1px 0 var(--neon-magenta); clip: rect(24px, 550px, 90px, 0); animation: glitch-anim-1 2.5s infinite linear alternate-reverse; }
.glitch-wrapper::after { left: -2px; text-shadow: -1px 0 var(--neon-cyan); clip: rect(85px, 550px, 140px, 0); animation: glitch-anim-2 3s infinite linear alternate-reverse; }

@keyframes blink-cursor { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes slide-in-top { 0% { transform: translateY(-100px); opacity: 0; } 100% { transform: translateY(0); opacity: 1; } }
@keyframes fade-out { 0% { opacity: 1; } 100% { opacity: 0; } }
@keyframes goc1-glitch-border { 0% { clip-path: inset(0 0 95% 0); } 25% { clip-path: inset(90% 0 0 0); } 50% { clip-path: inset(0 95% 0 0); } 75% { clip-path: inset(0 0 0 95%); } 100% { clip-path: inset(0 0 95% 0); } }
@keyframes glitch-anim-1 { 0% { clip: rect(20px, 9999px, 15px, 0); } 20% { clip: rect(60px, 9999px, 70px, 0); } 40% { clip: rect(20px, 9999px, 5px, 0); } 60% { clip: rect(80px, 9999px, 90px, 0); } 80% { clip: rect(10px, 9999px, 40px, 0); } 100% { clip: rect(50px, 9999px, 60px, 0); } }
@keyframes glitch-anim-2 { 0% { clip: rect(90px, 9999px, 100px, 0); } 20% { clip: rect(10px, 9999px, 20px, 0); } 40% { clip: rect(50px, 9999px, 70px, 0); } 60% { clip: rect(30px, 9999px, 30px, 0); } 80% { clip: rect(80px, 9999px, 90px, 0); } 100% { clip: rect(10px, 9999px, 5px, 0); } }
@keyframes pulse-green { 0% { opacity: 0.4; } 50% { opacity: 1; box-shadow: 0 0 8px var(--tactical-green); } 100% { opacity: 0.4; } }
@keyframes blink-red { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
@keyframes goc1-flicker { 0% { opacity: 0.27861; } 5% { opacity: 0.34769; } 10% { opacity: 0.23604; } 15% { opacity: 0.90626; } 20% { opacity: 0.18128; } 100% { opacity: 0.2; } }
@keyframes goc1-crt-shutter-anim { 0% { transform: scaleY(1) scaleX(1); opacity: 1; } 40% { transform: scaleY(0.005) scaleX(1); background: #fff; box-shadow: 0 0 40px #fff; opacity: 1; } 80% { transform: scaleY(0.005) scaleX(0.005); background: #fff; box-shadow: 0 0 60px 10px #fff; opacity: 1; } 100% { transform: scale(0); opacity: 0; } }
@keyframes xp-float-up { 0% { transform: translateY(0); opacity: 1; } 100% { transform: translateY(-30px); opacity: 0; } }
@keyframes scan-success-glow { 0% { box-shadow: 0 0 5px var(--neon-cyan); background: var(--neon-cyan); } 50% { box-shadow: 0 0 40px var(--neon-cyan), 0 0 60px #fff; background: #fff; } 100% { box-shadow: 0 0 5px var(--neon-cyan); background: var(--neon-cyan); } }
@keyframes scan-pulse-swipe { 0% { top: -10%; opacity: 0; } 50% { opacity: 0.5; } 100% { top: 110%; opacity: 0; } }
@keyframes qr-scan { 0% { top: 25%; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { top: 75%; opacity: 0; } }

/* --- GOC1 GEOINT MAP STYLING --- */
/* v1.3.0 | STABLE RELEASE */

/* Glavni kontejner mape s vojnim filterom */
#geoint-map-canvas {
    /* filter: brightness(0.8) contrast(1.2) hue-rotate(10deg); */
}

/* Stil za desni panel - logove */
#geoint-seismic-feed {
    /* padding: 10px;
    /*font-family: 'JetBrains Mono', 'Courier New', monospace; */
}

.intel-entry {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 255, 255, 0.15);
    margin-bottom: 4px;
    padding: 8px 10px;
    font-size: 13px !important; 
    color: #e0e0e0;
    line-height: 1.4;
    cursor: pointer;
    text-transform: uppercase;
}

.intel-entry span {
    display: block;
    font-weight: 700;
    color: var(--neon-cyan);
    /* Nasljeđuje 14px, samo dodajemo boju i debljinu */
}

/* Minimalni vizualni feedback na klik/hover */
.intel-entry:hover {
    background: rgba(0, 255, 255, 0.05);
    border-color: rgba(0, 255, 255, 0.4);
}

/* Stil za Leaflet popup prozore */
.leaflet-popup-content-wrapper {
    background: #000 !important;
    color: var(--neon-cyan) !important;
    border: 1px solid var(--neon-cyan);
    border-radius: 0;
    font-family: 'Courier New', monospace;
}

.leaflet-popup-tip {
    background: var(--neon-cyan) !important;
}

/* Styling za GEOINT hover prozorčić */
.leaflet-tooltip.goc1-map-tooltip {
    background: rgba(0, 0, 0, 0.85) !important;
    border: 1px solid var(--neon-cyan) !important;
    color: #fff !important;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.2);
    font-family: 'Lato', sans-serif;
}

/* Micanje onog malog bijelog trokutića ispod tooltipa */
.leaflet-tooltip-top:before {
    border-top-color: transparent !important;
}

/* v1.2.5 | GEOINT PULSE ANIMATION */
@keyframes seismic-pulse {
    0% {
        stroke-width: 1;
        stroke-opacity: 1;
        fill-opacity: 0.4;
    }
    100% {
        stroke-width: 15;
        stroke-opacity: 0;
        fill-opacity: 0;
    }
}

.seismic-marker {
    animation: seismic-pulse 2s infinite ease-out;
}