:root {
  color-scheme: light;
  --paper: #f4f6fa;
  --surface: #ffffff;
  --surface-alt: #e9edf5;
  --ink: #172033;
  --muted: #5d687c;
  --line: #ccd3df;
  --line-strong: #9da8bb;
  --blue: #2557e6;
  --blue-dark: #173aa5;
  --blue-soft: #e8eeff;
  --green: #16794b;
  --green-soft: #e5f5ed;
  --amber: #8a5a00;
  --amber-soft: #fff1cb;
  --red: #b42318;
  --red-soft: #fde8e6;
  --code: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --ui: "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 84px; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ui);
  font-size: 16px;
  line-height: 1.5;
}

::selection { background: #b8c8ff; color: #10182a; }

* { scrollbar-color: var(--line-strong) var(--surface-alt); scrollbar-width: thin; }

button, textarea, input { font: inherit; }

a { color: var(--blue-dark); text-underline-offset: 0.2em; }

:focus-visible { outline: 3px solid #6f91ff; outline-offset: 3px; }

.site-header {
  min-height: 68px;
  padding: 0 4vw;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark {
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.wordmark span { color: var(--blue); font-weight: 620; }

.header-state, .profile-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.875rem;
}

.status-mark {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line-strong);
  box-shadow: 0 2px 8px rgba(23, 32, 51, 0.18);
  flex: 0 0 auto;
}

.status-ok { background: var(--green); }
.status-wait { background: #c17a00; }

.button {
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid transparent;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out, transform 160ms ease-out;
}

.button:hover:not(:disabled):not(.button-disabled) { transform: translateY(-1px); }
.button:active:not(:disabled):not(.button-disabled) { transform: translateY(0); }
.button:disabled, .button-disabled { cursor: not-allowed; opacity: 0.58; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover:not(:disabled) { background: var(--blue-dark); }
.button-secondary { background: var(--surface); border-color: var(--line-strong); color: var(--ink); }
.button-secondary:hover:not(:disabled) { border-color: var(--blue); color: var(--blue-dark); }
.button-danger { background: var(--surface); border-color: #d8a09b; color: var(--red); }
.button-danger:hover:not(:disabled) { border-color: var(--red); background: var(--red-soft); }
.button-disabled { background: var(--surface-alt); border-color: var(--line); color: var(--muted); }
.text-link, .text-button { font-weight: 650; }
.text-button { padding: 4px 0; border: 0; background: transparent; color: var(--blue-dark); cursor: pointer; }
.text-button:disabled { color: var(--muted); cursor: not-allowed; }

.landing-intro {
  min-height: 610px;
  padding: 82px max(5vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 8vw, 128px);
}

.landing-copy { max-width: 720px; }

.landing-copy h1 {
  max-width: 12ch;
  margin: 0 0 28px;
  font-size: clamp(3.1rem, 6vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.landing-copy > p {
  max-width: 62ch;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.landing-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.landing-copy .privacy-note { margin: 20px 0 0; font-size: 0.88rem; }

.route-board {
  border: 1px solid var(--line-strong);
  background: var(--surface);
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.1);
}

.route-row {
  min-height: 118px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 92px 1fr;
  align-content: center;
  column-gap: 14px;
}

.route-row:last-child { border-bottom: 0; }
.route-row-active { background: var(--blue-soft); }
.route-row span { color: var(--muted); font-size: 0.78rem; font-weight: 760; text-transform: uppercase; letter-spacing: 0.06em; }
.route-row strong { min-width: 0; overflow-wrap: anywhere; font-size: 1.05rem; }
.route-row small { grid-column: 2; margin-top: 4px; color: var(--muted); }

.route-explainer {
  padding: 90px max(5vw, 28px);
  background: var(--ink);
  color: #f7f9ff;
}

.route-explainer h2, .roadmap h2 { margin: 0 0 38px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.05; letter-spacing: -0.035em; text-wrap: balance; }
.route-explainer ol { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #596278; }
.route-explainer li { min-height: 190px; padding: 30px 28px 24px 0; border-right: 1px solid #596278; display: flex; flex-direction: column; gap: 12px; }
.route-explainer li + li { padding-left: 28px; }
.route-explainer li:last-child { border-right: 0; }
.route-explainer strong { max-width: 24ch; font-size: 1.22rem; }
.route-explainer span { max-width: 34ch; color: #bdc6d8; }

.roadmap { padding: 92px max(5vw, 28px) 110px; }
.roadmap-heading { display: grid; grid-template-columns: 1fr minmax(280px, 0.55fr); gap: 48px; align-items: end; }
.roadmap-heading p { max-width: 54ch; margin: 0 0 40px; color: var(--muted); }
.roadmap-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-strong); counter-reset: roadmap; }
.roadmap-list li { min-height: 76px; padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 54px minmax(210px, 0.65fr) 1fr; gap: 20px; align-items: center; counter-increment: roadmap; }
.roadmap-list li::before { content: counter(roadmap, decimal-leading-zero); color: var(--blue); font-family: var(--code); font-variant-numeric: tabular-nums; }
.roadmap-list span { color: var(--muted); }
.site-footer { min-height: 72px; padding: 0 max(5vw, 28px); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 0.88rem; }

.app-header { position: sticky; top: 0; z-index: 20; }
.profile-line strong, .profile-line small { display: block; line-height: 1.2; }
.profile-line strong { color: var(--ink); }
.profile-line form { margin-left: 10px; }
.app-main { padding: 22px; }
.noscript-warning { margin: 0 0 16px; padding: 12px 16px; background: var(--amber-soft); color: #5f3b00; }
.connection-strip { min-height: 70px; margin-bottom: 18px; padding: 13px 16px; border: 1px solid var(--line); background: var(--surface); display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)) auto; gap: 20px; align-items: center; }
.connection-strip span { display: block; color: var(--muted); font-size: 0.72rem; font-weight: 760; text-transform: uppercase; letter-spacing: 0.05em; }
.connection-strip strong { display: block; margin-top: 2px; overflow-wrap: anywhere; font-size: 0.93rem; }

.report-center { margin-bottom: 18px; border: 1px solid var(--line-strong); background: var(--surface); }
.report-center-heading { min-height: 94px; padding: 20px 22px; border-bottom: 1px solid var(--line-strong); display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.report-center-heading h1 { margin: 0 0 6px; font-size: 1.35rem; letter-spacing: -0.02em; }
.report-center-heading p { max-width: 72ch; margin: 0; color: var(--muted); font-size: 0.86rem; }
.access-summary { flex: 0 0 auto; padding: 8px 10px; background: var(--surface-alt); color: var(--ink); font-family: var(--code); font-size: 0.76rem; font-variant-numeric: tabular-nums; }
.report-workspace { min-height: 560px; display: grid; grid-template-columns: 300px minmax(0, 1fr); }
.report-index { min-width: 0; border-right: 1px solid var(--line-strong); background: #f8f9fc; }
.report-list { padding: 8px; }
.report-button { width: 100%; min-width: 0; min-height: 64px; padding: 10px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.report-button:hover:not([aria-disabled="true"]) { background: var(--blue-soft); }
.report-button[aria-disabled="true"] { color: var(--muted); cursor: not-allowed; opacity: 0.72; }
.report-button[aria-pressed="true"] { background: var(--blue); color: #fff; }
.report-button strong, .report-button span { display: block; min-width: 0; overflow-wrap: anywhere; }
.report-button strong { font-size: 0.88rem; }
.report-button span { margin-top: 3px; color: var(--muted); font-size: 0.71rem; }
.report-button[aria-pressed="true"] span { color: #dce5ff; }
.report-sheet { min-width: 0; }
.report-sheet-heading { min-height: 94px; padding: 20px 22px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: flex-start; gap: 28px; }
.report-sheet-heading h2 { margin: 0 0 5px; font-size: 1.2rem; }
.report-sheet-heading p { max-width: 68ch; margin: 0; color: var(--muted); font-size: 0.84rem; }
.report-sheet-heading code { padding: 5px 8px; background: var(--surface-alt); color: var(--blue-dark); font-family: var(--code); font-size: 0.76rem; white-space: nowrap; }
.report-controls { padding: 18px 22px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: end; }
.report-controls > * { min-width: 0; }
#report-params { width: 100%; min-height: 116px; resize: vertical; padding: 14px; border: 1px solid var(--line-strong); border-radius: 6px; background: #111827; color: #eef3ff; caret-color: #8babff; font-family: var(--code); font-size: 0.84rem; line-height: 1.55; }
#report-params::selection { background: #385fc8; color: #fff; }
.report-actions { min-width: 180px; display: flex; flex-direction: column; align-items: stretch; gap: 9px; }
.report-actions .request-status { max-width: 240px; overflow-wrap: anywhere; }
.report-output { min-height: 280px; padding: 22px; overflow: auto; background: var(--paper); }
.report-empty { max-width: 62ch; margin: 0; color: var(--muted); }
.report-ledger { margin: 0; border-top: 1px solid var(--line-strong); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.report-ledger div { min-width: 0; min-height: 82px; padding: 13px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.report-ledger div:nth-child(3n) { border-right: 0; }
.report-ledger dt { color: var(--muted); font-size: 0.72rem; font-weight: 760; text-transform: uppercase; letter-spacing: 0.04em; overflow-wrap: anywhere; }
.report-ledger dd { margin: 8px 0 0; font-size: 1.35rem; font-weight: 760; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.report-data-section + .report-data-section { margin-top: 24px; }
.report-data-section h3 { margin: 0 0 10px; font-size: 0.92rem; }
.report-table-wrap { max-width: 100%; overflow: auto; border: 1px solid var(--line); background: var(--surface); }
.report-table { width: 100%; border-collapse: collapse; font-size: 0.78rem; }
.report-table th, .report-table td { min-width: 120px; padding: 9px 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
.report-table th { position: sticky; top: 0; background: var(--surface-alt); color: var(--muted); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.04em; }
.report-table th:last-child, .report-table td:last-child { border-right: 0; }
.report-table tr:last-child td { border-bottom: 0; }
.report-json-fallback { margin: 0; white-space: pre-wrap; overflow-wrap: anywhere; font-family: var(--code); font-size: 0.78rem; }
.router-section { margin-bottom: 18px; }
.router-section > summary { min-height: 62px; padding: 14px 18px; border: 1px solid var(--line-strong); background: var(--surface); display: flex; justify-content: space-between; align-items: center; gap: 24px; cursor: pointer; }
.router-section > summary strong { font-size: 0.96rem; }
.router-section > summary span { color: var(--muted); font-size: 0.78rem; text-align: right; }
.router-section[open] > summary { border-bottom: 0; }

.workspace-grid { min-height: 650px; display: grid; grid-template-columns: 240px minmax(420px, 1fr) 300px; border: 1px solid var(--line-strong); background: var(--surface); }
.operation-rail, .activity-board { min-width: 0; background: #f8f9fc; }
.operation-rail { border-right: 1px solid var(--line-strong); }
.activity-board { border-left: 1px solid var(--line-strong); }
.panel-heading { min-height: 66px; padding: 15px 17px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.panel-heading h1, .panel-heading h2 { margin: 0; font-size: 1rem; }
.panel-heading span { color: var(--muted); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.06em; }
.operation-list { padding: 8px; }
.loading-copy, .activity-empty { color: var(--muted); font-size: 0.86rem; }
.operation-button { width: 100%; padding: 12px 10px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.operation-button:hover { background: var(--blue-soft); }
.operation-button:disabled { color: var(--muted); cursor: not-allowed; opacity: 0.68; }
.operation-button:disabled:hover { background: transparent; }
.operation-button[aria-pressed="true"] { background: var(--blue); color: #fff; }
.operation-button strong, .operation-button span { display: block; }
.operation-button strong { font-size: 0.88rem; }
.operation-button span { margin-top: 3px; color: var(--muted); font-size: 0.72rem; }
.operation-button[aria-pressed="true"] span { color: #dce5ff; }

.notebook { min-width: 0; background: var(--surface); }
.notebook-heading { min-height: 92px; padding: 18px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.notebook-heading h2 { margin: 0 0 5px; font-size: 1.2rem; }
.notebook-heading p { max-width: 55ch; margin: 0; color: var(--muted); font-size: 0.86rem; }
.notebook-heading code { padding: 5px 8px; background: var(--surface-alt); color: var(--blue-dark); font-family: var(--code); font-size: 0.78rem; white-space: nowrap; }
.notebook-cell { padding: 18px 22px 22px; }
.cell-label { min-height: 30px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: var(--muted); font-size: 0.78rem; font-weight: 700; }
#params-editor { width: 100%; min-height: 260px; resize: vertical; padding: 16px; border: 1px solid var(--line-strong); border-radius: 6px; background: #111827; color: #eef3ff; caret-color: #8babff; font-family: var(--code); font-size: 0.87rem; line-height: 1.6; tab-size: 2; }
#params-editor::selection, #response-output::selection { background: #385fc8; color: #fff; }
.cell-help { margin: 10px 0 0; color: var(--muted); font-size: 0.78rem; }
.cell-actions { margin-top: 14px; display: flex; align-items: center; gap: 15px; }
.request-status { color: var(--muted); font-size: 0.82rem; }
.request-status.is-error { color: var(--red); font-weight: 700; }
.request-status.is-ok { color: var(--green); font-weight: 700; }
.route-line { height: 32px; margin-left: 42px; border-left: 1px solid var(--line-strong); position: relative; }
.route-line span { position: absolute; left: -4px; top: -1px; width: 7px; height: 7px; border-radius: 50%; background: var(--line-strong); }
.is-running .route-line { border-color: var(--blue); }
.is-running .route-line span { background: var(--blue); animation: route-trace 900ms cubic-bezier(.2,.8,.2,1) infinite; }
@keyframes route-trace { from { top: -1px; } to { top: 27px; } }
.response-cell { border-top: 1px solid var(--line); }
#response-output { min-height: 235px; max-height: 460px; margin: 0; padding: 16px; overflow: auto; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); color: var(--ink); font-family: var(--code); font-size: 0.82rem; line-height: 1.55; white-space: pre-wrap; word-break: break-word; }

.activity-columns, .activity-row { display: grid; grid-template-columns: minmax(0, 1fr) 62px 42px; gap: 8px; align-items: center; }
.activity-columns { padding: 9px 12px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.05em; }
.activity-list { margin: 0; padding: 0; list-style: none; }
.activity-list li { padding: 11px 12px; border-bottom: 1px solid var(--line); font-size: 0.74rem; }
.activity-row { font-variant-numeric: tabular-nums; }
.activity-row strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 650; }
.activity-status { color: var(--muted); }
.activity-status[data-status="ok"] { color: var(--green); }
.activity-status[data-status="error"] { color: var(--red); }
.activity-row-new { animation: row-notice 1500ms cubic-bezier(.2,.8,.2,1); }
@keyframes row-notice { 0%, 55% { background: var(--amber-soft); } 100% { background: transparent; } }

.access-panel { margin-top: 18px; padding: 24px; border: 1px solid var(--line); background: var(--surface); display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 30px; align-items: start; }
.access-panel h2 { margin: 0 0 8px; font-size: 1.15rem; }
.access-panel p { max-width: 58ch; margin: 0; color: var(--muted); font-size: 0.88rem; }
.access-panel summary { cursor: pointer; color: var(--blue-dark); font-weight: 700; }
.access-panel pre { overflow: auto; padding: 12px; background: var(--paper); font-family: var(--code); font-size: 0.72rem; }
.token-tools { display: flex; flex-direction: column; gap: 10px; }
.token-output { min-height: 42px; padding: 9px 0; color: var(--muted); font-family: var(--code); font-size: 0.72rem; overflow-wrap: anywhere; }
.disconnect-tools { margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--line); }
.disconnect-tools summary { color: var(--red); }
.disconnect-tools p { margin: 10px 0 14px; font-size: 0.78rem; }
.disconnect-tools form { margin: 0; }

.message-layout { min-height: 100vh; padding: 28px; display: grid; place-items: center; }
.message-panel { width: min(680px, 100%); padding: clamp(28px, 6vw, 58px); border: 1px solid var(--line-strong); background: var(--surface); box-shadow: 0 20px 55px rgba(23, 32, 51, 0.12); }
.message-panel h1 { margin: 18px 0 12px; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.05; letter-spacing: -0.035em; }
.message-note { color: var(--muted); }
.first-token { margin: 28px 0; padding: 18px; background: var(--amber-soft); }
.first-token p { margin-top: 0; }
.first-token code { display: block; overflow-wrap: anywhere; font-family: var(--code); }

@media (max-width: 1120px) {
  .report-workspace { grid-template-columns: 250px minmax(0, 1fr); }
  .report-controls { grid-template-columns: 1fr; }
  .report-actions { min-width: 0; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .workspace-grid { grid-template-columns: 210px minmax(420px, 1fr); }
  .activity-board { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line-strong); }
  .activity-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-panel { grid-template-columns: 1fr 1fr; }
  .token-tools { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .site-header { padding: 12px 18px; align-items: flex-start; }
  .header-state { max-width: 180px; text-align: right; }
  .landing-intro { min-height: 0; padding: 56px 22px 68px; grid-template-columns: 1fr; gap: 48px; }
  .landing-copy h1 { font-size: clamp(2.7rem, 14vw, 4.3rem); }
  .route-board { box-shadow: 0 12px 28px rgba(23, 32, 51, 0.09); }
  .route-row { grid-template-columns: 76px 1fr; }
  .route-explainer, .roadmap { padding: 68px 22px; }
  .route-explainer ol { grid-template-columns: 1fr; }
  .route-explainer li, .route-explainer li + li { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid #596278; }
  .route-explainer li:last-child { border-bottom: 0; }
  .roadmap-heading { grid-template-columns: 1fr; gap: 0; }
  .roadmap-list li { grid-template-columns: 38px 1fr; gap: 10px; }
  .roadmap-list span { grid-column: 2; }
  .site-footer { padding: 18px 22px; align-items: flex-start; flex-direction: column; gap: 4px; }
  .app-header { position: static; }
  .profile-line { align-items: flex-start; }
  .profile-line small { max-width: 140px; overflow: hidden; text-overflow: ellipsis; }
  .app-main { padding: 10px; }
  .connection-strip { grid-template-columns: 1fr 1fr; }
  .connection-strip .button { grid-column: 1 / -1; }
  .report-center-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .access-summary { align-self: stretch; }
  .report-workspace { display: block; }
  .report-index { border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .report-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .report-button { min-height: 88px; border: 1px solid var(--line); }
  .report-sheet-heading { min-height: 0; flex-direction: column; gap: 12px; }
  .report-controls { padding: 16px; }
  #report-params, #params-editor { font-size: 16px; }
  .report-actions { align-items: stretch; flex-direction: column; }
  .report-actions .request-status { max-width: none; }
  .report-output { min-height: 240px; padding: 16px; }
  .report-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .report-ledger div:nth-child(3n) { border-right: 1px solid var(--line); }
  .report-ledger div:nth-child(2n) { border-right: 0; }
  .router-section > summary { align-items: flex-start; flex-direction: column; gap: 4px; }
  .router-section > summary span { text-align: left; }
  .workspace-grid { display: block; }
  .operation-rail, .activity-board { border: 0; }
  .operation-rail { border-bottom: 1px solid var(--line-strong); }
  .operation-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 8px; gap: 6px; }
  .operation-button { min-width: 0; min-height: 82px; border: 1px solid var(--line); }
  .notebook-heading { min-height: 0; flex-direction: column; gap: 12px; }
  .notebook-cell { padding: 16px; }
  #params-editor { min-height: 230px; }
  .cell-label { align-items: flex-start; flex-direction: column; gap: 2px; }
  .activity-list { display: block; }
  .access-panel { grid-template-columns: 1fr; padding: 20px; }
  .token-tools { grid-column: auto; }
}

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