:root{--navy:#082a5e;--blue:#0969d9;--gold:#f8c230;--bg:#f3f7fc;--text:#061b3d;--muted:#687692;--card:#fff;--border:#dce6f3}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}.mobilebar{display:none}.app{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(180deg,#061f49,#0a356f);color:white;padding:24px 20px;position:fixed;height:100vh;overflow:auto}.brand{display:flex;gap:14px;align-items:center;margin-bottom:28px}.seal{width:54px;height:54px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8c230);color:#082a5e;display:grid;place-items:center;font-weight:900}.brand h1{font-size:20px;line-height:1.05;margin:0}.brand span{color:var(--gold)}.brand p{margin:4px 0 0;color:#c9d9f4}.nav-title{margin:22px 10px 8px;text-transform:uppercase;font-size:12px;letter-spacing:2px;color:#b8cff3}.sidebar a{display:block;color:white;text-decoration:none;font-weight:800;padding:14px 16px;border-radius:14px;margin:7px 0}.sidebar a:hover,.sidebar a.active{background:var(--gold);color:#061b3d}.verse{margin-top:30px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.08);border-radius:18px;padding:22px;text-align:center;line-height:1.6}.main{margin-left:280px;flex:1;padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.search{background:white;border:1px solid var(--border);border-radius:16px;padding:16px 22px;width:min(520px,50vw);color:#5e6d87}.profile{display:flex;align-items:center;gap:14px;background:white;border:1px solid var(--border);padding:12px 16px;border-radius:18px}.profile small{display:block;color:#697996}.avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--blue),var(--gold));display:grid;place-items:center;color:white;font-weight:900}.bell{position:relative}.bell span{position:absolute;top:-12px;right:-10px;background:#e32323;color:white;border-radius:50%;font-size:12px;padding:3px 6px}.hero{background:linear-gradient(135deg,#082a5e,#0969d9 65%,#f8c230);border-radius:28px;color:white;padding:34px;display:flex;justify-content:space-between;gap:25px;box-shadow:0 20px 55px rgba(8,42,94,.22)}.hero h2{font-size:38px;margin:14px 0 8px}.hero p{font-size:18px;max-width:820px}.pill{background:#fff5bf;color:#5a4200;border-radius:999px;padding:8px 16px;font-weight:900}.member-card{min-width:250px;background:#05285a;border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:20px}.member-card a{display:inline-block;background:var(--gold);color:#061b3d;text-decoration:none;font-weight:900;padding:12px 18px;border-radius:10px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:24px 0}.stat{background:white;border:1px solid var(--border);border-radius:20px;padding:22px;display:flex;align-items:center;gap:18px;box-shadow:0 10px 35px rgba(8,42,94,.08)}.icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:white;font-size:24px}.blue{background:#0969d9}.green{background:#2baa48}.purple{background:#953bea}.orange{background:#f36a21}.stat strong{display:block;font-size:30px}.stat span{font-weight:700}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:24px}.panel{background:white;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 12px 35px rgba(8,42,94,.07)}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.panel h3{margin:0}.panel a{color:#0969d9;font-weight:800;text-decoration:none}.courses{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.course{border:1px solid var(--border);border-radius:18px;padding:10px;background:#fff;box-shadow:0 8px 25px rgba(0,0,0,.05)}.cover{height:170px;border-radius:14px;display:grid;place-items:center;text-align:center;color:#ffe79a;font-family:Georgia,serif;font-size:26px;background:#07142e}.cover small{font-size:18px}.gold{background:linear-gradient(135deg,#2b5a89,#d79b2b);color:white}.crown{background:linear-gradient(135deg,#090909,#653b08);color:#f7cf5a}.bible{background:linear-gradient(135deg,#111,#6d461e);color:#ffe9a6}.bar{height:10px;background:#e5ebf3;border-radius:999px;margin:12px 0 8px}.bar span{display:block;height:100%;border-radius:999px;background:#0969d9}.greenbar span{background:#2baa48}.purplebar span{background:#953bea}.orangebar span{background:#f36a21}.course p{color:#44526a;margin:6px 0 14px}.course a{display:inline-block;background:#0969d9;color:white;padding:10px 18px;border-radius:10px}.notice{padding:14px 0;border-bottom:1px solid var(--border)}.notice p{margin:6px 0;color:#4d5c74}.event{display:flex;gap:14px;padding:12px 0}.event span{background:#eaf1fb;color:#0969d9;border-radius:10px;padding:8px;text-align:center;font-weight:900}.event p{margin:4px 0;color:#5e6d87}.quick{margin-top:24px}.quick-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.quick-grid a{background:#f7faff;border:1px solid var(--border);border-radius:16px;padding:18px;text-align:center;color:#061b3d}@media(max-width:1100px){.stats,.courses{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.mobilebar{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:#082a5e;color:white}.mobilebar button{background:#f8c230;border:0;border-radius:10px;padding:8px 12px}.sidebar{display:none;position:static;width:100%;height:auto}.sidebar.open{display:block}.main{margin-left:0;padding:16px}.topbar,.hero{display:block}.search{width:100%;margin-bottom:12px}.stats,.courses,.quick-grid{grid-template-columns:1fr}.hero h2{font-size:30px}.member-card{margin-top:16px}}
