:root {
    --st-bg: #050505;
    --st-card: #0a0a0a;
    --st-border: #1a1a1a;
    --sniper-green: #00FF00; /* Neon Green */
    --vs-bg: #1e1e1e;
    --vs-tabs: #2d2d2d;
    --vs-status: #007acc; /* Păstrăm albastrul VS Code doar la status bar pentru realism */
}

body { background-color: var(--st-bg) !important; color: #fff !important; font-family: 'JetBrains Mono', monospace !important; padding: 20px; overflow-x: hidden; }
.main-container { max-width: 1100px; margin: 0 auto; min-height: 95vh; display: flex; flex-direction: column; }

.small-grey-text { font-size: 10px !important; color: #888 !important; opacity: 0.8; font-weight: 400; }
.brand-header { margin-bottom: 15px; border-bottom: 1px solid var(--st-border); padding-bottom: 10px; }

/* BRAND MODIFIED TO GREEN */
.brand-name { color: #fff !important; font-size: 28px !important; font-weight: 800 !important; text-transform: uppercase; text-decoration: none !important; cursor: pointer; }
.brand-name span { color: var(--sniper-green); text-shadow: 0 0 10px rgba(0, 255, 0, 0.3); }
.brand-subtext { font-size: 11px; opacity: 0.7; margin-top: 2px; }
.sniper-link { color: var(--sniper-green) !important; text-decoration: none !important; font-weight: 700; }

.bento-row { display: flex !important; gap: 10px; margin-bottom: 25px; flex-wrap: wrap; }
.st-btn { flex: 1; min-width: 140px; background-color: #161a1e !important; border: 3px solid #000 !important; color: #555 !important; border-radius: 12px; height: 110px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; transition: 0.2s; cursor: pointer; }
.st-btn i { font-size: 26px; margin-bottom: 5px; }
.st-btn strong { font-size: 15px; font-weight: 800; color: #555; }
.st-btn small { font-size: 9px; opacity: 0.4; font-weight: 700; text-transform: uppercase; }

/* BENTO ACTIVE -> GREEN */
.st-btn:hover, .st-btn.active { border-color: var(--sniper-green) !important; box-shadow: 0 0 15px rgba(0, 255, 0, 0.15); }
.st-btn.active strong { color: #fff; }

.demo-panel-highlight { background: var(--st-card); border: 1px solid #222; border-left: 5px solid var(--sniper-green); border-radius: 12px; padding: 15px; }
.bento-panel { background: var(--st-card); border: 1px solid var(--st-border); border-radius: 12px; padding: 15px; }

/* IDE WINDOWS */
.vs-editor-container, .vs-terminal-container { background: var(--vs-bg); border: 1px solid #333; border-radius: 4px; overflow: hidden; }
.vs-tab-bar { background: var(--vs-tabs); display: flex; font-size: 10px; }
.vs-tab { padding: 5px 12px; color: #969696; background: var(--vs-tabs); border-right: 1px solid #1e1e1e; display: flex; align-items: center; gap: 6px; }
.vs-tab.active { background: var(--vs-bg); color: #fff; }
.vs-content { display: flex; padding: 8px 0; min-height: 65px; }
.vs-lines { width: 30px; text-align: right; padding-right: 8px; color: #858585; font-size: 10px; border-right: 1px solid #333; margin-right: 8px; }
.vs-code { font-size: 11px; color: #d4d4d4; flex: 1; line-height: 1.4; }
.vs-terminal-tabs { background: var(--vs-bg); display: flex; border-bottom: 1px solid #333; }
.vs-t-tab { padding: 5px 10px; font-size: 10px; color: #858585; cursor: pointer; text-transform: uppercase; }
.vs-t-tab.active { color: #fff; border-bottom: 1px solid var(--vs-status); }
.st-console { background: var(--vs-bg) !important; border: none !important; padding: 10px; color: #cccccc !important; font-size: 11px; height: 110px !important; overflow-y: auto; }
.vs-status-bar { background: var(--vs-status); color: #fff; font-size: 9px; padding: 1px 10px; display: flex; justify-content: space-between; }

/* ACTIVE TACTIC -> FULL GREEN */
.tactic-opt { background: #111; border: 1px solid #222; padding: 10px; border-radius: 10px; cursor: pointer; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; transition: 0.2s; color: #888; }
.tactic-opt.active { background: var(--sniper-green) !important; border-color: var(--sniper-green) !important; color: #000 !important; font-weight: 800; box-shadow: 0 0 20px rgba(0, 255, 0, 0.2); }
.tactic-opt.active strong { color: #000 !important; }

.status-dot { width: 7px; height: 7px; background: #333; border-radius: 50%; }
.active .status-dot { background: #000; box-shadow: none; }

/* MOTTO & CURSOR -> GREEN */
.motto-zone { height: 25px; margin-bottom: 15px; color: var(--sniper-green); font-size: 13px; font-weight: 700; border-left: 2px solid var(--sniper-green); padding-left: 15px; display: flex; align-items: center; }
.cursor { animation: blink 1s infinite; color: var(--sniper-green); }
@keyframes blink { 50% { opacity: 0; } }

.tactical-footer { margin-top: auto; padding: 10px 0; border-top: 1px solid var(--st-border); }
.footer-links a { color: var(--sniper-green); text-decoration: none; font-size: 10px; font-weight: 800; margin-left: 15px; opacity: 0.7; }
.footer-links a:hover { opacity: 1; }

.panel-label { color: var(--sniper-green); font-size: 16px; font-weight: 800; margin-bottom: 8px; text-shadow: 0 0 5px rgba(0, 255, 0, 0.2); }
.page { display: none; }
.page.active { display: block; }
