/* ============================================================
 * 1win Essence - canvas-compact-1a3e66.css
 * Mobile-first canvas (320-430px). All custom classes use the
 * layer3e660- prefix. Palette: #008B8B / #00E5FF / #20B2AA / #273746.
 * ============================================================ */

:root {
  --layer3e660-bg: #0a141b;
  --layer3e660-bg-2: #11212c;
  --layer3e660-bg-3: #182f3c;
  --layer3e660-card: #15303b;
  --layer3e660-card-2: #1b3a48;
  --layer3e660-brand: #008B8B;
  --layer3e660-brand-deep: #006d6d;
  --layer3e660-accent: #00E5FF;
  --layer3e660-soft: #20B2AA;
  --layer3e660-text: #eaf6f8;
  --layer3e660-text-dim: #93afb5;
  --layer3e660-text-mute: #6e878d;
  --layer3e660-border: rgba(0, 229, 255, 0.14);
  --layer3e660-border-strong: rgba(0, 229, 255, 0.28);
  --layer3e660-glow: rgba(0, 229, 255, 0.32);
  --layer3e660-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
  --layer3e660-radius: 14px;
  --layer3e660-radius-lg: 18px;
  --layer3e660-header-h: 56px;
  --layer3e660-dock-h: 70px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Roboto, "PingFang SC", system-ui, sans-serif;
  background: var(--layer3e660-bg);
  color: var(--layer3e660-text);
  line-height: 1.6;
  font-size: 14px;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--layer3e660-accent);
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

/* Centered mobile canvas - kept on wider screens */
.layer3e660-canvas {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  min-height: 100vh;
  background:
    radial-gradient(110% 60% at 50% -8%, rgba(0, 139, 139, 0.28), transparent 60%),
    radial-gradient(90% 50% at 100% 0%, rgba(0, 229, 255, 0.10), transparent 55%),
    var(--layer3e660-bg);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.55);
  padding-bottom: calc(var(--layer3e660-dock-h) + 28px);
}

/* ============ HEADER (compact brand bar) ============ */
.layer3e660-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 10px;
  height: var(--layer3e660-header-h);
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(10, 20, 27, 0.96), rgba(10, 20, 27, 0.86));
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--layer3e660-border);
}

.layer3e660-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.layer3e660-brand-logo {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid var(--layer3e660-border-strong);
  box-shadow: 0 0 12px var(--layer3e660-glow);
  flex-shrink: 0;
}

.layer3e660-brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.layer3e660-brand-name {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.3px;
  color: var(--layer3e660-text);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layer3e660-brand-tag {
  font-size: 10px;
  color: var(--layer3e660-soft);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1.1;
}

.layer3e660-header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
}

.layer3e660-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.layer3e660-btn--login {
  background: transparent;
  color: var(--layer3e660-text);
  border: 1px solid var(--layer3e660-border-strong);
}

.layer3e660-btn--register {
  background: linear-gradient(135deg, var(--layer3e660-accent), var(--layer3e660-soft));
  color: #06222a;
  box-shadow: 0 6px 16px rgba(0, 229, 255, 0.25);
}

.layer3e660-btn:active {
  transform: scale(0.96);
}

.layer3e660-menu-trigger {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid var(--layer3e660-border);
  color: var(--layer3e660-accent);
}

.layer3e660-menu-trigger svg {
  width: 20px;
  height: 20px;
}

/* ============ EXPANDABLE MENU RAIL ============ */
.layer3e660-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 10, 14, 0.62);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.22s ease, visibility 0.22s ease;
  z-index: 80;
}

.layer3e660-backdrop--show {
  opacity: 1;
  visibility: visible;
}

.layer3e660-rail {
  position: fixed;
  top: 0;
  right: 0;
  width: 84%;
  max-width: 340px;
  height: 100vh;
  background: linear-gradient(180deg, var(--layer3e660-bg-2), var(--layer3e660-bg));
  border-left: 1px solid var(--layer3e660-border-strong);
  transform: translateX(105%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 90;
  overflow-y: auto;
  padding: 18px 16px calc(var(--layer3e660-dock-h) + 24px);
}

.layer3e660-rail--open {
  transform: translateX(0);
}

.layer3e660-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.layer3e660-rail-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--layer3e660-accent);
}

