*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #059669;--secondary-color: #047857;--accent-color: #6366f1;--text-color: #0f172a;--text-secondary: #64748b;--light-bg: #f8fafc;--white: #ffffff;--border-color: #e2e8f0;--shadow: 0 2px 10px rgba(6,81,237,.1);--shadow-hover: 0 8px 24px rgba(6,81,237,.15);--reading-bg: #fafafa}body{font-family:Tajawal,sans-serif;background-color:var(--light-bg);color:var(--text-color);line-height:1.9;min-height:100vh;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1,"liga" 1}.container{max-width:1280px;margin:0 auto;padding:0 24px}.book-main{min-height:100vh;max-width:900px;margin:0 auto;padding:2rem 0 4rem}.scroll-to-top{position:fixed;bottom:30px;left:30px;width:56px;height:56px;background:var(--white);color:var(--primary-color);border:2px solid var(--border-color);border-radius:50%;cursor:pointer;box-shadow:var(--shadow-hover);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-4px);box-shadow:0 10px 35px #6366f140;border-color:var(--primary-color);background-color:var(--primary-color);color:var(--white)}.scroll-to-top:active{transform:translateY(-2px)}.scroll-to-top svg{width:28px;height:28px}@media(max-width:768px){.container{padding:0 16px}.book-main{max-width:100%;padding:1.5rem 0 3rem}.scroll-to-top{bottom:20px;left:20px;width:50px;height:50px}.scroll-to-top svg{width:24px;height:24px}}@media(max-width:480px){.container{padding:0 12px}.book-main{max-width:100%;padding:1rem 0 2rem}.scroll-to-top{bottom:16px;left:16px;width:48px;height:48px}.scroll-to-top svg{width:22px;height:22px}}@keyframes slideInRight{0%{opacity:0;transform:translate(-100px) rotate(-3deg)}to{opacity:1;transform:translate(0) rotate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.animated-entry[data-astro-cid-z3v3oewo]{opacity:0;transform:translateY(60px) scale(.95);transition:all .6s cubic-bezier(.34,1.56,.64,1)}.animated-entry[data-astro-cid-z3v3oewo].is-visible{opacity:1;transform:translateY(0) scale(1)}.animated-entry[data-astro-cid-z3v3oewo]:nth-child(1){transition-delay:0s}.animated-entry[data-astro-cid-z3v3oewo]:nth-child(2){transition-delay:.1s}.animated-entry[data-astro-cid-z3v3oewo]:nth-child(3){transition-delay:.2s}.animated-entry[data-astro-cid-z3v3oewo]:nth-child(4){transition-delay:.3s}.animated-entry[data-astro-cid-z3v3oewo]:nth-child(5){transition-delay:.4s}.animated-entry[data-astro-cid-z3v3oewo]:nth-child(6){transition-delay:.5s}.lesson-card[data-astro-cid-z3v3oewo]{background:var(--white);border:2px solid var(--border-color);border-radius:16px;padding:2.5rem;margin-bottom:2rem;box-shadow:var(--shadow);transition:all .3s ease}.lesson-card[data-astro-cid-z3v3oewo]:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px);border-color:#cbd5e1}.lesson-header[data-astro-cid-z3v3oewo]{display:flex;align-items:center;gap:1.25rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.lesson-number[data-astro-cid-z3v3oewo]{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);border-radius:50%;font-weight:700;font-size:1.35rem;flex-shrink:0;box-shadow:0 4px 12px #05966933;transition:transform .3s ease}.lesson-card[data-astro-cid-z3v3oewo]:hover .lesson-number[data-astro-cid-z3v3oewo]{transform:scale(1.05)}.lesson-title[data-astro-cid-z3v3oewo]{font-family:Amiri,serif;font-size:1.65rem;font-weight:700;color:var(--text-color);margin:0;flex:1;line-height:1.4}.lesson-date[data-astro-cid-z3v3oewo]{font-size:.9rem;color:var(--text-secondary);opacity:.65;font-weight:500;font-family:Tajawal,sans-serif}.lesson-content[data-astro-cid-z3v3oewo]{list-style:none;padding-right:0;display:flex;flex-direction:column;gap:1.35rem}.lesson-content[data-astro-cid-z3v3oewo] li[data-astro-cid-z3v3oewo]{position:relative;padding-right:2.5rem;line-height:2.2;font-size:1.2rem;color:var(--text-color);font-weight:400;font-family:Amiri,Traditional Arabic,serif;text-align:right;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lesson-content[data-astro-cid-z3v3oewo] li[data-astro-cid-z3v3oewo]:before{content:"◆";position:absolute;right:0;top:.15rem;color:var(--primary-color);font-size:.85rem;opacity:.8}@media(max-width:768px){.lesson-card[data-astro-cid-z3v3oewo]{padding:2rem;margin-bottom:1.5rem}.lesson-header[data-astro-cid-z3v3oewo]{margin-bottom:1.75rem;padding-bottom:1.25rem}.lesson-number[data-astro-cid-z3v3oewo]{width:48px;height:48px;font-size:1.25rem}.lesson-title[data-astro-cid-z3v3oewo]{font-size:1.45rem}.lesson-content[data-astro-cid-z3v3oewo]{gap:1.25rem}.lesson-content[data-astro-cid-z3v3oewo] li[data-astro-cid-z3v3oewo]{font-size:1.1rem;line-height:2.1;padding-right:2.25rem}}@media(max-width:480px){.lesson-card[data-astro-cid-z3v3oewo]{padding:1.75rem;margin-bottom:1.5rem;border-radius:14px}.lesson-header[data-astro-cid-z3v3oewo]{flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.25rem}.lesson-title[data-astro-cid-z3v3oewo]{font-size:1.35rem;width:100%;order:2}.lesson-number[data-astro-cid-z3v3oewo]{order:1;width:44px;height:44px;font-size:1.2rem}.lesson-date[data-astro-cid-z3v3oewo]{order:3;width:100%;text-align:left;font-size:.85rem}.lesson-content[data-astro-cid-z3v3oewo]{gap:1.25rem}.lesson-content[data-astro-cid-z3v3oewo] li[data-astro-cid-z3v3oewo]{font-size:1.1rem;line-height:2.1;padding-right:2.25rem}}@media(max-width:375px){.lesson-card[data-astro-cid-z3v3oewo]{padding:1.5rem}.lesson-content[data-astro-cid-z3v3oewo] li[data-astro-cid-z3v3oewo]{font-size:1.05rem;line-height:2;padding-right:2rem}.lesson-header[data-astro-cid-z3v3oewo]{margin-bottom:1.25rem}}.breadcrumb[data-astro-cid-qaanghzh]{margin-bottom:2rem}.breadcrumb[data-astro-cid-qaanghzh] ol[data-astro-cid-qaanghzh]{display:flex;list-style:none;gap:.5rem;padding:0;margin:0;flex-wrap:wrap}.breadcrumb[data-astro-cid-qaanghzh] li[data-astro-cid-qaanghzh]{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.breadcrumb[data-astro-cid-qaanghzh] li[data-astro-cid-qaanghzh]:not(:last-child):after{content:"‹";color:var(--primary-color);font-size:1.2rem}.breadcrumb[data-astro-cid-qaanghzh] a[data-astro-cid-qaanghzh]{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.breadcrumb[data-astro-cid-qaanghzh] a[data-astro-cid-qaanghzh]:hover{color:var(--secondary-color);text-decoration:underline}.breadcrumb[data-astro-cid-qaanghzh] span[data-astro-cid-qaanghzh]{color:var(--text-secondary);opacity:.75}@keyframes fadeInUp{0%{opacity:0;transform:translateY(60px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.animated-entry[data-astro-cid-25e4o6db]{opacity:0;transform:translateY(60px) scale(.95);transition:all .6s cubic-bezier(.34,1.56,.64,1)}.animated-entry[data-astro-cid-25e4o6db].is-visible{opacity:1;transform:translateY(0) scale(1)}.fade-in[data-astro-cid-25e4o6db]{opacity:0;animation:fadeIn .5s ease-out forwards}.top-nav[data-astro-cid-25e4o6db]{margin-bottom:1.5rem}.back-button[data-astro-cid-25e4o6db]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);text-decoration:none;border-radius:50px;font-weight:600;font-size:1rem;margin-bottom:1.5rem;box-shadow:var(--shadow-hover);transition:all .3s ease}.back-button[data-astro-cid-25e4o6db]:hover{transform:translate(-4px);box-shadow:0 8px 24px #0596694d}.back-button[data-astro-cid-25e4o6db] svg[data-astro-cid-25e4o6db]{width:20px;height:20px;transform:rotate(180deg)}.book-detail[data-astro-cid-25e4o6db]{max-width:900px;margin:0 auto;padding:2rem 0}.book-header[data-astro-cid-25e4o6db]{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--white);border-radius:16px;padding:3rem;text-align:center;margin-bottom:3rem;box-shadow:var(--shadow-hover)}.book-icon-large[data-astro-cid-25e4o6db]{display:inline-flex;align-items:center;justify-content:center;width:100px;height:100px;background-color:#ffffff26;border-radius:16px;margin-bottom:1.5rem;color:var(--white)}.book-icon-large[data-astro-cid-25e4o6db] svg[data-astro-cid-25e4o6db]{width:55px;height:55px}.book-title[data-astro-cid-25e4o6db]{font-family:Amiri,serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.book-description[data-astro-cid-25e4o6db]{font-size:1.2rem;opacity:.95;margin-bottom:1.5rem}.book-meta[data-astro-cid-25e4o6db]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.total-lessons[data-astro-cid-25e4o6db]{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.1rem;font-weight:500}.total-lessons[data-astro-cid-25e4o6db] svg[data-astro-cid-25e4o6db]{width:24px;height:24px}.lessons-container[data-astro-cid-25e4o6db]{padding:0 1rem}.lessons-title[data-astro-cid-25e4o6db]{font-family:Amiri,serif;font-size:2rem;font-weight:700;color:var(--text-color);text-align:center;margin-bottom:2rem}.lessons-list[data-astro-cid-25e4o6db]{display:flex;flex-direction:column}@media(max-width:768px){.back-button[data-astro-cid-25e4o6db]{padding:.65rem 1.25rem;font-size:.95rem;margin-bottom:1.25rem}.back-button[data-astro-cid-25e4o6db] svg[data-astro-cid-25e4o6db]{width:18px;height:18px}.book-detail[data-astro-cid-25e4o6db]{padding:1.5rem .25rem}.book-header[data-astro-cid-25e4o6db]{padding:2rem 1.25rem;margin-bottom:2rem;border-radius:16px}.book-icon-large[data-astro-cid-25e4o6db]{width:80px;height:80px}.book-icon-large[data-astro-cid-25e4o6db] svg[data-astro-cid-25e4o6db]{width:45px;height:45px}.book-title[data-astro-cid-25e4o6db]{font-size:1.8rem}.book-description[data-astro-cid-25e4o6db]{font-size:1rem}.lessons-container[data-astro-cid-25e4o6db]{padding:0 .25rem}.lessons-title[data-astro-cid-25e4o6db]{font-size:1.6rem;margin-bottom:1.5rem}}@media(max-width:480px){.book-detail[data-astro-cid-25e4o6db]{padding:1rem 0}.book-header[data-astro-cid-25e4o6db]{padding:1.75rem 1rem;border-radius:14px;margin-bottom:1.75rem}.book-icon-large[data-astro-cid-25e4o6db]{width:70px;height:70px;margin-bottom:1.25rem}.book-icon-large[data-astro-cid-25e4o6db] svg[data-astro-cid-25e4o6db]{width:40px;height:40px}.book-title[data-astro-cid-25e4o6db]{font-size:1.5rem}.book-description[data-astro-cid-25e4o6db]{font-size:.95rem}.total-lessons[data-astro-cid-25e4o6db]{font-size:1rem}.lessons-container[data-astro-cid-25e4o6db]{padding:0}.lessons-title[data-astro-cid-25e4o6db]{font-size:1.4rem;margin-bottom:1.25rem}.back-button[data-astro-cid-25e4o6db]{width:100%;justify-content:center;margin-bottom:1rem}}
