:root{color:#11131a;font-synthesis:none;text-rendering:optimizelegibility;--paper:#f4f1e8;--surface:#fff;--surface-soft:#ece8dc;--ink:#11131a;--ink-soft:#62635f;--ink-faint:#7b7c81;--line:#d8d3c5;--line-strong:#c6c0b0;--brand:#ef4770;--brand-dark:#bd254c;--brand-soft:#ffe7ed;--success:#176744;--success-soft:#e4f3eb;--warning:#825c1f;--warning-soft:#f8eed8;--danger:#9b3939;--danger-soft:#f8e8e6;--shadow:0 22px 70px #1918141a, 0 2px 10px #1918140d;background:#f4f1e8;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{background:linear-gradient(#11131a06 1px, transparent 1px), linear-gradient(90deg, #11131a06 1px, transparent 1px), var(--paper);background-size:48px 48px;min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:3px;outline:3px solid #ef477042}::selection{color:var(--ink);background:#ffd8e1}.app{min-height:100vh}.skip-link{z-index:100;color:#fff;background:var(--ink);border-radius:8px;padding:10px 14px;position:fixed;top:-60px;left:16px}.skip-link:focus{top:12px}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f4f1e8e6;border-bottom:1px solid #c6c0b0b3;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 48px);height:70px;margin:0 auto;display:grid}.brand{letter-spacing:-.03em;justify-self:start;align-items:center;gap:10px;width:max-content;font-size:18px;font-weight:760;display:inline-flex}.brand-mark{color:#fff;background:var(--ink);width:31px;height:31px;box-shadow:inset 0 -3px 0 var(--brand);border-radius:9px 12px;place-items:center;font-size:14px;font-weight:850;display:grid}.main-nav{border:1px solid var(--line);background:#ffffff94;border-radius:999px;gap:3px;padding:4px;display:flex}.main-nav a{color:var(--ink-soft);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:650}.main-nav a:hover,.main-nav a[aria-current=page]{color:var(--ink);background:#fff}.run-indicator{min-width:0;max-width:260px;color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;justify-self:end;align-items:center;gap:8px;font-size:12px;font-weight:650;display:flex;overflow:hidden}.pulse-dot,.quiet-dot{border-radius:50%;flex:none;width:8px;height:8px}.pulse-dot{background:var(--brand);animation:1.8s infinite pulse;box-shadow:0 0 #ef477066}.quiet-dot{background:#aaa598}main{display:block}.hero{grid-template-columns:minmax(0,1.5fr) minmax(290px,.75fr);gap:64px;width:min(1180px,100% - 48px);margin:0 auto;padding:104px 0 82px;display:grid}.hero-copy{align-self:center}.eyebrow{color:var(--brand-dark);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:7px;font-size:12px;font-weight:800;display:inline-flex}.hero h1{letter-spacing:-.065em;max-width:800px;margin:18px 0;font-size:clamp(44px,6vw,76px);font-weight:790;line-height:.98}.hero-copy>p{max-width:720px;color:var(--ink-soft);margin:0 0 30px;font-size:18px;line-height:1.65}.hero-principles{border:1px solid var(--line);background:#ffffff94;border-radius:20px;align-self:end;padding:10px;box-shadow:0 14px 46px #1918140f}.hero-principles>div{border-bottom:1px solid var(--line);grid-template-columns:35px 1fr;gap:2px 11px;padding:16px;display:grid}.hero-principles>div:last-child{border-bottom:0}.hero-principles span{width:31px;height:31px;color:var(--brand-dark);background:var(--brand-soft);border-radius:50%;grid-row:1/3;place-items:center;font-size:10px;font-weight:850;display:grid}.hero-principles strong{font-size:14px}.hero-principles p{color:var(--ink-soft);margin:3px 0 0;font-size:12px;line-height:1.5}.repo-form{max-width:760px}.repo-form>label,.metric-message-form>label,.email-workspace label{color:var(--ink-soft);margin-bottom:8px;font-size:12px;font-weight:750;display:block}.repo-input-row,.email-workspace form>div{gap:10px;display:flex}input,textarea{border:1px solid var(--line-strong);width:100%;color:var(--ink);background:#fff;border-radius:11px;box-shadow:inset 0 1px 2px #14141209}input{min-height:48px;padding:0 15px}textarea{resize:vertical;min-height:112px;padding:13px 15px;line-height:1.55}input:hover,textarea:hover{border-color:#aaa394}input:focus,textarea:focus{border-color:var(--brand);outline:0;box-shadow:0 0 0 3px #ef47701c}.form-help,.form-error{margin-top:9px;font-size:12px;display:block}.form-help{color:var(--ink-soft)}.form-error,.inline-error{color:var(--danger)}.button{white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 15px;font-size:12px;font-weight:760;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.button:not(:disabled):hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--ink);box-shadow:0 6px 18px #11131a26}.button-primary:not(:disabled):hover{background:#252832;box-shadow:0 8px 23px #11131a33}.button-secondary,.button-quiet{border-color:var(--line);color:var(--ink);background:#fff}.button-secondary:not(:disabled):hover,.button-quiet:not(:disabled):hover{border-color:var(--line-strong);background:#faf9f5}.button-quiet{min-height:36px;color:var(--ink-soft);padding:0 11px}.connection-message{color:var(--warning)!important;margin-top:12px!important;font-size:13px!important}.restore-card,.job-workspace,.proof-section{width:min(1180px,100% - 48px);margin:0 auto}.restore-card{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:40px;display:flex}.job-workspace{border:1px solid var(--line);box-shadow:var(--shadow);background:#ffffffd1;border-radius:22px;padding:30px}.job-head{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.job-head h2{letter-spacing:-.045em;margin:10px 0 5px;font-size:clamp(25px,3vw,38px)}.job-head a{color:var(--ink-soft);align-items:center;gap:5px;font-size:12px;font-weight:650;display:inline-flex}.job-head a:hover{color:var(--brand-dark)}.job-actions{align-items:center;gap:10px;display:flex}.job-actions code{border:1px solid var(--line);color:var(--ink-soft);background:var(--surface-soft);border-radius:7px;padding:7px 9px;font-size:11px}.status-badge{color:#315060;letter-spacing:.06em;text-transform:uppercase;background:#e6f1f6;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:850;display:inline-flex}.status-badge.is-waiting_user{color:var(--warning);background:var(--warning-soft)}.status-badge.is-succeeded{color:var(--success);background:var(--success-soft)}.status-badge.is-failed,.status-badge.is-cancelled{color:var(--danger);background:var(--danger-soft)}.phase-rail{grid-template-columns:repeat(9,minmax(0,1fr));gap:0;margin:30px 0;padding:0;list-style:none;display:grid}.phase-rail li{color:#99968e;text-align:center;flex-direction:column;align-items:center;gap:7px;display:flex;position:relative}.phase-rail li:before{z-index:0;content:"";background:var(--line);width:100%;height:1px;position:absolute;top:14px;right:50%}.phase-rail li:first-child:before{display:none}.phase-rail li>span{z-index:1;border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:29px;height:29px;font-size:10px;font-weight:800;display:grid}.phase-rail small{font-size:10px;font-weight:680}.phase-rail li.is-current{color:var(--ink)}.phase-rail li.is-current>span{border-color:var(--brand);color:#fff;background:var(--brand);box-shadow:0 0 0 5px var(--brand-soft)}.phase-rail li.is-complete{color:var(--success)}.phase-rail li.is-complete:before{background:#83b99e}.phase-rail li.is-complete>span{color:#fff;background:var(--success);border-color:#83b99e}.job-status-card,.confirmed-metric,.outcome-card{border:1px solid var(--line);background:#fff;border-radius:13px;align-items:flex-start;gap:13px;padding:17px 18px;display:flex}.job-status-card>svg,.confirmed-metric>svg,.outcome-card>svg{flex:none;margin-top:2px}.job-status-card strong,.confirmed-metric strong,.outcome-card strong{margin-bottom:4px;font-size:14px;display:block}.job-status-card p,.outcome-card p{color:var(--ink-soft);margin:0;font-size:13px;line-height:1.55}.job-status-card small{color:var(--warning);margin-top:6px;font-size:11px;display:inline-block}.job-status-card.is-waiting_user{background:var(--warning-soft);border-color:#dfca9d}.job-status-card.is-succeeded,.outcome-card.is-succeeded{color:var(--success);background:var(--success-soft);border-color:#acd2bd}.confirmed-metric{color:var(--brand-dark);background:var(--brand-soft);border-color:#f5b9c8;margin-top:12px}.confirmed-metric div{gap:2px;display:grid}.confirmed-metric small,.confirmed-metric span{font-size:11px}.confirmed-metric span{color:#74505a}.workspace-section{border:1px solid var(--line);background:#fff;border-radius:17px;margin-top:22px;padding:24px}.section-title{align-items:flex-start;gap:13px;margin-bottom:20px;display:flex}.section-title>span{width:38px;height:38px;color:var(--brand-dark);background:var(--brand-soft);border-radius:10px;flex:none;place-items:center;display:grid}.section-title small,.proposal-card small{color:var(--brand-dark);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.section-title h3{letter-spacing:-.025em;margin:3px 0 4px;font-size:20px}.section-title p,.metric-chat-head p{color:var(--ink-soft);margin:0;font-size:12px;line-height:1.5}.recommendation-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px;display:grid}.recommendation-card{border:1px solid var(--line);background:#faf9f5;border-radius:13px;flex-direction:column;min-width:0;padding:17px;display:flex}.recommendation-heading{gap:10px;display:flex}.recommendation-heading>span{width:25px;height:25px;color:var(--brand-dark);background:var(--brand-soft);border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:850;display:grid}.recommendation-heading h4,.proposal-card h4{margin:2px 0 5px;font-size:14px}.recommendation-heading p{color:var(--ink-soft);margin:0;font-size:11px;line-height:1.5}.recommendation-card dl{gap:8px;margin:16px 0;display:grid}.recommendation-card dl div{gap:2px;display:grid}.recommendation-card dt{color:#8a877e;letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:800}.recommendation-card dd{color:var(--ink-soft);margin:0;font-size:11px;line-height:1.4}.recommendation-card .button{width:100%;margin-top:auto}.metric-chat{border:1px solid var(--line);background:#faf9f5;border-radius:13px;padding:18px}.metric-chat-head{align-items:flex-start;gap:11px;display:flex}.metric-chat-head>svg{color:var(--brand-dark);flex:none}.metric-chat-head strong{margin-bottom:3px;font-size:13px;display:block}.metric-scope-note{color:#5e5749;background:var(--surface-soft);border-radius:9px;align-items:center;gap:8px;margin:14px 0;padding:10px 12px;font-size:11px;line-height:1.45;display:flex}.chat-messages{gap:9px;max-height:310px;margin:14px 0;padding:0;list-style:none;display:grid;overflow-y:auto}.chat-messages li{border-radius:11px;width:min(82%,680px);padding:10px 12px}.chat-messages li.is-user{color:#fff;background:var(--ink);justify-self:end}.chat-messages li.is-agent{border:1px solid var(--line);background:#fff;justify-self:start}.chat-messages small{opacity:.68;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:800;display:block}.chat-messages p{margin:0;font-size:12px;line-height:1.55}.proposal-card{background:var(--brand-soft);border:1px solid #f2afc0;border-radius:11px;justify-content:space-between;align-items:center;gap:16px;margin:14px 0;padding:14px;display:flex}.proposal-card p{color:#74505a;margin:0;font-size:11px}.metric-message-form{margin-top:14px}.metric-message-form>div{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.metric-message-form small{color:var(--ink-soft);font-size:10px}.inline-error{margin:12px 0 0;font-size:12px}.email-workspace{background:#fffbfc;border-color:#f2afc0}.email-workspace form{max-width:760px}.email-workspace form>small{color:var(--ink-soft);margin-top:8px;font-size:10px;display:block}.outcome-card{margin-top:18px}.outcome-card.is-failed,.outcome-card.is-cancelled{color:var(--danger);background:var(--danger-soft);border-color:#e2b8b3}.outcome-card code{margin-top:8px;font-size:10px;display:inline-block}.event-timeline{border:1px solid var(--line);background:#fff;border-radius:13px;margin-top:18px}.event-timeline summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;list-style:none;display:flex}.event-timeline summary::-webkit-details-marker{display:none}.event-timeline summary>span{align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.event-timeline summary small{color:var(--ink-soft);font-size:10px}.event-timeline ol{gap:0;margin:0;padding:0 16px 13px;list-style:none;display:grid}.event-timeline li{border-top:1px solid var(--line);grid-template-columns:12px minmax(0,1fr) auto;gap:10px;padding:11px 0;display:grid}.timeline-dot{background:var(--brand);border-radius:50%;width:7px;height:7px;margin-top:5px}.event-timeline strong{text-transform:capitalize;margin-bottom:3px;font-size:11px;display:block}.event-timeline p,.empty-copy{color:var(--ink-soft);margin:0;font-size:11px;line-height:1.5}.event-timeline time{color:#929087;white-space:nowrap;font-size:9px}.empty-copy{padding:0 16px 15px}.proof-section{padding:92px 0}.section-heading{justify-content:space-between;align-items:end;gap:32px;margin-bottom:25px;display:flex}.section-heading span{color:var(--brand-dark);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:850}.section-heading h2{letter-spacing:-.045em;margin:7px 0 0;font-size:clamp(27px,4vw,42px)}.section-heading>p{max-width:400px;color:var(--ink-soft);margin:0;font-size:12px;line-height:1.6}.proof-list{border:1px solid var(--line);background:#ffffffb8;border-radius:16px;overflow:hidden}.proof-repo{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:750;overflow:hidden}.proof-metric{color:var(--ink-soft);font-size:11px}.proof-change{align-items:center;gap:7px;font-size:11px;display:flex}.proof-improvement{color:var(--success);font-size:11px;font-weight:800}.proof-row>svg{color:#96938a}.site-footer{border-top:1px solid var(--line);background:radial-gradient(50% 70% at 50% 0%, #11131a0b, transparent 100%), linear-gradient(to bottom, #11131a06, transparent 55%), var(--paper);position:relative;overflow:hidden}.site-footer-inner{z-index:1;grid-template-columns:minmax(240px,1.2fr) repeat(2,minmax(150px,.7fr));gap:clamp(36px,7vw,100px);width:min(1180px,100% - 48px);margin:0 auto;padding:72px 0 84px;display:grid;position:relative}.site-footer-watermark{opacity:.035;pointer-events:none;width:430px;height:430px;position:absolute;bottom:-245px;right:max(-90px,50vw - 680px)}.site-footer-brand-column,.site-footer-column{min-width:0}.site-footer-brand{align-items:center;gap:11px;min-height:44px;display:inline-flex}.site-footer-brand img{width:28px;height:28px;display:block}.site-footer-brand>span{letter-spacing:-.045em;margin-top:-3px;font-family:Georgia,Times New Roman,serif;font-size:33px;font-weight:500;line-height:1}.site-footer-brand-dot{color:var(--brand)}.site-footer-socials{flex-wrap:wrap;gap:6px 18px;margin-top:15px;display:flex}.site-footer-socials a,.site-footer-column a{color:var(--ink-soft);transition:color .18s}.site-footer-socials a{align-items:center;min-height:32px;font-size:12px;font-weight:650;display:inline-flex}.site-footer-socials a:hover,.site-footer-column a:hover{color:var(--ink)}.site-footer-column h2{margin:10px 0 16px;font-size:14px;font-weight:760}.site-footer-column ul{gap:2px;margin:0;padding:0;list-style:none;display:grid}.site-footer-column a{align-items:center;min-height:30px;font-size:13px;display:inline-flex}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{70%{box-shadow:0 0 0 7px #ef477000}to{box-shadow:0 0 #ef477000}}@media (width<=980px){.hero{grid-template-columns:1fr;gap:34px;padding-top:72px}.hero-principles{grid-template-columns:repeat(3,1fr);display:grid}.hero-principles>div{border-right:1px solid var(--line);border-bottom:0}.hero-principles>div:last-child{border-right:0}.recommendation-grid{grid-template-columns:1fr}.phase-rail{grid-template-columns:repeat(5,1fr);row-gap:18px}.phase-rail li:nth-child(6):before{display:none}.proof-row{grid-template-columns:75px 1fr 1.3fr 80px 20px}.proof-change{display:none}}@media (width<=720px){.header-inner,.hero,.restore-card,.job-workspace,.proof-section{width:min(100% - 28px,1180px)}.header-inner{grid-template-columns:1fr auto}.main-nav{display:none}.hero{padding:58px 0 52px}.hero h1{font-size:clamp(40px,13vw,62px)}.hero-copy>p{font-size:15px}.repo-input-row,.email-workspace form>div{flex-direction:column}.repo-input-row .button,.email-workspace .button{width:100%}.hero-principles{grid-template-columns:1fr}.hero-principles>div{border-right:0;border-bottom:1px solid var(--line)}.job-workspace{border-radius:17px;padding:18px}.job-head{flex-direction:column}.job-actions{justify-content:space-between;width:100%}.phase-rail{align-items:stretch;gap:7px;padding-bottom:8px;display:flex;overflow-x:auto}.phase-rail li{flex:0 0 72px}.phase-rail li:before{display:none}.workspace-section{padding:17px}.proposal-card,.section-heading{flex-direction:column;align-items:flex-start}.proposal-card .button{width:100%}.chat-messages li{width:94%}.event-timeline li{grid-template-columns:12px minmax(0,1fr)}.event-timeline time{grid-column:2}.proof-section{padding:70px 0}.proof-row{grid-template-columns:1fr auto 20px;gap:8px;padding:13px 14px}.proof-language,.proof-metric,.proof-change{display:none}.proof-improvement{grid-column:2}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.brand-logo{object-fit:contain;width:32px;height:32px;display:block}.brand{min-height:44px}.header-actions,.github-account{align-items:center;display:inline-flex}.header-actions{justify-self:end;gap:18px}.github-account{min-height:44px;color:var(--ink-soft);gap:7px;font-size:12px;font-weight:650;transition:color .18s}.github-account:hover{color:var(--ink)}.live-dot{background:#26a269;border-radius:50%;width:8px;height:8px;position:relative;box-shadow:0 0 0 5px #26a2691f}.run-indicator.is-idle .live-dot{background:#a8a69d;box-shadow:0 0 0 5px #a8a69d24}.run-indicator.needs-input .live-dot{background:#d28c18;box-shadow:0 0 0 5px #d28c1824}.run-indicator{min-width:44px;min-height:44px}.hero{border-bottom:1px solid var(--line);background:#f2f0e7bd;width:auto;max-width:none;min-height:calc(100svh - 70px);margin:0;padding:0;display:block;position:relative;overflow:hidden}.hero:before,.hero:after{content:"";pointer-events:none;border:1px solid #fd457821;border-radius:50%;width:540px;height:540px;position:absolute}.hero:before{top:-360px;left:-210px}.hero:after{bottom:-420px;right:-240px}.hero-glow{pointer-events:none;background:radial-gradient(circle at 44% 28%,#fd45781f,#0000 34%),radial-gradient(circle at 58% 34%,#f55d2a14,#0000 29%);position:absolute;inset:0}.hero-inner{z-index:1;text-align:center;width:min(900px,100% - 48px);margin:0 auto;padding:108px 0 86px;position:relative}.hero-kicker{color:var(--brand-dark);letter-spacing:.12em;text-transform:uppercase;background:#ffe8eecc;border:1px solid #fd457847;border-radius:999px;align-items:center;gap:7px;margin-bottom:26px;padding:7px 10px;font-size:11px;font-weight:780;display:inline-flex}.hero h1{max-width:880px;color:var(--ink);letter-spacing:-.062em;margin:0 auto;font-size:clamp(43px,6.4vw,76px);font-weight:680;line-height:.98}.metric-word-frame{box-sizing:content-box;text-align:left;vertical-align:-.1em;height:1.08em;margin-left:.1em;padding-bottom:.08em;padding-right:.16em;line-height:1.04;transition:width .5s;display:inline-block;position:relative;overflow:hidden}.metric-word-sizer{visibility:hidden;white-space:nowrap;pointer-events:none;position:absolute}.metric-word-height-sizer{visibility:hidden;white-space:nowrap;display:inline-block}.metric-word-layer{color:var(--brand);white-space:nowrap;line-height:1.04;display:inline-flex;position:absolute;inset:0 auto auto 0}.metric-letter{display:inline-block}.metric-word-layer.is-out .metric-letter{animation:.55s cubic-bezier(.4,0,.2,1) both metric-letter-out}.metric-word-layer.is-in .metric-letter{animation:.55s cubic-bezier(0,0,.15,1) both metric-letter-in}@keyframes metric-letter-out{to{transform:translateY(-108%)}}@keyframes metric-letter-in{0%{transform:translateY(108%)}to{transform:translateY(0)}}.hero .hero-copy{max-width:690px;color:var(--ink-soft);margin:28px auto 0;font-size:clamp(17px,2vw,20px);line-height:1.58}.repo-submit{text-align:left;max-width:760px;margin:42px auto 0}.repo-submit>label{color:var(--ink);margin:0 0 9px 4px;font-size:13px;font-weight:680;display:block}.repo-input-shell{border:1px solid var(--line-strong);background:#fff;border-radius:17px;grid-template-columns:auto 1fr auto;align-items:center;min-height:66px;padding:7px 7px 7px 20px;transition:border-color .18s,box-shadow .18s;display:grid;box-shadow:0 10px 42px #1b1a1612,0 2px 7px #1b1a160a}.repo-input-shell:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px #fd45781f,0 12px 42px #1b1a1614}.repo-input-shell.has-error{border-color:var(--danger)}.repo-input-shell>svg{color:var(--ink-faint,#7b7c81)}.repo-input-shell input{min-width:0;min-height:50px;box-shadow:none;color:var(--ink);background:0 0;border:0;border-radius:0;outline:0;padding:0 15px;font-size:16px}.repo-input-shell input:focus{box-shadow:none;border:0}.repo-input-shell input::placeholder{color:#999b94}.submit-button{color:#fff;background:var(--ink);white-space:nowrap;border:0;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 19px;font-size:14px;font-weight:700;transition:background .18s,transform .18s;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff1a}.submit-button:hover:not(:disabled){background:var(--brand-dark)}.submit-button:active:not(:disabled){transform:translateY(1px)}.repo-form-meta{min-height:28px;margin:8px 4px 0}.repo-form-meta .form-help,.repo-form-meta .form-error{margin:7px 0 0}.trust-row{color:var(--ink-soft);flex-wrap:wrap;justify-content:center;gap:10px 24px;margin-top:22px;font-size:12px;display:flex}.trust-row span{align-items:center;gap:6px;display:inline-flex}.trust-row svg{color:var(--success)}.current-run-cta{color:#fff;background:var(--ink);border-radius:11px;justify-content:center;align-items:center;gap:8px;min-height:48px;margin-top:36px;padding:0 18px;font-size:13px;font-weight:700;display:inline-flex}.page-shell{width:min(1180px,100% - 48px);margin:0 auto}.job-slot,.restore-card{margin-top:34px}.restore-card,.job-workspace{width:auto;max-width:none;margin-left:0;margin-right:0}.job-workspace{background:#ffffffe0;border-radius:20px;box-shadow:0 24px 72px #1415111a,0 3px 12px #1415110d}.recommendation-card{transition:border-color .18s,box-shadow .18s,transform .18s}.recommendation-card:hover{border-color:#fd45786b;transform:translateY(-1px);box-shadow:0 10px 28px #1415110f}.proof-section{width:auto;margin:0;padding:86px 0 112px}.section-heading{align-items:flex-end;margin-bottom:24px}.section-heading h2{color:var(--ink);letter-spacing:-.042em;margin:7px 0 0;font-size:clamp(25px,3vw,34px);font-weight:680}.section-heading p{max-width:560px;color:var(--ink-soft);margin:8px 0 0;font-size:14px;line-height:1.55}.filter-group{border:1px solid var(--line);background:#ffffffa6;border-radius:999px;flex:none;gap:4px;padding:4px;display:flex}.filter-group button{min-height:36px;color:var(--ink-soft);background:0 0;border:0;border-radius:999px;padding:0 12px;font-size:12px;font-weight:650}.filter-group button:hover,.filter-group button.is-active{color:var(--ink);background:#fff;box-shadow:0 1px 4px #14151114}.proof-list{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px #1415110a,0 5px 18px #14151109}.proof-row{border-bottom:1px solid var(--line);grid-template-columns:44px minmax(190px,1.6fr) 76px 72px minmax(145px,1fr) 94px 18px;align-items:center;gap:13px;min-height:92px;padding:14px 17px;transition:background .18s;display:grid}.proof-row:last-child{border-bottom:0}.proof-row:hover{background:#fafaf7}.proof-avatar{border-radius:50%;width:42px;height:42px;display:block;overflow:hidden}.proof-avatar img{border-radius:inherit;object-fit:cover;background:#fff;border:1px solid #0d0f181f;width:100%;height:100%;display:block}.proof-identity{min-width:0}.proof-identity strong,.proof-identity small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.proof-identity strong{color:var(--ink);font-size:13px;font-weight:720}.proof-identity strong span{color:var(--ink-soft);font-weight:540}.proof-identity small{color:#7b7c81;margin-top:5px;font-size:11px}.proof-language{color:var(--ink-soft);align-items:center;gap:7px;font-size:10px;display:flex}.proof-language:before{content:"";background:var(--language);border-radius:50%;width:8px;height:8px}.proof-improvement{text-align:right}.proof-improvement strong,.proof-improvement small{display:block}.proof-improvement strong{color:var(--success);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;font-weight:760}.proof-improvement small{color:#7b7c81;margin-top:3px;font-size:9px}.proof-change{justify-content:center;align-items:center;gap:7px;min-width:0;font-size:10px;display:flex}.proof-change small,.proof-change strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.proof-change small{color:#7b7c81}.proof-status{min-height:28px;color:var(--success);background:var(--success-soft);white-space:nowrap;border:1px solid #c6e3d3;border-radius:999px;justify-content:center;align-items:center;gap:5px;padding:0 9px;font-size:9px;font-weight:720;display:inline-flex}.proof-status.is-in-review{color:var(--warning);background:var(--warning-soft);border-color:#e8d8a5}.proof-open{color:#aaa89f}.queue-page{min-height:calc(100svh - 70px)}.queue-page-inner{width:min(980px,100% - 48px);margin:0 auto;padding:76px 0 112px}.queue-page-heading{max-width:660px}.queue-page-heading h1{letter-spacing:-.055em;margin:10px 0 12px;font-size:clamp(38px,6vw,60px)}.queue-page-heading p{color:var(--ink-soft);margin:0;font-size:16px;line-height:1.65}.queue-page .job-slot,.queue-page .restore-card,.queue-page .connection-message{margin-top:32px}.queue-empty{border:1px solid var(--line);background:#fff;border-radius:11px;margin-top:18px;padding:14px;display:block}.queue-empty p{color:var(--ink-soft);margin:5px 0 0;font-size:13px;line-height:1.5}.queue-empty{text-align:center;padding:22px 14px}.queue-empty>span{width:38px;height:38px;color:var(--ink-soft);background:var(--surface-soft);border-radius:50%;place-items:center;margin:0 auto 10px;display:grid}.queue-empty strong{font-size:15px}.queue-page-empty{margin-top:34px;padding:54px 28px}.queue-page-empty p{max-width:480px;margin:8px auto 0}.queue-page-empty .button{width:max-content;margin:24px auto 0}@media (width<=1100px){.proof-row{grid-template-columns:42px minmax(170px,1fr) 72px 68px 92px 18px}.proof-change{display:none}}@media (width<=720px){.header-inner,.hero-inner,.page-shell,.queue-page-inner{width:min(100% - 28px,1180px)}.header-inner{grid-template-columns:1fr auto}.header-actions{gap:10px}.github-account span,.main-nav{display:none}.github-account,.run-indicator{justify-content:center;min-width:44px;min-height:44px}.hero-inner{padding:72px 0 62px}.hero h1{font-size:clamp(39px,12vw,60px)}.hero .hero-copy{font-size:16px}.repo-submit{margin-top:32px}.repo-input-shell{grid-template-columns:auto 1fr;padding:7px 7px 7px 16px}.repo-input-shell .submit-button{grid-column:1/-1;width:100%;margin-top:4px}.trust-row{gap:8px 14px}.proof-section{padding:64px 0 80px}.queue-page-inner{padding:56px 0 80px}.section-heading{flex-direction:column;align-items:flex-start}.proof-row{grid-template-columns:40px minmax(0,1fr) auto 16px;gap:10px;min-height:80px;padding:12px}.proof-language,.proof-change,.proof-status{display:none}.proof-improvement{grid-column:3}.job-slot{scroll-margin-top:82px}}@media (width<=440px){.hero-kicker{max-width:100%;font-size:9px}.filter-group{max-width:100%}.filter-group button{min-height:44px;padding:0 10px}}@media (width<=720px){.site-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px;width:min(100% - 28px,1180px);padding:54px 0 66px}.site-footer-brand-column{grid-column:1/-1}.site-footer-socials{gap:4px 18px}.site-footer-socials a,.site-footer-column a{min-height:44px}.site-footer-column h2{margin-top:0}.site-footer-watermark{width:330px;height:330px;bottom:-170px;right:-110px}}
