@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --app-bg: #eaf7ff;
  --app-bg-2: #f7fcff;
  --ink: #07163f;
  --muted: #60729f;
  --soft: #91a7cf;
  --blue: #2388ff;
  --blue-2: #65d8ff;
  --line: rgba(42, 89, 148, 0.13);
  --surface: rgba(255, 255, 255, 0.72);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --shadow: 0 26px 70px rgba(33, 105, 190, 0.16);
  --inset: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--app-bg);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(255, 255, 255, 0.98), transparent 32%),
    radial-gradient(circle at 78% 28%, rgba(87, 194, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #f9fdff 0%, #e7f5ff 45%, #d9efff 100%);
  font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.app-canvas {
  width: min(1420px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 42px;
  display: grid;
  grid-template-columns: 330px repeat(3, minmax(260px, 1fr));
  gap: 30px;
  align-items: start;
}

.brand-rail {
  min-height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
}

.phone-card {
  display: grid;
  gap: 16px;
}

.screen-label {
  margin: 0;
  min-height: 18px;
  color: #061232;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.brand-mark,
.mini-mark {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.brand-mark {
  width: 190px;
  height: 108px;
  margin-bottom: 18px;
}

.brand-mark span,
.mini-mark span {
  display: block;
  border: 8px solid rgba(47, 151, 255, 0.86);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffffff 0 24%, rgba(119, 225, 255, 0.7) 58%, rgba(35, 136, 255, 0.2));
  box-shadow: 0 16px 32px rgba(35, 136, 255, 0.24), inset 0 8px 14px rgba(255, 255, 255, 0.88);
}

.brand-mark span {
  width: 102px;
  height: 86px;
}

.brand-mark span + span {
  margin-left: -25px;
}

.mini-mark {
  width: 48px;
  height: 30px;
  flex: none;
}

.mini-mark span {
  width: 28px;
  height: 24px;
  border-width: 3px;
}

.mini-mark span + span {
  margin-left: -8px;
}

.brand-rail h1,
.app-logo strong,
.phone-header strong,
.bottom-bar strong {
  margin: 0;
  color: #142660;
  font-weight: 800;
  line-height: 1;
}

.brand-rail h1 {
  font-size: 54px;
}

.brand-rail span,
.app-logo span,
.phone-header span,
.bottom-bar span {
  color: var(--blue);
}

.brand-rail p {
  max-width: 260px;
  margin: 42px 0 54px;
  color: #2d4481;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 500;
}

.rail-list {
  display: grid;
  gap: 22px;
}

.rail-list span {
  position: relative;
  padding-left: 36px;
  color: #31508a;
  font-size: 15px;
  font-weight: 700;
}

.rail-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.phone {
  min-height: 660px;
  border: 1px solid rgba(103, 153, 213, 0.28);
  border-radius: 38px;
  padding: 24px 22px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.72));
  box-shadow: var(--shadow), var(--inset);
  position: relative;
  overflow: hidden;
}

.mission,
.agenda,
.executing,
.memory,
.notifications,
.settings {
  padding-bottom: 96px;
}

.integrations {
  min-height: 660px;
}

.phone::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(116, 211, 255, 0.14), transparent 44%);
}

.phone > * {
  position: relative;
  z-index: 1;
}

.phone-top,
.phone-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone-top {
  height: 20px;
  margin-bottom: 24px;
  font-size: 12px;
  color: #07163f;
  font-weight: 800;
}

.phone-top i {
  width: 46px;
  height: 10px;
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, #07163f 0 18%, transparent 18% 28%, #07163f 28% 46%, transparent 46% 58%, #07163f 58% 100%);
  opacity: 0.85;
}

.phone-header {
  margin-bottom: 26px;
}

.phone-header strong,
.app-logo strong {
  margin-right: auto;
  margin-left: 7px;
  font-size: 15px;
}

.phone-header button {
  border: 0;
  background: transparent;
  color: #173272;
  font-size: 21px;
  line-height: 1;
}

.app-logo {
  margin-top: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.app-logo .mini-mark {
  width: 96px;
  height: 56px;
}

.app-logo .mini-mark span {
  width: 54px;
  height: 44px;
  border-width: 5px;
}

.app-logo strong {
  margin: 0;
  font-size: 28px;
}

.hero-question {
  width: min(280px, 100%);
  margin: 40px auto 28px;
  text-align: center;
  font-size: 23px;
  line-height: 1.14;
  font-weight: 800;
}

.prompt-pill,
.composer,
.search {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  border-radius: 999px;
  padding: 8px;
  box-shadow: inset 0 1px 0 #fff, 0 12px 26px rgba(36, 104, 170, 0.08);
}

.prompt-pill input,
.composer input,
.search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  min-width: 0;
}

