.browser-platform-menu {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(0, 0, 0, .62);
  color: #f5d99a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.browser-platform-menu[hidden] {
  display: none;
}

.browser-platform-drawer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 22px 20px calc(34px + env(safe-area-inset-bottom));
  border: 1px solid rgba(196, 143, 65, .35);
  border-radius: 24px 24px 0 0;
  background: #1b1817;
  box-shadow: 0 -12px 36px rgba(0, 0, 0, .35);
}

.browser-platform-drawer h2 {
  margin: 0 0 22px;
  color: #e9b95f;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.browser-platform-actions {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.browser-platform-actions button {
  width: 82px;
  min-height: 82px;
  padding: 10px 8px;
  border: 1px solid #8f6a32;
  border-radius: 8px;
  background: #26211d;
  color: #fff1c6;
  font: inherit;
  font-size: 18px;
  line-height: 1.2;
  white-space: normal;
}

.browser-platform-actions button:active {
  background: #3a3027;
}