.layer3e660-rail-close {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 229, 255, 0.08);
  color: var(--layer3e660-text);
  font-size: 18px;
  line-height: 1;
}

.layer3e660-rail-group-label {
  font-size: 11px;
  color: var(--layer3e660-text-mute);
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 14px 4px 6px;
}

.layer3e660-rail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.layer3e660-rail-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  margin-bottom: 6px;
  border-radius: 10px;
  color: var(--layer3e660-text);
  font-size: 14px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  transition: background 0.18s ease, border-color 0.18s ease;
}

.layer3e660-rail-link:active {
  background: rgba(0, 229, 255, 0.10);
}

.layer3e660-rail-link--active {
  background: rgba(0, 229, 255, 0.12);
  border-color: var(--layer3e660-border-strong);
  color: var(--layer3e660-accent);
}

.layer3e660-rail-link svg {
  width: 18px;
  height: 18px;
  color: var(--layer3e660-soft);
  flex-shrink: 0;
}

/* ============ MAIN / HERO ============ */
.layer3e660-main {
  padding: 0 12px;
}

.layer3e660-hero {
  position: relative;
  margin-top: 12px;
  border-radius: var(--layer3e660-radius-lg);
  overflow: hidden;
  box-shadow: var(--layer3e660-shadow);
  border: 1px solid var(--layer3e660-border);
}

.layer3e660-hero-track {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: var(--layer3e660-bg-2);
}

.layer3e660-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  cursor: pointer;
}

.layer3e660-hero-slide--active {
  opacity: 1;
}

.layer3e660-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer3e660-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 14px 14px;
  background: linear-gradient(0deg, rgba(4, 12, 18, 0.92) 12%, transparent 92%);
  pointer-events: none;
}

.layer3e660-hero-title {
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

.layer3e660-hero-sub {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--layer3e660-accent);
  font-weight: 600;
}

.layer3e660-hero-dots {
  position: absolute;
  bottom: 8px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 2;
}

.layer3e660-hero-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  border: none;
  padding: 0;
}

.layer3e660-hero-dot--active {
  background: var(--layer3e660-accent);
  box-shadow: 0 0 8px var(--layer3e660-glow);
  width: 18px;
  border-radius: 4px;
}

/* ============ H1 + INTRO ============ */
.layer3e660-intro {
  margin: 16px 0 4px;
  padding: 14px;
  border-radius: var(--layer3e660-radius);
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.18), rgba(0, 229, 255, 0.05));
  border: 1px solid var(--layer3e660-border);
}

.layer3e660-h1 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
}

.layer3e660-intro p {
  margin: 0;
  color: var(--layer3e660-text-dim);
  font-size: 13px;
}

.layer3e660-intro-cta {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.layer3e660-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.10);
  border: 1px solid var(--layer3e660-border-strong);
  color: var(--layer3e660-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

/* ============ SECTION / GAME GRID ============ */
.layer3e660-section {
  margin: 22px 0 4px;
}

.layer3e660-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 2px;
}

.layer3e660-section-title {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.25;
}

.layer3e660-section-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--layer3e660-accent), var(--layer3e660-brand));
  box-shadow: 0 0 8px var(--layer3e660-glow);
}

.layer3e660-section-hint {
  font-size: 11px;
  color: var(--layer3e660-text-mute);
  font-weight: 600;
}

.layer3e660-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

@media (min-width: 375px) {
  .layer3e660-grid {
    gap: 9px;
  }
}

@media (min-width: 400px) {
  .layer3e660-grid--five {
    grid-template-columns: repeat(5, 1fr);
  }
}

.layer3e660-game-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  padding: 0;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.18s ease;
}

.layer3e660-game-card:active {
  transform: scale(0.95);
}

.layer3e660-game-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  background: var(--layer3e660-card);
  border: 1px solid var(--layer3e660-border);
}

