:root {
    --op3-bg: #eef2f8;
    --op3-paper: #ffffff;
    --op3-ink: #172033;
    --op3-heading: #081528;
    --op3-muted: #607086;
    --op3-line: #d9e2ef;
    --op3-line-strong: #b8c7d9;
    --op3-indigo: #3f46d7;
    --op3-cyan: #0f9eb5;
    --op3-green: #109b6d;
    --op3-amber: #b97812;
    --op3-red: #c73e4a;
    --op3-violet: #6c5a8f;
    --op3-soft: #f6f8fc;
    --op3-shadow: 0 18px 48px rgba(32, 47, 76, .12);
    --op3-radius: 16px;
}

* { box-sizing: border-box; }

body.op3-app,
body.op3-login {
    margin: 0;
    color: var(--op3-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

body.op3-app {
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .52) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, .52) 1px, transparent 1px),
        linear-gradient(135deg, #eaf0f8 0%, #f8fbff 56%, #edf5f2 100%);
    background-size: 28px 28px, 28px 28px, auto;
}

body.op3-app a,
body.op3-login a {
    color: inherit;
    text-decoration: none;
}

body.op3-app button,
body.op3-login button,
body.op3-app input,
body.op3-login input,
body.op3-app select,
body.op3-app textarea {
    font-family: inherit;
    letter-spacing: 0;
}

.op3-shell {
    min-height: 100vh;
}

.op3-console-head {
    position: sticky;
    top: 0;
    z-index: 30;
    padding: 14px 26px 0;
    background: rgba(238, 242, 248, .92);
    backdrop-filter: blur(18px);
}

.op3-brandline {
    min-height: 66px;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto auto;
    gap: 16px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(63, 70, 215, .15);
    border-radius: 22px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--op3-shadow);
}

.op3-brand {
    min-width: 0;
    display: inline-grid;
    grid-template-columns: 46px minmax(0, auto);
    gap: 12px;
    align-items: center;
}

.op3-brand span,
.op3-login-brand span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--op3-indigo), var(--op3-cyan));
    font-weight: 800;
}

.op3-brand strong,
.op3-login-brand strong {
    min-width: 0;
    color: var(--op3-heading);
    font-size: 19px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.op3-account {
    min-width: 180px;
    padding: 9px 14px;
    border: 1px solid var(--op3-line);
    border-radius: 15px;
    background: var(--op3-soft);
}

.op3-account span {
    display: block;
    color: var(--op3-heading);
    font-weight: 800;
}

.op3-account small {
    display: block;
    margin-top: 4px;
    color: var(--op3-muted);
    word-break: break-all;
}

.op3-head-actions,
.op3-page-actions,
.op3-hero-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.op3-icon-btn {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border: 1px solid var(--op3-line);
    border-radius: 14px;
    color: var(--op3-indigo);
    background: #ffffff;
    cursor: pointer;
}

.op3-icon-btn.is-danger {
    color: var(--op3-red);
}

.op3-nav {
    display: flex;
    gap: 8px;
    padding: 10px 4px 12px;
    overflow-x: auto;
}

.op3-nav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--op3-muted);
    background: rgba(255, 255, 255, .72);
    white-space: nowrap;
}

.op3-nav a i {
    color: var(--op3-indigo);
}

.op3-nav a:hover,
.op3-nav a.is-active {
    color: #ffffff;
    border-color: rgba(63, 70, 215, .2);
    background: linear-gradient(135deg, var(--op3-indigo), var(--op3-cyan));
    box-shadow: 0 12px 26px rgba(63, 70, 215, .2);
}

.op3-nav a:hover i,
.op3-nav a.is-active i {
    color: #ffffff;
}

.op3-main {
    padding: 20px 28px 34px;
}

.op3-page-head,
.op3-dashboard-hero,
.op3-page-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.op3-page-head {
    margin-bottom: 16px;
}

.op3-page-head span,
.op3-dashboard-hero span,
.op3-page-toolbar span,
.op3-panel header span,
.op3-kpi span,
.op3-summary-grid span,
.op3-muted,
.op1-muted,
.op3-doc-hero span {
    color: var(--op3-muted);
    font-size: 12px;
    line-height: 1.35;
}

