/* ============================================
   EML AGENT PLATFORM — styles.css
   emergencemirrorlabs.org
   Brand: Slate #2E3F5C · Green #2E7D52 · Pearl #F0F4F0
   ============================================ */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --slate: #2E3F5C;
  --slate-light: #3d5275;
  --green: #2E7D52;
  --green-light: #3a9e68;
  --pearl: #F0F4F0;
  --pearl-dark: #e0e8e0;
  --white: #ffffff;
  --text-dark: #1a2535;
  --text-mid: #4a5568;
  --text-light: #718096;
  --border: #d0dbd0;
  --font-sans: Arial, Helvetica, sans-serif;
  --font-serif: Georgia, 'Times New Roman', serif;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow: 0 2px 12px rgba(46,63,92,0.10);
  --shadow-lg: 0 4px 24px rgba(46,63,92,0.15);
  --nav-height: 68px;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-sans);
  background: var(--pearl);
  color: var(--text-dark);
  line-height: 1.65;
  font-size: 16px;
  min-height: 100vh;
}

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: var(--font-serif);
  color: var(--slate);
  line-height: 1.25;
}
h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.35rem, 3vw, 1.85rem); margin-bottom: 0.75rem; }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); margin-bottom: 0.5rem; }
h4 { font-size: 1rem; margin-bottom: 0.4rem; }

p { margin-bottom: 1rem; color: var(--text-mid); }
p:last-child { margin-bottom: 0; }

a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--green-light); }

strong { color: var(--slate); }

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

.page { display: none; }
.page.active { display: block; }

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  background: var(--slate);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo zone — flush left */
.nav-logo-zone {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
}

/* Logo pill — mark + text, no background box, sits directly on slate */
.nav-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  text-decoration: none;
  height: 52px;
}
.nav-logo-wrap:hover { opacity: 0.82; text-decoration: none; }

/* Geometric mark image */
.nav-mark {
  display: block;
  height: 40px;
  width: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Wordmark text block */
.nav-wordmark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.nav-wordmark-main {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  white-space: nowrap;
}

.nav-wordmark-sub {
  font-family: var(--font-sans);
  font-size: 0.6rem;
  font-weight: 400;
  color: var(--green);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Separator between the two logo groups */
.nav-logo-sep {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
  margin: 0 0.5rem;
}

/* Separator between logos */
.nav-logo-sep {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.25);
  flex-shrink: 0;
}

/* Desktop nav links */
.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
}

.nav-links li a,
.nav-links li button {
  background: none;
  border: none;
  color: rgba(255,255,255,0.82);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

.nav-links li a:hover,
.nav-links li button:hover,
.nav-links li a.active,
.nav-links li button.active {
  background: rgba(255,255,255,0.12);
  color: var(--white);
  text-decoration: none;
}

/* Hamburger */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
  border-radius: var(--radius);
  transition: background 0.18s;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.1); }
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all 0.25s;
}

/* Constrain the embed widget inside the page */
.embed-widget-container {
  position: relative;
  width: 100%;
  height: 650px;        /* adjust to taste */
  overflow: hidden;
  border-radius: 8px;   /* optional, matches your design */
}

/* Force any injected iframe to fill the container only */
.embed-widget-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* Mobile nav drawer */
.nav-mobile {
  display: none;
  background: var(--slate);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 0.75rem 1.5rem 1rem;
}
.nav-mobile.open { display: block; }

.nav-mobile a,
.nav-mobile button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: rgba(255,255,255,0.82);
  font-family: var(--font-sans);
  font-size: 1rem;
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: color 0.18s;
  text-decoration: none;
}
.nav-mobile a:last-child,
.nav-mobile button:last-child { border-bottom: none; }
.nav-mobile a:hover,
.nav-mobile button:hover { color: var(--white); text-decoration: none; }

/* ============================================
   HOME PAGE
   ============================================ */
.home-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('img_home_hero.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

/* Dark overlay for text legibility */
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(46,63,92,0.72) 0%,
    rgba(46,63,92,0.58) 50%,
    rgba(46,63,92,0.75) 100%
  );
  z-index: 1;
}

.home-hero .container {
  position: relative;
  z-index: 2;
  padding: 5rem 1.5rem 4.5rem;
}

.home-hero h1 {
  color: var(--white);
  max-width: 720px;
  margin: 0 auto 1.25rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}

.home-hero p {
  color: rgba(255,255,255,0.88);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

/* Governance bridge section */
.home-bridge {
  background: var(--white);
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--border);
}

.home-bridge-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}

.home-bridge p {
  font-size: 1.05rem;
  color: var(--text-mid);
  margin-bottom: 1rem;
}

.home-bridge p:first-child {
  font-size: 1.2rem;
  font-family: var(--font-serif);
  color: var(--slate);
  font-style: italic;
}

.home-bridge p:last-child {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--green);
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.patent-badge {
  display: inline-block;
  background: var(--pearl);
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 0.78rem;
  color: var(--text-light);
  padding: 0.3rem 0.85rem;
  margin-top: 1rem;
  letter-spacing: 0.03em;
}

/* Agent cards */
.home-agents {
  padding: 4rem 0;
  background: var(--pearl);
}

