.elementor-15054 .elementor-element.elementor-element-557ef41{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9f17448 *//* ===== RESET &amp; BASE ===== */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;font-size:16px}
body{
  background:
    radial-gradient(ellipse at 20% 50%, rgba(0,240,255,.04) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(0,255,65,.03) 0%, transparent 60%),
    linear-gradient(180deg,#0a0e17 0%,#0d1525 50%,#0a0e17 100%);
  color:#c8d6e5;
  line-height:1.7;
  overflow-x:hidden;
}
a{color:#ec4899;text-decoration:none;transition:color .3s, text-shadow .3s}
a:hover{color:#f9a8d4;text-shadow:0 0 8px rgba(236,72,153,.5)}
h1,h2,h3,h4{font-family:'Inter',sans-serif;color:#e8ecf1;font-weight:700;line-height:1.3}
code,.mono{font-family:'Share Tech Mono',monospace}
img{max-width:100%}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#0a0e17}
::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ec4899,#f9a8d4);border-radius:4px}

/* ===== CONTAINER ===== */
.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}

/* ===== HEADER (HERO) ===== */
.header{
  position:relative;min-height:100vh;
  display:flex;align-items:center;justify-content:center;
  padding:4rem 1.5rem 3rem;overflow:hidden;
}
.header .grid-lines{
  position:absolute;inset:0;z-index:0;overflow:hidden;opacity:.05;
}
.header .grid-lines::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(236,72,153,.3) 1px,transparent 1px),
    linear-gradient(90deg,rgba(236,72,153,.3) 1px,transparent 1px);
  background-size:50px 50px;
}

/* ===== SIMULATION WRAPPER ===== */
.sim-wrapper{
  position:relative;z-index:1;
  width:100%;max-width:960px;
  display:flex;flex-direction:column;align-items:center;gap:1.5rem;
}
.hero-title{text-align:center}
.hero-title .tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.72rem;letter-spacing:3px;text-transform:uppercase;
  color:#ec4899;
  border:1px solid rgba(236,72,153,.3);
  padding:.3rem 1rem;border-radius:20px;
  margin-bottom:1rem;
  animation:tagPulse 3s ease-in-out infinite;
}
@keyframes tagPulse{
  0%,100%{box-shadow:0 0 8px rgba(236,72,153,.2)}
  50%{box-shadow:0 0 20px rgba(236,72,153,.45)}
}
.hero-title h1{
  font-size:clamp(1.8rem,5vw,3rem);
  background:linear-gradient(135deg,#ec4899 0%,#f9a8d4 40%,#ec4899 80%,#f9a8d4 100%);
  background-size:200% auto;
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
  animation:gradientShift 4s linear infinite;
  margin-bottom:.5rem;
}
@keyframes gradientShift{
  0%{background-position:0% center}
  100%{background-position:200% center}
}
.hero-title .subtitle{
  font-family:'Share Tech Mono',monospace;
  font-size:.85rem;color:#5a7a8a;
  max-width:680px;margin:0 auto;
  border-right:2px solid #ec4899;
  overflow:hidden;white-space:nowrap;
  animation:typing 6s steps(80,end) infinite,blink .6s step-end infinite alternate;
}
@keyframes typing{
  0%{max-width:0}
  45%{max-width:680px}
  85%{max-width:680px}
  100%{max-width:0}
}
@keyframes blink{50%{border-color:transparent}}

/* ===== SOCIAL MEDIA FEED SIMULATION ===== */
.social-sim{
  position:relative;
  width:100%;max-width:920px;
  background:rgba(8,12,22,.88);
  border:1px solid rgba(236,72,153,.12);
  border-radius:16px;
  overflow:hidden;
}
.social-sim::before{
  content:'';position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(236,72,153,.015) 1px,transparent 1px),
    linear-gradient(90deg,rgba(236,72,153,.015) 1px,transparent 1px);
  background-size:28px 28px;
  pointer-events:none;z-index:0;
  border-radius:16px;
}

/* Platform Tabs */
.platform-tabs{
  position:relative;z-index:2;
  display:flex;gap:0;
  border-bottom:1px solid rgba(236,72,153,.12);
  background:rgba(10,14,23,.7);
}
.plat-tab{
  flex:1;padding:.7rem .5rem;text-align:center;
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;color:#5a7a8a;
  border-right:1px solid rgba(236,72,153,.06);
  transition:all .4s;cursor:default;
  letter-spacing:1px;text-transform:uppercase;
}
.plat-tab.active-linkedin{color:#0077b5;background:rgba(0,119,181,.06);border-bottom:2px solid #0077b5}
.plat-tab.active-twitter{color:#1da1f2;background:rgba(29,161,242,.06);border-bottom:2px solid #1da1f2}
.plat-tab.active-facebook{color:#1877f2;background:rgba(24,119,242,.06);border-bottom:2px solid #1877f2}
.plat-tab.active-instagram{color:#e4405f;background:rgba(228,64,95,.06);border-bottom:2px solid #e4405f}

/* Feed Content Area */
.feed-area{
  position:relative;z-index:2;
  display:grid;
  grid-template-columns:300px 1fr;
  min-height:520px;
}

/* Attacker Sidebar */
.attacker-sidebar{
  background:rgba(10,14,23,.9);
  border-right:1px solid rgba(236,72,153,.08);
  padding:.8rem;
  display:flex;flex-direction:column;gap:.6rem;
}
.attacker-header{
  font-family:'Share Tech Mono',monospace;
  font-size:.55rem;color:#ff4444;
  letter-spacing:1.5px;text-transform:uppercase;
  padding-bottom:.4rem;
  border-bottom:1px solid rgba(255,68,68,.15);
  display:flex;align-items:center;gap:.4rem;
}
.attacker-avatar{
  width:52px;height:52px;border-radius:50%;
  background:linear-gradient(135deg,rgba(255,68,68,.3),rgba(236,72,153,.2));
  border:2px solid rgba(255,68,68,.4);
  display:flex;align-items:center;justify-content:center;
  font-size:1.4rem;margin:0 auto;
  animation:attackerGlow 3s ease-in-out infinite;
}
@keyframes attackerGlow{
  0%,100%{box-shadow:0 0 8px rgba(255,68,68,.2)}
  50%{box-shadow:0 0 22px rgba(255,68,68,.45)}
}
.attacker-name{
  text-align:center;font-size:.78rem;font-weight:600;color:#ff8888;
  animation:fieldHighlight 10s ease-in-out infinite 0s;
}
.attacker-role{
  text-align:center;font-size:.55rem;color:#ec4899;
  font-family:'Share Tech Mono',monospace;
  animation:fieldHighlight 10s ease-in-out infinite 1s;
}
.attacker-field{
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;color:#5a7a8a;
  padding:.2rem .35rem;border:1px solid transparent;
  border-radius:4px;background:transparent;transition:all .4s;
}
.attacker-field:nth-child(5){animation:fieldHighlight 10s ease-in-out infinite 2s}
.attacker-field:nth-child(6){animation:fieldHighlight 10s ease-in-out infinite 3s}
.attacker-field:nth-child(7){animation:fieldHighlight 10s ease-in-out infinite 4s}
.attacker-field:nth-child(8){animation:fieldHighlight 10s ease-in-out infinite 5s}
.attacker-field:nth-child(9){animation:fieldHighlight 10s ease-in-out infinite 6s}
.attacker-field:nth-child(10){animation:fieldHighlight 10s ease-in-out infinite 7s}

@keyframes fieldHighlight{
  0%,15%{border-color:transparent;background:transparent;color:#5a7a8a}
  25%,40%{border-color:rgba(236,72,153,.5);background:rgba(236,72,153,.1);color:#f9a8d4;box-shadow:0 0 12px rgba(236,72,153,.15)}
  50%,100%{border-color:transparent;background:transparent;color:#5a7a8a}
}

/* Profile Scanning Line */
.scan-line-h{
  position:absolute;left:0;right:0;height:2px;
  background:linear-gradient(90deg,transparent,rgba(236,72,153,.4),rgba(249,168,212,.3),transparent);
  z-index:5;pointer-events:none;
  animation:scanLineH 5s linear infinite;
}
@keyframes scanLineH{
  0%{top:0;opacity:0}5%{opacity:1}95%{opacity:1}100%{top:100%;opacity:0}
}

/* Social Feed Posts */
.feed-posts{
  padding:.8rem;
  display:flex;flex-direction:column;gap:.6rem;
  overflow:hidden;
  position:relative;
}

/* Individual Post Card */
.social-post{
  background:rgba(15,22,36,.85);
  border:1px solid rgba(236,72,153,.08);
  border-radius:10px;
  padding:.65rem .75rem;
  opacity:0;
  transform:translateY(15px) scale(.96);
  animation:postSlideIn 12s ease-out infinite;
}
.social-post:nth-child(1){animation-delay:.5s}
.social-post:nth-child(2){animation-delay:3s}
.social-post:nth-child(3){animation-delay:5.5s}
.social-post:nth-child(4){animation-delay:8s}

@keyframes postSlideIn{
  0%,6%{opacity:0;transform:translateY(15px) scale(.96)}
  12%,72%{opacity:1;transform:translateY(0) scale(1);border-color:rgba(236,72,153,.3);box-shadow:0 0 15px rgba(236,72,153,.08)}
  82%,100%{opacity:.35;transform:translateY(0) scale(.98);border-color:rgba(236,72,153,.06);box-shadow:none}
}

.post-header{
  display:flex;align-items:center;gap:.5rem;
  margin-bottom:.4rem;
}
.post-avatar{
  width:28px;height:28px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:.8rem;flex-shrink:0;
}
.post-avatar.li-bg{background:rgba(0,119,181,.2);border:1px solid rgba(0,119,181,.4)}
.post-avatar.tw-bg{background:rgba(29,161,242,.2);border:1px solid rgba(29,161,242,.4)}
.post-avatar.fb-bg{background:rgba(24,119,242,.2);border:1px solid rgba(24,119,242,.4)}
.post-avatar.ig-bg{background:rgba(228,64,95,.2);border:1px solid rgba(228,64,95,.4)}

.post-author{font-size:.7rem;font-weight:600;color:#e8ecf1}
.post-handle{font-size:.55rem;color:#5a7a8a;font-family:'Share Tech Mono',monospace}
.post-platform-badge{
  font-size:.42rem;padding:.1rem .35rem;border-radius:3px;
  font-family:'Share Tech Mono',monospace;letter-spacing:.5px;
  text-transform:uppercase;margin-left:auto;
}
.post-platform-badge.li{color:#0077b5;background:rgba(0,119,181,.1);border:1px solid rgba(0,119,181,.2)}
.post-platform-badge.tw{color:#1da1f2;background:rgba(29,161,242,.1);border:1px solid rgba(29,161,242,.2)}
.post-platform-badge.fb{color:#1877f2;background:rgba(24,119,242,.1);border:1px solid rgba(24,119,242,.2)}
.post-platform-badge.ig{color:#e4405f;background:rgba(228,64,95,.1);border:1px solid rgba(228,64,95,.2)}

.post-body{font-size:.6rem;color:#8fa3b8;line-height:1.6;margin-bottom:.4rem}
.post-body .highlight{color:#f9a8d4;font-weight:600}
.post-body .extracted{color:#ec4899;border-bottom:1px dashed rgba(236,72,153,.4)}

/* Data extraction tags */
.extract-tags{
  display:flex;gap:.3rem;flex-wrap:wrap;margin-top:.3rem;
}
.extract-tag{
  font-size:.42rem;font-family:'Share Tech Mono',monospace;
  padding:.1rem .3rem;border-radius:3px;
  animation:tagBlink 2s ease-in-out infinite;
}
.extract-tag.name{color:#ec4899;background:rgba(236,72,153,.1);border:1px solid rgba(236,72,153,.25)}
.extract-tag.title{color:#f9a8d4;background:rgba(249,168,212,.1);border:1px solid rgba(249,168,212,.25)}
.extract-tag.loc{color:#34d399;background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.25)}
.extract-tag.tech{color:#60a5fa;background:rgba(96,165,250,.1);border:1px solid rgba(96,165,250,.25)}
.extract-tag.org{color:#fbbf24;background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.25)}

@keyframes tagBlink{
  0%,100%{opacity:.6}50%{opacity:1}
}

/* Like/Comment/Share Row */
.post-actions{
  display:flex;gap:.8rem;margin-top:.35rem;padding-top:.3rem;
  border-top:1px solid rgba(255,255,255,.03);
}
.post-action{
  font-size:.48rem;color:#5a7a8a;
  display:flex;align-items:center;gap:.2rem;
  animation:actionFloat 3s ease-in-out infinite;
}
.post-action:nth-child(1){animation-delay:0s}
.post-action:nth-child(2){animation-delay:.5s}
.post-action:nth-child(3){animation-delay:1s}

@keyframes actionFloat{
  0%,100%{transform:translateY(0);opacity:.5}
  50%{transform:translateY(-2px);opacity:1}
}

/* Location Pin Drop */
.location-pin{
  position:absolute;
  width:18px;height:18px;
  font-size:1rem;
  z-index:6;
  animation:pinDrop 4s ease-in-out infinite;
}
.pin-1{top:30%;right:15%;animation-delay:0s}
.pin-2{top:55%;right:30%;animation-delay:1.5s}
.pin-3{top:75%;right:10%;animation-delay:3s}

@keyframes pinDrop{
  0%,100%{opacity:0;transform:translateY(-20px) scale(.6)}
  20%{opacity:1;transform:translateY(0) scale(1.2)}
  30%{transform:translateY(0) scale(1)}
  80%{opacity:1;transform:translateY(0) scale(1)}
  90%{opacity:0;transform:translateY(5px) scale(.8)}
}

/* Floating Platform Logos */
.float-logo{
  position:absolute;
  width:32px;height:32px;
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:.55rem;font-family:'Share Tech Mono',monospace;
  font-weight:700;letter-spacing:.5px;
  z-index:4;
  animation:logoFloat 8s ease-in-out infinite;
}
.logo-linkedin{top:10%;left:55%;color:#0077b5;background:rgba(0,119,181,.08);border:1px solid rgba(0,119,181,.2);animation-delay:0s}
.logo-twitter{top:25%;left:75%;color:#1da1f2;background:rgba(29,161,242,.08);border:1px solid rgba(29,161,242,.2);animation-delay:2s}
.logo-facebook{top:50%;left:85%;color:#1877f2;background:rgba(24,119,242,.08);border:1px solid rgba(24,119,242,.2);animation-delay:4s}
.logo-instagram{top:70%;left:65%;color:#e4405f;background:rgba(228,64,95,.08);border:1px solid rgba(228,64,95,.2);animation-delay:6s}
.logo-github{top:40%;left:50%;color:#f0f6fc;background:rgba(240,246,252,.06);border:1px solid rgba(240,246,252,.15);animation-delay:1s}

@keyframes logoFloat{
  0%,100%{transform:translateY(0) rotate(0deg);opacity:.4}
  25%{transform:translateY(-12px) rotate(3deg);opacity:.8}
  50%{transform:translateY(-6px) rotate(-2deg);opacity:.6}
  75%{transform:translateY(-14px) rotate(2deg);opacity:.9}
}

/* Profile Picture Scanning */
.profile-scan{
  position:relative;z-index:2;
  display:flex;align-items:center;gap:.6rem;
  padding:.5rem .65rem;
  background:rgba(15,22,36,.7);
  border:1px solid rgba(236,72,153,.1);
  border-radius:8px;
  margin-top:.4rem;
}
.scan-icon{
  width:32px;height:32px;border-radius:50%;
  background:linear-gradient(135deg,rgba(236,72,153,.2),rgba(249,168,212,.1));
  border:1px solid rgba(236,72,153,.3);
  display:flex;align-items:center;justify-content:center;
  font-size:.9rem;
  position:relative;
  overflow:hidden;
}
.scan-icon::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(236,72,153,.3) 50%,transparent 60%);
  animation:scanProfile 2s linear infinite;
}
@keyframes scanProfile{
  0%{transform:translateY(-100%)}100%{transform:translateY(100%)}
}
.scan-info{font-size:.5rem;font-family:'Share Tech Mono',monospace;color:#5a7a8a}
.scan-info .scanned{color:#f9a8d4}

/* Job Title Badge Extraction */
.job-badges{
  display:flex;gap:.3rem;flex-wrap:wrap;
  margin-top:.4rem;
}
.job-badge{
  font-size:.42rem;font-family:'Share Tech Mono',monospace;
  padding:.15rem .4rem;border-radius:4px;
  color:#ec4899;
  background:rgba(236,72,153,.06);
  border:1px solid rgba(236,72,153,.15);
  animation:badgeExtract 6s ease-out infinite;
}
.job-badge:nth-child(1){animation-delay:1s}
.job-badge:nth-child(2){animation-delay:2.5s}
.job-badge:nth-child(3){animation-delay:4s}
.job-badge:nth-child(4){animation-delay:5.5s}

@keyframes badgeExtract{
  0%,8%{opacity:0;transform:scale(.7) translateY(5px)}
  15%,65%{opacity:1;transform:scale(1) translateY(0);box-shadow:0 0 8px rgba(236,72,153,.2)}
  75%,100%{opacity:.5;transform:scale(.95);box-shadow:none}
}

/* Connection Network Graph */
.network-graph{
  position:relative;z-index:2;
  height:110px;
  background:rgba(8,12,22,.6);
  border:1px solid rgba(236,72,153,.08);
  border-radius:10px;
  overflow:hidden;
  margin-top:.4rem;
}
.net-node{
  position:absolute;
  width:30px;height:30px;border-radius:50%;
  background:linear-gradient(135deg,rgba(236,72,153,.25),rgba(249,168,212,.15));
  border:2px solid rgba(236,72,153,.35);
  display:flex;align-items:center;justify-content:center;
  font-size:.65rem;z-index:5;
  animation:netPulse 4s ease-in-out infinite;
}
.net-node::after{
  content:attr(data-label);
  position:absolute;bottom:-12px;left:50%;
  transform:translateX(-50%);font-size:.3rem;
  font-family:'Share Tech Mono',monospace;
  color:#5a7a8a;white-space:nowrap;
}
.net-node.center{width:38px;height:38px;background:linear-gradient(135deg,rgba(236,72,153,.4),rgba(249,168,212,.25));border-color:rgba(236,72,153,.6);font-size:.85rem;box-shadow:0 0 18px rgba(236,72,153,.25)}
@keyframes netPulse{
  0%,100%{box-shadow:0 0 6px rgba(236,72,153,.15)}
  50%{box-shadow:0 0 16px rgba(236,72,153,.35)}
}
.nn-1{top:50%;left:50%;transform:translate(-50%,-50%)}
.nn-2{top:15%;left:22%}
.nn-3{top:15%;left:72%}
.nn-4{top:70%;left:15%}
.nn-5{top:70%;left:80%}
.nn-6{top:40%;left:8%}
.nn-7{top:40%;left:88%}

.net-line{
  position:absolute;height:1px;
  background:linear-gradient(90deg,rgba(236,72,153,.4),rgba(249,168,212,.3));
  transform-origin:left center;z-index:2;
  animation:netLineGrow 10s ease-out infinite;
}
.nl-1{top:calc(50% - 10px);left:calc(22% + 15px);width:0;transform:rotate(-22deg);animation-delay:1s}
.nl-2{top:calc(50% - 22px);left:calc(50% + 19px);width:0;transform:rotate(22deg);animation-delay:2.5s}
.nl-3{top:calc(50% + 10px);left:calc(15% + 15px);width:0;transform:rotate(22deg);animation-delay:4s}
.nl-4{top:calc(50% + 22px);left:calc(50% + 19px);width:0;transform:rotate(-22deg);animation-delay:5.5s}

@keyframes netLineGrow{
  0%,6%{width:0;opacity:0}14%,65%{width:55px;opacity:1}75%,100%{width:55px;opacity:.15}
}

/* Data Aggregation Panel */
.agg-panel{
  position:relative;z-index:2;
  padding:.5rem .65rem;
  background:rgba(8,12,22,.7);
  border:1px solid rgba(236,72,153,.1);
  border-radius:8px;
  margin-top:.4rem;
}
.agg-title{
  font-family:'Share Tech Mono',monospace;
  font-size:.5rem;color:#ec4899;
  letter-spacing:1.5px;text-transform:uppercase;
  margin-bottom:.3rem;
}
.agg-items{display:flex;flex-direction:column;gap:.2rem}
.agg-item{
  font-family:'Share Tech Mono',monospace;
  font-size:.45rem;color:#5a7a8a;
  padding:.15rem .3rem;border-radius:3px;
  opacity:0;animation:aggReveal 10s ease-out infinite;
}
.agg-item:nth-child(1){animation-delay:.8s}
.agg-item:nth-child(2){animation-delay:2s}
.agg-item:nth-child(3){animation-delay:3.2s}
.agg-item:nth-child(4){animation-delay:4.4s}
.agg-item:nth-child(5){animation-delay:5.6s}
.agg-item:nth-child(6){animation-delay:6.8s}
.agg-item:nth-child(7){animation-delay:8s}

@keyframes aggReveal{
  0%,5%{opacity:0;transform:translateX(-4px)}
  10%,65%{opacity:1;transform:translateX(0);color:#f9a8d4}
  75%,100%{opacity:.35;transform:translateX(0);color:#5a7a8a}
}

/* Scan overlay */
.scan-overlay{
  position:absolute;inset:0;
  background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgba(236,72,153,.012) 3px,rgba(236,72,153,.012) 4px);
  pointer-events:none;z-index:3;border-radius:16px;
}

/* Progress Bar */
.progress-wrapper{
  position:relative;z-index:12;
  width:100%;max-width:920px;margin-top:.8rem;
}
.progress-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.45rem;color:#5a7a8a;
  text-align:center;margin-bottom:3px;letter-spacing:1px;
}
.progress-bar{
  width:100%;height:5px;
  background:rgba(236,72,153,.08);
  border:1px solid rgba(236,72,153,.15);
  border-radius:4px;overflow:hidden;
}
.progress-fill{
  width:0%;height:100%;
  background:linear-gradient(90deg,#ec4899,#f9a8d4,#ec4899);
  background-size:200% 100%;
  border-radius:4px;
  animation:progressGrow 12s ease-in-out infinite,progressShimmer 1.5s linear infinite;
}
@keyframes progressGrow{
  0%{width:0%}12%{width:18%}30%{width:40%}50%{width:62%}72%{width:82%}90%{width:100%}100%{width:0%}
}
@keyframes progressShimmer{
  0%{background-position:200% 0}100%{background-position:-200% 0}
}

/* Status Indicators */
.status-bar{
  display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;
  margin-top:.8rem;z-index:2;position:relative;
}
.status-indicator{
  display:flex;align-items:center;gap:.4rem;
  font-family:'Share Tech Mono',monospace;font-size:.62rem;
  color:#5a7a8a;padding:.25rem .6rem;
  border:1px solid rgba(236,72,153,.08);
  border-radius:6px;background:rgba(236,72,153,.02);
}
.status-dot{width:7px;height:7px;border-radius:50%}
.status-indicator:nth-child(1) .status-dot{background:#ec4899;box-shadow:0 0 8px rgba(236,72,153,.5);animation:sDot 2s ease-in-out infinite}
.status-indicator:nth-child(2) .status-dot{background:#0077b5;box-shadow:0 0 8px rgba(0,119,181,.5);animation:sDot 2s ease-in-out infinite .7s}
.status-indicator:nth-child(3) .status-dot{background:#1da1f2;box-shadow:0 0 8px rgba(29,161,242,.5);animation:sDot 2s ease-in-out infinite 1.4s}
.status-indicator:nth-child(4) .status-dot{background:#e4405f;box-shadow:0 0 8px rgba(228,64,95,.5);animation:sDot 2s ease-in-out infinite 2.1s}
@keyframes sDot{
  0%,100%{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}
}

/* ===== FLOATING PARTICLES ===== */
.particles{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.particle{
  position:absolute;width:2px;height:2px;
  background:rgba(236,72,153,.35);border-radius:50%;
  animation:floatUp linear infinite;
}
.particle:nth-child(1){left:5%;width:2px;height:2px;animation-duration:12s;animation-delay:0s}
.particle:nth-child(2){left:15%;width:1px;height:1px;animation-duration:18s;animation-delay:2s;background:rgba(249,168,212,.2)}
.particle:nth-child(3){left:25%;width:3px;height:3px;animation-duration:14s;animation-delay:4s;background:rgba(236,72,153,.2)}
.particle:nth-child(4){left:35%;width:1px;height:1px;animation-duration:20s;animation-delay:1s;background:rgba(52,211,153,.25)}
.particle:nth-child(5){left:45%;width:2px;height:2px;animation-duration:16s;animation-delay:3s}
.particle:nth-child(6){left:55%;width:1px;height:1px;animation-duration:22s;animation-delay:5s;background:rgba(249,168,212,.2)}
.particle:nth-child(7){left:65%;width:2px;height:2px;animation-duration:13s;animation-delay:2.5s;background:rgba(236,72,153,.25)}
.particle:nth-child(8){left:75%;width:1px;height:1px;animation-duration:17s;animation-delay:.5s;background:rgba(52,211,153,.15)}
.particle:nth-child(9){left:85%;width:3px;height:3px;animation-duration:15s;animation-delay:6s;background:rgba(236,72,153,.15)}
.particle:nth-child(10){left:95%;width:1px;height:1px;animation-duration:19s;animation-delay:1.5s;background:rgba(249,168,212,.2)}
.particle:nth-child(11){left:10%;width:2px;height:2px;animation-duration:21s;animation-delay:7s;background:rgba(236,72,153,.12)}
.particle:nth-child(12){left:50%;width:1px;height:1px;animation-duration:16s;animation-delay:8s;background:rgba(52,211,153,.12)}
.particle:nth-child(13){left:30%;width:2px;height:2px;animation-duration:14s;animation-delay:3.5s;background:rgba(249,168,212,.18)}
.particle:nth-child(14){left:70%;width:1px;height:1px;animation-duration:18s;animation-delay:6.5s}
.particle:nth-child(15){left:88%;width:2px;height:2px;animation-duration:15s;animation-delay:9s;background:rgba(236,72,153,.1)}
@keyframes floatUp{
  0%{transform:translateY(100vh) translateX(0);opacity:0}
  10%{opacity:1}90%{opacity:1}
  100%{transform:translateY(-10vh) translateX(30px);opacity:0}
}

/* ===== SECTION STYLES ===== */
.section{padding:5rem 0;position:relative;z-index:1}
.section-tit{text-align:center;margin-bottom:3rem}
.section-tit .section-tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;letter-spacing:2px;text-transform:uppercase;
  color:#ec4899;margin-bottom:.5rem;
}
.section-tit h2{
  font-size:clamp(1.5rem,3vw,2.2rem);
  background:linear-gradient(90deg,#e8ecf1,#ec4899);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.section-tit .divider{
  width:60px;height:3px;margin:1rem auto 0;
  background:linear-gradient(90deg,#ec4899,#f9a8d4);border-radius:2px;
}

/* ===== GLASS CARD ===== */
.glass-card{
  background:rgba(15,22,36,.55);
  backdrop-filter:blur(10px);
  border:1px solid rgba(236,72,153,.1);
  border-radius:12px;
  padding:2rem;
  margin-bottom:1.5rem;
  transition:border-color .3s,box-shadow .3s;
}
.glass-card:hover{
  border-color:rgba(236,72,153,.25);
  box-shadow:0 0 30px rgba(236,72,153,.05);
}

/* ===== GLOW CARD ===== */
.glow-card{
  position:relative;
  background:rgba(10,14,23,.85);
  border-radius:14px;
  padding:2rem;
  margin-bottom:1.5rem;
  overflow:hidden;
}
.glow-card::before{
  content:'';position:absolute;inset:-1px;
  border-radius:14px;
  background:linear-gradient(135deg,rgba(236,72,153,.3),transparent 40%,transparent 60%,rgba(249,168,212,.3));
  z-index:-1;
  animation:borderGlow 4s ease-in-out infinite alternate;
}
@keyframes borderGlow{0%{opacity:.4}100%{opacity:1}}
.glow-card::after{
  content:'';position:absolute;inset:1px;
  background:rgba(10,14,23,.95);
  border-radius:13px;z-index:-1;
}
.glow-card h3{color:#ec4899;margin-bottom:.8rem;font-size:1.15rem}
.glow-card p{margin-bottom:.8rem}

/* ===== STAT BOX ===== */
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem;margin:2rem 0}
.stat-box{
  text-align:center;padding:1.5rem;
  background:rgba(236,72,153,.03);
  border:1px solid rgba(236,72,153,.12);
  border-radius:10px;
  transition:transform .3s,box-shadow .3s;
}
.stat-box:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(236,72,153,.08)}
.stat-number{
  font-family:'Share Tech Mono',monospace;
  font-size:2rem;color:#ec4899;
  text-shadow:0 0 20px rgba(236,72,153,.3);
}
.stat-number.green{color:#34d399;text-shadow:0 0 20px rgba(52,211,153,.3)}
.stat-number.red{color:#ff4444;text-shadow:0 0 20px rgba(255,68,68,.3)}
.stat-number.cyan{color:#00f0ff;text-shadow:0 0 20px rgba(0,240,255,.3)}
.stat-number.pink{color:#f9a8d4;text-shadow:0 0 20px rgba(249,168,212,.3)}
.stat-label{font-size:.8rem;color:#5a7a8a;margin-top:.3rem}

/* ===== DEFINITION BOX ===== */
.def-box{
  background:linear-gradient(135deg,rgba(236,72,153,.05),rgba(249,168,212,.03));
  border-left:4px solid #ec4899;
  padding:1.5rem 2rem;
  border-radius:0 10px 10px 0;
  margin:1.5rem 0;
}
.def-box .def-label{
  font-family:'Share Tech Mono',monospace;
  font-size:.75rem;color:#ec4899;
  letter-spacing:1px;text-transform:uppercase;
  margin-bottom:.5rem;
}
.def-box p{font-size:.95rem;line-height:1.8}

/* ===== ANALOGY BOX ===== */
.analogy-box{
  background:linear-gradient(135deg,rgba(52,211,153,.05),rgba(236,72,153,.03));
  border-left:4px solid #34d399;
  padding:1.5rem 2rem;
  border-radius:0 10px 10px 0;
  margin:1.5rem 0;
}
.analogy-box .def-label{color:#34d399}

/* ===== SCENARIO ===== */
.scenario-timeline{position:relative;padding-left:2rem}
.scenario-timeline::before{
  content:'';position:absolute;left:8px;top:0;bottom:0;
  width:2px;
  background:linear-gradient(180deg,#ec4899,#f9a8d4,rgba(249,168,212,.2));
}
.timeline-item{position:relative;margin-bottom:2rem;padding-left:1.5rem}
.timeline-item::before{
  content:'';position:absolute;left:-2rem;top:4px;
  width:16px;height:16px;border-radius:50%;
  background:#0a0e17;border:2px solid #ec4899;
  box-shadow:0 0 10px rgba(236,72,153,.3);
}
.timeline-item.bad::before{border-color:#ff4444;box-shadow:0 0 10px rgba(255,68,68,.3)}
.timeline-item.good::before{border-color:#34d399;box-shadow:0 0 10px rgba(52,211,153,.3)}
.timeline-item h4{color:#ec4899;margin-bottom:.4rem;font-size:1rem}
.timeline-item.bad h4{color:#ff6666}
.timeline-item.good h4{color:#44ddbb}
.timeline-item p{font-size:.92rem;color:#8fa3b8}

/* ===== STEPS ===== */
.steps-grid{display:flex;flex-direction:column;gap:1.2rem}
.step-card{
  display:flex;gap:1.2rem;align-items:flex-start;
  background:rgba(15,22,36,.5);
  border:1px solid rgba(236,72,153,.08);
  border-radius:10px;
  padding:1.3rem 1.5rem;
  transition:all .3s;
}
.step-card:hover{
  border-color:rgba(236,72,153,.2);
  background:rgba(15,22,36,.7);
  transform:translateX(6px);
}
.step-num{
  flex-shrink:0;
  width:44px;height:44px;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(236,72,153,.15),rgba(249,168,212,.1));
  border:1px solid rgba(236,72,153,.3);
  border-radius:10px;
  font-family:'Share Tech Mono',monospace;
  font-size:1.1rem;color:#ec4899;
}
.step-content h4{color:#e8ecf1;margin-bottom:.4rem;font-size:1rem}
.step-content p{font-size:.88rem;color:#8fa3b8;margin-bottom:.4rem}
.step-content ul{list-style:none;padding:0}
.step-content ul li{
  font-size:.84rem;color:#6a8a9a;padding:.2rem 0 .2rem 1.2rem;
  position:relative;
}
.step-content ul li::before{
  content:'\203A';position:absolute;left:0;color:#ec4899;font-weight:bold;
}
.protection-tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.62rem;letter-spacing:1px;text-transform:uppercase;
  padding:.1rem .5rem;border-radius:4px;
  margin-left:.3rem;
}
.protection-tag.prevent{color:#34d399;background:rgba(52,211,153,.08);border:1px solid rgba(52,211,153,.2)}
.protection-tag.detect{color:#60a5fa;background:rgba(96,165,250,.08);border:1px solid rgba(96,165,250,.2)}
.protection-tag.respond{color:#fbbf24;background:rgba(251,191,36,.08);border:1px solid rgba(251,191,36,.2)}

/* ===== MISTAKES &amp; BEST ===== */
.mb-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:700px){.mb-grid{grid-template-columns:1fr}}
.mb-card{padding:1.5rem}
.mb-card.mistake{border-left:3px solid #ff4444}
.mb-card.best{border-left:3px solid #34d399}
.mb-card h3{font-size:1rem;margin-bottom:1rem}
.mb-card.mistake h3{color:#ff6666}
.mb-card.best h3{color:#44ddbb}
.mb-card ul{list-style:none;padding:0}
.mb-card ul li{
  padding:.5rem 0 .5rem 1.5rem;
  font-size:.88rem;color:#8fa3b8;
  position:relative;
  border-bottom:1px solid rgba(255,255,255,.03);
}
.mb-card.mistake ul li::before{content:'\2715';position:absolute;left:0;color:#ff4444;font-weight:bold;font-size:.9rem}
.mb-card.best ul li::before{content:'\2713';position:absolute;left:0;color:#34d399;font-weight:bold;font-size:.9rem}

/* ===== TEAM VIEWS ===== */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
@media(max-width:700px){.team-grid{grid-template-columns:1fr}}
.team-card{position:relative;overflow:hidden}
.team-card .team-label{
  position:absolute;top:1rem;right:1rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.65rem;letter-spacing:2px;text-transform:uppercase;
  padding:.2rem .6rem;border-radius:4px;
}
.team-card.red .team-label{color:#ff4444;border:1px solid rgba(255,68,68,.3);background:rgba(255,68,68,.08)}
.team-card.blue .team-label{color:#00f0ff;border:1px solid rgba(0,240,255,.3);background:rgba(0,240,255,.08)}
.team-card h3{margin-top:.5rem;margin-bottom:.8rem;font-size:1.1rem}
.team-card.red h3{color:#ff8888}
.team-card.blue h3{color:#66ddff}
.team-card ul{list-style:none;padding:0}
.team-card ul li{
  padding:.5rem 0 .5rem 1.5rem;
  font-size:.88rem;color:#8fa3b8;
  position:relative;
  border-bottom:1px solid rgba(255,255,255,.03);
}
.team-card.red ul li::before{content:'\25B6';position:absolute;left:0;color:#ff4444;font-size:.7rem}
.team-card.blue ul li::before{content:'\25B6';position:absolute;left:0;color:#00f0ff;font-size:.7rem}

/* ===== HUNTER SECTION ===== */
.hunter-card{
  background:linear-gradient(135deg,rgba(236,72,153,.05),rgba(255,68,68,.03));
  border:1px solid rgba(236,72,153,.15);
  border-radius:12px;
  padding:2rem;
}
.hunter-card h3{color:#ec4899;margin-bottom:.8rem}

/* ===== CTA ===== */
.cta-section{text-align:center;padding:4rem 0}
.cta-box{
  display:inline-block;
  background:linear-gradient(135deg,rgba(236,72,153,.08),rgba(249,168,212,.05));
  border:1px solid rgba(236,72,153,.2);
  border-radius:16px;
  padding:3rem 2.5rem;
  max-width:700px;
}
.cta-box h2{margin-bottom:1rem;font-size:1.5rem}
.cta-box p{margin-bottom:1.5rem;color:#8fa3b8}

/* ===== SUB-TECHNIQUE LINKS ===== */
.subtech-links{
  display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;
  margin-top:2rem;
}
.subtech-link{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.45rem .9rem;
  background:rgba(236,72,153,.04);
  border:1px solid rgba(236,72,153,.18);
  border-radius:8px;
  font-family:'Share Tech Mono',monospace;
  font-size:.72rem;color:#ec4899;
  transition:all .3s;
}
.subtech-link:hover{
  background:rgba(236,72,153,.1);
  border-color:rgba(236,72,153,.5);
  box-shadow:0 0 20px rgba(236,72,153,.1);
  color:#f9a8d4;
}

/* ===== CROSS-LINKS ===== */
.cross-links{
  display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;
  margin-top:1.2rem;
}
.cross-link{
  display:inline-flex;align-items:center;gap:.3rem;
  padding:.3rem .7rem;
  background:rgba(249,168,212,.03);
  border:1px solid rgba(249,168,212,.12);
  border-radius:6px;
  font-size:.68rem;color:#f9a8d4;
  transition:all .3s;
}
.cross-link:hover{
  background:rgba(249,168,212,.08);
  border-color:rgba(249,168,212,.3);
}

/* ===== REFERENCE BADGES ===== */
.ref-links{
  display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1rem;
}
.ref-links a{
  font-size:.72rem;
  padding:.25rem .6rem;
  border:1px solid rgba(236,72,153,.12);
  border-radius:4px;
  color:#5a8a9a;
  transition:all .3s;
}
.ref-links a:hover{
  border-color:rgba(236,72,153,.4);
  color:#ec4899;
}

/* ===== DATA TABLE ===== */
.data-table{
  width:100%;border-collapse:collapse;margin:1rem 0;
  font-family:'Share Tech Mono',monospace;
  font-size:.8rem;
}
.data-table th{
  text-align:left;
  padding:.6rem .8rem;
  background:rgba(236,72,153,.08);
  border:1px solid rgba(236,72,153,.15);
  color:#ec4899;
  font-weight:500;
  letter-spacing:.5px;
  font-size:.7rem;
}
.data-table td{
  padding:.5rem .8rem;
  border:1px solid rgba(255,255,255,.05);
  color:#8fa3b8;
}
.data-table tr:nth-child(even){background:rgba(236,72,153,.02)}

/* ===== THREAT BADGE ===== */
.threat-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.3rem .8rem;border-radius:20px;
  font-family:'Share Tech Mono',monospace;
  font-size:.65rem;letter-spacing:1px;text-transform:uppercase;
}
.threat-badge.high{background:rgba(255,68,68,.1);border:1px solid rgba(255,68,68,.3);color:#ff6666}
.threat-badge.med{background:rgba(236,72,153,.1);border:1px solid rgba(236,72,153,.3);color:#ec4899}
.threat-badge.low{background:rgba(52,211,153,.1);border:1px solid rgba(52,211,153,.3);color:#34d399}

/* ===== ACCENT LINE ===== */
.accent-line{
  width:100%;height:1px;margin:2rem 0;
  background:linear-gradient(90deg,transparent,rgba(236,72,153,.3),rgba(249,168,212,.3),transparent);
  animation:accentShimmer 3s ease-in-out infinite;
}
@keyframes accentShimmer{0%,100%{opacity:.3}50%{opacity:.8}}

/* ===== TACTIC BADGE ===== */
.tactic-badge{
  display:inline-flex;align-items:center;gap:.3rem;
  font-family:'Share Tech Mono',monospace;
  font-size:.6rem;letter-spacing:1px;text-transform:uppercase;
  padding:.25rem .7rem;border-radius:4px;
  background:rgba(236,72,153,.1);
  border:1px solid rgba(236,72,153,.25);
  color:#ec4899;
}

/* ===== ICON GRID ===== */
.icon-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem;
  margin:1.5rem 0;
}
.icon-card{
  text-align:center;padding:1rem .6rem;
  background:rgba(15,22,36,.6);
  border:1px solid rgba(236,72,153,.08);
  border-radius:10px;transition:all .3s;
}
.icon-card:hover{
  border-color:rgba(236,72,153,.25);
  transform:translateY(-3px);
  box-shadow:0 6px 20px rgba(236,72,153,.08);
}
.icon-card .ic-icon{font-size:1.8rem;margin-bottom:.4rem}
.icon-card .ic-label{font-size:.7rem;color:#8fa3b8;font-weight:500}
.icon-card .ic-sub{font-size:.55rem;color:#5a7a8a;font-family:'Share Tech Mono',monospace}

/* ===== TOOL TAG ===== */
.tool-tag{
  display:inline-block;
  font-family:'Share Tech Mono',monospace;
  font-size:.72rem;padding:.15rem .5rem;
  background:rgba(236,72,153,.06);
  border:1px solid rgba(236,72,153,.15);
  border-radius:4px;color:#ec4899;margin:.15rem;
}

/* ===== PLATFORM CARDS ===== */
.platform-cards{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;
  margin:1.5rem 0;
}
.platform-card{
  background:rgba(15,22,36,.6);
  border:1px solid rgba(236,72,153,.08);
  border-radius:10px;padding:1.2rem;
  transition:all .3s;
}
.platform-card:hover{
  border-color:rgba(236,72,153,.25);
  box-shadow:0 4px 20px rgba(236,72,153,.06);
  transform:translateY(-2px);
}
.platform-card .pc-icon{font-size:1.6rem;margin-bottom:.5rem}
.platform-card .pc-name{font-size:.85rem;font-weight:600;color:#e8ecf1;margin-bottom:.3rem}
.platform-card .pc-desc{font-size:.75rem;color:#8fa3b8;line-height:1.5}
.platform-card .pc-data{font-size:.65rem;color:#ec4899;font-family:'Share Tech Mono',monospace;margin-top:.4rem}

/* ===== HELPER CLASSES ===== */
.text-pink{color:#ec4899}
.text-rose{color:#f9a8d4}
.text-green{color:#34d399}
.text-red{color:#ff4444}
.text-muted{color:#5a7a8a}
.text-center{text-align:center}
.mt-1{margin-top:.5rem}
.mt-2{margin-top:1rem}
.mt-3{margin-top:1.5rem}
.mb-1{margin-bottom:.5rem}
.mb-2{margin-bottom:1rem}

/* ===== WARNING PULSE ===== */
.warning-pulse{
  display:inline-block;
  padding:.3rem .8rem;border-radius:4px;
  background:rgba(255,68,68,.08);
  border:1px solid rgba(255,68,68,.2);
  color:#ff6666;
  font-family:'Share Tech Mono',monospace;
  font-size:.7rem;
  animation:warnPulse 2s ease-in-out infinite;
}
@keyframes warnPulse{
  0%,100%{box-shadow:0 0 5px rgba(255,68,68,.1)}50%{box-shadow:0 0 15px rgba(255,68,68,.3)}
}

/* ===== SECTION FADE ===== */
.section-fade{animation:sectionFadeIn 1s ease-out both}
@keyframes sectionFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}

/* ===== CONN DOT FLOW ===== */
.conn-dot{
  position:absolute;width:4px;height:4px;border-radius:50%;
  background:#ec4899;box-shadow:0 0 6px #ec4899;z-index:6;
  animation:connDotFlow 3s linear infinite;
}
.conn-dot:nth-child(1){animation-delay:0s}
.conn-dot:nth-child(2){animation-delay:.8s;background:#f9a8d4;box-shadow:0 0 6px #f9a8d4}
.conn-dot:nth-child(3){animation-delay:1.6s;background:#34d399;box-shadow:0 0 6px #34d399}
.conn-dot:nth-child(4){animation-delay:2.4s;background:#fbbf24;box-shadow:0 0 6px #fbbf24}

@keyframes connDotFlow{
  0%{top:50%;left:20%;opacity:0}10%{opacity:1}90%{opacity:1}100%{top:50%;left:80%;opacity:0}
}

/* ===== GLOW TEXT ===== */
.glow-pink{text-shadow:0 0 10px rgba(236,72,153,.4),0 0 20px rgba(236,72,153,.2)}

/* ===== RESPONSIVE ===== */
@media(max-width:968px){
  .feed-area{grid-template-columns:1fr}
  .attacker-sidebar{border-right:none;border-bottom:1px solid rgba(236,72,153,.08);flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.4rem;padding:.6rem}
  .attacker-avatar{width:36px;height:36px;font-size:1rem;margin:0}
  .attacker-field{display:none}
  .attacker-name,.attacker-role{font-size:.6rem}
}
@media(max-width:768px){
  .glass-card,.glow-card{padding:1.3rem}
  .status-bar{gap:.5rem}
  .stat-grid{grid-template-columns:1fr 1fr}
  .platform-tabs{flex-wrap:wrap}
  .plat-tab{flex:1 1 25%;font-size:.5rem;padding:.5rem .3rem}
  .team-grid{grid-template-columns:1fr}
  .mb-grid{grid-template-columns:1fr}
  .float-logo{display:none}
  .location-pin{display:none}
  .network-graph{height:90px}
}
@media(max-width:480px){
  .stat-grid{grid-template-columns:1fr}
  .platform-tabs{flex-wrap:nowrap;overflow-x:auto}
  .plat-tab{flex:0 0 25%;font-size:.45rem}
  .icon-grid{grid-template-columns:1fr 1fr}
  .platform-cards{grid-template-columns:1fr}
  .subtech-links{flex-direction:column;align-items:stretch}
  .cross-links{flex-direction:column;align-items:stretch}
}/* End custom CSS */