.layer3e660-game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer3e660-game-name {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
  line-height: 1.25;
  color: var(--layer3e660-text);
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.layer3e660-card--glow .layer3e660-game-thumb {
  border-color: var(--layer3e660-accent);
  box-shadow: 0 0 16px var(--layer3e660-glow);
}

/* ============ CONTENT MODULES ============ */
.layer3e660-module {
  margin: 22px 0 4px;
  padding: 16px 14px;
  border-radius: var(--layer3e660-radius-lg);
  background: linear-gradient(160deg, var(--layer3e660-bg-2), rgba(15, 30, 38, 0.6));
  border: 1px solid var(--layer3e660-border);
}

.layer3e660-module-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
}

.layer3e660-module p {
  margin: 0 0 10px;
  color: var(--layer3e660-text-dim);
  font-size: 13px;
}

.layer3e660-module p strong,
.layer3e660-module p b {
  color: var(--layer3e660-text);
  font-weight: 700;
}

.layer3e660-module a {
  color: var(--layer3e660-accent);
  font-weight: 700;
  border-bottom: 1px dashed rgba(0, 229, 255, 0.4);
}

.layer3e660-module h3 {
  margin: 14px 0 6px;
  font-size: 14px;
  color: var(--layer3e660-soft);
  font-weight: 700;
}

.layer3e660-module ul {
  margin: 0 0 10px;
  padding-left: 18px;
  color: var(--layer3e660-text-dim);
  font-size: 13px;
}

.layer3e660-module ul li {
  margin-bottom: 5px;
}

/* RTP grid inside module */
.layer3e660-rtp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 8px 0 4px;
}

.layer3e660-rtp-tile {
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 139, 139, 0.10);
  border: 1px solid var(--layer3e660-border);
}

.layer3e660-rtp-label {
  font-size: 11px;
  color: var(--layer3e660-text-mute);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.layer3e660-rtp-value {
  font-size: 17px;
  font-weight: 800;
  color: var(--layer3e660-accent);
  margin-top: 2px;
}

.layer3e660-rtp-note {
  font-size: 11px;
  color: var(--layer3e660-text-dim);
  margin-top: 2px;
}

/* Promo tiles row */
.layer3e660-promo-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 10px 0 4px;
}

.layer3e660-promo-tile {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.18), rgba(0, 229, 255, 0.06));
  border: 1px solid var(--layer3e660-border-strong);
  text-align: left;
  transition: transform 0.18s ease;
}

.layer3e660-promo-tile:active {
  transform: scale(0.97);
}

.layer3e660-promo-tile-tag {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--layer3e660-accent);
  text-transform: uppercase;
}

.layer3e660-promo-tile-title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.layer3e660-promo-tile-desc {
  font-size: 11px;
  color: var(--layer3e660-text-dim);
}

/* Mobile app download block */
.layer3e660-app-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.layer3e660-app-banner {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--layer3e660-border);
  aspect-ratio: 16 / 9;
}

.layer3e660-app-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer3e660-app-cta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.layer3e660-app-cta .layer3e660-btn {
  flex: 1;
  min-width: 130px;
}

.layer3e660-step-list {
  counter-reset: nav1a3e6step;
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.layer3e660-step-list li {
  position: relative;
  padding: 8px 8px 8px 34px;
  margin-bottom: 6px;
  border-radius: 10px;
  background: rgba(0, 229, 255, 0.04);
  border: 1px solid var(--layer3e660-border);
  color: var(--layer3e660-text-dim);
  font-size: 12.5px;
  counter-increment: nav1a3e6step;
}

.layer3e660-step-list li::before {
  content: counter(nav1a3e6step);
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--layer3e660-accent), var(--layer3e660-brand));
  color: #06222a;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ============ HOMEPAGE EXTENDED FOOTER ============ */
.layer3e660-ext-footer {
  margin: 26px 0 4px;
  padding: 16px 14px;
  border-radius: var(--layer3e660-radius-lg);
  background: linear-gradient(180deg, var(--layer3e660-bg-2), rgba(10, 20, 27, 0.4));
  border: 1px solid var(--layer3e660-border);
}

