:root {
  --ink: #f6f4eb;
  --muted: rgba(246, 244, 235, 0.68);
  --line: rgba(255, 255, 255, 0.15);
  --glass: rgba(26, 28, 20, 0.52);
  --glass-strong: rgba(24, 25, 18, 0.78);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
  --pink: #ff2e7e;
  --lime: #d8ff63;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  font-family: "Avenir Next", Avenir, "Century Gothic", ui-rounded, sans-serif;
  color: var(--ink);
  background: #15170f;
  font-synthesis: none;
  text-rendering: geometricPrecision;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
}

button,
input {
  font: inherit;
}

button {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.wallpaper {
  position: fixed;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 42% 110%, rgba(255, 151, 93, 0.5), transparent 35%),
    radial-gradient(circle at 102% -2%, rgba(216, 255, 99, 0.16), transparent 38%),
    linear-gradient(145deg, #353a25 0%, #1e2318 46%, #11130d 100%);
}

.wallpaper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.26));
  pointer-events: none;
}

.aurora {
  position: absolute;
  border-radius: 46% 54% 62% 38% / 48% 38% 62% 52%;
  filter: blur(2px);
  opacity: 0.9;
  will-change: transform;
  animation: drift 18s ease-in-out infinite alternate;
}

.aurora-one {
  width: min(84vw, 1100px);
  aspect-ratio: 1.7;
  right: -15vw;
  top: 8vh;
  transform: rotate(-17deg);
  background: linear-gradient(110deg, rgba(255, 46, 126, 0.84), rgba(255, 127, 100, 0.64) 45%, rgba(237, 224, 150, 0.14));
  box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.13), 0 50px 140px rgba(255, 46, 126, 0.18);
}

.aurora-two {
  width: min(76vw, 960px);
  aspect-ratio: 1.4;
  left: -26vw;
  bottom: -18vh;
  transform: rotate(14deg);
  background: linear-gradient(135deg, rgba(216, 255, 99, 0.58), rgba(88, 115, 63, 0.56) 52%, rgba(12, 16, 10, 0.08));
  animation-delay: -8s;
}

.orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.015));
  box-shadow: inset -20px -28px 60px rgba(0, 0, 0, 0.16), inset 14px 16px 34px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(3px);
}

.orb-one {
  width: clamp(170px, 24vw, 360px);
  aspect-ratio: 1;
  right: 11vw;
  bottom: -8vh;
}

.orb-two {
  width: clamp(80px, 10vw, 170px);
  aspect-ratio: 1;
  left: 42%;
  top: 17%;
  opacity: 0.42;
}

.grain {
  position: absolute;
  inset: -50%;
  opacity: 0.075;
  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='.7'/%3E%3C/svg%3E");
  animation: grain 0.28s steps(2) infinite;
  pointer-events: none;
}

.os-shell {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
}

.mobile-status {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  height: calc(48px + var(--safe-top));
  padding: calc(10px + var(--safe-top)) 20px 0;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.32);
}

