
body[data-page="home"]{
  --recook-red:#ff5d43;
  --recook-orange:#ff9a42;
  --recook-violet:#7a62ff;
  --recook-panel:#0f1018;
  background:
    radial-gradient(circle at 82% 8%, rgba(122,98,255,.12), transparent 28%),
    radial-gradient(circle at 14% 30%, rgba(255,93,67,.08), transparent 24%),
    #07070a;
}

body[data-page="home"] .page-grid{
  opacity:.06;
  background-size:48px 48px;
}

body[data-page="home"] .cursor-glow{
  background:radial-gradient(circle,rgba(255,109,70,.12),transparent 70%);
}

.recook-header{
  background:rgba(7,7,10,.84);
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter:blur(18px);
}

.recook-header .nav-shell{min-height:78px}
.recook-brand .brand-mark{
  border-color:rgba(255,118,74,.28);
  background:linear-gradient(145deg,rgba(255,93,67,.14),rgba(122,98,255,.12)),#121217;
  box-shadow:0 14px 34px rgba(255,93,67,.12);
}
.recook-brand .brand-mark span{color:#ff734b}
.recook-nav{gap:24px}
.recook-nav a{
  position:relative;
  color:#aca8b6;
  font-size:13px;
  letter-spacing:.01em;
}
.recook-nav a::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-12px;
  height:2px;border-radius:999px;
  background:linear-gradient(90deg,var(--recook-red),var(--recook-violet));
  transform:scaleX(0);
  transition:transform .2s ease;
}
.recook-nav a:hover::after,.recook-nav .active-nav::after{transform:scaleX(1)}

.recook-discord{
  min-height:42px;
  padding:0 17px;
  background:#fff;
  color:#09090d;
  border-color:#fff;
}
.recook-discord:hover{background:#f3f3f6}

.recook-hero{
  position:relative;
  min-height:790px;
  overflow:hidden;
  padding:72px 0 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.hero-backdrop{
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(7,7,10,.97) 0%,rgba(7,7,10,.82) 44%,rgba(7,7,10,.52) 68%,rgba(7,7,10,.86) 100%),
    url("arcplug-inhouse-hero.svg") center center/cover no-repeat;
  opacity:.98;
}
.hero-backdrop::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,transparent 58%,#07070a 100%),
    radial-gradient(circle at 55% 45%, rgba(255,255,255,.02), transparent 34%);
}

.recook-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  align-items:center;
  gap:68px;
  min-height:660px;
}

