:root{--ink: #100f0d;--paper: #fbfaf7;--rule: #100f0d;--rule-light: #e3e0d9;--rule-faint: #f3f1ea;--muted: #6e6a62;--error: #b3402e;--shadow-sm: 0 1px 2px rgba(16, 15, 13, .05), 0 4px 14px rgba(16, 15, 13, .07);--font-display: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;--mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, monospace;accent-color:var(--ink)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--ink);color:var(--paper)}:where(button,[role=button],a,summary):focus-visible{outline:1.5px solid var(--ink);outline-offset:2px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--rule-light)}::-webkit-scrollbar-thumb:hover{background:var(--muted)}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes authFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-label{font-family:var(--font-display);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:0 0 12px}.home-h2{font-family:var(--font-display);font-size:20px;font-weight:600;letter-spacing:.02em;color:var(--ink);margin:0 0 16px}.home-link{color:var(--ink);text-decoration:underline;text-underline-offset:2px;text-decoration-color:var(--rule-light);transition:text-decoration-color .15s}.home-link:hover{text-decoration-color:var(--ink)}.home-btn-primary{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 16px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);border-radius:3px;font-family:var(--font-display);font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .15s}.home-btn-primary:hover{opacity:.85}.home-cursor{display:inline-block;width:3px;height:.78em;background:var(--ink);margin-left:6px;vertical-align:baseline;animation:blink 1.1s step-end infinite}.home-cursor--sm{width:2px;height:1em;margin-left:2px;vertical-align:text-bottom}.home-chip{display:inline-flex;align-items:center;height:20px;padding:0 10px;font-family:var(--font-body);font-size:11px;font-weight:500;border-radius:9999px;border:1px solid var(--rule-light);color:var(--muted);white-space:nowrap;-webkit-user-select:none;user-select:none}.home-filter-chip{display:inline-flex;align-items:center;height:24px;padding:0 14px;font-family:var(--font-body);font-size:11px;font-weight:500;border-radius:9999px;border:1px dashed var(--rule-light);color:var(--muted);white-space:nowrap;-webkit-user-select:none;user-select:none}.home-filter-chip.on{border:1px solid var(--ink);background:var(--ink);color:var(--paper)}.home-chip-row{display:flex;flex-wrap:wrap;gap:8px}.home-chip-row--tight{gap:6px}.home-meta{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:24px 32px 16px;border-bottom:1px solid var(--rule-light);opacity:0;animation:authFadeUp .5s cubic-bezier(.22,.61,.36,1) 0ms forwards}.home-meta-brand{font-family:var(--font-display);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);-webkit-user-select:none;user-select:none}.home-meta-tag{margin-left:12px;font-size:10px;font-weight:600;letter-spacing:.18em;color:var(--muted)}.home-hero{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:640px;margin:0 auto;padding:80px 24px;text-align:center}.home-hero-label{font-family:var(--font-display);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin:0;opacity:0;animation:authFadeUp .6s cubic-bezier(.22,.61,.36,1) .12s forwards}.home-hero-title{font-family:var(--font-display);font-size:clamp(48px,6.5vw,84px);font-weight:700;letter-spacing:-.03em;line-height:.92;text-transform:uppercase;color:var(--ink);margin:0;opacity:0;animation:authFadeUp .6s cubic-bezier(.22,.61,.36,1) .24s forwards}.home-hero-tagline{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.7;letter-spacing:-.01em;color:var(--ink);max-width:420px;margin:0;opacity:0;animation:authFadeUp .6s cubic-bezier(.22,.61,.36,1) .36s forwards}.home-hero-cta{opacity:0;animation:authFadeUp .6s cubic-bezier(.22,.61,.36,1) .44s forwards}.home-section{max-width:1200px;margin:0 auto;padding:48px 32px;border-top:1px solid var(--rule-light)}.home-overview-copy{display:flex;gap:48px}.home-overview-copy p{flex:1;font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.7;letter-spacing:-.01em;color:var(--ink);margin:0}.home-benefits{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:24px}.home-benefit{border:1px solid var(--rule-light);border-radius:4px;padding:20px 24px;color:var(--muted);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-benefit:hover{border-color:var(--ink);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.home-benefit-title{font-family:var(--font-display);font-size:13px;font-weight:700;letter-spacing:.05em;color:var(--ink);margin:12px 0 6px}.home-benefit-copy{font-family:var(--font-body);font-size:13px;font-weight:300;line-height:1.6;color:var(--muted);margin:0}.home-feature{display:flex;align-items:center;gap:48px}.home-feature--reverse{flex-direction:row-reverse}.home-feature-text{flex:4;min-width:0}.home-feature-text .home-h2{margin-bottom:12px}.home-feature-copy{font-family:var(--font-body);font-size:15px;font-weight:300;line-height:1.7;letter-spacing:-.01em;color:var(--ink);margin:0}.home-shot{flex:6;min-width:0;border:1px solid var(--rule-light);border-radius:4px;padding:20px 24px;overflow:hidden}.home-search-bar{display:flex;align-items:center;gap:8px;padding:0 0 8px;border-bottom:1px solid var(--rule-light);color:var(--muted)}.home-search-query{font-family:var(--font-body);font-size:15px;font-weight:300;color:var(--ink)}.home-shot>.home-chip-row{margin:12px 0 4px}.home-result{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--rule-light)}.home-result:last-child{border-bottom:none;padding-bottom:0}.home-result-thumb{position:relative;flex-shrink:0;width:48px;height:32px;border-radius:2px;background:color-mix(in srgb,var(--ink) 8%,transparent)}.home-result-thumb:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-40%,-50%);border-style:solid;border-width:4px 0 4px 7px;border-color:transparent transparent transparent var(--muted)}.home-result-body{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.home-result-title{font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-result-meta{flex-shrink:0;font-family:var(--mono);font-size:9px;font-variant-numeric:tabular-nums;color:var(--muted)}.home-map{position:relative;height:176px;border-bottom:1px solid var(--rule-light)}.home-map-block{position:absolute;background:var(--rule-faint);border:1px solid var(--rule-light);border-radius:2px}.home-map-block:nth-child(1){left:4%;top:8%;width:17%;height:22%}.home-map-block:nth-child(2){left:25%;top:8%;width:17%;height:22%}.home-map-block:nth-child(3){left:46%;top:8%;width:17%;height:22%}.home-map-block:nth-child(4){left:67%;top:8%;width:29%;height:22%}.home-map-block:nth-child(5){left:4%;top:38%;width:38%;height:24%}.home-map-block:nth-child(6){left:46%;top:38%;width:17%;height:24%}.home-map-block:nth-child(7){left:67%;top:38%;width:29%;height:24%}.home-map-block:nth-child(8){left:4%;top:70%;width:17%;height:22%}.home-map-block:nth-child(9){left:25%;top:70%;width:38%;height:22%}.home-map-block:nth-child(10){left:67%;top:70%;width:29%;height:22%}.home-map-street{position:absolute;left:25%;top:63%;font-family:var(--mono);font-size:9px;letter-spacing:.12em;color:var(--muted)}.home-map-pin{position:absolute;width:8px;height:8px;border-radius:50%;border:1.5px solid var(--muted);background:var(--paper);transform:translate(-50%,-50%)}.home-map-pin--selected{border-color:var(--ink);background:var(--ink)}.home-map-pin--1{left:54%;top:30%}.home-map-pin--2{left:82%;top:16%}.home-map-pin--3{left:74%;top:56%}.home-map-pin--4{left:34%;top:78%}.home-map-pin--5{left:90%;top:84%}.home-timeline{position:relative;padding:16px 0 0}.home-timeline-row{display:flex;height:6px;margin-bottom:8px}.home-timeline-bar{height:6px;border-radius:2px;background:var(--rule-light)}.home-timeline-bar--active{background:color-mix(in srgb,var(--ink) 15%,transparent)}.home-timeline-row--1 .home-timeline-bar:nth-child(1){margin-left:8%;width:22%}.home-timeline-row--1 .home-timeline-bar:nth-child(2){margin-left:12%;width:20%}.home-timeline-row--2 .home-timeline-bar:nth-child(1){margin-left:2%;width:12%}.home-timeline-row--2 .home-timeline-bar:nth-child(2){margin-left:6%;width:24%}.home-timeline-row--2 .home-timeline-bar:nth-child(3){margin-left:8%;width:18%}.home-timeline-row--3 .home-timeline-bar:nth-child(1){margin-left:14%;width:26%}.home-timeline-row--3 .home-timeline-bar:nth-child(2){margin-left:10%;width:14%}.home-timeline-row--4 .home-timeline-bar:nth-child(1){margin-left:5%;width:18%}.home-timeline-row--4 .home-timeline-bar:nth-child(2){margin-left:10%;width:14%}.home-timeline-playhead{position:absolute;left:58%;top:12px;bottom:20px;width:1.5px;background:var(--error)}.home-timeline-playhead:before{content:"";position:absolute;top:-4px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:var(--error)}.home-timeline-axis{display:flex;justify-content:space-between;padding-top:4px;font-family:var(--mono);font-size:9px;font-variant-numeric:tabular-nums;color:var(--muted)}.home-flow{display:flex;align-items:center}.home-flow-step{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;border:1px solid var(--rule-light);border-radius:4px;padding:12px 16px}.home-flow-step-label{font-family:var(--font-display);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.home-flow-step-box{font-family:var(--font-body);font-size:11px;font-weight:300;line-height:1.5;color:var(--ink);border:1px solid var(--rule-light);border-radius:3px;padding:6px 8px}.home-flow-cond{display:flex;flex-direction:column;gap:4px;flex-shrink:0;border:1px solid var(--rule);border-radius:4px;padding:8px 12px}.home-flow-cond-q{font-family:var(--font-body);font-size:11px;font-weight:400;color:var(--ink);white-space:nowrap}.home-flow-link{flex-shrink:0;width:24px;height:8px}.home-flow-link path{stroke:var(--ink);stroke-width:1.5;fill:none}.home-flow-branch{flex-shrink:0;width:32px;align-self:stretch;height:auto}.home-flow-branch path{stroke:var(--ink);stroke-width:1.5;fill:none}.home-flow-branch-no{stroke-dasharray:7 5}.home-flow-col{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}.home-db{display:flex;align-items:flex-start;gap:20px}.home-db-field{display:flex;flex-direction:column;gap:8px;flex-shrink:0;width:176px;border:1px solid var(--rule-light);border-radius:4px;padding:12px 16px}.home-db-field-name{font-family:var(--font-display);font-size:13px;font-weight:700;letter-spacing:.05em;color:var(--ink)}.home-db-scroll{flex:1;min-width:0;overflow-x:auto}.home-db-table{width:100%;border-collapse:collapse}.home-db-table th{font-family:var(--font-display);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-align:left;color:var(--muted);padding:0 12px 6px 0;border-bottom:1px solid var(--rule-light);white-space:nowrap}.home-db-table th.active{color:var(--ink);border-bottom:2px solid var(--ink)}.home-db-table td{font-family:var(--font-body);font-size:11px;font-weight:400;color:var(--ink);padding:6px 12px 6px 0;border-bottom:1px solid var(--rule-light);white-space:nowrap}.home-db-table tr:last-child td{border-bottom:none}.home-db-table td.mono{font-family:var(--mono);font-size:10px;font-variant-numeric:tabular-nums;color:var(--muted)}.home-stat{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:48px 32px;border-top:1px solid var(--rule-light);text-align:center}.home-stat-number{font-family:var(--font-display);font-size:clamp(42px,5vw,72px);font-weight:700;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums;color:var(--ink)}.home-stat-copy{font-family:var(--font-body);font-size:13px;font-weight:300;line-height:1.6;color:var(--muted);max-width:420px;margin:0}.home-partners-row{display:flex;align-items:center;gap:48px;margin-top:12px}.home-partner-logo{display:block;height:28px;width:auto;filter:grayscale(1);opacity:.7;transition:opacity .15s}a:hover>.home-partner-logo{opacity:1}.home-footer{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 32px 24px;border-top:1px solid var(--rule-light);font-family:var(--font-display);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-variant-numeric:tabular-nums}@media(max-width:860px){.home-feature,.home-feature--reverse{flex-direction:column;align-items:stretch;gap:24px}.home-overview-copy{flex-direction:column;gap:16px}.home-db{flex-direction:column}.home-db-field{width:auto}}@media(max-width:640px){.home-meta,.home-section,.home-stat,.home-footer{padding-left:24px;padding-right:24px}.home-hero{padding-top:48px;padding-bottom:48px}.home-flow{flex-direction:column;align-items:stretch;gap:12px}.home-flow-link,.home-flow-branch{display:none}.home-flow-cond{align-self:flex-start}.home-result-meta{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.home-meta,.home-hero-label,.home-hero-title,.home-hero-tagline,.home-hero-cta{opacity:1;animation:none}.home-cursor{animation:none}}
