@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:wght@700;800&display=swap");:root{--primary:#1a56db;--primary-light:#3b82f6;--primary-dark:#1e3a8a;--primary-glow:rgba(26,86,219,.12);--primary-soft:rgba(26,86,219,.07);--accent:#f59e0b;--accent-dark:#d97706;--accent-light:rgba(245,158,11,.15);--danger:#ef4444;--success:#10b981;--info:#0ea5e9;--warning:#f59e0b;--bg-page:#f0f4ff;--bg-surface:#fff;--bg-muted:#eef2ff;--bg-dark:#1e3a8a;--bg-darker:#0f2061;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-inverse:#fff;--border:#dbeafe;--border-strong:#93c5fd;--shadow-xs:0 1px 2px rgba(0,0,0,.04);--shadow-sm:0 2px 8px rgba(0,0,0,.06);--shadow-md:0 4px 16px rgba(0,0,0,.09);--shadow-lg:0 12px 40px rgba(0,0,0,.12);--shadow-xl:0 24px 64px rgba(0,0,0,.16);--shadow-blue:0 8px 32px rgba(26,86,219,.28);--r-sm:6px;--r-md:12px;--r-lg:20px;--r-xl:32px;--r-full:9999px;--font-body:"Plus Jakarta Sans",sans-serif;--font-display:"Playfair Display",serif;--ease-fast:0.18s cubic-bezier(0.4,0,0.2,1);--ease-normal:0.32s cubic-bezier(0.4,0,0.2,1);--ease-spring:0.5s cubic-bezier(0.34,1.56,0.64,1)}.dark{--bg-page:#0f172a;--bg-surface:#1e293b;--bg-muted:#334155;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#334155;--border-strong:#475569;--primary:#3b82f6;--primary-light:#60a5fa;--primary-dark:#2563eb;--primary-glow:rgba(59,130,246,.15);--primary-soft:rgba(59,130,246,.1);--shadow-xs:0 1px 2px rgba(0,0,0,.4);--shadow-sm:0 2px 8px rgba(0,0,0,.5);--shadow-md:0 4px 16px rgba(0,0,0,.6);--shadow-lg:0 12px 40px rgba(0,0,0,.7);--shadow-xl:0 24px 64px rgba(0,0,0,.8)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--bg-page);color:var(--text-primary);line-height:1.7;-webkit-font-smoothing:antialiased;position:relative;z-index:0}body:before{top:-20%;left:-10%;width:60vw;height:60vw;background:radial-gradient(circle,rgba(59,130,246,.08) 0,transparent 60%)}body:after,body:before{content:"";position:fixed;border-radius:50%;pointer-events:none;z-index:-1}body:after{bottom:-20%;right:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(245,158,11,.06) 0,transparent 60%)}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:700;color:var(--text-primary);line-height:1.2}a{text-decoration:none;color:var(--primary);transition:color var(--ease-fast)}a:hover{color:var(--primary-light)}img{max-width:100%;display:block}input,select,textarea{font-family:var(--font-body)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-bg{background-color:var(--bg-muted)}.section-dark{background:linear-gradient(135deg,var(--bg-dark),var(--bg-darker))}.topbar{background:linear-gradient(90deg,var(--bg-darker) 0,var(--bg-dark) 100%);color:hsla(0,0%,100%,.8);font-size:.78rem;padding:.45rem 0;border-bottom:1px solid hsla(0,0%,100%,.08)}.topbar-inner{justify-content:space-between}.topbar-inner,.topbar-left{display:flex;align-items:center}.topbar-left{gap:1.5rem}.topbar-right{gap:1rem}.topbar span,.topbar-right{display:flex;align-items:center}.topbar span{gap:.35rem}.topbar a{color:hsla(0,0%,100%,.7);transition:color var(--ease-fast)}.topbar a:hover{color:#fff}.navbar{background:#fff;border-bottom:2px solid var(--border);position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(26,86,219,.08)}.nav-inner{justify-content:space-between;height:76px}.nav-inner,.nav-logo{display:flex;align-items:center}.nav-logo{gap:12px}.nav-logo-badge{width:52px;height:52px;background:linear-gradient(135deg,var(--primary-dark),var(--primary));border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;flex-shrink:0;box-shadow:var(--shadow-blue)}.nav-logo-text{display:flex;flex-direction:column}.nav-logo-title{font-weight:800;font-size:1rem;color:var(--text-primary);line-height:1.1}.nav-logo-sub{font-size:.68rem;color:var(--primary);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nav-menu{display:flex;list-style:none;gap:.15rem;align-items:center}.nav-menu>li{position:relative}.nav-menu>li>a{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .9rem;color:var(--text-secondary);font-weight:600;font-size:.875rem;border-radius:var(--r-sm);transition:all var(--ease-fast)}.nav-menu>li>a.active,.nav-menu>li>a:hover{color:var(--primary);background:var(--primary-soft)}.nav-menu>li>a.active{font-weight:700}.nav-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-lg);min-width:220px;padding:.5rem;z-index:999;margin-top:.5rem}.nav-menu>li:hover .nav-dropdown{display:block;animation:fadeDown .2s ease}.nav-dropdown a{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border-radius:var(--r-sm);color:var(--text-secondary);font-size:.875rem;font-weight:500}.nav-dropdown a:hover{background:var(--bg-muted);color:var(--primary)}.nav-cta{display:flex;gap:.75rem}.btn,.nav-cta{align-items:center}.btn{display:inline-flex;gap:.5rem;padding:.7rem 1.5rem;border-radius:var(--r-full);font-weight:700;font-size:.875rem;font-family:var(--font-body);cursor:pointer;transition:all var(--ease-fast);border:2px solid transparent;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-color:var(--primary);box-shadow:var(--shadow-blue)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(26,86,219,.4);color:#fff}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.btn-outline-white{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);color:#fff;border-color:hsla(0,0%,100%,.5)}.btn-outline-white:hover{background:#fff;color:var(--primary-dark)}.btn-ghost{background:transparent;color:var(--primary);border-color:var(--border)}.btn-ghost:hover{background:var(--primary-soft);border-color:var(--primary)}.btn-accent{background:linear-gradient(135deg,var(--accent),#fbbf24);color:#1c1917;border-color:var(--accent)}.btn-accent:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(245,158,11,.4);color:#1c1917}.btn-danger{background:var(--danger);color:#fff;border-color:var(--danger)}.btn-sm{padding:.45rem 1rem;font-size:.8rem}.btn-lg{padding:.9rem 2rem;font-size:1rem}.section-label{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary-soft);color:var(--primary);font-weight:700;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;padding:.3rem 1rem;border-radius:var(--r-full);margin-bottom:1rem}.section-title-text{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--text-primary);margin-bottom:.75rem;line-height:1.15}.section-subtitle{color:var(--text-muted);font-size:1.05rem;max-width:600px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;gap:1rem}.card{background:hsla(0,0%,100%,.65);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:var(--r-lg);border:1px solid hsla(0,0%,100%,.8);box-shadow:0 8px 32px rgba(26,86,219,.04);overflow:hidden;transition:all var(--ease-normal)}.card:hover{transform:translateY(-8px);background:hsla(0,0%,100%,.9);box-shadow:0 16px 48px rgba(26,86,219,.1);border-color:#fff}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto-3{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-auto-4{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.badge{display:inline-block;padding:.22rem .75rem;border-radius:var(--r-full);font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.badge-blue{background:rgba(26,86,219,.1);color:var(--primary)}.badge-yellow{background:rgba(245,158,11,.15);color:var(--accent-dark)}.badge-red{background:rgba(239,68,68,.1);color:var(--danger)}.badge-green{background:rgba(16,185,129,.1);color:var(--success)}.badge-sky{background:rgba(14,165,233,.1);color:var(--info)}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-weight:600;font-size:.875rem;color:var(--text-primary);margin-bottom:.4rem}.form-control{width:100%;padding:.65rem 1rem;border:1.5px solid var(--border-strong);border-radius:var(--r-md);font-family:var(--font-body);font-size:.9rem;color:var(--text-primary);background:#fff;transition:all var(--ease-fast);outline:none}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}textarea.form-control{min-height:140px;resize:vertical}select.form-control{cursor:pointer}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 0 0 rgba(26,86,219,.3)}50%{box-shadow:0 0 0 12px rgba(26,86,219,0)}}@keyframes ticker{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}@keyframes countUp{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}.anim-fade-up{animation:fadeUp .65s ease-out both}.anim-fade-in{animation:fadeIn .5s ease-out both}.anim-slide{animation:slideRight .5s ease-out both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.ticker-wrap{background:var(--primary);color:#fff;padding:.6rem 0;overflow:hidden;white-space:nowrap}.ticker-label{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent);color:#1c1917;font-weight:800;font-size:.72rem;padding:.2rem .8rem;border-radius:var(--r-full);margin-right:1.5rem;flex-shrink:0}.ticker-content{display:inline-flex;animation:ticker 30s linear infinite;gap:3rem;font-size:.85rem;font-weight:500}.ticker-item{display:inline-flex;align-items:center;gap:.5rem}.hero-slider{position:relative;overflow:hidden}.hero-slide{position:absolute;inset:0;transition:opacity .8s ease;opacity:0}.hero-slide.active{opacity:1;position:relative}.slider-dots{display:flex;gap:.5rem;justify-content:center}.slider-dot{width:8px;height:8px;border-radius:50%;background:hsla(0,0%,100%,.4);cursor:pointer;transition:all var(--ease-fast);border:none;padding:0}.slider-dot.active{width:24px;border-radius:4px;background:#fff}.stat-counter{font-size:2.5rem;font-weight:800;color:var(--primary);line-height:1}.footer{background:linear-gradient(160deg,var(--bg-darker) 0,var(--bg-dark) 100%);color:hsla(0,0%,100%,.75)}.footer-main{padding:5rem 0 3rem}.footer-brand{margin-bottom:1.5rem}.footer-brand-name{font-weight:800;font-size:1.15rem;color:#fff;margin-bottom:.2rem}.footer-brand-sub{font-size:.72rem;color:hsla(0,0%,100%,.45);text-transform:uppercase;letter-spacing:.08em}.footer-desc{font-size:.875rem;line-height:1.8;color:hsla(0,0%,100%,.6);margin-bottom:1.5rem;max-width:300px}.footer-heading{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.65rem}.footer-links a{color:hsla(0,0%,100%,.6);font-size:.875rem;display:flex;align-items:center;gap:.4rem}.footer-links a:hover{color:#fff}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.9rem;font-size:.875rem;color:hsla(0,0%,100%,.6)}.footer-contact-icon{width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.07);display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-divider{border:none;border-top:1px solid hsla(0,0%,100%,.07)}.footer-bottom{padding:1.25rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:hsla(0,0%,100%,.38)}.footer-social{display:flex;gap:.6rem}.social-icon{width:36px;height:36px;border-radius:8px;background:hsla(0,0%,100%,.07);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.6);font-size:.9rem;transition:all var(--ease-fast)}.social-icon:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted);padding:1rem 0}.breadcrumb a{color:var(--primary)}.breadcrumb span{color:var(--text-muted)}.page-hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 60%,var(--primary-light) 100%);padding:4rem 0;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.page-hero-content{position:relative;z-index:1}.page-hero h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:800}.page-hero p{color:hsla(0,0%,100%,.8);margin-top:.75rem;font-size:1.05rem}.table-wrap{overflow-x:auto;border-radius:var(--r-lg);border:1px solid var(--border)}table{width:100%;border-collapse:collapse}thead{background:var(--bg-muted)}th{text-align:left;font-size:.78rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em}td,th{padding:.875rem 1rem}td{font-size:.875rem;color:var(--text-secondary);border-top:1px solid var(--border)}tr:hover td{background:var(--bg-muted)}.skeleton{background:linear-gradient(90deg,#f0f4ff 25%,#e0e9ff 50%,#f0f4ff 75%);background-size:400px 100%;animation:shimmer 1.5s infinite;border-radius:var(--r-md)}.navbar-scrolled{box-shadow:0 4px 30px rgba(26,86,219,.12);border-bottom-color:transparent}.navbar-scrolled .nav-inner{height:64px}.navbar-scrolled .nav-logo-badge{width:42px;height:42px}.hamburger{display:none;width:40px;height:40px;border:none;background:var(--bg-muted);border-radius:10px;cursor:pointer;position:relative;flex-direction:column;align-items:center;justify-content:center;gap:5px}.hamburger span{display:block;width:20px;height:2.5px;background:var(--text-secondary);border-radius:2px;transition:all .3s ease}.hamburger.open span:first-child{transform:translateY(7.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.mobile-overlay{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s ease}.mobile-overlay.active{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:-320px;width:310px;height:100vh;z-index:1200;background:#fff;box-shadow:-8px 0 40px rgba(0,0,0,.15);display:flex;flex-direction:column;transition:right .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.mobile-menu.active{right:0}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.mobile-menu-body{flex:1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.2rem}.mobile-menu-link{display:flex;align-items:center;justify-content:space-between;padding:.75rem .85rem;border-radius:10px;font-size:.95rem;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:all .2s ease;animation:fadeRight .4s ease-out both}.mobile-menu-link.active,.mobile-menu-link:hover{background:var(--primary-soft);color:var(--primary)}.mobile-active-dot{width:8px;height:8px;border-radius:50%;background:var(--primary)}.mobile-menu-sublink{display:block;padding:.5rem .85rem;font-size:.85rem;color:var(--text-muted);text-decoration:none;border-radius:8px;transition:all .2s ease}.mobile-menu-sublink:hover{background:var(--bg-muted);color:var(--primary)}.mobile-menu-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}@keyframes fadeRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.scroll-top{position:fixed;bottom:2rem;right:6rem;z-index:900;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border:none;font-size:1.2rem;font-weight:800;cursor:pointer;box-shadow:0 6px 24px rgba(26,86,219,.35);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(20px);pointer-events:none;transition:all .35s cubic-bezier(.4,0,.2,1)}.scroll-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-top:hover{transform:translateY(-4px) scale(1.08);box-shadow:0 10px 32px rgba(26,86,219,.45)}.prose h1,.prose h2,.prose h3,.prose h4{margin:1.5rem 0 .75rem}.prose h2{font-size:1.5rem}.prose h3{font-size:1.25rem}.prose p{margin-bottom:1.25rem}.prose ol,.prose ul{margin:1rem 0;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.prose img{border-radius:var(--r-md);margin:1.5rem 0}.prose a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--primary-dark)}.prose blockquote{border-left:4px solid var(--primary);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--primary-soft);border-radius:0 var(--r-md) var(--r-md) 0;font-style:italic;color:var(--text-secondary)}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0}.prose td,.prose th{padding:.75rem 1rem;border:1px solid var(--border);text-align:left}.prose th{background:var(--bg-muted);font-weight:700}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}.hamburger{display:flex}}@media (max-width:768px){.section{padding:3.5rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start}.nav-cta-btn,.nav-menu,.topbar{display:none}.hamburger{display:flex}.footer-main .grid-4{grid-template-columns:1fr 1fr}.scroll-top{right:1.5rem;bottom:1.5rem}}@media (max-width:480px){.container{padding:0 1rem}.footer-main .grid-4{grid-template-columns:1fr}}.a11y-high-contrast{--bg-page:#000!important;--bg-surface:#121212!important;--bg-muted:#1a1a1a!important;--text-primary:#fff!important;--text-secondary:#e5e5e5!important;--text-muted:#a3a3a3!important;--primary:#ff0!important;--primary-light:#ff6!important;--primary-dark:#cc0!important;--border:#333!important;--border-strong:#666!important}.a11y-high-contrast .card,.a11y-high-contrast .navbar,.a11y-high-contrast footer,.a11y-high-contrast header,.a11y-high-contrast section{background-color:var(--bg-surface)!important;color:var(--text-primary)!important;border-color:var(--border)!important}.a11y-high-contrast .btn-primary,.a11y-high-contrast a{color:#ff0!important}.a11y-highlight-links a{text-decoration:underline!important;text-decoration-thickness:3px!important;text-underline-offset:4px!important;background-color:rgba(255,255,0,.3)!important;color:var(--primary-dark)!important}.a11y-dyslexic-font *{font-family:Comic Sans MS,Arial,sans-serif!important;letter-spacing:.05em!important;word-spacing:.1em!important;line-height:1.8!important}.motion-bg{position:absolute;inset:0;z-index:0;overflow:hidden;background:radial-gradient(circle at center,#1e3a8a 0,#0f2061 100%)}.motion-bg .shape{position:absolute;filter:blur(80px);opacity:.6;border-radius:50%;animation:floatMotion 15s ease-in-out infinite alternate}.motion-bg .shape-1{width:500px;height:500px;background:#3b82f6;top:-10%;left:-10%;animation-delay:0s}.motion-bg .shape-2{width:600px;height:600px;background:#0ea5e9;bottom:-20%;right:-10%;animation-delay:-5s;animation-direction:alternate-reverse}.motion-bg .shape-3{width:400px;height:400px;background:#8b5cf6;top:30%;left:40%;animation-delay:-10s}.motion-bg .shape-4{width:300px;height:300px;background:#14b8a6;top:10%;right:20%;animation-delay:-7s}.motion-bg .grid-overlay{position:absolute;top:0;left:-50%;right:-50%;bottom:-50%;background-image:linear-gradient(hsla(0,0%,100%,.07) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.07) 1px,transparent 0);background-size:60px 60px;transform-origin:center top;transform:perspective(800px) rotateX(60deg) translateY(-100px);animation:gridMove 20s linear infinite;opacity:.4}@keyframes floatMotion{0%{transform:translate(0) scale(1) rotate(0deg)}33%{transform:translate(60px,-60px) scale(1.1) rotate(15deg)}66%{transform:translate(-40px,40px) scale(.9) rotate(-10deg)}to{transform:translate(30px,50px) scale(1.15) rotate(10deg)}}@keyframes gridMove{0%{background-position:0 0}to{background-position:0 600px}}body.dark{background-color:#0f172a;color:#f8fafc}body.dark .section,body.dark section{background:#0f172a!important;background-image:none!important}body.dark section[style*="linear-gradient(135deg, #07102A"], body.dark section[style*="linear-gradient(135deg, #0D2568"], body.dark section[style*="linear-gradient(135deg, #0F2061"]{background:unset!important}body.dark div[style*="background-color: #FFFFFF"],body.dark div[style*="background-color: #fff"],body.dark div[style*="background-color: white"],body.dark div[style*="background: #FFFFFF"],body.dark div[style*="background: #fff"],body.dark div[style*="background: white"]{background:#1e293b!important;border-color:#334155!important;color:#f8fafc!important}body.dark div[style*="background: #E0F2FE"],body.dark div[style*="background: #E5E7EB"],body.dark div[style*="background: #ECFDF5"],body.dark div[style*="background: #EFF6FF"],body.dark div[style*="background: #F0F4FF"],body.dark div[style*="background: #F0F9FF"],body.dark div[style*="background: #F1F5F9"],body.dark div[style*="background: #F3F4F6"],body.dark div[style*="background: #F8FAFC"],body.dark div[style*="background: #F8FAFF"],body.dark div[style*="background: #F9FAFB"],body.dark div[style*="background: #FEF2F2"],body.dark div[style*="background: #FFFBEB"]{background:#1e293b!important;border-color:#334155!important}body.dark section[style*="background: #F0F4FF"],body.dark section[style*="background: #F8FAFC"],body.dark section[style*="background: #F8FAFF"],body.dark section[style*="background: linear-gradient(135deg, #F0F9FF"],body.dark section[style*="background: linear-gradient(135deg, #F8FAFF"],body.dark section[style*="background: linear-gradient(180deg, #F8FAFC"]{background:#0f172a!important}body.dark [style*="color: #0F172A"],body.dark [style*="color: #111827"],body.dark [style*="color: #1E293B"],body.dark [style*="color: #374151"],body.dark [style*="color: #475569"],body.dark [style*="color: #4B5563"]{color:#e2e8f0!important}body.dark [style*="color: #64748B"],body.dark [style*="color: #6B7280"],body.dark [style*="color: #94A3B8"],body.dark [style*="color: #9CA3AF"]{color:#94a3b8!important}body.dark [style*="border-bottom: 1px solid #E2E8F0"],body.dark [style*="border-color: #DBEAFE"],body.dark [style*="border-color: #E2E8F0"],body.dark [style*="border-top: 1px solid #E2E8F0"],body.dark [style*="border: 1px solid #DBEAFE"],body.dark [style*="border: 1px solid #E2E8F0"],body.dark [style*="border: 1px solid #E5E7EB"]{border-color:#334155!important}body.dark input,body.dark select,body.dark textarea{background:#1e293b!important;color:#f8fafc!important;border-color:#475569!important}body.dark input::placeholder,body.dark textarea::placeholder{color:#64748b!important}body.dark table,body.dark tbody,body.dark td,body.dark th,body.dark thead,body.dark tr{background:#1e293b!important;border-color:#334155!important;color:#e2e8f0!important}body.dark thead th,body.dark tr:hover td{background:#273549!important}@media (max-width:768px){body,html{-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;text-size-adjust:100%!important}body{font-display:swap}body,html{width:100%;max-width:100%;overflow-x:hidden!important}.container{width:100%!important;padding:0 1rem!important;box-sizing:border-box!important}img{max-width:100%!important;height:auto!important;display:block!important}.btn{min-height:44px!important;padding:.65rem 1.25rem!important}.btn,button,input,select,textarea{min-height:44px!important;font-size:16px!important;-webkit-appearance:none!important;appearance:none!important}input[type=search]{-webkit-appearance:textfield!important}input::-webkit-search-cancel-button,input::-webkit-search-decoration{-webkit-appearance:none!important}a,button,input[type=button],input[type=submit],label,select{min-width:44px;min-height:44px}button::-moz-focus-inner,input::-moz-focus-inner{border:0!important;padding:0!important}.hide-mobile{display:none!important}.show-mobile{display:block!important}.nav-inner{padding:0 1rem!important}.nav-logo-badge{width:44px!important;height:44px!important;font-size:1.2rem!important}.nav-logo-text .nav-logo-sub{display:none!important}section{padding:2rem 0!important}.section-title-text{font-size:clamp(1.25rem,4vw,1.75rem)!important}.section-subtitle{font-size:1rem!important}.card{padding:1rem!important}[style*="display: grid"]{gap:.75rem!important}[style*="display: flex"]{flex-wrap:wrap!important}a,h1,h2,h3,h4,h5,h6,p,span{overflow-wrap:break-word!important;word-wrap:break-word!important;word-break:break-word!important}.url,a[href]{word-break:break-all!important}table{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}table,tbody,thead{display:block!important}thead{width:100%!important}tr{margin-bottom:1rem!important;border:1px solid #e2e8f0!important;border-radius:8px!important;overflow:hidden!important}td,th,tr{display:block!important}td,th{text-align:left!important;padding:.75rem!important;border:none!important}td:before{content:attr(data-label)!important;float:left!important;font-weight:700!important;margin-right:.5rem!important}.modal,dialog{width:calc(100% - 2rem)!important;max-width:100%!important;max-height:90vh!important}iframe,video{max-width:100%!important;height:auto!important}.video-container{position:relative!important;width:100%!important;padding-bottom:56.25%!important;height:0!important;overflow:hidden!important}.video-container iframe{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.overflow-x-auto{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.overflow-x-auto::-webkit-scrollbar{height:4px!important}.overflow-x-auto::-webkit-scrollbar-track{background:transparent!important}.overflow-x-auto::-webkit-scrollbar-thumb{background:rgba(26,86,219,.3)!important;border-radius:4px!important}p{line-height:1.6!important}li{margin-bottom:.5rem!important}body{font-size:16px!important;line-height:1.5!important}}@media (max-width:360px){.container{padding:0 .6rem!important}.btn{padding:.5rem .9rem!important;font-size:.75rem!important}h1{font-size:1.15rem!important}h2{font-size:1rem!important}section{padding:1.25rem 0!important}.card{padding:.75rem!important}}@media (max-height:500px) and (orientation:landscape){.nav-inner,.navbar{height:56px!important}section{padding:1.5rem 0!important}h1{font-size:1.35rem!important}}@media print{.fixed,.footer,.navbar,.scroll-top,body{background:#fff!important;color:#000!important}a{color:blue!important;text-decoration:underline!important}img{max-width:100%!important}.footer,.navbar,.no-print,.sidebar,nav{display:none!important}}body.dark [style*="background: #BFDBFE"],body.dark [style*="background: #DBEAFE"],body.dark [style*="background: #EFF6FF"]{background:rgba(59,130,246,.2)!important;color:#93c5fd!important}body.dark [style*="background: #D1FAE5"],body.dark [style*="background: #ECFDF5"]{background:rgba(16,185,129,.2)!important;color:#6ee7b7!important}body.dark [style*="background: #FDE68A"],body.dark [style*="background: #FEF3C7"],body.dark [style*="background: #FFFBEB"]{background:rgba(245,158,11,.2)!important;color:#fcd34d!important}body.dark [style*="background: #FECACA"],body.dark [style*="background: #FEE2E2"],body.dark [style*="background: #FEF2F2"]{background:rgba(239,68,68,.2)!important;color:#fca5a5!important}body.dark [style*="background: #E9D5FF"],body.dark [style*="background: #F3E8FF"]{background:rgba(139,92,246,.2)!important;color:#c4b5fd!important}body.dark div[style*="background: linear-gradient(135deg, #0F2061"], body.dark div[style*="background: linear-gradient(135deg, #1E3A8A"], body.dark div[style*="background: linear-gradient(180deg, #0F2061"]{background:unset!important}body.dark div[style*="background: #EFF6FF"]{background:rgba(30,58,138,.3)!important;border-color:#1e3a8a!important}body.dark div[style*="background: #F0FDF4"]{background:rgba(6,78,59,.3)!important;border-color:#065f46!important}body.dark .skeleton{background:linear-gradient(90deg,#1e293b 25%,#273549 50%,#1e293b 75%)!important}body.dark ::-webkit-scrollbar{width:8px;height:8px}body.dark ::-webkit-scrollbar-track{background:#1e293b}body.dark ::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}body.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}body.dark .mobile-menu{background:#0f172a!important}body.dark .mobile-footer,body.dark .mobile-header{border-color:#334155!important}body.dark .mobile-link{color:#e2e8f0!important}body.dark .mobile-link.active,body.dark .mobile-link:hover{background:rgba(59,130,246,.15)!important;color:#93c5fd!important}body.dark .mobile-sublink{color:#94a3b8!important}body.dark .mobile-sublink:hover{background:hsla(0,0%,100%,.05)!important;color:#e2e8f0!important}body.dark .navbar{background:rgba(15,23,42,.97)!important;border-color:#334155!important}body.dark .nav-logo-title{color:#f8fafc!important}body.dark .nav-menu li a{color:#cbd5e1!important}body.dark .nav-menu li a.active,body.dark .nav-menu li a:hover{background:rgba(59,130,246,.15)!important;color:#93c5fd!important}body.dark .nav-dropdown{background:#1e293b!important;border-color:#334155!important}body.dark .nav-dropdown a{color:#cbd5e1!important}body.dark .nav-dropdown a:hover{background:hsla(0,0%,100%,.05)!important;color:#f8fafc!important}body.dark .nav-dropdown:before{background:#1e293b!important;border-color:#334155!important}body.dark .hamburger span{background:#e2e8f0!important}body.dark .theme-btn{background:hsla(0,0%,100%,.1)!important}@media (max-width:1024px){.container{padding:0 1.25rem!important}.berita-sidebar{display:none!important}.berita-jabar-grid{grid-template-columns:1fr 1fr!important}.admin-grid-2{grid-template-columns:1fr!important}.admin-grid-equal{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){body{-webkit-text-size-adjust:100%}body,html{overflow-x:hidden}*{max-width:100%}.container{padding:0 1rem!important;width:100%!important}h1{font-size:1.5rem!important}h1,h2{line-height:1.3!important}h2{font-size:1.25rem!important}h3{font-size:1.1rem!important}p{font-size:.9rem!important;line-height:1.6!important}section{padding:2.5rem 0!important}.hero-btn{padding:.6rem 1.25rem!important;font-size:.85rem!important;flex-shrink:0}.hero-btn-primary{width:auto!important}.hero-badge{font-size:.7rem!important;padding:.35rem .8rem!important}.profil-card-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.profil-photo-pane{padding:1.5rem 1rem!important}.profil-card-grid>div:last-child>div:nth-child(3){grid-template-columns:1fr!important;gap:1rem!important}.layanan-grid{grid-template-columns:1fr 1fr!important;gap:.75rem!important}.layanan-icon{width:48px!important;height:48px!important;font-size:1.4rem!important}.berita-main-grid{gap:1.5rem!important}.berita-featured-grid,.berita-jabar-grid,.berita-main-grid{grid-template-columns:1fr!important}.berita-jabar-grid{gap:1.5rem!important}.berita-list-item{padding:.75rem 0!important}.berita-grid{grid-template-columns:1fr 1fr!important;gap:1rem!important}.featured-card{grid-template-columns:1fr!important;min-height:auto!important}.featured-card .feat-img{min-height:180px!important;max-height:200px!important}.featured-card .feat-body{padding:1rem!important}.news-title{font-size:.95rem!important;line-height:1.4!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-excerpt{font-size:.8rem!important;line-height:1.5!important}.peta-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.peta-kec-grid,.stat-grid{grid-template-columns:1fr 1fr!important;gap:.75rem!important}.stat-card{padding:1rem!important}.stat-value{font-size:1.5rem!important}.agenda-grid{grid-template-columns:1fr!important;gap:1rem!important}.agenda-card{padding:1rem!important}.survey-grid{grid-template-columns:1fr!important;gap:1rem!important}.survey-opt{padding:.85rem 1rem!important;font-size:.9rem!important}.tayangan-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.tayangan-card{min-height:280px!important}.tayangan-card iframe{max-height:250px!important}.profil-visi-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.profil-stats-grid{grid-template-columns:1fr 1fr!important;gap:1rem!important}.kontak-grid{gap:1.5rem!important}.kontak-form-grid,.kontak-grid{grid-template-columns:1fr!important}.kontak-form-grid{gap:1rem!important}.berita-detail-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.berita-detail-content{font-size:.95rem!important;line-height:1.7!important}.berita-detail-content img{max-width:100%!important;height:auto!important}.admin-grid-2,.admin-grid-equal,[style*="grid-template-columns: 1fr 1fr"][style*="gap: 2.5rem"],[style*="grid-template-columns: 1fr 1fr"][style*="gap: 2rem"],[style*="grid-template-columns: 1fr 1fr"][style*="gap: 3rem"]{grid-template-columns:1fr!important;gap:1.5rem!important}.admin-stats-row{grid-template-columns:1fr 1fr!important;gap:.75rem!important}.admin-page-header{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.admin-page-header button{width:100%!important}.admin-filters{flex-direction:column!important;gap:.75rem!important}.admin-filters>*{width:100%!important}.admin-form-row{grid-template-columns:1fr!important;gap:1rem!important}[style*="grid-template-columns: repeat(3"],[style*="grid-template-columns: repeat(4"]{grid-template-columns:1fr 1fr!important}.admin-table-wrap{border-radius:8px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.admin-table-wrap table{min-width:600px!important;width:100%!important}table{font-size:.85rem!important}thead th{font-size:.8rem!important}tbody td,thead th{padding:.75rem!important}.form-group{margin-bottom:1rem!important}.form-control{width:100%!important;padding:.6rem .9rem!important;font-size:16px!important}textarea.form-control{min-height:120px!important;resize:vertical!important}input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{box-sizing:border-box!important;width:100%!important}}@media (max-width:640px){.container{padding:0 .9rem!important}h1{font-size:1.35rem!important}h2{font-size:1.1rem!important}section{padding:2rem 0!important}.admin-stats-row,.berita-grid,.layanan-grid,.profil-stats-grid,.stat-grid{grid-template-columns:1fr!important;gap:.75rem!important}.peta-kec-grid{grid-template-columns:1fr!important}.card-glass,.card-surface{padding:1rem!important}.btn{width:100%!important;justify-content:center!important;padding:.65rem 1.25rem!important;font-size:.85rem!important}.btn-sm{padding:.5rem 1rem!important;font-size:.75rem!important}}@media (max-width:480px){.container{padding:0 .75rem!important;width:100%!important;margin:0!important}h1{font-size:1.25rem!important;margin-bottom:.5rem!important}h2{font-size:1rem!important;margin-bottom:.4rem!important}h3{font-size:.95rem!important}p{font-size:.85rem!important}section{padding:1.5rem 0!important}.admin-stats-row,.agenda-grid,.berita-grid,.layanan-grid,.peta-kec-grid,.profil-stats-grid,.stat-grid,.survey-grid{grid-template-columns:1fr!important;gap:.5rem!important}.card,.card-glass,.card-surface{padding:.85rem!important;margin-bottom:.75rem!important;border-radius:12px!important}.btn{width:100%!important;padding:.6rem 1rem!important;font-size:.8rem!important;border-radius:8px!important}.btn-sm{padding:.45rem .85rem!important;font-size:.7rem!important}.hero-btn{padding:.55rem 1rem!important;font-size:.8rem!important}.form-control{padding:.55rem .85rem!important;font-size:16px!important;border-radius:8px!important}.form-label{font-size:.8rem!important;margin-bottom:.3rem!important}.form-group{margin-bottom:.85rem!important}textarea.form-control{min-height:100px!important}.admin-content{padding:.75rem!important}.admin-page-header{flex-direction:column!important;gap:.5rem!important}.admin-page-header button{width:100%!important}.admin-grid-2,.admin-grid-equal{grid-template-columns:1fr!important;gap:1rem!important}table{font-size:.75rem!important}tbody td,thead th{padding:.5rem!important}.stat-value{font-size:1.35rem!important}.stat-label{font-size:.75rem!important}.featured-card .feat-img{min-height:160px!important;max-height:180px!important}.featured-card .feat-body{padding:.85rem!important}.profil-photo-pane{padding:1rem!important}*{max-width:100%;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.berita-title,.news-title{font-size:.9rem!important;line-height:1.3!important;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.layanan-icon{width:44px!important;height:44px!important;font-size:1.2rem!important}.badge{font-size:.65rem!important;padding:.2rem .6rem!important}[style*="padding: 0.85rem"],[style*="padding: 1rem"]{padding:.75rem .9rem!important;font-size:.8rem!important}}@media (max-width:360px){.container{padding:0 .6rem!important}h1{font-size:1.15rem!important}h2{font-size:.95rem!important}p{font-size:.8rem!important}section{padding:1.25rem 0!important}.btn{padding:.5rem .9rem!important;font-size:.75rem!important}.form-control{padding:.5rem .75rem!important;font-size:14px!important}.card{padding:.75rem!important}.stat-value{font-size:1.2rem!important}table{font-size:.7rem!important}tbody td,thead th{padding:.4rem!important}}