.recook-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 14px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(10,10,15,.52);
  backdrop-filter:blur(14px);
  color:#d2cfda;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.recook-hero-copy h1{
  margin:24px 0 18px;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(62px,7vw,102px);
  line-height:.86;
  letter-spacing:-.075em;
  text-transform:uppercase;
}
.recook-hero-copy h1 span{display:block;color:#fff}
.recook-hero-copy h1 em{
  display:block;
  color:transparent;
  font-style:normal;
  background:linear-gradient(90deg,#ff5c43 0%,#ff9942 40%,#916fff 85%,#c3b6ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.recook-hero-copy>p{
  max-width:640px;
  margin:0;
  color:#b1acbb;
  font-size:16px;
  line-height:1.85;
}

.recook-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px;
}
.recook-primary{
  background:linear-gradient(135deg,#f65240,#ff9841);
  box-shadow:0 18px 48px rgba(255,90,63,.16);
}
.recook-secondary{
  background:rgba(14,14,20,.75);
  border-color:rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
}

.recook-proof-row{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  max-width:650px;
}
.recook-proof-row div{
  padding:16px 17px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(12,12,17,.72);
  backdrop-filter:blur(14px);
  box-shadow:0 16px 38px rgba(0,0,0,.18);
}
.recook-proof-row strong,.recook-proof-row span{display:block}
.recook-proof-row strong{font-family:"Space Grotesk";font-size:25px}
.recook-proof-row span{margin-top:5px;color:#8f8b99;font-size:10px}

.recook-showcase{
  position:relative;
  min-height:560px;
  display:grid;
  place-items:center;
}
.recook-image-card{
  width:min(100%,540px);
  height:560px;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:30px;
  background:#111116;
  box-shadow:0 42px 110px rgba(0,0,0,.58);
}
.recook-image-card::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  border:1px solid rgba(255,255,255,.07);
  border-radius:inherit;
  pointer-events:none;
}
.recook-image-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform:scale(1.01);
}
.image-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(5,5,8,.44),transparent 34%,transparent 58%,rgba(5,5,8,.88) 100%),
    linear-gradient(90deg,rgba(5,5,8,.20),transparent 62%);
}
.recook-card-top,.recook-card-bottom{
  position:absolute;
  z-index:3;
  left:24px;right:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.recook-card-top{
  top:24px;
  color:#ddd9e5;
  font-size:10px;
  font-weight:900;
  letter-spacing:.15em;
}
.recook-live{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border:1px solid rgba(73,233,155,.25);
  border-radius:999px;
  background:rgba(5,20,14,.7);
  color:#75efb0;
}
.recook-live i{
  width:6px;height:6px;border-radius:50%;
  background:#49e99b;box-shadow:0 0 12px #49e99b;
}
.recook-card-bottom{bottom:24px}
.recook-card-bottom small,.recook-card-bottom strong{display:block}
.recook-card-bottom small{
  color:#ffb489;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}
.recook-card-bottom strong{
  margin-top:8px;
  max-width:360px;
  font-family:"Space Grotesk";
  font-size:28px;
  line-height:1.05;
}
.recook-card-bottom a{
  width:52px;height:52px;flex:0 0 52px;
  display:grid;place-items:center;
  border-radius:16px;
  background:#fff;color:#09090d;
  font-size:24px;font-weight:900;
}

.recook-floating{
  position:absolute;
  z-index:5;
  width:180px;
  padding:16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:17px;
  background:rgba(10,10,15,.88);
  backdrop-filter:blur(16px);
  box-shadow:0 22px 50px rgba(0,0,0,.38);
}
.recook-floating span,.recook-floating strong,.recook-floating small{display:block}
.recook-floating span{
  color:#9894a0;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
}
.recook-floating strong{
  margin-top:6px;
  font-family:"Space Grotesk";
  font-size:24px;
}
.recook-floating small{
  margin-top:5px;
  color:#7f7b87;
  font-size:9px;
}
.recook-float-one{left:-20px;top:98px;border-color:rgba(255,111,72,.24)}
.recook-float-two{right:-18px;bottom:88px;border-color:rgba(131,108,255,.28)}

.recook-quickbar{
  position:relative;
  z-index:2;
  border-top:1px solid rgba(255,255,255,.08);
  background:rgba(7,7,10,.8);
  backdrop-filter:blur(15px);
}
.recook-quickbar-inner{
  min-height:72px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  align-items:center;
}
.recook-quickbar-inner span{
  padding:0 18px;
  border-right:1px solid rgba(255,255,255,.07);
  color:#aaa7b4;
  font-size:11px;
  font-weight:700;
}
.recook-quickbar-inner span:last-child{border-right:0}
.recook-quickbar-inner b{margin-right:9px;color:#ff7a4c}

.recook-overview{padding-top:50px!important;padding-bottom:50px!important}

body[data-page="home"] .overview-card{
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),transparent 55%),#0f1016;
}
body[data-page="home"] .featured-section{padding-top:80px}
body[data-page="home"] .feature-card.large{
  background:linear-gradient(135deg,rgba(255,88,64,.10),transparent 50%),#111117;
  border-color:rgba(255,95,63,.18);
}
body[data-page="home"] .stock-card{border-radius:17px}
body[data-page="home"] .primary-button{
  background:linear-gradient(135deg,#f65240,#ff9841);
}
body[data-page="home"] .process-card.highlight{
  border-color:rgba(255,95,63,.24);
  background:radial-gradient(circle at 100% 0%,rgba(255,75,59,.13),transparent 38%),#111117;
}

@media(max-width:1080px){
  .recook-hero-grid{
    grid-template-columns:1fr;
    padding-top:40px;
    padding-bottom:70px;
  }
  .recook-hero-copy{text-align:center}
  .recook-kicker{margin:0 auto}
  .recook-hero-copy>p{margin-left:auto;margin-right:auto}
  .recook-actions,.recook-proof-row{justify-content:center;margin-left:auto;margin-right:auto}
  .recook-showcase{width:min(100%,650px);margin:0 auto}
}
@media(max-width:760px){
  .recook-hero{padding-top:38px}
  .recook-hero-copy h1{font-size:clamp(48px,15vw,72px)}
  .recook-showcase{min-height:470px}
  .recook-image-card{height:460px}
  .recook-floating{display:none}
  .recook-quickbar-inner{grid-template-columns:1fr 1fr}
  .recook-quickbar-inner span{
    min-height:54px;display:flex;align-items:center;
    border-bottom:1px solid rgba(255,255,255,.06);
  }
}
@media(max-width:520px){
  .recook-actions{flex-direction:column}
  .recook-actions .button{width:100%}
  .recook-proof-row{grid-template-columns:1fr}
  .recook-showcase{min-height:390px}
  .recook-image-card{height:390px;border-radius:22px}
  .recook-card-bottom strong{font-size:22px}
  .recook-quickbar-inner{grid-template-columns:1fr}
  .recook-quickbar-inner span{border-right:0}
}


/* One-stop shop content update */
.one-stop-overview{
  display:block;
  color:inherit;
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}

.one-stop-overview:hover{
  transform:translateY(-4px);
  border-color:rgba(255,112,72,.22);
  background:
    linear-gradient(145deg,rgba(255,98,67,.06),transparent 52%),
    #111118!important;
}

.one-stop-overview strong{
  font-size:clamp(24px,2.4vw,34px)!important;
}

.one-stop-overview small{
  max-width:240px;
  line-height:1.55;
}

.one-stop-feature-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.one-stop-card{
  min-height:330px;
  position:relative;
  display:flex;
  flex-direction:column;
  padding:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.035),transparent 48%),
    #101017;
}

