:root {
  --bg: #090015;
  --panel: #190728;
  --panel-2: #2d1644;
  --cyan: #42d8ff;
  --pink: #ff98d8;
  --violet: #7c35ff;
  --gold: #ffb645;
  --text: #f7f2ff;
  --muted: #b9a9cf;
  font-family: Inter, "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(98, 34, 220, .34), transparent 26rem),
    radial-gradient(circle at 85% 20%, rgba(255, 141, 197, .22), transparent 22rem),
    #111;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
  border: 0;
  color: inherit;
}

.shell {
  display: grid;
  grid-template-columns: minmax(320px, 444px) minmax(280px, 420px);
  gap: 28px;
  align-items: start;
  justify-content: center;
  padding: 24px;
}

.phone {
  position: relative;
  width: min(444px, 100vw);
  height: min(1000px, calc(100vh - 48px));
  min-height: 720px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: var(--bg);
  box-shadow: 0 26px 80px rgba(0, 0, 0, .44);
}

.mini-bar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(rgba(10, 8, 14, .76), rgba(10, 8, 14, .15));
  pointer-events: none;
}

.mini-bar strong {
  font-size: 17px;
}

.back-btn {
  position: absolute;
  left: 16px;
  top: 26px;
  width: 28px;
  height: 28px;
  background: transparent;
  font-size: 36px;
  line-height: 20px;
  display: none;
  pointer-events: auto;
}

.wechat-capsule {
  position: absolute;
  top: 28px;
  right: 14px;
  height: 34px;
  min-width: 118px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(13, 13, 19, .46);
  box-shadow: inset 0 0 12px rgba(255, 255, 255, .06);
  pointer-events: auto;
}

.wechat-capsule i {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, .22);
}

.wechat-capsule b {
  width: 17px;
  height: 17px;
  border: 2px solid white;
  border-radius: 50%;
}

.toast {
  position: absolute;
  z-index: 50;
  left: 18px;
  right: 18px;
  top: 76px;
  display: none;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(22, 19, 31, .94);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
}

.toast.show {
  display: block;
}

.page {
  display: none;
  height: 100%;
  overflow-y: auto;
  padding: 82px 14px 104px;
  scrollbar-width: thin;
}

.page.active {
  display: block;
}

.page[data-page="home"] {
  padding-top: 0;
  padding-bottom: 116px;
}

.hero {
  position: relative;
  margin: -82px -14px 0;
  height: 496px;
  background:
    radial-gradient(circle at 57% 18%, rgba(255, 226, 255, .88) 0 2%, transparent 15%),
    radial-gradient(circle at 48% 58%, rgba(182, 82, 255, .9), transparent 13%),
    linear-gradient(180deg, rgba(4, 8, 38, .28), #170028 78%),
    url("https://images.unsplash.com/photo-1532798369041-b33eb576ef16?auto=format&fit=crop&w=900&q=80") center/cover;
}

.page[data-page="home"] .hero {
  margin: 0 -14px;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, #140020 96%);
}

.knowledge-menu {
  position: absolute;
  z-index: 35;
  top: 28px;
  left: 8px;
  width: 240px;
}

.knowledge-top {
  display: flex;
  align-items: center;
  gap: 8px;
}

.knowledge-trigger,
.notify-btn {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(39, 20, 61, .78);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}

.knowledge-trigger {
  width: 130px;
  gap: 6px;
  padding: 8px 12px;
  font-weight: 800;
  white-space: nowrap;
}

.knowledge-trigger span {
  white-space: nowrap;
  line-height: 1;
}

.knowledge-trigger i {
  width: 13px;
  height: 13px;
  border-radius: 2px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .45) 1px, transparent 1px) 3px 0 / 4px 100%,
    linear-gradient(#dfe8ff, #ffffff);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .45);
}

.notify-btn {
  width: 40px;
  color: rgba(255, 255, 255, .92);
  background: linear-gradient(135deg, rgba(123, 86, 255, .86), rgba(237, 193, 255, .72));
}

.knowledge-panel {
  display: none;
  margin-top: 8px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(44, 23, 78, .72), rgba(244, 165, 172, .45));
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(10px);
}

.knowledge-menu.open .knowledge-panel {
  display: block;
  margin-top: 0;
}

.knowledge-menu.open .knowledge-top {
  display: none;
}

.panel-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.knowledge-panel button {
  width: 100%;
  min-height: 56px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 9px;
  text-align: left;
  border-radius: 7px;
  background: rgba(255, 255, 255, .15);
}

.knowledge-panel button span {
  grid-row: span 2;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(148, 77, 255, .78);
}

