:root {
  color-scheme: dark;
  --page: #111a1e;
  --page-2: #142126;
  --surface: #17252b;
  --surface-2: #1c3037;
  --line: #38505a;
  --line-soft: rgb(135 169 181 / 18%);
  --text: #f1f4ef;
  --muted: #a9b7ba;
  --cyan: #50c9d8;
  --cyan-deep: #197b8a;
  --green: #7bd88f;
  --green-deep: #377d50;
  --gold: #f2c14e;
  --orange: #ed875d;
  --violet: #b6a1ef;
  --rose: #ef91a6;
  --mono: "DejaVu Sans Mono", "SFMono-Regular", Consolas, monospace;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 28px 80px rgb(0 0 0 / 35%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 300px;
  margin: 0;
  background:
    radial-gradient(circle at 88% 8%, rgb(80 201 216 / 10%), transparent 29rem),
    radial-gradient(circle at 6% 58%, rgb(123 216 143 / 6%), transparent 26rem),
    linear-gradient(rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 1.8%) 1px, transparent 1px),
    var(--page);
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

button, input { font: inherit; }
button { color: inherit; }
a { color: var(--cyan); text-underline-offset: .2em; }
.wrap { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 10px; left: 10px; padding: 9px 13px; transform: translateY(-160%); background: white; color: #111; font-family: var(--mono); }
.skip-link:focus { transform: none; }
.packing-meter { position: fixed; z-index: 120; inset: 0 0 auto; height: 3px; background: rgb(255 255 255 / 4%); }
.packing-meter span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--gold), var(--green), var(--cyan)); transition: width .22s ease; }

