:root{--ug-green:#0b5d46;--ug-deep:#063c2f;--ug-gold:#d6a928;--ug-cream:#f6f3e9;--ug-ink:#15231e}.ug-app{box-sizing:border-box;max-width:960px;margin:24px auto;padding:0 14px 60px;color:var(--ug-ink);font-family:system-ui,-apple-system,"Noto Sans Bengali",sans-serif;text-align:left}.ug-app *{box-sizing:border-box}.ug-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:28px;border-radius:24px;background:linear-gradient(135deg,var(--ug-deep),var(--ug-green));color:#fff;box-shadow:0 14px 34px #063c2f2b}.ug-kicker{font-family:serif;color:#f2cc5c;font-size:18px}.ug-hero h1{margin:8px 0 4px;font-size:clamp(28px,5vw,48px);line-height:1.1}.ug-hero p{margin:0;color:#d9eee7}.ug-install{flex:none;border:1px solid #f7d86d;background:var(--ug-gold);color:#17352b;border-radius:999px;padding:13px 19px;font-weight:800;cursor:pointer}.ug-install.ready{animation:ugPulse 1.4s infinite}.ug-status{display:grid;grid-template-columns:1fr auto;gap:7px 14px;align-items:center;margin:16px 4px}.ug-progress{height:12px;overflow:hidden;background:#dbe6e1;border-radius:999px}.ug-progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#cc3b30,#edae2e,#2a9b62);transition:.3s}.ug-status>span{grid-column:1/-1;color:#62736c}.ug-auth,.ug-cloud{margin:16px 0;padding:16px 18px;border:1px solid #c9ded5;border-radius:16px;background:#eff8f4}.ug-auth p{margin:0 0 10px}.ug-auth div{display:flex;gap:8px;flex-wrap:wrap}.ug-auth a{padding:8px 12px;border-radius:10px;background:var(--ug-green);color:white;text-decoration:none}.ug-cloud{color:var(--ug-green);font-weight:700}.ug-tools{display:flex;gap:8px;justify-content:flex-end;margin:12px 0}.ug-tools button{border:1px solid #cad8d2;background:#fff;border-radius:10px;padding:9px 12px;cursor:pointer}.ug-nav{display:flex;gap:8px;overflow:auto;padding:6px 0 16px;scrollbar-width:thin}.ug-nav button{min-width:132px;display:flex;align-items:center;gap:8px;border:1px solid #d7e1dc;background:#fff;border-radius:14px;padding:9px;text-align:left;line-height:1.2;cursor:pointer}.ug-nav button span{display:grid;place-items:center;min-width:28px;height:28px;border-radius:50%;background:#edf1ef}.ug-nav button.done{border-color:#69ae8f;color:var(--ug-green)}.ug-nav button.done span{background:var(--ug-green);color:#fff}.ug-step{margin:12px 0;border:1px solid #dae4df;border-radius:19px;background:white;box-shadow:0 5px 18px #12382a0b;overflow:hidden;scroll-margin-top:15px}.ug-step.complete{border-color:#83bea3}.ug-step-title{width:100%;display:flex;align-items:center;gap:13px;border:0;background:#fff;padding:17px;text-align:left;cursor:pointer}.ug-step.complete .ug-step-title{background:#f0faf5}.ug-step-title>span:nth-child(2){display:flex;flex-direction:column;flex:1}.ug-step-title small{color:#73837c}.ug-step-title b{font-size:20px}.ug-step-title i{font-style:normal;font-size:24px;transition:.2s}.ug-step-title[aria-expanded=true] i{transform:rotate(180deg)}.ug-icon{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:var(--ug-cream);font-size:23px}.ug-body{padding:0 20px 22px}.ug-body[hidden]{display:none}.ug-body h3{font-size:17px;color:var(--ug-green);margin:12px 0}.ug-body ol{margin:0;padding-left:25px}.ug-body li{margin:10px 0;line-height:1.65}.ug-notes{margin:16px 0;padding:10px 14px;border-left:4px solid var(--ug-gold);background:#fff9e8;border-radius:8px}.ug-notes p{margin:6px 0;line-height:1.55}.ug-dua{margin:12px 0;padding:17px;border:1px solid #dfe8e3;border-radius:15px;background:#fbfdfc}.ug-dua-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.ug-dua h4{margin:0;color:#334a40}.ug-speak{border:0;border-radius:999px;background:#e5f4ed;color:var(--ug-green);padding:8px 12px;cursor:pointer}.ug-arabic{margin:18px 0;font-family:"Noto Naskh Arabic","Amiri",serif;font-size:28px;line-height:2;text-align:right;color:#0b3f31}.ug-pron,.ug-meaning{line-height:1.65}.ug-dua small,.ug-source{color:#66766f}.ug-laps{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:16px 0;padding:14px;border-radius:14px;background:#edf7f2}.ug-laps>div{display:flex;align-items:center;gap:14px}.ug-laps button{width:38px;height:38px;border:0;border-radius:50%;background:var(--ug-green);color:#fff;font-size:24px;cursor:pointer}.ug-laps strong{min-width:65px;text-align:center}.ug-complete{width:100%;margin-top:12px;border:0;border-radius:13px;padding:13px;background:var(--ug-green);color:#fff;font-weight:800;cursor:pointer}.ug-step.complete .ug-complete{background:#438b6a}.ug-warning{margin-top:25px;padding:18px;border-radius:16px;background:#fff3da;border:1px solid #efce7c}.ug-warning p{margin:6px 0 0;line-height:1.6}@keyframes ugPulse{50%{box-shadow:0 0 0 8px #f2c84b33}}@media(max-width:600px){.ug-app{padding:0 10px 45px;margin:10px auto}.ug-hero{align-items:flex-start;flex-direction:column;padding:22px 18px;border-radius:18px}.ug-install{width:100%}.ug-tools{justify-content:stretch}.ug-tools button{flex:1}.ug-step-title{padding:14px}.ug-body{padding:0 14px 18px}.ug-arabic{font-size:25px}.ug-nav button{min-width:112px;font-size:13px}}@media(display-mode:standalone){body.admin-bar{margin-top:0!important}#wpadminbar{display:none!important}.ug-app{margin-top:10px}}