.op3-page-head h1,
.op3-dashboard-hero h2,
.op3-page-toolbar h2,
.op3-panel header h2,
.op3-doc-hero h2 {
    margin: 4px 0 0;
    color: var(--op3-heading);
    font-size: 24px;
    line-height: 1.2;
}

.op3-menu-toggle {
    display: none;
}

.op3-content {
    display: grid;
    gap: 16px;
}

.op3-dashboard-hero,
.op3-page-toolbar,
.op3-panel,
.op1-panel,
.op3-summary-grid > article,
.op1-summary-grid > article,
.op3-kpi,
.op1-kpi {
    border: 1px solid rgba(139, 153, 178, .28);
    border-radius: var(--op3-radius);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 32px rgba(32, 47, 76, .08);
}

.op3-dashboard-hero,
.op3-page-toolbar {
    padding: 20px;
}

.op3-btn,
.op1-btn,
.op1-action-btn {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid var(--op3-line-strong);
    border-radius: 12px;
    color: var(--op3-heading);
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.op3-btn.is-primary,
.op1-btn.is-primary {
    color: #ffffff;
    border-color: var(--op3-indigo);
    background: linear-gradient(135deg, var(--op3-indigo), var(--op3-cyan));
    box-shadow: 0 12px 24px rgba(63, 70, 215, .22);
}

.op3-btn.is-soft {
    color: var(--op3-indigo);
    border-color: rgba(63, 70, 215, .18);
    background: #eef1ff;
}

.op3-btn.is-ghost,
.op1-btn.is-ghost {
    background: #ffffff;
}

.op3-metric-strip,
.op3-summary-grid,
.op1-summary-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.op3-summary-grid,
.op1-summary-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.op3-kpi,
.op1-kpi,
.op3-summary-grid > article,
.op1-summary-grid > article {
    min-height: 112px;
    padding: 18px;
}

.op3-kpi.is-primary,
.op1-kpi.is-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #242a88, #0f9eb5);
}

.op3-kpi.is-primary span,
.op3-kpi.is-primary p,
.op1-kpi.is-primary span,
.op1-kpi.is-primary p {
    color: rgba(255, 255, 255, .76);
}

.op3-kpi strong,
.op1-kpi strong,
.op3-summary-grid b,
.op1-summary-grid b {
    display: block;
    margin-top: 8px;
    color: var(--op3-heading);
    font-size: 25px;
    line-height: 1.2;
}

.op3-kpi.is-primary strong,
.op1-kpi.is-primary strong {
    color: #ffffff;
}

.op3-kpi p,
.op1-kpi p {
    margin: 8px 0 0;
    color: var(--op3-muted);
}

.op3-work-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .85fr);
    gap: 16px;
}

.op3-panel,
.op1-panel {
    min-width: 0;
    padding: 18px;
}

.op3-panel-wide {
    grid-row: span 2;
}

.op3-panel header,
.op1-panel header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.op3-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.op3-quick-grid a {
    min-height: 94px;
    display: grid;
    gap: 5px;
    align-content: center;
    padding: 14px;
    border: 1px solid var(--op3-line);
    border-radius: 14px;
    background: var(--op3-soft);
}

.op3-quick-grid i {
    color: var(--op3-indigo);
    font-size: 18px;
}

.op3-quick-grid b,
.op3-quick-grid span,
.op1-mini-row b,
.op1-mini-row span {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.op3-quick-grid span {
    color: var(--op3-muted);
    font-size: 12px;
}

.op3-trend,
.op1-trend {
    min-height: 276px;
}

.op1-trend-bar {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 74px;
    gap: 12px;
    align-items: center;
    margin-bottom: 13px;
}

.op1-trend-bar b {
    display: block;
    height: 13px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--op3-indigo), var(--op3-cyan), var(--op3-green));
}

.op1-trend-bar span {
    color: var(--op3-heading);
    font-weight: 800;
}

.op1-trend-bar small {
    color: var(--op3-muted);
}

.op3-mini-list,
.op1-mini-list {
    display: grid;
    gap: 10px;
}

.op1-mini-row {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--op3-line);
    border-radius: 13px;
    background: var(--op3-soft);
}

.op1-mini-row > i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #ffffff;
    background: var(--op3-indigo);
}

