@import url('https://fonts.googleapis.com/css2?family=Pyidaungsu:wght@400;700&display=swap');

.ts-lib-root { font-family: 'Pyidaungsu', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; }
.glass-card {
  background: #1e293b;
  border-radius: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0,0,0,.5);
}
.input-field {
  background:#0f172a;
  border:1px solid #334155;
  color:#fff;
  transition:all .3s ease;
}
.input-field:focus{
  border-color:#3b82f6;
  outline:none;
  box-shadow:0 0 0 2px rgba(59,130,246,.3);
}
.player-bar { background:#fff; border-top:1px solid #e2e8f0; z-index:9999; }
.tab-btn.active{ background:#3b82f6; color:#fff; }
input[type="range"]{ accent-color:#3b82f6; }
.ts-lib-frame{
  width:100%;
  height:500px;
  border-radius:1rem;
  background:#f8fafc;
}
