.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f72444f:#050505;--e-global-color-ffc1c31:#121212;--e-global-color-89c8920:#FF3B30;--e-global-color-f23c2a2:#F5F5F7;--e-global-color-669bc7f:#86868B;--e-global-color-8475d07:#FFD60A;--e-global-color-fe84864:#FF2A2A;--e-global-color-618b958:#E8E8E8;--e-global-color-ac1819e:#8A8A8A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"JetBrains Mono";--e-global-typography-accent-font-size:0.875rem;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;background-color:#050505;color:var( --e-global-color-f23c2a2 );font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;line-height:1.6px;letter-spacing:0.2px;overscroll-behavior:none;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#FF3B30;color:#000000;border-radius:10px 10px 10px 10px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"Space Grotesk", Sans-serif;font-size:46px;font-weight:600;font-style:italic;line-height:1.3px;letter-spacing:0.5px;}.elementor-kit-8 h2{font-family:"Space Grotesk", Sans-serif;font-size:30px;font-weight:600;line-height:1.35em;letter-spacing:1px;}.elementor-kit-8 h3{font-family:"Space Grotesk", Sans-serif;font-size:24px;font-weight:500;line-height:1.4px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"JetBrains Mono", Sans-serif;font-size:0.875rem;text-transform:uppercase;letter-spacing:1px;color:#F5F5F7;border-radius:10px 10px 10px 10px;}.elementor-kit-8 label{color:#F5F5F7;}.elementor-kit-8 input:not([type="button"]):not([type="submit"]),.elementor-kit-8 textarea,.elementor-kit-8 .elementor-field-textual{background-color:#121212;border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-8 h2{line-height:1.3em;letter-spacing:1px;}.elementor-kit-8 h3{line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:28px;}.elementor-kit-8 h2{font-size:22px;line-height:1.1em;letter-spacing:0px;}.elementor-kit-8 h3{font-size:19px;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* GLOBAL RESET */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}
html::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    repeating-radial-gradient(circle at 10% 20%, rgba(255,255,255,0.04) 0 1px, transparent 1px 3px),
    repeating-radial-gradient(circle at 80% 70%, rgba(0,0,0,0.05) 0 1px, transparent 1px 3px),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 4px);
  opacity: 0.18;
  pointer-events: none;
  z-index: -1; /* 🔑 KEY FIX */
  animation: grainMove 0.8s steps(2) infinite;
}
/* =========================
   ACCESS GRANTED SCAN EFFECT
========================= */

.scan-title {
  position: relative;
  letter-spacing: 6px;
}

.scan-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #FF3B30;
  animation: redScan 2.5s linear infinite;
  opacity: 0.7;
}

@keyframes redScan {
  0% { transform: translateY(-20px); opacity:0; }
  50% { opacity:1; }
  100% { transform: translateY(20px); opacity:0; }
}
/* =========================
   INTELLIGENCE PANEL STYLE
========================= */

.intel-panel {
  background: rgba(18,18,18,0.85);
  border-left: 3px solid #FF3B30;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 40px rgba(255,59,48,0.08);
  transition: all 0.4s ease;
}

.intel-panel:hover {
  box-shadow: 0 0 60px rgba(255,59,48,0.15);
}
/* =============================
   REDLINE COMMENTS DOSSIER STYLE
============================= */

.redline-comments {
  background: rgba(18,18,18,0.85);
  padding: 40px;
  border-left: 3px solid #FF3B30;
  backdrop-filter: blur(8px);
}

/* Leave a Reply Title */
.redline-comments h3,
.redline-comments h2 {
  color: #F5F5F7;
  letter-spacing: 2px;
}

/* Logged in text */
.redline-comments p {
  color: #86868B;
}

/* Textarea + Inputs */
.redline-comments textarea,
.redline-comments input[type="text"],
.redline-comments input[type="email"] {
  background: #050505;
  border: 1px solid #2a2a2a;
  color: #fff;
  padding: 14px;
  transition: all 0.3s ease;
}

.redline-comments textarea:focus,
.redline-comments input:focus {
  border-color: #FF3B30;
  box-shadow: 0 0 12px rgba(255,59,48,0.3);
  outline: none;
}

/* POST COMMENT BUTTON */
.redline-comments input[type="submit"] {
  background: transparent;
  border: 1px solid #FF3B30;
  color: #FF3B30;
  padding: 12px 28px;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.redline-comments input[type="submit"]:hover {
  background: #FF3B30;
  color: #000;
  box-shadow: 0 0 18px rgba(255,59,48,0.4);
}
.dossier-meta {
  display:flex;
  gap:20px;
  font-family: 'JetBrains Mono', monospace;
  color:#FFD60A;
  letter-spacing:1px;
}
/* ===== REDLINE PROGRESS BAR ===== */

.progress-line{
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background:#FF3B30;
  z-index:99999;
  box-shadow:0 0 8px #FF3B30;
  pointer-events:none;
}/* End custom CSS */