.knowledge-panel small,
.feature-card span,
.wide-card span,
.subtitle,
.tool-grid small {
  color: var(--muted);
}

.notice {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -82px;
  position: relative;
  z-index: 4;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(44, 23, 57, .78);
}

.notice-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice button {
  white-space: nowrap;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff604c, #ffb755);
  font-weight: 800;
}

.home-grid {
  display: grid;
  grid-template-columns: 1.34fr .9fr;
  gap: 10px;
  margin-top: 12px;
  padding-top: 2px;
}

.feature-card,
.wide-card,
.quick-row button,
.follow-list button,
.tool-grid button {
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: inset 0 1px rgba(255, 255, 255, .18);
}

.feature-card {
  min-height: 84px;
  border-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 18px 14px 14px;
  text-align: left;
  background: linear-gradient(135deg, #711bff, #b020ff 62%, #36a6ff);
  overflow: hidden;
  isolation: isolate;
}

.feature-card strong {
  display: block;
  font-size: 18px;
  line-height: 1.18;
  white-space: nowrap;
}

.feature-card.primary {
  grid-row: span 2;
  min-height: 158px;
}

.feature-card.primary strong {
  font-size: 28px;
  line-height: 1.08;
}

.feature-card.primary i {
  display: grid;
  place-items: center;
  width: 100px;
  height: 70px;
  margin: 14px 0 0 auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, .28);
  font-size: 42px;
}

