body.ojas-app {
  --ojas-aside: 260px;
  background:
    radial-gradient(900px 320px at 85% -8%, rgba(182, 255, 46, 0.16), transparent 55%),
    radial-gradient(700px 280px at 20% 110%, rgba(17, 17, 17, 0.04), transparent 50%),
    #eef1ea !important;
  color: #1f2937;
  overflow-x: hidden;
}

body.ojas-app::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--ojas-aside);
  background: #050505;
  z-index: 20;
  pointer-events: none;
}

body.ojas-app .preloader {
  background: #111;
}

body.ojas-app main {
  margin-top: 0 !important;
}

body.ojas-app .ojas-header,
body.ojas-app .footer-area,
body.ojas-app .breadcrumb-wrapper,
body.ojas-app .scroll-top {
  display: none !important;
}

.ojas-app-shell {
  display: block;
  min-height: 100vh;
  background: transparent;
}

.ojas-aside.sidebar-menu {
  width: var(--ojas-aside);
  flex: none;
  background: #050505 !important;
  color: #fff;
  padding: 18px 14px 18px;
  border: 0 !important;
  border-radius: 0 !important;
  border-right: 1px solid rgba(182, 255, 46, 0.08) !important;
  position: fixed !important;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  z-index: 40;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
}

.ojas-aside.sidebar-menu::-webkit-scrollbar {
  width: 4px;
}

.ojas-aside.sidebar-menu::-webkit-scrollbar-thumb {
  background: rgba(182, 255, 46, 0.35);
  border-radius: 10px;
}

.ojas-aside .sidebar-menu__close {
  color: #b6ff2e !important;
}

.ojas-aside__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ojas-aside__logo small {
  margin-top: 8px;
  color: #b6ff2e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ojas-aside__logo img {
  height: 46px;
  width: auto;
}

.ojas-aside__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.ojas-aside__menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #c9cfc6 !important;
  text-decoration: none !important;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.18s ease;
}

.ojas-aside__menu li a i {
  width: 18px;
  color: #b6ff2e;
  font-size: 16px;
}

.ojas-aside__menu li.active a,
.ojas-aside__menu li a:hover {
  background: #b6ff2e;
  color: #111 !important;
  box-shadow: 0 8px 18px rgba(182, 255, 46, 0.18);
}

.ojas-aside__menu li.active a i,
.ojas-aside__menu li a:hover i {
  color: #111;
}

.ojas-aside__promo {
  margin-top: 16px;
  background: #1a1a1a;
  border: 1px solid rgba(182, 255, 46, 0.2);
  border-radius: 16px;
  padding: 14px;
  text-align: center;
}

.ojas-aside__promo h6 {
  color: #fff !important;
  margin-bottom: 8px;
  font-weight: 800;
}

.ojas-aside__promo img {
  width: 100%;
  max-height: 90px;
  object-fit: contain;
  margin-bottom: 10px;
}

body.ojas-app .sidebar-overlay {
  z-index: 9990;
}

.ojas-app-main {
  margin-left: var(--ojas-aside);
  width: calc(100% - var(--ojas-aside));
  min-width: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ojas-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  padding: 14px 26px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 10px 30px rgba(16, 24, 12, 0.04);
}

.ojas-topbar__left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.ojas-topbar__hello {
  display: flex;
  flex-direction: column;
  min-width: 190px;
}

.ojas-topbar__hello strong {
  font-size: 16px;
  color: #111;
  letter-spacing: -0.02em;
}

.ojas-topbar__hello span {
  font-size: 12px;
  color: #6b7280;
}

.ojas-idrow {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ojas-copychip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #dce6d3;
  background: #f7faf4;
  border-radius: 12px;
  padding: 6px 10px 6px 12px;
  cursor: pointer;
  text-align: left;
  transition: 0.2s ease;
}

.ojas-copychip small {
  display: block;
  font-size: 10px;
  color: #6b7280;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}

.ojas-copychip b {
  display: block;
  color: #111;
  font-size: 13px;
  line-height: 1.2;
}

.ojas-copychip i {
  color: #4f8f16;
  font-size: 16px;
}

.ojas-copychip:hover,
.ojas-copychip.is-copied {
  border-color: #b6ff2e;
  background: #f2ffd6;
}

.ojas-copychip--lg {
  min-width: 210px;
  padding: 10px 12px;
}

.ojas-refer-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  background: #b6ff2e;
  color: #111 !important;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(182, 255, 46, 0.35);
}