.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgb(255 255 255 / 8%); background: rgb(17 26 30 / 90%); backdrop-filter: blur(18px); }
.topbar { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 24px; }
.prompt-brand { display: inline-flex; min-width: 0; align-items: stretch; color: white; font-family: var(--mono); font-size: .78rem; font-weight: 700; line-height: 34px; text-decoration: none; white-space: nowrap; }
.seg { display: inline-block; padding: 0 17px 0 16px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%); }
.seg:first-child { padding-left: 11px; clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%); }
.seg + .seg { margin-left: -7px; }
.seg-mark { background: #9d6a19; }
.seg-dir { background: var(--cyan-deep); }
.seg-mode { background: var(--green-deep); }
.nav-links { display: flex; align-items: center; gap: 25px; font-family: var(--mono); font-size: .72rem; }
.nav-links a { color: var(--muted); text-decoration: none; }
.nav-links a:hover { color: var(--text); }
.header-count { color: var(--green); font-family: var(--mono); font-size: .68rem; white-space: nowrap; }

.hero { position: relative; overflow: hidden; padding: clamp(62px, 8vw, 110px) 0 clamp(68px, 8vw, 106px); border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; width: 620px; height: 620px; top: -260px; right: -120px; border: 1px solid rgb(80 201 216 / 13%); border-radius: 50%; box-shadow: 0 0 0 100px rgb(80 201 216 / 2%), 0 0 0 200px rgb(80 201 216 / 1.4%); content: ""; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .68fr); align-items: center; gap: clamp(45px, 7vw, 100px); }
.kicker { margin: 0 0 12px; color: var(--cyan); font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.kicker span { color: var(--gold); }
h1, h2, h3 { font-family: var(--mono); text-wrap: balance; }
h1 { margin: 0; font-size: clamp(3.1rem, 7.1vw, 6.8rem); line-height: .89; letter-spacing: -.085em; }
h1 span { color: var(--green); }
.lede { max-width: 720px; margin: 28px 0 0; color: #c4ced0; font-size: clamp(1rem, 1.7vw, 1.18rem); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-family: var(--mono); font-size: .64rem; }
.hero-notes span::before { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgb(123 216 143 / 11%); content: ""; }
.panel { border: 1px solid var(--line); border-radius: 9px; background: linear-gradient(145deg, rgb(255 255 255 / 3%), transparent), var(--surface); box-shadow: var(--shadow); }
.trip-console { position: relative; z-index: 2; overflow: hidden; transform: rotate(1deg); }
.console-bar { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 16px; border-bottom: 1px solid var(--line); background: rgb(0 0 0 / 16%); color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .05em; text-transform: uppercase; }
.console-state { color: var(--gold); }
.console-readout { margin: 0; padding: 10px 21px 13px; }
.console-readout div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line-soft); }
.console-readout dt { color: var(--green); font-family: var(--mono); font-size: .65rem; letter-spacing: .04em; }
.console-readout dd { margin: 0; color: #d4dcdc; font-family: var(--mono); font-size: .73rem; text-align: right; }
.console-readout strong { color: var(--text); }
.console-note { margin: 0; padding: 12px 20px; background: rgb(80 201 216 / 5%); color: var(--muted); font-size: .7rem; }
.console-note span { margin-right: 6px; color: var(--green); }

.filter-section { padding: clamp(70px, 9vw, 112px) 0; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, rgb(28 48 55 / 65%), rgb(17 26 30 / 78%)); scroll-margin-top: 66px; }
.filter-heading { display: grid; grid-template-columns: 1fr minmax(300px, .62fr); align-items: end; gap: 50px; margin-bottom: 36px; }
.filter-heading h2, .inventory-heading h2 { margin: 0; font-size: clamp(2.2rem, 4.6vw, 4.25rem); line-height: 1; letter-spacing: -.065em; }
.filter-heading > p { margin: 0; color: var(--muted); font-size: .92rem; }
.preset-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; margin-bottom: 13px; }
.preset { min-width: 0; min-height: 52px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 5px; background: rgb(255 255 255 / 2.5%); color: var(--muted); font-family: var(--mono); font-size: .66rem; font-weight: 700; cursor: pointer; }
.preset span { margin-right: 7px; color: var(--cyan); }
.preset:hover { border-color: var(--cyan); color: var(--text); }
.preset.active { border-color: var(--gold); background: rgb(242 193 78 / 8%); color: var(--gold); box-shadow: inset 0 -3px var(--gold); }
.preset.active span { color: var(--gold); }
.filter-panel { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; box-shadow: 0 20px 60px rgb(0 0 0 / 22%); }
.control-block { min-width: 0; margin: 0; padding: 25px; border: 0; }
.control-block + .control-block { border-left: 1px solid var(--line); }
.control-block.wide-control { grid-column: span 3; border-top: 1px solid var(--line); border-left: 0; }
.control-label > span, .control-block legend { display: block; padding: 0; color: var(--text); font-family: var(--mono); font-size: .8rem; font-weight: 700; }
.control-label small, .control-block > p { display: block; margin: 6px 0 17px; color: var(--muted); font-size: .73rem; }
.stepper { display: grid; grid-template-columns: 40px minmax(90px, 1fr) 40px; max-width: 270px; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; }
.stepper button { border: 0; background: rgb(80 201 216 / 7%); color: var(--cyan); font-family: var(--mono); font-size: 1rem; cursor: pointer; }
.stepper button:hover { background: rgb(80 201 216 / 15%); }
.stepper label { display: flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; border-inline: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: .66rem; }
.stepper input { width: 42px; padding: 0; border: 0; outline: 0; background: transparent; color: var(--text); font-family: var(--mono); font-weight: 800; text-align: right; -moz-appearance: textfield; }
.stepper input::-webkit-outer-spin-button, .stepper input::-webkit-inner-spin-button { margin: 0; appearance: none; }
.switch-row { display: flex; align-items: center; gap: 11px; margin-top: 14px; cursor: pointer; }
.switch-row input { position: absolute; opacity: 0; pointer-events: none; }
.switch { position: relative; flex: none; width: 38px; height: 22px; border: 1px solid var(--line); border-radius: 99px; background: #10191d; }
.switch::after { position: absolute; width: 14px; height: 14px; top: 3px; left: 4px; border-radius: 50%; background: var(--muted); content: ""; transition: .18s ease; }
.switch-row input:checked + .switch { border-color: var(--green); background: rgb(123 216 143 / 10%); }
.switch-row input:checked + .switch::after { left: 18px; background: var(--green); }
.switch-row input:focus-visible + .switch { outline: 3px solid rgb(242 193 78 / 45%); outline-offset: 2px; }
.switch-row strong, .switch-row small { display: block; }
.switch-row strong { font-family: var(--mono); font-size: .66rem; }
.switch-row small { margin-top: 1px; color: var(--muted); font-size: .62rem; }
.choice-grid, .toggle-grid { display: grid; gap: 7px; }
.climate-grid { grid-template-columns: repeat(5, 1fr); }
.departure-grid { grid-template-columns: repeat(4, 1fr); }
.choice-grid input, .toggle-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label, .toggle-grid label { min-width: 0; cursor: pointer; }
.choice-grid label > span, .toggle-grid label > span { display: flex; min-height: 39px; align-items: center; justify-content: center; padding: 6px 9px; border: 1px solid var(--line); border-radius: 4px; background: rgb(255 255 255 / 2%); color: var(--muted); font-family: var(--mono); font-size: .65rem; text-align: center; }
.choice-grid input:checked + span, .toggle-grid input:checked + span { border-color: var(--cyan); background: rgb(80 201 216 / 10%); color: var(--text); box-shadow: inset 0 -2px var(--cyan); }
.choice-grid input:focus-visible + span, .toggle-grid input:focus-visible + span { outline: 3px solid rgb(242 193 78 / 45%); outline-offset: 2px; }
.toggle-grid { grid-template-columns: repeat(4, 1fr); }
.activity-grid { grid-template-columns: repeat(7, 1fr); }
.toggle-grid label > span { justify-content: flex-start; gap: 9px; min-height: 45px; padding-inline: 13px; }
.toggle-grid b { display: grid; flex: none; width: 23px; height: 23px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--cyan); font-size: .7rem; }
.toggle-grid input:checked + span b { border-color: var(--green); color: var(--green); }
.filter-status { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 14px; color: var(--muted); font-family: var(--mono); font-size: .69rem; }
.filter-status > div { display: flex; align-items: center; gap: 9px; }
.status-light { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgb(242 193 78 / 9%); }
.status-light.filtered { background: var(--green); box-shadow: 0 0 0 4px rgb(123 216 143 / 10%); }
.filter-status button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--cyan); font-size: .65rem; cursor: pointer; }
.filter-status button:hover { border-color: var(--cyan); }
.filter-actions { flex: none; }
.filter-status .view-list-button { min-height: 40px; padding-inline: 14px; border-color: var(--green); background: var(--green); color: #102017; font-weight: 800; }
.filter-status .view-list-button:hover { border-color: #a3ecb3; background: #a3ecb3; }

.inventory-section { padding: clamp(74px, 9vw, 118px) 0; scroll-margin-top: 66px; }
.inventory-heading { display: grid; grid-template-columns: minmax(0, 1fr) 315px; align-items: end; gap: clamp(35px, 7vw, 90px); }
.inventory-heading > div:first-child > p:last-child { max-width: 720px; margin: 19px 0 0; color: var(--muted); }
.progress-card { padding: 20px; box-shadow: none; }
.progress-card > div:first-child { display: flex; justify-content: space-between; gap: 18px; font-family: var(--mono); font-size: .64rem; }
.progress-card > div:first-child span { color: var(--muted); }
.progress-card output { color: var(--green); }
.progress-track { height: 7px; margin-top: 13px; overflow: hidden; border-radius: 99px; background: #0e171a; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--green), var(--cyan)); transition: width .22s ease; }
.progress-card button { display: block; margin: 12px 0 0 auto; padding: 0; border: 0; background: none; color: var(--muted); font-family: var(--mono); font-size: .61rem; cursor: pointer; }
.progress-card button:hover { color: var(--rose); }
.inventory-tools { display: flex; align-items: center; gap: 13px; margin-top: 40px; padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: rgb(23 37 43 / 80%); }
.search-box { display: flex; flex: 0 1 230px; min-width: 150px; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid var(--line); border-radius: 4px; background: #10191d; color: var(--cyan); }
.search-box input { min-width: 0; width: 100%; height: 37px; border: 0; outline: 0; background: transparent; color: var(--text); font-family: var(--mono); font-size: .68rem; }
.search-box input::placeholder { color: #76888e; }
.search-box:focus-within { border-color: var(--cyan); }
.category-links { display: flex; flex: 1; min-width: 0; gap: 6px; overflow-x: auto; scrollbar-width: thin; }
.category-links a { flex: none; padding: 7px 9px; border: 1px solid transparent; border-radius: 4px; color: var(--muted); font-family: var(--mono); font-size: .61rem; text-decoration: none; white-space: nowrap; }
.category-links a:hover { border-color: var(--line); color: var(--text); }
.print-button { display: inline-flex; flex: none; align-items: center; gap: 7px; min-height: 38px; padding: 0 12px; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--gold); font-family: var(--mono); font-size: .63rem; cursor: pointer; }
.print-button:hover { border-color: var(--gold); }
.legend { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 18px 0 0; color: var(--muted); font-family: var(--mono); font-size: .59rem; }
.legend span { display: inline-flex; align-items: center; gap: 7px; }
.key { width: 7px; height: 7px; border-radius: 50%; }
.key.alternative { background: var(--gold); }
.key.tentative { background: var(--violet); }
.key.considered { background: var(--rose); }
.inventory-list { display: grid; gap: 28px; margin-top: 39px; }
.packing-category { scroll-margin-top: 87px; }
.category-header { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 11px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.category-header p { margin: 0 0 4px; color: var(--cyan); font-family: var(--mono); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.category-header h3 { margin: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); letter-spacing: -.035em; }
.category-progress { color: var(--muted); font-family: var(--mono); font-size: .62rem; }
.item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.pack-item { position: relative; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: start; gap: 12px; min-width: 0; padding: 17px 17px 16px; border: 1px solid var(--line-soft); border-radius: 6px; background: rgb(255 255 255 / 2.5%); cursor: pointer; transition: border-color .16s ease, background .16s ease; }
.pack-item:hover { border-color: var(--line); background: rgb(255 255 255 / 4%); }
.pack-item input { appearance: none; display: grid; width: 24px; height: 24px; margin: 2px 0 0; place-items: center; border: 2px solid #6f858b; border-radius: 5px; background: #10191d; cursor: pointer; }
.pack-item input::before { color: #102017; font-size: .82rem; font-weight: 900; content: "✓"; transform: scale(0); }
.pack-item input:checked { border-color: var(--green); background: var(--green); }
.pack-item input:checked::before { transform: scale(1); }
.pack-item input:focus-visible { outline: 3px solid rgb(242 193 78 / 45%); outline-offset: 2px; }
.item-main { min-width: 0; }
.item-title-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; }
.item-title { color: var(--text); font-family: var(--mono); font-size: .78rem; font-weight: 700; line-height: 1.35; }
.item-quantity { color: var(--gold); font-family: var(--mono); font-size: .65rem; white-space: nowrap; }
.item-note { display: block; margin-top: 5px; color: var(--muted); font-size: .72rem; line-height: 1.42; }
.item-placement { display: inline-block; margin-top: 8px; color: #b9c4c6; font-family: var(--mono); font-size: .58rem; letter-spacing: .04em; text-transform: uppercase; }
.item-status { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; color: var(--muted); font-family: var(--mono); font-size: .55rem; line-height: 1.25; text-align: right; text-transform: uppercase; }
.item-status::before { flex: none; width: 7px; height: 7px; border-radius: 50%; background: var(--status-color); content: ""; }
.item-status.alternative { --status-color: var(--gold); }
.item-status.tentative { --status-color: var(--violet); }
.item-status.considered { --status-color: var(--rose); }
.pack-item:has(input:checked) { border-color: rgb(123 216 143 / 26%); background: rgb(123 216 143 / 4%); }
.pack-item:has(input:checked) .item-title { color: #8ea199; text-decoration: line-through; text-decoration-color: rgb(123 216 143 / 45%); }
.pack-item:has(input:checked) .item-note { opacity: .7; }
.empty-state { margin-top: 35px; padding: 50px 25px; text-align: center; }
.empty-state > span { color: var(--cyan); font: 700 2rem var(--mono); }
.empty-state h3 { margin: 13px 0 0; }
.empty-state p { margin: 8px 0 0; color: var(--muted); }
.site-footer { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: .62rem; }
.site-footer a { color: var(--cyan); text-decoration: none; }
.site-footer a:hover { color: var(--text); }

@media (max-width: 1050px) {
  .header-count { display: none; }
  .preset-row { grid-template-columns: repeat(3, 1fr); }
  .filter-panel { grid-template-columns: 1fr 1fr; }
  .control-block:nth-child(3) { grid-column: span 2; border-top: 1px solid var(--line); border-left: 0; }
  .control-block.wide-control { grid-column: span 2; }
  .activity-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 820px) {
  .nav-links { display: none; }
  .hero-grid, .filter-heading, .inventory-heading { grid-template-columns: 1fr; }
  .trip-console { width: min(100%, 590px); transform: none; }
  .filter-heading { align-items: start; gap: 18px; }
  .filter-heading > p { max-width: 680px; }
  .inventory-heading { align-items: start; }
  .progress-card { width: min(100%, 430px); }
  .item-grid { grid-template-columns: 1fr; }
  .inventory-tools { flex-wrap: wrap; }
  .search-box { flex-basis: calc(100% - 85px); }
  .category-links { order: 3; flex-basis: 100%; }
  .print-button { margin-left: auto; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 24px, 1240px); }
  .site-header { position: relative; }
  .topbar { min-height: 60px; }
  .seg-mode { display: none; }
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  .console-readout div { grid-template-columns: 104px 1fr; }
  .preset-row { grid-template-columns: repeat(2, 1fr); }
  .filter-panel { display: block; }
  .control-block + .control-block, .control-block:nth-child(3), .control-block.wide-control { border-top: 1px solid var(--line); border-left: 0; }
  .climate-grid { grid-template-columns: repeat(3, 1fr); }
  .departure-grid, .toggle-grid, .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-status { align-items: flex-start; }
  .filter-status > div { align-items: flex-start; }
  .status-light { margin-top: 5px; }
  .filter-status {
    position: sticky; z-index: 35; bottom: 8px; align-items: center; margin-inline: -4px; padding: 9px;
    border: 1px solid var(--line); border-radius: 7px; background: rgb(17 26 30 / 96%); box-shadow: 0 14px 38px rgb(0 0 0 / 38%); backdrop-filter: blur(14px);
  }
  .filter-status > div:first-child { display: none; }
  .filter-actions { display: grid !important; width: 100%; grid-template-columns: minmax(0, 1fr) auto; align-items: center !important; }
  .filter-actions button { min-height: 42px; }
  .inventory-tools { padding: 9px; }
  .search-box { flex: 1; }
  .legend { display: grid; grid-template-columns: 1fr 1fr; }
  .pack-item { grid-template-columns: 29px minmax(0, 1fr); }
  .item-status { grid-column: 2; justify-self: start; margin-top: -3px; text-align: left; }
  .site-footer { display: block; padding: 28px 0; }
  .site-footer span { display: block; margin-top: 8px; }
}

@media print {
  :root { color-scheme: light; }
  body { background: white; color: #111; font-size: 10pt; }
  .packing-meter, .site-header, .hero, .filter-section, .inventory-tools, .legend, .progress-card, .site-footer { display: none !important; }
  .inventory-section { width: 100%; padding: 0; }
  .inventory-heading { display: block; margin-bottom: 18px; }
  .inventory-heading h2 { color: #111; font-size: 24pt; }
  .inventory-heading > div:first-child > p:last-child, .category-progress, .item-note { color: #555; }
  .inventory-list { gap: 16px; margin-top: 0; }
  .packing-category { break-inside: avoid; }
  .category-header { border-color: #999; }
  .category-header p { color: #176b78; }
  .category-header h3, .item-title { color: #111; }
  .item-grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
  .pack-item { break-inside: avoid; padding: 9px; border-color: #bbb; background: white; }
  .pack-item input { border-color: #555; background: white; }
  .pack-item input:checked { border-color: #317449; background: #7bd88f; }
  .item-quantity { color: #8a5d00; }
  .item-placement, .item-status { color: #555; }
}

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