@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-blue:#003b73;--primary-cyan:#00aeb6;--bg-color:#f3f7fc;--text-dark:#0f172a;--text-gray:#64748b;--card-blue:linear-gradient(135deg, #003b73, #005a9c);--card-cyan:linear-gradient(135deg, #00aeb6, #00d2d3);--card-red:linear-gradient(135deg, #ea2b48, #ff5c77);--card-grey:linear-gradient(135deg, #a1b0c0, #cbd5e1);--card-light-blue:linear-gradient(135deg, #e0f2fe, #bae6fd);--card-light-cyan:linear-gradient(135deg, #ccfbf1, #99f6e4);--card-light-red:linear-gradient(135deg, #ffe4e6, #fecdd3)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);font-family:Plus Jakarta Sans,sans-serif;line-height:1.5;overflow-x:hidden}html{scroll-behavior:smooth}.container{max-width:1280px;margin:0 auto;padding:0 24px}.navbar-wrapper{z-index:1000;background:0 0;padding:16px 0;transition:all .3s;position:sticky;top:0}.navbar-wrapper.scrolled{-webkit-backdrop-filter:blur(10px);background:#f7f9fdf2;padding:8px 0;box-shadow:0 4px 20px #0000000d}.navbar{justify-content:space-between;align-items:center;display:flex}.nav-brand{color:var(--text-dark);flex-shrink:0;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.nav-brand-icon{width:32px;height:32px;margin-right:8px}.nav-links{align-items:center;gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-dark);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-links>li>a:hover{color:var(--primary-blue)}.nav-links>li>a:after{content:"";background-color:var(--primary-blue);border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.nav-links>li>a:hover:after{width:100%}.has-sub-menu{position:relative}.has-sub-menu>a{align-items:center;display:flex}.has-sub-menu>a:before{content:"▾";order:2;margin-top:2px;margin-left:6px;font-size:.75rem}.submenu{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;min-width:220px;margin-top:10px;padding:12px 0;list-style:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:100%;left:0;transform:translateY(15px);box-shadow:0 10px 40px #0000001a}.has-sub-menu:hover .submenu{opacity:1;visibility:visible;transform:translateY(0)}.submenu a{color:var(--text-gray);padding:10px 24px;font-size:.9rem;font-weight:500;transition:all .2s;display:block}.submenu a:hover{color:var(--primary-blue);background:#0b459c08;padding-left:30px}.nav-actions{gap:12px;display:flex}.btn-outline{border:1px solid var(--primary-blue);color:var(--primary-blue);cursor:pointer;background:0 0;border-radius:100px;padding:8px 24px;font-weight:600}.btn-solid{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:100px;padding:8px 24px;font-weight:600;box-shadow:0 4px 14px #0b459c4d}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding:60px 0 100px;display:grid;position:relative}.hero-content .small-headline{color:var(--primary-red);text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;font-size:.9rem;font-weight:700}.hero-title{color:#0b1126;letter-spacing:-1px;margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-gray);max-width:500px;margin-bottom:40px;font-size:1.1rem}.hero-btn{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(90deg,#1d4ed8,#4c1d95);border:none;border-radius:100px;align-items:center;gap:20px;padding:16px 32px;display:inline-flex;box-shadow:0 10px 25px #1e3a8a4d}.hero-btn-text{flex-direction:column;display:flex}.hero-btn-title{letter-spacing:.5px;font-size:1.1rem;font-weight:700}.hero-btn-sub{opacity:.8;font-size:.8rem}.hero-btn-icon{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.hero-image-wrapper{animation:6s ease-in-out infinite floatHero;position:relative}@keyframes floatHero{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.hero-main-img{object-fit:cover;border:6px solid #fffc;border-radius:24px;width:100%;box-shadow:0 30px 60px #00000026,0 10px 20px #0000001a}.floating-dashboard{border-radius:16px;width:110%;position:absolute;bottom:-40px;left:-60px;box-shadow:0 30px 60px #00000026}.dots-bg{background-image:radial-gradient(var(--text-gray) 2px, transparent 2px);opacity:.2;background-size:20px 20px;position:absolute}.dots-1{width:200px;height:200px;top:0;left:-100px}.dots-2{width:150px;height:150px;top:20px;right:0}.features-section{background:#fff;border-radius:40px;margin-bottom:60px;padding:60px 0}.features-header{margin-bottom:40px}.features-header .small-headline{color:var(--primary-red);margin-bottom:12px;font-size:.9rem;font-weight:700}.features-header h2{color:#0b1126;letter-spacing:-.5px;margin-bottom:16px;font-size:2.5rem;font-weight:800}.features-header p{color:var(--text-gray);max-width:600px}.features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.f-card{color:#fff;border-radius:24px;flex-direction:column;min-height:250px;padding:32px;transition:transform .3s;display:flex;box-shadow:0 10px 30px #0000001a}.f-card:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #00000026}.f-card .f-icon{background:#fff3;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;display:flex}.f-card h3{margin-bottom:12px;font-size:1.25rem}.f-card p{opacity:.9;margin-bottom:24px;font-size:.9rem;line-height:1.6}.f-link{color:#fff;align-items:center;gap:8px;margin-top:auto;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.card-blue{background:var(--card-blue)}.card-cyan{background:var(--card-cyan)}.card-red{background:var(--card-red)}.card-grey{background:var(--card-grey);color:#1e293b}.card-grey .f-icon{background:#0000001a}.card-grey .f-link{color:#1e293b}.card-grey p{opacity:.7}.card-light-blue{background:var(--card-light-blue);color:#003b73}.card-light-cyan{background:var(--card-light-cyan);color:#00aeb6}.card-light-blue .f-link{color:#003b73}.card-light-cyan .f-link{color:#00aeb6}.card-light-red{background:var(--card-light-red);color:#ea2b48}.card-light-red .f-icon{background:#ea2b481a}.card-light-red .f-link{color:#ea2b48}.card-light-red p{opacity:.8}.registry-section{padding-top:60px;padding-bottom:100px}.school-list{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:30px;display:grid}.school-item{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:24px;box-shadow:0 10px 30px #0000000d}.school-level{border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.level-sd{color:#e11d48;background:#ffe4e6}.level-smp{color:#0284c7;background:#e0f2fe}.level-sma{color:#475569;background:#f1f5f9}.school-item h4{color:var(--text-dark);margin-bottom:8px;font-size:1.1rem}.api-url{color:var(--text-gray);margin-bottom:20px;font-size:.85rem;display:block}.btn-visit{background:var(--bg-color);width:100%;color:var(--primary-blue);cursor:pointer;border:1px solid #e2e8f0;border-radius:10px;padding:10px;font-weight:600;transition:all .2s}.btn-visit:hover{background:var(--primary-blue);color:#fff}.btn-icon:hover{color:var(--primary-cyan);background-color:#f1f5f9}.scroll-to-top{background:var(--primary-blue);color:#fff;cursor:pointer;z-index:999;opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:40px;right:40px;transform:translateY(20px);box-shadow:0 4px 12px #0b459c66}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top.btn-primary:hover{background-color:var(--primary-cyan);transform:translateY(-2px);box-shadow:0 6px 16px #003b7399}.footer{color:#fff;background-color:#0f172a;margin-top:60px;padding:60px 0 30px}.footer-container{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1280px;margin:0 auto;padding:0 24px;display:grid}.footer-col h3{color:var(--primary-cyan);margin-bottom:20px;font-size:1.2rem}.footer-col p{color:#94a3b8;font-size:.95rem;line-height:1.6}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:12px}.footer-col ul li a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-col ul li a:hover{color:var(--primary-cyan)}.footer-bottom{text-align:center;color:#64748b;border-top:1px solid #1e293b;margin-top:40px;padding-top:30px;font-size:.9rem}.about-section{grid-template-columns:1fr 1fr;align-items:center;gap:60px;padding-top:40px;padding-bottom:120px;display:grid}.about-image-wrapper{position:relative}.about-img{border-radius:24px;width:100%;box-shadow:0 20px 40px #0000001a}.about-badge{z-index:10;background:#fff;border-radius:16px;align-items:center;gap:16px;padding:24px;display:flex;position:absolute;bottom:-30px;right:-30px;box-shadow:0 10px 40px #00000026}.about-badge .badge-icon{background:var(--card-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;font-weight:700;display:flex}.about-badge h4{color:#0b1126;margin:0;font-size:1.1rem}.about-badge span{color:var(--text-gray);font-size:.9rem}.about-content .small-headline{color:var(--primary-red);text-transform:uppercase;letter-spacing:1px;margin-bottom:16px;font-weight:700}.about-content h2{color:#0b1126;letter-spacing:-1px;margin-bottom:24px;font-size:3rem;font-weight:800;line-height:1.2}.about-content p{color:var(--text-gray);margin-bottom:32px;font-size:1.1rem;line-height:1.7}.about-list{flex-direction:column;gap:16px;margin-bottom:40px;padding:0;list-style:none;display:flex}.about-list li{color:#0b1126;align-items:center;gap:12px;font-size:1.05rem;font-weight:600;display:flex}.about-list li .check-icon{border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.check-blue{color:var(--primary-blue);background:#0b459c1a}.check-red{color:var(--primary-red);background:#ea2b481a}.btn-large{border-radius:100px;padding:16px 36px;font-size:1.1rem}.pricing-section{text-align:center;padding-top:80px;padding-bottom:80px}.contact-section{text-align:center;padding-top:80px;padding-bottom:120px}.section-subtitle{color:var(--text-gray);max-width:700px;margin:0 auto;font-size:1.1rem}.contact-section .section-subtitle{margin-bottom:30px}.section-title{color:#0b1126;margin-bottom:20px;font-size:2.5rem}@media (width<=992px){.navbar{flex-wrap:wrap;justify-content:center}.nav-brand{justify-content:center;width:100%;margin-bottom:20px}.nav-brand .sipena-logo{max-height:140px!important}.nav-links{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;margin-bottom:20px}.nav-actions{justify-content:center;width:100%}.hero{text-align:center;grid-template-columns:1fr;gap:40px;padding:20px 0 60px}.hero-btn{margin:0 auto}.hero-title{font-size:2.5rem}.about-section{grid-template-columns:1fr;gap:80px;padding-top:60px;padding-bottom:60px}.about-badge{width:max-content;padding:16px;bottom:-20px;left:50%;right:auto;transform:translate(-50%)}.about-content h2{font-size:2rem}.pricing-section,.contact-section{padding-top:60px;padding-bottom:60px}.section-title{font-size:2rem}.features-grid,.school-list{grid-template-columns:1fr}.floating-dashboard{width:100%;margin-top:-30px;position:relative;bottom:auto;left:auto}}.dark-theme{color:#fff;background-color:#070b19}.dark-theme .navbar-wrapper{background-color:#070b19cc;border-bottom:1px solid #ffffff1a}.dark-theme .nav-links a{color:#e2e8f0}.dark-theme .nav-links a:hover,.dark-theme .nav-links li.has-sub-menu:hover>a{color:#00e5ff}.dark-theme .btn-outline{color:#00e5ff;border-color:#00e5ff}.dark-theme .btn-outline:hover{background:#00e5ff1a}.dark-theme .btn-solid{background:linear-gradient(135deg,#00e5ff,#08f);box-shadow:0 4px 15px #00e5ff66}.dark-theme .hero-title{color:#fff}.dark-theme .hero-subtitle{color:#94a3b8}.dark-theme .small-headline{color:#00e5ff}.dark-theme .hero-btn{background:linear-gradient(135deg,#00e5ff,#08f);box-shadow:0 10px 30px #00e5ff4d}.dark-theme .hero-btn-title{color:#fff}.dark-theme .hero-btn-sub{color:#fffc}.dark-theme .hero-btn-icon{background:#fff3}.dark-theme .features-section{background:0 0}.dark-theme .features-header h2,.dark-theme .about-content h2,.dark-theme .section-title{color:#fff}.dark-theme .features-header p,.dark-theme .about-content p,.dark-theme .section-subtitle,.dark-theme .about-badge span{color:#94a3b8}.dark-theme .about-badge{background:#ffffff0d;border:1px solid #ffffff1a;box-shadow:0 10px 40px #00000080}.dark-theme .about-badge h4{color:#fff}.dark-theme .about-list li{color:#e2e8f0}.dark-theme .f-card.card-grey{color:#e2e8f0;background:#ffffff0d}.dark-theme .f-card.card-grey .f-link{color:#e2e8f0}.dark-theme .btn-visit{color:#00e5ff;background:0 0;border-color:#00e5ff}.dark-theme .btn-visit:hover{background:#00e5ff1a}.dark-theme .school-item{background:#ffffff0d;border-color:#ffffff1a}.dark-theme .school-item h4{color:#fff}.f-card-hover:hover{transform:translateY(-8px);border-color:var(--primary-cyan)!important;box-shadow:0 20px 40px #0000000f!important}.t3d{color:#fff;background-color:#070b19;min-height:100vh;font-family:Plus Jakarta Sans,sans-serif;overflow-x:hidden}.t3d-container{max-width:1280px;margin:0 auto;padding:0 32px}.t3d-nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#070b19d9;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.t3d-nav-inner{justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:16px 32px;display:flex}.t3d-logo{object-fit:contain;height:auto;max-height:50px}.t3d-nav-links{gap:36px;margin:0;padding:0;list-style:none;display:flex}.t3d-nav-links a{color:#c8d6e5;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.t3d-nav-links a:hover{color:#00e5ff}.t3d-nav-actions{align-items:center;gap:16px;display:flex}.t3d-btn-cta{color:#070b19;cursor:pointer;background:#00e5ff;border:none;border-radius:100px;padding:10px 28px;font-size:.95rem;font-weight:700;transition:all .3s;box-shadow:0 0 20px #00e5ff4d}.t3d-btn-cta:hover{transform:translateY(-1px);box-shadow:0 0 30px #00e5ff99}.t3d-btn-login{color:#e2e8f0;cursor:pointer;background:0 0;border:none;font-size:.95rem;font-weight:600;transition:color .3s}.t3d-btn-login:hover{color:#00e5ff}.t3d-hero{text-align:center;background:radial-gradient(at 50% 30%,#0d1b3e 0%,#070b19 70%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 32px 80px;display:flex;position:relative;overflow:hidden}.t3d-hero-parallax-wrapper{z-index:2;perspective:1200px;width:100%;max-width:850px;margin-bottom:24px;position:relative}.t3d-parallax-container{width:100%;transform-style:preserve-3d;will-change:transform;border-radius:20px;animation:8s ease-in-out infinite t3d-float;position:relative}@keyframes t3d-float{0%,to{transform:translateY(0)rotateX(0)rotateY(0)}50%{transform:translateY(-10px)rotateX(2deg)rotateY(1deg)}}.t3d-parallax-img{filter:drop-shadow(0 0 80px #00e5ff40);border-radius:20px;width:100%;height:auto;transform:translateZ(0)}.t3d-menu-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#00e5ff;cursor:pointer;background:#070b19b3;border:1px solid #00e5ff4d;border-radius:100px;padding:10px 18px;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);position:absolute;transform:translateZ(60px);box-shadow:0 10px 30px #00000080,inset 0 0 20px #00e5ff1a}.t3d-menu-badge:hover{color:#fff;background:#00e5ff33;border-color:#00e5ff;transform:translateZ(90px)scale(1.1);box-shadow:0 15px 40px #00e5ff4d,inset 0 0 30px #00e5ff33}.badge-siswa{animation:4s ease-in-out infinite float-badge;top:18%;left:15%}.badge-ujian{animation:5s ease-in-out 1s infinite float-badge;top:12%;right:18%}.badge-jadwal{animation:4.5s ease-in-out .5s infinite float-badge;bottom:25%;left:12%}.badge-dashboard{animation:5.5s ease-in-out 1.5s infinite float-badge;bottom:35%;right:10%}@keyframes float-badge{0%,to{margin-top:0}50%{margin-top:-12px}}.t3d-tooltip{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#00e5ff;z-index:9999;background:#00e5ff26;border:1px solid #00e5ff4d;border-radius:100px;padding:12px 28px;font-size:1rem;font-weight:600;animation:.4s ease-out t3d-tooltip-in;position:fixed;top:90px;left:50%;transform:translate(-50%);box-shadow:0 0 30px #00e5ff33}@keyframes t3d-tooltip-in{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.t3d-hero-content{z-index:2;max-width:750px;position:relative}.t3d-hero-title{letter-spacing:-1px;background:linear-gradient(#fff 40%,#94a3b8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:4rem;font-weight:800;line-height:1.1}.t3d-hero-subtitle{color:#94a3b8;max-width:550px;margin-bottom:36px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7}.t3d-hero-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.t3d-btn-primary{color:#070b19;cursor:pointer;background:#00e5ff;border:none;border-radius:100px;padding:16px 40px;font-family:inherit;font-size:1.05rem;font-weight:700;transition:all .3s;box-shadow:0 0 30px #00e5ff66}.t3d-btn-primary:hover{transform:translateY(-2px);box-shadow:0 0 50px #00e5ffb3}.t3d-btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #ffffff40;border-radius:100px;padding:16px 40px;font-family:inherit;font-size:1.05rem;font-weight:600;transition:all .3s}.t3d-btn-secondary:hover{background:#ffffff0d;border-color:#fff9}.t3d-deco{z-index:1;pointer-events:none;position:absolute}.t3d-deco-1{opacity:.7;background:linear-gradient(135deg,#1e90ff,#06c);border-radius:50%;width:140px;height:140px;animation:8s ease-in-out infinite t3d-drift1;top:10%;left:-60px}.t3d-deco-2{border-bottom:120px solid #00e5ff59;border-left:70px solid #0000;border-right:70px solid #0000;width:0;height:0;animation:10s ease-in-out infinite t3d-drift2;top:5%;right:-30px;transform:rotate(20deg)}.t3d-deco-3{opacity:.5;background:linear-gradient(135deg,#00e5ff,#08f);border-radius:50%;width:100px;height:100px;animation:7s ease-in-out infinite t3d-drift3;bottom:15%;left:-40px}.t3d-deco-4{opacity:.6;background:linear-gradient(135deg,#003b73,#1e90ff);border-radius:50%;width:120px;height:120px;animation:9s ease-in-out infinite reverse t3d-drift1;top:50%;right:-50px}.t3d-deco-5{opacity:.4;background:#00e5ff;width:30px;height:30px;animation:6s ease-in-out infinite t3d-drift2;top:40%;left:3%;transform:rotate(45deg)}.t3d-deco-6{opacity:.35;background:#1e90ff;width:20px;height:20px;animation:5s ease-in-out infinite t3d-drift3;bottom:30%;right:5%;transform:rotate(45deg)}@keyframes t3d-drift1{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(-20px)translate(10px)}}@keyframes t3d-drift2{0%,to{transform:translateY(0)rotate(20deg)}50%{transform:translateY(-15px)rotate(25deg)}}@keyframes t3d-drift3{0%,to{transform:translateY(0)translate(0)}50%{transform:translateY(15px)translate(-10px)}}.t3d-section{padding:100px 0}.t3d-section-header{margin-bottom:48px}.t3d-label{color:#00e5ff;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;font-size:.9rem;font-weight:700;display:block}.t3d-section-title{color:#fff;letter-spacing:-.5px;margin-bottom:16px;font-size:2.8rem;font-weight:800;line-height:1.2}.t3d-section-desc{color:#94a3b8;max-width:600px;font-size:1.1rem;line-height:1.7}.t3d-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.t3d-fcard{border-radius:20px;flex-direction:column;min-height:240px;padding:32px;transition:transform .3s,box-shadow .3s;display:flex}.t3d-fcard:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0006}.t3d-fcard-icon{color:#fff;background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.t3d-fcard h3{margin-bottom:10px;font-size:1.2rem;font-weight:700}.t3d-fcard p{opacity:.85;margin-bottom:20px;font-size:.9rem;line-height:1.6}.t3d-fcard-link{color:inherit;opacity:.9;align-items:center;gap:6px;margin-top:auto;font-size:.9rem;font-weight:700;text-decoration:none;display:flex}.t3d-fcard-link:hover{opacity:1}.t3d-fcard-blue{color:#fff;background:linear-gradient(135deg,#003b73,#005a9c)}.t3d-fcard-red{color:#fff;background:linear-gradient(135deg,#ea2b48,#ff5c77)}.t3d-fcard-dark{color:#e2e8f0;background:#ffffff0f;border:1px solid #ffffff14}.t3d-fcard-teal{color:#5eead4;background:linear-gradient(135deg,#00aeb626,#00aeb60d);border:1px solid #00aeb633}.t3d-fcard-pink{color:#fda4af;background:linear-gradient(135deg,#ea2b4826,#ea2b480d);border:1px solid #ea2b4833}.t3d-fcard-cyan{color:#fff;background:linear-gradient(135deg,#00aeb6,#00d2d3)}.t3d-about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.t3d-about-image{position:relative}.t3d-about-image img{border-radius:24px;width:100%;box-shadow:0 20px 60px #0006}.t3d-about-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#070b19e6;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;display:flex;position:absolute;bottom:-30px;right:-20px;box-shadow:0 10px 40px #00000080}.t3d-badge-num{color:#fff;background:linear-gradient(135deg,#003b73,#005a9c);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;font-weight:800;display:flex}.t3d-about-badge strong{color:#fff;font-size:1rem;display:block}.t3d-about-badge span{color:#94a3b8;font-size:.85rem}.t3d-about-content p{color:#94a3b8;margin-bottom:28px;font-size:1.1rem;line-height:1.7}.t3d-about-list{flex-direction:column;gap:14px;margin-bottom:32px;padding:0;list-style:none;display:flex}.t3d-about-list li{color:#e2e8f0;align-items:center;gap:12px;font-size:1.05rem;font-weight:600;display:flex}.t3d-check{color:#00e5ff;background:#00e5ff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.t3d-schools-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.t3d-school-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:24px;transition:all .3s}.t3d-school-card:hover{border-color:#00e5ff4d;box-shadow:0 10px 30px #0000004d}.t3d-school-level{border-radius:100px;margin-bottom:16px;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.t3d-school-level.level-sd{color:#fda4af;background:#ea2b4833}.t3d-school-level.level-smp{color:#7dd3fc;background:#08f3}.t3d-school-level.level-sma{color:#94a3b8;background:#94a3b833}.t3d-school-card h4{color:#fff;margin-bottom:8px;font-size:1.1rem}.t3d-school-url{color:#64748b;margin-bottom:20px;font-size:.85rem;display:block}.t3d-btn-portal{color:#00e5ff;cursor:pointer;background:0 0;border:1px solid #00e5ff4d;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-weight:600;transition:all .3s}.t3d-btn-portal:hover{background:#00e5ff1a;border-color:#00e5ff}.t3d-footer{background:#050810;border-top:1px solid #ffffff0f;margin-top:40px;padding:60px 32px 30px}.t3d-footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;max-width:1280px;margin:0 auto;display:grid}.t3d-footer-logo{object-fit:contain;height:auto;max-height:80px;margin-bottom:16px}.t3d-footer-col p{color:#64748b;font-size:.95rem;line-height:1.6}.t3d-footer-col h3{color:#00e5ff;margin-bottom:20px;font-size:1.1rem}.t3d-footer-col ul{padding:0;list-style:none}.t3d-footer-col ul li{margin-bottom:12px}.t3d-footer-col ul li a{color:#64748b;font-size:.95rem;text-decoration:none;transition:color .2s}.t3d-footer-col ul li a:hover{color:#00e5ff}.t3d-footer-bottom{text-align:center;color:#475569;border-top:1px solid #ffffff0f;max-width:1280px;margin-top:40px;margin-left:auto;margin-right:auto;padding-top:30px;font-size:.9rem}.t3d-scroll-top{color:#070b19;cursor:pointer;z-index:999;opacity:0;visibility:hidden;background:#00e5ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:fixed;bottom:40px;right:40px;transform:translateY(20px);box-shadow:0 4px 20px #00e5ff66}.t3d-scroll-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.t3d-scroll-top:hover{transform:translateY(-3px);box-shadow:0 6px 30px #00e5ff99}@media (width<=992px){.t3d-nav-inner{flex-wrap:wrap;justify-content:center;gap:16px}.t3d-nav-links{flex-wrap:wrap;justify-content:center;gap:20px}.t3d-hero-title{font-size:2.5rem}.t3d-features-grid,.t3d-schools-grid{grid-template-columns:1fr}.t3d-about-grid{grid-template-columns:1fr;gap:40px}.t3d-section-title{font-size:2rem}}.admin-layout-container{background-color:#f8fafc;min-height:100vh;font-family:Inter,sans-serif;display:flex}.admin-sidebar{z-index:10;background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed}.sidebar-brand{border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;padding:24px;display:flex}.sidebar-brand img{max-width:100%;max-height:40px}.sidebar-nav{flex-direction:column;flex:1;gap:8px;padding:24px 16px;display:flex}.nav-item{color:#64748b;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover{color:#0f172a;background-color:#f1f5f9}.nav-item.active{color:#00aeb6;background-color:#eff6ff}.sidebar-footer{border-top:1px solid #e2e8f0;padding:24px 16px}.admin-main{flex-direction:column;flex:1;margin-left:260px;display:flex}.admin-topbar{z-index:5;background-color:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex;position:sticky;top:0}.topbar-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.topbar-actions{align-items:center;gap:16px;display:flex}.btn-visit{cursor:pointer;color:#0f172a;background:0 0;border:1px solid #cbd5e1;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none}.btn-visit:hover{background-color:#f8fafc}.btn-logout{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background-color .2s;display:flex}.btn-logout:hover{background-color:#dc2626}.admin-content{flex:1;padding:32px}.page-header{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.page-header h2{color:#0f172a;margin-top:0;margin-bottom:8px;font-size:1.8rem}.page-header p{color:#64748b;margin:0}.btn-mobile-toggle{color:#0f172a;cursor:pointer;background:0 0;border:none;margin-right:12px;padding:8px;display:none}.sidebar-overlay{z-index:15;background-color:#00000080;display:none;position:fixed;inset:0}.topbar-left{align-items:center;display:flex}@media (width<=768px){.btn-mobile-toggle,.sidebar-overlay{display:block}.admin-sidebar{z-index:20;transition:transform .3s;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.admin-topbar{padding:16px}.topbar-title{font-size:1.1rem}.btn-visit span{display:none}.btn-visit svg{margin-left:0!important}.admin-content{padding:16px}.page-header{flex-direction:column;gap:16px}}.schools-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;box-shadow:0 4px 6px -1px #0000000d}.table-header-actions{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.table-header-actions h3{color:#0f172a;margin:0;font-size:1.1rem}.btn-primary{color:#fff;cursor:pointer;background:#00aeb6;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:600;transition:background-color .2s;display:flex}.btn-primary:hover{background:#00939a}.schools-table{border-collapse:collapse;width:100%}.schools-table th,.schools-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:16px 24px}.schools-table th{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#fff;font-size:.85rem;font-weight:600}.schools-table tbody tr{transition:background-color .2s}.schools-table tbody tr:hover{background-color:#f8fafc}.school-name-cell{align-items:center;gap:12px;display:flex}.school-logo{object-fit:contain;background:#f1f5f9;border-radius:8px;width:40px;height:40px;padding:4px}.school-info h4{color:#0f172a;margin:0 0 4px;font-size:1rem}.school-info span{color:#64748b;font-size:.85rem}.badge{text-transform:uppercase;border-radius:100px;padding:4px 10px;font-size:.75rem;font-weight:600}.badge-sma{color:#4f46e5;background:#e0e7ff}.badge-smk{color:#ea580c;background:#ffedd5}.badge-smp{color:#16a34a;background:#dcfce7}.badge-sd{color:#dc2626;background:#fee2e2}.status-badge{border-radius:100px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:600;display:inline-flex}.status-active{color:#059669;background:#ecfdf5}.status-inactive{color:#e11d48;background:#fef2f2}.status-dot{border-radius:50%;width:6px;height:6px}.status-active .status-dot{background:#059669}.status-inactive .status-dot{background:#e11d48}.action-buttons{gap:8px;display:flex}.btn-icon{cursor:pointer;color:#64748b;background:0 0;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.btn-icon:hover{color:#0f172a;background:#f1f5f9}.btn-icon.delete:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#0f172a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:500px;animation:.3s cubic-bezier(.16,1,.3,1) modalIn;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{color:#0f172a;margin:0;font-size:1.25rem}.btn-close{cursor:pointer;color:#64748b;background:0 0;border:none}.modal-body{padding:24px}.form-group{margin-bottom:20px}.form-group label{color:#334155;margin-bottom:8px;font-size:.9rem;font-weight:500;display:block}.form-control{color:#0f172a;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:10px 12px;font-size:.95rem;transition:border-color .2s}.form-control:focus{border-color:#00aeb6;outline:none;box-shadow:0 0 0 3px #00aeb61a}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.btn-secondary{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 20px;font-weight:600}.btn-secondary:hover{background:#f1f5f9}.sync-alert{color:#1e3a8a;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:flex-start;gap:8px;margin-bottom:20px;padding:12px;font-size:.85rem;display:flex}.ql-container{box-sizing:border-box;height:100%;margin:0;font-family:Helvetica,Arial,sans-serif;font-size:13px;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{height:1px;position:absolute;top:50%;left:-100000px;overflow-y:hidden}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word;outline:none;height:100%;padding:12px 15px;line-height:1.42;overflow-y:auto}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{padding-left:1.5em;list-style-type:none;position:relative}.ql-editor li>.ql-ui:before{text-align:right;white-space:nowrap;width:1.2em;margin-left:-1.5em;margin-right:.3em;display:inline-block}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0, decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6, decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7, lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8, lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9, decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{text-align:left;margin-left:.3em;margin-right:-1.5em}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{max-width:100%;display:block}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{text-align:inherit;direction:rtl}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);pointer-events:none;font-style:italic;position:absolute;left:15px;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{cursor:pointer;float:left;background:0 0;border:none;width:28px;height:24px;padding:3px 5px;display:inline-block}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{vertical-align:middle;display:inline-block}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2px}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1px}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-top:5px;margin-bottom:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-top:5px;margin-bottom:5px;padding:5px 10px}.ql-snow .ql-editor code{padding:2px 4px;font-size:85%}.ql-snow .ql-editor .ql-code-block-container{color:#f8f8f2;background-color:#23241f;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;float:left;vertical-align:middle;height:24px;font-size:14px;font-weight:500;display:inline-block;position:relative}.ql-snow .ql-picker-label{cursor:pointer;width:100%;height:100%;padding-left:8px;padding-right:2px;display:inline-block;position:relative}.ql-snow .ql-picker-label:before{line-height:22px;display:inline-block}.ql-snow .ql-picker-options{white-space:nowrap;background-color:#fff;min-width:100%;padding:4px 8px;display:none;position:absolute}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;padding-top:5px;padding-bottom:5px;display:block}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{z-index:1;margin-top:-1px;display:block;top:100%}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{width:24px;height:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{width:152px;padding:3px 5px}.ql-snow .ql-color-picker .ql-picker-item{float:left;border:1px solid #0000;width:16px;height:16px;margin:2px;padding:0}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{width:18px;margin-top:-9px;position:absolute;top:50%;right:0}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{top:5px;right:5px}.ql-toolbar.ql-snow{box-sizing:border-box;border:1px solid #ccc;padding:8px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{color:#444;white-space:nowrap;background-color:#fff;border:1px solid #ccc;padding:5px 12px;box-shadow:0 0 5px #ddd}.ql-snow .ql-tooltip:before{content:"Visit URL:";margin-right:8px;line-height:26px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;width:170px;height:26px;margin:0;padding:3px 5px;font-size:13px;display:none}.ql-snow .ql-tooltip a.ql-preview{text-overflow:ellipsis;vertical-align:top;max-width:200px;display:inline-block;overflow-x:hidden}.ql-snow .ql-tooltip a.ql-action:after{content:"Edit";border-right:1px solid #ccc;margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{content:"Save";border-right:0;padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}
