.msc-wrap{direction:rtl;max-width:1280px;margin:22px auto;padding:0 16px}
.msc-card{background:#fff;border:1px solid #e6e0d6;border-radius:22px;padding:20px;box-shadow:0 10px 28px rgba(18,38,62,.07)}
.msc-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:18px}
.msc-head h1,.msc-head h2{margin:0;color:#172a48}.msc-head p{color:#788394;margin:6px 0 0}
.msc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.msc-source{border:1px solid #ebe5dc;border-radius:18px;padding:17px;background:#fbfcfd}
.msc-source h3{margin:8px 0 0;color:#172a48}.msc-source p{color:#748091}
.msc-status{display:inline-flex;padding:6px 9px;border-radius:999px;font-size:12px;font-weight:900}
.msc-status.ok{background:#e8f7ed;color:#216a3e}.msc-status.wait{background:#fff3d8;color:#86580d}.msc-status.off{background:#eef1f4;color:#667085}
.msc-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:11px 14px;font-weight:900;text-decoration:none;cursor:pointer}
.msc-btn.primary{background:#172a48;color:#fff}.msc-btn.secondary{background:#f0ece4;color:#624f2f}
.msc-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:13px}
.msc-layers{margin-top:14px;border-top:1px solid #ece7df;padding-top:10px}
.msc-layer{display:grid;grid-template-columns:1.4fr .75fr .75fr auto;gap:10px;align-items:center;padding:12px 0;border-bottom:1px solid #f0ece6}
.msc-layer:last-child{border-bottom:0}
.msc-layer-main{min-width:0}.msc-layer-name{font-weight:800;color:#213451}.msc-layer-note{font-size:12px;color:#8a93a1;margin-top:3px}
.msc-toggle{display:flex;align-items:center;gap:7px;font-size:12px;color:#526074}.msc-toggle input{width:18px;height:18px;accent-color:#172a48}
.msc-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}
.msc-meta div{background:#fff;border:1px solid #ece6dc;border-radius:12px;padding:10px}.msc-meta small{display:block;color:#8a93a1}.msc-meta b{display:block;margin-top:4px;color:#213451;word-break:break-word}
.msc-alert,.msc-note{padding:12px 14px;border-radius:12px;margin:13px 0}.msc-alert.success{background:#e8f7ed;color:#216a3e}.msc-alert.danger{background:#fff0f1;color:#9e303a}.msc-note{background:#f5f7fa;color:#667085}
@media(max-width:820px){
 .msc-grid{grid-template-columns:1fr}.msc-head{flex-direction:column}
 .msc-layer{grid-template-columns:1fr auto}.msc-toggle{grid-column:auto}.msc-status{grid-column:2;grid-row:1}
 .msc-layer-main{grid-column:1}.msc-meta{grid-template-columns:1fr}
}
