.moex-tui{font-family:inherit;max-width:1100px;margin:0 auto;padding:10px}
.moex-tui__title{margin:0 0 10px}
.moex-tui__hint{font-size:14px;line-height:1.4;background:#f6f7f7;border:1px solid #dcdcde;border-radius:8px;padding:10px;margin:0 0 12px}
.moex-tui__grid{display:grid;grid-template-columns:1fr;gap:12px}
@media(min-width:900px){.moex-tui__grid{grid-template-columns:1fr 1fr}}
.moex-tui__card{background:#fff;border:1px solid #dcdcde;border-radius:10px;padding:12px}
.moex-tui__form .moex-tui__field{margin:0 0 10px}
.moex-tui__field label{display:block;font-size:13px;margin:0 0 4px;color:#1d2327}
.moex-tui__field input[type=text],.moex-tui__field select{width:100%;max-width:100%;padding:10px;border:1px solid #dcdcde;border-radius:8px}
.moex-tui__field--inline label{display:flex;gap:8px;align-items:center}
.moex-tui__btn{display:inline-block;border:1px solid #2271b1;background:#2271b1;color:#fff;border-radius:8px;padding:10px 14px;font-size:14px;cursor:pointer;text-decoration:none}
.moex-tui__btn--small{padding:8px 12px;font-size:13px}
.moex-tui__btn--danger{border-color:#b32d2e;background:#b32d2e}
.moex-tui__muted{color:#646970;font-size:13px}
.moex-tui-notice{background:#edfaef;border:1px solid #46b450;color:#1d2327;border-radius:8px;padding:10px;margin:0 0 12px}
.moex-tui-notice--error{background:#fcf0f1;border-color:#d63638}
.moex-tui__results{margin-top:12px}
.moex-tui__result{display:flex;gap:10px;align-items:center;justify-content:space-between;border:1px solid #dcdcde;border-radius:10px;padding:10px;margin:0 0 10px}
.moex-tui__result-title{font-weight:600}
.moex-tui__result-meta{font-size:12px;color:#646970}
.moex-tui__tag{font-size:12px;background:#f6f7f7;border:1px solid #dcdcde;border-radius:999px;padding:6px 10px;color:#1d2327;white-space:nowrap}
.moex-tui__tag--warn{background:#fff8e5;border-color:#dba617}
.moex-tui__list{display:flex;flex-direction:column;gap:12px}
.moex-tui__item{border:1px solid #dcdcde;border-radius:12px;padding:12px;background:#fff}
.moex-tui__item-head{margin-bottom:8px}
.moex-tui__item-title{font-weight:700}
.moex-tui__item-meta{font-size:12px;color:#646970}
.moex-tui__switch{display:flex;align-items:center;gap:8px;margin:6px 0}
.moex-tui__tfs-title{font-size:13px;font-weight:600;margin:8px 0 6px}
.moex-tui__tfs{display:flex;flex-wrap:wrap;gap:8px}
.moex-tui__tf{display:flex;align-items:center;gap:6px;font-size:13px;background:#f6f7f7;border:1px solid #dcdcde;border-radius:999px;padding:6px 10px}
.moex-tui__item-actions{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}
