:root{--primary: #0ea5e9;--primary-light: #38bdf8;--primary-gradient: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);--background: #f8fbff;--card-bg: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-glow: 0 0 20px rgba(14, 165, 233, .3)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{background:var(--primary-gradient);color:#fff;padding:12px 28px;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:var(--shadow-md)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto 3rem}@media(max-width:768px){.section-title{font-size:1.6rem}.section-subtitle{font-size:.95rem;padding:0 1rem;margin-bottom:2rem}}.loc-navbar-navbarWrapper{padding:1rem 24px;position:fixed;top:0;left:0;right:0;z-index:100;display:flex;justify-content:center}.loc-navbar-navbar{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:.75rem 1.5rem;border-radius:50px;box-shadow:0 4px 20px #0000000d;width:100%;max-width:1200px;border:1px solid #f0f0f0}.loc-navbar-logo{display:flex;align-items:center}.loc-navbar-logoImage{object-fit:contain}.loc-navbar-links{display:flex;align-items:center;gap:1.5rem;font-weight:500;color:#9e9e9e;font-size:.95rem}.loc-navbar-links a{transition:color .3s;position:relative}.loc-navbar-links a:hover{color:#00bcd4}.loc-navbar-activeLink{color:#00bcd4!important;font-weight:600}.loc-navbar-activeLink:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:3px;background-color:#00bcd4;border-radius:4px}.loc-navbar-actions{display:flex;align-items:center;gap:1rem}.loc-navbar-loginBtn{font-weight:600;color:#00bcd4;padding:.5rem 1.25rem;border:2px solid #b2ebf2;border-radius:50px;background:transparent;transition:all .3s ease}.loc-navbar-loginBtn:hover{background:#e0f7fa}.loc-navbar-signupBtn{font-weight:600;color:#fff;padding:.6rem 1.5rem;background:#00bcd4;border-radius:50px;transition:all .3s ease}.loc-navbar-signupBtn:hover{background:#00acc1;transform:translateY(-2px);box-shadow:0 4px 12px #00bcd44d}.loc-navbar-mobileMenuBtn{display:none;background:none;border:none;cursor:pointer;padding:8px;align-items:center;justify-content:center}.loc-navbar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;z-index:999}.loc-navbar-sidebar{display:none;position:fixed;top:0;left:-280px;width:280px;height:100vh;background-color:#fff;z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-direction:column;box-shadow:4px 0 24px #0000001a;overflow-y:auto}.loc-navbar-sidebarOpen{transform:translate(280px)}.loc-navbar-sidebarHeader{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0f0f0}.loc-navbar-closeBtn{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.loc-navbar-sidebarLinks{display:flex;flex-direction:column;padding:10px 0}.loc-navbar-sidebarLinks a{padding:16px 24px;font-size:1.05rem;font-weight:600;color:#1e293b;border-bottom:1px solid #f0f0f0;text-decoration:none}.loc-navbar-sidebarLinks a:hover{background-color:#f8fafc}.loc-navbar-activeSidebarLink{color:#00bcd4!important;background-color:#f0fdfa;border-left:4px solid #00bcd4}.loc-navbar-sidebarFooter{margin-top:auto;padding:24px;display:flex;flex-direction:column;gap:12px;background-color:#f8fafc;border-top:1px solid #f0f0f0}.loc-navbar-sidebarLoginBtn{font-weight:600;color:#00bcd4;padding:12px;text-align:center;border:2px solid #b2ebf2;border-radius:8px;background:#fff}.loc-navbar-sidebarSignupBtn{font-weight:600;color:#fff;padding:12px;text-align:center;background:#00bcd4;border-radius:8px}@media(max-width:900px){.loc-navbar-links,.loc-navbar-loginBtn,.loc-navbar-signupBtn{display:none}.loc-navbar-mobileMenuBtn{display:flex}.loc-navbar-overlay{display:block}.loc-navbar-sidebar{display:flex}}.loc-herosection-hero{position:relative;padding:8rem 0 6rem;text-align:center;overflow:hidden;background:linear-gradient(180deg,#d4f0fc,#fff 50%)}.loc-herosection-hero .container,.loc-herosection-container{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.loc-herosection-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:#fff;border-radius:50px;font-size:.875rem;font-weight:500;color:#64748b;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem}.loc-herosection-badgeText{color:#4b5563;font-weight:600}.loc-herosection-title{font-size:2.5rem;font-weight:700;color:#1a1a4a;line-height:1.2;margin:0 auto 1.5rem;max-width:800px;letter-spacing:-.02em}.loc-herosection-subtitle{font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto 2.5rem;line-height:1.6}.loc-herosection-bgGlow{display:none}.loc-herosection-dashboardShowcase{position:relative;width:100%;max-width:1200px;margin:4rem auto 0;height:auto}.loc-herosection-dashboardMockup{position:absolute;overflow:visible;opacity:0}.loc-herosection-dashboardMockup img{width:100%;height:auto;display:block}.loc-herosection-mockupLeft{left:-20%;top:100px;width:60%;z-index:1;animation:slideInLeft 1s cubic-bezier(.16,1,.3,1) forwards .2s}.loc-herosection-mockupRight{right:-20%;top:100px;width:60%;z-index:1;animation:slideInRight 1s cubic-bezier(.16,1,.3,1) forwards .2s}.loc-herosection-mockupCenter{position:relative;margin:0 auto;width:80%;z-index:10;animation:slideUpCenter 1s cubic-bezier(.16,1,.3,1) forwards .4s}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideUpCenter{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.loc-herosection-title{font-size:2.5rem}}@media(max-width:768px){.loc-herosection-hero{padding:8rem 1.5rem 3rem}.loc-herosection-title{font-size:1.8rem;margin-bottom:1rem}.loc-herosection-subtitle{font-size:.95rem;margin-bottom:2rem}.loc-herosection-mockupLeft,.loc-herosection-mockupRight{display:none}.loc-herosection-mockupCenter{width:100%;left:0;right:0}.loc-herosection-dashboardShowcase{margin-top:2rem}}.loc-featurecards-section{padding:6rem 0;background-color:#f4fbfc;text-align:center}.loc-featurecards-sectionTitle{font-size:2.2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.loc-featurecards-sectionSubtitle{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto 3rem;line-height:1.6}.loc-featurecards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.loc-featurecards-card{background:var(--card-bg);padding:2.5rem;border-radius:20px;box-shadow:var(--shadow-sm);border:1px solid var(--border-color);transition:all .3s ease;text-align:left}.loc-featurecards-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--primary-light)}.loc-featurecards-iconWrapper{width:48px;height:48px;background-color:#e6f7fa;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#00bcd4}.loc-featurecards-cardTitle{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.loc-featurecards-cardDesc{color:#64748b;line-height:1.6;font-size:.95rem;text-align:left}.loc-featurecards-statement{margin-top:4rem;color:#00bcd4;font-weight:500;font-size:.95rem}@media(max-width:768px){.loc-featurecards-section{padding:4rem 1.5rem}.loc-featurecards-sectionTitle{font-size:1.8rem}.loc-featurecards-sectionSubtitle{font-size:.95rem;margin-bottom:2rem}.loc-featurecards-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}}.loc-oneplatform-section{padding:4rem 0 8rem;background-color:#fff;text-align:center;overflow:hidden}.loc-oneplatform-title{font-size:2.5rem;font-weight:600;color:#1e293b;margin-bottom:6rem}.loc-oneplatform-diagramWrapper{position:relative;width:100%;max-width:800px;height:450px;margin:0 auto}.loc-oneplatform-ellipse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;border:1px solid rgba(226,232,240,.8);pointer-events:none}.loc-oneplatform-ellipseOuter{width:100%;height:100%}.loc-oneplatform-ellipseInner{width:50%;height:50%}.loc-oneplatform-centerNode{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.loc-oneplatform-centerGlow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:180px;background:#00bcd4;filter:blur(40px);opacity:.3;border-radius:50%;z-index:-1}.loc-oneplatform-centerCircle{width:160px;height:160px;background:#00bcd4;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #00bcd44d}.loc-oneplatform-logoImage{max-width:75%;height:auto}.loc-oneplatform-node{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fff;padding:1rem;border-radius:50%;width:120px;height:120px;justify-content:center;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(241,245,249,1);transition:all .3s ease;z-index:5}.loc-oneplatform-node:hover{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 10px 25px #00000014}.loc-oneplatform-nodeIcon{color:#00bcd4;display:flex;align-items:center;justify-content:center}.loc-oneplatform-nodeLabel{font-size:.85rem;font-weight:500;color:#1e293b}@media(max-width:768px){.loc-oneplatform-section{padding:3rem 1rem 4rem;overflow-x:hidden}.loc-oneplatform-title{font-size:1.8rem;margin-bottom:4rem}.loc-oneplatform-diagramWrapper{height:350px;width:100%;max-width:350px;margin:2rem auto}.loc-oneplatform-ellipseOuter{width:100%;height:100%}.loc-oneplatform-ellipseInner{width:50%;height:50%}.loc-oneplatform-node{width:80px;height:80px;padding:.5rem}.loc-oneplatform-nodeIcon svg{width:20px;height:20px}.loc-oneplatform-nodeLabel{font-size:.75rem}.loc-oneplatform-centerCircle{width:120px;height:120px}.loc-oneplatform-centerGlow{width:140px;height:140px}}@media(max-width:480px){.loc-oneplatform-diagramWrapper{height:280px;max-width:280px}.loc-oneplatform-node{width:70px;height:70px}.loc-oneplatform-nodeLabel{font-size:.65rem}.loc-oneplatform-centerCircle{width:100px;height:100px}}.loc-ctasection-section{padding:6rem 0;background-color:#fff;text-align:center}.loc-ctasection-header{max-width:800px;margin:0 auto 4rem;display:flex;flex-direction:column;align-items:center}.loc-ctasection-pillBadge{background-color:#e6f7fa;color:#00bcd4;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;display:inline-block}.loc-ctasection-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem}.loc-ctasection-subtitle{font-size:1.125rem;color:#64748b;line-height:1.6}.loc-ctasection-tabsContainer{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:1000px;margin:0 auto 2.5rem;padding:0 1rem}.loc-ctasection-tabBtn{background-color:#f1f5f9;color:#64748b;border:1px solid transparent;border-radius:999px;padding:.5rem 1.15rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .25s ease;white-space:nowrap;font-family:inherit}.loc-ctasection-tabBtn:hover{background-color:#e2e8f0;color:#1e293b}.loc-ctasection-tabBtnActive{background-color:#00bcd4!important;color:#fff!important;box-shadow:0 4px 14px #00bcd459}.loc-ctasection-slideshowWrapper{position:relative;max-width:1080px;margin:0 auto;display:flex;align-items:center;padding:0 1rem}.loc-ctasection-scrollBtn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:1px solid #e2e8f0;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 12px #0000001f;color:#334155;transition:all .2s ease}.loc-ctasection-scrollBtn:hover{background-color:#f8fafc;box-shadow:0 6px 16px #0000002e;color:#00bcd4;transform:translateY(-50%) scale(1.05)}.loc-ctasection-leftBtn{left:-8px}.loc-ctasection-rightBtn{right:-8px}.loc-ctasection-slidesViewport{width:100%;overflow:hidden;border-radius:20px;box-shadow:0 20px 45px #00000014,0 4px 12px #0000000a;border:1px solid #e2e8f0;background-color:#f8fafc}.loc-ctasection-slidesTrack{display:flex;transition:transform .5s cubic-bezier(.25,1,.5,1);width:100%}.loc-ctasection-slideItem{flex:0 0 100%;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.loc-ctasection-slideCard{width:100%;display:flex}.loc-ctasection-fullImage{width:100%;height:auto;display:block;object-fit:cover}.loc-ctasection-dotsContainer{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:2rem}.loc-ctasection-dot{width:10px;height:10px;border-radius:999px;background-color:#cbd5e1;border:none;cursor:pointer;transition:all .3s ease;padding:0}.loc-ctasection-dot:hover{background-color:#94a3b8}.loc-ctasection-dotActive{width:28px;background-color:#00bcd4}@media(max-width:992px){.loc-ctasection-leftBtn{left:4px}.loc-ctasection-rightBtn{right:4px}}@media(max-width:768px){.loc-ctasection-section{padding:3rem 0}.loc-ctasection-title{font-size:1.7rem;padding:0 1rem}.loc-ctasection-subtitle{font-size:.95rem;padding:0 1rem}.loc-ctasection-tabBtn{font-size:.78rem;padding:.4rem .85rem}.loc-ctasection-scrollBtn{width:38px;height:38px}.loc-ctasection-leftBtn{left:0}.loc-ctasection-rightBtn{right:0}}.loc-ctasection-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer}.loc-ctasection-lightboxClose{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;cursor:pointer;z-index:10000}.loc-ctasection-lightboxImage{max-width:95vw;max-height:95vh;object-fit:contain;cursor:default}.loc-memberjourney-section{padding:6rem 0;background-color:#fff}.loc-memberjourney-section .container,.loc-memberjourney-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.loc-memberjourney-header{margin-bottom:5rem}.loc-memberjourney-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.loc-memberjourney-subtitle{font-size:1.1rem;color:#64748b;max-width:800px;line-height:1.6}.loc-memberjourney-stepsContainer{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:2rem;scrollbar-width:none;-ms-overflow-style:none}.loc-memberjourney-stepsContainer::-webkit-scrollbar{display:none}.loc-memberjourney-stepCard{flex:0 0 calc(25% - 1.5rem);scroll-snap-align:start;position:relative;display:flex;flex-direction:column;padding-top:3.5rem}.loc-memberjourney-bgNumber{position:absolute;top:-1rem;left:-.5rem;font-size:8.5rem;font-weight:800;color:#f1f5f9;line-height:1;z-index:0;letter-spacing:-.05em;font-family:system-ui,-apple-system,sans-serif}.loc-memberjourney-contentWrapper{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}.loc-memberjourney-stepTitle{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.loc-memberjourney-stepDesc{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:2rem;flex-grow:1}.loc-memberjourney-progressContainer{height:4px;background-color:#f1f5f9;border-radius:2px;width:100%;overflow:hidden;margin-top:auto}.loc-memberjourney-progressBar{height:100%;background-color:#06b6d4;border-radius:2px;transition:width .3s ease}.loc-memberjourney-stepArrow{position:absolute;top:50%;right:-1.75rem;transform:translateY(-50%);color:#cbd5e1;z-index:2;display:flex;align-items:center;justify-content:center}@media(max-width:1200px){.loc-memberjourney-stepCard{flex:0 0 calc(33.333% - 1.33rem)}}@media(max-width:992px){.loc-memberjourney-stepCard{flex:0 0 calc(50% - 1rem)}}@media(max-width:768px){.loc-memberjourney-section{padding:3rem 0}.loc-memberjourney-title{font-size:1.7rem}.loc-memberjourney-subtitle{font-size:.95rem}}@media(max-width:576px){.loc-memberjourney-stepCard{flex:0 0 85%}}.loc-everythinginoneplace-section{padding:4rem 24px;background-color:#fff}@media(max-width:480px){.loc-everythinginoneplace-section{padding:0 16px}}.loc-everythinginoneplace-section .container,.loc-everythinginoneplace-container{max-width:1100px;width:100%;margin:0 auto;padding:0 1.5rem}.loc-everythinginoneplace-banner{width:100%;background:linear-gradient(135deg,#06b6d4,#0ea5e9);border-radius:24px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:0 20px 40px #0ea5e933}.loc-everythinginoneplace-content{flex:1;padding:4rem;color:#fff;max-width:600px}.loc-everythinginoneplace-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.loc-everythinginoneplace-subtitle{font-size:1.1rem;line-height:1.6;opacity:.9;margin-bottom:2rem}.loc-everythinginoneplace-featureList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.loc-everythinginoneplace-featureItem{display:flex;align-items:center;gap:12px;font-size:1.05rem;font-weight:500}.loc-everythinginoneplace-checkCircle{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#fff3;border-radius:50%;color:#fff;flex-shrink:0}.loc-everythinginoneplace-imageContainer{flex:1;display:flex;align-items:flex-end;justify-content:flex-end;padding-top:2rem;padding-right:2rem}.loc-everythinginoneplace-dashboardImage{width:100%;max-width:600px;height:auto;border-radius:12px 12px 0 0;box-shadow:-10px -10px 30px #0000001a;display:block}@media(max-width:900px){.loc-everythinginoneplace-banner{flex-direction:column}.loc-everythinginoneplace-content{padding:3rem 2rem;max-width:100%}.loc-everythinginoneplace-imageContainer{width:100%;padding:0 2rem;justify-content:center}.loc-everythinginoneplace-dashboardImage{max-width:100%}}@media(max-width:480px){.loc-everythinginoneplace-content{padding:2rem 1.5rem}.loc-everythinginoneplace-title{font-size:1.8rem}.loc-everythinginoneplace-imageContainer{padding:0 1rem}}.loc-everythinginoneplace-image{width:100%;height:auto;display:block}.loc-everythinginoneplace-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer}.loc-everythinginoneplace-lightboxClose{position:absolute;top:20px;right:30px;color:#fff;font-size:40px;cursor:pointer;z-index:10000}.loc-everythinginoneplace-lightboxImage{max-width:95vw;max-height:95vh;object-fit:contain;cursor:default}.loc-pricing-section{padding:6rem 0;background-color:var(--background)}.loc-pricing-grid{display:flex;justify-content:center;gap:1.25rem;margin-top:2.5rem;align-items:stretch}.loc-pricing-card{width:100%;max-width:300px;background:#fff;border-radius:14px;padding:1.25rem 1rem;border:1px solid var(--border-color);box-shadow:var(--shadow-sm);position:relative;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.loc-pricing-card:hover{transform:translateY(-3px);box-shadow:0 10px 15px -3px #00bcd41f,0 4px 6px -2px #00bcd414;border-color:var(--primary)}.loc-pricing-popular{border:2px solid var(--primary);box-shadow:var(--shadow-lg);transform:scale(1.02)}.loc-pricing-popular:hover{transform:scale(1.02) translateY(-3px)}.loc-pricing-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:3px 12px;border-radius:14px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.loc-pricing-badgeComingSoon{position:absolute;top:-11px;right:14px;background:#f59e0b;color:#fff;padding:3px 9px;border-radius:14px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #0000001a}.loc-pricing-planName{font-size:1.15rem;font-weight:700;color:var(--text-main);margin-bottom:.2rem}.loc-pricing-planDesc{color:var(--text-muted);font-size:.8rem;margin-bottom:.75rem;min-height:24px}.loc-pricing-priceContainer{margin-bottom:.75rem;display:flex;align-items:baseline}.loc-pricing-price{font-size:1.75rem;font-weight:800;color:var(--text-main)}.loc-pricing-customPrice{font-size:1.4rem}.loc-pricing-period{font-size:.85rem;color:var(--text-muted);margin-left:.2rem}.loc-pricing-features{list-style:none;margin-bottom:1rem;flex-grow:1}.loc-pricing-feature{display:flex;align-items:center;gap:.45rem;margin-bottom:.45rem;font-size:.82rem;line-height:1.3;color:var(--text-main)}.loc-pricing-check{color:var(--primary);font-weight:700;font-size:.82rem}.loc-pricing-btnSecondary{width:100%;padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:600;background:#fff;color:var(--primary);border:2px solid var(--primary);transition:all .3s ease}.loc-pricing-btnSecondary:hover{background:#f0f9ff}.loc-pricing-popular button{width:100%}.loc-pricing-btnDark{width:100%;padding:8px 18px;border-radius:50px;font-size:.85rem;font-weight:700;background:#fff;color:#1e293b;border:1px solid #64748b;transition:all .3s ease}.loc-pricing-btnDark:hover{background:#f1f5f9}@media(max-width:1024px){.loc-pricing-grid{flex-direction:column;align-items:center;max-width:500px;margin-left:auto;margin-right:auto}.loc-pricing-card{max-width:100%}.loc-pricing-popular{transform:none}}@media(max-width:768px){.loc-pricing-section{padding:3rem 20px}.loc-pricing-price{font-size:2rem}}.loc-testimonials-testimonialsSection{max-width:1100px;margin:80px auto;padding:20px;position:relative}.loc-testimonials-testimonialsHeader{text-align:center;margin-bottom:80px}.loc-testimonials-badge{display:inline-block;background-color:#e6fbfe;color:#26c6da;padding:8px 20px;border-radius:20px;font-size:.75rem;font-weight:700;letter-spacing:1.5px;margin-bottom:24px;text-transform:uppercase}.loc-testimonials-testimonialsHeader h2{font-size:2rem;font-weight:700;line-height:1.35;margin:0 auto 20px;max-width:100%;color:#2b2b2b}.loc-testimonials-testimonialsHeader p{font-size:1.1rem;color:#666;max-width:750px;margin:0 auto;line-height:1.6}.loc-testimonials-testimonialsContainer{display:flex;flex-direction:column;gap:60px;padding:20px 0;align-items:flex-start;max-width:750px;margin:0 auto}.loc-testimonials-testimonialCard{display:flex;align-items:center;position:relative;max-width:620px;width:100%}.loc-testimonials-staggeredCard{margin-left:15%}.loc-testimonials-cardImage{width:170px;height:220px;border-radius:12px;overflow:hidden;position:relative;z-index:2;box-shadow:0 10px 25px #0000001a;flex-shrink:0;margin-top:-15px;margin-bottom:-15px}.loc-testimonials-cardContent{background-color:#00bcd4;color:#fff;padding:25px 50px 25px 45px;border-radius:12px;position:relative;z-index:1;margin-left:-30px;flex-grow:1;box-shadow:0 10px 20px #00bcd433}.loc-testimonials-testimonialCard:before,.loc-testimonials-testimonialCard:after{content:"";position:absolute;z-index:0;border-radius:20px}.loc-testimonials-testimonialCard:not(.loc-testimonials-staggeredCard):before{top:-30px;right:15%;width:110px;height:110px;background-color:#c4f3fa}.loc-testimonials-testimonialCard:not(.loc-testimonials-staggeredCard):after{bottom:-35px;left:-40px;width:160px;height:90px;background-color:#edf1f8}.loc-testimonials-staggeredCard:before{top:-35px;left:20%;width:110px;height:110px;background-color:#c4f3fa}.loc-testimonials-staggeredCard:after{bottom:-35px;right:-40px;width:160px;height:90px;background-color:#edf1f8}.loc-testimonials-rating{display:flex;align-items:center;gap:6px;margin-bottom:10px}.loc-testimonials-stars{color:#fff;font-size:1.1rem;letter-spacing:2px}.loc-testimonials-ratingText{opacity:.8;font-size:.8rem}.loc-testimonials-quote{font-size:.95rem;line-height:1.5;margin:0 0 20px;font-weight:400;opacity:.95}.loc-testimonials-authorInfo{display:flex;align-items:center;gap:15px}.loc-testimonials-authorDetails{display:flex;flex-direction:column}.loc-testimonials-authorDetails strong{font-size:1rem;font-weight:700}.loc-testimonials-authorDetails span{font-size:.75rem;opacity:.8;margin-top:2px}@media(max-width:768px){.loc-testimonials-testimonialsSection{margin:40px auto}.loc-testimonials-testimonialsHeader{margin-bottom:40px}.loc-testimonials-testimonialsHeader h2{font-size:1.6rem}.loc-testimonials-testimonialsHeader p{font-size:.95rem}.loc-testimonials-testimonialCard,.loc-testimonials-staggeredCard{flex-direction:column;align-items:center;text-align:center;margin-left:0}.loc-testimonials-cardContent{margin:-30px 0 0;padding:50px 20px 30px}.loc-testimonials-authorInfo{justify-content:center;flex-direction:column}}.loc-bottomcta-section{padding:4rem 0 6rem;background-color:#fff}.loc-bottomcta-section .container,.loc-bottomcta-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.loc-bottomcta-ctaBox{background:linear-gradient(135deg,#06b6d4,#00acc1);border-radius:24px;padding:4rem 2rem;position:relative;overflow:hidden;text-align:center;box-shadow:0 20px 40px #06b6d426}.loc-bottomcta-patternBg{position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:repeating-radial-gradient(circle at center,transparent 0,transparent 10px,rgba(255,255,255,.08) 10px,rgba(255,255,255,.08) 11px);border-radius:50%;z-index:1;pointer-events:none}.loc-bottomcta-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.loc-bottomcta-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.loc-bottomcta-subtitle{font-size:1.1rem;color:#ffffffe6;margin:0 0 2.5rem;line-height:1.5}.loc-bottomcta-buttonGroup{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.loc-bottomcta-outlineBtn{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-block;text-align:center;box-sizing:border-box}.loc-bottomcta-outlineBtn:hover{background:#ffffff1a;border-color:#ffffff80}.loc-bottomcta-solidBtn{background:#fff;color:#00bcd4;border:none;padding:.85rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 14px #0000001a;display:inline-block;text-align:center;box-sizing:border-box}.loc-bottomcta-solidBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}@media(max-width:768px){.loc-bottomcta-title{font-size:2rem}.loc-bottomcta-ctaBox{padding:3rem 1.5rem}}@media(max-width:480px){.loc-bottomcta-title{font-size:1.75rem}.loc-bottomcta-buttonGroup{flex-direction:column;width:100%}.loc-bottomcta-outlineBtn,.loc-bottomcta-solidBtn{width:100%}}.loc-getintouchcta-section{padding:60px 20px 80px;background-color:#f8fafc;display:flex;justify-content:center}.loc-getintouchcta-section .container,.loc-getintouchcta-container{max-width:800px;width:100%;background:linear-gradient(135deg,#e0f7fa,#e6fffa);border-radius:16px;padding:40px;text-align:center;border:1px solid #b2ebf2;box-shadow:0 4px 15px #00bcd40d}.loc-getintouchcta-title{font-size:1.8rem;font-weight:700;color:#1a202c;margin:0 0 12px}.loc-getintouchcta-desc{font-size:1.05rem;color:#718096;margin:0 0 24px}.loc-getintouchcta-button{display:inline-flex;align-items:center;justify-content:center;background-color:#00bcd4;color:#fff;padding:12px 28px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease}.loc-getintouchcta-button:hover{background-color:#00acc1;transform:translateY(-2px);box-shadow:0 4px 12px #00bcd433}@media(max-width:600px){.loc-getintouchcta-section{padding:40px 20px 60px}.container{padding:30px 20px}.loc-getintouchcta-title{font-size:1.5rem}}.loc-footer-footer{background-color:#fff;padding:80px 20px 30px;border-top:1px solid #edf2f7;font-family:inherit}.loc-footer-footer .container,.loc-footer-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto}.loc-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:40px;margin-bottom:60px}.loc-footer-brand{display:flex;flex-direction:column;gap:20px;padding-right:40px}.loc-footer-logoImage{object-fit:contain}.loc-footer-desc{font-size:.95rem;color:#718096;line-height:1.6;margin:0;max-width:300px}.loc-footer-linksColumn,.loc-footer-socialColumn{display:flex;flex-direction:column;gap:16px}.loc-footer-linksColumn h3,.loc-footer-socialColumn h3{font-size:.9rem;font-weight:700;color:#2d3748;letter-spacing:.05em;margin:0 0 8px}.loc-footer-linksColumn a{font-size:.95rem;color:#718096;text-decoration:none;transition:color .2s ease}.loc-footer-linksColumn a:hover{color:#00bcd4}.loc-footer-email{font-size:.95rem;color:#718096;text-decoration:none;margin-bottom:12px}.loc-footer-email:hover{color:#00bcd4}.loc-footer-socialIcons{display:flex;gap:12px}.loc-footer-iconWrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:#00bcd4;transition:transform .2s ease,background-color .2s ease}.loc-footer-iconWrapper:hover{transform:translateY(-2px);background-color:#00acc1}.loc-footer-bottom{padding-top:30px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-start}.loc-footer-bottom p{font-size:.9rem;color:#718096;margin:0}@media(max-width:1024px){.loc-footer-grid{grid-template-columns:1fr 1fr 1fr;row-gap:60px}}@media(max-width:768px){.loc-footer-grid{grid-template-columns:1fr 1fr;gap:40px}.loc-footer-brand{padding-right:0;grid-column:1 / -1}.loc-footer-socialColumn{grid-column:1 / -1}}@media(max-width:480px){.loc-footer-grid{grid-template-columns:1fr}}.loc-abouthero-heroSection{padding:160px 20px 80px;background-color:#fff;text-align:center}.loc-abouthero-heroSection .container,.loc-abouthero-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.loc-abouthero-pillBadge{background-color:#e6f7fa;color:#00bcd4;font-weight:600;font-size:.85rem;padding:6px 16px;border-radius:20px;margin-bottom:30px;display:inline-block}.loc-abouthero-title{font-size:2.5rem;font-weight:700;color:#1a202c;line-height:1.2;margin:0 0 24px;letter-spacing:-.02em}.loc-abouthero-subtitle{font-size:1.1rem;color:#718096;line-height:1.6;margin:0}@media(max-width:768px){.loc-abouthero-heroSection{padding:140px 20px 60px}.loc-abouthero-title{font-size:1.8rem}}@media(max-width:480px){.loc-abouthero-title{font-size:1.6rem}}.loc-ourstory-storySection{background-color:#f8fafc;padding:100px 0 60px}.loc-ourstory-storySection .container,.loc-ourstory-container{display:flex;flex-direction:column;gap:60px}.loc-ourstory-mainContent{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.loc-ourstory-imageCollage{display:flex;justify-content:center;align-items:center;width:100%}.loc-ourstory-mainImage{width:100%;max-width:600px;height:auto;object-fit:contain}.loc-ourstory-textContent{display:flex;flex-direction:column}.loc-ourstory-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 24px}.loc-ourstory-paragraph{font-size:1.05rem;color:#4a5568;line-height:1.7;margin:0 0 20px}.loc-ourstory-cardsContainer{display:flex;flex-direction:column;gap:24px;margin-top:20px;width:100%}.loc-ourstory-card{background-color:#fff;border-radius:12px;padding:30px 40px;width:60%;box-shadow:0 8px 30px #0000000a}.loc-ourstory-cardShifted{align-self:flex-end}.loc-ourstory-cardHeader{display:flex;align-items:center;gap:10px;margin-bottom:12px}.loc-ourstory-icon{color:#00bcd4}.loc-ourstory-cardTitle{font-size:1.1rem;font-weight:700;color:#00bcd4;margin:0}.loc-ourstory-cardText{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}@media(max-width:992px){.loc-ourstory-mainContent{grid-template-columns:1fr;gap:40px}.loc-ourstory-card{width:100%}.loc-ourstory-cardShifted{align-self:center}}@media(max-width:768px){.loc-ourstory-storySection{padding:60px 20px 80px}.loc-ourstory-title{font-size:2rem}}.loc-whytrustus-trustSection{position:relative;padding:80px 20px 120px;background-color:#fff;overflow:hidden}.loc-whytrustus-waveBackground{position:absolute;top:0;bottom:0;right:0;width:55%;max-width:900px;background-image:url(/wave-bg2.png);background-size:contain;background-position:right top;background-repeat:no-repeat;z-index:1}.loc-whytrustus-trustSection .container,.loc-whytrustus-container{position:relative;z-index:2;max-width:1200px;margin:0 auto}.loc-whytrustus-sectionTitle{font-size:2.5rem;font-weight:700;color:#1a202c;text-align:center;margin:0 0 100px;line-height:1.3}.loc-whytrustus-grid{display:grid;grid-template-columns:1fr 1fr;row-gap:80px;column-gap:40px;max-width:1000px;margin:0 auto;align-items:start}.loc-whytrustus-item{display:flex;gap:20px;align-items:flex-start}.loc-whytrustus-itemShifted{margin-top:100px}.loc-whytrustus-number{font-size:3.5rem;font-weight:700;color:#63d8df;line-height:.9}.loc-whytrustus-content{display:flex;flex-direction:column}.loc-whytrustus-title{font-size:1.35rem;font-weight:600;color:#2d3748;margin:0 0 8px}.loc-whytrustus-text{font-size:1rem;color:#718096;line-height:1.6;margin:0;max-width:400px}@media(max-width:768px){.loc-whytrustus-trustSection{padding:60px 20px}.loc-whytrustus-sectionTitle{font-size:2rem;margin:0 0 60px}.loc-whytrustus-grid{grid-template-columns:1fr;row-gap:40px}.loc-whytrustus-itemShifted{margin-top:0}}.loc-featureshero-heroSection{background:#fff;padding:130px 24px 36px;position:relative;overflow:hidden;text-align:center}.loc-featureshero-waveBackground{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(6,182,212,.06) 0%,transparent 70%);pointer-events:none;z-index:1}.loc-featureshero-heroSection .container,.loc-featureshero-container{max-width:900px;margin:0 auto;position:relative;z-index:2}.loc-featureshero-pillBadge{display:inline-block;padding:6px 18px;background-color:#dff6fb;color:#00bcd4;font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;margin-bottom:20px}.loc-featureshero-title{font-size:2.75rem;font-weight:800;color:#0f172a;line-height:1.18;margin:0 auto 18px;max-width:680px;letter-spacing:-.025em}.loc-featureshero-highlight{color:#00bcd4}.loc-featureshero-subtitle{font-size:1.05rem;color:#64748b;line-height:1.6;max-width:580px;margin:0 auto}@media(max-width:768px){.loc-featureshero-heroSection{padding:110px 20px 24px}.loc-featureshero-title{font-size:2rem}.loc-featureshero-subtitle{font-size:.95rem}}.loc-features-showcase-section{position:relative;padding:24px 24px 100px;background-color:#f5f9fb;overflow:hidden}.loc-features-side-accent-left{position:absolute;left:-320px;top:24px;width:640px;height:640px;background:#00bcd4;border-radius:50%;z-index:0;pointer-events:none}.loc-features-side-accent-right{position:absolute;right:-320px;top:1280px;width:640px;height:640px;background:#00bcd4;border-radius:50%;z-index:0;pointer-events:none}.loc-features-side-accent-left-2{position:absolute;left:-320px;top:2620px;width:640px;height:640px;background:#00bcd4;border-radius:50%;z-index:0;pointer-events:none}.loc-features-showcase-container{max-width:1040px;margin:0 auto;position:relative;z-index:1}.loc-features-cards-list{display:flex;flex-direction:column;gap:36px}.loc-feature-card-wrapper{width:100%}.loc-feature-showcase-card{display:flex;align-items:center;background:#ebf9fc;border:1.5px solid #22d3ee;border-radius:26px;padding:24px 28px;gap:44px;box-shadow:0 4px 24px #06b6d40a;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease}.loc-feature-card-wrapper:nth-child(2n) .loc-feature-showcase-card{background:#fff}.loc-feature-card-wrapper:nth-child(odd) .loc-feature-showcase-card{background:#dff3f8}.loc-feature-showcase-card:hover{transform:translateY(-3px);box-shadow:0 16px 36px #06b6d41f;border-color:#00bcd4}.loc-feature-card-reversed{flex-direction:row-reverse}.loc-feature-card-media{flex:1 1 52%;width:52%;min-width:0}.loc-feature-card-media-backdrop{background:#00bcd4;border-radius:18px;padding:24px 20px;display:flex;align-items:center;justify-content:center;width:100%;box-shadow:inset 0 1px #ffffff40}.loc-tablet-frame-wrapper{width:100%;max-width:480px;display:flex;justify-content:center}.loc-tablet-chassis{width:100%;background:#0f172a;border-radius:16px;padding:9px 11px;box-shadow:0 16px 32px #0f172a47,0 0 0 1px #ffffff14;position:relative}.loc-tablet-bezel{position:relative;display:flex;flex-direction:column;align-items:center}.loc-tablet-camera{width:4px;height:4px;background:#334155;border-radius:50%;margin-bottom:6px}.loc-tablet-screen{border-radius:8px;overflow:hidden;background:#fff;width:100%;line-height:0}.loc-tablet-image{width:100%;height:auto;display:block;object-fit:cover}.loc-feature-card-content{flex:1 1 48%;padding:8px 12px;display:flex;flex-direction:column;justify-content:center}.loc-feature-card-category{font-size:.95rem;font-weight:800;letter-spacing:.04em;color:#0f172a;text-transform:uppercase;margin:0 0 8px}.loc-feature-card-title{font-size:1.25rem;font-weight:700;color:#00bcd4;line-height:1.35;margin:0 0 14px}.loc-feature-card-desc{font-size:.92rem;color:#64748b;line-height:1.65;margin:0 0 20px}.loc-feature-card-link{display:inline-flex;align-items:center;gap:8px;color:#00bcd4;font-weight:600;font-size:.92rem;text-decoration:none;transition:gap .2s ease,color .2s ease;width:fit-content}.loc-feature-card-link:hover{color:#0097a7;gap:12px}.loc-feature-card-link-icon{transition:transform .2s ease}.loc-feature-card-link:hover .loc-feature-card-link-icon{transform:translate(2px)}@media(max-width:900px){.loc-feature-showcase-card,.loc-feature-card-reversed{flex-direction:column;gap:24px;padding:18px}.loc-feature-card-media,.loc-feature-card-content{flex:1 1 100%;width:100%;padding:8px 4px}.loc-features-side-accent-left,.loc-features-side-accent-right,.loc-features-side-accent-left-2{display:none}.loc-features-showcase-section{padding:16px 16px 60px}}@media(max-width:600px){.loc-featureshero-heroSection{padding-bottom:18px}.loc-features-showcase-section{padding:12px 34px 48px}.loc-features-cards-list{gap:24px}.loc-feature-showcase-card,.loc-feature-card-reversed{flex-direction:row;align-items:stretch;gap:10px;min-height:230px;padding:8px;border-radius:12px}.loc-feature-card-media,.loc-feature-card-content{min-width:0;padding:0}.loc-feature-card-media{flex:0 0 56%;width:56%}.loc-feature-card-content{flex:1 1 44%;width:auto}.loc-feature-card-media-backdrop{height:100%;min-height:156px;padding:8px;border-radius:8px}.loc-tablet-chassis{border-radius:8px;padding:4px 5px}.loc-tablet-camera{width:2px;height:2px;margin-bottom:2px}.loc-tablet-screen{border-radius:4px}.loc-feature-card-content{justify-content:center;padding:4px 2px}.loc-feature-card-category{font-size:.58rem;letter-spacing:.02em;line-height:1.2;margin-bottom:6px}.loc-feature-card-title{font-size:.72rem;line-height:1.2;margin-bottom:7px}.loc-feature-card-desc{font-size:.58rem;line-height:1.35;margin-bottom:8px}.loc-feature-card-link{gap:3px;font-size:.55rem;line-height:1.2}.loc-feature-card-link-icon{width:10px;height:10px}}.loc-contacthero-heroSection{padding:100px 20px 60px;background:linear-gradient(180deg,#d4f0fc,#f8fafc);text-align:center}.loc-contacthero-heroSection .container,.loc-contacthero-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.loc-contacthero-pillBadge{background-color:#e6f9fa;color:#00bcd4;padding:6px 16px;border-radius:9999px;font-size:.85rem;font-weight:600;margin-bottom:24px}.loc-contacthero-heading{font-size:2.5rem;font-weight:700;color:#1a202c;line-height:1.1;margin:0 0 24px;letter-spacing:-.02em}.loc-contacthero-subtitle{font-size:1.05rem;color:#718096;line-height:1.6;margin:0}@media(max-width:768px){.loc-contacthero-heading{font-size:2.2rem}}@media(max-width:480px){.loc-contacthero-heading{font-size:1.8rem}.loc-contacthero-heroSection{padding:100px 16px 40px}}.loc-contactinfo-infoCard{background-color:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000000d;height:100%}.loc-contactinfo-title{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 40px}.loc-contactinfo-infoList{display:flex;flex-direction:column;gap:32px}.loc-contactinfo-infoItem{display:flex;gap:20px;align-items:flex-start}.loc-contactinfo-iconBox{width:48px;height:48px;border-radius:12px;background-color:#e6f9fa;color:#00bcd4;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-contactinfo-textContent{display:flex;flex-direction:column;gap:4px}.loc-contactinfo-label{font-size:.85rem;font-weight:600;color:#a0aec0;letter-spacing:.05em}.loc-contactinfo-value{font-size:1.05rem;font-weight:600;color:#2d3748;text-decoration:none;line-height:1.4;word-break:break-word;overflow-wrap:break-word}a.loc-contactinfo-value:hover{color:#00bcd4}@media(max-width:640px){.loc-contactinfo-infoCard{padding:24px}}.loc-contactform-formCard{background-color:#fff;border-radius:16px;padding:40px;box-shadow:0 10px 30px #0000000d}.loc-contactform-form{display:flex;flex-direction:column;gap:24px}.loc-contactform-formRow{display:grid;grid-template-columns:1fr 1fr;gap:24px}.loc-contactform-inputGroup{display:flex;flex-direction:column;gap:8px}.loc-contactform-inputGroup label{font-size:.85rem;font-weight:600;color:#4a5568}.loc-contactform-inputGroup input,.loc-contactform-inputGroup select,.loc-contactform-inputGroup textarea{width:100%;box-sizing:border-box;padding:12px 16px;border-radius:6px;border:1px solid #e2e8f0;background-color:#f8fafc;font-size:.95rem;color:#2d3748;font-family:inherit;transition:border-color .2s ease;outline:none}.loc-contactform-inputGroup select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a0aec0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}.loc-contactform-inputGroup input:focus,.loc-contactform-inputGroup select:focus,.loc-contactform-inputGroup textarea:focus{border-color:#00bcd4;background-color:#fff}.loc-contactform-inputGroup input::placeholder,.loc-contactform-inputGroup textarea::placeholder{color:#a0aec0}.loc-contactform-phoneInputWrapper{display:flex;align-items:stretch;width:100%;box-sizing:border-box;border-radius:6px;border:1px solid #e2e8f0;background-color:#f8fafc;transition:border-color .2s ease;overflow:visible}.loc-contactform-phoneInputWrapper:focus-within{border-color:#00bcd4;background-color:#fff}.loc-contactform-countryCode{display:flex;align-items:center;border-right:1px solid #e2e8f0}.loc-contactform-countrySelect{padding:12px 32px 12px 12px!important;border:none!important;background-color:transparent!important;box-shadow:none!important;margin:0!important;height:100%!important;border-radius:0!important;cursor:pointer;max-width:115px;text-overflow:ellipsis}.loc-contactform-phoneInput{flex:1;min-width:0;border:none!important;background-color:transparent!important;border-radius:0!important;margin:0!important}.loc-contactform-phoneInput:focus{border-color:transparent!important;background-color:transparent!important}.loc-contactform-submitBtn{background-color:#00bcd4;color:#fff;font-weight:600;font-size:1rem;padding:14px 32px;border-radius:8px;border:none;cursor:pointer;align-self:flex-start;transition:background-color .2s ease,transform .1s ease;margin-top:8px}.loc-contactform-submitBtn:hover{background-color:#00acc1;transform:translateY(-1px)}@media(max-width:640px){.loc-contactform-formRow{grid-template-columns:1fr}.loc-contactform-formCard{padding:20px 16px}.loc-contactform-inputGroup input,.loc-contactform-inputGroup select,.loc-contactform-inputGroup textarea{padding:10px 12px}.loc-contactform-countrySelect{padding:10px 24px 10px 8px!important;max-width:90px;background-position:right 8px center}}.loc-contactform-required{color:#e53e3e;margin-left:2px}.loc-faqaccordion-section{padding:120px 20px 100px;background-color:#f8fafc;min-height:calc(100vh - 400px)}.loc-faqaccordion-section .container,.loc-faqaccordion-container{max-width:800px;margin:0 auto}.loc-faqaccordion-header{text-align:center;margin-bottom:60px}.loc-faqaccordion-title{font-size:2.5rem;font-weight:800;color:#1a202c;margin:0 0 16px}.loc-faqaccordion-subtitle{font-size:1.1rem;color:#718096;margin:0}.loc-faqaccordion-accordion{display:flex;flex-direction:column;gap:16px}.loc-faqaccordion-item{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 10px #00000005}.loc-faqaccordion-itemOpen{border-color:#00bcd4;box-shadow:0 10px 25px #06b6d41a}.loc-faqaccordion-question{width:100%;text-align:left;padding:24px;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:#2d3748;transition:color .2s}.loc-faqaccordion-question:hover,.loc-faqaccordion-itemOpen .loc-faqaccordion-question{color:#00bcd4}.loc-faqaccordion-icon{color:#a0aec0;transition:transform .3s ease,color .2s ease;flex-shrink:0;margin-left:16px}.loc-faqaccordion-itemOpen .loc-faqaccordion-icon{transform:rotate(45deg);color:#00bcd4}.loc-faqaccordion-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);background-color:#fff}.loc-faqaccordion-answerContent{padding:16px 24px 24px;color:#4a5568;line-height:1.7;font-size:1.05rem;border-top:1px solid #f1f5f9;margin-top:8px}@media(max-width:768px){.loc-faqaccordion-section{padding:100px 20px 80px}.loc-faqaccordion-title{font-size:2rem}.loc-faqaccordion-question{padding:20px;font-size:1.05rem}.loc-faqaccordion-answerContent{padding:0 20px 20px}}.loc-memberjourneypage-mainContent{background-color:#fff;min-height:100vh}.loc-memberjourneypage-heroSection{padding:120px 20px 80px;background-color:#f4fbfc;text-align:center;color:#2b2b2b}.loc-memberjourneypage-heroContent{max-width:800px;margin:0 auto}.loc-memberjourneypage-heroBadge{display:inline-block;background-color:#e6fbfe;color:#26c6da;padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:24px}.loc-memberjourneypage-heroTitle{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 24px;color:#2b2b2b;letter-spacing:-1px}.loc-memberjourneypage-heroSubtitle{font-size:1.25rem;color:#666;line-height:1.6}.loc-memberjourneypage-timelineSection{padding:100px 20px;background-color:#fff}.loc-memberjourneypage-timelineContainer{max-width:1100px;margin:0 auto;position:relative}.loc-memberjourneypage-timelineLine{position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#e2e8f0;transform:translate(-50%)}.loc-memberjourneypage-timelineItem{display:flex;justify-content:space-between;align-items:center;margin-bottom:100px;position:relative;width:100%}.loc-memberjourneypage-timelineItem:last-child{margin-bottom:0}.loc-memberjourneypage-left{flex-direction:row-reverse}.loc-memberjourneypage-timelineDot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background-color:#fff;border:4px solid #00bcd4;box-shadow:0 0 0 4px #00bcd41a;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.loc-memberjourneypage-iconWrapper{color:#00bcd4;display:flex;transition:color .3s ease}.loc-memberjourneypage-timelineItem:hover .loc-memberjourneypage-timelineDot{transform:translate(-50%,-50%) scale(1.1);background-color:#00bcd4;box-shadow:0 0 0 8px #00bcd433}.loc-memberjourneypage-timelineItem:hover .loc-memberjourneypage-iconWrapper{color:#fff}.loc-memberjourneypage-timelineCard{width:42%;background:#fff;padding:40px;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 10px 30px #0000000a;position:relative;transition:transform .3s ease,box-shadow .3s ease}.loc-memberjourneypage-timelineCard:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00bcd41a;border-color:#00bcd44d}.loc-memberjourneypage-stepNumber{font-size:1rem;font-weight:700;color:#00bcd4;margin-bottom:12px;display:inline-block;background:#00bcd41a;padding:6px 14px;border-radius:20px}.loc-memberjourneypage-stepTitle{font-size:1.5rem;font-weight:700;color:#2b2b2b;margin:0 0 16px}.loc-memberjourneypage-stepDesc{font-size:1.05rem;color:#666;line-height:1.7;margin:0}.loc-memberjourneypage-timelineImageWrapper{width:42%;height:280px;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 15px 35px #0000001a;transition:transform .3s ease}.loc-memberjourneypage-timelineItem:hover .loc-memberjourneypage-timelineImageWrapper{transform:scale(1.03)}.loc-memberjourneypage-timelineImage{object-fit:cover}@media(max-width:900px){.loc-memberjourneypage-heroTitle{font-size:1.8rem}.loc-memberjourneypage-timelineLine{left:40px}.loc-memberjourneypage-timelineItem,.loc-memberjourneypage-left{flex-direction:column;align-items:flex-end;gap:30px}.loc-memberjourneypage-timelineDot{left:40px;top:60px}.loc-memberjourneypage-timelineCard{width:calc(100% - 100px)}.loc-memberjourneypage-timelineImageWrapper{width:calc(100% - 100px);height:240px}}.loc-contactpage-pageWrapper{background-color:#f8fafc;min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden;width:100%}.loc-contactpage-mainContent{flex:1;padding-bottom:80px}.loc-contactpage-contentSection{padding:0 20px}.loc-contactpage-gridContainer{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:350px 1fr;gap:30px;align-items:stretch}@media(max-width:900px){.loc-contactpage-gridContainer{grid-template-columns:1fr;max-width:100%}}@media(max-width:640px){.loc-contactpage-contentSection{padding:0 16px}}.loc-termspage-pageWrapper{background-color:#f8fafc;min-height:100vh;padding:120px 0 80px}.loc-termspage-contentCard{background-color:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000a;padding:60px 80px;max-width:900px;margin:0 auto}.loc-termspage-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid #e2e8f0}.loc-termspage-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 16px}.loc-termspage-lastUpdated{font-size:1rem;color:#718096;margin:0}.loc-termspage-body{color:#4a5568;font-size:1.05rem;line-height:1.7}.loc-termspage-section{margin-bottom:40px}.loc-termspage-section h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 20px}.loc-termspage-section p{margin:0 0 16px}.loc-termspage-section ul{margin:0 0 20px;padding-left:24px}.loc-termspage-section li{margin-bottom:12px}.loc-termspage-section a{color:#00bcd4;text-decoration:none;transition:color .2s}.loc-termspage-section a:hover{color:#0097a7;text-decoration:underline}.loc-termspage-contactInfo{background-color:#f8fafc;padding:24px;border-radius:8px;margin-top:20px}.loc-termspage-contactInfo p{margin:0 0 8px}.loc-termspage-contactInfo p:last-child{margin:0}@media(max-width:768px){.loc-termspage-contentCard{padding:40px 30px}.loc-termspage-title{font-size:2rem}.loc-termspage-section h2{font-size:1.3rem}}@media(max-width:480px){.loc-termspage-pageWrapper{padding:100px 0 60px}.loc-termspage-contentCard{padding:30px 20px;border-radius:12px}.loc-termspage-title{font-size:1.75rem}}.loc-privacypage-pageWrapper{background-color:#f8fafc;min-height:100vh;padding:120px 0 80px}.loc-privacypage-contentCard{background-color:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000a;padding:60px 80px;max-width:900px;margin:0 auto}.loc-privacypage-header{text-align:center;margin-bottom:50px;padding-bottom:30px;border-bottom:1px solid #e2e8f0}.loc-privacypage-title{font-size:2.5rem;font-weight:700;color:#1a202c;margin:0 0 16px}.loc-privacypage-lastUpdated{font-size:1rem;color:#718096;margin:0}.loc-privacypage-body{color:#4a5568;font-size:1.05rem;line-height:1.7}.loc-privacypage-section{margin-bottom:40px}.loc-privacypage-section h2{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 20px}.loc-privacypage-section p{margin:0 0 16px}.loc-privacypage-section ul{margin:0 0 20px;padding-left:24px}.loc-privacypage-section li{margin-bottom:12px}.loc-privacypage-section a{color:#00bcd4;text-decoration:none;transition:color .2s}.loc-privacypage-section a:hover{color:#0097a7;text-decoration:underline}.loc-privacypage-contactInfo{background-color:#f8fafc;padding:24px;border-radius:8px;margin-top:20px}.loc-privacypage-contactInfo p{margin:0 0 8px}.loc-privacypage-contactInfo p:last-child{margin:0}@media(max-width:768px){.loc-privacypage-contentCard{padding:40px 30px}.loc-privacypage-title{font-size:2rem}.loc-privacypage-section h2{font-size:1.3rem}}@media(max-width:480px){.loc-privacypage-pageWrapper{padding:100px 0 60px}.loc-privacypage-contentCard{padding:30px 20px;border-radius:12px}.loc-privacypage-title{font-size:1.75rem}}.loc-dashsidebar-sidebar{width:260px;min-width:260px;background-color:#0b132b;border-right:1px solid rgba(255,255,255,.08);height:100vh;position:sticky;top:0;display:flex;flex-direction:column;color:#94a3b8;overflow-y:auto;overflow-x:hidden;box-shadow:2px 0 16px #00000026;z-index:40}.loc-dashsidebar-logoContainer{padding:24px 20px 18px;display:flex;align-items:center;justify-content:flex-start;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:16px}.loc-dashsidebar-logoLink{display:inline-flex;align-items:center;transition:opacity .2s ease}.loc-dashsidebar-logoLink:hover{opacity:.9}.loc-dashsidebar-logoImage{max-width:150px;height:auto;object-fit:contain}.loc-dashsidebar-clubSelector{display:flex;align-items:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);margin:0 14px 18px;padding:10px 12px;border-radius:12px;gap:12px;transition:all .2s ease}.loc-dashsidebar-clubSelector:hover{background:#ffffff12;border-color:#00bcd44d}.loc-dashsidebar-clubIconWrapper{background:linear-gradient(135deg,#00bcd433,#0ea5e94d);border:1px solid rgba(0,188,212,.4);color:#00bcd4;width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-dashsidebar-clubInfo{display:flex;flex-direction:column;min-width:0}.loc-dashsidebar-clubName{color:#f8fafc;font-weight:700;font-size:.875rem;line-height:1.2;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc-dashsidebar-clubRole{font-size:.72rem;color:#38bdf8;display:flex;align-items:center;gap:6px;margin-top:3px;font-weight:500}.loc-dashsidebar-statusDot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#10b981}.loc-dashsidebar-statusDot.pulsing{box-shadow:0 0 #10b981b3;animation:loc-pulse-green 2s infinite}@keyframes loc-pulse-green{0%{box-shadow:0 0 #10b981b3}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.loc-dashsidebar-menuLabel{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin:14px 18px 6px;color:#64748b}.loc-dashsidebar-navMenu{display:flex;flex-direction:column;gap:3px;padding:0 10px}.loc-dashsidebar-navItem{display:flex;align-items:center;padding:9px 12px;border-radius:9px;text-decoration:none;color:#94a3b8;font-weight:500;font-size:.875rem;transition:all .18s cubic-bezier(.4,0,.2,1);position:relative;gap:10px;border:1px solid transparent}.loc-dashsidebar-navIcon{flex-shrink:0;stroke-width:2;color:#64748b;transition:color .18s ease,transform .18s ease}.loc-dashsidebar-navItem:hover{color:#fff;background-color:#ffffff0d;transform:translate(2px)}.loc-dashsidebar-navItem:hover .loc-dashsidebar-navIcon{color:#00bcd4}.loc-dashsidebar-navItem.loc-dashsidebar-active{background:linear-gradient(90deg,#00bcd426,#0ea5e914);color:#00bcd4;font-weight:600;border-color:#00bcd44d;box-shadow:0 2px 8px #00bcd414}.loc-dashsidebar-navItem.loc-dashsidebar-active .loc-dashsidebar-navIcon{color:#00bcd4}.loc-dashsidebar-badge{margin-left:auto;font-size:.6875rem;font-weight:700;padding:2px 7px;border-radius:9999px;background-color:#ef4444;color:#fff;box-shadow:0 0 8px #ef444466;line-height:1.2}.loc-dashsidebar-footer{margin-top:auto;padding:16px 18px;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between}.loc-dashsidebar-footerStatus{display:flex;align-items:center;gap:8px;font-size:.72rem;color:#94a3b8;font-weight:500}.loc-dashsidebar-footerVer{font-size:.7rem;color:#475569;font-weight:600;background:#ffffff0a;padding:2px 6px;border-radius:4px}.loc-dashheader-header{display:flex;justify-content:space-between;align-items:center;padding:30px 40px;background-color:transparent}.loc-dashheader-greeting{display:flex;flex-direction:column}.loc-dashheader-clubName{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0 0 4px}.loc-dashheader-subText{font-size:.9rem;color:#718096;margin:0}.loc-dashheader-actions{display:flex;align-items:center;gap:20px}.loc-dashheader-dateContainer{display:flex;align-items:center;gap:8px;color:#718096;font-size:.9rem;font-weight:500}.loc-dashheader-calendarIcon{color:#00bcd4}.loc-dashheader-notificationBtn{background-color:#e6f7fa;border:none;color:#00bcd4;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background-color .2s}.loc-dashheader-notificationBtn:hover{background-color:#d1eff5}.loc-dashheader-badge{position:absolute;top:10px;right:12px;width:6px;height:6px;background-color:#ff5252;border-radius:50%}.loc-dashstatcards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0 40px;margin-bottom:30px}.loc-dashstatcards-card{background-color:#fff;border-radius:16px;padding:24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 4px 20px #00000008}.loc-dashstatcards-iconWrapper{background-color:#e6f7fa;min-width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.loc-dashstatcards-icon{color:#00bcd4}.loc-dashstatcards-content{display:flex;flex-direction:column}.loc-dashstatcards-title{font-size:.85rem;color:#718096;margin:0 0 4px;font-weight:500}.loc-dashstatcards-value{font-size:1.6rem;font-weight:700;color:#1a202c;margin-bottom:6px;line-height:1}.loc-dashstatcards-subtextWrapper{display:flex;align-items:center;gap:4px;font-size:.8rem;font-weight:500}.loc-dashstatcards-subtextIcon{margin-right:2px}.loc-dashgrowthchart-chartContainer{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008;height:100%}.loc-dashgrowthchart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.loc-dashgrowthchart-title{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0}.loc-dashgrowthchart-filter{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;color:#1a202c;cursor:pointer}.loc-dashgrowthchart-chartWrapper{width:100%;height:300px}.loc-dashquickactions-container{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008;margin-bottom:20px}.loc-dashquickactions-title{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0 0 20px}.loc-dashquickactions-buttons{display:flex;flex-direction:column;gap:12px}.loc-dashquickactions-actionBtn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 20px;border-radius:10px;border:none;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.loc-dashquickactions-primary{background-color:#00bcd4;color:#fff}.loc-dashquickactions-primary:hover{background-color:#00a6bb}.loc-dashquickactions-secondary{background-color:#f8fafc;color:#00bcd4}.loc-dashquickactions-secondary:hover{background-color:#edf2f7}.loc-dashrecentactivity-container{background-color:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000008}.loc-dashrecentactivity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.loc-dashrecentactivity-title{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0}.loc-dashrecentactivity-viewAll{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#3182ce;text-decoration:none;font-weight:600}.loc-dashrecentactivity-viewAll:hover{text-decoration:underline}.loc-dashrecentactivity-list{display:flex;flex-direction:column;gap:16px}.loc-dashrecentactivity-item{display:flex;align-items:flex-start;gap:12px;padding-bottom:16px;border-bottom:1px solid #edf2f7}.loc-dashrecentactivity-item:last-child{border-bottom:none;padding-bottom:0}.loc-dashrecentactivity-iconWrapper{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-dashrecentactivity-content{display:flex;flex-direction:column;gap:4px}.loc-dashrecentactivity-text{margin:0;font-size:.9rem;font-weight:600;color:#2d3748;line-height:1.4}.loc-dashrecentactivity-time{font-size:.8rem;color:#a0aec0}.loc-dashupcomingevents-container{padding:0;margin-top:30px}.loc-dashupcomingevents-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.loc-dashupcomingevents-title{font-size:1.1rem;font-weight:700;color:#1a202c;margin:0}.loc-dashupcomingevents-viewAll{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#3182ce;text-decoration:none;font-weight:600}.loc-dashupcomingevents-viewAll:hover{text-decoration:underline}.loc-dashupcomingevents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.loc-dashupcomingevents-card{background-color:#f8fafc;border-radius:12px;padding:20px;border:1px solid #edf2f7}.loc-dashupcomingevents-cardTitle{font-size:1rem;font-weight:700;color:#1a202c;margin:0 0 12px}.loc-dashupcomingevents-detail{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500}.loc-dashupcomingevents-icon{color:#00bcd4}.loc-dashupcomingevents-iconGray{color:#a0aec0}.loc-dashupcomingevents-detail span{color:#4a5568}.loc-dashupcomingevents-timeInfo{display:flex;align-items:center;gap:16px;margin-top:12px}.loc-dashlayout-dashboardContainer{display:flex;min-height:100vh;background-color:#f4f7fe;font-family:var(--font-inter),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:#0f172a}.loc-dashlayout-mainContent{flex:1;display:flex;flex-direction:column;overflow-y:auto;height:100vh;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.loc-dashlayout-mainContent::-webkit-scrollbar{width:6px;height:6px}.loc-dashlayout-mainContent::-webkit-scrollbar-track{background:transparent}.loc-dashlayout-mainContent::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.loc-dashlayout-mainContent::-webkit-scrollbar-thumb:hover{background:#94a3b8}.loc-dashpage-contentWrapper{padding:0 32px 32px;display:flex;flex-direction:column}.loc-dashpage-middleSection{display:grid;grid-template-columns:2fr 1fr;gap:24px}.loc-dashpage-chartArea,.loc-dashpage-sideWidgets{display:flex;flex-direction:column}@media(max-width:1024px){.loc-dashpage-middleSection{grid-template-columns:1fr}}@media(max-width:768px){.loc-dashlayout-dashboardContainer{flex-direction:column}.loc-dashsidebar-sidebar{width:100%;min-width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 4px 12px #0000001a}.loc-dashsidebar-logoContainer{padding:16px 20px 12px;margin-bottom:8px}.loc-dashsidebar-clubSelector{margin:0 16px 12px}.loc-dashsidebar-footer{display:none}.loc-dashlayout-mainContent{height:auto;overflow-y:visible}.loc-dashblog-container{padding:1.25rem 1rem}}.loc-blog-heroTitle,.loc-blog-featuredTitle,.loc-blog-cardTitle,.loc-blog-articleTitle,.loc-blog-sectionTitle,.loc-blog-tocTitle,.loc-blog-prose h1,.loc-blog-prose h2,.loc-blog-prose h3,.loc-blog-prose h4{text-wrap:balance}.loc-blog-heroSubtitle,.loc-blog-featuredExcerpt,.loc-blog-cardExcerpt,.loc-blog-articleExcerpt,.loc-blog-prose p,.loc-blog-prose li,.loc-blog-prose blockquote,.loc-blog-authorBioDesc{text-wrap:pretty}.loc-blog-hero{padding:8rem 0 4rem;background:linear-gradient(180deg,#dcf4fd,#f8fbff);text-align:center;border-bottom:1px solid rgba(226,232,240,.6)}.loc-blog-heroBadge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.1rem;background:#fff;border:1px solid #c7edf8;color:#0284c7;font-size:.8rem;font-weight:600;border-radius:50px;box-shadow:0 2px 8px #0284c714;margin-bottom:1.5rem}.loc-blog-heroBadgeDot{width:6px;height:6px;background-color:#00bcd4;border-radius:50%;display:inline-block}.loc-blog-heroTitle{font-size:2.75rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.2;max-width:800px;margin:0 auto 1.25rem}.loc-blog-heroSubtitle{font-size:1.125rem;color:#475569;max-width:680px;margin:0 auto 2.5rem;line-height:1.6}.loc-blog-controls{max-width:780px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;align-items:center}.loc-blog-searchBox{position:relative;width:100%;max-width:520px}.loc-blog-searchIcon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.loc-blog-searchInput{width:100%;padding:.85rem 2.8rem .85rem 3rem;border-radius:50px;border:1px solid #cbd5e1;background:#fff;font-size:.95rem;color:#0f172a;outline:none;box-shadow:0 4px 12px #00000008;transition:all .25s ease}.loc-blog-searchInput:focus{border-color:#00bcd4;box-shadow:0 0 0 4px #00bcd426}.loc-blog-searchClear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.25rem;color:#94a3b8;cursor:pointer;line-height:1}.loc-blog-searchClear:hover{color:#0f172a}.loc-blog-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.loc-blog-catBtn{padding:.5rem 1.15rem;border-radius:50px;font-size:.85rem;font-weight:500;background:#fff;color:#475569;border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer}.loc-blog-catBtn:hover{border-color:#00bcd4;color:#00bcd4}.loc-blog-catActive{background:#00bcd4!important;color:#fff!important;border-color:#00bcd4!important;box-shadow:0 4px 12px #00bcd440;font-weight:600}.loc-blog-mainContainer{padding-top:3.5rem;padding-bottom:5rem}.loc-blog-featuredWrapper{margin-bottom:4rem}.loc-blog-featuredCard{background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0000000a;overflow:hidden;display:grid;grid-template-columns:1.3fr .9fr;transition:transform .3s ease,box-shadow .3s ease}.loc-blog-featuredCard:hover{box-shadow:0 20px 40px #00000014}.loc-blog-featuredBody{padding:3rem;background:linear-gradient(135deg,#092635,#1a3644);color:#fff;display:flex;flex-direction:column;justify-content:space-between}.loc-blog-featuredMeta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.loc-blog-featuredBadge{background:#00bcd433;color:#38bdf8;border:1px solid rgba(56,189,248,.3);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.loc-blog-featuredRead{color:#94a3b8;font-size:.8rem;display:flex;align-items:center;gap:.35rem}.loc-blog-featuredTitle{font-size:1.85rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.loc-blog-featuredTitle a{color:#fff;transition:color .2s ease}.loc-blog-featuredTitle a:hover{color:#38bdf8}.loc-blog-featuredExcerpt{color:#cbd5e1;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.loc-blog-featuredFooter{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}.loc-blog-authorAvatar{width:42px;height:42px;border-radius:50%;background:#00bcd4;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;box-shadow:0 4px 10px #00bcd44d}.loc-blog-authorName{font-weight:600;font-size:.95rem;color:#fff}.loc-blog-authorRole{font-size:.75rem;color:#94a3b8}.loc-blog-featuredBtn{display:inline-flex;align-items:center;gap:.5rem;color:#38bdf8;font-weight:600;font-size:.9rem;transition:transform .2s ease}.loc-blog-featuredBtn:hover{transform:translate(4px);color:#fff}.loc-blog-featuredGraphic{background:linear-gradient(135deg,#f0fdfa,#e0f2fe);padding:3rem;display:flex;align-items:center;justify-content:center}.loc-blog-metricCard{background:#fff;padding:1.75rem;border-radius:20px;box-shadow:0 10px 25px #0000000f;border:1px solid #e2e8f0;width:100%;max-width:320px}.loc-blog-metricHeader{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase}.loc-blog-metricPill{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;padding:.2rem .6rem;border-radius:50px;font-size:.75rem}.loc-blog-metricBars{margin-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.loc-blog-barTrack{height:8px;background:#f1f5f9;border-radius:50px;overflow:hidden;margin-bottom:.4rem}.loc-blog-barFill{height:100%;background:#00bcd4;border-radius:50px}.loc-blog-barFill.alt{background:#6366f1}.loc-blog-barLabel{display:flex;justify-content:space-between;font-size:.75rem;color:#64748b}.loc-blog-barLabel strong{color:#0f172a}.loc-blog-postsSection{margin-bottom:4rem}.loc-blog-sectionHeading{margin-bottom:2rem}.loc-blog-sectionTitle{font-size:1.85rem;font-weight:700;color:#0f172a}.loc-blog-sectionSub{font-size:.95rem;color:#64748b;margin-top:.25rem}.loc-blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.loc-blog-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 15px #00000005;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.loc-blog-card:hover{transform:translateY(-4px);border-color:#38bdf8;box-shadow:0 12px 28px #00bcd41a}.loc-blog-cardLink{padding:1.75rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;color:inherit}.loc-blog-cardTop{margin-bottom:1.5rem}.loc-blog-cardMeta{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.loc-blog-cardCategory{padding:.25rem .65rem;border-radius:6px;font-size:.75rem;font-weight:600}.category-growth{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.category-operations{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe}.category-events{background:#faf5ff;color:#7e22ce;border:1px solid #f3e8ff}.category-engagement{background:#fffbeb;color:#b45309;border:1px solid #fef3c7}.loc-blog-cardReadTime{font-size:.75rem;color:#94a3b8;display:flex;align-items:center;gap:.3rem}.loc-blog-cardTitle{font-size:1.15rem;font-weight:700;color:#0f172a;line-height:1.4;margin-bottom:.75rem;transition:color .2s ease}.loc-blog-card:hover .loc-blog-cardTitle{color:#0284c7}.loc-blog-cardExcerpt{font-size:.875rem;color:#64748b;line-height:1.6}.loc-blog-cardFooter{display:flex;align-items:center;justify-content:space-between;padding-top:1.25rem;border-top:1px solid #f1f5f9}.loc-blog-cardAuthor{display:flex;align-items:center;gap:.65rem}.loc-blog-authorAvatarSm{width:32px;height:32px;border-radius:50%;background:#e0f2fe;color:#0369a1;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.loc-blog-authorNameSm{font-size:.8rem;font-weight:600;color:#1e293b;line-height:1.2}.loc-blog-cardDate{font-size:.7rem;color:#94a3b8}.loc-blog-cardArrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;color:#00bcd4;transition:transform .2s ease}.loc-blog-card:hover .loc-blog-cardArrow{transform:translate(4px)}.loc-blog-newsletter{background:linear-gradient(135deg,#0ea5e9,#00bcd4);border-radius:24px;padding:3rem;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:2.5rem;box-shadow:0 15px 35px #0ea5e940;margin-top:4rem}.loc-blog-newsletterContent{max-width:580px}.loc-blog-newsletterBadge{display:inline-block;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;margin-bottom:.75rem}.loc-blog-newsletterTitle{font-size:1.85rem;font-weight:800;letter-spacing:-.02em;line-height:1.25;margin-bottom:.75rem}.loc-blog-newsletterSubtitle{font-size:.95rem;color:#ffffffe6;line-height:1.5}.loc-blog-newsletterForm{display:flex;gap:.75rem;width:100%;max-width:440px}.loc-blog-newsletterInput{flex:1;padding:.85rem 1.25rem;border-radius:50px;border:none;font-size:.9rem;outline:none;background:#fff;color:#0f172a}.loc-blog-newsletterBtn{padding:.85rem 1.5rem;border-radius:50px;background:#0f172a;color:#fff;font-weight:700;font-size:.9rem;white-space:nowrap;transition:all .2s ease}.loc-blog-newsletterBtn:hover{background:#1e293b;transform:translateY(-2px)}.loc-blog-progressBarTrack{position:fixed;top:72px;left:0;right:0;height:4px;background:transparent;z-index:99}.loc-blog-progressBarFill{height:100%;background:linear-gradient(90deg,#0ea5e9,#00bcd4);transition:width .1s linear}.loc-blog-articleHeader{padding:7.5rem 0 3.5rem;background:linear-gradient(180deg,#dcf4fd,#fff);border-bottom:1px solid #e2e8f0}.loc-blog-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#64748b;margin-bottom:1.25rem}.loc-blog-breadcrumbs a:hover{color:#00bcd4}.loc-blog-breadcrumbDivider{color:#cbd5e1}.loc-blog-breadcrumbCurrent{color:#0284c7;font-weight:600}.loc-blog-headerBadge{display:inline-block;background:#e0f2fe;color:#0369a1;padding:.3rem .85rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.loc-blog-articleTitle{font-size:2.75rem;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.03em;max-width:900px;margin-bottom:1.25rem}.loc-blog-articleExcerpt{font-size:1.2rem;color:#475569;max-width:820px;line-height:1.6;margin-bottom:2rem}.loc-blog-articleMetaRow{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.loc-blog-authorGroup{display:flex;align-items:center;gap:.75rem}.loc-blog-authorGroup .loc-blog-authorName{color:#0f172a}.loc-blog-metaDivider{width:1px;height:32px;background:#cbd5e1}.loc-blog-dateGroup{display:flex;flex-direction:column;gap:.2rem}.loc-blog-metaDate{font-size:.85rem;font-weight:600;color:#334155}.loc-blog-metaReadTime{font-size:.75rem;color:#64748b;display:flex;align-items:center;gap:.3rem}.loc-blog-shareGroup{margin-left:auto}.loc-blog-shareBtn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #cbd5e1;padding:.5rem 1.1rem;border-radius:50px;font-size:.8rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #00000008}.loc-blog-shareBtn:hover{border-color:#00bcd4;color:#00bcd4;box-shadow:0 4px 12px #00bcd426}.loc-blog-layoutContainer{padding-top:3.5rem;padding-bottom:5rem}.loc-blog-contentLayout{display:grid;grid-template-columns:280px 1fr;gap:3.5rem;align-items:start}.loc-blog-stickySidebar{position:sticky;top:96px;display:flex;flex-direction:column;gap:1.75rem}.loc-blog-tocBox{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #00000005}.loc-blog-tocTitle{font-size:.75rem;font-weight:800;text-transform:uppercase;color:#94a3b8;letter-spacing:.08em;margin-bottom:1rem}.loc-blog-tocList{display:flex;flex-direction:column;gap:.65rem}.loc-blog-tocLink{font-size:.85rem;color:#475569;line-height:1.4;padding-left:.75rem;border-left:2px solid transparent;transition:all .2s ease}.loc-blog-tocLink:hover{color:#00bcd4;border-left-color:#00bcd4;padding-left:1rem}.loc-blog-sidebarPromo{background:linear-gradient(135deg,#092635,#1a3644);border-radius:16px;padding:1.5rem;color:#fff;box-shadow:0 8px 20px #00000014}.loc-blog-promoBadge{font-size:.7rem;font-weight:700;color:#38bdf8;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem}.loc-blog-promoTitle{font-size:1rem;font-weight:700;line-height:1.35;margin-bottom:.5rem}.loc-blog-promoDesc{font-size:.8rem;color:#94a3b8;line-height:1.5;margin-bottom:1rem}.loc-blog-promoBtn{display:block;text-align:center;background:#00bcd4;color:#fff;padding:.6rem 1rem;border-radius:8px;font-size:.8rem;font-weight:700;transition:background .2s ease}.loc-blog-promoBtn:hover{background:#0ea5e9}.loc-blog-articleMain{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3.5rem;box-shadow:0 4px 20px #00000005}.loc-blog-prose{color:#334155;font-size:1.05rem;line-height:1.8}.loc-blog-prose h2{font-size:1.75rem;font-weight:800;color:#0f172a;margin-top:2.75rem;margin-bottom:1rem;letter-spacing:-.02em;scroll-margin-top:100px}.loc-blog-prose h3{font-size:1.35rem;font-weight:700;color:#0f172a;margin-top:2rem;margin-bottom:.75rem;scroll-margin-top:100px}.loc-blog-prose p{margin-bottom:1.5rem}.loc-blog-prose strong{color:#0f172a;font-weight:600}.loc-blog-prose ul,.loc-blog-prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.loc-blog-prose li{margin-bottom:.5rem}.loc-blog-callout{background:#f0fdfa;border-left:4px solid #00bcd4;padding:1.5rem 1.75rem;border-radius:0 16px 16px 0;margin:2rem 0}.loc-blog-calloutTitle{font-weight:700;font-size:.95rem;color:#092635;display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.loc-blog-callout ul{margin-bottom:0;padding-left:1.25rem;font-size:.95rem;color:#134e4a}.loc-blog-quote{margin:2.5rem 0;padding:1.5rem 2rem;background:#f8fafc;border-left:4px solid #00bcd4;border-radius:0 16px 16px 0;font-style:italic;font-size:1.15rem;color:#1e293b;font-weight:500;line-height:1.6}.loc-blog-tableWrapper{overflow-x:auto;margin:2rem 0;border:1px solid #e2e8f0;border-radius:12px}.loc-blog-table{width:100%;border-collapse:collapse;font-size:.9rem;text-align:left}.loc-blog-table th{background:#f8fafc;padding:.9rem 1.25rem;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0;text-transform:uppercase;font-size:.75rem;letter-spacing:.05em}.loc-blog-table td{padding:1rem 1.25rem;border-bottom:1px solid #f1f5f9;color:#334155}.loc-blog-table tr:last-child td{border-bottom:none}.loc-blog-table tr:hover td{background:#f8fbff}.text-success{color:#059669;font-weight:600}.loc-blog-authorBioBox{display:flex;align-items:center;gap:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;margin-top:3.5rem}.loc-blog-authorBioAvatar{width:64px;height:64px;border-radius:50%;background:#00bcd4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;flex-shrink:0;box-shadow:0 4px 12px #00bcd440}.loc-blog-authorBioName{font-size:1.1rem;font-weight:700;color:#0f172a}.loc-blog-authorBioRole{font-size:.8rem;color:#00bcd4;font-weight:600;margin-bottom:.5rem}.loc-blog-authorBioDesc{font-size:.875rem;color:#64748b;line-height:1.6;margin-bottom:0}.loc-blog-bottomActions{display:flex;align-items:center;justify-content:space-between;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.loc-blog-backBtn{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:700;color:#00bcd4;transition:transform .2s ease}.loc-blog-backBtn:hover{transform:translate(-4px);color:#0284c7}.loc-blog-relatedSection{margin-top:5rem}@media(max-width:1024px){.loc-blog-featuredCard{grid-template-columns:1fr}.loc-blog-featuredGraphic{display:none}.loc-blog-contentLayout{grid-template-columns:1fr;gap:2rem}.loc-blog-sidebar{display:none}.loc-blog-articleMain{padding:2.5rem}}@media(max-width:768px){.loc-blog-hero{padding:6.5rem 1rem 3rem}.loc-blog-heroTitle{font-size:2rem}.loc-blog-heroSubtitle{font-size:.95rem}.loc-blog-featuredBody{padding:2rem 1.5rem}.loc-blog-featuredTitle{font-size:1.4rem}.loc-blog-articleHeader{padding:6.5rem 1rem 2.5rem}.loc-blog-articleTitle{font-size:1.85rem}.loc-blog-articleExcerpt{font-size:1rem}.loc-blog-articleMain{padding:1.5rem;border-radius:16px}.loc-blog-newsletter{flex-direction:column;padding:2rem 1.5rem;text-align:center}.loc-blog-newsletterForm{flex-direction:column}.loc-blog-newsletterBtn{width:100%}.loc-blog-authorBioBox{flex-direction:column;text-align:center}.loc-blog-grid{grid-template-columns:1fr}}.loc-dashblog-container{padding:2rem 2.5rem;max-width:1440px;margin:0 auto;width:100%;box-sizing:border-box}.loc-dashblog-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1.25rem}.loc-dashblog-title{font-size:1.85rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin-bottom:.25rem;text-wrap:balance}.loc-dashblog-subtitle{font-size:.95rem;color:#64748b;text-wrap:pretty}.loc-dashblog-headerActions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.loc-dashblog-btnPrimary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#0ea5e9,#00bcd4);color:#fff;padding:.65rem 1.25rem;border-radius:10px;font-weight:600;font-size:.875rem;box-shadow:0 4px 12px #0ea5e940;transition:all .2s ease;cursor:pointer;text-decoration:none;border:1px solid transparent}.loc-dashblog-btnPrimary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0ea5e959;color:#fff}.loc-dashblog-btnSecondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#475569;border:1px solid #cbd5e1;padding:.65rem 1.1rem;border-radius:10px;font-weight:600;font-size:.875rem;transition:all .2s ease;cursor:pointer;text-decoration:none}.loc-dashblog-btnSecondary:hover{background:#f8fafc;color:#0f172a;border-color:#94a3b8}.loc-dashblog-alertSuccess{display:flex;align-items:center;gap:.75rem;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:1rem 1.25rem;border-radius:12px;margin-bottom:2rem;font-size:.9rem;font-weight:500}.loc-dashblog-alertError{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem 1.25rem;border-radius:12px;margin-bottom:2rem;font-size:.9rem}.loc-dashblog-statsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.25rem;margin-bottom:2rem}.loc-dashblog-statCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 2px 6px #00000005;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.loc-dashblog-statCard:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000000a;border-color:#cbd5e1}.loc-dashblog-statIcon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-dashblog-statIcon.total{background:#eff6ff;color:#2563eb}.loc-dashblog-statIcon.published{background:#ecfdf5;color:#059669}.loc-dashblog-statIcon.drafts{background:#fffbeb;color:#d97706}.loc-dashblog-statIcon.views{background:#f5f3ff;color:#7c3aed}.loc-dashblog-statLabel{font-size:.8rem;color:#64748b;font-weight:500}.loc-dashblog-statVal{font-size:1.5rem;font-weight:800;color:#0f172a;line-height:1.2}.loc-dash-banner{background:linear-gradient(135deg,#0b132b,#1c2541 60%,#0f3057);color:#fff;padding:2rem 2.25rem;border-radius:20px;border:1px solid rgba(0,188,212,.25);box-shadow:0 10px 25px #0b132b1f;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.loc-dash-bannerContent{max-width:680px}.loc-dash-bannerBadge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#38bdf8;display:inline-block;margin-bottom:.35rem}.loc-dash-bannerTitle{font-size:1.35rem;font-weight:800;color:#fff;margin-bottom:.35rem;line-height:1.3}.loc-dash-bannerDesc{font-size:.875rem;color:#94a3b8;line-height:1.5}.loc-dash-bannerActions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.loc-dash-bannerBtnPrimary{display:inline-flex;align-items:center;gap:.5rem;background:#00bcd4;color:#fff;padding:.65rem 1.25rem;border-radius:10px;font-weight:600;font-size:.875rem;box-shadow:0 4px 12px #00bcd44d;transition:all .2s ease;text-decoration:none}.loc-dash-bannerBtnPrimary:hover{background:#0ea5e9;transform:translateY(-1px);color:#fff}.loc-dash-bannerBtnSecondary{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.2);padding:.65rem 1.15rem;border-radius:10px;font-weight:600;font-size:.875rem;transition:all .2s ease;text-decoration:none}.loc-dash-bannerBtnSecondary:hover{background:#fff3;color:#fff}.loc-dash-bannerBtnGhost{display:inline-flex;align-items:center;gap:.5rem;color:#38bdf8;border:1px solid rgba(56,189,248,.35);padding:.65rem 1.15rem;border-radius:10px;font-weight:600;font-size:.875rem;transition:all .2s ease;text-decoration:none}.loc-dash-bannerBtnGhost:hover{background:#38bdf81a;color:#fff}.loc-dash-overviewGrid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;width:100%}.loc-dash-cardHeader{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f1f5f9}.loc-dash-cardTitleGroup{display:flex;flex-direction:column}.loc-dash-cardTitle{font-size:1rem;font-weight:700;color:#0f172a}.loc-dash-cardSub{font-size:.75rem;color:#64748b;margin-top:.15rem}.loc-dash-cardLink{font-size:.8rem;font-weight:700;color:#0284c7;transition:color .2s ease;text-decoration:none}.loc-dash-cardLink:hover{color:#00bcd4;text-decoration:underline}.loc-dash-itemList{display:flex;flex-direction:column;gap:.75rem}.loc-dash-itemRow{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1rem;border-radius:12px;background:#f8fafc;border:1px solid #f1f5f9;transition:all .2s ease}.loc-dash-itemRow:hover{background:#f1f5f9;border-color:#e2e8f0}.loc-dash-itemRow.unread{background:#f0f9ff;border-color:#bae6fd}.loc-dash-itemMain{min-width:0;padding-right:.75rem;flex:1}.loc-dash-itemTitle{font-size:.875rem;font-weight:700;color:#0f172a;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.loc-dash-itemTitle:hover{color:#0284c7}.loc-dash-itemMeta{display:flex;align-items:center;gap:.5rem;margin-top:.25rem;font-size:.75rem;color:#64748b;flex-wrap:wrap}.loc-dash-unreadDot{display:inline-block;width:7px;height:7px;border-radius:50%;background-color:#0284c7;margin-left:.35rem;box-shadow:0 0 6px #0284c799}.loc-dash-emptyState{text-align:center;padding:2rem 1rem;color:#64748b;font-size:.85rem}.loc-dashblog-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 4px 15px #00000005}.loc-dashblog-filterBar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.loc-dashblog-searchWrapper{position:relative;flex:1;min-width:280px}.loc-dashblog-searchIcon{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.loc-dashblog-searchInput{width:100%;padding:.65rem 1rem .65rem 2.4rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.875rem;color:#0f172a;outline:none;background:#fff;transition:all .2s ease}.loc-dashblog-searchInput:focus{border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd426}.loc-dashblog-filterGroup{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.loc-dashblog-select{padding:.65rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.875rem;background:#fff;color:#334155;outline:none;cursor:pointer}.loc-dashblog-select:focus{border-color:#00bcd4}.loc-dashblog-resetFilterBtn{font-size:.8rem;color:#ef4444;font-weight:600;padding:.4rem .6rem;text-decoration:none}.loc-dashblog-tableWrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px}.loc-dashblog-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.loc-dashblog-table th{padding:.85rem 1rem;background:#f8fafc;color:#475569;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.loc-dashblog-table td{padding:1rem;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.loc-dashblog-table tr:last-child td{border-bottom:none}.loc-dashblog-table tr:hover td{background:#f8fbff}.loc-dashblog-table tr.unread td{background:#f0f9ff}.loc-dashblog-articleCell{max-width:320px}.loc-dashblog-tableTitle{font-weight:700;color:#0f172a;line-height:1.35;display:block;margin-bottom:.2rem;transition:color .2s ease;text-decoration:none}.loc-dashblog-tableTitle:hover{color:#0284c7}.loc-dashblog-tableSlug{font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.loc-dashblog-badge{display:inline-block;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}.loc-dashblog-authorCell{display:flex;align-items:center;gap:.5rem}.loc-dashblog-authorInitial{width:28px;height:28px;border-radius:50%;background:#e0f2fe;color:#0369a1;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.loc-dashblog-authorText{font-size:.8rem;color:#1e293b;font-weight:500}.loc-dashblog-statusBtn{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .7rem;border-radius:50px;font-size:.75rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.loc-dashblog-statusBtn.published{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.loc-dashblog-statusBtn.draft{background:#fef3c7;color:#b45309;border-color:#fde68a}.loc-dashblog-statusBtn .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.loc-dashblog-starBtn{background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;transition:transform .2s ease}.loc-dashblog-starBtn:hover{transform:scale(1.15)}.loc-dashblog-viewsCount{font-weight:600;color:#475569;font-size:.85rem}.loc-dashblog-dateCell{font-size:.8rem;color:#64748b;white-space:nowrap}.loc-dashblog-rowActions{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.loc-dashblog-actionIcon{width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;transition:all .2s ease;cursor:pointer;text-decoration:none}.loc-dashblog-actionIcon:hover{background:#e0f2fe;color:#0284c7;border-color:#bae6fd}.loc-dashblog-actionIcon.edit:hover{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.loc-dashblog-actionIcon.delete:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.loc-dashblog-emptyState{padding:3rem 1rem;text-align:center;color:#64748b}.loc-dashblog-emptyState h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin-top:.75rem;margin-bottom:.25rem}.loc-dashblog-paginationWrapper{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.loc-dashblog-formBreadcrumb a{font-size:.8rem;color:#00bcd4;font-weight:600;margin-bottom:.25rem;display:inline-block;text-decoration:none}.loc-dashblog-tabBtn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;background:#fff;border:1px solid #cbd5e1;color:#475569;cursor:pointer;transition:all .2s ease}.loc-dashblog-tabActive{background:#00bcd4!important;color:#fff!important;border-color:#00bcd4!important}.loc-dashblog-formLayout{display:grid;grid-template-columns:1fr 340px;gap:1.75rem;align-items:start}.loc-dashblog-editorCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 15px #00000005}.loc-dashblog-formGroup{margin-bottom:1.5rem}.loc-dashblog-label{display:block;font-size:.85rem;font-weight:700;color:#1e293b;margin-bottom:.4rem}.loc-dashblog-input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.9rem;color:#0f172a;outline:none;background:#fff;box-sizing:border-box}.loc-dashblog-input:focus,.loc-dashblog-textarea:focus{border-color:#00bcd4;box-shadow:0 0 0 3px #00bcd426}.loc-dashblog-input.titleInput{font-size:1.2rem;font-weight:700}.loc-dashblog-slugInputGroup{display:flex;align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;overflow:hidden}.loc-dashblog-slugPrefix{padding:.75rem .5rem .75rem 1rem;font-size:.8rem;color:#64748b;background:#f1f5f9;border-right:1px solid #cbd5e1;white-space:nowrap}.loc-dashblog-slugInputGroup .slugInput{border:none;background:transparent;padding:.75rem}.loc-dashblog-textarea{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.9rem;color:#0f172a;outline:none;font-family:inherit;box-sizing:border-box}.loc-dashblog-textarea.codeArea{font-family:Menlo,Monaco,Courier New,monospace;font-size:.85rem;line-height:1.6}.loc-dashblog-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;background:#f8fafc;border:1px solid #e2e8f0;padding:.5rem;border-radius:10px 10px 0 0;margin-bottom:-1px}.loc-dashblog-toolbarLabel{font-size:.7rem;font-weight:700;text-transform:uppercase;color:#94a3b8;margin-right:.25rem}.loc-dashblog-toolBtn{padding:.3rem .6rem;background:#fff;border:1px solid #cbd5e1;border-radius:6px;font-size:.75rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease}.loc-dashblog-toolBtn:hover{background:#e0f2fe;color:#0284c7;border-color:#bae6fd}.loc-dashblog-toolBtn.callout{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.loc-dashblog-toolBtn.table{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.loc-dashblog-previewCard{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000000a}.loc-dashblog-previewHeader{background:#0f172a;color:#fff;padding:.75rem 1.25rem;display:flex;justify-content:space-between;align-items:center}.loc-dashblog-previewTag{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#38bdf8}.loc-dashblog-cardHeading{font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:.25rem}.loc-dashblog-cardSub{font-size:.8rem;color:#64748b;margin-bottom:1.25rem}.loc-dashblog-formGrid{display:grid;grid-template-columns:1fr;gap:1rem}.loc-dashblog-statusToggleBox{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.loc-dashblog-toggleLabel{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.loc-dashblog-checkbox{width:18px;height:18px;margin-top:2px;accent-color:#00bcd4;cursor:pointer}.loc-dashblog-btnSubmit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:linear-gradient(135deg,#0ea5e9,#00bcd4);color:#fff;padding:.85rem;border-radius:10px;font-weight:700;font-size:.95rem;box-shadow:0 4px 12px #0ea5e940;transition:all .2s ease;cursor:pointer;border:none}.loc-dashblog-btnSubmit:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0ea5e959}.loc-dashblog-btnCancel{display:block;text-align:center;padding:.65rem;font-size:.85rem;font-weight:600;color:#64748b;transition:color .2s ease;text-decoration:none}.loc-dashblog-btnCancel:hover{color:#0f172a}@media(max-width:1024px){.loc-dashblog-container{padding:1.5rem}.loc-dashblog-formLayout{grid-template-columns:1fr}}@media(max-width:768px){.loc-dashblog-container{padding:1.25rem 1rem}.loc-dash-banner{padding:1.5rem}.loc-dash-bannerTitle{font-size:1.2rem}}.flex{display:flex}.inline-flex{display:inline-flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:768px){.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.space-y-1>:not([hidden])~:not([hidden]){margin-top:.25rem}.space-y-2>:not([hidden])~:not([hidden]){margin-top:.5rem}.space-y-3>:not([hidden])~:not([hidden]){margin-top:.75rem}.space-y-4>:not([hidden])~:not([hidden]){margin-top:1rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pt-4{padding-top:1rem}.pr-3{padding-right:.75rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.ml-1{margin-left:.25rem}.w-full{width:100%}.min-w-0{min-width:0}.block{display:block}.inline-block{display:inline-block}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-all{word-break:break-all}.whitespace-pre-wrap{white-space:pre-wrap}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.text-white{color:#fff}.text-slate-300{color:#cbd5e1}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-slate-600{color:#475569}.text-slate-700{color:#334155}.text-slate-800{color:#1e293b}.text-slate-900{color:#0f172a}.text-sky-400{color:#38bdf8}.text-sky-500{color:#0ea5e9}.text-sky-600{color:#0284c7}.text-amber-600{color:#d97706}.text-amber-700{color:#b45309}.text-emerald-600{color:#059669}.text-emerald-700{color:#047857}.text-rose-500{color:#f43f5e}.text-rose-600{color:#e11d48}.bg-white{background-color:#fff}.bg-slate-50{background-color:#f8fafc}.bg-slate-100{background-color:#f1f5f9}.bg-sky-50{background-color:#f0f9ff}.bg-sky-500{background-color:#0ea5e9}.bg-emerald-50{background-color:#ecfdf5}.bg-amber-50{background-color:#fffbeb}.bg-rose-50{background-color:#fff1f2}.border{border-width:1px;border-style:solid}.border-b{border-bottom-width:1px;border-bottom-style:solid}.border-t{border-top-width:1px;border-top-style:solid}.border-slate-100{border-color:#f1f5f9}.border-slate-200{border-color:#e2e8f0}.border-sky-100{border-color:#e0f2fe}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:underline:hover{text-decoration:underline}.hover\:text-sky-600:hover{color:#0284c7}.loc-dashmodal-root{position:relative;z-index:9999}.loc-dashmodal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.25rem;background-color:#0f172a8c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.loc-dashmodal-card{position:relative;width:100%;max-width:480px;background-color:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #00000014;overflow:hidden;display:flex;flex-direction:column}.loc-dashmodal-closeBtn{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;color:#94a3b8;background:transparent;border:none;cursor:pointer;transition:all .15s ease}.loc-dashmodal-closeBtn:hover{color:#0f172a;background-color:#f1f5f9}.loc-dashmodal-header{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem .5rem}.loc-dashmodal-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-dashmodal-icon.danger{background-color:#fee2e2;color:#dc2626}.loc-dashmodal-icon.warning{background-color:#fef3c7;color:#d97706}.loc-dashmodal-icon.error{background-color:#fee2e2;color:#ef4444}.loc-dashmodal-icon.info{background-color:#e0f2fe;color:#0284c7}.loc-dashmodal-icon.success{background-color:#dcfce7;color:#16a34a}.loc-dashmodal-headerText{flex:1;min-width:0;padding-right:1.5rem}.loc-dashmodal-title{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 .35rem;line-height:1.35}.loc-dashmodal-message{font-size:.9rem;color:#64748b;line-height:1.5;margin:0}.loc-dashmodal-itemBox{margin:.85rem 1.5rem 0;padding:.75rem 1rem;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem;word-break:break-word}.loc-dashmodal-warningNote{margin:.75rem 1.5rem 0;font-size:.8rem;color:#e11d48;display:flex;align-items:center;gap:.375rem;font-weight:500}.loc-dashmodal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background-color:#f8fafc;border-top:1px solid #f1f5f9;margin-top:1.25rem}.loc-dashmodal-btnCancel{padding:.6rem 1.15rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#475569;background-color:#fff;border:1px solid #cbd5e1;cursor:pointer;transition:all .15s ease}.loc-dashmodal-btnCancel:hover:not(:disabled){background-color:#f1f5f9;color:#0f172a;border-color:#94a3b8}.loc-dashmodal-btnDanger{padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;background-color:#dc2626;border:1px solid #dc2626;cursor:pointer;box-shadow:0 1px 2px #dc262633;transition:all .15s ease;display:inline-flex;align-items:center;gap:.5rem}.loc-dashmodal-btnDanger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.loc-dashmodal-btnDanger:disabled,.loc-dashmodal-btnCancel:disabled,.loc-dashmodal-btnPrimary:disabled{opacity:.6;cursor:not-allowed}.loc-dashmodal-btnPrimary{padding:.6rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#fff;background-color:#0ea5e9;border:1px solid #0ea5e9;cursor:pointer;box-shadow:0 1px 2px #0ea5e933;transition:all .15s ease;display:inline-flex;align-items:center;gap:.5rem}.loc-dashmodal-btnPrimary:hover:not(:disabled){background-color:#0284c7;border-color:#0284c7}.loc-dashmodal-spinner{animation:loc-dashmodal-spin 1s linear infinite}@keyframes loc-dashmodal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loc-dashmodal-fadeEnter{transition:opacity .2s ease-out}.loc-dashmodal-fadeEnterStart{opacity:0}.loc-dashmodal-fadeEnterEnd{opacity:1}.loc-dashmodal-fadeLeave{transition:opacity .15s ease-in}.loc-dashmodal-fadeLeaveStart{opacity:1}.loc-dashmodal-fadeLeaveEnd{opacity:0}.loc-dashmodal-scaleEnter{transition:all .2s cubic-bezier(.16,1,.3,1)}.loc-dashmodal-scaleEnterStart{opacity:0;transform:scale(.95) translateY(8px)}.loc-dashmodal-scaleEnterEnd{opacity:1;transform:scale(1) translateY(0)}.loc-dashmodal-scaleLeave{transition:all .15s ease-in}.loc-dashmodal-scaleLeaveStart{opacity:1;transform:scale(1) translateY(0)}.loc-dashmodal-scaleLeaveEnd{opacity:0;transform:scale(.95) translateY(8px)}.loc-fpage-wrapper{background-color:#f8fafc;color:#0f172a;overflow-x:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;padding-bottom:4rem}.loc-fpage-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#64748b;margin-bottom:2rem;font-weight:500}.loc-fpage-breadcrumbs a{color:#64748b;transition:color .2s ease}.loc-fpage-breadcrumbs a:hover{color:#0ea5e9}.loc-fpage-crumb-sep{color:#cbd5e1}.loc-fpage-crumb-current{color:#0284c7;font-weight:600}.loc-fpage-hero{position:relative;padding:7rem 0 5rem;background:radial-gradient(circle at 50% -20%,#0ea5e91f,#f8fafc00 70%),#fff;border-bottom:1px solid #e2e8f0}.loc-fpage-hero-glow{position:absolute;top:0;left:50%;transform:translate(-50%);width:800px;height:350px;background:radial-gradient(ellipse at center,rgba(14,165,233,.15),transparent 70%);pointer-events:none;z-index:0}.loc-fpage-hero-container{position:relative;z-index:1}.loc-fpage-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:3.5rem;align-items:center}.loc-fpage-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:100px;font-size:.78rem;font-weight:700;letter-spacing:.06em;color:#0284c7;margin-bottom:1.25rem}.loc-fpage-badge-dot{width:7px;height:7px;border-radius:50%;background-color:#0ea5e9;box-shadow:0 0 8px #0ea5e9;animation:loc-pulse-dot 2s infinite ease-in-out}@keyframes loc-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.loc-fpage-hero-title{font-size:2.75rem;font-weight:800;line-height:1.15;color:#0f172a;letter-spacing:-.025em;margin-bottom:1.25rem}.loc-fpage-hero-subtitle{font-size:1.125rem;line-height:1.6;color:#475569;margin-bottom:1.75rem;max-width:580px}.loc-fpage-hero-highlights{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.25rem;margin-bottom:2rem}.loc-fpage-highlight-item{display:flex;align-items:center;gap:.6rem;font-size:.9rem;font-weight:600;color:#334155}.loc-fpage-check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#16a34a;flex-shrink:0}.loc-fpage-hero-actions{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.loc-fpage-btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;border-radius:12px}.loc-fpage-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:12px;transition:all .2s ease}.loc-fpage-btn-secondary:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.loc-fpage-hero-trust{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:#64748b;font-weight:500}.loc-fpage-trust-star{color:#f59e0b;letter-spacing:2px;font-size:.9rem}.loc-fpage-hero-visual{position:relative}.loc-fpage-mockup-frame{position:relative;background:#fff;border-radius:20px;padding:.75rem;box-shadow:0 25px 50px -12px #0ea5e92e,0 0 0 1px #e2e8f0cc;overflow:visible;transition:transform .3s ease}.loc-fpage-mockup-frame:hover{transform:translateY(-4px)}.loc-fpage-mockup-img{width:100%;height:auto;border-radius:14px;display:block;box-shadow:0 4px 12px #0000000f}.loc-fpage-floating-card{position:absolute;bottom:-24px;left:-24px;background:#fff;padding:1rem 1.25rem;border-radius:16px;box-shadow:0 15px 30px #0000001f,0 0 0 1px #e2e8f0;display:flex;align-items:center;gap:.9rem;z-index:10;animation:loc-float-slow 4s ease-in-out infinite}@keyframes loc-float-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.loc-fpage-floating-icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.loc-fpage-floating-text{display:flex;flex-direction:column}.loc-fpage-floating-val{font-size:1.15rem;font-weight:800;color:#0f172a;line-height:1.1}.loc-fpage-floating-label{font-size:.78rem;font-weight:700;color:#0284c7;text-transform:uppercase;letter-spacing:.04em}.loc-fpage-floating-sub{font-size:.72rem;color:#64748b}.loc-fpage-section-header{text-align:center;max-width:680px;margin:0 auto 3.5rem}.loc-fpage-section-pill{display:inline-block;padding:.35rem .85rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:100px;font-size:.75rem;font-weight:700;letter-spacing:.06em;color:#0284c7;margin-bottom:.85rem}.loc-fpage-section-heading{font-size:2.15rem;font-weight:800;color:#0f172a;line-height:1.25;letter-spacing:-.02em;margin-bottom:.85rem}.loc-fpage-section-desc{font-size:1.05rem;line-height:1.6;color:#64748b}.loc-fpage-comparison-section{padding:6rem 0 4rem;background:#f8fafc}.loc-fpage-comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.loc-fpage-compare-card{padding:2.25rem;border-radius:20px;border:1px solid #e2e8f0;background:#fff;box-shadow:var(--shadow-sm);transition:all .25s ease}.loc-fpage-compare-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.loc-fpage-compare-old{background:#fff;border-color:#fee2e2}.loc-fpage-compare-new{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:#bbf7d0;box-shadow:0 10px 25px -5px #22c55e14}.loc-fpage-compare-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .75rem;border-radius:6px;font-size:.72rem;font-weight:800;letter-spacing:.06em;margin-bottom:1rem}.loc-fpage-badge-red{background:#fee2e2;color:#b91c1c}.loc-fpage-badge-green{background:#dcfce7;color:#15803d}.loc-fpage-compare-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:1.25rem}.loc-fpage-compare-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.loc-fpage-compare-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;line-height:1.5;color:#475569}.loc-fpage-x-icon{color:#dc2626;font-weight:700;font-size:.9rem;flex-shrink:0;margin-top:2px}.loc-fpage-check-icon-green{color:#16a34a;font-weight:700;font-size:.95rem;flex-shrink:0;margin-top:1px}.loc-fpage-pillars-section{padding:5rem 0 6rem;background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.loc-fpage-pillars-list{display:flex;flex-direction:column;gap:5.5rem}.loc-fpage-pillar-row{display:grid;grid-template-columns:1fr 1.15fr;gap:4rem;align-items:center}.loc-fpage-pillar-reversed{grid-template-columns:1.15fr 1fr}.loc-fpage-pillar-reversed .loc-fpage-pillar-content{order:2}.loc-fpage-pillar-reversed .loc-fpage-pillar-media{order:1}.loc-fpage-pillar-badge{display:inline-block;font-size:.75rem;font-weight:800;letter-spacing:.06em;color:#0284c7;text-transform:uppercase;margin-bottom:.6rem}.loc-fpage-pillar-title{font-size:1.85rem;font-weight:800;color:#0f172a;line-height:1.25;letter-spacing:-.02em;margin-bottom:1rem}.loc-fpage-pillar-desc{font-size:1.025rem;line-height:1.6;color:#475569;margin-bottom:1.5rem}.loc-fpage-pillar-bullets{list-style:none;display:flex;flex-direction:column;gap:.75rem}.loc-fpage-pillar-bullets li{display:flex;align-items:flex-start;gap:.65rem;font-size:.92rem;color:#334155;line-height:1.5}.loc-fpage-bullet-dot{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#e0f2fe;color:#0284c7;flex-shrink:0;margin-top:2px}.loc-fpage-media-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px -10px #0f172a14;transition:transform .25s ease,box-shadow .25s ease}.loc-fpage-media-card:hover{transform:translateY(-3px);box-shadow:0 25px 45px -10px #0f172a1f}.loc-fpage-media-card.loc-fpage-media-compact{max-width:560px;width:100%;margin-left:auto;margin-right:auto}.loc-fpage-media-window-bar{display:flex;align-items:center;padding:.65rem 1rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0;gap:.4rem}.loc-fpage-win-dot{width:10px;height:10px;border-radius:50%}.loc-fpage-win-red{background-color:#f87171}.loc-fpage-win-yellow{background-color:#fbbf24}.loc-fpage-win-green{background-color:#34d399}.loc-fpage-win-title{margin-left:.6rem;font-size:.72rem;font-weight:600;color:#64748b}.loc-fpage-media-img-holder{padding:.5rem;background:#fff}.loc-fpage-pillar-img{width:100%;height:auto;border-radius:10px;display:block}.loc-fpage-workflow-section{padding:6rem 0;background:#f8fafc}.loc-fpage-workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.loc-fpage-workflow-card{background:#fff;padding:2.25rem 2rem;border-radius:20px;border:1px solid #e2e8f0;position:relative;box-shadow:var(--shadow-sm);transition:all .25s ease}.loc-fpage-workflow-card:hover{transform:translateY(-4px);border-color:#bae6fd;box-shadow:var(--shadow-md)}.loc-fpage-wf-step-num{font-size:2.25rem;font-weight:900;color:#0ea5e9;line-height:1;margin-bottom:1rem;letter-spacing:-.04em;opacity:.85}.loc-fpage-wf-title{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:.6rem}.loc-fpage-wf-desc{font-size:.92rem;line-height:1.55;color:#64748b}.loc-fpage-roi-section{padding:2rem 0 5rem}.loc-fpage-roi-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:28px;padding:4rem 3rem;color:#fff;box-shadow:0 25px 50px -12px #0f172a59}.loc-fpage-roi-header{margin-bottom:3rem}.loc-fpage-roi-header .loc-fpage-section-heading{color:#fff}.loc-fpage-pill-dark{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#38bdf8}.loc-fpage-roi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.loc-fpage-roi-item{text-align:center;padding:1.5rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:18px}.loc-fpage-roi-metric{font-size:2.75rem;font-weight:900;color:#38bdf8;display:block;line-height:1.1;margin-bottom:.4rem;letter-spacing:-.03em}.loc-fpage-roi-label{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.loc-fpage-roi-desc{font-size:.82rem;color:#94a3b8;line-height:1.45}.loc-fpage-testimonial-section{padding:2rem 0 5rem}.loc-fpage-testimonial-container{max-width:900px}.loc-fpage-testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3.5rem 3rem;box-shadow:0 15px 35px -5px #0000000f;position:relative;text-align:center}.loc-fpage-quote-icon{font-size:4.5rem;line-height:1;color:#0ea5e9;font-family:Georgia,serif;margin-bottom:-1rem;opacity:.4}.loc-fpage-testimonial-quote{font-size:1.25rem;line-height:1.65;color:#1e293b;font-weight:500;font-style:italic;margin-bottom:2rem}.loc-fpage-testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.loc-fpage-author-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff;font-weight:700;font-size:1.15rem;display:flex;align-items:center;justify-content:center}.loc-fpage-author-meta{text-align:left}.loc-fpage-author-name{display:block;font-weight:700;color:#0f172a;font-size:1rem}.loc-fpage-author-title{display:block;font-size:.85rem;color:#64748b}.loc-fpage-faq-section{padding:4rem 0 6rem;background:#fff;border-top:1px solid #f1f5f9}.loc-fpage-faq-container{max-width:800px}.loc-fpage-faq-list{display:flex;flex-direction:column;gap:1rem}.loc-fpage-faq-item{border:1px solid #e2e8f0;border-radius:16px;background:#fff;overflow:hidden;transition:all .2s ease}.loc-fpage-faq-item:hover{border-color:#cbd5e1}.loc-fpage-faq-active{border-color:#bae6fd;box-shadow:0 4px 12px #0ea5e914}.loc-fpage-faq-question{width:100%;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:1.05rem;font-weight:700;color:#0f172a;text-align:left;background:none;cursor:pointer}.loc-fpage-faq-arrow{color:#64748b;transition:transform .2s ease;flex-shrink:0}.loc-fpage-faq-active .loc-fpage-faq-arrow{transform:rotate(180deg);color:#0ea5e9}.loc-fpage-faq-answer{padding:0 1.5rem 1.25rem;color:#475569;font-size:.95rem;line-height:1.6}.loc-fpage-related-section{padding:5rem 0 6rem;background:#f8fafc}.loc-fpage-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}.loc-fpage-related-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;display:flex;flex-direction:column;transition:all .25s ease;text-decoration:none;color:inherit}.loc-fpage-related-card:hover{transform:translateY(-4px);border-color:#bae6fd;box-shadow:var(--shadow-md)}.loc-fpage-rel-badge{font-size:.72rem;font-weight:800;letter-spacing:.06em;color:#0284c7;text-transform:uppercase;margin-bottom:.6rem}.loc-fpage-rel-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin-bottom:.6rem;line-height:1.3}.loc-fpage-rel-desc{font-size:.88rem;color:#64748b;line-height:1.55;margin-bottom:1.5rem;flex-grow:1}.loc-fpage-rel-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.88rem;font-weight:700;color:#0ea5e9;margin-top:auto}.loc-fpage-rel-link svg{transition:transform .2s ease}.loc-fpage-related-card:hover .loc-fpage-rel-link svg{transform:translate(4px)}.loc-fpage-cta-section{padding:2rem 0 3rem}.loc-fpage-cta-box{position:relative;background:linear-gradient(135deg,#0284c7,#0369a1);border-radius:28px;padding:4.5rem 3rem;text-align:center;color:#fff;overflow:hidden;box-shadow:0 20px 45px -10px #0284c766}.loc-fpage-cta-glow{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 70%);pointer-events:none}.loc-fpage-cta-content{position:relative;z-index:1;max-width:650px;margin:0 auto}.loc-fpage-cta-badge{display:inline-block;padding:.35rem .85rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:100px;font-size:.75rem;font-weight:800;letter-spacing:.08em;margin-bottom:1.25rem}.loc-fpage-cta-title{font-size:2.35rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.loc-fpage-cta-desc{font-size:1.05rem;line-height:1.6;color:#e0f2fe;margin-bottom:2rem}.loc-fpage-cta-actions{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.loc-fpage-cta-btn-main{background:#fff;color:#0284c7;display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 1.85rem;font-size:1rem;font-weight:700;border-radius:12px;box-shadow:0 10px 20px #0000001a;transition:all .2s ease}.loc-fpage-cta-btn-main:hover{background:#f8fafc;transform:translateY(-2px);color:#0369a1}.loc-fpage-cta-btn-alt{display:inline-flex;align-items:center;padding:.9rem 1.65rem;font-size:.95rem;font-weight:600;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.3);border-radius:12px;transition:all .2s ease}.loc-fpage-cta-btn-alt:hover{background:#ffffff38}@media(max-width:1024px){.loc-fpage-hero-grid{grid-template-columns:1fr;gap:3rem}.loc-fpage-hero-visual{max-width:600px;margin:0 auto}.loc-fpage-pillar-row,.loc-fpage-pillar-reversed{grid-template-columns:1fr;gap:2.5rem}.loc-fpage-pillar-reversed .loc-fpage-pillar-content{order:1}.loc-fpage-pillar-reversed .loc-fpage-pillar-media{order:2}.loc-fpage-roi-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.loc-fpage-workflow-grid{grid-template-columns:1fr;gap:1.5rem}.loc-fpage-related-grid{grid-template-columns:1fr}}@media(max-width:768px){.loc-fpage-hero{padding:6rem 0 3.5rem}.loc-fpage-hero-title{font-size:2rem}.loc-fpage-hero-subtitle{font-size:1rem}.loc-fpage-hero-highlights,.loc-fpage-comparison-grid{grid-template-columns:1fr}.loc-fpage-roi-card{padding:2.5rem 1.5rem}.loc-fpage-roi-grid{grid-template-columns:1fr}.loc-fpage-testimonial-card{padding:2.5rem 1.5rem}.loc-fpage-testimonial-quote{font-size:1.05rem}.loc-fpage-cta-box{padding:3rem 1.5rem}.loc-fpage-cta-title{font-size:1.75rem}.loc-fpage-floating-card{position:static;margin-top:1rem;animation:none}}.loc-sys-envBadge{font-size:.65rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;letter-spacing:.04em}.loc-sys-envBadge.prod{background:#dcfce7;color:#15803d}.loc-sys-envBadge.dev{background:#fef3c7;color:#92400e}.loc-sys-statSub{font-size:.8rem;color:#64748b;margin-top:.25rem}.loc-sys-code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;background:#0f172a;color:#e2e8f0;padding:.1rem .4rem;border-radius:6px}.loc-sys-truncate{display:inline-block;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.loc-sys-note{margin-top:.5rem;font-size:.8rem;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:8px;padding:.4rem .6rem}.loc-sys-progressBar{height:6px;background:#e2e8f0;border-radius:999px;margin-top:.5rem;overflow:hidden}.loc-sys-progressFill{height:100%;background:#0ea5e9;border-radius:999px}.loc-sys-miniBtn{margin-top:.5rem;font-size:.78rem;font-weight:600;color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:8px;padding:.3rem .7rem;cursor:pointer}.loc-sys-miniBtn:hover{background:#fef2f2}.loc-sys-miniBtn:disabled{opacity:.6;cursor:not-allowed}.loc-sys-alert{margin-top:1rem;border-radius:10px;padding:.7rem .9rem;font-size:.85rem;border:1px solid transparent}.loc-sys-alert.success{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.loc-sys-alert.info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.loc-sys-alert.warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.loc-sys-alert.error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.loc-sys-setupBox{margin-top:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.9rem 1rem;font-size:.85rem;color:#475569}.loc-sys-terminal{background:#0f172a;color:#e2e8f0;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;padding:1rem;max-height:450px;overflow-y:auto;white-space:pre-wrap;word-break:break-word;border:1px solid #1e293b;margin:0}.loc-sys-actionsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.loc-sys-actionCard{display:flex;flex-direction:column;gap:.4rem}.loc-sys-cmdBadge{align-self:flex-start;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:.15rem .5rem}.loc-sys-actionTitle{font-size:1rem;font-weight:700;color:#0f172a;margin:.3rem 0 0}.loc-sys-runBtn{margin-top:auto}.loc-sys-runBtn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1024px){.loc-sys-actionsGrid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.loc-sys-actionsGrid{grid-template-columns:1fr}.loc-sys-truncate{max-width:180px}}
