.tt-tabs .tt-radio{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}.tt-tabs .tt-strip{display:flex;flex-wrap:wrap;gap:8px}@media (max-width:520px){.tt-tabs .tt-strip{flex-wrap:nowrap;gap:6px}.tt-tabs .tt-tab{flex:1 1 0;min-width:0;justify-content:center;padding:0 8px;gap:5px;white-space:nowrap;font-size:11px;letter-spacing:.04em}}.tt-tabs .tt-tab{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:var(--ivory,#fbf7ef);color:var(--ink,#1f1512);font-family:var(--mono),ui-monospace,monospace;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;-webkit-user-select:none;user-select:none}.tt-tabs .tt-tab .tt-count{opacity:.65;font-size:11px}@media (hover:hover){.tt-tabs .tt-tab:hover{border-color:var(--terracotta,#b83e0b);color:var(--terracotta,#b83e0b)}}.tt-tabs .tt-radio:first-of-type:checked~.tt-strip .tt-tab:first-of-type,.tt-tabs .tt-radio:nth-of-type(2):checked~.tt-strip .tt-tab:nth-of-type(2),.tt-tabs .tt-radio:nth-of-type(3):checked~.tt-strip .tt-tab:nth-of-type(3){background:var(--ink,#1f1512);border-color:var(--ink,#1f1512);color:var(--ivory,#fbf7ef)}.tt-tabs .tt-radio:first-of-type:checked~.tt-strip .tt-tab:first-of-type .tt-count,.tt-tabs .tt-radio:nth-of-type(2):checked~.tt-strip .tt-tab:nth-of-type(2) .tt-count,.tt-tabs .tt-radio:nth-of-type(3):checked~.tt-strip .tt-tab:nth-of-type(3) .tt-count{opacity:1}.tt-tabs .tt-radio:focus-visible~.tt-strip .tt-tab{outline:none}.tt-tabs .tt-radio:first-of-type:focus-visible~.tt-strip .tt-tab:first-of-type,.tt-tabs .tt-radio:nth-of-type(2):focus-visible~.tt-strip .tt-tab:nth-of-type(2),.tt-tabs .tt-radio:nth-of-type(3):focus-visible~.tt-strip .tt-tab:nth-of-type(3){outline:2px solid var(--terracotta,#b83e0b);outline-offset:3px}.tt-tabs .tt-panel{display:none}.tt-tabs .tt-radio:first-of-type:checked~.tt-panels>.tt-panel:first-of-type,.tt-tabs .tt-radio:nth-of-type(2):checked~.tt-panels>.tt-panel:nth-of-type(2),.tt-tabs .tt-radio:nth-of-type(3):checked~.tt-panels>.tt-panel:nth-of-type(3){display:block}@media print{.tt-tabs .tt-panel{display:block!important}.tt-tabs .tt-strip{display:none}}