.ojas-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #b6ff2e;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 10px;
  z-index: 9999;
}

.ojas-refbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #050505 0%, #0c1a08 58%, #163008 100%);
  color: #fff;
  border-radius: 24px;
  padding: 24px 26px;
  margin-bottom: 22px;
  border: 1px solid rgba(182, 255, 46, 0.14);
  box-shadow: 0 22px 48px rgba(5, 5, 5, 0.22);
}

.ojas-refbar::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(182, 255, 46, 0.32), transparent 68%);
  pointer-events: none;
}

.ojas-refbar > div {
  position: relative;
  z-index: 1;
}

.ojas-refbar h4 {
  margin: 0 0 6px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.ojas-refbar p,
body.ojas-app .ojas-refbar p {
  margin: 0;
  max-width: 420px;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 500;
  opacity: 0.95;
}

.ojas-refbar__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.ojas-refbar .ojas-copychip {
  background: #fff;
}

.ojas-ticker {
  flex: 1;
  overflow: hidden;
  background: #f4fbe8;
  border: 1px solid #d8f5a2;
  color: #3f6b00;
  font-weight: 700;
  font-size: 13px;
  border-radius: 999px;
  padding: 8px 16px;
  white-space: nowrap;
}

.ojas-ticker span {
  display: inline-block;
  animation: ojasMarquee 16s linear infinite;
}

@keyframes ojasMarquee {
  0% { transform: translateX(40%); }
  100% { transform: translateX(-60%); }
}

.ojas-topbar__right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.ojas-notify {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f5f2;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 20px;
  color: #111;
}

.ojas-notify em {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #22c55e;
  color: #fff;
  font-size: 10px;
  font-style: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.ojas-userchip {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
  color: #111 !important;
}

.ojas-userchip img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #b6ff2e;
}

.ojas-userchip b {
  display: block;
  font-size: 13px;
  line-height: 1.1;
}

.ojas-userchip small {
  color: #6b7280;
}

.ojas-menu-toggle {
  border: 0;
  background: #111;
  color: #b6ff2e;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 22px;
}

.ojas-app-content {
  padding: 24px 26px 32px;
  flex: 1;
}

.ojas-page-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #111 !important;
}

.ojas-kpis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}

.ojas-kpis--4 {
  grid-template-columns: repeat(4, 1fr);
}

.ojas-kpi {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf3 100%);
  border-radius: 22px;
  padding: 20px 18px 18px;
  box-shadow: 0 16px 40px rgba(5, 5, 5, 0.06);
  border: 1px solid rgba(17, 17, 17, 0.04);
  transition: 0.22s ease;
}

.ojas-kpi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #b6ff2e, #8ed300);
}

.ojas-kpi:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(5, 5, 5, 0.08);
}

