:root{--accent-hue:75;--bg:#0e0e0d;--bg-raised:#141413;--fg:#edeae3;--fg-muted:#9a978f;--fg-dim:#6b6963;--line:hsla(42,22%,91%,.08);--line-strong:hsla(42,22%,91%,.14);--accent:oklch(0.78 0.09 var(--accent-hue));--accent-dim:oklch(0.78 0.09 var(--accent-hue)/0.18);--nav-bg:rgba(14,14,13,.72)}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg)}body{font-family:var(--font-inter),system-ui,sans-serif;font-weight:400;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01","cv11";letter-spacing:-.005em}.app-shell{font-family:var(--font-inter),system-ui,sans-serif}.display,h1,h2,h3{font-family:var(--font-inter-tight),var(--font-inter),sans-serif;letter-spacing:-.025em;font-weight:500}.mono{font-family:var(--font-jetbrains-mono),ui-monospace,monospace}a{text-decoration:none}a,button{color:inherit}button{font:inherit;background:none;border:0;cursor:pointer}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.wrap{max-width:1120px;margin:0 auto;padding:0 40px}nav.top{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--nav-bg);backdrop-filter:saturate(140%) blur(14px);-webkit-backdrop-filter:saturate(140%) blur(14px);border-bottom:1px solid var(--line)}.nav-inner{justify-content:space-between;height:56px;gap:24px}.nav-inner,.nav-left{display:flex;align-items:center}.nav-left{gap:16px;min-width:0}.logo{font-family:var(--font-inter-tight),sans-serif;font-weight:500;font-size:16px;letter-spacing:-.02em}.logo .dot{display:inline-block;width:5px;height:5px;background:var(--fg);border-radius:50%;margin-left:2px;transform:translateY(-1px)}.nav-status{font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.01em;color:var(--fg-muted);display:flex;align-items:center;gap:8px;padding-left:16px;border-left:1px solid var(--line-strong)}.nav-status .live{width:6px;height:6px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px var(--accent-dim);animation:pulse 2.4s ease-in-out infinite}.nav-crumb{font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.02em;color:var(--fg-muted);padding-left:16px;border-left:1px solid var(--line-strong)}.nav-crumb .sep{color:var(--fg-dim);margin:0 8px 0 0}.btn-nav,.nav-crumb .here{color:var(--fg)}.btn-nav{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:12px;font-weight:500;letter-spacing:-.005em;border-radius:3px;background:transparent;border:1px solid hsla(42,22%,91%,.32);transition:border-color .16s ease;white-space:nowrap}.btn-nav:hover{border-color:hsla(42,22%,91%,.6)}.btn-nav .arrow{color:var(--accent);display:inline-block;transition:transform .2s ease}.btn-nav:hover .arrow{transform:translate(2px,-2px)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}section.hero{padding:160px 0 140px;text-align:center;position:relative}.pill{display:inline-flex;align-items:center;gap:10px;padding:7px 14px 7px 12px;border:1px solid var(--line-strong);border-radius:999px;font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;color:var(--fg-muted);letter-spacing:.02em;margin-bottom:48px}.pill:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);display:inline-block}h1.display{font-size:clamp(44px,6.4vw,84px);line-height:.98;font-weight:500;letter-spacing:-.035em;max-width:16ch;margin:0 auto 36px}h1.display em{font-style:italic;font-family:var(--font-inter-tight),serif;font-weight:400;color:var(--fg)}.sub{font-size:19px;color:var(--fg);max-width:58ch;margin:0 auto 14px}.sub,.sub-muted{line-height:1.5;text-wrap:pretty}.sub-muted{font-size:17px;color:var(--fg-muted);max-width:52ch;margin:0 auto 56px}.cta-row{gap:12px}.btn,.cta-row{display:inline-flex;align-items:center}.btn{gap:8px;padding:13px 20px;font-size:14.5px;font-weight:500;border-radius:3px;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;letter-spacing:-.005em}.btn-primary{background:var(--fg);color:var(--bg);border:1px solid var(--fg)}.btn-primary:hover{background:#fff;border-color:#fff}.btn-primary .arrow{color:var(--accent);font-weight:500;transition:transform .2s ease;display:inline-block}.btn-primary:hover .arrow{transform:translate(2px,-2px)}.btn-ghost{color:var(--fg);border:1px solid var(--line-strong);background:transparent}.btn-ghost:hover{border-color:hsla(42,22%,91%,.3);background:hsla(42,22%,91%,.03)}section.block{padding:110px 0;border-top:1px solid var(--line)}.section-label{display:flex;align-items:center;gap:14px;font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:48px}.section-label:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block}.book{display:grid;grid-template-columns:280px 1fr;grid-gap:80px;gap:80px;align-items:start}.book-spine{position:relative;aspect-ratio:2/3;background:#1a1a18;border:1px solid var(--line-strong);border-radius:2px;overflow:hidden;box-shadow:inset 8px 0 14px rgba(0,0,0,.4),inset -1px 0 0 hsla(42,22%,91%,.04),0 20px 40px -20px rgba(0,0,0,.6)}.book-spine img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.book-spine:before{left:0;width:18px;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.12) 55%,transparent)}.book-spine:after,.book-spine:before{content:"";position:absolute;top:0;bottom:0;z-index:2;pointer-events:none}.book-spine:after{left:18px;width:1px;background:hsla(0,0%,100%,.06)}.book-meta h3{font-size:36px;line-height:1.08;font-weight:500;letter-spacing:-.025em;margin-bottom:10px}.book-author{font-size:14px;color:var(--fg-muted);font-family:var(--font-jetbrains-mono),monospace;letter-spacing:.01em;margin-bottom:28px}.book-desc{font-size:17px;line-height:1.6;color:var(--fg);max-width:54ch;text-wrap:pretty}.book-desc+.book-desc{margin-top:14px;color:var(--fg-muted)}.values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:3px}.vcard{background:var(--bg);padding:40px 34px 44px;display:flex;flex-direction:column;gap:16px;min-height:240px;transition:background .2s ease}.vcard:hover{background:#121210}.vcard-num{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;color:var(--fg-dim);letter-spacing:.08em}.vcard h3{font-size:22px;line-height:1.2;font-weight:500;letter-spacing:-.02em;color:var(--fg);max-width:22ch;margin-top:auto}.vcard p{font-size:15px;line-height:1.5;color:var(--fg-muted);max-width:28ch;text-wrap:pretty}.steps{max-width:840px}.step{display:grid;grid-template-columns:88px 1fr auto;grid-gap:48px;gap:48px;padding:34px 0;border-top:1px solid var(--line);align-items:baseline}.step:last-child{border-bottom:1px solid var(--line)}.step-num{font-family:var(--font-jetbrains-mono),monospace;font-size:12px;color:var(--fg-dim);letter-spacing:.06em;padding-top:4px}.step-title{font-family:var(--font-inter-tight),sans-serif;font-size:24px;line-height:1.2;font-weight:500;letter-spacing:-.02em}.step-desc{font-size:15.5px;color:var(--fg-muted);margin-top:6px;max-width:56ch;line-height:1.55}.step-marker{font-family:var(--font-jetbrains-mono),monospace;font-size:10.5px;color:var(--fg-dim);letter-spacing:.08em;text-transform:uppercase;align-self:center;text-align:right}.schedule{border:1px solid var(--line);border-radius:3px;overflow:hidden}.srow{display:grid;grid-template-columns:88px 1fr auto;grid-gap:48px;gap:48px;padding:28px 32px;align-items:center}.srow+.srow{border-top:1px solid var(--line)}.srow-week{font-family:var(--font-jetbrains-mono),monospace;font-size:12px;color:var(--fg-dim);letter-spacing:.06em}.srow-title{font-family:var(--font-inter-tight),sans-serif;font-size:22px;line-height:1.2;font-weight:500;letter-spacing:-.02em;color:var(--fg)}.srow-desc{font-size:14.5px;color:var(--fg-muted);margin-top:6px;line-height:1.5}.srow-date{font-family:var(--font-jetbrains-mono),monospace;font-size:12px;color:var(--fg-muted);letter-spacing:.04em;text-align:right;line-height:1.6}.srow-time{color:var(--fg-dim)}.srow-deadline .srow-title{color:var(--accent)}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:3px}.stat{background:var(--bg);padding:44px 32px 36px;display:flex;flex-direction:column;gap:20px;min-height:200px}.stat-num{font-family:var(--font-inter-tight),sans-serif;font-size:64px;line-height:.95;font-weight:400;letter-spacing:-.04em;color:var(--fg);font-feature-settings:"lnum";font-variant-numeric:lining-nums}.stat-num .unit{font-size:28px;color:var(--fg-muted);letter-spacing:-.02em;margin-left:2px}.stat-label{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-top:auto}.stat-sub{font-size:13.5px;color:var(--fg-muted);line-height:1.45;max-width:20ch}section.apply-cta{padding:160px 0 180px;text-align:center;border-top:1px solid var(--line)}section.apply-cta h2{font-size:clamp(42px,5.4vw,68px);line-height:1;font-weight:500;letter-spacing:-.035em;margin-bottom:28px}section.apply-cta .sub{margin-bottom:48px;font-size:18px;color:var(--fg-muted)}.apply-fine{margin-top:28px}.apply-fine,footer{font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;color:var(--fg-dim);letter-spacing:.04em}footer{border-top:1px solid var(--line);padding:40px 0}.foot-inner{display:flex;flex-direction:column;gap:10px}.foot-row-1{display:flex;justify-content:space-between;align-items:center;gap:24px}.foot-row-2{display:flex;gap:18px}.foot-link{color:var(--fg-muted);transition:color .16s ease}.foot-link:hover{color:var(--fg)}.foot-link.current{color:var(--fg-muted)}@media (max-width:860px){.foot-row-1{flex-direction:column;align-items:flex-start;gap:6px}}.apply-wrap{max-width:720px;margin:0 auto;padding:0 40px}.back-link{font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;color:var(--fg-muted);letter-spacing:.02em;transition:color .16s ease}.back-link:hover{color:var(--fg)}header.page{padding:96px 0 56px}.lead{font-size:18px;color:var(--fg-muted);max-width:52ch;line-height:1.5;text-wrap:pretty}.hint strong,.lead strong{color:var(--fg);font-weight:500}.hint em{font-style:italic}.stat-label-spaced{margin-top:14px}.form-error{margin-top:24px;color:var(--accent);font-family:var(--font-jetbrains-mono),monospace;font-size:12px}form.apply{padding:40px 0 120px}.group{padding:32px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:120px 1fr;grid-gap:48px;gap:48px;align-items:start}.group-label{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);padding-top:4px;display:flex;align-items:center;gap:10px}.group-label:before{content:attr(data-n);color:var(--fg-dim);font-weight:500}.fields{gap:24px}.field,.fields{display:flex;flex-direction:column}.field{gap:10px}.field label{font-size:15px;color:var(--fg);font-weight:500;letter-spacing:-.005em}.field .hint{font-size:13px;color:var(--fg-muted);line-height:1.45;margin-top:-4px;text-wrap:pretty}.field input,.field textarea{font:inherit;color:var(--fg);background:transparent;border:0;border-bottom:1px solid var(--line-strong);padding:8px 0 12px;outline:none;transition:border-color .16s ease;font-size:16px}.field input::placeholder,.field textarea::placeholder{color:var(--fg-dim)}.field input:focus,.field textarea:focus{border-bottom-color:var(--accent)}.field textarea{resize:vertical;min-height:72px;font-family:inherit;line-height:1.5}.counter{font-family:var(--font-jetbrains-mono),monospace;font-size:10.5px;color:var(--fg-dim);letter-spacing:.04em;text-align:right;margin-top:2px}.consent{display:grid;grid-template-columns:120px 1fr;grid-gap:48px;gap:48px;padding:32px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.check-row{display:flex;align-items:flex-start;gap:14px;cursor:pointer;padding:4px 0}.check-row input{position:absolute;opacity:0;pointer-events:none}.check-box{flex-shrink:0;width:18px;height:18px;border:1px solid var(--line-strong);border-radius:2px;background:transparent;position:relative;transition:border-color .16s ease,background .16s ease;margin-top:2px}.check-row:hover .check-box{border-color:hsla(42,22%,91%,.3)}.check-row input:focus-visible+.check-box{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.check-row input:checked+.check-box{background:var(--fg);border-color:var(--fg)}.check-row input:checked+.check-box:after{content:"";position:absolute;left:4px;top:1px;width:6px;height:11px;border:solid var(--bg);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.check-label{font-size:15px;line-height:1.5;color:var(--fg);text-wrap:pretty}.check-label em{font-style:normal;color:var(--fg-muted);display:block;font-size:13.5px;margin-top:4px}.submit-row{margin-top:40px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.btn-submit{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;font-size:15px;font-weight:500;border-radius:3px;transition:background .16s ease,border-color .16s ease,opacity .16s ease;letter-spacing:-.005em;background:var(--fg);color:var(--bg);border:1px solid var(--fg)}.btn-submit:hover:not(:disabled){background:#fff;border-color:#fff}.btn-submit:disabled{opacity:.35;cursor:not-allowed}.btn-submit .arrow{color:var(--accent);transition:transform .2s ease;display:inline-block}.btn-submit:hover:not(:disabled) .arrow{transform:translate(2px,-2px)}.submit-note{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;color:var(--fg-dim);letter-spacing:.04em}.success{padding:120px 0;text-align:center}.success h2{font-size:clamp(36px,4.8vw,56px);line-height:1;letter-spacing:-.035em;margin-bottom:20px}.success p{font-size:18px;color:var(--fg-muted);max-width:48ch;margin:0 auto 36px;text-wrap:pretty}.success-meta{font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;color:var(--fg-dim);letter-spacing:.04em;margin-top:36px}::selection{background:var(--accent);color:var(--bg)}@media (max-width:860px){.wrap{padding:0 24px}section.hero{padding:100px 0 90px}section.block{padding:80px 0}.book{grid-template-columns:1fr;gap:48px}.book-spine{max-width:220px}.values{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.step{grid-template-columns:56px 1fr;gap:20px}.step-marker{display:none}.srow{display:flex;flex-wrap:wrap;align-items:baseline;gap:0;padding:22px 20px;grid-template-columns:none;grid-template-areas:none}.srow-date,.srow-week{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.04em;color:var(--fg-dim);line-height:1.5;text-align:left}.srow-week{order:1}.srow-week:after{content:"·";margin:0 8px}.srow-date{order:2;display:inline-flex;align-items:baseline;gap:0;justify-content:flex-start}.srow-time:before{content:"·";margin:0 8px}.srow-time{color:var(--fg-dim)}.srow-body{order:3;flex-basis:100%;margin-top:10px}.srow-deadline .srow-week{display:none}.srow-title{font-size:19px}.srow-desc{font-size:14px}.cta-row{flex-direction:column;width:100%;align-items:stretch}.btn{justify-content:center}.nav-crumb,.nav-status{display:none}.btn-nav{padding:6px 12px;font-size:12px}.nav-inner{height:48px}}@media (max-width:760px){.apply-wrap{padding:0 24px}header.page{padding:56px 0 32px}.consent,.group{grid-template-columns:1fr;gap:20px}.group-label{font-size:10.5px;padding-top:0}form.apply{padding:24px 0 80px}.submit-row{flex-direction:column-reverse;align-items:stretch}.btn-submit{justify-content:center}.submit-note{text-align:center}}.why-page{--warm:oklch(0.72 0.10 48);--warm-dim:oklch(0.72 0.10 48/0.14);--warm-tint:oklch(0.32 0.04 48/0.18)}.why-page .wrap-narrow{max-width:760px;margin:0 auto;padding:0 40px}.why-page section.split{padding:100px 0 60px}.why-page section.split+section.split{padding-top:60px}.why-page .split-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:center;max-width:1120px;margin:0 auto;padding:0 40px}.why-page .split-grid.reverse{direction:rtl}.why-page .split-grid.reverse>*{direction:ltr}.why-page .figure{position:relative;aspect-ratio:4/5;border:1px solid var(--line-strong);border-radius:3px;overflow:hidden;background:var(--bg-raised)}.why-page .figure img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.why-page .why-section-label{display:flex;align-items:center;gap:14px;font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:28px}.why-page .why-section-label:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block}.why-page .split-text h2{font-size:clamp(28px,3.2vw,40px);line-height:1.1;font-weight:500;letter-spacing:-.025em;margin-bottom:22px;text-wrap:balance}.why-page .split-text h2 em{font-style:italic;font-family:var(--font-inter-tight),serif;font-weight:400;color:var(--warm)}.why-page .split-text p{font-size:16.5px;line-height:1.6;color:var(--fg);text-wrap:pretty}.why-page .split-text p+p{margin-top:12px;color:var(--fg-muted)}.why-page .split-text .closing{margin-top:22px;padding-left:16px;border-left:2px solid var(--warm);font-family:var(--font-inter-tight),sans-serif;font-style:italic;font-weight:400;color:var(--fg);font-size:17px;line-height:1.5}.why-page .problems{margin-top:36px;display:grid;grid-template-columns:1fr 1fr;grid-gap:1px;gap:1px;background:var(--line);border:1px solid var(--line);border-radius:3px}.why-page .pcard{background:var(--bg);padding:24px 22px 26px;display:flex;flex-direction:column;gap:10px;min-height:180px}.why-page .pcard-num{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.08em;color:var(--fg-dim)}.why-page .pcard h3{font-size:15px;line-height:1.45;font-weight:500;letter-spacing:-.01em;color:var(--fg)}.why-page .pcard p{font-size:14px;line-height:1.55;color:var(--fg-muted);margin:0}.why-page section.idea{padding:110px 0 100px;border-top:1px solid var(--line);margin-top:40px;position:relative}.why-page section.idea:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80px;height:1px;background:var(--accent)}.why-page .idea-inner{max-width:880px;margin:0 auto;padding:0 40px;text-align:center}.why-page .idea-label{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:36px}.why-page .idea-label:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block}.why-page .idea-headline{font-size:clamp(32px,4vw,52px);line-height:1.05;font-weight:500;letter-spacing:-.03em;margin-bottom:36px;text-wrap:balance}.why-page .idea-headline em{font-style:italic;font-family:var(--font-inter-tight),serif;font-weight:400;color:var(--warm)}.why-page .idea-body{font-size:18px;line-height:1.6;color:var(--fg-muted);max-width:60ch;margin:0 auto;text-wrap:pretty}.why-page .idea-body+.idea-body{margin-top:14px}.why-page .idea-body strong{color:var(--fg);font-weight:500}.why-page section.timo{padding:110px 0;background:var(--bg-raised);border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.why-page section.timo:before{content:"";position:absolute;inset:0;background:radial-gradient(700px 360px at 88% 10%,var(--warm-dim),transparent 65%),radial-gradient(600px 320px at 5% 90%,var(--accent-dim),transparent 65%);pointer-events:none;opacity:.7}.why-page .timo-inner{max-width:1080px;margin:0 auto;padding:0 40px;position:relative}.why-page .timo-label{display:flex;align-items:center;gap:14px;font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:48px}.why-page .timo-label:before{content:"";width:6px;height:6px;background:var(--warm);border-radius:50%;display:inline-block}.why-page .timo-grid{display:grid;grid-template-columns:360px 1fr;grid-gap:64px;gap:64px;align-items:start}.why-page .timo-photo{position:relative;aspect-ratio:3/4;border:1px solid var(--line-strong);border-radius:3px;overflow:hidden;background:var(--bg)}.why-page .timo-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.why-page .timo-photo-meta{position:absolute;bottom:0;left:0;right:0;padding:16px 18px;background:linear-gradient(0deg,rgba(14,14,13,.85),transparent);display:flex;justify-content:space-between;align-items:end;gap:12px;font-family:var(--font-jetbrains-mono),monospace;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.why-page .timo-photo-meta .name{color:#edeae3;font-family:var(--font-inter-tight),sans-serif;font-size:14px;letter-spacing:-.01em;text-transform:none;font-weight:500}.why-page .timo-photo-meta .role{color:hsla(42,22%,91%,.7)}.why-page .timo-body{padding-top:4px}.why-page .timo-eyebrow{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--warm);margin-bottom:18px}.why-page .timo-headline{font-family:var(--font-inter-tight),sans-serif;font-size:clamp(28px,3.2vw,40px);line-height:1.1;font-weight:500;letter-spacing:-.025em;margin-bottom:28px;text-wrap:balance}.why-page .timo-headline em{font-style:italic;font-family:var(--font-inter-tight),serif;font-weight:400;color:var(--warm)}.why-page .timo-text{font-size:16.5px;line-height:1.65;color:var(--fg);text-wrap:pretty;max-width:56ch}.why-page .timo-text+.timo-text{color:var(--fg-muted);margin-top:14px}.why-page .timo-meta-row{margin-top:32px;padding-top:22px;border-top:1px solid var(--line-strong);display:flex;flex-wrap:wrap;gap:28px;font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--fg-muted)}.why-page .timo-meta-row .k{color:var(--fg-dim);margin-right:8px}.why-page .timo-meta-row .v{color:var(--fg)}.why-page .timo-sign{margin-top:28px;font-family:var(--font-inter-tight),serif;font-style:italic;font-size:22px;color:var(--warm);letter-spacing:-.01em}.why-page section.why-cta{padding:80px 0 100px;text-align:center}.why-page section.why-cta h3{font-size:clamp(22px,2.4vw,28px);line-height:1.2;font-weight:500;letter-spacing:-.02em;margin-bottom:26px;color:var(--fg-muted);max-width:24ch;margin-left:auto;margin-right:auto;text-wrap:balance}.why-page section.why-cta h3 span{color:var(--fg)}.why-page .why-cta-row{display:inline-flex;gap:18px;align-items:center;flex-wrap:wrap;justify-content:center}.why-page .link-back{font-family:var(--font-jetbrains-mono),monospace;font-size:12.5px;letter-spacing:.04em;color:var(--fg-muted);transition:color .16s ease;display:inline-flex;align-items:center;gap:6px}.why-page .link-back:hover{color:var(--fg)}.why-page .link-back .arrow{transition:transform .2s ease;display:inline-block}.why-page .link-back:hover .arrow{transform:translateX(-3px)}@media (max-width:860px){.why-page .idea-inner,.why-page .split-grid,.why-page .timo-inner,.why-page .wrap-narrow{padding:0 24px}.why-page section.split{padding:60px 0 30px}.why-page section.split+section.split{padding-top:30px}.why-page section.idea{padding:70px 0;margin-top:20px}.why-page section.timo{padding:50px 0 70px}.why-page .split-grid{grid-template-columns:1fr;gap:0}.why-page .split-grid.reverse{direction:ltr}.why-page .split-grid{display:flex;flex-direction:column;align-items:stretch}.why-page .split-grid .split-text{display:contents}.why-page .split-grid .split-text .why-section-label{order:1;margin-bottom:14px}.why-page .split-grid .split-text h2{order:2;margin-bottom:16px}.why-page .split-grid>.figure{order:3;width:100%;aspect-ratio:4/3;margin:0 0 16px}.why-page .split-grid .split-text>.closing,.why-page .split-grid .split-text>.problems,.why-page .split-grid .split-text>p{order:4}.why-page .problems,.why-page .timo-grid{grid-template-columns:1fr}.why-page .timo-grid{gap:32px}.why-page .timo-photo{max-width:280px;aspect-ratio:3/4}.why-page .why-cta-row{flex-direction:column-reverse;gap:16px}}.imprint-page main{padding:100px 0 120px}.imprint-wrap{max-width:640px;margin:0 auto;padding:0 40px}.imprint-label{font-family:var(--font-jetbrains-mono),monospace;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:24px;display:flex;align-items:center;gap:12px}.imprint-label:before{content:"";width:6px;height:6px;background:var(--accent);border-radius:50%}.imprint-title{font-family:var(--font-inter-tight),var(--font-inter),sans-serif;font-size:clamp(28px,3.2vw,36px);line-height:1.1;font-weight:500;letter-spacing:-.025em;margin-bottom:48px}.imprint-block{margin-bottom:36px}.imprint-block-title{font-family:var(--font-jetbrains-mono),monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:10px}.imprint-block p{color:var(--fg);line-height:1.6}.imprint-block .muted{color:var(--fg-muted)}.imprint-link{color:var(--fg);border-bottom:1px solid var(--line-strong);transition:border-color .16s ease}.imprint-link:hover{border-color:var(--fg)}.imprint-legal{margin-top:56px;padding-top:28px;border-top:1px solid var(--line);font-size:13.5px;color:var(--fg-muted);line-height:1.65}.imprint-legal p+p{margin-top:10px}.imprint-back{display:inline-flex;align-items:center;gap:6px;margin-top:56px;font-family:var(--font-jetbrains-mono),monospace;font-size:12.5px;letter-spacing:.04em;color:var(--fg-muted);transition:color .16s ease}.imprint-back:hover{color:var(--fg)}.imprint-back .arrow{display:inline-block;transition:transform .2s ease}.imprint-back:hover .arrow{transform:translateX(-3px)}@media (max-width:860px){.imprint-page main{padding:60px 0 80px}.imprint-wrap{padding:0 24px}}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_0fc2d1;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_0fc2d1;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_0fc2d1{font-family:__Inter_0fc2d1,__Inter_Fallback_0fc2d1;font-style:normal}.__variable_0fc2d1{--font-inter:"__Inter_0fc2d1","__Inter_Fallback_0fc2d1"}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c95a17d6aa1ccc69-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/84792440f5374347-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/10735954b8957dce-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/69c8297e91a203ed-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32ec8d161d520037-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ceda3e828136e1b8-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_Tight_5ca87d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/103fc5fac08dcb15-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Tight_Fallback_5ca87d;src:local("Arial");ascent-override:100.51%;descent-override:25.03%;line-gap-override:0.00%;size-adjust:96.39%}.__className_5ca87d{font-family:__Inter_Tight_5ca87d,__Inter_Tight_Fallback_5ca87d;font-style:normal}.__variable_5ca87d{--font-inter-tight:"__Inter_Tight_5ca87d","__Inter_Tight_Fallback_5ca87d"}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__JetBrains_Mono_6d24ac;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__JetBrains_Mono_Fallback_6d24ac;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_6d24ac{font-family:__JetBrains_Mono_6d24ac,__JetBrains_Mono_Fallback_6d24ac;font-style:normal}.__variable_6d24ac{--font-jetbrains-mono:"__JetBrains_Mono_6d24ac","__JetBrains_Mono_Fallback_6d24ac"}