@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#585b60;background:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:1.6}a{color:#3ab148;text-decoration:none}a:hover{color:#28a745}ul{list-style:none}.container{max-width:1170px;margin:0 auto;padding:0 15px}.section-padding{padding:80px 0}.section-alt{background:#f9f9f9}.section-header{text-align:center;margin-bottom:50px}.section-title{color:#585b60;margin-bottom:10px;font-size:38px;font-weight:700}.section-title-link{color:#888;font-size:14px}.btn{text-align:center;cursor:pointer;border:none;border-radius:30px;padding:10px 25px;font-weight:400;transition:all .2s linear;display:inline-block}.btn-common{color:#fff;background:#3ab148}.btn-common:hover{color:#fff;background:#28a745}.navbar{z-index:1000;background:#fff;padding:15px 0;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000001a}.navbar .container{justify-content:space-between;align-items:center;display:flex}.navbar-logo{height:40px}.navbar-nav{gap:30px;display:flex}.navbar-nav a{color:#585b60;font-weight:500;transition:color .2s}.navbar-nav a:hover{color:#3ab148}.hero-area{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#fff 100%);padding-top:120px;padding-bottom:60px}.hero-title{color:#585b60;margin-bottom:20px;font-size:42px}.hero-subtitle{color:#888;max-width:600px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:18px}.hero-button{margin-bottom:20px}.hero-tips{color:#888;margin-top:10px;font-size:13px}.hero-tips a{color:#3ab148}.hero-img{max-width:100%;height:auto;margin-top:40px}.features-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.services-item{text-align:center;background:#fff;border-radius:8px;height:100%;padding:30px;box-shadow:0 2px 10px #0000000d}.services-item.service-card{box-shadow:0 4px 20px #0000001a}.services-item .icon{color:#3ab148;margin-bottom:20px}.services-item h3{color:#585b60;margin-bottom:15px;font-size:20px}.services-item p{color:#888;font-size:14px}.content-section{align-items:center;gap:50px;display:flex}.content-section.reverse{flex-direction:row-reverse}.content-section .text-wrapper,.content-section .image-wrapper{flex:1}.content-section img{border-radius:8px;max-width:100%}.title-hl-bottom{color:#585b60;margin-bottom:10px;font-size:32px}.title-hl-sub{color:#888;margin-bottom:25px;font-size:16px}.features-box{margin-top:20px}.features-content{margin-bottom:20px}.features-content h4{color:#585b60;margin-bottom:8px;font-size:18px}.features-content p{color:#888;font-size:14px}.events-list li{border-bottom:1px solid #eee;margin-bottom:15px;padding-bottom:15px}.events-list a{color:#585b60;margin-bottom:5px;font-size:16px;display:block}.events-list a:hover{color:#3ab148}.events-list small{color:#888;font-size:12px}.donate-section{text-align:center;padding:60px 0}.donate-section p{color:#888;max-width:600px;margin:0 auto 20px}.donate-section img{max-width:90px;margin:15px auto}.section-title-desc{color:#888;margin-top:10px;font-size:16px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.step-card{text-align:center;background:#fff;border-radius:12px;padding:35px 25px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 20px #00000014}.step-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.step-number{color:#fff;background:linear-gradient(135deg,#3ab148,#28a745);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin:0 auto 20px;font-size:22px;font-weight:700;display:flex}.step-card h3{color:#585b60;margin-bottom:12px;font-size:20px}.step-card p{color:#888;margin-bottom:20px;font-size:14px;line-height:1.6}.step-link{color:#3ab148;background:#f5f7fa;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:500;transition:all .2s;display:inline-block}.step-link:hover{color:#fff;background:#3ab148}.step-code{background:#2d3436;border-radius:8px;margin:0 auto;padding:15px}.step-code code{color:#55efc4;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px}.contact-form-area{max-width:700px;margin:0 auto}.contact-form-area p{text-align:center;color:#888;margin-bottom:30px}.form-group{margin-bottom:20px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:5px;width:100%;padding:12px 15px;font-family:inherit;font-size:14px}.form-group input:focus,.form-group textarea:focus{border-color:#3ab148;outline:none}.form-group textarea{resize:vertical;min-height:120px}.form-success{text-align:center;padding:40px}.form-success p{color:#28a745;margin-bottom:20px;font-size:18px}.form-error{background:#fee;border:1px solid #fcc;border-radius:5px;margin-bottom:20px;padding:15px}.form-error p{color:#c33;margin:0}.btn-common:disabled{cursor:not-allowed;background:#ccc}.footer{color:#fff;background:#2d3436;padding:40px 0}.footer .container{justify-content:space-between;align-items:center;display:flex}.footer-logo img{height:40px}.footer-copyright{color:#888}.footer-social{gap:15px;display:flex}.footer-social a{color:#fff;font-size:20px}.footer-social a:hover{color:#3ab148}@media (width<=992px){.features-grid{grid-template-columns:repeat(2,1fr)}.content-section,.content-section.reverse{flex-direction:column}.navbar-nav{display:none}.hero-title{font-size:32px}}@media (width<=768px){.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;gap:20px}.footer .container{text-align:center;flex-direction:column;gap:20px}.section-title{font-size:28px}.title-hl-bottom{font-size:24px}}.docs-global-container{color:#181c20;background-color:#fff;min-height:100vh;font-family:Inter,sans-serif}.docs-header{z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;width:100%;position:fixed;top:0}.docs-header-inner{justify-content:space-between;align-items:center;max-width:1440px;height:56px;margin:0 auto;padding:0 24px;display:flex}.docs-logo-link{align-items:center;gap:8px;text-decoration:none;display:flex}.docs-logo-text{color:#0f172a;letter-spacing:-.04em;font-size:18px;font-weight:800}.docs-nav-row{gap:24px;display:flex}.docs-nav-link-active{color:#006e1c;border-bottom:2px solid #006e1c;padding-bottom:2px;font-size:14px;font-weight:600;text-decoration:none}.docs-nav-link{color:#64748b;font-size:14px;font-weight:500;text-decoration:none}.docs-header-tools{align-items:center;gap:12px;display:flex}.docs-version-badge{color:#64748b;border:1px solid #e2e8f0;border-radius:6px;padding:4px 12px;font-family:monospace;font-size:12px;font-weight:500}.docs-icon-button{cursor:pointer;color:#475569;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.docs-page-layout{max-width:1440px;margin:0 auto;padding-top:56px;display:flex}.docs-left-sidebar{border-right:1px solid #f1f5f9;flex-direction:column;width:260px;min-width:260px;height:calc(100vh - 56px);padding:24px 16px;display:flex;position:sticky;top:56px;overflow-y:auto}.docs-sidebar-title{text-transform:uppercase;letter-spacing:.1em;color:#0f172a;margin-bottom:4px;font-size:11px;font-weight:800}.docs-sidebar-subtitle{color:#94a3b8;font-size:12px;font-weight:500}.docs-sandbox-button{color:#fff;background:#006e1c;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.docs-sidebar-link{color:#64748b;align-items:center;gap:8px;padding:6px 12px;font-size:13px;font-weight:500;text-decoration:none;display:flex}.docs-main-content{flex:1;min-width:0;max-width:720px;margin:0 auto;padding:32px 48px 80px}.docs-breadcrumbs{letter-spacing:.05em;align-items:center;gap:8px;margin-bottom:24px;font-size:12px;font-weight:600;display:flex}.docs-breadcrumb-text{color:#64748b}.docs-breadcrumb-arrow{color:#cbd5e1}.docs-breadcrumb-active{color:#006e1c}.docs-meta-title{color:#94a3b8;font-size:13px;font-weight:500}.docs-loading-spinner{color:#94a3b8;justify-content:center;align-items:center;min-height:300px;display:flex}.docs-nav-footer{border-top:1px solid #f1f5f9;justify-content:space-between;margin-top:64px;padding:24px 0;display:flex}.docs-nav-btn{cursor:pointer;align-items:center;gap:8px;display:flex}.docs-nav-btn-sub{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin-bottom:2px;font-size:11px;font-weight:600}.docs-nav-btn-title{color:#0f172a;font-size:16px;font-weight:700}.docs-toc-sidebar{width:220px;min-width:220px;height:calc(100vh - 56px);padding:32px 16px;position:sticky;top:56px;overflow-y:auto}.docs-toc-title{text-transform:uppercase;letter-spacing:.1em;color:#0f172a;margin-bottom:16px;font-size:11px;font-weight:800}.docs-toc-line{border-left:2px solid #f1f5f9}.docs-help-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:24px;padding:20px}.docs-help-card-title{color:#0f172a;margin-bottom:8px;font-size:14px;font-weight:700}.docs-help-card-text{color:#64748b;margin-bottom:12px;font-size:13px;line-height:1.5}.docs-help-card-link{color:#006e1c;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:flex}.docs-updated-date{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:11px;font-weight:600}.md-code-block{border:1px solid #ffffff1a;border-radius:8px;margin:16px 0;font-size:13px}.md-inline-code{color:#006e1c;background:#f1f5f9;border-radius:4px;padding:2px 6px;font-family:SF Mono,Fira Code,monospace;font-size:13px}.md-img{border:1px solid #e2e8f0;border-radius:8px;max-width:100%;margin:16px 0}.md-table-container{margin:16px 0;overflow-x:auto}.md-table{border-collapse:collapse;width:100%;font-size:14px}.md-th{text-align:left;color:#475569;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:10px 16px;font-size:13px;font-weight:600}.md-td{border-bottom:1px solid #f1f5f9;padding:10px 16px;font-size:14px}.md-blockquote{color:#374151;background:#f0fdf4;border-left:3px solid #006e1c;border-radius:0 8px 8px 0;margin:16px 0;padding:12px 20px;font-size:14px}.md-h1{color:#0f172a;letter-spacing:-.03em;margin-top:32px;margin-bottom:8px;font-size:32px;font-weight:800;line-height:1.2}.md-h2{color:#0f172a;letter-spacing:-.02em;margin-top:40px;margin-bottom:12px;padding-top:16px;font-size:22px;font-weight:700}.md-h3{color:#1e293b;margin-top:32px;margin-bottom:8px;font-size:18px;font-weight:600}.md-h4{color:#334155;margin-top:24px;margin-bottom:8px;font-size:16px;font-weight:600}.md-p{color:#334155;margin-bottom:16px;font-size:15px;line-height:1.75}.md-a{color:#006e1c;text-underline-offset:3px;-webkit-text-decoration:underline #006e1c4d;text-decoration:underline #006e1c4d}.md-list{color:#334155;margin-bottom:16px;padding-left:24px;font-size:15px;line-height:1.75;list-style:outside}.md-ol{color:#334155;margin-bottom:16px;padding-left:24px;font-size:15px;line-height:1.75;list-style:decimal}.md-li{margin-bottom:4px}.md-hr{border:none;border-top:1px solid #e2e8f0;margin:32px 0}.sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.toc-link{transition:color .15s,border-color .15s}.toc-link:hover{color:#006e1c!important}.material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;direction:ltr;font-family:Material Symbols Outlined;font-size:24px;font-style:normal;line-height:1;display:inline-block}@media (width<=1024px){.docs-left-sidebar,.docs-toc-sidebar{display:none!important}.docs-main-content{max-width:100%!important;margin:0!important}}
