.account-menu-wrap {
  position: relative;
}

.sidebar.account-menu-open {
  z-index: 100;
  overflow: visible;
}

.buddy-mark.account-trigger {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  cursor: pointer;
  transition: transform 160ms ease;
}

.buddy-mark.account-trigger:hover,
.buddy-mark.account-trigger[aria-expanded="true"] {
  transform: translateY(-2px);
  box-shadow: none;
}

.buddy-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.account-menu {
  position: absolute;
  z-index: 80;
  left: calc(100% + 15px);
  bottom: 0;
  width: 238px;
  padding: 9px;
  border: 1px solid rgba(255, 182, 119, 0.24);
  border-radius: 15px;
  background: linear-gradient(155deg, rgba(54, 34, 25, 0.98), rgba(12, 12, 14, 0.98));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.56), inset 0 1px rgba(255, 255, 255, 0.05);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-8px) translateY(8px) scale(0.98);
  transform-origin: left bottom;
  transition: opacity 150ms ease, transform 150ms ease;
}

.account-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) translateY(0) scale(1);
}

.account-summary {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 7px;
  padding: 9px 9px 12px;
  border-bottom: 1px solid rgba(255, 222, 190, 0.1);
}

.account-summary img {
  width: 36px;
  height: 36px;
  border-radius: 10px;
}

.account-summary span,
.account-menu button span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.account-summary strong,
.account-menu button strong {
  color: #fff5ea;
  font-size: 13px;
}

.account-summary small,
.account-menu button small {
  color: rgba(247, 221, 198, 0.5);
  font-size: 10px;
}

.account-menu > button {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #e8a775;
  text-align: left;
  cursor: pointer;
}

.account-menu > button:hover {
  background: linear-gradient(90deg, rgba(236, 113, 54, 0.18), rgba(236, 113, 54, 0.04));
}

.account-menu > button > span:first-child {
  font-size: 17px;
}

.account-menu .account-logout {
  margin-top: 5px;
  border-top: 1px solid rgba(255, 222, 190, 0.08);
  border-radius: 0 0 10px 10px;
  color: #d58e77;
}

.account-page {
  min-height: 100%;
  padding: 34px 38px 60px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 0%, rgba(173, 87, 37, 0.2), transparent 34%),
    linear-gradient(180deg, rgba(61, 37, 25, 0.76), rgba(8, 9, 11, 0.98) 42%);
  color: #f7eee5;
  overflow: auto;
}

.account-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.account-eyebrow {
  margin: 0 0 7px;
  color: #e8965e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.account-page-head h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.035em;
}

.account-page-head p:not(.account-eyebrow) {
  margin: 8px 0 0;
  color: rgba(244, 222, 203, 0.58);
  font-size: 13px;
}

.account-head-actions,
.analytics-range,
.personal-skill-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}

.account-primary,
.account-ghost,
.analytics-range button,
.personal-skill-filters button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid rgba(255, 207, 164, 0.17);
  border-radius: 10px;
  background: rgba(255, 244, 232, 0.055);
  color: rgba(255, 239, 223, 0.78);
  cursor: pointer;
}

.account-primary {
  border-color: rgba(255, 177, 112, 0.52);
  background: linear-gradient(135deg, #ff9a55, #d95b31);
  color: #fff;
  box-shadow: 0 10px 24px rgba(215, 82, 43, 0.24);
}

.account-ghost:hover,
.analytics-range button:hover,
.personal-skill-filters button:hover,
.analytics-range button.active,
.personal-skill-filters button.active {
  border-color: rgba(236, 137, 76, 0.56);
  background: rgba(224, 105, 48, 0.18);
  color: #ffd9b9;
}

.personal-skill-stats,
.analytics-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.personal-skill-stats article,
.analytics-metrics article {
  min-height: 126px;
  padding: 19px;
  border: 1px solid rgba(255, 215, 180, 0.12);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 240, 226, 0.075), rgba(255, 255, 255, 0.022));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035);
}

