:root { --ink:#15342e; --muted:#64766d; --cream:#f6f2e7; --paper:#fffdf8; --orange:#ed6d3f; --line:#dbe0d5; --shadow:0 13px 30px rgba(29, 59, 48, .11); font-family:"Avenir Next",Avenir,"Segoe UI",system-ui,sans-serif; color:var(--ink); background:var(--cream); }
* { box-sizing:border-box; }
body { margin:0; min-width:320px; background:radial-gradient(circle at 92% 10%, #e6ecd5 0, transparent 25rem), var(--cream); }
button, input { font:inherit; }
button, a { -webkit-tap-highlight-color:transparent; }
a { color:inherit; text-decoration:none; }
button { cursor:pointer; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.topbar { height:78px; display:flex; align-items:center; justify-content:space-between; gap:24px; padding:0 max(24px, calc((100vw - 1240px)/2)); border-bottom:1px solid rgba(21,52,46,.15); background:rgba(246,242,231,.85); backdrop-filter:blur(12px); position:sticky; top:0; z-index:20; }
.brand { display:flex; align-items:center; gap:10px; font:700 22px/1 Fraunces, Georgia, serif; letter-spacing:-.04em; white-space:nowrap; }
.brand em { color:var(--orange); font-style:normal; }
.brand__logo { width:42px; height:42px; flex:0 0 auto; border:1px solid rgba(255,255,255,.45); border-radius:50%; object-fit:cover; box-shadow:0 2px 8px rgba(21,52,46,.16); }
.topbar__nav { display:flex; align-items:center; gap:18px; }
.nav-pill { display:inline-flex; align-items:center; gap:6px; padding:9px 15px; border:1px solid var(--ink); border-radius:99px; font-weight:700; font-size:14px; transition:.2s; }
.nav-pill:hover { background:var(--ink); color:white; }
.nav-pill__icon { color:var(--orange); font-size:18px; line-height:1; }
.nav-pill:hover .nav-pill__icon { color:#ffd466; }
#battle-link { transform-origin:center; }
#battle-link.is-ready { border-color:#c44620; background:var(--orange); color:#fff; box-shadow:0 5px 0 #b54121,0 9px 18px rgba(180,65,28,.28); transform:scale(1.16); animation:battle-ready 1.5s ease-in-out infinite; }
#battle-link.is-ready .nav-pill__icon { color:#fff2a8; font-size:21px; }
#battle-count,#favorites-count { display:none; min-width:19px; margin-left:4px; padding:1px 5px; border-radius:999px; background:var(--orange); color:#fff; text-align:center; font-size:12px; }
#battle-count.has-count,#favorites-count.has-count { display:inline-block; }
.search { height:39px; min-width:245px; display:flex; overflow:hidden; border:1px solid #bfc8bd; border-radius:99px; background:#fffdf9; }
.search input { width:100%; min-width:0; padding:0 0 0 16px; border:0; outline:0; background:transparent; color:var(--ink); }
.search input::placeholder { color:#88958c; }
.search button { width:44px; border:0; background:transparent; font-size:27px; line-height:1; color:var(--ink); }
.help-link { display:grid; place-items:center; width:31px; height:31px; border:1px solid var(--ink); border-radius:50%; font:700 17px/1 Fraunces,serif; }
.page { width:min(1240px, calc(100% - 48px)); margin:0 auto; padding:54px 0 82px; }
.home-page { padding-top:32px; }
.hero { display:grid; grid-template-columns:1.1fr .9fr; min-height:330px; overflow:hidden; border-radius:26px; background:linear-gradient(125deg, #17483d 0%, #276b57 64%, #49886a 100%); color:#fffdf5; box-shadow:var(--shadow); }
.hero > div:first-child { padding:48px clamp(28px,5vw,70px); }
.eyebrow { display:block; margin-bottom:11px; color:var(--orange); font-size:11px; font-weight:700; letter-spacing:.16em; }
.hero .eyebrow { color:#f5cb62; }
.hero h1,.section-heading h1,.animal-profile h1 { margin:0; font:900 clamp(38px,5vw,65px)/.95 Fraunces,Georgia,serif; letter-spacing:-.06em; }
.hero h1 i { color:#f5cb62; font-style:normal; }
.hero p { max-width:520px; margin:18px 0 25px; color:#e1eee5; font-size:16px; line-height:1.55; }
.button { display:inline-flex; align-items:center; gap:24px; padding:13px 20px; border-radius:10px; font-weight:700; }
.button--light { background:#fffdf6; color:var(--ink); }
.button--light span { color:var(--orange); font-size:23px; line-height:.6; }
.hero__animals { position:relative; min-height:270px; isolation:isolate; background:radial-gradient(circle at center, rgba(255,255,255,.17), transparent 55%); }
.hero__animals span { position:absolute; display:grid; place-items:center; width:124px; height:124px; border:1px solid rgba(255,255,255,.34); border-radius:38% 62% 45% 55%; background:rgba(255,255,255,.09); font-size:64px; filter:drop-shadow(0 10px 10px rgba(0,0,0,.13)); animation:float 4.5s ease-in-out infinite; }
.hero__animals span:nth-child(1) { top:29px; left:8%; transform:rotate(-10deg); }.hero__animals span:nth-child(2) { top:20px; right:10%; transform:rotate(9deg); animation-delay:-1s; }.hero__animals span:nth-child(3) { bottom:16px; left:35%; transform:rotate(-3deg); animation-delay:-2s; }.hero__animals span:nth-child(4) { bottom:-7px; right:1%; transform:rotate(12deg); animation-delay:-3s; }
.section-heading { margin:58px 0 21px; }.section-heading h1 { font-size:31px; }.section-heading p { margin:8px 0 0; color:var(--muted); }
.category-grid { display:grid; grid-template-columns:repeat(6,1fr); gap:14px; }
.category-tile { min-height:160px; position:relative; display:flex; flex-direction:column; padding:20px; overflow:hidden; border:1px solid color-mix(in srgb, var(--primary), #fff 65%); border-radius:17px; background:linear-gradient(140deg, color-mix(in srgb, var(--accent), #fff 47%), #fffdf9); transition:transform .2s, box-shadow .2s; }.category-tile:hover { transform:translateY(-4px); box-shadow:var(--shadow); }.category-tile__emoji { margin-bottom:auto; font-size:44px; filter:drop-shadow(0 5px 3px rgba(0,0,0,.1)); }.category-tile strong { font:700 20px/1.05 Fraunces,serif; }.category-tile small { margin-top:7px; color:#52665c; font-size:12px; }.category-tile__arrow { position:absolute; right:16px; bottom:13px; color:var(--primary); font-size:22px; }
.card-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }

.animal-card { min-width:0; height:330px; perspective:1200px; outline:none; }
.animal-card__inner { height:100%; position:relative; transform-style:preserve-3d; transition:transform .65s cubic-bezier(.2,.75,.25,1); }
.animal-card.is-flipped .animal-card__inner { transform:rotateY(180deg); }
.animal-face { position:absolute; inset:0; display:flex; flex-direction:column; overflow:hidden; padding:17px; border:1px solid #c9d2c4; border-radius:20px; backface-visibility:hidden; -webkit-backface-visibility:hidden; box-shadow:0 7px 17px rgba(21,52,46,.09); transition:visibility 0s linear .32s,opacity .12s linear .28s; }
.animal-face--front { z-index:2; visibility:visible; opacity:1; pointer-events:auto; background:radial-gradient(circle at 50% 31%, var(--accent), transparent 42%), linear-gradient(150deg,#edf0e3,#fffdf9); }
.animal-face--back { z-index:3; visibility:hidden; opacity:0; pointer-events:none; transform:rotateY(180deg); background:#173f35; color:#fffdf6; }
.animal-card.is-flipped .animal-face--front { visibility:hidden; opacity:0; pointer-events:none; }
.animal-card.is-flipped .animal-face--back { visibility:visible; opacity:1; pointer-events:auto; transition-delay:0s; }
.animal-face--back::after { position:absolute; inset:8px; border:1px solid rgba(255,255,255,.35); border-radius:13px; content:""; pointer-events:none; }
.card-topline { display:flex; justify-content:space-between; align-items:center; position:relative; z-index:3; text-transform:uppercase; color:var(--primary); font-size:10px; font-weight:700; letter-spacing:.1em; }
.animal-face--back .card-topline { color:#e7f4e6; }
.front-controls { display:flex; align-items:center; gap:6px; }
.front-favorite { display:grid; place-items:center; width:25px; height:25px; padding:0; border:1px solid rgba(255,255,255,.7); border-radius:50%; background:rgba(255,255,255,.7); color:var(--primary); font-size:15px; }
.front-favorite.is-active { color:#d99500; }
.rating { padding:4px 7px; border-radius:99px; background:rgba(255,255,255,.68); font-size:10px; }
.back-flip { width:27px; height:27px; border:0; border-radius:50%; background:rgba(255,255,255,.16); color:#fff; font-size:17px; }
.animal-visual { display:grid; place-items:center; flex:1; min-height:0; margin:8px 0; overflow:hidden; border-radius:13px; }
.animal-emoji { display:grid; place-items:center; flex:1; font-size:110px; filter:drop-shadow(0 10px 7px rgba(28,57,42,.18)); }
.animal-photo { width:100%; height:100%; object-fit:cover; border-radius:13px; }
.animal-visual.has-photo .animal-emoji { display:none; }
.animal-card__name h2,.animal-face--back h2 { margin:0; font:700 25px/1 Fraunces,Georgia,serif; letter-spacing:-.04em; }
.animal-card__name p { min-height:34px; margin:7px 0 12px; color:#52665c; font-size:12px; line-height:1.35; }
.flip-button { align-self:flex-start; padding:0; border:0; background:transparent; color:var(--primary); font-size:12px; font-weight:700; }
.animal-face--back h2 { position:relative; z-index:2; margin:20px 0 8px; }
.card-stats { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:0; }
.card-stats div { padding-top:7px; border-top:1px solid rgba(255,255,255,.23); }
.card-stats dt { color:#d4e4d2; font-size:9px; text-transform:uppercase; letter-spacing:.09em; }
.card-stats dd { margin:3px 0 0; font-size:12px; font-weight:700; line-height:1.18; }
.card-actions { position:relative; z-index:3; display:flex; align-items:center; gap:7px; margin-top:auto; }
.icon-button { display:grid; place-items:center; width:34px; height:34px; padding:0; border:1px solid rgba(255,255,255,.54); border-radius:50%; background:rgba(255,255,255,.15); color:#fff; font-size:19px; }
.icon-button.is-active { color:#f5cf50; }
.battle-add { padding:8px 10px; border:0; border-radius:8px; background:#fffdf7; color:var(--ink); font-size:11px; font-weight:700; }
.battle-add.is-active { background:#f4c34d; }
.more-link { padding:8px 3px; color:#fff; font-size:11px; font-weight:700; text-decoration:underline; text-underline-offset:3px; }
.favorites-section { padding-bottom:8px; }
.empty-state { display:grid; justify-items:center; gap:9px; padding:45px 25px; border:1px dashed #bdcabb; border-radius:18px; color:var(--muted); text-align:center; }
.empty-state span { color:var(--orange); font-size:35px; }
.empty-state p { margin:0; }
.text-link,.back-link { color:#b34d2a; font-size:14px; font-weight:700; }
.back-link { display:inline-block; margin:-5px 0 22px; }

.detail-layout { display:grid; grid-template-columns:minmax(280px,.75fr) 1.25fr; gap:clamp(30px,6vw,75px); align-items:start; }
.detail-card { position:sticky; top:105px; }
.detail-card .animal-card { height:445px; max-width:350px; }
.animal-profile { padding-top:14px; }
.animal-profile h1 { font-size:53px; }
.lead { max-width:650px; color:#52665c; font-size:17px; line-height:1.6; }
.profile-rating { display:flex; align-items:center; gap:15px; margin:24px 0; padding:14px 17px; border-radius:13px; background:#e6ecd7; }
.profile-rating > span { font-size:34px; }
.profile-rating small { display:block; color:#617066; font-size:10px; letter-spacing:.09em; font-weight:700; }
.profile-rating strong { display:block; font:900 35px/1 Fraunces,Georgia,serif; }
.profile-rating b { color:#718477; font:500 13px system-ui,sans-serif; }
.profile-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin:26px 0; border-top:1px solid var(--line); border-left:1px solid var(--line); }
.profile-stats div { min-height:78px; padding:13px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.profile-stats dt { color:#77887e; font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.profile-stats dd { margin:5px 0 0; font-size:13px; font-weight:700; line-height:1.3; }
.animal-profile h2 { margin:24px 0 8px; font:700 25px Fraunces,Georgia,serif; }
.facts { margin:0 0 20px; padding-left:20px; color:#52665c; line-height:1.6; }
.facts li + li { margin-top:5px; }
.source-note { color:#6d7d73; font-size:12px; }
.source-note a { color:#a74627; text-decoration:underline; }
.detail-page .card-actions { margin-top:14px; }
.detail-page .icon-button { background:var(--ink); }
.detail-page .battle-add { background:var(--ink); color:#fff; }
.detail-page .more-link { color:var(--ink); }

.battle-toolbar { display:flex; justify-content:space-between; align-items:center; }
.battle-toolbar .back-link { margin:0 0 22px; }
.quiet-button { padding:8px 12px; border:1px solid #aebbb0; border-radius:7px; background:transparent; color:#476056; font-size:13px; font-weight:700; }
.battle-stage { position:relative; display:grid; grid-template-columns:1fr 105px 1fr; gap:12px; align-items:stretch; min-height:440px; }
.battle-stage__flash { position:absolute; z-index:0; width:0; height:0; pointer-events:none; }
.battle-slot { position:relative; z-index:2; min-height:440px; padding:17px 23px 22px; overflow:hidden; border:1px solid #c4cebf; border-radius:22px; background:linear-gradient(145deg,var(--accent),#fffdf8); text-align:center; box-shadow:var(--shadow); transition:transform .3s,filter .3s; }
.battle-slot__top { display:flex; justify-content:space-between; align-items:center; color:var(--primary); font-size:10px; font-weight:700; letter-spacing:.08em; }
.battle-slot__top button { display:grid; place-items:center; width:27px; height:27px; border:0; border-radius:50%; background:rgba(255,255,255,.7); color:var(--primary); font-size:20px; }
.battle-slot__emoji { margin:17px 0 4px; font-size:113px; filter:drop-shadow(0 9px 5px rgba(0,0,0,.12)); }
.battle-slot__photo { width:100%; height:170px; margin:12px 0; border-radius:14px; object-fit:cover; }
.battle-slot h2 { margin:0; font:700 31px/1 Fraunces,Georgia,serif; letter-spacing:-.04em; }
.battle-slot > p { margin:8px auto 18px; color:#4a6155; font-size:13px; }
.battle-profile-link { display:inline-flex; align-items:center; justify-content:center; gap:5px; margin:-5px auto 14px; padding:7px 11px; border:1px solid var(--primary); border-radius:999px; background:rgba(255,255,255,.72); color:var(--primary); font-size:11px; font-weight:700; }
.battle-profile-link:hover { background:var(--primary); color:#fff; }
.battle-slot dl { display:grid; grid-template-columns:repeat(3,1fr); margin:0; border-top:1px solid #c5d0c4; }
.battle-slot dl div { padding:11px 6px 0; }
.battle-slot dt { color:#6b8072; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.battle-slot dd { margin:4px 0 0; font-size:12px; font-weight:700; }
.battle-slot--empty { display:grid; place-content:center; border:2px dashed #b7c4b6; background:rgba(255,255,255,.28); box-shadow:none; color:#718377; }
.battle-slot--empty span { font:700 76px Fraunces,Georgia,serif; color:#b5c0ad; }
.battle-slot--empty p { margin:0 0 11px; }
.battle-slot--empty a { color:#b44d2b; font-weight:700; }
.versus { position:relative; z-index:4; display:grid; place-items:center; }
.versus span { display:grid; place-items:center; width:70px; height:70px; border:5px solid var(--cream); border-radius:50%; background:var(--orange); color:#fff; font:900 22px Fraunces,Georgia,serif; box-shadow:0 5px 12px rgba(114,50,25,.2); }
.battle-button { display:block; min-width:205px; margin:27px auto 10px; padding:15px 23px; border:0; border-radius:12px; background:var(--orange); color:#fff; box-shadow:0 8px 0 #b84725,0 13px 20px rgba(180,70,35,.2); font:700 21px Fraunces,Georgia,serif; transition:transform .16s,box-shadow .16s; }
.battle-button:active { transform:translateY(5px); box-shadow:0 3px 0 #b84725; }
.battle-note { color:#7a897e; font-size:12px; text-align:center; }
.battle-result { position:absolute; z-index:8; inset:50% auto auto 50%; width:min(330px,88%); transform:translate(-50%,-50%) scale(.7); padding:21px 20px; border-radius:18px; background:#fffdf6; box-shadow:0 18px 48px rgba(15,48,38,.28); text-align:center; opacity:0; pointer-events:none; transition:.28s ease; }
.battle-result strong { display:block; font:900 30px/1 Fraunces,Georgia,serif; }
.battle-result p { margin:6px 0 0; color:#596c60; }
.battle-result p + p { margin-top:9px; padding:8px 10px; border-radius:9px; background:#edf1df; color:var(--ink); font-weight:700; }
.result-icon { display:block; font-size:38px; }
.result-animal { width:112px; height:112px; margin:5px auto 12px; overflow:hidden; border:5px solid #f2c84e; border-radius:50%; background:#e5eadb; box-shadow:0 7px 16px rgba(21,52,46,.2); }
.result-animal img { width:100%; height:100%; object-fit:cover; }
.result-animal--emoji { display:grid; place-items:center; font-size:62px; }
.battle-stage--done .battle-result { opacity:1; transform:translate(-50%,-50%) scale(1); }
.battle-slot.is-winner { outline:5px solid #f0c34b; filter:brightness(1.07); }
.battle-slot.is-winner::after { position:absolute; top:22px; left:50%; content:'👑'; transform:translateX(-50%) rotate(-10deg); font-size:35px; }
.battle-stage--running .battle-slot--left { animation:battle-left 1.1s ease-in-out; }
.battle-stage--running .battle-slot--right { animation:battle-right 1.1s ease-in-out; }
.battle-stage--running .battle-stage__flash { position:absolute; z-index:6; top:40%; left:50%; width:20px; height:20px; border-radius:50%; background:#fff5ac; animation:impact .65s .45s ease-out; }

.help-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.help-grid section { padding:26px; border:1px solid var(--line); border-radius:17px; background:#fffdf9; }
.help-grid span { display:grid; place-items:center; width:37px; height:37px; border-radius:50%; background:#dfe8cc; font:700 20px Fraunces,Georgia,serif; }
.help-grid h2 { margin:18px 0 8px; font:700 24px Fraunces,Georgia,serif; }
.help-grid p,.help-footnote { color:#5d7065; line-height:1.55; }
.help-footnote { margin-top:22px; text-align:center; }

.wiki-section { margin-top:55px; padding-top:34px; border-top:1px solid var(--line); }
.wiki-heading { display:flex; justify-content:space-between; gap:20px; align-items:end; margin-bottom:18px; }
.wiki-heading h2 { margin:0; font:700 27px Fraunces,Georgia,serif; }
.wiki-heading p { max-width:540px; margin:5px 0 0; color:var(--muted); font-size:13px; }
.wiki-results { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.wiki-result { display:grid; grid-template-columns:105px 1fr; min-height:145px; overflow:hidden; border:1px solid var(--line); border-radius:15px; background:#fffdf9; }
.wiki-result__image { display:grid; place-items:center; min-height:145px; background:#e2e8d8; color:#6d7d72; font-size:37px; }
.wiki-result__image img { width:100%; height:100%; object-fit:cover; }
.wiki-result__body { display:flex; flex-direction:column; padding:15px; }
.wiki-result h3 { margin:0 0 5px; font:700 19px Fraunces,Georgia,serif; }
.wiki-result p { display:-webkit-box; overflow:hidden; margin:0 0 12px; color:#5a6c62; font-size:12px; line-height:1.45; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.wiki-result__actions { display:flex; align-items:center; gap:11px; margin-top:auto; }
.wiki-add { padding:7px 10px; border:0; border-radius:7px; background:var(--ink); color:#fff; font-size:11px; font-weight:700; }
.wiki-add:disabled { opacity:.6; cursor:default; }
.wiki-source { color:#a74627; font-size:11px; font-weight:700; }
.wiki-status { padding:25px; border:1px dashed #bdcabb; border-radius:13px; color:var(--muted); text-align:center; }
@keyframes float { 50% { translate:0 -12px; } } @keyframes battle-left { 45% { transform:translateX(19%); } 70% { transform:translateX(-4%); } } @keyframes battle-right { 45% { transform:translateX(-19%); } 70% { transform:translateX(4%); } } @keyframes impact { 100% { transform:scale(14); opacity:0; } } @keyframes battle-ready { 50% { transform:scale(1.22); box-shadow:0 6px 0 #b54121,0 11px 24px rgba(180,65,28,.4); } }
@media (max-width:850px) { .topbar { height:auto; min-height:68px; padding:12px 24px; flex-wrap:wrap; }.topbar__nav { flex:1; justify-content:flex-end; }.search { min-width:170px; }.hero { grid-template-columns:1fr; }.hero__animals { min-height:155px; }.hero__animals span { width:92px; height:92px; font-size:47px; }.hero__animals span:nth-child(1) { top:-8px; left:12%; }.hero__animals span:nth-child(2) { top:3px; right:13%; }.hero__animals span:nth-child(3) { bottom:-14px; left:37%; }.hero__animals span:nth-child(4) { display:none; }.category-grid { grid-template-columns:repeat(3,1fr); }.card-grid { grid-template-columns:repeat(3,1fr); }.detail-layout { grid-template-columns:1fr; }.detail-card { position:static; }.detail-card .animal-card { max-width:none; }.battle-stage { grid-template-columns:1fr 70px 1fr; }.battle-slot { padding:15px; }.battle-slot__emoji { font-size:84px; }.battle-slot h2 { font-size:25px; }.battle-slot dl { grid-template-columns:1fr; }.battle-slot dl div { border-bottom:1px solid rgba(0,0,0,.08); }.battle-slot dl div:last-child { border:0; } }
@media (max-width:570px) { .topbar { padding:11px 16px; gap:8px; }.brand { width:100%; font-size:18px; }.brand__logo { width:36px; height:36px; }.topbar__nav { width:100%; gap:6px; justify-content:space-between; }.nav-pill { padding:7px 8px; font-size:11px; }.search { min-width:0; width:112px; height:34px; }.search input { padding-left:9px; font-size:11px; }.search button { width:30px; font-size:22px; }.help-link { width:27px; height:27px; }.page { width:min(100% - 30px,1240px); padding:31px 0 60px; }.home-page { padding-top:18px; }.hero > div:first-child { padding:34px 25px; }.hero h1 { font-size:42px; }.category-grid { grid-template-columns:repeat(2,1fr); }.category-tile { min-height:132px; }.card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }.animal-card { height:300px; }.animal-face { padding:13px; border-radius:15px; }.animal-emoji { font-size:87px; }.animal-card__name h2,.animal-face--back h2 { font-size:21px; }.card-stats { gap:5px; }.card-stats dd { font-size:11px; }.section-heading { margin:38px 0 17px; }.section-heading h1 { font-size:28px; }.section-heading p { font-size:14px; }.detail-card .animal-card { height:370px; }.animal-profile h1 { font-size:44px; }.profile-stats { grid-template-columns:repeat(2,1fr); }.battle-stage { grid-template-columns:minmax(0,1fr) 38px minmax(0,1fr); gap:4px; min-height:0; }.versus { height:auto; }.versus span { width:42px; height:42px; border-width:3px; font-size:14px; }.battle-slot { min-height:360px; padding:10px 7px; border-radius:14px; }.battle-slot__emoji { margin:8px 0; font-size:61px; }.battle-slot__photo { height:105px; margin:8px 0; }.battle-slot h2 { font-size:18px; }.battle-slot > p { min-height:46px; font-size:10px; }.battle-slot dl { grid-template-columns:1fr; }.battle-slot dl div { padding:7px 2px; border-bottom:1px solid rgba(0,0,0,.08); }.battle-slot dd { font-size:10px; overflow-wrap:anywhere; }.battle-stage--running .battle-slot--left,.battle-stage--running .battle-slot--right { animation:none; }.help-grid { grid-template-columns:1fr; }.battle-result { position:fixed; top:50%; }.wiki-results { grid-template-columns:1fr; }.wiki-result { grid-template-columns:82px 1fr; }.wiki-result__image { min-height:130px; }.animal-card:focus-visible,.category-tile:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible { outline:3px solid #e26037; outline-offset:3px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; } }
