:root{--bg: #F4F2EC;--surface: #EAE7DF;--text: #191917;--text-muted: #706D66;--border: rgb(25 25 23 / 14%);--accent: #B88A14;--accent-text: #765700;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", system-ui, -apple-system, sans-serif;--font-mono: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, monospace;color-scheme:light}:root[data-theme=dark]{--bg: #121210;--surface: #1D1D1A;--text: #F3F1EA;--text-muted: #AAA69D;--border: rgb(243 241 234 / 16%);--accent: #D1AA43;--accent-text: #DDBB62;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1}a{color:inherit;text-decoration:none}p{margin-bottom:16px}p:last-child{margin-bottom:0}h1,h2,h3,h4{font-weight:600;line-height:1.15;color:var(--text);letter-spacing:-.02em}.mono{font-family:var(--font-mono)}.container{width:100%;max-width:860px;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.hairline{height:1px;background-color:var(--border);border:none;margin:48px 0}:focus-visible{outline:2px solid var(--text);outline-offset:2px}.masthead{width:100%;background-color:var(--bg)}.masthead-inner{display:flex;justify-content:space-between;align-items:center;min-height:64px;height:auto;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;color:var(--text);min-height:44px}.brand-icon{width:28px;height:28px;flex:0 0 28px}.brand-icon img{display:block;width:100%;height:100%}.brand-icon-dark{display:none!important}:root[data-theme=dark] .brand-icon-light{display:none!important}:root[data-theme=dark] .brand-icon-dark{display:block!important}.brand-copy{display:inline-flex;align-items:baseline;gap:6px;line-height:1}.brand-less{font-weight:700;letter-spacing:.05em}.brand-sub{font-weight:400;color:var(--text-muted);font-size:.8125rem}.masthead-actions{display:flex;align-items:center;gap:24px}.nav{display:flex;align-items:center}.nav a{font-size:.8125rem;color:var(--text-muted);transition:color .15s ease;display:inline-flex;align-items:center;min-height:44px}.nav a:hover{color:var(--text)}.theme-toggle{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 2px;border:0;background:transparent;color:var(--text-muted);font:inherit;font-size:.75rem;letter-spacing:.04em;cursor:pointer;transition:color .15s ease}.theme-toggle:hover{color:var(--text)}.theme-toggle-mark{position:relative;width:12px;height:12px;overflow:hidden;border:1px solid currentColor;border-radius:50%}.theme-toggle-mark:after{position:absolute;inset:0 50% 0 0;background:currentColor;content:""}:root[data-theme=dark] .theme-toggle-mark:after{inset:0 0 0 50%}.header-divider{height:1px;background-color:var(--border);border:none;margin:0}.hero-section{padding:56px 0 24px}.hero-eyebrow{font-size:.75rem;color:var(--accent-text);letter-spacing:.08em;margin-bottom:16px}.hero-statement{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;letter-spacing:-.035em;line-height:1.1;margin-bottom:24px}.hero-lead{font-size:1.125rem;color:var(--text-muted);line-height:1.6;max-width:580px}.instrument-section{padding:16px 0 24px}.instrument-grid{display:flex;justify-content:space-between;align-items:center;gap:48px}.instrument-info{flex:1;max-width:440px}.instrument-eyebrow{font-size:.75rem;color:var(--text-muted);letter-spacing:.08em;margin-bottom:8px}.instrument-title{font-size:1.875rem;font-weight:700;margin-bottom:4px}.title-muted{color:var(--text-muted)}.instrument-tagline{font-size:.9375rem;color:var(--accent-text);margin-bottom:20px}.instrument-desc{font-size:1rem;color:var(--text-muted);line-height:1.6;margin-bottom:28px}.instrument-screenshot-wrapper{flex-shrink:0}.instrument-screenshot{display:block;width:270px;max-width:100%;height:auto;border:1px solid var(--border);border-radius:18px}.about-section{padding:16px 0 64px;display:flex;flex-direction:column;gap:36px}.about-item{max-width:600px}.about-heading{font-size:1.125rem;font-weight:600;margin-bottom:8px;color:var(--text)}.about-paragraph{font-size:.9375rem;color:var(--text-muted);line-height:1.6;margin-bottom:6px}.about-sub{font-size:.8125rem;color:var(--text-muted);margin-top:6px}.about-byline{font-size:.8125rem;color:var(--text-muted);margin-bottom:12px}.creator-links{display:flex;flex-wrap:wrap;gap:16px}.link-btn{font-size:.875rem;color:var(--text);text-decoration:underline;text-underline-offset:3px;transition:color .15s ease;display:inline-flex;align-items:center;min-height:44px}.link-btn:hover{color:var(--accent-text)}.link{color:var(--text);text-decoration:underline;text-underline-offset:3px}.legal-page{padding:56px 0 80px}.legal-header{margin-bottom:24px}.legal-eyebrow{font-size:.75rem;color:var(--accent-text);letter-spacing:.08em;margin-bottom:12px}.legal-title{font-size:clamp(2.25rem,5vw,3rem);font-weight:700;line-height:1.1;margin-bottom:8px}.legal-meta{font-size:.8125rem;color:var(--text-muted)}.legal-body{max-width:660px}.summary-box{background-color:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px 24px;margin-bottom:40px}.summary-title{font-size:.75rem;color:var(--accent-text);letter-spacing:.06em;margin-bottom:8px}.summary-text{font-size:.9375rem;color:var(--text);line-height:1.6;margin-bottom:0}.legal-section{margin-bottom:36px}.legal-section h2{font-size:1.1875rem;font-weight:600;margin-bottom:10px;color:var(--text)}.legal-section p{font-size:.9375rem;color:var(--text-muted);line-height:1.65;margin-bottom:12px}.legal-section p:last-child{margin-bottom:0}.legal-link{color:var(--text);text-decoration:underline;text-underline-offset:3px}.legal-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;font-size:.8125rem}.back-link,.sub-link{color:var(--text-muted);transition:color .15s ease;display:inline-flex;align-items:center;min-height:44px}.back-link:hover,.sub-link:hover{color:var(--text)}@media(max-width:720px){.instrument-grid{flex-direction:column;align-items:flex-start;gap:36px}.instrument-screenshot{width:240px}.masthead-actions{gap:16px}.legal-footer{align-items:flex-start;flex-direction:column}}@media(max-width:360px){.masthead-inner{align-items:flex-start;flex-direction:column;gap:4px;padding-top:8px;padding-bottom:8px}.masthead-actions{width:100%;justify-content:space-between}}
