:root {
  --paper: #f7f8fb;
  --paper-deep: #eef2f8;
  --ink: #10223f;
  --muted: #5d6c82;
  --rule: #cfd7e5;
  --blue: #1967d2;
  --blue-soft: #dbe9ff;
  --red: #e74335;
  --yellow: #f9bd23;
  --green: #147a43;
  --white: #ffffff;
  --display: "KoPub Batang", "Noto Serif KR", "Nanum Myeongjo", Batang, Georgia, serif;
  --body: "Pretendard Variable", Pretendard, SUIT, "Noto Sans KR", "Malgun Gothic", sans-serif;
  --shadow: 0 20px 55px rgba(35, 68, 117, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.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; }

.skip-link { position: fixed; z-index: 300; top: 12px; left: 12px; padding: 12px 16px; color: var(--white); background: var(--ink); transform: translateY(-160%); text-decoration: none; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 5; height: 92px; padding: 0 clamp(22px, 4.8vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 40px; border-bottom: 1px solid rgba(16, 34, 63, .16); background: rgba(247, 248, 251, .88); backdrop-filter: blur(16px); }
.archive-mark { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.archive-mark__symbol { width: 31px; height: 31px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 3px; transform: rotate(3deg); }
.archive-mark__symbol i { border-radius: 50% 50% 42% 56%; background: var(--blue); }
.archive-mark__symbol i:nth-child(2) { background: var(--red); }
.archive-mark__symbol i:nth-child(3) { background: var(--yellow); }
.archive-mark__symbol i:nth-child(4) { background: var(--green); }
.archive-mark strong, .archive-mark small { display: block; }
.archive-mark strong { font-family: Georgia, serif; font-size: 12px; letter-spacing: .12em; }
.archive-mark small { margin-top: 3px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.header-links { display: flex; align-items: center; gap: clamp(20px, 3vw, 45px); }
.header-links a { position: relative; padding: 10px 0; font-size: 11px; font-weight: 720; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.header-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--blue); transition: right .22s ease; }
.header-links a:hover::after, .header-links a:focus-visible::after { right: 0; }

.hero { position: relative; min-height: calc(100svh - 92px); padding: clamp(82px, 10vw, 150px) clamp(22px, 7vw, 112px) 55px; overflow: hidden; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 380px); grid-template-rows: 1fr auto; gap: 70px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -3; opacity: .42; background-image: linear-gradient(rgba(25, 103, 210, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(25, 103, 210, .13) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%); }
.hero::after { content: ""; position: absolute; z-index: -2; width: 72vw; height: 72vw; right: -29vw; top: -31vw; border: 1px solid rgba(25, 103, 210, .24); border-radius: 50%; box-shadow: inset 0 0 0 6vw rgba(255,255,255,.32), inset 0 0 0 6.1vw rgba(25,103,210,.12), inset 0 0 0 15vw rgba(255,255,255,.22), inset 0 0 0 15.1vw rgba(25,103,210,.09); }
.hero-atmosphere { position: absolute; z-index: -1; inset: 0; pointer-events: none; filter: blur(45px); opacity: .55; }
.hero-atmosphere span { position: absolute; border-radius: 50%; }
.hero-atmosphere span:nth-child(1) { width: 320px; height: 210px; left: 43%; top: 18%; background: var(--blue-soft); }
.hero-atmosphere span:nth-child(2) { width: 150px; height: 160px; left: 62%; top: 28%; background: rgba(249,189,35,.3); }
.hero-atmosphere span:nth-child(3) { width: 180px; height: 140px; right: 8%; bottom: 15%; background: rgba(36,164,90,.18); }
.hero-index { position: absolute; top: 42px; right: clamp(22px, 4.8vw, 76px); color: var(--muted); font: 9px/1.65 Georgia, serif; letter-spacing: .16em; text-align: right; }
.hero-copy { align-self: center; max-width: 920px; }
.kicker { margin: 0 0 33px; color: var(--muted); font: 10px/1.4 Georgia, serif; letter-spacing: .17em; }
.kicker span { display: inline-block; padding: 7px 10px; color: var(--white); background: var(--blue); }
.kicker small { margin-left: 9px; font: inherit; }
.hero h1 { margin: 0; max-width: 910px; font-family: var(--display); font-size: clamp(76px, 10.4vw, 170px); font-weight: 700; line-height: .84; letter-spacing: -.075em; }
.hero h1 em { position: relative; color: var(--blue); font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; right: -.08em; bottom: .04em; width: .11em; height: .11em; border-radius: 50%; background: var(--red); box-shadow: -.22em 0 var(--yellow), -.44em 0 var(--green); }
.hero-summary { max-width: 590px; margin: 42px 0 0 9.5%; color: var(--muted); font-size: clamp(15px, 1.35vw, 19px); line-height: 1.8; word-break: keep-all; }
.hero-ledger { align-self: end; border-top: 2px solid var(--ink); }
.hero-ledger div { min-height: 66px; padding: 14px 2px; display: grid; grid-template-columns: 75px 1fr; align-items: center; gap: 16px; border-bottom: 1px solid var(--rule); }
.hero-ledger span { color: var(--muted); font: 9px Georgia, serif; letter-spacing: .14em; }
.hero-ledger strong { font-size: 12px; line-height: 1.45; letter-spacing: .02em; }
.hero-jump { grid-column: 1 / -1; min-height: 66px; padding: 0 0 0 22px; display: flex; align-items: center; justify-content: space-between; border-left: 5px solid var(--blue); border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-jump b { width: 66px; align-self: stretch; display: grid; place-items: center; color: var(--white); background: var(--blue); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.hero-jump:hover b { transform: translateY(4px); }

.archive-section, .provenance { padding: 130px clamp(22px, 7vw, 112px) 150px; }
.section-heading { margin-bottom: 72px; display: grid; grid-template-columns: minmax(160px, .35fr) minmax(0, 1fr); gap: clamp(30px, 7vw, 120px); }
.section-number { margin: 0; color: var(--blue); font: 10px/1.5 Georgia, serif; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2 { margin: -10px 0 0; max-width: 920px; font-family: var(--display); font-size: clamp(50px, 7vw, 110px); font-weight: 700; line-height: .98; letter-spacing: -.065em; }
.section-heading > div > p { max-width: 640px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; word-break: keep-all; }

.archive-controls { padding: 17px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.filter-group { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 41px; padding: 0 16px; border: 1px solid var(--rule); border-radius: 999px; color: var(--ink); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.filter-button span { display: inline-grid; min-width: 19px; height: 19px; margin-left: 5px; place-items: center; border-radius: 50%; color: var(--muted); background: var(--paper-deep); font-size: 9px; }
.filter-button:hover { border-color: var(--blue); }
.filter-button.is-active { color: var(--white); border-color: var(--blue); background: var(--blue); }
.filter-button.is-active span { color: var(--blue); background: var(--white); }
.search-field { width: min(100%, 330px); min-height: 44px; padding: 0 13px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--rule); }
.search-field svg { width: 18px; fill: none; stroke: var(--blue); stroke-width: 1.7; }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-field input::placeholder { color: #8794a7; }
.search-field kbd { color: var(--muted); font: 10px Georgia, serif; }
.search-field:focus-within { border-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.result-ledger { padding: 22px 0 29px; display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font: 10px Georgia, serif; letter-spacing: .12em; text-transform: uppercase; }
.result-ledger p { margin: 0; }
.result-ledger span { color: var(--ink); font-weight: 700; }

.session-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 28px 22px; }
.session-card { grid-column: span 4; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--rule); border-bottom: 4px solid var(--blue); border-radius: 4px 4px 0 0; background: var(--white); box-shadow: 0 1px 0 rgba(16,34,63,.04); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.session-card[data-category="gemini_usertalk"] { border-bottom-color: var(--green); }
.session-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(25,103,210,.48); }
.session-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 0; padding: 0; background: #dce6f4; cursor: pointer; }
.session-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(9,25,48,.64)); pointer-events: none; }
.session-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.session-media:hover img, .session-media:focus-visible img { transform: scale(1.035); filter: saturate(1.06) contrast(1.02); }
.session-media.is-missing-image { background: linear-gradient(145deg, #dbe8fb, #f7f9fd 55%, #e8f3ec); }
.session-media.is-missing-image img { opacity: 0; }
.session-media.is-unavailable { cursor: not-allowed; }
.play-button { position: absolute; z-index: 2; left: 19px; bottom: 17px; min-width: 94px; height: 39px; padding: 0 16px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.65); border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 6px 22px rgba(4,22,51,.2); font: 10px Georgia, serif; letter-spacing: .12em; pointer-events: none; }
.play-button i { width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--blue); }
.duration-badge { position: absolute; z-index: 2; right: 13px; bottom: 13px; padding: 6px 8px; border-radius: 2px; color: var(--white); background: rgba(8,26,50,.78); font: 10px Georgia, serif; letter-spacing: .05em; }
.card-body { min-height: 242px; padding: 25px 24px 24px; display: flex; flex-direction: column; }
.card-index { margin: 0 0 17px; display: flex; align-items: center; gap: 11px; color: var(--blue); font: 9px Georgia, serif; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.session-card[data-category="gemini_usertalk"] .card-index { color: var(--green); }
.card-index::before { content: ""; width: 21px; height: 3px; background: currentColor; }
.card-body h3 { margin: 0; font-family: var(--display); font-size: clamp(22px, 2vw, 30px); line-height: 1.22; letter-spacing: -.04em; word-break: keep-all; }
.card-description { margin: 16px 0 22px; color: var(--muted); font-size: 12px; line-height: 1.7; word-break: keep-all; }
.card-footer { margin-top: auto; padding-top: 16px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; border-top: 1px solid var(--rule); }
.card-footer span { color: var(--muted); font-size: 9px; letter-spacing: .04em; }
.card-footer strong { color: var(--ink); font: 10px Georgia, serif; letter-spacing: .08em; }
.loading-state { grid-column: 1 / -1; min-height: 360px; display: grid; place-items: center; align-content: center; gap: 18px; color: var(--muted); }
.loading-state span { width: 38px; height: 38px; border: 2px solid var(--rule); border-top-color: var(--blue); border-radius: 50%; animation: spin .8s linear infinite; }
.empty-state, .error-state { min-height: 420px; padding: 70px 20px; display: grid; place-items: center; align-content: center; text-align: center; border-bottom: 1px solid var(--rule); }
.empty-state__mark { margin: 0 0 10px; color: var(--blue); font: 72px/1 Georgia, serif; }
.empty-state h3, .error-state h3 { margin: 8px 0; font: 700 32px/1.2 var(--display); letter-spacing: -.04em; }
.empty-state > p:not(.empty-state__mark), .error-state > p:not(.section-number) { margin: 0; color: var(--muted); }
.empty-state button, .error-state button { margin-top: 26px; min-height: 44px; padding: 0 18px; border: 0; color: var(--white); background: var(--blue); font-weight: 700; cursor: pointer; }

.event-notes { padding: 130px clamp(22px, 7vw, 112px) 150px; color: var(--white); background: var(--ink); }
.section-heading--light .section-number { color: #8bb8ff; }
.section-heading--light h2 { color: var(--white); }
.section-heading--light > div > p { color: #a9b5c6; }
.event-map { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.32); border-left: 1px solid rgba(255,255,255,.22); }
.event-day { position: relative; min-height: 350px; padding: 30px; border-right: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.event-day::after { content: ""; position: absolute; left: 30px; bottom: 30px; width: 12px; height: 12px; border: 1px solid #8090a6; border-radius: 50%; }
.event-day.is-captured::after { border-color: var(--green); background: var(--green); box-shadow: 0 0 0 6px rgba(36,164,90,.15); }
.event-day > p:first-child { margin: 0 0 45px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #95a4ba; font: 9px Georgia, serif; letter-spacing: .13em; }
.event-date-range { display: inline-flex; align-items: center; gap: .35em; }
.event-status { padding: 5px 7px; border: 1px solid rgba(255,255,255,.25); }
.event-day.is-captured .event-status { color: #91efb3; border-color: rgba(20,122,67,.72); }
.event-day h3 { margin: 0 0 10px; font-family: var(--display); font-size: clamp(28px, 3vw, 44px); line-height: 1.08; letter-spacing: -.045em; }
.event-day strong { color: #8bb8ff; font-size: 11px; }
.event-day > p:last-of-type { max-width: 340px; margin: 24px 0 0; color: #a9b5c6; font-size: 12px; line-height: 1.75; word-break: keep-all; }
.masterclass-note { margin-top: 95px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(50px, 9vw, 150px); align-items: start; }
.masterclass-intro .section-number { color: var(--yellow); }
.masterclass-intro h3 { margin: 20px 0 27px; font-family: var(--display); font-size: clamp(44px, 6vw, 92px); line-height: .95; letter-spacing: -.06em; }
.masterclass-intro > p:not(.section-number) { max-width: 570px; margin: 0; color: #b7c2d0; font-size: 14px; line-height: 1.85; word-break: keep-all; }
.masterclass-intro a { display: inline-block; margin-top: 29px; padding-bottom: 7px; border-bottom: 1px solid #8bb8ff; color: #8bb8ff; font-size: 11px; font-weight: 720; text-decoration: none; }
.agenda-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.5); }
.agenda-list li { min-height: 84px; padding: 18px 0; display: grid; grid-template-columns: 105px 1fr; gap: 25px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.22); }
.agenda-list time { color: #8bb8ff; font: 20px Georgia, serif; }
.agenda-list strong, .agenda-list small { display: block; }
.agenda-list strong { font-size: 14px; }
.agenda-list small { margin-top: 5px; color: #9fabbc; font-size: 10px; }

.provenance { background: #edf3fc; }
.provenance-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); }
.provenance-grid article { min-height: 260px; padding: 27px 24px 24px 0; border-right: 1px solid var(--rule); }
.provenance-grid article + article { padding-left: 24px; }
.provenance-grid article:last-child { border-right: 0; }
.provenance-grid span { color: var(--blue); font: 10px Georgia, serif; }
.provenance-grid h3 { margin: 58px 0 17px; font-family: var(--display); font-size: 26px; letter-spacing: -.035em; }
.provenance-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; word-break: keep-all; }

.site-footer { min-height: 160px; padding: 42px clamp(22px, 4.8vw, 76px); display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; color: #acb7c7; background: #09172d; }
.site-footer p { margin: 0; font-size: 10px; line-height: 1.6; }
.site-footer strong, .site-footer span { display: block; }
.site-footer strong { color: var(--white); font: 11px Georgia, serif; letter-spacing: .12em; }
.site-footer a { color: #8bb8ff; font-size: 10px; font-weight: 700; text-decoration: none; }

.video-modal { position: fixed; z-index: 200; inset: 0; padding: 28px; display: grid; place-items: center; }
.video-modal__backdrop { position: absolute; inset: 0; background: rgba(4, 14, 30, .9); backdrop-filter: blur(14px); }
.video-modal__panel { position: relative; width: min(1180px, 100%); max-height: calc(100dvh - 56px); overflow: auto; border: 1px solid rgba(255,255,255,.34); color: var(--white); background: #09172d; box-shadow: 0 35px 100px rgba(0,0,0,.45); }
.video-modal__header { min-height: 116px; padding: 25px 30px; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.22); }
.video-modal__header .section-number { color: #8bb8ff; }
.video-modal__header h2 { margin: 10px 0 0; max-width: 900px; font-family: var(--display); font-size: clamp(27px, 4vw, 48px); line-height: 1.1; letter-spacing: -.045em; }
.modal-close { position: relative; flex: 0 0 auto; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.4); background: transparent; cursor: pointer; }
.modal-close span { position: absolute; top: 21px; left: 11px; width: 23px; height: 1px; background: var(--white); transform: rotate(45deg); }
.modal-close span:last-child { transform: rotate(-45deg); }
.video-frame-wrap { aspect-ratio: 16 / 9; background: #020815; }
.video-frame-wrap iframe { width: 100%; height: 100%; display: block; border: 0; }
.video-modal__footer { min-height: 72px; padding: 17px 30px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.22); }
.video-modal__footer p { margin: 0; color: #9fabbc; font-size: 10px; line-height: 1.55; }
.video-modal__footer a { flex: 0 0 auto; color: #8bb8ff; font-size: 10px; font-weight: 750; letter-spacing: .07em; text-decoration: none; }

:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
.session-media:focus-visible, .filter-button:focus-visible { outline-offset: 2px; }
@keyframes spin { to { transform: rotate(1turn); } }

@media (max-width: 1020px) {
  .hero { grid-template-columns: minmax(0, 1fr) 280px; }
  .session-card { grid-column: span 6; }
  .event-map { grid-template-columns: 1fr; }
  .event-day { min-height: 260px; }
  .masterclass-note { grid-template-columns: 1fr; }
  .provenance-grid { grid-template-columns: repeat(2, 1fr); }
  .provenance-grid article:nth-child(2) { border-right: 0; }
  .provenance-grid article:nth-child(3) { padding-left: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer a { grid-column: 1 / -1; }
}

@media (max-width: 740px) {
  html { scroll-behavior: auto; }
  .site-header { height: 76px; padding-inline: 20px; }
  .archive-mark small, .header-links a:not(:last-child) { display: none; }
  .header-links a { font-size: 9px; }
  .hero { min-height: calc(100svh - 76px); padding: 82px 20px 34px; display: block; }
  .hero::before { background-size: 38px 38px; }
  .hero-index { top: 25px; right: 20px; }
  .hero h1 { font-size: clamp(70px, 23vw, 108px); line-height: .88; }
  .kicker small { display: block; margin: 13px 0 0; }
  .hero-summary { margin: 31px 0 0; font-size: 14px; }
  .hero-ledger { margin-top: 58px; }
  .hero-jump { margin-top: 40px; }
  .archive-section, .provenance, .event-notes { padding: 92px 20px 105px; }
  .section-heading { margin-bottom: 48px; grid-template-columns: 1fr; gap: 29px; }
  .section-heading h2 { margin: 0; font-size: clamp(47px, 15vw, 74px); }
  .archive-controls { align-items: stretch; flex-direction: column; }
  .filter-group { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button:first-child { grid-column: 1 / -1; }
  .filter-button { padding-inline: 10px; }
  .search-field { width: 100%; max-width: none; }
  .result-ledger { align-items: flex-start; flex-direction: column; }
  .session-grid { display: block; }
  .session-card + .session-card { margin-top: 24px; }
  .card-body { min-height: 220px; }
  .event-day { min-height: 300px; }
  .masterclass-note { margin-top: 75px; }
  .agenda-list li { grid-template-columns: 74px 1fr; }
  .provenance-grid { grid-template-columns: 1fr; }
  .provenance-grid article, .provenance-grid article + article { min-height: 225px; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .provenance-grid h3 { margin-top: 43px; }
  .site-footer { padding: 38px 20px; grid-template-columns: 1fr; }
  .site-footer a { grid-column: auto; }
  .video-modal { padding: 0; }
  .video-modal__panel { width: 100%; max-height: 100dvh; border-inline: 0; }
  .video-modal__header { min-height: 102px; padding: 21px 20px; }
  .video-modal__header h2 { font-size: 25px; }
  .video-modal__footer { padding: 17px 20px 22px; align-items: flex-start; flex-direction: column; gap: 12px; }
}

@media (max-width: 390px) {
  .archive-mark strong { font-size: 10px; }
  .hero h1 { font-size: 68px; }
  .hero h1 em::after { display: none; }
  .filter-button { font-size: 10px; }
  .card-body { padding: 22px 20px; }
  .masterclass-intro h3 { font-size: 46px; }
}

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