:root {
  --bg-main: linear-gradient(140deg, #ffe8f1 0%, #fffaf2 45%, #dff8ff 100%);
  --bg-accent: radial-gradient(circle at top right, rgba(255, 255, 255, 0.7), transparent 48%);
  --card-bg: rgba(255, 255, 255, 0.86);
  --card-border: rgba(255, 151, 192, 0.35);
  --text-main: #52304f;
  --text-soft: #8c6481;
  --accent: #ff7aa8;
  --accent-deep: #ff5b93;
  --accent-alt: #7cd7ff;
  --shadow: 0 18px 40px rgba(255, 122, 168, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Baloo 2", "Trebuchet MS", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text-main);
  background: var(--bg-accent), var(--bg-main);
  overflow-x: hidden;
}

body[data-theme="fireworks"] {
  --bg-main: linear-gradient(145deg, #10133a 0%, #2b1d59 35%, #ff8b7b 100%);
  --bg-accent: radial-gradient(circle at 80% 20%, rgba(255, 229, 131, 0.35), transparent 26%),
    radial-gradient(circle at 20% 30%, rgba(255, 122, 168, 0.2), transparent 22%);
  --card-bg: rgba(255, 245, 247, 0.92);
  --card-border: rgba(255, 173, 93, 0.35);
  --text-main: #4a2342;
  --text-soft: #7e5b73;
  --accent: #ff8568;
  --accent-deep: #ff5d45;
  --accent-alt: #ffd56f;
}

body[data-theme="internetCafe"] {
  --bg-main: linear-gradient(145deg, #07111e 0%, #122c44 44%, #2fd9c4 100%);
  --bg-accent: radial-gradient(circle at 75% 20%, rgba(47, 217, 196, 0.2), transparent 28%),
    radial-gradient(circle at 20% 30%, rgba(107, 163, 255, 0.18), transparent 24%);
  --card-bg: rgba(245, 252, 255, 0.9);
  --card-border: rgba(47, 217, 196, 0.28);
  --text-main: #173347;
  --text-soft: #48728c;
  --accent: #00b5b0;
  --accent-deep: #03928e;
  --accent-alt: #7cc8ff;
}

body[data-theme="lightning"] {
  --bg-main: linear-gradient(145deg, #161f4b 0%, #3f4fa6 42%, #f6d56b 100%);
  --bg-accent: radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.25), transparent 24%),
    radial-gradient(circle at 16% 34%, rgba(246, 213, 107, 0.25), transparent 22%);
  --card-bg: rgba(252, 250, 255, 0.9);
  --card-border: rgba(145, 153, 255, 0.35);
  --text-main: #312f63;
  --text-soft: #605f95;
  --accent: #5f6bff;
  --accent-deep: #4f58d8;
  --accent-alt: #ffd45a;
}

body[data-theme="cloud"] {
  --bg-main: linear-gradient(145deg, #eaf6ff 0%, #f8fbff 46%, #d7edff 100%);
  --bg-accent: radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.72), transparent 28%),
    radial-gradient(circle at 25% 18%, rgba(183, 220, 255, 0.4), transparent 26%);
  --card-bg: rgba(255, 255, 255, 0.88);
  --card-border: rgba(156, 205, 255, 0.35);
  --text-main: #47627d;
  --text-soft: #7590a9;
  --accent: #70baff;
  --accent-deep: #549ddd;
  --accent-alt: #fff4a1;
}

body[data-theme="rainbow"] {
  --bg-main: linear-gradient(
    145deg,
    #fff3c8 0%,
    #ffe0ed 18%,
    #f5e7ff 38%,
    #dbedff 58%,
    #dcffe9 78%,
    #fff3d0 100%
  );
  --bg-accent: radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.55), transparent 26%),
    radial-gradient(circle at 14% 28%, rgba(255, 182, 193, 0.3), transparent 24%);
  --card-bg: rgba(255, 255, 255, 0.9);
  --card-border: rgba(255, 176, 210, 0.3);
  --text-main: #5c466c;
  --text-soft: #846693;
  --accent: #ff8696;
  --accent-deep: #ff697e;
  --accent-alt: #7cd7ff;
}

