:root {
  --ink: #07111f;
  --muted: #667085;
  --blue: #1877f2;
  --blue-light: #4b9cff;
  --cream: #f6f4ee;
  --paper: #fffdf8;
  --line: rgba(7, 17, 31, 0.11);
  --shadow: 0 24px 70px rgba(12, 35, 68, 0.12);
  --font-body: "Be Vietnam Pro", sans-serif;
  --font-display: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.page-glow { position: absolute; z-index: -1; border-radius: 999px; filter: blur(1px); pointer-events: none; }
.page-glow--one { width: 520px; height: 520px; top: -180px; right: -100px; background: radial-gradient(circle, rgba(24,119,242,.2), rgba(24,119,242,0) 70%); }
.page-glow--two { width: 420px; height: 420px; top: 520px; left: -270px; background: radial-gradient(circle, rgba(255,187,84,.15), rgba(255,187,84,0) 70%); }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-identity { display: flex; align-items: center; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 var(--font-display); letter-spacing: -0.04em; }
.brand__mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--blue); box-shadow: 0 8px 18px rgba(24,119,242,.24); }
.brand__mark img { width: 25px; height: 25px; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 600; }
.header-actions > a:first-child { color: #475467; }
.creator-credit { display: inline-flex; align-items: center; gap: 4px; padding-left: 14px; border-left: 1px solid var(--line); color: #98a2b3; font-size: 9px; transition: color .2s; }
.creator-credit strong { color: var(--blue); font-weight: 700; }
.creator-credit:hover { color: #475467; }
.language-switch { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.55); }
.language-switch button { width: 31px; height: 29px; padding: 0; border: 0; border-radius: 7px; color: #98a2b3; background: transparent; cursor: pointer; font: 700 9px var(--font-body); transition: color .2s, background .2s, box-shadow .2s; }
.language-switch button[aria-pressed="true"] { color: var(--ink); background: white; box-shadow: 0 3px 9px rgba(7,17,31,.1); }

.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 21px; border-radius: 14px; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .emoji-card:focus-visible, .category-tab:focus-visible, .text-button:focus-visible { outline: 3px solid rgba(24,119,242,.28); outline-offset: 3px; }
.button svg { width: 18px; height: 18px; }
.button--small { min-height: 40px; border-radius: 12px; padding: 0 16px; }
.button--outline { border: 1px solid var(--line); background: rgba(255,255,255,.4); }
.button--outline:hover { border-color: rgba(24,119,242,.3); background: white; box-shadow: 0 10px 24px rgba(20,45,80,.08); }
.button--primary { color: white; background: var(--blue); box-shadow: 0 16px 32px rgba(24,119,242,.25); }
.button--primary:hover { background: #0866d6; box-shadow: 0 20px 38px rgba(24,119,242,.32); }
.button--ghost { background: white; color: #344054; border: 1px solid var(--line); white-space: nowrap; }

.hero { width: min(1180px, calc(100% - 48px)); min-height: 580px; margin: 28px auto 40px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 55px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 800; }
.eyebrow > span:first-child { flex: 0 0 22px; width: 22px; height: 2px; background: currentColor; }
.hero h1 { margin: 22px 0 22px; font: 800 clamp(48px, 6vw, 78px)/.98 var(--font-display); letter-spacing: -.065em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero__lead { max-width: 570px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 27px; margin-top: 34px; }
.hero__note { display: flex; align-items: center; gap: 10px; color: #667085; font-size: 10px; line-height: 1.5; }
.hero__note strong { color: #344054; }
.hero__note-icon { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: #08875d; background: #dcfce7; font-weight: 800; }

.hero-art { position: relative; width: min(100%, 520px); aspect-ratio: 1; justify-self: end; }
.hero-art::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #fff 0, #edf6ff 50%, #d9ebff 100%); box-shadow: inset 0 0 0 1px rgba(24,119,242,.08), 0 35px 80px rgba(24,119,242,.15); }
.orbit { position: absolute; border: 1px dashed rgba(24,119,242,.22); border-radius: 50%; }
.orbit--outer { inset: 1%; animation: spin 40s linear infinite; }
.orbit--inner { inset: 21%; animation: spin 30s linear infinite reverse; }
.emoji-bubble { position: absolute; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 16px 35px rgba(12,35,68,.14); backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.emoji-bubble img { width: 62%; height: 62%; object-fit: contain; image-rendering: auto; }
.emoji-bubble--main { inset: 27%; box-shadow: 0 28px 55px rgba(24,119,242,.2); }
.emoji-bubble--main img { width: 68%; height: 68%; }
.emoji-bubble--love { width: 92px; height: 92px; top: 2%; right: 22%; animation-delay: -.7s; }
.emoji-bubble--cool { width: 82px; height: 82px; right: 2%; top: 43%; animation-delay: -1.8s; }
.emoji-bubble--wow { width: 78px; height: 78px; left: 5%; top: 26%; animation-delay: -2.8s; }
.emoji-bubble--heart { width: 66px; height: 66px; left: 18%; bottom: 3%; animation-delay: -3.5s; }
.spark { position: absolute; color: var(--blue); font-size: 20px; }
.spark--one { left: 9%; top: 11%; }.spark--two { right: 10%; bottom: 14%; font-size: 12px; }.spark--three { right: 5%; top: 20%; font-size: 30px; }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
@keyframes spin { to { transform: rotate(360deg); } }

.stats { width: min(1180px, calc(100% - 48px)); margin: 0 auto 120px; padding: 25px 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats > div { display: flex; flex-direction: column; align-items: center; gap: 4px; border-right: 1px solid var(--line); }
.stats > div:last-child { border-right: 0; }
.stats strong { font: 800 22px var(--font-display); letter-spacing: -.04em; }
.stats span { color: #98a2b3; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.collection { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 160px; scroll-margin-top: 30px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 36px; }
.section-heading h2 { margin: 13px 0 0; font: 800 clamp(34px,5vw,52px)/1.05 var(--font-display); letter-spacing: -.055em; }
.section-heading > p { max-width: 400px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.toolbar { display: flex; gap: 12px; }
.search-box { flex: 1; height: 54px; display: flex; align-items: center; gap: 13px; padding: 0 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.85); transition: border .2s, box-shadow .2s; }
.search-box:focus-within { border-color: rgba(24,119,242,.55); box-shadow: 0 0 0 4px rgba(24,119,242,.08); }
.search-box svg { width: 19px; height: 19px; color: #667085; }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.search-box input::placeholder { color: #98a2b3; }
.search-box kbd { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-bottom-width: 2px; border-radius: 7px; color: #98a2b3; background: #f9fafb; font: 11px var(--font-body); }
.category-wrap { overflow: hidden; margin: 25px 0 22px; }
.category-tabs { display: flex; gap: 7px; overflow-x: auto; padding: 2px 2px 8px; scrollbar-width: thin; }
.category-tab { flex: 0 0 auto; display: flex; align-items: center; gap: 7px; min-height: 38px; padding: 0 14px; border: 1px solid transparent; border-radius: 99px; color: #667085; background: transparent; cursor: pointer; font-size: 11px; font-weight: 600; transition: .2s; }
.category-tab:hover { color: var(--ink); background: rgba(255,255,255,.65); }
.category-tab[aria-selected="true"] { color: white; background: var(--ink); box-shadow: 0 8px 20px rgba(7,17,31,.13); }
.category-tab__count { opacity: .6; }
.results-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; color: #98a2b3; font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.results-meta strong { color: #475467; }
.text-button { border: 0; padding: 0; color: var(--blue); background: none; cursor: pointer; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.emoji-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; user-select: none; }
.emoji-grid img { -webkit-user-drag: none; user-select: none; }
.emoji-grid.is-drag-selecting, .emoji-grid.is-drag-selecting .emoji-card { cursor: crosshair; }
.emoji-grid.is-drag-selecting .emoji-card:hover { transform: none; }
.emoji-card-wrap { position: relative; min-width: 0; }
.emoji-card { position: relative; width: 100%; min-width: 0; aspect-ratio: .92; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; padding: 15px 8px 10px; border: 1px solid rgba(7,17,31,.075); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.6); cursor: pointer; overflow: hidden; transition: transform .2s, border .2s, background .2s, box-shadow .2s; }
.emoji-card:hover { z-index: 1; transform: translateY(-4px); border-color: rgba(24,119,242,.2); background: white; box-shadow: 0 16px 30px rgba(22,42,72,.1); }
.emoji-card[aria-pressed="true"] { border-color: var(--blue); background: #edf6ff; box-shadow: inset 0 0 0 1px var(--blue); }
.emoji-card__image { width: 54px; height: 54px; display: grid; place-items: center; }
.emoji-card__image img { width: 52px; height: 52px; object-fit: contain; transition: transform .2s; }
.emoji-card:hover .emoji-card__image img { transform: scale(1.09); }
.emoji-card__name { width: 100%; overflow: hidden; color: #475467; font-size: 9px; font-weight: 600; line-height: 1.3; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.emoji-card__hint { position: absolute; inset: auto 0 0; padding: 5px; color: white; background: var(--blue); font-size: 8px; font-weight: 700; opacity: 0; transform: translateY(100%); transition: .2s; }
.emoji-card:hover .emoji-card__hint { opacity: 1; transform: translateY(0); }
.emoji-card__check { position: absolute; top: 8px; right: 8px; width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid rgba(7,17,31,.15); border-radius: 7px; color: transparent; background: rgba(255,255,255,.75); transition: .2s; }
.emoji-card__check svg { width: 13px; }
.emoji-card[aria-pressed="true"] .emoji-card__check { color: white; border-color: var(--blue); background: var(--blue); }
.emoji-card[aria-pressed="true"] .emoji-card__hint { content: "Đã chọn"; }
.emoji-card__preview { position: absolute; z-index: 3; top: 8px; left: 8px; width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(7,17,31,.1); border-radius: 8px; color: #667085; background: rgba(255,255,255,.86); box-shadow: 0 3px 10px rgba(7,17,31,.06); cursor: zoom-in; opacity: 0; transform: translateY(-3px); transition: .2s; }
.emoji-card__preview svg { width: 13px; }
.emoji-card-wrap:hover .emoji-card__preview, .emoji-card__preview:focus-visible { opacity: 1; transform: translateY(0); }
.emoji-card__preview:hover { color: white; border-color: var(--blue); background: var(--blue); }
.emoji-card__preview:focus-visible { outline: 3px solid rgba(24,119,242,.28); outline-offset: 2px; }
.empty-state { padding: 70px 20px; text-align: center; }
.empty-state img { width: 64px; margin: 0 auto 18px; }
.empty-state h3 { margin: 0 0 8px; font: 800 22px var(--font-display); }
.empty-state p { margin: 0 0 22px; color: var(--muted); font-size: 12px; }

footer { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 40px max(24px, calc((100% - 1180px)/2)); color: #98a2b3; background: var(--ink); font-size: 11px; }
.brand--footer { color: white; }
.footer-links { display: flex; align-items: center; gap: 24px; }
.footer-links > a:last-child { color: white; font-weight: 700; }

.download-dock { position: fixed; z-index: 20; left: 50%; bottom: 22px; width: min(940px, calc(100% - 32px)); min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 13px 12px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 21px; color: white; background: rgba(7,17,31,.94); box-shadow: 0 20px 55px rgba(4,12,25,.35); backdrop-filter: blur(18px); opacity: 0; transform: translate(-50%, calc(100% + 40px)); transition: opacity .3s, transform .4s cubic-bezier(.2,.8,.2,1); }
.download-dock.is-visible { opacity: 1; transform: translate(-50%,0); }
.dock__selection, .dock__options { display: flex; align-items: center; gap: 13px; }
.dock__selection strong { display: block; font-size: 11px; }
.dock__selection button { border: 0; padding: 3px 0 0; color: #8ebfff; background: none; cursor: pointer; font-size: 9px; }
.download-estimate { display: block; margin-top: 2px; color: #98a2b3; font-size: 8px; }
.selection-stack { display: flex; padding-left: 8px; }
.selection-stack img { width: 35px; height: 35px; margin-left: -8px; padding: 4px; border: 2px solid var(--ink); border-radius: 50%; object-fit: contain; background: white; }
.dock__options > label { color: #98a2b3; font-size: 9px; }
.select-wrap { position: relative; }
.select-wrap select { width: 145px; height: 43px; padding: 0 31px 0 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; outline: 0; appearance: none; color: white; background: #172232; font-size: 10px; cursor: pointer; }
.select-wrap--language select { width: 108px; }
.select-wrap svg { position: absolute; top: 50%; right: 9px; width: 16px; transform: translateY(-50%); pointer-events: none; }
.button--download { min-height: 45px; color: white; background: var(--blue); }
.button--download:disabled { cursor: wait; opacity: .7; transform: none; }
.download-progress { position: absolute; inset: auto 15px 5px; height: 2px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.12); }
.download-progress span { display: block; width: 0; height: 100%; background: var(--blue-light); transition: width .2s; }
.toast { position: fixed; z-index: 30; top: 22px; left: 50%; padding: 11px 17px; border-radius: 12px; color: white; background: var(--ink); box-shadow: var(--shadow); font-size: 11px; opacity: 0; transform: translate(-50%,-20px); pointer-events: none; transition: .25s; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.modal { width: min(760px, calc(100% - 28px)); max-width: none; padding: 0; border: 0; border-radius: 25px; color: var(--ink); background: transparent; box-shadow: 0 32px 100px rgba(7,17,31,.35); overflow: visible; }
.modal::backdrop { background: rgba(5,12,24,.68); backdrop-filter: blur(7px); }
.modal__panel { position: relative; border-radius: 25px; background: var(--paper); overflow: hidden; }
.modal__close { position: absolute; z-index: 5; top: 14px; right: 14px; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 11px; color: #475467; background: rgba(255,255,255,.88); cursor: pointer; font: 500 22px/1 var(--font-body); }
.modal__close:hover { color: white; border-color: var(--ink); background: var(--ink); }
.modal__eyebrow { display: block; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.modal h3 { margin: 9px 0; font: 800 27px/1.15 var(--font-display); letter-spacing: -.045em; }
.modal__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 23px; }

.preview-panel { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 430px; }
.preview-stage { position: relative; display: grid; place-items: center; min-height: 430px; background-color: #f7f8fa; background-image: linear-gradient(45deg,#e5e7eb 25%,transparent 25%),linear-gradient(-45deg,#e5e7eb 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#e5e7eb 75%),linear-gradient(-45deg,transparent 75%,#e5e7eb 75%); background-position: 0 0,0 10px,10px -10px,-10px 0; background-size: 20px 20px; }
.preview-stage img { width: min(76%, 290px); height: min(76%, 290px); object-fit: contain; filter: drop-shadow(0 18px 24px rgba(7,17,31,.12)); }
.preview-stage.is-loading img { opacity: .2; }
.preview-loading { position: absolute; padding: 7px 10px; border-radius: 8px; color: white; background: rgba(7,17,31,.75); font-size: 9px; opacity: 0; pointer-events: none; }
.preview-stage.is-loading .preview-loading { opacity: 1; }
.preview-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px 40px 38px; }
.preview-copy > p { min-height: 18px; margin: 0 0 18px; color: #667085; font-size: 11px; }
.preview-meta { display: flex; gap: 7px; margin-bottom: 18px; }
.preview-meta span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 8px; color: #667085; background: white; font: 700 8px var(--font-body); }
.preview-sizes { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; margin-bottom: 18px; }
.preview-sizes button { height: 34px; border: 1px solid var(--line); border-radius: 9px; color: #667085; background: white; cursor: pointer; font-size: 9px; font-weight: 700; }
.preview-sizes button[aria-pressed="true"] { color: white; border-color: var(--ink); background: var(--ink); }
.preview-select { align-self: flex-start; min-width: 150px; }

.bulk-modal { width: min(510px, calc(100% - 28px)); }
.bulk-panel { padding: 38px; }
.bulk-icon { width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 14px; color: var(--blue); background: #eaf3ff; font: 800 22px var(--font-display); }
.bulk-panel > p { margin: 0; color: #667085; font-size: 12px; line-height: 1.7; }
.bulk-panel .bulk-hint { margin-top: 15px; padding: 11px 13px; border-radius: 11px; color: #7a5a16; background: #fff7dc; font-size: 10px; }

@media (max-width: 1050px) {
  .emoji-grid { grid-template-columns: repeat(6,1fr); }
  .hero { gap: 25px; }
}
@media (max-width: 760px) {
  .site-header, .hero, .stats, .collection { width: min(100% - 30px, 620px); }
  .site-header { height: 72px; }
  .header-actions > a:first-child { display: none; }
  .header-identity { align-items: flex-start; flex-direction: column; gap: 4px; }
  .creator-credit { padding-left: 0; border-left: 0; }
  .hero { min-height: 0; margin-top: 35px; grid-template-columns: 1fr; text-align: center; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; }
  .hero h1 { font-size: clamp(45px, 14vw, 66px); }
  .hero-art { width: min(92vw, 430px); margin: 30px auto 0; justify-self: center; }
  .stats { grid-template-columns: repeat(2,1fr); margin-bottom: 85px; }
  .stats > div { padding: 17px 0; }
  .stats > div:nth-child(2) { border-right: 0; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading { align-items: start; flex-direction: column; gap: 15px; }
  .toolbar { align-items: stretch; flex-direction: column; }
  .emoji-grid { grid-template-columns: repeat(4,1fr); }
  .download-dock { align-items: stretch; flex-direction: column; gap: 10px; padding: 12px; }
  .dock__selection { justify-content: center; }
  .dock__options { justify-content: center; }
  .download-dock { bottom: 10px; }
  footer { padding-bottom: 150px; }
  .preview-panel { grid-template-columns: 1fr; }
  .preview-stage { min-height: 280px; }
  .preview-stage img { width: min(55%, 210px); height: 210px; }
  .preview-copy { padding: 30px 24px 25px; }
}
@media (max-width: 480px) {
  .site-header { width: calc(100% - 24px); }
  .header-actions { gap: 7px; }
  .header-actions .button--small { min-height: 36px; padding: 0 10px; font-size: 10px; }
  .brand { gap: 7px; font-size: 18px; }
  .brand__mark { width: 34px; height: 34px; }
  .creator-credit { font-size: 8px; }
  .hero__actions { align-items: stretch; flex-direction: column; }
  .hero__note { justify-content: center; }
  .hero-art { width: 100%; }
  .emoji-bubble--love { width: 72px; height: 72px; }
  .emoji-bubble--cool { width: 66px; height: 66px; }
  .emoji-bubble--wow { width: 62px; height: 62px; }
  .emoji-grid { grid-template-columns: repeat(3,1fr); gap: 7px; }
  .emoji-card { border-radius: 14px; }
  .emoji-card__preview { top: 6px; left: 6px; width: 23px; height: 23px; opacity: 1; transform: none; }
  .emoji-card__image, .emoji-card__image img { width: 45px; height: 45px; }
  .dock__options > label { display: none; }
  .select-wrap { flex: 1; }
  .select-wrap select { width: 100%; }
  .button--download { flex: 1; padding: 0 13px; }
  .selection-stack img:nth-child(n+4) { display: none; }
  footer { align-items: flex-start; flex-direction: column; }
  .footer-links { width: 100%; align-items: flex-start; flex-direction: column; gap: 18px; }
  .modal { width: calc(100% - 18px); border-radius: 20px; }
  .modal__panel { border-radius: 20px; }
  .bulk-panel { padding: 30px 22px 22px; }
  .modal__actions { flex-direction: column-reverse; }
  .modal__actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
