/* TAMASYA v122 UI simplification layer. Presentation-only; business routes remain unchanged. */
.ui-v122-group-member { display:none !important; }
.ui-v122-system-operation { opacity:.72; border-style:dashed !important; }
.ui-v122-system-operation:hover,.ui-v122-system-operation[data-active="true"] { opacity:1; }

.ui-v122-group-button {
  color:#94a3b8;
  border:1px solid transparent;
  background:transparent;
  transition:background-color .14s,border-color .14s,color .14s !important;
}
.ui-v122-group-button:hover { color:#e2e8f0; background:rgba(255,255,255,.045); }
.ui-v122-group-button[data-active="true"] {
  color:#a7f3d0 !important;
  background:rgba(16,185,129,.09) !important;
  border-color:rgba(52,211,153,.22) !important;
  box-shadow:none !important;
}
.ui-v122-group-icon { font-size:13px; line-height:1; filter:saturate(.8); }
.ui-v122-chevron { margin-left:2px; color:#64748b; font-size:11px; }

.ui-v122-dropdown {
  position:fixed;
  z-index:120;
  padding:7px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.22);
  background:#0f172a;
  box-shadow:0 18px 44px rgba(2,6,23,.52);
}
.ui-v122-dropdown-item {
  display:block;
  width:100%;
  border:0;
  border-radius:9px;
  padding:9px 10px;
  background:transparent;
  color:#cbd5e1;
  font-size:12px;
  font-weight:650;
  text-align:left;
  cursor:pointer;
}
.ui-v122-dropdown-item:hover { background:rgba(255,255,255,.055); color:#f8fafc; }
.ui-v122-dropdown-item[data-active="true"] { background:rgba(16,185,129,.11); color:#a7f3d0; }
.ui-v122-dropdown-divider {
  margin:7px 5px 3px;
  padding-top:7px;
  border-top:1px solid rgba(148,163,184,.14);
  color:#64748b;
  font-size:9px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}

/* One clear active-state treatment instead of gradient + shadow + underline + border at once. */
.nav-tab:before { display:none !important; }
.nav-tab:after {
  inset:auto 16px 1px !important;
  height:2px !important;
  background:#34d399 !important;
}
.nav-tab:hover:after { transform:scaleX(0) !important; }
.nav-tab[data-active="true"]:after { transform:scaleX(1) !important; }
.nav-tab[data-active="true"] {
  background:rgba(255,255,255,.06) !important;
  border-color:rgba(148,163,184,.18) !important;
  box-shadow:none !important;
}
.nav-scroll {
  background:#0b1220 !important;
  box-shadow:inset 0 1px rgba(255,255,255,.035) !important;
}

/* Reduce decorative motion; retain feedback without moving layout. */
.glass-card-hover,.interactive-card { transition:background-color .14s,border-color .14s,box-shadow .14s !important; }
.glass-card-hover:hover,.interactive-card:hover { transform:none !important; box-shadow:0 12px 30px rgba(2,6,23,.28) !important; }
button:not(:disabled):active { transform:scale(.99) !important; }
.page-enter,.animate-fade-in { animation-duration:.11s !important; }

.ui-v122-operations-note {
  margin:12px 0 0;
  padding:8px 11px;
  border:1px solid rgba(56,189,248,.14);
  border-radius:10px;
  background:rgba(14,165,233,.055);
  color:#94a3b8;
  font-size:11px;
  line-height:1.45;
}
.ui-v122-operations-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
@media(min-width:640px){.ui-v122-operations-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important}}
@media(min-width:1024px){.ui-v122-operations-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important}}

/* Website: Media Library is the primary path; raw URLs stay available as Advanced. */
.ui-v122-advanced-toggle {
  margin:0 0 12px;
  border:1px solid rgba(148,163,184,.18);
  border-radius:9px;
  background:rgba(255,255,255,.035);
  color:#94a3b8;
  padding:7px 10px;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}
.ui-v122-advanced-toggle:hover { color:#e2e8f0; border-color:rgba(148,163,184,.3); }
.ui-v122-advanced-field { display:none !important; }
.ui-v122-advanced-open .ui-v122-advanced-field { display:block !important; }

/* Attendance visual harmonization only. No attendance state/data logic is changed. */
body[data-tamasya-route="attendance"] #root .bg-white { background-color:rgba(15,23,42,.82) !important; }
body[data-tamasya-route="attendance"] #root .bg-slate-50 { background-color:rgba(2,6,23,.52) !important; }
body[data-tamasya-route="attendance"] #root .border-slate-50,
body[data-tamasya-route="attendance"] #root .border-slate-100,
body[data-tamasya-route="attendance"] #root .border-slate-200 { border-color:rgba(148,163,184,.14) !important; }
body[data-tamasya-route="attendance"] #root .text-slate-900,
body[data-tamasya-route="attendance"] #root .text-slate-800,
body[data-tamasya-route="attendance"] #root .text-slate-700 { color:#e2e8f0 !important; }
body[data-tamasya-route="attendance"] #root .text-slate-600 { color:#cbd5e1 !important; }
body[data-tamasya-route="attendance"] #root .text-slate-500 { color:#94a3b8 !important; }
body[data-tamasya-route="attendance"] #root .text-slate-400 { color:#94a3b8 !important; }

@media(max-width:639px){
  .ui-v122-dropdown{max-height:min(70vh,420px);overflow:auto}
  .ui-v122-operations-note{display:none}
}