.feature-card.warm {
  background: linear-gradient(135deg, #fbcc50, #8c30ff);
}

.feature-card.orange {
  background: linear-gradient(135deg, #ffb13d, #ce525d 58%, #6e24d8);
}

.wide-card {
  width: 100%;
  min-height: 78px;
  margin-top: 8px;
  padding: 14px 18px;
  text-align: left;
  border-radius: 8px;
  background: linear-gradient(105deg, rgba(119, 43, 105, .88), rgba(36, 95, 136, .9));
}

.wide-card strong {
  font-size: 21px;
  white-space: nowrap;
}

.wide-card em {
  float: right;
  padding: 8px 14px;
  border-radius: 999px;
  background: #2c148d;
  font-style: normal;
}

.quick-row {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 10px;
  margin-top: 8px;
}

.quick-row button {
  min-height: 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, #39205e, #7b2dc0);
  font-weight: 800;
}

.quick-row small {
  padding: 5px 9px;
  margin-left: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.tabbar {
  position: absolute;
  z-index: 30;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #25003f;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.tabbar::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  height: 10px;
  background: radial-gradient(10px 6px at 17px 6px, #25003f 98%, transparent) repeat-x;
  background-size: 34px 10px;
}

.tabbar button {
  display: grid;
  place-items: center;
  gap: 2px;
  background: transparent;
  color: #b9a9cf;
  font-size: 13px;
}

.tabbar button.active {
  color: white;
}

.tabbar button.active::after {
  content: "";
  width: 34px;
  height: 4px;
  border-radius: 999px;
  background: var(--cyan);
}

h1 {
  margin: 0;
  font-size: 30px;
}

h2 {
  margin: 18px 4px 10px;
  font-size: 16px;
  color: #ffd855;
}

.subtitle {
  margin: 6px 0 14px;
}

.upload-btn {
  position: absolute;
  top: 78px;
  right: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 8px;
  background: rgba(0, 0, 0, .25);
}

.plan-btn {
  position: static;
  margin: 6px 0 14px;
  background: linear-gradient(135deg, #28c9ff, #ff9dde);
}

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

.follow-list button {
  position: relative;
  min-height: 100px;
  padding: 20px 118px 18px 80px;
  text-align: left;
  border-radius: 10px;
  background: linear-gradient(110deg, #11919d, #33417a 68%, #b23eea);
}

.follow-list button::before {
  content: "♫";
  position: absolute;
  left: 18px;
  top: 25px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff, #ff94df);
  color: #7c35ff;
  font-size: 28px;
}

.follow-list strong {
  display: block;
  font-size: 22px;
}

.follow-list em {
  position: absolute;
  right: 14px;
  bottom: 16px;
  padding: 10px 13px;
  border-radius: 7px;
  background: linear-gradient(135deg, #3abfff, #f486db);
  font-style: normal;
}

.chips {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  margin-top: 12px;
  padding-bottom: 6px;
}

.chips span,
.chips button {
  flex: 0 0 auto;
  padding: 10px 11px;
  border-radius: 4px;
  background: linear-gradient(#333, #111);
  border: 1px solid rgba(255, 255, 255, .22);
}

.chips button.active {
  color: #071018;
  background: linear-gradient(135deg, #65ddff, #ffb1e2);
  border-color: transparent;
  font-weight: 800;
}

.space-hero {
  min-height: 176px;
  margin: -82px -14px 14px;
  padding: 128px 26px 20px;
  background:
    radial-gradient(circle at 73% 33%, rgba(66, 216, 255, .7), transparent 15%),
    linear-gradient(135deg, #3514d4, #d935ab 42%, #110038);
}

.space-hero p {
  margin: 0;
  color: #d4c8ff;
  font-size: 17px;
}

.setup-card {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 134px;
  border-radius: 14px;
  background: #171020;
  border: 1px solid rgba(255, 255, 255, .11);
}

.setup-card button,
.form button,
.inline-form button,
.bottom-actions button,
.service button {
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #49cfff, #ff9fde);
  font-weight: 800;
}

.tool-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tool-grid button {
  display: flex;
  min-height: 104px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  text-align: left;
  border-radius: 10px;
  background: linear-gradient(135deg, #80600b, #24166d);
}

.tool-icon {
  flex: 0 0 26px;
  text-align: center;
  font-size: 20px;
  color: #ffd069;
}

.tool-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.tool-grid strong {
  display: block;
  font-size: 17px;
  line-height: 1.15;
  white-space: nowrap;
}

.tool-grid small {
  display: block;
  margin-top: 4px;
  line-height: 1.25;
  word-break: keep-all;
  overflow-wrap: normal;
}

.form,
.inline-form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  color: #dfd4ed;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  padding: 12px;
  color: white;
  background: #1c1720;
  outline: none;
}

textarea {
  min-height: 86px;
  resize: vertical;
}

.inline-form {
  margin-bottom: 14px;
}

.file-picker {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px dashed rgba(126, 226, 255, .45);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  color: white;
}

.file-picker input {
  display: none;
}

.file-picker span {
  color: #7ee2ff;
  font-weight: 800;
}

.file-picker small {
  color: var(--muted);
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}

.section-head h2 {
  margin: 0;
}

.section-head button {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #78dcff;
}

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

.compact-list {
  margin-bottom: 16px;
}

.list article,
.stat-row,
.digital-panel,
.white-card,
.wallet {
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
}

.list article h3 {
  margin: 0 0 8px;
}

.list article p {
  margin: 0 0 10px;
  color: var(--muted);
  white-space: pre-wrap;
}

.list article small {
  color: #68d9ff;
}

.material-preview {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, .28);
}

audio.material-preview {
  height: 44px;
}

.work-filters {
  margin: 12px 0;
}

.work-filters button {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.work-filters button.active {
  color: #03141a;
  background: linear-gradient(135deg, #65ddff, #ffb1e2);
}

.work-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.work-actions button {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #7ee2ff;
}

.risk-badge {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 8px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #7ee2ff;
  font-size: 12px;
}

.risk-badge.high {
  color: #ffb5b5;
  background: rgba(255, 76, 76, .16);
}

.risk-badge.medium {
  color: #ffd58c;
  background: rgba(255, 181, 69, .16);
}

.risk-badge.low {
  color: #9eeaff;
  background: rgba(66, 216, 255, .14);
}

.risk-list {
  margin: 0 0 8px;
  padding-left: 18px;
  color: #ffd7d7;
  font-size: 12px;
  line-height: 1.5;
}

.refresh-btn {
  float: right;
  margin-top: -46px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #7ee2ff;
}

.task-list {
  margin: 14px 0;
}

.task-card {
  border-color: rgba(82, 212, 255, .22) !important;
}

.template-list,
.usage-log-list {
  gap: 12px;
}

.template-card {
  display: grid;
  gap: 10px;
}

.template-card h3,
.task-detail-card h3 {
  margin-bottom: 6px;
  line-height: 1.32;
}

.template-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.template-card label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 13px;
}

.template-card textarea {
  min-height: 58px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.template-card > button {
  min-height: 42px;
  border-radius: 8px;
  color: #061016;
  background: linear-gradient(135deg, #62dcff, #ffb2e0);
  font-weight: 800;
}

.usage-log-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  align-items: center;
}

.usage-log-card strong,
.usage-log-card small,
.usage-log-card em {
  min-width: 0;
}

.usage-log-card small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  line-height: 1.4;
}

.usage-log-card span {
  font-size: 20px;
  font-weight: 900;
  color: #ffb0d7;
}

.usage-log-card em {
  grid-column: 1 / -1;
  color: #74e4ff;
  font-style: normal;
  font-size: 13px;
}

.usage-refresh {
  float: none;
  display: inline-flex;
  margin: 0 0 10px;
}

.task-detail-card dl {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 8px 10px;
  margin: 14px 0;
}

.task-detail-card dt {
  color: var(--muted);
}

.task-detail-card dd {
  min-width: 0;
  margin: 0;
  line-height: 1.45;
  word-break: break-word;
}

.timeline {
  display: grid;
  gap: 8px;
}

.timeline p {
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .07);
}

.timeline b,
.timeline span {
  display: block;
}

.timeline b {
  margin-bottom: 4px;
  color: #7ee2ff;
  font-size: 12px;
}

.progress {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #42d8ff, #ff9dde);
}

.step-title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 8px 0 10px;
}

.step-title b {
  font-size: 36px;
}

.style-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
}

.style-strip button {
  min-height: 38px;
  background: #22232a;
}

.style-strip .active {
  background: #8b8b94;
}

.style-swatches {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 10px;
  border-radius: 8px;
  background: #2a2a2a;
}

.style-swatches span {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px #111;
}

.style-swatches span:nth-child(2) { color: #ff7b98; }
.style-swatches span:nth-child(3) { color: #6cff75; }
.style-swatches span:nth-child(4) { color: #e9e480; }
.style-swatches span:nth-child(5) { color: #dcdcdc; }

.big-text {
  min-height: 190px;
  margin: 12px 0 4px;
  background: #1c1c1d;
}

.big-text.compact {
  min-height: 180px;
  background: #261733;
}

.library-btn {
  float: right;
  padding: 10px 14px;
  border-radius: 8px;
  background: #9d9d9d;
}

.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 12px;
  color: var(--muted);
  font-size: 13px;
}

.check-row button {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  color: #03141a;
  background: linear-gradient(135deg, #65ddff, #ffb1e2);
  font-weight: 800;
}

.music-row,
.voice-row,
.helper-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 12px 0;
}

.music-row button,
.voice-row button,
.helper-row button {
  flex: 0 0 auto;
  min-width: 62px;
  min-height: 44px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #1e1e22;
  border: 1px solid transparent;
}

.music-row .active,
.voice-row .active {
  border-color: #28cdff;
  color: #50d6ff;
}

.bottom-actions {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: .8fr 1.6fr;
  gap: 12px;
  padding: 10px;
  margin: 18px -14px 0;
  background: rgba(14, 14, 14, .98);
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.page[data-page="studio"],
.page[data-page="digital"],
.page[data-page="templates"],
.page[data-page="usageLogs"],
.page[data-page="taskDetail"],
.page[data-page="works"] {
  padding-bottom: 196px;
}

.digital-panel {
  min-height: 198px;
  background: #14001f;
}

.avatar-add {
  display: grid;
  place-items: center;
  width: 78px;
  height: 112px;
  margin-top: 10px;
  border-radius: 8px;
  background: #2d1d3e;
  border: 1px solid rgba(255, 255, 255, .16);
  font-size: 34px;
}

.avatar-add span {
  font-size: 12px;
}

.profile-head {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  gap: 12px;
  align-items: center;
  margin: -82px -14px 14px;
  padding: 106px 16px 24px;
  background: linear-gradient(135deg, #b45cff, #e8f2ff 72%);
  color: #101019;
}

.profile-head .avatar {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #d2d3df;
  font-size: 50px;
}

.profile-head h1 {
  font-size: 25px;
}

.profile-head button {
  color: #0caeff;
  background: transparent;
  text-decoration: underline;
}

.wallet {
  margin-bottom: 16px;
  background: linear-gradient(135deg, #20115d, #6840a7);
}

.wallet div {
  display: flex;
  justify-content: space-around;
  margin: 18px 0;
}

.wallet button {
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #63ccff, #bd9bff);
}

.white-card {
  margin-bottom: 14px;
  color: #202335;
  background: white;
}

.white-card h2 {
  margin: 0 0 10px;
  color: #596073;
}

.white-card button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px 8px;
  color: #101828;
  background: transparent;
  border-bottom: 1px solid #eef0f4;
}

.service button {
  justify-content: center;
  border: 1px solid #b9e8a7;
  color: #2eb865;
  border-radius: 6px;
  background: #f4fff0;
}

.service div {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
}

.side-panel {
  padding: 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}

.side-panel h2,
.side-panel h3 {
  margin: 0 0 14px;
}

.side-panel ul {
  padding-left: 18px;
  line-height: 1.8;
  color: #d8cce9;
}

.metric-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.metric {
  padding: 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
}

.metric b {
  display: block;
  font-size: 24px;
  color: #79e2ff;
}

@media (max-width: 880px) {
  .shell {
    display: block;
    padding: 0;
  }

  .phone {
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .side-panel {
    display: none;
  }
}