.prompt-pill button,
.composer button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), #5ecaff);
  color: #fff;
  font-size: 0;
  flex: none;
  box-shadow: 0 12px 22px rgba(35, 136, 255, 0.3);
}

.prompt-pill button::before,
.composer button::before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  margin: 10px auto;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 7px;
}

.quick-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.quick-grid button,
.tabs button,
.approval-actions button,
.bottom-bar button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  color: #486395;
  border-radius: 14px;
  padding: 12px 10px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 #fff;
}

.voice-orb {
  display: block;
  width: 52px;
  height: 52px;
  margin: 52px auto 8px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 10%, #59c9ff 34%, #2388ff 72%);
  box-shadow: 0 0 0 18px rgba(91, 199, 255, 0.12), 0 18px 40px rgba(35, 136, 255, 0.33);
}

.welcome small {
  display: block;
  text-align: center;
  color: #8ea0c4;
  font-size: 11px;
  font-weight: 800;
}

.message {
  max-width: 82%;
  border-radius: 16px;
  padding: 14px;
  font-size: 13px;
  line-height: 1.42;
  font-weight: 700;
}

.message.user {
  margin-left: auto;
  color: #fff;
  background: linear-gradient(135deg, #1678f2, #329eff);
  box-shadow: 0 16px 28px rgba(35, 136, 255, 0.25);
}

.mission-card,
.approval-card,
.text-card,
.settings-list,
.progress-card,
.memory-list article,
.notification-list article,
.profile-row,
.settings-menu,
.integration-list {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: inset 0 1px 0 #fff, 0 15px 30px rgba(46, 102, 165, 0.08);
}

.mission-card {
  margin-top: 18px;
  padding: 18px;
}

.status-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.status-line span {
  padding: 6px 10px;
  border-radius: 999px;
  color: #1268ca;
  background: rgba(35, 136, 255, 0.1);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.status-line b {
  color: #16316f;
  font-size: 12px;
}

.mission-card h2,
.phone h2 {
  margin: 0 0 12px;
  color: #13265e;
  font-size: 21px;
  line-height: 1.12;
  font-weight: 900;
}

.mission-card p,
.phone p {
  color: var(--muted);
  line-height: 1.45;
  font-size: 13px;
  font-weight: 600;
}

.checklist {
  display: grid;
  gap: 11px;
  margin-top: 18px;
}

.checklist label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #556b98;
  font-size: 12px;
  font-weight: 800;
}

input[type="checkbox"] {
  accent-color: var(--blue);
}

.approval-card {
  margin-top: 14px;
  padding: 16px;
}

.approval-card span {
  color: #8b9bbd;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.approval-actions {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10px;
  margin-bottom: 6px;
}

.preview-approval {
  margin-top: 14px;
}

.mini-post-row {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  margin: 10px 0 14px;
}

.mini-post-art {
  min-height: 76px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 202, 135, 0.9), transparent 28%),
    linear-gradient(145deg, #132c73, #2b73da 56%, #f7a66f);
  box-shadow: 0 12px 22px rgba(35, 87, 160, 0.16);
}

.mini-post-row p {
  margin: 0;
  color: #24386c;
  font-size: 13px;
  font-weight: 900;
}

.mini-post-row small {
  display: block;
  margin-top: 6px;
  color: #8ba0c5;
  font-size: 11px;
  font-weight: 800;
}

.approval-actions button:last-child,
.primary-wide {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #1678f2, #50bcff);
  box-shadow: 0 16px 32px rgba(35, 136, 255, 0.27);
}

.composer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
}

.compact-composer {
  padding: 7px;
}

.voice {
  text-align: center;
}

.voice-copy {
  margin-top: 64px;
}

.sonar {
  width: 250px;
  height: 250px;
  margin: 48px auto 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: radial-gradient(circle, rgba(35, 136, 255, 0.36), rgba(97, 208, 255, 0.12) 48%, transparent 70%);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.9), 0 20px 60px rgba(35, 136, 255, 0.19);
}

.sonar > span {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(35, 136, 255, 0.36);
  border-radius: 50%;
}

.sonar > span:nth-child(2) { inset: 58px; }
.sonar > span:nth-child(3) { inset: 92px; }

.sonar .mini-mark {
  width: 74px;
  height: 46px;
}

.sonar .mini-mark span {
  width: 42px;
  height: 36px;
  border-color: #fff;
}

