:root{
  --surface:#ecfeee;
  --surface-low:#e7f8e8;
  --surface-card:#ffffff;
  --surface-high:#dbeddd;
  --surface-highest:#d6e7d7;
  --primary:#4a654f;
  --primary-soft:#8daa91;
  --primary-fixed:#cceacf;
  --secondary:#006a62;
  --secondary-soft:#61f9e9;
  --gold:#ffe16d;
  --gold-deep:#bfa100;
  --blue:#dff1ff;
  --ink:#101f15;
  --muted:#59645b;
  --line:#c2c8c0;
  --danger:#ba1a1a;
  --danger-soft:#ffdad6;
  --shadow:0 10px 30px rgba(47,62,51,.08);
  --shadow-strong:0 18px 48px rgba(47,62,51,.13);
  --radius:28px;
  --radius-xl:38px;
  --gutter:20px;
  --nav-h:86px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#e4f5e5;color:var(--ink);font-family:"Plus Jakarta Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;min-height:100vh;display:flex;justify-content:center}.app-shell{width:100%;max-width:480px;min-height:100vh;background:var(--surface);box-shadow:0 0 52px rgba(0,0,0,.06);position:relative;overflow-x:hidden}.page{min-height:100vh;padding:18px var(--gutter) calc(var(--nav-h) + 22px)}.page.landing{padding-bottom:42px}.topbar{height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:0;background:rgba(236,254,238,.88);backdrop-filter:blur(14px);z-index:10;margin:0 calc(var(--gutter) * -1);padding:0 var(--gutter);border-bottom:1px solid rgba(194,200,192,.35)}.brand{font-family:"Quicksand",sans-serif;font-size:24px;font-weight:700;color:var(--primary);letter-spacing:-.03em}.icon-btn{width:44px;height:44px;border:0;border-radius:999px;background:var(--surface-low);display:grid;place-items:center;color:var(--primary);font-size:22px;cursor:pointer;transition:.18s}.icon-btn:active,.card-btn:active,.btn:active{transform:translateY(2px)}.hero{padding:24px 0 10px}.eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:8px 13px;border-radius:999px;background:var(--primary-fixed);color:#15351d;font-family:"Quicksand";font-size:13px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.title{font-family:"Quicksand";font-weight:700;font-size:36px;line-height:1.12;letter-spacing:-.04em;margin:18px 0 12px;color:#102716}.subtitle{font-size:17px;line-height:1.65;color:var(--muted);margin:0}.card{background:var(--surface-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;border:1px solid rgba(194,200,192,.22)}.card.soft{background:var(--surface-low);box-shadow:none}.card.green{background:linear-gradient(135deg,#dff7df,#effff0)}.card.gold{background:linear-gradient(135deg,#fff4b7,#fffbea)}.card.turquoise{background:linear-gradient(135deg,#dbfffa,#f2fffd)}.card.blue{background:linear-gradient(135deg,#e6f5ff,#f8fcff)}.section{margin-top:24px}.stack{display:grid;gap:14px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.btn-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.btn{border:0;border-radius:999px;min-height:56px;padding:0 22px;font-family:"Quicksand";font-weight:700;font-size:17px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;transition:.12s ease;line-height:1}.btn.primary{background:var(--primary);color:#fff;border-bottom:4px solid #314936}.btn.secondary{background:#fff;color:var(--primary);border:1px solid var(--line);border-bottom:4px solid #cad8cc}.btn.gold{background:var(--gold);color:#2a2402;border-bottom:4px solid var(--gold-deep)}.btn.full{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.feature{display:flex;align-items:flex-start;gap:14px}.bubble{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:var(--primary-fixed);font-size:24px;flex:0 0 48px}.feature h3,.mini-title{font-family:"Quicksand";margin:0 0 4px;font-size:18px;color:#14281a}.feature p,.muted{margin:0;color:var(--muted);line-height:1.55;font-size:14px}.input{width:100%;min-height:60px;border:2px solid var(--line);border-radius:22px;padding:0 18px;background:#fff;font-size:18px;font-family:inherit;color:var(--ink);outline:0;transition:.18s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(74,101,79,.12)}.center-screen{display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 38px)}.progress{height:12px;background:var(--surface-highest);border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,var(--secondary-soft),var(--primary-soft));border-radius:999px;transition:.25s}.stepper{display:flex;gap:8px;margin-bottom:18px}.stepper span{height:8px;flex:1;border-radius:999px;background:var(--surface-highest)}.stepper span.active{background:var(--primary)}.avatar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.avatar-option{border:2px solid transparent;background:#fff;border-radius:26px;height:90px;font-size:40px;display:grid;place-items:center;box-shadow:var(--shadow);cursor:pointer}.avatar-option.active{border-color:var(--primary);background:var(--primary-fixed);transform:translateY(-2px)}.profile-head{display:flex;align-items:center;gap:14px}.avatar-large{width:66px;height:66px;border-radius:24px;background:var(--primary-fixed);display:grid;place-items:center;font-size:34px;border:2px solid #fff;box-shadow:var(--shadow)}.avatar-xl{width:106px;height:106px;border-radius:38px;background:var(--primary-fixed);display:grid;place-items:center;font-size:58px;margin:0 auto;box-shadow:var(--shadow)}.card-btn{border:0;text-align:left;width:100%;cursor:pointer;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;transition:.16s;color:inherit}.card-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-strong)}.choice-card{min-height:178px;display:flex;flex-direction:column;justify-content:space-between}.choice-card .choice-icon{width:58px;height:58px;border-radius:22px;display:grid;place-items:center;font-size:30px;margin-bottom:16px}.choice-card.values .choice-icon{background:var(--gold)}.choice-card.surahs .choice-icon{background:var(--secondary-soft)}.choice-card.quran .choice-icon{background:var(--blue)}.list-card{display:flex;align-items:center;gap:14px}.list-main{flex:1;min-width:0}.list-main h3{font-family:"Quicksand";margin:0 0 4px;font-size:18px}.tag{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:var(--surface-low);font-size:12px;font-weight:700;color:var(--primary);white-space:nowrap}.tag.done{background:var(--primary-fixed);color:#15351d}.tag.locked{background:#eef1ec;color:#667066}.tag.gold{background:#fff4b7;color:#5d4d00}.small-progress{height:8px;border-radius:999px;background:var(--surface-highest);overflow:hidden;margin-top:10px}.small-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--primary-soft))}.story-text{font-size:18px;line-height:1.85;color:#233728}.story-text p{margin:0 0 16px}.quiz-option{width:100%;border:2px solid transparent;border-radius:24px;background:#fff;padding:16px 18px;text-align:left;box-shadow:var(--shadow);font-size:16px;color:var(--ink);cursor:pointer;line-height:1.5}.quiz-option.selected{border-color:var(--primary);background:var(--primary-fixed)}.quiz-option.correct{border-color:#3d8b54;background:#e9ffe9}.quiz-option.wrong{border-color:var(--danger);background:var(--danger-soft)}.feedback{border-radius:22px;padding:14px 16px;margin-top:12px;font-weight:600;line-height:1.5}.feedback.good{background:#e9ffe9;color:#1c5c2d}.feedback.bad{background:var(--danger-soft);color:#7a0910}.celebration{position:relative;overflow:hidden;text-align:center;padding:34px 22px}.confetti{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 20%,#ffe16d 0 5px,transparent 6px),radial-gradient(circle at 70% 24%,#61f9e9 0 5px,transparent 6px),radial-gradient(circle at 30% 70%,#8daa91 0 5px,transparent 6px),radial-gradient(circle at 82% 78%,#ffe16d 0 5px,transparent 6px);opacity:.9}.medal{width:110px;height:110px;border-radius:38px;background:linear-gradient(135deg,#ffe16d,#fff6bd);display:grid;place-items:center;font-size:56px;margin:8px auto 18px;box-shadow:var(--shadow)}.surah-ayah{min-height:250px;display:flex;flex-direction:column;justify-content:center;text-align:center}.latin{font-family:"Quicksand";font-size:28px;line-height:1.45;color:#102716;margin:12px 0}.meaning{font-size:16px;line-height:1.7;color:var(--muted)}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:480px;height:var(--nav-h);background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-top:1px solid rgba(194,200,192,.5);display:grid;grid-template-columns:repeat(6,1fr);padding:8px 10px 12px;z-index:20}.nav-item{border:0;background:transparent;border-radius:20px;font-family:"Quicksand";font-weight:700;color:#627064;font-size:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer}.nav-item span{font-size:22px}.nav-item.active{background:var(--primary-fixed);color:#17351e}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stat{padding:18px;border-radius:24px;background:#fff;box-shadow:var(--shadow)}.stat strong{display:block;font-family:"Quicksand";font-size:26px;color:var(--primary);margin-bottom:4px}.timeline{position:relative;display:grid;gap:12px}.timeline-item{display:flex;gap:12px;align-items:flex-start}.dot{width:14px;height:14px;border-radius:999px;background:var(--primary-soft);margin-top:5px;box-shadow:0 0 0 5px var(--primary-fixed);flex:0 0 14px}.empty{padding:26px;text-align:center}.hidden{display:none!important}@media(max-width:380px){.title{font-size:32px}.grid2{grid-template-columns:1fr}.avatar-grid{grid-template-columns:repeat(2,1fr)}.page{padding-left:16px;padding-right:16px}.topbar{padding-left:16px;padding-right:16px}.latin{font-size:24px}}

.sort-list{display:grid;gap:12px}.sort-item{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid rgba(194,200,192,.32);border-radius:26px;padding:14px;box-shadow:var(--shadow);cursor:grab;transition:.16s ease;touch-action:none}.sort-item:active{cursor:grabbing}.sort-item.dragging{opacity:.62;transform:scale(.98);border-color:var(--primary);background:var(--primary-fixed)}.sort-handle{width:32px;height:46px;border-radius:16px;background:var(--surface-low);display:grid;place-items:center;color:var(--primary);font-size:24px;font-weight:800;letter-spacing:-5px;flex:0 0 32px}.sort-content{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.sort-content p{margin:0;font-family:"Quicksand";font-weight:700;font-size:17px;line-height:1.45;color:#102716}.sort-order{width:30px;height:30px;border-radius:12px;background:var(--gold);color:#2a2402;display:grid;place-items:center;font-family:"Quicksand";font-weight:800;flex:0 0 30px}.sort-actions{display:grid;gap:6px;flex:0 0 34px}.mini-move{width:34px;height:34px;border:0;border-radius:14px;background:var(--surface-low);color:var(--primary);font-family:"Quicksand";font-weight:800;cursor:pointer}.mini-move:disabled{opacity:.35;cursor:not-allowed}@media(max-width:380px){.sort-item{padding:12px;gap:9px}.sort-content p{font-size:15px}.sort-handle{width:28px;flex-basis:28px}.sort-actions{flex-basis:30px}.mini-move{width:30px;height:30px}}


/* Ayet kartları: Arapça / Türkçe okunuş / Türkçe anlam */
.arabic{font-family:"Amiri","Scheherazade New","Times New Roman",serif;font-size:22px;line-height:1.9;color:#415746;margin-top:16px;direction:rtl;unicode-bidi:isolate;text-align:center}.latin{font-size:30px;margin:10px 0 6px}.meaning{font-size:15px}.sort-text{display:grid;gap:5px;min-width:0}.sort-arabic{font-family:"Amiri","Scheherazade New","Times New Roman",serif;font-size:17px;line-height:1.7;color:#415746;direction:rtl;unicode-bidi:isolate;text-align:right}.sort-latin{font-family:"Quicksand";font-weight:800;font-size:17px;line-height:1.45;color:#102716}.sort-meaning{font-size:12px;line-height:1.45;color:var(--muted)}@media(max-width:380px){.arabic{font-size:20px}.latin{font-size:25px}.sort-arabic{font-size:15px}.sort-latin{font-size:15px}}


/* Hikâye okuma ekranı: daha kısa kartlar ve kaydırmasız deneyim */
.story-page{padding-top:12px}
.story-page .story-hero{padding:12px 0 8px}
.story-page .title{font-size:25px;line-height:1.12;margin:10px 0 6px}
.story-page .subtitle{font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.story-page .eyebrow{font-size:11px;min-height:28px;padding:6px 10px}
.story-page .progress{height:9px;margin-top:10px!important}
.story-page .story-text{font-size:16px;line-height:1.6;padding:18px;min-height:185px;display:flex;align-items:center}
.story-page .story-text p{margin:0}
.story-page .btn-row{margin-top:12px;gap:10px}
.story-page .btn{min-height:50px;font-size:15px;padding:0 16px}
@media(max-width:380px){.story-page .title{font-size:22px}.story-page .story-text{font-size:15px;line-height:1.55;min-height:175px;padding:16px}.story-page .btn{font-size:14px;min-height:48px}}


/* ============================================================
   Masaüstü iyileştirmeleri
   Mobil düzen korunur; bu bölüm yalnızca geniş ekranlarda çalışır.
   ============================================================ */
@media (min-width: 900px){
  :root{
    --gutter:28px;
    --nav-h:78px;
  }
  body{
    display:block;
    background:
      radial-gradient(circle at 12% 12%, rgba(255,225,109,.28), transparent 28%),
      radial-gradient(circle at 88% 10%, rgba(97,249,233,.20), transparent 30%),
      linear-gradient(135deg,#e6f6e7 0%,#f8fff7 46%,#e1f4e6 100%);
  }
  .app-shell{
    max-width:none;
    width:100%;
    min-height:100vh;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }
  .page{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:28px 40px 118px;
  }
  .topbar{
    height:66px;
    margin:0;
    padding:0 22px;
    border:1px solid rgba(194,200,192,.38);
    border-radius:0 0 30px 30px;
    background:rgba(255,255,255,.72);
    box-shadow:0 14px 42px rgba(47,62,51,.07);
  }
  .brand{font-size:28px}
  .hero{padding:34px 0 18px}
  .title{font-size:44px;max-width:780px}
  .subtitle{font-size:18px;max-width:760px}
  .card,.card-btn,.stat{box-shadow:0 18px 46px rgba(47,62,51,.09)}
  .card{padding:26px}
  .grid2{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .stat-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px}
  .avatar-grid{grid-template-columns:repeat(4,1fr)}
  .bottom-nav{
    width:min(720px, calc(100% - 48px));
    max-width:720px;
    height:78px;
    bottom:22px;
    border:1px solid rgba(194,200,192,.55);
    border-radius:30px;
    box-shadow:0 18px 52px rgba(47,62,51,.16);
    padding:8px 14px;
  }
  .nav-item{font-size:12px;border-radius:22px}
  .nav-item span{font-size:23px}

  /* Landing sayfası bilgisayarda gerçek web sitesi gibi nefes alır. */
  .route-landing .page{max-width:1240px}
  .route-landing .hero{
    min-height:430px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    padding-right:420px;
  }
  .route-landing .hero::after{
    content:"";
    position:absolute;
    right:40px;
    top:72px;
    width:320px;
    height:320px;
    display:block;
    border-radius:96px;
    background:linear-gradient(145deg,#ffffff,#e7f8e8);
    background-image:url("public/p1.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    box-shadow:0 26px 70px rgba(47,62,51,.14);
  }
  .route-landing .title{font-size:58px;max-width:720px}
  .route-landing .section.grid2{grid-template-columns:repeat(4,minmax(0,1fr))}
  .route-landing #nasil .stack{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}
  .route-landing #nasil .feature{display:block;text-align:center}
  .route-landing #nasil .bubble{margin:0 auto 12px}

  /* Onboarding ekranları masaüstünde ortalı ve premium kart olarak kalır. */
  .route-code .page,
  .route-name .page,
  .route-avatar .page{
    max-width:680px;
  }
  .center-screen{
    min-height:calc(100vh - 56px);
  }

  /* Ana sayfa: geniş ekranda özet kartları sağ panel gibi yerleşir. */
  .route-home .page{
    max-width:1040px;
    display:grid;
    grid-template-columns:minmax(0,1.45fr) minmax(320px,.85fr);
    gap:22px;
    align-content:start;
  }
  .route-home .topbar{grid-column:1/-1}
  .route-home .page > section:nth-of-type(1){grid-column:1/2;margin-top:24px}
  .route-home .page > section:nth-of-type(2){grid-column:2/3;margin-top:24px;grid-template-columns:1fr}
  .route-home .page > section:nth-of-type(3){grid-column:2/3;margin-top:0}
  .route-home .page > section:nth-of-type(1) .title{font-size:38px}

  /* Seçim ekranındaki iki ana modül yan yana dursun. */
  .route-choice .page{max-width:1000px}
  .route-choice .stack{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
  .route-choice .choice-card{min-height:260px}
  .route-choice .choice-icon{width:72px;height:72px;font-size:38px;border-radius:28px}

  /* Liste sayfaları geniş ekranda iki kolonlu olur; mobilde aynı kalır. */
  .route-values .page,
  .route-theme .page,
  .route-surahs .page,
  .route-quran .page{
    max-width:1060px;
  }
  .route-values .stack,
  .route-theme .stack,
  .route-surahs .stack,
  .route-quran .stack{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
  }
  .route-values .card-btn,
  .route-theme .card-btn,
  .route-surahs .card-btn,
  .route-quran .card-btn{
    min-height:136px;
  }

  /* Okuma/test/sure ekranları daha geniş ama hâlâ odaklı kalsın. */
  .route-story .page,
  .route-testIntro .page,
  .route-quiz .page,
  .route-surahDetail .page,
  .route-ayah .page,
  .route-surahOrderTest .page,
  .route-celebration .page{
    max-width:880px;
  }
  .route-story .story-text{
    min-height:250px;
    font-size:18px;
    line-height:1.72;
    padding:30px 34px;
  }
  .route-story .title{font-size:34px}
  .route-quiz .quiz-option{
    font-size:17px;
    padding:18px 22px;
  }
  .route-ayah .surah-ayah{
    min-height:360px;
    padding:34px;
  }
  .route-ayah .arabic{font-size:28px}
  .route-ayah .latin{font-size:38px}
  .route-ayah .meaning{font-size:17px}
  .route-surahOrderTest .page{max-width:980px}
  .route-surahOrderTest .sort-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
  .route-surahOrderTest .feedback,
  .route-surahOrderTest .btn-row,
  .route-surahOrderTest > .page > .btn.full{max-width:680px;margin-left:auto;margin-right:auto}

  /* Veli raporu bilgisayarda panel hissi kazanır. */
  .route-report .page{
    max-width:1120px;
    display:grid;
    grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
    gap:22px;
    align-content:start;
  }
  .route-report .topbar,
  .route-report .hero,
  .route-report .stat-grid{grid-column:1/-1}
  .route-report .section{margin-top:0}
  .route-report .stat-grid{margin-top:0}

  .route-profile .page{max-width:860px}
}

@media (min-width: 1200px){
  .route-values .stack,
  .route-theme .stack,
  .route-surahs .stack,
  .route-quran .stack{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .route-values .page,
  .route-theme .page,
  .route-surahs .page,
  .route-quran .page{max-width:1180px}
}

@media (min-width: 900px) and (max-width: 1080px){
  .route-landing .hero{padding-right:330px}
  .route-landing .hero::after{right:20px;width:260px;height:260px}
  .route-landing .section.grid2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .route-landing #nasil .stack{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Sesli sure dinleme alanı */
.audio-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.audio-card .audio-btn{
  min-width:150px;
  white-space:nowrap;
}
.audio-card .audio-btn.playing{
  background:var(--primary);
  color:#fff;
  border-bottom-color:#314936;
}
@media(max-width:560px){
  .audio-card{
    flex-direction:column;
    align-items:stretch;
  }
  .audio-card .audio-btn{
    width:100%;
  }
}


/* Kur'an okuma bölümü */
.quran-grid{margin-top:24px}
.quran-card .bubble{background:var(--blue)}
.quran-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}
.quran-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.quran-progress-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.quran-progress-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:18px;background:var(--surface-low);font-size:14px;font-weight:700;color:var(--primary)}

/* Cüz okuma ekranı: PDF görüntüleyici yok, sayfalar doğrudan içerik olarak görünür */
.route-quranReader{
  max-width:none;
  width:100%;
  min-height:100vh;
}
.route-quranReader .quran-reader-page{
  width:100%;
  max-width:none;
  min-height:100vh;
  margin:0;
  padding:10px;
  background:linear-gradient(135deg,#eefbef,#f8fff7 52%,#e4f7ee);
}
.route-quranReader .topbar{
  position:sticky;
  top:10px;
  z-index:12;
  margin:0 auto;
  border-radius:24px;
  border:1px solid rgba(194,200,192,.45);
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(16px);
  box-shadow:0 10px 28px rgba(47,62,51,.08);
}
.quran-reader-controls{
  position:sticky;
  top:84px;
  z-index:11;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:10px 0;
  background:linear-gradient(180deg,rgba(248,255,247,.94),rgba(248,255,247,.78));
  backdrop-filter:blur(12px);
}
.quran-mini-btn{
  min-height:44px;
  height:44px;
  padding:0 12px;
  font-size:14px;
  white-space:nowrap;
  border-bottom-width:3px!important;
}
.quran-inline-reader{
  display:grid;
  gap:16px;
  width:100%;
  max-width:980px;
  margin:0 auto 26px;
}
.quran-page-card{
  margin:0;
  padding:10px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(194,200,192,.55);
  box-shadow:0 18px 54px rgba(47,62,51,.10);
}
.quran-page-label{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  margin-bottom:8px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.quran-page-img{
  display:block;
  width:100%;
  height:auto;
  border-radius:16px;
  background:#fff;
}

@media(max-width:560px){
  .quran-toolbar{flex-direction:column;align-items:stretch}
  .quran-actions{display:grid;grid-template-columns:1fr}
  .quran-actions .btn{width:100%}
  .quran-progress-list{grid-template-columns:1fr}
  .bottom-nav{padding-left:6px;padding-right:6px}
  .nav-item{font-size:10px}
  .nav-item span{font-size:20px}
  .route-quranReader .quran-reader-page{padding:0;background:#fff}
  .route-quranReader .topbar{top:0;height:54px;border-radius:0;margin:0;border-left:0;border-right:0}
  .route-quranReader .brand{font-size:19px}
  .quran-reader-controls{top:54px;grid-template-columns:1fr 1fr 1fr;gap:6px;padding:8px 6px;background:rgba(255,255,255,.94)}
  .quran-mini-btn{min-height:40px;height:40px;font-size:12px;padding:0 6px}
  .quran-inline-reader{gap:8px;margin:0;max-width:none}
  .quran-page-card{padding:0;border:0;border-radius:0;box-shadow:none;background:#fff}
  .quran-page-label{min-height:28px;margin:0;font-size:11px;background:#f6faf6;border-top:1px solid #edf2ec;border-bottom:1px solid #edf2ec}
  .quran-page-img{border-radius:0}
}

@media (min-width:900px){
  .route-quranReader .app-shell,
  .route-quranReader.app-shell{
    max-width:none;
    width:100%;
  }
  .route-quranReader .quran-reader-page{
    padding:14px 18px 28px;
  }
  .route-quranReader .topbar{
    border-radius:28px;
    max-width:1280px;
    width:100%;
  }
  .quran-reader-controls{
    max-width:1280px;
    width:100%;
    margin:0 auto;
    grid-template-columns:repeat(3,auto);
    justify-content:center;
    gap:10px;
    padding:12px 0;
  }
  .quran-mini-btn{min-width:160px}
  .quran-inline-reader{
    max-width:1040px;
    gap:20px;
  }
  .quran-page-card{
    padding:14px;
    border-radius:30px;
  }
  .quran-page-img{border-radius:20px}
}

/* İlk giriş tanıtım kartları */
.onboarding-page{
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:28px;
  padding-bottom:28px;
}
.onboarding-shell{
  width:100%;
  display:grid;
  gap:18px;
}
.onboarding-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.link-btn{
  border:0;
  background:rgba(255,255,255,.72);
  color:var(--primary);
  font-family:"Quicksand";
  font-weight:800;
  border-radius:999px;
  padding:10px 16px;
  cursor:pointer;
  box-shadow:var(--shadow);
}
.onboarding-dots{
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:auto;
}
.onboarding-dots span{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(74,101,79,.22);
  transition:.18s ease;
}
.onboarding-dots span.active{
  width:26px;
  background:var(--primary);
}
.onboarding-card{
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:left;
  overflow:hidden;
  position:relative;
}
.onboarding-card::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-90px;
  width:220px;
  height:220px;
  border-radius:70px;
  background:linear-gradient(135deg,rgba(255,225,109,.44),rgba(97,249,233,.22));
  transform:rotate(18deg);
}
.onboarding-illustration{
  width:96px;
  height:96px;
  border-radius:34px;
  display:grid;
  place-items:center;
  font-size:48px;
  background:linear-gradient(135deg,#fff7c9,#e3f8e6);
  box-shadow:var(--shadow);
  margin-bottom:20px;
  position:relative;
  z-index:1;
}
.onboarding-card .eyebrow,
.onboarding-card .title,
.onboarding-card .subtitle,
.onboarding-mini{
  position:relative;
  z-index:1;
}
.onboarding-mini{
  margin-top:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}
.onboarding-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.onboarding-actions .btn:disabled{
  opacity:.45;
  cursor:not-allowed;
}
@media(max-width:380px){
  .onboarding-card{min-height:390px}
  .onboarding-illustration{width:82px;height:82px;font-size:40px;border-radius:30px}
  .onboarding-actions{gap:9px}
  .onboarding-actions .btn{padding:0 12px;font-size:14px}
}
@media(min-width:900px){
  .route-onboarding .page{max-width:1040px}
  .onboarding-shell{max-width:900px;margin:0 auto;gap:22px}
  .onboarding-card{
    min-height:480px;
    padding:44px 420px 44px 44px;
  }
  .onboarding-card::after{
    right:42px;
    top:70px;
    bottom:auto;
    width:300px;
    height:300px;
    border-radius:96px;
  }
  .onboarding-illustration{
    position:absolute;
    right:120px;
    top:145px;
    width:150px;
    height:150px;
    border-radius:54px;
    font-size:76px;
    z-index:2;
  }
  .onboarding-actions{max-width:520px;margin-left:auto}
}

/* Satış odaklı landing ve demo kilitleri */
.sales-landing .btn-row{flex-wrap:wrap}.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.trust-row span{padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.74);box-shadow:var(--shadow);font-weight:800;color:var(--primary);font-size:13px}.sales-strip{display:grid;gap:18px;align-items:stretch}.price-card{background:#fff;border-radius:30px;padding:22px;box-shadow:var(--shadow);border:1px solid rgba(194,200,192,.48);display:grid;gap:8px}.price-card small{font-weight:900;color:var(--primary-soft);text-transform:uppercase;letter-spacing:.06em}.price-card strong{font-family:"Quicksand";font-size:25px;color:var(--primary)}.price-card span{color:var(--muted);font-weight:700;line-height:1.5}.demo-card{display:flex;align-items:center;justify-content:space-between;gap:18px}.audit-card{border:1px solid rgba(82,126,88,.24)}.demo-locked{opacity:.76}.demo-locked .bubble{background:#eef0ec;color:#667066}.tag.locked{background:#eef0ec;color:#68726a}
@media(max-width:560px){.demo-card{flex-direction:column;align-items:stretch}.sales-landing .btn-row{display:grid;grid-template-columns:1fr}.trust-row{display:grid;grid-template-columns:1fr}.price-card{padding:18px}}
@media(min-width:900px){.sales-strip{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr)}.sales-landing .feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.demo-card{padding:32px}.sales-hero .btn-row{max-width:820px}.trust-row span{font-size:14px}.price-card{padding:28px}}

/* Demo satış yönlendirmeleri ve çıkış düzeni */
.topbar-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.topbar-upgrade{border:0;border-radius:999px;background:var(--gold);color:#2a2402;border-bottom:3px solid var(--gold-deep);font-family:"Quicksand";font-weight:800;font-size:13px;padding:10px 13px;cursor:pointer;white-space:nowrap}.demo-upgrade-banner{display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid rgba(187,144,0,.22)}.demo-upgrade-banner .btn{flex:0 0 auto}.landing-feature-grid .feature{min-height:154px;align-items:center}.landing-feature-grid .feature h3{font-size:20px;margin-bottom:8px}.landing-feature-grid .feature p{font-size:15px}.sales-landing .audit-card{display:none!important}
@media(max-width:560px){.topbar-upgrade{font-size:11px;padding:8px 10px}.topbar-actions{gap:6px}.demo-upgrade-banner{display:grid;gap:14px}.demo-upgrade-banner .btn{width:100%}.landing-feature-grid .feature{min-height:auto}.brand{font-size:22px}}
@media(min-width:900px){.demo-upgrade-banner{padding:28px 32px}.route-home .demo-upgrade-banner{grid-column:1/-1}.route-quranReader .demo-upgrade-banner{max-width:1180px;margin:14px auto 0;width:calc(100% - 80px)}}

.demo-upgrade-full{text-align:center;max-width:620px;margin:auto;padding:34px 28px}.demo-upgrade-full .subtitle{max-width:520px;margin-left:auto;margin-right:auto}.demo-upgrade-full .stack{max-width:420px;margin-left:auto;margin-right:auto}


body.modal-open{overflow:hidden;}
.confirm-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999;padding:24px;}
.confirm-modal.show{display:flex;}
.confirm-backdrop{position:absolute;inset:0;background:rgba(30,38,31,.42);backdrop-filter:blur(3px);}
.confirm-card{position:relative;width:min(100%,430px);background:#fff;border:1px solid rgba(86,117,86,.14);border-radius:28px;padding:28px 24px 22px;box-shadow:0 30px 60px rgba(38,58,42,.18);display:flex;flex-direction:column;gap:14px;animation:confirmIn .18s ease-out;}
.confirm-icon{width:60px;height:60px;border-radius:18px;background:#dff0df;display:grid;place-items:center;font-size:28px;margin:0 auto 2px;}
.confirm-title{margin:0;text-align:center;font-size:28px;line-height:1.2;color:#35553b;font-family:"Quicksand";font-weight:800;}
.confirm-message{margin:0;text-align:center;color:#59685d;font-size:16px;line-height:1.6;}
.confirm-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:4px;}
.confirm-actions .btn{min-width:140px;}
@keyframes confirmIn{from{transform:translateY(10px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}
@media (max-width:640px){.confirm-card{padding:24px 18px 18px;border-radius:24px}.confirm-title{font-size:24px}.confirm-actions{flex-direction:column}.confirm-actions .btn{width:100%}}
