:root {
  color-scheme: light;
  --ink-950: #261f1e;
  --ink-900: #b41c1c;
  --ink-800: #a0241c;
  --ink-700: #5e5652;
  --ink-600: #716966;
  --ink-500: #8a827e;
  --ink-300: #d8d0cc;
  --ink-200: #e4e1df;
  --ink-100: #eee9e7;
  --ink-050: #faf9f8;
  --brand-600: #b41c1c;
  --brand-500: #c43a32;
  --brand-400: #db675f;
  --brand-100: #f9dfdc;
  --brand-050: #fff1f0;
  --amber-100: #fff0d5;
  --danger-700: #a33131;
  --danger-100: #ffe8e5;
  --white: #fff;
  --page: #f5f4f3;
  --shadow-sm: 0 1px 2px rgba(55, 35, 31, .06), 0 4px 14px rgba(55, 35, 31, .04);
  --shadow-md: 0 14px 40px rgba(55, 35, 31, .10);
  --radius-sm: 10px;
  --radius-md: 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink-950);
  background: var(--page);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html, body { min-width: 320px; min-height: 100%; }
body { min-height: 100vh; margin: 0; background: var(--page); }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button:disabled, input:disabled, select:disabled { cursor: not-allowed; opacity: .58; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid var(--brand-600); outline-offset: 3px; }
[hidden] { display: none !important; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.brand-lockup { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-950); text-decoration: none; }
.brand-symbol { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid rgba(180, 28, 28, .18); border-radius: 12px; color: var(--white); background: linear-gradient(145deg, var(--brand-500), var(--brand-600)); box-shadow: 0 8px 22px rgba(160, 36, 28, .18); font-size: 12px; font-weight: 900; letter-spacing: -.02em; }
.brand-copy { display: grid; gap: 2px; line-height: 1.05; }
.brand-copy strong { font-size: 15px; font-weight: 850; letter-spacing: -.02em; }
.brand-copy small { color: var(--ink-600); font-size: 10px; font-weight: 700; }
.brand-lockup > small { padding-left: 11px; border-left: 1px solid var(--ink-200); color: var(--ink-600); font-size: 12px; font-weight: 650; }
.brand-lockup-light { color: var(--white); }
.brand-lockup-light:focus-visible { outline-color: var(--white); }
.eyebrow, .section-kicker { margin: 0; color: var(--brand-600); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.primary-button, .secondary-button, .quiet-button, .text-button { min-height: 44px; border-radius: var(--radius-sm); font-weight: 760; transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease; }
.primary-button { border: 1px solid var(--ink-900); color: var(--white); background: var(--ink-900); box-shadow: 0 5px 14px rgba(160, 36, 28, .18); }
.primary-button:hover:not(:disabled) { background: var(--ink-800); transform: translateY(-1px); }
.secondary-button { padding: 0 16px; border: 1px solid var(--ink-300); color: var(--ink-800); background: var(--white); }
.secondary-button:hover { border-color: var(--brand-500); background: var(--brand-050); }
.quiet-button { padding: 0 13px; border: 1px solid var(--ink-200); color: var(--ink-700); background: var(--white); }
.quiet-button:hover { border-color: var(--ink-300); background: var(--ink-050); }
.text-button { padding: 0 8px; border: 0; color: var(--brand-600); background: transparent; }
.text-button:hover { color: var(--ink-900); text-decoration: underline; text-underline-offset: 4px; }

/* Login */
.login-view { min-height: 100vh; display: grid; place-items: center; padding: clamp(18px, 4vw, 48px); background: #f5f3f2; }
.login-shell { width: min(1120px, 100%); min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(410px, .88fr); overflow: hidden; border: 1px solid rgba(160, 36, 28, .12); border-radius: 28px; background: var(--white); box-shadow: 0 30px 80px rgba(55, 35, 31, .16); }
.login-showcase { position: relative; display: flex; flex-direction: column; padding: 48px; overflow: hidden; color: var(--ink-950); background: radial-gradient(circle at 88% 5%, rgba(180, 28, 28, .08), transparent 32%), linear-gradient(145deg, #fffafa, #f8eeec); }
.login-showcase::after { content: ""; position: absolute; width: 360px; height: 360px; right: -190px; bottom: -170px; border: 1px solid rgba(180,28,28,.10); border-radius: 50%; box-shadow: 0 0 0 70px rgba(180,28,28,.025), 0 0 0 140px rgba(180,28,28,.018); }
.showcase-copy { position: relative; z-index: 1; margin-top: 88px; }
.light-eyebrow { color: var(--brand-600); }
.showcase-title { max-width: 570px; margin: 14px 0 18px; font-size: clamp(40px, 5vw, 62px); font-weight: 850; line-height: 1.02; letter-spacing: -.055em; }
.showcase-copy > p:last-child { max-width: 520px; margin: 0; color: var(--ink-600); font-size: 16px; line-height: 1.7; }
.showcase-preview { position: relative; z-index: 1; width: 90%; max-width: 520px; margin: 48px auto 0; padding: 20px; border: 1px solid rgba(180,28,28,.12); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 24px 60px rgba(67,42,38,.10); transform: rotate(-1.4deg); }
.preview-topline { display: flex; justify-content: space-between; margin-bottom: 17px; }
.preview-topline span { width: 85px; height: 8px; border-radius: 999px; background: #d8d0cc; }
.preview-topline span:last-child { width: 40px; background: var(--brand-500); }
.preview-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.preview-metrics > span { display: grid; gap: 11px; padding: 13px; border-radius: 10px; background: rgba(255,255,255,.84); }
.preview-metrics i { width: 46%; height: 5px; border-radius: 5px; background: #e4e1df; }
.preview-metrics b { width: 65%; height: 18px; border-radius: 5px; background: var(--brand-600); }
.preview-chart { height: 95px; display: flex; align-items: end; gap: 10px; margin: 11px 0; padding: 15px; border-radius: 10px; background: #fff6f5; }
.preview-chart span { flex: 1; border-radius: 4px 4px 1px 1px; background: linear-gradient(var(--brand-500), rgba(180,28,28,.16)); }
.preview-chart span:nth-child(1) { height: 38%; }.preview-chart span:nth-child(2) { height: 72%; }.preview-chart span:nth-child(3) { height: 52%; }.preview-chart span:nth-child(4) { height: 86%; }.preview-chart span:nth-child(5) { height: 66%; }
.preview-list { display: grid; gap: 7px; }.preview-list i { height: 6px; border-radius: 4px; background: #ded8d5; }.preview-list i:nth-child(2) { width: 82%; }.preview-list i:nth-child(3) { width: 65%; }
.showcase-note { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; margin: auto 0 0; color: var(--ink-600); font-size: 12px; font-weight: 650; }
.showcase-note span { color: var(--brand-600); }
.login-panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 62px); }
.mobile-brand { display: none; align-items: center; gap: 10px; margin-bottom: 28px; }
.simulation-notice { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 24px; padding: 11px 12px; border: 1px solid #e6aaa5; border-radius: 11px; color: var(--ink-800); background: var(--brand-050); }
.simulation-notice > span { width: 22px; height: 22px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 7px; color: var(--white); background: var(--brand-600); font-size: 12px; font-weight: 850; }
.simulation-notice p { margin: 1px 0 0; font-size: 11px; line-height: 1.45; }
.simulation-notice strong { display: block; }
.login-heading h1 { margin: 10px 0 0; font-size: 34px; line-height: 1.08; letter-spacing: -.045em; }
.login-heading > p:last-child { margin: 12px 0 0; color: var(--ink-600); font-size: 14px; line-height: 1.55; }
.persona-grid { display: grid; gap: 10px; margin-top: 25px; }
.persona-card { min-height: 70px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 11px 14px; border: 1px solid var(--ink-200); border-radius: 13px; color: var(--ink-950); background: var(--white); text-align: left; }
.persona-card:hover { border-color: var(--brand-500); background: var(--brand-050); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.persona-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; font-size: 13px; font-weight: 850; }
.persona-admin { color: var(--ink-800); background: var(--brand-100); }.persona-seller { color: #845019; background: var(--amber-100); }
.persona-card > span:nth-child(2) { display: grid; gap: 3px; }.persona-card strong { font-size: 14px; }.persona-card small { color: var(--ink-600); font-size: 11px; }.persona-arrow { color: var(--brand-600); font-size: 21px; }

/* Dashboard */
.app-shell { min-height: 100vh; }
.topbar { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px clamp(20px, 4vw, 58px); border-bottom: 1px solid var(--ink-100); background: rgba(255,255,255,.97); box-shadow: 0 1px 8px rgba(55,35,31,.035); }
.mode-switcher { display: flex; gap: 4px; padding: 4px; border-radius: 12px; background: var(--ink-050); }
.mode-button { min-height: 44px; padding: 0 14px; border: 0; border-radius: 9px; color: var(--ink-600); background: transparent; font-size: 12px; font-weight: 760; }
.mode-button:hover:not(.active) { color: var(--ink-900); background: var(--white); }.mode-button.active { color: var(--white); background: var(--ink-900); box-shadow: var(--shadow-sm); }
.user-session { display: flex; align-items: center; gap: 10px; }.user-avatar { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--ink-900); background: var(--brand-100); font-size: 13px; font-weight: 850; }.user-copy { display: grid; gap: 2px; }.user-copy strong { max-width: 160px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.user-copy small { color: var(--ink-600); font-size: 11px; }
.demo-strip { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 5px clamp(20px, 4vw, 58px); color: #7f302a; background: var(--brand-100); font-size: 11px; }
.demo-strip > div { display: flex; align-items: center; gap: 8px; }.demo-strip > div > span:last-child { color: #93443e; }.demo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand-600); box-shadow: 0 0 0 4px rgba(180,28,28,.12); }
.demo-strip label { display: flex; align-items: center; gap: 8px; font-weight: 760; text-transform: uppercase; letter-spacing: .06em; }.demo-strip select { min-height: 40px; padding: 0 30px 0 10px; border: 1px solid rgba(180,28,28,.25); border-radius: 8px; color: var(--ink-900); background: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.page { width: min(1500px, 100%); margin: 0 auto; padding: 40px clamp(20px, 4vw, 58px) 28px; }
.hero { display: flex; align-items: end; justify-content: space-between; gap: 30px; }.hero h1 { margin: 9px 0 0; font-size: clamp(32px, 4.5vw, 48px); line-height: 1.03; letter-spacing: -.052em; }.hero-copy { max-width: 690px; margin: 11px 0 0; color: var(--ink-600); font-size: 14px; line-height: 1.55; }.hero-actions { display: flex; align-items: end; gap: 10px; }
.select-field { display: grid; gap: 6px; color: var(--ink-600); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.select-field select { min-width: 235px; height: 44px; padding: 0 38px 0 12px; border: 1px solid var(--ink-300); border-radius: 10px; color: var(--ink-950); background: var(--white); font-size: 12px; font-weight: 700; text-transform: none; letter-spacing: 0; }
.refresh-button { min-width: 120px; padding: 0 16px; }.refresh-icon { display: inline-block; margin-right: 7px; font-size: 18px; }.refresh-button.is-loading .refresh-icon { animation: spin .8s linear infinite; }
.action-notice { margin: 20px 0 -10px; padding: 12px 14px; border: 1px solid #e6aaa5; border-radius: 10px; color: var(--ink-800); background: var(--brand-050); font-size: 12px; font-weight: 700; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 30px 0 18px; }.metrics.admin { grid-template-columns: repeat(4, 1fr); }
.metric-card { position: relative; min-height: 150px; padding: 22px; overflow: hidden; border: 1px solid var(--ink-100); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.metric-card::after { content: ""; position: absolute; width: 100px; height: 100px; right: -42px; bottom: -50px; border-radius: 50%; background: var(--brand-100); }.metric-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--ink-300); }.metric-quantity::before, .metric-value::before { background: var(--brand-500); }.metric-value { background: linear-gradient(145deg, var(--white), var(--brand-050)); }
.metric-label { color: var(--ink-600); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }.metric-card strong { position: relative; z-index: 1; display: block; margin: 14px 0 5px; font-size: clamp(30px, 3vw, 40px); line-height: 1; letter-spacing: -.045em; }.metric-card small { color: var(--ink-500); font-size: 11px; }
.content-card, .data-panel { border: 1px solid var(--ink-100); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }.content-card { margin-bottom: 18px; padding: 20px; }.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 15px; }.section-heading h2, .panel-header h2 { margin: 4px 0 0; font-size: 17px; letter-spacing: -.025em; }
.seller-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.seller-summary-card { min-height: 104px; display: grid; align-content: space-between; gap: 14px; padding: 15px; border: 1px solid var(--ink-100); border-radius: 12px; color: var(--ink-950); background: var(--ink-050); text-align: left; }.seller-summary-card:hover { border-color: var(--brand-400); background: var(--brand-050); transform: translateY(-2px); }.seller-summary-card.active { border-color: var(--brand-500); background: var(--brand-100); box-shadow: inset 3px 0 var(--brand-600); }
.summary-person { display: flex; align-items: center; gap: 9px; }.summary-avatar { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: var(--ink-800); background: var(--white); font-size: 11px; font-weight: 850; }.summary-person > span { display: grid; gap: 2px; }.summary-person strong { font-size: 12px; }.summary-person small, .summary-numbers small { color: var(--ink-600); font-size: 10px; }.summary-numbers { display: flex; justify-content: space-between; gap: 10px; }.summary-numbers > span { display: grid; gap: 2px; }.summary-numbers b { font-size: 14px; }.summary-numbers small { text-transform: uppercase; }
.filter-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }.filter-grid label { display: grid; gap: 6px; color: var(--ink-600); font-size: 10px; font-weight: 820; letter-spacing: .06em; text-transform: uppercase; }.filter-grid input { width: 100%; height: 44px; padding: 0 10px; border: 1px solid var(--ink-200); border-radius: 9px; color: var(--ink-950); background: var(--ink-050); font-size: 12px; text-transform: none; }.filter-grid input:focus { border-color: var(--brand-500); background: var(--white); }
.data-panel { overflow: hidden; }.panel-header { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px; border-bottom: 1px solid var(--ink-100); }.panel-header > div > p:last-child { margin: 5px 0 0; color: var(--ink-600); font-size: 12px; }
.search-field { position: relative; width: min(350px, 100%); }.search-field > span:not(.visually-hidden) { position: absolute; left: 13px; top: 50%; color: var(--ink-600); font-size: 19px; transform: translateY(-55%); }.search-field input { width: 100%; height: 44px; padding: 0 13px 0 39px; border: 1px solid var(--ink-200); border-radius: 10px; color: var(--ink-950); background: var(--ink-050); font-size: 12px; }.search-field input:focus { border-color: var(--brand-500); background: var(--white); }
.loading-state { min-height: 310px; display: grid; align-content: center; gap: 30px; padding: 34px; }.loading-copy { display: flex; align-items: center; justify-content: center; gap: 13px; }.loading-copy > span:last-child { display: grid; gap: 4px; }.loading-copy strong { font-size: 14px; }.loading-copy small { color: var(--ink-600); font-size: 11px; }.spinner { width: 28px; height: 28px; border: 3px solid var(--brand-100); border-top-color: var(--brand-600); border-radius: 50%; animation: spin .8s linear infinite; }
.skeleton-grid { width: min(880px, 100%); display: grid; gap: 10px; margin: 0 auto; }.skeleton-grid i { height: 18px; border-radius: 6px; background: linear-gradient(90deg, var(--ink-050) 25%, var(--ink-100) 45%, var(--ink-050) 65%); background-size: 220% 100%; animation: shimmer 1.5s infinite; }.skeleton-grid i:nth-child(2) { width: 93%; }.skeleton-grid i:nth-child(3) { width: 82%; }.skeleton-grid i:nth-child(4) { width: 88%; }
.state-card { min-height: 290px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; padding: 38px; text-align: center; }.state-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: var(--ink-700); background: var(--ink-100); font-size: 21px; font-weight: 850; }.state-card strong { font-size: 16px; }.state-card p { max-width: 480px; margin: 6px 0 0; color: var(--ink-600); font-size: 12px; line-height: 1.55; }.error-state .state-icon { color: var(--danger-700); background: var(--danger-100); }
.table-wrap { overflow: auto; } table { width: 100%; border-collapse: collapse; } th, td { padding: 14px 15px; border-bottom: 1px solid var(--ink-100); text-align: left; white-space: nowrap; } th { position: sticky; top: 0; z-index: 2; color: var(--ink-600); background: var(--ink-050); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; } td { color: var(--ink-700); font-size: 13px; font-variant-numeric: tabular-nums; } tbody tr:hover { background: var(--brand-050); } tbody tr:last-child td { border-bottom: 0; }
.sort-button { min-height: 44px; display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; font-weight: inherit; letter-spacing: inherit; text-transform: inherit; }.sort-button.numeric { width: 100%; justify-content: flex-end; }.sort-button span { color: var(--brand-600); }.numeric { text-align: right; }
.customer-cell { min-width: 220px; }.customer-cell strong { display: block; max-width: 260px; overflow: hidden; color: var(--ink-950); font-size: 13px; text-overflow: ellipsis; }.customer-cell small, .seller-cell small { display: block; margin-top: 3px; color: var(--ink-500); font-size: 11px; }.seller-cell strong { color: var(--ink-800); font-size: 12px; }.pending-cell { color: var(--ink-900); font-weight: 800; }.pending-pill { display: inline-flex; min-width: 42px; justify-content: center; padding: 5px 8px; border-radius: 999px; color: var(--ink-900); background: var(--brand-100); }
.page-footer { display: flex; justify-content: space-between; gap: 20px; padding: 14px 3px 0; color: var(--ink-500); font-size: 10px; }
.noscript-message { position: fixed; inset: auto 20px 20px; z-index: 99; padding: 14px; border-radius: 10px; color: var(--white); background: var(--danger-700); text-align: center; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes shimmer { to { background-position: -220% 0; } }

@media (max-width: 1120px) {
  .seller-summary { grid-template-columns: repeat(2, 1fr); }
  .metrics.admin { grid-template-columns: repeat(2, 1fr); }
  .brand-lockup > small { display: none; }
}

@media (max-width: 880px) {
  .login-view { padding: 0; background: var(--white); }
  .login-shell { min-height: 100vh; grid-template-columns: 1fr; border: 0; border-radius: 0; box-shadow: none; }
  .login-showcase { display: none; }
  .login-panel { width: min(520px, 100%); margin: auto; padding: 38px 26px; }
  .mobile-brand { display: flex; }
}

@media (max-width: 780px) {
  .topbar { flex-wrap: wrap; gap: 10px; }
  .mode-switcher { order: 3; width: 100%; }.mode-button { flex: 1; }
  .user-copy { display: none; }
  .demo-strip { align-items: flex-start; }.demo-strip > div > span:last-child { display: none; }
  .page { padding-top: 28px; }.hero { align-items: stretch; flex-direction: column; }.hero-actions { width: 100%; }.select-field { flex: 1; }.select-field select { width: 100%; min-width: 0; }
  .metrics, .metrics.admin { grid-template-columns: repeat(2, 1fr); }
  .filter-grid { grid-template-columns: repeat(2, 1fr); }
  .panel-header { align-items: stretch; flex-direction: column; }.search-field { width: 100%; }
  .table-wrap table, .table-wrap thead, .table-wrap tbody, .table-wrap tr, .table-wrap td { display: block; }
  .table-wrap thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .table-wrap { padding: 0 14px 14px; background: var(--ink-050); }
  .table-wrap tr { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 16px; margin-top: 14px; padding: 16px; border: 1px solid var(--ink-100); border-radius: 13px; background: var(--white); box-shadow: var(--shadow-sm); }
  .table-wrap td { padding: 0; border: 0; text-align: left; white-space: normal; }.table-wrap td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--ink-500); font-size: 10px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
  .table-wrap .customer-cell, .table-wrap .seller-cell { grid-column: 1 / -1; padding-bottom: 10px; border-bottom: 1px solid var(--ink-100); }.pending-pill { justify-content: flex-start; }
  .page-footer { flex-direction: column; gap: 4px; }
}

@media (max-width: 540px) {
  .topbar .brand-copy { display: none; }.user-session .quiet-button { min-width: 44px; padding: 0 9px; }
  .demo-strip { gap: 8px; }.demo-strip label > span { display: none; }
  .hero h1 { font-size: 34px; }.hero-actions { align-items: stretch; flex-direction: column; }.refresh-button { width: 100%; }
  .metrics, .metrics.admin { grid-template-columns: 1fr; }.metric-card { min-height: 124px; }
  .seller-summary, .filter-grid { grid-template-columns: 1fr; }
  .content-card { padding: 16px; }.section-heading { align-items: flex-start; }
  .state-card { min-height: 260px; padding-inline: 24px; }
  .login-panel { padding: 28px 20px; }.login-heading h1 { font-size: 29px; }.persona-card { min-height: 68px; }
}

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