@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600;700&family=Noto+Sans+Thai:wght@400;500;600;700&display=swap";:root{color-scheme:dark;font-family:Inter,Noto Sans Thai,system-ui,sans-serif;background:#0f1012;color:#f4f5f7;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #0f1012;--surface: #17191d;--surface-hover: #1c1f24;--border: #2b2e35;--text: #f4f5f7;--muted: #9ca3af;--subtle: #737b88;--blue: #5aa2ff;--green: #19c37d;--orange: #ff6b00}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,a{font:inherit}a{color:inherit;text-decoration:none}.site-shell{width:min(100% - 48px,1120px);min-height:100vh;margin:0 auto;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;height:88px;border-bottom:1px solid var(--border)}.brand,.footer-brand{display:inline-flex;align-items:center;gap:11px;font-size:17px;font-weight:600;letter-spacing:-.01em}.brand img,.footer-brand img{width:34px;height:34px;border-radius:50%;object-fit:cover}.support-link{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;transition:color .16s ease}.support-link:hover,.footer-links a:hover{color:var(--text)}main{flex:1}.hero{padding:78px 0 30px}.hero h1{margin:0;font-size:clamp(42px,6vw,66px);line-height:1.05;letter-spacing:-.055em;font-weight:700}.hero-subtitle{margin:15px 0 28px;color:var(--muted);font-size:clamp(18px,2.2vw,23px);line-height:1.45}.release-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:14px}.release-status{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-weight:600}.release-status.is-error{color:#f5a524}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor;box-shadow:0 0 0 4px color-mix(in srgb,currentColor 12%,transparent)}.release-version,.release-date{font-family:IBM Plex Mono,monospace;font-size:13px}.release-divider{width:1px;height:17px;background:var(--border)}.downloads{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.download-row{min-height:140px;display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:22px;padding:22px 26px;border-bottom:1px solid var(--border);transition:background .16s ease}.download-row:last-child{border-bottom:0}.download-row:hover{background:var(--surface-hover)}.platform-icon{display:grid;place-items:center;color:var(--text)}.platform-copy{min-width:0}.platform-title-line{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.platform-title-line h2{margin:0;font-size:18px;line-height:1.35;font-weight:600;letter-spacing:-.02em}.platform-copy p{margin:7px 0 0;color:var(--muted);font-size:14px;line-height:1.45}.architecture{padding:3px 8px;border:1px solid var(--border);border-radius:5px;color:var(--subtle);font:500 12px/1.3 IBM Plex Mono,monospace}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-width:132px;padding:13px 18px;border:1px solid #4d91eb;border-radius:8px;background:var(--blue);color:#08111f;font-size:15px;font-weight:600;transition:background .16s ease,transform .16s ease,border-color .16s ease}.download-button:hover{background:#78b3ff;border-color:#78b3ff;transform:translateY(-1px)}.download-button:focus-visible,.support-link:focus-visible,.footer-links a:focus-visible,.brand:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.download-button.is-starting{transform:scale(.98)}.getting-started{padding:54px 0 64px}.getting-started h2{margin:0 0 28px;font-size:22px;letter-spacing:-.025em}.steps{display:grid;grid-template-columns:1fr auto 1fr auto 1.2fr auto 1fr;align-items:start;gap:16px}.step{min-width:0;display:grid;grid-template-columns:36px 30px minmax(0,1fr);gap:10px;align-items:start}.step-number{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:50%;color:var(--blue);font:500 14px/1 IBM Plex Mono,monospace}.step-icon{color:var(--muted)}.step strong{display:block;margin-top:1px;font-size:14px;line-height:1.45;font-weight:600}.step small{display:block;margin-top:5px;color:var(--subtle);font-size:12px;line-height:1.45}.step-arrow{color:var(--subtle);font-size:27px;line-height:30px}.footer{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:82px;border-top:1px solid var(--border);color:var(--muted)}.footer-brand{color:var(--text);font-size:14px}.footer-brand img{width:26px;height:26px}.footer-links{display:flex;align-items:center;gap:24px;font-size:13px}.footer-links a{transition:color .16s ease}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:900px){.steps{grid-template-columns:1fr 1fr;gap:30px 24px}.step-arrow{display:none}}@media(max-width:640px){.site-shell{width:min(100% - 32px,1120px)}.topbar{height:72px}.brand{font-size:15px}.brand img{width:30px;height:30px}.support-link span{display:none}.hero{padding:56px 0 24px}.hero h1{font-size:42px}.hero-subtitle{font-size:17px;margin-bottom:22px}.release-meta{gap:11px;font-size:13px}.release-divider{display:none}.release-date{width:100%}.download-row{grid-template-columns:42px minmax(0,1fr);gap:14px;padding:20px 16px}.platform-icon svg{width:26px;height:26px}.platform-title-line h2{font-size:16px}.platform-copy p{font-size:12px}.download-button{grid-column:2;justify-self:start;min-width:118px;padding:11px 15px;font-size:14px}.getting-started{padding:42px 0 48px}.getting-started h2{font-size:20px}.steps{grid-template-columns:1fr;gap:21px}.step{grid-template-columns:36px 30px minmax(0,1fr)}.footer{align-items:flex-start;flex-direction:column;justify-content:center;padding:23px 0;gap:17px}.footer-links{gap:17px;flex-wrap:wrap}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
