:root {
  --ink: #1b201c;
  --ink-soft: #30372f;
  --paper: #f1ede2;
  --paper-deep: #e3dccb;
  --muted: #746f63;
  --line: #c9c0ae;
  --rust: #a53b2a;
  --rust-dark: #782b20;
  --moss: #536347;
  --gold: #b28a45;
  --sidebar: 390px;
  --shadow: 0 18px 52px rgba(19, 22, 18, .22);
}

* { box-sizing: border-box; }
html, body { height: 100%; margin: 0; }
body {
  overflow: hidden;
  color: var(--ink);
  background: var(--ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
}
button, input { font: inherit; }
button { color: inherit; }

.sidebar {
  position: fixed;
  z-index: 500;
  inset: 0 auto 0 0;
  width: var(--sidebar);
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow-y: auto;
  background:
    linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 28px;
  border-right: 1px solid rgba(27,32,28,.22);
  box-shadow: 7px 0 30px rgba(20, 24, 20, .15);
}
.panel-close { display: none; }

.book-header { padding: 31px 30px 21px; border-bottom: 1px solid var(--line); }
.eyebrow {
  margin: 0 0 8px;
  color: var(--rust);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, strong { font-family: Georgia, "Times New Roman", serif; }
h1 { margin: 0; font-size: clamp(34px, 3.5vw, 47px); font-weight: 500; line-height: .94; letter-spacing: -.035em; }
.edition { margin: 13px 0 0; color: var(--muted); font-size: 12px; letter-spacing: .04em; }

.progress-card { padding: 18px 30px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.3); }
.progress-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.progress-heading > div { display: grid; gap: 2px; }
.progress-heading span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.progress-heading strong { font-size: 22px; font-weight: 500; }
.progress-heading .safe-badge { padding: 5px 8px; color: #f7f4e9; background: var(--moss); border-radius: 2px; font-size: 9px; }
.progress-track { height: 3px; margin: 13px 0 9px; overflow: hidden; background: var(--paper-deep); }
.progress-track span { display: block; height: 100%; background: var(--rust); }
.progress-card p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 12px; line-height: 1.45; }

.chapters { padding: 20px 18px 13px; border-bottom: 1px solid var(--line); }
.reading-view-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 12px 17px; border: 1px solid var(--line); }
.reading-view-tab { min-height: 36px; color: var(--muted); background: rgba(255,255,255,.2); border: 0; cursor: pointer; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.reading-view-tab + .reading-view-tab { border-left: 1px solid var(--line); }
.reading-view-tab.active { color: var(--paper); background: var(--ink); }
.reading-view[hidden] { display: none; }
#chapter-list { max-height: min(46vh, 520px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.reference-heading { margin-bottom: 8px; }
.page-jump { display: grid; gap: 5px; margin: 0 12px 12px; }
.page-jump label { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.page-jump > div { display: grid; grid-template-columns: 1fr 48px; }
.page-jump input { min-width: 0; height: 36px; padding: 0 10px; color: var(--ink); background: rgba(255,255,255,.45); border: 1px solid var(--line); border-right: 0; }
.page-jump button { color: var(--paper); background: var(--rust-dark); border: 0; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.reference-list { max-height: min(48vh, 550px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.reference-page { margin: 0; }
.reference-page h3 { position: sticky; z-index: 2; top: 0; margin: 0; padding: 7px 10px 6px; color: var(--paper); background: var(--ink-soft); font-family: inherit; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.reference-page.page-target h3 { background: var(--rust-dark); }
.reference-item { display: grid; width: 100%; gap: 3px; padding: 10px; text-align: left; background: rgba(255,255,255,.18); border: 0; border-bottom: 1px solid rgba(116,111,99,.24); cursor: pointer; }
.reference-item:hover, .reference-item:focus-visible { background: rgba(165,59,42,.09); }
.reference-item strong { font-size: 13px; line-height: 1.2; }
.reference-item span { color: var(--muted); font-family: Georgia, serif; font-size: 10px; line-height: 1.35; }
.timeline-heading { margin-bottom: 8px; }
.timeline-filters { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 12px 12px; border: 1px solid var(--line); }
.timeline-filter { min-height: 31px; padding: 0 4px; color: var(--muted); background: rgba(255,255,255,.2); border: 0; cursor: pointer; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.timeline-filter + .timeline-filter { border-left: 1px solid var(--line); }
.timeline-filter.active { color: var(--paper); background: var(--rust-dark); }
.timeline-list { position: relative; max-height: min(49vh, 565px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--line) transparent; }
.timeline-list::before { position: absolute; top: 0; bottom: 0; left: 21px; width: 1px; content: ""; background: var(--line); }
.timeline-year { position: sticky; z-index: 3; top: 0; margin: 0; padding: 7px 10px 6px 38px; color: var(--paper); background: var(--ink-soft); font-family: inherit; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.timeline-event { position: relative; margin: 0; padding-left: 34px; background: rgba(255,255,255,.12); border-bottom: 1px solid rgba(116,111,99,.24); }
.timeline-event::before { position: absolute; z-index: 2; top: 17px; left: 17px; width: 9px; height: 9px; content: ""; background: var(--paper); border: 2px solid var(--rust); border-radius: 50%; }
.timeline-event.active { background: rgba(165,59,42,.1); box-shadow: inset 3px 0 var(--rust); }
.timeline-event.active::before { background: var(--rust); box-shadow: 0 0 0 3px rgba(165,59,42,.18); }
.timeline-kind-investigation::before, .timeline-kind-enforcement::before, .timeline-kind-lead::before, .timeline-kind-public::before { border-color: var(--moss); }
.timeline-kind-suspect::before { border-color: var(--gold); }
.timeline-kind-aftermath::before { border-color: #6c5579; }
.timeline-event-main { display: grid; width: 100%; gap: 4px; padding: 12px 10px 8px 4px; text-align: left; background: transparent; border: 0; cursor: pointer; }
.timeline-event-main:hover strong, .timeline-event-main:focus-visible strong { color: var(--rust-dark); }
.timeline-event-main time { color: var(--rust); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.timeline-event-main strong { font-size: 14px; line-height: 1.2; }
.timeline-event-main span { color: var(--ink-soft); font-family: Georgia, serif; font-size: 10px; line-height: 1.45; }
.timeline-event-main small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.timeline-sites { display: flex; flex-wrap: wrap; gap: 4px; padding: 0 10px 11px 4px; }
.timeline-sites button { max-width: 100%; overflow: hidden; padding: 4px 6px; color: var(--rust-dark); text-overflow: ellipsis; white-space: nowrap; background: rgba(255,255,255,.4); border: 1px solid var(--line); border-radius: 2px; cursor: pointer; font-size: 8px; font-weight: 700; }
.timeline-sites button:hover, .timeline-sites button:focus-visible { color: var(--paper); background: var(--rust-dark); border-color: var(--rust-dark); }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; margin: 0 12px 10px; }
.section-heading h2 { margin: 0; font-size: 16px; font-weight: 600; }
.section-heading > span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.chapter-button {
  display: grid;
  width: 100%;
  grid-template-columns: 35px minmax(0, 1fr) 98px;
  gap: 10px;
  align-items: center;
  min-height: 61px;
  padding: 10px 12px;
  text-align: left;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(116,111,99,.24);
  cursor: pointer;
}
.chapter-button:last-child { border-bottom: 1px solid rgba(116,111,99,.24); }
.chapter-button:hover:not(:disabled), .chapter-button.active { background: rgba(165,59,42,.08); }
.chapter-button.active { box-shadow: inset 3px 0 var(--rust); }
.chapter-number { color: var(--rust); font-family: Georgia, serif; font-size: 18px; }
.chapter-copy { display: grid; gap: 2px; }
.chapter-copy small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.chapter-copy strong { font-size: 14px; font-weight: 600; line-height: 1.15; }
.chapter-pages { color: var(--muted); font-size: 9px; line-height: 1.25; text-align: right; }
.chapter-button:disabled { cursor: not-allowed; opacity: .5; }

.victim-filter { padding: 12px 18px; border-bottom: 1px solid var(--line); }
.victim-chips { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.victim-chip { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.12); cursor: pointer; font-size: 11px; color: var(--muted); transition: background .15s, border-color .15s, color .15s; }
.victim-chip:hover { border-color: var(--crime,#a53b2a); color: var(--ink); }
.victim-chip.active { background: var(--crime,#a53b2a); border-color: var(--crime,#a53b2a); color: #fff; }
.victim-chip-num { font-weight: 800; font-size: 12px; min-width: 16px; text-align: center; }
.victim-chip-label { font-weight: 600; white-space: nowrap; }

.basemaps { padding: 16px 18px; border-bottom: 1px solid var(--line); }
.segmented-control { display: grid; grid-template-columns: 1fr 1fr; margin: 0 12px; border: 1px solid var(--line); }
.basemap-button { min-height: 38px; padding: 0 12px; color: var(--muted); background: rgba(255,255,255,.22); border: 0; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.basemap-button + .basemap-button { border-left: 1px solid var(--line); }
.basemap-button:hover { color: var(--rust-dark); }
.basemap-button.active { color: var(--paper); background: var(--ink); }

.layers { padding: 18px 18px 12px; }
.text-button { padding: 0; color: var(--rust); background: none; border: 0; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.layer-toggle { display: grid; grid-template-columns: 17px 18px 1fr; gap: 8px; align-items: center; min-height: 41px; padding: 5px 12px; cursor: pointer; }
.layer-toggle input { accent-color: var(--rust); }
.layer-toggle > span:last-child { display: grid; gap: 1px; }
.layer-toggle strong { font-family: inherit; font-size: 12px; }
.layer-toggle small { color: var(--muted); font-size: 10px; }
.toggle-mark { display: block; width: 15px; height: 15px; }
.corridor-swatch { background: rgba(83,99,71,.38); border: 1px solid var(--moss); }
.axis-swatch { height: 3px; background: var(--rust); }
.edge-swatch { height: 0; border-top: 2px dashed var(--gold); }

.sidebar-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 14px 30px 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.sources-button { padding: 0; color: var(--rust); background: transparent; border: 0; font-size: 10px; font-weight: 800; cursor: pointer; }

#map { position: fixed; inset: 0; width: 100%; height: 100%; z-index: 1; background: #d9d4c8; }
.leaflet-container { font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif; }
.leaflet-control-zoom a { color: var(--ink); background: var(--paper); border-color: var(--line); }
.leaflet-control-attribution { color: #655f55; background: rgba(241,237,226,.8) !important; }
.leaflet-popup-content-wrapper { max-width: 270px; padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 2px; box-shadow: var(--shadow); }
.leaflet-popup-content { margin: 0; }
.leaflet-popup-tip { background: var(--paper); }
.mapboxgl-canvas { outline: none; }
.mapboxgl-ctrl-group { border-radius: 2px; box-shadow: 0 4px 14px rgba(20,24,20,.2); }
.mapboxgl-popup-content { padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 2px; box-shadow: var(--shadow); }
.mapboxgl-popup-tip { border-top-color: var(--paper) !important; }
.mapboxgl-ctrl-attrib { color: #655f55; background: rgba(241,237,226,.82) !important; }
.popup-content { padding: 15px 16px; }
.popup-content small { display: block; margin-bottom: 5px; color: var(--rust); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.popup-content strong { display: block; margin-bottom: 5px; font-size: 18px; font-weight: 500; }
.popup-content span { color: var(--muted); font-family: Georgia, serif; font-size: 12px; line-height: 1.4; }
.popup-content button { display: block; margin-top: 11px; padding: 0; color: var(--rust); background: none; border: 0; font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }

.custom-marker { display: block; width: 17px; height: 17px; padding: 0; background: #43515a; border: 2px solid var(--paper); border-radius: 50%; box-shadow: 0 2px 8px rgba(21,25,21,.38); cursor: pointer; transition: opacity .2s ease, filter .2s ease, box-shadow .2s ease; }
.custom-marker:hover { filter: brightness(1.12); box-shadow: 0 3px 12px rgba(21,25,21,.58); }
.custom-marker.category-crimescene { width: 21px; height: 21px; background: var(--rust); }
.custom-marker.category-natural { background: var(--moss); }
.custom-marker.category-area { background: var(--gold); }
.custom-marker.category-building { background: #485762; }
.custom-marker.category-cemetery { background: #6c5579; }
.custom-marker.category-residence { background: #35657a; }
.custom-marker.category-street { background: #77746b; }
.custom-marker.category-suburb, .custom-marker.category-othertown { background: #39756e; }
.custom-marker.category-outofregion { background: var(--ink); }
.custom-marker.geo-medium { border-style: solid; }
.custom-marker.geo-low { opacity: .72; border-style: dashed; }
.custom-marker.claim-authorial-hypothesis { border-radius: 3px; box-shadow: 0 0 0 3px rgba(165,59,42,.42), 0 3px 10px rgba(21,25,21,.4); }
.custom-marker.claim-hypothesis, .custom-marker.claim-allegation { box-shadow: 0 0 0 3px rgba(178,138,69,.5), 0 3px 10px rgba(21,25,21,.4); }
.custom-marker.dimmed { opacity: .08; filter: grayscale(1); box-shadow: none; }
.custom-marker.focused { opacity: 1; filter: none; box-shadow: 0 0 0 6px rgba(241,237,226,.9), 0 5px 18px rgba(21,25,21,.62); }

.map-title {
  position: absolute;
  z-index: 450;
  top: 24px;
  left: calc(var(--sidebar) + 24px);
  display: grid;
  padding: 13px 16px 12px;
  pointer-events: none;
  color: var(--paper);
  background: rgba(27,32,28,.91);
  border-bottom: 3px solid var(--rust);
  box-shadow: 0 8px 24px rgba(20,24,20,.2);
}
.map-title span { color: #c7bfae; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.map-title strong { margin-top: 2px; font-size: 23px; font-weight: 500; }
.map-title small { margin-top: 2px; color: #c7bfae; font-size: 10px; }
.map-basemap-switch {
  position: fixed;
  z-index: 460;
  top: 82px;
  right: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: rgba(241,237,226,.96);
  border: 1px solid rgba(27,32,28,.25);
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(20,24,20,.2);
}
.map-view-button {
  min-width: 67px;
  min-height: 36px;
  padding: 0 10px;
  color: var(--ink-soft);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.map-view-button + .map-view-button { border-left: 1px solid var(--line); }
.map-view-button:hover { color: var(--rust-dark); }
.map-view-button.active { color: var(--paper); background: var(--ink); }
.legend { position: absolute; z-index: 450; right: 12px; bottom: 26px; display: flex; gap: 13px; padding: 8px 10px; color: #ded8ca; background: rgba(27,32,28,.88); font-size: 9px; font-weight: 700; box-shadow: 0 5px 18px rgba(20,24,20,.2); }
.legend span { display: flex; gap: 5px; align-items: center; }
.dot { width: 7px; height: 7px; border-radius: 50%; }
.dot.crimescene { background: #c5523e; }
.dot.place { background: #50615a; }
.dot.address { background: #35657a; }
.dot.uncertain { width: 9px; height: 9px; background: transparent; border: 2px dashed #d1a85b; }
.mobile-panel-toggle { display: none; }

.detail-panel {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: min(430px, calc(100vw - var(--sidebar)));
  height: 100%;
  padding: 38px 36px;
  overflow-y: auto;
  background: var(--paper);
  border-left: 1px solid var(--line);
  box-shadow: -16px 0 48px rgba(16,20,16,.22);
  transform: translateX(105%);
  transition: transform .26s ease;
}
.detail-panel.open { transform: translateX(0); }
.close-button { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; padding: 0; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 50%; font-family: Georgia, serif; font-size: 24px; cursor: pointer; }
.detail-kicker { margin: 20px 0 7px; color: var(--rust); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.detail-panel h2 { margin: 0; font-size: 34px; font-weight: 500; line-height: 1; letter-spacing: -.025em; }
.detail-short { margin: 9px 0 27px; color: var(--muted); font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.detail-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: -15px 0 23px; }
.detail-badge { padding: 5px 7px; color: var(--ink-soft); background: var(--paper-deep); border: 1px solid var(--line); border-radius: 2px; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.detail-badge.claim-authorial-hypothesis, .detail-badge.claim-hypothesis, .detail-badge.claim-allegation { color: #fff; background: var(--rust-dark); border-color: var(--rust-dark); }
.detail-badge.geo-low { border-style: dashed; }
.detail-panel > p:not(.detail-kicker):not(.detail-short) { font-family: Georgia, serif; font-size: 15px; line-height: 1.65; }
.accuracy-note { margin: 28px 0; padding: 14px 0; border-block: 1px solid var(--line); }
.accuracy-note span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.accuracy-note p { margin: 5px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.detail-section-title { margin: 0 0 9px; color: var(--muted); font-family: inherit; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detail-mentions { display: grid; gap: 8px; margin: 0 0 25px; padding: 0; list-style: none; }
.detail-mentions li { display: grid; gap: 3px; padding: 9px 0; border-top: 1px solid rgba(116,111,99,.25); }
.detail-mentions strong { color: var(--rust-dark); font-family: inherit; font-size: 10px; }
.detail-mentions span { color: var(--ink-soft); font-family: Georgia, serif; font-size: 12px; line-height: 1.4; }
.detail-sources { display: grid; gap: 8px; }
.detail-sources a { color: var(--rust-dark); font-size: 11px; line-height: 1.35; text-decoration-thickness: 1px; text-underline-offset: 3px; }

dialog { width: min(620px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; color: var(--ink); background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(21,25,21,.72); }
dialog form { position: relative; padding: 36px 40px; }
dialog h2 { margin: 0 0 18px; font-size: 29px; font-weight: 500; }
dialog p { color: var(--ink-soft); font-family: Georgia, serif; font-size: 14px; line-height: 1.55; }
dialog ul { display: grid; gap: 9px; padding: 18px 0 18px 18px; border-block: 1px solid var(--line); }
dialog a { color: var(--rust-dark); font-size: 12px; }
dialog .source-caveat { color: var(--muted); font-size: 11px; }

@media (max-width: 820px) {
  :root { --sidebar: 100%; }
  body { overflow: hidden; }
  #map { inset: 0; }
  .sidebar {
    position: fixed;
    z-index: 800;
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: 74vh;
    border: 1px solid var(--line);
    box-shadow: 0 16px 50px rgba(18,22,18,.3);
    transform: translateY(calc(100% + 24px));
    transition: transform .25s ease;
  }
  .sidebar.mobile-open { transform: translateY(0); }
  .panel-close { display: grid; position: sticky; z-index: 4; top: 12px; float: right; width: 40px; height: 40px; margin: 12px 12px -52px auto; place-items: center; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 4px 14px rgba(20,24,20,.15); font-family: Georgia, serif; font-size: 26px; cursor: pointer; }
  .book-header { padding: 22px 24px 17px; }
  .book-header h1 { font-size: 32px; }
  .progress-card { padding: 15px 24px; }
  .chapters { padding-inline: 12px; }
  #chapter-list { max-height: 42vh; }
  .basemaps { padding-inline: 12px; }
  .layers { padding-inline: 12px; }
  .sidebar-footer { padding-inline: 24px; }
  .mobile-panel-toggle { display: block; position: fixed; z-index: 900; left: 14px; bottom: 18px; bottom: calc(18px + env(safe-area-inset-bottom, 0px)); min-height: 44px; padding: 0 17px; color: var(--paper); background: var(--ink); border: 0; border-bottom: 3px solid var(--rust); box-shadow: 0 8px 28px rgba(20,24,20,.3); font-size: 12px; font-weight: 800; cursor: pointer; }
  .map-title { top: 12px; left: 12px; }
  .legend { display: none; }
  .detail-panel { top: auto; bottom: 0; width: 100%; height: min(70vh, 620px); padding: 30px 24px; border-top: 1px solid var(--line); transform: translateY(105%); }
  .detail-panel.open { transform: translateY(0); }
  dialog form { padding: 32px 24px; }
}

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