:root{--bg:#f4f7fb;--surface:#fff;--surface2:#eef4ff;--text:#12213b;--muted:#64748b;--brand:#0a2b62;--brand2:#174da1;--gold:#f5bd27;--line:#dce5f2;--shadow:0 14px 40px rgba(10,43,98,.12);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text)}body.dark{--bg:#08101f;--surface:#101c30;--surface2:#142540;--text:#eef5ff;--muted:#9fb0c8;--line:#243958;--shadow:0 18px 40px rgba(0,0,0,.35)}button,input,select,textarea{font:inherit}.topbar{height:70px;position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--line)}.brand-mini{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--brand2)}.brand-mini img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--gold)}.icon-btn{width:44px;height:44px;border-radius:14px;border:1px solid var(--line);background:var(--surface);color:var(--text);cursor:pointer}.drawer{position:fixed;left:0;top:0;bottom:0;width:min(330px,88vw);background:var(--surface);z-index:50;transform:translateX(-105%);transition:.25s ease;padding:25px;box-shadow:var(--shadow)}.drawer.open{transform:none}.drawer-brand{text-align:center;padding:10px 0 20px}.drawer-brand img{width:150px;height:150px;object-fit:cover;border-radius:28px;border:3px solid var(--gold)}.drawer-brand h2{margin:12px 0 2px}.drawer-brand p{margin:0;color:var(--muted)}.drawer nav{display:grid;gap:8px}.drawer nav button{border:0;background:transparent;color:var(--text);padding:14px 16px;border-radius:14px;text-align:left;cursor:pointer;font-weight:700}.drawer nav button:hover{background:var(--surface2)}.scrim{position:fixed;inset:0;background:rgba(4,12,28,.5);z-index:40;opacity:0;pointer-events:none;transition:.2s}.scrim.show{opacity:1;pointer-events:auto}main{max-width:1180px;margin:auto;padding:34px 24px 110px}.view{display:none}.view.active{display:block}.hero{background:linear-gradient(135deg,var(--brand),#104a9d 70%,#2563c5);color:white;border-radius:32px;padding:40px;display:grid;grid-template-columns:280px 1fr;gap:38px;align-items:center;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:rgba(245,189,39,.18);right:-70px;top:-90px}.hero-logo{width:100%;aspect-ratio:1;object-fit:cover;border-radius:32px;border:5px solid var(--gold);box-shadow:0 16px 35px rgba(0,0,0,.25);z-index:1}.hero h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.98;margin:10px 0 18px}.hero p{font-size:1.08rem;max-width:690px;line-height:1.7;color:#e6efff}.eyebrow{font-size:.78rem;letter-spacing:.15em;font-weight:900;color:var(--gold)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:25px}.primary,.secondary{border-radius:14px;padding:13px 18px;font-weight:900;cursor:pointer}.primary{border:0;background:var(--gold);color:#12213b}.secondary{border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.12);color:white}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0}.cards article,.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.cards article{padding:24px;text-align:center}.cards b{display:block;font-size:2rem;color:var(--brand2)}.cards span{color:var(--muted);font-weight:700}.daily{padding:25px}.daily h2{margin-top:0}.daily p{font:600 1.08rem/1.7 Georgia,serif}.daily small{font-weight:800;color:var(--brand2)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}.section-head h1,.reader-head h1{font-size:2.4rem;margin:5px 0}.section-head input,.search-box input{min-width:260px;padding:13px 15px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text)}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:14px}.book-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:18px;text-align:left;cursor:pointer;color:var(--text);transition:.18s}.book-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#9ab7e9}.book-card b{display:block;font-size:1.02rem;margin-bottom:6px}.book-card small{color:var(--muted)}.reader-head{display:flex;justify-content:space-between;align-items:end;gap:18px}.reader-head select{padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--surface);color:var(--text)}.back{border:0;background:transparent;color:var(--brand2);font-weight:900;padding:8px 0;cursor:pointer}.status{color:var(--muted);padding:14px 0}.verses{display:grid;gap:10px}.verse{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px 17px;line-height:1.72;position:relative}.verse .num{font-weight:900;color:var(--brand2);margin-right:8px}.verse-actions{display:flex;gap:7px;margin-top:10px}.verse-actions button{border:1px solid var(--line);background:var(--surface2);color:var(--text);border-radius:10px;padding:6px 9px;cursor:pointer}.search-box{display:flex;gap:10px}.search-box input{flex:1}.results{display:grid;gap:12px;margin-top:18px}.result-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px}.result-card strong{color:var(--brand2)}.result-card p{line-height:1.6}.result-actions{display:flex;gap:8px;flex-wrap:wrap}.result-actions button{border:1px solid var(--line);background:var(--surface2);color:var(--text);border-radius:10px;padding:7px 10px;cursor:pointer}.about{display:grid;grid-template-columns:260px 1fr;gap:28px;padding:28px;align-items:center}.about img{width:100%;border-radius:24px;border:3px solid var(--gold)}.about p{line-height:1.7;color:var(--muted)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:74px;background:var(--surface);border-top:1px solid var(--line);display:flex;justify-content:center;z-index:25}.bottom-nav button{width:min(150px,20%);border:0;background:transparent;color:var(--muted);display:grid;place-items:center;gap:2px;cursor:pointer}.bottom-nav span{font-size:.72rem;font-weight:800}.bottom-nav button.active{color:var(--brand2)}@media(max-width:760px){.brand-mini span{display:none}main{padding:20px 14px 100px}.hero{grid-template-columns:1fr;padding:22px;border-radius:24px}.hero-logo{width:180px;margin:auto}.hero h1{font-size:2.6rem}.cards{grid-template-columns:repeat(2,1fr)}.section-head,.reader-head{align-items:stretch;flex-direction:column}.section-head input{min-width:0;width:100%}.search-box{flex-direction:column}.about{grid-template-columns:1fr}.about img{max-width:220px;margin:auto}.books-grid{grid-template-columns:repeat(2,1fr)}}