.agent-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.agent-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.22s, transform 0.22s;
  border: 1px solid var(--border);
}
.agent-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
}

.agent-card-logo {
  width: 100%;
  max-width: 260px;
  height: auto;
  margin-bottom: 1.5rem;
  background: var(--pearl);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
}

.agent-card p {
  font-size: 0.97rem;
  line-height: 1.7;
  flex-grow: 1;
  margin-bottom: 1.75rem;
}

.btn-primary {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.65rem 1.4rem;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.btn-primary:hover {
  background: var(--green-light);
  transform: translateY(-1px);
  text-decoration: none;
  color: var(--white);
}

/* Home footer note */
.home-footer-note {
  background: var(--slate);
  padding: 1.75rem 0;
  text-align: center;
}
.home-footer-note p {
  color: rgba(255,255,255,0.7);
  font-size: 0.92rem;
  margin: 0;
}
.home-footer-note a {
  color: rgba(255,255,255,0.9);
  text-decoration: underline;
}
.home-footer-note a:hover { color: var(--white); }

/* ============================================
   AGENT PAGES (ANI + TRANSFORMATION TALKS)
   ============================================ */

/* Session block: fills viewport below nav, chat above consent */
.agent-session {
  display: flex;
  flex-direction: column;
  height: calc(100vh - var(--nav-height));
  min-height: calc(100vh - var(--nav-height));
  background: var(--slate);
}

/* Chat area — grows to fill all space between nav and consent */
.chat-embed-wrap {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.chat-embed-zone {
  position: relative;
  flex: 1;
  min-height: 0;
  width: 100%;
  background: var(--slate-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.chat-embed-zone.embed-active {
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
}

/* Contained AntAI fullscreen overlay (sidebar + chat) */
.chat-embed-zone [role="dialog"] {
  border-radius: 0;
}

.chat-embed-zone [role="dialog"] > div {
  height: 100% !important;
}

.chat-embed-prompt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
}

.chat-embed-prompt .placeholder-label {
  font-size: 1.1rem;
  font-family: var(--font-serif);
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.03em;
}

.chat-embed-prompt .placeholder-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.02em;
}

.chat-embed-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  background: var(--slate-light);
  z-index: 2;
}

.chat-embed-loading[hidden] {
  display: none;
}

/* Locked — show prompt, hide iframe */
.chat-embed-zone.embed-locked .chat-embed-prompt {
  display: flex;
}

.chat-embed-zone.embed-locked .eml-chat-iframe {
  display: none;
}

/* Active — hide prompt, iframe fills container */
.chat-embed-zone.embed-active .chat-embed-prompt {
  display: none;
}

/* Legacy direct iframe embed */
.chat-embed-zone .eml-chat-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Consent pinned to bottom of session block */
.consent-gate--session {
  flex-shrink: 0;
  border-bottom: none;
}

/* Legacy embed placeholder (kept for compatibility) */
.embed-zone-wrap {
  background: var(--slate);
  padding: 0;
  width: 100%;
}

.embed-placeholder {
  width: 100%;
  height: 650px;
  background: var(--slate-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.6);
  text-align: center;
  gap: 0.75rem;
}

.embed-placeholder .placeholder-label {
  font-size: 1.1rem;
  font-family: var(--font-serif);
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.03em;
}

.embed-placeholder .placeholder-sub {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Locked state */
.embed-locked {
  opacity: 0.3;
  pointer-events: none;
  user-select: none;
}

/* Zone 2 — Consent gate */
.consent-gate {
  background: var(--white);
  border-bottom: 2px solid var(--green);
  padding: 1.5rem 0;
}

.consent-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.consent-summary {
  margin-bottom: 1.25rem;
}

.consent-summary p {
  font-size: 0.92rem;
  color: var(--text-mid);
  margin-bottom: 0.4rem;
  padding-left: 1.1rem;
  position: relative;
}

.consent-summary p::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: bold;
}

.consent-check-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.consent-check-wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--green);
  cursor: pointer;
}

.consent-check-wrap label {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.55;
  cursor: pointer;
}

.consent-check-wrap label a {
  color: var(--green);
  text-decoration: underline;
}

/* Zone 3 — Positioning block */
.agent-positioning {
  background: var(--pearl);
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid var(--border);
}

.agent-positioning-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.agent-positioning blockquote {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  color: var(--slate);
  line-height: 1.55;
  font-style: italic;
  border-left: 3px solid var(--green);
  padding-left: 1.25rem;
  margin-bottom: 1.25rem;
}

.agent-positioning p {
  font-size: 0.95rem;
  color: var(--text-mid);
}

/* How to Begin */
.how-to-begin {
  background: var(--white);
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--border);
}

.how-to-begin-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.how-to-begin h3 {
  margin-bottom: 0.75rem;
  color: var(--slate);
}

.how-to-begin p {
  font-size: 0.97rem;
  color: var(--text-mid);
  margin-bottom: 0.5rem;
}