.op3-filter-bar,
.op1-filter-bar {
    display: grid;
    grid-template-columns: repeat(5, minmax(150px, 1fr)) auto auto;
    gap: 10px;
    align-items: center;
}

.op1-filter-extra {
    display: none;
}

.op3-filter-bar input,
.op3-filter-bar select,
.op1-filter-bar input,
.op1-filter-bar select,
.op3-drawer input,
.op3-drawer select,
.op3-drawer textarea {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid var(--op3-line-strong);
    border-radius: 12px;
    color: var(--op3-heading);
    background: #ffffff;
    outline: none;
}

.op3-filter-bar input:focus,
.op3-filter-bar select:focus,
.op1-filter-bar input:focus,
.op1-filter-bar select:focus,
.op3-drawer input:focus,
.op3-drawer select:focus,
.op3-drawer textarea:focus {
    border-color: var(--op3-indigo);
    box-shadow: 0 0 0 3px rgba(63, 70, 215, .13);
}

.op3-table-wrap,
.op1-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.op1-data-table {
    width: 100%;
    min-width: 1020px;
    border-collapse: separate;
    border-spacing: 0;
}

.op1-data-table th,
.op1-data-table td {
    padding: 13px 12px;
    border-bottom: 1px solid var(--op3-line);
    color: var(--op3-ink);
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
}

.op1-data-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    color: #53657d;
    background: #f0f4fb;
    font-weight: 800;
}

.op1-data-table tbody tr:hover td {
    background: #f8fbff;
}

.op1-money {
    color: var(--op3-heading);
    font-weight: 900;
}

.op1-tag {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 9px;
    border-radius: 999px;
    color: var(--op3-violet);
    background: #f1edf8;
    font-size: 12px;
    font-weight: 800;
}

