:root {
  --gold:#f7dda0;
  --ink:#252720;
  --muted:#85877c;
  --paper:#f4f3ed;
  --line:#dfdfd4
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'DM Sans','PingFang SC','Microsoft YaHei',sans-serif;
  -webkit-font-smoothing:antialiased
}
button,input,a {
  -webkit-tap-highlight-color:transparent
}
button,input {
  font:inherit
}
button {
  cursor:pointer
}
button {
  border:0
}
button:focus-visible,a:focus-visible {
  outline:2px solid #c2994b;
  outline-offset:4px
}
button:disabled {
  opacity:.5;
  cursor:default
}
a {
  color:inherit;
  text-decoration:none
}
svg {
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.icons {
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}
.page-header {
  height:91px;
  padding:0 5%;
  display:flex;
  align-items:center;
  gap:24px;
  border-bottom:1px solid var(--line)
}
.wordmark {
  font-size:35px;
  font-weight:700;
  letter-spacing:-2px
}
.wordmark span {
  font-size:24px;
  padding-left:3px;
  color:#949983
}
.header-divider {
  height:20px;
  border-left:1px solid #c9cbbf
}
.header-label {
  font-size:10px;
  letter-spacing:2px;
  color:#75796e
}
.prototype-tag {
  margin-left:auto;
  font-size:11px;
  display:flex;
  align-items:center;
  gap:8px;
  background:#e8eade;
  border:1px solid #d9decd;
  padding:8px 12px;
  border-radius:20px
}
.prototype-tag i,.phone-caption i,.local-demo i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#838e63;
  display:inline-block
}
.studio {
  max-width:1380px;
  margin:auto;
  padding:42px 42px 35px;
  display:grid;
  grid-template-columns:minmax(200px,1fr) minmax(350px,400px) minmax(250px,310px);
  align-items:center;
  gap:55px
}
.eyebrow {
  font-size:9px;
  font-weight:600;
  letter-spacing:2.1px;
  color:#92937e
}
.intro {
  padding-bottom:38px
}
.intro h1 {
  font-size:clamp(26px,2.6vw,37px);
  font-weight:500;
  line-height:1.6;
  letter-spacing:-1.6px;
  margin:23px 0 19px
}
.intro h1 span {
  color:#959c79
}
.intro>p {
  font-size:12px;
  line-height:2.1;
  color:#828579
}
.intro-rule {
  width:35px;
  border-top:1px solid #9ba286;
  margin:36px 0 27px
}
.intro-detail {
  display:flex;
  flex-direction:column;
  gap:11px
}
.intro-detail>span {
  font-size:9px;
  letter-spacing:1.8px;
  color:#909582
}
.intro-detail strong {
  font-size:15px;
  font-weight:500
}
.intro-detail small {
  font-size:11px;
  color:#8c8d81
}
.preview-note {
  margin-top:68px;
  display:flex;
  gap:10px;
  color:#9c9e8e
}
.preview-note span {
  font-size:20px
}
.preview-note p {
  margin:0;
  font-size:10px;
  line-height:2
}
.phone-wrap {
  width:100%;
  max-width:400px;
  justify-self:center
}
.phone {
  height:780px;
  position:relative;
  isolation:isolate;
  border:7px solid #20211d;
  border-radius:47px;
  overflow:hidden;
  background:#171714;
  color:white;
  box-shadow:0 36px 65px -24px #3337204d,0 4px 8px #1b1e141c;
  transform:translateZ(0)
}
.video-stage,.screen-shade {
  position:absolute;
  inset:0
}
.live-video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .24s ease;
  object-position:50% 48%
}
.live-video.visible {
  opacity:1
}
.screen-shade {
  background:linear-gradient(180deg,#0008 0%,#0002 16%,transparent 33%,transparent 44%,#0002 55%,#000a 74%,#0b0b0bf2 95%);
  pointer-events:none
}
.status-bar {
  height:45px;
  padding:10px 25px 0;
  display:flex;
  justify-content:space-between;
  font-size:12px;
  font-weight:600;
  position:relative;
  z-index:1
}
.island {
  position:absolute;
  top:9px;
  left:50%;
  transform:translateX(-50%);
  width:106px;
  height:25px;
  border-radius:20px;
  background:#171714
}
.device-signals {
  font-size:11px;
  letter-spacing:1px
}
.device-signals span {
  padding:0 3px
}
.room-top {
  position:relative;
  display:flex;
  align-items:center;
  gap:7px;
  padding:9px 14px 0
}
.profile {
  display:flex;
  gap:7px;
  align-items:center;
  background:#0004;
  border:1px solid #fff1;
  border-radius:30px;
  padding:4px;
  flex:1;
  max-width:252px
}
.profile img {
  height:33px;
  width:33px;
  object-fit:cover;
  object-position:50% 25%;
  border-radius:50%
}
.profile strong {
  display:block;
  font-size:11px;
  font-weight:600
}
.profile strong span {
  color:var(--gold)
}
.profile small {
  font-size:8px;
  color:#ddd;
  display:flex;
  align-items:center;
  gap:4px;
  margin-top:4px
}
.profile small i {
  background:#b7d99e;
  width:4px;
  height:4px;
  border-radius:100%
}
.follow {
  background:var(--gold);
  border-radius:20px;
  color:#322b1e;
  font-size:9px;
  font-weight:700;
  padding:7px 10px;
  margin-left:auto;
  white-space:nowrap
}
.follow.followed {
  background:#fff2;
  color:#fff
}
.viewers {
  font-size:9px;
  white-space:nowrap;
  background:#0004;
  padding:7px;
  border-radius:20px
}
.viewers span {
  color:#e7e2d6;
  margin-right:3px
}
.icon-button {
  display:flex;
  align-items:center;
  justify-content:center;
  color:inherit;
  background:transparent;
  width:27px;
  height:27px;
  font-size:24px
}
.icon-button svg {
  width:18px;
  height:18px
}
.atmosphere-pill {
  position:relative;
  margin:10px 0 0 18px;
  border-radius:20px;
  background:linear-gradient(100deg,#6c624979,#342b2370);
  border:1px solid #e9d2a136;
  color:#f3dab0;
  padding:6px 9px;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:8px
}
.atmosphere-pill>span:first-child {
  font-size:12px
}
.atmosphere-pill>span:nth-child(4) {
  color:#e1d7c4
}
.pill-divider {
  height:8px;
  border-left:1px solid #ddc79266
}
.live-label {
  position:absolute;
  right:19px;
  top:114px;
  font-size:8px;
  letter-spacing:1.7px;
  display:flex;
  align-items:center;
  gap:5px
}
.live-label i {
  width:4px;
  height:4px;
  background:var(--gold);
  border-radius:50%;
  box-shadow:0 0 10px #ffe1a6
}
.sound-button {
  position:absolute;
  right:17px;
  top:147px;
  background:#0003;
  border:1px solid #fff3;
  border-radius:20px;
  color:#fff;
  display:flex;
  align-items:center;
  gap:4px;
  font-size:8px;
  padding:6px 8px
}
.sound-button svg {
  width:12px;
  height:12px
}
.side-actions {
  position:absolute;
  bottom:186px;
  right:14px;
  display:flex;
  flex-direction:column;
  gap:18px
}
.side-actions button {
  background:none;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:5px;
  padding:0;
  width:43px;
  filter:drop-shadow(0 2px 3px #0005)
}
.side-actions svg {
  width:29px;
  height:29px;
  fill:#ffffff16;
  stroke-width:1.7
}
.side-actions small {
  font-size:9px
}
.floating-gift {
  font-size:31px;
  line-height:37px
}
.conversation {
  position:absolute;
  bottom:139px;
  left:17px;
  right:59px;
  text-shadow:0 1px 5px #0006
}
.welcome {
  font-size:13px;
  font-weight:500
}
.welcome>span {
  color:var(--gold);
  margin-right:3px
}
.room-description {
  font-size:10px;
  color:#ddd6ca;
  margin:8px 0 19px
}
.messages {
  height:100px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:9px;
  mask-image:linear-gradient(transparent,#000 14%)
}
.messages p {
  margin:0;
  font-size:10px;
  display:flex;
  align-items:baseline;
  gap:5px;
  line-height:1.6;
  overflow-wrap:anywhere
}
.username {
  color:#ded2b4;
  flex-shrink:0;
  font-size:9px
}
.chat-badge {
  border:1px solid #cfb46766;
  background:#bea35c2b;
  color:#f1d398;
  border-radius:3px;
  font-size:7px;
  padding:0 3px;
  white-space:nowrap;
  font-weight:400
}
.chat-badge.blue {
  background:#78999a3b;
  color:#b7dcdf;
  border-color:#9fcac64a
}
.chat-badge.pink {
  background:#b793a94a;
  color:#f0c3da;
  border-color:#c99eb359
}
.messages .joined {
  color:#bbb6a7;
  font-size:9px
}
.composer {
  position:absolute;
  bottom:80px;
  left:16px;
  right:16px;
  display:flex;
  gap:10px;
  align-items:center
}
.chat-input {
  display:flex;
  align-items:center;
  flex:1;
  min-width:0;
  height:38px;
  background:#ffffff16;
  border:1px solid #fff2;
  border-radius:23px;
  padding:0 10px;
  gap:7px
}
.chat-input>svg {
  width:14px;
  height:14px;
  color:#ddd
}
.chat-input input {
  width:100%;
  min-width:0;
  background:transparent;
  outline:none;
  border:0;
  color:#fff;
  font-size:10px
}
.chat-input input::placeholder {
  color:#bcbab5
}
.chat-input button {
  border-radius:50%;
  background:#fff1;
  color:#fff;
  width:24px;
  height:24px;
  flex-shrink:0;
  font-size:16px
}
.gift-button {
  height:38px;
  width:43px;
  border-radius:13px;
  background:var(--gold);
  color:#51422a;
  display:grid;
  place-items:center
}
.gift-button svg {
  width:21px;
  height:21px
}
.bottom-nav {
  position:absolute;
  bottom:24px;
  left:0;
  right:0;
  height:45px;
  display:flex;
  justify-content:space-around;
  border-top:1px solid #ffffff12;
  padding-top:9px
}
.bottom-nav button {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;
  background:none;
  color:#918e88;
  width:65px;
  font-size:7px
}
.bottom-nav svg {
  width:16px;
  height:16px
}
.bottom-nav .active {
  color:var(--gold)
}
.home-indicator {
  position:absolute;
  bottom:8px;
  width:110px;
  height:4px;
  left:50%;
  transform:translateX(-50%);
  border-radius:10px;
  background:#d8d7d2
}
.phone-caption {
  margin:19px 2px 0;
  font-size:9px;
  letter-spacing:.4px;
  display:flex;
  justify-content:space-between;
  color:#96998a
}
.phone-caption i {
  margin-right:5px
}
.control-heading h2 {
  font-size:22px;
  font-weight:500;
  letter-spacing:-.5px;
  margin:13px 0 8px
}
.control-heading p {
  font-size:11px;
  color:#8c8f82;
  margin:0
}
.state-tabs {
  display:flex;
  border:1px solid #dedfd5;
  padding:4px;
  border-radius:9px;
  margin:27px 0;
  background:#edeee6
}
.state-tabs button {
  font-size:10px;
  flex:1;
  background:none;
  color:#8a8e7f;
  padding:9px 0;
  border-radius:6px
}
.state-tabs button.selected {
  background:#fcfcf8;
  box-shadow:0 2px 5px #3a402009;
  color:#464b3a
}
.section-label {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  color:#747a68;
  margin-bottom:13px
}
.section-label span+span {
  font-size:8px;
  letter-spacing:1.3px;
  color:#9a9e90
}
.clip-list {
  display:flex;
  flex-direction:column;
  gap:7px
}
.clip-card {
  display:flex;
  align-items:center;
  text-align:left;
  gap:12px;
  width:100%;
  padding:8px;
  background:transparent;
  border:1px solid #dedfd5;
  border-radius:11px;
  transition:background .2s,border .2s
}
.clip-card:hover {
  background:#e9ebdf
}
.clip-card.selected {
  background:#e6e9dc;
  border-color:#a7ae96
}
.clip-card img {
  width:38px;
  height:45px;
  object-fit:cover;
  object-position:50% 25%;
  border-radius:6px;
  filter:saturate(.7)
}
.clip-card>div {
  display:flex;
  flex:1;
  flex-direction:column;
  gap:6px
}
.clip-card strong {
  font-size:11px;
  font-weight:500
}
.clip-card small {
  font-size:9px;
  color:#95998b
}
.clip-card .clip-number {
  font-size:9px;
  color:#a1a693;
  padding:0 8px
}
.clip-card.selected .clip-number {
  color:#6f7b50
}
.playback-status {
  background:#292e25;
  border-radius:10px;
  padding:16px;
  margin-top:17px;
  display:flex;
  gap:13px;
  align-items:center;
  color:#d8dfc5
}
.playback-status>div:nth-child(2) {
  display:flex;
  flex-direction:column;
  gap:6px
}
.playback-status small {
  font-size:8px;
  color:#a7b097
}
.playback-status strong {
  font-size:10px;
  font-weight:400
}
.playback-status>span {
  margin-left:auto;
  font-size:8px;
  border:1px solid #626951;
  border-radius:4px;
  padding:4px 7px
}
.equalizer {
  display:flex;
  gap:3px;
  align-items:center;
  height:23px
}
.equalizer i {
  width:2px;
  height:14px;
  background:#becaa0;
  border-radius:3px;
  animation:equalizer 1s ease-in-out infinite alternate
}
.equalizer i:nth-child(2) {
  animation-delay:-.6s;
  height:22px
}
.equalizer i:nth-child(3) {
  animation-delay:-.3s;
  height:9px
}
.equalizer i:nth-child(4) {
  animation-delay:-.8s
}
.control-footnote {
  display:flex;
  gap:10px;
  margin-top:18px;
  color:#969d87
}
.control-footnote>span {
  font-size:19px
}
.control-footnote p {
  font-size:10px;
  line-height:1.9;
  margin:0
}
.local-demo {
  font-size:9px;
  color:#93998a;
  display:flex;
  gap:7px;
  align-items:center;
  margin-top:26px
}
.local-demo i {
  width:4px;
  height:4px
}
.page-footer {
  border-top:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  padding:20px 5%;
  font-size:8px;
  letter-spacing:1.5px;
  color:#989e8c
}
.page-footer span:nth-child(2) {
  letter-spacing:1px
}
.sheet-backdrop {
  position:absolute;
  inset:0;
  background:#0004;
  z-index:10;
  backdrop-filter:blur(2px)
}
.sheet {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  z-index:11;
  border-radius:23px 23px 0 0;
  background:linear-gradient(155deg,#292824fa,#191916fe);
  border-top:1px solid #fff2;
  padding:10px 18px 24px;
  color:#f9f4e9;
  box-shadow:0 -14px 40px #0003;
  animation:sheet-in .25s ease-out
}
.sheet[hidden],.sheet-backdrop[hidden] {
  display:none
}
.sheet-handle {
  width:31px;
  height:3px;
  background:#ffffff38;
  border-radius:3px;
  margin:0 auto 19px
}
.sheet-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.sheet-heading .eyebrow {
  color:#c4af87;
  letter-spacing:1.7px;
  font-size:7px
}
.sheet-heading h2 {
  font-size:19px;
  font-weight:500;
  letter-spacing:.2px;
  margin:7px 0 0
}
.sheet-heading .icon-button {
  color:#b4b0a5;
  align-self:flex-start
}
.gift-tabs {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:8px;
  color:#a6a091;
  margin:23px 0 17px
}
.gift-tabs .selected {
  font-size:11px;
  color:var(--gold);
  position:relative
}
.gift-tabs .selected:after {
  content:'';
  position:absolute;
  bottom:-7px;
  left:0;
  width:20px;
  height:2px;
  background:var(--gold)
}
.gift-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:7px
}
.gift-item {
  position:relative;
  color:#efe9dc;
  background:#ffffff04;
  border:1px solid #ffffff08;
  border-radius:10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:12px 3px 10px;
  gap:7px
}
.gift-item.selected {
  border-color:#e8cd8d;
  background:linear-gradient(145deg,#f5d89925,#f5d89909)
}
.gift-item .emoji {
  font-size:30px;
  line-height:36px;
  filter:drop-shadow(0 3px 4px #0005)
}
.gift-item strong {
  font-size:9px;
  font-weight:400
}
.gift-item small {
  font-size:8px;
  color:#c6b68c
}
.gift-item small:before {
  content:'◈ ';
  color:var(--gold)
}
.gift-item.selected:after {
  content:'✓';
  position:absolute;
  top:4px;
  right:5px;
  font-size:8px;
  color:var(--gold)
}
.gift-hint {
  display:flex;
  justify-content:center;
  gap:5px;
  font-size:8px;
  color:#b3ab99;
  padding:17px 0;
  border-bottom:1px solid #ffffff0c
}
.gift-hint>span {
  color:var(--gold)
}
.gift-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:17px;
  gap:10px
}
.wallet {
  display:flex;
  align-items:center;
  gap:6px
}
.coin {
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  border-radius:50%;
  border:1px solid #e5c981;
  background:linear-gradient(145deg,#fae7af,#b88d45);
  color:#6d4a1e;
  font-size:10px;
  font-weight:bold
}
.wallet strong {
  font-size:12px;
  font-weight:500
}
.wallet small {
  font-size:8px;
  color:#bcb3a2
}
.gold-button {
  color:#3c3020;
  background:linear-gradient(100deg,#f9e4b2,#eccc86);
  padding:12px 17px;
  border-radius:24px;
  font-size:11px;
  font-weight:600;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px
}
.gold-button span {
  font-size:10px;
  font-weight:400
}
.tier-description {
  font-size:10px;
  color:#b6b09e;
  line-height:1.8;
  margin:16px 0 22px
}
.tier-cards {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:9px
}
.tier-card {
  border:1px solid #fff1;
  border-radius:11px;
  background:#ffffff04;
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:19px 3px 15px;
  gap:10px
}
.tier-card>span {
  font-size:25px;
  color:#b8ad94;
  height:31px
}
.tier-card strong {
  font-size:12px;
  font-weight:500
}
.tier-card small {
  font-size:8px;
  color:#a8a291
}
.tier-card b {
  font-size:7px;
  font-weight:400;
  color:#baad90;
  margin-top:5px
}
.tier-card.unlocked {
  border-color:#e5cc8766;
  background:#e2c48612
}
.tier-card.unlocked>span,.tier-card.unlocked b {
  color:var(--gold)
}
.progress-label {
  font-size:10px;
  display:flex;
  justify-content:space-between;
  margin:25px 0 13px;
  color:#b5af9d
}
.progress-label strong {
  color:var(--gold);
  font-size:11px;
  font-weight:500
}
.progress-label small {
  font-size:9px;
  color:#928e83
}
.progress-track {
  height:5px;
  background:#ffffff0c;
  border-radius:10px;
  overflow:hidden
}
.progress-track>div {
  width:16%;
  height:100%;
  background:var(--gold);
  transition:width .5s
}
.tier-footnote {
  font-size:8px;
  color:#918a7a;
  line-height:1.9;
  margin:13px 0 23px
}
.tier-sheet>.gold-button {
  width:100%;
  margin-bottom:5px
}
.gold-button svg {
  width:15px;
  height:15px
}
.toast {
  position:absolute;
  top:46%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:30;
  max-width:85%;
  width:max-content;
  background:#171713df;
  border:1px solid #fff2;
  backdrop-filter:blur(15px);
  color:#f4e3bd;
  padding:12px 18px;
  border-radius:22px;
  font-size:11px;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s;
  text-align:center;
  line-height:1.6
}
.toast.show {
  opacity:1
}
.gift-banner {
  position:absolute;
  left:16px;
  bottom:335px;
  max-width:290px;
  padding:10px 15px;
  background:linear-gradient(90deg,#8f6633df,#41332c70);
  border:1px solid #fbe5ab40;
  border-radius:0 24px 24px 18px;
  font-size:11px;
  opacity:0;
  transition:opacity .2s;
  pointer-events:none
}
.gift-banner.show {
  opacity:1
}
.hearts {
  position:absolute;
  bottom:230px;
  right:28px;
  pointer-events:none
}
.flying-heart {
  position:absolute;
  bottom:0;
  font-size:25px;
  color:#efbcba;
  animation:float-heart 1.8s ease-out forwards;
  text-shadow:0 2px 5px #0003
}
@keyframes float-heart {
  to {
    transform:translate(var(--drift),-175px) rotate(22deg) scale(1.3);
    opacity:0
  }
}
@keyframes equalizer {
  to {
    height:5px;
    opacity:.6
  }
}
@keyframes sheet-in {
  from {
    transform:translateY(100%)
  }
  to {
    transform:translateY(0)
  }
}
@media(min-width:1100px) and (max-height:950px) {
  .page-header {
    height:72px
  }
  .studio {
    padding-top:27px;
    padding-bottom:24px
  }
  .phone-wrap {
    max-width:354px
  }
  .phone {
    height:690px;
    border-radius:43px
  }
  .phone-caption {
    margin-top:14px
  }
  .page-footer {
    padding-top:15px;
    padding-bottom:15px
  }
  .conversation {
    bottom:130px
  }
  .room-description {
    margin-bottom:13px
  }
  .composer {
    bottom:74px
  }
  .bottom-nav {
    bottom:22px;
    height:43px
  }
  .sheet {
    padding-bottom:22px
  }
  .gift-item {
    padding-top:9px;
    padding-bottom:8px
  }
  .gift-item .emoji {
    font-size:28px;
    line-height:32px
  }
}
@media(max-width:1150px) {
  .studio {
    gap:30px;
    padding-left:28px;
    padding-right:28px
  }
  .intro h1 {
    font-size:28px
  }
  .header-label {
    letter-spacing:1px
  }
  .intro>p {
    font-size:11px
  }
}
@media(max-width:980px) {
  .studio {
    grid-template-columns:minmax(340px,400px) minmax(230px,290px);
    justify-content:center;
    gap:40px
  }
  .intro {
    display:none
  }
  .page-header {
    height:70px
  }
  .phone {
    height:760px
  }
  .page-footer span:last-child {
    display:none
  }
}
@media(max-width:650px) {
  body {
    background:#171714
  }
  .page-header,.intro,.controls,.page-footer,.phone-caption {
    display:none
  }
  .studio {
    display:block;
    margin:0;
    padding:0;
    max-width:none
  }
  .phone-wrap {
    max-width:none;
    width:100%
  }
  .phone {
    height:100svh;
    min-height:560px;
    width:100%;
    max-width:500px;
    margin:auto;
    border:0;
    border-radius:0;
    box-shadow:none
  }
  .status-bar {
    padding-top:max(10px,env(safe-area-inset-top));
    height:43px
  }
  .island {
    display:none
  }
  .live-video {
    object-position:center
  }
  .room-top {
    padding-top:8px
  }
  .profile {
    max-width:270px
  }
  .conversation {
    bottom:145px
  }
  .sheet {
    padding-bottom:max(24px,env(safe-area-inset-bottom))
  }
  .composer {
    bottom:83px
  }
  .bottom-nav {
    bottom:27px
  }
  .home-indicator {
    bottom:10px
  }
}
@media(prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation-duration:.01ms!important;
    transition-duration:.01ms!important
  }
}