.personal-skill-stats article span,
.analytics-metrics article span {
  display: block;
  color: rgba(245, 222, 202, 0.58);
  font-size: 12px;
}

.personal-skill-stats article strong,
.analytics-metrics article strong {
  display: block;
  margin: 13px 0 7px;
  font-size: 30px;
  line-height: 1;
}

.personal-skill-stats article small,
.analytics-metrics article small {
  color: rgba(245, 222, 202, 0.42);
  font-size: 11px;
}

.analytics-metrics .metric-featured {
  border-color: rgba(242, 139, 75, 0.44);
  background: linear-gradient(145deg, rgba(204, 89, 38, 0.34), rgba(82, 40, 24, 0.12));
}

.personal-skill-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 215, 180, 0.1);
  border-radius: 14px;
  background: rgba(8, 9, 11, 0.38);
}

.personal-skill-toolbar > label {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 8px;
  min-width: 220px;
  padding: 0 12px;
  border: 1px solid rgba(255, 218, 185, 0.13);
  border-radius: 9px;
  background: rgba(0, 0, 0, 0.24);
}

.personal-skill-toolbar input {
  width: 100%;
  height: 38px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff4e9;
}

.personal-skill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.personal-skill-card {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  padding: 18px;
  border: 1px solid rgba(255, 217, 185, 0.13);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(58, 42, 34, 0.82), rgba(21, 20, 20, 0.86));
  transition: border-color 160ms ease, transform 160ms ease;
}

.personal-skill-card:hover {
  transform: translateY(-2px);
  border-color: rgba(229, 127, 66, 0.44);
}

.personal-skill-card header,
.personal-skill-card footer,
.analytics-card header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.personal-skill-card .skill-category,
.personal-skill-card .skill-status {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(232, 119, 58, 0.14);
  color: #eaa06f;
  font-size: 10px;
}

.personal-skill-card .skill-status.draft {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(246, 225, 205, 0.5);
}

.personal-skill-card h2 {
  margin: 18px 0 8px;
  font-size: 17px;
}

.personal-skill-card p {
  margin: 0;
  color: rgba(244, 222, 201, 0.55);
  font-size: 12px;
  line-height: 1.7;
}

.personal-skill-card .skill-card-meta {
  display: flex;
  gap: 16px;
  margin-top: auto;
  padding: 16px 0 12px;
  color: rgba(244, 222, 201, 0.4);
  font-size: 10px;
}

.personal-skill-card footer {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 225, 199, 0.08);
}

.personal-skill-card footer button {
  padding: 6px 9px;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 235, 216, 0.68);
  font-size: 11px;
  cursor: pointer;
}

.personal-skill-card footer button:hover {
  background: rgba(224, 105, 48, 0.18);
  color: #ffd8b7;
}

.personal-skill-empty {
  grid-column: 1 / -1;
  padding: 70px 20px;
  border: 1px dashed rgba(255, 218, 185, 0.18);
  border-radius: 16px;
  color: rgba(247, 224, 203, 0.48);
  text-align: center;
}

.skill-editor-dialog {
  width: min(520px, calc(100vw - 32px));
  padding: 0;
  border: 1px solid rgba(255, 188, 128, 0.26);
  border-radius: 18px;
  background: linear-gradient(155deg, #3b271e, #111114 70%);
  color: #fff2e6;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.65);
}

.skill-editor-dialog::backdrop {
  background: rgba(3, 3, 5, 0.72);
  backdrop-filter: blur(8px);
}

.skill-editor-dialog form {
  display: grid;
  gap: 15px;
  padding: 22px;
}

.skill-editor-dialog header,
.skill-editor-dialog footer,
.skill-editor-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.skill-editor-dialog header span {
  color: #df8a56;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.skill-editor-dialog h2 {
  margin: 4px 0 0;
}

.skill-editor-dialog header button {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 220, 190, 0.14);
  border-radius: 50%;
  background: transparent;
  color: #ffe5ce;
}

.skill-editor-dialog label {
  display: grid;
  flex: 1;
  gap: 7px;
  color: rgba(250, 229, 210, 0.68);
  font-size: 12px;
}

