@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.block{display:block}.inline{display:inline}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.border{border-style:var(--tw-border-style);border-width:1px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:JetBrains Mono,Fira Code,SF Mono,Cascadia Code,monospace;font-size:16px;line-height:1.8;transition:background-color .3s,color .3s;overflow-x:hidden}html.dark{--foreground:#e0e0e0;--foreground-muted:#9a9a9a;--accent:#4ade80;--accent-dim:#4ade8020;--border:#2a2a2a;--surface:#141418;--bg:#0a0a0f;--pill-bg:#fff;--pill-fg:#0a0a0f}html.dark body{background-color:var(--bg);color:var(--foreground)}html.light{--foreground:#1a1a1a;--foreground-muted:#555;--accent:#16a34a;--accent-dim:#16a34a15;--border:#ddd;--surface:#f5f5f0;--bg:#fafaf8;--pill-bg:#1a1a1a;--pill-fg:#fafaf8}html.light body{background-color:var(--bg);color:var(--foreground)}.toggle-btn{z-index:1000;border:1px solid var(--border);cursor:pointer;color:var(--foreground);background:0 0;border-radius:2px;padding:4px 10px;font-family:inherit;font-size:13px;transition:all .3s;position:fixed;top:1rem;right:1rem}.toggle-btn:hover{border-color:var(--foreground-muted);background-color:var(--surface)}.section{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(20px)}.section.visible{opacity:1;transform:translateY(0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
.page-container{max-width:760px;margin:0 auto;padding:5rem 1.5rem 6rem}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,6vw,3.5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--foreground-muted);max-width:620px;font-size:16px;line-height:1.9}.hero-image{border-radius:6px;width:100%;margin-top:2.5rem;display:block}.pill-row{flex-wrap:wrap;gap:.6rem;margin-top:2.5rem;display:flex}.pill{background:var(--pill-bg);color:var(--pill-fg);white-space:nowrap;border:none;border-radius:4px;padding:.4rem .9rem;font-family:inherit;font-size:13px;font-weight:500}.pill--accent{background:var(--accent);color:var(--pill-fg)}.section-heading{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem;font-size:13px;font-weight:500}.section-title{margin-bottom:1.25rem;font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:700;line-height:1.25}.section-media{border:1px solid var(--border);border-radius:6px;margin:1.5rem 0;overflow:hidden}.section-media img{width:100%;display:block}.gallery{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.5rem;display:grid}.gallery-item{border:1px solid var(--border);border-radius:4px;overflow:hidden}.gallery-item--wide{grid-column:1/-1}.gallery-item img{object-fit:cover;width:100%;height:100%;display:block}.gallery-caption{color:var(--foreground-muted);margin-top:.5rem;font-size:13px}.steps{flex-direction:column;gap:1.25rem;display:flex}.step{align-items:flex-start;gap:1rem;display:flex}.step-number{color:var(--accent);border:1px solid var(--accent);border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;font-size:13px;font-weight:700;display:flex}.step-content{flex:1}.step-content strong{margin-bottom:.15rem;display:block}.step-content p{color:var(--foreground-muted);font-size:15px;line-height:1.7}.commands{flex-direction:column;gap:1rem;display:flex}.command-row{align-items:center;gap:1.25rem;display:flex}.command-dots{justify-content:flex-start;align-items:center;gap:3px;min-width:80px;display:flex}.command-dot{background:var(--accent);border-radius:50%;width:10px;height:10px}.command-hold{background:var(--accent);border-radius:5px;width:40px;height:10px}.command-label{font-size:15px;font-weight:500}.command-desc{color:var(--foreground-muted);font-size:15px}.features{flex-direction:column;gap:1.25rem;display:flex}.feature-card{border:1px solid var(--border);border-radius:4px;padding:1.25rem}.feature-card h3{margin-bottom:.4rem;font-size:16px;font-weight:700}.feature-card p{color:var(--foreground-muted);font-size:15px;line-height:1.7}.specs{grid-template-columns:auto 1fr;gap:.6rem 1.5rem;font-size:15px;display:grid}.spec-label{color:var(--foreground-muted);white-space:nowrap}.spec-value{color:var(--foreground)}.divider{border:none;border-top:1px solid var(--border);margin:4rem 0}.welcome-backdrop{z-index:2000;background:#000000bf;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.welcome-modal{background:var(--bg);border:1px solid var(--border);flex-direction:column;gap:1.5rem;width:100%;max-width:580px;padding:3rem 2.5rem 2.5rem;display:flex}.welcome-title{letter-spacing:.12em;color:var(--accent);font-size:14px;font-weight:700}.welcome-body{color:var(--foreground);font-size:19px;font-weight:600;line-height:1.8}.welcome-btn{border:1px solid var(--foreground);color:var(--foreground);cursor:pointer;letter-spacing:.08em;background:0 0;align-self:center;padding:.6rem 2rem;font-family:inherit;font-size:15px;font-weight:700;transition:border-color .15s,color .15s}.welcome-btn:hover{border-color:var(--accent);color:var(--accent)}@media (max-width:520px){.gallery{grid-template-columns:1fr}.gallery-item--wide{grid-column:auto}.command-row{gap:.75rem}.command-dots{min-width:60px}}