.mobile-island {
  width: 94px;
  height: 27px;
  margin-top: -4px;
  border-radius: 999px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.mobile-signals {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

.mobile-signals svg {
  width: 16px;
  height: 12px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  fill: none;
}

.mobile-signals svg:first-child {
  fill: currentColor;
  stroke: none;
}

.battery {
  position: relative;
  width: 22px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 3px;
}

.battery::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 2px;
  width: 2px;
  height: 4px;
  border-radius: 0 2px 2px 0;
  background: rgba(255, 255, 255, 0.7);
}

.battery i {
  position: absolute;
  inset: 1.5px;
  border-radius: 1px;
  background: currentColor;
}

.desktop-menu {
  display: none;
}

.desktop {
  height: 100dvh;
  padding: calc(58px + var(--safe-top)) 22px calc(158px + var(--safe-bottom));
  overflow-y: auto;
  scrollbar-width: none;
}

.desktop::-webkit-scrollbar {
  display: none;
}

.mobile-widget {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 156px;
  margin: 0 auto 30px;
  padding: 21px 22px;
  overflow: hidden;
  align-items: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 31px;
  background: linear-gradient(135deg, rgba(24, 26, 18, 0.64), rgba(48, 52, 34, 0.31));
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(130%);
  animation: rise 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.widget-brand {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
}

.widget-time {
  display: block;
  margin: 3px 0 -4px;
  font-size: clamp(42px, 14vw, 58px);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 1;
}

.widget-date {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.widget-rings {
  position: absolute;
  right: -28px;
  top: -36px;
  width: 170px;
  height: 170px;
  transform: rotate(-14deg);
}

.widget-rings i {
  position: absolute;
  border-radius: 50%;
  border: 18px solid;
}

.widget-rings i:nth-child(1) {
  inset: 0;
  border-color: rgba(255, 46, 126, 0.82);
  box-shadow: 0 0 45px rgba(255, 46, 126, 0.2);
}

.widget-rings i:nth-child(2) {
  inset: 32px;
  border-color: rgba(216, 255, 99, 0.76);
}

.widget-rings i:nth-child(3) {
  inset: 64px;
  border-width: 12px;
  border-color: rgba(255, 255, 255, 0.48);
}

.desktop-intro {
  display: none;
}

.app-grid {
  display: grid;
  max-width: 520px;
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: clamp(11px, 4vw, 22px);
  row-gap: 25px;
}

.app {
  min-width: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  text-align: center;
  animation: rise 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  animation-delay: calc(0.045s * var(--order));
}

.app-icon,
.result-icon,
.dock-icon,
.launch-toast-icon {
  --app-start: #627053;
  --app-end: #29301f;
  --app-glow: rgba(216, 255, 99, 0.18);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 26% 18%, rgba(255, 255, 255, 0.34), transparent 28%),
    linear-gradient(145deg, var(--app-start), var(--app-end));
  box-shadow: 0 12px 27px rgba(0, 0, 0, 0.24), inset 0 1px 1px rgba(255, 255, 255, 0.28), inset 0 -1px 2px rgba(0, 0, 0, 0.18);
}

.app-icon::after,
.dock-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.32);
  pointer-events: none;
}

.app-icon {
  width: clamp(58px, 16.5vw, 68px);
  aspect-ratio: 1;
  margin: 0 auto 7px;
  border-radius: 22.5%;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}

.app-icon svg,
.dock-icon svg,
.result-icon svg,
.launch-toast-icon svg {
  position: relative;
  z-index: 2;
  width: 48%;
  height: 48%;
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.18));
}

.app-icon .fill,
.dock-icon .fill,
.result-icon .fill,
.launch-toast-icon .fill {
  fill: #fff;
  stroke: none;
}

.app-name {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.94);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  text-overflow: ellipsis;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.46);
  white-space: nowrap;
}

.app:active .app-icon,
.app.is-launching .app-icon {
  transform: scale(0.86);
  filter: brightness(1.14);
}

.app:focus-visible,
.dock-app:focus-visible,
.mobile-search:focus-visible,
.spotlight-pill:focus-visible,
.menu-search:focus-visible,
.result:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.page-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 25px;
}

.page-dots i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.34);
}

.page-dots i.active {
  background: rgba(255, 255, 255, 0.9);
}

.dock {
  position: fixed;
  z-index: 18;
  bottom: calc(18px + var(--safe-bottom));
  left: 50%;
  transform: translateX(-50%);
}

.dock-surface {
  display: flex;
  padding: 9px;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px;
  background: rgba(234, 235, 220, 0.17);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.28), inset 0 1px rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(28px) saturate(155%);
}

.dock-app {
  position: relative;
  display: grid;
  padding: 0;
  border: 0;
  place-items: center;
  background: none;
  cursor: pointer;
}

.dock-icon {
  width: 52px;
  height: 52px;
  border-radius: 23%;
  transition: transform 190ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dock-app:active .dock-icon {
  transform: scale(0.88);
}

.mobile-search {
  position: fixed;
  z-index: 17;
  bottom: calc(99px + var(--safe-bottom));
  left: 50%;
  display: flex;
  height: 31px;
  padding: 0 13px;
  transform: translateX(-50%);
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(20, 22, 15, 0.32);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
  cursor: pointer;
  font-size: 11px;
  font-weight: 650;
}

.mobile-search svg,
.spotlight-pill svg,
.menu-search svg,
.spotlight-input-wrap svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.desktop-hint {
  display: none;
}

.spotlight[hidden] {
  display: none;
}

.spotlight {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: calc(74px + var(--safe-top)) 16px 110px;
  align-items: start;
  justify-items: center;
}

.spotlight-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  border: 0;
  background: rgba(7, 8, 5, 0.42);
  backdrop-filter: blur(14px) saturate(90%);
  cursor: default;
  animation: fade 160ms ease both;
}

