:root{--blue:#176fe8;--blue2:#0d5fd3;--navy:#12213a;--ink:#18202d;--muted:#7a8493;--bg:#f5f7fa;--card:#fff;--line:#e7ebf0;--soft:#eef3f8;--green:#18a66a;--orange:#ff8b35;--red:#ef5261;--purple:#7a5cff;--shadow:0 8px 26px rgba(25,43,68,.08);--shadow2:0 18px 45px rgba(25,43,68,.12);--r:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.55 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.top{height:68px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);display:flex;align-items:center;gap:18px;padding:0 max(16px,calc((100% - 1120px)/2));position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line)}.logo{display:flex;align-items:center;gap:10px;font-size:19px;font-weight:800;white-space:nowrap}.logo-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#edf5ff,#dbeaff);color:var(--blue);font-size:20px}.logo>span:last-child{color:var(--ink)}.top-search{flex:1;max-width:560px;margin:auto}.top-search input{width:100%;border:0;background:#f0f3f7;border-radius:14px;padding:11px 15px 11px 42px;outline:0;background-image:linear-gradient(var(--blue),var(--blue));background-size:18px 18px;background-repeat:no-repeat;background-position:15px center}.top-search input:focus{box-shadow:0 0 0 4px #e8f1ff;background-color:#fff}.top-actions{display:flex;align-items:center;gap:8px}.circle-btn{width:40px;height:40px;border-radius:13px;background:#f2f4f7;display:grid;place-items:center;font-size:18px}.container{width:min(1120px,100%);margin:auto;padding:22px 18px 105px}.hero{min-height:300px;border-radius:24px;overflow:hidden;position:relative;color:#fff;background:linear-gradient(180deg,rgba(18,82,135,.1),rgba(16,39,65,.2)),linear-gradient(160deg,#dbeeff 0%,#ffdca4 48%,#8aa9bc 49%,#274d6d 72%,#132a43 100%);box-shadow:var(--shadow2);display:flex;align-items:flex-end}.hero:before{content:"";position:absolute;left:-8%;right:-8%;bottom:0;height:46%;background:linear-gradient(155deg,transparent 0 20%,#365c72 21% 38%,#1f425f 39% 58%,#102b48 59% 100%);clip-path:polygon(0 75%,10% 47%,18% 64%,28% 30%,40% 56%,51% 20%,62% 52%,73% 35%,84% 64%,100% 28%,100% 100%,0 100%);opacity:.92}.hero:after{content:"✝";position:absolute;right:12%;bottom:13%;font-size:118px;line-height:1;color:rgba(15,24,37,.78);text-shadow:0 8px 20px rgba(0,0,0,.18)}.hero-content{position:relative;z-index:2;width:100%;padding:30px;max-width:700px}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;opacity:.9}.hero h1{font:700 34px/1.12 Georgia,serif;margin:7px 0 10px}.verse{font-size:17px;max-width:610px;margin:0 0 5px}.hero .muted{color:rgba(255,255,255,.8)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;background:var(--blue);color:#fff!important;padding:12px 18px;border-radius:12px;font-weight:750;cursor:pointer;box-shadow:0 8px 18px rgba(23,111,232,.2);transition:.18s}.btn:hover{transform:translateY(-1px);background:var(--blue2)}.btn.alt{background:#fff;color:var(--blue)!important}.btn.light{background:#edf4ff;color:var(--blue)!important;box-shadow:none}.btn.danger{background:var(--red)}.btn.sm{padding:8px 11px;font-size:13px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.card{background:var(--card);border:1px solid rgba(226,231,237,.9);border-radius:var(--r);padding:18px;box-shadow:var(--shadow)}.feature-card{min-height:136px;transition:.18s}.feature-card:hover{transform:translateY(-3px);box-shadow:var(--shadow2)}.feature-card h3{margin:12px 0 2px;font-size:16px}.icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#eaf2ff;color:var(--blue);font-size:22px}.icon.green{background:#e4f8ee;color:var(--green)}.icon.orange{background:#fff0e5;color:var(--orange)}.icon.red{background:#ffebee;color:var(--red)}.icon.purple{background:#eeeaff;color:var(--purple)}.section{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:27px 0 12px}.section h1,.section h2,.section h3{margin:0}.section h2{font-size:19px}.section a{color:var(--blue);font-weight:700;font-size:13px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px;box-shadow:var(--shadow)}.stat strong{font-size:25px;display:block;margin-top:4px}.stat .label{font-size:12px;color:var(--muted);font-weight:700}.list{display:flex;flex-direction:column;gap:9px}.item{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;justify-content:space-between;align-items:center;gap:14px;box-shadow:0 4px 15px rgba(25,43,68,.04)}.item-left{display:flex;gap:12px;align-items:center;min-width:0}.item-icon{width:43px;height:43px;border-radius:12px;background:#edf4ff;display:grid;place-items:center;flex:none}.item b,.item small{overflow:hidden;text-overflow:ellipsis}.muted{color:var(--muted)}.tag{display:inline-flex;background:#eaf2ff;color:var(--blue);padding:5px 9px;border-radius:20px;font-size:11px;font-weight:800}.form{max-width:500px;margin:25px auto}.group{margin-bottom:15px}.group label{display:block;font-weight:700;font-size:13px;margin-bottom:7px}.group input,.group textarea,.group select{width:100%;padding:12px 13px;border:1px solid #dce3eb;background:#fff;border-radius:11px;outline:0}.group input:focus,.group textarea:focus,.group select:focus{border-color:#a8c8f7;box-shadow:0 0 0 4px #edf4ff}.full{width:100%}.notice{padding:12px 14px;border-radius:11px;background:#e9f8ef;color:#176b35;margin-bottom:14px}.notice.danger{background:#fff0f1;color:#a5222d}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px 16px;background:radial-gradient(circle at top left,#dcecff 0,#f6f8fb 36%,#edf2f7 100%)}.auth-card{width:min(430px,100%);background:#fff;border-radius:27px;padding:30px;box-shadow:0 25px 75px rgba(25,43,68,.15);border:1px solid #e6ebf1}.auth-brand{text-align:center;margin-bottom:24px}.auth-brand .brand-icon{width:76px;height:76px;margin:auto;border-radius:23px;background:linear-gradient(145deg,#ddecff,#fff0d9);display:grid;place-items:center;color:var(--blue);font-size:38px;box-shadow:0 10px 30px rgba(23,111,232,.12)}.auth-brand h1{font:700 30px Georgia,serif;margin:13px 0 3px}.auth-card .sub{font-size:13px;color:var(--muted)}.auth-links{display:flex;justify-content:space-between;font-size:13px;margin:8px 0 18px}.reading{max-width:850px;margin:auto}.reading-head{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px;box-shadow:var(--shadow);position:sticky;top:78px;z-index:10}.reading-tools{display:flex;gap:8px;flex-wrap:wrap}.verse-row{padding:14px 5px;border-bottom:1px solid #edf0f4;position:relative}.verse-row:last-child{border-bottom:0}.verse-row mark{background:#fff2a8;border-radius:4px;padding:1px 2px}.verse-no{font-weight:800;color:var(--blue);font-size:12px;margin-right:6px}.verse-actions{float:right;display:flex;gap:4px}.chapter-nav{display:flex;justify-content:space-between;align-items:center;gap:10px}.tablebox{background:#fff;border-radius:17px;overflow:auto;border:1px solid var(--line);box-shadow:var(--shadow)}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:12px;border-bottom:1px solid #edf0f5;text-align:left;white-space:nowrap}.table th{background:#f7f9fb;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.empty{padding:35px;text-align:center;color:var(--muted)}.profile-head{display:flex;align-items:center;gap:14px;background:#fff;border-radius:18px;padding:18px;box-shadow:var(--shadow)}.avatar{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ddecff,#bcd8ff);color:var(--blue);font-size:23px;font-weight:800}.bottom{display:none}.mobile-menu{display:none}.admin-layout{min-height:100vh}.side{position:fixed;left:0;top:0;bottom:0;width:255px;background:#101a2b;color:#fff;padding:20px 14px;overflow:auto;z-index:80}.side-brand{display:flex;align-items:center;gap:10px;padding:4px 9px 20px}.side-brand strong{font-size:18px}.side a{display:flex;align-items:center;gap:10px;color:#c7d0dd;padding:10px 12px;border-radius:11px;margin:3px 0}.side a:hover,.side a.active{background:#1b2b45;color:#fff}.admin-main{margin-left:255px}.admin-main>.top{padding:0 25px}.admin-main .container{max-width:1280px}.admin-title{margin:4px 0 18px}.admin-main .stats{grid-template-columns:repeat(4,1fr)}body.dark{--ink:#edf2f9;--muted:#9ca9bc;--card:#121c2d;--line:#26344a;--bg:#0b1220;background:#0b1220}body.dark .top{background:rgba(18,28,45,.96);border-color:#26344a}body.dark .circle-btn,body.dark .top-search input{background:#0e1727;color:#edf2f9}body.dark .card,body.dark .item,body.dark .stat,body.dark .tablebox,body.dark .auth-card,body.dark .profile-head,body.dark .reading-head{background:var(--card);border-color:var(--line)}body.dark .table th{background:#0e1726}body.dark .group input,body.dark .group textarea,body.dark .group select{background:#0e1727;color:#edf2f9;border-color:#30405a}@media(max-width:900px){.top{height:62px;padding:0 12px;justify-content:space-between}.logo{position:absolute;left:50%;transform:translateX(-50%);font-size:17px}.logo-mark{width:34px;height:34px}.top-search{display:none}.top-actions{margin-left:auto}.circle-btn{width:38px;height:38px}.container{padding:16px 13px 94px}.hero{min-height:410px;border-radius:22px}.hero-content{padding:24px 21px}.hero h1{font-size:29px}.hero:after{right:18%;bottom:18%;font-size:95px}.cards{grid-template-columns:repeat(2,1fr);gap:10px}.card{padding:15px}.feature-card{min-height:126px}.stats{grid-template-columns:repeat(3,1fr);gap:8px}.stat{padding:12px}.stat strong{font-size:21px}.side{display:none}.admin-main{margin:0}.admin-main>.top{padding:0 13px}.admin-main .stats{grid-template-columns:repeat(2,1fr)}.mobile-menu{display:grid}.bottom{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:60;justify-content:space-around;padding:7px 3px calc(7px + env(safe-area-inset-bottom))}.bottom a{text-align:center;color:#707b8c;font-size:19px;min-width:58px;padding:1px 4px}.bottom a.active{color:var(--blue)}.bottom small{display:block;font-size:10px;font-weight:750;margin-top:-1px}.reading-head{top:62px}.top-actions .more-btn{display:none}}@media(max-width:520px){.hero{min-height:430px}.hero h1{font-size:28px}.verse{font-size:15px}.hero-content{padding:21px}.cards{grid-template-columns:repeat(2,1fr)}.stats{grid-template-columns:repeat(3,1fr)}.stat .label{font-size:10px}.stat strong{font-size:19px}.auth-card{padding:25px 20px;border-radius:23px}.section{margin-top:22px}.item{padding:12px}.item-icon{width:40px;height:40px}.admin-main .stats{grid-template-columns:repeat(2,1fr)}}
/* Screenshot-inspired Bible Study mobile app UI */
.splash-body{margin:0;background:#081421;overflow-x:hidden}.splash-screen{min-height:100svh;position:relative;overflow:hidden;color:#fff;background:linear-gradient(180deg,#dcecf5 0%,#f9d8a1 42%,#7898a9 63%,#142e45 100%);display:flex;align-items:flex-end;justify-content:center}.splash-sky{position:absolute;inset:0;background:radial-gradient(circle at 51% 42%,rgba(255,246,203,.95) 0,rgba(255,221,166,.55) 18%,transparent 43%)}.splash-sun{position:absolute;width:170px;height:170px;border-radius:50%;left:50%;top:30%;transform:translate(-50%,-50%);background:rgba(255,230,167,.58);filter:blur(2px)}.splash-mountains{position:absolute;left:-12%;right:-12%;bottom:0;height:48%;background:#274d64;clip-path:polygon(0 70%,8% 53%,16% 67%,28% 35%,39% 57%,51% 21%,63% 54%,74% 39%,85% 65%,100% 31%,100% 100%,0 100%)}.splash-mountains:after{content:"";position:absolute;inset:25% 0 0;background:#0d263d;clip-path:polygon(0 55%,12% 42%,22% 63%,34% 28%,47% 58%,61% 34%,73% 65%,85% 40%,100% 57%,100% 100%,0 100%)}.splash-cross{position:absolute;left:50%;top:43%;width:94px;height:170px;transform:translate(-50%,-50%);filter:drop-shadow(0 12px 12px rgba(0,0,0,.28))}.splash-cross:before{content:"";position:absolute;left:40px;top:0;width:25px;height:170px;background:#1a1b1c;border-radius:2px}.splash-cross:after{content:"";position:absolute;left:0;top:72px;width:94px;height:26px;background:#1a1b1c;border-radius:2px}.splash-content{position:relative;z-index:5;width:min(100%,430px);padding:26px 28px 28px;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,.22)}.splash-title{font:700 37px Georgia,serif;color:#1c568b;text-shadow:none;margin-bottom:6px}.splash-tagline{font-size:17px;line-height:1.5;color:#eef7ff}.splash-verse{margin-top:22px;font:italic 15px/1.45 Georgia,serif;color:#fff}.splash-reference{font:600 13px Georgia,serif;margin-top:7px}.splash-start{display:flex;align-items:center;justify-content:center;height:52px;margin:26px 0 8px;background:#176fe8;color:#fff!important;border-radius:15px;font-size:16px;font-weight:800;box-shadow:0 10px 25px rgba(0,45,100,.28);text-shadow:none}.splash-signup{margin:0;font-size:13px;color:rgba(255,255,255,.9);text-shadow:none}.splash-signup a{color:#fff;text-decoration:underline}.app-home{max-width:620px}.today-card{height:158px;border-radius:17px;overflow:hidden;position:relative;box-shadow:var(--shadow2);margin-bottom:17px}.today-bg{position:absolute;inset:0;background:linear-gradient(180deg,#e9f1f3 0%,#f6c986 48%,#87a8b7 49%,#456b7b 70%,#1d405b 100%)}.today-bg:before{content:"";position:absolute;width:105px;height:105px;border-radius:50%;left:68%;top:22px;background:rgba(255,236,178,.7);filter:blur(1px)}.today-mountain{position:absolute;inset:auto -5% 0;height:62%;background:#274f67;clip-path:polygon(0 76%,12% 48%,23% 69%,34% 38%,45% 65%,57% 22%,69% 56%,80% 38%,91% 70%,100% 45%,100% 100%,0 100%)}.today-copy{position:relative;z-index:2;padding:17px 17px;width:68%;color:#15212c}.today-label{font-size:14px;font-weight:800}.today-text{font-size:13px;line-height:1.42;margin-top:8px;font-weight:650}.today-ref{font-size:11px;margin-top:6px;color:#667585}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-bottom:24px}.quick-card{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;font-size:12px}.quick-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-size:23px;box-shadow:0 7px 15px rgba(25,43,68,.09)}.quick-icon.blue{background:#e9f2ff;color:#176fe8}.quick-icon.orange{background:#fff0e4;color:#f07d27}.quick-icon.green{background:#e3f8ed;color:#17a66a}.quick-icon.red{background:#ffeaee;color:#ec4f61}.quick-icon.gray{background:#e9edf1;color:#7a8794}.compact-list{gap:8px}.compact-list .item{padding:11px 12px;border-radius:13px}.recent-book-icon{width:34px;height:34px;border-radius:9px;background:#fff0cc;color:#e6a600;display:grid;place-items:center;flex:none}.chevron{font-size:23px;color:#9aa4b0}.devotion-home-card{display:block;background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:14px}.devotion-cover{height:118px;padding:16px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(180deg,#d9e6ea,#f5c987 48%,#537d8e 49%,#294d67 100%);position:relative}.devotion-cover:after{content:"";position:absolute;width:76px;height:76px;border-radius:50%;right:16%;top:15px;background:rgba(255,239,180,.55)}.devotion-cover span,.devotion-cover strong{position:relative;z-index:2}.devotion-cover span{font-size:10px}.devotion-cover strong{font:700 20px Georgia,serif;margin-top:3px}.devotion-body{padding:14px 16px}.devotion-body p{margin:8px 0}.devotion-quote{font-weight:700}.devotion-body small{color:var(--muted)}.refer-home-card{display:flex;align-items:center;gap:12px;background:#edf5ff;border:1px solid #dceaff;border-radius:15px;padding:13px 15px;color:var(--ink);margin-bottom:10px}.refer-home-card .refer-icon{width:40px;height:40px;border-radius:12px;background:#176fe8;color:#fff;display:grid;place-items:center;font-size:20px}.refer-home-card span:nth-child(2){display:flex;flex-direction:column;flex:1}.refer-home-card small{color:var(--muted);margin-top:2px}.refer-home-card strong{font-size:23px;color:#8b98a6}@media(min-width:700px){.splash-screen{max-width:500px;margin:auto;box-shadow:0 0 0 1px rgba(0,0,0,.08)}.app-home{padding-top:24px}.today-card{height:190px}.today-copy{width:58%;padding:21px}.today-text{font-size:15px}.splash-content{padding-bottom:42px}}@media(max-width:520px){.today-card{height:156px}.quick-grid{gap:12px}.quick-icon{width:47px;height:47px}.today-copy{width:74%}.today-text{font-size:12px}.today-ref{font-size:10px}.devotion-cover{height:120px}.splash-title{font-size:35px}}
/* Premium v3 visual layer — reference-inspired mobile Bible Study UI */
.splash-body{background:#152739;overflow-x:hidden}.splash-screen{min-height:100svh;position:relative;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;background:#dbeaf4}.splash-sky{position:absolute;inset:0;background:url('../images/splash-bg.svg') center/cover no-repeat}.splash-sun,.splash-mountains{display:none}.splash-screen:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,235,195,.04) 48%,rgba(8,18,29,.72) 78%,rgba(5,12,20,.94) 100%)}.splash-cross{position:absolute;z-index:2;left:50%;bottom:32%;transform:translateX(-50%);width:42px;height:190px;background:#211b18;border-radius:4px;box-shadow:0 10px 22px rgba(0,0,0,.18)}.splash-cross:before{content:"";position:absolute;left:-63px;top:62px;width:168px;height:42px;background:#211b18;border-radius:4px}.splash-cross span,.splash-cross i{display:none}.splash-content{position:relative;z-index:3;width:min(100%,500px);padding:34px 28px 28px;text-align:center;color:#fff}.splash-title{font:700 41px/1 Georgia,serif;color:#194f85;margin-bottom:9px;text-shadow:0 1px rgba(255,255,255,.45)}.splash-tagline{font-size:16px;line-height:1.5;color:#294962}.splash-verse{font:15px/1.55 Georgia,serif;margin-top:32px}.splash-reference{font-size:12px;margin-top:7px}.splash-start{display:flex;align-items:center;justify-content:center;height:54px;border-radius:16px;background:#176fe8;color:#fff;font-weight:800;font-size:16px;margin-top:25px;box-shadow:0 12px 25px rgba(23,111,232,.28)}.splash-signup{font-size:13px;margin:12px 0 0;color:#f3f6fa}.splash-signup a{color:#fff;text-decoration:underline}.auth-shell{min-height:100svh;padding:0 16px 24px;align-items:center;background:linear-gradient(180deg,#edf5fc 0,#f7f9fc 38%,#eef3f8 100%);position:relative;overflow:hidden}.auth-shell:before{content:"";position:absolute;top:-170px;left:-100px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,#d8eaff,transparent 68%)}.auth-card{position:relative;z-index:2;width:min(430px,100%);padding:28px 24px;border-radius:28px;background:rgba(255,255,255,.97);box-shadow:0 24px 70px rgba(27,50,78,.15);border:1px solid rgba(220,228,238,.9)}.auth-brand .brand-icon{width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,#d9eaff,#fff0d9);box-shadow:0 12px 30px rgba(23,111,232,.12)}.auth-brand h1{font-size:31px}.auth-card .group input{height:48px;border-radius:13px;background:#f7f9fc}.auth-card .btn{height:50px;border-radius:14px}.app-home{max-width:590px}.today-card{height:166px;border-radius:20px}.today-copy{padding:18px;width:72%}.today-label{font-size:13px}.today-text{font-size:13px;line-height:1.46}.quick-card{padding:2px 0}.quick-icon{width:49px;height:49px;border-radius:15px}.section h2{font-size:18px}.compact-list .item{background:#fff}.devotion-home-card{border-radius:19px}.refer-home-card{border-radius:17px}.bottom{padding-bottom:max(7px,env(safe-area-inset-bottom))}
@media(min-width:700px){.splash-screen{width:min(500px,100%);min-height:900px}.splash-content{padding-bottom:42px}.splash-title{font-size:44px}.splash-cross{bottom:31%}.today-card{height:185px}}
@media(max-width:520px){.splash-title{font-size:37px}.splash-content{padding-left:24px;padding-right:24px}.splash-cross{bottom:31%;transform:translateX(-50%) scale(.86)}.auth-shell{padding-left:13px;padding-right:13px}.auth-card{padding:25px 20px;border-radius:24px}.app-home{padding-left:13px;padding-right:13px}.today-card{height:158px}.quick-grid{gap:13px}.quick-icon{width:47px;height:47px}}
.back-auth{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#f0f3f7;color:#536176;font-size:28px;margin-bottom:12px}.auth-forgot{display:block;text-align:right;color:var(--blue);font-size:12px;font-weight:800;margin:-3px 0 15px}.auth-card .btn span{margin-left:6px}

/* Premium Admin Console v4 */
.admin-body{background:#f4f7fb;color:#162338}.admin-body .side{width:270px;background:linear-gradient(180deg,#0a1427 0%,#0d1a31 58%,#0a1324 100%);padding:0 14px;border-right:1px solid rgba(255,255,255,.06);box-shadow:12px 0 35px rgba(7,20,39,.08)}.admin-body .admin-main{margin-left:270px;min-height:100vh;background:#f4f7fb}.admin-body .admin-content{width:min(1380px,100%);margin:auto;padding:26px 30px 25px}.admin-body .admin-layout{min-height:100vh}.admin-brand{padding:23px 10px 18px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-brand a{display:flex;align-items:center;gap:11px;color:#fff}.admin-brand b{display:block;font-size:18px;letter-spacing:-.02em}.admin-brand small{display:block;color:#7f91ad;font-size:9px;font-weight:800;letter-spacing:.16em;margin-top:2px}.admin-brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#247ff1,#155bc5);box-shadow:0 8px 22px rgba(23,111,232,.3);font-size:21px}.admin-profile-mini{display:flex;align-items:center;gap:10px;margin:17px 4px 18px;padding:11px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035);border-radius:15px;color:#fff}.admin-avatar,.admin-top-avatar{display:grid;place-items:center;background:linear-gradient(145deg,#3c8cff,#185fcf);color:#fff;font-weight:800;border-radius:50%}.admin-avatar{width:38px;height:38px;font-size:14px}.admin-profile-mini b{font-size:12px;display:block;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}.admin-profile-mini small{display:block;color:#8090a8;font-size:10px;margin-top:2px}.admin-nav{padding-bottom:25px}.nav-group{margin:0 0 17px}.nav-label{padding:0 12px 7px;color:#667893;font-size:9px;font-weight:850;letter-spacing:.15em;text-transform:uppercase}.admin-nav-link{position:relative;display:flex!important;align-items:center;gap:11px!important;padding:10px 12px!important;margin:3px 0!important;border-radius:11px!important;color:#aebbd0!important;font-size:13px!important;font-weight:650}.admin-nav-link:hover{background:rgba(255,255,255,.06)!important;color:#fff!important}.admin-nav-link.active{background:linear-gradient(90deg,rgba(23,111,232,.28),rgba(23,111,232,.10))!important;color:#fff!important;box-shadow:inset 0 0 0 1px rgba(83,150,240,.12)}.admin-nav-link.active:before{content:"";position:absolute;left:-14px;top:7px;bottom:7px;width:3px;border-radius:0 5px 5px 0;background:#4e9bff}.nav-icon{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.045);font-size:13px;color:#9fb0c8;flex:none}.admin-nav-link.active .nav-icon{background:#176fe8;color:#fff}.admin-nav-link i{margin-left:auto;width:5px;height:5px;border-radius:50%;background:#54a0ff}.nav-logout{border-top:1px solid rgba(255,255,255,.07);padding-top:12px}.sidebar-footer{position:sticky;bottom:0;margin:4px 4px 0;padding:15px 9px;color:#6f809a;font-size:10px;line-height:1.5;background:linear-gradient(180deg,transparent,#0a1324 28%)}.sidebar-footer span{color:#4f6079}.admin-overlay{display:none}.admin-topbar{height:76px;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid #e5ebf3;padding:0 30px;display:flex;align-items:center;justify-content:space-between}.admin-top-left{display:flex;align-items:center;gap:14px}.admin-kicker{font-size:9px;font-weight:850;letter-spacing:.15em;color:#8290a5}.admin-topbar h1{font-size:21px;line-height:1.15;margin:2px 0 0;letter-spacing:-.025em}.admin-top-actions{display:flex;align-items:center;gap:12px}.admin-view-site{display:flex;align-items:center;gap:7px;background:#eef5ff;color:#176fe8;padding:9px 13px;border-radius:11px;font-size:12px;font-weight:800}.admin-view-site:hover{background:#e3efff}.admin-top-avatar{width:38px;height:38px;font-size:13px;box-shadow:0 5px 14px rgba(23,111,232,.18)}.admin-menu-btn{display:none;border:0;width:40px;height:40px;border-radius:12px;background:#eef3f8;color:#20304a;font-size:19px}.admin-footer{display:flex;justify-content:space-between;gap:12px;width:min(1380px,100%);margin:auto;padding:0 30px 25px;color:#8a96a8;font-size:11px}.admin-body .card{border:1px solid #e4eaf2;box-shadow:0 8px 28px rgba(21,39,67,.055);border-radius:18px}.admin-body .cards{gap:15px}.admin-body .stats{gap:14px}.admin-body .stat{position:relative;overflow:hidden;padding:18px 18px 16px;border:1px solid #e4eaf2;box-shadow:0 8px 25px rgba(21,39,67,.055);border-radius:17px;background:#fff}.admin-body .stat:after{content:"";position:absolute;right:-28px;top:-35px;width:90px;height:90px;border-radius:50%;background:#edf5ff}.admin-body .stat strong{position:relative;z-index:1;font-size:29px}.admin-body .stat .label{position:relative;z-index:1}.admin-body .tablebox{border:1px solid #e1e8f0;box-shadow:0 8px 25px rgba(21,39,67,.055);border-radius:17px}.admin-body .table th{background:#f5f8fb;color:#718097}.admin-body .table td{padding:13px 14px}.admin-body .table tr:last-child td{border-bottom:0}.admin-body .group input,.admin-body .group textarea,.admin-body .group select{border-color:#dfe6ef;border-radius:12px;background:#fbfcfe}.admin-body .group input:focus,.admin-body .group textarea:focus,.admin-body .group select:focus{border-color:#8bb8f3;box-shadow:0 0 0 4px #edf5ff}.admin-body .section{margin-top:25px}.admin-body .section h2{font-size:20px}.admin-body .btn{border-radius:11px}.admin-body .notice{border:1px solid #d9ecdf}.admin-hero{position:relative;overflow:hidden;padding:25px;border-radius:22px;background:linear-gradient(135deg,#0d2544 0%,#145ba8 52%,#1b78e8 100%);color:#fff;box-shadow:0 18px 40px rgba(16,72,135,.2);margin-bottom:18px}.admin-hero:after{content:"✝";position:absolute;right:7%;bottom:-35px;font:120px Georgia,serif;color:rgba(255,255,255,.08)}.admin-hero h2{font:700 27px Georgia,serif;margin:4px 0 7px}.admin-hero p{max-width:680px;margin:0;color:#dbeaff;font-size:13px}.admin-hero-actions{position:relative;z-index:2;display:flex;gap:9px;flex-wrap:wrap;margin-top:17px}.admin-hero .btn.alt{background:#fff}.admin-quick-card{display:flex;align-items:center;gap:12px;min-height:88px}.admin-quick-card .qicon{width:43px;height:43px;border-radius:13px;background:#edf4ff;color:#176fe8;display:grid;place-items:center;font-size:19px}.admin-quick-card h3{margin:0;font-size:14px}.admin-quick-card small{display:block;color:#7f8b9d;margin-top:2px}.admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin:0 0 16px}.admin-page-head h2{margin:0;font-size:20px}.admin-page-head p{margin:4px 0 0;color:#7b8799;font-size:12px}.admin-chip{display:inline-flex;align-items:center;gap:6px;background:#eef5ff;color:#176fe8;padding:7px 10px;border-radius:99px;font-size:10px;font-weight:800}.admin-chip.green{background:#eaf8f0;color:#188252}.admin-chip.red{background:#ffeff1;color:#bd3343}
@media(max-width:980px){.admin-body .side{transform:translateX(-100%);transition:transform .22s ease;width:285px;z-index:100}.admin-body .admin-main{margin-left:0}.admin-menu-btn{display:grid;place-items:center}.admin-overlay{display:block;position:fixed;inset:0;background:rgba(7,16,29,.52);z-index:90;opacity:0;pointer-events:none;transition:.2s}.admin-layout.nav-open .side{transform:translateX(0)}.admin-layout.nav-open .admin-overlay{opacity:1;pointer-events:auto}.admin-body .admin-content{padding:20px 14px 24px}.admin-topbar{padding:0 14px;height:70px}.admin-topbar h1{font-size:18px}.admin-kicker{font-size:8px}.admin-view-site{padding:8px 10px}.admin-view-site{font-size:0}.admin-view-site span{font-size:15px}.admin-footer{padding:0 14px 18px}.admin-body .admin-main .stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.admin-top-actions{gap:7px}.admin-top-avatar{width:34px;height:34px}.admin-body .stats{grid-template-columns:repeat(2,1fr);gap:9px}.admin-body .stat{padding:14px}.admin-body .stat strong{font-size:23px}.admin-body .cards{grid-template-columns:repeat(2,1fr);gap:10px}.admin-body .card{padding:14px}.admin-page-head{align-items:flex-start;flex-direction:column}.admin-hero{padding:21px;border-radius:19px}.admin-hero h2{font-size:23px}.admin-hero p{font-size:12px}.admin-hero:after{font-size:90px}.admin-footer{font-size:10px}.admin-body .table th,.admin-body .table td{padding:10px 11px;font-size:11px}}