.op1-tag.is-success { color: var(--op3-green); background: #e8f7ef; }
.op1-tag.is-running { color: var(--op3-indigo); background: #eef1ff; }
.op1-tag.is-wait { color: var(--op3-amber); background: #fff3db; }
.op1-tag.is-fail { color: var(--op3-red); background: #fff0f2; }
.op1-tag.is-abnormal { color: var(--op3-violet); background: #f1edf8; }

.op1-row-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.op1-action-btn {
    min-height: 30px;
    padding: 0 10px;
    color: var(--op3-indigo);
    border-color: rgba(63, 70, 215, .24);
    background: #eef1ff;
}

.op3-pager,
.op1-pager {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    color: var(--op3-muted);
}

.op1-pager-actions {
    display: flex;
    gap: 8px;
}

.op1-pager button {
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--op3-line);
    border-radius: 12px;
    color: var(--op3-heading);
    background: #ffffff;
}

.op1-pager button:disabled {
    color: #98a6b8;
    background: #f3f6fa;
}

.op1-empty {
    min-height: 120px;
    display: grid;
    place-items: center;
    color: var(--op3-muted);
    border: 1px dashed var(--op3-line-strong);
    border-radius: 14px;
    background: var(--op3-soft);
}

.op1-empty.is-loading::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-right: 8px;
    display: inline-block;
    border: 2px solid rgba(63, 70, 215, .2);
    border-top-color: var(--op3-indigo);
    border-radius: 999px;
    animation: op3-spin .8s linear infinite;
    vertical-align: middle;
}

@keyframes op3-spin {
    to { transform: rotate(360deg); }
}

.op3-tabs,
.op1-tabs {
    display: inline-flex;
    gap: 5px;
    margin-bottom: 14px;
    padding: 5px;
    border: 1px solid var(--op3-line);
    border-radius: 999px;
    background: var(--op3-soft);
}

.op3-tabs button,
.op1-tabs button {
    min-height: 34px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    color: var(--op3-muted);
    background: transparent;
    font-weight: 800;
}

.op3-tabs button.is-active,
.op1-tabs button.is-active {
    color: #ffffff;
    background: var(--op3-indigo);
}

.op3-drawer-mask,
.op1-drawer-mask {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    background: rgba(13, 20, 36, .42);
}

.op3-drawer-mask.is-open,
.op1-drawer-mask.is-open {
    display: block;
}

.op3-drawer,
.op1-drawer {
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    width: min(660px, calc(100vw - 36px));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: -18px 20px 58px rgba(11, 22, 40, .24);
}

.op3-drawer header,
.op1-drawer header {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px;
    border-bottom: 1px solid var(--op3-line);
}

.op3-drawer header span,
.op1-drawer header span {
    color: var(--op3-muted);
    font-size: 12px;
}

.op3-drawer header h3,
.op1-drawer header h3 {
    margin: 4px 0 0;
    color: var(--op3-heading);
    font-size: 21px;
}

.op3-drawer header button,
.op1-drawer header button {
    width: 38px;
    height: 38px;
    border: 1px solid var(--op3-line);
    border-radius: 12px;
    color: var(--op3-heading);
    background: #ffffff;
}

.op3-drawer-body,
.op1-drawer-body {
    flex: 1;
    min-height: 0;
    padding: 20px 22px;
    overflow-y: auto;
}

.op1-drawer-filter {
    display: grid;
    gap: 12px;
}

.op1-detail-card {
    display: grid;
    gap: 12px;
}

.op1-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.op1-detail-item {
    min-width: 0;
    padding: 12px;
    border: 1px solid var(--op3-line);
    border-radius: 14px;
    background: var(--op3-soft);
}

.op1-detail-item.is-wide {
    grid-column: 1 / -1;
}

.op1-detail-item span {
    display: block;
    margin-bottom: 6px;
    color: var(--op3-muted);
    font-size: 12px;
}

.op1-detail-item b,
.op1-detail-value {
    display: block;
    min-width: 0;
    color: var(--op3-heading);
    font-size: 13px;
    line-height: 1.45;
    word-break: break-all;
}

.op1-detail-pre {
    padding: 10px;
    border-radius: 12px;
    color: #16213a;
    background: #e9eef8;
    white-space: pre-wrap;
}

.op3-doc-hero {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(63, 70, 215, .16);
    border-radius: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #eef1ff 100%);
    box-shadow: var(--op3-shadow);
}

.op3-doc-hero p {
    margin: 8px 0 0;
    color: var(--op3-muted);
}

.op3-doc-shell,
.op1-doc-shell {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.op3-doc-nav,
.op1-doc-nav {
    position: sticky;
    top: 148px;
    display: grid;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--op3-line);
    border-radius: 16px;
    background: var(--op3-soft);
}

.op1-doc-nav-title {
    margin-bottom: 6px;
    color: var(--op3-muted);
    font-size: 12px;
    font-weight: 900;
}

.op3-doc-nav a,
.op1-doc-nav a {
    min-height: 32px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
    color: var(--op3-heading);
    font-size: 13px;
}

.op3-doc-nav a:hover,
.op3-doc-nav a.is-active,
.op1-doc-nav a:hover,
.op1-doc-nav a.is-active {
    color: #ffffff;
    background: var(--op3-indigo);
}

.op3-doc-content,
.op1-doc-content {
    min-width: 0;
    color: var(--op3-ink);
    line-height: 1.7;
}

.op3-doc-content h1,
.op3-doc-content h2,
.op3-doc-content h3,
.op1-doc-content h1,
.op1-doc-content h2,
.op1-doc-content h3 {
    color: var(--op3-heading);
}

.op3-doc-content table,
.op1-doc-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    border: 1px solid var(--op3-line);
}

.op3-doc-content th,
.op3-doc-content td,
.op1-doc-content th,
.op1-doc-content td {
    padding: 10px;
    border: 1px solid var(--op3-line);
    text-align: left;
}

.op3-doc-content pre,
.op1-doc-content pre {
    overflow-x: auto;
    padding: 14px;
    border-radius: 14px;
    color: #edf6ff;
    background: #111a35;
}

.op3-code-wrap {
    position: relative;
}

.op3-code-copy {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 9px;
    padding: 5px 9px;
    color: #ffffff;
    background: rgba(63, 70, 215, .88);
    font-size: 12px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    min-height: 38px;
    border-color: var(--op3-line-strong);
    border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    color: var(--op3-heading);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-dropdown {
    border-color: var(--op3-line-strong);
    border-radius: 12px;
    overflow: hidden;
}

.layui-laydate {
    border-color: var(--op3-line);
    border-radius: 14px;
    box-shadow: var(--op3-shadow);
}

.layui-laydate .layui-this {
    background-color: var(--op3-indigo) !important;
}

body.op3-login {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: #111a35 center / cover no-repeat;
}

body.op3-login::before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(120deg, rgba(8, 18, 40, .86), rgba(15, 158, 181, .36));
}

.op3-login-shell {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100vw - 44px));
    min-height: 620px;
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 22px;
}

