/* ===== Variation C: split panel + dashboard ===== */
.vc-screen { background: var(--bg); min-height: 100%; }
.vc-top { background: #fff; border-bottom: 1px solid var(--border); padding: 14px 32px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.vc-top-brand { display: flex; align-items: center; gap: 12px; }
.vc-brand-mark { width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 17px; flex: none; box-shadow: 0 2px 8px oklch(0.58 0.16 256 / 0.25); }
.vc-brand-name { font-weight: 700; font-size: 15.5px; line-height: 1.1; }
.vc-tabs { display: flex; gap: 2px; justify-content: center; padding: 4px; background: var(--surface-2); border-radius: 12px; align-self: center; }
.vc-tab { display: flex; align-items: center; gap: 7px; padding: 8px 14px; border: 0; background: transparent; color: var(--text-2); font-size: 13px; font-weight: 500; cursor: pointer; border-radius: 9px; font-family: inherit; }
.vc-tab:hover { color: var(--text); }
.vc-tab-on { background: #fff; color: var(--brand); font-weight: 600; box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 0 0 1px var(--border-soft); }
.vc-top-user { display: flex; align-items: center; gap: 10px; padding: 6px 10px 6px 6px; border-radius: 999px; border: 1px solid var(--border); cursor: pointer; }
.vc-avatar { width: 28px; height: 28px; border-radius: 50%; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: 12.5px; flex: none; }
.vc-canvas { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(420px, 1fr); gap: 24px; padding: 28px 32px; max-width: 1320px; margin: 0 auto; }
.vc-page { padding: 28px 32px; max-width: 1320px; margin: 0 auto; }
.vc-pageheader { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; gap: 24px; }
.vc-pageactions { display: flex; gap: 8px; }
.vc-crumb { font-size: 12px; color: var(--text-3); margin-bottom: 6px; }
.vc-h1 { margin: 0; font-size: 26px; font-weight: 700; letter-spacing: -0.01em; }
.vc-muted { color: var(--text-2); font-size: 13.5px; margin: 6px 0 0; }
.vc-muted-sm { color: var(--text-3); font-size: 12px; }
.vc-leftpanel { background: #fff; border: 1px solid var(--border); border-radius: 22px; padding: 32px; box-shadow: var(--shadow-1); }
.vc-rightpanel { position: sticky; top: 24px; align-self: start; }
.vc-stepkicker { display: inline-block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand); background: var(--brand-soft); padding: 4px 10px; border-radius: 999px; margin-bottom: 12px; }
.vc-form { display: flex; flex-direction: column; gap: 28px; margin-top: 24px; }
.vc-block { display: flex; flex-direction: column; gap: 10px; }
.vc-block-title { font-size: 14px; font-weight: 700; color: var(--text); }
.vc-cardchoice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vc-choice { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: 14px; border: 1.5px solid var(--border); background: #fff; cursor: pointer; transition: all .15s; }
.vc-choice:hover { border-color: oklch(0.85 0.04 256); }
.vc-choice-on { border-color: var(--brand); background: var(--brand-soft); }
.vc-choice-ic { width: 36px; height: 36px; border-radius: 10px; background: #fff; border: 1px solid var(--border-soft); display: grid; place-items: center; color: var(--brand); flex: none; }
.vc-choice-on .vc-choice-ic { background: #fff; }
.vc-choice-t { font-size: 14px; font-weight: 700; }
.vc-route { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; padding: 16px 18px; background: var(--surface-2); border-radius: 14px; }
.vc-route-side { display: flex; flex-direction: column; gap: 4px; }
.vc-route-name { font-size: 16px; font-weight: 700; }
.vc-route-line { display: flex; align-items: center; gap: 6px; color: var(--brand); }
.vc-route-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); }
.vc-route-dash { width: 32px; height: 1.5px; background: linear-gradient(90deg, var(--brand), oklch(0.85 0.04 256)); }
.vc-placeholder { color: var(--text-3); font-weight: 500; }
.vc-itemcard { background: var(--surface-2); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.vc-input { height: 38px; padding: 0 12px; border: 1px solid var(--border); border-radius: 10px; background: #fff; font-size: 13.5px; outline: none; font-family: inherit; color: var(--text); width: 100%; }
.vc-input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px oklch(0.58 0.16 256 / 0.10); }
.vc-input-sm { height: 34px; width: 70px; text-align: center; padding: 0 8px; }
.vc-dimrow { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vc-dim-l { font-size: 12px; color: var(--text-3); font-weight: 600; min-width: 64px; }
.vc-x { color: var(--text-3); font-size: 13px; }
.vc-link { display: inline-flex; align-items: center; gap: 6px; background: transparent; border: 0; color: var(--brand); font-size: 13px; font-weight: 600; cursor: pointer; align-self: flex-start; padding: 6px 0; }
.vc-link-inline { color: var(--brand); font-weight: 600; font-size: 13px; cursor: pointer; }
.vc-link-danger { color: var(--red); }
.vc-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.vc-opt { display: flex; align-items: flex-start; gap: 12px; padding: 14px 16px; border-radius: 14px; border: 1px solid var(--border); background: #fff; cursor: pointer; }
.vc-opt-t { font-size: 13.5px; font-weight: 700; }
.vc-switch { width: 34px; height: 20px; background: oklch(0.88 0.005 250); border-radius: 999px; position: relative; flex: none; margin-top: 1px; }
.vc-switch-knob { position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.2); transition: left .2s; }
.vc-switch-on { background: var(--brand); }
.vc-switch-on .vc-switch-knob { left: 16px; }
.vc-preview-card { background: linear-gradient(180deg, oklch(0.98 0.012 256) 0%, #fff 60%); border: 1px solid var(--border); border-radius: 22px; padding: 24px; box-shadow: var(--shadow-2); }
.vc-preview-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.vc-badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 999px; background: var(--brand-soft); color: var(--brand); font-size: 11px; font-weight: 700; }
.vc-box-stage { background: var(--surface-2); border-radius: 14px; padding: 18px; min-height: 220px; display: flex; align-items: center; justify-content: center; position: relative; }
.vc-empty-tag { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); font-size: 11.5px; color: var(--text-3); }
.vc-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border-soft); }
.vc-stat-l { font-size: 11.5px; color: var(--text-3); margin-bottom: 4px; }
.vc-stat-v { font-size: 14px; font-weight: 700; color: var(--text); }
.vc-stat-big { font-size: 26px; font-weight: 700; letter-spacing: -0.02em; margin: 4px 0; }
.vc-money { display: flex; justify-content: space-between; align-items: baseline; margin-top: 14px; padding: 14px 16px; background: var(--brand-soft); border-radius: 12px; }
.vc-money-l { font-size: 12.5px; color: var(--brand); font-weight: 700; }
.vc-money-v { font-size: 22px; font-weight: 700; color: var(--brand); letter-spacing: -0.01em; }
.vc-btn { display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; border: 0; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; }
.vc-btn-primary { background: var(--brand); color: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.06), 0 4px 12px oklch(0.58 0.16 256 / 0.22); }
.vc-btn-primary:hover { background: var(--brand-2); }
.vc-btn-block { width: 100%; justify-content: center; padding: 12px 18px; font-size: 14px; margin-top: 14px; }
.vc-btn-ghost { background: #fff; color: var(--text); border: 1px solid var(--border); }
.vc-btn-ghost-sm { padding: 6px 12px; font-size: 12px; background: var(--surface-2); color: var(--text-2); border: 0; border-radius: 8px; }
.vc-btn-blue { color: var(--brand); background: var(--brand-soft); }
.vc-btn-danger { color: var(--red); background: var(--red-soft); }
.vc-iconbtn { width: 32px; height: 32px; border: 0; background: transparent; color: var(--text-3); border-radius: 8px; cursor: pointer; display: grid; place-items: center; }
.vc-iconbtn:hover { background: var(--surface-2); color: var(--text); }
.vc-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 24px; }
.vc-statcard { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 18px; box-shadow: var(--shadow-1); }
.vc-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 22px; box-shadow: var(--shadow-1); }
.vc-card-flush { padding: 0; overflow: hidden; }
.vc-flush-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 22px; border-bottom: 1px solid var(--border-soft); }
.vc-toolbar { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; flex-wrap: wrap; }
.vc-search { display: flex; align-items: center; gap: 8px; padding: 0 12px; height: 36px; background: #fff; border: 1px solid var(--border); border-radius: 10px; flex: 1; min-width: 280px; max-width: 420px; color: var(--text-3); }
.vc-search input { border: 0; outline: 0; height: 100%; flex: 1; font-size: 13px; background: transparent; color: var(--text); font-family: inherit; }
.vc-chips { display: flex; gap: 6px; }
.vc-chip { padding: 7px 14px; border-radius: 999px; border: 1px solid var(--border); background: #fff; color: var(--text-2); font-size: 12.5px; font-weight: 600; cursor: pointer; font-family: inherit; }
.vc-chip-on { background: var(--text); color: #fff; border-color: var(--text); }
.vc-grid { width: 100%; border-collapse: collapse; font-size: 13px; }
.vc-grid th { background: var(--surface-2); color: var(--text-3); font-weight: 600; font-size: 11.5px; text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--border-soft); }
.vc-grid td { padding: 14px 16px; border-bottom: 1px solid var(--border-soft); }
.vc-grid tbody tr:last-child td { border-bottom: 0; }
.vc-grid tbody tr:hover { background: var(--surface-2); }
.vc-thumb { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, oklch(0.96 0.01 256), oklch(0.92 0.02 256)); border: 1px solid var(--border-soft); }
.vc-cell-strong { font-weight: 600; color: var(--text); }
.vc-mono { font-family: var(--font-mono); font-size: 12.5px; }
.vc-pill { display: inline-flex; align-items: center; padding: 3px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600; background: var(--surface-2); color: var(--text-2); }
.vc-pill-blue { background: var(--brand-soft); color: var(--brand); }
.vc-pill-green { background: var(--green-soft); color: var(--green); }
.vc-pill-mute { background: var(--surface-2); color: var(--text-3); font-weight: 500; }
.vc-row-actions { display: flex; gap: 4px; align-items: center; }
.vc-grid-2 { display: grid; grid-template-columns: 1.4fr 1fr; gap: 20px; }
.vc-row-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 14px; }
.vc-field { display: flex; flex-direction: column; gap: 5px; }
.vc-label { font-size: 12px; font-weight: 600; color: var(--text-2); }
.vc-cta-row { display: flex; gap: 8px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-soft); }
.vc-preset { display: grid; grid-template-columns: 1fr 2fr auto; gap: 24px; align-items: center; }
.vc-preset-name { display: flex; align-items: center; gap: 8px; }
.vc-plancards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.vc-plancard { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 20px; box-shadow: var(--shadow-1); display: flex; flex-direction: column; gap: 8px; }
.vc-plancard-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; }
.vc-carrier-mark { width: 36px; height: 36px; border-radius: 10px; background: linear-gradient(135deg, oklch(0.95 0.04 256), oklch(0.88 0.06 256)); color: var(--brand); display: grid; place-items: center; font-weight: 700; font-size: 15px; }
.vc-plancard-name { font-size: 15px; font-weight: 700; margin-top: 4px; }
.vc-plancard-meta { margin-top: 4px; }
.vc-plancard-actions { display: flex; gap: 6px; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border-soft); }