.one-stop-card:nth-child(1){
  border-color:rgba(255,101,67,.20);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,88,61,.12),transparent 38%),
    #111117;
}

.one-stop-card:nth-child(2){
  border-color:rgba(122,98,255,.20);
}

.one-stop-card:nth-child(3){
  border-color:rgba(255,154,66,.18);
}

.one-stop-card:nth-child(4){
  border-color:rgba(73,233,155,.16);
}

.one-stop-number{
  position:absolute;
  top:22px;
  right:24px;
  color:rgba(255,255,255,.12);
  font-family:"Space Grotesk",sans-serif;
  font-size:42px;
  font-weight:700;
}

.one-stop-card h3{
  max-width:480px;
  margin:18px 0 12px;
  font-family:"Space Grotesk",sans-serif;
  font-size:29px;
  line-height:1.08;
}

.one-stop-card p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

.one-stop-link{
  width:fit-content;
  margin-top:auto;
  padding-top:28px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.one-stop-link span{
  color:#ff8756;
  font-size:18px;
}

.bag-deals-section{
  position:relative;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 12% 20%,rgba(255,92,67,.07),transparent 26%),
    radial-gradient(circle at 88% 70%,rgba(122,98,255,.07),transparent 28%),
    rgba(255,255,255,.008);
}

.bag-deals-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
}

.bag-deals-heading h2{
  margin:16px 0 14px;
  max-width:780px;
  font-family:"Space Grotesk",sans-serif;
  font-size:clamp(38px,5vw,62px);
  line-height:1.02;
  letter-spacing:-.045em;
}

.bag-deals-heading p{
  max-width:760px;
  margin:0;
  color:var(--muted);
  line-height:1.8;
}

.bag-deals-grid{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.bag-deal-card{
  min-height:230px;
  padding:26px;
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  align-items:flex-start;
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.03),transparent 50%),
    rgba(14,14,21,.86);
  transition:transform .22s ease,border-color .22s ease;
}

.bag-deal-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,112,72,.22);
}