.spotlight-panel {
  position: relative;
  width: min(100%, 620px);
  max-height: min(590px, calc(100dvh - 160px));
  padding: 13px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background: rgba(28, 30, 22, 0.87);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.52), inset 0 1px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(40px) saturate(140%);
  animation: spotlight-in 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.spotlight-input-wrap {
  display: grid;
  height: 56px;
  padding: 0 15px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.spotlight-input-wrap svg {
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.spotlight-input-wrap input {
  min-width: 0;
  border: 0;
  outline: 0;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: 520;
  letter-spacing: -0.02em;
}

.spotlight-input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

kbd {
  display: inline-grid;
  min-width: 22px;
  height: 21px;
  padding: 0 6px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25);
  font-family: inherit;
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.spotlight-label {
  margin: 17px 11px 8px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
}

.spotlight-results {
  display: grid;
  gap: 4px;
}

.result {
  display: grid;
  width: 100%;
  min-height: 66px;
  padding: 9px 10px;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 0;
  border-radius: 15px;
  color: inherit;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background 140ms ease;
}

.result:hover,
.result[aria-selected="true"] {
  background: rgba(255, 255, 255, 0.1);
}

.result-icon {
  width: 45px;
  height: 45px;
  border-radius: 13px;
}

.result-copy strong,
.result-copy small {
  display: block;
}

.result-copy strong {
  font-size: 14px;
  font-weight: 650;
}

.result-copy small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

.result-arrow {
  color: rgba(255, 255, 255, 0.35);
  font-size: 18px;
}

.spotlight-empty {
  padding: 28px 12px;
  color: var(--muted);
  text-align: center;
}

.launch-toast {
  position: fixed;
  z-index: 150;
  top: calc(62px + var(--safe-top));
  left: 50%;
  display: flex;
  min-width: 190px;
  padding: 10px 14px 10px 10px;
  transform: translate(-50%, -24px) scale(0.96);
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  opacity: 0;
  background: rgba(22, 24, 17, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1);
  font-size: 12px;
}

.launch-toast.show {
  transform: translate(-50%, 0) scale(1);
  opacity: 1;
}

.launch-toast-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  border-radius: 10px;
}

.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;
}

