html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{color:#e6edf3;background:#0d1117;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#root{flex-direction:column;min-height:100svh;display:flex}img{max-width:100%}::selection{color:#fff;background:#2f8d46}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ask-ai{background:#161b22;border:1px solid #30363d;border-radius:8px;margin-bottom:24px;padding:16px}.ask-ai-heading{color:#e6edf3;margin-bottom:10px;font-weight:600}.ask-ai-loading{color:#9198a1;align-items:center;gap:8px;margin-top:10px;font-size:13px;display:flex}.ask-ai-answer{color:#c9d1d9;background:#0d1117;border:1px solid #21262d;border-radius:6px;margin-top:12px;padding:12px}.ask-ai-saved{margin-top:10px;font-size:12px;display:block}.floating-chat{z-index:1000;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.floating-chat-toggle{font-size:22px;box-shadow:0 8px 24px #00000073;background:#2f8d46!important;border-color:#2f8d46!important;width:56px!important;height:56px!important}.floating-chat-panel{background:#0d1117;border:1px solid #30363d;border-radius:12px;width:min(380px,100vw - 48px);max-height:min(70vh,560px);overflow-y:auto;box-shadow:0 16px 40px #0000008c}.floating-chat-panel-header{color:#e6edf3;background:#161b22;border-bottom:1px solid #30363d;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:12px 14px;font-weight:600;display:flex;position:sticky;top:0}.floating-chat-panel-body{padding:14px}.floating-chat-panel-body .ask-ai{background:0 0;border:none;margin-bottom:0;padding:0}@media (width<=480px){.floating-chat{bottom:16px;right:16px}}.hero-code-window{text-align:left;background:#1e1e1e;border:1px solid #30363d;border-radius:10px;width:100%;max-width:460px;overflow:hidden;box-shadow:0 20px 60px #00000080}.hero-code-window-titlebar{background:#161b22;border-bottom:1px solid #30363d;align-items:center;gap:6px;padding:10px 12px;display:flex}.hero-code-window-dot{border-radius:50%;width:11px;height:11px}.hero-code-window-dot-red{background:#ff5f56}.hero-code-window-dot-yellow{background:#ffbd2e}.hero-code-window-dot-green{background:#27c93f}.hero-code-window-filename{color:#9198a1;margin-left:10px;font-family:Menlo,Monaco,Consolas,monospace;font-size:12px}.hero-code-window-body{min-height:220px;padding:18px 20px;font-family:Menlo,Monaco,Consolas,monospace}@media (width<=900px){.hero-code-window{max-width:100%}}.site-header{z-index:1000;background:#161b22;border-bottom:1px solid #30363d;justify-content:space-between;align-items:center;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.site-logo{color:#e6edf3;align-items:center;gap:6px;font-size:20px;font-weight:700;text-decoration:none;display:inline-flex}.site-logo:before{content:"</>";color:#2f8d46}.site-nav-menu{flex:1;justify-content:flex-end;min-width:0;background:0 0!important;border-bottom:none!important}.hamburger-btn{padding:4px 8px}.hero{background:#0d1117 radial-gradient(circle at 15% 0,#2f8d462e,#0000 45%);border-bottom:1px solid #30363d;padding:90px 20px}.hero-inner{justify-content:center;align-items:center;gap:56px;max-width:1120px;margin:0 auto;display:flex}.hero-content{text-align:left;flex:380px;max-width:480px}.hero-visual{flex:380px;justify-content:center;display:flex}@media (width<=900px){.hero-inner{text-align:center;flex-direction:column}.hero-content{text-align:center;max-width:100%}}.section{max-width:1200px;margin:0 auto;padding:50px 20px}.section-surface,.section-alt{background:#0d1117}.section-title{text-align:center;margin:0 0 30px!important}.tutorial-card{text-align:center;height:100%;background:#161b22!important;border:1px solid #30363d!important}.tutorial-card .ant-card-body{flex-direction:column;align-items:center;gap:8px;display:flex}.tutorial-thumb{width:100%;height:140px;padding:16px 18px;font-family:Menlo,Monaco,Consolas,monospace;overflow:hidden}.tutorial-cta{margin-top:8px}.topic-card,.testimonial-card{text-align:center;height:100%;background:#161b22!important;border:1px solid #30363d!important}.cta-section{color:#e6edf3;text-align:center;background:#161b22;border-top:1px solid #30363d;border-bottom:1px solid #30363d;padding:50px 20px}.site-footer{color:#9198a1;text-align:center;background:#0d1117;border-top:1px solid #30363d;margin-top:auto;padding:20px}.site-footer p{margin:0;font-size:14px}
