:root {
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: #1e2339;
  background: #f7f8fc;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
}
button,
input,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #a898ff;
  outline-offset: 2px;
}
.container {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.topbar {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1.4px;
}
.brandmark {
  height: 34px;
  width: 34px;
  border-radius: 12px;
  background: #7559ee;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  box-shadow: 0 7px 16px #7559ee38;
}
.brand .ia {
  color: #765ce7;
}
.nav-actions,
.inline-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 12px 17px;
  min-height: 45px;
  font-weight: 700;
  transition: 0.18s ease;
  white-space: nowrap;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.primary {
  color: #fff;
  background: #7459ed;
  box-shadow: 0 8px 20px #7459ed2e;
}
.btn.primary:hover {
  background: #6348dc;
}
.btn.outline {
  border-color: #dfe1ec;
  background: #fff;
  color: #34394e;
}
.btn.soft {
  background: #f0edff;
  color: #674bd8;
}
.btn.subtle {
  background: transparent;
  color: #61677b;
}
.btn.danger {
  background: #fff1f1;
  color: #be4351;
}
.btn.sm {
  min-height: 37px;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 10px;
}
.btn.full {
  width: 100%;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid #e4dfff;
  background: #f4f1ff;
  border-radius: 20px;
  color: #644bd0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9a80fb;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  min-height: 635px;
  padding: 40px 0 90px;
}
.hero h1 {
  font-size: clamp(44px, 5.2vw, 73px);
  line-height: 1.06;
  letter-spacing: -0.065em;
  margin: 24px 0 22px;
  max-width: 660px;
}
.hero h1 em {
  font-style: normal;
  color: #7459ee;
}
.hero p {
  color: #687084;
  line-height: 1.7;
  font-size: 18px;
  max-width: 550px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0 36px;
}
.hero-note {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #8b91a3;
  font-size: 13px;
}
.hero-note b {
  color: #33374c;
}
.hero-note .mini-avatars {
  letter-spacing: -7px;
  margin-right: 7px;
}
.hero-note .mini-avatars i {
  font-style: normal;
  background: #ebe6ff;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px 9px;
  letter-spacing: 0;
}
.hero-art {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.hero-art:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, #e9e2ff 0%, #eff0ff 50%, transparent 70%);
  z-index: -1;
}
.hero-art .sample-card {
  width: 370px;
  transform: rotate(-5deg);
  box-shadow: 0 28px 65px #34305c30;
}
.float-label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #eae8f4;
  padding: 11px 15px;
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 14px 35px #4b416725;
  font-size: 13px;
  font-weight: 750;
}
.float-label.one {
  top: 78px;
  left: 0;
}
.float-label.two {
  bottom: 93px;
  right: -5px;
}
.float-label strong {
  color: #7254ec;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: -32px auto 80px;
}
.feature {
  padding: 23px;
  background: #fff;
  border: 1px solid #e9eaf2;
  border-radius: 20px;
}
.feature .iconbox {
  display: grid;
  place-items: center;
  background: #f0edff;
  color: #7255e9;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  font-size: 20px;
}
.feature h3 {
  font-size: 16px;
  margin: 18px 0 7px;
}
.feature p {
  color: #7a8194;
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}
.footer {
  padding: 28px 0;
  border-top: 1px solid #e5e6ee;
  color: #9a9eaa;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.sample-card {
  --accent: #7559ee;
  --ink: #1e2339;
  --card-bg: #fff;
  width: 100%;
  border-radius: 26px;
  background: var(--card-bg);
  color: var(--ink);
  overflow: hidden;
  border: 1px solid #eae9f1;
  box-shadow: 0 20px 52px #2e315419;
}
.sample-card.dark {
  --ink: #f8f8ff;
  --card-bg: #222335;
  border-color: #3b3b4b;
}
.card-banner {
  height: 112px;
  background: linear-gradient(125deg, var(--accent), #9d91ed 57%, #d5d0f8);
  position: relative;
  overflow: hidden;
}
.card-banner:before,
.card-banner:after {
  content: "";
  position: absolute;
  border: 1px solid #ffffff50;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  right: -65px;
  top: -130px;
}
.card-banner:after {
  width: 155px;
  height: 155px;
  right: 35px;
  top: -85px;
}
.card-body {
  padding: 0 25px 25px;
}
.avatar {
  height: 82px;
  width: 82px;
  display: grid;
  place-items: center;
  position: relative;
  margin-top: -40px;
  border-radius: 22px;
  border: 4px solid var(--card-bg);
  background: #e9e3ff;
  color: var(--accent);
  font-weight: 800;
  font-size: 26px;
  box-shadow: 0 4px 12px #1817271b;
  overflow: hidden;
}
.avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-name {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 17px 0 4px;
}
.card-role {
  font-size: 13px;
  color: var(--accent);
  font-weight: 750;
  margin: 0 0 2px;
}
.card-company {
  font-size: 13px;
  opacity: 0.58;
  margin: 0;
}
.card-bio {
  line-height: 1.6;
  font-size: 12px;
  opacity: 0.62;
  margin: 17px 0 0;
  min-height: 28px;
  overflow-wrap: anywhere;
}
.card-sep {
  height: 1px;
  background: currentColor;
  opacity: 0.09;
  margin: 18px 0;
}
.card-line {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 12px 0;
  min-width: 0;
}
.card-line .glyph {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
  display: grid;
  place-items: center;
  flex: none;
  font-size: 13px;
}
.card-line .line-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0.75;
}
.card-mini-bottom {
  font-size: 10px;
  color: #9294a2;
  text-align: center;
  padding: 10px;
  background: color-mix(in srgb, var(--card-bg) 92%, #777);
  letter-spacing: 0.05em;
}
.auth-wrap {
  min-height: calc(100vh - 82px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.auth-copy h1 {
  font-size: clamp(38px, 4.5vw, 60px);
  letter-spacing: -0.06em;
  line-height: 1.08;
  margin: 0 0 20px;
}
.auth-copy p {
  font-size: 16px;
  line-height: 1.65;
  color: #747a8d;
  max-width: 430px;
}
.auth-card {
  background: #fff;
  border: 1px solid #e9eaf1;
  box-shadow: 0 22px 60px #30334a11;
  border-radius: 24px;
  padding: 38px;
  width: min(430px, 100%);
  justify-self: center;
}
.auth-card h2 {
  font-size: 27px;
  letter-spacing: -0.04em;
  margin: 0 0 7px;
}
.muted {
  color: #848a9b;
}
.auth-card p {
  margin: 0 0 25px;
  font-size: 14px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 15px;
}
.field label,
.field > span {
  font-size: 12px;
  font-weight: 750;
  color: #4e5264;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  background: #fff;
  border: 1px solid #dfe2ec;
  border-radius: 11px;
  padding: 12px 13px;
  color: #20243b;
  outline: 0;
  transition: 0.15s;
  border-color: #dfe2ec;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: #8268ed;
  box-shadow: 0 0 0 3px #8268ed20;
}
.field textarea {
  min-height: 78px;
  resize: vertical;
}
.field small {
  font-size: 11px;
  color: #9a9eaa;
}
.auth-bottom {
  text-align: center;
  margin: 18px 0 0;
  font-size: 13px;
}
.auth-bottom button {
  border: 0;
  background: transparent;
  color: #7051e6;
  font-weight: 800;
  padding: 0;
}
.dash {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
}
.side {
  background: #fff;
  border-right: 1px solid #e8eaf0;
  padding: 28px 17px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.side .brand {
  font-size: 22px;
  margin-left: 11px;
}
.side .brandmark {
  width: 30px;
  height: 30px;
  font-size: 22px;
}
.navlist {
  display: grid;
  gap: 5px;
}
.navitem {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border-radius: 11px;
  color: #7e8396;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}
.navitem.active {
  background: #f0edff;
  color: #694fe4;
}
.navitem span:first-child {
  font-size: 17px;
  width: 21px;
}
.side-bottom {
  margin-top: auto;
  padding: 10px;
}
.side-bottom .account {
  font-size: 12px;
  word-break: break-all;
  color: #555a6a;
  margin-bottom: 12px;
}
.dash-main {
  min-width: 0;
  padding: 30px 35px 70px;
}
.dash-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
  gap: 16px;
}
.dash-top h1 {
  font-size: 27px;
  letter-spacing: -0.045em;
  margin: 0 0 4px;
}
.dash-top p {
  font-size: 13px;
  color: #969aaa;
  margin: 0;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) 350px;
  align-items: start;
  gap: 24px;
}
.panel {
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 19px;
  box-shadow: 0 4px 18px #34364b06;
}
.editor {
  padding: 26px;
}
.panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 23px;
}
.panel-head h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.035em;
}
.panel-head p {
  margin: 4px 0 0;
  color: #999dac;
  font-size: 12px;
}
.status {
  padding: 6px 10px;
  border-radius: 20px;
  background: #e9f8ee;
  color: #3c9b65;
  font-size: 11px;
  font-weight: 800;
}
.status.inactive {
  background: #fff1ec;
  color: #d77b59;
}
.form-section {
  border-top: 1px solid #f0f0f4;
  padding-top: 22px;
  margin-top: 22px;
}
.form-section h3 {
  font-size: 13px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-section h3 .num {
  color: #7c63e9;
  background: #f0ecff;
  border-radius: 7px;
  height: 22px;
  width: 22px;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.avatar-upload {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.avatar-upload .avatar {
  height: 54px;
  width: 54px;
  margin: 0;
  border: 0;
  border-radius: 15px;
  font-size: 18px;
  box-shadow: none;
}
.avatar-upload .hint {
  font-size: 11px;
  color: #9298a6;
  margin-top: 4px;
}
.toggle-line {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #676d7d;
}
.toggle-line input {
  accent-color: #7459ee;
  width: 16px;
  height: 16px;
}
.form-field {
  position: relative;
}
.form-field .field {
  margin-bottom: 0;
}
.form-field .field input {
  padding-right: 45px;
}
.eye-btn {
  position: absolute;
  right: 9px;
  top: 27px;
  border: 0;
  background: #f3f1fa;
  border-radius: 6px;
  padding: 4px 6px;
  font-size: 12px;
  color: #7e68db;
  line-height: 1;
}
.form-field.hidden-field input {
  opacity: 0.56;
}
.field-stack {
  display: grid;
  gap: 14px;
}
.swatches {
  display: flex;
  gap: 9px;
}
.swatch {
  height: 28px;
  width: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #dadde6;
}
.swatch.selected {
  box-shadow: 0 0 0 2px #242839;
}
.editor-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  gap: 10px;
}
.right-col {
  display: grid;
  gap: 19px;
  position: sticky;
  top: 24px;
}
.preview-panel {
  padding: 18px;
  background: #f0eef8;
  border: 1px solid #e6e1f6;
  border-radius: 22px;
}
.preview-head {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #777a8c;
  margin: 0 4px 15px;
}
.preview-head b {
  color: #4d4b64;
}
.preview-panel .sample-card {
  width: 100%;
  box-shadow: 0 15px 31px #51467918;
}
.share-panel {
  padding: 21px;
}
.share-panel h3 {
  font-size: 15px;
  margin: 0 0 5px;
}
.share-panel p {
  font-size: 11px;
  color: #9297a8;
  line-height: 1.5;
  margin: 0 0 14px;
}
.share-link {
  display: flex;
  background: #f5f5f9;
  border: 1px solid #e8e8ee;
  border-radius: 10px;
  padding: 9px;
  gap: 8px;
  align-items: center;
}
.share-link span {
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  color: #555a6b;
}
.share-link button {
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #6c50dd;
  padding: 5px 8px;
  font-weight: 800;
  font-size: 11px;
}
.qr-box {
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e7e8ef;
  border-radius: 14px;
  padding: 15px;
  margin: 15px auto;
  width: 172px;
  min-height: 172px;
}
.qr-box img {
  width: 140px;
}
.small-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.small-actions .btn {
  font-size: 11px;
}
.cards-list {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.card-pill {
  border: 1px solid #dddde8;
  background: #fff;
  padding: 10px 13px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 750;
  color: #74778b;
  max-width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.card-pill.selected {
  border-color: #8066ed;
  color: #6047d5;
  background: #f2efff;
}
.card-pill.add {
  border-style: dashed;
  color: #634ddd;
}
.empty-message {
  padding: 42px;
  text-align: center;
  background: #fff;
  border: 1px dashed #d8d4ea;
  border-radius: 20px;
  color: #777b91;
}
.empty-message h2 {
  color: #292d42;
}
.public-shell {
  min-height: 100vh;
  background: radial-gradient(circle at top, #eee9ff, #f7f8fc 44%);
  padding: 25px 20px 55px;
}
.public-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 440px;
  margin: 0 auto 24px;
}
.public-top .brand {
  font-size: 20px;
}
.public-top .brandmark {
  width: 28px;
  height: 28px;
  font-size: 20px;
  border-radius: 9px;
}
.public-top > span {
  font-size: 11px;
  color: #9399a7;
}
.public-frame {
  max-width: 440px;
  margin: auto;
}
.public-frame .sample-card {
  box-shadow: 0 24px 60px #2b315022;
}
.public-frame .card-banner {
  height: 135px;
}
.public-frame .card-body {
  padding: 0 28px 28px;
}
.public-frame .avatar {
  height: 92px;
  width: 92px;
  margin-top: -45px;
}
.public-frame .card-name {
  font-size: 28px;
}
.public-frame .card-line {
  font-size: 14px;
  margin: 15px 0;
}
.public-actions {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.public-actions .primary {
  grid-column: span 2;
}
.public-actions .btn {
  white-space: normal;
  text-align: center;
}
.public-extra {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px;
}
.public-extra a {
  color: #7157df;
  font-size: 13px;
  font-weight: 700;
}
.public-note {
  text-align: center;
  color: #959bad;
  font-size: 11px;
  line-height: 1.6;
  margin-top: 23px;
}
.error-state {
  text-align: center;
  max-width: 420px;
  margin: 100px auto;
}
.error-state h1 {
  font-size: 26px;
}
.error-state p {
  color: #7a8193;
}
.toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 30px);
  opacity: 0;
  pointer-events: none;
  background: #28283a;
  color: #fff;
  border-radius: 11px;
  padding: 11px 17px;
  z-index: 50;
  box-shadow: 0 12px 35px #2020373b;
  font-size: 13px;
  transition: 0.25s;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.separator {
  height: 1px;
  background: #ededf3;
  margin: 20px 0;
}
.privacy {
  color: #9298a6;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 15px;
}
.spinner {
  height: 32px;
  width: 32px;
  border: 3px solid #e0dbff;
  border-top-color: #7459ee;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: 100px auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 1100px) {
  .dashboard-grid {
    grid-template-columns: minmax(350px, 1fr) 310px;
  }
  .dash-main {
    padding: 25px;
  }
  .hero {
    gap: 15px;
  }
  .float-label.one {
    left: -10px;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 35px;
  }
  .hero-art {
    min-height: 510px;
  }
  .hero-art .sample-card {
    max-width: 350px;
  }
  .features {
    margin-top: 0;
  }
  .dash {
    display: block;
  }
  .side {
    position: relative;
    padding: 15px 22px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .side .navlist,
  .side-bottom {
    display: none;
  }
  .dashboard-grid {
    grid-template-columns: 1fr 320px;
    gap: 15px;
  }
  .dash-main {
    padding: 26px 20px;
  }
  .auth-wrap {
    gap: 25px;
  }
}
@media (max-width: 700px) {
  .container {
    width: min(100% - 32px, 500px);
  }
  .topbar {
    height: 70px;
  }
  .brand {
    font-size: 21px;
  }
  .brandmark {
    height: 30px;
    width: 30px;
    font-size: 20px;
  }
  .nav-actions .subtle {
    display: none;
  }
  .hero {
    padding: 15px 0 38px;
    min-height: 0;
  }
  .hero h1 {
    font-size: clamp(42px, 11vw, 58px);
  }
  .hero p {
    font-size: 15px;
  }
  .hero-actions {
    flex-wrap: wrap;
  }
  .hero-art {
    min-height: 470px;
  }
  .hero-art .sample-card {
    max-width: 310px;
  }
  .float-label.one {
    top: 25px;
    left: 0;
  }
  .float-label.two {
    bottom: 25px;
    right: -4px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 11px;
    margin-bottom: 40px;
  }
  .feature {
    padding: 18px;
  }
  .feature h3 {
    margin: 10px 0 5px;
  }
  .footer {
    gap: 12px;
    flex-direction: column;
  }
  .auth-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 0 50px;
  }
  .auth-copy h1 {
    font-size: 39px;
  }
  .auth-copy p {
    font-size: 14px;
  }
  .auth-card {
    padding: 28px;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .right-col {
    position: static;
    grid-row: 1;
  }
  .preview-panel {
    display: block;
  }
  .share-panel {
    padding: 17px;
  }
  .share-panel .qr-box {
    display: grid;
  }
  .dash-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .dash-main {
    padding: 22px 15px;
  }
  .editor {
    padding: 19px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
  .small-actions {
    grid-template-columns: repeat(2, 1fr);
  }
  .public-shell {
    padding: 20px 14px 40px;
  }
}
@media (max-width: 390px) {
  .hero-art {
    min-height: 440px;
  }
  .float-label {
    font-size: 11px;
  }
  .hero-art .sample-card {
    max-width: 280px;
  }
  .btn {
    padding: 10px 12px;
  }
  .public-actions {
    gap: 7px;
  }
}
.mobile-account {
  display: none;
}
@media (max-width: 900px) {
  .mobile-account {
    display: block;
    position: relative;
    font-size: 12px;
    font-weight: 750;
  }
  .mobile-account summary {
    cursor: pointer;
    padding: 9px 12px;
    background: #f2efff;
    color: #674cdb;
    border-radius: 9px;
    list-style: none;
  }
  .mobile-account summary::-webkit-details-marker {
    display: none;
  }
  .mobile-account > div {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 10;
    width: 195px;
    background: #fff;
    border: 1px solid #e6e6ef;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 14px 30px #25243b22;
    display: grid;
    gap: 7px;
  }
  .mobile-account span {
    color: #7d8192;
    font-size: 10px;
    overflow-wrap: anywhere;
  }
}
