/* Original tactical field terminal. No fonts, textures or assets fetched. */
:root {
  color-scheme: dark;
  --bg: #1d221d;
  --panel: #272d24;
  --panel-deep: #232920;
  --line: #414737;
  --line-light: #555b45;
  --text: #e6e2c9;
  --muted: #a6ab93;
  --dim: #7f8870;
  --accent: #d3c887;
  --lime: #bfcd8a;
  --danger: #dc9c76;
  --mono: 'Courier New', Courier, monospace;
  --display: Impact, 'Arial Narrow', 'Liberation Sans Narrow', sans-serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { min-width: 300px; scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--mono); -webkit-font-smoothing: antialiased; background-image: radial-gradient(ellipse at 70% 10%, #363c283b, transparent 60%), linear-gradient(#82906104 1px, transparent 1px), linear-gradient(90deg, #82906104 1px, transparent 1px); background-size: auto, 32px 32px, 32px 32px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; border-radius: 0; touch-action: manipulation; }
a { color: inherit; }
button:focus-visible, a:focus-visible, canvas:focus-visible { outline: 3px solid #f2e8ab; outline-offset: 4px; }
button:disabled { cursor: not-allowed; opacity: .55; }
button { user-select: none; }
[hidden] { display: none !important; }
p, h1, h2 { margin: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -70px; left: 16px; z-index: 20; padding: 15px; background: var(--accent); color: #242a1e; text-decoration: none; }
.skip-link:focus { top: 12px; }
.topbar { border-bottom: 1px solid var(--line); background: #20251fdd; }
.topbar-inner { max-width: 1200px; margin: auto; min-height: 80px; padding: 0 32px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--text); font: 700 24px var(--sans); letter-spacing: -1px; }
.brand-mark { width: 32px; height: 32px; color: var(--accent); }
.brand-slash { color: #778164; padding: 0 3px; font-weight: 400; }
.brand-caption { margin-left: 7px; padding-left: 17px; border-left: 1px solid var(--line-light); font: 9px/1.6 var(--mono); letter-spacing: 1.4px; color: var(--muted); }
.topbar-actions { display: flex; align-items: center; gap: 24px; }
.local-badge { display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: 1.1px; color: var(--muted); }
.status-dot { display: inline-block; width: 5px; height: 5px; background: var(--lime); box-shadow: 0 0 7px #bfcd8a30; }
.sound-button { background: #2b3127; color: #c9ceb7; border: 1px solid var(--line-light); min-height: 36px; padding: 8px 12px; display: flex; align-items: center; gap: 9px; font-size: 9px; letter-spacing: 1px; transition: background .15s, border-color .15s; }
.sound-button:hover { background: #363e2e; border-color: var(--accent); }
.sound-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.sound-off, [aria-pressed='true'] .sound-waves { display: none; }
[aria-pressed='true'] .sound-off { display: block; }
.shell { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.hero { display: flex; justify-content: space-between; align-items: center; padding: 41px 0 33px; gap: 18px; }
.eyebrow { color: var(--muted); font-size: 9px; letter-spacing: 1.6px; display: flex; align-items: center; gap: 9px; margin-bottom: 11px; }
.tiny-cross { color: var(--accent); font-size: 17px; line-height: 10px; }
h1 { font-family: var(--display); font-size: clamp(50px, 6.8vw, 86px); font-weight: 900; letter-spacing: -1.3px; line-height: 1; }
.title-slash { color: #76805e; margin: 0 9px; font-weight: 400; }
.title-outline { color: var(--accent); }
.title-period { color: #747b56; }
.hero-copy { margin-top: 13px; color: var(--muted); font: 12px/1.5 var(--sans); }
.hero-tag { display: flex; align-items: center; gap: 15px; margin-top: 24px; flex-shrink: 0; }
.hero-tag span:not(.crosshair) { display: block; color: var(--dim); letter-spacing: 2px; font-size: 9px; margin-bottom: 6px; }
.hero-tag strong { font-size: 18px; font-weight: 400; letter-spacing: 1.7px; color: #c4c7ac; }
.hero-tag small { display: block; font-size: 8px; color: var(--muted); margin-top: 6px; letter-spacing: .8px; }
.crosshair { width: 44px; height: 44px; position: relative; border: 1px solid #68724e; border-radius: 50%; background: radial-gradient(circle, #b9c384 0 2px, transparent 3px), radial-gradient(circle, transparent 0 11px, #68724e 12px, transparent 13px); }
.crosshair::before, .crosshair::after { content: ''; position: absolute; background: #68724e; }
.crosshair::before { width: 58px; height: 1px; top: 21px; left: -8px; }
.crosshair::after { height: 58px; width: 1px; top: -8px; left: 21px; }
.operations { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 22px; align-items: start; }
.arena-panel { border: 1px solid var(--line-light); background: #252b22; box-shadow: 0 16px 40px #0002; min-width: 0; }
.arena-heading { min-height: 43px; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .7px; border-bottom: 1px solid var(--line-light); color: #c4c8ad; }
.map-icon { color: var(--accent); font-size: 16px; vertical-align: -1px; margin-right: 7px; }
.heading-detail { color: var(--dim); font-size: 9px; margin-left: 5px; }
.state-badge { display: flex; align-items: center; gap: 7px; font-size: 8px; color: var(--muted); white-space: nowrap; }
body[data-state='over'] .state-badge { color: var(--danger); }
body[data-state='over'] .state-badge .status-dot { background: var(--danger); }
.scoreboard { display: grid; grid-template-columns: 1fr 1fr .82fr; background: #20261e; border-bottom: 1px solid var(--line-light); }
.stat { padding: 18px 24px 15px; position: relative; display: flex; flex-direction: column; justify-content: center; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat-label { font-size: 9px; color: var(--muted); letter-spacing: 1.5px; margin-bottom: 6px; }
.stat strong { font-size: 39px; font-weight: 400; font-variant-numeric: tabular-nums; letter-spacing: -1.5px; line-height: 1; color: var(--text); }
.stat:first-child strong { color: var(--accent); }
.stat-detail { font-size: 7px; letter-spacing: .8px; color: var(--muted); margin-top: 7px; }
.stat-speed strong { font-size: 31px; padding-top: 5px; padding-bottom: 3px; }
.stat-speed strong span { font-size: 22px; margin-left: 4px; color: var(--dim); }
.speed-bars { display: flex; gap: 3px; margin-top: 8px; max-width: 98px; }
.speed-bars i { display: block; height: 4px; width: 7px; background: #414a32; }
.speed-bars i.lit { background: var(--accent); }
.field-frame { padding: 10px; background: #171d17; position: relative; }
.arena-field { position: relative; aspect-ratio: 1; width: 100%; overflow: hidden; background: #9d926e; border: 1px solid #666b4a; }
.arena-field::after { position: absolute; content: ''; inset: 0; pointer-events: none; z-index: 2; background: repeating-linear-gradient(0deg, #00000007 0px, #00000007 1px, transparent 1px, transparent 3px); box-shadow: inset 0 0 40px #0e1a1333; }
#arena { width: 100%; height: 100%; display: block; touch-action: none; }
#arena:focus-visible { outline-offset: -5px; position: relative; z-index: 3; }
.arena-coordinate { position: absolute; z-index: 3; pointer-events: none; font-size: 8px; color: #dad8ad; letter-spacing: 1px; opacity: .65; }
.coordinate-north { top: 7px; left: 10px; }
.coordinate-south { bottom: 7px; right: 9px; font-size: 7px; }
.screen-overlay { position: absolute; inset: 0; display: grid; place-items: center; z-index: 4; background: #1c251d20; padding: 15px; }
.overlay-card { position: relative; width: min(330px, 100%); padding: 24px 25px 20px; text-align: center; background: #242b22f7; border: 1px solid #a2a875; box-shadow: 0 0 0 5px #1e251c80, 0 14px 35px #18201355; }
.overlay-card::before, .overlay-card::after { position: absolute; content: ''; width: 13px; height: 13px; border-color: var(--accent); border-style: solid; pointer-events: none; }
.overlay-card::before { top: -3px; left: -3px; border-width: 3px 0 0 3px; }
.overlay-card::after { bottom: -3px; right: -3px; border-width: 0 3px 3px 0; }
.overlay-kicker { font-size: 8px; color: var(--muted); letter-spacing: 2px; }
.deploy-mark { position: relative; width: 66px; height: 66px; margin: 19px auto 16px; display: grid; place-items: center; border: 1px solid #646e49; color: var(--accent); }
.deploy-mark::before, .deploy-mark::after { content: ''; background: #748057; position: absolute; }
.deploy-mark::before { width: 82px; height: 1px; top: 32px; left: -9px; }
.deploy-mark::after { width: 1px; height: 82px; top: -9px; left: 32px; }
.deploy-mark svg { width: 47px; height: 47px; z-index: 1; background: #272e24; }
.overlay-card h2 { font-family: var(--display); font-size: 31px; font-weight: 800; letter-spacing: 1px; }
#overlay-description { color: #bec3a9; font: 12px/1.6 var(--sans); margin-top: 8px; }
.overlay-hint { display: block; font-size: 9px; color: var(--muted); margin-top: 13px; }
.overlay-hint kbd { margin-left: 4px; padding: 3px 5px; font-size: 8px; }
.round-result { color: var(--accent); font-size: 23px; letter-spacing: 2px; margin-top: 12px; }
.arena-bottom { display: flex; justify-content: space-between; align-items: center; gap: 10px; min-height: 39px; padding: 0 16px; border-top: 1px solid var(--line-light); color: var(--muted); font-size: 9px; letter-spacing: .8px; }
.arena-bottom i { font-size: 16px; color: var(--accent); margin-right: 5px; font-style: normal; }
.arena-bottom strong { color: var(--text); font-weight: 400; margin-left: 4px; }
#field-status { color: var(--dim); font-size: 8px; }
.health-mark { font-size: 13px; color: var(--accent); }
.health-mark b { font-weight: 400; font-size: 11px; }
body[data-state='over'] .health-mark { color: var(--danger); }
.radio-log { display: flex; gap: 10px; padding: 13px 16px; min-height: 42px; border-top: 1px solid var(--line); font-size: 9px; color: #b4bb9c; background: #20261f; align-items: baseline; line-height: 1.5; }
.radio-label { color: var(--accent); font-size: 8px; letter-spacing: 1px; flex-shrink: 0; }
.radio-label i { font-style: normal; padding-left: 3px; }
.sidebar { display: grid; gap: 18px; }
.mission-card, .command-card { background: var(--panel); border: 1px solid var(--line); padding: 19px; position: relative; }
.mission-card::before { content: ''; position: absolute; top: -1px; left: 19px; width: 35px; height: 2px; background: var(--accent); }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
.panel-heading h2 { font-size: 10px; letter-spacing: 1.4px; font-weight: 400; }
.micro-label { font-size: 7px; color: var(--muted); letter-spacing: 1px; border: 1px solid var(--line-light); padding: 3px 4px; }
.mission-intro { display: flex; align-items: center; justify-content: space-between; padding: 21px 0 19px; gap: 6px; }
.mission-intro p { font-family: var(--display); font-size: 26px; line-height: 1.15; letter-spacing: .25px; }
.mission-intro p span { color: var(--accent); }
.radar { width: 72px; height: 72px; border: 1px solid #687748; border-radius: 50%; position: relative; overflow: hidden; flex-shrink: 0; background: repeating-radial-gradient(circle, transparent 0 10px, #9dae681f 11px, transparent 12px), #202b20; }
.radar-grid { position: absolute; inset: 0; background: linear-gradient(transparent 49%, #9dae6826 50%, transparent 51%), linear-gradient(90deg, transparent 49%, #9dae6826 50%, transparent 51%); }
.radar-sweep { position: absolute; inset: 0; background: conic-gradient(from 0deg, transparent 0deg 295deg, #bfcd8a35 358deg, #dbe4a87a 359deg, transparent 360deg); animation: radar 8s linear infinite; }
.radar-dot { position: absolute; width: 3px; height: 3px; background: #d1d997; box-shadow: 0 0 4px #cfdd8177; }
.dot-one { top: 21px; left: 27px; }.dot-two { top: 40px; left: 49px; }.dot-three { top: 49px; left: 17px; }
.radar b { color: #b5bf8680; position: absolute; right: 15px; top: 12px; font-size: 7px; font-weight: 400; }
@keyframes radar { to { transform: rotate(360deg); } }
.pickup-legend { display: flex; align-items: center; gap: 13px; padding: 12px 13px; border: 1px solid #4a5138; background: #22281e; }
.pickup-legend strong { font-size: 20px; color: var(--accent); font-weight: 400; }
.pickup-legend strong span { font-size: 9px; letter-spacing: 1px; }
.pickup-legend p { font: 10px/1.4 var(--sans); color: var(--muted); margin-top: 3px; }
.pickup-icon { display: inline-block; width: 33px; height: 24px; border: 2px solid #c4b773; background: repeating-linear-gradient(90deg, transparent 0 5px, #a0925666 5px 9px); position: relative; flex-shrink: 0; }
.pickup-icon::before { content: ''; position: absolute; width: 12px; height: 5px; border: 2px solid #c4b773; border-bottom: 0; top: -7px; left: 7px; }
.pickup-icon::after { content: ''; position: absolute; right: 3px; top: 4px; width: 8px; height: 5px; background: #bccd7d; box-shadow: 0 0 4px #bccd7d55; }
.pickup-icon i { position: absolute; bottom: 3px; right: 5px; width: 3px; height: 3px; background: #ed9a66; }
.legend-arrow { margin-left: auto; color: #7f8960; font-size: 19px; }
.rules { padding: 0; margin: 17px 0 0; list-style: none; color: #b5bba2; font: 11px/1.6 var(--sans); }
.rules li { display: flex; align-items: baseline; gap: 9px; margin-top: 7px; }
.rules li span { font: 8px var(--mono); color: #94a078; }
.round-actions { display: grid; gap: 9px; margin-top: 17px; }
.button { display: flex; align-items: center; justify-content: space-between; min-height: 46px; width: 100%; padding: 12px 14px; font-size: 10px; letter-spacing: 1.1px; font-weight: 700; transition: background .15s, transform .1s, border-color .15s; border: 1px solid; }
.button-primary { color: #262c20; border-color: #ddd59d; background: var(--accent); box-shadow: inset 0 1px 0 #ede5b5; }
.button-primary:hover { background: #e2d99d; }
.button-primary:active { transform: translateY(1px); background: #bcb575; }
.button-primary > span:last-child:not(:first-child) { font-size: 18px; font-weight: 400; line-height: 1; }
.button-secondary { background: #2b3226; color: #c0c8ac; border-color: var(--line-light); min-height: 40px; }
.button-secondary:hover { background: #363f2f; border-color: #929b6c; }
.restart-icon { margin-right: 5px; font-size: 15px; }
.overlay-action { margin-top: 20px; }
kbd { font: 8px var(--mono); border: 1px solid var(--line-light); padding: 4px 5px; color: #c1c7b0; background: #252c22; box-shadow: 0 1px 0 #151b16; letter-spacing: 0; }
.button-secondary kbd { color: #b4bd9a; padding: 3px 5px; }
.touch-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin: 19px 0; }
.dpad { display: grid; grid-template-columns: repeat(3, 44px); grid-template-rows: repeat(3, 44px); gap: 4px; flex-shrink: 0; }
.dpad-button { display: grid; place-items: center; border: 1px solid #5f694b; border-bottom: 3px solid #171e17; color: var(--accent); background: #39432f; font: 14px var(--sans); touch-action: none; transition: background .1s; min-width: 44px; min-height: 44px; }
.dpad-button:hover { background: #46513a; }
.dpad-button:active, .dpad-button.pressed { background: var(--accent); color: #26311f; border-color: #d8d29c; }
.dpad-up { grid-area: 1 / 2; }.dpad-left { grid-area: 2 / 1; }.dpad-right { grid-area: 2 / 3; }.dpad-down { grid-area: 3 / 2; }
.dpad-center { grid-area: 2 / 2; display: grid; place-items: center; color: #697851; font-size: 24px; }
.touch-hint { font-size: 8px; letter-spacing: .5px; line-height: 1.7; color: var(--muted); }
.touch-hint span { color: #8b9871; }
.key-guide { border-top: 1px solid var(--line); padding-top: 12px; display: grid; gap: 12px; }
.key-guide p { display: flex; align-items: center; justify-content: space-between; gap: 6px; font-size: 8px; color: var(--muted); letter-spacing: .6px; }
.key-guide p > span:first-child { display: flex; align-items: center; gap: 3px; }
.or { font-size: 9px; color: var(--dim); padding: 0 2px; }
.auto-pause-note { margin-top: 16px; font: 9px/1.5 var(--sans); color: var(--muted); }
.auto-pause-note span { font-size: 10px; margin-right: 4px; color: #8e9b67; }
.footer { padding: 25px 0 27px; display: flex; justify-content: space-between; gap: 15px; color: var(--dim); font-size: 8px; letter-spacing: .8px; }
.footer p { color: var(--muted); }
.footer-cross { color: var(--accent); margin-right: 7px; }
.footer i { padding: 0 7px; color: #777e5a; font-style: normal; }
.noscript { border: 1px solid var(--accent); background: var(--panel); padding: 15px; line-height: 1.6; margin-bottom: 24px; }
@media (min-width: 1300px) { .hero { padding-top: 47px; padding-bottom: 38px; } }
@media (max-width: 1050px) {
  .operations { grid-template-columns: minmax(0, 1fr) 276px; gap: 18px; }
  .hero-tag { display: none; }
  .stat { padding: 17px 18px 14px; }
  .mission-card, .command-card { padding: 16px; }
  .mission-intro p { font-size: 24px; }
  .radar { width: 64px; height: 64px; }
  .touch-hint { font-size: 7px; }
}
@media (max-width: 800px) {
  .shell, .topbar-inner { padding-left: 22px; padding-right: 22px; }
  .topbar-inner { min-height: 65px; }
  .hero { padding: 29px 0 25px; }
  h1 { font-size: clamp(52px, 10vw, 76px); }
  .operations { grid-template-columns: minmax(0, 1fr); gap: 18px; }
  .sidebar { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
  .command-card { grid-column: 1; grid-row: 1; }
  .mission-card { grid-column: 2; grid-row: 1; }
  .stat { padding: 16px 23px; }
  .mission-intro { flex-wrap: wrap; gap: 14px; }
  .local-badge { font-size: 8px; }
  .touch-controls { margin: 15px 0; }
  .touch-hint { display: none; }
}
@media (max-width: 540px) {
  .shell, .topbar-inner { padding-left: 14px; padding-right: 14px; }
  .topbar-inner { min-height: 60px; }
  .brand { gap: 9px; font-size: 20px; }
  .brand-mark { width: 28px; height: 28px; }
  .brand-caption { font-size: 7px; padding-left: 10px; margin-left: 0; letter-spacing: 1px; }
  .local-badge { display: none; }
  .sound-button { min-height: 36px; padding: 8px; font-size: 8px; gap: 6px; letter-spacing: .2px; }
  .hero { padding: 24px 0 21px; }
  .eyebrow { font-size: 7px; letter-spacing: 1px; margin-bottom: 9px; }
  h1 { font-size: clamp(42px, 12.6vw, 67px); letter-spacing: -1px; }
  .title-slash { margin: 0 5px; }
  .hero-copy { font-size: 10px; margin-top: 9px; max-width: 310px; }
  .arena-heading { padding: 0 10px; min-height: 36px; font-size: 9px; }
  .heading-detail { font-size: 7px; margin-left: 0; }
  .state-badge { font-size: 7px; gap: 5px; letter-spacing: .3px; }
  .map-icon { margin-right: 3px; font-size: 13px; }
  .stat { padding: 12px 13px 11px; }
  .stat-label { font-size: 8px; letter-spacing: .8px; }
  .stat strong { font-size: 29px; }
  .stat-speed strong { font-size: 25px; padding: 2px 0 1px; }
  .stat-speed strong span { font-size: 18px; }
  .stat-detail { font-size: 6px; letter-spacing: .1px; }
  .speed-bars { gap: 2px; margin-top: 9px; }
  .speed-bars i { width: 5px; height: 3px; }
  .field-frame { padding: 6px; }
  .arena-coordinate { font-size: 6px; }
  .coordinate-north { top: 4px; left: 7px; }
  .coordinate-south { bottom: 4px; right: 7px; font-size: 5px; }
  .overlay-card { max-width: 265px; padding: 15px 20px; }
  .overlay-kicker { font-size: 7px; letter-spacing: 1.2px; }
  .deploy-mark { width: 45px; height: 45px; margin: 13px auto 12px; }
  .deploy-mark::before { width: 57px; top: 21px; left: -7px; }
  .deploy-mark::after { height: 57px; left: 21px; top: -7px; }
  .deploy-mark svg { width: 34px; height: 34px; }
  .overlay-card h2 { font-size: 26px; }
  #overlay-description { font-size: 10px; margin-top: 5px; }
  .overlay-action { margin-top: 13px; min-height: 42px; font-size: 9px; }
  .overlay-hint { font-size: 8px; margin-top: 10px; }
  .overlay-hint kbd { font-size: 7px; }
  .round-result { font-size: 20px; margin-top: 8px; }
  .arena-bottom { min-height: 34px; padding: 0 10px; font-size: 8px; letter-spacing: .2px; }
  #field-status { font-size: 6px; }
  .health-mark { font-size: 12px; }.health-mark b { font-size: 10px; }
  .radio-log { padding: 10px; font-size: 8px; gap: 7px; }
  .radio-label { font-size: 7px; }
  .sidebar { display: flex; flex-direction: column; gap: 15px; }
  .command-card, .mission-card { width: 100%; padding: 17px; }
  .command-card { display: grid; grid-template-columns: minmax(0, 1fr) 140px; gap: 0 16px; }
  .command-card .panel-heading { grid-column: 1 / -1; }
  .round-actions { grid-column: 1; align-self: center; margin-top: 15px; }
  .button { font-size: 9px; padding: 11px; letter-spacing: .7px; min-height: 44px; }
  .touch-controls { grid-column: 2; grid-row: 2 / 4; margin: 13px 0 0; }
  .key-guide { grid-column: 1; padding: 11px 0 0; margin-top: 13px; gap: 10px; }
  .key-guide p { font-size: 6px; letter-spacing: 0; }
  .key-guide kbd { padding: 3px; font-size: 7px; }
  .key-guide p > span:first-child { gap: 2px; }
  .key-guide .or { padding: 0; font-size: 7px; }
  .auto-pause-note { grid-column: 1 / -1; margin-top: 15px; font-size: 8px; }
  .mission-intro { flex-wrap: nowrap; padding: 16px 0; }
  .mission-intro p { font-size: 29px; }
  .radar { width: 70px; height: 70px; }
  .rules { font-size: 11px; }
  .footer { flex-direction: column; padding: 22px 0; gap: 10px; font-size: 7px; }
}
@media (max-width: 360px) {
  .brand-caption { display: none; }
  .heading-detail { display: none; }
  .command-card { gap: 0 9px; padding: 13px; }
  .key-guide p { flex-wrap: wrap; gap: 7px; }
  .button { font-size: 8px; letter-spacing: .1px; padding: 10px 7px; }
  .stat { padding-left: 9px; padding-right: 9px; }
  .overlay-card { padding: 13px 17px; }
  .deploy-mark { display: none; }
  .overlay-card h2 { margin-top: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
