:root{--ground: #F4F5F5;--ink: #111213;--ink-2: #3A3D42;--muted: #8E9297;--rule: #DFE2E4;--rule-2: #D8DBDE;--accent: #F05A00;--dark: #0E0F11;--sans: "Matter", "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;--cursor-dot: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22'><circle cx='11' cy='11' r='5' fill='%23111213' stroke='%23F4F5F5' stroke-width='1.5'/></svg>") 11 11, default;--cursor-plus: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18'><line x1='9' y1='1.5' x2='9' y2='16.5' stroke='%23111213' stroke-width='1.75' stroke-linecap='round'/><line x1='1.5' y1='9' x2='16.5' y2='9' stroke='%23111213' stroke-width='1.75' stroke-linecap='round'/></svg>") 9 9, pointer}@font-face{font-family:Matter;font-weight:400;font-style:normal;font-display:swap;src:local("Matter"),local("Matter-Regular"),local("Matter Regular"),url(/fonts/matter/Matter-Regular.woff) format("woff")}@font-face{font-family:Matter;font-weight:400;font-style:italic;font-display:swap;src:local("Matter-RegularItalic"),local("Matter Regular Italic"),url(/fonts/matter/Matter-RegularItalic.woff) format("woff")}@font-face{font-family:Matter;font-weight:500;font-style:normal;font-display:swap;src:local("Matter-Medium"),local("Matter Medium"),url(/fonts/matter/Matter-Medium.woff) format("woff")}@font-face{font-family:Matter;font-weight:300;font-style:normal;font-display:swap;src:local("Matter-Light"),local("Matter Light"),url(/fonts/matter/Matter-Light.woff) format("woff")}*{margin:0;padding:0;box-sizing:border-box}html,body{background:var(--ground);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}body{overflow-x:hidden;cursor:var(--cursor-dot)}a{color:inherit;text-decoration:none;cursor:var(--cursor-plus);transition:color .15s,border-color .15s}a:hover{color:var(--accent)}button,input,textarea,select{font:inherit;color:inherit;background:none;border:none;border-radius:0}button{cursor:var(--cursor-plus)}img{display:block;max-width:100%;-webkit-user-drag:none;user-select:none}h1,h2,h3,p{font-weight:400}.canvas{width:1440px;margin:0 auto;position:relative;padding-bottom:69px}.grid-lines{position:absolute;left:0;top:120px;width:1440px;height:calc(100% - 189px);pointer-events:none;z-index:0}.grid-lines line{stroke:var(--rule);stroke-width:.5}.t-display{font-family:var(--sans);font-size:120px;line-height:1;letter-spacing:-.034em;color:var(--ink)}.t-h1{font-family:var(--sans);font-size:96px;line-height:1;letter-spacing:-.032em;color:var(--ink)}.t-tagline{font-family:var(--sans);font-size:22px;line-height:1.3;letter-spacing:-.014em;color:var(--ink)}.t-body{font-family:var(--sans);font-size:17px;line-height:1.55;letter-spacing:-.006em;color:var(--ink)}.t-body-2{color:var(--ink-2)}.t-fact{font-family:var(--sans);font-size:15px;line-height:1.5;letter-spacing:-.005em;color:var(--ink)}.t-meta{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);line-height:14px}.t-meta-sm{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);line-height:12px}.t-caption{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:var(--muted);line-height:14px}.top-strip{position:relative;z-index:3;height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 48px}.top-strip__brand{display:flex;align-items:baseline;gap:12px}.top-strip__brand .name{font-weight:500;font-size:15px;letter-spacing:-.01em;color:var(--ink);line-height:18px}.nav{display:flex;align-items:center;gap:28px;font-size:13px;line-height:16px;color:var(--ink)}.nav a{position:relative;padding-bottom:3px}.nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav a:hover:after,.nav a.is-active:after{transform:scaleX(1)}.nav a.nav__btn{display:inline-flex;align-items:center;height:30px;padding:0 14px;line-height:1;border:1px solid var(--ink);font-weight:500;transition:background .2s,color .2s}.nav a.nav__btn:after{display:none}.nav__btn:hover{background:var(--ink);color:var(--ground)}.rule{position:relative;height:1px;margin:0 48px;background:var(--rule-2);z-index:1}.rule--abs{position:absolute;left:48px;right:48px;margin:0}.rule i{position:absolute;top:-5px;width:10px;height:10px;margin-left:-5px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><path d='M0 5H10M5 0V10' stroke='%238E9297' stroke-width='1' stroke-linecap='round'/></svg>") no-repeat}.corner{position:absolute;width:12px;height:12px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><path d='M0 6H12M6 0V12' stroke='%238E9297' stroke-width='1' stroke-linecap='round'/></svg>") no-repeat;z-index:2}.corner--tl{top:-6px;left:-6px}.corner--tr{top:-6px;right:-6px}.corner--bl{bottom:-6px;left:-6px}.corner--br{bottom:-6px;right:-6px}.pill{display:inline-flex;align-items:center;height:24px;padding:0 11px 0 12px;border:1px solid var(--ink);border-radius:999px;font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink);line-height:10px;white-space:nowrap}.pill--filled{background:var(--ink);color:var(--ground)}.pill--accent{border-color:var(--accent);color:var(--accent)}.labels{display:flex;align-items:baseline;gap:24px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;line-height:14px;color:var(--muted)}.labels button,.labels a{padding-bottom:3px;border-bottom:1px solid transparent;color:var(--muted);transition:color .15s,border-color .15s}.labels button:hover,.labels a:hover{color:var(--ink)}.labels .is-active{color:var(--ink);border-bottom-color:var(--accent)}.meta-line{display:flex;align-items:baseline;gap:10px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;line-height:14px;color:var(--muted)}.meta-line .kind{color:var(--ink)}.link{display:inline-block;border-bottom:1px solid var(--ink);padding-bottom:1px;color:var(--ink);white-space:nowrap}.link:hover{color:var(--accent);border-color:var(--accent)}.link--md{font-size:16px;letter-spacing:-.01em;line-height:20px;padding-bottom:3px}.link--accent{border-bottom:1.5px solid var(--accent)}.link--lg{font-size:26px;letter-spacing:-.014em;line-height:32px;padding-bottom:4px;border-bottom:1.5px solid var(--accent)}.foot{position:absolute;left:48px;right:48px;bottom:32px;z-index:3;display:flex;flex-direction:column;gap:20px}.foot__rule{display:block;width:100%;height:1px;background:var(--rule-2)}.foot__row{display:flex;align-items:center;justify-content:space-between;padding:0 8px}.foot__left{display:flex;align-items:baseline;gap:14px}.foot__name{font-weight:500;font-size:12px;letter-spacing:-.005em;color:var(--ink);line-height:16px}.foot__left .t-meta,.foot__right{font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);line-height:12px}.foot__right{display:flex;align-items:baseline;gap:24px}.abs{position:absolute;z-index:2}.m-grid,.m-only,.coord-short{display:none}@media(min-width:768px){.canvas{zoom:var(--fit, 1)}}:root{--m-cross: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><path d='M0 5H10M5 0V10' stroke='%238E9297' stroke-width='1' stroke-linecap='round'/></svg>");--m-rule-bg: var(--m-cross) 0 0 / 10px 10px no-repeat, var(--m-cross) 50% 0 / 10px 10px no-repeat, var(--m-cross) 100% 0 / 10px 10px no-repeat, linear-gradient(#D8DBDE, #D8DBDE) 5px 50% / calc(100% - 10px) 1px no-repeat}@media(max-width:767px){.canvas{width:100%;height:auto!important;min-height:100svh;padding-bottom:0;overflow:clip;display:flex;flex-direction:column}.canvas>*{flex-shrink:0}.grid-lines{display:none}.m-only{display:block}.m-grid{display:block;position:absolute;inset:96px 0 70px;pointer-events:none;z-index:0;background-image:linear-gradient(var(--rule),var(--rule)),linear-gradient(var(--rule),var(--rule)),linear-gradient(var(--rule),var(--rule));background-size:1px 100%;background-repeat:no-repeat;background-position:20px 0,50% 0,calc(100% - 20px) 0}.abs{position:relative!important;top:auto!important;left:auto!important;width:auto!important;margin:0 20px}.rule--abs{display:none}.rule{position:static;height:10px;margin:0 15px;background:var(--m-rule-bg)}.rule i{display:none}.m-rule{position:relative;height:10px;margin:0 15px;background:var(--m-rule-bg);z-index:1}.top-strip{position:relative;height:96px;padding:26px 20px 0;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:20px}.top-strip:after{content:"";position:absolute;left:15px;right:15px;bottom:-5px;height:10px;background:var(--m-rule-bg)}.top-strip__brand{justify-content:space-between}.top-strip__brand{align-items:baseline;gap:12px}.top-strip__brand .name{font-size:14px;white-space:nowrap}.top-strip__brand .t-meta{font-size:9px;letter-spacing:.12em;line-height:12px;white-space:nowrap}.coord-long{display:none}.coord-short{display:inline}.nav{justify-content:space-between;gap:0;font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;line-height:12px;color:var(--muted)}.nav a.nav__btn{display:inline;height:auto;padding:0 0 3px;border:0;font-weight:400;line-height:12px}.nav__btn:hover{background:none;color:inherit}.nav a.is-active{color:var(--ink)}.t-display{font-size:56px;line-height:56px}.t-h1{font-size:36px;line-height:40px;letter-spacing:-.03em}.t-tagline{font-size:18px;line-height:26px;letter-spacing:-.012em}.t-body{font-size:16px;line-height:24px;letter-spacing:-.005em}.t-fact{font-size:14px;line-height:20px}.t-meta{font-size:10px;line-height:12px}.labels{flex-wrap:wrap;gap:12px 16px;font-size:10px;line-height:12px}.meta-line{flex-wrap:wrap;gap:8px;font-size:10px;line-height:12px}.link--md{font-size:15px;line-height:20px}.link--lg{font-size:18px;line-height:22px;padding-bottom:3px;border-bottom-width:1px}.foot{position:relative;left:auto;right:auto;bottom:auto;margin:auto 20px 0;padding-bottom:8px;gap:0}.foot__row{padding:17px 0 0;flex-direction:column;align-items:stretch;gap:12px}.foot__left{flex-direction:column;gap:6px}.foot__name{font-size:12px;line-height:14px}.foot__left .t-meta,.foot__right{font-size:8px;line-height:12px}.foot__right{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 16px}.foot__right span{margin-left:auto}}
