:root {
  --bg: #071426;
  --panel: #0b1b31;
  --panel-2: #0d2340;
  --line: rgba(104, 150, 214, .16);
  --text: #f3f7ff;
  --muted: #8fa1bb;
  --blue: #247cff;
  --cyan: #29d1ff;
  --green: #24d394;
  --gold: #f0bb54;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 12%, rgba(42, 112, 202, .16), transparent 36%),
    linear-gradient(180deg, #081425, #050b17);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.phone-shell {
  position: relative;
  width: 100%;
  max-width: 430px;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding-top: 0;
  overflow: visible;
  background: #09172a;
}

.phone-shell::before {
  content: attr(data-title);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.phone-shell.flush::before {
  content: none;
}

.app-screen {
  width: calc(100% - 16px);
  min-height: calc(100vh - 52px);
  min-height: calc(100svh - 52px);
  margin: 52px auto 0;
  overflow: hidden;
  padding-bottom: 70px;
  border: 1px solid rgba(81, 120, 179, .24);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(5, 14, 31, .98), rgba(6, 15, 27, .98)),
    #06101f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

.phone-shell.flush .app-screen {
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.topbar,
.section-head,
.tabbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar {
  height: 56px;
  padding: 0 18px;
}

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

.brand-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, #fff, #8ebcff);
  color: #071327;
  font-size: 9px;
  font-weight: 900;
  transform: skewY(-8deg);
}

.brand strong,
.brand span {
  display: block;
}

.brand strong {
  font-size: 12px;
  letter-spacing: .5px;
}

.brand span {
  margin-top: 2px;
  color: #8194af;
  font-size: 8px;
}

.icon-btn {
  position: relative;
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  color: inherit;
}

.bell {
  position: absolute;
  inset: 7px 8px 6px;
  border: 1.5px solid #d7e3f7;
  border-bottom: 0;
  border-radius: 9px 9px 3px 3px;
}

.bell::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 6px;
  height: 2px;
  border-radius: 2px;
  background: #d7e3f7;
}

.icon-btn i {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 6px;
  height: 6px;
  border: 1px solid #06101f;
  border-radius: 50%;
  background: #ff3e54;
}

.card {
  margin: 0 12px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(16, 39, 70, .96), rgba(9, 26, 48, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.asset-card {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  min-height: 118px;
  padding: 13px 13px;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

.asset-card p {
  color: var(--muted);
  font-size: 10px;
}

.asset-main {
  border-right: 1px solid rgba(117, 151, 196, .2);
}

.asset-main h1 {
  margin-top: 5px;
  font-size: 27px;
  line-height: 1.06;
  letter-spacing: .4px;
}

.asset-main h1 span {
  font-size: 16px;
  font-weight: 500;
}

.asset-main small {
  display: block;
  margin-top: 6px;
  color: #9aaabe;
  font-size: 11px;
}

.asset-side {
  padding-left: 14px;
}

.asset-side strong,
.asset-side em {
  display: block;
  color: var(--green);
  font-style: normal;
}

.asset-side strong {
  margin-top: 5px;
  font-size: 17px;
}

.asset-side em {
  margin-top: 1px;
  font-size: 12px;
}

.asset-side .mt {
  margin-top: 11px;
}

.eye {
  opacity: .7;
  font-size: 9px;
}

.ai-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.45fr .8fr;
  min-height: 96px;
  padding: 12px 12px 10px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 47%, rgba(29, 124, 255, .55), transparent 32%),
    linear-gradient(120deg, rgba(7, 29, 63, .98), rgba(9, 28, 48, .98));
}

.ai-card h2,
.section-head h2 {
  font-size: 13px;
}

.ai-card h2 span {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
}

.ai-card p {
  margin-top: 7px;
  color: #8fa1b9;
  font-size: 10px;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 12px;
}

.metric-row small,
.metric-row strong {
  display: block;
}

.metric-row small {
  color: #7d8da6;
  font-size: 9px;
}

.metric-row strong {
  margin-top: 3px;
  font-size: 13px;
}

.green { color: var(--green); }

.ai-cube {
  align-self: center;
  justify-self: end;
  width: 93px;
  height: 72px;
  border-radius: 10px;
  background: url("assets/ai-cube.png") center / cover no-repeat;
  filter: drop-shadow(0 0 18px rgba(31, 142, 255, .42));
}

.chart-card {
  min-height: 165px;
  padding: 12px 10px 8px;
}

.section-head nav,
.range-tabs {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #9aaac0;
  font-size: 10px;
}

.range-tabs button {
  min-width: 28px;
  padding: 3px 7px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  font: inherit;
  white-space: nowrap;
  cursor: pointer;
}

.range-tabs button.active {
  background: rgba(43, 114, 255, .25);
  color: #dbe9ff;
  text-align: center;
}

.gain {
  display: block;
  margin-top: 8px;
  color: var(--green);
  font-size: 18px;
}

.chart {
  position: relative;
  height: 114px;
  margin-top: 0;
  padding: 4px 30px 15px 0;
}

.chart svg {
  width: 100%;
  height: 86px;
  overflow: visible;
}

.grid {
  fill: none;
  stroke: rgba(94, 133, 186, .15);
  stroke-width: 1;
}

.area { fill: url(#lineFill); }

.line,
.strategy-card path {
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.line {
  stroke: #3b82ff;
  filter: url(#glow);
}

.chart circle {
  fill: #78aaff;
  filter: url(#glow);
}

.axis-y {
  position: absolute;
  right: 2px;
  top: 3px;
  height: 89px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #8fa1b9;
  font-size: 10px;
}

.axis-x {
  position: absolute;
  left: 0;
  right: 29px;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  color: #7588a4;
  font-size: 9px;
}

.strategies {
  margin: 0 12px 10px;
}

.section-head a {
  color: #71839d;
  font-size: 10px;
  text-decoration: none;
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 8px;
}

.strategy-card {
  position: relative;
  min-height: 116px;
  padding: 9px 7px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(17, 39, 75, .95), rgba(9, 24, 46, .96));
}

.strategy-card span {
  position: absolute;
  top: 9px;
  right: 6px;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 7px;
}

.strategy-card h3 {
  max-width: 58px;
  font-size: 11px;
}

.strategy-card p {
  margin-top: 8px;
  color: #7f90aa;
  font-size: 8px;
}

.strategy-card strong {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.strategy-card svg {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  width: calc(100% - 16px);
  height: 42px;
}

.blue span { color: #75a7ff; background: rgba(51, 110, 255, .18); }
.blue strong, .blue path { color: #32d493; stroke: #2f83ff; }
.violet span { color: #d7a4ff; background: rgba(151, 70, 255, .18); }
.violet strong, .violet path { color: #8b62ff; stroke: #a05cff; }
.gold span { color: #f6c96d; background: rgba(218, 154, 47, .18); }
.gold strong, .gold path { color: #f2b84f; stroke: #f2b84f; }

.hfoi-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  margin: 0 12px;
  padding: 0 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 5px 5px 0 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 36, .98) 0%, rgba(7, 19, 36, .9) 42%, rgba(7, 19, 36, .2) 100%),
    url("assets/digital-globe.png") center right / cover no-repeat,
    radial-gradient(circle at 82% 50%, rgba(29, 126, 255, .55), transparent 36%),
    linear-gradient(90deg, #0a1b33, #071324);
}

.hfoi-banner > div:first-child {
  position: relative;
  z-index: 1;
  width: 190px;
}

.hfoi-banner strong {
  margin-right: 5px;
  font-size: 24px;
}

.hfoi-banner span {
  font-size: 13px;
}

.hfoi-banner p {
  margin-top: 6px;
  color: #8396af;
  font-size: 9px;
}

.globe {
  position: absolute;
  right: 0;
  top: 0;
  width: 108px;
  height: 74px;
}

.tabbar {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 20;
  width: min(calc(100vw - 16px), 414px);
  transform: translateX(-50%);
  height: 66px;
  padding: 7px 17px 10px;
  border-right: 1px solid rgba(81, 120, 179, .24);
  border-left: 1px solid rgba(81, 120, 179, .24);
  border-radius: 0 0 14px 14px;
  border-top: 1px solid rgba(83, 121, 174, .12);
  background: rgba(5, 14, 26, .94);
  backdrop-filter: blur(12px);
}

.phone-shell.flush .tabbar {
  width: min(100vw, 430px);
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.tabbar a {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 38px;
  color: #7f90a9;
  font-size: 9px;
  text-decoration: none;
}

.tabbar .active {
  color: var(--blue);
}

.tabbar a > i {
  display: block;
  font-size: 27px;
  line-height: 1;
}

.tabbar a .fa-chart-column {
  font-size: 29px;
}

.red { color: #ff5e6c; }

.market-hero {
  min-height: 200px;
  padding: 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(7, 25, 49, .74), rgba(8, 22, 40, .96)),
    url("assets/digital-globe.png") center 28px / 260px auto no-repeat;
}

.market-hero p {
  margin-top: 4px;
  color: #71859f;
  font-size: 9px;
}

.world-map {
  height: 100px;
}

.market-tags {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.market-tags div {
  min-height: 46px;
  padding: 9px 10px;
  border-radius: 5px;
  background: rgba(14, 35, 62, .88);
}

.market-tags span,
.market-tags strong {
  display: block;
  font-size: 11px;
}

.market-tags strong {
  margin-top: 5px;
}

.market-list {
  padding: 10px 11px 9px;
}

.segment-row {
  display: grid;
  grid-template-columns: 38px 42px 42px 1fr 22px;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: #91a2bb;
  font-size: 11px;
}

.segment-row b {
  padding: 5px 9px;
  border-radius: 12px;
  background: rgba(39, 113, 255, .25);
  color: #dceaff;
  text-align: center;
}

.segment-row i {
  color: #8094b1;
  font-style: normal;
  text-align: right;
}

.table-head,
.stock-row {
  display: grid;
  grid-template-columns: 1.45fr .7fr .75fr .8fr;
  align-items: center;
  gap: 7px;
}

.table-head {
  color: #71849e;
  font-size: 9px;
}

.stock-row {
  min-height: 38px;
  color: #d7e4f5;
  border-bottom: 1px solid rgba(116, 151, 200, .08);
  font-size: 11px;
}

.stock-row:last-child {
  border-bottom: 0;
}

.stock-row b {
  font-size: 12px;
}

.stock-row small {
  display: block;
  margin-top: 2px;
  color: #657891;
  font-size: 8px;
}

.stock-row em {
  font-style: normal;
}

.ranking-card {
  padding: 12px;
}

.rank-head,
.rank-row {
  display: grid;
  grid-template-columns: 20px 1fr .7fr .7fr;
  align-items: center;
  gap: 6px;
}

.rank-head {
  margin-top: 12px;
  color: #7789a4;
  font-size: 9px;
  text-align: right;
}

.rank-head span:first-child {
  grid-column: 1 / 3;
}

.rank-row {
  min-height: 34px;
  color: #d6e3f5;
  font-size: 11px;
}

.rank-row b {
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #f6c85c;
  color: #1c2434;
}

.rank-row span {
  min-width: 0;
}

.rank-row em,
.rank-row small {
  text-align: right;
}

.rank-row em {
  font-style: normal;
}

.rank-row small {
  color: #a1afc2;
}

.level-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  padding: 14px 12px 0;
}

.level-badge {
  width: 52px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #ffd97f;
  border: 3px solid rgba(234, 186, 84, .5);
  border-radius: 16px;
  font-size: 30px;
  font-weight: 900;
  background: rgba(161, 112, 30, .18);
}

.level-main h1 {
  font-size: 24px;
}

.level-main .section-head span {
  padding: 4px 8px;
  border-radius: 12px;
  background: rgba(210, 164, 82, .25);
  color: #f6cf8b;
  font-size: 9px;
}

.level-main p,
.level-main small,
.level-stats span {
  color: #8798b1;
  font-size: 10px;
}

.level-main small {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

.progress {
  height: 7px;
  margin-top: 7px;
  border-radius: 10px;
  background: rgba(78, 97, 129, .4);
}

.progress i {
  display: block;
  width: 60%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f2be65, #ffe6a2);
}

.level-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 17px;
  padding: 13px 0 15px;
  border-top: 1px solid rgba(110, 145, 190, .12);
  text-align: center;
}

.level-stats strong {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  font-weight: 500;
}

.structure-card,
.reward-card,
.income-card,
.invite-card,
.feature-card,
.service-card,
.profile-asset {
  padding: 12px;
}

.structure-body {
  display: grid;
  grid-template-columns: 1fr 104px;
  align-items: center;
  margin-top: 10px;
}

.levels div {
  display: grid;
  grid-template-columns: 28px 34px 1fr;
  align-items: center;
  height: 24px;
  color: #9baac0;
  font-size: 11px;
}

.levels b {
  width: 22px;
  height: 14px;
  border-radius: 3px;
  background: rgba(91, 109, 138, .4);
}

.levels .active b {
  background: linear-gradient(90deg, #1b67d8, #4bb9ff);
}

.levels .active span {
  color: #fff;
  font-weight: 700;
}

.levels em {
  font-style: normal;
  text-align: right;
}

.donut {
  --team-percent: 30.2;
  position: relative;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    #24caff 0 calc(var(--team-percent) * 1%),
    rgba(79, 101, 133, .42) calc(var(--team-percent) * 1%) 100%
  );
}

.donut::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #10213c;
}

.donut span {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #dbe9ff;
  font-size: 10px;
}

.donut b {
  font-size: 16px;
}

.donut em {
  font-style: normal;
}

.reward-card h2,
.income-card h2,
.invite-card h2,
.feature-card h2,
.service-card h2 {
  font-size: 13px;
}

.reward-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 15px;
}

.reward-grid div,
.feature-grid div {
  display: grid;
  place-items: center;
  gap: 6px;
  color: #9daec6;
  font-size: 9px;
}

.reward-grid b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;

}

.income-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 16px;
}

.income-grid span,
.profile-gains small {
  color: #8495ad;
  font-size: 9px;
}

.income-grid strong,
.profile-gains strong {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 17px;
  font-weight: 500;
}

.invite-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.invite-card button,
.action-row button {
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-weight: 700;
}

.invite-card button {
  flex: 0 0 auto;
  padding: 10px 14px;
  background: linear-gradient(135deg, #179dff, #3357f6);
  font-size: 11px;
  cursor: pointer;
}

.invite-card p {
  margin-top: 8px;
  color: #8395ad;
  font-size: 10px;
}

.invite-detail-card {
  padding: 16px 12px 18px;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(16, 39, 70, .96), rgba(9, 26, 48, .96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
}

.invite-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.invite-head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f2f7ff;
  font-size: 14px;
  font-weight: 800;
}

.invite-head h2 i {
  color: #288cff;
  font-size: 13px;
}

.invite-head button {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #179dff, #3357f6);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.invite-fields {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 12px;
  margin-top: 20px;
}

.invite-field {
  position: relative;
  min-width: 0;
  min-height: 70px;
  padding: 14px 38px 13px 16px;
  border: 1px solid rgba(82, 104, 145, .44);
  border-radius: 10px;
  background: #080e20;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color .18s ease, transform .18s ease;
}

.invite-field:active {
  transform: scale(.98);
}

.invite-field:hover {
  border-color: rgba(82, 104, 145, .44);
}

.invite-field:focus,
.invite-field:focus-visible {
  outline: none;
  border-color: rgba(82, 104, 145, .44);
}

.invite-field span {
  display: block;
  color: #6f7f98;
  font-size: 11px;
  font-weight: 700;
}

.invite-field strong {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  color: #d9e4f5;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.invite-field i {
  position: absolute;
  right: 16px;
  top: 31px;
  color: #2d8dff;
  font-size: 17px;
}

.copy-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 50;
  display: grid;
  place-items: center;
  gap: 14px;
  width: 134px;
  height: 120px;
  border-radius: 7px;
  background: rgba(76, 76, 76, .94);
  color: #fff;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.96);
  transition: opacity .18s ease, transform .18s ease;
}

.copy-toast.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.copy-toast i {
  font-size: 34px;
}

.profile-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px 17px 16px;
}

.avatar {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(117, 154, 220, .5);
  background: linear-gradient(145deg, #0c2a5b, #1a3268);
  color: #f2f7ff;
  font-weight: 900;
}

.profile-head h1 {
  font-size: 15px;
  font-weight: 500;
}

.profile-head span,
.profile-head p {
  color: #9cabc0;
}

.profile-head p {
  margin-top: 6px;
  font-size: 10px;
}

.profile-head button {
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #c9d8ec;
}

.message-btn {
  width: 30px;
  height: 30px;
  font-size: 20px;
}

.profile-asset {
  min-height: 133px;
}

.profile-asset p {
  display: flex;
  justify-content: space-between;
  color: #9aabc1;
  font-size: 10px;
}

.profile-asset h2 {
  margin-top: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(121, 153, 202, .12);
  font-size: 31px;
}

.profile-asset h2 span {
  font-size: 18px;
  font-weight: 400;
}

.profile-gains {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 13px;
}

.action-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 12px 10px;
}

.action-row button {
  height: 38px;
  font-size: 13px;
}

.charge {
  background: linear-gradient(135deg, #18b97c, #12a668);
}

.withdraw {
  background: linear-gradient(135deg, #3159ff, #5536d6);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 8px;
  margin-top: 14px;
}

.feature-grid div {
  min-height: 56px;
  border-radius: 7px;
  background: rgba(11, 27, 49, .88);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 22px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #95a6bd;
  font-size: 13px;
}

.profile-i { color: #178cff; }
.recharge-i { color: #1f9cff; }
.wallet-i { color: #21c88b; }
.order-i { color: #a86dff; }
.shield-i { color: #e6aa45; }
.lock-i { color: #35c981; }
.invite-i { color: #ff6b6b; }
.chat-i { color: #5677ff; }

.service-card a {
  display: grid;
  grid-template-columns: 22px 1fr 14px;
  align-items: center;
  min-height: 37px;
  color: #d8e4f5;
  border-bottom: 1px solid rgba(118, 151, 199, .1);
  font-size: 12px;
  text-decoration: none;
}

.service-card a:last-child {
  border-bottom: 0;
}

.service-card span,
.service-card i {
  color: #95a6bd;
  font-style: normal;
}
