/* ── BLAXNET THEME v2.0 — GDPR compliant, self-hosted fonts ── */

/* ── SELF-HOSTED FONTS ── */
@font-face { font-family: 'Orbitron'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Orbitron-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Orbitron'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Orbitron-Bold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Orbitron'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Orbitron-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Rajdhani-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Rajdhani-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Rajdhani-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Rajdhani'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/Rajdhani-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Share Tech Mono'; src: url('/_assets/abc7f6c7a1376e4fa1bf19895ef425db/Fonts/ShareTechMono-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
ul, ol, li { list-style: none; }

/* ── ROOT VARIABLES ── */
:root {
  --bg:      #030608;
  --cyan:    #00f0ff;
  --green:   #00ff88;
  --purple:  #9933ff;
  --purple2: #cc44ff;
  --red:     #ff2244;
  --text:    #ffffff;
  --text-mid:#e0f0f8;
  --text-dim:#90b8c8;
  --border:  rgba(0,240,255,0.15);
}

/* ── BASE ── */
html { font-size: 20px; scroll-behavior: smooth; height: 100%; }
body { background: var(--bg); color: var(--text); font-family: 'Rajdhani', sans-serif; font-weight: 400; font-size: 20px; min-height: 100vh; overflow-x: hidden; cursor: crosshair; display: flex; flex-direction: column; }
h1, h2, h3 { font-family: 'Orbitron', monospace; color: var(--cyan); letter-spacing: 3px; }
h1 { font-size: 54px; font-weight: 900; }
h2 { font-size: 34px; font-weight: 600; }
h3 { font-size: 24px; font-weight: 400; }
p { line-height: 1.7; color: var(--text); font-size: 20px; }
a { color: var(--cyan); text-decoration: none; }
a:hover { text-decoration: none; }

/* ── OVERLAYS ── */
.scanlines { position: fixed; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.12) 3px, rgba(0,0,0,0.12) 4px); pointer-events: none; z-index: 1000; }
#bxn-mesh { position: fixed; inset: 0; width: 100vw; height: 100vh; pointer-events: none; z-index: 0; }

/* ── HEADER ── */
.site-header { position: fixed; top: 0; left: 0; right: 0; height: 70px; background: rgba(3,6,8,0.92); border-bottom: 1px solid var(--border); backdrop-filter: blur(10px); z-index: 500; flex-shrink: 0; }
.header-inner { max-width: 1400px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; gap: 24px; }

/* ── LOGO ── */
.logo-link { text-decoration: none; flex-shrink: 0; }
.logo-outer { position: relative; display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; }
.bl, .br { position: absolute; top: 0; bottom: 0; width: 10px; }
.bl { left: 0; border-left: 1.5px solid var(--cyan); border-top: 1.5px solid var(--cyan); border-bottom: 1.5px solid var(--cyan); opacity: 0.6; }
.bl::before { content:''; position:absolute; top:-1.5px; left:0; width:8px; height:1.5px; background:var(--cyan); opacity:0.9; }
.bl::after  { content:''; position:absolute; bottom:-1.5px; left:0; width:8px; height:1.5px; background:var(--cyan); opacity:0.9; }
.br { right: 0; border-right: 1.5px solid var(--cyan); border-top: 1.5px solid var(--cyan); border-bottom: 1.5px solid var(--cyan); opacity: 0.6; }
.br::before { content:''; position:absolute; top:-1.5px; right:0; width:8px; height:1.5px; background:var(--cyan); opacity:0.9; }
.br::after  { content:''; position:absolute; bottom:-1.5px; right:0; width:8px; height:1.5px; background:var(--cyan); opacity:0.9; }
.logo-wrap { position: relative; display: inline-block; line-height: 1; }
.logo-text { font-family: 'Orbitron', monospace; font-size: 22px; font-weight: 900; letter-spacing: 5px; line-height: 1; display: block; }
.logo-main { color: var(--cyan); text-shadow: 0 0 12px rgba(0,240,255,0.8), 0 0 24px rgba(0,240,255,0.4); animation: flicker 8s infinite, glowPulse 3s ease-in-out infinite; }
.logo-g1 { color: var(--purple); position:absolute; top:0; left:0; opacity:0; clip-path:polygon(0 0,100% 0,100% 33%,0 33%); animation:glitch1 6s infinite; }
.logo-g2 { color: var(--purple2); position:absolute; top:0; left:0; opacity:0; clip-path:polygon(0 60%,100% 60%,100% 100%,0 100%); animation:glitch2 6s infinite; }
.breach { position:absolute; left:0; right:0; height:1.5px; background:linear-gradient(90deg,transparent,var(--purple),var(--purple2),var(--purple),transparent); top:38%; opacity:0; animation:breachFlash 6s infinite; }
.gb { position:absolute; height:2px; background:var(--purple); opacity:0; animation:barFlash 6s infinite; }
.gb1 { top:20%; left:5%; width:30px; animation-delay:0s; }
.gb2 { top:55%; left:40%; width:45px; animation-delay:0.1s; }
.gb3 { top:30%; left:70%; width:22px; animation-delay:0.05s; }

