.scb-wrap { max-width: 1240px; }
.scb-lead { font-size: 16px; max-width: 780px; }
.scb-card { background:#fff; border:1px solid #dcdcde; border-radius:10px; padding:20px; margin:18px 0; box-shadow:0 1px 2px rgba(0,0,0,.04); }
.scb-grid-form { display:grid; grid-template-columns: repeat(3, minmax(220px, 1fr)); gap:18px 22px; align-items:start; }
.scb-grid-form label { display:block; font-weight:600; color:#0F2544; }
.scb-grid-form input[type=text], .scb-grid-form input[type=password], .scb-grid-form input[type=number], .scb-grid-form select, .scb-grid-form textarea { width:100%; margin-top:6px; }
.scb-full { grid-column: 1 / -1; }
.scb-radio-row { display:flex; gap:18px; flex-wrap:wrap; background:#f6f7f7; padding:12px; border-radius:8px; }
.scb-radio-row label { color:#1d2327; font-weight:500; }
.scb-materials { display:grid; grid-template-columns: repeat(4, minmax(180px, 1fr)); gap:8px; background:#f6f7f7; border-radius:8px; padding:14px; max-height:260px; overflow:auto; }
.scb-materials label { font-weight:500; color:#1d2327; }
.scb-manual { border-top:4px solid #F26A21; padding-top:10px; }
.scb-manual-grid { display:grid; grid-template-columns: repeat(5, 1fr); gap:12px; }
.scb-manual-grid label { color:#1d2327; }
.scb-inline-form { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.scb-table td { vertical-align:top; }
.button-link-delete { color:#b32d2e; background:none; border:0; padding:0; cursor:pointer; text-decoration:underline; }
@media(max-width:1100px){ .scb-grid-form{grid-template-columns:1fr 1fr;} .scb-materials{grid-template-columns:1fr 1fr;} .scb-manual-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:700px){ .scb-grid-form{grid-template-columns:1fr;} .scb-materials{grid-template-columns:1fr;} .scb-manual-grid{grid-template-columns:1fr;} }
.scb-frontend { max-width: 1180px; margin: 0 auto; }
.scb-notice { padding: 14px 16px; border-radius: 8px; margin: 16px 0; border-left: 5px solid #2AA4DF; background: #f6f7f7; }
.scb-success { border-left-color: #00a32a; background: #edf7ed; }
.scb-error { border-left-color: #d63638; background: #fcf0f1; }