.user-guide-tips {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.user-guide-tips span {
  font-size: 0.95rem;
  color: var(--slate);
  font-style: italic;
  padding-left: 1rem;
  border-left: 2px solid var(--pearl-dark);
}

/* HITL notice */
.hitl-notice {
  background: var(--pearl);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.6;
}

.hitl-notice strong {
  color: var(--slate);
}

/* Zone 5 — FAQs accordion */
.agent-faqs {
  padding: 3rem 0;
  background: var(--pearl);
  border-bottom: 1px solid var(--border);
}

.agent-faqs-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.agent-faqs h3 {
  margin-bottom: 1.5rem;
  color: var(--slate);
}

.faq-item {
  border-bottom: 1px solid var(--border);
  background: var(--white);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--slate);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: background 0.18s;
}
.faq-question:hover { background: var(--pearl); }

.faq-question .faq-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pearl);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--green);
  transition: transform 0.22s;
  line-height: 1;
}

.faq-item.open .faq-icon { transform: rotate(45deg); }

.faq-answer {
  display: none;
  padding: 0 1.25rem 1.1rem;
  font-size: 0.92rem;
  color: var(--text-mid);
  line-height: 1.7;
  border-top: 1px solid var(--pearl-dark);
}
.faq-item.open .faq-answer { display: block; }

.faq-answer a { color: var(--green); }

/* Zone 6 — Contact */
.agent-contact {
  padding: 2.5rem 0;
  background: var(--white);
}

.agent-contact-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.agent-contact p {
  font-size: 0.95rem;
  color: var(--text-mid);
  margin: 0;
}

.agent-contact-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-secondary {
  display: inline-block;
  border: 1.5px solid var(--green);
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  white-space: nowrap;
}
.btn-secondary:hover {
  background: var(--green);
  color: var(--white);
  text-decoration: none;
}

/* ============================================
   EULA PAGE
   ============================================ */
.eula-hero {
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: center;
  background-image: url('img_contact_lighthouse.png');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.eula-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(46,63,92,0.88) 0%,
    rgba(46,63,92,0.65) 60%,
    rgba(46,63,92,0.50) 100%
  );
  z-index: 1;
}

.eula-hero .container {
  position: relative;
  z-index: 2;
  padding: 3.5rem 1.5rem 2.5rem;
}

.eula-hero h1 {
  color: var(--white);
  max-width: 700px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
}

.eula-hero p {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  margin-top: 0.5rem;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.eula-body {
  padding: 3rem 0 4rem;
  background: var(--white);
}

.eula-body-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.eula-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border);
}

.eula-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.eula-section h2 {
  font-size: 1.15rem;
  color: var(--slate);
  margin-bottom: 1rem;
}

.eula-section h3 {
  font-size: 1rem;
  color: var(--slate);
  margin-top: 1.25rem;
  margin-bottom: 0.6rem;
  font-family: var(--font-sans);
  font-weight: 700;
}

.eula-section p {
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 1.75;
  margin-bottom: 0.85rem;
}

.eula-section ul {
  margin: 0.5rem 0 1rem 1.25rem;
}

.eula-section ul li {
  font-size: 0.93rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 0.4rem;
}

.eula-note {
  background: var(--pearl);
  border-left: 3px solid var(--green);
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin-top: 2rem;
}

.eula-note p {
  font-size: 0.88rem;
  color: var(--text-mid);
  font-style: italic;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: var(--slate);
  padding: 1.5rem 0;
  text-align: center;
}

.site-footer p {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
  margin: 0;
}

.site-footer a {
  color: rgba(255,255,255,0.7);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }

  .nav-mark { height: 32px; width: 32px; }
  .nav-wordmark-main { font-size: 0.78rem; }
  .nav-wordmark-sub { font-size: 0.55rem; }

  /* On mobile hide the EML .com link to save space */
  #nav-logo-sep,
  #nav-logo-eml { display: none !important; }

  .home-hero { min-height: 400px; }
  .home-hero .container { padding: 3.5rem 1.5rem 3rem; }

  .eula-hero { min-height: 180px; }

  .agent-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .agent-contact-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .embed-placeholder { height: 500px; }
}

@media (max-width: 480px) {
  :root { --nav-height: 60px; }
  .nav-mark { height: 26px; width: 26px; }
  .nav-wordmark-main { font-size: 0.68rem; }
  .nav-wordmark-sub { display: none; }
  .home-hero { min-height: 340px; }
  h1 { font-size: 1.6rem; }
  .home-bridge p:first-child { font-size: 1.05rem; }
  .agent-positioning blockquote { font-size: 1.1rem; }
}

/* ============================================================
   MOBILE — Hide Proppify sidebar panel (Option C workaround)
   ============================================================ */
@media (max-width: 768px) {

  #ani-embed-zone,
  #tt-embed-zone {
    overflow: hidden !important;
  }

  #ani-embed-zone *,
  #tt-embed-zone * {
    max-width: 100vw !important;
  }

  #ani-embed-zone iframe,
  #tt-embed-zone iframe {
    width: 100vw !important;
    min-width: unset !important;
    left: 0 !important;
    margin-left: 0 !important;
  }

  #ani-embed-zone > div,
  #tt-embed-zone > div {
    width: 100% !important;
    overflow: hidden !important;
  }
}