/* Bulutlar Hub presentation — shared styles (brand: Kemer palette, Schibsted Grotesk + Figtree). */
:root {
  --almond: #EFE4D4;
  --plaster: #FAF4E9;
  --straw: #DCC9AE;
  --chestnut: #7C4A2D;
  --umber: #2B241D;
  --umber-2: #3A3129;
  --sage: #5F6B57;
  --ink2: #5B5045;
  --cream: #F3E9DA;
  --good: #2F6B3B;
  --head: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  --body: Figtree, "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains Mono", Menlo, Consolas, monospace;
  --ease: cubic-bezier(.2, .8, .2, 1);
  color-scheme: light;
}
[hidden] { display: none !important; }
html, body { height: 100%; }
body { margin: 0; background: #1d1813; color: var(--umber); font-family: var(--body); overflow: hidden; }
* { box-sizing: border-box; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
h1, h2, h3 { font-family: var(--head); text-wrap: balance; }
button { font: inherit; }
:focus-visible { outline: 3px solid #d9a066; outline-offset: 3px; }

/* ---------- stage ---------- */
.viewport { position: absolute; inset: 0 0 64px 0; }
.stage {
  position: absolute; left: 50%; top: 50%; width: 1600px; height: 900px;
  transform: translate(-50%, -50%) scale(var(--s, 1));
  background: var(--almond); border-radius: 10px; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.slide {
  position: absolute; inset: 0; padding: 72px 88px 64px;
  display: flex; flex-direction: column; gap: 32px;
  background: var(--almond);
  opacity: 0; visibility: hidden; transform: translateX(60px) scale(.985);
  transition: opacity .55s var(--ease), transform .7s var(--ease), visibility 0s linear .7s;
}
.slide.active { opacity: 1; visibility: visible; transform: none; transition: opacity .55s var(--ease), transform .7s var(--ease); }
.slide.past { transform: translateX(-60px) scale(.985); }
.slide.dark { background: var(--umber); color: var(--cream); }
.slide.accent { background: var(--chestnut); color: var(--cream); }

/* ---------- type ---------- */
.eyebrow { font-family: var(--head); font-weight: 700; font-size: 18px; letter-spacing: .16em; text-transform: uppercase; color: var(--chestnut); }
.dark .eyebrow, .accent .eyebrow { color: #E0B98E; }
.slide h2 { font-size: 56px; line-height: 1.06; letter-spacing: -.01em; }
.sub { font-size: 24px; line-height: 1.4; color: var(--ink2); max-width: 60ch; }
.dark .sub, .accent .sub { color: #D7C7B0; }
.head { display: flex; flex-direction: column; gap: 10px; }

/* ---------- feature layout ---------- */
.feature { display: grid; grid-template-columns: 1000px 1fr; gap: 44px; flex: 1; min-height: 0; }
.feature.wide { grid-template-columns: 1060px 1fr; }
.media {
  position: relative; background: var(--plaster); border: 1px solid var(--straw); border-radius: 16px;
  padding: 12px; box-shadow: 0 10px 30px rgba(43,36,29,.10); overflow: hidden; align-self: start;
}
.media img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 8px; }
.media.h590 { height: 590px; }
.points { display: flex; flex-direction: column; gap: 22px; padding-top: 6px; }
.points li { list-style: none; position: relative; padding-left: 30px; font-size: 22px; line-height: 1.4; }
.points li::before { content: ""; position: absolute; left: 0; top: .5em; width: 12px; height: 12px; border-radius: 3px; background: var(--chestnut); transform: rotate(45deg); }
.points ul { padding: 0; display: flex; flex-direction: column; gap: 16px; }
.fact { margin-top: auto; background: var(--plaster); border: 1px solid var(--straw); border-radius: 14px; padding: 18px 22px; font-size: 19px; line-height: 1.45; color: var(--ink2); }
.fact b { color: var(--umber); }
.live-dot { display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #C2502E; margin-right: 8px; animation: blink 1.4s infinite; vertical-align: 1px; }
.gif-tag { position: absolute; right: 22px; top: 22px; background: rgba(43,36,29,.82); color: #fff; font-size: 14px; font-weight: 600; letter-spacing: .06em; padding: 5px 10px; border-radius: 999px; }

/* ---------- entrance animations (only while the slide plays) ---------- */
.slide.play [data-a] { animation-duration: .8s; animation-timing-function: var(--ease); animation-fill-mode: both; animation-delay: calc(var(--d, 0) * 110ms + 120ms); }
.slide.play [data-a="rise"] { animation-name: rise; }
.slide.play [data-a="fade"] { animation-name: fade; }
.slide.play [data-a="pop"] { animation-name: pop; animation-duration: .6s; }
.slide.play [data-a="left"] { animation-name: fromLeft; }
.slide.play [data-a="right"] { animation-name: fromRight; }
.slide.play [data-a="tilt"] { animation-name: tilt; animation-duration: 1.2s; }
.slide.play [data-a="wipe"] { animation-name: wipe; animation-duration: 1s; }
@keyframes rise { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pop { 0% { opacity: 0; transform: scale(.8); } 70% { transform: scale(1.04); } 100% { opacity: 1; transform: none; } }
@keyframes fromLeft { from { opacity: 0; transform: translateX(-60px); } to { opacity: 1; transform: none; } }
@keyframes fromRight { from { opacity: 0; transform: translateX(60px); } to { opacity: 1; transform: none; } }
@keyframes tilt { from { opacity: 0; transform: perspective(1400px) rotateY(-24deg) rotateX(8deg) translateX(80px) scale(.92); } to { opacity: 1; transform: perspective(1400px) rotateY(-8deg) rotateX(2deg); } }
@keyframes wipe { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes blink { 50% { opacity: .25; } }
@keyframes floaty { 50% { transform: perspective(1400px) rotateY(-8deg) rotateX(2deg) translateY(-10px); } }

/* ---------- cover ---------- */
.cover { flex-direction: row; align-items: center; gap: 56px; padding: 80px 88px; background:
  radial-gradient(1200px 700px at 85% 20%, #F6EDE0 0%, rgba(246,237,224,0) 60%), var(--almond); }
.cover .left { flex: 1; display: flex; flex-direction: column; gap: 26px; }
.cover .logo { width: 360px; }
.cover h1 { font-size: 92px; line-height: .98; letter-spacing: -.02em; }
.cover h1 .w { display: inline-block; }
.slide.play .cover-words .w { animation: rise .9s var(--ease) both; animation-delay: calc(var(--i) * 120ms + 250ms); }
.cover .lede { font-size: 26px; line-height: 1.4; color: var(--ink2); max-width: 30ch; }
.cover .url { font-family: var(--head); font-weight: 700; font-size: 22px; color: var(--chestnut); letter-spacing: .02em; }
.cover .hero { width: 760px; border-radius: 14px; border: 1px solid var(--straw); box-shadow: 0 40px 80px rgba(43,36,29,.25); transform: perspective(1400px) rotateY(-8deg) rotateX(2deg); }
.slide.play .cover .hero { animation: tilt 1.2s var(--ease) both .2s, floaty 6s ease-in-out 1.6s infinite; }

/* ---------- modules + numbers ---------- */
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; flex: 1; }
.mod { background: var(--plaster); border: 1px solid var(--straw); border-radius: 14px; padding: 24px 26px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s var(--ease), box-shadow .25s; }
.mod:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(43,36,29,.12); }
.mod .n { font-family: var(--mono); font-size: 15px; color: var(--sage); }
.mod h3 { font-size: 30px; }
.mod p { font-size: 17px; color: var(--ink2); line-height: 1.35; }
.numbers { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.num { background: var(--umber-2); border-radius: 16px; padding: 26px; display: flex; flex-direction: column; gap: 6px; }
.num b { font-family: var(--head); font-size: 76px; line-height: 1; color: #F2D2A8; font-variant-numeric: tabular-nums; }
.num span { font-size: 19px; color: #D7C7B0; line-height: 1.3; }

/* ---------- flow diagram ---------- */
.flow svg { width: 100%; height: 580px; overflow: visible; }
.flow .path { fill: none; stroke: var(--straw); stroke-width: 3; }
.slide.play .flow .path { stroke-dasharray: 900; animation: draw 1.6s var(--ease) both; animation-delay: calc(var(--d, 0) * 90ms + 300ms); }
@keyframes draw { from { stroke-dashoffset: 900; } to { stroke-dashoffset: 0; } }
.flow .pkt { fill: var(--chestnut); }
.flow .pkt.out { fill: var(--good); }
.flow .pill rect { fill: var(--plaster); stroke: var(--straw); }
.flow .pill text, .flow .out text { font-family: var(--body); font-size: 22px; fill: var(--umber); font-weight: 600; }
.flow .core rect { fill: var(--chestnut); }
.flow .core text { fill: var(--cream); font-family: var(--head); font-weight: 700; }
.flow .out rect { fill: #E3ECDD; stroke: #B7C8AB; }

/* ---------- spotlight ---------- */
.spot { position: relative; overflow: hidden; border-radius: 8px; height: 100%; }
.spot .zoom { position: absolute; inset: 0; transform-origin: 0 0; transition: transform 1.1s var(--ease); }
.spot .zoom img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.spot .ring { position: absolute; border: 3px solid var(--chestnut); box-sizing: border-box; border-radius: 10px; box-shadow: 0 0 0 4000px rgba(43,36,29,.42); opacity: 0; transition: opacity .6s; pointer-events: none; }
.spot .ring.on { opacity: 1; }
.spot .chip { position: absolute; left: 18px; bottom: 18px; background: var(--umber); color: var(--cream); font-weight: 600; font-size: 18px; padding: 8px 14px; border-radius: 999px; opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s var(--ease); }
.spot .chip.on { opacity: 1; transform: none; }

/* ---------- e-Arşiv signing ---------- */
.sign { display: grid; grid-template-columns: 560px 1fr; gap: 44px; flex: 1; }
.doc { position: relative; background: #fff; border: 1px solid var(--straw); border-radius: 12px; padding: 30px 34px; box-shadow: 0 16px 40px rgba(43,36,29,.14); display: flex; flex-direction: column; gap: 12px; height: 580px; }
.doc .t { font-family: var(--head); font-weight: 700; font-size: 26px; display: flex; justify-content: space-between; }
.doc .t small { font-family: var(--mono); font-size: 16px; color: var(--ink2); font-weight: 400; }
.doc .ln { height: 14px; border-radius: 7px; background: #EFE7DA; transform-origin: left; }
.doc .row { display: flex; justify-content: space-between; font-size: 18px; border-bottom: 1px solid #EFE7DA; padding: 6px 0; }
.doc .row.total { font-weight: 700; border: 0; }
.stamp { position: absolute; right: 36px; bottom: 60px; border: 5px solid var(--good); color: var(--good); font-family: var(--head); font-weight: 700; font-size: 34px; padding: 8px 20px; border-radius: 10px; transform: rotate(-12deg); opacity: 0; }
.steps { display: flex; flex-direction: column; gap: 16px; }
.step { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; background: var(--plaster); border: 1px solid var(--straw); border-radius: 14px; padding: 16px 18px; opacity: .45; transition: opacity .4s, border-color .4s, transform .4s var(--ease); }
.step.on { opacity: 1; border-color: var(--chestnut); transform: translateX(6px); }
.step .k { width: 52px; height: 52px; border-radius: 50%; background: var(--chestnut); color: #fff; font-family: var(--head); font-weight: 700; font-size: 22px; display: grid; place-items: center; }
.step p { font-size: 21px; line-height: 1.35; }
.otp { display: flex; gap: 10px; margin-top: 8px; }
.otp span { width: 44px; height: 54px; border: 2px solid var(--straw); border-radius: 8px; display: grid; place-items: center; font-family: var(--mono); font-size: 26px; font-weight: 600; background: #fff; }

/* ---------- stage track ---------- */
.track { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; margin-top: 4px; }
.track span { position: relative; font-size: 14px; font-weight: 600; text-align: center; padding: 10px 4px; border-radius: 8px; background: #E6D9C6; color: var(--ink2); overflow: hidden; }
.track span::before { content: ""; position: absolute; inset: 0; background: var(--chestnut); transform: scaleX(0); transform-origin: left; }
.track span i { position: relative; font-style: normal; }
.slide.play .track span::before { animation: fillstage 9.6s linear infinite; animation-delay: calc(var(--k) * 1.2s); }
.slide.play .track span i { animation: fillText 9.6s linear infinite; animation-delay: calc(var(--k) * 1.2s); }
@keyframes fillstage { 0% { transform: scaleX(0); } 10% { transform: scaleX(1); } 95% { transform: scaleX(1); opacity: 1; } 100% { transform: scaleX(1); opacity: 0; } }
@keyframes fillText { 0%, 6% { color: var(--ink2); } 10%, 95% { color: #fff; } 100% { color: var(--ink2); } }

/* ---------- phones ---------- */
.phones { display: flex; gap: 30px; align-items: flex-start; }
.phone { width: 270px; background: var(--umber); border-radius: 36px; padding: 12px; box-shadow: 0 24px 50px rgba(43,36,29,.28); }
.phone img { width: 100%; height: 510px; object-fit: cover; object-position: top; border-radius: 26px; display: block; background: #fff; }
.phone figcaption { color: var(--cream); font-size: 16px; text-align: center; padding: 10px 0 4px; font-weight: 600; }

/* ---------- rings ---------- */
.rings { display: flex; flex-direction: column; gap: 14px; }
.ring-card { flex: 1; background: var(--plaster); border: 1px solid var(--straw); border-radius: 14px; padding: 16px; display: flex; align-items: center; gap: 14px; }
.ring-card svg { width: 76px; height: 76px; transform: rotate(-90deg); }
.ring-card .bg { fill: none; stroke: #E6D9C6; stroke-width: 8; }
.ring-card .fg { fill: none; stroke: var(--chestnut); stroke-width: 8; stroke-linecap: round; stroke-dasharray: 201; stroke-dashoffset: 201; }
.slide.play .ring-card .fg { animation: ringfill var(--dur) linear infinite; }
@keyframes ringfill { to { stroke-dashoffset: 0; } }
.ring-card b { font-family: var(--head); font-size: 30px; display: block; white-space: nowrap; }
.ring-card span { font-size: 16px; color: var(--ink2); }

/* ---------- security ---------- */
.cards4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; margin-block: auto; }
.sec { background: var(--umber-2); border-radius: 16px; padding: 30px 28px; display: flex; flex-direction: column; gap: 16px; }
.sec svg { width: 56px; height: 56px; stroke: #F2D2A8; fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.slide.play .sec svg * { stroke-dasharray: 200; animation: draw2 1.4s var(--ease) both; animation-delay: calc(var(--d, 0) * 150ms + 300ms); }
@keyframes draw2 { from { stroke-dashoffset: 200; } to { stroke-dashoffset: 0; } }
.sec h3 { font-size: 28px; color: var(--cream); }
.sec p { font-size: 19px; line-height: 1.45; color: #D7C7B0; }

/* ---------- bridge (live) ---------- */
.bridge { position: relative; flex: 1; }
.bridge .win { position: absolute; background: var(--plaster); border: 1px solid var(--straw); border-radius: 12px; box-shadow: 0 10px 26px rgba(43,36,29,.12); overflow: hidden; }
.bridge .bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 12px; background: #E9DCC8; border-bottom: 1px solid var(--straw); font-size: 14px; font-weight: 600; color: var(--ink2); }
.bridge .bar i { width: 10px; height: 10px; border-radius: 50%; background: #CDB898; }
.bridge .hub { left: 0; top: 0; width: 700px; height: 480px; }
.bridge .hub .shot { position: absolute; left: 0; top: 36px; right: 0; bottom: 42px; overflow: hidden; }
.bridge .hub .shot img { position: absolute; width: 700px; transform-origin: 70% 70%; transform: scale(1.3); transition: opacity .5s; }
.bridge .hub .foot { position: absolute; left: 0; right: 0; bottom: 0; height: 42px; padding: 11px 14px; background: #E9DCC8; border-top: 1px solid var(--straw); font-size: 14px; font-weight: 600; color: var(--ink2); }
.bridge .term { left: 740px; top: 0; width: 684px; height: 210px; background: #1F1A15; border-color: #3A3129; }
.bridge .term .bar { background: #3A3129; color: #CBB99C; border-color: #3A3129; }
.bridge .term pre { margin: 0; padding: 12px 14px; font-family: var(--mono); font-size: 13.5px; line-height: 1.6; color: #E9DFCF; white-space: pre-wrap; }
.bridge .term .hl { color: #F2C38F; }
.bridge .cursor { display: inline-block; width: 8px; height: 15px; background: #E9DCC8; vertical-align: -2px; animation: blink 1s steps(1) infinite; }
.bridge .exp { left: 740px; top: 228px; width: 684px; height: 252px; }
.bridge .tree { padding: 10px 14px; font-size: 17px; }
.bridge .row { height: 32px; display: flex; align-items: center; gap: 10px; border-radius: 6px; padding: 0 8px; }
.bridge .row.l1 { margin-left: 24px; } .bridge .row.l2 { margin-left: 48px; }
.bridge .row.flash { background: #F3DFC4; box-shadow: inset 0 0 0 2px var(--chestnut); }
.bridge .ico { width: 20px; height: 16px; border-radius: 3px; background: #D7A64A; }
.bridge .ico.file { width: 15px; height: 19px; background: #fff; border: 2px solid #9D8F79; border-radius: 2px; }
.bridge .ico.anc { border-color: var(--chestnut); background: #F6E6D6; }
.bridge .note { margin-left: auto; font-size: 13px; color: var(--ink2); }
.bridge .cam { left: 930px; top: 300px; width: 400px; height: 132px; border-color: var(--chestnut); }
.bridge .cam .body { padding: 12px 16px; font-size: 16px; }
.bridge .prog { margin-top: 10px; height: 11px; background: #EADFCF; border-radius: 6px; overflow: hidden; }
.bridge .prog b { display: block; height: 100%; background: var(--chestnut); }
.bridge .dot { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--chestnut); box-shadow: 0 0 0 5px rgba(124,74,45,.18); }
.bridge .badge { position: absolute; background: var(--good); color: #fff; font-weight: 700; font-size: 15px; padding: 6px 13px; border-radius: 999px; box-shadow: 0 4px 14px rgba(0,0,0,.2); white-space: nowrap; }
.bridge .pulse { position: absolute; border: 4px solid var(--chestnut); border-radius: 10px; }
.bridge .archive { position: absolute; left: 170px; top: 332px; width: 500px; background: #fff; border: 2px solid var(--good); border-radius: 8px; padding: 7px 12px; font-family: var(--mono); font-size: 13.5px; display: flex; justify-content: space-between; }
.bridge .timer { position: absolute; left: 1180px; top: 170px; background: var(--chestnut); color: #fff; font-weight: 700; font-size: 15px; padding: 5px 12px; border-radius: 999px; }
.bridge .cap { position: absolute; left: 0; right: 0; top: 498px; height: 94px; background: #FFF8EE; border: 1px solid var(--straw); border-radius: 12px; padding: 14px 22px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.bridge .cap .n { font-family: var(--head); font-weight: 700; color: var(--chestnut); font-size: 16px; letter-spacing: .12em; text-transform: uppercase; }
.bridge .cap .txt { font-size: 23px; font-weight: 600; line-height: 1.3; }
.bridge .dots5 { display: flex; gap: 8px; }
.bridge .dots5 b { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--straw); display: grid; place-items: center; font-size: 15px; color: var(--ink2); background: var(--plaster); }
.bridge .dots5 b.on { background: var(--chestnut); border-color: var(--chestnut); color: #fff; }
.bridge .dots5 b.done { background: #E7D8C3; border-color: #CDB898; color: var(--chestnut); }

/* ---------- close ---------- */
.close { justify-content: center; gap: 30px; background: radial-gradient(900px 500px at 20% 20%, #8E5A3A 0%, rgba(142,90,58,0) 60%), var(--chestnut); }
.close .big { font-family: var(--head); font-weight: 700; font-size: 92px; letter-spacing: -.01em; color: var(--cream); position: relative; display: inline-block; }
.close .big::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 6px; border-radius: 3px; background: linear-gradient(90deg, #F2D2A8, #E0B98E, #F2D2A8); transform-origin: left; transform: scaleX(0); }
.slide.play.close .big::after { animation: underline 1.2s var(--ease) .8s both; }
@keyframes underline { to { transform: scaleX(1); } }
.guides { display: flex; gap: 20px; flex-wrap: wrap; }
.guide { background: rgba(43,36,29,.28); border: 1px solid rgba(243,233,218,.28); border-radius: 16px; padding: 22px 24px; display: flex; flex-direction: column; gap: 8px; min-width: 360px; }
.guide .gname { font-family: var(--head); font-weight: 700; font-size: 28px; color: var(--cream); }
.guide .gpages { font-size: 17px; color: #E0B98E; }
.glinks { display: flex; gap: 10px; margin-top: 8px; }
.glinks a { color: var(--cream); text-decoration: none; font-weight: 700; font-size: 20px; letter-spacing: .06em; border: 1px solid rgba(243,233,218,.5); border-radius: 10px; padding: 10px 18px; transition: background .2s, color .2s, transform .2s var(--ease); }
.glinks a:hover, .glinks a:focus-visible { background: var(--cream); color: var(--chestnut); transform: translateY(-2px); }
.glinks a.cur { background: var(--cream); color: var(--chestnut); }

/* ---------- toolbar ---------- */
.toolbar { position: fixed; left: 0; right: 0; bottom: 0; height: calc(64px + env(safe-area-inset-bottom, 0px)); padding: 0 16px env(safe-area-inset-bottom, 0px); display: flex; align-items: center; gap: 10px; background: #1D1813; color: #E9DFCF; }
.toolbar .progress { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: #3A3129; }
.toolbar .progress b { display: block; height: 100%; width: 0; background: #E0B98E; transition: width .5s var(--ease); }
.tb { background: #2B241D; border: 1px solid #4A3F35; color: #E9DFCF; border-radius: 8px; height: 40px; min-width: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: 600; }
.tb:hover { background: #3A3129; }
.tb svg { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 2; }
.count { font-variant-numeric: tabular-nums; font-size: 14px; color: #B9A98F; min-width: 64px; text-align: center; }
.title { flex: 1; min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #B9A98F; }
.langs { display: inline-flex; gap: 4px; }
.tb.lang { min-width: 44px; padding: 0 8px; letter-spacing: .04em; }
.tb.lang.cur { background: #7C4A2D; border-color: #7C4A2D; color: #fff; }

/* ---------- overview ---------- */
.overview { position: fixed; inset: 0 0 64px 0; background: rgba(20,16,12,.94); overflow-y: auto; padding: 24px 16px; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 12px; align-content: start; }
.overview button { text-align: left; background: #2B241D; border: 1px solid #4A3F35; color: #E9DFCF; border-radius: 10px; padding: 14px; cursor: pointer; display: flex; gap: 10px; }
.overview button b { color: #E0B98E; font-variant-numeric: tabular-nums; }
.overview button.cur { border-color: #E0B98E; }

@media (max-width: 640px) { .title { display: none; } .tb .lbl { display: none; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001s !important; animation-iteration-count: 1 !important; animation-delay: 0s !important; transition-duration: .001s !important; }
}