.op3-login-panel,
.op3-login-visual {
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 28px 90px rgba(4, 10, 25, .3);
    backdrop-filter: blur(18px);
}

.op3-login-panel {
    padding: 34px;
}

.op3-login-brand {
    display: inline-grid;
    grid-template-columns: 46px minmax(0, auto);
    gap: 12px;
    align-items: center;
}

.op3-login-title {
    margin: 46px 0 28px;
}

.op3-login-title p {
    margin: 0 0 10px;
    color: var(--op3-indigo);
    font-weight: 900;
}

.op3-login-title h1 {
    margin: 0;
    color: var(--op3-heading);
    font-size: 38px;
    line-height: 1.12;
}

.op3-login-title span {
    display: block;
    margin-top: 12px;
    color: var(--op3-muted);
}

.op3-login-form {
    display: grid;
    gap: 14px;
}

.op3-login-form label {
    display: grid;
    gap: 7px;
    color: var(--op3-heading);
    font-size: 13px;
    font-weight: 800;
}

.op3-login-form input,
.op3-captcha input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid var(--op3-line-strong);
    border-radius: 12px;
    outline: none;
}

.op3-login-form input:focus,
.op3-captcha input:focus {
    border-color: var(--op3-indigo);
    box-shadow: 0 0 0 3px rgba(63, 70, 215, .13);
}

.op3-captcha {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 10px;
}

.op3-captcha img {
    width: 120px;
    height: 44px;
    border: 1px solid var(--op3-line);
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer;
}

.op3-remember {
    display: inline-flex !important;
    grid-template-columns: none !important;
    align-items: center;
    gap: 8px !important;
    color: var(--op3-muted) !important;
}

.op3-remember input {
    width: auto;
    height: auto;
}

.op3-login-submit {
    width: 100%;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--op3-indigo), var(--op3-cyan));
    font-weight: 900;
    cursor: pointer;
}

.op3-login-submit:disabled {
    cursor: not-allowed;
    opacity: .72;
}

.op3-login-visual {
    position: relative;
    overflow: hidden;
    background: rgba(14, 26, 54, .48);
}

.op3-signal-card {
    position: absolute;
    width: 260px;
    height: 156px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 24px;
    background: rgba(255, 255, 255, .14);
}

.op3-signal-card.is-one { top: 80px; left: 70px; }
.op3-signal-card.is-two { top: 238px; right: 72px; }
.op3-signal-card.is-three { bottom: 84px; left: 132px; }

@media (max-width: 1280px) {
    .op3-filter-bar,
    .op1-filter-bar {
        grid-template-columns: repeat(3, minmax(150px, 1fr)) auto auto;
    }
}

@media (max-width: 980px) {
    .op3-brandline {
        grid-template-columns: 1fr auto;
    }

    .op3-account {
        display: none;
    }

    .op3-work-grid,
    .op3-doc-shell,
    .op1-doc-shell {
        grid-template-columns: 1fr;
    }

    .op3-doc-nav,
    .op1-doc-nav {
        position: static;
    }

    .op3-summary-grid,
    .op1-summary-grid,
    .op3-metric-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .op3-login-shell {
        grid-template-columns: 1fr;
    }

    .op3-login-visual {
        display: none;
    }
}

@media (max-width: 720px) {
    .op3-console-head,
    .op3-main {
        padding-left: 14px;
        padding-right: 14px;
    }

    .op3-head-actions {
        display: none;
    }

    .op3-brandline,
    .op3-page-head,
    .op3-dashboard-hero,
    .op3-page-toolbar,
    .op3-doc-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .op3-summary-grid,
    .op1-summary-grid,
    .op3-metric-strip,
    .op3-filter-bar,
    .op1-filter-bar,
    .op3-quick-grid,
    .op1-detail-grid {
        grid-template-columns: 1fr;
    }

    .op3-login-shell {
        width: min(430px, calc(100vw - 26px));
    }

    .op3-login-panel {
        padding: 24px;
    }
}
