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

.ub333-shell, .ub333-shell * { box-sizing: border-box; }
.ub333-shell {
  font-family: "Jameel Noori Nastaleeq","Noto Nastaliq Urdu",serif;
  line-height: 2.15;
  color: #0f172a;
}
.ub333-shell:before {
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  background:
    radial-gradient(circle at 10% 15%, rgba(245,158,11,.12), transparent 28%),
    radial-gradient(circle at 90% 80%, rgba(30,64,175,.10), transparent 30%),
    #f8fafc;
}
.ub333-hero {
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#020617 0%,#082f49 48%,#172554 100%);
}
.ub333-hero:before,.ub333-hero:after {
  content:"";
  position:absolute;
  border-radius:999px;
  background:rgba(251,191,36,.10);
}
.ub333-hero:before { width:220px;height:220px;top:-120px;right:-70px; }
.ub333-hero:after { width:160px;height:160px;bottom:-100px;left:-40px; }

#ub333-start,#ub333-result,#ub333-question-card {
  border:1px solid rgba(148,163,184,.22);
  box-shadow:0 24px 70px rgba(15,23,42,.13);
}
#ub333-name {
  background:#fff;
  box-shadow:inset 0 1px 2px rgba(15,23,42,.04);
}
#ub333-name:focus {
  box-shadow:0 0 0 5px rgba(245,158,11,.14);
}
#ub333-begin {
  box-shadow:0 12px 28px rgba(245,158,11,.25);
  transition:transform .2s ease, box-shadow .2s ease;
}
#ub333-begin:hover { transform:translateY(-2px);box-shadow:0 16px 34px rgba(245,158,11,.32); }

.ub333-option {
  display:block;
  width:100%;
  text-align:right;
  border:2px solid #e2e8f0;
  border-radius:1.15rem;
  padding:1rem 1.2rem;
  margin:.85rem 0;
  background:linear-gradient(180deg,#fff,#f8fafc);
  font-size:1.16rem;
  cursor:pointer;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
.ub333-option:hover {
  border-color:#f59e0b;
  background:#fffbeb;
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.ub333-option:focus { outline:3px solid rgba(245,158,11,.22); }
#ub333-progress { box-shadow:0 0 18px rgba(245,158,11,.35); }
#ub333-result-score {
  display:inline-block;
  min-width:190px;
  padding:18px 30px;
  border-radius:24px;
  background:linear-gradient(135deg,#fffbeb,#fef3c7);
  border:2px solid #f59e0b;
  box-shadow:0 15px 35px rgba(245,158,11,.18);
}
@media(max-width:640px){
  .ub333-shell{line-height:1.95}
  .ub333-option{font-size:1rem;padding:.9rem 1rem;border-radius:1rem}
  #ub333-result-score{min-width:160px}
}