.skill-editor-dialog input,
.skill-editor-dialog select,
.skill-editor-dialog textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 222, 193, 0.13);
  border-radius: 9px;
  outline: 0;
  background: rgba(0, 0, 0, 0.28);
  color: #fff2e7;
}

.skill-editor-dialog textarea {
  min-height: 90px;
  resize: vertical;
}

.skill-editor-dialog footer {
  justify-content: flex-end;
  padding-top: 5px;
}

.analytics-range {
  padding: 5px;
  border: 1px solid rgba(255, 216, 181, 0.12);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
}

.analytics-range button {
  min-height: 34px;
  padding-inline: 13px;
  border-color: transparent;
}

.analytics-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.7fr);
  gap: 14px;
  margin-bottom: 14px;
}

.analytics-page .analytics-metrics {
  gap: 18px;
  margin-bottom: 20px;
}

.analytics-page .analytics-layout {
  gap: 18px;
  margin-bottom: 20px;
}

.analytics-card {
  min-height: 310px;
  padding: 20px;
  border: 1px solid rgba(255, 216, 181, 0.12);
  border-radius: 17px;
  background: linear-gradient(145deg, rgba(49, 37, 31, 0.74), rgba(14, 15, 17, 0.9));
}

.analytics-card h2 {
  margin: 0 0 5px;
  font-size: 16px;
}

.analytics-card header p {
  margin: 0;
  color: rgba(244, 220, 198, 0.43);
  font-size: 11px;
}

.live-pill {
  color: #89d5a4;
  font-size: 10px;
}

.trend-chart {
  display: flex;
  height: 215px;
  align-items: end;
  gap: 12px;
  margin-top: 28px;
  padding: 0 5px;
  border-bottom: 1px solid rgba(255, 222, 190, 0.11);
  background: repeating-linear-gradient(to top, transparent 0 52px, rgba(255, 255, 255, 0.04) 53px 54px);
}

.trend-column {
  display: grid;
  flex: 1;
  height: 100%;
  align-content: end;
  justify-items: center;
  gap: 8px;
}

.trend-column .bar {
  width: min(42px, 70%);
  min-height: 8px;
  border-radius: 8px 8px 2px 2px;
  background: linear-gradient(180deg, #f49a60, #a94a29);
  box-shadow: 0 0 22px rgba(230, 107, 54, 0.16);
  transition: height 260ms ease;
}

.trend-column strong {
  color: rgba(255, 229, 206, 0.62);
  font-size: 10px;
}

.trend-column span {
  color: rgba(255, 229, 206, 0.38);
  font-size: 9px;
}

.usage-breakdown {
  display: grid;
  gap: 17px;
  margin-top: 28px;
}

.usage-row {
  display: grid;
  grid-template-columns: 76px 1fr 42px;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}

.usage-row > span:last-child {
  color: rgba(255, 232, 212, 0.58);
  text-align: right;
}

.usage-track,
.department-track {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.usage-track i,
.department-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #d05a31, #f5a268);
}

.request-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}

.analytics-page .request-type-grid {
  gap: 18px;
  margin-bottom: 20px;
}

.request-type-grid article {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 216, 181, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.request-icon {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  background: rgba(220, 98, 47, 0.16);
  color: #f6a46f;
}

.request-type-grid article div {
  display: grid;
  gap: 3px;
}

.request-type-grid article div > span,
.request-type-grid small {
  color: rgba(245, 221, 199, 0.5);
  font-size: 10px;
}

.request-type-grid strong {
  font-size: 20px;
}

.analytics-lower {
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
}

.department-detail-card {
  min-height: 0;
  margin-bottom: 14px;
}

.analytics-page .department-detail-card {
  margin-bottom: 20px;
}

.department-table-wrap {
  margin-top: 20px;
  overflow-x: auto;
  border: 1px solid rgba(255, 220, 190, 0.08);
  border-radius: 12px;
}

.department-usage-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  text-align: left;
}

