/* QuranCall 2026 theme — dari desain qurancall-demo */
:root{
  --primary:#c80d0e; --primary-dark:#a00a0a; --maroon:#8B3A3A;
  --gold:#FFD700; --gold-dark:#e6c200;
  --text:#333; --text2:#666; --muted:#999;
  --bg:#f9f9f9; --border:#f0f0f0; --border2:#e0e0e0;
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--text)}
button{font-family:inherit}
img{max-width:100%}

/* NAVBAR */
.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.logo{font-size:20px;font-weight:700;color:var(--primary);cursor:pointer;display:flex;align-items:center;gap:.5rem;text-decoration:none}
.logo img{height:38px;width:auto}
.nav-links{display:flex;gap:1.8rem;list-style:none;align-items:center}
.nav-links a{text-decoration:none;color:var(--text);font-size:14px;cursor:pointer}
.nav-links a:hover{color:var(--primary)}
.nav-links .dd{position:relative}
.nav-links .dd>a::after{content:' ▾';font-size:10px}
.nav-links .dd-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px rgba(0,0,0,.1);min-width:230px;padding:.5rem;z-index:200}
.nav-links .dd:hover .dd-menu{display:block}
.nav-links .dd-menu a{display:block;padding:.6rem .8rem;border-radius:6px;font-size:13px}
.nav-links .dd-menu a:hover{background:#fff9f9}
.auth-buttons{display:flex;gap:.75rem;align-items:center}
.nav-toggle{display:none;background:none;border:none;font-size:22px;cursor:pointer;color:var(--text)}
.btn{padding:.6rem 1.3rem;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s;border:none;font-weight:500;text-decoration:none;display:inline-block;text-align:center}
.btn-outline{background:#fff;border:1px solid #ddd;color:var(--text)}
.btn-outline:hover{border-color:var(--primary);color:var(--primary)}
.btn-red{background:var(--primary);color:#fff;font-weight:600}
.btn-red:hover{background:var(--primary-dark);color:#fff}
.btn-gold{background:var(--gold);color:#333;font-weight:700}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.15);color:#333}
.btn-ghost{background:transparent;border:2px solid #fff;color:#fff;font-weight:600}
.btn-ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn-grad{background:linear-gradient(135deg,var(--primary),var(--maroon));color:#fff;font-weight:600}
.btn-grad:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(200,13,14,.3);color:#fff}
.btn-wa{background:#25D366;color:#fff;font-weight:600}
.btn-wa:hover{background:#1da851;color:#fff}
.btn-block{width:100%;padding:1rem}
.user-chip{width:38px;height:38px;background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:13px;cursor:pointer;overflow:hidden}
.user-chip img{width:100%;height:100%;object-fit:cover}

/* HERO */
.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--maroon) 100%);color:#fff;padding:3.5rem 2rem;text-align:center;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;top:-40%;right:-8%;width:420px;height:420px;background:rgba(255,215,0,.06);border-radius:50%}
.hero::after{content:'';position:absolute;bottom:-50%;left:-10%;width:360px;height:360px;background:rgba(255,255,255,.04);border-radius:50%}
.hero-content{position:relative;z-index:1;max-width:720px;margin:0 auto}
.hero h1{font-size:42px;font-weight:800;margin-bottom:1rem;line-height:1.2}
.hero p{font-size:16px;color:rgba(255,255,255,.9);margin-bottom:2rem;line-height:1.6}
.search-wrapper{background:#fff;border-radius:10px;padding:.45rem;display:flex;gap:.5rem;max-width:520px;margin:0 auto}
.search-wrapper input{flex:1;border:none;outline:none;padding:.75rem 1rem;font-size:14px}
.cta-row{display:flex;gap:1rem;justify-content:center;margin-top:1.6rem;flex-wrap:wrap}

/* PAGE BANNER (inner pages) */
.page-banner{background:linear-gradient(135deg,var(--primary),var(--maroon));color:#fff;padding:3rem 2rem;text-align:center;position:relative;overflow:hidden}
.page-banner::before{content:'';position:absolute;top:-40%;right:-8%;width:320px;height:320px;background:rgba(255,215,0,.07);border-radius:50%}
.page-banner h1{font-size:34px;font-weight:800;position:relative}
.page-banner .crumb{font-size:13px;color:rgba(255,255,255,.85);margin-top:.6rem;position:relative}
.page-banner .crumb a{color:var(--gold);text-decoration:none}

.section{padding:3rem 2rem}
.section-title{font-size:30px;font-weight:800;text-align:center;margin-bottom:.4rem}
.section-sub{font-size:15px;color:var(--muted);text-align:center;margin-bottom:2rem}
.container{max-width:1100px;margin:0 auto;padding:2rem}

/* PACKAGES */
.packages{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem}
.pkg{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.6rem;transition:all .3s;position:relative;border-top:3px solid var(--primary)}
.pkg:hover{box-shadow:0 12px 32px rgba(200,13,14,.12);transform:translateY(-4px)}
.pkg.pop{border-top-color:var(--gold)}
.pkg-badge{position:absolute;top:-13px;left:20px;background:var(--gold);color:#333;padding:.35rem .85rem;border-radius:20px;font-size:12px;font-weight:700}
.pkg h3{font-size:20px;margin-bottom:.4rem}
.pkg-desc{font-size:13px;color:var(--muted);margin-bottom:1rem}
.pkg-price{font-size:28px;font-weight:800;color:var(--primary);margin-bottom:1rem}
.pkg-price span{font-size:13px;color:var(--muted);font-weight:400}
.pkg ul{list-style:none;margin-bottom:1.4rem}
.pkg li{font-size:13px;color:var(--text2);padding:.4rem 0;display:flex;gap:.5rem}
.pkg li::before{content:'✓';color:#27500A;font-weight:700}

/* FEATURES */
.features{max-width:1000px;margin:2rem auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem}
.feat{background:#fff;padding:1.6rem;border-radius:10px;border:1px solid var(--border);text-align:center}
.feat .ic{font-size:32px;margin-bottom:.9rem}
.feat h3{font-size:16px;margin-bottom:.5rem}
.feat p{font-size:13px;color:var(--muted);line-height:1.5}

/* TEACHERS */
.teachers{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem}
.tcard{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .3s}
.tcard:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1)}
.tcard-img{height:220px;background:linear-gradient(135deg,var(--primary),var(--maroon));display:flex;align-items:center;justify-content:center;font-size:56px;overflow:hidden}
.tcard-img img{width:100%;height:100%;object-fit:cover;object-position:top}
.tcard-body{padding:1.1rem}
.tcard h3{font-size:15px;margin-bottom:.2rem}
.tcard p{font-size:12px;color:var(--muted);margin-bottom:.5rem}
.tcard .rate{font-size:12px;color:#b8860b;font-weight:600}

/* ABOUT + STATS */
.about{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.about-text h2{font-size:28px;font-weight:800;margin-bottom:1rem;line-height:1.25}
.about-text h2 span{color:var(--primary)}
.about-text p{font-size:14px;color:var(--text2);line-height:1.8;margin-bottom:1rem}
.about-chips{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.2rem}
.about-chip{background:#fff3cd;color:#856404;border:1px solid #ffe69c;padding:.4rem .9rem;border-radius:20px;font-size:12px;font-weight:600}
.about-img{border-radius:16px;overflow:hidden}
.stat-panel{background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:16px;padding:2rem;color:#fff;position:relative;overflow:hidden}
.stat-panel::before{content:'';position:absolute;top:-30%;right:-15%;width:220px;height:220px;background:rgba(255,215,0,.08);border-radius:50%}
.stat-panel h3{font-size:13px;font-weight:700;color:var(--gold);letter-spacing:.5px;margin-bottom:1.4rem;position:relative}
.big-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem;position:relative}
.bstat b{font-size:34px;font-weight:800;display:block;line-height:1}
.bstat span{font-size:12px;color:rgba(255,255,255,.8);margin-top:.35rem;display:block}
.bstat.full{grid-column:1/-1;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.15)}
.footer-cta{background:linear-gradient(135deg,var(--primary),var(--maroon));color:#fff;padding:3rem 2rem;text-align:center}
.footer-cta h2{font-size:30px;margin-bottom:.8rem}
.footer-cta p{font-size:15px;margin-bottom:1.8rem;color:rgba(255,255,255,.9)}

/* SITE FOOTER */
.site-footer{background:#1a1a1e;color:#9a9aa0;padding:2.5rem 2rem 0}
.site-footer .foot-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding-bottom:2rem}
.site-footer h4{color:#fff;font-size:14px;margin-bottom:1rem}
.site-footer p,.site-footer li{font-size:13px;line-height:1.8;list-style:none}
.site-footer a{color:#9a9aa0;text-decoration:none}
.site-footer a:hover{color:var(--gold)}
.site-footer .socials-row{display:flex;gap:.8rem;margin-top:1rem}
.site-footer .socials-row a{width:34px;height:34px;border:1px solid #3a3a42;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}
.site-footer .copyright{border-top:1px solid #2b2b31;text-align:center;padding:1.3rem;font-size:12px}

/* GENERIC CARD */
.card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.6rem;margin-bottom:1.5rem}
.card-title{font-size:17px;font-weight:700;margin-bottom:1.3rem;display:flex;align-items:center;justify-content:space-between}
.card-title a{font-size:12px;color:var(--primary);text-decoration:none;font-weight:600;cursor:pointer}
.qitem{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}
.qitem:last-child{border-bottom:none}
.qic{width:46px;height:46px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.qitem h3{font-size:14px;margin-bottom:.2rem}
.qitem p{font-size:12px;color:var(--muted)}

/* PROFILE */
.profile-hero{background:#fff;padding:2rem;display:grid;grid-template-columns:340px 1fr;gap:2rem;align-items:start;border-radius:0 0 12px 12px}
.pimg{width:100%;aspect-ratio:3/4;background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:72px;overflow:hidden}
.pimg img{width:100%;height:100%;object-fit:cover}
.rating-card{background:linear-gradient(135deg,var(--gold),#FFC700);padding:1.3rem;border-radius:12px;text-align:center;margin-top:1.2rem}
.rating-card .stars{font-size:22px}
.rating-card .num{font-size:28px;font-weight:800;margin:.2rem 0}
.rating-card .txt{font-size:12px;color:#665500}
.pinfo h1{font-size:34px;font-weight:800;margin-bottom:.4rem}
.ptitle{font-size:15px;color:var(--primary);font-weight:700;margin-bottom:1.2rem}
.pstats{display:flex;gap:2.2rem;margin:1.4rem 0;padding-bottom:1.4rem;border-bottom:1px solid var(--border)}
.pstat{text-align:center}
.pstat b{font-size:24px;font-weight:800;color:var(--primary);display:block}
.pstat span{font-size:12px;color:var(--muted)}
.pbio{font-size:14px;color:var(--text2);line-height:1.7;margin-bottom:1.4rem}
.badges{display:flex;gap:.6rem;flex-wrap:wrap}
.badge{background:#f0f0f0;padding:.45rem 1rem;border-radius:20px;font-size:12px;color:var(--text2);border:1px solid var(--border2)}
.badge.hl{background:#fff3cd;color:#856404;border-color:#ffe69c;font-weight:600}
.slots{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.8rem}
.slot{padding:.9rem;background:var(--bg);border:1px solid var(--border2);border-radius:8px;text-align:center;cursor:pointer;transition:all .25s}
.slot:hover{border-color:var(--primary);background:#fff9f9}
.slot b{font-size:14px;display:block}
.slot span{font-size:11px;color:var(--muted)}
.review{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}
.review:last-child{border-bottom:none}
.rav{width:40px;height:40px;background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:13px;flex-shrink:0}
.review h4{font-size:13px;margin-bottom:.15rem}
.rstars{font-size:12px;color:var(--gold);margin-bottom:.35rem}
.review p{font-size:12px;color:var(--text2);line-height:1.6}
.book-bar{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--border);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 12px rgba(0,0,0,.06)}
.pr-label{font-size:12px;color:var(--muted)}
.pr-val{font-size:24px;font-weight:800;color:var(--primary)}
.pr-per{font-size:12px;color:var(--muted)}

/* AUTH */
.auth-bg{background:linear-gradient(135deg,var(--primary),var(--maroon));min-height:calc(100vh - 71px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}
.auth-card{background:#fff;border-radius:16px;padding:2.4rem 2rem;box-shadow:0 20px 60px rgba(0,0,0,.2);width:100%;max-width:430px}
.auth-logo{font-size:30px;font-weight:800;color:var(--primary);text-align:center;margin-bottom:.4rem}
.auth-title{font-size:21px;font-weight:800;text-align:center;margin-bottom:.35rem}
.auth-sub{font-size:13px;color:var(--muted);text-align:center;margin-bottom:1.6rem;line-height:1.5}
.tabs{display:flex;gap:1.2rem;margin-bottom:1.6rem;border-bottom:2px solid var(--border)}
.tab{padding:.7rem 0;border:none;background:none;cursor:pointer;font-size:14px;font-weight:700;color:var(--muted);border-bottom:3px solid transparent;position:relative;bottom:-2px}
.tab.active{color:var(--primary);border-bottom-color:var(--primary)}
.fgroup{margin-bottom:1.2rem}
.flabel{display:block;font-size:13px;font-weight:600;margin-bottom:.5rem}
.finput{width:100%;padding:.8rem 1rem;border:1px solid var(--border2);border-radius:8px;font-size:14px;transition:all .25s}
.finput:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(200,13,14,.1)}
textarea.finput{resize:vertical;min-height:110px}
.fhelper{display:flex;justify-content:space-between;font-size:12px;margin-bottom:1.3rem;color:var(--text2)}
.fhelper a{color:var(--primary);text-decoration:none}
.divider{display:flex;align-items:center;gap:1rem;margin:1.3rem 0;color:var(--muted);font-size:12px}
.divider::before,.divider::after{content:'';flex:1;height:1px;background:var(--border2)}
.socials{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1.3rem}
.soc{padding:.8rem;border:1px solid var(--border2);background:#fff;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;transition:all .25s}
.soc:hover{border-color:var(--primary);background:#fff9f9}
.auth-foot{text-align:center;font-size:13px;color:var(--muted)}
.auth-foot a{color:var(--primary);font-weight:700;text-decoration:none;cursor:pointer}
.msg{border-radius:8px;padding:.7rem 1rem;font-size:13px;margin-bottom:1.2rem}
.msg.err{background:#fee;border:1px solid #fcc;color:#c33}
.msg.ok{background:#e8f5e9;border:1px solid #c8e6c9;color:#2e7d32}
.checkrow{display:flex;gap:.6rem;align-items:flex-start;font-size:12px;color:var(--text2);line-height:1.5;margin-bottom:1.2rem}
.checkrow a{color:var(--primary);text-decoration:none}

/* BOOKING */
.steps{display:flex;gap:.5rem;align-items:center;font-size:12px;color:var(--muted)}
.step{display:flex;align-items:center;gap:.4rem}
.step-num{width:22px;height:22px;border-radius:50%;background:var(--border2);color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}
.step.done .step-num{background:#2e7d32;color:#fff}
.step.on .step-num{background:var(--primary);color:#fff}
.step.on{color:var(--text);font-weight:700}
.bgrid{display:grid;grid-template-columns:1fr 360px;gap:2rem}
.cal{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid var(--border)}
.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.3rem}
.cal-head b{font-size:14px}
.cal-nav button{background:none;border:none;font-size:18px;cursor:pointer;color:var(--muted);padding:0 .4rem}
.cal-nav button:hover{color:var(--primary)}
.wdays,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:.45rem}
.wday{text-align:center;font-size:11px;font-weight:700;color:var(--muted);padding:.4rem 0}
.day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;color:var(--text2);transition:all .2s}
.day:hover:not(.dis):not(.oth){border-color:var(--primary);background:#fff9f9}
.day.oth{color:#ddd;cursor:default;border-color:transparent}
.day.today{background:var(--primary);color:#fff;border-color:var(--primary)}
.day.sel{background:var(--gold);color:#333;border-color:var(--gold);font-weight:700}
.tslots{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem}
.ts{padding:.75rem;border:1px solid var(--border2);border-radius:8px;text-align:center;cursor:pointer;font-size:13px;font-weight:500;background:#fff;transition:all .2s}
.ts:hover:not(.dis){border-color:var(--primary);background:#fff9f9}
.ts.dis{background:#f5f5f5;color:var(--muted);cursor:not-allowed}
.ts.sel{background:var(--primary);color:#fff;border-color:var(--primary)}
.ts small{display:block;font-size:10px;color:var(--muted);margin-top:.2rem}
.notice{background:#f0f9ff;border-left:4px solid #0284c7;padding:.9rem 1rem;border-radius:4px;font-size:12px;color:#0c4a6e;line-height:1.5;margin:1.2rem 0}
.sumcard{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;position:sticky;top:80px}
.tinfo{display:flex;gap:1rem;padding-bottom:1.3rem;border-bottom:1px solid var(--border);margin-bottom:1.3rem}
.tav{width:56px;height:56px;background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}
.tinfo h3{font-size:14px;margin-bottom:.15rem}
.tinfo p{font-size:12px;color:var(--muted)}
.tinfo .rt{font-size:12px;color:#b8860b;margin-top:.25rem}
.shead{font-size:11px;font-weight:800;color:var(--muted);letter-spacing:.5px;margin-bottom:.8rem}
.durs{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1.4rem}
.dur{padding:.7rem;border:1px solid var(--border2);border-radius:8px;text-align:center;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s}
.dur:hover{border-color:var(--primary)}
.dur.sel{background:var(--primary);color:#fff;border-color:var(--primary)}
.srow{display:flex;justify-content:space-between;font-size:13px;padding:.55rem 0;border-bottom:1px solid var(--border)}
.srow:last-of-type{border-bottom:none}
.srow .k{color:var(--text2)}
.srow .v{font-weight:700}
.pricebox{background:var(--bg);border-radius:8px;padding:1rem;margin:1.2rem 0}
.prow{display:flex;justify-content:space-between;font-size:13px;margin-bottom:.6rem;color:var(--text2)}
.prow.disc{color:#2e7d32}
.prow.tot{border-top:1px solid var(--border2);padding-top:.75rem;margin-bottom:0;font-weight:800;font-size:16px;color:var(--primary)}
.cancel-note{text-align:center;font-size:12px;color:var(--muted);margin-top:1rem}

/* PAYMENT */
.pay-group{font-size:11px;font-weight:800;color:var(--muted);letter-spacing:.5px;margin:1.1rem 0 .7rem}
.popt{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border:1px solid var(--border2);border-radius:8px;margin-bottom:.7rem;cursor:pointer;transition:all .2s}
.popt:hover{border-color:var(--primary);background:#fff9f9}
.popt.sel{border-color:var(--primary);background:#fff9f9;box-shadow:0 0 0 3px rgba(200,13,14,.08)}
.pic{width:44px;height:30px;background:#f0f0f0;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#555;flex-shrink:0}
.pname{font-size:13px;font-weight:700}
.pdesc{font-size:11px;color:var(--muted);margin-top:.1rem}
.pradio{margin-left:auto;width:18px;height:18px;border:2px solid #ddd;border-radius:50%;flex-shrink:0}
.popt.sel .pradio{border-color:var(--primary);background:radial-gradient(circle,var(--primary) 42%,transparent 48%)}
.promo{display:flex;gap:.7rem}
.promo input{flex:1;padding:.75rem 1rem;border:1px solid var(--border2);border-radius:8px;font-size:13px;outline:none}
.promo input:focus{border-color:var(--primary)}
.promo button{padding:.75rem 1.2rem;background:#fff;border:1px solid var(--primary);color:var(--primary);border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}
.promo-ok{font-size:12px;color:#2e7d32;margin-top:.7rem;display:none}
.promo-ok.show{display:block}
.countdown{background:#fff8f0;border:1px solid #ffe0b2;border-radius:8px;padding:.7rem 1rem;text-align:center;font-size:12px;color:#e65100;margin-bottom:1.2rem}
.secure{text-align:center;font-size:11px;color:var(--muted);margin-top:1rem}

/* SUCCESS */
.suc-wrap{max-width:520px;margin:0 auto;padding:3rem 1.5rem}
.suc-card{background:#fff;border-radius:16px;padding:2.4rem 2rem;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.08)}
.chk{width:80px;height:80px;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.4rem;font-size:38px}
.suc-card h1{font-size:24px;font-weight:800;margin-bottom:.5rem}
.suc-card>p{font-size:13px;color:var(--muted);margin-bottom:1.8rem;line-height:1.6}
.ticket{border:2px dashed var(--border2);border-radius:12px;padding:1.5rem;margin-bottom:1.4rem;text-align:left}
.tick-head{display:flex;gap:1rem;align-items:center;padding-bottom:1.1rem;border-bottom:1px solid var(--border);margin-bottom:1.1rem}
.trow{display:flex;justify-content:space-between;font-size:13px;margin-bottom:.7rem}
.trow .k{color:var(--muted)}
.trow .v{font-weight:700}
.bid{background:#fff8e1;border-radius:8px;padding:.7rem;text-align:center;font-size:12px;color:#856404;margin-top:.9rem}
.bid strong{font-size:15px;letter-spacing:1px;display:block;margin-top:.2rem;color:var(--text)}
.suc-btns{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1rem}
.wa-note{background:#e8f5e9;border-radius:8px;padding:.85rem 1rem;font-size:12px;color:#2e7d32;display:flex;gap:.6rem;align-items:center;text-align:left}
.nsteps{background:#fff;border-radius:16px;padding:1.6rem 2rem;margin-top:1.4rem;box-shadow:0 4px 16px rgba(0,0,0,.05)}
.nsteps h2{font-size:15px;font-weight:800;margin-bottom:1.2rem}
.ns{display:flex;gap:1rem;margin-bottom:1.1rem}
.ns:last-child{margin-bottom:0}
.nsn{width:28px;height:28px;background:#fff9f9;border:1px solid var(--primary);color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0}
.ns p{font-size:13px;color:var(--text2);line-height:1.5}
.ns p strong{color:var(--text);display:block;margin-bottom:.1rem}

/* DASHBOARD */
.dash-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}
.greet{font-size:26px;font-weight:800}
.greet-sub{font-size:13px;color:var(--muted);margin-top:.25rem}
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1.3rem;margin-bottom:2rem}
.stat{background:#fff;border-radius:12px;padding:1.4rem;border:1px solid var(--border);transition:all .3s}
.stat:hover{border-color:var(--primary);box-shadow:0 4px 12px rgba(200,13,14,.1)}
.stat .ic{font-size:28px;margin-bottom:.6rem}
.stat .lbl{font-size:11px;color:var(--muted);font-weight:700;letter-spacing:.3px}
.stat .val{font-size:28px;font-weight:800;color:var(--primary);margin:.3rem 0}
.stat .desc{font-size:12px;color:var(--text2)}
.dash-grid{display:grid;grid-template-columns:1fr 330px;gap:1.8rem}
.sess{display:flex;gap:1rem;padding:1rem;background:var(--bg);border-radius:8px;margin-bottom:.9rem;align-items:center}
.sess:last-child{margin-bottom:0}
.stime{width:72px;text-align:center;flex-shrink:0}
.stime b{font-size:15px;display:block}
.stime span{font-size:11px;color:var(--muted)}
.sbody{flex:1}
.sbody h4{font-size:13px;margin-bottom:.15rem}
.sbody p{font-size:12px;color:var(--muted);margin-bottom:.4rem}
.pill{display:inline-block;padding:.25rem .7rem;border-radius:20px;font-size:11px;font-weight:700}
.pill.up{background:#e3f2fd;color:#1565c0}
.pill.soon{background:#fff3e0;color:#e65100}
.sbtns{display:flex;gap:.4rem;flex-shrink:0}
.bsm{padding:.4rem .7rem;background:#fff;border:1px solid #ddd;border-radius:6px;font-size:11px;cursor:pointer;transition:all .2s}
.bsm:hover{border-color:var(--primary);color:var(--primary)}
.bsm.go{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:700}
.bsm.del{color:#dc2626;border-color:#f0c4c4}
.bsm.del:hover{background:#dc2626;color:#fff;border-color:#dc2626}
.mat{padding:1rem;background:var(--bg);border-radius:8px;margin-bottom:.8rem;display:flex;justify-content:space-between;align-items:center}
.mat:last-child{margin-bottom:0}
.mat h4{font-size:13px;margin-bottom:.15rem}
.mat p{font-size:11px;color:var(--muted)}
.mat .mi{font-size:20px}
.prog{margin-bottom:1.3rem}
.prog:last-child{margin-bottom:0}
.plbl{display:flex;justify-content:space-between;font-size:12px;margin-bottom:.45rem}
.plbl b{font-weight:700}
.plbl span{color:var(--primary);font-weight:700}
.pbar{height:6px;background:var(--border2);border-radius:3px;overflow:hidden}
.pfill{height:100%;background:linear-gradient(90deg,var(--primary),var(--gold));border-radius:3px}
.side-card{background:#fff;border-radius:12px;border:1px solid var(--border);padding:1.4rem;margin-bottom:1.4rem}
.side-card h3{font-size:14px;font-weight:800;margin-bottom:1rem}
.ach{text-align:center;margin-bottom:1rem}
.ach .bi{font-size:42px;margin-bottom:.3rem}
.ach b{font-size:12px;display:block}
.ach span{font-size:11px;color:var(--muted)}
.rem{display:flex;gap:.7rem;padding:.9rem;background:#fff8f0;border-left:4px solid var(--primary);border-radius:4px;margin-bottom:.8rem;align-items:flex-start}
.rem:last-child{margin-bottom:0}
.rem .ri{font-size:18px;flex-shrink:0}
.rem p{font-size:12px;line-height:1.4}
.rem span{font-size:11px;color:var(--muted);display:block;margin-top:.25rem}
.tips p{font-size:12px;color:var(--text2);line-height:1.7;margin-bottom:.6rem}

/* SESSION ROOM */
.room-page{background:#111114;min-height:calc(100vh - 71px);padding:1.5rem}
.room{background:#1a1a1e;border-radius:16px;overflow:hidden;max-width:1050px;margin:0 auto}
.room-head{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;background:#232328}
.room-head h2{font-size:13px;font-weight:700;color:#fff}
.room-head p{font-size:11px;color:#9a9aa0;margin-top:.15rem}
.timer{display:flex;align-items:center;gap:.5rem;background:rgba(200,13,14,.15);border:1px solid rgba(200,13,14,.4);padding:.4rem .9rem;border-radius:20px;font-size:12px;color:#ff8a8a;font-weight:700}
.rec{width:8px;height:8px;background:#ff5252;border-radius:50%;animation:blink 1.4s infinite}
@keyframes blink{50%{opacity:.3}}
.room-body{display:grid;grid-template-columns:1fr 280px;gap:.75rem;padding:.75rem}
.mainvid{aspect-ratio:16/10;background:linear-gradient(135deg,#3a2020,#241419);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
.mav{width:90px;height:90px;background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:42px;margin-bottom:.7rem}
.mainvid b{font-size:14px;color:#fff}
.mainvid>span{font-size:11px;color:#9a9aa0;margin-top:.2rem}
.ntag{position:absolute;bottom:12px;left:12px;background:rgba(0,0,0,.55);color:#fff;padding:.35rem .75rem;border-radius:6px;font-size:11px}
.selfvid{position:absolute;bottom:12px;right:12px;width:128px;aspect-ratio:4/3;background:linear-gradient(135deg,#20303a,#141d24);border:2px solid #3a3a42;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.sav{width:36px;height:36px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#333;margin-bottom:.3rem}
.selfvid span{font-size:10px;color:#ccc}
.ctrls{display:flex;justify-content:center;gap:.7rem;padding:1rem 0 .4rem}
.ctl{width:46px;height:46px;border-radius:50%;border:none;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;background:#2e2e35;color:#fff;transition:all .2s}
.ctl:hover{background:#3a3a42}
.ctl.off{background:#4a2020;color:#ff8a8a}
.ctl.end{background:var(--primary);width:60px;border-radius:24px}
.ctl.end:hover{background:var(--primary-dark)}
.spanel{background:#232328;border-radius:12px;padding:1rem;display:flex;flex-direction:column}
.ptabs{display:flex;gap:.4rem;margin-bottom:1rem}
.ptab{flex:1;padding:.5rem;border:none;border-radius:6px;font-size:11px;font-weight:700;cursor:pointer;background:transparent;color:#9a9aa0}
.ptab.on{background:var(--primary);color:#fff}
.ayah{background:#2b2b31;border-radius:10px;padding:1rem;margin-bottom:.7rem}
.ayah-l{font-size:10px;color:var(--gold);font-weight:800;letter-spacing:.5px;margin-bottom:.6rem}
.ayah-a{font-size:22px;color:#fff;text-align:right;line-height:2;margin-bottom:.5rem}
.ayah-t{font-size:11px;color:#9a9aa0;line-height:1.6;font-style:italic}
.nbox{background:#2b2b31;border-radius:10px;padding:.85rem;margin-bottom:.7rem}
.nbox b{font-size:11px;color:#fff;display:block;margin-bottom:.5rem}
.ni{font-size:11px;color:#b8b8be;line-height:1.6;padding-left:.9rem;position:relative;margin-bottom:.35rem}
.ni::before{content:'•';position:absolute;left:0;color:var(--primary)}
.cinput{display:flex;gap:.5rem;margin-top:auto}
.cinput input{flex:1;background:#2b2b31;border:1px solid #3a3a42;border-radius:8px;padding:.6rem .8rem;font-size:12px;color:#fff;outline:none}
.cinput button{background:var(--primary);border:none;border-radius:8px;width:38px;color:#fff;cursor:pointer;font-size:14px}

/* MEMBER HOME */
.mh-bg{background:#fafafa;min-height:calc(100vh - 71px)}
.mh-icons{display:flex;gap:1.1rem;align-items:center;font-size:19px}
.mh-icons .bell{position:relative;cursor:pointer}
.mh-icons .bell[data-count]:not([data-count="0"])::after{content:attr(data-count);position:absolute;top:-4px;right:-6px;background:var(--primary);color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.mh-wrap{max-width:600px;margin:0 auto;padding:1.2rem 1rem 2rem}
.stories{display:flex;gap:1rem;overflow-x:auto;padding:.5rem .2rem 1rem;scrollbar-width:none}
.stories::-webkit-scrollbar{display:none}
.story{flex-shrink:0;text-align:center;cursor:pointer;width:70px}
.story-ring{width:64px;height:64px;border-radius:50%;padding:3px;background:linear-gradient(135deg,var(--primary),var(--gold));display:flex;align-items:center;justify-content:center;margin:0 auto .4rem}
.story-inner{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:26px}
.story span{font-size:11px;color:var(--text2);display:block;line-height:1.2}
.mh-greet{background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:16px;padding:1.4rem 1.5rem;color:#fff;margin-bottom:1.2rem;position:relative;overflow:hidden}
.mh-greet::before{content:'';position:absolute;top:-40%;right:-10%;width:180px;height:180px;background:rgba(255,215,0,.1);border-radius:50%}
.mh-greet h2{font-size:19px;font-weight:800;margin-bottom:.3rem;position:relative}
.mh-greet p{font-size:12px;color:rgba(255,255,255,.9);position:relative;margin-bottom:1rem}
.mh-greet-stats{display:flex;gap:1.5rem;position:relative}
.mhs b{font-size:20px;font-weight:800;display:block}
.mhs span{font-size:11px;color:rgba(255,255,255,.85)}
.feed-card{background:#fff;border:1px solid var(--border);border-radius:16px;margin-bottom:1.2rem;overflow:hidden}
.fc-head{display:flex;align-items:center;gap:.7rem;padding:.9rem 1.1rem}
.fc-av{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--maroon));display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.fc-head .n{font-size:13px;font-weight:700}
.fc-head .t{font-size:11px;color:var(--muted)}
.fc-tag{margin-left:auto;font-size:10px;font-weight:700;padding:.3rem .7rem;border-radius:20px}
.fc-tag.live{background:#fff3e0;color:#e65100}
.fc-body{padding:0 1.1rem 1rem}
.fc-session{background:var(--bg);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:1rem}
.fc-when{text-align:center;flex-shrink:0;padding-right:1rem;border-right:1px solid var(--border2)}
.fc-when b{font-size:18px;color:var(--primary);display:block}
.fc-when span{font-size:11px;color:var(--muted)}
.fc-what{flex:1}
.fc-what h4{font-size:14px;margin-bottom:.2rem}
.fc-what p{font-size:12px;color:var(--muted)}
.fc-actions{display:flex;gap:.6rem;padding:0 1.1rem 1.1rem}
.fc-actions .btn{flex:1;padding:.7rem;font-size:13px}
.mh-section-title{font-size:14px;font-weight:800;margin:.5rem .3rem 1rem;display:flex;justify-content:space-between;align-items:center}
.mh-section-title a{font-size:12px;color:var(--primary);text-decoration:none;font-weight:600;cursor:pointer}
.menu-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-bottom:1.5rem}
.menu-tile{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.2rem .8rem;text-align:center;cursor:pointer;transition:all .25s}
.menu-tile:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(0,0,0,.08);border-color:var(--primary)}
.menu-ic{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto .6rem}
.menu-tile b{font-size:12px;font-weight:700;display:block}
.menu-tile span{font-size:10px;color:var(--muted);display:block;margin-top:.15rem}
.mi-red{background:#fdecec}.mi-gold{background:#fff6d6}.mi-green{background:#e8f5e9}
.mi-blue{background:#e3f2fd}.mi-purple{background:#f3e5f5}.mi-orange{background:#fff3e0}
.mh-prog{margin-bottom:1rem}
.mh-prog:last-child{margin-bottom:0}
.mh-prog .pl{display:flex;justify-content:space-between;font-size:12px;margin-bottom:.4rem}
.mh-prog .pl b{font-weight:700}
.mh-prog .pl span{color:var(--primary);font-weight:700}
.mh-pbar{height:7px;background:var(--border2);border-radius:4px;overflow:hidden}
.mh-pfill{height:100%;background:linear-gradient(90deg,var(--primary),var(--gold));border-radius:4px}
.ayah-feed{background:linear-gradient(135deg,#1a1a2e,#2d1b2e);border-radius:16px;padding:1.6rem 1.4rem;color:#fff;margin-bottom:1.2rem;text-align:center}
.ayah-feed .lbl{font-size:10px;color:var(--gold);font-weight:700;letter-spacing:1px;margin-bottom:1rem}
.ayah-feed .ar{font-size:24px;line-height:2.1;margin-bottom:1rem;font-family:'Traditional Arabic',serif}
.ayah-feed .tr{font-size:12px;color:rgba(255,255,255,.7);font-style:italic;margin-bottom:.6rem}
.ayah-feed .rf{font-size:11px;color:rgba(255,255,255,.5)}
.ayah-feed .react{display:flex;justify-content:center;gap:1.5rem;margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12)}
.ayah-feed .react span{font-size:12px;color:rgba(255,255,255,.75);cursor:pointer}
.ach-feed{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:none}
.ach-feed::-webkit-scrollbar{display:none}
.ach-pill{flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:14px;padding:1rem;text-align:center;width:120px}
.ach-pill .ai{font-size:32px;margin-bottom:.4rem}
.ach-pill b{font-size:12px;display:block}
.ach-pill span{font-size:10px;color:var(--muted)}
.tabbar{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:.6rem 0;box-shadow:0 -2px 12px rgba(0,0,0,.05)}
.tabbar div{display:flex;flex-direction:column;align-items:center;gap:.2rem;font-size:10px;color:var(--muted);cursor:pointer;flex:1}
.tabbar div.on{color:var(--primary);font-weight:700}
.tabbar .ti{font-size:20px}

/* BLOG */
.blog-list{max-width:800px;margin:0 auto}
.post-preview{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.6rem;margin-bottom:1.2rem;transition:all .3s}
.post-preview:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}
.post-preview a{text-decoration:none;color:var(--text)}
.post-preview h2{font-size:20px;margin-bottom:.4rem}
.post-preview h3{font-size:14px;font-weight:400;color:var(--text2);line-height:1.6}
.post-meta{font-size:12px;color:var(--muted);margin-top:.8rem}
.post-meta a{color:var(--primary)}
.blog-content{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2rem;line-height:1.8;font-size:15px}
.blog-content img{border-radius:8px;margin:1rem 0}
.blog-tag-item{display:inline-block;background:#f0f0f0;border:1px solid var(--border2);border-radius:20px;padding:.35rem .9rem;font-size:12px;color:var(--text2);text-decoration:none;margin:.2rem}
.blog-tag-item:hover{border-color:var(--primary);color:var(--primary)}
.pagination{display:flex;gap:.4rem;list-style:none;justify-content:center;margin:1.5rem 0}
.pagination a,.pagination strong,.pagination li a{padding:.5rem .9rem;border:1px solid var(--border2);border-radius:8px;font-size:13px;color:var(--text);text-decoration:none;background:#fff}
.pagination strong{background:var(--primary);color:#fff;border-color:var(--primary)}

/* CONTACT */
.contact-grid{display:grid;grid-template-columns:1fr 380px;gap:2rem;max-width:1100px;margin:0 auto}
.cinfo-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.cinfo-item:last-child{border-bottom:none}
.cinfo-item .ci{width:44px;height:44px;background:#fff9f9;border:1px solid var(--primary);color:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.cinfo-item h4{font-size:14px;margin-bottom:.2rem}
.cinfo-item p{font-size:13px;color:var(--text2);line-height:1.5}

/* 404 */
.err-wrap{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}
.err-wrap h1{font-size:96px;font-weight:800;color:var(--primary);line-height:1}
.err-wrap h2{font-size:22px;margin:.6rem 0 1.5rem}

/* ===== PANEL PENGAJAR ===== */

/* layout: sidebar + konten */
.td-bg{background:#f4f5f7;min-height:calc(100vh - 71px);display:grid;grid-template-columns:230px 1fr}
.td-side{background:#1a1a1e;padding:1.5rem 1rem;position:sticky;top:71px;height:calc(100vh - 71px);overflow-y:auto;flex-shrink:0}
.td-side .brand{color:#fff;font-size:18px;font-weight:800;margin-bottom:.3rem;padding:0 .6rem}
.td-side .brand span{color:var(--gold)}
.td-side .sub{color:#8a8a92;font-size:11px;padding:0 .6rem;margin-bottom:1.6rem}
.td-nav{list-style:none}
.td-nav li a{display:flex;align-items:center;gap:.8rem;padding:.75rem .8rem;border-radius:10px;color:#b8b8be;font-size:13px;cursor:pointer;margin-bottom:.25rem;transition:all .2s;text-decoration:none}
.td-nav li a:hover{background:#2b2b31;color:#fff}
.td-nav li.on a{background:var(--primary);color:#fff;font-weight:600}
.td-nav .ic{font-size:17px;width:20px;text-align:center}
.td-nav .badge-n{margin-left:auto;background:var(--gold);color:#333;font-size:10px;font-weight:800;padding:.1rem .45rem;border-radius:10px}
.td-side .profile-mini{margin-top:2rem;padding:1rem .6rem 0;border-top:1px solid #2b2b31;display:flex;align-items:center;gap:.7rem}
.td-side .profile-mini .av{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--gold),#e6a817);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;color:#333;font-weight:700}
.td-side .profile-mini b{color:#fff;font-size:12px;display:block}
.td-side .profile-mini span{color:#8a8a92;font-size:10px}
.td-main{padding:1.8rem 2rem;overflow-y:auto;min-width:0}
.td-page-title{font-size:22px;font-weight:800;margin-bottom:.3rem}
.td-page-sub{font-size:13px;color:var(--muted);margin-bottom:1.6rem}

/* stat cards di atas dashboard */
.td-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:1.8rem}
.td-stat{background:#fff;border-radius:14px;padding:1.3rem;border:1px solid var(--border)}
.td-stat .ic{width:42px;height:42px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:.8rem}
.td-stat .val{font-size:26px;font-weight:800;line-height:1.2;margin-bottom:.2rem;word-break:break-word}
.td-stat .lbl{font-size:12px;color:var(--muted)}

/* grid dua kolom: konten utama + sidebar kanan (payout/rating) */
.td-grid{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}

/* chart batang CSS (penghasilan per bulan) */
.chart{display:flex;align-items:flex-end;gap:.7rem;height:150px;padding-top:1rem}
.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:100%}
.bar-wrap{flex:1;width:100%;display:flex;align-items:flex-end}
.bar{width:100%;background:linear-gradient(180deg,var(--primary),var(--maroon));border-radius:6px 6px 0 0;min-height:4px}
.bar.hi{background:linear-gradient(180deg,var(--gold),#e6a817)}
.bar-col span{font-size:11px;color:var(--muted)}

/* jadwal sesi (dashboard & halaman jadwal) */
.tsess{display:flex;gap:1rem;padding:.9rem;border-radius:10px;margin-bottom:.7rem;align-items:center;border:1px solid var(--border)}
.tsess:last-child{margin-bottom:0}
.tsess.now{border-color:var(--primary);background:#fff9f9}
.tsess .time{text-align:center;width:60px;flex-shrink:0}
.tsess .time b{font-size:15px;color:var(--primary);display:block}
.tsess .time span{font-size:10px;color:var(--muted)}
.tsess .who{flex:1;min-width:140px}
.tsess .who h4{font-size:13px;margin-bottom:.15rem}
.tsess .who p{font-size:11px;color:var(--muted)}

/* daftar santri */
.stu{display:flex;align-items:center;gap:.8rem;padding:.7rem 0;border-bottom:1px solid var(--border)}
.stu:last-child{border-bottom:none}
.stu .av{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--maroon));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;flex-shrink:0}
.stu .info{flex:1}
.stu .info b{font-size:13px;display:block}
.stu .info span{font-size:11px;color:var(--muted)}

/* kartu saldo/pencairan */
.payout{background:linear-gradient(135deg,var(--primary),var(--maroon));border-radius:14px;padding:1.4rem;color:#fff;margin-bottom:1.5rem}
.payout .lbl{font-size:11px;color:var(--gold);font-weight:700;letter-spacing:.5px}
.payout .amt{font-size:28px;font-weight:800;margin:.4rem 0;line-height:1.2}
.payout .note{font-size:11px;color:rgba(255,255,255,.8)}

/* rating breakdown */
.rate-big{text-align:center;padding:.5rem 0 1rem}
.rate-big .num{font-size:44px;font-weight:800;color:var(--primary);line-height:1}
.rate-big .stars{font-size:18px;color:var(--gold);margin:.4rem 0}
.rate-big .cnt{font-size:12px;color:var(--muted)}
.rate-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem;font-size:11px;color:var(--muted)}
.rate-row .bg{flex:1;height:6px;background:var(--border2);border-radius:3px;overflow:hidden}
.rate-row .fl{height:100%;background:var(--gold)}

/* tugas & pengingat */
.task{display:flex;gap:.7rem;align-items:flex-start;padding:.7rem 0;border-bottom:1px solid var(--border)}
.task:last-child{border-bottom:none}
.task .chk{width:18px;height:18px;border:2px solid var(--border2);border-radius:5px;flex-shrink:0;margin-top:1px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px}
.task .chk.done{background:var(--primary);border-color:var(--primary);color:#fff}
.task p{font-size:12px;line-height:1.4}
.task.done p{color:var(--muted);text-decoration:line-through}

@media(max-width:920px){
  .profile-hero,.bgrid,.dash-grid,.room-body,.about,.contact-grid{grid-template-columns:1fr}
  .sumcard{position:static}
  .hero h1{font-size:30px}
  .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;gap:1rem;border-bottom:1px solid var(--border);box-shadow:0 12px 24px rgba(0,0,0,.08);align-items:flex-start}
  .nav-links.open{display:flex}
  .nav-links .dd-menu{position:static;display:block;box-shadow:none;border:none;padding:.3rem 0 0 .8rem}
  .nav-toggle{display:block}
  .tslots{grid-template-columns:repeat(3,1fr)}
  .site-footer .foot-grid{grid-template-columns:1fr}
  .td-bg{grid-template-columns:1fr}
  .td-side{display:none}
  .td-stats{grid-template-columns:repeat(2,1fr)}
  .td-grid{grid-template-columns:1fr}
}
