body{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg-color);-webkit-tap-highlight-color:transparent}:root{--text-color: white;--bg-color: linear-gradient(90deg, rgb(82, 9, 124),rgb(171, 30, 17),rgb(82, 9, 124));--sm-font: .5rem;--font: .7rem;--midfont: 1.2rem;--big-font: 1.5rem;--biger-font: 2rem;--btn-font: 2.5rem}.content{width:100%;font-size:var(--font);min-width:320px;max-width:1700px}*{margin:0;padding:0;box-sizing:border-box}.navbar{background-color:#440444;border-bottom:3px solid rgba(34,1,34,.503);padding:.8rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000004d}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.navbar-logo{flex-shrink:0;width:50px;height:50px;cursor:pointer}.navbar-logo img{width:120%;height:120%;object-fit:contain}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:6px}.hamburger span{width:25px;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.nav-menu{display:flex;list-style:none;gap:0;align-items:center;flex:1;margin-left:2rem}.nav-item{position:relative}.nav-link{color:#fff;text-decoration:none;padding:.8rem 1rem;display:block;transition:all .3s ease;cursor:pointer;font-size:.95rem;font-weight:500;border-bottom:3px solid transparent}.nav-link:hover{background-color:#0003;border-bottom-color:#04046f}.nav-link.contact{background-color:#04046f;border-radius:5px;padding:.8rem 1.2rem;font-size:.85rem}.nav-link.contact:hover{background-color:#070a9e}.dropdown{position:relative}.dropdown-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem}.dropdown-toggle svg,.dropdown-toggle img{display:block;margin-top:0}.dropdown-icon{font-size:.7rem;transition:transform .3s ease}.dropdown-icon.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#04046f;list-style:none;border-radius:5px;box-shadow:0 8px 20px #0000004d;min-width:250px;padding:.5rem 0;margin-top:0}.dropdown-item{padding:0}.dropdown-item a{color:#fff;text-decoration:none;padding:.8rem 1.2rem;display:block;transition:all .2s ease;cursor:pointer;font-size:.9rem}.dropdown-item a:hover{background-color:#ffffff1a;padding-left:1.5rem}@media (max-width: 768px){.hamburger{display:flex}.navbar-container{padding:0 1rem}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background-color:#440444;width:100%;text-align:center;transition:.3s;gap:0;margin-left:0;border-top:3px solid #04046f}.nav-menu.active{left:0}.nav-item{width:100%}.nav-link{padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);border-bottom-color:transparent}.nav-link:hover{background-color:#0000004d;border-bottom-color:transparent}.dropdown-menu{position:static;background-color:#04046f;box-shadow:none;width:100%;min-width:unset}.dropdown-item a{padding-left:2rem;font-size:.85rem}.dropdown-item a:hover{padding-left:2rem}.nav-link.contact{background-color:transparent;color:#fff}.nav-link.contact:hover{background-color:#0000004d}}@media (min-width: 769px) and (max-width: 1024px){.nav-link{padding:.7rem .8rem;font-size:.85rem}.nav-menu{margin-left:1rem}}@media (min-width: 1025px){.nav-menu{margin-left:3rem}.nav-link{font-size:1rem}}.footer{background:linear-gradient(135deg,#440444,#1e002b);color:#f1f1f1;padding:4rem 1.5rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.footer-title{font-size:1.4rem;margin-bottom:.6rem}.footer-subtitle{font-size:1.1rem;margin-bottom:1rem}.footer-text{font-size:.9rem;line-height:1.6;color:#e0e0e0}.live-status{display:inline-flex;align-items:center;gap:.5rem;margin:.8rem 0 1rem;font-size:.85rem;color:#ffb3b3;font-weight:600}.live-dot{width:8px;height:8px;background-color:red;border-radius:50%;animation:pulse 1.4s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.6}to{transform:scale(1);opacity:1}}.footer-section h5{margin-top:1.4rem}.footer-section h5 p{font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.footer-socials{display:flex;gap:1rem;margin-top:.5rem;flex-wrap:wrap}.footer-socials a{color:#fff;font-size:1.2rem;transition:transform .3s ease,color .3s ease}.footer-socials a:hover{color:#d6b3ff;transform:translateY(-3px)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.6rem}.footer-links a{text-decoration:none;color:#e0e0e0;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-times{list-style:none;padding:0;margin:0;font-size:.9rem}.footer-times li{margin-bottom:.6rem}.footer-app-download{margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,#ab1e11,#440444);color:#fff;text-decoration:none;padding:.75rem 1.15rem;border-radius:999px;font-size:.88rem;font-weight:700;box-shadow:0 12px 28px #00000047;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.footer-app-download:hover{transform:translateY(-3px);box-shadow:0 16px 35px #00000061;opacity:.95}.footer-app-download svg{font-size:.95rem}.footer-app-note{margin-top:.75rem;color:#d6d6d6;font-size:.78rem;line-height:1.5}.footer-location{display:flex;gap:.8rem;align-items:flex-start;text-decoration:none;color:#e0e0e0;font-size:.9rem}.footer-location svg{color:red;margin-top:3px}.footer-bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);text-align:center;font-size:.8rem;color:#dcdcdc}.footer-bottom span{display:block;margin-top:.4rem;font-style:italic}.whatsapp-float{position:fixed;bottom:20px;right:20px;background-color:#2f0342;color:#080808;border:#d6b3ff 2px solid;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;box-shadow:0 4px 15px #0006;z-index:9999;text-decoration:none}.whatsapp-float:hover{background-color:#ffffff26}@media (max-width: 600px){.footer{padding:3rem 1.2rem 2rem}.footer-container{gap:2rem}.footer-app-download{width:100%;max-width:280px}}.typing-animation{display:inline-block;position:relative;font-size:2rem;font-weight:700;color:#fff;min-height:2.5rem}.typing-cursor{position:relative;display:inline-block;width:3px;height:1em;background-color:#fff;margin-left:5px;animation:blink .7s infinite;vertical-align:middle}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width: 768px){.typing-animation{font-size:1.5rem;min-height:1.8rem}.typing-cursor{height:.8em}}@media (max-width: 480px){.typing-animation{font-size:1.2rem;min-height:1.4rem}.typing-cursor{height:.7em}}.rhema-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem}.rhema-modal{background:#ffffffb9;border-radius:16px;width:100%;max-width:720px;max-height:85vh;overflow-y:auto;padding:1.8rem;position:relative;box-shadow:0 20px 60px #00000059;animation:modalIn .25s ease}@keyframes modalIn{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:12px;right:12px;background:#04046f;color:#fff;border:none;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer}.modal-image{width:100%;max-height:300px;object-fit:contain;border-radius:12px;margin-bottom:1rem}.rhema-modal h2{color:#04046f;margin-bottom:.4rem}.modal-date{font-size:.85rem;font-weight:600;color:#440444;margin-bottom:1rem}.modal-writeup{font-size:.95rem;line-height:1.7;color:#333;margin-bottom:1.5rem}.btn-download{background:#440444;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:20px;font-size:.85rem;cursor:pointer}@media (max-width: 480px){.rhema-modal{padding:1.2rem;max-height:90vh}.modal-image{max-height:220px}}.share-section{margin-top:20px;text-align:center}.share-section h4{margin-bottom:10px;font-size:.9rem;letter-spacing:1px;opacity:.8;color:#04046f}.share-buttons{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.share-buttons a,.share-buttons button{padding:8px 14px;border-radius:6px;font-size:.8rem;border:none;cursor:pointer;text-decoration:none;background:#04046f;color:#fff;transition:.3s ease}.share-buttons a:hover,.share-buttons button:hover{background:#2b2bb2}.home{width:100%;min-height:100vh;display:flex;flex-direction:column}.hero{position:relative;width:100%;height:100vh;background:linear-gradient(135deg,#04046f,#440444);overflow:hidden}.hero-slider{position:absolute;width:100%;height:100%;overflow:hidden}.hero-slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1.5s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.mute-btn{position:absolute;bottom:24px;right:24px;z-index:5;background:#0009;border:none;border-radius:50%;width:44px;height:44px;font-size:1.2rem;color:#fff;cursor:pointer}.hero-content{position:relative;z-index:3;padding:2rem;max-width:700px;display:flex;flex-direction:column;justify-content:center;height:100%}.hero-title{font-size:3rem;color:#fff}.hero-subtitle{margin-top:1rem}.vision-badge{background-color:#440444;color:#fff;padding:.8rem 1.5rem;border-radius:30px;font-weight:600;font-size:.95rem;width:fit-content;margin-top:.5rem}.hero-divider{position:absolute;bottom:1px;left:0;width:100%;height:200px;background:linear-gradient(to bottom,#0000,#0006 60%,#0003);pointer-events:none;z-index:5}.reveal{opacity:0;transition:all 2s ease;will-change:transform,opacity}.reveal-left{transform:translate(-1000px)}.reveal-right{transform:translate(100px)}.reveal.active{opacity:1;transform:translate(0)}.home-events{padding:4rem 2rem;background-color:#1f1e1e7d}.home-section-title{text-align:center;font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:3rem;position:relative;letter-spacing:1px}.home-section-title:after{content:"";width:70px;height:4px;background:#fff;display:block;margin:14px auto 0;border-radius:3px}.events-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.unified-rhema-card{background:linear-gradient(145deg,#14001f,#230235);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;display:flex;gap:1.2rem;cursor:pointer;box-shadow:0 18px 40px #0003;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.unified-rhema-card:hover{border-color:#ffffff3d;box-shadow:0 24px 50px #00000047;transform:translateY(-4px)}.rhema-image-box{background:#1e002b;padding:.6rem;border-radius:10px;width:140px;flex-shrink:0}.rhema-image-box.small{width:100px}.rhema-image-box img{width:100%;height:auto;object-fit:contain}.rhema-text h4{color:#04046f}.home-events .rhema-text{flex:1;min-width:0}.home-events .rhema-text h4{color:#fff;font-size:1.05rem;line-height:1.3;margin:0 0 1rem}.rhema-date{color:#440444;font-weight:600;font-size:.85rem}.event-location{font-size:.85rem;color:#eaeaea}.event-meta{display:grid;gap:.65rem}.event-meta-item{display:grid;gap:.2rem;padding:.7rem 0;border-top:1px solid rgba(255,255,255,.12)}.event-meta-item:first-child{border-top:0;padding-top:0}.event-meta-item span{color:#ffffff94;font-size:.68rem;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.event-meta-item strong{color:#fff;font-size:.92rem;font-weight:600;line-height:1.35;overflow-wrap:anywhere}.image-fallback{width:100%;height:100%;min-height:180px;background:linear-gradient(135deg,#04046f,#440444);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem;font-weight:600;font-size:1rem;border-radius:8px}.home-rhema{padding:4rem 2rem;background-color:#1f1e1e7d}.view-all-btn{display:inline-block;margin-top:1rem;background:#440444;color:#fff;padding:.6rem 1.4rem;border-radius:20px;text-decoration:none;font-size:.85rem}.event-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.event-modal-backdrop h3{color:#fff;margin:10px 0 0}.event-modal{background-color:#1e002b;border-radius:14px;max-width:600px;width:100%;padding:2rem;position:relative}.event-modal .event-meta{margin-top:1.25rem;padding:1rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:8px}.event-modal-close{position:absolute;top:12px;right:12px;background:#04046f;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer}.modal-actions{margin-top:1.5rem}.btn-download{background:#440444;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:20px;font-size:.85rem;cursor:pointer;margin-bottom:1rem}.share-buttons{display:flex;gap:1rem;flex-wrap:wrap}.share-buttons a{text-decoration:none;font-size:.85rem;color:#fff;font-weight:600}.event-skeleton{height:140px;background:linear-gradient(90deg,#eaeaea 25%,#f3f3f3 37%,#eaeaea 63%);background-size:400% 100%;animation:skeleton 1.4s infinite}@media (max-width: 768px){.unified-rhema-card{flex-direction:column}.rhema-image-box,.rhema-image-box.small{width:100%}.hero-title{font-size:2rem}}.elite-slider{padding:80px 20px;background:#1f1e1e7d}.slider-title{text-align:center;margin-bottom:40px;font-size:2rem;font-weight:700;color:#fff}.slider-track{display:flex;gap:15px;overflow-x:auto;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory}.slider-track::-webkit-scrollbar{display:none}.slide-item{position:relative;flex:0 0 auto;border-radius:20px;overflow:hidden;cursor:pointer;transition:transform .3s ease;scroll-snap-align:start}.slide-item:hover{transform:scale(1.05)}.slide-item img{width:100%;height:280px;object-fit:cover}.caption-overlay{position:absolute;bottom:0;width:100%;padding:15px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-weight:700}@media (max-width: 768px){.slide-item{width:calc((100% - 15px)/2)}}@media (min-width: 769px) and (max-width: 1024px){.slide-item{width:calc((100% - 30px) / 3)}}@media (min-width: 1025px){.slide-item{width:calc((100% - 45px)/4)}}.elite-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000}.elite-modal-content{position:relative;max-width:90%;max-height:90%;text-align:center}.modal-image{max-height:75vh;border-radius:15px}.fade-in{animation:fade .4s ease}@keyframes fade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.nav{position:absolute;top:50%;transform:translateY(-50%);font-size:50px;background:#fff3;border:none;color:#fff;cursor:pointer;padding:10px 20px;border-radius:50%}.nav.left{left:-70px}.nav.right{right:-70px}.close-btn{position:absolute;top:-50px;right:0;font-size:40px;color:#fff;cursor:pointer}.modal-caption{margin-top:15px;font-size:1.2rem;color:#fff}.download-btn{margin-top:15px;padding:10px 20px;background:#fff;border:none;border-radius:30px;cursor:pointer}.reel-container{display:flex;justify-content:center;align-items:center;width:100%;height:500px;padding:20px;box-sizing:border-box}.reel-wrapper{width:100%;max-width:800px;height:100%;aspect-ratio:16 / 9;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.reel-container{height:300px;padding:15px}}@media (max-width: 500px){.reel-container{height:250px;padding:10px}}.about-page{background:#f7f7fb}.about-hero{padding:4rem 1.5rem;background:linear-gradient(135deg,#04046ff2,#440444f2);color:#fff;background-image:url(/img/hero/img7.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 20px;position:relative}.about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0b0b0b80;z-index:0}.about-hero>*{position:relative;z-index:1}.about-hero-content{max-width:1100px;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:#0b0b0b80;border-radius:8px;padding:25px;margin:5px auto}.about-image img{width:100%;max-width:420px;border-radius:16px;object-fit:cover}.about-intro h1{font-size:2.2rem;margin-bottom:.4rem}.about-intro h3{font-size:1rem;font-weight:500;opacity:.9;margin-bottom:1.2rem}.about-core{font-size:1.05rem;font-weight:600;line-height:1.6}.about-section{max-width:900px;margin:4rem auto;padding:0 1.5rem}.about-section h2{font-size:1.6rem;color:#04046f;margin-bottom:1.2rem}.about-section p{font-size:.95rem;color:#444;line-height:1.7;margin-bottom:1rem}.about-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.about-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 25px #00000014}.about-card h3{color:#440444;margin-bottom:.8rem}.about-list{list-style:none;padding-left:0}.about-list li{padding-left:1.2rem;margin-bottom:.7rem;position:relative;font-size:.95rem}.about-list li:before{content:"•";position:absolute;left:0;color:#440444}.about-gallery{text-align:center;overflow:hidden}.about-gallery h2{margin-bottom:2rem}.gallery-wrapper{width:100%;overflow:hidden;position:relative;padding:2rem 0}.gallery-track{display:flex;gap:2rem;width:max-content;animation:scrollRight 40s linear infinite}.gallery-track img{width:280px;height:350px;object-fit:cover;border-radius:18px;box-shadow:0 12px 30px #00000026;transition:transform .4s ease}.gallery-track img:hover{transform:scale(1.05)}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.gallery-wrapper:before,.gallery-wrapper:after{content:"";position:absolute;top:0;width:120px;height:100%;z-index:2;pointer-events:none}.gallery-wrapper:before{left:0;background:linear-gradient(to right,#f7f7fb 0%,transparent 100%)}.gallery-wrapper:after{right:0;background:linear-gradient(to left,#f7f7fb 0%,transparent 100%)}@media (max-width: 768px){.gallery-track img{width:220px;height:280px}}.about-closing{background:#0000000d;padding:3rem 1.5rem;text-align:center}.about-closing p{font-size:1rem;font-weight:600;color:#440444}@media (max-width: 768px){.about-hero-content{grid-template-columns:1fr;text-align:center}.about-image img{margin:0 auto}}.about-giving{background:linear-gradient(135deg,#04046ff2,#440444f2);color:#fff;border-radius:20px;padding:3.5rem 2rem;margin:5rem auto;max-width:1000px;position:relative;overflow:hidden}.about-giving:before{content:"";position:absolute;width:300px;height:300px;background:#f2f2f20d;border-radius:50%;top:-100px;right:-100px;filter:blur(60px)}.about-giving h2{font-size:1.8rem;margin-bottom:1rem;font-weight:700;color:#7676e7}.about-giving p{max-width:600px;margin-bottom:2rem;font-size:1rem;line-height:1.6;opacity:.95;color:#fff}.giving-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.giving-buttons button{flex:1;min-width:220px;padding:1rem 1.5rem;border-radius:40px;border:none;cursor:pointer;font-size:.95rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:all .3s ease;position:relative;overflow:hidden}.giving-buttons button:first-child{background:#fff;color:#440444}.giving-buttons button:last-child{background:transparent;color:#fff;border:2px solid white}.giving-buttons button:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000040}.giving-buttons button:after{content:"";position:absolute;width:0%;height:0%;background:#fff3;border-radius:50%;transition:width .4s ease,height .4s ease}.giving-buttons button:hover:after{width:250%;height:250%}@media (max-width: 768px){.about-giving{text-align:center}.giving-buttons{flex-direction:column}.giving-buttons button{width:100%}}section .container{width:35%;margin:5px;padding:5px 8px 5px 0;display:flex;align-items:center;cursor:pointer;position:relative}section .icon{width:25px;height:25px;text-align:center;border-radius:100%;border:3px solid #04046f;color:#04046f;background:#fff;padding:13px;z-index:1;box-shadow:0 4px 7px 2px #221f1f;font-size:var(--big-font)}section a{display:flex;align-self:center;justify-content:center;text-decoration:none;color:#04046f}section .container .text{width:88px;height:38px;position:absolute;display:flex;align-items:center;background:linear-gradient(-55deg,transparent 25px,#04046f 0);padding:2px 10px;left:34%;box-shadow:-40px 8px 8px -2px #221f1f}section .container p{margin:0 15px 0 8px;font-size:var(--sm-font)}section .link-options{position:absolute;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0006;padding:5px;border-radius:5px;box-shadow:0 0 50px #000;transition:opacity .3s ease;z-index:900;font-weight:700;border:1px solid white;align-items:center}section .container:hover .link-options{opacity:1}section .link-options.left{right:-20%}section .link-option{color:#fff;text-decoration:none;padding:5px 6px;border-radius:3px;transition:background-color .3s ease;white-space:nowrap;text-align:center;border:1px solid rgba(0,0,0,.01)}section .link-option:hover{border:1px solid white}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-content{border-radius:10px;position:relative;text-align:center;max-width:90%;max-height:90%;overflow:auto;background:#0006;border:1px solid white}.overlay-content:hover .flyer-items{display:flex}.flyer-image{max-width:100%;max-height:80vh;margin-bottom:5px;border-radius:10px;position:relative}.flyer-items{background:#00000080;position:absolute;display:none;justify-content:space-between;width:100%;border-radius:10px 10px 0 0;font-size:1.5rem}.overlay-content .exit{color:#fff;padding:6px 0 6px 15px;font-weight:800;border-radius:10px}.overlay-content .download{right:0;top:0;color:#fff;padding:5px 15px 5px 5px;border-radius:50%;font-weight:800}.image{max-width:100%;max-height:70vh}.overlay-buttons button{margin:10px;padding:10px;color:#fff;border:none;border-radius:8px;cursor:pointer;background-color:#fff0;transition:background-color .3s ease;border:1px solid rgba(255,255,255,0)}.overlay-buttons button:hover{color:green}.overlay-content:hover button{border:1px solid white}.currency-content{border-radius:10px;position:relative;text-align:center;max-width:90%;max-height:90%;overflow:auto;background-color:#000000b3;padding:15px;font-size:1rem;font-weight:700}.currency-content:hover{background-color:#000}.currency-list{list-style:none;padding:0;margin:20px 0;color:#fff}.currency-item{margin:10px 0;padding:10px;border-radius:5px;cursor:pointer;transition:background-color .3s ease;border:1px solid white}.currency-item:hover{color:green;border:1px solid green}@media (min-width:400px){section .container{font-size:var(--font)}section .icon{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:5px solid #04046f;padding:13px;z-index:1;box-shadow:0 4px 7px 2px #221f1f;font-size:var(--biger-font)}section .container .text{width:105px;height:45px;background:linear-gradient(-55deg,transparent 32px,#04046f 0);padding:2px 13px;left:30%;box-shadow:-45px 8px 8px -2px #221f1f}section .container p{margin:0 17px 0 11px;font-size:var(--font)}section .link-options.left{right:-18%}}@media (min-width:540px){section .container{font-size:.8rem}section .icon{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:5px solid #04046f;padding:20px;z-index:1;box-shadow:0 4px 7px 2px #221f1f;font-size:2.2rem}section .container .text{width:140px;height:50px;background:linear-gradient(-65deg,transparent 35px,#04046f 0);padding:2px 16px;left:28%;box-shadow:-45px 5px 8px -2px #221f1f}section .container p{margin:0 15px 0 5px;font-size:.8rem}section .link-options.left{right:-16%}.flyer-items{font-size:2.2rem}.overlay-buttons{padding:8px 0}.overlay-buttons button{font-size:1.5rem}.currency-content{font-size:1.5rem;padding:12px 18px}.currency-item{padding:15px;margin:18px auto}}@media (min-width:640px){section .container{padding:8px 0;font-size:1rem}section .icon{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:5px solid #04046f;padding:26px;z-index:1;box-shadow:0 4px 7px 2px #221f1f;font-size:2.7rem}section .container .text{width:135px;height:60px;background:linear-gradient(-55deg,transparent 45px,#04046f 0);padding:4px 22px;left:31%;box-shadow:-60px 8px 10px -2px #221f1f}section .container p{margin:0 15px 0 10px;font-size:1rem}section .link-options.left{right:-18%}.flyer-items{font-size:2.2rem}.overlay-buttons{padding:10px 0}.overlay-buttons button{font-size:1.5rem}}@media (min-width:700px){section .container{width:40%;padding:10px 20px;margin:10px;font-size:1rem}section .icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:6px solid #04046f;padding:32px;z-index:1;box-shadow:0 6px 7px 2px #221f1f;font-size:3.7rem}section .container .text{width:165px;height:75px;background:linear-gradient(-60deg,transparent 52px,#04046f 0);padding:4px 25px;left:30%;box-shadow:-70px 10px 12px -2px #221f1f}section .container p{margin:0 40px 0 10px;font-size:1.2rem}section .link-options.left{right:-2%}.flyer-items{font-size:3rem}.overlay-buttons{padding:12px 0}.overlay-buttons button{font-size:1.5rem;padding:12px}.currency-content{font-size:1.8rem;padding:15px 18px}.currency-item{padding:15px;margin:18px auto}}@media (min-width:820px){section .container{width:40%;padding:10px 30px;margin:10px;font-size:1rem}section .icon{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:8px solid #04046f;padding:38px;z-index:1;box-shadow:0 6px 7px 2px #221f1f;font-size:3.7rem}section .container .text{width:188px;height:80px;background:linear-gradient(-63deg,transparent 52px,#04046f 0);padding:4px 25px;left:30%;box-shadow:-65px 10px 12px -2px #221f1f}section .container p{margin:0 40px 0 13px;font-size:1.3rem}section .link-options.left{padding:2px 3px;right:-2%}section .link-option{padding:2px}}@media (min-width: 1000px){section .container{width:40%;padding:10px 30px;margin:15px;font-size:1rem}section .icon{width:35px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:8px solid #04046f;padding:45px;z-index:1;box-shadow:0 6px 7px 2px #221f1f;font-size:4rem}section .container .text{width:250px;height:100px;background:linear-gradient(-63deg,transparent 52px,#04046f 0);padding:4px 32px;left:27%;box-shadow:-65px 10px 12px -2px #221f1f}section .container p{margin:0 20px 0 15px;font-size:1.5rem}section .link-options.left{padding:5px 6px;right:-2%}.flyer-items{font-size:4rem}.overlay-buttons{padding:12px 0}.overlay-buttons button{font-size:2rem;padding:12px}.currency-content{font-size:2rem;padding:15px 18px}.currency-item{padding:15px;margin:18px auto}}@media (min-width:1180px){section .container{width:40%;padding:10px 30px;margin:15px;font-size:1.5rem}section .icon{width:35px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:100%;border:9px solid #04046f;padding:50px;z-index:1;box-shadow:0 6px 7px 2px #221f1f;font-size:4.5rem}section .container .text{width:250px;height:110px;background:linear-gradient(-63deg,transparent 52px,#04046f 0);padding:4px 32px;left:27%;box-shadow:-65px 10px 12px -2px #221f1f}section .container p{margin:0 20px 0 13px;font-size:1.7rem}section .link-options.left{padding:5px 6px;right:-2%}}@media (min-width:1300px){section .link-options.left{padding:5px 6px;right:-8%}}@media (min-width:1400px){section .link-options.left{padding:5px 6px;right:-15%}}.sermons-page{position:relative;min-height:100vh;overflow-x:hidden;background:linear-gradient(90deg,#52097c,#ab1e1175,#52097c)}.sermons-bg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}.sermons-bg-previous{opacity:1}.sermons-bg-current{animation:sermonBgFade 1.5s ease-in-out}.sermons-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:#171020de;pointer-events:none}.sermons-page>*:not(.sermons-bg){position:relative;z-index:1}@keyframes sermonBgFade{0%{opacity:0}to{opacity:1}}.page-content{width:100%;max-width:1260px;margin:0 auto;padding:2rem clamp(1rem,4vw,2rem) 3rem}.sermons-header{text-align:center;margin-bottom:3rem}.sermons-header h1{font-size:clamp(1.8rem,5vw,2.4rem);color:#fff;margin-top:2rem}.sermons-header p{font-size:.95rem;color:#555;margin-top:.4rem}.sermons-grid{width:100%;max-width:1200px;margin:0 auto 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(1.5rem,3vw,2.5rem)}.sermon-card{position:relative;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 14px 35px #00000024;transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;padding-top:2rem}.sermon-card:before{content:"";position:absolute;top:0;left:0;height:95px;width:100%;background:linear-gradient(135deg,#440444,#75150d);z-index:0}.sermon-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #0003}.sermon-image{position:relative;z-index:1;width:clamp(120px,16vw,155px);height:clamp(120px,16vw,155px);margin:0 auto 1rem;border-radius:50%;padding:5px;background:#fff;box-shadow:0 12px 28px #00000040;overflow:hidden;flex-shrink:0}.sermon-image img{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;display:block}.sermon-content{position:relative;z-index:1;padding:0 clamp(1rem,3vw,1.5rem) clamp(1rem,3vw,1.5rem);display:flex;flex-direction:column;height:100%;text-align:center}.sermon-content h3{color:#75150d;font-size:1.1rem;margin-bottom:.4rem;line-height:1.35}.sermon-meta{font-size:.8rem;font-weight:600;color:#75150d;margin-bottom:1.2rem}.sermon-actions{margin-top:auto;display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.btn-primary,.btn-outline{padding:.5rem 1.3rem;border-radius:20px;font-size:.8rem;text-decoration:none;cursor:pointer;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#440444,#75150d);color:#fff;border:none}.btn-outline{border:1px solid rgb(117,21,13);color:#75150d;background:transparent}.btn-primary:hover,.btn-outline:hover{opacity:.9}.sermons-loading{text-align:center;color:#fff;font-size:.95rem;font-weight:600}.sermon-search{margin-top:1.2rem;padding:.7rem 1.2rem;width:min(80%,420px);border-radius:30px;border:1px solid rgba(68,4,68,.3);outline:none;font-size:.9rem}.sermon-search:focus{border-color:#440444}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:1rem}.video-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.video-modal-box{position:relative;z-index:1;width:min(100%,900px);background:#ffffffd6;border-radius:22px;padding:1.2rem;box-shadow:0 30px 80px #00000073}.video-modal-box h3{color:#04046f;font-size:clamp(1rem,2vw,1.25rem);margin:0 3rem 1rem 0}.video-modal-close{position:absolute;top:.9rem;right:1rem;width:38px;height:38px;border-radius:50%;border:none;background:#440444;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer}.video-frame-wrap{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:16px;background:#000}.video-frame-wrap iframe{width:100%;height:100%;border:none;display:block}.reveal{animation:fadeUp .45s ease both}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 600px){.page-content{padding-inline:1rem}.sermons-header{margin-bottom:2rem}.sermon-search{width:100%}.sermon-card{padding-top:1.6rem}.sermon-card:before{height:80px}.sermon-image{width:115px;height:115px}.sermon-actions{flex-direction:column}.btn-primary,.btn-outline{text-align:center;width:100%}.video-modal{padding:.8rem}.video-modal-box{border-radius:16px;padding:1rem}.video-modal-close{top:.7rem;right:.7rem}.video-modal-box h3{margin-right:2.8rem}}body{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9}.dark-theme{background:linear-gradient(180deg,#120018,#1b0026);color:#eee}.page-header h1{color:#d8b4fe;text-align:center;margin:2rem 1rem 0}.section-title{margin:3rem .5rem 1.5rem;color:#c084fc;font-size:1.6rem;font-weight:700}.unified-rhema-card{background:#1e002b;border-radius:16px;padding:1.8rem;display:flex;gap:1.8rem;cursor:pointer;box-shadow:0 10px 30px #0006;margin:.5rem;justify-content:center;align-items:center;flex-direction:column}.unified-rhema-cardhome{background:#1e002b;border-radius:16px;padding:1.8rem;display:flex;gap:1.8rem;cursor:pointer;margin:.5rem;box-shadow:0 10px 30px #0006;flex-wrap:wrap}.rhema-image-box{background:#2b003d;padding:.8rem;border-radius:12px;width:450px;flex-shrink:0}.rhema-image-box.small{width:200px}.rhema-image-box img{width:100%;height:auto;object-fit:contain;border-radius:8px}.rhema-text h3,.rhema-text h4{color:#fff;margin-bottom:.4rem}.rhema-date{font-size:.85rem;color:#c084fc;font-weight:600}.rhema-preview{margin-top:.8rem;color:#e9d5ff;line-height:1.7}.today-rhema-wrapper{margin-bottom:2.5rem;display:flex}.previous-rhema-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.today-rhema-skeleton,.previous-rhema-skeleton{height:220px;border-radius:16px;margin:.5rem;background:linear-gradient(90deg,#1e002b 25%,#2b003d 37%,#1e002b 63%);background-size:400% 100%;animation:skeleton 1.4s infinite}@keyframes skeleton{0%{background-position:0% 50%}to{background-position:100% 50%}}@media (max-width: 768px){.unified-rhema-card{flex-direction:column}.rhema-image-box,.rhema-image-box.small{width:100%}}.dept-top{display:flex;justify-content:space-between;align-items:center;margin:10px}.back-btn{background:none;border:none;font-size:.9rem;cursor:pointer}.dept-switcher{padding:.5rem;border-radius:20px;border:.4rem solid white;width:10rem;font-size:.9rem}.dept-page{min-height:100vh;padding:2rem}.child-theme{background:linear-gradient(135deg,#dfe9ff,#f6eaff)}.dept-hero{margin-top:4rem;text-align:center}.dept-hero h1{font-size:2.2rem;color:#04046f}.dept-hero p{margin-top:.6rem;font-size:1rem;color:#555}.dept-content{max-width:700px;margin:3rem auto 0;text-align:center;font-size:.95rem;line-height:1.7}.drama-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(104,28,128,.45),transparent 35%),linear-gradient(135deg,#030314,#09001f 45%,#16001f);color:#fff;padding-bottom:80px;position:relative}.drama-back-btn{position:fixed;top:22px;left:22px;z-index:50;padding:10px 18px;border-radius:30px;border:1px solid rgba(255,255,255,.18);background:#00000073;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.25s ease}.drama-back-btn:hover{background:#ffffff1f;transform:translate(-3px)}.drama-hero{position:relative;min-height:430px;display:flex;align-items:center;padding:90px 7% 70px;overflow:hidden}.drama-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#030314f5,#030314a6,#030314f2),url(https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=1600&q=80);background-size:cover;background-position:center;opacity:.75}.drama-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#030314,transparent 60%)}.drama-hero-content{position:relative;max-width:720px;z-index:2}.drama-badge{display:inline-block;padding:8px 16px;border-radius:30px;background:#ffffff1f;color:#f5d7ff;font-size:.85rem;font-weight:600;margin-bottom:20px;border:1px solid rgba(255,255,255,.18)}.drama-hero h1{font-size:clamp(2.3rem,6vw,4.8rem);line-height:1.05;margin-bottom:20px;letter-spacing:-1px}.drama-hero p{max-width:620px;font-size:1.05rem;line-height:1.8;color:#d8d8e8}.featured-drama-section,.drama-library{padding:30px 7% 0}.section-heading{margin-bottom:25px}.section-heading h2{font-size:1.8rem;margin-bottom:8px}.section-heading p{color:#b8b8cc;font-size:.95rem}.featured-drama-card{display:grid;grid-template-columns:1.25fr .75fr;gap:30px;background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:26px;overflow:hidden;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 30px 80px #00000059}.featured-image-box{position:relative;min-height:380px;overflow:hidden}.featured-image-box img{width:100%;height:100%;object-fit:cover}.featured-image-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.65),transparent)}.featured-play-btn{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:86px;height:86px;border-radius:50%;border:none;background:#fff;color:#04046f;font-size:2rem;cursor:pointer;z-index:3;transition:.25s ease}.featured-play-btn:hover{transform:translate(-50%,-50%) scale(1.08);background:#f0d8ff}.featured-info{padding:45px 35px;display:flex;flex-direction:column;justify-content:center}.movie-label{color:#d79cff;font-size:.85rem;font-weight:700;margin-bottom:14px;text-transform:uppercase;letter-spacing:1px}.featured-info h3{font-size:2rem;line-height:1.2;margin-bottom:15px}.featured-info p{color:#d2d2df;line-height:1.7;margin-bottom:25px}.watch-now-btn{width:fit-content;padding:13px 24px;background:linear-gradient(135deg,#7b2cff,#d400ff);color:#fff;border:none;border-radius:30px;font-size:.95rem;font-weight:700;cursor:pointer;transition:.25s ease}.watch-now-btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px #d400ff4d}.drama-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:24px}.drama-card{background:#ffffff13;border:1px solid rgba(255,255,255,.11);border-radius:20px;overflow:hidden;cursor:pointer;transition:.25s ease}.drama-card:hover{transform:translateY(-8px);background:#ffffff1c;box-shadow:0 20px 45px #00000059}.drama-thumbnail{position:relative;height:155px;overflow:hidden}.drama-thumbnail img{width:100%;height:100%;object-fit:cover;transition:.4s ease}.drama-card:hover .drama-thumbnail img{transform:scale(1.08)}.thumbnail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75),transparent);display:flex;align-items:center;justify-content:center;opacity:0;transition:.25s ease}.drama-card:hover .thumbnail-overlay{opacity:1}.play-circle{width:52px;height:52px;border-radius:50%;background:#fff;color:#04046f;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.drama-card-content{padding:16px}.drama-category{display:block;color:#c68cff;font-size:.75rem;font-weight:700;margin-bottom:8px}.drama-card h4{font-size:1rem;line-height:1.4;color:#fff}.empty-drama{text-align:center;padding:60px 20px;border-radius:20px;background:#ffffff0f}.empty-drama h3{margin-bottom:10px}.empty-drama p{color:#b8b8cc}.skeleton-card{padding-bottom:16px}.skeleton-img,.skeleton-line{background:linear-gradient(90deg,#1c1830,#302747,#1c1830);background-size:200% 100%;animation:skeletonMove 1.2s infinite linear}.skeleton-img{height:155px}.skeleton-line{height:16px;width:75%;margin:16px;border-radius:10px}@keyframes skeletonMove{0%{background-position:200% 0}to{background-position:-200% 0}}.drama-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000eb;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.drama-modal-content{width:100%;max-width:1000px;position:relative;background:#080815;border-radius:22px;overflow:hidden;box-shadow:0 30px 90px #000000a6}.modal-video-box{width:100%;aspect-ratio:16 / 9;background:#000}.modal-video-box iframe{width:100%;height:100%}.modal-video-info{padding:18px 22px 22px}.modal-video-info h3{font-size:1.15rem;margin-bottom:5px}.modal-video-info p{color:#aaaabc;font-size:.9rem}.drama-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;background:#000000bf;color:#fff;border:1px solid rgba(255,255,255,.18);font-size:18px;cursor:pointer;z-index:5}@media (max-width: 900px){.featured-drama-card{grid-template-columns:1fr}.featured-image-box{min-height:280px}.featured-info{padding:30px 24px}}@media (max-width: 600px){.drama-back-btn{top:14px;left:14px;padding:8px 14px;font-size:.8rem}.drama-hero{min-height:360px;padding:80px 20px 50px}.featured-drama-section,.drama-library{padding-left:20px;padding-right:20px}.drama-grid{grid-template-columns:1fr}.featured-info h3{font-size:1.5rem}.featured-play-btn{width:66px;height:66px;font-size:1.5rem}}.post-form{border:1px solid #ddd;padding:20px;margin-bottom:30px;border-radius:10px}.post-form h3{margin-bottom:15px}.post-form input{width:100%;padding:10px;margin-bottom:12px;border:1px solid #ddd;border-radius:6px}.post-form button{background:#04046f;color:#fff;border:none;padding:10px 18px;cursor:pointer}.admin-login-page{min-height:100vh;background:linear-gradient(135deg,#04046f,#1d0030);display:flex;align-items:center;justify-content:center;padding:20px}.admin-login-card{width:100%;max-width:430px;background:#fff;padding:40px;border-radius:24px;box-shadow:0 25px 70px #00000040}.admin-logo{width:60px;height:60px;background:linear-gradient(135deg,#04046f,#7b1fa2);color:#fff;border-radius:18px;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:25px}.admin-login-card h2{color:#16162a;font-size:2rem;margin-bottom:8px}.admin-login-card p{color:#777;margin-bottom:25px}.admin-login-card input{width:100%;padding:14px;margin-bottom:16px;border-radius:14px;border:1px solid #ddd;outline:none}.admin-login-card input:focus{border-color:#7b1fa2}.admin-login-card button{width:100%;padding:14px;border:none;border-radius:14px;background:linear-gradient(135deg,#04046f,#7b1fa2);color:#fff;font-weight:800;cursor:pointer}.admin-dashboard{min-height:100vh;background:#f5f6fb;padding:28px;color:#17172b}.admin-header{background:linear-gradient(135deg,#04046f,#7b1fa2);color:#fff;padding:26px;border-radius:24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.admin-header span{font-size:.85rem;color:#e5d7ff;font-weight:700}.admin-header h2{font-size:2rem;margin-top:5px}.logout-btn{padding:11px 20px;border:none;border-radius:30px;background:#fff;color:#04046f;font-weight:800;cursor:pointer}.admin-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:25px}.summary-card{background:#fff;padding:20px;border-radius:20px;box-shadow:0 10px 30px #14142812}.summary-card span{color:#777;font-size:.85rem;font-weight:700}.summary-card h3{font-size:2rem;color:#04046f;margin:8px 0}.summary-card p{font-size:.82rem;color:#888}.total-card{background:#17172b;color:#fff}.total-card h3,.total-card span,.total-card p{color:#fff}.visitor-analytics{background:#fff;border-radius:22px;box-shadow:0 10px 30px #14142812;margin-bottom:25px;padding:24px}.analytics-heading{display:flex;justify-content:space-between;gap:18px;margin-bottom:18px}.analytics-heading span,.analytics-insight-card span{color:#7b1fa2;font-size:.78rem;font-weight:900;text-transform:uppercase}.analytics-heading h3{font-size:1.35rem;margin-top:5px}.analytics-heading p,.chart-header p,.analytics-insight-card p{color:#777}.visitor-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:14px;margin-bottom:20px}.visitor-card{background:#f7f7fc;border:1px solid #ececf5;border-radius:18px;padding:18px}.visitor-card.highlight{background:#17172b;color:#fff}.visitor-card span{color:#777;display:block;font-size:.82rem;font-weight:800;margin-bottom:8px}.visitor-card strong{color:#04046f;display:block;font-size:2rem;line-height:1;margin-bottom:9px}.visitor-card p{color:#888;font-size:.82rem}.visitor-card.highlight span,.visitor-card.highlight strong,.visitor-card.highlight p{color:#fff}.analytics-body{display:grid;grid-template-columns:1.45fr .55fr;gap:18px}.analytics-chart-card,.analytics-insight-card{background:#f8f8fc;border:1px solid #ececf5;border-radius:18px;padding:18px}.chart-header{display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.chart-header h4,.analytics-insight-card h4{color:#17172b;font-size:1.05rem;margin-bottom:4px}.chart-header span{align-self:start;background:#fff;border-radius:999px;color:#04046f;font-size:.8rem;font-weight:900;padding:8px 12px;white-space:nowrap}.visitor-chart{align-items:end;display:grid;gap:10px;grid-template-columns:repeat(14,minmax(22px,1fr));height:260px;padding-top:24px}.chart-column{align-items:center;display:flex;flex-direction:column;gap:7px;height:100%;justify-content:end;min-width:0}.chart-value{color:#555;font-size:.72rem;font-weight:800}.chart-bar{background:linear-gradient(180deg,#7b1fa2,#04046f);border-radius:8px 8px 3px 3px;min-height:12px;width:100%}.chart-column span{color:#777;font-size:.72rem;font-weight:800}.analytics-insight-card{display:flex;flex-direction:column;gap:12px;justify-content:center}.analytics-insight-card p{line-height:1.6}.admin-control-box{background:#fff;padding:24px;border-radius:22px;box-shadow:0 10px 30px #14142812;display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.admin-control-box h3{font-size:1.3rem;margin-bottom:5px}.admin-control-box p{color:#777}.admin-control-box select{min-width:230px;padding:13px;border-radius:14px;border:1px solid #ddd;outline:none;font-weight:700}.admin-workspace{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px;align-items:start}.admin-panel{background:#fff;padding:24px;border-radius:22px;box-shadow:0 10px 30px #14142812}.admin-panel h3{font-size:1.3rem;margin-bottom:6px}.admin-panel>p{color:#777;margin-bottom:22px}.admin-panel input,.admin-panel textarea,.admin-panel select{width:100%;padding:13px;border-radius:14px;border:1px solid #ddd;outline:none;margin-bottom:14px}.admin-panel input:focus,.admin-panel textarea:focus,.admin-panel select:focus{border-color:#7b1fa2}.admin-panel button{padding:11px 16px;border:none;border-radius:13px;background:linear-gradient(135deg,#04046f,#7b1fa2);color:#fff;font-weight:800;cursor:pointer}.admin-posts-list{display:grid;gap:18px}.admin-post-card{background:#f8f8fc;border:1px solid #ececf5;border-radius:18px;overflow:hidden}.admin-video-preview{width:100%;aspect-ratio:16 / 9;background:#000}.admin-video-preview iframe{width:100%;height:100%}.admin-no-video{height:180px;background:#eeeef5;display:flex;align-items:center;justify-content:center;color:#777}.admin-post-info{padding:16px}.admin-post-info h4{font-size:1rem;color:#17172b;margin-bottom:8px}.admin-post-info a{display:inline-block;color:#04046f;font-weight:700;font-size:.9rem;margin-bottom:14px;text-decoration:none}.admin-post-info button{display:block;background:#d93025}.empty-posts{text-align:center;background:#f8f8fc;padding:45px 20px;border-radius:18px;color:#777}.empty-posts h4{color:#17172b;margin-bottom:8px}@media (max-width: 950px){.admin-workspace{grid-template-columns:1fr}.visitor-summary-grid,.analytics-body{grid-template-columns:1fr 1fr}.admin-header,.admin-control-box,.analytics-heading,.chart-header{flex-direction:column;align-items:flex-start;gap:18px}.admin-control-box select{width:100%}}@media (max-width: 600px){.admin-dashboard{padding:16px}.admin-header h2{font-size:1.5rem}.logout-btn{width:100%}.visitor-summary-grid,.analytics-body{grid-template-columns:1fr}.visitor-chart{gap:6px;height:220px}.chart-value{display:none}}
