.rs-dmu{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;max-width:1100px;margin:0 auto;padding:14px}
.rs-dmu__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.rs-dmu__title{margin:0;font-size:26px;line-height:1.1}
.rs-dmu__subtitle{margin:6px 0 0;color:#555}
.rs-dmu__status{font-size:13px;padding:8px 10px;background:#f3f3f3;border:1px solid #e4e4e4;border-radius:10px;color:#111}
.rs-dmu__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:880px){.rs-dmu__grid{grid-template-columns:1fr}}
.rs-dmu__card{background:#fff;border:1px solid #e6e6e6;border-radius:16px;padding:14px;box-shadow:0 6px 20px rgba(0,0,0,.04)}
.rs-dmu__card h3{margin:0 0 10px;font-size:16px}
.rs-dmu__row{display:flex;align-items:center;gap:10px;margin:10px 0}
.rs-dmu__row label{width:92px;color:#111;font-size:13px}
.rs-dmu__row input[type=text],.rs-dmu__row select{flex:1;padding:8px 10px;border-radius:10px;border:1px solid #dcdcdc;background:#fff;color:#111}
.rs-dmu__btn{appearance:none;border:1px solid #d5d5d5;background:#fff;color:#111;padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:600;font-size:13px;white-space:nowrap}
.rs-dmu__btn:hover{background:#fafafa}
.rs-dmu__btn--primary{border-color:#111;background:#111;color:#fff}
.rs-dmu__btn--primary:hover{opacity:.92}
.rs-dmu__divider{height:1px;background:#eee;margin:12px 0}
.rs-dmu__hint{margin:8px 0 0;color:#666;font-size:12px}
.rs-dmu__macro{margin:10px 0}
.rs-dmu__macroLabel{display:flex;justify-content:space-between;color:#111;font-size:13px;margin-bottom:4px}
.rs-dmu__macro input[type=range]{width:100%}
.rs-dmu__list{display:flex;flex-direction:column;gap:8px;margin-top:10px}
.rs-dmu__item{border:1px solid #e7e7e7;border-radius:12px;padding:10px;background:#fcfcfc}
.rs-dmu__itemTop{display:flex;justify-content:space-between;gap:10px}
.rs-dmu__itemName{font-weight:700}
.rs-dmu__pill{display:inline-block;font-size:11px;padding:3px 8px;border:1px solid #e1e1e1;border-radius:999px;background:#fff;color:#111;margin-left:6px}
.rs-dmu__itemBtns{display:flex;gap:8px;margin-top:8px}