.department-usage-table th,
.department-usage-table td {
  padding: 14px 13px;
  border-bottom: 1px solid rgba(255, 222, 190, 0.07);
  color: rgba(250, 232, 215, 0.7);
  font-size: 11px;
  white-space: nowrap;
}

.department-usage-table thead th {
  background: rgba(255, 255, 255, 0.025);
  color: rgba(250, 225, 203, 0.4);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.department-usage-table tbody th {
  color: #fff1e4;
  font-size: 12px;
}

.department-usage-table tbody tr:last-child th,
.department-usage-table tbody tr:last-child td {
  border-bottom: 0;
}

.department-usage-table tbody tr:hover {
  background: rgba(222, 105, 51, 0.055);
}

.tool-count {
  display: inline-flex;
  min-width: 54px;
  align-items: center;
  gap: 6px;
}

.tool-count::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e7804d;
  content: "";
}

.tool-count.video::before { background: #efaa65; }
.tool-count.skill::before { background: #bd6b52; }
.tool-count.canvas::before { background: #d9bd9d; }

.change-pill {
  display: inline-flex;
  min-width: 52px;
  min-height: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(91, 196, 129, 0.11);
  color: #82d39f;
  font-size: 10px;
}

.change-pill.down {
  background: rgba(222, 103, 76, 0.12);
  color: #e48e78;
}

.analytics-ranking-row {
  align-items: stretch;
}

.user-ranking-card {
  min-height: 414px;
}

.ranking-total {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(232, 119, 58, 0.1);
  color: rgba(244, 174, 126, 0.76);
  font-size: 10px;
}

.user-ranking-list {
  display: grid;
  margin-top: 18px;
}

.user-ranking-item {
  display: grid;
  grid-template-columns: 24px 34px minmax(112px, 1fr) 86px 64px 84px 52px;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  border-bottom: 1px solid rgba(255, 222, 190, 0.065);
  font-size: 11px;
}

.user-ranking-item:last-child {
  border-bottom: 0;
}

.ranking-index {
  color: rgba(247, 224, 204, 0.34);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.ranking-index.top-1,
.ranking-index.top-2,
.ranking-index.top-3 {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #f2a06a, #b44e2c);
  color: white;
}

.ranking-index.top-2 { background: linear-gradient(135deg, #d7c1ad, #88705e); }
.ranking-index.top-3 { background: linear-gradient(135deg, #c98c6a, #7b4932); }

.ranking-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 189, 137, 0.22);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(220, 103, 48, 0.28), rgba(255, 255, 255, 0.035));
  color: #ffcfaa;
  font-size: 11px;
  font-weight: 700;
}

.ranking-person,
.ranking-usage,
.ranking-cost {
  display: grid;
  gap: 2px;
}

.ranking-person strong,
.ranking-usage strong,
.ranking-cost strong {
  color: #fff0e2;
  font-size: 11px;
}

.ranking-person small,
.ranking-usage small,
.ranking-cost small {
  color: rgba(246, 220, 196, 0.38);
  font-size: 9px;
}

.ranking-tool {
  color: rgba(244, 184, 139, 0.66);
  font-size: 10px;
}

.department-list {
  display: grid;
  gap: 17px;
  margin-top: 24px;
}

.department-row {
  display: grid;
  grid-template-columns: 110px 1fr 92px;
  align-items: center;
  gap: 14px;
  font-size: 11px;
}

.department-row > span:last-child {
  color: rgba(247, 222, 199, 0.48);
  text-align: right;
}

.efficiency-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.efficiency-card header {
  grid-column: 1 / -1;
}

.efficiency-ring {
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(#ef925d 0 98.6%, rgba(255, 255, 255, 0.07) 98.6% 100%);
}

.efficiency-ring::before {
  grid-area: 1 / 1;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #181616;
  content: "";
}

.efficiency-ring div {
  z-index: 1;
  display: grid;
  grid-area: 1 / 1;
  gap: 4px;
  text-align: center;
}

.efficiency-ring strong {
  font-size: 23px;
}

.efficiency-ring span {
  color: rgba(246, 221, 198, 0.48);
  font-size: 10px;
}

.efficiency-card dl {
  margin: 0;
}

.efficiency-card dl div {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 222, 190, 0.08);
}

.efficiency-card dt {
  color: rgba(247, 223, 202, 0.46);
  font-size: 10px;
}

.efficiency-card dd {
  margin: 4px 0 0;
  font-size: 13px;
}

body[data-theme="light"] .account-page {
  background: radial-gradient(circle at 80% 0%, rgba(239, 153, 87, 0.22), transparent 35%), #f7f3ea;
  color: #3d2b22;
}

body[data-theme="light"] .personal-skill-card,
body[data-theme="light"] .analytics-card,
body[data-theme="light"] .personal-skill-stats article,
body[data-theme="light"] .analytics-metrics article,
body[data-theme="light"] .request-type-grid article {
  border-color: rgba(146, 84, 43, 0.14);
  background: rgba(255, 255, 255, 0.68);
}

@media (max-width: 980px) {
  .personal-skill-stats,
  .analytics-metrics,
  .request-type-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .personal-skill-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .analytics-layout,
  .analytics-lower { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .account-page { padding: 24px 18px 50px; }
  .account-page-head { align-items: flex-start; flex-direction: column; }
  .analytics-range { max-width: 100%; flex-wrap: wrap; }
  .personal-skill-toolbar { align-items: stretch; flex-direction: column; }
  .personal-skill-grid { grid-template-columns: 1fr; }
  .efficiency-card { grid-template-columns: 1fr; justify-items: center; gap: 20px; }
  .efficiency-card header { width: 100%; }
}

/* Premium editorial light theme for personal workspace and analytics. */
body[data-theme="light"] .account-page {
  color: #211a17;
  background:
    radial-gradient(circle at 86% 0%, rgba(255, 117, 61, 0.16), transparent 31%),
    radial-gradient(circle at 8% 88%, rgba(255, 188, 145, 0.12), transparent 28%),
    linear-gradient(145deg, #faf9f6, #ffffff 50%, #fff5ed);
}

body[data-theme="light"] :is(.personal-skill-card, .analytics-card, .personal-skill-stats article, .analytics-metrics article, .request-type-grid article) {
  border-color: rgba(65, 42, 29, 0.1);
  background: rgba(255, 255, 255, 0.79);
  box-shadow: 0 18px 48px rgba(91, 55, 32, 0.08);
  backdrop-filter: blur(20px) saturate(125%);
}

body[data-theme="light"] :is(.personal-skill-card, .analytics-card):hover {
  border-color: rgba(238, 87, 37, 0.22);
  box-shadow: 0 23px 56px rgba(104, 58, 31, 0.11);
}

body[data-theme="light"] :is(.account-page-head h1, .personal-skill-card h3, .analytics-card h2, .analytics-metrics strong, .request-type-grid strong) {
  color: #211916;
}

body[data-theme="light"] :is(.account-page-head p, .personal-skill-card p, .personal-skill-card small, .analytics-card p, .analytics-card small, .analytics-metrics span, .request-type-grid span) {
  color: #786b63;
}

body[data-theme="light"] :is(.account-primary-button, .analytics-range button.active, .personal-skill-toolbar button.active) {
  border-color: rgba(222, 69, 22, 0.18);
  background: linear-gradient(145deg, #ff7545, #e74a20);
  color: #fff;
  box-shadow: 0 11px 28px rgba(225, 69, 23, 0.2);
}

body[data-theme="light"] .trend-chart {
  background-image: repeating-linear-gradient(to bottom, rgba(65, 42, 29, 0.07) 0 1px, transparent 1px 25%);
}

body[data-theme="light"] .trend-bar,
body[data-theme="light"] .distribution-fill,
body[data-theme="light"] .department-bar span {
  background: linear-gradient(180deg, #ff9b6d, #e95728);
  box-shadow: 0 8px 20px rgba(229, 78, 31, 0.14);
}

body[data-theme="light"] .efficiency-ring::before {
  background: #fffaf6;
}
