.tp-shell{--tp-bg: #0d0c0a;--tp-raise: #14120e;--tp-raise-2: #191712;--tp-card-bg: rgba(255, 244, 235, .045);--tp-card-hi: rgba(255, 244, 235, .075);--tp-well: rgba(0, 0, 0, .32);--tp-line: rgba(255, 244, 235, .1);--tp-line-hi: rgba(255, 244, 235, .2);--tp-head: #f5f2ec;--tp-strong: rgba(245, 242, 236, .94);--tp-body: rgba(245, 242, 236, .74);--tp-mut: rgba(245, 242, 236, .62);--tp-faint: rgba(245, 242, 236, .54);--tp-track: rgba(245, 242, 236, .09);--tp-accent: #ff6a3d;--tp-accent-soft: #ff9a76;--tp-accent-wash: rgba(255, 106, 61, .1);--tp-good: #4bd8a0;--tp-warn: #f2c65c;--tp-bad: #ff8a63;--tp-neutral: rgba(245, 242, 236, .55);--tp-radius: 12px;--tp-lift: 0 1px 0 rgba(255, 244, 235, .04) inset, 0 18px 44px -34px rgba(0, 0, 0, .9);--tp-measure: 38rem;--tp-measure-sm: 33rem;--tp-mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--bg: var(--tp-bg);--surface: var(--tp-raise);--card: var(--tp-card-bg);--card-2: var(--tp-card-hi);--txt: var(--tp-head);--mut: var(--tp-mut);--mut2: var(--tp-faint);--line: var(--tp-line);--line-2: var(--tp-line-hi);background:var(--tp-bg);color:var(--tp-body)}.tp-wrap{width:100%;margin-inline:auto;padding-inline:1.5rem;max-width:64rem}.tp-mid{width:100%;margin-inline:auto;padding-inline:1.5rem;max-width:48rem}.tp-narrow{width:100%;margin-inline:auto;padding-inline:1.5rem;max-width:calc(var(--tp-measure) + 3rem)}.tp-section{padding-block:3.5rem}.tp-section--hero{padding-top:2.5rem;padding-bottom:1.75rem}.tp-section--flush{padding-top:0}.tp-section--tail{padding-bottom:5rem}@media (min-width: 768px){.tp-section{padding-block:5.5rem}.tp-section--hero{padding-top:3.25rem;padding-bottom:2rem}.tp-section--flush{padding-top:0}.tp-section--tail{padding-bottom:7rem}}.tp-display{font-family:"Instrument Serif",serif;color:var(--tp-head);font-size:clamp(2.3rem,1.7rem + 2.4vw,3.35rem);line-height:1.1;letter-spacing:-.012em}.tp-lede{color:var(--tp-body);font-size:clamp(1.0625rem,1.005rem + .24vw,1.15rem);line-height:1.7;max-width:36rem;margin-inline:auto}.tp-kicker{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--tp-faint)}.tp-h3{color:var(--tp-head);font-weight:600;font-size:1.0625rem;line-height:1.45;letter-spacing:-.003em}.tp-prose{color:var(--tp-body);font-size:clamp(1.0625rem,1.005rem + .24vw,1.125rem);line-height:1.75;letter-spacing:.01em;max-width:var(--tp-measure)}.tp-prose>*+*{margin-top:1.5rem}.tp-prose strong,.tp-prose b{color:var(--tp-strong);font-weight:600}.tp-prose code{font-family:var(--tp-mono);font-size:.9em;color:var(--tp-strong);background:var(--tp-track);border-radius:5px;padding:.1em .36em}.tp-prose--lead{color:var(--tp-strong)}.tp-prose--sm{font-size:1rem;line-height:1.72;max-width:var(--tp-measure-sm)}.tp-note{color:var(--tp-mut);font-size:.9375rem;line-height:1.7}.tp-fine{color:var(--tp-faint);font-size:.8125rem;line-height:1.6}.tp-num{font-variant-numeric:tabular-nums}.tp-link{color:var(--tp-accent-soft);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#ff9a7673;transition:color .2s,text-decoration-color .2s}.tp-link:hover{color:var(--tp-accent);text-decoration-color:currentColor}.tp-steps p{color:var(--tp-body);font-size:1rem;line-height:1.72}.tp-steps h3{font-size:1.1875rem}.tp-cta p{color:var(--tp-body);font-size:1.0625rem;line-height:1.7}.tp-card{background:var(--tp-card-bg);border:1px solid var(--tp-line);border-radius:var(--tp-radius);box-shadow:var(--tp-lift)}.tp-card--pad{padding:1.5rem}@media (min-width: 768px){.tp-card--pad{padding:1.75rem}}.tp-card--link{transition:background .2s ease,border-color .2s ease,transform .2s cubic-bezier(.2,.8,.2,1)}.tp-card--link:hover{background:var(--tp-card-hi);border-color:var(--tp-line-hi);transform:translateY(-2px)}.tp-band .tp-card,.tp-on-raise .tp-card{background:var(--tp-card-hi)}@media (prefers-reduced-motion: reduce){.tp-card--link:hover{transform:none}}.tp-icon{display:inline-grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:12px;background:var(--tp-accent-wash);color:var(--tp-accent-soft);flex:none}.tp-console{background:var(--tp-raise);border:1px solid var(--tp-line-hi);border-radius:22px;padding:1.15rem;box-shadow:0 30px 70px -40px #000000e6;position:relative;overflow:hidden}.tp-console:before{content:"";position:absolute;inset:0 0 auto;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,244,235,.22) 22%,rgba(255,244,235,.22) 78%,transparent)}@media (min-width: 640px){.tp-console{padding:1.5rem;border-radius:26px}}.tp-form{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.tp-form--row{flex-direction:row;align-items:stretch}}.tp-field{flex:1 1 auto;min-width:0;width:100%;background:var(--tp-well);border:1px solid var(--tp-line-hi);border-radius:9999px;padding:0 1.25rem;min-height:3.25rem;font-size:1rem;line-height:1.4;color:var(--tp-head);outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.tp-field::-moz-placeholder{color:var(--tp-faint)}.tp-field::placeholder{color:var(--tp-faint)}.tp-field:hover{border-color:#fff4eb47}.tp-field:focus{border-color:var(--tp-accent);background:#0000006b;box-shadow:0 0 0 3px #ff6a3d38}.tp-field--area{border-radius:16px;padding:.85rem 1.1rem;min-height:7.5rem;resize:vertical;font-family:var(--tp-mono);font-size:.9375rem;line-height:1.75}.tp-run{flex:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3.25rem;padding:0 1.75rem;border-radius:9999px;font-size:.9375rem;font-weight:600;color:#260f04;white-space:nowrap;background:radial-gradient(at 50% 115%,#ff8a5c 30%,#ff6a3d 70%);box-shadow:inset 0 1px 10px -4px #ffd3bd,inset 4px 6px 3px -6px #ffffffe6,0 8px 26px -10px #ff6a3d8c;transition:transform .18s cubic-bezier(.2,.8,.2,1),filter .18s ease}.tp-run:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.tp-run:disabled{cursor:progress;filter:saturate(.55) brightness(.85)}.tp-run:focus-visible{outline:2px solid var(--tp-head);outline-offset:3px}@media (prefers-reduced-motion: reduce){.tp-run:hover:not(:disabled){transform:none}}@media (max-width: 639px){.tp-run{width:100%}}.tp-btn{display:inline-flex;align-items:center;gap:.4rem;border-radius:9999px;border:1px solid var(--tp-line-hi);background:var(--tp-card-bg);padding:.45rem .9rem;font-size:.8125rem;font-weight:500;color:var(--tp-body);white-space:nowrap;transition:color .18s,background .18s,border-color .18s}.tp-btn:hover{color:var(--tp-head);background:var(--tp-card-hi);border-color:#fff4eb52}.tp-btn:focus-visible{outline:2px solid var(--tp-accent);outline-offset:2px}.tp-btn--on{color:#260f04;background:var(--tp-head);border-color:var(--tp-head);font-weight:600}.tp-btn--on:hover{color:#260f04;background:#fff;border-color:#fff}.tp-check{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;line-height:1.5;color:var(--tp-mut)}.tp-check input{accent-color:var(--tp-accent);width:1rem;height:1rem}.tp-check:hover{color:var(--tp-body)}.tp-result{margin-top:1.15rem;background:var(--tp-raise-2);border:1px solid var(--tp-line);border-radius:18px;overflow:hidden;text-align:left}.tp-result__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.1rem;border-bottom:1px solid var(--tp-line);background:#fff4eb06}.tp-result__t{display:flex;align-items:center;gap:.5rem;min-width:0;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase;color:var(--tp-faint)}.tp-result__acts{display:flex;flex-wrap:wrap;gap:.5rem}.tp-result__body{padding:1.1rem}@media (min-width: 640px){.tp-result__body{padding:1.35rem}}.tp-result__body>*+*{margin-top:1rem}.tp-group{font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--tp-faint);margin-bottom:.6rem}.tp-divide{border-top:1px solid var(--tp-line);padding-top:1rem}.tp-score{display:flex;align-items:baseline;gap:.9rem;flex-wrap:wrap}.tp-score__n{font-family:"Instrument Serif",serif;font-size:clamp(2.75rem,2.2rem + 2vw,3.75rem);line-height:.95;font-variant-numeric:tabular-nums}.tp-score__m{color:var(--tp-mut);font-size:.9375rem;line-height:1.6}.tp-score__m b{color:var(--tp-head);font-weight:600;font-variant-numeric:tabular-nums}.tp-tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}@media (min-width: 640px){.tp-tiles{grid-template-columns:repeat(5,minmax(0,1fr))}}.tp-tile{border:1px solid var(--tp-line);background:var(--tp-well);border-radius:12px;padding:.7rem .5rem;text-align:center}.tp-tile__n{font-size:1.25rem;line-height:1.2;color:var(--tp-head);font-variant-numeric:tabular-nums}.tp-tile__l{margin-top:.2rem;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--tp-faint)}.tp-tag{display:inline-flex;align-items:center;gap:.35rem;border-radius:9999px;padding:.26rem .7rem;font-size:.78125rem;line-height:1.35;font-weight:500;background:color-mix(in srgb,currentColor 15%,transparent);white-space:nowrap;font-variant-numeric:tabular-nums}.tp-tag--ok{color:var(--tp-good)}.tp-tag--bad{color:var(--tp-bad)}.tp-tag--warn{color:var(--tp-warn)}.tp-tag--muted{color:var(--tp-neutral);background:var(--tp-track)}.tp-dot{width:.5rem;height:.5rem;border-radius:9999px;flex:none;margin-top:.5rem}.tp-scroll{overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--tp-line);border-radius:14px;background:var(--tp-well)}.tp-scroll--fade{-webkit-mask-image:linear-gradient(90deg,#000 calc(100% - 3rem),transparent);mask-image:linear-gradient(90deg,#000 calc(100% - 3rem),transparent)}.tp-scroll::-webkit-scrollbar{height:8px}.tp-scroll::-webkit-scrollbar-thumb{background:#f5f2ec2e;border-radius:9999px}.tp-scroll::-webkit-scrollbar-track{background:transparent}.tp-table{width:100%;border-collapse:collapse;font-size:.9375rem;font-variant-numeric:tabular-nums}.tp-table--wide{min-width:34rem}.tp-table th{text-align:left;font-weight:600;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:var(--tp-faint);padding:.75rem .9rem;white-space:nowrap;border-bottom:1px solid var(--tp-line)}.tp-table td{padding:.7rem .9rem;color:var(--tp-body);vertical-align:middle}.tp-table tbody tr+tr td{border-top:1px solid var(--tp-line)}.tp-table tbody tr:hover td{background:#fff4eb08}.tp-table .tp-mono-cell{font-family:var(--tp-mono);font-size:.8125rem;color:var(--tp-mut)}.tp-swipe{display:none;color:var(--tp-faint);font-size:.8125rem;line-height:1.5}@media (max-width: 640px){.tp-swipe{display:block;margin-top:.55rem}}.tp-pre{margin:0;font-family:var(--tp-mono);font-size:.8125rem;line-height:1.7;color:var(--tp-body);background:var(--tp-well);border:1px solid var(--tp-line);border-radius:14px;padding:1rem 1.1rem;max-height:22rem;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.tp-pre::-webkit-scrollbar{width:9px;height:9px}.tp-pre::-webkit-scrollbar-thumb{background:#f5f2ec2e;border-radius:9999px}.tp-mono{font-family:var(--tp-mono);font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.tp-break{overflow-wrap:anywhere;word-break:break-word}.tp-item{border:1px solid var(--tp-line);background:var(--tp-well);border-radius:14px;padding:.9rem 1rem}.tp-item+.tp-item{margin-top:.7rem}.tp-disclose>summary{cursor:pointer;list-style:none;display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--tp-mut);transition:color .18s}.tp-disclose>summary::-webkit-details-marker{display:none}.tp-disclose>summary:hover{color:var(--tp-head)}.tp-disclose>summary:before{content:"▸";color:var(--tp-accent-soft);transition:transform .18s;display:inline-block}.tp-disclose[open]>summary:before{transform:rotate(90deg)}.tp-skel{display:grid;gap:.7rem}.tp-skel i{display:block;height:.85rem;border-radius:6px;background:linear-gradient(90deg,#f5f2ec0f 25%,#f5f2ec21 37%,#f5f2ec0f 63%);background-size:400% 100%;animation:tp-shimmer 1.5s ease-in-out infinite}@keyframes tp-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion: reduce){.tp-skel i{animation:none}}.tp-status{display:flex;align-items:center;gap:.55rem;color:var(--tp-mut);font-size:.9375rem}.tp-spin{animation:tp-spin 1s linear infinite;flex:none;color:var(--tp-accent-soft)}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-alert{display:flex;align-items:flex-start;gap:.7rem;margin-top:1.15rem;border-radius:16px;padding:.9rem 1.1rem;font-size:.9375rem;line-height:1.6;color:#ffc9b6;background:#ff6a3d1a;border:1px solid rgba(255,138,99,.32)}.tp-alert svg{flex:none;margin-top:.15rem;color:var(--tp-bad)}.tp-tier{display:flex;align-items:flex-start;gap:.6rem;margin-top:1.15rem;padding-top:.95rem;border-top:1px solid var(--tp-line);color:var(--tp-mut);font-size:.9375rem;line-height:1.65;max-width:var(--tp-measure-sm)}.tp-tier svg{flex:none;margin-top:.25rem;color:var(--tp-faint)}.tp-faq{border:1px solid var(--tp-line);border-radius:var(--tp-radius);background:var(--tp-card-bg);box-shadow:var(--tp-lift);overflow:hidden}.tp-faq>details+details{border-top:1px solid var(--tp-line)}.tp-faq summary{cursor:pointer;list-style:none;display:flex;align-items:baseline;justify-content:space-between;gap:1.25rem;padding:1.15rem 1.4rem;color:var(--tp-head);font-size:1.0625rem;line-height:1.5;font-weight:500;transition:color .2s}.tp-faq summary:hover{color:var(--tp-accent-soft)}.tp-faq summary::-webkit-details-marker{display:none}.tp-faq__i{flex:none;color:var(--tp-faint);font-size:1.35rem;line-height:1;transition:transform .2s}.tp-faq details[open] .tp-faq__i{transform:rotate(45deg);color:var(--tp-accent-soft)}.tp-faq__a{padding:0 1.4rem 1.4rem}.tp-review{width:19rem;padding:1.35rem;display:flex;flex-direction:column}@media (min-width: 640px){.tp-review{width:21.5rem}}.tp-review blockquote{color:var(--tp-body);font-size:.9375rem;line-height:1.7}.tp-review figcaption{color:var(--tp-faint);font-size:.8125rem}.tp-review figcaption b{color:var(--tp-body);font-weight:600}.tp-hub-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 640px){.tp-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.tp-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tp-hub-card{display:flex;flex-direction:column;padding:1.6rem;border-radius:var(--tp-radius)}.tp-hub-card h2,.tp-hub-card h3{color:var(--tp-head);font-size:1.125rem;font-weight:600;line-height:1.35}.tp-hub-card p{color:var(--tp-body);font-size:1rem;line-height:1.65;margin-top:.55rem;flex:1 1 auto}.tp-hub-card__go{margin-top:1.15rem;font-size:.875rem;font-weight:500;color:var(--tp-accent-soft);display:inline-flex;align-items:center;gap:.35rem}.tp-hub .tp-section--hero{position:relative;isolation:isolate}.tp-hub .tp-section--hero:before{content:"";position:absolute;z-index:-1;pointer-events:none;left:50%;transform:translate(-50%);top:-3rem;width:min(46rem,94vw);height:24rem;background:radial-gradient(50% 50% at 50% 50%,rgba(255,244,235,.045),transparent 72%)}.tp-hub .tp-section--hero{padding-bottom:3rem}@media (min-width: 768px){.tp-hub .tp-section--hero{padding-top:4rem;padding-bottom:4rem}}.tp-pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(255,244,235,.13);background:linear-gradient(150deg,#fff4eb17,#fff4eb06);box-shadow:inset 0 1px #fff4eb21,0 6px 18px -12px #000000e6;padding:.42rem .95rem;font-size:.75rem;letter-spacing:.06em;color:var(--tp-strong)}.tp-zone{position:relative;background:#191510;box-shadow:inset 0 1px #fff4eb08}.tp-zone:before,.tp-zone:after{content:"";position:absolute;left:0;right:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,244,235,.17) 24%,rgba(255,244,235,.17) 76%,transparent)}.tp-zone:before{top:0}.tp-zone:after{bottom:0}@media (min-width: 640px){.tp-hub .tp-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem}}@media (min-width: 1024px){.tp-hub .tp-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.tp-hub .tp-hub-grid .tp-hub-card{position:relative;flex-direction:row;align-items:flex-start;gap:1.15rem;padding:1.65rem 1.7rem;border:0;background:linear-gradient(158deg,#fff4eb0f,#fff4eb06);box-shadow:none;transition:transform .45s cubic-bezier(.32,.72,0,1),box-shadow .45s cubic-bezier(.32,.72,0,1),background .3s ease}.tp-hub .tp-hub-grid .tp-hub-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;pointer-events:none;background:linear-gradient(152deg,#fff4eb42,#fff4eb0d 42%,#ff6a3d33);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@media (hover: hover){.tp-hub .tp-hub-grid .tp-hub-card:hover{background:linear-gradient(158deg,#fff4eb17,#fff4eb09);transform:translateY(-3px);box-shadow:0 1px #fff4eb0d inset,0 34px 60px -40px #000}}@media (prefers-reduced-motion: reduce){.tp-hub .tp-hub-grid .tp-hub-card:hover{transform:none}}@media (max-width: 639px){.tp-hub .tp-hub-grid .tp-hub-card{flex-direction:column;gap:.9rem;padding:1.4rem 1.45rem}}.tp-hub .tp-hub-grid .tp-icon{width:2.75rem;height:2.75rem;border-radius:.85rem;background:radial-gradient(120% 120% at 30% 0%,#ff8a5c38,#ff6a3d14);border:1px solid rgba(255,106,61,.22);box-shadow:inset 0 1px #ffd6be47,0 8px 20px -14px #ff6a3db3;color:var(--tp-accent-soft)}.tp-hub .tp-hub-card__body{display:flex;flex-direction:column;min-width:0;flex:1 1 auto}.tp-hub .tp-hub-grid .tp-hub-card h2{font-size:clamp(1.125rem,1.05rem + .3vw,1.25rem);line-height:1.3}.tp-hub .tp-hub-grid .tp-hub-card p{margin-top:.45rem}.tp-hub .tp-hub-grid .tp-hub-card__go{margin-top:.95rem;color:var(--tp-mut);transition:color .2s ease}.tp-hub .tp-hub-grid .tp-hub-card:hover .tp-hub-card__go{color:var(--tp-accent-soft)}.tp-hub .tp-cta>section{padding-block:4rem 5.5rem}@media (min-width: 768px){.tp-hub .tp-cta>section{padding-block:5.5rem 7rem}}.tp-hub .tp-cta>section>div{border-radius:1.75rem;padding:3.5rem 1.75rem;border:0!important;box-shadow:0 0 0 1px #fff4eb17,inset 0 1px #fff4eb17,0 50px 100px -60px #000}@media (min-width: 768px){.tp-hub .tp-cta>section>div{padding:4.5rem 3rem}}.tp-shell{overflow-x:clip}.tp-shell img{max-width:100%}