@media (min-width: 720px) {
  .wallpaper {
    background:
      radial-gradient(circle at 8% 94%, rgba(216, 255, 99, 0.3), transparent 28%),
      radial-gradient(circle at 86% 16%, rgba(255, 46, 126, 0.24), transparent 32%),
      linear-gradient(145deg, #303421 0%, #181b12 45%, #0d0f0a 100%);
  }

  .mobile-status,
  .mobile-widget,
  .mobile-search,
  .page-dots {
    display: none;
  }

  .desktop-menu {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 31px;
    padding: 0 14px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(17, 19, 13, 0.48);
    box-shadow: 0 1px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(24px) saturate(145%);
    font-size: 11px;
    letter-spacing: -0.01em;
  }

  .menu-left,
  .menu-right {
    display: flex;
    align-items: center;
    gap: 17px;
  }

  .menu-left strong {
    font-weight: 750;
  }

  .mark-button,
  .menu-search {
    display: grid;
    padding: 0;
    border: 0;
    place-items: center;
    background: none;
    cursor: pointer;
  }

  .mark-button img {
    width: 15px;
    height: 15px;
    filter: invert(1);
  }

  .menu-item {
    color: rgba(255, 255, 255, 0.72);
  }

  .menu-right {
    gap: 13px;
    color: rgba(255, 255, 255, 0.86);
  }

  .menu-search svg {
    width: 14px;
    height: 14px;
  }

  .connection-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 12px rgba(216, 255, 99, 0.7);
  }

  .desktop {
    display: grid;
    height: 100dvh;
    padding: clamp(70px, 9vh, 104px) clamp(38px, 5vw, 84px) 132px;
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(500px, 760px) 1fr;
    column-gap: clamp(40px, 7vw, 130px);
    align-items: start;
    overflow: hidden;
  }

  .desktop-intro {
    display: flex;
    grid-column: 1 / -1;
    margin-bottom: clamp(35px, 6vh, 70px);
    justify-content: space-between;
    align-items: end;
    animation: rise 0.65s cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .desktop-intro h1 {
    margin: 5px 0 4px;
    font-family: "Bodoni 72", Didot, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 78px);
    font-weight: 500;
    letter-spacing: -0.055em;
    line-height: 0.96;
  }

  .desktop-intro h1 span {
    color: #ffb0ca;
  }

  .desktop-intro > div > p:last-child {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
  }

  .spotlight-pill {
    display: flex;
    min-width: 245px;
    height: 44px;
    padding: 0 12px 0 15px;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.14), inset 0 1px rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(18px);
    cursor: pointer;
    text-align: left;
  }

  .spotlight-pill span {
    flex: 1;
    font-size: 12px;
  }

  .app-grid {
    width: 100%;
    max-width: 760px;
    margin: 0;
    grid-template-columns: repeat(6, minmax(64px, 1fr));
    column-gap: clamp(20px, 3vw, 42px);
    row-gap: clamp(30px, 5vh, 50px);
  }

  .app-icon {
    width: clamp(65px, 5.7vw, 79px);
    border-radius: 19px;
  }

  .app:hover .app-icon {
    transform: translateY(-7px) scale(1.05);
    filter: brightness(1.08) saturate(1.08);
    box-shadow: 0 22px 35px rgba(0, 0, 0, 0.3), 0 0 28px var(--app-glow), inset 0 1px 1px rgba(255, 255, 255, 0.3);
  }

  .app-name {
    font-size: 11.5px;
  }

  .dock {
    bottom: 17px;
  }

  .dock-surface {
    padding: 7px;
    gap: 7px;
    border-radius: 20px;
    background: rgba(232, 233, 221, 0.16);
  }

  .dock-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .dock-app::after {
    content: attr(aria-label);
    position: absolute;
    bottom: calc(100% + 13px);
    left: 50%;
    padding: 6px 9px;
    transform: translate(-50%, 7px) scale(0.94);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 7px;
    opacity: 0;
    color: #fff;
    background: rgba(26, 28, 20, 0.83);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
    pointer-events: none;
    transition: opacity 140ms ease, transform 140ms ease;
    font-size: 10px;
    white-space: nowrap;
  }

  .dock-app:hover::after {
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
  }

  .dock-app:hover .dock-icon {
    transform: translateY(-11px) scale(1.22);
  }

  .desktop-hint {
    position: fixed;
    right: 18px;
    bottom: 15px;
    display: block;
    margin: 0;
    color: rgba(255, 255, 255, 0.4);
    font-size: 9px;
    letter-spacing: 0.04em;
  }

  .desktop-hint kbd {
    margin: 0 2px;
  }

  .spotlight {
    padding-top: min(18vh, 160px);
  }

  .launch-toast {
    top: 47px;
  }
}

@media (min-width: 720px) and (max-width: 1050px) {
  .desktop {
    grid-template-columns: 1fr;
  }

  .desktop-intro {
    margin-bottom: 42px;
  }

  .app-grid {
    max-width: 670px;
  }

  .menu-item {
    display: none;
  }
}

@media (max-width: 370px) {
  .desktop {
    padding-inline: 15px;
  }

  .app-grid {
    column-gap: 8px;
    row-gap: 20px;
  }

  .app-name {
    font-size: 10px;
  }

  .dock-icon {
    width: 47px;
    height: 47px;
  }
}

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

@keyframes rise {
  from { opacity: 0; transform: translateY(18px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes spotlight-in {
  from { opacity: 0; transform: translateY(-12px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes drift {
  0% { translate: -2% -1%; rotate: -1deg; }
  100% { translate: 3% 2%; rotate: 2deg; }
}

@keyframes grain {
  0% { transform: translate3d(0, 0, 0); }
  25% { transform: translate3d(2%, -3%, 0); }
  50% { transform: translate3d(-3%, 2%, 0); }
  75% { transform: translate3d(3%, 4%, 0); }
  100% { transform: translate3d(-2%, -2%, 0); }
}