body[data-theme="ocean"] {
  --bg-main: linear-gradient(145deg, #062c49 0%, #0b5d87 38%, #7ce5ff 100%);
  --bg-accent: radial-gradient(circle at 82% 18%, rgba(190, 247, 255, 0.22), transparent 24%),
    radial-gradient(circle at 18% 28%, rgba(124, 229, 255, 0.18), transparent 20%);
  --card-bg: rgba(245, 253, 255, 0.9);
  --card-border: rgba(97, 210, 255, 0.3);
  --text-main: #143f60;
  --text-soft: #5c87a0;
  --accent: #11a4d9;
  --accent-deep: #0a85b0;
  --accent-alt: #8ff6ff;
}

body[data-theme="dragon"] {
  --bg-main: linear-gradient(145deg, #102d1f 0%, #275e35 38%, #d3b24f 100%);
  --bg-accent: radial-gradient(circle at 80% 18%, rgba(255, 230, 143, 0.22), transparent 24%),
    radial-gradient(circle at 20% 28%, rgba(97, 169, 91, 0.2), transparent 22%);
  --card-bg: rgba(252, 250, 241, 0.9);
  --card-border: rgba(196, 164, 78, 0.32);
  --text-main: #4a3d1e;
  --text-soft: #7c6d43;
  --accent: #5a9a45;
  --accent-deep: #417431;
  --accent-alt: #d6b15a;
}

body[data-theme="cream"] {
  --bg-main: linear-gradient(145deg, #fff8ea 0%, #fff0d6 42%, #ffe1c5 100%);
  --bg-accent: radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.6), transparent 22%),
    radial-gradient(circle at 16% 30%, rgba(255, 224, 196, 0.28), transparent 24%);
  --card-bg: rgba(255, 255, 250, 0.9);
  --card-border: rgba(255, 208, 160, 0.32);
  --text-main: #6c4f35;
  --text-soft: #9e7a57;
  --accent: #f0b36a;
  --accent-deep: #dd9650;
  --accent-alt: #fff1b5;
}

body[data-theme="playful"] {
  --bg-main: linear-gradient(145deg, #fff6b8 0%, #ffd8d8 22%, #e1d8ff 46%, #c8f4ff 70%, #d8ffd9 100%);
  --bg-accent: radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.48), transparent 24%),
    radial-gradient(circle at 14% 30%, rgba(255, 164, 196, 0.24), transparent 22%);
  --card-bg: rgba(255, 255, 255, 0.9);
  --card-border: rgba(255, 186, 130, 0.28);
  --text-main: #5f4a71;
  --text-soft: #8b719f;
  --accent: #ff8a6d;
  --accent-deep: #f56d54;
  --accent-alt: #7cd7ff;
}

body[data-theme="leaf"] {
  --bg-main: linear-gradient(145deg, #eaf9e6 0%, #d8f2c9 42%, #9edb8e 100%);
  --bg-accent: radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.38), transparent 24%),
    radial-gradient(circle at 18% 30%, rgba(109, 190, 98, 0.2), transparent 24%);
  --card-bg: rgba(251, 255, 249, 0.9);
  --card-border: rgba(143, 209, 126, 0.32);
  --text-main: #335c31;
  --text-soft: #5e8660;
  --accent: #67b95a;
  --accent-deep: #4f9546;
  --accent-alt: #d2f06f;
}

body[data-theme="strawberry"] {
  --bg-main: linear-gradient(145deg, #ffe8ee 0%, #ffd4dd 38%, #ff9bb0 100%);
  --bg-accent: radial-gradient(circle at 80% 18%, rgba(255, 255, 255, 0.44), transparent 24%),
    radial-gradient(circle at 20% 30%, rgba(255, 133, 160, 0.22), transparent 22%);
  --card-bg: rgba(255, 250, 252, 0.9);
  --card-border: rgba(255, 152, 176, 0.3);
  --text-main: #6c3145;
  --text-soft: #946278;
  --accent: #ff6f8e;
  --accent-deep: #ea4f73;
  --accent-alt: #ffd566;
}

body[data-theme="snowflake"] {
  --bg-main: linear-gradient(145deg, #eef8ff 0%, #dff1ff 36%, #cce7ff 68%, #f8fcff 100%);
  --bg-accent: radial-gradient(circle at 82% 20%, rgba(255, 255, 255, 0.58), transparent 24%),
    radial-gradient(circle at 20% 26%, rgba(184, 222, 255, 0.28), transparent 22%);
  --card-bg: rgba(255, 255, 255, 0.9);
  --card-border: rgba(176, 214, 246, 0.34);
  --text-main: #49627a;
  --text-soft: #7894ad;
  --accent: #7bb6eb;
  --accent-deep: #5899d5;
  --accent-alt: #f7fbff;
}

.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.55;
  z-index: 0;
  animation: floatUp 12s ease-in-out infinite;
}

.orb-one {
  width: 240px;
  height: 240px;
  top: 8%;
  left: -60px;
  background: rgba(255, 179, 205, 0.45);
}

.orb-two {
  width: 280px;
  height: 280px;
  top: 48%;
  right: -90px;
  background: rgba(124, 215, 255, 0.35);
  animation-duration: 16s;
}

.orb-three {
  width: 180px;
  height: 180px;
  bottom: 5%;
  left: 18%;
  background: rgba(255, 238, 166, 0.4);
  animation-duration: 14s;
}

.app-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 40px;
}

