.tl{margin:-2rem -2rem 0;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;color:#1a0f0a;display:flex;flex-direction:column}@media(max-width:768px){.tl{margin:-1rem -1rem 0}}.tl-inner{max-width:1600px;margin:0 auto;padding-left:clamp(1.25rem,5vw,4rem);padding-right:clamp(1.25rem,5vw,4rem)}.tl-header{background:#1a0f0a;padding:clamp(2rem,4vw,3rem) 0;flex-shrink:0}.tl-header__back{display:block;font-size:.8125rem;color:hsla(34,64%,98%,.4);text-decoration:none;margin-bottom:1.5rem;transition:color .12s ease}.tl-header__back:hover{color:#c8563a}.tl-header__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#c8563a;margin:0 0 .75rem}.tl-header__headline{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:#fdfaf6;margin:0 0 .75rem;max-width:640px}.tl-header__sub{font-size:.9375rem;font-weight:300;line-height:1.6;color:hsla(34,64%,98%,.5);max-width:520px;margin:0}.tl-workspace{flex:1 1;background:#f4ece0;border-top:1.5px solid hsla(32,34%,83%,.6)}.tl-tool{display:grid;grid-template-columns:200px 1fr 1fr;min-height:520px;height:calc(100vh - 260px);max-height:740px}.tl-tool--wide{grid-template-columns:200px 1fr}.tl-tool--triple{grid-template-columns:200px 1fr 1fr 1fr}.tl-tool--nosidebar{grid-template-columns:1fr 1fr}.tl-tool--full{grid-template-columns:1fr}@media(max-width:900px){.tl-tool{grid-template-columns:1fr!important;height:auto;max-height:none}}.tl-sidebar{background:#fff;border-right:1px solid #e2d4c4;padding:1.5rem 1.125rem;display:flex;flex-direction:column;overflow-y:auto}@media(max-width:900px){.tl-sidebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:1rem;gap:1rem;padding:1rem 1.25rem;border-right:none;border-bottom:1px solid #e2d4c4;height:auto;overflow:visible}}.tl-sidebar__section{padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #e2d4c4}.tl-sidebar__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media(max-width:900px){.tl-sidebar__section{border-bottom:none;margin-bottom:0;padding-bottom:0}}.tl-sidebar__label{font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#9c7b6c;margin-bottom:.6rem;display:block}.tl-sidebar__modes{display:flex;flex-direction:column;gap:.35rem}.tl-sidebar__mode{width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-align:left;background:#f4ece0;color:#5c3d2e;border:1px solid #e2d4c4;cursor:pointer;transition:background .1s ease,color .1s ease,border-color .1s ease}.tl-sidebar__mode:hover{background:#efe3d1;color:#1a0f0a}.tl-sidebar__mode--active{background:#c8563a;color:#fff;border-color:#c8563a;font-weight:600}.tl-sidebar__actions{display:flex;flex-direction:column;gap:.35rem}.tl-sidebar__action{width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;text-align:left;background:none;color:#5c3d2e;border:1px solid #e2d4c4;cursor:pointer;transition:background .1s ease,color .1s ease}.tl-sidebar__action:hover:not(:disabled){background:#f4ece0;color:#1a0f0a}.tl-sidebar__action:disabled{opacity:.35;cursor:default}.tl-sidebar__action--done{background:#f4ece0;color:#c8563a;border-color:#c8563a}.tl-sidebar__option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.8125rem;font-weight:400;color:#5c3d2e;margin-bottom:.4rem}.tl-sidebar__option input[type=checkbox],.tl-sidebar__option input[type=radio]{accent-color:#c8563a;width:14px;height:14px;cursor:pointer;flex-shrink:0}.tl-sidebar__option:hover{color:#1a0f0a}.tl-panel{display:flex;flex-direction:column;background:#fff;border-right:1px solid #e2d4c4;overflow:hidden}.tl-panel:last-child{border-right:none}@media(max-width:900px){.tl-panel{border-right:none;border-bottom:1px solid #e2d4c4;min-height:220px}.tl-panel:last-child{border-bottom:none}}.tl-panel__head{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;background:#f4ece0;border-bottom:1px solid #e2d4c4;flex-shrink:0;gap:.5rem}.tl-panel__label{font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9c7b6c}.tl-panel__count{font-size:.65rem;font-weight:400;color:hsla(19,20%,52%,.7);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.tl-panel__textarea{flex:1 1;border:none;outline:none;padding:1.125rem;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.75;resize:none;color:#1a0f0a;background:#fff;width:100%;height:100%}.tl-panel__textarea::placeholder{color:hsla(19,20%,52%,.55)}.tl-panel__textarea[readonly]{background:#fdfaf6;cursor:default;color:#5c3d2e}.tl-panel__textarea--error{color:#c8563a;background:rgba(200,86,58,.04)}.tl-panel__body{flex:1 1;overflow:auto;padding:1.125rem;font-family:Courier New,Courier,monospace;font-size:.875rem;line-height:1.75;color:#1a0f0a;background:#fff}.tl-panel__body[data-readonly]{background:#fdfaf6;color:#5c3d2e}.tl-panel__body pre{margin:0;white-space:pre-wrap;word-break:break-all}.tl-panel__body--empty{display:flex;align-items:center;justify-content:center;color:hsla(19,20%,52%,.5);font-family:var(--font-body),sans-serif;font-size:.875rem}.tl-info{background:#fff;padding:clamp(3rem,6vw,5rem) 0;border-top:1px solid #e2d4c4}.tl-info__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1px;gap:1px;background:#e2d4c4;border:1.5px solid #e2d4c4;margin-bottom:3rem}@media(max-width:860px){.tl-info__grid{grid-template-columns:1fr}}.tl-info__block{background:#fff;padding:2rem 1.75rem}.tl-info__heading{font-family:var(--font-display),Georgia,serif;font-size:1.15rem;font-weight:400;letter-spacing:-.01em;color:#1a0f0a;margin:0 0 1rem}.tl-info__body{font-size:.9rem;font-weight:300;line-height:1.75;color:#5c3d2e;margin:0 0 .75rem}.tl-info__body:last-child{margin-bottom:0}.tl-info__body code{font-family:Courier New,monospace;font-size:.8125rem;background:#f4ece0;padding:.1em .3em;border-radius:2px;color:#1a0f0a}.tl-info__list{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.5rem}.tl-info__list li{font-size:.875rem;font-weight:300;line-height:1.6;color:#5c3d2e}.tl-info__list li strong{font-weight:600;color:#1a0f0a}.tl-info__list li code{font-family:Courier New,monospace;font-size:.8rem;background:#f4ece0;padding:.1em .3em;border-radius:2px;color:#1a0f0a}.tl-info__faq-section>.tl-info__heading{margin-bottom:1.5rem;font-size:1.333rem}.tl-info__faqs{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;background:#e2d4c4;border:1.5px solid #e2d4c4}@media(max-width:640px){.tl-info__faqs{grid-template-columns:1fr}}.tl-info__faq-item{background:#fff;padding:1.5rem 1.75rem}.tl-info__faq-item h3{font-size:.9rem;font-weight:600;color:#1a0f0a;margin:0 0 .5rem;letter-spacing:-.01em}.tl-info__faq-item p{font-size:.875rem;font-weight:300;line-height:1.7;color:#5c3d2e;margin:0}.tl-info__faq-item p code{font-family:Courier New,monospace;font-size:.8rem;background:#f4ece0;padding:.1em .3em;border-radius:2px;color:#1a0f0a}.tl-info__faq-item p a{color:#c8563a;text-decoration:underline;text-underline-offset:2px;font-weight:400}.tl-info__faq-item p a:hover{color:#1a0f0a}@media(prefers-reduced-motion:no-preference){.tl-header{animation:tl-up .45s ease-out both}.tl-workspace{animation:tl-up .45s ease-out .05s both}}@keyframes tl-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}