.bag-deal-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,113,74,.22);
  border-radius:16px;
  color:#ff9165;
  background:rgba(255,93,67,.07);
  font-family:"Space Grotesk",sans-serif;
  font-size:14px;
  font-weight:900;
}

.bag-deal-card h3{
  margin:14px 0 10px;
  font-family:"Space Grotesk",sans-serif;
  font-size:24px;
}

.bag-deal-card p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.72;
}

.bag-deals-note{
  margin-top:18px;
  padding:18px 20px;
  display:flex;
  align-items:flex-start;
  gap:13px;
  border:1px solid rgba(73,233,155,.14);
  border-radius:16px;
  background:rgba(73,233,155,.04);
}

.bag-deals-note .live-dot{
  flex:0 0 8px;
  margin-top:6px;
}

.bag-deals-note p{
  margin:0;
  color:#b8d7c7;
  font-size:12px;
  line-height:1.65;
}

@media(max-width:900px){
  .one-stop-feature-grid,
  .bag-deals-grid{
    grid-template-columns:1fr;
  }

  .bag-deals-heading{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:520px){
  .one-stop-card{
    min-height:0;
    padding:24px 20px;
  }

  .bag-deal-card{
    grid-template-columns:1fr;
    min-height:0;
    padding:22px 19px;
  }

  .bag-deals-heading .button{
    width:100%;
  }
}

/* =========================================================
   ARC PLUG OFFICIAL STAFF TEAM
   ========================================================= */
.team-section{
  position:relative;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
  background:
    radial-gradient(circle at 18% 15%,rgba(122,98,255,.12),transparent 31%),
    radial-gradient(circle at 82% 82%,rgba(255,93,67,.08),transparent 32%),
    linear-gradient(180deg,rgba(255,255,255,.012),rgba(255,255,255,.004));
}

.team-glow{
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  filter:blur(100px);
  opacity:.12;
  pointer-events:none;
}

.team-glow-one{
  top:-190px;
  left:-120px;
  background:#7c62ff;
}

.team-glow-two{
  right:-140px;
  bottom:-220px;
  background:#ff6747;
}

.team-heading{
  position:relative;
  z-index:1;
  max-width:790px;
  margin:0 auto;
}

.team-heading p{
  max-width:700px;
  margin-left:auto;
  margin-right:auto;
}

.team-verified-pill{
  width:max-content;
  margin:20px auto 0;
  padding:8px 12px;
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(73,233,155,.18);
  border-radius:999px;
  color:#a4f2cb;
  background:rgba(73,233,155,.05);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.team-verified-pill span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#49e99b;
  box-shadow:0 0 14px rgba(73,233,155,.85);
}

.team-grid{
  position:relative;
  z-index:1;
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.team-card{
  --team-accent:#8b72ff;
  min-height:285px;
  position:relative;
  overflow:hidden;
  padding:23px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:21px;
  background:
    radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--team-accent) 13%,transparent),transparent 42%),
    rgba(15,15,22,.88);
  box-shadow:0 22px 55px rgba(0,0,0,.20);
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease;
}

.team-card::before{
  content:"";
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  height:2px;
  border-radius:0 0 5px 5px;
  background:linear-gradient(90deg,transparent,var(--team-accent),transparent);
  box-shadow:0 0 20px color-mix(in srgb,var(--team-accent) 55%,transparent);
}

.team-card:hover{
  transform:translateY(-6px);
  border-color:color-mix(in srgb,var(--team-accent) 32%,rgba(255,255,255,.08));
  box-shadow:0 30px 70px rgba(0,0,0,.32);
}

