/* ------------------------------------------------------------------ base */
*, *::before, *::after { box-sizing: border-box; }
html { background: var(--beige-lo); height: 100%; }
body { margin: 0; height: 100%; overflow: hidden; font: 13px/1.4 var(--ui); color: var(--ink); -webkit-font-smoothing: antialiased; }
[hidden] { display: none !important; }
img { max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, figure { margin: 0; }
button { font: inherit; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--white); color: var(--ink); padding: 10px 14px; z-index: 90; }
.skip:focus { left: 12px; top: 12px; }

/* ------------------------------------------------------------ the machine */
.crt { position: fixed; inset: 0; padding: 4vmin 4vmin 9vmin; background: var(--beige); box-shadow: inset 0 0 0 6px var(--ink), inset 0 0 0 14px var(--beige-lo); }
.crt::after { content: ""; position: absolute; left: 4vmin; right: 4vmin; bottom: 2.4vmin; height: 4.4vmin; border-radius: 2.2vmin; background: var(--cream); border: 3px solid var(--ink); }
.badge { position: absolute; left: 50%; bottom: 2.4vmin; transform: translateX(-50%); z-index: 2; width: 4.4vmin; height: 4.4vmin; min-width: 34px; min-height: 34px; display: block; }
.led { position: absolute; right: 7vmin; bottom: 3.7vmin; z-index: 2; width: 2vmin; height: 2vmin; min-width: 14px; min-height: 14px; border-radius: 50%; border: 3px solid var(--ink); background: #7E6B52; }
.led.is-on { background: #57C24A; }
.screen { position: relative; width: 100%; height: 100%; border-radius: 2vmin; overflow: hidden; background: #05060A; border: 6px solid var(--ink); box-shadow: inset 0 0 60px rgba(0, 0, 0, .45); }
.screen::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 60; background: repeating-linear-gradient(180deg, rgba(0, 0, 0, .08) 0 2px, transparent 2px 4px); mix-blend-mode: multiply; opacity: .5; }

/* ------------------------------------------------------------------ boot */
.post { position: absolute; inset: 0; z-index: 40; background: #05060A; color: #D8D2C0; padding: 4% 5%; font: 500 clamp(11px, 1.5vmin, 16px)/1.7 var(--mono); display: grid; align-content: start; gap: 2px; }
.post p { opacity: 0; }
.post p.is-on { opacity: 1; }
.post .cur::after { content: "_"; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.splash { position: absolute; inset: 0; z-index: 40; background: var(--ink); display: grid; place-items: center; text-align: center; color: var(--white); }
.splash__h { font: 700 clamp(40px, 8vmin, 96px)/1 var(--display); letter-spacing: -.02em; }
.splash__h i { display: inline-block; font-style: normal; transform: rotate(-19deg); }
.splash__sub { font: 400 14px/1.4 var(--ui); color: rgba(255, 255, 255, .7); margin: 6px 0 22px; }
.splash__bar { width: 200px; height: 12px; margin: 0 auto; border: 1px solid #888; padding: 2px; display: flex; gap: 2px; overflow: hidden; }
.splash__bar i { width: 10px; height: 100%; background: var(--xp-sky); flex: 0 0 10px; transform: translateX(-60px); animation: chase 1.2s linear infinite; }
.splash__bar i:nth-child(2) { animation-delay: .1s; } .splash__bar i:nth-child(3) { animation-delay: .2s; }
@keyframes chase { to { transform: translateX(220px); } }
.splash__line { font: 400 12px/1 var(--ui); color: rgba(255, 255, 255, .55); margin-top: 10px; }

/* --------------------------------------------------------------- desktop */
.desktop { position: absolute; inset: 0 0 36px 0; overflow: hidden; background: linear-gradient(180deg, var(--xp-sky) 0%, var(--xp-sky-lo) 62%, var(--hill) 62.5%, var(--hill-lo) 100%); }
.wall__hill { position: absolute; left: -10%; right: -10%; bottom: -30%; height: 70%; background: radial-gradient(ellipse at 50% 100%, var(--hill) 0 60%, var(--hill-lo) 61% 100%); border-radius: 50% 50% 0 0; }
.wall__cloud { position: absolute; width: 180px; height: 50px; background: var(--white); border-radius: 40px; opacity: .85; }
.wall__cloud::before { content: ""; position: absolute; left: 34px; top: -26px; width: 90px; height: 60px; background: var(--white); border-radius: 50px 50px 0 0; }
.wall__frog { position: absolute; right: 8%; bottom: 14%; width: min(30vw, 360px); height: auto; pointer-events: none; z-index: 0; }
.wall__mark { position: absolute; left: 50%; top: 42%; transform: translate(-50%, -50%); font: 700 clamp(60px, 12vw, 180px)/1 var(--display); letter-spacing: -.03em; color: rgba(255, 255, 255, .55); pointer-events: none; user-select: none; }
.wall__mark i { display: inline-block; font-style: normal; transition: transform .5s; }
.wall__mark.is-rot i { transform: rotate(-19deg); }
.icons { position: absolute; z-index: 2; left: 14px; top: 12px; display: grid; grid-template-columns: repeat(2, 84px); gap: 6px 4px; }
.icon { display: grid; justify-items: center; gap: 4px; padding: 6px 2px; background: none; border: 1px dotted transparent; color: var(--white); text-shadow: 1px 1px 0 rgba(0, 0, 0, .8); font: 400 12px/1.2 var(--ui); text-align: center; cursor: default; width: 84px; }
.icon.is-sel { background: rgba(16, 80, 174, .55); border-color: rgba(255, 255, 255, .7); }
.icon svg { width: 36px; height: 36px; display: block; filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, .35)); }

/* --------------------------------------------------------------- windows */
.win { position: absolute; z-index: 3; min-width: 320px; width: 520px; max-width: calc(100% - 20px); max-height: calc(100% - 20px); background: var(--face); border: 1px solid var(--xp-deep); border-radius: 8px 8px 0 0; box-shadow: 0 8px 30px rgba(0, 0, 0, .35); display: grid; grid-template-rows: auto minmax(0, 1fr); overflow: hidden; }
.win.is-min { display: none; }
.win__tb { display: flex; align-items: center; gap: 8px; padding: 6px 6px 6px 10px; background: linear-gradient(180deg, #3D7FE8 0%, var(--xp) 45%, var(--xp-deep) 100%); color: var(--white); font: 700 13px/1 var(--display); text-shadow: 1px 1px 0 rgba(0, 0, 0, .5); cursor: grab; user-select: none; touch-action: none; }
.win.is-front .win__tb { background: linear-gradient(180deg, #4C8EF5 0%, var(--xp) 45%, var(--xp-deep) 100%); }
.win__tb b { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 700; }
.win__btn { width: 24px; height: 22px; border: 1px solid var(--white); border-radius: 3px; background: linear-gradient(180deg, #4C8EF5, var(--xp-deep)); color: var(--white); font: 700 13px/1 var(--display); cursor: pointer; display: grid; place-items: center; padding: 0; }
.win__btn--x { background: linear-gradient(180deg, #E8846A, #C1401E); }
.win__body { overflow: auto; padding: 14px; display: grid; gap: 12px; align-content: start; }
.win__p { font: 400 13px/1.5 var(--ui); max-width: 60ch; }
.win__src { font: 400 11px/1.4 var(--ui); color: var(--legal); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 26px; min-width: 76px; padding: 3px 14px; background: linear-gradient(180deg, #FFFFFF, #ECE9D8); border: 1px solid #003C74; border-radius: 3px; font: 400 12px/1 var(--ui); color: var(--ink); cursor: pointer; }
.btn:hover { background: linear-gradient(180deg, #FFF8E0, #F0E7B8); border-color: #E5A100; }
.btn--red { border-color: #7A1A0E; background: linear-gradient(180deg, #F3B4A4, #D8624A); }
.btnrow { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.group { border: 1px solid #A0A0A0; border-radius: 4px; padding: 12px; display: grid; gap: 8px; background: var(--white); }
.tool { display: flex; gap: 6px; align-items: center; padding: 4px 6px; background: var(--face-lo); border-bottom: 1px solid #A0A0A0; font: 400 12px/1 var(--ui); }
.addr { flex: 1; background: var(--white); border: 1px solid #7F9DB9; padding: 4px 6px; font: 400 12px/1 var(--ui); }
.list { display: grid; }
.list__h, .list__r { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1.6fr); gap: 8px; padding: 5px 8px; font: 400 12px/1.3 var(--ui); }
.list__h { background: var(--face-lo); border-bottom: 1px solid #A0A0A0; color: #333; }
.list__r:nth-child(odd) { background: #F4F3EE; }
.list__r b { font-weight: 700; }
.prog { height: 16px; border: 1px solid #7F9DB9; padding: 2px; background: var(--white); display: flex; gap: 2px; overflow: hidden; }
.prog i { width: 8px; flex: 0 0 8px; background: var(--start); transform: translateX(-60px); animation: chase 1.6s linear infinite; }
.prog i:nth-child(2) { animation-delay: .12s; } .prog i:nth-child(3) { animation-delay: .24s; }
.prog--fill { display: block; }
.prog--fill i { display: block; width: var(--w, 0%); height: 100%; background: var(--start); animation: none; transform: none; }
.dialog { display: grid; grid-template-columns: 40px minmax(0, 1fr); gap: 12px; align-items: start; }
.dialog__ico { width: 32px; height: 32px; border-radius: 50%; background: #F2C400; border: 2px solid #8A6D00; display: grid; place-items: center; font: 900 20px/1 var(--display); color: var(--ink); }
.dialog__ico--x { background: #E3453A; border-color: #7A1A0E; color: var(--white); }
.wizard { display: grid; grid-template-columns: 140px minmax(0, 1fr); gap: 0; margin: -14px; }
.wizard__side { background: linear-gradient(180deg, var(--xp), var(--xp-deep)); color: var(--white); padding: 18px 14px; font: 700 16px/1.2 var(--display); }
.wizard__main { padding: 16px 16px 14px; display: grid; gap: 10px; align-content: start; min-height: 260px; }
.wizard__h { font: 700 15px/1.2 var(--display); }
.log { font: 400 11px/1.6 var(--mono); background: var(--white); border: 1px solid #7F9DB9; padding: 8px; min-height: 120px; max-height: 160px; overflow: auto; }
.check { display: flex; gap: 8px; align-items: flex-start; font: 400 12px/1.4 var(--ui); }
.notepad { font: 400 13px/1.55 var(--mono); white-space: pre-wrap; background: var(--white); border: 1px solid #7F9DB9; padding: 10px; min-height: 240px; margin: -14px; }
.browser { margin: -14px; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.page { padding: 26px; background: var(--white); display: grid; gap: 10px; }
.page__h { font: 700 clamp(28px, 4vw, 44px)/1.05 var(--display); color: var(--blue); }
.page__sub { font: 700 18px/1.2 var(--display); color: var(--blue-lit); }
.page__fine { font: 400 10px/1.4 var(--ui); color: var(--legal); }
.mediabox { background: #000; display: grid; place-items: center; padding: 10px; }
.mediabox img { max-height: 40vh; width: auto; }
.mediabar { display: flex; gap: 8px; align-items: center; font: 400 12px/1 var(--ui); }
.mediabar i { flex: 1; height: 8px; background: #555; position: relative; }
.mediabar i::after { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 99%; background: var(--xp-sky); }
.clippy { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 12px; align-items: end; }
.clippy img { width: 120px; height: auto; display: block; }
.bubble { background: #FFFFCC; border: 1px solid #000; border-radius: 10px; padding: 12px; position: relative; font: 400 13px/1.45 var(--ui); display: grid; gap: 8px; }
.bubble::after { content: ""; position: absolute; left: -12px; bottom: 16px; border: 6px solid transparent; border-right-color: #000; }
.bubble button { text-align: left; background: none; border: 0; padding: 2px 0; font: 400 13px/1.3 var(--ui); color: var(--blue); cursor: pointer; text-decoration: underline; }
.bubble .sell { color: #B00; font-size: 11px; }
.pics { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(120px, 100%), 1fr)); gap: 10px; }
.pic { display: grid; gap: 4px; justify-items: center; background: none; border: 1px dotted transparent; padding: 6px; cursor: pointer; font: 400 11px/1.2 var(--ui); color: var(--ink); text-align: center; }
.pic:hover { border-color: #7F9DB9; background: #EEF3FB; }
.pic img { width: 100%; height: auto; border: 1px solid #999; display: block; }
.viewer img { display: block; width: 100%; height: auto; }
.props { display: grid; }
.props__row { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 7px 0; border-bottom: 1px solid #D8D8D8; font: 400 12px/1.3 var(--ui); color: #333; }
.props__row b { font-weight: 700; color: var(--ink); overflow-wrap: anywhere; }
[data-state="pending"] [data-token-address] { color: #B00; letter-spacing: .2em; font-family: var(--mono); }
.copy { min-height: 24px; padding: 2px 8px; background: linear-gradient(180deg, #FFFFFF, #ECE9D8); border: 1px solid #003C74; border-radius: 3px; font: 400 11px/1 var(--ui); cursor: pointer; }
.props__cta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.props__pending { font: 400 11px/1.4 var(--ui); color: var(--legal); margin-top: 8px; }
[data-state="live"] .props__pending { display: none; }
.legal { display: grid; gap: 6px; }
.legal p { font: 400 11px/1.4 var(--ui); color: var(--legal); }
.card { position: absolute; width: 56px; height: 78px; background: var(--white); border: 1px solid #333; border-radius: 4px; display: grid; place-items: center; font: 700 14px/1 var(--display); color: #B00; box-shadow: 1px 1px 0 rgba(0, 0, 0, .3); pointer-events: none; z-index: 30; }
.card:nth-child(even) { color: #000; }
.solwin { text-align: center; display: grid; gap: 8px; padding: 20px 0; }
.solwin b { font: 700 clamp(28px, 4vw, 44px)/1 var(--display); color: var(--blue); }
.radio { display: grid; gap: 6px; }
.radio label { display: flex; gap: 8px; align-items: center; font: 400 12px/1.3 var(--ui); }

/* --------------------------------------------------------------- taskbar */
.taskbar { position: absolute; left: 0; right: 0; bottom: 0; height: 36px; z-index: 50; display: flex; align-items: stretch; gap: 6px; background: linear-gradient(180deg, #3D7FE8 0%, var(--xp) 12%, var(--xp) 88%, var(--xp-deep) 100%); border-top: 1px solid #6FA2F0; }
.start { display: flex; align-items: center; gap: 8px; padding: 0 16px 0 10px; background: linear-gradient(180deg, #5CC24A, var(--start) 60%, #2A7A22); color: var(--white); border: 0; border-radius: 0 12px 12px 0; font: 700 italic 14px/1 var(--display); text-shadow: 1px 1px 0 rgba(0, 0, 0, .5); cursor: pointer; }
.start::before { content: ""; width: 18px; height: 18px; border-radius: 3px; background: conic-gradient(#F35325 0 25%, #81BC06 0 50%, #FFBA08 0 75%, #05A6F0 0); transform: skewX(-8deg); }
.tasks { flex: 1; display: flex; gap: 4px; align-items: center; overflow: hidden; }
.task { max-width: 160px; min-width: 60px; height: 26px; padding: 0 10px; border: 1px solid var(--xp-deep); border-radius: 3px; background: rgba(255, 255, 255, .12); color: var(--white); font: 400 12px/1 var(--ui); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.task.is-active { background: rgba(0, 0, 0, .28); box-shadow: inset 1px 1px 2px rgba(0, 0, 0, .4); }
.tray { display: flex; align-items: center; gap: 12px; padding: 0 12px; background: linear-gradient(180deg, #1F8CE3, #0E64C4); border-left: 1px solid #0C3A9A; color: var(--white); font: 400 12px/1 var(--ui); }
.tray .k { font: 400 10px/1 var(--mono); letter-spacing: .12em; opacity: .85; }
.startmenu { position: absolute; left: 0; bottom: 36px; z-index: 55; width: min(380px, 92vw); background: var(--white); border: 1px solid var(--xp-deep); border-radius: 8px 8px 0 0; box-shadow: 0 8px 30px rgba(0, 0, 0, .4); overflow: hidden; }
.startmenu__head { display: flex; align-items: center; gap: 10px; padding: 10px 12px; background: linear-gradient(180deg, #3D7FE8, var(--xp-deep)); color: var(--white); font: 700 14px/1 var(--display); }
.startmenu__head img { width: 40px; height: 40px; border: 2px solid var(--white); border-radius: 4px; background: var(--xp-sky-lo); object-fit: cover; }
.startmenu__list { display: grid; grid-template-columns: 1fr 1fr; }
.startmenu__list button { display: flex; align-items: center; gap: 8px; padding: 8px 12px; background: none; border: 0; text-align: left; font: 400 12px/1.2 var(--ui); cursor: pointer; }
.startmenu__list button:hover { background: var(--xp); color: var(--white); }
.startmenu__list button svg { width: 22px; height: 22px; flex: 0 0 22px; }
.startmenu__foot { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 8px 12px; background: linear-gradient(180deg, #3D7FE8, var(--xp-deep)); color: var(--white); font: 400 12px/1 var(--ui); }
.startmenu__foot button { background: none; border: 1px solid rgba(255, 255, 255, .5); color: var(--white); padding: 5px 10px; border-radius: 3px; cursor: pointer; font: 400 12px/1 var(--ui); }
.startmenu__legal { padding: 8px 12px 10px; }

/* ------------------------------------------------------------- bsod, off */
.bsod { position: absolute; inset: 0; z-index: 70; background: var(--bsod); color: #C0C0C0; padding: 6% 8%; font: 400 clamp(12px, 1.8vmin, 17px)/1.5 var(--mono); display: grid; align-content: start; gap: 14px; cursor: pointer; }
.bsod b { font-weight: 400; color: #FFFFFF; }
.off { position: absolute; inset: 0; z-index: 70; background: #000; color: #FF8A00; display: grid; place-items: center; text-align: center; padding: 8%; font: 400 clamp(16px, 3vmin, 28px)/1.4 var(--mono); }
.off button { margin-top: 20px; background: none; border: 1px solid #FF8A00; color: #FF8A00; padding: 10px 16px; font: 400 12px/1 var(--mono); letter-spacing: .12em; cursor: pointer; }

@media (prefers-reduced-motion: reduce) {
  .splash__bar i, .prog i, .post .cur::after { animation: none; }
  .wall__mark i { transition: none; }
}

/* ---------------------------------------------------------------- phone */
@media (max-width: 760px) {
  .crt { padding: 2vmin; box-shadow: inset 0 0 0 4px var(--ink); }
  .crt::after, .badge, .led { display: none; }
  .screen { border-radius: 1.5vmin; border-width: 4px; }
  .icons { grid-template-columns: repeat(4, minmax(0, 1fr)); left: 6px; right: 6px; top: 8px; gap: 4px; }
  .icon { width: auto; font-size: 11px; }
  .icon svg { width: 30px; height: 30px; }
  .wall__frog { width: 46vw; right: 2%; bottom: 40px; }
  .wall__mark { top: 58%; font-size: 60px; }
  .win { left: 4px !important; top: 4px !important; right: 4px; bottom: 40px; width: auto; max-width: none; max-height: none; transform: none !important; }
  .wizard { grid-template-columns: 1fr; }
  .wizard__side { padding: 12px 14px; font-size: 14px; }
  .list__h, .list__r { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); }
  .list__h span:last-child, .list__r span:last-child { display: none; }
  .clippy { grid-template-columns: 90px minmax(0, 1fr); }
  .clippy img { width: 90px; }
  .props__row { grid-template-columns: 90px minmax(0, 1fr) auto; }
  .taskbar { height: 40px; }
  .tray .k { display: none; }
  .startmenu { width: 100%; }
}

/* ------------------------------------------------------------ the fun */
.walker { position: absolute; bottom: 0; left: 0; z-index: 30; will-change: transform; width: 120px; background: none; border: 0; padding: 0; cursor: pointer; transform-origin: 50% 100%; }
.walker img { display: block; width: 120px; height: auto; pointer-events: none; }
.walker__bubble { position: absolute; left: 50%; bottom: calc(100% + 6px); transform: translateX(-50%) scaleX(var(--flip, 1)); width: max-content; max-width: 260px; background: #FFFFCC; border: 1px solid #000; border-radius: 10px; padding: 8px 10px; font: 400 12px/1.35 var(--ui); color: #000; text-align: left; }
.walker__bubble::after { content: ""; position: absolute; left: 50%; top: 100%; margin-left: -6px; border: 6px solid transparent; border-top-color: #000; }
.ntoast { position: absolute; right: 12px; bottom: 12px; z-index: 31; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; align-items: center; width: min(320px, 80%); padding: 10px 12px; background: #FFFFE1; border: 1px solid #7F9DB9; border-radius: 6px; box-shadow: 0 6px 20px rgba(0, 0, 0, .35); cursor: pointer; }
.ntoast img { width: 44px; height: auto; display: block; }
.ntoast b { display: block; font: 700 12px/1.2 var(--display); color: var(--blue); }
.ntoast span { font: 400 12px/1.35 var(--ui); }
.errbox { position: absolute; z-index: 32; width: 400px; max-width: calc(100% - 24px); background: var(--face); border: 1px solid var(--xp-deep); border-radius: 8px 8px 0 0; box-shadow: 0 8px 30px rgba(0, 0, 0, .4); overflow: hidden; }
.errbox__tb { padding: 6px 10px; background: linear-gradient(180deg, #E8846A, #C1401E); color: #fff; font: 700 13px/1 var(--display); text-shadow: 1px 1px 0 rgba(0, 0, 0, .5); }
.errbox__body { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 12px; align-items: center; padding: 14px; }
.errbox__body img { width: 64px; height: auto; display: block; }
.errbox__body p { font: 400 13px/1.45 var(--ui); }
.errbox__btns { display: flex; gap: 8px; justify-content: flex-end; padding: 0 14px 14px; }
.wallpic { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; pointer-events: none; padding: 4% 6% 8%; }
.wallpic img { width: auto; height: auto; max-width: min(56%, 520px); max-height: 100%; border: 5px solid #fff; box-shadow: 0 20px 50px rgba(0, 0, 0, .4); transform: rotate(-2deg); }
.saver { position: absolute; inset: 0; z-index: 65; background: #000; overflow: hidden; }
.saver__logo { position: absolute; left: 0; top: 0; display: grid; justify-items: center; gap: 4px; width: 150px; color: #F2C94C; will-change: transform; }
.saver__logo img { width: 110px; height: auto; display: block; filter: drop-shadow(0 0 12px currentColor); }
.saver__logo span { font: 700 26px/1 var(--display); letter-spacing: -.02em; }
@media (max-width: 760px) { .walker { width: 84px; } .walker img { width: 84px; } .wallpic img { width: 70%; } .saver__logo { width: 110px; } .saver__logo img { width: 80px; } }

/* phone desktop: icons on top, the picture lower left, the frog small in the corner, nothing overlapping */
@media (max-width: 760px) {
  .wall__frog { width: 32vw; right: 2%; bottom: 8px; }
  .wall__mark { top: 46%; left: 42%; font-size: 44px; white-space: nowrap; }
  .wall__cloud { display: none; }
  .wallpic { place-items: end start; padding: 0 0 4% 4%; }
  .wallpic img { max-width: 58%; max-height: 46%; }
  .icons { gap: 2px; }
}