.stop-button {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 15px 42px;
  color: #3d5487;
  background: var(--surface);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(46, 102, 165, 0.12);
}

.days {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 16px 0 20px;
}

.days button {
  min-height: 54px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.68);
  color: #8294bc;
  font-size: 11px;
  font-weight: 800;
}

.days .selected {
  color: #fff;
  background: linear-gradient(180deg, #48b7ff, #2188ff);
}

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

.timeline div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  padding: 16px 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--surface);
}

.timeline div.selected {
  border-left: 4px solid var(--blue);
}

.timeline time {
  color: #6d80aa;
  font-size: 13px;
  font-weight: 900;
}

.timeline p {
  margin: 0;
  color: #24386c;
  font-weight: 900;
}

.timeline small,
.memory-list small,
.notification-list small,
.profile-row small {
  display: block;
  margin-top: 5px;
  color: #8ba0c5;
  font-size: 11px;
  font-weight: 800;
}

.text-card {
  padding: 18px;
  color: #24386c;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}

.settings-list {
  margin: 16px 0;
  padding: 6px 16px;
}

.settings-list span,
.integration-list label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  color: #3f568b;
  font-size: 12px;
  font-weight: 900;
  border-bottom: 1px solid var(--line);
}

.settings-list span {
  gap: 18px;
}

.settings-list span b {
  min-width: 94px;
  text-align: right;
  overflow-wrap: anywhere;
}

.promise-card {
  min-height: 660px;
  border: 1px solid rgba(103, 153, 213, 0.28);
  border-radius: 38px;
  padding: 70px 28px 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(211, 239, 255, 0.68)),
    radial-gradient(circle at 50% 62%, rgba(69, 177, 255, 0.3), transparent 28%);
  box-shadow: var(--shadow), var(--inset);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.promise-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.8), transparent 38%);
}

.promise-card > * {
  position: relative;
  z-index: 1;
}

.promise-orb {
  width: 96px;
  height: 78px;
  margin: 0 auto 58px;
  display: grid;
  place-items: center;
  filter: drop-shadow(0 18px 30px rgba(35, 136, 255, 0.16));
}

.promise-orb .mini-mark {
  width: 96px;
  height: 58px;
}

.promise-orb .mini-mark span {
  width: 54px;
  height: 46px;
  border-width: 5px;
}

.promise-card h2 {
  margin: 0;
  color: #07163f;
  font-size: 28px;
  line-height: 1.22;
  font-weight: 900;
}

.promise-stack {
  width: 210px;
  height: 136px;
  margin: 56px auto 54px;
  position: relative;
}

.promise-stack span {
  position: absolute;
  left: 50%;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(80, 186, 255, 0.2));
  box-shadow: 0 24px 40px rgba(35, 136, 255, 0.14);
  transform: translateX(-50%);
}

.promise-stack span:nth-child(1) {
  width: 190px;
  height: 62px;
}

.promise-stack span:nth-child(2) {
  width: 144px;
  height: 86px;
  bottom: 20px;
}

.promise-stack span:nth-child(3) {
  width: 104px;
  height: 104px;
  bottom: 42px;
}