.team-owner{--team-accent:#f5b94e}
.team-developer{--team-accent:#8b72ff}
.team-management{--team-accent:#56c8ff}
.team-admin{--team-accent:#ff6858}
.team-plug{--team-accent:#ef5bff}
.team-support{--team-accent:#49e99b}

.team-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.team-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid color-mix(in srgb,var(--team-accent) 28%,transparent);
  border-radius:14px;
  color:var(--team-accent);
  background:color-mix(in srgb,var(--team-accent) 8%,transparent);
  font-family:"Space Grotesk",sans-serif;
  font-size:20px;
  font-weight:900;
  box-shadow:inset 0 0 22px color-mix(in srgb,var(--team-accent) 5%,transparent);
}

.team-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#a8a4b0;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
}

.team-status i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#49e99b;
  box-shadow:0 0 12px rgba(73,233,155,.8);
}

.team-role{
  display:block;
  margin-top:24px;
  color:var(--team-accent);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.team-member-list{
  margin-top:9px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.team-member{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 12px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:11px;
  color:#fff;
  background:rgba(255,255,255,.025);
  font-family:"Space Grotesk",sans-serif;
  font-size:19px;
  line-height:1;
}

.team-member-list-multiple .team-member{
  font-size:16px;
}

.team-card p{
  margin:17px 0 0;
  color:#96919f;
  font-size:12px;
  line-height:1.68;
}

.team-security-note{
  position:relative;
  z-index:1;
  margin-top:18px;
  padding:18px 20px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:15px;
  border:1px solid rgba(73,233,155,.15);
  border-radius:17px;
  background:rgba(73,233,155,.035);
}

.team-security-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(73,233,155,.18);
  border-radius:13px;
  color:#79efb3;
  background:rgba(73,233,155,.07);
  font-size:17px;
  font-weight:900;
}

.team-security-note strong{
  display:block;
  color:#d8eee3;
  font-size:12px;
}

.team-security-note p{
  margin:5px 0 0;
  color:#96b6a5;
  font-size:11px;
  line-height:1.6;
}

.team-security-note a{
  white-space:nowrap;
  color:#a4f2cb;
  font-size:10px;
  font-weight:900;
}

.team-security-note a:hover{
  color:#fff;
}

@media(max-width:980px){
  .team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:660px){
  .team-grid{grid-template-columns:1fr}
  .team-card{min-height:0}
  .team-security-note{grid-template-columns:auto 1fr}
  .team-security-note a{grid-column:2}
}

@media(max-width:430px){
  .team-card{padding:20px 18px}
  .team-member{font-size:17px}
  .team-security-note{padding:16px;align-items:start}
}

/* LIVE WEBSITE TRAFFIC BAR */
.live-traffic-bar{position:relative;z-index:80;border-bottom:1px solid rgba(155,92,255,.17);background:linear-gradient(90deg,rgba(7,8,12,.98),rgba(18,11,29,.98),rgba(7,8,12,.98));box-shadow:0 8px 32px rgba(0,0,0,.2)}.live-traffic-inner{min-height:42px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff}.live-traffic-status{display:inline-flex;align-items:center;gap:8px;color:#c7a9f7;font-size:9px;font-weight:900;letter-spacing:.17em;white-space:nowrap}.live-traffic-dot{width:8px;height:8px;border-radius:50%;background:#30df7d;box-shadow:0 0 0 5px rgba(48,223,125,.08),0 0 15px rgba(48,223,125,.85);animation:liveTrafficPulse 1.8s ease-in-out infinite}.live-traffic-main{display:inline-flex;align-items:baseline;gap:6px;font-family:"Space Grotesk",sans-serif;font-size:13px;letter-spacing:.02em}.live-traffic-main strong{color:#fff;font-size:17px}.live-traffic-copy{color:#898494;font-size:10px}.live-traffic-divider{width:1px;height:15px;background:rgba(255,255,255,.12)}.live-traffic-bar:not(.is-connected) .live-traffic-dot{background:#a47cdd;box-shadow:0 0 11px rgba(164,124,221,.6)}@keyframes liveTrafficPulse{0%,100%{transform:scale(.86);opacity:.75}50%{transform:scale(1.08);opacity:1}}@media(max-width:700px){.live-traffic-inner{min-height:48px;gap:8px;flex-wrap:wrap;padding:7px 14px}.live-traffic-divider,.live-traffic-copy{display:none}.live-traffic-status{font-size:8px}.live-traffic-main{font-size:11px}.live-traffic-main strong{font-size:15px}}@media(prefers-reduced-motion:reduce){.live-traffic-dot{animation:none}}
