:root{--mara-primary: #0F3D3E;--mara-background: #F8F6F2;--mara-secondary: #E8DCCB;--mara-text: #2E2E2E;--mara-accent: #C6A86D;--mara-white: #FFFFFF}.landing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--mara-background);color:var(--mara-text);min-height:100vh;line-height:1.6}.landing-nav{position:fixed;top:0;left:0;right:0;background-color:#f8f6f2f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;border-bottom:1px solid var(--mara-secondary)}.landing-nav-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center}.logo-container{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s ease}.logo-container:hover{opacity:.8}.logo-image{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.landing-logo .logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;color:var(--mara-primary);letter-spacing:.05em}.nav-cta{background-color:var(--mara-primary);color:var(--mara-white);border:none;padding:.625rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.nav-cta:hover{background-color:#0d3536;transform:translateY(-1px)}.hamburger-button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:transparent;border:none;cursor:pointer;padding:0;color:var(--mara-primary);transition:color .2s ease}.hamburger-button:hover{color:var(--mara-accent)}.hamburger-button:focus{outline:2px solid var(--mara-accent);outline-offset:2px}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;animation:fadeIn .3s ease}.mobile-menu{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:400px;background:#fff;box-shadow:-4px 0 20px #0000001a;display:flex;flex-direction:column;z-index:1001;animation:slideIn .3s ease}@media(min-width:480px){.mobile-menu{max-width:400px}}@media(max-width:479px){.mobile-menu{width:90%;max-width:none}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #E8DCCB;flex-shrink:0;gap:1rem}.mobile-menu-header h2{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;color:#0f3d3e;margin:0;flex-shrink:0}.mobile-menu-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.mobile-menu-cta-small{background-color:#0f3d3e;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.mobile-menu-cta-small:hover{background-color:#0d3536;transform:translateY(-1px);box-shadow:0 2px 8px #0f3d3e26}.mobile-menu-cta-small:active{transform:translateY(0)}.mobile-menu-cta-small:focus{outline:2px solid #C6A86D;outline-offset:2px}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;cursor:pointer;color:#0f3d3e;border-radius:8px;transition:all .2s ease;flex-shrink:0}.mobile-menu-close:hover{background:#f8f6f2;color:#c6a86d}.mobile-menu-close:active{background:#c6a86d1a}.mobile-menu-close:focus{outline:2px solid #C6A86D;outline-offset:2px}.mobile-menu-nav{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column;gap:0;background:#fff;min-height:200px}.mobile-menu-link{display:flex;align-items:center;padding:1rem 1.25rem;color:#2e2e2e!important;text-decoration:none!important;font-size:1rem;font-weight:500;transition:all .2s ease;border-left:3px solid transparent;border-bottom:1px solid #E8DCCB;background:transparent!important;min-height:56px;box-sizing:border-box}.mobile-menu-link.active{background:#0f3d3e0d!important;color:#0f3d3e!important;border-left-color:#c6a86d;font-weight:600;position:relative}.mobile-menu-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:#c6a86d;border-radius:0 2px 2px 0}.mobile-menu-link:hover,.mobile-menu-link:focus{background:#f8f6f2cc!important;color:#0f3d3e!important;outline:none}.mobile-menu-link:active{background:#c6a86d26!important}.mobile-menu-footer{padding:1.25rem;border-top:1px solid #E8DCCB;background:#f8f6f2;flex-shrink:0;display:flex;flex-direction:column;gap:1rem}.mobile-menu-branding{text-align:center}.branding-text{font-size:.75rem;color:#6b7280;font-weight:500}.mobile-menu-social{display:flex;justify-content:center;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#6b7280;transition:all .2s ease;border-radius:8px}.social-link:hover{color:#0f3d3e;background:#0f3d3e0d;transform:translateY(-2px)}.social-link:active{transform:translateY(0)}.social-link:focus{outline:2px solid #C6A86D;outline-offset:2px}@media(min-width:768px){.hamburger-button,.mobile-menu-overlay{display:none}}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1400px;margin:0 auto;padding:8rem 2rem 4rem}.hero-content{flex:1;max-width:640px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#c6a86d1a;border:1px solid rgba(198,168,109,.3);border-radius:100px;margin-bottom:1.5rem;animation:fadeInUp .6s ease-out}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background-color:var(--mara-accent);animation:pulse 2s ease-in-out infinite}.hero-badge-text{font-size:.875rem;font-weight:500;color:var(--mara-primary)}.hero-title{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;font-weight:700;line-height:1.1;color:var(--mara-primary);margin-bottom:1.5rem;letter-spacing:-.02em;animation:fadeInUp .6s ease-out .1s backwards}.hero-accent{color:var(--mara-accent);position:relative;display:inline-block}.hero-accent:after{content:"";position:absolute;bottom:4px;left:0;right:0;height:3px;background-color:#c6a86d4d;border-radius:2px}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.7;animation:fadeInUp .6s ease-out .2s backwards}.hero-cta-group{display:flex;justify-content:flex-start;gap:1rem;margin-bottom:3rem;animation:fadeInUp .6s ease-out .3s backwards}.hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:1.125rem 2.5rem;border-radius:12px;font-size:1.0625rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.hero-cta-primary{background-color:var(--mara-primary);color:var(--mara-white);box-shadow:0 4px 14px #0f3d3e4d}.hero-cta-primary:hover{background-color:#0d3536;transform:translateY(-2px);box-shadow:0 8px 24px #0f3d3e66}.hero-cta-icon{transition:transform .3s ease}.hero-cta:hover .hero-cta-icon{transform:translate(4px)}.hero-cta-secondary{background-color:transparent;color:var(--mara-primary);border:2px solid var(--mara-primary);box-shadow:none}.hero-cta-secondary:hover{background-color:var(--mara-primary);color:var(--mara-white);transform:translateY(-2px);box-shadow:0 8px 24px #0f3d3e66}.hero-trust{display:flex;gap:2rem;animation:fadeInUp .6s ease-out .4s backwards}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#0f3d3e0d;border-radius:10px;color:var(--mara-primary)}.trust-content{display:flex;flex-direction:column}.trust-label{font-size:.75rem;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.05em}.trust-value{font-size:.9375rem;font-weight:600;color:var(--mara-primary)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-visual{flex:1;display:flex;justify-content:center;align-items:center;animation:fadeInUp .6s ease-out .5s backwards}.hero-dashboard-screenshot{width:100%;max-width:680px;position:relative;display:flex;flex-direction:column;align-items:center;animation:floatMockup 6s ease-in-out infinite}@keyframes floatMockup{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.dashboard-img{width:100%;border-radius:16px;box-shadow:0 20px 60px #0000001a,0 8px 24px #00000014}.floating-badge-check{position:absolute;top:60px;right:-16px;background-color:var(--mara-white);border-radius:12px;padding:.625rem 1rem;box-shadow:0 8px 24px #0000001f;display:flex;align-items:center;gap:.5rem;animation:badgeFloat 4s ease-in-out infinite;z-index:10}@keyframes badgeFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(2deg)}}.badge-check-icon{width:28px;height:28px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:8px;display:flex;align-items:center;justify-content:center}.badge-check-text{font-size:.875rem;font-weight:600;color:var(--mara-primary)}.powered-by{margin-top:1rem;font-size:.8125rem;color:#999;opacity:.6;font-weight:500;letter-spacing:.02em}.kenapa-section{padding:6rem 2rem;background-color:var(--mara-white)}.kenapa-container{max-width:1100px;margin:0 auto}.kenapa-header{text-align:center;margin-bottom:4rem}.kenapa-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:var(--mara-primary);margin-bottom:1rem}.kenapa-subtitle{font-size:1.125rem;color:#666;max-width:500px;margin:0 auto}.kenapa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.kenapa-card{padding:2.5rem 2rem;background-color:var(--mara-background);border-radius:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;min-height:280px}.kenapa-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.kenapa-card-icon{width:64px;height:64px;background:#c6a86d1a;border-radius:16px;color:var(--mara-accent);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;flex-shrink:0}.kenapa-card-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;color:var(--mara-primary);margin-bottom:1rem;line-height:1.3}.kenapa-card-subheading{font-size:.9375rem;color:#555;line-height:1.65}.layanan-section{padding:6rem 2rem;background-color:var(--mara-background)}.layanan-container{max-width:1200px;margin:0 auto}.layanan-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.layanan-left{display:flex;flex-direction:column;gap:2rem}.layanan-heading{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:var(--mara-primary);line-height:1.3}.layanan-screenshot-wrapper{position:relative;border-radius:16px;overflow:visible}.layanan-dashboard-img{width:100%;border-radius:16px;box-shadow:0 12px 40px #0000001a}.layanan-floating-check{position:absolute;bottom:24px;left:-12px;background-color:var(--mara-white);border-radius:10px;padding:.5rem 1rem;box-shadow:0 6px 20px #0000001a;display:flex;align-items:center;gap:.5rem;animation:badgeFloat 4s ease-in-out infinite;z-index:10}.layanan-check-icon{width:24px;height:24px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:6px;display:flex;align-items:center;justify-content:center}.layanan-floating-check span{font-size:.875rem;font-weight:600;color:var(--mara-primary)}.layanan-right{display:flex;align-items:center}.layanan-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;width:100%}.layanan-card{background-color:var(--mara-white);border-radius:12px;padding:1.75rem 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--mara-secondary);min-height:140px}.layanan-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f;border-color:var(--mara-accent)}.layanan-card-icon{width:52px;height:52px;background:#c6a86d1a;border-radius:12px;color:var(--mara-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.layanan-card-text{font-size:.9375rem;font-weight:500;color:var(--mara-text);line-height:1.4}.features-section{padding:6rem 2rem;background-color:var(--mara-white)}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-title{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:600;color:var(--mara-primary);margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#666}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.feature-card{padding:2rem;background-color:var(--mara-background);border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000000f}.feature-icon{color:var(--mara-primary);margin-bottom:1.25rem}.feature-title{font-size:1.25rem;font-weight:600;color:var(--mara-primary);margin-bottom:.75rem}.feature-description{font-size:.9375rem;color:#555;line-height:1.65}.benefits-section{padding:6rem 2rem;display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1100px;margin:0 auto}.benefits-content{flex:1}.benefits-list{list-style:none;padding:0;margin-top:2rem}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 0;font-size:1.0625rem;border-bottom:1px solid var(--mara-secondary)}.benefit-check{color:var(--mara-primary);font-weight:600;font-size:1.25rem}.benefits-visual{display:flex;flex-direction:column;gap:1.5rem}.benefit-stat{background-color:var(--mara-secondary);padding:1.5rem 2.5rem;border-radius:12px;text-align:center}.stat-number{display:block;font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:600;color:var(--mara-primary)}.stat-label{font-size:.875rem;color:#555;text-transform:uppercase;letter-spacing:.05em}.cta-section{padding:5rem 2rem;background-color:var(--mara-primary);text-align:center}.cta-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:600;color:var(--mara-white);margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.cta-button{background-color:var(--mara-accent);color:var(--mara-primary);border:none;padding:1rem 2.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.cta-button:hover{background-color:#d4b87a;transform:translateY(-2px)}.landing-footer{padding:4rem 2rem 0;background-color:#0f3d3e;color:#ffffffb3}.footer-main{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand-col{display:flex;flex-direction:column;gap:1.25rem}.footer-brand{display:flex;align-items:center;gap:.75rem}.footer-brand .logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;color:#fff;letter-spacing:.05em}.footer-logo{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;border-radius:8px}.footer-desc{font-size:.9375rem;line-height:1.7;color:#fff9;max-width:320px}.footer-socials{display:flex;gap:.75rem}.footer-social-link{width:40px;height:40px;border-radius:10px;background:#ffffff14;display:flex;align-items:center;justify-content:center;color:#fff9;transition:all .2s ease}.footer-social-link:hover{background:#c6a86d;color:#0f3d3e;transform:translateY(-2px)}.footer-nav-col{display:flex;flex-direction:column;gap:1rem}.footer-col-title{font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0}.footer-col-links{display:flex;flex-direction:column;gap:.625rem}.footer-link{color:#fff9;text-decoration:none;font-size:.9375rem;transition:color .2s ease}.footer-link:hover{color:#c6a86d}.footer-bottom{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;font-size:.8125rem;color:#fff6}.footer-powered{opacity:.5}.footer-powered strong{color:#fff9}@media(max-width:1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1100px){.hero-section{gap:2rem}.hero-title{font-size:3rem}.hero-mockup{max-width:550px}.mockup-body{height:360px}}@media(max-width:900px){.hero-section{flex-direction:column;text-align:center;padding-top:8rem;gap:3rem}.hero-title{font-size:2.5rem}.hero-cta-group{justify-content:center}.hero-trust{flex-direction:column;gap:1rem;align-items:center}.hero-visual{order:-1;width:100%}.hero-mockup{max-width:100%}.mockup-body{height:320px}.mockup-badge{right:0;top:60px}.benefits-section{flex-direction:column}.footer-content{flex-direction:column;gap:1rem;text-align:center}.features-grid{grid-template-columns:1fr}}@media(max-width:600px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.0625rem}.hero-cta{width:100%}.section-title{font-size:2rem}.cta-title{font-size:1.75rem}.features-grid{grid-template-columns:1fr}.mockup-body{height:280px}.mockup-sidebar{width:48px}.sidebar-brand{width:32px;height:32px;font-size:1rem}.mockup-stats{grid-template-columns:1fr}.mockup-badge{padding:.75rem 1rem;font-size:.875rem}.badge-icon{width:28px;height:28px;font-size:.875rem}}@media(max-width:480px){.hero-section{flex-direction:column;gap:3rem;padding:7rem 1.25rem 3rem;text-align:center}.hero-title{font-size:2.25rem;line-height:1.2}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-cta-group{flex-direction:column;width:100%;gap:1rem}.hero-cta{width:100%;min-width:unset;padding:1rem 1.5rem}.hero-visual{display:none}.hero-trust{grid-template-columns:1fr;gap:1rem}.trust-item{flex-direction:row;justify-content:flex-start;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014}}@media(min-width:481px)and (max-width:767px){.hero-section{flex-direction:column;gap:3rem;padding:7rem 2rem 3rem}.hero-title{font-size:2.75rem}.hero-visual{flex:1}.hero-mockup{transform:scale(.85)}.hero-trust{flex-wrap:wrap;justify-content:center;gap:1.5rem}.trust-item{flex:1 1 calc(50% - 1rem);min-width:140px}}@media(min-width:768px)and (max-width:1023px){.hero-section{gap:3rem;padding:7rem 2rem 3rem}.hero-title{font-size:3rem}.hero-visual{flex:.9}.hero-mockup{transform:scale(.95)}}@media(min-width:1024px)and (max-width:1199px){.hero-section{gap:3rem;max-width:1200px}.hero-title{font-size:3.5rem}.hero-visual{flex:.95}.landing-nav-content{padding:1rem 1.5rem}}@media(max-width:767px){.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.features-section,.enhanced-features-section,.user-roles-section,.benefits-section,.integrations-section,.faq-section{padding:4rem 1.25rem}.section-title,.section-title-ef,.section-title-ba,.section-title-ur,.section-title-int{font-size:1.75rem}.section-subtitle,.section-subtitle-ef,.section-subtitle-ba,.section-subtitle-ur,.section-subtitle-int{font-size:1rem}}@media(max-width:767px){.enhanced-features-layout{grid-template-columns:1fr}.category-nav{position:static;max-height:none;overflow-x:auto;overflow-y:visible}.category-nav-list{flex-direction:row;padding:.5rem 0}.category-nav-item{min-width:140px;padding:.75rem 1rem}.feature-cards-grid{grid-template-columns:1fr}}@media(max-width:767px){.roles-grid{grid-template-columns:1fr;gap:1.5rem}.workflows-grid{grid-template-columns:1fr}.workflow-card{padding:1.5rem}.workflow-header{flex-direction:column;align-items:flex-start;gap:.75rem}.workflow-steps{gap:1rem}.step-number{width:32px;height:32px;font-size:.875rem}}@media(max-width:767px){.stats-bar{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.stat-value{font-size:1.75rem}.advantages-grid{grid-template-columns:1fr;gap:1rem}.advantage-card{padding:1.25rem}.benefits-cta{flex-direction:column;padding:1.5rem;text-align:center}.benefits-cta-button{width:100%}}@media(max-width:767px){.integration-stats{flex-wrap:wrap;gap:1rem;padding:1rem}.integrations-grid{grid-template-columns:1fr}.integration-card{padding:1rem}.integration-icon{font-size:1.5rem}.integrations-cta{flex-direction:column;padding:1.5rem}}@media(max-width:767px){.faq-categories{flex-wrap:wrap;gap:.5rem}.faq-category-button,.faq-category-active{padding:.5rem 1rem;font-size:.875rem}.faq-question{padding:1rem}.faq-question-text{font-size:.9375rem}.faq-cta{flex-direction:column;padding:1.5rem}.faq-cta-button{width:100%}}@media(max-width:767px){.py-20{padding:3rem 1rem}[class*="grid md:grid-cols-3"]{grid-template-columns:1fr;gap:1.5rem}.text-3xl{font-size:1.75rem}}@media(max-width:767px){[class*="grid md:grid-cols-3"]{grid-template-columns:1fr}}@media(max-width:767px){.cta-section{padding:4rem 1.25rem}.cta-title{font-size:1.75rem}.cta-button{width:100%;padding:1rem 1.5rem}}@media(max-width:767px){.landing-footer{padding:3rem 1.25rem 0}.footer-main{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand-col{grid-column:1 / -1}.footer-bottom{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.footer-main{grid-template-columns:1fr}}@media(max-width:767px){button,.nav-cta,.hero-cta,.cta-button,.benefits-cta-button,.faq-cta-button,.integrations-cta-button{min-height:44px;min-width:44px;padding:.875rem 1.25rem}a{min-height:44px;display:inline-flex;align-items:center}.feature-card,.advantage-card,.integration-card,.role-card,.workflow-card,.faq-item{cursor:pointer;-webkit-tap-highlight-color:rgba(198,168,109,.2)}button:active,.hero-cta:active{transform:scale(.98);opacity:.9}}@media(max-width:767px){*{max-width:100%;box-sizing:border-box}.hero-mockup,.hero-visual,img{max-width:100%;height:auto}}@media(max-width:480px){.hero-title,.section-title,.section-title-ef,.section-title-ba,.section-title-ur,.section-title-int,.feature-title,.advantage-title,.integration-name,.role-card-title,.workflow-title{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@supports (padding: env(safe-area-inset-top)){.landing-nav{padding-top:env(safe-area-inset-top)}.hero-section{padding-top:calc(7rem + env(safe-area-inset-top))}}@media(max-width:900px){.kenapa-grid{grid-template-columns:1fr;gap:1.5rem}.kenapa-title{font-size:2rem}.kenapa-card{padding:2rem 1.5rem}}@media(max-width:900px){.layanan-grid{grid-template-columns:1fr;gap:3rem}.layanan-heading{font-size:1.75rem}.layanan-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.layanan-floating-check{left:8px;bottom:16px}}@media(max-width:600px){.layanan-cards-grid{grid-template-columns:1fr}.layanan-section{padding:4rem 1.25rem}}@media(max-width:900px){.hero-dashboard-screenshot{max-width:100%}.floating-badge-check{right:8px;top:40px;padding:.5rem .75rem}.badge-check-icon{width:24px;height:24px}.badge-check-text{font-size:.8125rem}}@media(max-width:600px){.hero-cta-group{flex-direction:column;gap:.75rem}.hero-cta{width:100%}.powered-by{font-size:.75rem}}.services-section{padding:6rem 0;background:#fff}.section-header-services{text-align:center;margin-bottom:4rem}.section-title-services{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:#0f3d3e;margin-bottom:1rem;line-height:1.2}.section-subtitle-services{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #E8DCCB;transition:all .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f3d3e1a;border-color:#c6a86d}.service-icon{width:64px;height:64px;background:#c6a86d1a;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#0f3d3e;margin-bottom:1.5rem}.service-icon svg{width:100%;height:100%}.service-title{font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:700;color:#0f3d3e;margin-bottom:1rem}.service-description{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;color:#4b5563;line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.9375rem;color:#2e2e2e;padding:.5rem 0;line-height:1.5}@media(max-width:900px){.section-title-services{font-size:2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:600px){.services-section{padding:4rem 0}.section-title-services{font-size:1.75rem}.section-subtitle-services{font-size:1rem}.services-grid{grid-template-columns:1fr}}.video-demo-section{padding:6rem 2rem;background:#fff}.video-demo-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.video-demo-left{display:flex;flex-direction:column;gap:2rem}.video-demo-heading{font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;color:#0f3d3e;line-height:1.3}.video-demo-buttons{display:flex;gap:1rem}.vd-btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.vd-btn-primary{background-color:#0f3d3e;color:#fff;box-shadow:0 4px 14px #0f3d3e4d}.vd-btn-primary:hover{background-color:#0d3536;transform:translateY(-2px);box-shadow:0 8px 24px #0f3d3e66}.vd-btn-secondary{background-color:transparent;color:#0f3d3e;border:2px solid #0F3D3E}.vd-btn-secondary:hover{background-color:#0f3d3e;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #0f3d3e66}.video-demo-right{display:flex;justify-content:center}.video-thumbnail{cursor:pointer;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 16px 40px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.video-thumbnail:hover{transform:translateY(-4px);box-shadow:0 20px 48px #0000002e}.video-thumb-img{position:relative;aspect-ratio:16 / 9}.video-thumb-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f3d3e66;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.video-thumbnail:hover .video-thumb-overlay{background:#0f3d3e4d}.play-btn{width:72px;height:72px;background:#c6a86d;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,box-shadow .3s ease}.video-thumbnail:hover .play-btn{transform:scale(1.1);box-shadow:0 8px 24px #c6a86d66}.video-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:9999;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.video-modal-content{position:relative;width:100%;max-width:900px;background:#000;border-radius:16px;overflow:hidden;animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.video-modal-close{position:absolute;top:-48px;right:0;background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:color .2s ease}.video-modal-close:hover{color:#c6a86d}.video-modal-player{aspect-ratio:16 / 9}.video-modal-player iframe{width:100%;height:100%;border:none}@media(max-width:900px){.video-demo-container{grid-template-columns:1fr;gap:3rem}.video-demo-heading{font-size:1.75rem}.video-demo-buttons{flex-direction:column}.vd-btn{width:100%}}@media(max-width:600px){.video-demo-section{padding:4rem 1.25rem}.video-demo-heading{font-size:1.5rem}.play-btn{width:56px;height:56px}.play-btn svg{width:24px;height:24px}.video-modal-close{top:-40px}}.testimonials-section{padding:6rem 0;background:#fff}.section-header-test{text-align:center;margin-bottom:4rem}.section-title-test{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;color:#0f3d3e;margin-bottom:1rem;line-height:1.2}.section-subtitle-test{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #E8DCCB;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0f3d3e1a;border-color:#c6a86d}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-quote{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.0625rem;color:#2e2e2e;line-height:1.6;margin:0 0 1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid #E8DCCB}.author-avatar{width:48px;height:48px;background:#c6a86d1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-info{flex:1}.author-name{font-family:Playfair Display,Georgia,serif;font-size:1.0625rem;font-weight:700;color:#0f3d3e;margin:0 0 .25rem}.author-role{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;color:#6b7280;margin:0}.testimonials-cta{text-align:center}.testimonials-cta p{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1.125rem;color:#4b5563;margin-bottom:1rem}.testimonials-cta-button{background:#c6a86d;color:#fff;border:none;padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.testimonials-cta-button:hover{background:#b39962;transform:translateY(-2px);box-shadow:0 8px 16px #c6a86d4d}.testimonials-cta-button:active{transform:translateY(0)}@media(max-width:900px){.section-title-test{font-size:2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:600px){.testimonials-section{padding:4rem 0}.section-title-test{font-size:1.75rem}.section-subtitle-test{font-size:1rem}.testimonial-card{padding:1.5rem}}.features-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8f6f2;color:#2e2e2e;min-height:100vh}.features-hero{padding:10rem 2rem 4rem;text-align:center;background-color:#fff}.features-hero-content{max-width:700px;margin:0 auto}.features-hero-title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#0f3d3e;margin-bottom:1rem}.features-hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2rem;line-height:1.7}.features-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#0f3d3e;font-weight:600;text-decoration:none;transition:color .2s ease}.features-back-link:hover{color:#c6a86d}.features-detail-section{padding:4rem 2rem;background-color:#f8f6f2}.features-detail-container{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.feature-detail-card{display:flex;align-items:flex-start;gap:3rem;background-color:#fff;border-radius:16px;padding:3rem;border:1px solid #E8DCCB;transition:box-shadow .3s ease}.feature-detail-card:hover{box-shadow:0 12px 40px #0000000f}.feature-detail-reverse{flex-direction:row-reverse}.feature-detail-icon-wrapper{flex-shrink:0}.feature-detail-icon{width:80px;height:80px;background:#c6a86d1a;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#0f3d3e}.feature-detail-content{flex:1}.feature-detail-title{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;color:#0f3d3e;margin-bottom:.75rem}.feature-detail-description{font-size:1.0625rem;color:#555;line-height:1.7;margin-bottom:1.5rem}.feature-detail-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.feature-detail-list li{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#2e2e2e}.features-cta-section{padding:5rem 2rem;background-color:#0f3d3e;text-align:center}.features-cta-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.features-cta-subtitle{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.features-cta-button{display:inline-flex;align-items:center;gap:.75rem;background-color:#c6a86d;color:#0f3d3e;border:none;padding:1rem 2.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.features-cta-button:hover{background-color:#d4b87a;transform:translateY(-2px)}.features-page .landing-footer{padding:3rem 2rem;background-color:#f8f6f2;border-top:1px solid #E8DCCB}.features-page .footer-content{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.features-page .footer-brand .logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;color:#0f3d3e;letter-spacing:.05em}.features-page .footer-tagline{font-size:.875rem;color:#777;margin-top:.25rem}.features-page .footer-links{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#777;flex-wrap:wrap}.features-page .footer-link{color:#777;text-decoration:none;transition:color .2s ease}.features-page .footer-link:hover{color:#c6a86d}@media(max-width:900px){.feature-detail-card,.feature-detail-reverse{flex-direction:column;align-items:center;text-align:center;padding:2rem;gap:2rem}.feature-detail-list{grid-template-columns:1fr}.features-hero-title{font-size:2.25rem}}@media(max-width:600px){.features-hero{padding:8rem 1.25rem 3rem}.features-hero-title{font-size:1.75rem}.features-hero-subtitle{font-size:1rem}.feature-detail-card{padding:1.5rem}.feature-detail-title{font-size:1.375rem}.features-cta-title{font-size:1.75rem}.features-page .footer-content{flex-direction:column;gap:1rem;text-align:center}}.pricing-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:#f8f6f2;color:#2e2e2e;min-height:100vh}.pricing-hero{padding:10rem 2rem 4rem;text-align:center;background-color:#fff}.pricing-hero-content{max-width:700px;margin:0 auto}.pricing-back-link{display:inline-flex;align-items:center;gap:.5rem;color:#0f3d3e;font-weight:600;font-size:.9375rem;text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.pricing-back-link:hover{color:#c6a86d}.pricing-hero-title{font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:700;color:#0f3d3e;margin-bottom:1rem}.pricing-hero-subtitle{font-size:1.25rem;color:#666;line-height:1.7}.pricing-cards-section{padding:4rem 2rem;background-color:#f8f6f2}.pricing-cards-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:stretch}.pricing-card{background:#fff;border-radius:20px;padding:2.5rem;border:1px solid #E8DCCB;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .3s ease;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00000014}.pricing-card-popular{border:2px solid #C6A86D;transform:scale(1.03);box-shadow:0 12px 40px #c6a86d26}.pricing-card-popular:hover{transform:scale(1.03) translateY(-4px)}.pricing-popular-badge{position:absolute;top:0;right:0;background-color:#c6a86d;color:#fff;font-size:.75rem;font-weight:700;padding:.5rem 1.25rem;border-radius:0 20px 0 12px;letter-spacing:.04em}.pricing-card-header{margin-bottom:1rem}.pricing-card-name{font-family:Playfair Display,Georgia,serif;font-size:1.375rem;font-weight:700;color:#0f3d3e;margin-bottom:.25rem}.pricing-card-period{font-size:.875rem;font-weight:600;color:#888}.pricing-card-price{margin-bottom:.25rem}.pricing-price-value{font-size:2.5rem;font-weight:800;color:#c6a86d}.pricing-price-unit{font-size:.875rem;color:#999;font-weight:400}.pricing-price-note{font-size:.8125rem;color:#0f3d3e;font-weight:600;margin-bottom:.75rem}.pricing-card-desc{font-size:.9375rem;color:#666;line-height:1.6;margin-bottom:1.5rem}.pricing-features-list{list-style:none;padding:0;margin:0 0 2rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.pricing-features-list li{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:#444}.pricing-card-btn{width:100%;padding:.875rem;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .25s ease;border:2px solid #0F3D3E;background:transparent;color:#0f3d3e}.pricing-card-btn:hover{background:#0f3d3e;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #0f3d3e33}.pricing-btn-popular{background:#c6a86d;color:#fff;border-color:#c6a86d}.pricing-btn-popular:hover{background:#d4b87a;border-color:#d4b87a;color:#fff}.pricing-faq-section{padding:5rem 2rem;background:#fff}.pricing-faq-container{max-width:800px;margin:0 auto}.pricing-faq-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:700;color:#0f3d3e;text-align:center;margin-bottom:3rem}.pricing-faq-list{display:flex;flex-direction:column;gap:2rem}.pricing-faq-item{padding:1.75rem;background:#f8f6f2;border-radius:16px;border:1px solid #E8DCCB}.pricing-faq-question{font-size:1.0625rem;font-weight:700;color:#0f3d3e;margin:0 0 .75rem}.pricing-faq-answer{font-size:.9375rem;color:#555;line-height:1.7;margin:0}.pricing-cta-section{padding:5rem 2rem;background-color:#0f3d3e;text-align:center}.pricing-cta-title{font-family:Playfair Display,Georgia,serif;font-size:2.25rem;font-weight:600;color:#fff;margin-bottom:1rem}.pricing-cta-subtitle{font-size:1.125rem;color:#fffc;margin-bottom:2rem}.pricing-cta-button{display:inline-flex;align-items:center;gap:.75rem;background-color:#c6a86d;color:#0f3d3e;border:none;padding:1rem 2.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s ease}.pricing-cta-button:hover{background-color:#d4b87a;transform:translateY(-2px)}.pricing-footer{padding:2rem;background-color:#0f3d3e;border-top:1px solid rgba(255,255,255,.08)}.pricing-footer-content{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.pricing-footer-links{display:flex;gap:1.5rem}.pricing-footer-link{color:#ffffff80;text-decoration:none;font-size:.875rem;transition:color .2s ease}.pricing-footer-link:hover{color:#c6a86d}.pricing-footer-content p{color:#ffffff59;font-size:.8125rem;margin:0}@media(max-width:900px){.pricing-cards-container{grid-template-columns:1fr;max-width:480px}.pricing-card-popular{transform:none}.pricing-card-popular:hover{transform:translateY(-4px)}.pricing-hero-title{font-size:2.25rem}}@media(max-width:600px){.pricing-hero{padding:8rem 1.25rem 3rem}.pricing-hero-title{font-size:1.75rem}.pricing-hero-subtitle{font-size:1rem}.pricing-card{padding:2rem 1.5rem}.pricing-price-value{font-size:2rem}.pricing-faq-title,.pricing-cta-title{font-size:1.75rem}.pricing-footer-content{flex-direction:column;gap:1rem;text-align:center}.pricing-footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.prose{color:#2e2e2e;max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f3d3e;text-decoration:underline;font-weight:500}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):hover{color:#0d3536}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f3d3e;font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:#555;border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;border-left-color:#c6a86d}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f3d3e;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f3d3e;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f3d3e;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:#0f3d3e;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:#c6a86d;font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-inline-start:1em}.prose-lg :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;border-radius:.3125rem;padding-top:.2222222em;padding-inline-end:.4444444em;padding-bottom:.2222222em;padding-inline-start:.4444444em}.prose-lg :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-lg :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8666667em}.prose-lg :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em}.prose-lg :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding-top:1em;padding-inline-end:1.5em;padding-bottom:1em;padding-inline-start:1.5em}.prose-lg :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.5555556em}.prose-lg :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4444444em}.prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(.prose-lg>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(.prose-lg>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em}.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em}.prose-lg :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.6666667em;padding-inline-start:1.5555556em}.prose-lg :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.prose-lg :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.75em;padding-inline-end:.75em;padding-bottom:.75em;padding-inline-start:.75em}.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-lg :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-lg :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-left-6{left:-1.5rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.\!mb-0{margin-bottom:0!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-4{margin-bottom:1rem!important}.-mb-32{margin-bottom:-8rem}.-ml-32{margin-left:-8rem}.-mr-32{margin-right:-8rem}.-mt-32{margin-top:-8rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-2{margin-left:.5rem}.mr-0{margin-right:0}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.hidden{display:none}.h-12{height:3rem}.h-56{height:14rem}.h-64{height:16rem}.h-8{height:2rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\[600px\]{max-height:600px}.min-h-screen{min-height:100vh}.w-64{width:16rem}.w-auto{width:auto}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[300px\]{max-width:300px}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-grow,.grow{flex-grow:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-mara-secondary{--tw-border-opacity: 1;border-color:rgb(232 220 203 / var(--tw-border-opacity, 1))}.border-mara-secondary\/30{border-color:#e8dccb4d}.border-white\/10{border-color:#ffffff1a}.bg-\[\#f8f6f2\]{--tw-bg-opacity: 1;background-color:rgb(248 246 242 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-mara-accent{--tw-bg-opacity: 1;background-color:rgb(198 168 109 / var(--tw-bg-opacity, 1))}.bg-mara-background{--tw-bg-opacity: 1;background-color:rgb(248 246 242 / var(--tw-bg-opacity, 1))}.bg-mara-primary{--tw-bg-opacity: 1;background-color:rgb(15 61 62 / var(--tw-bg-opacity, 1))}.bg-mara-primary\/10{background-color:#0f3d3e1a}.bg-mara-secondary{--tw-bg-opacity: 1;background-color:rgb(232 220 203 / var(--tw-bg-opacity, 1))}.bg-mara-secondary\/20{background-color:#e8dccb33}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.object-cover{-o-object-fit:cover;object-fit:cover}.p-3{padding:.75rem}.p-4{padding:1rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pt-24{padding-top:6rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-bottom{vertical-align:bottom}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.\!text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-8xl{font-size:6rem;line-height:1}.text-\[10px\]{font-size:10px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-mara-primary{--tw-text-opacity: 1 !important;color:rgb(15 61 62 / var(--tw-text-opacity, 1))!important}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-mara-accent{--tw-text-opacity: 1;color:rgb(198 168 109 / var(--tw-text-opacity, 1))}.text-mara-primary{--tw-text-opacity: 1;color:rgb(15 61 62 / var(--tw-text-opacity, 1))}.text-mara-secondary{--tw-text-opacity: 1;color:rgb(232 220 203 / var(--tw-text-opacity, 1))}.text-mara-text{--tw-text-opacity: 1;color:rgb(46 46 46 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.opacity-10{opacity:.1}.opacity-20{opacity:.2}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-mara-primary\/10{--tw-shadow-color: rgb(15 61 62 / .1);--tw-shadow: var(--tw-shadow-colored)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black\/5{--tw-ring-color: rgb(0 0 0 / .05)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.medium-editor-wrapper{min-height:100vh;background:#fff}.medium-toolbar-container{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #f0f0f0;padding:8px 24px}.medium-toolbar-inner{max-width:740px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:2px}.toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#555;font-size:14px;transition:all .15s}.toolbar-btn:hover{background:#f5f5f5;color:#222}.toolbar-btn.active{background:#e8f0fe;color:#1677ff}.medium-content{max-width:740px;margin:0 auto;padding:40px 24px 120px}.medium-featured-image{position:relative;margin-bottom:32px;border-radius:12px;overflow:hidden}.medium-featured-image img{width:100%;max-height:420px;-o-object-fit:cover;object-fit:cover;display:block}.medium-image-actions{margin-bottom:24px}.medium-title-input{font-size:42px!important;font-weight:800!important;line-height:1.15!important;letter-spacing:-.02em;color:#1a1a1a!important;padding:0!important;margin-bottom:24px;resize:none!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important}.medium-title-input::-moz-placeholder{color:#ccc!important}.medium-title-input::placeholder{color:#ccc!important}.ProseMirror{outline:none;font-size:18px;line-height:1.8;color:#333}.ProseMirror p.is-editor-empty:first-child:before{color:#ccc;content:"Tell your story...";float:left;height:0;pointer-events:none}.ProseMirror h1{font-size:2em;font-weight:700;margin:1.2em 0 .4em;color:#1a1a1a}.ProseMirror h2{font-size:1.5em;font-weight:600;margin:1em 0 .3em;color:#1a1a1a}.ProseMirror h3{font-size:1.25em;font-weight:600;margin:.8em 0 .3em;color:#1a1a1a}.ProseMirror p{margin:.6em 0;line-height:1.8}.ProseMirror ul,.ProseMirror ol{padding-left:1.5em;margin:.6em 0}.ProseMirror li{margin:.3em 0}.ProseMirror blockquote{border-left:3px solid #1a1a1a;padding-left:20px;margin:1.5em 0;color:#555;font-style:italic;font-size:1.1em}.ProseMirror pre{background:#1e1e2e;color:#cdd6f4;border-radius:8px;padding:20px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em;overflow-x:auto;margin:1.5em 0}.ProseMirror code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-size:.875em;color:#e11d48}.ProseMirror pre code{background:none;color:inherit;padding:0}.ProseMirror img{max-width:100%;height:auto;border-radius:4px;margin:1.5em 0}.ProseMirror hr{border:none;text-align:center;margin:2em 0}.ProseMirror hr:before{content:"...";font-size:28px;letter-spacing:.6em;color:#bbb}.ProseMirror a{color:#1677ff;text-decoration:underline}@media(max-width:768px){.medium-content{padding:24px 16px 80px}.medium-title-input{font-size:28px!important}.medium-toolbar-container{padding:6px 12px}.ProseMirror{font-size:16px}}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-mara-primary\/90:hover{background-color:#0f3d3ee6}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-mara-accent:hover{--tw-text-opacity: 1;color:rgb(198 168 109 / var(--tw-text-opacity, 1))}.hover\:text-mara-primary:hover{--tw-text-opacity: 1;color:rgb(15 61 62 / var(--tw-text-opacity, 1))}.hover\:text-orange-600:hover{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-mara-primary\/5:hover{--tw-shadow-color: rgb(15 61 62 / .05);--tw-shadow: var(--tw-shadow-colored)}.hover\:grayscale-0:hover{--tw-grayscale: grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.group\/link:hover .group-hover\/link\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-transparent{background-color:transparent}.group:hover .group-hover\:text-mara-accent{--tw-text-opacity: 1;color:rgb(198 168 109 / var(--tw-text-opacity, 1))}.prose-headings\:text-mara-primary :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(15 61 62 / var(--tw-text-opacity, 1))}.prose-a\:font-medium :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:500}.prose-a\:text-mara-primary :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(15 61 62 / var(--tw-text-opacity, 1))}.prose-blockquote\:border-mara-accent :is(:where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity: 1;border-color:rgb(198 168 109 / var(--tw-border-opacity, 1))}.prose-strong\:text-mara-primary :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(15 61 62 / var(--tw-text-opacity, 1))}.prose-img\:rounded-xl :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.75rem}.prose-img\:shadow-md :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media(min-width:640px){.sm\:block{display:block}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:768px){.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:p-12{padding:3rem}.md\:p-14{padding:3.5rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:\!text-5xl{font-size:3rem!important;line-height:1!important}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media(min-width:1024px){.lg\:block{display:block}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}}
