/* XIRAIYA — Motion Wing: styles for the 3D galleries, CSS 3D objects, particles, type and UI exhibits */

/* ---------- toolbar ---------- */
.wg-tools { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; }
.wg-sb { flex: 0 1 280px; min-width: 0; display: flex; align-items: center; gap: 8px; height: 42px; padding: 0 14px; border-radius: 99px; background: var(--surface); border: 1.5px solid var(--line-2); transition: border-color .2s, box-shadow .2s; }
.wg-sb:focus-within { border-color: var(--red); box-shadow: 0 0 0 4px rgba(196, 50, 29, .12); }
.wg-sb .ic { color: var(--ink-3); flex: none; }
.wg-sb input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font: 500 14px var(--font-body); color: var(--ink); }
.wg-f button em { margin-left: 6px; font: 600 10.5px var(--font-mono); font-style: normal; opacity: .6; }
.wg-count { font: 600 12px var(--font-mono); color: var(--ink-3); }
.wg-grid { grid-auto-flow: dense; }
.wx[hidden] { display: none !important; }
.wg-more { display: flex; justify-content: center; margin-top: 26px; }
.wg-more[hidden] { display: none; }
.wg-more button { display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px; border-radius: 99px; border: 1.5px solid var(--ink); background: var(--ink); color: var(--bg); font: 700 15px var(--font-body); cursor: pointer; transition: transform .3s var(--ease-spring), box-shadow .3s; }
.wg-more button:hover { transform: translateY(-3px); box-shadow: 0 16px 30px -14px rgba(0, 0, 0, .5); }
.wx { animation: wxAppear .6s var(--ease-out) both; }
@keyframes wxAppear { from { opacity: 0; transform: translateY(24px) scale(.98); } }

/* ---------- 3D gallery engine ---------- */

/* ---------- shared CSS 3D stage ---------- */
.wx-stage .o3 { position: absolute; inset: 0; display: grid; place-items: center; perspective: 900px; }
.o3-out { position: absolute; left: 0; right: 0; bottom: 14px; text-align: center; font: 700 14px var(--font-mono); color: var(--ink-2); }






