:root{--primary-color:#2fb54d;--primary-light:#52ce6d;--primary-dark:#1e8736;--secondary-color:#ff9f1c;--secondary-light:#ffbf69;--secondary-dark:#e88600;--bg-color:#f8fafc;--text-main:#2d3748;--text-muted:#718096;--white:#fff;--border-radius:24px;--font-pop:"M PLUS Rounded 1c", sans-serif;--shadow-sm:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-md:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-lg:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--pop-shadow:0px 8px 0px 0px var(--primary-dark);--pop-shadow-orange:0px 8px 0px 0px var(--secondary-dark)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{font-family:var(--font-pop);background-color:var(--bg-color);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:800;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes expandFromCenter{0%{opacity:0;transform:scale(0)}70%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes badgePop{0%{opacity:0;transform:rotate(15deg)scale(0)}60%{opacity:1;transform:rotate(15deg)scale(1.15)}80%{transform:rotate(15deg)scale(.95)}to{opacity:1;transform:rotate(15deg)scale(1)}}@keyframes pulse-soft{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}@keyframes popBounce{0%{transform:rotate(-2deg)scale(1)}25%{transform:rotate(-2deg)scale(1.15)}50%{transform:rotate(-2deg)scale(.95)}75%{transform:rotate(-2deg)scale(1.08)}to{transform:rotate(-2deg)scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:6rem 0}.section-title{text-align:center;color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.highlight-line{z-index:1;display:inline-block;position:relative}.highlight-line:after{content:"";background-color:var(--secondary-color);z-index:-1;border-radius:10px;width:100%;height:6px;position:absolute;bottom:-4px;left:0}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem;font-weight:700}.btn{border-radius:var(--border-radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1.25rem;font-weight:800;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--secondary-color);color:var(--white);box-shadow:var(--pop-shadow-orange);margin-bottom:8px}.btn-primary:hover{box-shadow:0px 6px 0px 0px var(--secondary-dark);transform:translateY(2px)}.btn-primary:active{box-shadow:0px 0px 0px 0px var(--secondary-dark);transform:translateY(8px)}.btn-secondary{background-color:var(--primary-color);color:var(--white);box-shadow:var(--pop-shadow);margin-bottom:8px}.btn-secondary:hover{box-shadow:0px 6px 0px 0px var(--primary-dark);transform:translateY(2px)}.btn-secondary:active{box-shadow:0px 0px 0px 0px var(--primary-dark);transform:translateY(8px)}.header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background-color:#fffffff2;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary-color);align-items:center;gap:.5rem;font-size:1.8rem;font-weight:900;display:flex}.logo-icon{background-color:var(--secondary-color);color:var(--white);width:40px;height:40px;box-shadow:0 4px 0 var(--secondary-dark);border-radius:50%;justify-content:center;align-items:center;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-main);font-weight:700;transition:color .2s}.nav-links a:hover{color:var(--secondary-color)}.header-cta{background-color:var(--secondary-color);color:var(--white);box-shadow:0 4px 0 var(--secondary-dark);border-radius:20px;padding:.5rem 1.25rem;font-weight:800;transition:all .2s}.header-cta:hover{box-shadow:0 2px 0 var(--secondary-dark);transform:translateY(2px)}.mobile-menu-btn{cursor:pointer;color:var(--text-main);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:none}.mobile-menu-overlay{z-index:2000;background:#00000080;animation:.2s fadeIn;position:fixed;inset:0}.mobile-menu{background:#fff;flex-direction:column;gap:0;width:280px;max-width:80vw;height:100vh;padding:1.5rem;animation:.25s slideIn;display:flex;position:fixed;top:0;right:0;box-shadow:-4px 0 20px #00000026}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-close{cursor:pointer;color:var(--text-main);background:0 0;border:none;align-self:flex-end;margin-bottom:1rem;padding:.25rem}.mobile-menu a{color:var(--text-main);border-bottom:1px solid #f0f0f0;padding:1rem .5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:color .2s}.mobile-menu a:hover{color:var(--primary-color)}.mobile-menu-cta{text-align:center;border-radius:12px;margin-top:1rem;background:var(--secondary-color)!important;color:#fff!important;border-bottom:none!important;padding:.8rem!important}.hero{background:linear-gradient(135deg, var(--primary-light) 0%, var(--primary-color) 100%);color:var(--white);padding:10rem 0 8rem;position:relative;overflow:hidden}.hero-wave{width:100%;line-height:0;position:absolute;bottom:-1px;left:0;overflow:hidden}.hero-wave svg{width:calc(100% + 1.3px);height:120px;display:block;position:relative}.hero-wave .shape-fill{fill:var(--bg-color)}.hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-text h1{text-shadow:2px 2px #0000001a;margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.hero-text h1 span:last-child,.hero-text .highlight{color:var(--secondary-light);animation:2.5s ease-in-out 1s infinite popBounce;display:inline-block;transform:rotate(-2deg)}.hero-text p{opacity:.95;margin-bottom:2.5rem;font-size:1.5rem;font-weight:700}.hero-cta-btn{font-size:1.4rem}.hero-image-wrapper{justify-content:center;align-items:center;height:400px;animation:3.5s ease-in-out infinite float;display:flex;position:relative}.hero-badge{background-color:var(--secondary-color);color:#fff;width:120px;height:120px;box-shadow:var(--shadow-md);text-align:center;z-index:10;opacity:0;border:4px dashed #fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:900;line-height:1.2;animation:.6s ease-out 2s forwards badgePop;display:flex;position:absolute;top:-20px;right:-40px}.hero-animation-container{z-index:1;width:100%;max-width:500px;height:100%;position:relative}.hero-anim-catch{filter:drop-shadow(0 15px 25px #0000004d);opacity:0;z-index:2;width:85%;height:auto;animation:.8s ease-out .2s forwards expandFromCenter;position:absolute;bottom:-10%;right:-20%}.hero-anim-throw{filter:drop-shadow(0 15px 25px #0000004d);opacity:0;z-index:2;width:90%;height:auto;animation:.8s ease-out .6s forwards expandFromCenter;position:absolute;bottom:-18%;left:-30%}.hero-anim-banzai{filter:drop-shadow(0 15px 25px #0003);opacity:0;z-index:1;width:80%;height:auto;animation:.8s ease-out 1s forwards expandFromCenter;position:absolute;bottom:25%;left:10%}.hero-bottom-text{color:#fff;text-shadow:2px 2px 4px #0006;text-align:center;z-index:5;letter-spacing:2px;width:100%;font-family:"M PLUS Rounded 1c",sans-serif;font-size:2.2rem;font-weight:900;line-height:1.4;position:absolute;bottom:-15px}.features{background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);z-index:5;margin-top:-3rem;padding:4rem;position:relative}.feature-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.feature-card{text-align:center;border-radius:var(--border-radius);background-color:var(--bg-color);border:3px solid #0000;padding:2.5rem 1.5rem;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.feature-card:hover{border-color:var(--primary-light);transform:translateY(-10px);box-shadow:0 15px 30px #2fb54d26}.feature-icon-wrapper{background-color:var(--primary-color);color:#fff;width:80px;height:80px;box-shadow:0 6px 0 var(--primary-dark);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.feature-card:nth-child(2) .feature-icon-wrapper{background-color:var(--secondary-color);box-shadow:0 6px 0 var(--secondary-dark)}.feature-card h3{color:var(--primary-dark);margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted);font-weight:700}.about{position:relative}.about-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:1.5rem;display:grid}.about-image{justify-content:flex-end;margin-right:-2rem;padding-right:0;display:flex}.about-text h3{color:var(--primary-dark);margin-bottom:1.5rem;font-size:2rem}.about-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.15rem;font-weight:700}.info-section{background-color:#fff6e5;border-radius:40px;padding:5rem 3rem;position:relative}.info-cards{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}.info-card{border-radius:var(--border-radius);box-shadow:var(--shadow-md);border-top:8px solid var(--secondary-color);background-color:#fff;padding:3rem}.info-card:nth-child(2){border-top-color:var(--primary-color)}.info-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.info-icon{color:var(--secondary-color)}.info-card:nth-child(2) .info-icon{color:var(--primary-color)}.info-title{color:var(--text-main);font-size:1.8rem}.info-details li{align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.2rem;font-weight:700;display:flex}.info-details li:before{content:"✓";color:#fff;background-color:var(--primary-color);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;display:flex}.info-details li.location-detail:before{display:none}.target-audience-richtext ul{margin-bottom:1.5rem}.target-audience-richtext p{color:#718096;margin:0;font-size:.95rem;font-weight:600;line-height:1.6}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-radius:var(--border-radius);box-shadow:var(--shadow-sm);background-color:#fff;border:2px solid #e2e8f0;margin-bottom:1.5rem;padding:2rem;transition:all .2s}.faq-item:hover{border-color:var(--primary-light);transform:scale(1.02)}.faq-question{color:var(--primary-dark);align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.3rem;font-weight:800;display:flex}.faq-question:before{content:"Q.";color:var(--secondary-color);font-size:1.5rem}.faq-answer{color:var(--text-muted);align-items:flex-start;gap:1rem;font-size:1.1rem;font-weight:700;display:flex}.faq-answer:before{content:"A.";color:var(--primary-color);font-size:1.5rem;font-weight:900}.cta{background:linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary-color) 100%);text-align:center;color:#fff;box-shadow:var(--shadow-lg);border-radius:40px;margin-bottom:2rem;padding:4rem 0;position:relative;overflow:hidden}.cta-bg-pattern{opacity:.1;background-image:radial-gradient(circle at 2px 2px,#fff 2px,#0000 0);background-size:32px 32px;position:absolute;inset:0}.cta-content{z-index:2;position:relative}.cta h2{text-shadow:2px 2px 0 var(--secondary-dark);margin-bottom:1.5rem;font-size:3.5rem}.cta p{margin-bottom:3rem;font-size:1.5rem;font-weight:800}.cta-btn{background-color:var(--primary-color);color:#fff;box-shadow:0 8px 0 var(--primary-dark);cursor:pointer;border:none;border-radius:50px;align-items:center;gap:1rem;padding:1.5rem 3rem;font-size:1.5rem;font-weight:900;transition:all .2s;display:inline-flex}.cta-btn:hover{box-shadow:0 6px 0 var(--primary-dark);transform:translateY(2px)}.cta-btn:active{transform:translateY(8px);box-shadow:0 0 #0000}.scroll-to-top{background-color:var(--secondary-color);color:#fff;cursor:pointer;width:50px;height:50px;box-shadow:var(--shadow-lg);z-index:100;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.scroll-to-top:hover{background-color:var(--secondary-dark);transform:translateY(-5px);box-shadow:0 10px 20px #0003}.page-loader{justify-content:center;align-items:center;min-height:40vh;padding:5rem 0;display:flex}.page-loader-spinner{border:4px solid #e2e8f0;border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.footer{background-color:var(--text-main);color:#fff;text-align:center;padding:4rem 0 2rem}.footer-logo{color:var(--secondary-light);margin-bottom:1rem;font-size:2rem;font-weight:900}.footer p{color:var(--text-muted);font-weight:700}@media (width<=900px){.hero-content,.about-content,.info-cards{text-align:center;grid-template-columns:1fr}.info-card{text-align:left}.about-image{justify-content:center;margin-bottom:2rem;margin-right:0}.feature-grid{grid-template-columns:repeat(2,1fr)}.hero{padding:8rem 0 6rem}.hero-text h1{font-size:3.5rem}.hero-image-wrapper{height:350px}.hero-badge{width:100px;height:100px;font-size:1.2rem;right:10px}.about-text h2.section-title{text-align:center!important}section{padding:4rem 0}.info-section{border-radius:30px;padding:4rem 2rem}}@media (width<=600px){.container{padding:0 1rem}.feature-grid{grid-template-columns:1fr;gap:1.5rem}.header{padding:.6rem 0}.header .nav-links{display:none}.logo{font-size:1.2rem}.logo-icon{width:30px;height:30px}.logo-icon svg{width:16px;height:16px}.header-cta{display:none}.mobile-menu-btn{display:flex}.hero{padding:6rem 0 3rem}.hero-content{gap:1rem}.hero-text h1{font-size:2.2rem}.hero-text p{margin-bottom:1.5rem;font-size:1rem}.hero-image-wrapper{width:100%;height:280px;margin-top:3.6rem;overflow:visible}.hero-animation-container{max-width:100%;margin:0 auto}.hero-anim-catch{width:70%;bottom:0;left:auto;right:-5%}.hero-anim-throw{width:70%;bottom:-10%;left:-5%;right:auto}.hero-anim-banzai{width:72%;bottom:30%;left:8%}.hero-badge{border-width:3px;width:75px;height:75px;font-size:.9rem;top:0;right:5px}.hero-bottom-text{letter-spacing:1px;font-size:1.3rem;bottom:10%}.hero-wave svg{height:60px}.section-title{font-size:1.8rem}.section-subtitle{margin-bottom:1.5rem;font-size:.95rem}.btn{width:100%;padding:.8rem 1.5rem;font-size:1.1rem}.features{border-radius:16px;margin-top:-2rem;padding:2rem 1.25rem}.feature-card{border-radius:16px;padding:1.5rem 1rem}.feature-icon-wrapper{width:64px;height:64px}.feature-icon-wrapper svg{width:36px;height:36px}.feature-card h3{font-size:1.25rem}.feature-card p{font-size:.95rem}.about-image img{max-width:100%!important}.about-text p{text-align:left;font-size:1rem}.hero-cta-btn{font-size:1.1rem}.info-section{border-radius:20px;padding:2.5rem 1.25rem}.info-card{border-radius:16px;padding:1.5rem 1.25rem}.info-header{gap:.75rem;margin-bottom:1rem}.info-icon{width:32px;height:32px}.info-title{font-size:1.3rem}.info-details li{gap:.5rem;margin-bottom:.75rem;font-size:1rem}.info-details li:before{flex-shrink:0;width:20px;height:20px;font-size:.75rem}.faq-item{border-radius:16px;margin-bottom:1rem;padding:1.25rem}.faq-question{gap:.5rem;font-size:1.05rem}.faq-question:before{font-size:1.2rem}.faq-answer{gap:.5rem;font-size:.95rem}.faq-answer:before{font-size:1.2rem}.cta{border-radius:20px;padding:2.5rem 1.25rem}.cta h2{font-size:1.8rem}.cta p{margin-bottom:1.5rem;font-size:1rem}.cta-btn{justify-content:center;width:100%;padding:1rem 2rem;font-size:1.1rem}.footer{padding:3rem 0 1.5rem}.footer-logo{font-size:1.5rem}.footer p{font-size:.9rem}.scroll-to-top{width:42px;height:42px;bottom:1rem;right:1rem}section{padding:3rem 0}.news-item{gap:.5rem;padding:1.4rem .75rem .8rem}.news-title{white-space:nowrap;font-size:.95rem}.news-date{min-width:70px;margin-right:0;font-size:.8rem}.article-curl{border-radius:16px;padding:1.25rem}.article-detail-title{font-size:1.5rem!important}.breadcrumb{font-size:.8rem}.breadcrumb-current{max-width:180px}.btn-view-all{justify-content:center;width:100%;padding:.7rem 1.5rem;font-size:.9rem}}.news-list{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;padding-top:10px;display:flex}.news-item{border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;background-color:#fff;border:1px solid #0000000d;align-items:center;min-width:0;margin-top:5px;padding:1.8rem 1.5rem 1.2rem;transition:all .2s;display:flex;position:relative;overflow:visible}.news-item:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-2px)}.news-date{color:var(--primary-color);min-width:80px;margin-right:.75rem;font-size:.95rem;font-weight:700}.news-title{color:var(--text-color);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:1.1rem;font-weight:600;overflow:hidden}.news-arrow{color:var(--text-light);margin-left:1rem;transition:transform .2s}.news-item:hover .news-arrow{color:var(--primary-color);transform:translate(4px)}.news-empty{text-align:center;color:var(--text-light);border-radius:var(--radius);background:#fff;border:1px dashed #cbd5e0;padding:3rem}.btn-view-all{background:linear-gradient(135deg, var(--primary-color), var(--primary-light));color:#fff;border-radius:50px;align-items:center;padding:.8rem 2.5rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #2fb54d4d}.btn-view-all:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2fb54d66}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-close{width:40px;height:40px;color:var(--text-color);cursor:pointer;z-index:10;background-color:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:background-color .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background-color:#0000001a}.modal-thumbnail{object-fit:cover;border-bottom:1px solid #edf2f7;width:100%;height:auto;max-height:300px}.modal-header{padding:2rem 2rem 1rem}.modal-date{color:var(--primary-color);margin-bottom:.5rem;font-size:.95rem;font-weight:700}.modal-title{color:var(--text-color);font-size:1.5rem;font-weight:800;line-height:1.4}.modal-body{padding:0 2rem 2.5rem}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.news-item{padding:1.25rem 1rem}.news-date{min-width:75px;margin-right:.5rem;font-size:.85rem}.news-title{font-size:1rem}.news-arrow{display:none}.modal-header,.modal-body{padding-left:1.5rem;padding-right:1.5rem}}.breadcrumb{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.85rem;display:flex}.breadcrumb a{color:var(--primary-color);font-weight:600;text-decoration:none;transition:opacity .2s}.breadcrumb a:hover{opacity:.7}.breadcrumb-separator{color:#cbd5e0}.breadcrumb-current{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}.news-category-badge{color:#db2777;white-space:nowrap;vertical-align:middle;background-color:#fce7f3;border-radius:4px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-block}.news-category-badges{z-index:2;gap:4px;display:flex;position:absolute;top:-8px;left:12px;margin:0!important}.news-category-badges .news-category-badge{border-radius:6px;padding:.25rem .8rem;font-size:.75rem;box-shadow:0 4px 10px #0000001a}@media (width<=768px){.news-category-badge{padding:.15rem .4rem;font-size:.7rem}.news-category-badges{gap:3px;top:-6px;left:8px}.news-category-badges .news-category-badge{padding:.2rem .7rem;font-size:.65rem}}.article-curl{background-color:#fff;border:1px solid #e8e8e8;border-radius:24px;padding:2.5rem;overflow:hidden;box-shadow:0 2px 12px #00000014}.richtext-body{color:var(--text-color);font-size:1rem;line-height:1.7}.richtext-body p{margin-bottom:1.5rem}.richtext-body a{color:var(--primary-color);text-underline-offset:4px;text-decoration:underline}.richtext-body a:hover{text-decoration:none}.richtext-body h1{color:var(--text-color);margin:2.5rem 0 1.25rem;font-size:1.75rem;font-weight:800;line-height:1.3}.richtext-body h2{border-bottom:2px solid var(--primary-light);color:var(--primary-color);margin:2.5rem 0 1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:800}.richtext-body h3{color:var(--text-color);margin:2rem 0 1rem;font-size:1.25rem;font-weight:700}.richtext-body h4,.richtext-body h5{color:var(--text-color);margin:1.5rem 0 .75rem;font-size:1.1rem;font-weight:700}.richtext-body strong,.richtext-body b{font-weight:800}.richtext-body em,.richtext-body i{font-style:italic}.richtext-body u{text-decoration:underline}.richtext-body s,.richtext-body strike,.richtext-body del{color:var(--text-muted);text-decoration:line-through}.richtext-body blockquote{color:#4a5568;background-color:#0000;border-left:4px solid #cbd5e0;border-radius:0;margin:1.5rem 0;padding:.5rem 0 .5rem 1.5rem}.richtext-body blockquote p:last-child{margin-bottom:0}.richtext-body code{color:#e11d48;background-color:#f1f5f9;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.richtext-body pre{background-color:#1e293b;border-radius:8px;margin:1.5rem 0;padding:1.5rem;overflow-x:auto}.richtext-body pre code{color:#e2e8f0;background-color:#0000;border-radius:0;padding:0}.richtext-body hr{border:none;border-top:2px dashed #cbd5e0;margin:3rem 0}.richtext-body table{border-collapse:collapse;-webkit-overflow-scrolling:touch;background-color:#fff;width:100%;max-width:100%;margin:1.5rem 0;display:block;position:relative;overflow-x:auto}.richtext-body table::-webkit-scrollbar{height:4px}.richtext-body table::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.richtext-body th,.richtext-body td{text-align:left;background-color:#fff;border:1px solid #e2e8f0;min-width:120px;padding:1rem 1.25rem}.richtext-body th{color:var(--text-color);background-color:#f8fafc;font-weight:700}.richtext-body th p,.richtext-body td p{margin-bottom:0;line-height:1.4}.richtext-body ul,.richtext-body ol{margin-bottom:1.5rem;padding-left:2rem}.richtext-body li{margin-bottom:.5rem}.richtext-body img{max-width:100%;height:auto;box-shadow:var(--shadow-sm);border-radius:8px;margin:1.5rem 0}.richtext-body iframe{aspect-ratio:16/9;border-radius:8px;width:100%;max-width:100%;margin:1.5rem 0}