.ojas-kpi__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.ojas-kpi small {
  display: block;
  color: #6b7280;
  font-weight: 700;
  margin: 0 0 4px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.ojas-kpi strong {
  display: block;
  font-size: 26px;
  color: #111;
  letter-spacing: -0.03em;
  font-weight: 800;
  line-height: 1.15;
}

.ojas-kpi em {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  background: #ecfdf3;
  color: #16a34a;
  border-radius: 999px;
  padding: 4px 8px;
}

.ojas-kpi em.is-up { color: #16a34a; background: #ecfdf3; }
.ojas-kpi em.is-down { color: #dc2626; background: #fef2f2; }

.ojas-kpi__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.ojas-kpi__icon--green { background: #22c55e; }
.ojas-kpi__icon--blue { background: #3b82f6; }
.ojas-kpi__icon--purple { background: #8b5cf6; }
.ojas-kpi__icon--orange { background: #f59e0b; }
.ojas-kpi__icon--teal { background: #14b8a6; }

.ojas-dash-mid,
.ojas-dash-bot {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.ojas-dash-mid {
  grid-template-columns: 1.15fr 0.85fr;
}

.ojas-dash-bot {
  grid-template-columns: 1.2fr 0.8fr 0.9fr;
}

.ojas-panel {
  background: #fff;
  border-radius: 24px;
  padding: 22px 24px 24px;
  box-shadow: 0 18px 44px rgba(5, 5, 5, 0.06);
  border: 1px solid rgba(17, 17, 17, 0.04);
}

.ojas-panel__head h4 {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 800;
  color: #111 !important;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.02em;
}

.ojas-panel__head h4::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b6ff2e;
  box-shadow: 0 0 0 4px rgba(182, 255, 46, 0.28);
  flex: none;
}

.ojas-tree {
  text-align: center;
}

.ojas-tree__you {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #050505;
  color: #b6ff2e;
  display: grid;
  place-items: center;
  font-weight: 800;
  box-shadow: 0 0 0 6px #f2ffd6, 0 10px 20px rgba(5, 5, 5, 0.15);
}

.ojas-tree__levels {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.ojas-tree__levels span,
.ojas-tree__levels a {
  background: linear-gradient(180deg, #f7faf4, #eef3ea);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  padding: 8px 10px;
  font-size: 11px;
  color: #4b5563;
  min-width: 56px;
  border: 1px solid #e5eadf;
}

.ojas-tree__levels a:hover {
  border-color: #8ed300;
  background: #f4ffe6;
}

.ojas-tree__levels b {
  display: block;
  color: #111;
}

.ojas-team-people {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.ojas-team-people figure {
  margin: 0;
  text-align: center;
  width: 64px;
}

.ojas-team-people img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.ojas-team-people figcaption {
  font-size: 11px;
  margin-top: 4px;
  color: #4b5563;
}

.ojas-team-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ojas-team-stats div {
  background: linear-gradient(180deg, #f7ffe8, #f4f7f0);
  border: 1px solid #e4efd3;
  border-radius: 14px;
  padding: 12px 8px;
  text-align: center;
}

.ojas-team-stats b {
  display: block;
  color: #111;
  font-size: 18px;
}

.ojas-team-stats span {
  font-size: 11px;
  color: #6b7280;
}

.ojas-plan {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ojas-plan__chart {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  background: radial-gradient(circle at center, #ecfdf3 0 42%, transparent 43%),
    conic-gradient(#22c55e 0 50%, #3b82f6 50% 80%, #a855f7 80% 100%);
  border-radius: 50%;
}

.ojas-plan__core {
  position: absolute;
  inset: 38px;
  background: #111;
  color: #b6ff2e;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 28px;
}

.ojas-plan__chart .node {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.node-a { background: #22c55e; top: 8px; left: 18px; }
.node-b { background: #3b82f6; top: 8px; right: 18px; }
.node-c { background: #a855f7; bottom: 10px; left: 50%; transform: translateX(-50%); }

.ojas-plan__legend {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.ojas-plan__legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
}

.ojas-plan__legend .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot-a { background: #22c55e; }
.dot-b { background: #3b82f6; }
.dot-c { background: #a855f7; }

.ojas-bars label {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin: 10px 0 4px;
  color: #4b5563;
}

.bar {
  height: 8px;
  background: #eef2ea;
  border-radius: 99px;
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: 99px;
  min-width: 0;
}

.ojas-bv {
  margin: 14px 0 0;
  font-size: 13px;
  color: #4b5563;
}

.ojas-trend-meta,
.ojas-rank__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 12px;
}

.ojas-trend-meta div,
.ojas-rank__row span {
  background: #f7faf5;
  border-radius: 10px;
  padding: 8px;
  font-size: 12px;
  color: #6b7280;
}

.ojas-trend-meta b,
.ojas-rank__row b {
  display: block;
  color: #111;
  font-size: 14px;
}

.ojas-rank {
  text-align: center;
}

.ojas-rank__badge {
  display: inline-block;
  background: #050505;
  color: #b6ff2e;
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 6px #f2ffd6;
}

.ojas-activity {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ojas-activity li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 0;
  border-bottom: 1px solid #f0f2ee;
}

.ojas-activity i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ecfdf3;
  color: #16a34a;
  display: grid;
  place-items: center;
}

.ojas-activity b {
  display: block;
  font-size: 13px;
  color: #111;
}

.ojas-activity small {
  color: #6b7280;
}

.ojas-activity em {
  margin-left: auto;
  font-style: normal;
  color: #16a34a;
  font-weight: 800;
  font-size: 12px;
  white-space: nowrap;
}

.ojas-empty {
  color: #6b7280;
  font-size: 13px;
  margin: 8px 0;
}

.ojas-app-foot {
  background: #111;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 22px;
}

.ojas-app-foot img {
  height: 36px;
  width: auto;
}

.ojas-app-foot p {
  margin: 4px 0 0;
  color: #cfd6cb !important;
  font-size: 13px;
}

.ojas-app-foot ul {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.ojas-app-foot li {
  color: #e8eee4;
  font-size: 13px;
  font-weight: 600;
}

.ojas-app-foot i {
  color: #b6ff2e;
  margin-right: 6px;
}

.ojas-ref-mid,
.ojas-ref-bot {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.ojas-ref-mid {
  grid-template-columns: 1.2fr 0.8fr;
}

.ojas-ref-bot {
  grid-template-columns: 1.25fr 0.75fr;
}

.ojas-ref-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ojas-rtree {
  text-align: center;
}

.ojas-rtree__you {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.ojas-rtree__you b {
  color: #111;
  font-size: 13px;
}

.ojas-rtree__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
}

.ojas-rtree__avatar--you {
  background: #111;
  color: #b6ff2e;
  box-shadow: 0 0 0 4px #e8f7c8;
}

.ojas-rtree__line {
  width: 2px;
  height: 18px;
  margin: 8px auto;
  background: #d1d5db;
}

.ojas-rtree__line--dash {
  background: repeating-linear-gradient(to bottom, #c4c9c0 0 4px, transparent 4px 8px);
}

.ojas-rtree__label {
  display: inline-block;
  background: #f3f5f2;
  color: #374151;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ojas-rtree__people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  min-height: 64px;
}

.ojas-rtree__people figure {
  margin: 0;
  width: 72px;
}

.ojas-rtree__people img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eef3ea;
}

.ojas-rtree__people figcaption {
  font-size: 11px;
  color: #4b5563;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ojas-rtree__more {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ecfdf3;
  color: #15803d;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  align-self: flex-start;
}

.ojas-copyfield__label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  margin: 0 0 6px;
}

.ojas-copyfield {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.ojas-copyfield input {
  flex: 1;
  min-width: 0;
  border: 1px solid #e5eadf;
  background: #f8faf6;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  color: #111;
}

.ojas-copyfield button {
  border: 0;
  background: #b6ff2e;
  color: #111;
  font-weight: 800;
  border-radius: 10px;
  padding: 0 14px;
  white-space: nowrap;
}

.ojas-ref-note {
  background: #ecfdf3;
  color: #166534 !important;
  -webkit-text-fill-color: #166534 !important;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 12px;
  margin: 0;
}

.ojas-ref-sum__row {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 10px;
  align-items: center;
}

.ojas-ref-sum ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ojas-ref-sum li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eef3ea;
  font-size: 13px;
}

.ojas-ref-sum li.is-total {
  border: 0;
  font-weight: 800;
}

.ojas-spark {
  width: 140px;
  height: 46px;
}

.ojas-panel__head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ojas-chip {
  background: #f3f5f2;
  color: #4b5563;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
}

.ojas-table-wrap {
  overflow-x: auto;
}

.ojas-table {
  width: 100%;
  border-collapse: collapse;
}

.ojas-table th,
.ojas-table td {
  padding: 10px 8px;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #eef3ea;
  white-space: nowrap;
}

.ojas-table th {
  color: #6b7280 !important;
  font-weight: 700;
}

.ojas-lvl,
.ojas-pct {
  display: inline-block;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.ojas-lvl--1,
.ojas-pct--1 {
  background: #ecfdf3;
  color: #15803d;
}

.ojas-lvl--2,
.ojas-pct--2 {
  background: #eff6ff;
  color: #1d4ed8;
}

.ojas-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: #166534;
  font-weight: 700;
  font-size: 13px;
}

.ojas-more--inline {
  margin: 0;
}

.ojas-trx {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ojas-trx li {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eef3ea;
}

.ojas-trx small {
  display: block;
  color: #6b7280;
  font-size: 11px;
}

.ojas-trx b {
  font-size: 13px;
  color: #111;
}

.ojas-trx strong.is-plus { color: #16a34a; }
.ojas-trx strong.is-minus { color: #dc2626; }

.ojas-btn--ghost {
  display: block;
  text-align: center;
  margin-top: 14px;
  border: 1px solid #d6e4c8;
  background: #f7faf5;
  color: #166534 !important;
  border-radius: 10px;
  padding: 10px;
  font-weight: 800;
}

.ojas-ref-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  background: #ecfdf3;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 8px;
}

.ojas-ref-banner p,
.ojas-ref-banner span {
  margin: 0;
  color: #166534 !important;
  -webkit-text-fill-color: #166534 !important;
  font-size: 13px;
  font-weight: 700;
}

.ojas-empty {
  color: #6b7280;
  font-size: 13px;
  margin: 8px 0;
  text-align: center;
}

body.ojas-app .ojas-alert {
  background: #fff;
}

body.ojas-app .ojas-alert h6,
body.ojas-app .ojas-alert p {
  color: #111 !important;
}

body.ojas-app .custom--card,
body.ojas-app .custom--card .card-body,
body.ojas-app .card {
  background: #fff !important;
  border-color: #e7ece4 !important;
  color: #111;
}

body.ojas-app .form--label,
body.ojas-app label,
body.ojas-app .dashboard-body h1,
body.ojas-app .dashboard-body h2,
body.ojas-app .dashboard-body h3,
body.ojas-app .dashboard-body h4,
body.ojas-app .dashboard-body h5,
body.ojas-app .dashboard-body h6,
body.ojas-app p,
body.ojas-app td,
body.ojas-app th {
  color: #1f2937 !important;
  -webkit-text-fill-color: #1f2937 !important;
}

@media (max-width: 1199px) {
  .ojas-kpis,
  .ojas-kpis--4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ojas-ref-mid,
  .ojas-ref-bot {
    grid-template-columns: 1fr;
  }
  .ojas-dash-bot {
    grid-template-columns: 1fr 1fr;
  }
  .ojas-ticker {
    display: none;
  }
}

@media (max-width: 991px) {
  body.ojas-app::before {
    display: none;
  }

  .ojas-app-shell {
    display: block;
  }

  .ojas-app-main {
    margin-left: 0;
    width: 100%;
  }

  .ojas-aside.sidebar-menu {
    position: fixed !important;
    left: 0;
    top: 0;
    width: min(300px, 86vw) !important;
    flex: none;
    transform: translateX(-110%);
    z-index: 9992;
    height: 100vh;
    height: 100dvh;
    transition: transform 0.25s ease;
    box-shadow: none;
  }

  .ojas-aside.sidebar-menu.show-sidebar {
    transform: translateX(0);
    box-shadow: 12px 0 40px rgba(0, 0, 0, 0.35);
  }

  .ojas-topbar {
    flex-wrap: wrap;
    padding: 10px 12px;
    gap: 8px;
  }

  .ojas-topbar__left {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .ojas-topbar__hello {
    min-width: 0;
  }

  .ojas-topbar__hello strong {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48vw;
    display: block;
  }

  .ojas-topbar__hello span,
  .ojas-refer-btn,
  .ojas-userchip span {
    display: none !important;
  }

  .ojas-idrow {
    flex: 1 1 100%;
    order: 5;
  }

  .ojas-copychip {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
  }

  .ojas-copychip b {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 34vw;
  }

  .ojas-copychip--lg {
    min-width: 0;
    width: 100%;
    flex: 1 1 100%;
  }

  .ojas-copychip--lg b {
    max-width: 70vw;
  }

  .ojas-kpis,
  .ojas-kpis--4,
  .ojas-dash-mid,
  .ojas-dash-bot,
  .ojas-team-stats {
    grid-template-columns: 1fr 1fr;
  }

  .ojas-app-content {
    padding: 12px;
  }

  .ojas-refbar {
    padding: 14px;
  }

  .ojas-refbar__actions {
    width: 100%;
  }

  .ojas-app-foot {
    flex-direction: column;
    text-align: center;
    padding: 16px 12px;
  }

  .ojas-app-foot ul {
    justify-content: center;
    gap: 10px 14px;
  }

  body.ojas-app .dashboard-table,
  body.ojas-app .card-body,
  body.ojas-app .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.ojas-app .form--control,
  body.ojas-app .form-control,
  body.ojas-app select {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .ojas-kpis,
  .ojas-kpis--4,
  .ojas-dash-mid,
  .ojas-dash-bot,
  .ojas-team-stats,
  .ojas-trend-meta,
  .ojas-rank__row,
  .ojas-ref-sum__row,
  .ojas-trx li {
    grid-template-columns: 1fr;
  }

  .ojas-ref-banner {
    flex-direction: column;
    text-align: center;
  }

  .ojas-copyfield {
    flex-direction: column;
  }

  .ojas-copyfield button {
    padding: 10px;
  }

  .ojas-kpi strong {
    font-size: 20px;
  }

  .ojas-plan {
    flex-direction: column;
  }

  .ojas-tree__levels span {
    min-width: 46px;
    flex: 1 1 18%;
  }

  .ojas-app-foot li {
    width: calc(50% - 10px);
    font-size: 12px;
  }

}

.ojas-page-kicker {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #137d0d !important;
  -webkit-text-fill-color: #137d0d !important;
}

.ojas-shop-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.ojas-shop-head p {
  margin: 6px 0 0;
  max-width: 520px;
}

.ojas-shop-head__note {
  background: #111;
  color: #b6ff2e;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
}

.ojas-shop-grid,
.ojas-shop-grid--catalog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 720px) {
  .ojas-shop-grid,
  .ojas-shop-grid--catalog {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .ojas-shop-grid,
  .ojas-shop-grid--catalog {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.ojas-shop-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, 0.05);
  box-shadow: 0 18px 44px rgba(5, 5, 5, 0.06);
}

.ojas-shop-card__media {
  background: linear-gradient(180deg, #111 0%, #1a2a0c 100%);
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.ojas-shop-card__media img {
  max-height: 180px;
  width: auto;
}

.ojas-shop-card__body {
  padding: 20px 22px 22px;
}

.ojas-shop-card small {
  color: #137d0d;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ojas-shop-card h3 {
  margin: 4px 0 10px;
  font-size: 26px;
  font-weight: 800;
  color: #111 !important;
}

.ojas-shop-price strong {
  display: block;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #111;
}

.ojas-shop-price em {
  font-style: normal;
  color: #68716b;
  font-size: 13px;
  font-weight: 600;
}

.ojas-shop-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  list-style: none;
  margin: 14px 0;
  padding: 0;
}

.ojas-shop-specs li {
  background: #f4f8f1;
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
}

.ojas-shop-specs i,
.ojas-shop-points i {
  color: #137d0d;
  margin-right: 4px;
}

.ojas-shop-points {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.ojas-shop-points li {
  padding: 4px 0;
  font-size: 13px;
}

.ojas-shop-form .ojas-btn,
.ojas-shop-form .ojas-btn--ghost {
  width: 100%;
}

.ojas-shop-disclaimer {
  margin: 16px 2px 0;
  font-size: 12px;
  color: #68716b !important;
  -webkit-text-fill-color: #68716b !important;
}

.ojas-buy-modal {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
}

.ojas-buy-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  cursor: pointer;
}

.ojas-buy-hero {
  display: flex;
  gap: 14px;
  align-items: center;
  background: linear-gradient(135deg, #050505, #163008);
  color: #fff;
  padding: 22px 22px 18px;
}

.ojas-buy-hero img {
  height: 84px;
  width: auto;
}

.ojas-buy-hero small {
  color: #b6ff2e;
  font-weight: 800;
}

.ojas-buy-hero h3 {
  margin: 4px 0;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 22px;
}

.ojas-buy-hero strong {
  color: #b6ff2e;
  font-size: 20px;
}

.ojas-buy-form {
  padding: 18px 22px 22px;
  display: grid;
  gap: 10px;
}

.ojas-buy-form label {
  font-size: 12px;
  font-weight: 800;
  color: #6b7280;
}

.ojas-buy-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ojas-buy-options--3 {
  grid-template-columns: 1fr;
}

@media (min-width: 520px) {
  .ojas-buy-options--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.ojas-prebook-box {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e4efd3;
  border-radius: 14px;
  background: #f8fff0;
}

.ojas-amount-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ojas-amount-chips button {
  border: 1px solid #cde6a0;
  background: #fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-weight: 700;
  cursor: pointer;
}

.ojas-upi-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  padding: 10px;
}

.ojas-upi-card img {
  width: 118px;
  height: 118px;
  object-fit: contain;
  border-radius: 10px;
  background: #f4f4f4;
}

.ojas-upi-card p {
  margin: 0 0 6px;
  color: #4b5563;
}

.ojas-upi-card code {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}

.ojas-copy-upi {
  border: 0;
  background: #0a381c;
  color: #b6ff2e;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 700;
  cursor: pointer;
}

.ojas-prebook-list {
  margin-top: 28px;
  background: #fff;
  border: 1px solid #e4efd3;
  border-radius: 18px;
  padding: 16px;
}

.ojas-prebook-list h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.ojas-prebook-list table {
  width: 100%;
  border-collapse: collapse;
}

.ojas-prebook-list th,
.ojas-prebook-list td {
  text-align: left;
  padding: 8px 6px;
  border-bottom: 1px solid #eef3e6;
  font-size: 13px;
}

.ojas-buy-options label {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border: 1px solid #e4eae6;
  border-radius: 14px;
  padding: 12px;
  cursor: pointer;
  color: #111;
  font-weight: 600;
}

.ojas-buy-options label.is-on {
  border-color: #8ed300;
  background: #f4ffe6;
  box-shadow: 0 0 0 3px rgba(182, 255, 46, 0.25);
}

.ojas-buy-options b {
  display: block;
  font-size: 14px;
}

.ojas-buy-options small {
  display: block;
  font-weight: 600;
  color: #68716b;
}

.ojas-buy-form .form--control,
.ojas-buy-form select {
  height: 46px;
  border-radius: 12px;
}

.ojas-team-view {
  display: inline-flex;
  margin-top: 14px;
}

.ojas-team-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 0 16px;
}

.ojas-team-mini div {
  background: #fff;
  border: 1px solid #e4efd3;
  border-radius: 14px;
  padding: 12px 10px;
  text-align: center;
}

.ojas-team-mini b {
  display: block;
  color: #111;
  font-size: 14px;
}

.ojas-team-mini span {
  font-size: 11px;
  color: #6b7280;
}

.ojas-level-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  padding: 16px 2px 4px;
  -webkit-overflow-scrolling: touch;
}

.ojas-level-tabs a {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f3f5f2;
  color: #374151 !important;
  -webkit-text-fill-color: #374151;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.ojas-level-tabs a em {
  font-style: normal;
  background: #fff;
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 11px;
  color: #137d0d;
}

.ojas-level-tabs a.is-on {
  background: #111;
  color: #b6ff2e !important;
  -webkit-text-fill-color: #b6ff2e;
}

.ojas-level-tabs a.is-on em {
  background: #1a2a0c;
  color: #b6ff2e;
}

.ojas-team-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.ojas-team-filters input,
.ojas-team-filters select {
  height: 40px;
  border: 1px solid #dce6d3;
  border-radius: 10px;
  padding: 0 12px;
  background: #fff;
  min-width: 160px;
}

.ojas-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ojas-member-card {
  background: linear-gradient(180deg, #fcfef8, #f7faf4);
  border: 1px solid #e4efd3;
  border-radius: 16px;
  padding: 14px;
}

.ojas-member-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.ojas-member-card__top img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #eef3ea;
}

.ojas-member-card__top b {
  display: block;
  color: #111;
  font-size: 14px;
  line-height: 1.2;
}

.ojas-member-card__top small {
  color: #6b7280;
  font-size: 11px;
}

.ojas-member-card__top > div {
  flex: 1;
  min-width: 0;
}

.ojas-member-card ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.ojas-member-card li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #6b7280;
  padding: 5px 0;
  border-bottom: 1px dashed #e7eedf;
}

.ojas-member-card li b {
  color: #111;
  font-weight: 700;
}

.ojas-status {
  display: inline-flex;
  border-radius: 999px;
  padding: 3px 9px;
  font-size: 11px;
  font-weight: 800;
}

.ojas-status.is-on {
  background: #ecfdf3;
  color: #15803d;
}

.ojas-status.is-off {
  background: #f3f4f6;
  color: #6b7280;
}

.ojas-lvl--deep {
  background: #f5f3ff;
  color: #6d28d9;
}

.ojas-pager-wrap {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.ojas-pager-wrap .pagination {
  margin: 0;
  gap: 4px;
}

.ojas-team-grid .ojas-empty {
  grid-column: 1 / -1;
  background: #f7faf4;
  border: 1px dashed #d6e4c8;
  border-radius: 16px;
  padding: 28px 16px;
}

.ojas-team-grid .ojas-empty b {
  display: block;
  color: #111;
  margin-bottom: 6px;
}

@media (max-width: 1100px) {
  .ojas-team-grid,
  .ojas-team-mini {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .ojas-team-grid,
  .ojas-team-mini {
    grid-template-columns: 1fr;
  }

  .ojas-panel__head--row {
    flex-direction: column;
    align-items: stretch;
  }

  .ojas-team-filters input,
  .ojas-team-filters select {
    min-width: 0;
    width: 100%;
  }
}

/* Premium mobile: shop, cart, orders, PDP */
@media (max-width: 767px) {
  body.ojas-app .ojas-app-content {
    padding: 12px 12px 28px;
  }

  body.ojas-app .ojas-shop-grid,
  body.ojas-app .ojas-shop-grid--catalog {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .ojas-store-hero {
    align-items: stretch !important;
    gap: 12px !important;
    margin-bottom: 14px !important;
  }

  .ojas-store-hero p {
    margin: 6px 0 0;
    font-size: 13px;
  }

  .ojas-store-chips {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px !important;
  }

  .ojas-store-chips a {
    min-width: 0 !important;
    padding: 10px 12px !important;
  }

  .ojas-shop-tabs {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    gap: 8px !important;
    margin-bottom: 14px !important;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ojas-shop-tabs::-webkit-scrollbar {
    display: none;
  }

  .ojas-shop-tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 8px 14px !important;
    font-size: 13px;
  }

  .ojas-pro {
    border-radius: 20px !important;
  }

  .ojas-pro__media {
    height: 188px !important;
  }

  .ojas-pro__body {
    padding: 14px 14px 16px !important;
  }

  .ojas-pro__body h3 {
    font-size: 18px !important;
    line-height: 1.3 !important;
    margin: 4px 0 8px !important;
  }

  .ojas-pro__price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
    margin: 0 0 12px !important;
  }

  .ojas-pro__price strong {
    font-size: 22px !important;
    line-height: 1.15 !important;
    white-space: nowrap;
    letter-spacing: -0.03em;
  }

  .ojas-pro__price small {
    font-size: 12px;
    white-space: nowrap;
  }

  .ojas-pro__cart,
  .ojas-pdp-cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .ojas-pro__cart .ojas-stepper,
  .ojas-pdp-cart .ojas-stepper,
  .ojas-stepper {
    width: 100%;
    justify-content: space-between;
  }

  .ojas-pro__add,
  .ojas-pro__cart .ojas-btn,
  .ojas-pdp-cart .ojas-btn {
    width: 100% !important;
    flex: 0 0 auto !important;
    min-height: 46px !important;
    white-space: nowrap !important;
    writing-mode: horizontal-tb !important;
  }

  .ojas-cart {
    grid-template-columns: 1fr !important;
  }

  .ojas-cart-row {
    grid-template-columns: 84px 1fr !important;
    gap: 12px !important;
  }

  .ojas-cart-row__img img {
    width: 84px !important;
    height: 68px !important;
  }

  .ojas-cart-row .ojas-stepper,
  .ojas-cart-row__sum {
    grid-column: 1 / -1;
  }

  .ojas-cart-row__sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left !important;
  }

  .ojas-pdp,
  .ojas-pdp-cart {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  .ojas-pdp__media {
    min-height: 240px !important;
    border-radius: 20px !important;
  }

  .ojas-pdp__price {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }

  .ojas-pdp__price strong {
    font-size: 28px !important;
    white-space: nowrap;
  }

  .ojas-shop-specs {
    grid-template-columns: 1fr !important;
  }

  .ojas-upi-card {
    flex-direction: column;
    text-align: center;
  }

  .ojas-order-table {
    display: none !important;
  }

  .ojas-order-cards {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
  }

  .ojas-order-card {
    background: #fff;
    border: 1px solid #e7efe3;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 10px 24px rgba(7, 17, 11, 0.05);
  }

  .ojas-shop-head {
    align-items: stretch !important;
  }

  .ojas-shop-head .btn,
  .ojas-shop-head .ojas-btn {
    width: 100%;
  }
}

.ojas-order-cards {
  display: none;
}

.ojas-order-card__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 8px;
}

.ojas-order-card__top strong {
  font-size: 14px;
  color: #07110b;
}

.ojas-order-card p {
  margin: 0 0 4px;
  font-size: 13px;
}

.ojas-order-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}

.ojas-order-card__actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none !important;
}

.ojas-order-card__actions a.view {
  background: #07110b;
  color: #c8ff2e !important;
}

.ojas-order-card__actions a.dl {
  background: #c8ff2e;
  color: #07110b !important;
}
