:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--background:#fff;--foreground:#151515;--muted:#707070;--subtle:#f3f3f1;--line:#ddddda;--inverse:#fff;--danger:#a22c25;--content:720px}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html{min-height:100%}body{background:var(--background);min-height:100vh;color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}.site-header,.site-footer{justify-content:space-between;align-items:center;width:min(100% - 40px,1120px);margin-inline:auto;display:flex}.site-header{height:72px}.site-footer{min-height:72px;color:var(--muted);justify-content:center;font-size:.8rem}.site-footer nav{align-items:center;gap:8px;display:flex}.site-footer a,.quiet-link{text-underline-offset:4px;text-decoration-color:#0000}.site-footer a:hover,.quiet-link:hover{text-decoration-color:currentColor}.wordmark{letter-spacing:-.02em;font-weight:650;text-decoration:none}.quiet-link{color:var(--muted);font-size:.9rem}.back-link{margin-top:48px;display:inline-block}.center-stage{place-items:center;min-height:calc(100vh - 144px);padding:64px 20px 96px;display:grid}body:has(.location-background-video){--background:#0b1016;--foreground:#fff;--muted:#d2d5d8;--subtle:#181e25;--line:#555b61;--inverse:#11151a}.location-background-stage{z-index:1;position:relative}.location-background-video,.location-background-static{z-index:0;pointer-events:none;border:0;width:100vw;height:100vh;position:fixed;inset:0}.location-background-video{object-fit:cover;object-position:center}.location-background-static{background-position:50%;background-repeat:no-repeat;background-size:cover;display:none}.location-background-stage:before{content:"";z-index:1;pointer-events:none;background:#03070c4d;position:fixed;inset:0}.location-background-stage>section{z-index:2;position:relative}body:has(.location-background-video) .site-footer{z-index:2;position:relative}body:has(.location-background-video) .home-ask-bar input::placeholder{color:#d2d5d8}body:has(.location-background-video) .home-human-notes p:first-child{opacity:.76}:is(body:has(.home-ask-stage) .site-header,body:has(.home-scope-heading) .site-header){visibility:hidden}.home-ask-stage{flex-direction:column;align-items:center;width:min(100%,760px);display:flex;transform:translateY(-4vh)}.home-ask-stage h1{letter-spacing:-.065em;text-align:center;margin:0 0 18px;font-size:clamp(3rem,7vw,4.8rem);font-weight:510;line-height:1}.home-ask-form{width:100%}.location-select-wrap{color:var(--foreground);align-items:center;display:inline-flex;position:relative}.location-select-wrap:after{content:"⌄";color:var(--muted);pointer-events:none;font-size:.78rem;position:absolute;top:44%;right:7px;transform:translateY(-50%)}.location-select-wrap select{appearance:none;color:var(--foreground);font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:999px;outline:0;padding:7px 25px 7px 10px;font-size:.9rem;font-weight:590}.location-select-wrap select:focus-visible{box-shadow:0 0 0 2px var(--background), 0 0 0 4px var(--foreground)}.home-ask-stage>.location-select-wrap{margin-bottom:27px}.home-scope-heading{flex-direction:column;align-items:center;gap:10px;margin-bottom:44px;display:flex}.home-wordmark{color:var(--foreground);letter-spacing:-.055em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:540;line-height:1}.home-ask-bar{border:1px solid var(--line);background:var(--background);border-radius:999px;align-items:center;gap:10px;min-height:62px;padding:7px 8px 7px 25px;transition:border-color .16s,box-shadow .16s;display:flex;box-shadow:0 1px 7px #0000001a}.home-ask-bar:focus-within,.home-ask-bar:hover{border-color:#c8c8c5;box-shadow:0 2px 10px #00000024}.home-ask-bar input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:0;flex:1;font-size:1.05rem}.home-ask-bar input::placeholder{color:#8a8a88;opacity:1}.home-ask-bar button{background:var(--foreground);min-width:72px;color:var(--inverse);border:0;border-radius:999px;align-self:stretch;padding:0 20px;font-weight:640}.home-human-notes{color:var(--muted);letter-spacing:.01em;text-align:center;margin:14px 0 0}.home-human-notes p{margin:0}.home-human-notes p:first-child{opacity:.62;font-size:.75rem;font-weight:400}.home-human-notes p+p{margin-top:11px;font-size:.84rem;font-weight:400}.home-ask-error{margin-left:24px}.question-stage,.empty-state,.thanks-state{width:min(100%, var(--content))}.question-stage h1,.empty-state h1,.thanks-state h1,.ask-stage h1,.ask-success h1,.owner-heading h1{letter-spacing:-.045em;margin:14px 0 32px;font-size:clamp(2rem,5vw,4rem);font-weight:560;line-height:1.08}.eyebrow{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:680}.answer-form textarea,.ask-form textarea{resize:vertical;border:1px solid var(--line);background:var(--background);width:100%;color:var(--foreground);border-radius:12px;outline:none;padding:18px 20px;line-height:1.5;display:block}.answer-form textarea{min-height:112px;font-size:1.08rem}.ask-form textarea{min-height:148px;font-size:1.15rem}.answer-form textarea:focus,.ask-form textarea:focus{border-color:var(--foreground);box-shadow:0 0 0 1px var(--foreground)}.answer-form textarea::placeholder,.ask-form textarea::placeholder{color:#969696}.form-row{justify-content:space-between;align-items:center;gap:20px;margin-top:14px;display:flex}.form-row>button,.primary-link{border:1px solid var(--foreground);background:var(--foreground);color:var(--inverse);white-space:nowrap;border-radius:999px;padding:10px 19px;font-weight:630;text-decoration:none}.primary-link{margin-top:18px;display:inline-block}.status-line,.character-count,.privacy-note,.muted{color:var(--muted)}.status-line{margin:0;font-size:.86rem}.privacy-note{margin:18px 0 0;font-size:.79rem;line-height:1.5}.form-error{color:var(--danger);margin:14px 0 0;font-size:.88rem}.form-message{color:var(--muted);font-size:.88rem}.narrow-page,.owner-page,.legal-page{width:min(100% - 40px, var(--content));min-height:calc(100vh - 144px);margin:0 auto;padding:100px 0 120px}.ask-stage,.ask-success{width:100%}.ask-stage h1,.ask-success h1{font-size:clamp(2.4rem,6vw,4.2rem)}.ask-stage>.location-select-wrap{margin:-16px 0 28px}.private-link-box{border:1px solid var(--line);border-radius:10px;align-items:center;gap:12px;margin:26px 0 8px;padding:14px;display:flex}.private-link-box code{overflow-wrap:anywhere;min-width:0;color:var(--muted);flex:1;font-size:.78rem}.secondary-button,.danger-button{border:1px solid var(--line);background:var(--background);color:var(--foreground);border-radius:999px;padding:9px 14px}.owner-page{max-width:760px}.owner-heading h1{font-size:clamp(2rem,5vw,3.4rem)}.question-facts{flex-wrap:wrap;gap:24px 46px;margin:0;display:flex}.question-facts div{gap:5px;display:grid}.question-facts dt{color:var(--muted);font-size:.76rem}.question-facts dd{margin:0;font-weight:610}.private-warning{background:var(--subtle);border-radius:8px;margin:32px 0 0;padding:14px 16px;font-size:.84rem;line-height:1.5}.answers-section{margin-top:76px}.section-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;padding-bottom:12px;display:flex}.section-heading h2{margin:0;font-size:1rem}.section-heading span{color:var(--muted);font-size:.82rem}.answer-list{counter-reset:answers;margin:0;padding:0;list-style:none}.answer-list li{border-bottom:1px solid var(--line);padding:28px 0}.answer-list p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:1.06rem;line-height:1.65}.text-button{color:var(--muted);text-underline-offset:3px;background:0 0;border:0;margin-top:13px;padding:0;font-size:.76rem;text-decoration:underline}.owner-actions{align-items:center;gap:12px;margin-top:48px;display:flex}.secondary-link{border:1px solid var(--line);border-radius:999px;padding:9px 14px;font-size:.86rem;text-decoration:none}.danger-button{color:var(--danger)}.legal-page{max-width:680px}.legal-page h1{letter-spacing:-.04em;margin:14px 0 36px;font-size:clamp(2.5rem,6vw,4rem)}.legal-page h2{letter-spacing:-.015em;margin:48px 0 10px;font-size:1.08rem}.legal-page p:not(.eyebrow),.faq-list dd{color:#454545;font-size:1.02rem;line-height:1.75}.legal-page code{font-size:.9em}.legal-page a{text-underline-offset:3px}.legal-intro{margin-bottom:28px}.legal-warning{border-left:2px solid var(--foreground);margin:28px 0 0;padding-left:15px}.legal-review{border-top:1px solid var(--line);margin-top:64px;padding-top:24px;font-size:.9rem!important}.faq-list{margin:0}.faq-list div{border-bottom:1px solid var(--line);padding:25px 0}.faq-list dt{font-weight:650;line-height:1.45}.faq-list dd{margin:7px 0 0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:560px){.site-header,.site-footer{width:min(100% - 28px,1120px)}.site-header{height:60px}.site-footer{justify-content:center;align-items:flex-start;min-height:88px;padding-top:24px}.center-stage{place-items:start center;min-height:calc(100vh - 148px);padding:54px 16px 80px}.home-ask-stage{margin-top:14vh;transform:none}.home-ask-stage h1{margin-bottom:15px;font-size:clamp(2.8rem,13vw,3.8rem)}.home-ask-stage>.location-select-wrap{margin-bottom:24px}.home-scope-heading{margin-bottom:34px}.home-ask-bar{min-height:58px;padding-left:19px}.home-ask-bar input{font-size:.96rem}.home-ask-bar button{min-width:64px;padding-inline:16px}.question-stage h1{margin-bottom:26px}.form-row{align-items:flex-end}.status-line{max-width:190px;line-height:1.5}.narrow-page,.owner-page,.legal-page{width:min(100% - 32px, var(--content));padding-top:64px}.private-link-box,.owner-actions{flex-direction:column;align-items:stretch}.owner-actions>*{text-align:center}}@media (prefers-reduced-motion:reduce){.location-background-video{display:none}.location-background-static{display:block}}@media (prefers-color-scheme:dark){:root{--background:#101010;--foreground:#f2f2ee;--muted:#999995;--subtle:#1c1c1a;--line:#353531;--inverse:#101010;--danger:#ef8f86}.legal-page p:not(.eyebrow),.faq-list dd{color:#c4c4bf}.answer-form textarea::placeholder,.ask-form textarea::placeholder{color:#747470}.home-ask-bar input::placeholder{color:#858581}.home-ask-bar{box-shadow:0 1px 7px #00000057}.home-ask-bar:focus-within,.home-ask-bar:hover{border-color:#4a4a46;box-shadow:0 2px 11px #0000006b}}