.panel {
  margin-bottom: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-card {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 20px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-soft);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 6px;
}

h3 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.hero-copy {
  display: grid;
  gap: 14px;
}

.hero-text,
.section-heading p,
.lottery-status,
.result-card p {
  color: var(--text-soft);
  line-height: 1.6;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span,
.starter-pills span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
}

/* Cute Images Styles */
.cute-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 24px rgba(255, 122, 168, 0.2));
  animation: gentleFloat 6s ease-in-out infinite;
}

@keyframes gentleFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.cute-lab {
  width: 140px;
  margin-top: 10px;
  grid-column: 1 / -1;
  justify-self: end;
  margin-right: 40px;
}

.cute-wish-well {
  width: 120px;
  margin-top: -20px;
  z-index: 2;
  position: relative;
}

.cute-beach {
  width: 130px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  margin-inline: auto;
}

.bill-toggle {
  width: fit-content;
  padding: 10px 16px;
}

.wallet-board {
  display: grid;
  gap: 12px;
}

.wallet-item,
.value-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.wallet-emoji {
  font-size: 1.7rem;
}

.wallet-label {
  display: block;
  margin-bottom: 4px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.wallet-item strong {
  font-size: 1.35rem;
}

.grid-panel {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 20px;
  align-items: start;
}

.section-heading {
  margin-bottom: 18px;
}

.maker-top-decor {
  position: relative;
  min-height: 168px;
  padding: 18px 20px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, rgba(255, 245, 249, 0.94) 0%, rgba(252, 241, 247, 0.9) 42%, rgba(233, 247, 255, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 14px 24px rgba(255, 122, 168, 0.12);
}

.maker-top-decor::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px dashed rgba(255, 151, 192, 0.26);
  pointer-events: none;
}

.maker-top-decor::after {
  content: "";
  position: absolute;
  right: 34px;
  bottom: 26px;
  width: 124px;
  height: 64px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  filter: blur(2px);
}

.maker-top-decor-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.75;
}

.maker-top-decor-glow.glow-a {
  width: 96px;
  height: 96px;
  top: -18px;
  right: 56px;
  background: rgba(255, 180, 206, 0.42);
}

.maker-top-decor-glow.glow-b {
  width: 138px;
  height: 138px;
  right: -18px;
  bottom: -34px;
  background: rgba(124, 215, 255, 0.28);
}

.maker-top-decor-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 300px;
}

.maker-top-decor-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  font-size: 0.92rem;
  font-weight: 800;
}

.maker-top-decor-copy p {
  color: var(--text-soft);
  line-height: 1.6;
}

.maker-top-decor-pill {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  box-shadow: 0 10px 18px rgba(255, 122, 168, 0.08);
}

.maker-top-decor-pill.pill-a {
  top: 22px;
  right: 24px;
  transform: rotate(7deg);
}

.maker-top-decor-pill.pill-b {
  right: 88px;
  bottom: 28px;
  transform: rotate(-6deg);
}

.maker-top-decor-pill.pill-c {
  left: 28px;
  bottom: 20px;
  transform: rotate(4deg);
}

.maker-top-decor-stars {
  position: absolute;
  right: 26px;
  top: 72px;
  z-index: 1;
  display: inline-flex;
  gap: 10px;
  font-size: 1.15rem;
}

.maker-top-decor-stars span:nth-child(odd) {
  transform: translateY(-6px);
}

.maker-inspo-wall {
  display: grid;
  gap: 12px;
  margin-top: -2px;
}