.wx-o-phone { background: radial-gradient(circle at 50% 30%, #3a2a4f, #120d1c); }
.ph3-b { position: relative; width: 150px; height: 300px; border-radius: 30px; background: #111; padding: 9px; box-shadow: inset 0 0 0 2px #444, 0 30px 50px -15px rgba(0, 0, 0, .7); transform-style: preserve-3d; }
.ph3-s { width: 100%; height: 100%; border-radius: 22px; overflow: hidden; background: #fff; transform: translateZ(1px); }
.ph3-feed { display: grid; gap: 8px; padding: 8px; }
.ph3-post { border-radius: 10px; overflow: hidden; background: #f4eee4; }
.ph3-post img { width: 100%; height: 110px; object-fit: cover; display: block; }
.ph3-post b { display: block; padding: 6px 8px; font: 700 11px var(--font-body); color: #1f1813; }
.ph3-side { position: absolute; top: 0; right: 0; width: 10px; height: 100%; background: #2a2a2a; transform-origin: right; transform: rotateY(90deg); border-radius: 4px; }

.wx-o-laptop { background: linear-gradient(#e8e4ee, #bdb6c9); cursor: pointer; }
.lp3-w { position: relative; width: 240px; height: 150px; transform-style: preserve-3d; transform: rotateX(62deg) rotateZ(-18deg) translateY(30px); }
.lp3-base { position: absolute; inset: 0; border-radius: 10px; background: linear-gradient(135deg, #d5d2da, #9d98a6); box-shadow: 0 40px 50px -10px rgba(0, 0, 0, .45); }
.lp3-base i { position: absolute; left: 14px; right: 14px; top: 14px; height: 70px; border-radius: 6px; background: repeating-linear-gradient(90deg, #7a7582 0 14px, transparent 14px 17px), #8a8591; opacity: .55; }
.lp3-lid { position: absolute; inset: 0; transform-style: preserve-3d; transform-origin: 50% 0; transform: rotateX(-180deg); transition: transform 1.3s var(--ease-spring); }
.lp3.open .lp3-lid { transform: rotateX(-88deg); }
.lp3-scr, .lp3-back { position: absolute; inset: 0; border-radius: 10px; backface-visibility: hidden; }
.lp3-scr { background: #111; padding: 8px; }
.lp3-scr img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 4px; filter: brightness(0); transition: filter .8s .6s; }
.lp3.open .lp3-scr img { filter: none; }
.lp3-back { transform: rotateY(180deg) rotateZ(180deg); background: linear-gradient(135deg, #cfcbd6, #a7a1b1); display: grid; place-items: center; font-size: 30px; color: #fff; }






.wx-o-pricing { background: radial-gradient(circle at 50% 30%, #2d2440, #120e1a); }
.pr3-w { display: flex; gap: 10px; transform-style: preserve-3d; }
.pr3-c { display: grid; gap: 6px; width: 124px; padding: 16px 14px; border-radius: 18px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); color: #fff; backdrop-filter: blur(8px); transform: translateZ(0); transition: transform .6s var(--ease-spring), background .4s, box-shadow .4s; cursor: pointer; }
.pr3-c small { font: 700 11px var(--font-mono); text-transform: uppercase; letter-spacing: .12em; opacity: .7; }
.pr3-c b { font: 800 28px var(--font-display); } .pr3-c b em { font-style: normal; font-size: 18px; opacity: .6; }
.pr3-c span { font-size: 12.5px; opacity: .75; }
.pr3-c i { margin-top: 8px; padding: 8px; border-radius: 10px; background: rgba(255, 255, 255, .15); text-align: center; font: 700 12px var(--font-body); font-style: normal; }
.pr3-c.on { transform: translateZ(50px) translateY(-8px); background: rgba(196, 50, 29, .85); box-shadow: 0 30px 50px -15px rgba(196, 50, 29, .7); }
.pr3-c.on i { background: #fff; color: var(--red); }


/* ---------- type ---------- */
.wx-t-marquee { display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; background: var(--red); overflow: hidden; }
.ty-mq { display: grid; gap: 6px; min-width: 0; transform: rotate(-4deg) scale(1.1); }
.ty-mq-r { display: flex; min-width: 0; white-space: nowrap; font: 900 clamp(32px, 4.4vw, 56px)/1.05 var(--font-display); color: #fff8ee; }
.ty-mq-r span { flex: none; padding-right: 20px; animation: tyMq 16s linear infinite; }
.ty-mq-r.r1 span { animation-direction: reverse; animation-duration: 12s; color: transparent; -webkit-text-stroke: 1.5px #fff8ee; }
.ty-mq-r.r2 span { animation-duration: 20s; color: #1d1208; }
.ty-mq:hover span { animation-play-state: paused; }
@keyframes tyMq { to { transform: translateX(-100%); } }

/* ---------- UI ---------- */
.cmp, .lens { position: absolute; inset: 0; overflow: hidden; }
.cmp img, .lens img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cmp-a { filter: grayscale(.9) contrast(.8) brightness(.8) sepia(.3); }
.cmp-b { position: absolute; inset: 0; }
.cmp-b img { filter: saturate(1.3) contrast(1.08); }
.cmp-h { position: absolute; top: 0; bottom: 0; width: 3px; margin-left: -1.5px; background: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, .4); cursor: ew-resize; }
.cmp-h i { position: absolute; top: 50%; left: 50%; display: flex; align-items: center; width: 44px; height: 44px; margin: -22px; justify-content: center; border-radius: 50%; background: #fff; color: #1f1813; box-shadow: 0 6px 16px rgba(0, 0, 0, .35); }
.cmp-l { position: absolute; top: 14px; padding: 4px 10px; border-radius: 99px; background: rgba(0, 0, 0, .55); color: #fff; font: 700 11px var(--font-mono); }
.cmp-l.l { left: 14px; } .cmp-l.r { right: 14px; }
.lens { background: #fff; cursor: none; }
.lens img { object-fit: contain; padding: 18px; }
.lens-g { position: absolute; left: 0; top: 0; width: 120px; height: 120px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 10px 30px rgba(0, 0, 0, .35), inset 0 0 20px rgba(0, 0, 0, .15); background-repeat: no-repeat; background-color: #fff; pointer-events: none; }
.wx-u-bento { background: #0f0d0b; padding: 14px; }
.bento { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 1fr 1fr; gap: 8px; height: 100%; }
.bt { --mx: -200px; --my: -200px; position: relative; display: grid; align-content: end; gap: 2px; padding: 12px; border-radius: 14px; background: #1b1814; overflow: hidden; color: #efe4cc; border: 1px solid rgba(255, 255, 255, .06); }
.bt::before { content: ''; position: absolute; inset: 0; background: radial-gradient(180px circle at var(--mx) var(--my), rgba(255, 122, 89, .35), transparent 60%); }
.bt::after { content: ''; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: radial-gradient(160px circle at var(--mx) var(--my), rgba(255, 180, 140, .9), transparent 60%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.bt > * { position: relative; }
.bt span { font-size: 22px; color: #ff7a59; margin-bottom: auto; }
.bt b { font: 800 17px var(--font-display); }
.bt small { font-size: 11.5px; opacity: .6; }
.bt.b0 { grid-column: span 2; } .bt.b3 { grid-row: span 1; } .bt.b5 { grid-column: span 1; }
.wx-u-kanban { background: var(--surface-2); padding: 12px; }
.kb2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; height: 100%; }
.kb2-col { display: flex; flex-direction: column; gap: 6px; padding: 10px; border-radius: 14px; background: var(--surface); border: 1.5px dashed transparent; transition: border-color .2s, background .2s; min-width: 0; }
.kb2-col.over { border-color: var(--red); background: color-mix(in srgb, var(--red) 6%, var(--surface)); }
.kb2-col > b { font: 700 12px var(--font-mono); text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); }
.kb2-list { display: grid; gap: 6px; align-content: start; flex: 1; }
.kb2-card { padding: 10px 12px; border-radius: 10px; background: var(--bg); border: 1px solid var(--line-2); font-size: 13px; font-weight: 600; cursor: grab; box-shadow: var(--shadow-sm); user-select: none; touch-action: none; }
.kb2-card.drag { z-index: 600; cursor: grabbing; box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .35); pointer-events: none; }
.kb2-card.fly { opacity: 0; transform: translateX(40px) rotate(6deg); transition: all .35s; }
.kb2-card.land { animation: kbLand .45s var(--ease-spring); }
@keyframes kbLand { from { transform: scale(.85) rotate(-4deg); opacity: 0; } }
.wx-u-sheet, .wx-u-refresh { display: grid; place-items: center; background: linear-gradient(#e8e4ee, #cfc8db); }
.bs-ph, .pr-ph { position: relative; width: 190px; height: 90%; max-height: 330px; border-radius: 28px; overflow: hidden; background: #d9e7d2; border: 7px solid #111; box-shadow: 0 20px 40px -12px rgba(0, 0, 0, .5); }
.bs-map { position: absolute; inset: 0; display: grid; place-items: center; font-size: 34px; color: var(--red); background: repeating-linear-gradient(35deg, transparent 0 22px, rgba(255, 255, 255, .6) 22px 26px), repeating-linear-gradient(-55deg, transparent 0 40px, rgba(255, 255, 255, .5) 40px 44px), #d9e7d2; }
.bs { position: absolute; left: 0; right: 0; top: 0; height: 100%; display: grid; align-content: start; gap: 8px; padding: 8px 14px; border-radius: 20px 20px 0 0; background: #fff; box-shadow: 0 -10px 30px rgba(0, 0, 0, .2); touch-action: none; cursor: grab; }
.bs-h { justify-self: center; width: 36px; height: 5px; border-radius: 9px; background: #ccc; }
.bs b { font: 800 14px var(--font-display); color: #1f1813; }
.bs-r { display: grid; gap: 6px; }
.bs-r span { display: flex; gap: 8px; align-items: center; padding: 8px; border-radius: 10px; background: #f4eee4; font-size: 12px; color: #1f1813; }
.bs-go { padding: 10px; border-radius: 12px; background: #1f1813; color: #fff; text-align: center; font: 700 12px var(--font-body); font-style: normal; }
.wx-u-notif { display: grid; place-items: center; background: linear-gradient(160deg, #3a2a4f, #1a1230); }
.nt { position: relative; width: min(280px, 85%); height: 220px; }
.nt-i { --i: 0; position: absolute; left: 0; right: 0; top: 30px; display: flex; gap: 10px; align-items: center; padding: 12px; border-radius: 16px; background: #fffdf8; color: #1f1813; box-shadow: 0 10px 24px -8px rgba(0, 0, 0, .4); transform: translateY(calc(var(--i) * 12px)) scale(calc(1 - var(--i) * .05)); opacity: calc(1 - var(--i) * .3); z-index: calc(10 - var(--i)); transition: transform .5s var(--ease-spring), opacity .4s; animation: ntIn .5s var(--ease-spring); }
.nt-i:nth-child(n+4) { opacity: 0; }
.nt-i:not(:first-child) > * { opacity: .0; transition: opacity .3s; }
.nt:hover .nt-i > * { opacity: 1; }
.nt:hover .nt-i { transform: translateY(calc(var(--i) * 70px - 20px)); opacity: 1; }
@keyframes ntIn { from { transform: translateY(-40px) scale(.9); opacity: 0; } }
.nt-i > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--red); color: #fff; flex: none; }
.nt-i div { display: grid; flex: 1; min-width: 0; } .nt-i b { font-size: 13px; } .nt-i small { font-size: 11.5px; color: #6b604f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nt-i em { font: 600 10px var(--font-mono); font-style: normal; color: #6b604f; }
.wx-u-magnetic { background: #0f0d0b; }
.mb { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.mb-b { padding: 16px 24px; border-radius: 99px; border: 1.5px solid rgba(255, 255, 255, .25); background: none; color: #efe4cc; font: 700 15px var(--font-body); cursor: pointer; transition: background .3s, color .3s, border-color .3s; }
.mb-b span { display: inline-flex; align-items: center; gap: 8px; }
.mb-b.b0 { background: var(--red); border-color: var(--red); color: #fff; }
.mb-b.b2 { width: 58px; height: 58px; padding: 0; display: grid; place-items: center; font-size: 22px; }
.mb-b.near { border-color: #fff; }
.wx-u-stepper { display: grid; place-items: center; background: var(--surface); padding: 16px; }
.stp { display: grid; gap: 20px; width: 100%; max-width: 420px; }
.stp-r { position: relative; display: flex; justify-content: space-between; }
.stp-l { position: absolute; left: 22px; right: 22px; top: 21px; height: 3px; background: var(--line-2); }
.stp-l b { display: block; height: 100%; width: 0; background: var(--red); transition: width .8s var(--ease-out); }
.stp-s { position: relative; display: grid; justify-items: center; gap: 6px; cursor: pointer; }
.stp-s i { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--surface-2); color: var(--ink-3); border: 2px solid var(--line-2); font-size: 18px; transition: all .5s var(--ease-spring); }
.stp-s small { font: 600 11px var(--font-body); color: var(--ink-3); }
.stp-s.done i { background: var(--red); border-color: var(--red); color: #fff; }
.stp-s.on i { border-color: var(--red); color: var(--red); transform: scale(1.18); box-shadow: 0 0 0 6px rgba(196, 50, 29, .14); }
.stp-card { display: grid; gap: 4px; padding: 16px; border-radius: 14px; background: var(--bg); border: 1px solid var(--line-2); }
.stp-card.in { animation: kbLand .5s var(--ease-spring); }
.stp-card b { font: 800 18px var(--font-display); } .stp-card span { font-size: 13px; color: var(--ink-3); }

/* ---------- responsive ---------- */
@media (max-width: 700px) {
  .wg-sb { flex: 1 1 100%; }
  .pr3-c { width: 96px; padding: 12px 10px; } .pr3-c b { font-size: 24px; }
  .bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); }
  .bt.b0 { grid-column: span 2; }
  .bt.b5 { display: none; }
  .kb2-card { font-size: 11.5px; padding: 8px; }
}

/* ---------- coverflow HUD ---------- */
.wx-coverflow:focus-visible { outline: 2px solid var(--red); outline-offset: -2px; }
.cf-hud { position: absolute; left: 50%; bottom: 18px; z-index: 5; display: flex; align-items: center; gap: 14px; transform: translateX(-50%); padding: 6px; border-radius: 99px; background: rgba(20, 16, 12, .6); border: 1px solid rgba(255, 255, 255, .12); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.cf-b { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .1); color: #fff8ee; cursor: pointer; transition: background .2s, transform .2s var(--ease-spring); }
.cf-b:hover { background: var(--red); transform: scale(1.08); }
.cf-cap { display: grid; min-width: 150px; text-align: center; color: #fff8ee; }
.cf-cap b { font: 700 14px var(--font-body); white-space: nowrap; }
.cf-cap span { font: 500 11px var(--font-mono); color: rgba(255, 248, 238, .6); }
.cf-cap.in { animation: cfCap .45s var(--ease-out); }
@keyframes cfCap { from { opacity: 0; transform: translateY(6px); } }
.cf-dots { position: absolute; top: 16px; left: 50%; z-index: 5; display: flex; gap: 5px; transform: translateX(-50%); }
.cf-dots i { width: 5px; height: 5px; border-radius: 99px; background: rgba(255, 255, 255, .25); transition: all .35s var(--ease-out); }
.cf-dots i.on { width: 18px; background: var(--red); }

/* ---------- command palette ---------- */
.wx-u-cmdk { display: grid; place-items: center; padding: 16px; background: radial-gradient(circle at 30% 0%, #2a2140, #0f0d14 70%); }
.ck { display: grid; grid-template-rows: auto 1fr auto; width: 100%; max-width: 440px; height: 100%; max-height: 320px; border-radius: 16px; background: rgba(26, 22, 32, .92); border: 1px solid rgba(255, 255, 255, .1); box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .7), inset 0 1px 0 rgba(255, 255, 255, .06); color: #ece6f5; overflow: hidden; }
.ck-in { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-bottom: 1px solid rgba(255, 255, 255, .08); color: #9d93b0; }
.ck-in input { flex: 1; min-width: 0; border: 0; background: none; outline: none; font: 500 14px var(--font-body); color: #fff; }
.ck-in input::placeholder { color: #7d7390; }
.ck kbd { font: 600 10.5px var(--font-mono); padding: 2px 6px; border-radius: 5px; background: rgba(255, 255, 255, .08); color: #b6adc8; border: 1px solid rgba(255, 255, 255, .08); }
.ck-list { position: relative; overflow-y: auto; padding: 6px; scrollbar-width: thin; }
.ck-sel { position: absolute; left: 6px; right: 6px; top: 0; border-radius: 9px; background: rgba(255, 122, 89, .16); box-shadow: inset 2px 0 0 #ff7a59; transition: transform .22s var(--ease-out), height .22s; pointer-events: none; }
.ck-items small { display: block; padding: 8px 10px 4px; font: 600 10px var(--font-mono); letter-spacing: .12em; text-transform: uppercase; color: #7d7390; }
.ck-r { position: relative; display: flex; align-items: center; gap: 10px; padding: 8px 10px; border-radius: 9px; font-size: 13px; color: #cfc6e0; cursor: pointer; }
.ck-r .ic { color: #8d83a3; flex: none; }
.ck-r span { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ck-r.on { color: #fff; } .ck-r.on .ic { color: #ff9a7a; }
.ck-r mark { background: none; color: #ffb199; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ck-r.run { animation: ckRun .5s var(--ease-out); }
@keyframes ckRun { 30% { transform: scale(.97); background: rgba(255, 122, 89, .25); } }
.ck-none { padding: 24px 10px; text-align: center; font-size: 13px; color: #7d7390; }
.ck-foot { display: flex; align-items: center; gap: 14px; padding: 8px 12px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: 11px; color: #7d7390; }
.ck-foot span { display: inline-flex; align-items: center; gap: 4px; }
.ck-res { margin-left: auto; color: #8fe0a8 !important; font-weight: 600; opacity: 0; }
.ck-res.in { animation: ckRes 1.8s var(--ease-out) forwards; }
@keyframes ckRes { 10%, 70% { opacity: 1; transform: none; } 0% { opacity: 0; transform: translateY(4px); } 100% { opacity: 0; } }

/* ---------- analytics dashboard ---------- */
.wx-u-dash { background: #0f0d14; padding: 14px; }
.db { display: grid; grid-template-rows: auto auto 1fr; gap: 10px; height: 100%; color: #ece6f5; }
.db-top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.db-top small, .db-k small { font: 600 10.5px var(--font-mono); letter-spacing: .1em; text-transform: uppercase; color: #8d83a3; }
.db-title { display: block; font: 800 18px var(--font-display); }
.db-seg { position: relative; display: flex; padding: 3px; border-radius: 10px; background: rgba(255, 255, 255, .06); }
.db-seg button { position: relative; z-index: 1; padding: 6px 12px; border: 0; background: none; color: #9d93b0; font: 700 12px var(--font-mono); cursor: pointer; transition: color .25s; }
.db-seg button.on { color: #fff; }
.db-seg i { position: absolute; left: 0; top: 3px; bottom: 3px; border-radius: 8px; background: #ff7a59; transition: transform .4s var(--ease-spring), width .4s var(--ease-spring); }
.db-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.db-k { display: grid; gap: 2px; padding: 10px 12px; border-radius: 12px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .06); min-width: 0; }
.db-k b { font: 800 clamp(16px, 1.8vw, 22px) var(--font-mono); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.db-k em { font: 700 11px var(--font-mono); font-style: normal; color: #6fdc9a; }
.db-chart { position: relative; min-height: 0; border-radius: 12px; background: rgba(255, 255, 255, .02); overflow: hidden; cursor: crosshair; }
.db-chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.db-grid line { stroke: rgba(255, 255, 255, .06); }
.db-line { fill: none; stroke: #ff7a59; stroke-width: 2.4; filter: drop-shadow(0 4px 10px rgba(255, 122, 89, .45)); }
.db-x { stroke: rgba(255, 255, 255, .25); stroke-dasharray: 3 3; }
.db-pt { fill: #0f0d14; stroke: #ff7a59; stroke-width: 3; }
.db-tip { position: absolute; left: 0; top: 0; display: grid; width: 110px; padding: 6px 10px; border-radius: 10px; background: rgba(255, 255, 255, .95); color: #1f1813; pointer-events: none; box-shadow: 0 10px 20px -8px rgba(0, 0, 0, .6); }
.db-tip small { font: 600 10px var(--font-mono); color: #6b604f; } .db-tip b { font: 800 15px var(--font-mono); }
.db-y span { position: absolute; right: 8px; font: 600 10px var(--font-mono); color: #6e6582; }
@media (max-width: 700px) {
  .db-kpis { gap: 5px; } .db-k { padding: 8px; } .db-seg button { padding: 5px 8px; }
  .cf-cap { min-width: 110px; } .cf-b { width: 32px; height: 32px; }
}