/* ── ANIMATIONS ── */
@keyframes flicker { 0%,96%,100%{opacity:1} 97%{opacity:0.6} 98%{opacity:1} 98.5%{opacity:0.3} 99%{opacity:1} 99.3%{opacity:0.7} }
@keyframes glowPulse { 0%,100%{text-shadow:0 0 12px rgba(0,240,255,0.8),0 0 24px rgba(0,240,255,0.4);} 50%{text-shadow:0 0 20px rgba(0,240,255,1),0 0 40px rgba(0,240,255,0.6);} }
@keyframes glitch1 { 0%,18%,20%,100%{opacity:0;transform:translateX(0)} 19%{opacity:0.7;transform:translateX(4px)} 19.5%{opacity:0.5;transform:translateX(-3px)} 52%,56%{opacity:0;transform:translateX(0)} 53%{opacity:0.6;transform:translateX(5px)} 55%{opacity:0.4;transform:translateX(-2px)} }
@keyframes glitch2 { 0%,18%,21%,100%{opacity:0;transform:translateX(0)} 19.5%{opacity:0.5;transform:translateX(-4px)} 20.5%{opacity:0.35;transform:translateX(3px)} 53%,56%{opacity:0;transform:translateX(0)} 54%{opacity:0.45;transform:translateX(-5px)} 55.5%{opacity:0.3;transform:translateX(2px)} }
@keyframes breachFlash { 0%,18%,21%,51%,56%,100%{opacity:0} 19%,19.8%{opacity:0.7} 20%{opacity:0.3} 52%,54%{opacity:0.6} 55%{opacity:0.2} }
@keyframes barFlash { 0%,18%,21%,51%,56%,100%{opacity:0} 19%{opacity:0.8} 19.5%{opacity:0.4} 20.5%{opacity:0} 52%{opacity:0.7} 53.5%{opacity:0.3} 55%{opacity:0} }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