.layer3e660-ext-block {
  margin-bottom: 16px;
}

.layer3e660-ext-block:last-child {
  margin-bottom: 0;
}

.layer3e660-ext-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  color: var(--layer3e660-accent);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.layer3e660-ext-heading svg {
  width: 16px;
  height: 16px;
  color: var(--layer3e660-soft);
}

.layer3e660-ext-brand-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.layer3e660-ext-brand-row img {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  border: 1px solid var(--layer3e660-border-strong);
}

.layer3e660-ext-brand-text {
  font-size: 12.5px;
  color: var(--layer3e660-text-dim);
}

.layer3e660-ext-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.layer3e660-ext-link-list a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--layer3e660-border);
  color: var(--layer3e660-text);
  font-size: 12px;
  font-weight: 600;
  transition: background 0.18s ease;
}

.layer3e660-ext-link-list a:active {
  background: rgba(0, 229, 255, 0.10);
}

.layer3e660-ext-link-list svg {
  width: 14px;
  height: 14px;
  color: var(--layer3e660-soft);
  flex-shrink: 0;
}

.layer3e660-ext-promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.layer3e660-ext-promo {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px;
  border-radius: 10px;
  background: rgba(0, 139, 139, 0.10);
  border: 1px solid var(--layer3e660-border-strong);
  text-align: left;
}

.layer3e660-ext-promo:active {
  background: rgba(0, 229, 255, 0.14);
}

.layer3e660-ext-promo-tag {
  font-size: 9.5px;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: var(--layer3e660-accent);
  text-transform: uppercase;
}

.layer3e660-ext-promo-title {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
}

.layer3e660-ext-disclaimer {
  font-size: 11px;
  color: var(--layer3e660-text-mute);
  line-height: 1.55;
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid var(--layer3e660-soft);
}

/* ============ FOOTER (copyright) ============ */
.layer3e660-footer {
  margin-top: 18px;
  padding: 14px 14px 8px;
  border-top: 1px solid var(--layer3e660-border);
  text-align: center;
}

.layer3e660-footer-copy {
  font-size: 11px;
  color: var(--layer3e660-text-mute);
  margin: 0;
}

.layer3e660-footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.layer3e660-footer-links a {
  font-size: 11px;
  color: var(--layer3e660-text-dim);
}

/* ============ BOTTOM DOCK NAV (suspended) ============ */
.layer3e660-dock {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12px;
  width: calc(100% - 20px);
  max-width: 410px;
  z-index: 60;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 2px;
  padding: 7px 6px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(20, 38, 48, 0.94), rgba(12, 24, 31, 0.94));
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--layer3e660-border-strong);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 229, 255, 0.05);
}

.layer3e660-dock-link {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 5px 2px;
  border-radius: 12px;
  color: var(--layer3e660-text-dim);
  font-size: 9.5px;
  font-weight: 600;
  text-align: center;
  min-height: 44px;
  transition: color 0.18s ease, background 0.18s ease;
}

.layer3e660-dock-link svg {
  width: 21px;
  height: 21px;
  transition: filter 0.2s ease, transform 0.18s ease;
}

.layer3e660-dock-link--promo svg {
  color: var(--layer3e660-soft);
}

.layer3e660-dock-link:active {
  transform: scale(0.94);
}

.layer3e660-dock-link:active svg {
  filter: drop-shadow(0 0 6px var(--layer3e660-glow));
}

.layer3e660-dock-link--active {
  color: var(--layer3e660-accent);
  background: rgba(0, 229, 255, 0.14);
  box-shadow: inset 0 0 0 1px var(--layer3e660-border-strong);
}

.layer3e660-dock-link--active svg {
  color: var(--layer3e660-accent);
  filter: drop-shadow(0 0 6px var(--layer3e660-glow));
}

/* Body lock when menu open */
.layer3e660-body--lock {
  overflow: hidden;
}

/* Visually hidden helper */
.layer3e660-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