.maker-inspo-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.maker-inspo-title {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.maker-inspo-status {
  margin-top: 6px;
  color: var(--text-soft);
  line-height: 1.5;
}

.maker-inspo-button {
  padding-inline: 16px;
  white-space: nowrap;
}

.maker-inspo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.maker-inspo-card {
  width: 100%;
  min-height: 138px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  appearance: none;
  text-align: left;
  cursor: pointer;
  font: inherit;
  display: grid;
  align-content: space-between;
  gap: 8px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 18px rgba(255, 122, 168, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.maker-inspo-card:hover {
  transform: translateY(-3px) rotate(-0.5deg);
  border-color: rgba(255, 122, 168, 0.36);
  box-shadow: 0 16px 28px rgba(255, 122, 168, 0.14);
}

.maker-inspo-card:active {
  transform: translateY(-1px) scale(0.99);
}

.maker-inspo-card:focus-visible {
  outline: 2px solid rgba(124, 215, 255, 0.9);
  outline-offset: 3px;
}

.maker-inspo-pic {
  height: 72px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.maker-inspo-card p {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-soft);
}

.maker-inspo-card.card-a .maker-inspo-pic {
  background: linear-gradient(145deg, rgba(255, 220, 232, 0.82), rgba(255, 255, 255, 0.88));
}

.maker-inspo-card.card-b .maker-inspo-pic {
  background: linear-gradient(145deg, rgba(224, 246, 255, 0.86), rgba(255, 255, 255, 0.9));
}

.maker-inspo-card.card-c .maker-inspo-pic {
  background: linear-gradient(145deg, rgba(235, 233, 255, 0.88), rgba(255, 255, 255, 0.9));
}

.maker-inspo-card.card-d .maker-inspo-pic {
  background: linear-gradient(145deg, rgba(255, 236, 246, 0.9), rgba(255, 255, 255, 0.9));
}

.bill-list {
  display: grid;
  gap: 10px;
}

.bill-item {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.bill-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bill-title {
  font-weight: 800;
}

.bill-time {
  font-size: 0.82rem;
  color: var(--text-soft);
}

.bill-deltas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bill-delta {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.bill-delta.income {
  color: #2b9a65;
}

.bill-delta.expense {
  color: #b24567;
}

.bill-empty {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-soft);
}

.sound-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
}

.sound-controls,
.sound-player-card {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.sound-controls {
  display: grid;
  gap: 12px;
  align-content: start;
}

.sound-toggle,
.sound-field {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.sound-toggle {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.sound-toggle input {
  width: 18px;
  height: 18px;
}

.sound-field select,
.sound-field input[type="range"] {
  width: 100%;
}

.sound-field select {
  border: 1px solid rgba(255, 151, 192, 0.28);
  border-radius: 14px;
  padding: 11px 12px;
  font: inherit;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.88);
  outline: none;
}

.sound-field select:focus {
  border-color: var(--accent);
}

.sound-volume-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.sound-status,
.sound-player-copy p {
  color: var(--text-soft);
  line-height: 1.6;
}

.sound-player-card {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at 85% 18%, rgba(124, 215, 255, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(255, 248, 252, 0.9), rgba(240, 250, 255, 0.92));
}

.sound-player-copy {
  display: grid;
  gap: 10px;
}

.sound-link-btn {
  width: fit-content;
  text-decoration: none;
}

.sound-player-shell {
  display: grid;
  gap: 10px;
}

.sound-player-placeholder {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px dashed rgba(255, 151, 192, 0.3);
  color: var(--text-soft);
  line-height: 1.6;
}

.sound-player-shell iframe {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
}

.maker-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.maker-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
  font-size: 0.95rem;
}

.wide {
  grid-column: 1 / -1;
}

.maker-form input,
.maker-form select,
.maker-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 151, 192, 0.3);
  border-radius: 18px;
  padding: 13px 14px;
  font: inherit;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.84);
  outline: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.maker-form input:focus,
.maker-form select:focus,
.maker-form textarea:focus {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
}

.primary-btn,
.theme-btn,
.checkin-btn,
.secondary-btn {
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.primary-btn {
  padding: 13px 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 12px 22px rgba(255, 91, 147, 0.24);
}

.primary-btn:hover,
.theme-btn:hover,
.checkin-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.primary-btn:disabled,
.checkin-btn:disabled,
.secondary-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
  transform: none;
}

.result-card {
  min-height: 100%;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(255, 250, 252, 0.9), rgba(240, 251, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.85);
}

.creation-highlight {
  margin-top: 14px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
}

.wish-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.wish-art,
.wish-controls {
  padding: 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.wish-art {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-height: 220px;
  background:
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.72), transparent 34%),
    radial-gradient(circle at 82% 80%, rgba(124, 215, 255, 0.2), transparent 28%),
    linear-gradient(165deg, rgba(255, 244, 250, 0.9), rgba(234, 248, 255, 0.88));
}

.wish-art::before,
.wish-art::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.wish-art::before {
  left: 26px;
  bottom: 28px;
  width: 110px;
  height: 20px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow:
    128px 12px 0 rgba(255, 255, 255, 0.55),
    220px 2px 0 rgba(255, 255, 255, 0.45);
}

.wish-art::after {
  right: 18px;
  top: 18px;
  width: 58px;
  height: 58px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, transparent 70%);
}

