:root {
  --ink: #071427;
  --paper: #f3f6ef;
  --white: #ffffff;
  --blue: #1e54ff;
  --cyan: #44e0ff;
  --lime: #c8ff36;
  --violet: #8e62ff;
  --orange: #ff7a45;
  --muted: #647087;
  --line: rgba(7, 20, 39, .16);
  --shadow: 0 24px 70px rgba(7, 20, 39, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Space Grotesk", "Noto Sans SC", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  opacity: 0;
  animation: pageIn .45s ease forwards;
}
body.page-leaving { opacity: 0; transition: opacity .18s ease; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.noise {
  position: fixed; inset: 0; z-index: 90; pointer-events: none; opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
}
.topbar {
  position: sticky; top: 0; z-index: 80; height: 74px; padding: 0 3.5vw;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(243, 246, 239, .9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; letter-spacing: .02em; }
.brand-mark, .footer-mark {
  display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--blue);
  font-family: "DM Mono", monospace; font-size: 14px; letter-spacing: -.06em; border-radius: 50% 50% 50% 10%;
}
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 1px; height: 2px; background: var(--blue); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }
.section { padding: 110px 7vw; }
.section-label, .eyebrow { margin: 0 0 20px; font: 500 12px/1.4 "DM Mono", monospace; letter-spacing: .14em; text-transform: uppercase; }
.hero {
  position: relative; min-height: calc(100svh - 74px); padding: 7vw; overflow: hidden;
  display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 4vw;
  color: white; background: var(--ink);
}
.hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; right: -12vw; top: -20vw; border-radius: 50%; background: rgba(68,224,255,.13); filter: blur(22px); }
.hero-copy { position: relative; z-index: 2; }
.library-logo { width: min(315px, 78%); max-height: 72px; object-fit: contain; object-position: left center; margin-bottom: 42px; filter: brightness(0) invert(1); }
.hero h1 { margin: 0; display: flex; flex-direction: column; align-items: flex-start; gap: clamp(18px, 2vw, 34px); font: 800 clamp(64px, 9vw, 150px)/.82 "Noto Serif SC", serif; letter-spacing: -.08em; }
.hero h1 .hero-ai { font-family: "Space Grotesk", sans-serif; font-weight: 700; color: var(--cyan); }
.hero h1 .hero-cn { color: white; }
.hero h1 small { font-family: "DM Mono", monospace; font-size: .38em; color: var(--lime); vertical-align: .48em; margin-left: .12em; }
.hero-lead { max-width: 560px; margin: 34px 0; font: 500 clamp(19px, 2vw, 27px)/1.55 "Noto Serif SC", serif; }
.hero-actions, .promo-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 12px 22px;
  border: 1px solid transparent; font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .22s ease, background .22s ease, color .22s ease;
}
.button:hover { transform: translateY(-3px); }
.button.primary { color: var(--ink); background: var(--lime); }
.button.ghost { color: white; border-color: rgba(255,255,255,.34); }
.button.ghost:hover { color: var(--ink); background: white; }
.button.outline { border-color: currentColor; }
.button.outline:hover { color: white; background: var(--ink); }
.button.light { color: var(--ink); background: white; }
.research-map { position: relative; z-index: 2; width: min(620px, 48vw); aspect-ratio: 1; margin-left: auto; }
.map-orbit { position: absolute; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; animation: spin 28s linear infinite; }
.orbit-one { inset: 8%; border-style: dashed; }
.orbit-two { inset: 21%; animation-direction: reverse; animation-duration: 18s; }
.map-core { position: absolute; inset: 35%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--blue); box-shadow: 0 0 70px rgba(68,224,255,.34); }
.map-core span, .map-core small { font: 500 10px/1.3 "DM Mono", monospace; letter-spacing: .12em; }
.map-core strong { font: 700 clamp(24px,3vw,42px)/1.1 "Noto Serif SC", serif; }
.map-node { position: absolute; min-width: 108px; min-height: 74px; padding: 12px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.28); background: rgba(7,20,39,.72); backdrop-filter: blur(9px); transition: transform .22s, background .22s; }
.map-node:hover { transform: translateY(-5px); color: var(--ink); background: var(--lime); }
.map-node b { font: 500 11px "DM Mono", monospace; color: var(--cyan); }
.map-node:hover b { color: var(--blue); }
.map-node span { font-weight: 700; }
.node-1 { left: 3%; top: 22%; }.node-2 { left: 34%; top: 0; }.node-3 { right: 0; top: 28%; }.node-4 { right: 10%; bottom: 10%; }.node-5 { left: 16%; bottom: 2%; }
.hero-stamp { position: absolute; right: 3vw; bottom: 2.5vw; display: flex; align-items: baseline; gap: 10px; font-family: "DM Mono", monospace; transform: rotate(-4deg); }
.hero-stamp span { color: var(--lime); font-size: 13px; }.hero-stamp b { font-size: 15px; }.hero-stamp small { opacity: .7; }
.intro { background: white; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: start; }
.intro h2, .section-heading h2, .path h2, .database-promo h2, .event-database h2 { margin: 0; font: 700 clamp(36px,5vw,74px)/1.13 "Noto Serif SC", serif; letter-spacing: -.05em; }
.intro-grid > div p { margin: 0 0 20px; font-size: clamp(17px,1.6vw,22px); }
.quick-facts { margin-top: 80px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts article { padding: 30px 24px; border-right: 1px solid var(--line); }.quick-facts article:last-child { border-right: 0; }
.quick-facts span { display: block; margin-bottom: 12px; color: var(--blue); font: 500 11px "DM Mono", monospace; letter-spacing: .14em; }
.quick-facts strong { display: block; font: 700 24px "Noto Serif SC", serif; }.quick-facts p { margin: 3px 0 0; color: var(--muted); }
.path { position: relative; overflow: hidden; color: white; background: var(--blue); }
.path::after { content: ""; position: absolute; width: 38vw; height: 38vw; right: -15vw; bottom: -22vw; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.path-head { position: relative; z-index: 2; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.path-head h2 { font-size: clamp(34px,4vw,62px); }
.path-steps { position: relative; z-index: 2; list-style: none; margin: 70px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5,1fr); }
.path-steps li { position: relative; min-height: 160px; padding: 26px 18px; border: 1px solid rgba(255,255,255,.27); border-right: 0; }
.path-steps li:last-child { border-right: 1px solid rgba(255,255,255,.27); }
.path-steps li::before { content: ""; position: absolute; width: 9px; height: 9px; top: -5px; left: 18px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px var(--lime); }
.path-steps span { font: 500 11px "DM Mono", monospace; opacity: .8; }.path-steps strong { display: block; margin: 26px 0 4px; font: 700 24px "Noto Serif SC", serif; }.path-steps small { opacity: .74; }
.sessions { background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }.section-heading > p { max-width: 380px; color: var(--muted); }
.session-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 16px; }
.session-card { position: relative; min-height: 390px; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: white; transition: transform .24s, box-shadow .24s; }
.session-card:nth-child(1), .session-card:nth-child(2) { grid-column: span 3; }.session-card:nth-child(n+3) { grid-column: span 2; }
.session-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.session-number { display: block; color: var(--blue); font: 500 42px/1 "DM Mono", monospace; }.session-step { margin: 32px 0 12px; font: 500 11px "DM Mono", monospace; letter-spacing: .1em; }
.session-card h3 { max-width: 550px; margin: 0 0 18px; font: 700 clamp(26px,3vw,42px)/1.25 "Noto Serif SC", serif; }.session-card > p:not(.session-step) { max-width: 540px; color: #435068; }
.session-meta { position: absolute; left: 28px; right: 28px; bottom: 26px; display: flex; gap: 16px; color: var(--muted); font: 500 11px "DM Mono", monospace; }
.card-arrow { position: absolute; right: 24px; top: 22px; font-size: 24px; transition: transform .2s; }.session-card:hover .card-arrow { transform: translate(4px,-4px); }
.tone-1 { --tone: var(--cyan); }.tone-2 { --tone: var(--lime); }.tone-3 { --tone: #ffca3a; }.tone-4 { --tone: var(--orange); }.tone-5 { --tone: #c5a8ff; }
.session-card::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 6px; background: var(--tone); }
.database-promo { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; gap: 7vw; align-items: center; color: white; background: var(--ink); }
.database-promo-copy p:not(.eyebrow) { max-width: 570px; margin: 24px 0; font-size: 20px; }.text-link { font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.4); }
.database-stack { position: relative; height: 390px; perspective: 900px; }
.database-stack span { position: absolute; left: 50%; top: 50%; width: 70%; height: 100px; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(-4deg); color: var(--ink); background: var(--cyan); border: 1px solid var(--ink); font: 700 clamp(25px,4vw,52px) "Space Grotesk", sans-serif; box-shadow: 0 18px 0 rgba(0,0,0,.25); }
.database-stack span:nth-child(2) { transform: translate(-45%,-78%) rotate(4deg); background: var(--lime); }.database-stack span:nth-child(3) { transform: translate(-54%,-18%) rotate(-8deg); background: white; }.database-stack span:nth-child(4) { transform: translate(-48%,42%) rotate(5deg); background: var(--orange); }.database-stack span:nth-child(5) { transform: translate(-56%,102%) rotate(-2deg); background: #c5a8ff; }
.join { padding: 120px 7vw; text-align: center; color: var(--ink); background: var(--lime); }.join h2 { margin: 0; font: 800 clamp(54px,8vw,126px)/.95 "Noto Serif SC", serif; letter-spacing: -.06em; }.join h2 em { color: var(--blue); font-style: normal; }.join > p:not(.eyebrow) { margin: 30px 0; font-size: 18px; }
footer { min-height: 220px; padding: 44px 7vw; display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 30px; color: white; background: var(--ink); font-size: 13px; }
footer > div:first-child { display: flex; align-items: center; gap: 14px; }footer p { margin: 0; line-height: 1.45; }.footer-links { display: flex; flex-direction: column; gap: 8px; }
[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }[data-reveal].visible { opacity: 1; transform: none; }

/* Event page */
.event-hero { --tone: var(--cyan); position: relative; min-height: 660px; padding: 9vw 7vw 7vw; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; color: white; background: var(--ink); }
.event-hero::after { content: ""; position: absolute; width: 48vw; height: 48vw; right: -15vw; top: -15vw; border: 1px solid color-mix(in srgb, var(--tone) 60%, transparent); border-radius: 50%; box-shadow: 0 0 90px color-mix(in srgb, var(--tone) 16%, transparent); }
.event-hero-copy { position: relative; z-index: 2; }.back-link { display: inline-block; margin-bottom: 55px; font-size: 14px; opacity: .72; }.back-link:hover { opacity: 1; }
.event-hero h1 { max-width: 970px; margin: 0 0 30px; font: 800 clamp(48px,7.2vw,105px)/1.04 "Noto Serif SC", serif; letter-spacing: -.055em; }
.event-lead { max-width: 790px; font-size: clamp(18px,1.6vw,23px); }.event-facts { margin: 38px 0; display: flex; flex-wrap: wrap; gap: 30px; }.event-facts span { display: flex; flex-direction: column; color: rgba(255,255,255,.65); font-size: 12px; }.event-facts b { color: white; font-size: 16px; }
.event-index-art { position: relative; z-index: 1; align-self: center; min-height: 380px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.18); background: color-mix(in srgb, var(--tone) 9%, transparent); transform: rotate(5deg); }
.event-index-art span { color: var(--tone); font: 500 clamp(100px,17vw,240px)/.8 "DM Mono", monospace; }.event-index-art i { margin-top: 35px; font: 700 27px "Noto Serif SC", serif; }
.event-body { background: white; }.activity-list { margin: 60px 0; border-top: 1px solid var(--line); }.activity-list article { display: grid; grid-template-columns: 90px 1fr; padding: 28px 0; border-bottom: 1px solid var(--line); }.activity-list span { color: var(--blue); font: 500 13px "DM Mono", monospace; }.activity-list p { margin: 0; font: 600 clamp(21px,2vw,30px) "Noto Serif SC", serif; }
.takeaway { max-width: 850px; margin-left: auto; padding: 35px 0 0; border-top: 5px solid var(--blue); }.takeaway span { font: 500 12px "DM Mono", monospace; color: var(--blue); }.takeaway p { margin: 12px 0 0; font-size: 21px; }
.event-database { display: flex; justify-content: space-between; align-items: center; gap: 50px; color: white; background: var(--blue); }.event-database p:not(.eyebrow) { font-size: 18px; opacity: .86; }.event-pagination { display: grid; grid-template-columns: 1fr 1fr; }.event-pagination a { min-height: 170px; padding: 38px 7vw; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); background: var(--paper); transition: background .2s, color .2s; }.event-pagination a:last-child { align-items: flex-end; text-align: right; }.event-pagination a:hover { color: white; background: var(--ink); }.event-pagination span { font: 500 11px "DM Mono", monospace; }.event-pagination strong { font: 700 30px "Noto Serif SC", serif; }

