.tx81z-oe{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;max-width:1200px;margin:24px auto;padding:0 12px}
.tx81z-oe__header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}
.tx81z-oe__title{margin:0;font-size:22px;line-height:1.2}
.tx81z-oe__subtitle{opacity:.75;font-size:13px;margin-top:4px}
.tx81z-oe__status{padding:8px 10px;border-radius:12px;background:rgba(0,0,0,.06);font-size:13px}
.tx81z-oe__tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 14px}
.tx81z-oe__tab{border:0;border-radius:999px;padding:8px 12px;background:rgba(0,0,0,.06);cursor:pointer}
.tx81z-oe__tab.is-active{background:rgba(0,0,0,.12);font-weight:600}
.tx81z-oe__panel{display:none}
.tx81z-oe__panel.is-active{display:block}
.tx81z-oe__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media(max-width:900px){.tx81z-oe__grid{grid-template-columns:1fr}}
.tx81z-oe__card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;box-shadow:0 6px 24px rgba(0,0,0,.06)}
.tx81z-oe__card h3{margin:0 0 10px;font-size:16px}
.tx81z-oe__card label{display:block;font-size:12px;opacity:.8;margin:10px 0 6px}
.tx81z-oe__card select,.tx81z-oe__card input[type='text']{width:100%;padding:10px;border-radius:12px;border:1px solid rgba(0,0,0,.12)}
.tx81z-oe__card input[type='range']{width:100%}
.tx81z-oe__btn{border:0;border-radius:12px;padding:10px 12px;cursor:pointer;background:#111;color:#fff}
.tx81z-oe__btn--ghost{background:rgba(0,0,0,.06);color:#111}
.tx81z-oe__row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.tx81z-oe__hint{font-size:12px;opacity:.75;margin-top:10px}
.tx81z-oe__editor{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}
@media(max-width:900px){.tx81z-oe__editor{grid-template-columns:1fr}}
.tx81z-oe__group{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:12px}
.tx81z-oe__group h4{margin:0 0 8px;font-size:14px}
.tx81z-oe__param{display:grid;grid-template-columns:1.6fr 1fr;gap:10px;align-items:center;margin:8px 0}
.tx81z-oe__param small{opacity:.7}
.tx81z-oe__param input[type='range']{width:100%}
.tx81z-oe__list{margin-top:10px}
.tx81z-oe__preset{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:10px;margin:10px 0}
.tx81z-oe__presetTitle{display:flex;justify-content:space-between;gap:10px;align-items:center}
.tx81z-oe__presetTitle b{font-size:14px}
.tx81z-oe__pill{font-size:11px;padding:4px 8px;border-radius:999px;background:rgba(0,0,0,.06)}