.wish-water {
  font-size: 3.1rem;
  line-height: 1;
}

.wish-coin {
  font-size: 2.2rem;
  line-height: 1;
  animation: wishCoinDrop 2s ease-in-out infinite;
}

.wish-art p {
  color: var(--text-soft);
  font-weight: 700;
}

.wish-controls {
  display: grid;
  gap: 12px;
  align-content: start;
}

.wish-controls label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.wish-controls textarea {
  width: 100%;
  border: 1px solid rgba(255, 151, 192, 0.28);
  border-radius: 16px;
  padding: 12px 13px;
  font: inherit;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.86);
  outline: none;
  resize: vertical;
  min-height: 88px;
}

.wish-controls textarea:focus {
  border-color: var(--accent);
}

.wish-status {
  min-height: 24px;
  color: var(--text-soft);
  line-height: 1.5;
}

.wish-list {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.wish-item,
.wish-empty {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.wish-item-fulfilled {
  border-color: rgba(124, 215, 255, 0.58);
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.7), transparent 40%),
    linear-gradient(145deg, rgba(229, 247, 255, 0.92), rgba(255, 255, 255, 0.9));
}

.wish-text {
  font-weight: 800;
  line-height: 1.5;
}

.wish-fulfilled-tag {
  margin-top: 8px;
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #1f7f55;
  background: rgba(214, 255, 232, 0.94);
  border: 1px solid rgba(108, 214, 162, 0.62);
}

.wish-meta,
.wish-empty {
  margin-top: 6px;
  color: var(--text-soft);
  font-size: 0.86rem;
}

.checkin-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(120px, 1fr));
  gap: 12px;
}

.checkin-card {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.checkin-card h3 {
  margin-bottom: 4px;
}

.checkin-card p {
  margin-bottom: 12px;
  color: var(--text-soft);
}

.checkin-card.claimed {
  background: rgba(255, 245, 251, 0.88);
  border-color: rgba(255, 122, 168, 0.25);
}

.checkin-btn {
  width: 100%;
  padding: 10px 12px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 122, 168, 0.2);
}

.checkin-btn.available {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-alt) 0%, var(--accent) 100%);
}

.exchange-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.84);
}

.exchange-copy {
  display: grid;
  gap: 12px;
}

.exchange-copy p,
.exchange-status {
  color: var(--text-soft);
  line-height: 1.6;
}

.exchange-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exchange-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.exchange-action {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 250, 252, 0.82), rgba(240, 251, 255, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.mall-shell {
  display: grid;
  gap: 18px;
}

.mall-toolbar {
  display: grid;
  gap: 12px;
}

.mall-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.mall-search input {
  width: 100%;
  border: 1px solid rgba(255, 151, 192, 0.28);
  border-radius: 18px;
  padding: 12px 14px;
  font: inherit;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.86);
  outline: none;
}

.mall-search input:focus {
  border-color: var(--accent);
}

.mall-search-status,
.mall-item p,
.mall-empty {
  color: var(--text-soft);
  line-height: 1.6;
}

