@font-face{font-family:Shirkhand;src:url(/assets/fonts/shirkhand.ttf);font-display:swap}@font-face{font-family:Nunito;src:url(/assets/fonts/nunito/Nunito-Regular.ttf);font-weight:400;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/fonts/nunito/Nunito-Bold.ttf);font-weight:700 900;font-display:swap}:root{--ink: #3f4a60;--heading: #253047;--accent: #2393ff;--accent-deep: #1474d4;--sky: #dceeff;--cream: #fdf9dd;--purple: #5e4393;--surface: #ffffff;--muted: #8991a0;--line: rgba(63, 74, 96, .12);--radius-card: 12px;--radius-panel: 16px;--shadow-card: 0 4px 14px rgba(63, 74, 96, .16);--shadow-lift: 0 14px 34px rgba(63, 74, 96, .22);--shell-top-h: 64px;--shell-bottom-h: 82px}:root{font-family:Nunito,Trebuchet MS,sans-serif;color:var(--ink);background:#f4f8fd;font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;min-width:320px;min-height:100vh}body{background:linear-gradient(160deg,#eaf5ff,#fbf7e8 55%,#e8f0ff);background-attachment:fixed}button,input{font:inherit}button{color:inherit}img{max-width:100%}a{color:var(--accent);text-decoration:none}:focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:6px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-shell{min-height:100vh;display:flex;flex-direction:column}.shell-top{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:18px;height:var(--shell-top-h);padding:0 clamp(14px,3vw,32px);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.shell-brand{display:flex;align-items:center;flex:0 0 auto}.shell-brand img{height:34px;width:auto;object-fit:contain}.shell-greeting{display:none}.shell-nav{display:none;align-items:center;gap:4px}.shell-nav a{display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:999px;color:var(--ink);font-weight:800;font-size:14.5px}.shell-nav a:hover{background:var(--sky)}.shell-nav a.active{background:var(--accent);color:#fff}.shell-top-actions{margin-left:auto;display:flex;align-items:center;gap:12px;flex:1 1 auto;justify-content:flex-end;min-width:0}.shell-language{position:relative;flex:0 0 auto}.shell-install{width:38px;height:38px;flex:0 0 auto;display:grid;place-items:center;padding:0;border:1px solid #b9d8ee;border-radius:8px;background:#eaf6ff;color:#116fae;cursor:pointer;box-shadow:0 1px 2px #2530470d}.shell-install:hover{border-color:#5fa8da;background:#dff1ff}.shell-install svg{width:19px}@media(display-mode:standalone){.shell-install{display:none}}.shell-language-trigger{display:flex;align-items:center;gap:7px;height:38px;min-width:118px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--heading);font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 1px 2px #2530470d;transition:border-color .16s ease,box-shadow .16s ease}.shell-language-trigger:hover,.shell-language-trigger[aria-expanded=true]{border-color:#9dcdf7;box-shadow:0 0 0 3px #2393ff1a}.shell-language-trigger>svg:last-child{margin-left:auto;color:var(--muted);transition:transform .16s ease}.shell-language-trigger>svg:last-child.is-open{transform:rotate(180deg)}.shell-language-menu{position:absolute;z-index:80;top:calc(100% + 8px);right:0;width:210px;padding:7px;border:1px solid #dce6f0;border-radius:8px;background:#fff;box-shadow:0 16px 40px #2530472e;animation:language-menu-in .14s ease-out}.shell-language-menu p{margin:3px 8px 6px;color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:0}.shell-language-menu button{display:grid;grid-template-columns:30px 1fr 18px;align-items:center;gap:9px;width:100%;min-height:40px;padding:5px 8px;border:0;border-radius:6px;background:transparent;color:var(--heading);font-family:inherit;font-size:13.5px;font-weight:700;text-align:left;cursor:pointer}.shell-language-menu button:hover{background:#eef7ff}.shell-language-menu button.selected{background:#e5f3ff;color:#0f67ae}.shell-language-menu button>svg{color:var(--accent-deep)}.shell-language-flag{width:26px;height:19px;border:1px solid rgba(37,48,71,.12);border-radius:3px;object-fit:cover;box-shadow:0 1px 2px #2530471f;flex:0 0 auto}@keyframes language-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:520px){.shell-top{gap:8px}.shell-language-trigger{min-width:38px;width:38px;height:34px;padding:0;justify-content:center}.shell-language-name,.shell-language-trigger>svg:last-child{display:none}.shell-language-menu{right:0;width:200px}}.shell-search{display:none;align-items:center;gap:9px;width:min(420px,42vw);padding:9px 14px;border-radius:999px;background:#eef4fb;border:1px solid transparent;color:var(--muted)}.shell-search:focus-within{border-color:var(--accent);background:#fff}.shell-search input{border:0;background:transparent;width:100%;outline:none;color:var(--heading);font-weight:700}.shell-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex:0 0 auto;box-shadow:var(--shadow-card);background:#fff}.shell-avatar img{width:100%;height:100%;object-fit:cover}.shell-profile{display:flex;align-items:center;gap:9px;color:var(--heading)}.shell-profile img{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:var(--shadow-card);background:#fff}.shell-profile span{font-weight:800;font-size:13.5px;text-transform:capitalize;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-profile-name-full{display:none!important}@media(min-width:768px){.shell-profile-name-mobile{display:none!important}.shell-profile-name-full{display:block!important}}.shell-login{min-height:40px;padding:0 15px;border:0;border-radius:6px;background:var(--heading);color:#fff;display:inline-flex;align-items:center;gap:7px;font-weight:800;cursor:pointer}.shell-body{flex:1 1 auto;display:flex;flex-direction:column}.shell-bottom{position:fixed;left:50%;bottom:max(10px,env(safe-area-inset-bottom));z-index:45;display:grid;grid-template-columns:repeat(5,1fr);width:min(calc(100% - 20px),540px);height:68px;padding:7px 5px 5px;transform:translate(-50%);background:#fffffff5;border:2px solid rgba(35,147,255,.15);border-radius:22px;box-shadow:0 8px #1c69b01f,0 16px 32px #2f436733;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.shell-bottom a{display:grid;place-items:center;align-content:center;gap:3px;color:var(--muted);font-size:9.5px;font-weight:900;min-width:0;letter-spacing:0}.shell-bottom a>svg{width:31px;height:31px;padding:6px;border-radius:10px;transition:transform .16s ease,background-color .16s ease}.shell-bottom a:nth-child(1)>svg{color:#e44f74;background:#ffe8ee}.shell-bottom a:nth-child(2)>svg{color:#1686dc;background:#e3f3ff}.shell-bottom a:nth-child(4)>svg{color:#7a54bd;background:#efe8ff}.shell-bottom a:nth-child(5)>svg{color:#14866d;background:#dff8ef}.shell-bottom a>span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shell-bottom a.active{color:var(--heading)}.shell-bottom a.active>svg{transform:translateY(-2px) scale(1.08);box-shadow:0 3px #2530471f}.shell-bottom-profile{position:relative;align-content:center!important;overflow:visible!important}.shell-profile-orbit{position:absolute;left:50%;bottom:6px;width:66px;height:66px;transform:translate(-50%);border:4px solid #ffd42a;border-radius:50%;background:linear-gradient(145deg,#fff58a,#ffd32a 46%,#f3a915);box-shadow:inset 0 3px 2px #ffffffe6,0 5px #d88c13,0 9px 18px #62441547;overflow:hidden}.shell-profile-orbit:after{content:"";position:absolute;inset:3px 9px auto;height:15px;border-radius:50%;background:#ffffff9e;pointer-events:none}.shell-profile-orbit .shell-profile-icon{width:100%;height:100%;border-radius:50%;object-fit:cover;transform:scale(1.16);background:#ff4040}.shell-bottom-profile.active .shell-profile-orbit{border-color:#49b7ff;box-shadow:inset 0 3px 2px #ffffffe6,0 5px #1474d4,0 9px 18px #1474d44d}.page{width:100%;max-width:1240px;margin:0 auto;padding:18px clamp(14px,3vw,32px) calc(var(--shell-bottom-h) + 28px);display:flex;flex-direction:column;gap:22px}.page-heading span,.home-greeting span{font-size:13px;font-weight:900;letter-spacing:.6px;text-transform:uppercase;color:var(--muted)}.page-heading h1,.home-greeting h1{margin:3px 0 0;color:var(--heading);font-size:clamp(24px,3.4vw,34px)}.home-greeting{display:flex;align-items:center;justify-content:space-between;gap:16px}.home-greeting h1{font-family:Shirkhand,Nunito,sans-serif;letter-spacing:.4px}.home-greeting img{height:74px;width:auto;object-fit:contain}.back-link{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:var(--ink);align-self:flex-start}.back-link:hover{color:var(--accent)}.back-button{padding:0;border:0;background:transparent;font:inherit;cursor:pointer}.eyebrow{font-size:12px;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:var(--accent)}.mode-tabs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:2px}.mode-tabs::-webkit-scrollbar{display:none}.mode-tabs button{flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:var(--surface);border-radius:999px;padding:9px 16px;font-weight:800;font-size:14px;color:var(--ink);cursor:pointer}.mode-tabs button.active{background:var(--heading);border-color:var(--heading);color:#fff}.rail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:10px}.rail-heading h2{margin:0;color:var(--heading);font-size:clamp(18px,2.4vw,23px)}.rail-heading p{margin:2px 0 0;color:var(--muted);font-weight:700;font-size:13px}.rail-tools{display:flex;align-items:center;gap:8px;flex:0 0 auto}.rail-tools a{font-weight:900;font-size:13.5px}.rail-arrow{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;cursor:pointer}.rail-arrow:disabled{opacity:.35;cursor:default}.rail-track{display:flex;gap:14px;overflow-x:auto;padding:4px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none}.rail-track.dragging{cursor:grabbing;scroll-snap-type:none}.rail-track img{-webkit-user-drag:none;user-drag:none}.rail-track.dragging a{pointer-events:none}.rail-track.dragging .card-hover-panel{display:none!important}.rail-track::-webkit-scrollbar{display:none}.rail-track>*{scroll-snap-align:start}.wrapping-rail .rail-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px;overflow:visible;padding-bottom:12px;scroll-snap-type:none;cursor:default;-webkit-user-select:auto;user-select:auto}.wrapping-rail .content-card,.wrapping-rail .content-card.landscape{width:auto;min-width:0;flex:none}.wrapping-rail .content-card.landscape{grid-column:span 2}@media(min-width:700px){.wrapping-rail .rail-track{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:26px 18px}}.content-card{position:relative;display:grid;gap:6px;align-content:start;width:150px;flex:0 0 150px;color:inherit;border-radius:var(--radius-card)}.content-card .card-art{position:relative;display:block;width:100%;aspect-ratio:3 / 4;border-radius:var(--radius-card);overflow:hidden;background:#dfe8f4;box-shadow:var(--shadow-card)}.content-card.landscape{width:252px;flex-basis:252px}.content-card.landscape .card-art{aspect-ratio:16 / 9}.content-card.square .card-art{aspect-ratio:1}.detail-page>.rail .content-card.book .card-art{aspect-ratio:5 / 7}.detail-page>.rail .content-card.book .card-art img{object-fit:contain}.card-art img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.card-art-fallback{display:grid;place-items:center;width:100%;height:100%;color:var(--muted)}.card-copy{display:grid;gap:2px}.card-copy strong{font-size:13.5px;color:var(--heading);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.card-copy small{color:var(--muted);font-weight:700;font-size:11.5px;display:inline-flex;align-items:center;gap:4px}.media-badge{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:999px;background:#151c2dd1;color:#fff;font-size:11px;font-weight:800}.media-badge.video{background:#5e4393eb}.media-badge.audio{background:#2393ffeb}.media-badge.premium{left:auto;right:8px;bottom:8px;background:#ffd873f2;color:#6b4d00}.card-hover-panel{position:absolute;inset:auto 0 0 0;padding:40px 12px 12px;background:linear-gradient(transparent,#151c2deb);color:#fff;border-radius:0 0 var(--radius-card) var(--radius-card);display:none;gap:4px;text-align:left}.card-hover-panel strong{font-size:13px}.card-hover-panel p{margin:0;font-size:11.5px;opacity:.85;line-height:1.45}.card-hover-panel small{font-size:11px;font-weight:700;color:#ffd873}@media(hover:hover)and (min-width:1100px){.content-card:hover .card-art,.content-card:focus-visible .card-art{box-shadow:var(--shadow-lift)}.content-card:hover .card-art img,.content-card:focus-visible .card-art img{transform:scale(1.05)}.content-card:hover .card-hover-panel,.content-card:focus-visible .card-hover-panel{display:grid}}.content-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:18px 14px}.content-grid .content-card{width:auto;flex:none}.content-grid .content-card.landscape{width:auto;grid-column:span 2}.home-taleem-feature{position:relative;display:grid;grid-template-columns:minmax(130px,210px) minmax(0,1fr) minmax(150px,250px);align-items:center;min-height:210px;overflow:hidden;padding:24px clamp(24px,4vw,52px);border:1px solid rgba(255,255,255,.48);border-radius:8px;background:linear-gradient(105deg,#f0fff72e,#dcf6e814),url(/assets/learn/background.png) center / cover;box-shadow:inset 0 1px #ffffff9e,inset 0 -1px #02231c61,inset 0 0 0 6px #ffffff0e,0 16px 36px #13392c2e;-webkit-backdrop-filter:blur(4px) saturate(112%);backdrop-filter:blur(4px) saturate(112%);color:#fff}.home-taleem-logo{width:100%;max-height:112px;object-fit:contain}.home-taleem-copy{display:grid;justify-items:start;gap:7px;padding-inline:clamp(20px,4vw,56px)}.home-taleem-copy small{color:#ffd482;font-size:11px;font-weight:950;text-transform:uppercase}.home-taleem-copy>strong{max-width:620px;font-family:Shirkhand,Georgia,serif;font-size:clamp(24px,3vw,38px);line-height:1.15}.home-taleem-copy>span{display:inline-flex;align-items:center;gap:8px;margin-top:5px;padding:10px 15px;border-radius:7px;background:#efb356;color:#35240d;font-size:13px;font-weight:950}.home-taleem-mascot{display:block;align-self:end;width:100%;height:205px;margin-bottom:-24px;overflow:hidden;filter:drop-shadow(0 12px 16px rgba(3,26,25,.3))}.home-taleem-mascot>div,.home-taleem-mascot>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom}.home-showcase{display:grid;gap:14px}.home-showcase-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.home-showcase-heading>div>span{display:inline-flex;align-items:center;gap:6px;color:#8a6508;font-size:10px;font-weight:950;text-transform:uppercase}.home-showcase-heading>div>span svg{width:16px;color:#e3a613}.home-showcase-heading h2{margin:3px 0 0;color:var(--heading);font-size:27px}.home-showcase-heading>a{padding:7px 11px;border:1px solid #d9c678;border-radius:7px;background:#fff9dc;color:#785d0a;font-size:11px;font-weight:900}.home-feature-mosaic{display:grid;aspect-ratio:32 / 9;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:10px}.home-feature-card{position:relative;min-width:0;overflow:hidden;border-radius:8px;background:#dce8f2;box-shadow:0 5px 16px #253e5224}.home-feature-card.lead{grid-column:span 2;grid-row:span 2}.home-feature-card>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .24s ease}.home-feature-overlay{position:absolute;inset:auto 0 0;display:grid;gap:3px;padding:34px 13px 12px;background:linear-gradient(transparent,#102231e6);color:#fff}.home-feature-overlay small{color:#ffe175;font-size:9px;font-weight:950;text-transform:uppercase}.home-feature-overlay strong{overflow:hidden;font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.home-feature-card.lead .home-feature-overlay{padding:60px 18px 17px}.home-feature-card.lead .home-feature-overlay strong{font-size:20px;white-space:normal}@media(hover:hover){.home-feature-card:hover>img{transform:scale(1.04)}}@media(max-width:900px)and (min-width:601px){.home-feature-mosaic{aspect-ratio:auto;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none}.home-feature-card{aspect-ratio:16 / 9}.home-feature-card.lead{grid-column:1 / -1;grid-row:span 1}}@media(max-width:600px){.home-showcase{gap:11px}.home-showcase-heading h2{font-size:22px}.home-feature-mosaic{display:flex;aspect-ratio:auto;gap:10px;margin-right:-14px;padding-right:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.home-feature-mosaic::-webkit-scrollbar{display:none}.home-feature-card,.home-feature-card.lead{width:74vw;height:auto;aspect-ratio:16 / 9;flex:0 0 74vw;scroll-snap-align:start}.home-feature-card.lead .home-feature-overlay{padding:40px 13px 12px}.home-feature-card.lead .home-feature-overlay strong{font-size:15px}}.home-discovery-feed{display:grid;gap:20px;margin-top:14px;padding:30px 0 18px;border-top:1px solid #d7e3ec}.home-feed-heading{display:flex;align-items:end;justify-content:space-between;gap:20px}.home-feed-heading>div>span{display:inline-flex;align-items:center;gap:7px;color:#14765f;font-size:10px;font-weight:950;text-transform:uppercase}.home-feed-heading>div>span svg{width:17px;color:#e5a51a}.home-feed-heading h2{margin:4px 0 2px;color:var(--heading);font-size:28px}.home-feed-heading p{margin:0;color:var(--muted);font-size:13px;font-weight:700}.home-feed-heading>a{flex:0 0 auto;padding:8px 12px;border:1px solid #bad9cc;border-radius:7px;background:#f3faf7;color:#226d58;font-size:11px;font-weight:900}.home-feed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 16px;align-items:start}.home-feed-card{width:auto;min-width:0;display:grid;gap:8px;color:inherit}.home-feed-art{position:relative;display:block;width:100%;aspect-ratio:16 / 10;overflow:hidden;border:1px solid rgba(48,85,105,.14);border-radius:8px;background:#e8f2f8;box-shadow:0 5px 14px #2744561c}.home-feed-card:nth-child(4n+2) .home-feed-art{background:#fff0d5}.home-feed-card:nth-child(4n+3) .home-feed-art{background:#e9f6ee}.home-feed-card:nth-child(4n) .home-feed-art{background:#f1eafa}.home-feed-art>img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .22s ease}.home-feed-card.video .home-feed-art{border-color:#6f50ab3d}.home-feed-card.audio .home-feed-art{border-color:#2393ff40}.home-feed-type{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:5px;background:#152d3de6;color:#fff;font-size:9px;font-weight:900}.home-feed-type svg{width:13px;height:13px}.home-feed-card.video .home-feed-type{background:#5b3e97f0}.home-feed-card.audio .home-feed-type{background:#1677baf0}.home-feed-copy{display:grid;gap:3px;min-width:0}.home-feed-copy strong{min-height:2.6em;overflow:hidden;color:var(--heading);font-size:13px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.home-feed-copy small{overflow:hidden;color:var(--muted);font-size:10px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}@media(hover:hover){.home-feed-card:hover .home-feed-art>img{transform:scale(1.04)}.home-feed-card:hover .home-feed-art{box-shadow:0 9px 22px #27445629}}.home-feed-loading,.home-feed-end{justify-self:center;margin:2px 0 0;color:var(--muted);font-size:11px;font-weight:850}.home-feed-loading{display:flex;align-items:center;gap:5px}.home-feed-loading span{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:home-feed-bounce .9s ease-in-out infinite alternate}.home-feed-loading span:nth-child(2){animation-delay:.15s}.home-feed-loading span:nth-child(3){animation-delay:.3s;margin-right:5px}.home-feed-retry{justify-self:center;min-height:40px;padding:0 16px;border:1px solid #cbd9e4;border-radius:7px;background:#fff;color:var(--heading);font-weight:900;cursor:pointer}.home-feed-trigger{width:100%;height:1px}@keyframes home-feed-bounce{to{transform:translateY(-5px);background:#efb438}}@media(max-width:900px){.home-feed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.home-discovery-feed{gap:16px;padding-top:24px}.home-feed-heading{align-items:flex-start}.home-feed-heading h2{font-size:23px}.home-feed-heading p{max-width:27ch;font-size:11px}.home-feed-heading>a{padding:7px 9px}.home-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 10px}.home-feed-copy strong{font-size:12px}}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-grid .content-card.landscape{grid-column:span 1}.videos-page{max-width:1240px}.video-page-heading{display:flex;align-items:center;gap:16px;padding-bottom:4px}.video-page-icon{width:54px;height:54px;flex:0 0 54px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#ef596f;box-shadow:0 10px 24px #ef596f3d}.video-page-heading>div>span{color:#bf425b;font-size:12px;font-weight:900;text-transform:uppercase}.video-page-heading h1{margin:2px 0;color:var(--heading);font-family:Shirkhand,Nunito,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:400}.video-page-heading p{margin:0;color:var(--muted);font-weight:700}.video-filters{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-block:1px solid var(--line);padding-block:14px}.video-category-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.video-category-tabs::-webkit-scrollbar{display:none}.video-category-tabs button{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);padding:8px 12px;font-weight:900;cursor:pointer}.video-category-tabs button small{margin-left:4px;color:var(--muted)}.video-category-tabs button.active{border-color:var(--heading);background:var(--heading);color:#fff}.video-category-tabs button.active small{color:#dce6f6}.age-filter{display:flex;flex:0 0 auto;gap:4px;padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface);overflow-x:auto;scrollbar-width:none}.age-filter::-webkit-scrollbar{display:none}.age-filter button{min-height:32px;flex:0 0 auto;border:0;border-radius:6px;padding:0 10px;background:transparent;color:var(--muted);font:inherit;font-size:12px;font-weight:900;cursor:pointer}.age-filter button:hover{color:var(--heading);background:#eef7ff}.age-filter button.active{color:#fff;background:var(--heading)}.search-page>.age-filter{justify-self:start}.language-filter{min-height:39px;flex:0 0 auto;display:flex;align-items:center;gap:5px;color:var(--heading);font-weight:900}.language-filter select{width:126px;min-height:34px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:0 24px 0 7px;font:inherit;font-weight:800;font-size:11px}.video-results{display:grid;gap:18px}.video-results-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.video-results-heading h2{margin:0;color:var(--heading)}.video-results-heading span{color:var(--muted);font-size:13px;font-weight:800}.videos-page .video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.collection-card{display:grid;grid-template-rows:auto 1fr;gap:0;border-radius:var(--radius-panel);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-card);color:inherit;border:1px solid var(--line);transition:transform .2s ease,box-shadow .2s ease}.collection-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lift)}.collection-collage{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--line)}.collection-collage img{width:100%;aspect-ratio:3 / 4;object-fit:cover;display:block;background:#dfe8f4}.collection-collage .collection-cover{grid-column:1 / -1;width:100%;aspect-ratio:3 / 4}.collection-collage.large{max-width:300px;flex:0 0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2px;border-radius:var(--radius-card);overflow:hidden;background:var(--line)}.collection-collage.large img{aspect-ratio:3 / 4;border-radius:0}.collection-collage.large .collection-cover{grid-column:1 / -1}.collection-card .collection-cover,.collection-collage.large .collection-cover{aspect-ratio:5 / 7}.collection-copy{display:grid;align-content:start;gap:3px;padding:14px 16px 16px}.collection-copy strong{color:var(--heading);font-size:16px;text-transform:capitalize;line-height:1.2}.collection-copy small{color:var(--accent-deep);font-weight:900;font-size:12px}.collection-copy p{margin:2px 0 0;font-size:12.5px;color:var(--muted);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection-header{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.themed-header{position:relative;padding:clamp(18px,3vw,34px);border-radius:var(--radius-panel);overflow:hidden;isolation:isolate}.themed-header:before{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;z-index:-2;background-image:var(--detail-cover);background-size:cover;background-position:center;filter:blur(60px) saturate(1.3);transform:scale(1.2);opacity:.45}.themed-header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,#ffffffd6,#ffffff94)}.collection-header h1{margin:4px 0 8px;color:var(--heading);text-transform:capitalize;font-size:clamp(26px,3.6vw,38px)}.collection-header p{margin:0 0 8px;max-width:60ch}.collection-detail-page{gap:24px}.collection-detail-hero{align-items:center}.collection-header-art{position:relative;flex:0 0 auto}.collection-header-copy{flex:1 1 420px}.collection-header-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;margin-top:20px}.collection-story-count{display:inline-flex;align-items:center;gap:7px;color:var(--heading);font-size:13px;font-weight:900}.collection-start{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 16px;border-radius:8px;background:var(--accent);box-shadow:0 8px 18px #248af038;color:#fff;font-size:13px;font-weight:900}.collection-story-section{display:grid;gap:18px}.collection-story-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:0 2px}.collection-story-heading h2{margin:4px 0 0;color:var(--heading);font-size:clamp(22px,2.4vw,30px)}.collection-story-heading p{margin:0 0 3px;color:var(--muted);font-size:13px;font-weight:700}.collection-story-grid{grid-template-columns:repeat(auto-fit,minmax(150px,190px));justify-content:space-between;gap:24px 18px}.collection-story-grid .content-card.portrait .card-art{aspect-ratio:5 / 7}.collection-story-grid .content-card.book .card-art{border:1px solid rgba(36,49,76,.12);box-shadow:5px 6px #e3e8ef,0 12px 22px #27375424}.collection-story-grid .content-card.book .card-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;box-shadow:inset 7px 0 9px #1823391c,inset 0 0 0 1px #ffffff47;pointer-events:none}.collection-story-grid .content-card.book .media-badge{z-index:2}@media(min-width:1100px){.collection-detail-hero{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:clamp(38px,5vw,72px);min-height:360px;padding:34px clamp(44px,6vw,82px)}.collection-detail-hero .collection-collage.large{width:100%}.collection-detail-hero .collection-header-copy{max-width:720px}.collection-detail-hero .collection-header-copy h1{font-size:clamp(38px,4vw,54px);line-height:1.05}.collection-detail-hero .collection-header-copy p{font-size:15px;line-height:1.65}.collection-story-grid{grid-template-columns:repeat(6,minmax(0,1fr));justify-content:initial}}@media(min-width:601px)and (max-width:1099.98px){.collection-detail-hero{display:grid;grid-template-columns:minmax(0,1fr);align-items:center;justify-items:center;gap:18px;min-height:0;padding:24px}.collection-detail-hero .collection-collage.large{width:150px}.collection-detail-hero .collection-header-copy{width:100%;min-width:0}.collection-detail-hero .collection-header-copy h1{font-size:clamp(25px,3.6vw,29px);line-height:1.12;text-align:center}.collection-detail-hero .collection-header-copy>.eyebrow{display:block;text-align:center}.collection-detail-hero .collection-header-copy p{max-width:none;font-size:13px;line-height:1.5;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.collection-detail-hero .collection-header-actions{margin-top:14px}.collection-story-section .collection-story-grid{grid-template-columns:repeat(4,minmax(0,1fr));justify-content:initial}}@media(max-width:600px){.collection-detail-page,.collection-detail-hero{gap:18px}.collection-detail-hero .collection-collage.large{width:112px}.collection-header-actions{margin-top:12px}.collection-story-count{display:none}.collection-story-heading{align-items:start}.collection-story-heading p{display:none}.collection-story-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 10px}}.quiz-hero-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:clamp(18px,3vw,34px);border-radius:var(--radius-panel);background:linear-gradient(115deg,var(--purple),#818af1);color:#fff;overflow:hidden}.quiz-hero-panel h1{margin:4px 0 8px;font-family:Shirkhand,Nunito,sans-serif;font-size:clamp(28px,4vw,42px)}.quiz-hero-panel p{margin:0;max-width:52ch;font-weight:700;opacity:.92}.quiz-hero-panel .eyebrow{color:#ffd873}.quiz-hero-panel img{height:clamp(90px,16vw,170px);object-fit:contain}.quiz-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.quiz-card-wrap{display:grid;gap:4px}.quiz-card{display:grid;gap:8px;color:inherit}.quiz-card-art{aspect-ratio:1;border-radius:var(--radius-card);overflow:hidden;background:linear-gradient(140deg,var(--sky),var(--cream));display:grid;place-items:center;color:var(--purple);box-shadow:var(--shadow-card);transition:transform .18s ease,box-shadow .18s ease}.quiz-card:hover .quiz-card-art,.quiz-card:focus-visible .quiz-card-art{transform:scale(.96);box-shadow:var(--shadow-lift)}.quiz-card-art img{width:100%;height:100%;object-fit:cover}.quiz-card-copy{display:grid;gap:1px}.quiz-card-copy strong{color:var(--heading);font-size:14px}.quiz-card-copy small{color:var(--muted);font-weight:700;font-size:11.5px}.best-score{font-weight:800;color:var(--accent-deep);font-size:11.5px}.quiz-mode-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.quiz-mode-tile{position:relative;display:grid;gap:2px;align-content:end;padding:18px;min-height:150px;border-radius:var(--radius-panel);overflow:hidden;color:#fff;box-shadow:var(--shadow-card);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.quiz-mode-tile:active{transform:scale(.96)}.quiz-mode-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,rgba(255,255,255,.35),transparent 45%)}.quiz-mode-tile img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}.quiz-mode-tile.single{background:linear-gradient(140deg,#2393ff,#1474d4)}.quiz-mode-tile.challenge{background:linear-gradient(140deg,#ff9157,#ef596f)}.quiz-mode-tile.islamic{background:linear-gradient(140deg,#18a98f,#0e7d69)}.quiz-mode-tile strong{position:relative;font-size:17px;line-height:1.2}.quiz-mode-tile small{position:relative;font-weight:700;opacity:.9;font-size:12px}.quiz-history-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}.quiz-history-card{display:grid;gap:3px;padding:13px 14px;border-radius:var(--radius-card);background:var(--surface);border:1px solid var(--line);color:var(--ink)}.quiz-history-card svg{color:var(--accent)}.quiz-history-card strong{color:var(--heading);font-size:14px}.quiz-history-card span{font-size:12px;color:var(--muted);font-weight:700}.quiz-play-page{max-width:780px}.quiz-play-header{display:flex;align-items:center;gap:14px}.quiz-play-header>button{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:var(--surface);display:grid;place-items:center;cursor:pointer}.quiz-play-header>div{display:grid}.quiz-play-header strong{color:var(--heading)}.quiz-play-header span{font-size:12.5px;color:var(--muted);font-weight:800}.quiz-score-chip{margin-left:auto;display:inline-flex;align-items:center;gap:6px;background:var(--cream);border-radius:999px;padding:7px 14px;font-weight:900;color:var(--heading)}.quiz-progress{height:8px;border-radius:999px;background:#e2e9f3;overflow:hidden}.quiz-progress span{display:block;height:100%;background:var(--accent);border-radius:inherit;transition:width .3s ease}.quiz-question-card{position:relative;background:var(--surface);border-radius:var(--radius-panel);border:1px solid var(--line);box-shadow:var(--shadow-card);padding:clamp(18px,3vw,30px);display:grid;gap:16px;animation:quizCardIn .35s ease}@keyframes quizCardIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.quiz-streak-badge{position:absolute;top:-14px;right:18px;display:inline-flex;align-items:center;gap:5px;background:var(--purple);color:#fff;font-weight:900;border-radius:999px;padding:6px 13px;box-shadow:var(--shadow-card)}.quiz-streak-badge img{width:15px;height:15px}.quiz-question-image{width:100%;max-height:240px;object-fit:contain;border-radius:var(--radius-card);background:#f0f4fa}.quiz-question-card h2{margin:0;color:var(--heading);font-size:clamp(18px,2.6vw,24px);line-height:1.35}.quiz-options{display:grid;gap:10px}.quiz-option{display:flex;align-items:center;gap:12px;text-align:left;padding:13px 15px;border-radius:var(--radius-card);border:2px solid var(--line);background:#f8fafd;font-weight:800;color:var(--ink);cursor:pointer;animation:optionIn .3s ease both;transition:border-color .15s ease,background .15s ease,transform .15s ease}@keyframes optionIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:none}}.option-letter{flex:0 0 auto;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--sky);color:var(--accent-deep);font-weight:900;font-size:13px}.quiz-option.correct .option-letter{background:#2fae6e;color:#fff}.quiz-option.wrong .option-letter{background:#e05656;color:#fff}.option-text{flex:1 1 auto}.quiz-option:hover:not(:disabled){border-color:var(--accent);transform:translate(3px)}.quiz-option:hover:not(:disabled){border-color:var(--accent)}.quiz-option.correct{border-color:#2fae6e;background:#e8f9f0;color:#166b43}.quiz-option.wrong{border-color:#e05656;background:#fdecec;color:#8f2828}.quiz-option:disabled{cursor:default}.quiz-feedback{display:grid;gap:12px;border-top:1px dashed var(--line);padding-top:14px}.quiz-feedback p{margin:0;font-weight:700}.quiz-timer-note{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-weight:700}.quiz-result-page{align-items:center;text-align:center;max-width:640px}.quiz-result-page img{width:min(280px,60vw)}.quiz-result-page h1{margin:0;font-family:Shirkhand,Nunito,sans-serif;color:var(--heading);font-size:clamp(28px,4.6vw,40px)}.result-score{font-size:54px;font-weight:900;color:var(--accent-deep)}.detail-hero{position:relative;display:flex;gap:clamp(18px,3.4vw,40px);align-items:flex-start;flex-wrap:wrap;padding:clamp(18px,3vw,34px);border-radius:var(--radius-panel);overflow:hidden;isolation:isolate}.detail-hero:before{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;z-index:-2;background-image:var(--detail-cover);background-size:cover;background-position:center;filter:blur(60px) saturate(1.3);transform:scale(1.2);opacity:.5}.detail-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(135deg,#ffffffd1,#ffffff8c)}.detail-page .back-link{margin-bottom:2px}.detail-cover{width:clamp(180px,26vw,300px);flex:0 0 auto;border-radius:var(--radius-panel);overflow:hidden;box-shadow:var(--shadow-lift);background:#dfe8f4}.detail-hero:not(.video-detail-hero) .detail-cover img{width:100%;aspect-ratio:5 / 7;object-fit:contain;display:block}.video-detail-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:0;padding:0}.video-detail-hero .detail-cover{position:relative;width:100%;max-width:none;margin:0;border-radius:var(--radius-panel) var(--radius-panel) 0 0;box-shadow:none;background:#10141d}.video-detail-hero .detail-cover img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.video-detail-hero .detail-cover iframe{display:block;width:100%;aspect-ratio:16 / 9;border:0}.detail-video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;justify-items:center;gap:9px;border:0;background:#0f1b2b2e;color:#fff;cursor:pointer}.detail-video-play-mark{display:grid;width:72px;height:72px;place-items:center;border:6px solid #ef4656;border-radius:50%;background:#ffd43b;box-shadow:0 8px 24px #131f304d,inset 0 -5px #f1a916;color:#17283f;transition:transform .18s ease}.detail-video-play-mark svg{width:31px;height:31px;margin-left:4px}.detail-video-play strong{padding:6px 12px;border-radius:999px;background:#101d2ec2;font-size:13px}@media(hover:hover){.detail-video-play:hover .detail-video-play-mark{transform:scale(1.07)}}.video-detail-hero .detail-info{padding:clamp(18px,3vw,28px)}.detail-info{flex:1 1 320px;display:grid;gap:10px;align-content:start}.detail-info h1{margin:0;color:var(--heading);font-size:clamp(24px,3.4vw,36px);line-height:1.15}.detail-info p{margin:0;max-width:64ch;line-height:1.6}.video-about-link{width:max-content;display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #c8d8e4;border-radius:6px;background:#ffffffb8;color:#3d6078;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.video-about-link:hover{background:#fff;color:var(--accent-deep)}.video-details-dialog{width:min(560px,calc(100vw - 28px));max-height:min(680px,calc(100dvh - 36px));padding:0;border:1px solid #d7e3eb;border-radius:8px;background:#fffefa;color:var(--heading);box-shadow:0 24px 80px #1027414d}.video-details-dialog::backdrop{background:#0c1e3194;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.video-details-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 18px 14px;border-bottom:1px solid #e1e9ee;background:linear-gradient(135deg,#eef8ff,#fff8dc)}.video-details-dialog header small{color:#3d7b9f;font-size:10px;font-weight:900;text-transform:uppercase}.video-details-dialog header h2{margin:2px 0 0;font-size:21px}.video-details-dialog header button{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:#fff;color:#476176;cursor:pointer}.video-details-body{max-height:min(520px,calc(100dvh - 150px));padding:20px;overflow-y:auto}.video-details-body h3{margin:0 0 10px;font-size:17px;line-height:1.35}.video-details-body p{margin:0;color:var(--muted);line-height:1.65;overflow-wrap:anywhere}.detail-creators{display:flex;align-items:center;gap:7px;font-weight:800;color:var(--muted);font-size:13.5px}.detail-meta{display:flex;flex-wrap:wrap;gap:8px}.detail-meta span{display:inline-flex;align-items:center;gap:5px;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:800;color:var(--ink)}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.detail-page .quiz-card{width:168px;flex:0 0 168px}.detail-tags{display:flex;flex-wrap:wrap;gap:8px}.detail-tags span{background:var(--sky);color:var(--accent-deep);border-radius:999px;padding:6px 13px;font-weight:800;font-size:12.5px;text-transform:capitalize}.primary-button{display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:var(--accent);color:#fff;font-weight:900;padding:12px 22px;cursor:pointer;font-size:14.5px;justify-content:center}.primary-button:hover{background:var(--accent-deep)}.ghost-button{display:inline-flex;align-items:center;gap:8px;border:2px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);font-weight:900;padding:10px 20px;cursor:pointer;font-size:14.5px}.ghost-button.saved{border-color:#ff5e78;color:#e0355a}.detail-skeleton{height:320px;border-radius:var(--radius-panel);background:linear-gradient(100deg,#e3ecf7 40%,#f4f8fd,#e3ecf7 60%);background-size:200% 100%;animation:shimmer 1.4s infinite}.search-page{max-width:1180px;gap:16px}.search-discovery{display:grid;gap:18px;padding:26px clamp(20px,4vw,38px) 30px;border:1px solid #cfe8e0;border-radius:var(--radius-panel);background:repeating-linear-gradient(135deg,transparent 0 28px,rgba(255,255,255,.32) 28px 30px),linear-gradient(135deg,#eafaf4,#eef8ff 56%,#fff6d8);box-shadow:0 8px 24px #3d5e5714}.search-discovery .page-heading span{display:flex;align-items:center;gap:6px;color:#33806a}.search-discovery .page-heading h1{margin-top:4px;font-family:Shirkhand,Nunito,sans-serif;font-size:clamp(30px,4vw,44px);font-weight:400;line-height:1.08}.search-field{display:flex;align-items:center;gap:10px;min-height:58px;background:#fff;border:2px solid #8ecdf5;border-radius:999px;padding:12px 20px;color:#3d8ab6;box-shadow:0 5px #cbe7f7,0 10px 24px #3c81a417}.search-field:focus-within{border-color:#2393ff;box-shadow:0 4px #a9d8f4,0 10px 24px #2393ff24}.search-field input{flex:1;border:0;outline:none;font-weight:700;color:var(--heading);font-size:16px;background:transparent}.search-tabs{gap:9px;padding:2px 2px 5px}.search-tabs button{min-height:46px;border-width:1px;box-shadow:0 3px #4458691a;transition:transform .12s ease,box-shadow .12s ease}.search-tabs button.sun{border-color:#efda9b;background:#fff5d3;color:#80651c}.search-tabs button.mint{border-color:#bfe6d9;background:#eaf9f3;color:#2f765f}.search-tabs button.sky{border-color:#c4e4f7;background:#ebf7ff;color:#337a9f}.search-tabs button.coral{border-color:#f3ccd2;background:#fff0f2;color:#a94e60}.search-tabs button.lilac{border-color:#ded2f5;background:#f4efff;color:#7252a2}.search-tabs button.active{transform:translateY(2px);border-color:#29384f;background:#29384f;color:#fff;box-shadow:0 1px #29384f40}.search-age-row{display:flex;align-items:center;gap:14px;width:max-content;max-width:100%;padding:8px 10px 8px 14px;border:1px solid #d6e9e3;border-radius:10px;background:#fff;box-shadow:0 4px 12px #415d560f}.search-age-copy{min-width:84px;padding-right:12px;border-right:1px solid #dce9e5}.search-age-copy span,.search-age-copy strong{display:block}.search-age-copy span{color:#819087;font-size:9px;font-weight:900;text-transform:uppercase}.search-age-copy strong{color:#34755f;font-size:13px}.search-age-row .age-filter{border:0;background:transparent}.search-age-row .age-filter button{min-height:36px;border-radius:8px}.search-age-row .age-filter button:nth-child(2){color:#2f765f;background:#eaf9f3}.search-age-row .age-filter button:nth-child(3){color:#337a9f;background:#ebf7ff}.search-age-row .age-filter button:nth-child(4){color:#7252a2;background:#f4efff}.search-age-row .age-filter button.active{color:#fff;background:#29384f}.discovery-playground{display:grid;gap:34px;padding:26px clamp(20px,4vw,42px) 34px;border:1px solid #d8e5e1;border-radius:var(--radius-panel);background:radial-gradient(circle at 12% 15%,rgba(255,224,113,.3) 0 4px,transparent 5px),radial-gradient(circle at 88% 22%,rgba(86,173,225,.24) 0 5px,transparent 6px),radial-gradient(circle at 78% 82%,rgba(240,127,142,.2) 0 4px,transparent 5px),#fff;background-size:68px 68px,88px 88px,74px 74px,auto;box-shadow:0 10px 28px #2e495614}.discovery-path-section,.discovery-topic-section{display:grid;gap:16px}.discovery-section-heading span{color:#4d8b78;font-size:11px;font-weight:950;letter-spacing:0;text-transform:uppercase}.discovery-section-heading h2{margin:3px 0 0;color:var(--heading);font-family:Shirkhand,Nunito,sans-serif;font-size:25px;font-weight:400;letter-spacing:0}.discovery-path-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.discovery-path{min-width:0;min-height:142px;padding:17px 15px 15px;border:2px solid;border-radius:8px;display:grid;align-content:start;justify-items:start;gap:6px;color:var(--heading);text-align:left;cursor:pointer;box-shadow:0 5px #29384f1a;transition:transform .14s ease,box-shadow .14s ease}.discovery-path:hover{transform:translateY(-3px) rotate(-.5deg);box-shadow:0 8px #29384f1a}.discovery-path>span{width:42px;height:42px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;background:#ffffffbf}.discovery-path svg{width:21px}.discovery-path strong{margin-top:3px;font-size:16px}.discovery-path small{color:#5f6e72;font-size:11px;font-weight:750;line-height:1.35}.discovery-path.mint{border-color:#91d3bd;background:#e8f8f2}.discovery-path.coral{border-color:#eca9b2;background:#ffeff1}.discovery-path.sky{border-color:#8bc9eb;background:#e9f6fd}.discovery-path.sun{border-color:#e4c762;background:#fff5c9}.discovery-topic-cloud{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;padding:8px 4px}.discovery-topic-cloud button{min-height:45px;display:inline-flex;align-items:center;gap:8px;padding:10px 17px;border:1px solid;border-radius:999px;color:var(--heading);font-weight:900;cursor:pointer;box-shadow:0 3px #29384f1a;transition:transform .13s ease}.discovery-topic-cloud button:hover{transform:translateY(-2px) rotate(1deg)}.discovery-topic-cloud .size-1{min-height:51px;font-size:15px}.discovery-topic-cloud .size-2{padding-inline:21px}.discovery-topic-cloud .gold{border-color:#e9ce72;background:#fff6cd}.discovery-topic-cloud .mint{border-color:#9dd8c4;background:#eaf9f3}.discovery-topic-cloud .coral{border-color:#eeb4bc;background:#fff0f2}.discovery-topic-cloud .green{border-color:#aad7a7;background:#eff9e8}.discovery-topic-cloud .sky{border-color:#a8d5ee;background:#ebf7ff}.discovery-topic-cloud .lilac{border-color:#cec0e8;background:#f4efff}.search-group{display:grid;gap:14px}.search-group>h2{margin:0;color:var(--heading);font-size:20px;display:flex;align-items:baseline;gap:10px}.search-group>h2:before{width:7px;height:24px;border-radius:999px;background:linear-gradient(#55a98f 0,#55a98f 50%,#f3c968 50%);content:""}@media(min-width:901px){.search-page .video-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 16px}}@media(min-width:1100px){.search-page .video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.search-page .content-card .card-art{border:2px solid rgba(85,169,143,.18);box-shadow:0 6px 16px #2c48531a}.search-page .content-card:nth-child(3n+2) .card-art{border-color:#56ade13d}.search-page .content-card:nth-child(3n) .card-art{border-color:#f3b65147}.search-page .content-card .card-copy strong{font-size:14px;line-height:1.35}.result-count{font-size:13px;color:var(--muted);font-weight:800}.surprise-again{margin-left:auto;min-height:36px;display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border:1px solid #e4c762;border-radius:999px;background:#fff5c9;color:#6d5713;font-weight:900;cursor:pointer;box-shadow:0 3px #6d571321}.load-more{justify-self:center}.infinite-load-trigger{min-height:1px;width:100%}.infinite-load-trigger .content-grid{margin-top:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.video-frame{position:relative;width:100%;max-width:960px;margin:0 auto;aspect-ratio:16 / 9;border-radius:var(--radius-panel);overflow:hidden;background:#101828;box-shadow:var(--shadow-lift)}.video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.video-external{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:12px;color:#fff;text-align:center;padding:20px}.video-skeleton{aspect-ratio:16 / 9;max-width:960px;margin:0 auto;width:100%;border-radius:var(--radius-panel);background:linear-gradient(100deg,#e3ecf7 40%,#f4f8fd,#e3ecf7 60%);background-size:200% 100%;animation:shimmer 1.4s infinite}.watch-meta{max-width:960px;margin:0 auto;width:100%;display:grid;gap:10px}.watch-meta h1{margin:0;color:var(--heading)}.watch-meta p{margin:0;line-height:1.6}.watch-meta .ghost-button{justify-self:start}.watch-next{width:100%;max-width:1100px;margin:0 auto;display:grid;gap:14px}.watch-next-heading h2{margin:0;color:var(--heading);font-size:20px}.watch-next-heading p{margin:3px 0 0;color:var(--muted);font-size:12px;font-weight:700}.watch-next-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:22px 14px}.watch-next-grid .content-card,.watch-next-grid .content-card.landscape{width:auto;min-width:0;flex:none}.reader{min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:auto 1fr auto;background:#17233b url(/assets/images/reader_bg.jpg) center/cover;color:#fff;position:relative}.reader-header{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#101828b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;transition:opacity .22s ease,transform .32s cubic-bezier(.22,.72,.18,1)}.reader-header>button,.reader-header-actions button{width:42px;height:42px;border-radius:50%;border:0;background:#ffffff24;color:#fff;display:grid;place-items:center;cursor:pointer}.reader-header>div{display:grid;min-width:0}.reader-header strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reader-header span{font-size:12px;opacity:.75;font-weight:700}.reader-header-actions{margin-left:auto;display:flex;gap:8px}.reader-header>.reader-header-actions{display:flex}.reader-stage{display:flex;align-items:stretch;justify-content:center;min-height:0;padding:12px clamp(8px,2vw,24px);gap:18px;overflow:hidden}.reader-flip-mount{flex:1 1 auto;width:100%;min-width:0;min-height:0;position:relative;display:grid;place-items:center;overflow:hidden}.reader-flip-host{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:none!important;filter:drop-shadow(0 14px 28px rgba(0,0,0,.48))}.reader-flip-host .stf__block{overflow:visible}.reader-flip-page{overflow:hidden;background:#fff;box-shadow:0 0 0 1px #1a26381f}.reader-flip-page img{display:block;width:100%;height:100%;object-fit:fill;-webkit-user-select:none;user-select:none;pointer-events:none}.reader-engagement{flex:0 0 320px;background:#fffffff7;color:var(--ink);border-radius:var(--radius-panel);padding:20px;align-self:center;display:grid;gap:10px;max-height:calc(100vh - 190px);overflow-y:auto}.reader-engagement>span{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:1px;color:var(--accent)}.reader-engagement h2{margin:0;color:var(--heading);font-family:Shirkhand,Nunito,sans-serif;letter-spacing:.4px}.reader-engagement p{margin:0;font-size:13.5px;line-height:1.55}.reader-engagement h3{margin:6px 0 0;color:var(--heading)}.reader-recommendations{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reader-recommendations .content-card{width:auto;flex:none}.reader-footer{display:flex;align-items:center;gap:16px;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:#101828b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:5;transition:opacity .22s ease,transform .32s cubic-bezier(.22,.72,.18,1)}.reader-footer>button{border:0;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:var(--accent);color:#fff;padding:0;display:grid;place-items:center;cursor:pointer}.reader-footer>button:disabled{opacity:.4;cursor:default}.reader-progress{flex:1;height:4px;overflow:hidden;border-radius:999px;background:#ffffff42}.reader-progress-fill{display:block;height:100%;border-radius:inherit;background:#ffd873;transition:width .32s ease}.reader-info{position:fixed;top:70px;right:12px;z-index:20;width:min(340px,calc(100vw - 24px));background:#fff;color:var(--ink);border-radius:var(--radius-panel);box-shadow:var(--shadow-lift);padding:18px;display:grid;gap:8px}.reader-info h2{margin:0;color:var(--heading);font-size:18px}.reader-info p{margin:0;font-size:13.5px;line-height:1.55}.reader-info small{font-weight:700;color:var(--muted)}.close-button{position:absolute;top:10px;right:10px;width:32px;height:32px;border-radius:50%;border:0;background:#eef2f8;display:grid;place-items:center;cursor:pointer;color:var(--ink)}.reader-loading,.reader-fallback{display:grid;place-items:center;min-height:100vh;background:#17233b}.reader-fallback{background:linear-gradient(160deg,#eaf5ff,#fbf7e8)}.reader-page-skeleton{width:min(80vw,480px);aspect-ratio:3 / 4}@media(orientation:portrait){.reader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;width:100vw;height:100vh;height:100dvh;min-height:0;display:grid;grid-template-rows:1fr;overflow:hidden;background:#080d17;overscroll-behavior:none}.reader-header{position:absolute;inset:0 0 auto;padding:calc(10px + env(safe-area-inset-top)) 12px 30px;background:linear-gradient(180deg,#050a12e0,#050a1200);-webkit-backdrop-filter:none;backdrop-filter:none}.reader-stage{grid-area:1 / 1;width:100vw;height:100vh;height:100dvh;min-height:0;padding:0;touch-action:pan-y}.reader-flip-mount,.reader-flip-host{width:100%;height:100%;max-width:none}.reader-flip-host{filter:none}.reader-footer{position:absolute;inset:auto 0 0;padding:32px 14px calc(10px + env(safe-area-inset-bottom));background:linear-gradient(0deg,#050a12e0,#050a1200);-webkit-backdrop-filter:none;backdrop-filter:none}.reader.chrome-hidden .reader-header{opacity:0;transform:translateY(-100%);pointer-events:none}.reader.chrome-hidden .reader-footer{opacity:0;transform:translateY(100%);pointer-events:none}.reader-info{top:calc(68px + env(safe-area-inset-top))}}.library-page{max-width:1180px;gap:30px}.library-hero{min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px clamp(24px,5vw,58px);border:3px solid #153d62;border-radius:var(--radius-panel);background:repeating-linear-gradient(135deg,transparent 0 22px,rgba(255,255,255,.3) 22px 36px),#ffe36e;overflow:hidden}.library-hero>div:first-child{max-width:650px}.library-hero h1{margin:5px 0 8px;color:var(--heading);font-size:clamp(30px,4vw,46px);line-height:1.08;letter-spacing:0}.library-hero p{max-width:570px;margin:0;color:var(--ink);line-height:1.6}.library-hero-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.library-hero-actions a{display:inline-flex;align-items:center;gap:7px}.library-hero-mark{width:154px;aspect-ratio:1;flex:0 0 auto;display:grid;place-items:center;align-content:center;gap:2px;border:3px solid #153d62;border-radius:50%;background:#fff;color:var(--heading);box-shadow:0 18px 45px #28486624}.library-hero-mark strong,.library-hero-mark span{font-size:26px;font-weight:950;line-height:1}.library-hero-mark small{color:var(--muted);font-size:10px;font-weight:900;text-transform:uppercase}.library-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.library-overview.without-quiz{grid-template-columns:repeat(3,minmax(0,1fr))}.library-overview>div{min-height:92px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr;align-items:center;column-gap:12px;padding:16px 18px;border:2px solid var(--heading);border-radius:var(--radius-card);background:#dff6ff}.library-overview>div:nth-child(2){background:#fff0a8}.library-overview>div:nth-child(3){background:#dff7d7}.library-overview>div:nth-child(4){background:#ffe0dc}.library-overview svg{grid-row:1 / 3;color:var(--accent-deep)}.library-overview strong{align-self:end;color:var(--heading);font-size:24px;line-height:1}.library-overview span{align-self:start;color:var(--muted);font-size:11px;font-weight:900}.library-section{display:grid;gap:16px;padding:24px clamp(14px,3vw,28px) 28px;border:0;border-radius:var(--radius-panel);background:#f1f9ff}.library-continue{background:#fff7cb}.library-quran{background:#e4f7ee}.library-books{background:#e5f7ff}.library-videos{background:#ffe7e1}.library-audio{background:#e8f8df}.library-completed{background:#fff0b9}.library-quizzes{background:#f1eaff}.library-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.library-section-heading>div{display:flex;align-items:center;gap:11px;color:var(--accent-deep)}.library-section-heading>div>svg{width:39px;height:39px;padding:9px;flex:0 0 auto;border:2px solid currentColor;border-radius:50%;background:#fff}.library-section-heading>div>span{display:grid;gap:2px}.library-section-heading strong{color:var(--heading);font-size:20px}.library-section-heading small{color:var(--muted);font-size:12px;font-weight:700}.library-section-heading>span{min-width:30px;padding:5px 8px;border-radius:999px;background:#fff;border:2px solid currentColor;color:var(--heading);text-align:center;font-size:11px;font-weight:900}.library-book-grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr))}.library-video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.library-audio-grid{grid-template-columns:repeat(auto-fill,minmax(150px,190px))}.library-progress-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.library-empty-row{min-height:88px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:16px 18px;border:2px dashed #8aa8bd;border-radius:var(--radius-card);background:#ffffffad;color:var(--accent-deep)}.library-empty-row>span{display:grid;gap:2px}.library-empty-row strong{color:var(--heading)}.library-empty-row small{color:var(--muted);font-weight:700}.library-empty-row a{color:var(--accent-deep);font-size:12px;font-weight:900}.quran-resume-card{display:grid;grid-template-columns:116px minmax(0,1fr) auto;align-items:center;gap:22px;padding:20px 22px;border:2px solid #72b99f;border-radius:8px;background:#fff;box-shadow:0 5px #33775e1f}.quran-resume-mark{height:98px;display:grid;place-items:center;border-radius:8px;background:#163f34;color:#f4d979;font-family:Noto Naskh Arabic,serif;font-size:30px;font-weight:800}.quran-resume-copy>span{color:#3e806a;font-size:10px;font-weight:950;text-transform:uppercase}.quran-resume-copy h3{margin:2px 0;color:var(--heading);font-size:23px}.quran-resume-copy p{margin:0;color:var(--muted);font-size:12px;font-weight:800}.quran-resume-track{height:7px;margin-top:10px;overflow:hidden;border-radius:999px;background:#dceae5}.quran-resume-track span{display:block;height:100%;border-radius:inherit;background:#45a885}.quran-resume-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:9px}.quran-resume-stats span{display:inline-flex;align-items:center;gap:4px;color:#527069;font-size:10px;font-weight:850}.quran-resume-button{display:inline-flex;align-items:center;gap:7px;padding:11px 15px;border-radius:999px;background:#173e35;color:#fff;font-weight:900}.library-quiz-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.library-quiz-grid>div{min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:13px 16px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--surface);color:#a56c00}.library-quiz-grid span{display:grid;gap:2px}.library-quiz-grid strong{color:var(--heading)}.library-quiz-grid small{color:var(--muted);font-size:11px;font-weight:700}.library-quiz-grid b{color:#166b43;font-size:18px}.segmented{display:inline-flex;gap:4px;background:#e7eef7;border-radius:999px;padding:4px;align-self:flex-start;flex-wrap:wrap}.segmented button{border:0;background:transparent;border-radius:999px;padding:9px 16px;font-weight:800;color:var(--ink);cursor:pointer}.segmented button.active{background:#fff;box-shadow:var(--shadow-card);color:var(--heading)}.progress-card-wrap{display:grid;gap:6px;align-content:start}.progress-card-wrap .content-card{width:auto}.progress-bar{height:6px;border-radius:999px;background:#e2e9f3;overflow:hidden}.progress-bar span{display:block;height:100%;background:var(--accent)}.progress-card-wrap>small{font-size:11.5px;font-weight:800;color:var(--muted)}.library-progress-grid .progress-card-wrap>small strong{color:var(--heading)}.completed-tag{display:inline-flex;align-items:center;gap:5px;color:#166b43}@media(max-width:760px){.library-page{gap:24px}.library-hero{min-height:0;padding:25px 20px}.library-hero h1{font-size:31px}.library-hero-mark{display:none}.library-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.library-overview>div{min-height:76px;padding:12px}.library-video-grid,.library-audio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-quiz-grid{grid-template-columns:1fr}.library-empty-row{grid-template-columns:auto 1fr}.library-empty-row a{grid-column:2}.quran-resume-card{grid-template-columns:76px minmax(0,1fr);gap:13px;padding:14px}.quran-resume-mark{height:80px;font-size:23px}.quran-resume-button{grid-column:1 / -1;justify-content:center}}@media(max-width:420px){.library-video-grid{grid-template-columns:1fr}.library-book-grid,.library-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-section-heading strong{font-size:18px}.library-section-heading small{max-width:230px}}.guest-welcome-page{max-width:1120px;gap:18px}.guest-welcome{position:relative;min-height:420px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:center;gap:clamp(24px,5vw,72px);overflow:hidden;padding:clamp(32px,6vw,70px);border:1px solid rgba(35,147,255,.18);border-radius:var(--radius-panel);background:radial-gradient(circle at 88% 20%,rgba(255,211,42,.42) 0 7%,transparent 7.3%),radial-gradient(circle at 8% 88%,rgba(41,190,128,.18) 0 9%,transparent 9.3%),linear-gradient(135deg,#fff,#eef8ff 60%,#fff9d9);box-shadow:var(--shadow-card)}.guest-welcome:after{content:"";position:absolute;right:14%;bottom:-70px;width:210px;height:130px;border:16px solid rgba(35,147,255,.1);border-bottom:0;border-radius:110px 110px 0 0}.guest-welcome-copy{position:relative;z-index:2;max-width:610px}.guest-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#117055;font-size:12px;font-weight:900;letter-spacing:.6px;text-transform:uppercase}.guest-eyebrow svg{color:#e99d00}.guest-welcome h1{max-width:13ch;margin:10px 0 12px;color:var(--heading);font-family:Shirkhand,Nunito,sans-serif;font-size:clamp(36px,5.2vw,62px);font-weight:400;line-height:1.03}.guest-welcome-copy>p{max-width:55ch;margin:0;color:#5f6a7c;font-size:16px;font-weight:700;line-height:1.55}.guest-login-options{display:grid;grid-template-columns:repeat(2,minmax(0,210px));gap:10px;margin-top:24px}.guest-login-options .provider-button{width:100%;padding:0 14px;box-shadow:0 5px #d8e0e7;transition:transform .16s ease,box-shadow .16s ease}.guest-login-options .provider-button.apple{box-shadow:0 5px #89909a}.guest-login-options .provider-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 7px #d8e0e7}.guest-login-options .provider-button.apple:not(:disabled):hover{box-shadow:0 7px #89909a}.guest-login-options img{width:19px;height:19px;object-fit:contain}.guest-welcome-copy>small{display:block;max-width:54ch;margin-top:16px;color:#778294;font-weight:700;line-height:1.45}.guest-adventure{position:relative;z-index:1;width:min(29vw,310px);aspect-ratio:1;justify-self:center;border:2px dashed rgba(35,147,255,.28);border-radius:50%;animation:guest-arrive .6s ease both}.guest-adventure>img{position:absolute;top:50%;left:50%;width:42%;aspect-ratio:1;object-fit:contain;padding:12px;transform:translate(-50%,-50%);border:8px solid #fff;border-radius:50%;background:#ffd32a;box-shadow:0 18px 36px #25304733}.guest-orbit{position:absolute;width:54px;height:54px;display:grid;place-items:center;border:5px solid #fff;border-radius:50%;color:#fff;box-shadow:0 8px 18px #25304733}.guest-orbit svg{width:23px}.guest-orbit.book{top:4%;left:13%;background:#2393ff}.guest-orbit.video{top:18%;right:-3%;background:#f35f57}.guest-orbit.audio{bottom:1%;right:13%;background:#29a978}.guest-orbit.heart{bottom:13%;left:-2%;background:#e74c85}.guest-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.guest-benefits article{min-width:0;padding:20px;border:1px solid var(--line);border-radius:var(--radius-card);background:#fff;box-shadow:0 3px 10px #3f4a6014}.guest-benefits svg{width:38px;height:38px;margin-bottom:12px;padding:8px;border-radius:10px;background:#e6f5ff;color:var(--accent-deep)}.guest-benefits article:nth-child(2) svg{background:#fff2ca;color:#ac7200}.guest-benefits article:nth-child(3) svg{background:#e1f6ec;color:#117055}.guest-benefits strong{display:block;color:var(--heading);font-size:16px}.guest-benefits p{margin:7px 0 0;color:#6d7789;font-size:13px;font-weight:700;line-height:1.5}.guest-content-ribbon{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 24px;padding:14px 20px;color:#566174;font-size:13px;font-weight:900}.guest-content-ribbon span{display:inline-flex;align-items:center;gap:7px}.guest-content-ribbon svg{width:17px;color:var(--accent-deep)}@keyframes guest-arrive{0%{opacity:0;transform:translateY(18px) rotate(-4deg)}to{opacity:1;transform:translateY(0) rotate(0)}}@media(max-width:760px){.guest-welcome{min-height:0;grid-template-columns:1fr;gap:26px;padding:30px 24px;text-align:center}.guest-welcome-copy{margin:0 auto}.guest-welcome h1{margin-inline:auto;font-size:clamp(34px,10vw,48px)}.guest-welcome-copy>p,.guest-welcome-copy>small{margin-inline:auto}.guest-login-options{justify-content:center}.guest-adventure{width:min(64vw,250px);order:-1}.guest-benefits{grid-template-columns:1fr}.guest-benefits article{display:grid;grid-template-columns:auto 1fr;column-gap:13px;text-align:left}.guest-benefits svg{grid-row:1 / 3;margin:0}.guest-benefits p{margin-top:3px}}@media(max-width:480px){.guest-welcome-page{padding-inline:10px}.guest-welcome{padding:26px 16px 30px}.guest-login-options{grid-template-columns:1fr}.guest-content-ribbon{justify-content:flex-start;padding-inline:12px}.guest-content-ribbon span{flex:1 1 140px}}.profile-page{max-width:860px;gap:16px}.profile-guest-page{max-width:760px}.profile-guest{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-panel);background:#fff;box-shadow:var(--shadow-card)}.profile-guest-art{position:relative;height:160px}.profile-guest-art>img:first-child{width:100%;height:100%;object-fit:cover}.profile-guest-art>img:last-child{position:absolute;left:50%;bottom:-36px;width:76px;height:76px;padding:7px;transform:translate(-50%);border:5px solid #fff;border-radius:50%;background:#ffd42a;box-shadow:var(--shadow-card)}.profile-guest-copy{padding:52px 24px 0;text-align:center}.profile-guest-copy>span{color:var(--accent-deep);font-size:12px;font-weight:900;text-transform:uppercase}.profile-guest-copy h1{margin:6px 0 8px;color:var(--heading);font-size:30px}.profile-guest-copy p{max-width:52ch;margin:0 auto;color:var(--muted);font-weight:700;line-height:1.5}.profile-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:26px 28px 0;padding:22px 0;border-block:1px solid var(--line)}.profile-benefits>div{display:flex;align-items:flex-start;gap:10px;text-align:left}.profile-benefits svg{flex:0 0 auto;width:34px;height:34px;padding:7px;border-radius:10px;background:#e3f3ff;color:var(--accent-deep)}.profile-benefits span,.profile-benefits strong{display:block}.profile-benefits span{color:var(--muted);font-size:12px;font-weight:700;line-height:1.4}.profile-benefits strong{margin-bottom:3px;color:var(--heading);font-size:13px}.profile-guest .profile-login-options{margin:22px auto 0}.profile-device-note{display:block;margin:12px 20px 24px;color:var(--muted);text-align:center;font-weight:700}.profile-header{position:relative;text-align:center;padding:0 0 12px;border-radius:var(--radius-panel);background:var(--surface);border:1px solid var(--line);overflow:hidden;box-shadow:0 6px 18px #2b435b14}.profile-banner{width:100%;height:104px;object-fit:cover;display:block}.profile-avatar{width:76px;height:76px;border-radius:50%;border:4px solid #fff;margin-top:-38px;object-fit:cover;box-shadow:var(--shadow-card)}.profile-header h1{margin:5px 0 2px;color:var(--heading);font-size:28px;line-height:1.1}.profile-header p{margin:0 auto;max-width:46ch;color:var(--muted);font-weight:700;font-size:12px;line-height:1.3;padding:0 16px}.profile-hero-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin:10px 12px 2px}.profile-hero-chips span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#eef8f4;color:#286c58;font-size:10px;font-weight:900}.profile-hero-chips span:nth-child(2){background:#eef5ff;color:#28658e}.profile-hero-chips span:nth-child(3){background:#fff5d8;color:#846614}.profile-account-actions{position:absolute;top:14px;right:14px;z-index:2;display:flex;align-items:center;gap:7px}.profile-account-actions .profile-switch,.profile-account-actions .profile-signout{width:38px;height:38px;display:grid;place-items:center;margin:0;padding:0;border:1px solid rgba(21,61,98,.14);border-radius:8px;background:#fffffff0;color:var(--heading);cursor:pointer;box-shadow:0 2px 7px #153d621a}.profile-account-actions svg{width:18px;height:18px}.profile-account-actions .profile-switch{color:var(--accent-deep)}.profile-account-actions .profile-switch:hover,.profile-account-actions .profile-signout:hover{transform:translateY(-1px);box-shadow:0 4px 10px #153d6224}.profile-account-actions .profile-signout:hover{color:#a52424;background:#fff0f0}.profile-data-note{margin:0;padding:10px 14px;border-radius:8px;background:#fff2d8;color:#805b16;font-size:12px;font-weight:800}.profile-quran-journey{display:grid;gap:17px;padding:24px;border:1px solid #c9ddd6;border-top:4px solid #2e856d;border-radius:var(--radius-panel);background:#f5fbf8;box-shadow:0 6px 18px #2b435b14}.profile-quran-journey>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.profile-quran-title{display:flex;align-items:center;gap:12px}.profile-quran-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#173e35;color:#f2d675}.profile-quran-icon svg{width:25px}.profile-quran-title small{color:#3c8069;font-size:9px;font-weight:950;text-transform:uppercase}.profile-quran-title h2{margin:1px 0 0;color:var(--heading);font-size:24px}.profile-quran-journey>header>a{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:999px;background:#173e35;color:#fff;font-size:12px;font-weight:900}.profile-quran-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.profile-quran-stats>div{min-width:0;padding:13px;border:1px solid #d8e7e1;border-radius:8px;background:#fff}.profile-quran-stats svg{width:20px;color:#39866e}.profile-quran-stats strong,.profile-quran-stats span{display:block}.profile-quran-stats strong{margin-top:8px;color:var(--heading);font-size:21px}.profile-quran-stats strong small{font-size:10px}.profile-quran-stats span{margin-top:3px;color:var(--muted);font-size:10px;font-weight:800}.profile-quran-resume{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid #c9ddd6;border-radius:8px;background:#e7f4ef;color:var(--heading)}.profile-quran-resume span,.profile-quran-resume strong{display:block}.profile-quran-resume span{color:#397966;font-size:9px;font-weight:900;text-transform:uppercase}.profile-quran-resume strong{margin-top:2px}.profile-quran-resume b{color:#216d59;font-size:22px;white-space:nowrap}.profile-quran-resume b small{color:#648078;font-size:9px}.profile-quran-milestones{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.profile-quran-milestones article{min-width:0;padding:12px 9px;border:1px solid #cbd9d4;border-radius:8px;background:#f4f6f5e0;opacity:.62;text-align:center}.profile-quran-milestones article.unlocked{border-color:#e3c869;background:#fff9dc;opacity:1}.profile-quran-milestones article>span{position:relative;width:38px;height:38px;margin:0 auto 7px;display:grid;place-items:center;border-radius:50%;background:#dfe6e3;color:#73817c}.profile-quran-milestones article.unlocked>span{background:#173e35;color:#f2d675}.profile-quran-milestones article>strong,.profile-quran-milestones article>small{display:block}.profile-quran-milestones article>strong{color:var(--heading);font-size:11px}.profile-quran-milestones article>small{margin-top:3px;color:var(--muted);font-size:8px;line-height:1.3}.profile-quran-milestones .milestone-check{position:absolute;right:-3px;bottom:-3px;width:16px;height:16px;border-radius:50%;background:#fff;color:#15966f}.profile-quran-note{margin:-4px 0 0;color:#648078;font-size:9px;font-weight:700}.profile-learning-overview{display:grid;gap:13px;padding:22px;border:1px solid #cfdceb;border-top:4px solid #4787bd;border-radius:var(--radius-panel);background:#f7faff;box-shadow:0 6px 18px #2b435b14}.profile-section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.profile-section-heading span{color:#39749a;font-size:9px;font-weight:950;text-transform:uppercase}.profile-section-heading h2{margin:2px 0 0;color:var(--heading);font-size:23px}.profile-section-heading>small{color:var(--muted);font-size:10px;font-weight:800}.profile-progress-panel{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 86px;align-items:center;gap:20px;overflow:hidden;padding:24px 26px 30px;border-radius:8px;border:1px solid #d5e3f0;background:#eaf3fb;color:var(--heading)}.profile-progress-copy>span,.profile-badges-section header span{display:block;margin-bottom:4px;color:#39749a;font-size:11px;font-weight:900;text-transform:uppercase}.profile-progress-copy>strong{display:block;font-size:23px}.profile-progress-copy>small{display:block;margin-top:4px;color:var(--muted);font-weight:700}.profile-progress-ring{width:82px;height:82px;padding:8px;border-radius:50%;background:conic-gradient(#347fb8 var(--progress),#cfdfec 0)}.profile-progress-ring span{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:#fff;color:var(--heading);font-size:18px;font-weight:900}.profile-progress-track{position:absolute;right:0;bottom:0;left:0;height:7px;background:#d5e3f0}.profile-progress-track span{display:block;height:100%;border-radius:0 6px 6px 0;background:#4787bd}.profile-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.profile-stat-grid>div{min-width:0;padding:17px;border:1px solid #dce7ef;border-radius:8px;background:#fff;box-shadow:none}.profile-stat-grid svg{width:32px;height:32px;margin-bottom:12px;padding:7px;border-radius:9px}.profile-stat-grid .reading-today svg{color:#d74665;background:#ffe5eb}.profile-stat-grid .reading-week svg{color:#1678cc;background:#e1f2ff}.profile-stat-grid .quiz-accuracy svg{color:#7950b5;background:#eee6ff}.profile-stat-grid .reading-speed svg{color:#148168;background:#ddf7ed}.profile-stat-grid .questions-answered svg{color:#b36b00;background:#fff0c9}.profile-stat-grid .learning-streak svg{color:#b94c92;background:#ffe5f6}.profile-stat-grid strong,.profile-stat-grid span{display:block}.profile-stat-grid strong{color:var(--heading);font-size:25px;line-height:1}.profile-stat-grid strong small{font-size:12px}.profile-stat-grid span{margin-top:7px;color:var(--muted);font-size:11px;font-weight:800}.profile-badges-section{padding:24px;border:1px solid var(--line);border-top:4px solid #d6a62d;border-radius:var(--radius-panel);background:#fffdf7;box-shadow:0 6px 18px #2b435b14}.profile-badges-section header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.profile-badges-section header span{color:#8a5a00}.profile-badges-section h2{margin:0;color:var(--heading);font-size:23px}.profile-badges-section header>strong{color:var(--heading);font-size:26px}.profile-badges-section header>strong small{color:var(--muted);font-size:12px}.profile-badges-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-badge{min-width:0;padding:14px;border:1px solid var(--line);border-radius:var(--radius-card);background:#fff;text-align:center}.profile-badge>div{position:relative;width:72px;height:72px;margin:0 auto 9px}.profile-badge img{width:100%;height:100%;object-fit:contain}.profile-badge svg{position:absolute;right:-2px;bottom:-2px;width:21px;height:21px;padding:2px;border-radius:50%;background:#fff;color:#15966f}.profile-badge>strong{display:block;color:var(--heading);font-size:12px;line-height:1.25}.profile-badge p{display:none}.profile-badge.locked{background:#f4f6f8}.profile-badge.locked img{filter:grayscale(1);opacity:.3}.profile-badge.locked>strong{color:#9299a5}.profile-badge.unlocked{border-color:#ffbe1a73;background:#fffdf3;box-shadow:none}.profile-badges-loading{padding:36px;color:var(--muted);text-align:center;font-weight:800}.profile-device-stats{display:flex;justify-content:flex-end;gap:14px;color:var(--muted);font-size:10px;font-weight:700}.profile-device-stats span{display:inline-flex;align-items:center;gap:5px}.profile-device-stats svg{width:14px;color:var(--accent)}.profile-device-stats strong{color:var(--heading)}.profile-login-options,.profile-signout{margin:16px auto 0}.profile-login-options{display:flex;justify-content:center;gap:10px}.profile-login-options button,.profile-signout{border:1px solid var(--line);border-radius:6px;min-height:42px;padding:0 18px;background:#fff;color:var(--heading);display:inline-flex;align-items:center;gap:8px;font-weight:800;cursor:pointer}.profile-login-options .provider-button{min-width:210px;justify-content:center}.profile-login-options .provider-button img{width:20px;height:20px;object-fit:contain}.profile-login-options .provider-button.apple{background:#111;border-color:#111;color:#fff}.login-dialog{width:min(420px,calc(100vw - 32px));border:0;border-radius:8px;padding:34px;color:var(--heading);text-align:center;box-shadow:0 24px 80px #10274147}.login-dialog::backdrop{background:#0c1e319e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#eef4f8;color:var(--heading);display:grid;place-items:center;cursor:pointer}.login-mark{width:66px;height:66px;object-fit:contain}.login-dialog h2{margin:14px 0 6px;font-size:26px}.login-dialog>p{margin:0 auto;max-width:32ch;color:var(--muted);font-weight:700}.login-options{display:grid;gap:10px;margin:24px 0 16px}.provider-button{min-height:48px;border-radius:6px;border:1px solid #ccd7e1;background:#fff;color:#182735;display:flex;align-items:center;justify-content:center;gap:10px;font:inherit;font-weight:800;cursor:pointer}.provider-button.apple{background:#111;border-color:#111;color:#fff}.provider-button:disabled,.profile-login-options button:disabled{opacity:.55;cursor:wait}.login-error{margin:10px auto!important;color:#a52424!important;font-size:13px;font-weight:800}.login-status{margin:8px auto!important;color:var(--accent)!important;font-size:13px;font-weight:800}.login-dialog small{display:block;color:var(--muted);line-height:1.5}.pwa-install-prompt{position:fixed;right:22px;bottom:22px;z-index:70;width:min(520px,calc(100vw - 28px));display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 46px 14px 14px;border:1px solid rgba(35,147,255,.24);border-radius:var(--radius-card);background:#fffffff7;box-shadow:0 18px 46px #25304747;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:pwa-prompt-arrive .32s ease both}.pwa-install-prompt>img{width:58px;height:58px;object-fit:contain}.pwa-install-copy{min-width:0}.pwa-install-copy strong{display:block;color:var(--heading);font-size:15px}.pwa-install-copy>span{display:block;margin-bottom:2px;color:#1876b4;font-size:9px;font-weight:950;text-transform:uppercase}.pwa-install-copy p{margin:3px 0 0;color:#687386;font-size:12px;font-weight:700;line-height:1.35}.pwa-install-action{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border:0;border-radius:7px;background:var(--accent);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 4px 0 var(--accent-deep)}.pwa-install-close{position:absolute;top:8px;right:8px;width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:transparent;color:#748094;cursor:pointer}.pwa-guide-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:16px;background:#112337a8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pwa-install-guide{position:relative;width:min(470px,100%);padding:26px;border-radius:8px;background:#fff;color:var(--heading);box-shadow:0 24px 80px #0b1d3061;animation:pwa-prompt-arrive .22s ease both}.pwa-guide-close{position:absolute;top:11px;right:11px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:#edf3f8;color:var(--muted);cursor:pointer}.pwa-guide-close svg{width:18px}.pwa-guide-brand{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-right:34px}.pwa-guide-brand img{width:54px;height:54px;object-fit:contain}.pwa-guide-brand span{display:inline-flex;align-items:center;gap:5px;color:#14765f;font-size:10px;font-weight:900}.pwa-guide-brand svg{width:15px}.pwa-guide-icon{width:42px;height:42px;display:grid;place-items:center;margin-top:20px;border-radius:8px;background:#e4f4ff;color:#1678b9}.pwa-guide-icon svg{width:22px}.pwa-install-guide h2{margin:10px 0 5px;font-size:24px}.pwa-install-guide>p{margin:0;color:var(--muted);font-size:12px;font-weight:700;line-height:1.5}.pwa-install-guide ol{display:grid;gap:9px;margin:20px 0;padding:0;list-style:none;counter-reset:install-step}.pwa-install-guide li{counter-increment:install-step;display:grid;grid-template-columns:28px 1fr;align-items:center;gap:10px;color:#334d62;font-size:12px;font-weight:800}.pwa-install-guide li:before{content:counter(install-step);width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#173e35;color:#fff;font-size:11px}.pwa-guide-benefits{display:flex;flex-wrap:wrap;gap:6px}.pwa-guide-benefits span{padding:6px 8px;border-radius:5px;background:#f0f6f4;color:#397063;font-size:9px;font-weight:850}.pwa-guide-done{width:100%;min-height:44px;margin-top:18px;border:0;border-radius:7px;background:var(--accent);color:#fff;font-weight:900;cursor:pointer;box-shadow:0 4px 0 var(--accent-deep)}@keyframes pwa-prompt-arrive{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media(max-width:620px){.pwa-install-prompt{left:10px;right:10px;bottom:calc(var(--shell-bottom-h) + 10px);width:auto;grid-template-columns:50px minmax(0,1fr);padding:12px 42px 13px 12px}.pwa-install-prompt>img{width:50px;height:50px}.pwa-install-action{grid-column:1 / -1;width:100%}}.quran-page{max-width:1180px;gap:18px}.quran-welcome{min-height:154px;display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;padding:28px clamp(24px,4vw,44px);border:1px solid rgba(35,147,255,.12);border-radius:var(--radius-panel);background:radial-gradient(circle at 86% 28%,rgba(255,209,102,.35) 0 12%,transparent 12.5%),linear-gradient(135deg,#eefaf5,#eef7ff 58%,#fff8dc)}.quran-welcome>div:first-child{position:relative;z-index:1}.quran-welcome span{color:#3e806c;font-size:12px;font-weight:900;letter-spacing:.6px;text-transform:uppercase}.quran-welcome h1{margin:4px 0 5px;color:var(--heading);font-family:Shirkhand,Nunito,sans-serif;font-size:clamp(32px,4.5vw,48px);font-weight:400;line-height:1}.quran-welcome p{max-width:56ch;margin:0;color:#647183;font-weight:700;line-height:1.45}.quran-welcome-mark{flex:0 0 auto;color:#1e795c33;font-family:Traditional Arabic,Noto Naskh Arabic,serif;font-size:clamp(58px,9vw,92px);line-height:1}.quran-layout{display:grid;grid-template-columns:310px minmax(0,1fr);align-items:start;gap:18px;min-width:0}.quran-controls{position:sticky;top:calc(var(--shell-top-h) + 14px);display:grid;gap:15px;padding:18px;border:1px solid var(--line);border-radius:var(--radius-panel);background:linear-gradient(135deg,#ecfaf5f5,#f5fafff5);box-shadow:0 7px 22px #3f4a601a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:0}.quran-surah-picker{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:7px}.quran-surah-picker>button:not(.quran-surah-trigger),.quran-ayah-play{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #cfe0e8;border-radius:50%;background:#f4fbff;color:#32758d;cursor:pointer}.quran-surah-picker>button:disabled{opacity:.35;cursor:default}.quran-surah-trigger{position:relative;height:48px;display:grid;align-content:center;gap:1px;min-width:0;width:100%;padding:5px 34px 5px 12px;border:1px solid #d5e1e8;border-radius:8px;background:#fff;color:var(--heading);text-align:left;cursor:pointer}.quran-surah-trigger span{overflow:hidden;color:#768497;font-size:9px;font-weight:800;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.quran-surah-trigger strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.quran-surah-trigger svg{position:absolute;top:15px;right:10px;color:#3e806c}.quran-surah-identity{padding:14px 10px;text-align:center;border-block:1px solid #e6edf0}.quran-surah-identity>span{color:#82909e;font-size:10px;font-weight:900;text-transform:uppercase}.quran-surah-identity>strong{display:block;margin-top:8px;color:#27755f;font-family:Traditional Arabic,Noto Naskh Arabic,serif;font-size:32px;font-weight:600;line-height:1.2}.quran-surah-identity h2{margin:2px 0 0;color:var(--heading);font-size:18px}.quran-surah-identity p{margin:2px 0 0;color:#7b8797;font-size:12px;font-weight:700}.quran-play-surah{min-height:50px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;background:#48ad8d;color:#fff;font-weight:900;cursor:pointer;box-shadow:0 5px #327b65;font-size:15px;transition:transform .12s ease,box-shadow .12s ease}.quran-play-surah:active{transform:translateY(3px);box-shadow:0 2px #327b65}.quran-play-surah:disabled{opacity:.5;cursor:wait}.quran-playback-error{margin:-2px 0 0;padding:8px 10px;border:1px solid #efc9be;border-radius:7px;background:#fff1ed;color:#9a4335;font-size:11px;font-weight:800;line-height:1.35}.quran-settings-trigger{min-height:48px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:0 8px;padding:8px 11px;border:1px solid #d8e7e2;border-radius:8px;background:#fffaf0;border-color:#eadfbd;color:#315f52;text-align:left;cursor:pointer}.quran-settings-trigger svg{grid-row:1 / 3}.quran-settings-trigger span{font-size:12px;font-weight:900}.quran-settings-trigger small{overflow:hidden;color:#718078;font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.quran-repeat-group legend{display:flex;align-items:center;gap:6px;color:#657387;font-size:11px;font-weight:900;text-transform:uppercase}.quran-repeat-group{min-width:0;margin:0;padding:0;border:0}.quran-repeat-group legend{margin-bottom:7px}.quran-repeat-group>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.quran-repeat-group button{min-width:0;height:34px;padding:0;border:1px solid #d7e4e2;border-radius:7px;background:#f7fbfa;color:#5f756f;font-size:12px;font-weight:900;cursor:pointer}.quran-repeat-group button.active{border-color:#55a98f;background:#dcf3ea;color:#246c56}.quran-offline{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:9px;padding:11px;border-radius:8px;background:#eef6ff;color:#39718f}.quran-offline.ready{background:#e8f7ef;color:#327b65}.quran-offline>svg{width:28px}.quran-offline strong,.quran-offline small{display:block}.quran-offline strong{font-size:12px}.quran-offline small{margin-top:2px;color:#6e8090;font-size:10px;line-height:1.25}.quran-offline button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#fff;color:inherit;cursor:pointer}.quran-offline progress{grid-column:1 / -1;width:100%;height:6px;accent-color:#55a98f}.quran-offline .quran-offline-error{grid-column:1 / -1;color:#a33f45;font-weight:800}.quran-reader{display:grid;gap:11px;min-width:0}.quran-ayah{scroll-margin-top:calc(var(--shell-top-h) + 20px);padding:22px clamp(18px,4vw,34px);border:1px solid rgba(72,116,103,.13);border-top:4px solid #8fd8c0;border-radius:var(--radius-card);background:linear-gradient(180deg,#fbfffd,#fffefa 44%);box-shadow:0 3px 12px #3f4a6012;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;min-width:0;overflow:hidden}.quran-ayah:nth-child(3n+2){border-top-color:#86cffa;background:linear-gradient(180deg,#f7fcff,#fffefa 44%)}.quran-ayah:nth-child(3n){border-top-color:#f3c968;background:linear-gradient(180deg,#fffaf0,#fffefa 44%)}.quran-ayah.active{border-color:#40997d7a;background:#f3fcf8;box-shadow:0 8px 24px #40826c24}.quran-ayah-number{display:block;width:max-content;min-width:42px;margin-bottom:5px;padding:5px 10px;border:1px solid #cce9df;border-radius:999px;background:#e6f8f1;color:#4f7c6e;font-size:11px;font-weight:900;text-align:center}.quran-ayah:nth-child(3n+2) .quran-ayah-number{border-color:#cbe7f7;background:#eaf7ff;color:#397997}.quran-ayah:nth-child(3n) .quran-ayah-number{border-color:#efdfb8;background:#fff4d8;color:#8a6a25}.quran-arabic{margin:0;color:#263f38;font-family:Traditional Arabic,Noto Naskh Arabic,Times New Roman,serif;font-size:clamp(28px,4vw,40px);font-weight:500;line-height:2.05;text-align:right}.quran-word{display:inline}.quran-verse-mark{color:#4f927d;font-size:.7em;white-space:nowrap}.quran-ayah-support{display:flex;align-items:flex-start;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #edf0e8}.quran-ayah-copy{min-width:0;flex:1}.quran-meaning{max-width:70ch;margin:0;color:#677386;font-size:14px;font-weight:700;line-height:1.6;text-align:start}.quran-transliteration{max-width:70ch;margin:0 0 5px;color:#397866;font-size:14px;font-style:italic;font-weight:800;line-height:1.55;text-align:left}.quran-ayah-play{flex:0 0 auto;border-color:#cde5dc;background:#eaf7f2;color:#377b66;cursor:pointer;box-shadow:0 3px #bedfd4;transition:transform .12s ease,box-shadow .12s ease}.quran-ayah-play:active{transform:translateY(2px);box-shadow:0 1px #bedfd4}.quran-ayah:nth-child(3n+2) .quran-ayah-play{border-color:#cae6f5;background:#eaf7ff;color:#397997;box-shadow:0 3px #c4e0ef}.quran-ayah:nth-child(3n) .quran-ayah-play{border-color:#efdfb8;background:#fff4d8;color:#8a6a25;box-shadow:0 3px #ead9ad}.quran-dialog{width:min(560px,calc(100vw - 28px));max-height:min(760px,calc(100dvh - 42px));padding:0;border:1px solid #dbe8e4;border-radius:12px;background:#fffefa;color:var(--heading);box-shadow:0 24px 80px #10274147}.quran-dialog::backdrop{background:#142c377a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.quran-dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px 14px;border-bottom:1px solid #e6eeeb;background:linear-gradient(135deg,#effaf5,#f4f9ff)}.quran-dialog-heading small{color:#43806e;font-size:10px;font-weight:900;text-transform:uppercase}.quran-dialog-heading h2{margin:2px 0 0;font-size:21px}.quran-dialog-heading button{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:0;border-radius:50%;background:#fff;color:#476176;cursor:pointer}.quran-surah-search{display:flex;align-items:center;gap:9px;margin:14px 16px 8px;padding:0 13px;border:1px solid #d8e5e1;border-radius:8px;background:#fff;color:#5a7b71}.quran-surah-search input{width:100%;height:44px;padding:0;border:0;outline:0;background:transparent;color:var(--heading);font:inherit;font-weight:800}.quran-surah-list{max-height:min(580px,calc(100dvh - 190px));display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;overflow-y:auto;padding:8px 16px 18px}.quran-surah-list button{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px;border:1px solid #e1ebe8;border-radius:8px;background:#fff;color:var(--heading);text-align:left;cursor:pointer}.quran-surah-list button.active{border-color:#55a98f;background:#eaf8f2}.quran-surah-list button>span{color:#4d8c78;font-size:11px;font-weight:900}.quran-surah-list button>strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.quran-surah-list button>b{color:#337561;font-family:Traditional Arabic,serif;font-size:18px;font-weight:500}.quran-settings-dialog{overflow-y:auto}.quran-setting-section{padding:16px 20px;border-bottom:1px solid #e8efed}.quran-setting-section h3{display:flex;align-items:center;gap:7px;margin:0 0 10px;font-size:13px}.quran-reciter-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.quran-reciter-options button{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;border:1px solid #dde8e5;border-radius:7px;background:#fff;color:#46566b;font-weight:800;text-align:start;cursor:pointer}.quran-reciter-options button.active{border-color:#55a98f;background:#e8f7f0;color:#246c56}.quran-setting-repeats{display:grid;grid-template-columns:1fr 1fr;gap:18px}.quran-display-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.quran-display-options label{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;background:#f5f9f8;cursor:pointer}.quran-display-options input{width:18px;height:18px;flex:0 0 auto;accent-color:#55a98f}.quran-display-options span,.quran-display-options strong,.quran-display-options small{display:block}.quran-display-options strong{font-size:12px}.quran-display-options small{margin-top:2px;color:#74817d;font-size:9px}.quran-settings-dialog>.quran-offline{margin:16px 20px 20px}@media(min-width:760px){.quran-surah-dialog{width:min(1000px,calc(100vw - 64px))}.quran-surah-dialog .quran-dialog-heading{padding:28px 32px 21px}.quran-surah-dialog .quran-dialog-heading small{font-size:13px}.quran-surah-dialog .quran-dialog-heading h2{font-size:32px}.quran-surah-dialog .quran-dialog-heading button{width:42px;height:42px}.quran-surah-dialog .quran-surah-search{margin:20px 28px 12px;padding-inline:18px}.quran-surah-dialog .quran-surah-search input{height:56px;font-size:17px}.quran-surah-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:12px 28px 28px}.quran-surah-list button{min-height:66px;grid-template-columns:34px minmax(0,1fr) auto;padding:13px 14px;border-top:3px solid #9adcc7}.quran-surah-list button:nth-child(3n+2){border-top-color:#91d2f5}.quran-surah-list button:nth-child(3n){border-top-color:#f2ce74}.quran-surah-list button>span{font-size:13px}.quran-surah-list button>strong{font-size:16px}.quran-surah-list button>b{font-size:25px}}@media(max-width:900px){.quran-layout{grid-template-columns:minmax(0,1fr)}.quran-controls{position:static;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.quran-surah-picker,.quran-surah-identity{grid-column:1 / -1}}@media(max-width:560px){.search-page{gap:13px}.search-discovery{gap:15px;padding:19px 16px 23px}.search-discovery .page-heading h1{font-size:30px}.search-field{min-height:52px;padding-inline:16px}.search-field input{min-width:0;font-size:14px}.search-tabs button{min-height:43px;padding:8px 13px}.search-age-row{width:100%;display:grid;gap:7px;padding:10px}.search-age-copy{padding:0 2px 7px;border-right:0;border-bottom:1px solid #dce9e5}.search-age-copy span,.search-age-copy strong{display:inline}.search-age-copy strong{margin-left:5px}.search-age-row .age-filter{width:100%}.discovery-playground{gap:26px;padding:20px 14px 25px}.discovery-section-heading h2{font-size:22px}.discovery-path-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.discovery-path{min-height:132px;padding:14px 12px}.discovery-topic-cloud{justify-content:flex-start;gap:8px;padding-inline:0}.discovery-topic-cloud button,.discovery-topic-cloud .size-1{min-height:42px;padding:9px 13px;font-size:12px}.quran-page{padding-inline:10px}.quran-welcome{display:none}.quran-layout{gap:10px}.quran-controls{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;padding:10px}.quran-surah-picker{grid-column:1 / -1}.quran-surah-identity{display:none}.quran-play-surah,.quran-settings-trigger{min-height:46px}.quran-play-surah{box-shadow:0 3px #327b65}.quran-ayah{padding:17px 15px}.quran-arabic{font-size:29px;line-height:2}.quran-meaning{font-size:13px}.quran-dialog{width:100%;max-width:none;max-height:88dvh;margin:auto 0 0;border-width:1px 0 0;border-radius:16px 16px 0 0}.quran-dialog-heading{padding:15px 16px 12px}.quran-surah-list,.quran-reciter-options,.quran-setting-repeats,.quran-display-options{grid-template-columns:1fr}.quran-setting-section{padding:14px 16px}.quran-settings-dialog>.quran-offline{margin:14px 16px 18px}}.profile-gate-loading,.profiles-gate{min-height:100vh;min-height:100dvh}.profile-gate-loading{display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted);font-weight:800}.profile-gate-loading img{width:72px;animation:profile-pulse 1.1s ease-in-out infinite alternate}@keyframes profile-pulse{to{transform:scale(1.08)}}.profiles-gate{display:grid;align-content:center;justify-items:center;gap:30px;padding:40px 24px;background:linear-gradient(160deg,#eaf5ff,#fff9dc 52%,#e8f0ff)}.profiles-gate-brand{width:126px}.profiles-page{width:min(100%,720px);display:grid;justify-items:center;gap:26px;text-align:center}.profiles-page .page-heading h1{margin:4px 0;font-size:38px}.profiles-page .page-heading p{margin:0;color:var(--muted);font-weight:700}.profile-picker{display:flex;flex-wrap:wrap;justify-content:center;gap:22px;padding:8px 0}.profile-pick{display:grid;justify-items:center;gap:10px;background:none;border:0;cursor:pointer;color:var(--heading)}.profile-pick img{width:96px;height:96px;border-radius:50%;object-fit:cover;border:4px solid transparent;box-shadow:var(--shadow-card);transition:transform .15s ease,border-color .15s ease}.profile-pick:hover img{transform:scale(1.04)}.profile-pick.active img{border-color:var(--accent)}.profile-pick strong{font-size:14px;text-transform:capitalize}.add-ring{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;border:3px dashed var(--line);color:var(--muted);background:var(--surface)}.child-form{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.9fr);gap:0;width:100%;max-width:700px;padding:0;overflow:hidden;border-radius:var(--radius-panel);background:var(--surface);border:1px solid var(--line);box-shadow:0 18px 50px #30436229;text-align:left}.child-form-section{padding:26px}.avatar-section{background:linear-gradient(155deg,#e9f6ff,#fff9da);border-right:1px solid var(--line)}.details-section{display:grid;align-content:start;gap:16px}.child-form-label{display:flex;align-items:center;gap:10px;margin-bottom:20px}.child-form-label>span{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:50%;background:var(--accent);color:#fff;font-size:13px;font-weight:900}.child-form-label strong,.child-form-label small{display:block}.child-form-label strong{color:var(--heading);font-size:15px}.child-form-label small{margin-top:1px;color:var(--muted);font-size:11px;font-weight:700}.child-form label{display:grid;gap:7px;font-weight:800;font-size:13px;color:var(--heading)}.child-form label>span{display:flex;align-items:center;gap:7px}.child-form label svg{color:var(--accent-deep)}.child-form input{width:100%;min-height:46px;border:1px solid #d5deea;border-radius:10px;padding:11px 14px;background:#f9fbfe;color:var(--heading);font:inherit;font-weight:700}.child-form input:focus{outline:0;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #2393ff1f}.avatar-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.avatar-choice{position:relative;aspect-ratio:1;overflow:hidden;border:4px solid rgba(255,255,255,.9);border-radius:18px;padding:0;background:#fff;cursor:pointer;box-shadow:0 5px 12px #34486521;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.avatar-choice.active{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 8px #2393ff29,0 12px 20px #34486529}.avatar-choice img{display:block;width:100%;height:100%;object-fit:cover}.gender-field{min-width:0;margin:0;padding:0;border:0}.gender-field legend{margin-bottom:7px;color:var(--heading);font-size:13px;font-weight:800}.gender-field .segmented{display:grid;grid-template-columns:1fr 1fr;width:100%}.child-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;padding:18px 26px;border-top:1px solid var(--line);background:#fff}.child-form-actions .primary-button,.child-form-actions .ghost-button{min-width:150px}.child-form-actions .ghost-button:disabled{display:none}.muted-note{color:var(--muted);font-weight:700;font-size:13px}.profiles-back{border:0;background:transparent;color:var(--accent-deep);font-weight:800;cursor:pointer}@media(max-width:520px){.profiles-gate{align-content:start;gap:24px;padding:34px 18px}.profiles-gate-brand{width:108px}.profiles-page{gap:20px}.profiles-page .page-heading h1{font-size:29px}.child-form{grid-template-columns:1fr;max-width:420px}.child-form-section{padding:20px}.avatar-section{border-right:0;border-bottom:1px solid var(--line)}.avatar-row{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.avatar-choice{border-width:3px;border-radius:12px}.child-form-actions{padding:16px 20px 20px}.child-form-actions .primary-button{width:100%}.child-form-actions .ghost-button{min-width:110px}}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.stat-grid>div{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-card);padding:16px;display:grid;gap:4px;justify-items:start}.stat-grid svg{color:var(--accent)}.stat-grid strong{font-size:26px;color:var(--heading)}.stat-grid span{font-size:12.5px;font-weight:800;color:var(--muted)}.empty-state{display:grid;justify-items:center;gap:10px;text-align:center;padding:60px 20px;color:var(--muted)}.empty-state svg{color:var(--accent)}.empty-state h2{margin:0;color:var(--heading)}.empty-state p{margin:0;max-width:46ch;font-weight:700}.skeleton-card{width:150px;flex:0 0 150px;aspect-ratio:3 / 4;border-radius:var(--radius-card);background:linear-gradient(100deg,#e3ecf7 40%,#f4f8fd,#e3ecf7 60%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-card.landscape{width:252px;flex-basis:252px;aspect-ratio:16 / 9}.content-grid .skeleton-card{width:auto;flex:none}.rail-skeleton{display:flex;gap:14px;overflow:hidden}@keyframes shimmer{to{background-position:-200% 0}}@media(max-width:1099.98px){.shell-login{display:none}.profile-login-options{flex-direction:column;width:min(100% - 32px,320px)}.profile-login-options .provider-button{width:100%}}@media(max-width:600px){.profile-guest-art{height:132px}.profile-guest-copy{padding-inline:18px}.profile-guest-copy h1{font-size:25px}.profile-benefits{grid-template-columns:1fr;gap:14px;margin-inline:20px;padding-block:18px}.profile-progress-panel{grid-template-columns:minmax(0,1fr) 70px;padding:20px 20px 26px}.profile-progress-ring{width:68px;height:68px}.profile-progress-copy>strong{font-size:19px}.profile-quran-journey{padding:17px 13px}.profile-quran-journey>header{align-items:flex-start}.profile-quran-title h2{font-size:20px}.profile-quran-journey>header>a{padding:8px;font-size:0}.profile-quran-journey>header>a svg{width:17px}.profile-quran-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-quran-milestones{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-quran-resume{align-items:flex-start;flex-direction:column}.profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-badges-section{padding:18px 14px}.profile-badges-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-badge{padding:9px 6px}.profile-badge>div{width:58px;height:58px}.profile-badge>strong{font-size:10px}.profile-device-stats{align-items:center;flex-wrap:wrap;gap:8px 22px}}@media(min-width:1100px){:root{--shell-top-h: 76px}.shell-top{gap:22px;border-top:3px solid #17658f;border-bottom-color:#55a98f33;background:linear-gradient(110deg,#fffffff7,#f1faf7f5 54%,#f0f8fff7);box-shadow:0 4px 18px #304e5b14}.shell-brand img{height:40px}.shell-nav{display:flex;gap:7px}.shell-nav a{min-height:46px;padding:6px 12px 6px 7px;border:1px solid transparent;border-radius:12px;background:#ffffff73;font-size:14px;box-shadow:0 2px 0 transparent;transition:transform .14s ease,background-color .14s ease,box-shadow .14s ease}.shell-nav a>svg{width:32px;height:32px;padding:7px;border-radius:10px}.shell-nav a:nth-child(1)>svg{color:#d94b70;background:#ffe8ee}.shell-nav a:nth-child(2)>svg{color:#1686dc;background:#e3f3ff}.shell-nav a:nth-child(3)>svg{color:#7654ba;background:#efe8ff}.shell-nav a:nth-child(4)>svg{color:#14866d;background:#dff8ef}.shell-nav a:hover{background:#fff;transform:translateY(-1px);box-shadow:0 4px #2f535d1a}.shell-nav a.active{border-color:#cfe5df;background:#fff;color:var(--heading);transform:translateY(-1px);box-shadow:0 4px #cce8df,0 7px 16px #2e5b501a}.shell-nav a.active>svg{transform:scale(1.06)}.shell-search{display:flex;min-height:44px;border:1px solid #d5e8f2;background:#f4faff;box-shadow:inset 0 -2px #84bedc1f}.shell-language-trigger{height:44px;border-color:#dce8e4;border-radius:11px;box-shadow:0 3px #3a685b17}.shell-profile{min-height:48px;padding:3px 10px 3px 4px;border:1px solid #dce8e4;border-radius:999px;background:#fff;box-shadow:0 3px #3a685b17}.shell-profile img{width:42px;height:42px}.shell-bottom{display:none}.page{padding-bottom:56px}}@media(min-width:1600px){.page{max-width:1440px}.content-card{width:168px;flex-basis:168px}.content-card.landscape{width:284px;flex-basis:284px}}.learn-page{position:relative;min-height:calc(100vh - var(--shell-top-h));padding:clamp(18px,4vw,48px) clamp(14px,4vw,56px) 150px;overflow:hidden;color:#fff9e8;background:#225d2e url(/assets/learn/background.png) center / cover fixed}.learn-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b32191f,#092b158f);pointer-events:none}.learn-welcome,.learn-catalog{position:relative;z-index:1;margin-inline:auto}.learn-catalog{width:min(1180px,100%)}.learn-welcome{width:100%;min-height:270px}.learn-welcome-copy>img{width:min(230px,58vw);max-height:74px;object-fit:contain;object-position:left center}.learn-welcome-copy{width:min(720px,100%);margin-left:max(0px,calc((100% - 1180px)/2))}.learn-kicker{display:flex;align-items:center;gap:7px;width:fit-content;margin-top:16px;color:#ffd691;font-size:13px;font-weight:900;text-transform:uppercase}.learn-welcome h1{max-width:720px;margin:8px 0 10px;color:#fff;font-family:Shirkhand,Georgia,serif;font-size:clamp(38px,5vw,66px);line-height:1.04;letter-spacing:0}.learn-welcome p{max-width:640px;margin:0;color:#ffffffdb;font-size:clamp(16px,2vw,20px);line-height:1.55}.learn-trust{display:flex;align-items:center;gap:8px;margin-top:18px;color:#dff7d8;font-size:14px;font-weight:800}.learn-mascot{position:fixed;z-index:4;right:clamp(16px,2.5vw,36px);bottom:0;width:clamp(170px,17vw,245px);aspect-ratio:1;filter:drop-shadow(0 18px 24px rgba(9,39,18,.35));pointer-events:none}.learn-mascot>div{transform:translateY(20px)}.learn-catalog{position:relative;margin-top:0;overflow:hidden;padding:clamp(18px,3vw,30px);border:1px solid rgba(255,255,255,.48);border-radius:8px;background:#ffffff13;box-shadow:inset 0 1px #ffffff9e,inset 0 -1px #021d0e57,inset 0 0 0 6px #ffffff09,0 18px 48px #08241224;-webkit-backdrop-filter:blur(2px) saturate(105%);backdrop-filter:blur(2px) saturate(105%)}.learn-catalog:before{content:"";position:absolute;z-index:0;top:7px;right:7px;bottom:7px;left:7px;border:1px solid rgba(255,255,255,.14);border-radius:3px;box-shadow:0 1px #03221038;pointer-events:none}.learn-catalog>*{position:relative;z-index:1}.learn-catalog>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.learn-catalog h2,.learn-section h3{margin:4px 0 0;color:#fff;letter-spacing:0}.learn-catalog h2{font-size:clamp(25px,3vw,36px)}.learn-catalog>header>strong{color:#ffd691;font-size:14px}.learn-section+.learn-section{margin-top:28px}.learn-topic-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:clamp(14px,2vw,22px)}.learn-topic-card{min-width:0;color:#fff}.learn-topic-art{position:relative;display:block;aspect-ratio:3 / 4;overflow:hidden;border:2px solid rgba(255,255,255,.28);border-radius:8px;background:#153f23;box-shadow:0 10px 24px #061d0e47}.learn-topic-art img{width:100%;height:100%;object-fit:cover;transition:transform .26s ease}.learn-topic-art>span{position:absolute;right:10px;bottom:10px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#efb356;color:#412d13;box-shadow:0 5px 14px #2113054d}.learn-topic-card:hover .learn-topic-art img{transform:scale(1.035)}.learn-topic-card>strong{display:block;margin-top:10px;font-size:16px;line-height:1.25}.learn-topic-card>small{display:-webkit-box;margin-top:4px;overflow:hidden;color:#ffffffb3;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.learn-topic-skeleton{aspect-ratio:3 / 4;border-radius:8px;background:linear-gradient(105deg,#ffffff14 35%,#ffffff2e,#ffffff14 61%);background-size:220% 100%;animation:learn-shimmer 1.5s linear infinite}@keyframes learn-shimmer{to{background-position-x:-220%}}.learn-error{padding:46px 20px;text-align:center}.learn-error h3{margin:0;font-size:24px}.learn-error p{color:#ffffffb8}.learn-error button,.learn-primary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:10px 18px;border:0;border-radius:8px;background:#efb356;color:#3c2a12;font-weight:900;cursor:pointer}.learn-cloud{position:absolute;z-index:0;right:0;bottom:-1px;left:0;width:100%;max-height:130px;object-fit:cover;object-position:top;pointer-events:none}.learn-player-page{--lesson-background: url(/assets/learn/background.png);min-height:100dvh;color:#27392d;background:#174b28 var(--lesson-background) center / cover fixed}.learn-topic-summary{display:none}.learn-player-shell{display:flex;flex-direction:column;width:100%;height:100dvh;overflow:hidden;background:#f8f4e8}.learn-player-shell>header{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:10px;flex:0 0 auto;min-height:68px;padding:max(10px,env(safe-area-inset-top)) 12px 10px;background:#fffdf7;border-bottom:1px solid #e7dfcc}.learn-player-shell>header>a,.learn-player-shell>header>button{display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid #ded5c1;border-radius:50%;background:#fff;color:#34563c}.learn-player-shell>header>div{min-width:0;text-align:center}.learn-player-shell>header small,.learn-player-shell>header strong{display:block}.learn-player-shell>header small{color:#7c877c;font-size:11px}.learn-player-shell>header strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.learn-player-progress{flex:0 0 5px;background:#e7e0cf}.learn-player-progress span{display:block;height:100%;background:#efb356;transition:width .24s ease}.learn-player-feed{position:relative;flex:1 1 auto;min-width:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(255,255,255,.38) transparent;scrollbar-width:thin;padding:132px clamp(14px,5vw,28px) max(28px,env(safe-area-inset-bottom));background:linear-gradient(#f2f9eeeb,#fbf6e8f7),var(--lesson-background) center / cover}.learn-player-feed::-webkit-scrollbar{width:6px;height:0}.learn-player-feed::-webkit-scrollbar-track{background:transparent}.learn-player-feed::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff61}.learn-player-feed::-webkit-scrollbar-button{display:none}.learn-player-mascot{position:absolute;top:8px;left:50%;width:145px;height:145px;transform:translate(-50%);pointer-events:none}.learn-message,.learn-quiz-card{width:min(100%,560px);margin-inline:auto;padding:clamp(18px,4vw,26px);border:1px solid #e7dcc2;border-radius:8px;background:#fffffff5;box-shadow:0 14px 34px #283f2a29}.learn-node-label{display:block;margin-bottom:8px;color:#a26718;font-weight:900;text-transform:uppercase}.learn-node-copy{margin:0 0 18px;color:#34423a;font-size:clamp(17px,3vw,20px);line-height:1.6;white-space:pre-line}.learn-text-panel{margin:12px 0;padding:14px;border-left:4px solid #efb356;background:#fff8e8}.learn-text-panel p{margin:5px 0 0;white-space:pre-line}.learn-node-image,.learn-node-video,.learn-html-activity{display:block;width:100%;margin:14px 0;border:0;border-radius:8px;background:#173d25}.learn-node-image{max-height:50dvh;object-fit:contain}.learn-node-video{aspect-ratio:16 / 9}.learn-html-activity{min-height:340px}.learn-node-audio{width:100%;margin:14px 0}.learn-resource-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 0;padding:13px 15px;border:1px solid #badac0;border-radius:8px;background:#edf8ef;color:#216134;font-weight:900}.learn-points{margin:8px 0 18px;color:#9b620e;font-size:28px;font-weight:900;text-align:center}.learn-message>.learn-primary,.learn-quiz-card>.learn-primary{width:100%;margin-top:18px}.learn-quiz-loading{text-align:center}.learn-quiz-loading .learn-player-loader{border-color:#d8e3d9;border-top-color:#efb356}.learn-branch-options,.learn-quiz-options{display:grid;gap:10px;margin-top:18px}.learn-branch-options button,.learn-quiz-options button{min-height:48px;padding:11px 14px;border:1px solid #cdddcf;border-radius:8px;background:#f4faf4;color:#2e4c35;font-weight:800;text-align:left;cursor:pointer}.learn-quiz-options button.correct{border-color:#3d9b55;background:#e2f5e6}.learn-quiz-options button.incorrect{border-color:#c95f57;background:#fde9e6}.learn-quiz-card>small{color:#8b6a34;font-weight:800}.learn-quiz-card h3{margin:8px 0 16px;font-size:21px}.learn-quiz-card>img{width:100%;max-height:280px;object-fit:contain}.learn-quiz-feedback{margin-top:14px;color:#385c40}.learn-quiz-feedback p{margin:4px 0 0}.learn-complete{text-align:center}.learn-complete>span{color:#efb356;font-size:42px}.learn-complete h2{margin:6px 0}.learn-player-state{display:grid;place-content:center;gap:12px;min-height:100dvh;padding:24px;text-align:center;background:#225d2e url(/assets/learn/background.png) center / cover;color:#fff}.learn-player-loader{width:42px;height:42px;margin-inline:auto;border:4px solid rgba(255,255,255,.28);border-top-color:#efb356;border-radius:50%;animation:learn-spin .8s linear infinite}@keyframes learn-spin{to{transform:rotate(360deg)}}.learn-level-map{width:min(100%,520px);min-height:100%;margin-inline:auto;padding:120px 24px 110px;overflow-x:clip}.learn-phase-sheet>span,.learn-reward-screen>span{color:#ffd875;font-size:12px;font-weight:900;text-transform:uppercase}.learn-level-map>button{position:relative;display:block;width:120px;height:220px;margin-inline:auto;padding:0;border:0;background:transparent;transform:translate(var(--level-wave-x));cursor:pointer}.learn-level-map>button:after{content:"";position:absolute;top:104px;left:22px;width:76px;height:24px;border-radius:50%;background:#0000009e;filter:blur(10px);z-index:-1}.learn-level-map>button.locked{cursor:default}.learn-level-ufo{position:relative;display:block;width:110px;height:110px;margin:46px auto 0}.learn-level-ufo>img{position:relative;z-index:2;display:block;width:110px;height:110px;object-fit:contain}.learn-level-ufo>div{position:absolute;z-index:1;top:50%;left:50%;width:390px;height:390px;transform:translate(-50%,-50%);pointer-events:none}.learn-level-map>button.selected .learn-level-ufo>img{animation:taleem-level-float 3s ease-in-out infinite}.learn-level-stars{position:absolute;z-index:3;top:0;left:5px;display:flex;align-items:flex-end;justify-content:center;width:110px;height:54px}.learn-level-stars i{color:#7a7a7a;font-size:29px;font-style:normal;line-height:1;text-shadow:0 3px 8px rgba(0,0,0,.65);transform:rotate(-12deg)}.learn-level-stars i:nth-child(2){align-self:flex-start;font-size:40px;transform:none}.learn-level-stars i:nth-child(3){transform:rotate(12deg)}.learn-level-stars i.earned{color:#ffe333;filter:drop-shadow(0 0 7px #f6d724);animation:taleem-star-pop .32s ease-out both}@keyframes taleem-level-float{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-10px) rotate(1deg)}}@keyframes taleem-star-pop{0%{opacity:0;transform:scale(0)}to{opacity:1}}.learn-phase-sheet{position:absolute;z-index:30;right:5%;bottom:max(12px,env(safe-area-inset-bottom));left:5%;padding:22px 15px 12px;border-radius:26px;background:#fff;color:#222;box-shadow:0 12px 24px #00000047;animation:taleem-sheet-in .26s ease-out both}.learn-phase-sheet h2{overflow:hidden;margin:0 0 14px;font-size:20px;letter-spacing:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.learn-phase-sheet .learn-primary{width:100%;margin:0;background:#5e4393;color:#fff}@keyframes taleem-sheet-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.learn-player-shell{position:relative;background:#000}.learn-player-feed{padding:0;background:linear-gradient(#0000007a,#0000007a),var(--lesson-background) center / cover}.taleem-node-transition{width:100%;min-height:100%;animation:taleem-node-enter .36s ease-out both;transform-origin:center}@keyframes taleem-node-enter{0%{opacity:.45;transform:perspective(1000px) translateY(24px) rotateY(-.12rad) scale(.92)}to{opacity:1;transform:perspective(1000px) translateY(0) rotateY(0) scale(1)}}.learn-taleem-controls{position:absolute;z-index:25;top:max(10px,env(safe-area-inset-top));left:12px;display:flex;align-items:center;gap:8px}.learn-taleem-controls>a{display:block;width:75px;height:48px}.learn-taleem-controls>a img{display:block;width:75px;height:auto}.learn-taleem-controls>button{width:45px;height:45px;padding:0;border:0;background:transparent}.learn-taleem-controls>button img{display:block;width:45px;height:45px;object-fit:contain}.learn-taleem-score{position:absolute;z-index:25;top:max(17px,env(safe-area-inset-top));right:16px;display:flex;align-items:center;gap:5px;min-width:110px;height:40px;color:#eaba2d;filter:drop-shadow(0 4px 9px #000)}.learn-taleem-score img{width:30px;height:30px;object-fit:contain}.learn-taleem-score img:nth-of-type(2){margin-left:10px}.learn-taleem-score strong{font-size:18px}.taleem-continue{display:grid;place-items:center;width:150px;height:50px;margin:30px auto 0;padding:7px 12px;border:0;border-radius:12px;background:#e59306;color:#fff;font-size:16px;font-weight:800;cursor:pointer;transition:transform .14s ease-out}.taleem-continue:active{transform:scale(1.1)}.taleem-text-node{position:relative;width:100%;min-height:100%;padding:170px 0 50px;color:#edf9ff}.taleem-text-mascot{position:absolute;top:42px;left:50%;width:140px;height:140px;transform:translate(-50%);pointer-events:none}.taleem-text-messages{display:flex;flex-direction:column;justify-content:center;gap:20px;min-height:calc(100% - 170px);padding:0 15px}.taleem-text-bubble{position:relative;width:100%;padding:30px;border-radius:clamp(30px,14vw,60px);background:linear-gradient(90deg,rgba(1,116,17,.78),transparent 17%,transparent 83%,rgba(1,116,17,.78)),linear-gradient(rgba(1,116,17,.92),transparent 17%,transparent 83%,rgba(1,116,17,.92));box-shadow:inset 0 0 22px #01741194,0 0 18px #01741147;animation:taleem-message-in .5s ease-out both}.taleem-text-bubble p{margin:0;color:#fff;font-size:16px;font-weight:500;line-height:1.5;text-align:center;white-space:pre-line}.taleem-text-bubble.speaking p{animation:taleem-speaking-text .9s ease-out both}.taleem-listening{display:flex;align-items:center;justify-content:center;gap:8px;min-height:50px;color:#fff;font-weight:700}.taleem-listening svg{width:20px;animation:learn-pulse 1s ease-in-out infinite}.taleem-audio-unavailable{color:#ffffffa6;font-size:12px;text-align:center}@keyframes taleem-message-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes taleem-speaking-text{0%{opacity:.35}to{opacity:1}}.taleem-image-node{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%;min-height:100%;padding:86px 0 30px}.taleem-image-node>img{display:block;width:100%;height:auto;object-fit:contain}.taleem-image-node>.taleem-continue{flex:0 0 auto;margin:0}.taleem-branch-node{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;min-height:100%;margin-inline:auto;padding:100px 30px 40px;color:#fff;text-align:center}.taleem-branch-node>img{width:100%;border-radius:10px;object-fit:contain}.taleem-branch-node>img+h2{margin-top:30px}.taleem-branch-node h2{margin:0;color:#fff;font-size:20px;line-height:1.35}.taleem-branch-node>p{margin:8px 0 0;color:#ffffff8a;font-size:16px;line-height:1.5}.taleem-branch-options{display:grid;gap:15px;width:100%;margin-top:40px;padding-block:10px}.taleem-branch-options button{width:100%;padding:12px;border:0;border-radius:10px;background:#5e4393;color:#fff;font:inherit;font-size:16px;font-weight:800}.taleem-launch-node{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100%;padding:100px 20px 40px;color:#fff;text-align:center}.taleem-launch-node h2{margin:0;color:#fff;font-size:20px}.taleem-launch-node p{margin:10px 0 0;color:#ffffff8a;font-size:16px;line-height:1.5}.taleem-resource-overlay{position:absolute;z-index:40;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:12px 12px max(12px,env(safe-area-inset-bottom));background:#111;clip-path:circle(150% at 50% 50%);animation:taleem-circle-reveal .42s ease-out both}.taleem-resource-overlay>iframe{flex:1 1 auto;width:100%;min-height:0;border:0;background:#fff}.taleem-resource-overlay>.taleem-continue{flex:0 0 50px;margin-top:10px}.taleem-resource-back{position:absolute;z-index:2;top:max(12px,env(safe-area-inset-top));left:12px;width:75px;padding:0;border:0;background:transparent}.taleem-resource-back img{display:block;width:75px}@keyframes taleem-circle-reveal{0%{clip-path:circle(0 at 50% 50%)}to{clip-path:circle(150% at 50% 50%)}}.taleem-video-node{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;overflow:hidden;background:#000}.taleem-video-node iframe{width:100%;height:100%;border:0}.taleem-video-node.portrait iframe{width:max(100%,calc(100dvh * 16 / 9));max-width:none}.taleem-video-node.landscape iframe{aspect-ratio:16 / 9;height:auto}.taleem-video-node .taleem-continue{position:absolute;bottom:max(20px,env(safe-area-inset-bottom));left:50%;margin:0;transform:translate(-50%)}.taleem-video-node .taleem-continue:active{transform:translate(-50%) scale(1.1)}.taleem-reward-node{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100%;overflow:hidden;color:#fff;text-align:center}.taleem-gem-spark{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;width:140%;height:140%;pointer-events:none}.taleem-reward-gem{position:relative;width:50%;max-width:230px;filter:drop-shadow(0 16px 20px rgba(0,0,0,.4));animation:taleem-gem-float 1.8s ease-in-out infinite}.taleem-reward-points{font-size:85px;font-weight:900}.taleem-reward-node p{position:relative;max-width:90%;margin:15px 0 0;color:#ffeb3b;font-size:22px;font-weight:800}.taleem-reward-node .taleem-continue{position:relative;margin-top:20px}@keyframes taleem-gem-float{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-12px) rotate(2deg)}}.learn-speaking,.learn-narration-note{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:18px;color:#7d622d;font-size:13px;font-weight:800}.learn-speaking svg{animation:learn-pulse 1s ease-in-out infinite}@keyframes learn-pulse{50%{opacity:.38;transform:scale(.9)}}.learn-stage-text{padding-top:118px}.learn-stage-text .learn-player-mascot{top:-28px}.learn-stage-branch{background:#14261ded;color:#fff}.learn-stage-branch h2{color:#fff;text-align:center}.learn-stage-branch .learn-node-copy{color:#ffffffa6;text-align:center}.learn-stage-image,.learn-stage-video{padding:10px;background:#0a1911eb}.learn-stage-image .learn-node-image{max-height:64dvh;margin:0}.learn-node-video.portrait{width:min(100%,360px);aspect-ratio:9 / 16;margin-inline:auto}.learn-takeover{display:flex;flex-direction:column;width:min(100%,620px);min-height:calc(100% - 10px);margin-inline:auto}.learn-takeover .learn-html-activity,.learn-attachment-viewer{flex:1 1 auto;width:100%;min-height:55dvh;border:0;border-radius:8px;background:#fff}.learn-takeover>.learn-primary{width:100%;margin-top:10px}.learn-reward-screen{display:flex;flex-direction:column;align-items:center;width:min(100%,520px);margin:auto;padding:38px 24px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#14281de6;color:#fff;text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.learn-reward-screen>svg{width:68px;height:68px;margin-bottom:18px;color:#ffd35e}.learn-reward-screen h2{margin:7px 0;font-family:Shirkhand,Georgia,serif;font-size:38px;letter-spacing:0}.learn-reward-screen p{color:#ffffffb3}.learn-reward-screen .learn-primary{width:100%;margin-top:18px}.learn-points{display:flex;flex-direction:column;align-items:center;gap:3px}.learn-points svg{width:62px;height:62px;color:#e9b93f}.learn-points strong{font-size:42px}.learn-points span{font-size:13px;text-transform:uppercase}.learn-ai-stage{position:relative;padding:26px 24px clamp(160px,38vw,220px)}.learn-ai-stage .learn-player-mascot{z-index:2;top:auto;right:auto;bottom:-4%;left:-8%;width:clamp(190px,50vw,260px);height:clamp(190px,50vw,260px);transform:rotate(20deg)}.learn-ai-stage>h2{text-align:center}.learn-ai-messages{display:flex;flex-direction:column;gap:9px;max-height:38dvh;overflow-y:auto;padding:8px 2px}.learn-ai-messages p{max-width:88%;margin:0;padding:10px 12px;border-radius:8px;line-height:1.45}.learn-ai-messages .assistant{align-self:flex-start;background:#edf6ed;color:#2f4935}.learn-ai-messages .user{align-self:flex-end;background:#67358a;color:#fff}.learn-ai-error{color:#a43d37}.learn-ai-input{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:8px;margin-top:12px}.learn-ai-input input{min-width:0;height:44px;padding:0 12px;border:1px solid #cdd9ce;border-radius:8px;font:inherit}.learn-ai-input button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:#60327f;color:#fff}.learn-ai-input button:disabled{opacity:.45}@media(max-width:700px){.learn-player-feed{padding-top:26px;background:linear-gradient(#0f28189e,#091d11c7),var(--lesson-background) center / cover}.learn-message,.learn-quiz-card{margin-block:auto}.learn-stage-text,.learn-ai-stage{margin-top:90px}.learn-level-map>button{width:92%}}@media(max-width:700px){.learn-page{padding-inline:14px}.learn-welcome{min-height:0;padding-top:12px}.learn-welcome-copy>img{max-height:54px}.learn-welcome h1{font-size:38px}.learn-mascot{position:relative;z-index:2;right:auto;bottom:auto;width:min(180px,46vw);margin:-12px 0 0 auto}.learn-mascot>div{transform:none}.learn-catalog{padding:16px 12px 24px}.learn-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 11px}.learn-topic-card>strong{font-size:14px}.learn-topic-card>small{font-size:12px}}@media(min-width:1100px){.learn-player-page{display:grid;grid-template-columns:minmax(420px,1fr) 430px;align-items:center;gap:clamp(40px,7vw,110px);min-height:100dvh;padding:38px max(42px,calc((100vw - 1400px)/2));background-color:#174b28}.learn-topic-summary{display:flex;flex-direction:column;align-items:flex-start;max-width:660px;color:#fff}.learn-topic-summary>a{display:inline-flex;align-items:center;gap:7px;margin-bottom:24px;color:#ffdda2;font-weight:900}.learn-topic-summary>img{width:190px;aspect-ratio:3 / 4;border:3px solid rgba(255,255,255,.3);border-radius:8px;object-fit:cover;box-shadow:0 16px 32px #041c0d4d}.learn-topic-summary>span{margin-top:22px;color:#efb356;font-size:13px;font-weight:900;text-transform:uppercase}.learn-topic-summary h1{margin:5px 0 10px;color:#fff;font-family:Shirkhand,Georgia,serif;font-size:clamp(38px,4vw,58px);line-height:1.06;letter-spacing:0}.learn-topic-summary>p{max-width:620px;margin:0;color:#fffc;font-size:17px;line-height:1.6}.learn-phase-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.learn-phase-list span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#ffffffad;font-size:12px;font-weight:800}.learn-phase-list span.active{border-color:#efb356;background:#efb356;color:#402b10}.learn-phase-list span.done{color:#dff5dc}.learn-player-shell{width:430px;height:min(820px,calc(100dvh - 76px));border:7px solid rgba(255,255,255,.2);border-radius:28px;box-shadow:0 28px 70px #03190c6b}}@media(min-width:1100px){.home-page.mobile-home-page{max-width:100%;padding-inline:clamp(24px,4vw,48px);gap:26px}.home-top{display:grid;grid-template-columns:minmax(280px,1fr) auto;align-items:center;gap:24px;padding:8px 0 2px}.home-top .mobile-greeting h1{font-size:clamp(30px,3.4vw,44px)}.mobile-home-page .mobile-action-grid{display:flex;gap:18px;justify-content:flex-end;flex-wrap:wrap;max-width:100%}.mobile-home-page .mobile-action>span{width:66px;height:66px}.mobile-home-page .mobile-action{font-size:12px}.home-showcase .mobile-feature-row,.mobile-home-page .mobile-feature-row{gap:18px;padding-bottom:6px}.mobile-home-page .mobile-feature-card{flex-basis:clamp(300px,31vw,440px);border-radius:20px}.mobile-home-page .mobile-feature-card span{font-size:15px;left:18px;right:18px;bottom:16px}.mobile-home-page .rail-track{gap:16px}.mobile-home-page .content-card{width:172px;flex-basis:172px}.mobile-home-page .content-card.landscape{width:304px;flex-basis:304px}.mobile-home-page .quiz-card{width:172px;flex-basis:172px}.mobile-home-page .content-card .card-copy strong{font-size:14px}}@media(max-width:900px){.content-grid{grid-template-columns:repeat(auto-fill,minmax(126px,1fr))}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.videos-page .video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.video-filters{flex-direction:column}}@media(min-width:521px)and (max-width:1099.98px){.video-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1099.98px),(min-width:1100px){.mobile-home-page{padding-top:16px;gap:24px;max-width:780px}.mobile-greeting{display:flex;justify-content:space-between;align-items:center;gap:18px}.mobile-greeting span{display:block;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.5px;text-transform:uppercase}.mobile-greeting h1{margin:3px 0 0;color:var(--heading);font-family:Shirkhand,Nunito,sans-serif;font-size:clamp(24px,5vw,38px);line-height:1.1}.mobile-greeting{justify-content:flex-start}.mobile-action-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.mobile-action{display:grid;justify-items:center;gap:7px;color:var(--heading);font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.4px}.mobile-action>span{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 8px 18px #25304729}.mobile-action.mint>span{overflow:hidden;background:#fff}.mobile-action.mint>span img{width:82%;height:82%;object-fit:contain}.mobile-action.blue>span{background:#2393ff}.mobile-action.green>span{background:#18a98f}.mobile-action.orange>span{background:#ff9157}.mobile-action.yellow>span{background:#f2a516}.mobile-action.purple>span{background:#8f6ce7}.mobile-action.red>span{background:#ef596f}.mobile-feature-row{display:flex;gap:14px;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}.mobile-feature-row::-webkit-scrollbar{display:none}.mobile-feature-card{position:relative;flex:0 0 min(76vw,420px);aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;color:#fff;box-shadow:var(--shadow-card);background:var(--heading)}.mobile-feature-card img{width:100%;height:100%;object-fit:cover;display:block}.mobile-feature-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 38%,rgba(22,31,48,.78))}.mobile-feature-card span{position:absolute;z-index:1;left:14px;right:14px;bottom:12px;font-weight:900;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.mobile-home-page .rail-heading{margin-bottom:8px}.mobile-home-page .rail-heading h2{font-family:Shirkhand,Nunito,sans-serif;font-weight:400}.mobile-home-page .rail-track{gap:12px}.mobile-home-page .content-card{width:clamp(116px,25vw,150px);flex-basis:clamp(116px,25vw,150px)}.mobile-home-page .content-card.landscape{width:clamp(220px,47vw,300px);flex-basis:clamp(220px,47vw,300px)}.mobile-home-page .content-card .card-art{border-radius:14px}.mobile-home-page .content-card.portrait .card-art{aspect-ratio:5 / 7}.mobile-home-page .content-card .card-copy strong{font-size:13px}.mobile-home-page .quiz-card{width:clamp(116px,25vw,150px);flex:0 0 clamp(116px,25vw,150px)}.mobile-home-page .quiz-card-art{border-radius:14px}}@media(min-width:700px){.mobile-home-page{padding-inline:clamp(28px,6vw,56px)}.mobile-action-grid{gap:18px}.mobile-action>span{width:64px;height:64px}.mobile-feature-row{gap:18px}.mobile-feature-card{flex-basis:min(46vw,390px)}}@media(max-width:520px){.page{gap:18px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}.collection-card{border-radius:var(--radius-card)}.collection-copy{padding:10px 10px 12px}.collection-copy strong{font-size:13px;line-height:1.25}.collection-copy small{font-size:10px}.collection-copy p{display:none}.mobile-action-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:7px}.mobile-action{font-size:9.5px}.mobile-action>span{width:47px;height:47px}.mobile-feature-card{flex-basis:82vw;border-radius:16px}.mobile-home-page .rail-tools .rail-arrow{display:none}.home-greeting img{height:54px}.content-grid{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:14px 10px}.search-page .content-grid:not(.video-grid) .content-card.video{grid-column:1 / -1}.video-grid,.videos-page .video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-page-heading{align-items:flex-start}.video-page-icon{width:46px;height:46px;flex-basis:46px}.video-page-heading p{font-size:13px}.video-category-tabs{width:100%}.language-filter{width:auto;display:flex}.language-filter select{width:126px}.quiz-hero-panel{flex-direction:column;align-items:flex-start}.quiz-hero-panel img{align-self:center}.collection-header{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:flex-start;gap:14px;padding:16px}.collection-header .collection-collage.large{width:112px;max-width:none}.collection-header h1{margin-top:2px;font-size:22px;line-height:1.12}.collection-header p{font-size:12px;line-height:1.45}.detail-hero{flex-direction:column}.detail-cover{width:min(62vw,240px);margin:0 auto}.video-detail-hero .detail-cover{width:100%;margin:0}.detail-actions .primary-button,.detail-actions .ghost-button{flex:1 1 auto;justify-content:center}.reader-recommendations{grid-template-columns:1fr 1fr}}@media(max-width:360px){.mobile-greeting h1{font-size:20px;letter-spacing:0;white-space:nowrap}}@media(max-width:600px){.collection-detail-page .collection-detail-hero{grid-template-columns:minmax(0,1fr);justify-items:center}.collection-detail-page .collection-header-art{justify-self:center}.collection-detail-page .collection-detail-hero .collection-collage.large{width:132px}.collection-detail-page .collection-header-copy{width:100%}.collection-detail-page .collection-header-copy h1,.collection-detail-page .collection-header-copy>.eyebrow{display:block;text-align:center}.collection-detail-page .collection-header-copy p{max-width:none;text-align:justify;text-justify:inter-word;-webkit-hyphens:auto;hyphens:auto}.collection-story-section .collection-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1099.98px){.shell-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.shell-greeting{position:static;justify-self:center;display:block;width:100%;max-width:150px;overflow:hidden;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.4px;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.shell-top-actions{grid-column:3}.mobile-home-page .home-top{display:grid;gap:12px;text-align:center}.mobile-home-page .mobile-greeting{justify-content:center}.mobile-home-page .mobile-greeting span{display:none}.mobile-home-page .mobile-greeting h1{margin-top:0;font-size:clamp(24px,4vw,30px)}.mobile-home-page .mobile-action-grid{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center}.mobile-home-page .mobile-action{flex:0 1 76px}}@media(max-width:520px){.shell-greeting{max-width:130px;font-size:9px}.mobile-home-page{padding-top:10px;gap:20px}.mobile-home-page .home-top{gap:16px;padding:2px 0 6px;text-align:left}.mobile-home-page .mobile-greeting{justify-content:flex-start}.mobile-home-page .mobile-greeting h1{font-size:clamp(25px,7.2vw,30px);line-height:1.08}.mobile-home-page .mobile-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(52px,1fr));width:100%;gap:8px}.home-taleem-feature{grid-template-columns:minmax(0,1fr) 112px;min-height:180px;padding:18px 14px 0 18px}.home-taleem-logo{grid-column:1;width:122px;max-height:54px;object-position:left center}.home-taleem-copy{grid-column:1;align-self:start;gap:4px;padding:2px 0 18px}.home-taleem-copy small{display:none}.home-taleem-copy>strong{font-size:18px}.home-taleem-copy>span{padding:8px 10px;font-size:11px}.home-taleem-mascot{grid-column:2;grid-row:1 / span 2;align-self:end;width:145px;height:178px;margin-bottom:0;max-width:none}.mobile-home-page .mobile-action{min-width:0;gap:6px;font-size:9px;letter-spacing:0}.mobile-home-page .mobile-action>span{width:clamp(48px,13vw,54px);height:clamp(48px,13vw,54px)}.mobile-home-page .mobile-action strong{max-width:64px;line-height:1.15;text-align:center}}@media(max-width:360px){.mobile-home-page .mobile-greeting h1{font-size:20px}}@media(min-width:1100px){.mobile-home-page .collections-block .collection-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(min-width:521px)and (max-width:1099.98px){.mobile-home-page .collections-block .collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:520px){.mobile-home-page .collections-block .collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 8px}.mobile-home-page .collections-block .collection-copy{padding:8px 7px 10px}.mobile-home-page .collections-block .collection-copy strong{font-size:11px}.mobile-home-page .collections-block .collection-copy small{font-size:9px}}@media(max-width:360px){.mobile-home-page .collections-block .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 10px}}
