@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Ma+Shan+Zheng&display=swap');

:root {
  --ink: #273e39;
  --muted: #7b8b83;
  --cream: #fffdf5;
  --paper: rgba(255, 255, 250, 0.86);
  --mint: #8bcbb4;
  --mint-dark: #4c8b75;
  --yellow: #f5c95d;
  --orange: #ed8c52;
  --wood: #a95d39;
  --wood-dark: #6f3c2b;
  --square-light: #f7e6bd;
  --square-dark: #86b69b;
  --shadow: 0 18px 50px rgba(66, 85, 65, 0.14);
}

* { box-sizing: border-box; }

html { min-width: 320px; }

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  font-family: "Baloo 2", "Avenir Next", "PingFang SC", sans-serif;
  background:
    radial-gradient(circle at 12% 14%, rgba(255,255,255,.95) 0 7%, transparent 7.3%),
    linear-gradient(180deg, #dff2e4 0%, #eff6db 53%, #e5efc8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
  z-index: 20;
}

button, a { font: inherit; }
button { color: inherit; }

.sky-decor {
  position: fixed;
  width: 380px;
  height: 380px;
  border: 2px dashed rgba(82, 137, 105, .12);
  border-radius: 50%;
  pointer-events: none;
}
.sky-decor::before, .sky-decor::after {
  content: "✦";
  position: absolute;
  color: rgba(245, 169, 74, .55);
  font-size: 28px;
}
.sky-decor::before { top: 45px; left: 25px; }
.sky-decor::after { right: 10px; bottom: 80px; font-size: 16px; }
.sky-decor--one { left: -190px; top: 130px; }
.sky-decor--two { right: -220px; bottom: -50px; }