.mall-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mall-item,
.mall-empty {
  padding: 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.mall-item {
  display: grid;
  gap: 10px;
}

.mall-item-consumable {
  background: linear-gradient(145deg, rgba(255, 248, 239, 0.86), rgba(255, 255, 255, 0.82));
}

.mall-item-deal {
  position: relative;
  border-color: rgba(255, 122, 168, 0.45);
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 214, 112, 0.28), transparent 34%),
    linear-gradient(145deg, rgba(255, 243, 234, 0.92), rgba(255, 253, 245, 0.88));
  box-shadow:
    0 10px 18px rgba(255, 122, 168, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.mall-item-deal .mall-price {
  font-size: 1.08rem;
  color: #ff4f77;
}

.mall-deal-badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #7a2f00;
  background: linear-gradient(135deg, rgba(255, 223, 142, 0.92), rgba(255, 170, 109, 0.92));
  border: 1px solid rgba(255, 189, 98, 0.82);
  animation: dealPulse 1.8s ease-in-out infinite;
}

.mall-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mall-category {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--text-main);
}

.mall-price {
  font-weight: 900;
  color: var(--accent-deep);
}

.mall-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mall-tags span {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.88);
  font-size: 0.8rem;
}

.mall-actions {
  display: grid;
  gap: 10px;
  padding-top: 4px;
}

.mall-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mall-action-row .secondary-btn {
  flex: 1;
}

.mall-product-shot {
  width: 70px;
  min-width: 70px;
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 6px 6px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 151, 192, 0.26);
}

.mall-product-shot-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-soft);
  line-height: 1;
}

.mall-product-shot-emoji {
  font-size: 1.28rem;
  line-height: 1;
}

.mall-drink-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.mall-option-field {
  display: grid;
  gap: 6px;
}

.mall-option-field span {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-soft);
}

.mall-option-field select {
  width: 100%;
  border: 1px solid rgba(255, 151, 192, 0.28);
  border-radius: 12px;
  padding: 8px 10px;
  font: inherit;
  font-size: 0.9rem;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.9);
  outline: none;
}

.mall-option-field select:focus {
  border-color: var(--accent);
}

.mall-drink-toggle {
  padding: 8px 12px;
}

.mall-consume-note {
  font-size: 0.88rem;
}

.mall-buy-note {
  font-size: 0.88rem;
  color: var(--text-soft);
}

.mall-empty {
  grid-column: 1 / -1;
}

.secondary-btn {
  padding: 10px 14px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 122, 168, 0.22);
}

@keyframes dealPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(255, 176, 97, 0);
  }

  50% {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(255, 176, 97, 0.24);
  }
}

@keyframes wishCoinDrop {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  40% {
    transform: translateY(-8px) rotate(-12deg);
  }

  70% {
    transform: translateY(2px) rotate(8deg);
  }
}

.fishing-entry {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.fishing-invite,
.fish-basket-panel,
.wash-panel,
.prep-panel,
.grill-panel,
.fish-backpack-panel {
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.84);
}

.fishing-invite {
  display: grid;
  gap: 14px;
}

.fishing-invite p {
  color: var(--text-soft);
  line-height: 1.6;
}

.fishing-mini-stats {
  display: grid;
  gap: 12px;
}

.stat-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(247, 252, 255, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.stat-pill span {
  color: var(--text-soft);
  font-weight: 700;
}

.stat-pill strong {
  font-size: 1.45rem;
}

.fishing-scene {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.beach-world {
  position: relative;
  min-height: 260px;
  padding: 14px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 32%),
    linear-gradient(180deg, #92e6ff 0%, #c7f7ff 38%, #57c1f6 39%, #2a91db 74%, #f8df98 75%, #f5cc6f 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
}

.sun-bubble {
  position: absolute;
  top: 20px;
  right: 28px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 252, 195, 0.96) 0%, rgba(255, 210, 112, 0.8) 68%, transparent 70%);
  filter: blur(0.5px);
}

.sea-button {
  position: relative;
  width: 100%;
  min-height: 230px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.sea-button::before,
.sea-button::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  border-radius: 50%;
  pointer-events: none;
}

.sea-button::before {
  top: 108px;
  height: 74px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 0 rgba(255, 255, 255, 0.12), 0 24px 0 rgba(255, 255, 255, 0.08);
}

.sea-button::after {
  top: 142px;
  height: 70px;
  background: rgba(255, 255, 255, 0.12);
}

.sea-tag {
  position: absolute;
  left: 18px;
  bottom: 20px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-weight: 800;
}

.boat-emoji {
  position: absolute;
  left: 42%;
  top: 112px;
  font-size: 3.1rem;
  transform: translateX(-50%);
  filter: drop-shadow(0 8px 10px rgba(27, 86, 133, 0.22));
}