.promise-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.promise-tags span {
  padding: 10px 12px;
  border-radius: 10px;
  color: #2377df;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 #fff, 0 10px 18px rgba(35, 136, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.settings-list span:last-child,
.integration-list label:last-child {
  border-bottom: 0;
}

.settings-list b {
  color: var(--blue);
  font-weight: 900;
}

.post-preview {
  min-height: 190px;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(17, 47, 109, 0.25), rgba(35, 136, 255, 0.08)),
    radial-gradient(circle at 70% 20%, #ff9a64, transparent 22%),
    linear-gradient(145deg, #123070, #3f7edb 48%, #f8b87c);
  box-shadow: 0 18px 36px rgba(35, 87, 160, 0.22);
}

.post-preview strong {
  font-size: 38px;
  line-height: 1;
}

.post-preview span {
  max-width: 200px;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 800;
}

.primary-wide {
  width: 100%;
  min-height: 54px;
  margin-top: 16px;
  border: 0;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 900;
}

.executing .orbit {
  width: 250px;
  height: 250px;
  margin: 30px auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: repeating-radial-gradient(circle, rgba(35, 136, 255, 0.18) 0 1px, transparent 1px 36px);
}

.orbit > span {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(35, 136, 255, 0.17);
}

.orbit > span:nth-child(1) { right: 24px; top: 80px; background: #36a852; }
.orbit > span:nth-child(2) { left: 104px; top: 20px; background: #111; }
.orbit > span:nth-child(3) { right: 56px; bottom: 32px; background: #6b4bff; }
.orbit > span:nth-child(4) { left: 28px; bottom: 76px; background: #3b8cff; }

.progress-card {
  padding: 18px;
}

.progress-card p {
  max-width: 210px;
  margin: 0 0 14px;
  color: #263b72;
  font-weight: 900;
}

.progress-card b {
  position: static;
  display: block;
  margin: -34px 0 18px auto;
  width: max-content;
  color: var(--blue);
}

.progress-card div {
  height: 8px;
  border-radius: 999px;
  background: rgba(35, 136, 255, 0.12);
}

.progress-card span {
  display: block;
  width: 67%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), #5fd3ff);
}

.tabs {
  display: flex;
  gap: 8px;
  margin: 14px 0;
}

.tabs button {
  padding: 9px 11px;
  border-radius: 999px;
}

.tabs .selected {
  color: #1268ca;
  background: rgba(35, 136, 255, 0.11);
}

.memory-list,
.notification-list {
  display: grid;
  gap: 11px;
}

.memory-list article,
.notification-list article {
  padding: 16px;
}

.memory-list b,
.notification-list b {
  color: #23386f;
  font-size: 12px;
  line-height: 1.35;
}

.integration-list {
  margin-top: 20px;
  padding: 4px 16px;
}

.integration-list b {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 9px;
  display: inline-grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
}

.notifications {
  background: linear-gradient(160deg, rgba(99, 194, 255, 0.9), rgba(235, 247, 255, 0.86));
  text-align: center;
}

.notification-clock {
  margin-top: 26px;
  color: #fff;
  font-size: 62px;
  font-weight: 300;
  line-height: 1;
}

.notifications > p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.notification-list {
  margin-top: 34px;
  text-align: left;
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
}

.profile-row div {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #1c356d, #52b9ff);
  font-weight: 900;
}

.profile-row span {
  display: grid;
}

.settings-menu {
  margin: 14px 0;
  padding: 4px 0;
}

.settings-menu button,
.danger {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: #344e84;
  padding: 0 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 900;
}

.settings-menu button:last-child {
  border-bottom: 0;
}

.danger {
  border-radius: 16px;
  border: 1px solid rgba(255, 72, 72, 0.12);
  color: #dc4c4c;
  background: rgba(255, 255, 255, 0.65);
}

.bottom-bar {
  grid-column: 1 / -1;
  position: static;
  z-index: 20;
  width: 100%;
  transform: none;
  min-height: 84px;
  display: grid;
  grid-template-columns: auto auto 1fr repeat(4, auto);
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  border: 1px solid rgba(103, 153, 213, 0.28);
  border-radius: 24px;
  background: rgba(246, 252, 255, 0.82);
  box-shadow: 0 20px 60px rgba(33, 105, 190, 0.16), inset 0 1px 0 #fff;
  backdrop-filter: blur(18px);
}

.bottom-bar p {
  margin: 0 0 0 12px;
  color: #456296;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.bottom-bar button {
  min-width: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #176fe5;
  background: rgba(255, 255, 255, 0.58);
}

.bottom-bar button::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #fff 0 23%, transparent 25%),
    linear-gradient(135deg, #dff5ff, #eef9ff);
  box-shadow: inset 0 0 0 1px rgba(35, 136, 255, 0.22), 0 8px 14px rgba(35, 136, 255, 0.12);
}

.phone.is-highlighted {
  outline: 3px solid rgba(35, 136, 255, 0.34);
  box-shadow: 0 28px 80px rgba(35, 136, 255, 0.27), var(--inset);
}

@media (max-width: 1180px) {
  .app-canvas {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
  }

  .brand-rail {
    min-height: 420px;
  }

  .bottom-bar {
    grid-template-columns: auto auto 1fr;
  }

  .bottom-bar button {
    display: none;
  }
}

@media (max-width: 720px) {
  .app-canvas {
    width: min(430px, calc(100% - 22px));
    grid-template-columns: 1fr;
    padding: 26px 0 110px;
    gap: 22px;
  }

  .brand-rail {
    min-height: auto;
    padding: 22px 10px;
  }

  .brand-rail h1 {
    font-size: 43px;
  }

  .brand-rail p {
    margin: 24px 0;
    font-size: 19px;
  }

  .phone {
    min-height: 640px;
    border-radius: 32px;
  }

  .screen-label {
    font-size: 12px;
  }

  .bottom-bar {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 22px);
    min-height: 72px;
    bottom: 12px;
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    padding: 12px 14px;
  }

  .bottom-bar p {
    display: none;
  }
}
