:root {
  --bg: #09101d;
  --bg-soft: #101a2a;
  --panel: rgba(17, 28, 45, .92);
  --panel-raised: #17243a;
  --line: rgba(185, 204, 231, .13);
  --line-strong: rgba(201, 218, 240, .25);
  --text: #edf3fb;
  --muted: #8e9db4;
  --faint: #5e6d85;
  --accent: #dcae66;
  --accent-light: #f0cc8b;
  --red: #e45555;
  --red-bright: #ff7266;
  --cyan: #56c7d9;
  --green: #5ac493;
  --board: #d4a869;
  --board-light: #f0d095;
  --board-deep: #b98347;
  --sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --serif: "STKaiti", "KaiTi", "FZKai-Z03", serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); color: var(--text); font-family: var(--sans); }
body { margin: 0; min-height: 100vh; background: radial-gradient(ellipse at 50% -20%, #1a2b45 0, var(--bg) 53%); letter-spacing: .01em; }
button, input, select { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, select:focus-visible, a:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
a { color: inherit; }
.is-hidden { display: none !important; }
.skip-link { position: absolute; z-index: 100; top: -50px; left: 16px; padding: 9px 14px; border-radius: 8px; background: var(--accent); color: #21170a; font-weight: 700; transition: top .15s ease; }
.skip-link:focus { top: 10px; }

.site-header { width: min(1440px, calc(100% - 48px)); margin: 0 auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 38px; height: 38px; display: grid; grid-template-columns: 1fr 1fr; place-items: center; border: 1px solid rgba(240, 204, 139, .5); border-radius: 10px; color: var(--accent-light); background: linear-gradient(145deg, rgba(240,204,139,.2), rgba(240,204,139,.04)); font-family: var(--serif); font-size: 17px; line-height: 1; transform: rotate(-4deg); }
.brand-mark span:last-child { color: var(--red-bright); margin-top: 6px; }
.eyebrow, .section-kicker { margin: 0 0 3px; color: var(--faint); font-size: 9px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.brand h1 { margin: 0; color: var(--text); font-size: 20px; letter-spacing: .12em; }
.header-actions { display: flex; align-items: center; gap: 13px; }
.connection-pill { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 12px; }
.status-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(90,196,147,.11); }
.status-dot.red { background: var(--red); box-shadow: 0 0 0 4px rgba(228,85,85,.12); }
.status-dot.amber { background: var(--accent); box-shadow: 0 0 0 4px rgba(220,174,102,.12); }
.icon-button { width: 29px; height: 29px; padding: 0; border: 1px solid var(--line-strong); border-radius: 50%; background: transparent; color: var(--muted); cursor: pointer; font-weight: 700; }
.icon-button:hover { border-color: var(--accent); color: var(--accent-light); }

.app-shell { width: min(1440px, calc(100% - 48px)); margin: 21px auto 30px; }
.mode-tabs { display: flex; gap: 4px; margin-bottom: 19px; padding: 4px; width: fit-content; border: 1px solid var(--line); border-radius: 12px; background: rgba(10, 18, 31, .66); }
.mode-tab { min-width: 144px; padding: 9px 16px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; cursor: pointer; font-size: 13px; transition: background .2s, color .2s; }
.mode-tab small { display: none; color: var(--faint); font-size: 10px; }
.mode-tab:hover { color: var(--text); background: rgba(255,255,255,.04); }
.mode-tab.is-active { color: var(--text); background: linear-gradient(120deg, rgba(220,174,102,.2), rgba(220,174,102,.07)); box-shadow: inset 0 0 0 1px rgba(220,174,102,.2); }
.tab-icon { color: var(--accent); font-size: 16px; }

.game-layout { display: grid; grid-template-columns: 260px minmax(400px, 1fr) 250px; gap: 22px; align-items: start; }
.panel { border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(155deg, rgba(21, 34, 54, .9), rgba(12, 21, 36, .92)); box-shadow: 0 15px 40px rgba(0,0,0,.16); }
.control-panel, .record-panel { min-height: 680px; }
.control-panel { padding: 19px 17px 15px; display: flex; flex-direction: column; }
.panel-heading { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 20px; }
.panel-heading h2 { margin: 0; font-size: 20px; letter-spacing: .03em; }
.round-badge { margin-top: 4px; padding: 4px 7px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: 10px; }
.control-section { padding-bottom: 18px; margin-bottom: 16px; border-bottom: 1px solid var(--line); }
.control-section h3 { margin: 0 0 11px; font-size: 12px; color: var(--text); font-weight: 650; }
.segmented-field { margin: 0 0 15px; padding: 0; border: 0; }
.segmented-field legend, .select-label { display: block; margin: 0 0 7px; color: var(--muted); font-size: 11px; }
.segmented { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; }
.segmented label { position: relative; cursor: pointer; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { display: block; padding: 8px 2px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); text-align: center; font-size: 11px; transition: border .15s, background .15s, color .15s; }
.segmented input:checked + span { border-color: rgba(220,174,102,.55); background: rgba(220,174,102,.14); color: var(--accent-light); }
.select-control, .text-control { width: 100%; height: 35px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--text); background: #121e31; }
.select-control { cursor: pointer; }
.text-control::placeholder { color: var(--faint); }
.setting-note { margin: 9px 0 0; color: var(--faint); font-size: 10px; line-height: 1.65; }
.inline-control { display: flex; gap: 5px; }
.inline-control .text-control { min-width: 0; }
.ghost-button, .text-button { border: 1px solid var(--line-strong); border-radius: 6px; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; white-space: nowrap; }
.ghost-button { padding: 0 9px; }
.ghost-button:hover, .text-button:hover { border-color: rgba(220,174,102,.6); color: var(--accent-light); }
.primary-button { min-height: 36px; padding: 0 14px; border: 1px solid rgba(220,174,102,.45); border-radius: 7px; color: #22170c; background: linear-gradient(120deg, #e2b66e, #c9924c); cursor: pointer; font-size: 12px; font-weight: 700; box-shadow: 0 5px 16px rgba(220,174,102,.16); }
.primary-button:hover { background: linear-gradient(120deg, #f0cc8b, #dcae66); }
.full-width { width: 100%; }
.mode-options .primary-button { margin-top: 12px; }
.piece-palette { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.palette-piece { aspect-ratio: 1; display: grid; place-items: center; padding: 0; border: 1px solid rgba(220,174,102,.27); border-radius: 5px; color: var(--red); background: rgba(220,174,102,.07); cursor: pointer; font-family: var(--serif); font-size: 19px; line-height: 1; }
.palette-piece.dark { color: #273344; text-shadow: 0 0 0 #f5d694; -webkit-text-stroke: .55px #f3d49b; }
.palette-piece.eraser { color: var(--muted); font-family: var(--sans); font-size: 14px; }
.palette-piece:hover, .palette-piece.is-selected { border-color: var(--accent); background: rgba(220,174,102,.22); box-shadow: 0 0 0 1px rgba(220,174,102,.1); }
.setup-actions { display: flex; gap: 5px; margin: 10px 0 15px; }
.setup-actions .ghost-button { flex: 1; height: 30px; }
.spacer-6 { height: 6px; }
.action-section { margin-top: auto; margin-bottom: 13px; padding-bottom: 0; border-bottom: 0; }
.action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 10px; }
.mobile-action-bar { display: none; }
.action-button { min-height: 40px; display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 4px; padding: 0 7px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); background: rgba(255,255,255,.015); cursor: pointer; font-size: 11px; text-align: left; }
.action-button span:first-child { color: var(--accent); font-size: 16px; text-align: center; }
.action-button:hover:not(:disabled) { border-color: var(--line-strong); color: var(--text); background: rgba(255,255,255,.05); }
.action-button:disabled { opacity: .36; cursor: not-allowed; }
kbd { padding: 2px 4px; border: 1px solid var(--line); border-radius: 3px; color: var(--faint); font-size: 9px; line-height: 1; }
.privacy-note { display: flex; align-items: center; gap: 6px; color: var(--faint); font-size: 9px; }
.privacy-note span:first-child { color: var(--green); }

.board-panel { min-width: 0; }
.board-header { display: flex; align-items: flex-start; justify-content: space-between; margin: 5px 1px 12px; }
.board-header h2 { margin: 0; font-size: 21px; letter-spacing: .03em; }
.turn-status { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--muted); font-size: 11px; }
.players-row { display: grid; grid-template-columns: minmax(0,1fr) 42px minmax(0,1fr); align-items: center; gap: 9px; margin-bottom: 11px; }
.player-card { min-width: 0; display: flex; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; background: rgba(15,25,41,.7); transition: border-color .2s, background .2s; }
.player-card.is-turn { border-color: rgba(220,174,102,.66); background: rgba(220,174,102,.1); }
.player-token { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 28px; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.player-red .player-token { color: var(--red-bright); }
.player-black .player-token { color: var(--accent-light); }
.player-card div { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.player-card strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; font-weight: 600; }
.player-card small { color: var(--faint); font-size: 9px; }
.player-card time { margin-left: auto; color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.versus { color: var(--faint); font-size: 9px; text-align: center; letter-spacing: .12em; }

.board-wrap { position: relative; width: min(100%, 660px); margin: 0 auto; padding: 5px; }
.board-glow { position: absolute; inset: 6% 7%; border-radius: 30px; background: rgba(220,174,102,.18); filter: blur(35px); pointer-events: none; }
.chessboard { position: relative; width: 100%; aspect-ratio: 9 / 10; overflow: hidden; border-radius: 13px; box-shadow: 0 17px 34px rgba(0,0,0,.32), 0 0 0 1px rgba(220,174,102,.25); isolation: isolate; }
.board-art { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; display: block; }
.board-surface { fill: #b78349; stroke: #e9bf7d; stroke-width: 2; }
.board-inner { fill: url(#none); fill: #d6a867; stroke: #6e4727; stroke-width: 2; }
.board-lines { fill: none; stroke: rgba(77,46,23,.73); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.river-text { fill: rgba(83,50,26,.76); font-family: var(--serif); font-size: 36px; letter-spacing: 10px; }
.river-text text { dominant-baseline: middle; }
.board-corners { fill: none; stroke: rgba(77,46,23,.73); stroke-width: 3; }
.board-points { position: absolute; z-index: 3; inset: 5% 5.56%; }
.board-point { position: absolute; width: 12.5%; height: 11.111%; min-width: 0; min-height: 0; display: grid; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; transform: translate(-50%, -50%); }
.board-point::before { content: ""; position: absolute; width: 73%; height: 73%; border-radius: 50%; background: transparent; transition: background .13s, box-shadow .13s, transform .13s; }
.board-point:hover::before, .board-point:focus-visible::before { background: rgba(255,255,255,.13); box-shadow: 0 0 0 2px rgba(255,255,255,.25); }
.board-point.is-selected::before { background: rgba(227, 179, 94, .37); box-shadow: 0 0 0 3px rgba(255, 225, 159, .78), 0 0 16px rgba(255,216,124,.4); }
.board-point.is-last-from::before, .board-point.is-last-to::before { background: rgba(218, 88, 61, .2); box-shadow: 0 0 0 2px rgba(217,76,58,.72); }
.board-point.is-last-to::before { background: rgba(240, 194, 85, .29); box-shadow: 0 0 0 3px rgba(253,225,124,.8), 0 0 12px rgba(240,194,85,.38); }
.board-point.is-legal::after { content: ""; position: absolute; z-index: 1; width: 18%; height: 18%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(86,199,217,.2), 0 0 9px rgba(86,199,217,.7); }
.board-point.is-capture::after { width: 55%; height: 55%; border: 2px solid var(--cyan); background: transparent; box-shadow: 0 0 0 2px rgba(8,27,38,.25); }
.piece { position: relative; z-index: 2; width: 78%; height: 78%; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; color: var(--red); background: radial-gradient(circle at 37% 31%, #fce5b1, #d6a762 70%); box-shadow: 0 2px 3px rgba(57,34,14,.52), inset 0 0 0 2px rgba(255,235,177,.42); font-family: var(--serif); font-size: clamp(20px, 3.8vw, 34px); line-height: 1; text-shadow: 0 1px rgba(255,235,177,.45); pointer-events: none; }
.piece.black { color: #263442; background: radial-gradient(circle at 37% 31%, #fce5b1, #c28d51 70%); text-shadow: 0 1px rgba(255,231,179,.55); }
.piece.red { color: #b8342d; }
.board-point.is-selected .piece { transform: scale(1.06); }
.board-point.is-hint .piece { animation: hint-piece 1.4s ease-in-out infinite; }
.board-coordinates { position: absolute; z-index: 4; inset: 0; pointer-events: none; color: rgba(77,46,23,.7); font-family: var(--serif); font-size: clamp(8px, 1.4vw, 12px); }
.coord-top, .coord-bottom { position: absolute; left: 10%; right: 10%; display: block; text-align: center; white-space: pre; letter-spacing: .06em; }
.coord-top { top: .5%; }
.coord-bottom { bottom: .4%; }
.board-caption { min-height: 24px; display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 7px; color: var(--faint); font-size: 10px; }
.board-caption > span { display: inline-flex; align-items: center; gap: 5px; }
.board-caption > span:last-child { color: var(--muted); }
.legend-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: rgba(240,194,85,.8); }
.legend-dot.hint { background: var(--cyan); }
@keyframes hint-piece { 50% { box-shadow: 0 0 0 4px rgba(86,199,217,.32), 0 0 20px rgba(86,199,217,.58); } }

.record-panel { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.record-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.record-tab { position: relative; height: 50px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; }
.record-tab::after { content: ""; position: absolute; right: 20%; bottom: -1px; left: 20%; height: 2px; background: transparent; }
.record-tab:hover { color: var(--text); }
.record-tab.is-active { color: var(--accent-light); }
.record-tab.is-active::after { background: var(--accent); }
.record-view { padding: 15px 14px; }
.record-summary { display: flex; align-items: center; justify-content: space-between; margin-bottom: 11px; color: var(--faint); font-size: 10px; }
.text-button { padding: 3px 5px; border: 0; font-size: 10px; }
.move-list { max-height: 470px; overflow-y: auto; margin: 0; padding: 0 2px 0 26px; color: var(--muted); font-size: 11px; scrollbar-width: thin; scrollbar-color: var(--line-strong) transparent; }
.move-list li { position: relative; min-height: 30px; padding: 7px 6px; border-bottom: 1px solid rgba(185,204,231,.07); }
.move-list li::marker { color: var(--faint); font-size: 10px; }
.move-list li.current { border-radius: 5px; color: var(--accent-light); background: rgba(220,174,102,.12); }
.move-list li.current::marker { color: var(--accent); }
.move-list li .move-side { margin-right: 7px; color: var(--faint); font-size: 9px; }
.empty-record { margin-left: -26px; padding-top: 10px !important; border: 0 !important; color: var(--faint); text-align: center; list-style: none; }
.history-list { max-height: 470px; overflow-y: auto; margin: 0; padding: 0; list-style: none; }
.history-list button { width: 100%; min-height: 48px; padding: 8px; border: 0; border-bottom: 1px solid rgba(185,204,231,.08); color: var(--muted); background: transparent; cursor: pointer; text-align: left; }
.history-list button:hover, .history-list button.is-active { color: var(--accent-light); background: rgba(220,174,102,.1); }
.history-list strong, .history-list small { display: block; }
.history-list small { margin-top: 3px; color: var(--faint); }
.review-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 6px; margin-bottom: 10px; }
.review-controls button { min-height: 36px; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--muted); background: transparent; cursor: pointer; }
.review-controls span { min-width: 50px; color: var(--faint); text-align: center; font-size: 10px; }
.captured-block { padding: 10px 0 13px; border-bottom: 1px solid var(--line); }
.captured-block h3 { margin: 0 0 9px; color: var(--muted); font-size: 10px; font-weight: 500; }
.captured-list { min-height: 29px; display: flex; flex-wrap: wrap; gap: 5px; }
.captured-piece { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(220,174,102,.34); border-radius: 50%; color: var(--red); background: rgba(220,174,102,.12); font-family: var(--serif); font-size: 15px; }
.captured-piece.black { color: #b5c2d3; }
.muted { color: var(--faint); font-size: 10px; }
.record-footer { margin-top: auto; padding: 15px 14px 18px; border-top: 1px solid var(--line); }
.stat-line { display: flex; justify-content: space-between; color: var(--faint); font-size: 10px; }
.stat-line strong { color: var(--accent-light); font-weight: 500; }
.eval-meter { height: 4px; overflow: hidden; margin-top: 8px; border-radius: 4px; background: #253148; }
.eval-meter span { display: block; width: 50%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--red), var(--accent)); transition: width .3s ease; }

.site-footer { width: min(1440px, calc(100% - 48px)); min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; border-top: 1px solid var(--line); color: var(--faint); font-size: 10px; }
.site-footer span:last-child { display: flex; align-items: center; gap: 10px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--accent-light); }
.site-footer i { color: var(--line-strong); font-style: normal; }
.toast-region { position: fixed; z-index: 30; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 6px; pointer-events: none; }
.toast { max-width: min(330px, calc(100vw - 40px)); padding: 10px 13px; border: 1px solid var(--line-strong); border-radius: 8px; color: var(--text); background: #17243a; box-shadow: 0 9px 25px rgba(0,0,0,.28); font-size: 11px; animation: toast-in .2s ease both; }
.toast.success { border-color: rgba(90,196,147,.45); }
.toast.warn { border-color: rgba(220,174,102,.55); }
@keyframes toast-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.help-dialog { width: min(430px, calc(100% - 30px)); padding: 27px; border: 1px solid var(--line-strong); border-radius: 14px; color: var(--text); background: #121f33; box-shadow: 0 30px 80px rgba(0,0,0,.5); }
.help-dialog::backdrop { background: rgba(4,8,15,.72); backdrop-filter: blur(5px); }
.help-dialog h2 { margin: 0 0 19px; font-size: 23px; }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 26px; height: 26px; padding: 0; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: 22px; }
.help-content p { margin: 0 0 18px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.help-content dl { margin: 0; }
.help-content dl > div { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; }
.help-content dt { color: var(--accent-light); }
.help-content dd { margin: 0; color: var(--muted); }
.noscript-warning { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 30px; color: #271b0c; background: var(--accent-light); text-align: center; font-weight: 700; }

@media (max-width: 1120px) {
  .game-layout { grid-template-columns: 230px minmax(370px, 1fr); }
  .record-panel { grid-column: 1 / -1; min-height: auto; }
  .record-panel .record-view { min-height: 140px; }
  .move-list { max-height: 180px; }
  .record-footer { display: none; }
}
@media (max-width: 760px) {
  .site-header, .app-shell, .site-footer { width: min(100% - 24px, 620px); }
  .site-header { min-height: 68px; }
  .app-shell { margin-top: 12px; }
  .mode-tabs { width: 100%; margin-bottom: 13px; }
  .mode-tab { min-width: 0; flex: 1; padding: 8px 3px; flex-direction: column; gap: 2px; font-size: 11px; }
  .mode-tab small { display: block; }
  .game-layout { display: flex; flex-direction: column; gap: 13px; }
  .board-panel { order: -1; width: 100%; }
  .control-panel, .record-panel { width: 100%; min-height: auto; }
  .control-panel { padding: 15px; }
  .action-section { margin-top: 0; }
  .mobile-action-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; margin: 0 0 9px; }
  .mobile-action-bar .action-button { min-height: 44px; grid-template-columns: 16px 1fr; padding: 0 5px; font-size: 10px; text-align: center; }
  .mobile-action-bar .action-button span:first-child { font-size: 15px; }
  .board-header { margin-top: 2px; }
  .board-header h2 { font-size: 18px; }
  .turn-status { margin-top: 9px; }
  .players-row { gap: 5px; }
  .player-card { padding: 7px 6px; gap: 6px; }
  .player-token { width: 25px; height: 25px; flex-basis: 25px; font-size: 15px; }
  .player-card strong { font-size: 10px; }
  .player-card time { font-size: 11px; }
  .versus { font-size: 8px; }
  .board-wrap { padding: 2px; }
  .board-caption { gap: 9px; font-size: 9px; }
  .site-footer { min-height: 44px; flex-direction: column; justify-content: center; gap: 5px; text-align: center; }
}
@media (max-width: 420px) {
  .brand h1 { font-size: 17px; }
  .brand-mark { width: 34px; height: 34px; }
  .connection-pill { font-size: 10px; }
  .board-header h2 { font-size: 16px; }
  .coord-top, .coord-bottom { font-size: 7px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
