body { background: #f6f7f9; }
.v2-shell { --sidebar-w: 272px; color: #171717; display: grid; grid-template-columns: var(--sidebar-w) minmax(0, 1fr); min-height: 100vh; }
.v2-shell.is-collapsed { --sidebar-w: 72px; }
.v2-sidebar { background: #fafafa; border-right: 1px solid #e5e7eb; display: flex; flex-direction: column; min-height: 100vh; overflow: hidden; position: sticky; top: 0; }
.v2-sidebar-brand { align-items: center; border-bottom: 1px solid #e5e7eb; display: flex; gap: 10px; min-height: 64px; padding: 12px 14px; }
.v2-brand-mark, .v2-avatar { align-items: center; background: #111827; border-radius: 8px; color: #fff; display: inline-flex; font-weight: 800; height: 36px; justify-content: center; text-decoration: none; width: 36px; }
.v2-brand-mark:hover, .v2-brand-mark:focus { color: #fff; text-decoration: none; }
.v2-brand-text, .v2-account-text { min-width: 0; }
.v2-brand-text strong, .v2-account-text strong { display: block; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-brand-text span, .v2-account-text a { color: #6b7280; font-size: 12px; }
.v2-sidebar-nav { display: flex; flex: 1; flex-direction: column; gap: 2px; overflow-y: auto; padding: 12px 10px; }
.v2-nav-item { align-items: center; border-radius: 8px; color: #374151; display: flex; gap: 10px; min-height: 36px; padding: 8px 10px; text-decoration: none; }
.v2-nav-item:hover, .v2-nav-item:focus { background: #f0f2f5; color: #111827; text-decoration: none; }
.v2-nav-item.is-active { background: #111827; color: #fff; }
.v2-nav-icon { align-items: center; background: transparent; border-radius: 6px; display: inline-flex; flex: 0 0 24px; height: 24px; justify-content: center; width: 24px; }
.v2-nav-section { color: #9ca3af; font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 16px 10px 6px; text-transform: uppercase; }
.v2-sidebar-account { align-items: center; border-top: 1px solid #e5e7eb; display: flex; gap: 10px; padding: 12px 14px; }
.v2-main { min-width: 0; }
.v2-topbar { align-items: center; background: rgba(255,255,255,.86); border-bottom: 1px solid #e5e7eb; display: flex; gap: 12px; height: 64px; padding: 0 22px; position: sticky; top: 0; z-index: 20; }
.v2-sidebar-trigger { align-items: center; background: #fff; border: 1px solid #d1d5db; border-radius: 8px; display: inline-flex; flex-direction: column; gap: 3px; height: 34px; justify-content: center; padding: 0; width: 34px; }
.v2-sidebar-trigger span { background: #111827; border-radius: 99px; display: block; height: 2px; width: 14px; }
.v2-topbar-title { font-size: 14px; font-weight: 700; }
.v2-content { padding: 24px; }
.v2-shell.is-collapsed .v2-brand-text, .v2-shell.is-collapsed .v2-nav-item span:last-child, .v2-shell.is-collapsed .v2-nav-section, .v2-shell.is-collapsed .v2-account-text { display: none; }
.v2-shell.is-collapsed .v2-sidebar-brand, .v2-shell.is-collapsed .v2-sidebar-account { justify-content: center; padding-left: 8px; padding-right: 8px; }
.v2-page { max-width: 1440px; }
.v2-page .card { border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: none; }
.v2-page .card-header { background: #fff; border-bottom: 1px solid #e5e7eb; }
.v2-page .btn { border-radius: 8px; }
.v2-page .form-control { border-radius: 8px; }
.v2-page-header { align-items: flex-start; display: flex; gap: 16px; justify-content: space-between; margin-bottom: 16px; }
.v2-eyebrow { color: #6b7280; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.v2-title { font-size: 26px; font-weight: 800; letter-spacing: 0; line-height: 1.2; margin: 2px 0; }
.v2-subtitle { color: #6b7280; font-size: 14px; }
.v2-actionbar { align-items: center; background: #111827; border-radius: 8px; color: #fff; display: none; gap: 10px; justify-content: space-between; margin: 12px 0; padding: 10px 12px; }
.v2-actionbar.is-visible { display: flex; }
.v2-actionbar form { display: inline-flex; gap: 8px; margin: 0; }
.v2-actionbar .btn { background: #fff; color: #111827; }
.v2-table-card { border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
.v2-table-card .table { margin-bottom: 0; }
.v2-table-card th { background: #f9fafb; border-bottom: 1px solid #e5e7eb; color: #6b7280; font-size: 12px; text-transform: uppercase; }
.v2-row-checkbox, .v2-select-all { height: 16px; width: 16px; }
.v2-stepper { align-items: center; display: flex; gap: 8px; margin: 8px 0 18px; }
.v2-step { align-items: center; color: #6b7280; display: inline-flex; gap: 6px; font-size: 12px; font-weight: 700; }
.v2-step strong { align-items: center; background: #e5e7eb; border-radius: 999px; color: #111827; display: inline-flex; height: 24px; justify-content: center; width: 24px; }
.v2-step.is-active { color: #111827; }
.v2-step.is-active strong { background: #111827; color: #fff; }
@media (max-width: 860px) { .v2-shell { display: block; } .v2-sidebar { bottom: 0; left: 0; position: fixed; transform: translateX(-100%); transition: transform .2s ease; width: 272px; z-index: 50; } .v2-shell.is-mobile-open .v2-sidebar { transform: translateX(0); } .v2-content { padding: 16px; } .v2-page-header { display: block; } }

.v2-routes-page { max-width: none; }
.v2-routes-header { align-items: center; margin-bottom: 18px; }
.v2-header-actions { align-items: center; display: flex; gap: 8px; }
.v2-add-button { align-items: center; display: inline-flex; gap: 6px; font-weight: 700; }
.v2-routes-toolbar { display: grid; gap: 14px; margin-bottom: 16px; }
.v2-filter-cluster { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-filter-menu { position: relative; }
.v2-filter-menu summary { align-items: center; background: #fff; border: 1px dashed #d1d5db; border-radius: 8px; color: #374151; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; gap: 8px; min-height: 36px; padding: 8px 12px; }
.v2-filter-menu summary::-webkit-details-marker { display: none; }
.v2-filter-menu summary:after { color: #6b7280; content: "⌄"; font-size: 12px; }
.v2-filter-menu summary span { align-items: center; background: #f3f4f6; border-radius: 4px; color: #111827; display: inline-flex; font-size: 11px; max-width: 140px; overflow: hidden; padding: 1px 5px; text-overflow: ellipsis; white-space: nowrap; }
.v2-filter-popover { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; box-shadow: 0 12px 32px rgba(15, 23, 42, .14); display: grid; gap: 6px; left: 0; max-height: 280px; min-width: 220px; overflow: auto; padding: 10px; position: absolute; top: calc(100% + 6px); z-index: 30; }
.v2-filter-popover label { align-items: center; color: #374151; display: flex; font-size: 13px; font-weight: 500; gap: 8px; margin: 0; min-height: 28px; }
.v2-radio-row { cursor: pointer; }
.v2-toolbar-right { align-items: center; display: flex; justify-content: flex-end; margin-top: -50px; }
.v2-group-select { align-items: center; color: #6b7280; display: inline-flex; font-size: 13px; font-weight: 600; gap: 8px; margin: 0; }
.v2-group-select select { background: transparent; border: 0; color: #111827; font-weight: 800; outline: 0; }
.v2-search-row { align-items: center; display: flex; gap: 8px; max-width: 520px; }
.v2-search-row input { background: #fff; border: 1px solid #d1d5db; border-radius: 8px; flex: 1; height: 38px; min-width: 260px; padding: 8px 12px; }
.v2-routes-table { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden; }
.v2-routes-table table { border-collapse: collapse; margin: 0; width: 100%; }
.v2-routes-table th { background: #fafafa; border-bottom: 1px solid #e5e7eb; color: #6b7280; font-size: 12px; font-weight: 800; height: 44px; padding: 0 12px; text-transform: none; white-space: nowrap; }
.v2-routes-table th a { color: #6b7280; text-decoration: none; }
.v2-routes-table td { border-bottom: 1px solid #f0f1f3; color: #1f2937; font-size: 13px; padding: 12px; vertical-align: middle; }
.v2-routes-table tr:last-child td { border-bottom: 0; }
.v2-check-col { text-align: center; width: 42px; }
.v2-actions-col { text-align: right; width: 86px; }
.v2-group-row td { background: #f3f4f6; border-bottom-color: #e5e7eb; padding: 0; }
.v2-group-row button { align-items: center; background: transparent; border: 0; color: #111827; display: flex; font-size: 12px; font-weight: 700; gap: 8px; min-height: 38px; padding: 8px 12px; text-align: left; width: 100%; }
.v2-group-chevron { display: inline-block; font-size: 18px; line-height: 1; transform: rotate(90deg); transition: transform .16s ease; }
.v2-group-row.is-collapsed .v2-group-chevron { transform: rotate(0deg); }
.v2-group-label, .v2-group-count, .v2-muted-cell { color: #6b7280; }
.v2-data-row.is-hidden { display: none; }
.v2-route-title { color: #111827; font-weight: 800; line-height: 1.25; margin-bottom: 3px; }
.v2-mono { color: #374151; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 12px; }
.v2-badge, .v2-status { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 11px; font-weight: 800; line-height: 1; margin-right: 4px; padding: 5px 8px; white-space: nowrap; }
.v2-badge-warning { background: #fffbeb; border-color: #f5d37b; color: #7c5600; }
.v2-status-active { background: #e9f7ef; border-color: #b7e2c7; color: #176339; }
.v2-status-inactive { background: #f3f4f6; border-color: #d1d5db; color: #374151; }
.v2-status-deleted { background: #fee2e2; border-color: #fecaca; color: #991b1b; }
.v2-icon-button { align-items: center; background: transparent; border: 0; border-radius: 8px; color: #374151; display: inline-flex; font-size: 20px; height: 32px; justify-content: center; line-height: 1; padding: 0; width: 32px; }
.v2-icon-button:hover, .v2-icon-button:focus { background: #f3f4f6; }
.v2-icon-button:after { display: none; }
.v2-empty-cell { color: #6b7280; height: 96px; text-align: center; }
.v2-table-footer { align-items: center; color: #6b7280; display: flex; font-size: 13px; justify-content: space-between; margin-top: 12px; }
.v2-table-footer .pagination { margin: 0; }
.v2-secondary-actions { align-items: center; border-top: 1px solid #e5e7eb; display: flex; flex-wrap: wrap; gap: 14px; margin-top: 20px; padding-top: 14px; }
.v2-secondary-actions a, .v2-secondary-actions button { background: transparent; border: 0; color: #374151; font-size: 13px; font-weight: 700; padding: 0; }
.v2-secondary-actions .v2-publish-link { color: #176339; }
.v2-alert { border: 1px solid #e5e7eb; border-radius: 8px; font-size: 13px; margin-bottom: 12px; padding: 10px 12px; }
.v2-alert-success { background: #ecfdf5; border-color: #bbf7d0; color: #14532d; }
.v2-alert-danger { background: #fef2f2; border-color: #fecaca; color: #7f1d1d; }
.v2-alert-warning { background: #fffbeb; border-color: #fde68a; color: #78350f; }
@media (max-width: 980px) { .v2-toolbar-right { justify-content: flex-start; margin-top: 0; } .v2-search-row { max-width: none; } .v2-routes-table { overflow-x: auto; } .v2-routes-table table { min-width: 980px; } }
/* Routes prototype parity 20260608 */
/* Routes prototype parity 20260608 */
.v2-routes-page { color: #0a0a0a; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.v2-routes-header { align-items: center; border-bottom: 1px solid #e5e5e5; margin: -24px -24px 0; min-height: 56px; padding: 0 24px; }
.v2-routes-header .v2-title { font-size: 18px; font-weight: 600; line-height: 1; margin: 0; }
.v2-routes-page .dropdown-toggle::after { display: none; }
.v2-button, .v2-routes-page .btn.v2-button { align-items: center; border-radius: 6px; display: inline-flex; font-size: 14px; font-weight: 500; gap: 8px; height: 32px; justify-content: center; line-height: 1; padding: 0 12px; transition: background-color .15s ease, border-color .15s ease, color .15s ease, box-shadow .15s ease; white-space: nowrap; }
.v2-button-primary, .v2-routes-page .btn.v2-button-primary { background: #171717; border: 1px solid #171717; color: #fafafa; }
.v2-button-primary:hover, .v2-button-primary:focus { background: rgba(23, 23, 23, .9); border-color: rgba(23, 23, 23, .9); color: #fafafa; }
.v2-button-outline, .v2-routes-page .btn.v2-button-outline { background: #fff; border: 1px solid #e5e5e5; color: #171717; }
.v2-button-outline:hover, .v2-button-outline:focus { background: #f5f5f5; color: #171717; }
.v2-button-ghost, .v2-routes-page .btn.v2-button-ghost { background: transparent; border: 1px solid transparent; color: #737373; }
.v2-button-ghost:hover, .v2-button-ghost:focus { background: #f5f5f5; color: #171717; text-decoration: none; }
.v2-plus-icon { display: inline-flex; font-size: 18px; font-weight: 400; line-height: 1; margin-top: -1px; }
.v2-x-icon { font-size: 13px; line-height: 1; }
.v2-dropdown-menu, .v2-routes-page .dropdown-menu { background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; box-shadow: 0 8px 18px rgba(0,0,0,.08); color: #0a0a0a; min-width: 176px; padding: 4px; }
.v2-routes-page .dropdown-item { align-items: center; background: transparent; border: 0; border-radius: 4px; color: #0a0a0a; display: flex; font-size: 14px; font-weight: 400; gap: 8px; min-height: 32px; padding: 6px 8px; width: 100%; }
.v2-routes-page .dropdown-item:hover, .v2-routes-page .dropdown-item:focus { background: #f5f5f5; color: #171717; text-decoration: none; }
.v2-routes-page .dropdown-item.disabled { color: #a3a3a3; opacity: 1; }
.v2-routes-page .dropdown-divider { border-top-color: #e5e5e5; margin: 4px -4px; }
.v2-actions-menu { width: 176px; }
.v2-menu-icon { align-items: center; color: #737373; display: inline-flex; flex: 0 0 16px; height: 16px; justify-content: center; position: relative; width: 16px; }
.v2-menu-icon-info::before { border: 1.5px solid currentColor; border-radius: 50%; content: "i"; font-size: 10px; font-weight: 700; height: 14px; line-height: 13px; text-align: center; width: 14px; }
.v2-menu-icon-edit::before { content: ""; border-bottom: 1.5px solid currentColor; border-right: 1.5px solid currentColor; height: 11px; transform: rotate(45deg); width: 6px; }
.v2-menu-icon-download::before { border-bottom: 1.5px solid currentColor; border-left: 1.5px solid currentColor; content: ""; height: 8px; transform: rotate(-45deg); width: 8px; }
.v2-menu-icon-power::before { border: 1.5px solid currentColor; border-top-color: transparent; border-radius: 50%; content: ""; height: 14px; width: 14px; }
.v2-menu-icon-trash::before { border: 1.5px solid currentColor; border-top: 0; border-radius: 1px; content: ""; height: 11px; width: 10px; }
.v2-menu-icon-restore::before { border: 1.5px solid currentColor; border-left-color: transparent; border-radius: 50%; content: ""; height: 13px; width: 13px; }
.v2-routes-toolbar { display: flex; flex-direction: column; gap: 12px; margin: 0; padding: 24px 0 0; }
.v2-toolbar-topline { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; }
.v2-filter-cluster { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-filter-menu { position: relative; }
.v2-filter-menu summary { align-items: center; background: #fff; border: 1px dashed #d4d4d4; border-radius: 6px; color: #171717; cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 500; gap: 8px; height: 32px; line-height: 1; list-style: none; padding: 0 12px; transition: background-color .15s ease, border-color .15s ease, color .15s ease; user-select: none; }
.v2-filter-menu summary:hover, .v2-filter-menu[open] summary { background: #f5f5f5; }
.v2-filter-menu summary::-webkit-details-marker { display: none; }
.v2-filter-menu summary::after { display: none; }
.v2-filter-icon { color: #737373; display: inline-flex; flex-shrink: 0; }
.v2-filter-label { line-height: 1; }
.v2-filter-count { align-items: center; background: #f5f5f5; border: 1px solid transparent; border-radius: 4px; color: #171717; display: inline-flex; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; font-size: 12px; font-weight: 600; height: 20px; justify-content: center; min-width: 20px; padding: 0 5px; }
.v2-filter-count.is-empty { display: none; }
.v2-filter-popover { background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; box-shadow: 0 8px 18px rgba(0,0,0,.08); display: grid; gap: 2px; left: 0; max-height: 300px; min-width: 224px; overflow: auto; padding: 4px; position: absolute; top: calc(100% + 4px); z-index: 40; }
.v2-filter-popover.v2-align-end { left: auto; right: 0; }
.v2-filter-title { color: #737373; font-size: 12px; font-weight: 500; padding: 6px 8px; }
.v2-filter-separator { background: #e5e5e5; height: 1px; margin: 4px -4px; }
.v2-filter-popover label { align-items: center; border-radius: 4px; color: #0a0a0a; cursor: pointer; display: flex; font-size: 14px; font-weight: 400; gap: 8px; margin: 0; min-height: 32px; padding: 6px 8px; }
.v2-filter-popover label:hover { background: #f5f5f5; }
.v2-filter-popover input[type="radio"], .v2-filter-popover input[type="checkbox"] { height: 16px; margin: 0; width: 16px; }
.v2-group-menu summary { background: transparent; border-color: transparent; color: #737373; }
.v2-group-menu summary:hover, .v2-group-menu[open] summary { background: #f5f5f5; color: #171717; }
.v2-group-menu strong { color: #0a0a0a; font-weight: 500; }
.v2-group-prefix { color: #737373; }
.v2-chevron-down { color: #737373; display: inline-flex; flex-shrink: 0; }
.v2-search-row { max-width: 384px; position: relative; width: 100%; }
.v2-search-row input { background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; color: #0a0a0a; font-size: 14px; height: 36px; min-width: 0; padding: 7px 12px 7px 32px; width: 100%; }
.v2-search-row input::placeholder { color: #737373; }
.v2-search-icon { border: 1.5px solid #737373; border-radius: 50%; height: 14px; left: 12px; pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); width: 14px; z-index: 1; }
.v2-search-icon::after { background: #737373; content: ""; height: 1.5px; position: absolute; right: -5px; top: 10px; transform: rotate(45deg); width: 6px; }
.v2-routes-table { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; margin-top: 16px; overflow: hidden; }
.v2-routes-table table { border-collapse: collapse; margin: 0; table-layout: auto; width: 100%; }
.v2-routes-table thead tr { background: transparent; }
.v2-routes-table th { background: transparent; border-bottom: 1px solid #e5e5e5; color: #737373; font-size: 14px; font-weight: 500; height: 48px; padding: 0 12px; text-align: left; text-transform: none; white-space: nowrap; }
.v2-routes-table th a { align-items: center; color: #737373; display: inline-flex; gap: 4px; text-decoration: none; }
.v2-routes-table th a:hover { color: #0a0a0a; }
.v2-routes-table td { border-bottom: 1px solid #e5e5e5; color: #0a0a0a; font-size: 14px; padding: 12px; vertical-align: middle; }
.v2-routes-table tbody tr:hover td { background: rgba(245,245,245,.5); }
.v2-routes-table tr:last-child td { border-bottom: 0; }
.v2-check-col { text-align: center; width: 40px; }
.v2-id-col { width: 96px; }
.v2-actions-col { text-align: right !important; width: 64px; }
.v2-row-checkbox, .v2-select-all { accent-color: #171717; height: 16px; width: 16px; }
.v2-sort-icon { color: rgba(115,115,115,.5); display: inline-flex; flex-shrink: 0; }
.v2-sort-icon.is-active { color: #374151; }
.v2-group-row td { background: #f5f5f5 !important; border-bottom: 1px solid #e5e5e5; padding: 0; }
.v2-group-row button { align-items: center; background: transparent; border: 0; color: #0a0a0a; cursor: pointer; display: flex; font-size: 12px; font-weight: 500; gap: 8px; min-height: 38px; padding: 8px 12px; text-align: left; width: 100%; }
.v2-group-row button:hover { background: rgba(229,229,229,.45); }
.v2-group-chevron { color: #737373; display: inline-block; font-size: 18px; line-height: 1; transform: rotate(90deg); transition: transform .16s ease; }
.v2-group-row.is-collapsed .v2-group-chevron { transform: rotate(0deg); }
.v2-group-label, .v2-group-count, .v2-muted-cell { color: #737373; }
.v2-route-title { color: #0a0a0a; font-weight: 500; line-height: 1.35; margin-bottom: 3px; }
.v2-mono { color: #0a0a0a; font-family: inherit; font-size: 14px; }
.v2-badge, .v2-status { align-items: center; background: #fff; border: 1px solid #e5e5e5; border-radius: 999px; color: #0a0a0a; display: inline-flex; font-size: 12px; font-weight: 500; line-height: 1; margin-right: 4px; min-height: 22px; padding: 4px 8px; white-space: nowrap; }
.v2-badge-warning { background: #fffbeb; border-color: #fde68a; color: #92400e; }
.v2-status::before { border-radius: 50%; content: ""; height: 6px; margin-right: 6px; width: 6px; }
.v2-status-active::before { background: #10b981; }
.v2-status-inactive::before { background: #737373; }
.v2-status-deleted::before { background: #e7000b; }
.v2-status-active, .v2-status-inactive, .v2-status-deleted { background: #fff; border-color: #e5e5e5; color: #0a0a0a; }
.v2-icon-button { align-items: center; background: transparent; border: 0; border-radius: 6px; color: #0a0a0a; display: inline-flex; height: 32px; justify-content: center; padding: 0; width: 32px; }
.v2-icon-button:hover, .v2-icon-button:focus { background: #f5f5f5; outline: 0; }
.v2-more-dots { font-size: 15px; font-weight: 700; letter-spacing: 1px; line-height: 1; margin-top: -6px; }
.v2-empty-cell { color: #737373; height: 96px; text-align: center; }
.v2-table-footer { align-items: center; color: #737373; display: flex; font-size: 14px; justify-content: space-between; margin-top: 12px; }
@media (max-width: 980px) { .v2-routes-header { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; } .v2-toolbar-topline { align-items: flex-start; flex-direction: column; } .v2-search-row { max-width: none; } .v2-routes-table { overflow-x: auto; } .v2-routes-table table { min-width: 820px; } }
/* OTP batch prototype flow 20260608 */
/* OTP batch prototype flow 20260608 */
.v2-batch-flow { color: #0a0a0a; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; max-width: none; }
.v2-batch-shell { display: flex; flex-direction: column; min-height: calc(100vh - 112px); }
.v2-batch-header { border-bottom: 1px solid #e5e5e5; margin: -24px -24px 0; padding: 20px 24px; }
.v2-batch-header-inner, .v2-batch-footer-inner, .v2-batch-content { margin: 0 auto; max-width: 1100px; width: 100%; }
.v2-batch-header-inner { align-items: center; display: flex; gap: 32px; justify-content: space-between; }
.v2-batch-heading { min-width: 0; }
.v2-batch-heading p { color: #737373; font-size: 12px; line-height: 1; margin: 0 0 7px; }
.v2-batch-heading h1 { color: #0a0a0a; font-size: 24px; font-weight: 600; letter-spacing: 0; line-height: 1.2; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-batch-heading span { color: #737373; display: block; font-size: 14px; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-step-progress { display: flex; flex: 0 0 224px; flex-direction: column; gap: 8px; }
.v2-step-progress span { color: #737373; font-size: 14px; text-align: right; }
.v2-progress-track { background: rgba(23, 23, 23, .2); border-radius: 999px; height: 8px; overflow: hidden; width: 100%; }
.v2-progress-bar { background: #171717; height: 100%; transition: width .2s ease; }
.v2-batch-body { flex: 1; overflow-y: auto; padding: 32px 0; }
.v2-step-one-card { max-width: 576px; padding-top: 16px; }
.v2-field-stack { display: grid; gap: 8px; margin-bottom: 32px; }
.v2-field-stack label { color: #0a0a0a; font-size: 14px; font-weight: 500; margin: 0; }
.v2-field-stack input[type="text"] { background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; color: #0a0a0a; font-size: 14px; height: 40px; padding: 8px 12px; width: 100%; }
.v2-upload-dropzone { align-items: center; background: rgba(245,245,245,.3); border: 1px dashed #e5e5e5; border-radius: 8px; cursor: pointer; display: flex; flex-direction: column; gap: 8px; justify-content: center; margin: 0; min-height: 168px; padding: 40px 24px; text-align: center; transition: background-color .15s ease; width: 100%; }
.v2-upload-dropzone:hover { background: rgba(245,245,245,.5); }
.v2-upload-dropzone input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }
.v2-upload-icon { border: 1.5px solid #737373; border-radius: 4px; height: 24px; position: relative; width: 24px; }
.v2-upload-icon::before { border-left: 1.5px solid #737373; border-top: 1.5px solid #737373; content: ""; height: 8px; left: 7px; position: absolute; top: 5px; transform: rotate(45deg); width: 8px; }
.v2-upload-icon::after { background: #737373; content: ""; height: 11px; left: 11px; position: absolute; top: 6px; width: 1.5px; }
.v2-upload-main { color: #0a0a0a; font-size: 14px; font-weight: 500; }
.v2-upload-help { color: #737373; font-size: 12px; }
.v2-upload-file { align-items: center; background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; display: flex; gap: 12px; justify-content: space-between; margin-top: 12px; padding: 12px 16px; }
.v2-upload-file.is-hidden { display: none; }
.v2-upload-file div { flex: 1; min-width: 0; }
.v2-upload-file p { color: #0a0a0a; font-size: 14px; font-weight: 500; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-upload-file span { color: #737373; font-size: 12px; }
.v2-file-check { border: 1.5px solid #059669; border-radius: 50%; flex: 0 0 20px; height: 20px; position: relative; width: 20px; }
.v2-file-check::after { border-bottom: 1.5px solid #059669; border-right: 1.5px solid #059669; content: ""; height: 9px; left: 6px; position: absolute; top: 2px; transform: rotate(45deg); width: 5px; }
.v2-batch-footer { border-top: 1px solid #e5e5e5; margin: 0 -24px -24px; padding: 16px 24px; }
.v2-batch-footer-inner { align-items: center; display: flex; justify-content: space-between; }
.v2-batch-footer form { margin: 0; }
.v2-batch-section-head { margin-bottom: 16px; }
.v2-batch-section-head h2, .v2-route-list-head h2 { color: #0a0a0a; font-size: 14px; font-weight: 600; margin: 0; }
.v2-batch-section-head p { color: #737373; font-size: 14px; margin: 4px 0 0; }
.v2-stat-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-bottom: 24px; }
.v2-stat-card { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; display: flex; flex-direction: column; gap: 8px; min-height: 146px; padding: 16px; }
.v2-stat-card-top { align-items: flex-start; display: flex; justify-content: space-between; }
.v2-stat-card form { margin: 0; }
.v2-stat-card strong { color: #0a0a0a; font-size: 30px; font-weight: 600; line-height: 1.1; }
.v2-stat-card .v2-stat-text { font-size: 16px; line-height: 1.35; }
.v2-stat-card p { color: #737373; font-size: 14px; line-height: 1.35; margin: 0; }
.v2-stat-icon { align-items: center; background: #f5f5f5; border-radius: 8px; color: #737373; display: inline-flex; height: 32px; justify-content: center; position: relative; width: 32px; }
.v2-stat-icon-warning { background: #fef3c7; color: #d97706; }
.v2-stat-icon-copy { background: #e0f2fe; color: #0284c7; }
.v2-stat-icon-pin { background: #f0fdf4; color: #16a34a; }
.v2-route-list-head { align-items: center; display: flex; justify-content: space-between; margin: 24px 0 12px; }
.v2-import-toolbar { padding-top: 0; }
.v2-selection-shortcuts { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.v2-selection-shortcuts span { color: #737373; font-size: 13px; font-weight: 500; }
.v2-import-table { margin-top: 0; }
.v2-observations-cell details summary { color: #92400e; cursor: pointer; font-weight: 500; }
.v2-observations-cell ul, .v2-review-details ul { margin: 8px 0 0 18px; padding: 0; }
.v2-review-details { background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; margin-bottom: 20px; padding: 12px 16px; }
.v2-review-details summary { cursor: pointer; font-size: 14px; font-weight: 600; }
.v2-review-details li { color: #404040; font-size: 13px; margin-top: 8px; }
.v2-review-details li span { display: block; margin-top: 3px; }
.v2-publish-panel { margin: 0 auto; max-width: 576px; padding-top: 16px; }
.v2-publish-hero { text-align: center; }
.v2-publish-icon { align-items: center; background: #f5f5f5; border-radius: 999px; display: inline-flex; height: 48px; justify-content: center; margin-bottom: 16px; position: relative; width: 48px; }
.v2-publish-icon::before { border-bottom: 18px solid #171717; border-left: 7px solid transparent; border-right: 7px solid transparent; content: ""; height: 0; transform: translateY(-1px); width: 0; }
.v2-publish-hero h2 { color: #0a0a0a; font-size: 20px; font-weight: 600; line-height: 1.3; margin: 0; }
.v2-publish-hero p { color: #737373; font-size: 14px; line-height: 1.5; margin: 8px 0 0; }
.v2-publish-summary { background: #e5e5e5; border: 1px solid #e5e5e5; border-radius: 8px; display: grid; gap: 1px; margin: 24px 0; overflow: hidden; }
.v2-publish-summary div { align-items: center; background: #fff; display: flex; gap: 16px; justify-content: space-between; padding: 12px 16px; }
.v2-publish-summary dt { color: #737373; font-size: 14px; font-weight: 400; }
.v2-publish-summary dd { color: #0a0a0a; font-size: 14px; font-weight: 500; margin: 0; text-align: right; }
.v2-publish-summary div:first-child dd { font-size: 18px; font-weight: 600; }
.v2-publish-actions-panel { display: grid; gap: 12px; }
.v2-publish-build-state { align-items: center; background: #fff; border: 1px solid #e5e5e5; border-radius: 8px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; padding: 12px; }
.v2-publish-build-state > span:nth-child(2) { color: #737373; flex: 1; font-size: 13px; min-width: 140px; }
.v2-status-pending::before { background: #f59e0b; }
.v2-status-pending { background: #fff; border-color: #e5e5e5; color: #0a0a0a; }
@media (max-width: 1100px) { .v2-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .v2-batch-header { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; } .v2-batch-header-inner { align-items: flex-start; flex-direction: column; gap: 16px; } .v2-step-progress { flex-basis: auto; width: 100%; } .v2-step-progress span { text-align: left; } .v2-batch-body { padding: 24px 0; } .v2-batch-footer { margin-left: -16px; margin-right: -16px; padding-left: 16px; padding-right: 16px; } .v2-stat-grid { grid-template-columns: 1fr; } .v2-batch-footer-inner { gap: 12px; } }
.v2-select-all-pages-bar { align-items: center; background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 8px; color: #1e40af; display: none; font-size: 13px; gap: 12px; justify-content: center; margin: 8px 0; padding: 10px 14px; text-align: center; }
.v2-select-all-pages-bar.is-visible { display: flex; }
.v2-nav-group { display: flex; flex-direction: column; }
.v2-nav-group-trigger { background: none; border: none; cursor: pointer; text-align: left; width: 100%; }
.v2-nav-chevron { color: #9ca3af; flex-shrink: 0; font-size: 12px; margin-left: auto; transition: transform 0.2s; }
.v2-nav-group.is-open .v2-nav-chevron { transform: rotate(90deg); }
.v2-nav-subitems { display: none; padding-left: 8px; }
.v2-nav-group.is-open .v2-nav-subitems { display: flex; flex-direction: column; gap: 1px; }
.v2-nav-subitem { align-items: center; border-radius: 8px; color: #374151; display: flex; font-size: 13px; gap: 8px; min-height: 32px; padding: 6px 10px; text-decoration: none; }
.v2-nav-subitem:hover, .v2-nav-subitem:focus { background: #f0f2f5; color: #111827; text-decoration: none; }
.v2-nav-subitem.is-active { background: #f0f2f5; color: #111827; font-weight: 600; }
.v2-nav-subicon { align-items: center; color: #6b7280; display: inline-flex; flex: 0 0 18px; height: 18px; justify-content: center; width: 18px; }
.v2-nav-subitem.is-active .v2-nav-subicon { color: #111827; }
.v2-shell.is-collapsed .v2-nav-group-trigger > span:not(.v2-nav-icon), .v2-shell.is-collapsed .v2-nav-chevron { display: none; }
.v2-shell.is-collapsed .v2-nav-subitems { display: none !important; }
.v2-sidebar-account { position: relative; }
.v2-account-trigger { align-items: center; background: none; border: none; border-radius: 8px; cursor: pointer; display: flex; gap: 10px; padding: 4px; text-align: left; width: 100%; }
.v2-account-trigger:hover { background: #f0f2f5; }
.v2-account-caret { color: #9ca3af; font-size: 11px; margin-left: auto; }
.v2-account-menu { background: #fff; border: 1px solid #e5e7eb; border-radius: 10px; bottom: calc(100% + 8px); box-shadow: 0 4px 16px rgba(0,0,0,.12); display: none; left: 8px; min-width: 200px; overflow: hidden; position: absolute; right: 8px; z-index: 100; }
.v2-sidebar-account.is-open .v2-account-menu { display: block; }
.v2-account-menu-header { border-bottom: 1px solid #f0f2f5; padding: 10px 12px; }
.v2-account-menu-header strong { display: block; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.v2-account-menu-header span { color: #6b7280; font-size: 12px; }
.v2-account-menu-item { align-items: center; color: #374151; display: flex; font-size: 13px; gap: 8px; padding: 8px 12px; text-decoration: none; }
.v2-account-menu-item:hover { background: #f0f2f5; color: #111827; text-decoration: none; }
.v2-account-menu-item.is-danger { color: #dc2626; }
.v2-account-menu-item.is-danger:hover { background: #fff1f1; }

.v2-actionbar-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.v2-actionbar .v2-region-bulk-form { align-items: center; border-left: 1px solid rgba(255,255,255,.22); display: inline-flex; gap: 8px; padding-left: 8px; }
.v2-region-combobox { position: relative; }
.v2-region-input, .v2-inline-region-form input[type="text"] { background: #fff; border: 1px solid #d4d4d4; border-radius: 6px; color: #0a0a0a; font-size: 13px; height: 32px; min-width: 150px; padding: 6px 8px; }
.v2-region-options { background: #fff; border: 1px solid #d4d4d4; border-radius: 6px; box-shadow: 0 8px 18px rgba(0,0,0,.08); display: none; left: 0; max-height: 220px; min-width: 220px; overflow-y: auto; padding: 4px; position: absolute; top: calc(100% + 4px); z-index: 60; }
.v2-region-options.is-visible { display: grid; gap: 2px; }
.v2-region-options button { background: transparent; border: 0; border-radius: 4px; color: #0a0a0a; cursor: pointer; font-size: 13px; min-height: 30px; padding: 6px 8px; text-align: left; }
.v2-region-options button:hover, .v2-region-options button.is-active { background: #f5f5f5; }
.v2-inline-region-form { align-items: center; display: flex; flex-wrap: wrap; gap: 6px; margin: 6px 0 4px; }
.v2-inline-region-form .btn.v2-button { height: 30px; padding: 0 10px; }
@media (max-width: 980px) { .v2-actionbar { align-items: flex-start; flex-direction: column; } .v2-actionbar-actions { width: 100%; } .v2-actionbar .v2-region-bulk-form { border-left: 0; padding-left: 0; } }
.v2-bulk-menu { position: relative; }
.v2-bulk-menu summary { list-style: none; }
.v2-bulk-menu summary::-webkit-details-marker { display: none; }
.v2-bulk-popover { background: #fff; border: 1px solid #d4d4d4; border-radius: 8px; box-shadow: 0 12px 32px rgba(0,0,0,.16); display: grid; gap: 8px; min-width: 360px; padding: 10px; position: absolute; right: 0; top: calc(100% + 6px); z-index: 70; }
.v2-bulk-edit-form { align-items: center; border-bottom: 1px solid #e5e5e5; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding-bottom: 8px; }
.v2-bulk-edit-form:last-child { border-bottom: 0; padding-bottom: 0; }
.v2-bulk-edit-form-wide { align-items: flex-start; }
.v2-bulk-control { background: #fff; border: 1px solid #d4d4d4; border-radius: 6px; color: #0a0a0a; font-size: 13px; height: 32px; min-width: 130px; padding: 5px 8px; }
.v2-bulk-control-sm { min-width: 86px; width: 96px; }
.v2-bulk-days { display: flex; flex-wrap: wrap; gap: 4px 8px; max-width: 330px; }
.v2-bulk-days label { color: #0a0a0a; font-size: 12px; font-weight: 500; margin: 0; }
.v2-bulk-days input { margin-right: 3px; }
@media (max-width: 980px) { .v2-bulk-popover { left: 0; right: auto; min-width: min(360px, calc(100vw - 48px)); } }
