:root {
  --mint: #8be8d4;
  --mint-deep: #2bb9a2;
  --sky: #8fd8ff;
  --sky-soft: #e7f7ff;
  --yellow: #ffe58a;
  --yellow-soft: #fff7cf;
  --coral: #ff7b73;
  --ink: #213547;
  --muted: #657686;
  --line: #d9edf1;
  --paper: #ffffff;
  --bg: #f4fbfb;
  --shadow: 0 14px 34px rgba(55, 134, 145, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 229, 138, 0.45), transparent 24rem),
    radial-gradient(circle at 86% 4%, rgba(143, 216, 255, 0.45), transparent 22rem),
    linear-gradient(180deg, #effbff 0%, #f8fffb 58%, #fff7df 100%);
  color: var(--ink);
  font-family:
    "Pretendard",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    system-ui,
    sans-serif;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.phone-shell {
  position: relative;
  width: min(100%, 470px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 18px 16px 104px;
  background: rgba(248, 254, 255, 0.84);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
  transform: translateX(0);
  will-change: transform, opacity;
}

.phone-shell.slide-in-from-right {
  animation: slideInFromRight 260ms ease-out both;
}

.phone-shell.slide-in-from-left {
  animation: slideInFromLeft 260ms ease-out both;
}

.phone-shell.slide-out-to-left {
  animation: slideOutToLeft 220ms ease-in both;
}

.phone-shell.slide-out-to-right {
  animation: slideOutToRight 220ms ease-in both;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -18px -16px 14px;
  padding: 16px;
  background: rgba(248, 254, 255, 0.92);
  backdrop-filter: blur(16px);
}

.logo-placeholder {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  color: #2d5562;
  font-weight: 850;
  letter-spacing: 0;
}

.logo-mark {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  object-fit: cover;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(43, 185, 162, 0.22);
}

.logo-placeholder span:last-child {
  color: #156f67;
  font-size: 19px;
  font-weight: 950;
}

.round-icon {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: #5a4b00;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(220, 178, 32, 0.24);
}

.search-card,
.section-block,
.detail-preview,
.trade-check,
.my-trades,
.page-heading {
  margin-top: 16px;
}

.page-heading {
  padding: 18px 4px 4px;
}

.page-heading h1 {
  margin: 0;
  font-size: clamp(26px, 7vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
}

.page-heading p:last-child {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.search-card {
  padding: 16px;
  border: 1px solid rgba(43, 185, 162, 0.26);
  border-radius: 18px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.search-card label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 850;
}

.search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 14px;
  border: 2px solid #cdeff7;
  border-radius: 16px;
  background: #f8fdff;
}

.search-box span {
  width: 19px;
  height: 19px;
  border: 3px solid var(--mint-deep);
  border-radius: 50%;
  position: relative;
}

.search-box span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 3px;
  right: -8px;
  bottom: -4px;
  border-radius: 999px;
  background: var(--mint-deep);
  transform: rotate(45deg);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
}

.hello-banner {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 20px;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #bdf2e8 0%, #e9fbff 48%, #fff0a8 100%);
  box-shadow: var(--shadow);
}

.eyebrow,
.badge {
  margin: 0 0 6px;
  color: #146e63;
  font-size: 12px;
  font-weight: 850;
}

.hello-banner h1 {
  margin: 0;
  font-size: clamp(24px, 6vw, 32px);
  line-height: 1.18;
  letter-spacing: 0;
}

.hello-banner p:last-child {
  margin: 10px 0 0;
  color: #315866;
  font-size: 14px;
  line-height: 1.5;
}

.banner-art {
  position: relative;
  height: 130px;
}

.book-shape,
.pencil-shape,
.ball-shape {
  position: absolute;
  display: block;
  box-shadow: 0 12px 24px rgba(29, 105, 113, 0.16);
}

.book-shape {
  width: 78px;
  height: 94px;
  right: 36px;
  top: 18px;
  border: 4px solid #45a6d8;
  border-radius: 12px 18px 18px 12px;
  background: repeating-linear-gradient(90deg, #ffffff 0 9px, #dff6ff 9px 14px);
  transform: rotate(-8deg);
}

.pencil-shape {
  width: 24px;
  height: 112px;
  right: 10px;
  top: 6px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(180deg, #ffcf5a 0 78%, #f38d78 78% 88%, #7a5d40 88%);
  transform: rotate(14deg);
}

.ball-shape {
  width: 48px;
  height: 48px;
  left: 8px;
  bottom: 0;
  border-radius: 50%;
  background: conic-gradient(from 30deg, var(--coral), var(--yellow), var(--sky), var(--coral));
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.section-title h2 {
  margin: 0;
  font-size: 21px;
  letter-spacing: 0;
}

.section-title button {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  background: #e2f8f4;
  color: #177b6f;
  font-size: 13px;
  font-weight: 800;
  padding: 0 12px;
}

.text-link {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #e2f8f4;
  color: #177b6f;
  font-size: 13px;
  font-weight: 800;
  padding: 0 12px;
  text-decoration: none;
  white-space: nowrap;
}

.small-note {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.category-item {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 96px;
  padding: 12px 6px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 850;
  box-shadow: 0 9px 20px rgba(67, 140, 146, 0.1);
}

.cat-icon,
.nav-icon,
.upload-icon {
  display: block;
  position: relative;
}

.cat-icon {
  width: 40px;
  height: 40px;
}

.cat-icon.book {
  border: 4px solid #43b7e8;
  border-radius: 7px 12px 12px 7px;
  background: #eaf8ff;
}

.cat-icon.toy {
  border-radius: 10px;
  background: var(--yellow);
}

.cat-icon.toy::before,
.cat-icon.toy::after {
  content: "";
  position: absolute;
  background: #ff9d6c;
}

.cat-icon.toy::before {
  inset: 17px 5px;
}

.cat-icon.toy::after {
  inset: 5px 17px;
}

.cat-icon.pencil {
  width: 16px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #ffdb69 0 72%, #f8a28e 72% 85%, #71533c 85%);
}

.cat-icon.game {
  border-radius: 12px;
  background: #dff5ff;
}

.cat-icon.game::before,
.cat-icon.game::after {
  content: "";
  position: absolute;
  background: var(--mint-deep);
}

.cat-icon.game::before {
  width: 24px;
  height: 6px;
  left: 8px;
  top: 17px;
  border-radius: 999px;
}

.cat-icon.game::after {
  width: 6px;
  height: 24px;
  left: 17px;
  top: 8px;
  border-radius: 999px;
}

.cat-icon.craft {
  border-radius: 50% 50% 12px 12px;
  background: linear-gradient(135deg, #8be8d4 0 50%, #ffdf6e 50%);
}

.cat-icon.etc {
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff 0 14%, transparent 15%), var(--coral);
}

.item-list {
  display: grid;
  gap: 12px;
}

.item-card,
.mini-card,
.detail-preview,
.trade-check,
.form-section,
.my-trades {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  box-shadow: 0 10px 24px rgba(67, 140, 146, 0.1);
}

.item-card {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 12px;
  padding: 12px;
}

.item-photo,
.mini-photo,
.detail-photo,
.compare-photo {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background-color: #e7f7ff;
}

.item-photo {
  min-height: 144px;
}

.photo-book {
  background:
    linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.7) 48% 52%, transparent 52%),
    repeating-linear-gradient(90deg, #76c5ee 0 22px, #fff6ca 22px 44px, #8be8d4 44px 66px);
}

.photo-puzzle {
  background:
    radial-gradient(circle at 26% 30%, #fff 0 12px, transparent 13px),
    radial-gradient(circle at 68% 66%, #fff 0 12px, transparent 13px),
    linear-gradient(135deg, #9ce7da 0 50%, #ffdc71 50%);
}

.photo-crayon {
  background: repeating-linear-gradient(115deg, #ff7b73 0 18px, #ffe58a 18px 36px, #8fd8ff 36px 54px, #8be8d4 54px 72px);
}

.photo-block {
  background:
    radial-gradient(circle at 28% 32%, rgba(255, 255, 255, 0.75) 0 9px, transparent 10px),
    radial-gradient(circle at 68% 64%, rgba(255, 255, 255, 0.75) 0 9px, transparent 10px),
    linear-gradient(135deg, #5fc5f0, #f8c45d);
}

.photo-notebook {
  background:
    linear-gradient(90deg, #ff948d 0 16px, transparent 16px),
    repeating-linear-gradient(180deg, #ffffff 0 18px, #dceff7 18px 20px);
}

.photo-craft {
  background:
    linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.58) 30% 36%, transparent 36%),
    conic-gradient(from 45deg, #8be8d4, #8fd8ff, #ffe58a, #ff7b73, #8be8d4);
}

.photo-detail {
  background:
    repeating-linear-gradient(90deg, #ff7b73 0 10px, #ffe58a 10px 20px, #8be8d4 20px 30px, #8fd8ff 30px 40px),
    linear-gradient(#fff, #fff);
}

.uploaded-photo {
  background-position: center;
  background-size: cover;
}

.item-info {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.badge {
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--yellow-soft);
}

.badge.mint {
  background: #dcfbf5;
}

.item-info h3,
.mini-card h3,
.trade-list h3 {
  margin: 0;
  font-size: 17px;
  letter-spacing: 0;
}

.item-info p:not(.badge),
.mini-card p,
.trade-list p {
  margin: 7px 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.item-info button,
.small-action,
.trade-list button {
  align-self: flex-start;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  background: var(--mint-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  padding: 0 14px;
}

.small-action {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mini-card {
  padding: 10px;
}

.mini-card a {
  text-decoration: none;
}

.mini-photo {
  height: 92px;
  margin-bottom: 10px;
}

.detail-preview {
  overflow: hidden;
}

.detail-photo {
  height: 220px;
  border-radius: 0;
}

.detail-content {
  padding: 16px;
}

.detail-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.detail-heading h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 0;
}

.report-button {
  min-width: 48px;
  min-height: 34px;
  border: 1px solid #ffd2ce;
  border-radius: 999px;
  background: #fff4f2;
  color: #b8423a;
  font-size: 12px;
  font-weight: 850;
}

dl {
  margin: 14px 0;
}

dl div {
  padding: 12px 0;
  border-top: 1px solid #eaf2f4;
}

dt {
  margin-bottom: 4px;
  color: #177b6f;
  font-size: 13px;
  font-weight: 900;
}

dd {
  margin: 0;
  color: #384f5d;
  font-size: 15px;
  line-height: 1.5;
}

.safe-tips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.safe-tips span {
  padding: 8px 10px;
  border-radius: 999px;
  background: var(--sky-soft);
  color: #20637b;
  font-size: 12px;
  font-weight: 850;
}

.primary-button,
.ghost-button {
  min-height: 52px;
  border-radius: 16px;
  font-weight: 900;
}

.primary-button {
  border: 0;
  background: linear-gradient(135deg, var(--mint-deep), #2e9fe0);
  color: #fff;
  box-shadow: 0 12px 22px rgba(43, 185, 162, 0.25);
}

.primary-link {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--mint-deep), #2e9fe0);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 22px rgba(43, 185, 162, 0.25);
}

.ghost-button {
  border: 2px solid #cae6ec;
  background: #fff;
  color: #355564;
}

.ghost-link {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 2px solid #cae6ec;
  border-radius: 16px;
  background: #fff;
  color: #355564;
  font-weight: 900;
  text-decoration: none;
}

.trade-check,
.form-section,
.my-trades {
  padding: 16px;
}

.compare-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

.compare-row article {
  min-width: 0;
  padding: 10px;
  border-radius: 16px;
  background: #f6fcff;
  text-align: center;
}

.compare-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.compare-photo {
  height: 88px;
  margin: 8px 0;
}

.compare-row strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 14px;
}

.swap-mark {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: #665100;
  font-weight: 900;
}

.button-row {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 10px;
  margin-top: 14px;
}

form {
  display: grid;
  gap: 12px;
}

.upload-box {
  display: grid;
  place-items: center;
  min-height: 126px;
  border: 2px dashed #89d8d0;
  border-radius: 18px;
  background: #f4fffc;
  color: var(--ink);
}

.upload-icon {
  width: 38px;
  height: 30px;
  margin-bottom: 8px;
  border: 3px solid var(--mint-deep);
  border-radius: 8px;
}

.upload-icon::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 10px;
  top: 7px;
  border-radius: 50%;
  background: var(--yellow);
}

.upload-box small {
  color: var(--muted);
}

form label,
fieldset {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 0;
  padding: 0;
  color: #244a58;
  font-size: 14px;
  font-weight: 850;
}

legend {
  margin-bottom: 8px;
  padding: 0;
  color: #244a58;
  font-size: 14px;
  font-weight: 850;
}

input,
textarea,
select {
  width: 100%;
  border: 2px solid #d6eef3;
  border-radius: 14px;
  background: #ffffff;
  color: var(--ink);
  outline: 0;
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  min-height: 42px;
  border: 2px solid #d6eef3;
  border-radius: 999px;
  background: #fff;
  color: #355564;
  font-size: 13px;
  font-weight: 850;
  padding: 0 12px;
}

.chip.active {
  border-color: var(--mint-deep);
  background: #ddfbf5;
  color: #126b60;
}

.full {
  width: 100%;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-bottom: 12px;
  padding: 5px;
  border-radius: 16px;
  background: #edf8fa;
}

.tabs button {
  min-height: 40px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #547080;
  font-size: 12px;
  font-weight: 850;
}

.tabs button.active {
  background: #fff;
  color: #126b60;
  box-shadow: 0 6px 16px rgba(64, 131, 142, 0.12);
}

.trade-list {
  display: grid;
  gap: 9px;
}

.trade-list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 10px;
  border: 1px solid #e4f1f4;
  border-radius: 16px;
  background: #fbfeff;
}

.trade-list p {
  margin-bottom: 0;
}

.trade-list button {
  min-width: 52px;
}

.item-actions {
  display: grid;
  gap: 6px;
}

.item-actions button {
  min-width: 48px;
  min-height: 34px;
  padding: 0 10px;
  font-size: 12px;
}

.status-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.status-dot.yellow {
  background: var(--yellow);
}

.status-dot.blue {
  background: var(--sky);
}

.status-dot.mint {
  background: var(--mint);
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 12px;
  z-index: 20;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: min(calc(100% - 24px), 438px);
  padding: 8px;
  border: 1px solid rgba(198, 232, 238, 0.92);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(42, 100, 115, 0.2);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
}

.bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-height: 56px;
  padding: 7px 4px;
  border-radius: 16px;
  color: #5a7280;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.bottom-nav a.active {
  background: #ddfbf5;
  color: #126b60;
}

.app-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.app-modal.show {
  display: flex;
}

.app-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(30, 56, 62, 0.32);
  backdrop-filter: blur(6px);
}

.app-modal-panel {
  position: relative;
  width: min(100%, 390px);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 52px rgba(39, 93, 105, 0.24);
}

.app-modal-panel h2 {
  margin: 0;
  font-size: 21px;
  letter-spacing: 0;
}

.app-modal-message {
  margin: 10px 0 14px;
  color: #384f5d;
  font-size: 15px;
  line-height: 1.5;
}

.app-modal-fields {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.app-modal-fields:empty {
  display: none;
}

.app-modal-fields label {
  display: grid;
  gap: 7px;
  color: #244a58;
  font-size: 14px;
  font-weight: 850;
}

.app-modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.app-modal-actions button:only-child {
  grid-column: 1 / -1;
}

.nav-icon {
  width: 22px;
  height: 22px;
}

.nav-icon.home {
  border: 3px solid currentColor;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: 0;
}

.nav-icon.browse {
  border: 3px solid currentColor;
  border-radius: 50%;
}

.nav-icon.browse::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  width: 8px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.nav-icon.add::before,
.nav-icon.add::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: currentColor;
}

.nav-icon.add::before {
  width: 22px;
  height: 4px;
  top: 9px;
}

.nav-icon.add::after {
  width: 4px;
  height: 22px;
  left: 9px;
}

.nav-icon.trade {
  border: 3px solid currentColor;
  border-radius: 8px;
}

.nav-icon.trade::before {
  content: "";
  position: absolute;
  inset: 7px 3px;
  border-top: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

@media (min-width: 760px) {
  body {
    padding: 28px 0;
  }

  .phone-shell {
    min-height: calc(100vh - 56px);
    border: 1px solid rgba(190, 225, 232, 0.9);
    border-radius: 34px;
    box-shadow: 0 24px 64px rgba(32, 103, 122, 0.18);
  }

  .topbar {
    border-radius: 34px 34px 0 0;
  }
}

@media (max-width: 380px) {
  .hello-banner {
    grid-template-columns: 1fr;
  }

  .banner-art {
    height: 82px;
  }

  .book-shape {
    left: 30px;
    top: 0;
  }

  .pencil-shape {
    right: 76px;
    top: -6px;
  }

  .ball-shape {
    left: 142px;
  }

  .item-card {
    grid-template-columns: 1fr;
  }

  .item-photo {
    min-height: 150px;
  }

  .tabs button {
    font-size: 11px;
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0.76;
    transform: translateX(58%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0.76;
    transform: translateX(-58%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideOutToLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0.72;
    transform: translateX(-52%);
  }
}

@keyframes slideOutToRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0.72;
    transform: translateX(52%);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .phone-shell,
  .phone-shell.slide-in-from-right,
  .phone-shell.slide-in-from-left,
  .phone-shell.slide-out-to-left,
  .phone-shell.slide-out-to-right {
    animation: none;
  }
}
