/* 랜딩 방문 집계 제외 — 시스템설정 자식 모달 (2026-09-06, A-4 액센트형 골격)
   .lve-* — 차콜블루 #3e6187 축 · 섹션 밴드 카드 · 차콜 pill primary */
.lve { padding: 16px; background: #f6f9fc; display: flex; flex-direction: column; gap: 14px; color: #334155; font-size: 13px; }
.lve-title { font-size: 15px; font-weight: 800; color: #0f172a; border-left: 4px solid #3e6187; padding-left: 12px; line-height: 1.3; }
.lve-lead { margin: -4px 0 0; font-size: 12.5px; line-height: 1.7; color: #475569; }
.lve-lead strong { color: #1e293b; }

.lve-card { background: #fff; border: 1px solid #dbe6f0; border-radius: 12px; overflow: hidden; }
.lve-band { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 9px 14px; background: #f3f7fb; border-bottom: 1px solid #dbe6f0; font-size: 12px; font-weight: 700; color: #3e6187; }
.lve-band-sub { font-weight: 500; color: #64748b; font-size: 11px; }
.lve-pill { display: inline-flex; align-items: center; padding: 1px 8px; border-radius: 20px; background: #3e6187; color: #fff; font-size: 11px; font-weight: 600; }

.lve-scroll { overflow-x: auto; }
.lve-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
.lve-table th { text-align: left; padding: 8px 12px; font-size: 11px; font-weight: 600; color: #64748b; background: #fcfdfe; border-bottom: 1px solid #eef4f9; white-space: nowrap; }
.lve-table td { padding: 8px 12px; border-bottom: 1px solid #eef4f9; vertical-align: middle; }
.lve-table tr:last-child td { border-bottom: 0; }
.lve-table tbody tr:hover td { background: #f8fbfd; }
.lve-table th.r, .lve-table td.r { text-align: right; white-space: nowrap; }
.lve-table th.c, .lve-table td.c { text-align: center; }
.lve-table td.is-warn { color: #b45309; font-weight: 700; }
.lve-table tr.is-off td { color: #94a3b8; }
.lve-empty { text-align: center; color: #94a3b8; padding: 18px 12px !important; }
.lve-dim { color: #94a3b8; font-size: 11.5px; }
.lve-rule-name { font-weight: 700; color: #1e293b; white-space: nowrap; display: flex; align-items: center; gap: 6px; }
.lve-tag { display: inline-block; padding: 1px 7px; border-radius: 20px; font-size: 10.5px; font-weight: 600; background: #fff; color: #3e6187; border: 1px solid #c4d3e2; }
.lve-tag.is-custom { background: #3e6187; color: #fff; border-color: #3e6187; }
.lve-tag.is-prov { background: #fff7ed; color: #c2410c; border-color: #fdba74; }
.lve-code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; background: #f1f5f9; padding: 1px 5px; border-radius: 5px; color: #334155; }
.lve-ua { display: inline-block; max-width: 320px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; }
.lve-inline { display: inline-block; margin: 0; }

.lve-btn { border: 1px solid #e2e8f0; background: #fff; color: #475569; border-radius: 9px; padding: 5px 11px; font-size: 12px; font-weight: 600; cursor: pointer; white-space: nowrap; }
.lve-btn:hover { background: #f8fbfd; border-color: #c4d3e2; }
.lve-btn.is-primary { background: #3e6187; color: #fff; border-color: #3e6187; border-radius: 22px; padding: 7px 16px; box-shadow: 0 2px 6px rgba(62, 97, 135, .25); }
.lve-btn.is-primary:hover { background: #355475; }
.lve-btn.is-danger { color: #dc2626; border-color: #fecaca; }
.lve-btn.is-danger:hover { background: #fef2f2; }
.lve-btn[disabled] { opacity: .6; cursor: default; }

.lve-add { padding: 12px 14px 14px; border-top: 1px dashed #dbe6f0; background: #fcfdfe; }
.lve-add-title { font-size: 12px; font-weight: 700; color: #3e6187; margin-bottom: 8px; }
.lve-add-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
@media (max-width: 720px) { .lve-add-grid { grid-template-columns: minmax(0, 1fr); } }
.lve-field { display: flex; flex-direction: column; gap: 4px; font-size: 11.5px; color: #64748b; }
.lve-field em { color: #dc2626; font-style: normal; }
.lve-input { border: 1.5px solid #c4d3e2; border-radius: 10px; background: #fcfdfe; color: #1e293b; padding: 7px 10px; font-size: 13px; }
.lve-input:focus { outline: none; border-color: #3e6187; box-shadow: 0 0 0 3px #3e618722; background: #fff; }
.lve-add-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-top: 10px; }
.lve-check { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: #475569; cursor: pointer; flex-wrap: wrap; }
.lve-select { padding: 5px 8px; font-size: 12px; }

.lve-reclass { padding: 12px 14px; display: flex; flex-direction: column; gap: 8px; }
.lve-preview { font-size: 12.5px; color: #334155; }
.lve-preview.is-filled { padding: 8px 12px; background: #f3f7fb; border: 1px solid #dbe6f0; border-radius: 9px; }
.lve-reclass-actions { display: flex; gap: 8px; justify-content: flex-end; flex-wrap: wrap; }