.bobber-emoji {
  position: absolute;
  left: 58%;
  top: 122px;
  font-size: 2rem;
  transform: rotate(12deg);
}

.fishing-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.fish-basket,
.wash-slot,
.prep-slot,
.grill-slot {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.fish-item,
.wash-card,
.prep-card,
.grill-card,
.fishing-placeholder {
  padding: 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.fish-item {
  display: grid;
  gap: 10px;
}

.fish-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fish-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.fish-note,
.wash-note,
.prep-note,
.grill-note,
.fishing-placeholder,
.fishing-status {
  color: var(--text-soft);
  line-height: 1.6;
}

.workstation-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--text-main);
  font-size: 0.86rem;
  font-weight: 800;
}

.prep-card {
  display: grid;
  gap: 12px;
}

.wash-card {
  display: grid;
  gap: 12px;
}

.wash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wash-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.sink-bowl {
  position: relative;
  min-height: 82px;
  padding: 14px;
  border-radius: 18px 18px 24px 24px;
  background: linear-gradient(180deg, #eaf8ff 0%, #cfefff 100%);
  border: 2px solid rgba(102, 181, 231, 0.28);
  overflow: hidden;
}

.sink-bowl::before,
.sink-bowl::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
}

.sink-bowl::before {
  width: 70px;
  height: 22px;
  left: 12px;
  bottom: 12px;
}

.sink-bowl::after {
  width: 92px;
  height: 28px;
  right: 10px;
  bottom: 6px;
}

.wash-fish {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #2d6f95;
}

.water-drop {
  font-size: 1.5rem;
}

.prep-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.prep-tools {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cutting-board {
  position: relative;
  min-height: 76px;
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(145deg, #d8a46f 0%, #bf8452 100%);
  box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.18);
}

.cutting-board::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(97, 54, 21, 0.35);
}

.prep-fish {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: #fff7f0;
  text-shadow: 0 1px 0 rgba(89, 44, 16, 0.2);
}

.knife {
  font-size: 1.8rem;
  transform: rotate(-18deg);
}

.prep-ready {
  color: #2e9c66;
}

.grill-card {
  display: grid;
  gap: 12px;
}

.grill-emoji {
  font-size: 2.4rem;
}

.grill-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.grill-countdown {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--accent-deep);
}

.grill-ready {
  color: #2e9c66;
}

.grill-actions {
  display: grid;
  gap: 10px;
}

.fish-backpack-panel {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 226, 150, 0.22), transparent 24%),
    linear-gradient(145deg, rgba(255, 249, 242, 0.9), rgba(248, 251, 255, 0.86));
}

.fish-backpack-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.fish-backpack-head p,
.fish-backpack-note,
.fish-backpack-empty {
  color: var(--text-soft);
  line-height: 1.6;
}

.fish-backpack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fish-backpack-item,
.fish-backpack-empty {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.92);
}

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

.fish-backpack-row,
.fish-backpack-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fish-backpack-badge,
.fish-backpack-reward {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
}

.fish-backpack-badge {
  color: #a06d1e;
}

.fish-backpack-reward {
  color: var(--text-main);
}

.fishing-status {
  min-height: 26px;
}

.lottery-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.lottery-card,
.prize-pool,
.starter-site {
  padding: 20px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.84);
}

.lottery-card {
  display: flex;
  flex-direction: column;
}

.lottery-cost {
  margin-bottom: 14px;
  font-size: 1.05rem;
}

.lottery-status {
  margin-top: 12px;
}

.lottery-card-fill {
  position: relative;
  flex: 1;
  min-height: 220px;
  margin-top: 16px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.78), transparent 22%),
    radial-gradient(circle at 22% 78%, rgba(124, 215, 255, 0.18), transparent 24%),
    radial-gradient(circle at 78% 82%, rgba(255, 122, 168, 0.14), transparent 24%),
    linear-gradient(150deg, rgba(255, 248, 252, 0.9) 0%, rgba(240, 250, 255, 0.92) 100%);
  border: 1px dashed rgba(255, 151, 192, 0.35);
}

.lottery-card-fill::before,
.lottery-card-fill::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  pointer-events: none;
}

.lottery-card-fill::before {
  left: 22px;
  bottom: 26px;
  width: 90px;
  height: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    112px 8px 0 rgba(255, 255, 255, 0.62),
    210px -2px 0 rgba(255, 255, 255, 0.52);
}