/* ── NAV ── */
.site-nav { flex: 1; display: flex; justify-content: center; }
.site-nav ul { display: flex; gap: 32px; }
.site-nav a { font-family: 'Share Tech Mono', monospace; font-size: 13px; letter-spacing: 3px; color: #00f0ff; text-decoration: none; text-transform: uppercase; position: relative; padding: 4px 0; text-shadow: 0 0 8px rgba(0,240,255,0.6), 0 0 16px rgba(0,240,255,0.3); transition: text-shadow 0.3s ease, color 0.3s ease; }
.site-nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 1.5px; background: #00f0ff; box-shadow: 0 0 6px rgba(0,240,255,0.8), 0 0 12px rgba(0,240,255,0.4); transition: width 0.3s ease; }
.site-nav a:hover { color: #ffffff; text-decoration: none; text-shadow: 0 0 12px rgba(0,240,255,1), 0 0 24px rgba(0,240,255,0.6), 0 0 40px rgba(0,240,255,0.3); }
.site-nav a:hover::after { width: 100%; }
.site-nav a.active { color: #ffffff; text-shadow: 0 0 10px rgba(0,240,255,0.9), 0 0 20px rgba(0,240,255,0.5); }
.site-nav a.active::after { width: 100%; }

/* ── HEADER LOGIN ── */
.header-login { flex-shrink: 0; display: flex; align-items: center; }
.btn-login { font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 3px; color: #00f0ff; border: 1px solid rgba(0,240,255,0.5); padding: 8px 16px; text-decoration: none; text-transform: uppercase; transition: all 0.2s ease; text-shadow: 0 0 8px rgba(0,240,255,0.6); }
.btn-login:hover { background: rgba(0,240,255,0.1); border-color: #00f0ff; text-decoration: none; text-shadow: 0 0 12px rgba(0,240,255,1); }
.user-logged-in { display: flex; align-items: center; gap: 16px; font-family: 'Share Tech Mono', monospace; font-size: 11px; }
.user-name { color: #00f0ff; letter-spacing: 2px; text-shadow: 0 0 8px rgba(0,240,255,0.6); }
.btn-logout { color: #90b8c8; text-decoration: none; letter-spacing: 2px; transition: color 0.2s; font-family: 'Share Tech Mono', monospace; font-size: 11px; }
.btn-logout:hover { color: #ff2244; text-decoration: none; }

/* ── HAMBURGER ── */
.hamburger { display: none; }

/* ── MAIN + FOOTER ── */
.site-main { flex: 1 0 auto; margin-top: 70px; position: relative; z-index: 1; }
.site-footer { flex-shrink: 0; height: 50px; border-top: 1px solid var(--border); position: relative; z-index: 1; }
.footer-inner { max-width: 1400px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 32px; font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--text-dim); }
.footer-copy { color: var(--text-dim); }
.footer-right { display: flex; align-items: center; gap: 24px; }
.footer-nav { display: flex; align-items: center; gap: 20px; }
.footer-nav a { font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 2px; color: var(--text-dim); text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.footer-nav a:hover { color: var(--cyan); }
.footer-status { display: flex; align-items: center; gap: 8px; color: var(--green); white-space: nowrap; }
.dot-green { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); animation: pulse 2s infinite; }

/* ── TERMINAL BLOCK ── */
.tblock { position: relative; border: 1px solid rgba(0,240,255,0.35); padding: 36px 40px; background: rgba(3,6,8,0.35); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.tblock::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.08) 3px, rgba(0,0,0,0.08) 4px); pointer-events: none; }
.tblock::after { content: ''; position: absolute; bottom: -1px; right: -1px; width: 12px; height: 12px; border-bottom: 2px solid rgba(0,240,255,0.6); border-right: 2px solid rgba(0,240,255,0.6); }
.tblock-label { position: absolute; top: -10px; left: 20px; background: #030608; padding: 0 10px; font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 4px; color: rgba(0,240,255,0.7); }

/* ── LANDING PAGE ── */
.landing-page { max-width: 960px; margin: 40px auto 0 auto; padding: 0 32px; display: flex; flex-direction: column; gap: 48px; }
.block-identity { min-height: 120px; display: flex; flex-direction: column; justify-content: center; }
.oneliner { font-family: 'Share Tech Mono', monospace; font-size: 26px; letter-spacing: 3px; color: #ffffff; line-height: 1.4; opacity: 0; transform: translateY(8px); transition: opacity 0.6s ease, transform 0.6s ease; }
.oneliner.visible { opacity: 1; transform: translateY(0); }
.oneliner span { color: #00f0ff; }
.tblock-sub { font-family: 'Share Tech Mono', monospace; font-size: 10px; letter-spacing: 3px; color: rgba(0,240,255,0.5); margin-top: 16px; }
.caps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; margin-top: 16px; }
.caps-grid .frame { border-left: 2px solid rgba(0,240,255,0.25); padding: 12px 16px; background: transparent; }
.caps-grid .frame header { margin-bottom: 8px; }
.caps-grid .frame h2 { font-family: 'Share Tech Mono', monospace; font-size: 16px; font-weight: 400; letter-spacing: 3px; color: #00f0ff; margin-bottom: 8px; text-transform: uppercase; }
.caps-grid .frame p { font-size: 16px; color: #e0f0f8; line-height: 1.6; }
.block-access { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.block-access .frame { flex: 1; background: transparent; }
.block-access .frame p { font-size: 18px; color: #e0f0f8; line-height: 1.7; max-width: 500px; }
.access-actions { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

/* ── BUTTONS ── */
.btn-primary { font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 3px; color: #030608; background: #00f0ff; border: none; padding: 12px 24px; cursor: pointer; text-decoration: none; text-transform: uppercase; display: block; text-align: center; transition: opacity 0.2s; }
.btn-primary:hover { opacity: 0.8; text-decoration: none; }
.btn-secondary { font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 3px; color: #00f0ff; border: 1px solid rgba(0,240,255,0.4); padding: 11px 24px; text-decoration: none; text-transform: uppercase; display: block; text-align: center; transition: border-color 0.2s, color 0.2s; }
.btn-secondary:hover { border-color: #00f0ff; color: #fff; text-decoration: none; }

/* ── GENERIC PAGE ── */
.site-main > .page-title { max-width: 960px; margin: 40px auto 32px; padding: 0 20px; border-left: 3px solid var(--cyan); }
.page-title h1 { font-family: 'Orbitron', monospace; font-size: 32px; font-weight: 900; letter-spacing: 4px; color: var(--cyan); margin-bottom: 0; }
.page-title .page-slug { font-family: 'Share Tech Mono', monospace; font-size: 10px; letter-spacing: 3px; color: rgba(0,240,255,0.4); margin-top: 6px; }
.site-main .frame { max-width: 960px; margin: 0 auto; padding: 0 32px 20px; }
.site-main .frame p { color: #ffffff; margin-bottom: 16px; line-height: 1.8; }
.site-main .frame li { color: #ffffff; }
.site-main h1, .site-main h2, .site-main h3 { margin-bottom: 16px; }

/* ── FELOGIN ── */
.frame-type-felogin_login { padding: 0 32px 32px; }
.frame-type-felogin_login h2, .frame-type-felogin_login h3 { display: none; }
.frame-type-felogin_login fieldset { border: 1px solid rgba(0,240,255,0.35); padding: 28px 32px; background: rgba(3,6,8,0.35); backdrop-filter: blur(6px); max-width: 400px; margin: 0 auto; }
.frame-type-felogin_login legend { font-family: 'Share Tech Mono', monospace; font-size: 10px; letter-spacing: 4px; color: rgba(0,240,255,0.7); padding: 0 10px; }
.frame-type-felogin_login label { font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 2px; color: #90b8c8; display: block; margin-bottom: 6px; text-transform: uppercase; }
.frame-type-felogin_login input[type="text"], .frame-type-felogin_login input[type="password"] { width: 100%; background: rgba(0,240,255,0.04); border: 1px solid rgba(0,240,255,0.2); color: #ffffff; font-family: 'Share Tech Mono', monospace; font-size: 13px; letter-spacing: 2px; padding: 10px 12px; outline: none; margin-bottom: 16px; transition: border-color 0.2s; }
.frame-type-felogin_login input[type="text"]:focus, .frame-type-felogin_login input[type="password"]:focus { border-color: #00f0ff; }
.frame-type-felogin_login input[type="submit"] { font-family: 'Share Tech Mono', monospace; font-size: 11px; letter-spacing: 3px; color: #030608; background: #00f0ff; border: none; padding: 12px 24px; cursor: pointer; text-transform: uppercase; width: 100%; margin-top: 8px; transition: opacity 0.2s; }
.frame-type-felogin_login input[type="submit"]:hover { opacity: 0.8; }
.frame-type-felogin_login a { font-family: 'Share Tech Mono', monospace; font-size: 10px; letter-spacing: 2px; color: rgba(0,240,255,0.5); display: block; text-align: center; margin-top: 16px; }
.frame-type-felogin_login a:hover { color: #00f0ff; }
.frame-type-felogin_login div { margin-bottom: 8px; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) { .caps-grid { grid-template-columns: 1fr 1fr; } }

@media (max-width: 640px) {
  .hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; z-index: 600; }
  .hamburger span { display: block; width: 24px; height: 2px; background: #00f0ff; box-shadow: 0 0 6px rgba(0,240,255,0.8); transition: all 0.3s ease; }
  .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { display: none; }
  .site-nav.open { display: block; position: fixed; top: 70px; left: 0; right: 0; background: rgba(3,6,8,0.98); border-bottom: 1px solid rgba(0,240,255,0.2); padding: 24px 32px; z-index: 490; backdrop-filter: blur(10px); }
  .site-nav ul { flex-direction: column; gap: 20px; }
  .site-nav a { font-size: 16px; display: block; padding: 8px 0; }
  .header-login .btn-login, .header-login .user-logged-in { display: none; }
  .landing-page { padding: 0 16px; margin-top: 24px; gap: 20px; }
  .tblock { padding: 20px 16px; }
  .caps-grid { grid-template-columns: 1fr; }
  .block-access { flex-direction: column; gap: 20px; }
  .access-actions { width: 100%; }
  .btn-primary, .btn-secondary { width: 100%; text-align: center; }
  .footer-inner { flex-direction: column; align-items: center; gap: 12px; text-align: center; height: auto; padding: 12px; }
  .footer-right { flex-direction: column; align-items: center; gap: 8px; }
  .oneliner { font-size: 18px; }
}

/* ── HIDE PAGE TITLE ── */
.page-title { display: none; }

/* ── GENERIC PAGE STYLING — terminal block treatment ── */
.site-main > .frame {
  max-width: 960px;
  margin: 40px auto;
  padding: 36px 40px;
  position: relative;
  border: 1px solid rgba(0,240,255,0.35);
  background: rgba(3,6,8,0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* scanline overlay on content blocks */
.site-main > .frame::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.08) 3px, rgba(0,0,0,0.08) 4px);
  pointer-events: none;
}

/* corner accent */
.site-main > .frame::after {
  content: '';
  position: absolute;
  bottom: -1px; right: -1px;
  width: 12px; height: 12px;
  border-bottom: 2px solid rgba(0,240,255,0.6);
  border-right: 2px solid rgba(0,240,255,0.6);
}

/* page header label — uses h2 as terminal label */
.site-main > .frame header {
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0,240,255,0.15);
}

.site-main > .frame h2 {
  font-family: 'Orbitron', monospace;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 4px;
  color: var(--cyan);
  margin-bottom: 8px;
}

.site-main > .frame h3 {
  font-family: 'Share Tech Mono', monospace;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  color: rgba(0,240,255,0.5);
  text-transform: uppercase;
}

.site-main > .frame p {
  font-size: 18px;
  line-height: 1.9;
  color: #ffffff;
  margin-bottom: 20px;
}

.site-main > .frame p:last-child { margin-bottom: 0; }

/* ── FELOGIN inside terminal block ── */
.site-main > .frame-type-felogin_login {
  max-width: 960px;
  margin: 40px auto;
  padding: 36px 40px;
  border: 1px solid rgba(0,240,255,0.35);
  background: rgba(3,6,8,0.35);
  backdrop-filter: blur(6px);
}

/* ── DASHBOARD ── */
.dashboard {
  max-width: 960px;
  margin: 100px auto 40px auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* welcome block */
.dashboard-welcome { }
.welcome-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.welcome-greeting {
  font-family: 'Share Tech Mono', monospace;
  font-size: 11px;
  letter-spacing: 4px;
  color: var(--text-dim);
  margin-bottom: 8px;
}
.welcome-username {
  font-family: 'Orbitron', monospace;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 4px;
  color: var(--cyan);
  text-shadow: 0 0 20px rgba(0,240,255,0.5);
}
.welcome-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
}
.status-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
}
.status-label { color: var(--text-dim); }
.status-value { color: var(--cyan); }
.status-text { color: var(--green); }

/* services grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.service-tile {
  position: relative;
  border: 1px solid rgba(0,240,255,0.2);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: border-color 0.3s, background 0.3s;
  text-decoration: none;
}

.service-active {
  border-color: rgba(0,240,255,0.5);
  background: rgba(0,240,255,0.04);
  cursor: pointer;
}
.service-active:hover {
  border-color: var(--cyan);
  background: rgba(0,240,255,0.08);
  text-decoration: none;
}
.service-active:hover .service-name {
  text-shadow: 0 0 12px rgba(0,240,255,0.6);
}

.service-locked {
  border-color: rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.01);
  opacity: 0.65;
}

.service-icon {
  font-size: 24px;
  color: var(--cyan);
  margin-bottom: 4px;
}
.service-icon-locked { color: var(--text-dim); filter: grayscale(1); }

.service-name {
  font-family: 'Share Tech Mono', monospace;
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--cyan);
  font-weight: 400;
}
.service-locked .service-name { color: var(--text-dim); }

.service-desc {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.5;
}

.service-status {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 2px;
  margin-top: 4px;
}
.status-active { color: var(--green); }
.status-locked { color: rgba(255,255,255,0.25); }

.service-upgrade {
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(0,240,255,0.4);
  text-decoration: none;
  margin-top: 4px;
  transition: color 0.2s;
}
.service-upgrade:hover { color: var(--cyan); text-decoration: none; }

/* intel block */
.intel-inner { display: flex; flex-direction: column; gap: 16px; }
.intel-source {
  font-family: 'Share Tech Mono', monospace;
  font-size: 9px;
  letter-spacing: 3px;
  color: rgba(0,240,255,0.4);
}
.intel-date { color: rgba(0,240,255,0.6); }
.intel-content p {
  font-size: 17px;
  color: var(--text-mid);
  line-height: 1.8;
}

/* responsive */
@media (max-width: 640px) {
  .dashboard { padding: 0 16px; margin-top: 80px; }
  .services-grid { grid-template-columns: 1fr; }
  .welcome-inner { flex-direction: column; align-items: flex-start; gap: 16px; }
  .welcome-right { align-items: flex-start; }
}

/* ── CONSISTENT TOP MARGIN ── */
.site-main { margin-top: 70px !important; }
.landing-page { margin-top: 40px !important; }
.dashboard { margin-top: 40px !important; }
.site-main > .frame:first-child { margin-top: 40px !important; }
.frame-type-felogin_login { margin-top: 40px !important; }

/* ── LANGUAGE SELECTOR ── */
.lang-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Share Tech Mono', monospace;
  font-size: 10px;
  letter-spacing: 2px;
}
.lang-selector a {
  color: var(--text-dim);
  text-decoration: none;
  transition: color 0.2s;
  padding: 2px 4px;
}
.lang-selector a:hover { color: var(--cyan); }
.lang-selector a.lang-active {
  color: var(--cyan);
  text-shadow: 0 0 8px rgba(0,240,255,0.6);
}
.lang-divider { color: var(--text-dim); opacity: 0.4; }