.sun {
  position: fixed;
  right: 7vw;
  top: 80px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #f7cc61;
  box-shadow: 0 0 0 12px rgba(247,204,97,.15), 0 0 0 25px rgba(247,204,97,.08);
  animation: float 5s ease-in-out infinite;
}
.sun::before, .sun::after { content: ""; position: absolute; background: #6d5b35; width: 5px; height: 8px; border-radius: 50%; top: 27px; }
.sun::before { left: 24px; } .sun::after { right: 24px; }
.sun span { position: absolute; left: 27px; top: 42px; width: 21px; height: 9px; border-bottom: 3px solid #6d5b35; border-radius: 50%; }

.cloud { position: fixed; width: 110px; height: 34px; background: rgba(255,255,255,.7); border-radius: 30px; pointer-events: none; }
.cloud::before, .cloud::after { content:""; position:absolute; background:inherit; border-radius:50%; }
.cloud::before { width:48px; height:48px; left:18px; bottom:5px; }
.cloud::after { width:57px; height:57px; right:12px; bottom:2px; }
.cloud--one { left: 6vw; top: 115px; transform: scale(.75); }
.cloud--two { right: 19vw; top: 40px; transform: scale(.5); opacity: .7; }

.app-shell { width: min(1500px, calc(100% - 48px)); margin: 0 auto; position: relative; z-index: 2; }

.topbar { height: 104px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px dashed rgba(54, 94, 75, .18); }
.brand { display: flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand__badge { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px 15px 18px 12px; background: var(--orange); color: white; font-size: 30px; transform: rotate(-4deg); box-shadow: inset 0 -4px 0 rgba(101,55,29,.16), 0 8px 15px rgba(123,72,37,.16); }
.brand strong { display: block; font-family: "Ma Shan Zheng", cursive; font-size: 27px; letter-spacing: 1px; line-height: 1; }
.brand small { display: block; font-size: 9px; letter-spacing: 3.1px; color: #7b8e7d; margin-top: 5px; }
.topbar__actions { display: flex; gap: 10px; }
.icon-button, .pill-button { border: 1px solid rgba(54,94,75,.15); background: rgba(255,255,250,.62); cursor: pointer; box-shadow: 0 5px 15px rgba(54,94,75,.06); }
.icon-button { width: 42px; height: 42px; border-radius: 50%; font-size: 20px; font-weight: 800; }
.icon-button.muted { opacity: .45; }
.pill-button { border-radius: 22px; padding: 8px 16px 8px 9px; font-size: 13px; font-weight: 700; }
.pill-button span { display: inline-grid; place-items:center; width: 25px; height: 25px; border-radius: 50%; background: #f5c95d; margin-right: 6px; }

.hero-copy { padding: 27px 2% 25px; display: flex; justify-content: space-between; align-items: flex-end; }
.eyebrow { margin: 0 0 4px; color: #6e8f7d; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: 2px; }
.eyebrow span { display: inline-block; width: 20px; height: 3px; border-radius: 4px; background: var(--orange); vertical-align: middle; margin-right: 7px; }
h1 { margin: 0; font-family: "Ma Shan Zheng", cursive; font-size: clamp(35px, 4vw, 58px); font-weight: 400; letter-spacing: 2px; line-height: 1.1; }
h1 em { color: var(--orange); font-style: normal; position: relative; }
h1 em::after { content:""; position: absolute; height: 7px; left: -3px; right: -3px; bottom: -2px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M2 7 Q25 1 49 6 T98 4' fill='none' stroke='%23ed8c52' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-copy__note { color: #779082; font-size: 12px; line-height: 1.6; text-align: right; margin: 0 10px 3px 0; }

.game-layout { display: grid; grid-template-columns: minmax(210px, 270px) minmax(520px, 1fr) minmax(210px, 270px); gap: 24px; align-items: center; }
.side-panel { background: var(--paper); border: 1px solid rgba(255,255,255,.85); border-radius: 28px 20px 30px 24px; padding: 22px; box-shadow: var(--shadow); backdrop-filter: blur(12px); min-height: 510px; position: relative; }
.side-panel::after { content:""; position:absolute; inset:8px; border:1px dashed rgba(65,105,84,.08); border-radius: 22px; pointer-events:none; }
.panel-heading { display:flex; align-items:center; gap:10px; position:relative; z-index:1; margin-bottom: 20px; }
.panel-heading__icon { width:39px; height:39px; border-radius: 13px 10px 14px 9px; display:grid; place-items:center; color:#fff; font-size:21px; transform:rotate(-3deg); }
.panel-heading__icon.mint { background: var(--mint-dark); }
.panel-heading__icon.yellow { background: var(--yellow); color: #77602b; }
.panel-heading small { color:#8b9a91; font-size:9px; letter-spacing:1.6px; display:block; text-transform:uppercase; }
.panel-heading h2 { margin:0; font-size:18px; line-height:1.1; }

.mode-switch { display:grid; gap:9px; position:relative; z-index:1; }
.mode-option { appearance:none; width:100%; border:1px solid #e8e6d8; border-radius:16px 13px 17px 13px; padding:11px; background:rgba(255,255,255,.7); display:grid; grid-template-columns:40px 1fr 22px; align-items:center; text-align:left; gap:8px; cursor:pointer; transition:.22s ease; }
.mode-option:hover { transform:translateY(-2px); box-shadow:0 8px 18px rgba(74,106,84,.09); }
.mode-option.active { border:2px solid #74aa92; background:#edf7ed; box-shadow:inset 0 0 0 3px rgba(255,255,255,.65); }
.mode-option__face { width:38px; height:38px; display:grid; place-items:center; font-size:22px; border-radius:50%; background:#f4d894; }
.mode-option:nth-child(2) .mode-option__face { background:#c8e2dd; }
.mode-option strong { display:block; font-size:13px; line-height:1.1; }
.mode-option small { display:block; font-size:9px; color:#8a948e; margin-top:3px; }
.mode-option i { width:17px; height:17px; border-radius:50%; display:grid; place-items:center; background:#70a991; color:#fff; font-style:normal; font-size:10px; opacity:0; }
.mode-option.active i { opacity:1; }

.difficulty-wrap { margin-top:20px; position:relative; z-index:1; transition:.2s; }
.difficulty-wrap.hidden { opacity:.35; pointer-events:none; }
.difficulty-wrap label { display:flex; justify-content:space-between; color:#829087; font-size:10px; font-weight:700; }
.difficulty-wrap label span { color:#56836f; }
.difficulty-tabs { display:grid; grid-template-columns:repeat(3,1fr); gap:3px; padding:4px; margin-top:7px; border-radius:12px; background:#eeeee4; }
.difficulty-tabs button { border:0; background:transparent; border-radius:9px; padding:7px 2px; font-size:9px; cursor:pointer; color:#879087; }
.difficulty-tabs button.active { background:#fff; color:#4b7764; box-shadow:0 3px 8px rgba(72,101,81,.1); font-weight:800; }

.forest-tip { position:relative; z-index:1; display:flex; gap:9px; margin-top:24px; padding:11px; background:#fff8de; border:1px solid #f2e3a6; border-radius:13px 16px 12px 15px; transform:rotate(-1deg); }
.forest-tip span { font-size:17px; }
.forest-tip p { margin:0; color:#8b794b; font-size:9px; line-height:1.45; }
.forest-tip strong { display:block; color:#6f613c; font-size:10px; }

.board-stage { display:flex; flex-direction:column; align-items:center; min-width:0; }
.player-strip { width:min(100%, 680px); min-height:58px; display:flex; align-items:center; gap:10px; padding:5px 10px; }
.avatar { width:41px; height:41px; display:grid; place-items:center; border-radius:50%; font-size:25px; position:relative; box-shadow:inset 0 -3px 0 rgba(0,0,0,.07); }
.avatar::after { content:""; position:absolute; inset:-4px; border:1px dashed currentColor; opacity:.2; border-radius:50%; }
.avatar--fox { background:#f2c077; }
.avatar--bear { background:#d8ad86; }
.player-strip strong { display:block; font-size:13px; line-height:1.1; }
.player-strip small { display:block; font-size:9px; color:#809087; margin-top:3px; }
.captured { margin-left:auto; color:#476a5c; font-size:16px; letter-spacing:-3px; min-height:20px; max-width:140px; overflow:hidden; }
.turn-tag { margin-left:8px; padding:4px 9px; border-radius:10px; background:#f4d071; color:#775d24; font-size:9px; font-weight:800; opacity:0; transform:translateX(5px); transition:.2s; }
.player-strip.active .turn-tag { opacity:1; transform:none; }

.board-frame { position:relative; padding:20px; width:min(100%, 680px); aspect-ratio:1; border-radius:27px 20px 28px 18px; background: repeating-linear-gradient(87deg, #a9603d 0 22px, #ad6841 23px 45px, #995636 46px 70px); box-shadow: inset 0 0 0 5px #72412e, inset 0 0 0 9px rgba(255,220,151,.18), 0 24px 34px rgba(69,69,42,.2); transform:rotate(.35deg); }
.board-frame::before { content:""; position:absolute; inset:9px; border:1px dashed rgba(255,229,182,.32); border-radius:18px; pointer-events:none; }
.wood-knot { position:absolute; width:28px; height:11px; border:2px solid rgba(84,43,31,.27); border-radius:50%; z-index:3; }
.knot-one { left:52%; top:5px; }
.knot-two { right:4px; top:50%; transform:rotate(90deg); }
.board { width:100%; height:100%; display:grid; grid-template-columns:repeat(8,1fr); grid-template-rows:repeat(8,1fr); overflow:hidden; border-radius:7px; box-shadow:inset 0 0 0 2px rgba(71,50,34,.25); touch-action:none; }

.square { position:relative; border:0; padding:0; display:grid; place-items:center; cursor:pointer; font-size:clamp(29px, 4.5vw, 54px); user-select:none; line-height:1; }
.square.light { background:var(--square-light); }
.square.dark { background:var(--square-dark); }
.square::after { content:""; position:absolute; inset:0; pointer-events:none; opacity:.17; background-image:url("data:image/svg+xml,%3Csvg width='55' height='55' viewBox='0 0 55 55' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12c8-4 16 5 26 0M33 40c5-4 12-3 17-1' stroke='%23566f58' stroke-width='.7' fill='none'/%3E%3C/svg%3E"); }
.square .piece { position:relative; z-index:2; display:block; transform:translateY(-2%); transition:transform .14s ease, filter .14s ease; font-family:"Arial Unicode MS", "Apple Symbols", serif; }
.square:hover .piece { transform:translateY(-7%) scale(1.04); }
.piece.white { color:#fff8e4; -webkit-text-stroke:1.3px #5a4637; text-shadow:0 3px 0 #9b785c, 0 6px 6px rgba(50,42,30,.26); }
.piece.black { color:#38564e; -webkit-text-stroke:1px #18342e; text-shadow:0 3px 0 #172f2a, 0 6px 6px rgba(20,39,33,.28); }
.square.selected { box-shadow:inset 0 0 0 5px #f7c95c; z-index:3; }
.square.last-move { box-shadow:inset 0 0 0 5px rgba(239,143,82,.5); }
.square.in-check { animation:checkPulse 1s infinite; }
.move-dot { position:absolute; width:24%; aspect-ratio:1; border-radius:50%; background:rgba(48,102,77,.55); z-index:4; box-shadow:0 0 0 4px rgba(255,255,255,.18); pointer-events:none; }
.move-dot.capture { width:78%; background:transparent; border:5px solid rgba(215,97,65,.7); box-shadow:none; }
.coord { position:absolute; z-index:5; font-size:8px; font-weight:800; opacity:.5; pointer-events:none; }
.coord.rank { top:3px; left:4px; }.coord.file { bottom:3px; right:4px; }
.square.light .coord { color:#537864; }.square.dark .coord { color:#f7e8c7; }

.status-card { position:relative; z-index:1; display:flex; align-items:center; gap:10px; padding:11px; border-radius:15px; background:#edf7ef; border:1px solid #d8e9dc; }
.status-card__piece { display:grid; place-items:center; width:35px; height:35px; border-radius:11px; background:#70a98f; color:#fff; font-size:25px; }
.status-card small { display:block; color:#87958c; font-size:8px; }
.status-card strong { display:block; font-size:12px; }
.status-card__dot { margin-left:auto; width:8px; height:8px; border-radius:50%; background:#73ad92; box-shadow:0 0 0 4px rgba(115,173,146,.13); animation:pulse 1.5s infinite; }

.move-list { height:300px; overflow:auto; position:relative; z-index:1; margin:12px 0; padding-right:3px; scrollbar-width:thin; scrollbar-color:#bfd5c8 transparent; }
.empty-moves { height:100%; display:grid; place-content:center; text-align:center; color:#a0aaa3; }
.empty-moves span { font-size:25px; filter:grayscale(.2); }
.empty-moves p { margin:6px 0; font-size:11px; line-height:1.4; }
.empty-moves small { font-size:9px; }
.move-row { display:grid; grid-template-columns:27px 1fr 1fr; align-items:center; border-bottom:1px dashed #e0e5dd; min-height:35px; font-size:11px; animation:slideIn .25s ease both; }
.move-row>span:first-child { color:#a3aaa5; font-size:9px; }
.move-cell { padding:5px 8px; border-radius:7px; font-weight:700; }
.move-cell.latest { background:#fff1c8; color:#7a602e; }

.record-actions { display:grid; grid-template-columns:1fr 1fr; gap:7px; position:relative; z-index:1; }
.record-actions button { border:1px solid #e5e5d9; background:#fff; border-radius:11px; padding:8px 3px; font-size:9px; font-weight:800; cursor:pointer; transition:.2s; }
.record-actions button:hover { border-color:#82b39d; color:#4d7c67; transform:translateY(-1px); }
.record-actions button:disabled { opacity:.35; cursor:not-allowed; transform:none; }
.record-actions span { font-size:15px; vertical-align:-1px; }

footer { height:90px; display:flex; align-items:center; justify-content:center; gap:15px; color:#759080; font-family:"Ma Shan Zheng", cursive; font-size:15px; }
footer span { opacity:.35; font-size:23px; }

.modal { position:fixed; inset:0; background:rgba(31,57,49,.45); backdrop-filter:blur(6px); z-index:50; display:grid; place-items:center; padding:20px; opacity:0; visibility:hidden; transition:.2s; }
.modal.open { opacity:1; visibility:visible; }
.modal__card { position:relative; width:min(480px, 100%); padding:32px; border:8px solid #a7623d; border-radius:27px 20px 30px 22px; background:#fffdf3; box-shadow:0 30px 70px rgba(22,52,42,.3), inset 0 0 0 2px #e2bd7c; transform:translateY(15px) rotate(-1deg); transition:.25s; text-align:center; }
.modal.open .modal__card { transform:translateY(0) rotate(-1deg); }
.modal__card h2 { margin:4px 0 20px; font-family:"Ma Shan Zheng", cursive; font-size:30px; font-weight:400; }
.modal__close { position:absolute; right:12px; top:10px; width:32px; height:32px; border:0; border-radius:50%; background:#f2e6cf; cursor:pointer; font-size:22px; }
.promotion-options { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; }
.promotion-options button { border:1px solid #e5d8bd; background:#f8edcf; border-radius:14px; padding:10px 3px; font-size:38px; cursor:pointer; transition:.2s; color:#304d44; }
.promotion-options button:hover { transform:translateY(-4px) rotate(3deg); background:#d8ebdd; border-color:#81ad96; }
.rules-card { width:min(620px, 100%); }
.rules-card__mascot { position:absolute; left:-28px; top:-48px; font-size:70px; filter:drop-shadow(0 8px 5px rgba(60,45,25,.2)); }
.rules-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; }
.rules-grid div { padding:11px 5px; border-radius:13px; background:#f5edda; }
.rules-grid b { display:block; font-family:serif; font-size:30px; color:#4a7664; }
.rules-grid strong { display:block; font-size:12px; }
.rules-grid small { display:block; color:#8c918c; font-size:9px; }
.primary-button { margin-top:20px; border:0; border-radius:15px; padding:11px 25px; background:#70a98f; color:#fff; box-shadow:inset 0 -4px 0 rgba(35,87,64,.24); cursor:pointer; font-weight:800; }
.secondary-button { border:1px solid #d9dfd4; border-radius:15px; padding:11px 22px; background:#fffdf3; color:#567568; cursor:pointer; font-weight:800; }
.result-card { overflow:hidden; padding-top:38px; }
.result-card::before, .result-card::after { content:""; position:absolute; width:86px; height:86px; border-radius:50%; background:#f7d56e; opacity:.18; }
.result-card::before { left:-32px; top:-30px; }.result-card::after { right:-28px; bottom:-35px; background:#74b298; }
.result-card__burst { position:absolute; right:34px; top:27px; color:#ed8c52; font-size:30px; animation:float 2.4s ease-in-out infinite; }
.result-card__mascot { display:block; font-size:74px; line-height:1; filter:drop-shadow(0 10px 7px rgba(69,49,28,.18)); animation:resultPop .55s cubic-bezier(.2,1.5,.5,1) both; }
.result-card h2 { margin-bottom:8px; font-size:38px; color:#355b4d; }
.result-card__message { max-width:340px; margin:0 auto; color:#7d8d84; font-size:12px; line-height:1.6; }
.result-card__actions { display:flex; justify-content:center; gap:9px; margin-top:22px; }
.result-card__actions .primary-button { margin:0; }
.toast { position:fixed; left:50%; bottom:30px; transform:translate(-50%, 20px); z-index:60; padding:10px 19px; border-radius:20px; background:#294a40; color:#fff; font-size:12px; box-shadow:0 10px 30px rgba(30,60,50,.3); opacity:0; pointer-events:none; transition:.25s; }
.toast.show { opacity:1; transform:translate(-50%, 0); }

@keyframes float { 50% { transform:translateY(8px) rotate(4deg); } }
@keyframes pulse { 50% { opacity:.35; } }
@keyframes checkPulse { 0%,100% { box-shadow:inset 0 0 0 5px rgba(212,73,52,.45); } 50% { box-shadow:inset 0 0 0 8px rgba(212,73,52,.8); } }
@keyframes slideIn { from { opacity:0; transform:translateX(8px); } }
@keyframes resultPop { from { opacity:0; transform:scale(.45) rotate(-14deg); } to { opacity:1; transform:scale(1) rotate(0); } }

/* 桌面端按视口高度缩放：完整棋盘与双方信息无需滚动即可看全。 */
@media (min-width: 941px) {
  .topbar { height:76px; }
  .hero-copy { padding:11px 2% 10px; }
  .hero-copy h1 { font-size:clamp(34px, 3.5vw, 49px); }
  .hero-copy__note { font-size:10px; }
  .player-strip { min-height:48px; }
  .avatar { width:37px; height:37px; font-size:22px; }
  .board-frame { width:min(100%, 650px, calc(100dvh - 285px)); }
  footer { display:none; }
}

@media (min-width: 941px) and (max-width: 1180px) {
  .app-shell { width:calc(100% - 24px); }
  .game-layout { grid-template-columns:minmax(172px, 205px) minmax(500px, 1fr) minmax(172px, 205px); gap:12px; }
  .side-panel { padding:16px; min-height:480px; }
  .panel-heading { margin-bottom:14px; }
  .forest-tip { margin-top:14px; }
  .move-list { height:270px; }
}

@media (max-width: 940px) and (min-width: 781px) {
  .game-layout { grid-template-columns:minmax(190px, 230px) minmax(480px, 1fr); }
  .record-panel { grid-column:1 / -1; min-height:0; display:grid; grid-template-columns:220px 1fr 200px; gap:15px; align-items:center; }
  .record-panel .panel-heading { margin:0; }
  .record-panel .move-list { height:90px; margin:0; }
  .record-panel .status-card { display:none; }
}

@media (max-width: 780px) {
  .app-shell { width:min(100% - 20px, 640px); }
  .topbar { height:76px; }
  .pill-button { font-size:0; padding-right:9px; }
  .pill-button span { margin:0; font-size:13px; }
  .hero-copy { padding:21px 5px 16px; }
  .hero-copy__note { display:none; }
  .game-layout { display:flex; flex-direction:column; gap:14px; }
  .setup-panel { order:2; width:100%; min-height:0; padding:17px; }
  .board-stage { order:1; width:100%; }
  .record-panel { order:3; width:100%; display:block; min-height:0; padding:17px; }
  .setup-panel .panel-heading { margin-bottom:12px; }
  .mode-switch { grid-template-columns:1fr 1fr; }
  .mode-option { grid-template-columns:34px 1fr; }
  .mode-option i { display:none; }
  .mode-option__face { width:32px; height:32px; font-size:18px; }
  .difficulty-wrap { margin-top:13px; }
  .forest-tip { display:none; }
  .record-panel .panel-heading { margin-bottom:12px; }
  .record-panel .status-card { display:flex; }
  .record-panel .move-list { height:140px; margin:10px 0; }
  .board-frame { padding:13px; border-radius:19px 14px 20px 13px; }
  .square { font-size:clamp(30px, 10vw, 54px); }
  .turn-tag { display:none; }
  .captured { font-size:13px; max-width:90px; }
  footer { height:70px; }
}

@media (max-width: 440px) {
  .brand__badge { width:40px; height:40px; font-size:25px; }
  .brand strong { font-size:23px; }.brand small { display:none; }
  h1 { font-size:34px; }
  .sun { transform:scale(.65); top:86px; right:10px; }
  .mode-option small { display:none; }
  .mode-option { padding:9px 7px; }
  .rules-grid { grid-template-columns:repeat(2,1fr); }
  .modal__card { padding:25px 16px 20px; }
  .promotion-options button { font-size:31px; }
}

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