/* Database page */
.database-page { background: #eaf0ff; }.database-hero { min-height: 630px; padding: 9vw 7vw 7vw; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 6vw; color: white; background: var(--blue); }.database-hero h1 { margin: 0; font: 800 clamp(58px,8vw,120px)/.95 "Noto Serif SC", serif; letter-spacing: -.06em; }.database-hero h1 em { color: var(--lime); font-style: normal; }.database-hero p:not(.eyebrow) { max-width: 680px; margin-top: 30px; font-size: 19px; }
.db-signal { position: relative; min-height: 380px; }.db-signal b { position: absolute; inset: 29%; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--ink); background: var(--lime); font: 800 clamp(28px,4vw,58px)/1.08 "Noto Serif SC", serif; }.db-signal span { position: absolute; border: 1px dashed rgba(255,255,255,.5); border-radius: 50%; }.db-signal span:nth-child(1) { inset: 10%; animation: spin 24s linear infinite; }.db-signal span:nth-child(2) { inset: 21%; animation: spin 17s linear infinite reverse; }.db-signal span:nth-child(3) { width: 16px; height: 16px; left: 6%; top: 48%; border: 0; background: var(--cyan); box-shadow: 0 0 30px var(--cyan); }
.database-notice { padding-top: 55px; padding-bottom: 55px; display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid var(--line); }.database-notice > div { display: grid; grid-template-columns: 100px 250px 1fr; align-items: center; gap: 20px; }.database-notice span { color: var(--blue); font: 500 11px "DM Mono", monospace; }.database-notice strong { font: 700 23px "Noto Serif SC", serif; }.database-notice p { color: var(--muted); }
.database-groups { padding-top: 70px; }.database-group { margin-bottom: 95px; }.database-heading { display: flex; align-items: baseline; gap: 20px; margin-bottom: 28px; }.database-heading span { color: var(--blue); font: 500 12px "DM Mono", monospace; }.database-heading h2 { margin: 0; font: 700 clamp(28px,4vw,48px) "Noto Serif SC", serif; }
.database-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.database-card { position: relative; min-height: 255px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background: white; border: 1px solid rgba(7,20,39,.12); transition: transform .2s, box-shadow .2s; }.database-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }.database-mark { width: 100%; height: 76px; padding: 12px 18px; display: flex; align-items: center; border-radius: 3px; background: #f3f5f8; overflow: hidden; }.database-mark img { width: 100%; height: 100%; object-fit: contain; object-position: left center; }.database-mark span { font: 700 25px "Space Grotesk", "Noto Serif SC", sans-serif; letter-spacing: -.04em; }.database-mark.clarivate { color: white; background: #5b2b82; }.database-mark.elsevier { color: white; background: #eb6500; }.database-mark.elsevier-dark { color: white; background: #202f44; }.database-mark.cnki { color: #fff; background: #006fb9; }.database-mark.cssci { color: #b9272d; background: #f7eee7; }.database-mark.ruc { color: #a12828; background: #fff2e8; }.database-mark.proquest { color: white; background: #51328d; }.database-mark.duxiu { color: #fff; background: #3987c9; }.database-mark.chaoxing { color: #152d68; background: #eaf2ff; }.database-mark.fenqu { color: #fff; background: #a42127; }.database-mark.wos-index { color: white; background: linear-gradient(110deg,#5b2b82,#1e54ff); }
.database-card h3 { margin: 24px 0 5px; font: 700 20px "Noto Serif SC", serif; }.database-card p { margin: 0; color: var(--muted); font-size: 14px; }.db-arrow { position: absolute; right: 20px; top: 16px; color: rgba(255,255,255,.9); mix-blend-mode: difference; }
.database-source { padding-top: 45px; padding-bottom: 45px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: white; background: var(--ink); }.database-source p { max-width: 760px; }.database-source-copy p { margin: 0; }.database-source-copy p + p { margin-top: 10px; }.database-source-links { display: flex; flex-direction: column; gap: 8px; text-align: right; }

@keyframes pageIn { to { opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 90px; }.research-map { width: min(620px, 86vw); margin: 20px auto 30px; }.hero-stamp { display: none; }
  .intro-grid, .database-promo, .database-hero, .event-hero { grid-template-columns: 1fr; }.intro-grid { gap: 36px; }
  .path-steps { grid-template-columns: 1fr 1fr; }.path-steps li { border-right: 1px solid rgba(255,255,255,.27); }
  .session-grid { grid-template-columns: 1fr 1fr; }.session-card:nth-child(n) { grid-column: span 1; }.session-card:last-child { grid-column: span 2; }
  .database-grid { grid-template-columns: 1fr 1fr; }.database-notice > div { grid-template-columns: 80px 1fr; }.database-notice p { grid-column: 2; margin: 0; }
  .event-index-art { min-height: 260px; }.event-database { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }footer > span { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .topbar { height: 66px; padding: 0 20px; }.menu-toggle { display: block; }.site-nav { position: absolute; left: 0; right: 0; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 24px; background: var(--paper); border-bottom: 1px solid var(--line); }.site-nav.open { display: flex; }.site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .section { padding: 78px 22px; }.hero { min-height: auto; padding: 72px 22px 60px; }.library-logo { width: 250px; margin-bottom: 34px; }.hero h1 { gap: 15px; font-size: clamp(59px,22vw,88px); }.hero-lead { margin: 25px 0; }.hero-actions { align-items: stretch; flex-direction: column; }.research-map { width: 100%; margin-top: 40px; }.map-node { min-width: 84px; min-height: 58px; padding: 8px; font-size: 13px; }.node-1 { left: 0 }.node-2 { left: 32% }.node-3 { right: -2% }.node-4 { right: 2% }.node-5 { left: 9% }
  .intro h2, .section-heading h2, .path h2, .database-promo h2, .event-database h2 { font-size: 38px; }.quick-facts { grid-template-columns: 1fr; }.quick-facts article { border-right: 0; border-bottom: 1px solid var(--line); }.quick-facts article:last-child { border-bottom: 0; }
  .path-head, .section-heading { align-items: flex-start; flex-direction: column; }.path-steps { grid-template-columns: 1fr; margin-top: 45px; }.path-steps li { min-height: 125px; }
  .session-grid, .database-grid { grid-template-columns: 1fr; }.session-card:nth-child(n) { grid-column: span 1; min-height: 355px; }.database-stack { height: 330px; }.database-stack span { width: 88%; }
  .join { padding: 90px 22px; }.join h2 { font-size: 55px; }footer { grid-template-columns: 1fr; align-items: start; padding: 40px 22px; }footer > span { grid-column: auto; }
  .event-hero { padding: 72px 22px 58px; }.event-hero h1 { font-size: 47px; }.event-index-art { min-height: 210px; }.event-index-art span { font-size: 120px; }.event-facts { flex-direction: column; gap: 13px; }.activity-list article { grid-template-columns: 48px 1fr; }.event-pagination a { padding: 28px 22px; }.event-pagination strong { font-size: 23px; }
  .database-hero { min-height: 760px; padding: 74px 22px 55px; }.database-hero h1 { font-size: 57px; }.db-signal { min-height: 300px; }.database-notice { align-items: stretch; flex-direction: column; }.database-notice > div { grid-template-columns: 1fr; gap: 7px; }.database-notice p { grid-column: auto; }.database-source { align-items: flex-start; flex-direction: column; }.database-source-links { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
