@import url('/fonts.css');
:root{--paper:#f4f1e8;--ink:#243b32;--muted:#74796d;--line:#d8dacd;--orange:#bc562f;--white:#fffef8;--serif:Georgia,'Times New Roman',serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.55 -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-offset:5px}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}h1{font:clamp(44px,6vw,76px)/1.02 var(--serif);letter-spacing:-2px}h2{font:36px/1.15 var(--serif);letter-spacing:-.7px}h3{font:25px/1.22 var(--serif)}.eyebrow{font-size:10px;letter-spacing:2.2px;font-weight:700;text-transform:uppercase}.muted{color:var(--muted)}.shell{max-width:1520px;margin:auto;display:grid;grid-template-columns:230px 1fr;min-height:100dvh}.sidebar{border-right:1px solid var(--line);padding:38px 28px;display:flex;flex-direction:column;position:sticky;top:0;height:100dvh}.logo{font:36px/1 var(--serif);font-weight:bold;letter-spacing:-2px;display:flex;align-items:center;gap:9px}.logo i{display:inline-block;width:13px;height:28px;background:var(--orange);transform:skew(-15deg)}.tagline{font-size:9px;letter-spacing:2px;margin:13px 0 66px}.nav{display:grid;gap:12px}.nav button{padding:13px 14px;text-align:left;border:0;background:none;color:var(--muted);border-radius:4px}.nav button.active{background:var(--ink);color:var(--paper)}.nav button span{margin-right:13px;font-size:18px}.sidebottom{margin-top:auto;border-top:1px solid var(--line);padding-top:22px;font-size:12px}.sidebottom button{margin-top:15px;background:none;border:0;padding:0;color:var(--muted)}main{padding:35px 55px 60px;min-width:0}.topbar{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:45px;font-size:11px;letter-spacing:1px}.location{display:flex;gap:8px;align-items:center}.dot{width:6px;height:6px;background:var(--orange);border-radius:50%}.hero{display:grid;grid-template-columns:1.5fr 1fr;gap:35px;align-items:center;margin-bottom:40px}.hero h1{margin:20px 0}.hero p{max-width:460px}.orbit{width:240px;height:240px;position:relative;margin:auto;border:1px solid #b4bdac;border-radius:50%;display:grid;place-items:center}.orbit:before,.orbit:after{content:'';position:absolute;inset:32px;border:1px solid #b4bdac;border-radius:50%;transform:rotate(-35deg) scaleX(.48)}.orbit:after{transform:rotate(35deg) scaleX(.48)}.orbit b{font:italic 105px var(--serif);z-index:1}.orbit i{position:absolute;width:18px;height:18px;background:var(--orange);border-radius:50%;top:38px;right:20px}.sectionhead{border-top:1px solid var(--line);padding-top:25px;display:flex;justify-content:space-between;align-items:center;margin:28px 0 23px}.sectionhead h2{font-size:28px;margin:0}.button{background:var(--ink);color:var(--paper);border:1px solid var(--ink);padding:12px 21px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:14px;text-decoration:none}.button.light{background:transparent;color:var(--ink);border-color:var(--line)}.button.orange{background:var(--orange);border-color:var(--orange);color:white}.cards{display:grid;grid-template-columns:1fr 1fr;gap:22px}.card{background:var(--white);padding:28px;border:1px solid var(--line);border-radius:3px}.card p{font-size:14px}.card.green{background:var(--ink);color:var(--paper);border-color:var(--ink)}.card.green .muted{color:#bac6b6}.card.green .button{background:var(--paper);color:var(--ink)}.card .eyebrow{display:block;margin-bottom:35px}.card .bottom{display:flex;justify-content:space-between;align-items:center;margin-top:28px}.big-number{font:48px var(--serif)}.empty{padding:36px 0;border-top:1px solid var(--line);max-width:680px}.empty h3{margin-bottom:12px}.row{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.form{max-width:800px}.form label{display:block;font-size:12px;font-weight:600;margin:22px 0 8px}.form input,.form textarea,.form select{width:100%;padding:13px;background:var(--white);color:var(--ink);border:1px solid #babfb0;border-radius:3px}.form textarea{min-height:115px;resize:vertical}.form .split{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form .check{display:flex;align-items:center;gap:12px;font-weight:400}.form .check input{width:18px;height:18px}.form .button{margin-top:26px}.hint{font-size:12px;color:var(--muted);margin:8px 0}.listitem{padding:26px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}.listitem h3{margin:8px 0}.badge{display:inline-block;padding:4px 9px;background:#e4e9dd;font-size:10px;letter-spacing:1px;text-transform:uppercase;border-radius:2px}.badge.failed{background:#f5ded0;color:#853a22}.badge.running,.badge.queued{background:#f4e5bc;color:#78520e}.reader{max-width:730px;margin:30px auto}.reader h1{font-size:52px}.reader .body{font:19px/1.85 var(--serif);white-space:pre-line}.reader section{padding:35px 0;border-bottom:1px solid var(--line)}.reader h2{font-size:32px}.reader .callout{background:#e7e9df;padding:23px;margin:22px 0}.reader details{margin:20px 0}.reader summary{cursor:pointer;font-weight:600}.reader .steps{display:grid;gap:10px;counter-reset:steps}.reader .steps div{padding:14px;border:1px solid var(--line)}.reader .steps div:before{counter-increment:steps;content:counter(steps,decimal-leading-zero) ' / ';color:var(--orange)}.sources{overflow-wrap:anywhere;font-size:13px}.event{margin-bottom:20px}.event h3{font-size:30px;margin:15px 0}.event .details{border-top:1px solid var(--line);padding-top:15px}.event blockquote{font:italic 15px/1.6 var(--serif);border-left:2px solid var(--orange);margin:20px 0;padding-left:15px}.event .eyebrow{margin-bottom:12px}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100dvh}.auth-story{background:var(--ink);color:var(--paper);padding:55px;display:flex;flex-direction:column;justify-content:space-between}.auth-story h1{max-width:550px;margin:60px 0 30px;font-size:clamp(58px,6vw,88px)}.auth-story .orbit{margin:15px 0 50px}.auth-form{padding:70px;display:flex;flex-direction:column;justify-content:center}.auth-form .form{width:100%;max-width:400px;margin:auto}.auth-form h2{font-size:42px}.auth-form .button{width:100%}.linkbutton{border:0;background:none;text-decoration:underline;color:var(--ink);padding:10px 0}.error{color:#963d25;font-size:13px;margin-top:15px}#toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:14px 22px;border-radius:4px;z-index:50;display:none;max-width:90vw}.note{background:#ebe7da;padding:18px;font-size:13px;border-left:3px solid var(--orange);margin:20px 0}.pdf-frame{width:100%;height:75dvh;border:1px solid var(--line)}.loading{padding:70px;text-align:center}.stars button{font-size:25px;border:0;background:none;color:var(--orange)}@media(max-width:1050px){main{padding:30px}.shell{grid-template-columns:185px 1fr}.sidebar{padding:32px 20px}.orbit{width:190px;height:190px}.hero{grid-template-columns:1.5fr .8fr}.auth-form{padding:35px}}@media(max-width:700px){.shell{display:block}.sidebar{position:fixed;top:auto;bottom:0;height:auto;width:100%;padding:8px 12px;background:var(--paper);border-top:1px solid var(--line);border-right:0;z-index:10}.sidebar>.logo,.tagline,.sidebottom{display:none}.nav{display:flex;justify-content:space-around;gap:0}.nav button{display:flex;flex-direction:column;align-items:center;gap:2px;padding:7px 10px;font-size:10px}.nav button span{margin:0;font-size:17px}.nav button.active{background:none;color:var(--orange)}main{padding:22px 21px 100px}.topbar{margin-bottom:30px;font-size:9px}.hero{display:block}.hero h1{font-size:55px}.hero .orbit{display:none}.cards{grid-template-columns:1fr}.card{padding:24px}.card .eyebrow{margin-bottom:22px}.form .split{grid-template-columns:1fr;gap:0}.sectionhead{gap:10px}.sectionhead h2{font-size:26px}.sectionhead .button{font-size:11px;padding:10px}.listitem{align-items:flex-start}.listitem .button{padding:8px 12px;font-size:12px}.reader h1{font-size:40px}.reader .body{font-size:18px}.auth{display:block}.auth-story{padding:28px}.auth-story h1{font-size:48px;margin:32px 0 15px}.auth-story .orbit,.auth-story>p{display:none}.auth-form{padding:34px 24px}.auth-form h2{font-size:32px}.auth-form .form{max-width:unset}.event h3{font-size:25px}}

@media(max-width:700px){.auth-story h1{font-size:34px;margin:22px 0 12px;letter-spacing:-1px}.auth-story h1 br{display:none}.auth-story .eyebrow{font-size:8px;letter-spacing:1.1px}.auth-story p{font-size:13px;margin-bottom:0}.auth-story{padding:24px}.auth-form{padding-top:26px}.auth-form h2{font-size:30px}.auth-form h2 br{display:none}.auth-form .form label{margin-top:16px}}

@media(max-width:700px){h1{font-size:42px;letter-spacing:-1.4px}.hero h1{font-size:46px}.sectionhead:has(h1){display:block}.sectionhead h1{font-size:39px;margin:0 0 18px}.listitem>div{min-width:0}.listitem h3{font-size:23px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.listitem .button{flex-shrink:0;white-space:nowrap}.reader h1{font-size:35px}.reader .row .button{font-size:12px}}

.privacy-page{max-width:760px;margin:48px auto;padding:24px}.privacy-page h2{margin-top:32px}.privacy-page p{line-height:1.7}