.lottery-card-fill::after {
  right: 24px;
  top: 18px;
  width: 56px;
  height: 56px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 68%);
}

.lottery-card-orbit {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.08) 62%, transparent 70%);
}

.lottery-card-orbit::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  border: 2px dashed rgba(255, 151, 192, 0.34);
}

.orbit-core,
.orbit-coin {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.orbit-core {
  width: 72px;
  height: 72px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 22px rgba(255, 122, 168, 0.14);
}

.orbit-coin {
  width: 48px;
  height: 48px;
  font-size: 1.3rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 18px rgba(124, 215, 255, 0.12);
}

.orbit-coin-a {
  top: 18px;
  left: 82px;
}

.orbit-coin-b {
  top: 82px;
  right: 12px;
}

.orbit-coin-c {
  bottom: 20px;
  left: 80px;
}

.orbit-coin-d {
  top: 82px;
  left: 10px;
}

.lottery-card-tray {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.tray-dot {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--accent);
}

.prize-pool ul {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.prize-pool li {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px dashed rgba(255, 151, 192, 0.35);
}

.theme-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.theme-btn {
  padding: 11px 16px;
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.88);
}

.theme-btn.active {
  color: #fff;
  background: linear-gradient(135deg, var(--accent-alt) 0%, var(--accent) 100%);
}

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

.creation-item {
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.86);
}

.creation-item p + p {
  margin-top: 6px;
}

.creation-meta {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.starter-site {
  overflow: hidden;
}

.browser-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.browser-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 122, 168, 0.9);
}

.browser-top span:nth-child(2) {
  background: rgba(255, 214, 112, 0.9);
}

.browser-top span:nth-child(3) {
  background: rgba(124, 215, 255, 0.9);
}

.starter-content {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.starter-content p {
  color: var(--text-soft);
  line-height: 1.6;
}

.starter-pills {
  display: grid;
  gap: 10px;
}

.info-panel .value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hidden {
  display: none;
}

@keyframes floatUp {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -18px, 0);
  }
}

@media (max-width: 980px) {
  .hero-card,
  .sound-layout,
  .grid-panel,
  .wish-layout,
  .exchange-card,
  .mall-grid,
  .fishing-entry,
  .fishing-board,
  .lottery-layout,
  .starter-content {
    grid-template-columns: 1fr;
  }

  .checkin-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .maker-inspo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .maker-top-decor {
    min-height: 152px;
  }

  .fish-backpack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .app-shell {
    width: min(100%, calc(100% - 20px));
    padding-top: 16px;
  }

  .panel {
    padding: 18px;
    border-radius: 22px;
  }

  .maker-form,
  .mall-search,
  .mall-drink-options,
  .wish-list,
  .maker-inspo-grid,
  .sound-volume-row,
  .fishing-mini-stats,
  .prize-pool ul,
  .info-panel .value-grid {
    grid-template-columns: 1fr;
  }

  .maker-inspo-head {
    align-items: stretch;
    flex-direction: column;
  }

  .maker-top-decor {
    min-height: auto;
    padding-bottom: 90px;
  }

  .maker-top-decor-copy {
    max-width: none;
  }

  .maker-top-decor-pill.pill-a {
    top: auto;
    right: 18px;
    bottom: 50px;
  }

  .maker-top-decor-pill.pill-b {
    right: 18px;
    bottom: 12px;
  }

  .maker-top-decor-pill.pill-c {
    left: 18px;
    bottom: 12px;
  }

  .maker-top-decor-stars {
    top: 20px;
    right: 18px;
    gap: 8px;
    font-size: 1rem;
  }

  .fish-backpack,
  .fish-backpack-actions {
    grid-template-columns: 1fr;
  }

  .fish-backpack-head,
  .fish-backpack-actions {
    display: grid;
  }

  .checkin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  h1 {
    line-height: 1;
  }

  .bill-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .boat-emoji {
    left: 38%;
    top: 120px;
  }

  .bobber-emoji {
    left: 64%;
    top: 132px;
  }

  .lottery-card-fill {
    min-height: 170px;
  }

  .lottery-card-orbit {
    width: 170px;
    height: 170px;
  }

  .orbit-core {
    width: 62px;
    height: 62px;
    font-size: 1.7rem;
  }

  .orbit-coin {
    width: 42px;
    height: 42px;
    font-size: 1.15rem;
  }
}
