:root {
    --bg: #f5f7fb;
    --panel: #ffffff;
    --text: #182230;
    --muted: #7a8494;
    --border: #e4e8ee;
    --border-strong: #d8dee7;
    --primary: #3b9bea;
    --primary-dark: #2584d2;
    --primary-soft: #e8f3ff;
    --danger: #db4b58;
    --danger-soft: #fff0f1;
    --success: #1aa575;
    --success-soft: #e8f8f1;
    --neutral-soft: #f1f3f6;
    --shadow: 0 1px 2px rgba(24, 34, 48, 0.04);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    color: var(--text);
    background: var(--bg);
    font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    accent-color: var(--primary);
}

code {
    display: inline-block;
    max-width: 260px;
    overflow-wrap: anywhere;
    color: #526071;
    background: #f4f6f8;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: Consolas, "Courier New", monospace;
    font-size: 12px;
}

input,
textarea,
select {
    width: 100%;
    min-height: 40px;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    background: #fff;
    color: var(--text);
    padding: 10px 12px;
    outline: none;
}

input[type="file"] {
    padding: 7px 10px;
}

input[type="file"]::file-selector-button {
    margin-right: 10px;
    border: 0;
    border-radius: 6px;
    color: #247fc9;
    background: var(--primary-soft);
    padding: 7px 12px;
    font: inherit;
    font-weight: 650;
    cursor: pointer;
}

textarea {
    resize: vertical;
    min-height: 124px;
}

input:focus,
textarea:focus,
select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(59, 155, 234, 0.14);
}

label span,
.field-label {
    display: block;
    margin-bottom: 6px;
    color: #596575;
    font-weight: 650;
}

small {
    display: block;
    margin-top: 6px;
    color: var(--muted);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 8px 14px;
    color: var(--text);
    background: #fff;
    cursor: pointer;
    font-weight: 650;
    white-space: nowrap;
    transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.btn:hover {
    box-shadow: 0 3px 10px rgba(24, 34, 48, 0.08);
}

.btn-primary {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
}

.btn-soft {
    color: #247fc9;
    background: var(--primary-soft);
    border-color: #d6eaff;
}

.btn-ghost {
    color: #586575;
    background: #fff;
    border-color: var(--border-strong);
}

.btn-danger {
    color: #fff;
    background: var(--danger);
    border-color: var(--danger);
}

.btn-danger:hover {
    background: #c73c49;
}

.btn-small {
    min-height: 32px;
    padding: 5px 10px;
    font-size: 13px;
}

.btn-with-icon {
    gap: 7px;
}

.nav-icon,
.btn .nav-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.full {
    width: 100%;
}

.alert {
    border-radius: 6px;
    padding: 12px 14px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    font-weight: 600;
}

.alert-success {
    color: #075e2b;
    background: var(--success-soft);
    border-color: #bfe8ce;
}

.alert-error {
    color: #8a1f17;
    background: var(--danger-soft);
    border-color: #fac5c1;
}

.simple-shell,
.public-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 32px 16px;
    background: #f5f7fb;
}

.public-shell {
    align-items: start;
    background: #f2f5f9;
}

.claim-shell {
    min-height: 100vh;
    display: grid;
    justify-items: center;
    align-content: start;
    padding: 28px 18px 40px;
    background: #f2f5f9;
}

.simple-container {
    width: min(100%, 880px);
}

.auth-card,
.claim-card {
    width: min(100%, 720px);
    margin: 0 auto;
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    box-shadow: var(--shadow);
    padding: 28px;
}

.auth-card {
    width: min(100%, 620px);
}

.claim-shell .simple-container {
    width: min(100%, 1100px);
}

.auth-heading h1,
.claim-card h1 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.2;
}

.auth-heading p,
.claim-card p {
    margin: 0 0 20px;
    color: var(--muted);
}

.claim-card {
    width: 100%;
    border-radius: 6px;
    padding: 38px 44px 36px;
    box-shadow: 0 14px 35px rgba(25, 35, 51, 0.06);
}

.claim-result-shell {
    display: block;
    min-height: 100vh;
    padding: 14px;
    background: #f5f6f8;
    color: #222;
}

.claim-result-shell .simple-container {
    width: min(100%, 560px);
    margin: 0 auto;
}

.claim-result-card {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 16px;
    border: 0;
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.scan-layout {
    display: grid;
    gap: 28px;
    width: min(100%, 900px);
    margin: 0 auto;
}

.scan-intro {
    display: block;
    min-height: 0;
    padding: 42px 12px 8px;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.scan-intro h1 {
    margin: 0 0 18px;
    color: #05070a;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 850;
}

.scan-intro p {
    margin: 0;
    color: #181b20;
    font-size: 24px;
    line-height: 1.35;
}

.scan-panel {
    display: grid;
    gap: 16px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.scan-type-groups {
    display: grid;
    gap: 28px;
}

.scan-type-card {
    padding: 32px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(25, 46, 82, 0.08);
}

.scan-type-card h2 {
    margin: 0 0 26px;
    color: #07090d;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 850;
}

.scan-type-buttons {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.scan-type-button {
    width: 100%;
    min-height: 104px;
    border: 0;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(180deg, #2f86f8 0%, #1f6ff0 100%);
    box-shadow: inset 0 -8px 14px rgba(22, 85, 205, 0.16);
    cursor: pointer;
    font-size: 26px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    padding: 8px;
    transition: transform 120ms ease, filter 120ms ease;
}

.scan-type-button:active {
    transform: translateY(1px);
}

.scan-type-button:disabled {
    cursor: wait;
    filter: grayscale(0.2) brightness(0.92);
}

.scan-empty {
    padding: 24px;
    color: var(--muted);
    text-align: center;
    border: 1px dashed var(--border);
    border-radius: 12px;
    background: #fff;
}

.scan-status {
    min-height: 20px;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.scan-status[data-state="success"] {
    color: var(--success);
}

.scan-status[data-state="error"] {
    color: var(--danger);
}

.scan-status[data-state="success"]:empty {
    display: none;
}

.scan-result-host {
    display: grid;
    gap: 16px;
}

.scan-result-host:empty {
    display: none;
}

.stack-form {
    display: grid;
    gap: 16px;
}

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

.span-2 {
    grid-column: span 2;
}

.form-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
}

.captcha-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    align-items: center;
}

.captcha-row img {
    width: 150px;
    height: 52px;
    border: 1px solid var(--border);
    border-radius: 6px;
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    background: var(--bg);
}

.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px 18px;
    color: #4a5665;
    background: #fff;
    border-right: 1px solid var(--border);
}

.brand {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: center;
    padding: 2px 8px 20px;
    border-bottom: 1px solid #edf0f4;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(59, 155, 234, 0.2);
}

.brand strong {
    display: block;
    color: #1f2a37;
    line-height: 1.2;
}

.brand small {
    margin: 2px 0 0;
    color: #9aa4b2;
}

.sidebar-section {
    display: grid;
    gap: 10px;
}

.sidebar-section-label,
.sidebar-foot-label {
    padding: 0 10px;
    color: #9ba5b3;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.sidebar nav {
    display: grid;
    gap: 4px;
}

.sidebar nav a {
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 10px;
    padding: 9px 12px;
    color: #5c6776;
    border-radius: 6px;
    font-weight: 600;
    transition: color 160ms ease, background 160ms ease;
}

.sidebar nav a .nav-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    opacity: 0.68;
}

.sidebar nav a.active,
.sidebar nav a:hover {
    color: #1979c7;
    background: #eaf4ff;
}

.sidebar nav a.active .nav-icon,
.sidebar nav a:hover .nav-icon {
    opacity: 1;
}

.sidebar-foot {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding: 14px 10px 0;
    border-top: 1px solid #edf0f4;
}

.sidebar-user,
.topbar-user {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebar-user strong,
.topbar-user strong {
    display: block;
    color: #263242;
    line-height: 1.2;
}

.sidebar-user small,
.topbar-user small {
    margin-top: 3px;
    font-size: 12px;
}

.user-avatar {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #5b9fe0;
    font-size: 13px;
    font-weight: 800;
}

.admin-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-content {
    display: grid;
    gap: 18px;
    padding: 24px 28px 32px;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 78px;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(12px);
}

.topbar-title {
    min-width: 0;
}

.topbar h1 {
    margin: 0 0 4px;
    color: #1d2937;
    font-size: 24px;
    line-height: 1.2;
}

.topbar p {
    margin: 0;
    color: var(--muted);
}

.topbar-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.panel {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 6px;
    box-shadow: var(--shadow);
    padding: 22px;
}

.panel-title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eef1f4;
}

.panel-title h2 {
    margin: 0 0 4px;
    color: #263242;
    font-size: 18px;
}

.panel-title p {
    margin: 0;
    color: var(--muted);
}

.panel-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.metrics article {
    background: var(--panel);
    border: 1px solid var(--border);
    border-top: 3px solid var(--metric-accent, var(--border-strong));
    border-radius: 8px;
    padding: 16px 18px;
    box-shadow: var(--shadow);
    display: grid;
    gap: 6px;
}

.metrics > article > span {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.metrics > article > strong {
    display: block;
    color: #1d2937;
    font-size: 28px;
    line-height: 1.1;
}

.metric-head {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #5f6978;
    font-size: 13px;
    font-weight: 700;
}

.metric-icon {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: var(--metric-accent, #4f7df0);
    background: #f6f8fb;
    border: 1px solid #e4e8ef;
}

.metric-icon .nav-icon {
    width: 16px;
    height: 16px;
}

.metrics > article > small {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.dashboard-platform-panel {
    display: grid;
    gap: 18px;
}

.dashboard-platform-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-platform-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    background: var(--panel);
    border: 1px solid var(--border);
    border-top: 3px solid var(--platform-accent, var(--border-strong));
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.dashboard-platform-card .dashboard-usage-list {
    display: grid;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid #eef1f4;
}

.dashboard-platform-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.dashboard-platform-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #1d2937;
}

.dashboard-platform-chip > div {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.dashboard-platform-chip strong {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}

.dashboard-platform-chip small {
    display: block;
    margin-top: 0;
    color: var(--muted);
    font-size: 12px;
}

.dashboard-platform-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--platform-accent, #4f7df0);
    box-shadow: 0 0 0 4px var(--platform-shadow, rgba(79, 125, 240, 0.12));
}

.dashboard-platform-rate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--platform-accent, #4f7df0);
    background: var(--platform-soft, #eef4ff);
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
}

.dashboard-platform-body {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.dashboard-ring {
    width: 132px;
    height: 132px;
}

.dashboard-ring-svg {
    display: block;
    width: 100%;
    height: 100%;
}

.dashboard-ring-track {
    fill: none;
    stroke: #e6ebf2;
    stroke-width: 12;
}

.dashboard-ring-value {
    fill: none;
    stroke-width: 12;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 60px 60px;
}

.dashboard-ring-percent {
    fill: #1d2937;
    font-size: 18px;
    font-weight: 800;
    text-anchor: middle;
}

.dashboard-ring-caption {
    fill: var(--muted);
    font-size: 11px;
    font-weight: 700;
    text-anchor: middle;
}

.dashboard-platform-stats {
    display: grid;
    gap: 10px;
}

.dashboard-stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #f7f9fc;
}

.dashboard-stat-row span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-stat-row strong {
    color: #1d2937;
    font-size: 24px;
    line-height: 1;
}

.dashboard-remaining-panel {
    display: grid;
    gap: 18px;
}

.dashboard-bar-chart {
    display: grid;
    gap: 14px;
}

.dashboard-bar-row {
    display: grid;
    grid-template-columns: minmax(110px, 180px) minmax(0, 1fr) 56px;
    gap: 12px;
    align-items: center;
}

.dashboard-bar-label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dashboard-bar-label .dashboard-platform-dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    box-shadow: none;
}

.dashboard-bar-label strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #394554;
    font-size: 13px;
}

.dashboard-bar-track {
    height: 14px;
    overflow: hidden;
    border: 1px solid #e1e6ed;
    border-radius: 6px;
    background: #f1f4f7;
}

.dashboard-bar-fill {
    width: var(--bar-width, 0%);
    height: 100%;
    border-radius: 5px;
    background: var(--platform-accent, #68707d);
}

.dashboard-bar-value {
    color: #1d2937;
    font-size: 16px;
    line-height: 1;
    text-align: right;
}

.dashboard-usage-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.dashboard-usage-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--border);
    border-top: 3px solid var(--platform-accent, var(--border-strong));
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
}

.dashboard-usage-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef1f4;
}

.dashboard-usage-list {
    display: grid;
    gap: 12px;
}

.dashboard-usage-row {
    display: grid;
    gap: 7px;
    padding: 10px 12px;
    border: 1px solid #e7ebf0;
    border-radius: 8px;
    background: #fbfcfe;
}

.dashboard-usage-row-head,
.dashboard-usage-row-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.dashboard-usage-row-head strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: #263242;
    font-size: 14px;
    line-height: 1.25;
}

.dashboard-usage-row-head span {
    color: #1d2937;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-usage-row-track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf1f5;
}

.dashboard-usage-row-fill {
    width: var(--bar-width, 0%);
    height: 100%;
    border-radius: inherit;
    background: var(--platform-accent, #4f7df0);
}

.dashboard-usage-row-foot span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.dashboard-usage-empty {
    padding: 12px;
    border: 1px dashed #dfe5ec;
    border-radius: 8px;
    background: #fbfcfe;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
}

.toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 12px;
    margin-bottom: 16px;
}

.toolbar label {
    min-width: 180px;
}

.toolbar label:first-child {
    flex: 1 1 260px;
}

.toolbar label span {
    margin-left: 4px;
    color: #8b95a3;
    font-size: 12px;
}

.toolbar input,
.toolbar select {
    border-radius: 6px;
}

.bulk-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
    padding: 14px 16px;
    margin-bottom: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fbfcfe;
}

.bulk-toolbar label {
    min-width: 0;
}

.bulk-toolbar input {
    border-radius: 6px;
}

.bulk-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.bulk-note {
    grid-column: 1 / -1;
    margin: -2px 0 0;
    color: var(--muted);
    font-size: 12px;
}

.date-field {
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid var(--border-strong);
    border-radius: 6px;
    background: #fff;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.date-field:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(59, 155, 234, 0.14);
}

.date-field .nav-icon {
    width: 18px;
    height: 18px;
    color: #8a95a4;
    flex: 0 0 auto;
    pointer-events: none;
}

.date-field input[type="date"] {
    width: auto;
    min-width: 152px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color-scheme: light;
    box-shadow: none;
    flex: 1 1 152px;
}

.date-field input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 0.62;
}

.date-field input[type="date"]::-webkit-calendar-picker-indicator:hover {
    opacity: 1;
}

.table-wrap {
    width: 100%;
    min-height: 260px;
    overflow-x: auto;
    border: 1px solid var(--border);
    border-radius: 6px;
}

table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    background: #fff;
}

th,
td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--border);
    text-align: left;
    vertical-align: middle;
}

th {
    color: #687486;
    background: #fafbfc;
    font-size: 13px;
    font-weight: 750;
}

tbody tr {
    transition: background 160ms ease;
}

tbody tr:hover {
    background: #fbfdff;
}

tr:last-child td {
    border-bottom: 0;
}

.text-cell {
    max-width: 320px;
}

.actions-col {
    width: 170px;
}

.row-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.row-actions form {
    margin: 0;
}

.thumb-cell {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 92px;
}

.thumb-cell img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 1px solid var(--border);
    border-radius: 6px;
}

.badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 3px 9px;
    font-size: 12px;
    font-weight: 750;
}

.badge-success {
    color: var(--success);
    background: var(--success-soft);
}

.badge-neutral {
    color: #475467;
    background: var(--neutral-soft);
}

.platform-status-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    max-width: 100%;
}

.platform-status-list .badge {
    white-space: nowrap;
}

.platform-status-inline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.empty,
.empty-block {
    color: var(--muted);
    text-align: center;
}

.empty-block {
    padding: 22px;
    border: 1px dashed var(--border);
    border-radius: 6px;
    background: #fbfcfe;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 16px;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 36px;
    padding: 7px 10px;
    border: 1px solid var(--border);
    border-radius: 6px;
    text-align: center;
    background: #fff;
}

.pagination a.active,
.pagination span.active {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}

.pagination .pagination-nav {
    min-width: 62px;
}

.pagination .pagination-ellipsis {
    min-width: 26px;
    border-color: transparent;
    background: transparent;
    color: var(--muted);
}

.pagination .is-disabled {
    color: #b4bdc9;
    background: #f5f7fa;
    cursor: not-allowed;
}

.definition-grid {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 10px 14px;
    align-items: center;
    margin: 0;
}

.definition-grid dt {
    color: var(--muted);
    font-weight: 700;
}

.definition-grid dd {
    margin: 0;
    min-width: 0;
}

.copy-input {
    color: #425066;
    background: #fbfcfe;
    font-family: Consolas, "Courier New", monospace;
    cursor: pointer;
}

.quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.meta-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    margin-bottom: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fbfcfe;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

.image-choice {
    display: grid;
    gap: 8px;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 8px;
    background: #fff;
}

.image-choice img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 4px;
    background: #f1f4f8;
}

.image-choice span {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-weight: 600;
}

.image-choice input {
    width: auto;
}

.qr-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 22px;
}

.qr-preview {
    display: grid;
    gap: 12px;
    justify-items: center;
}

#qr-preview {
    width: 280px;
    height: 280px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    padding: 12px;
}

#qr-preview svg {
    width: 100%;
    height: 100%;
}

.qr-info {
    display: grid;
    gap: 18px;
    align-content: start;
}

.inline-verify-form {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 12px;
    align-items: end;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.password-action-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.api-key-actions {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.setting-switch {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fbfcfe;
    cursor: pointer;
}

.setting-switch > input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.setting-switch .switch-track {
    position: relative;
    width: 42px;
    height: 24px;
    margin: 0;
    margin-bottom: 0;
    border-radius: 999px;
    background: #d9e1ea;
    transition: background 160ms ease;
}

.setting-switch .switch-track::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(24, 34, 48, 0.18);
    transition: transform 160ms ease;
}

.setting-switch > input:checked + .switch-track {
    background: var(--primary);
}

.setting-switch > input:checked + .switch-track::after {
    transform: translateX(18px);
}

.setting-switch > input:focus-visible + .switch-track {
    box-shadow: 0 0 0 3px rgba(59, 155, 234, 0.14);
}

.setting-switch > span:last-child {
    margin: 0;
    color: #263242;
    font-weight: 750;
}

.setting-switch small {
    margin-top: 2px;
    font-weight: 400;
}

.platform-editor-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.platform-editor-head strong {
    display: block;
    color: #1d2937;
    font-size: 17px;
    font-weight: 800;
}

.platform-editor-head small {
    margin-top: 4px;
}

.platform-grid {
    display: grid;
    gap: 10px;
}

.platform-row {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 140px 88px auto;
    gap: 10px;
    align-items: end;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fbfcfe;
}

.platform-row.is-inactive {
    opacity: 0.62;
}

.platform-field,
.platform-switch {
    display: block;
    margin: 0;
}

.platform-switch {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.platform-switch input[type="checkbox"] {
    width: auto;
    min-height: 0;
    margin: 2px 0 0;
    accent-color: var(--primary);
}

.platform-row-remove {
    align-self: end;
}

.platform-row-remove .nav-icon {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
}

.binding-grid {
    display: grid;
    gap: 14px;
}

.binding-card {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fbfcfe;
}

.binding-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.binding-card-head strong {
    display: block;
    color: #1d2937;
    font-size: 17px;
}

.binding-count {
    flex: 0 0 auto;
    min-width: 58px;
    border-radius: 999px;
    padding: 4px 10px;
    color: #247fc9;
    background: var(--primary-soft);
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.binding-tools {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.binding-tools input[type="search"] {
    min-height: 36px;
    background: #fff;
}

.binding-tool-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
}

.binding-tool-actions button {
    min-height: 34px;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 6px 10px;
    color: #4d5b6d;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
}

.binding-tool-actions button:first-child {
    color: #247fc9;
    background: var(--primary-soft);
    border-color: #d6eaff;
}

.binding-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.binding-option {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: #3b4655;
    background: #fff;
    cursor: pointer;
    transition: background 140ms ease, border-color 140ms ease, color 140ms ease;
}

.binding-option input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    opacity: 0;
    cursor: pointer;
}

.binding-option span {
    display: inline;
    margin: 0;
    color: inherit;
    font-weight: 750;
}

.binding-option em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 999px;
    color: #7b8797;
    background: #eef2f6;
    font-style: normal;
    font-size: 12px;
    font-weight: 800;
}

.binding-option.is-checked {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}

.binding-option:has(input:checked) {
    color: #fff;
    border-color: var(--primary);
    background: var(--primary);
}

.binding-option.is-checked em {
    color: #247fc9;
    background: #fff;
}

.binding-option:has(input:checked) em {
    color: #247fc9;
    background: #fff;
}

.admin-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.admin-modal.show {
    display: flex;
}

.admin-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(22, 30, 42, 0.28);
}

.admin-modal-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 420px);
    padding: 20px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(24, 34, 48, 0.16);
}

.admin-modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.admin-modal-head h2 {
    margin: 0;
    color: #1d2937;
    font-size: 18px;
}

.modal-close {
    width: 30px;
    height: 30px;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: #6b7686;
    background: #fff;
    cursor: pointer;
}

.admin-modal-panel p {
    margin: 0 0 16px;
    color: var(--muted);
}

.admin-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 16px;
}

.claim-success {
    display: inline-flex;
    align-items: center;
    color: var(--success);
    background: var(--success-soft);
    border-radius: 6px;
    padding: 5px 10px;
    font-weight: 750;
    margin-bottom: 12px;
}

.claim-text {
    margin: 0 0 12px;
    color: #222;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0;
    white-space: pre-wrap;
    word-break: break-word;
}

.claim-image-label {
    display: flex;
    align-items: center;
    margin: 0 0 6px;
    color: #888;
    font-size: 13px;
    line-height: 1.4;
}

.claim-image-label::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 12px;
    margin-right: 6px;
    border-radius: 2px;
    background: #ff5a4e;
}

.claim-result-card.is-image-only .claim-image-label {
    margin-top: 0;
}

.claim-media-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 6px 0 16px;
    color: #8e9199;
    font-size: 20px;
    font-weight: 650;
}

.claim-media-mark {
    width: 8px;
    height: 34px;
    border-radius: 6px;
    background: #f15a4a;
    flex: 0 0 auto;
}

.claim-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.claim-gallery a {
    display: block;
    overflow: hidden;
    border-radius: 4px;
    background: #eee;
}

.claim-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 0;
}

.claim-result-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #ecefec;
}

.claim-result-actions.is-single {
    grid-template-columns: 1fr;
}

.claim-result-actions button {
    min-height: 42px;
    border: 1px solid #d9e1d8;
    border-radius: 8px;
    background: #fbfcfa;
    color: #253128;
    font-size: 15px;
    font-weight: 750;
}

.claim-result-actions button:active {
    background: #edf4ef;
}

.claim-result-actions button:disabled {
    opacity: 0.65;
}

.claim-action-status {
    min-height: 18px;
    margin-top: 8px;
    color: #66736d;
    text-align: center;
    font-size: 13px;
}

.claim-action-status[data-state="success"] {
    color: #2f8f61;
}

.claim-action-status[data-state="error"] {
    color: #b23b3b;
}

.claim-meta {
    margin-top: 18px;
    font-size: 13px;
}

@media (max-width: 980px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: relative;
        height: auto;
    }

    .sidebar-foot {
        display: none;
    }

    .sidebar nav {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .sidebar nav a {
        text-align: center;
        justify-content: center;
    }

    .metrics,
    .qr-layout,
    .form-grid,
    .dashboard-platform-grid {
        grid-template-columns: 1fr;
    }

    .dashboard-usage-grid {
        grid-template-columns: 1fr;
    }

    .scan-intro,
    .scan-form {
        grid-template-columns: 1fr;
    }

    .span-2 {
        grid-column: span 1;
    }
}

@media (max-width: 680px) {
    .simple-shell,
    .public-shell {
        padding: 18px 12px;
    }

    .auth-card,
    .claim-card,
    .panel {
        padding: 16px;
    }

    .page-content {
        padding: 16px 12px 24px;
    }

    .topbar,
    .panel-title,
    .toolbar,
    .bulk-toolbar,
    .form-actions,
    .panel-actions,
    .password-action-form {
        align-items: stretch;
        flex-direction: column;
    }

    .topbar {
        padding: 16px 12px;
    }

    .topbar-actions {
        width: 100%;
        justify-content: space-between;
    }

    .sidebar nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .captcha-row {
        grid-template-columns: 1fr;
    }

    .inline-verify-form,
    .definition-grid {
        grid-template-columns: 1fr;
    }

    .bulk-toolbar {
        grid-template-columns: 1fr;
    }

    .bulk-actions {
        justify-content: flex-start;
    }

    .table-wrap {
        min-height: 180px;
    }

    .claim-card {
        padding: 20px 18px 22px;
        border-radius: 6px;
    }

    .claim-result-card {
        padding: 16px;
        border-radius: 12px;
    }

    .scan-intro {
        padding: 28px 8px 0;
    }

    .scan-intro h1 {
        margin-bottom: 12px;
        font-size: 34px;
    }

    .scan-intro p {
        font-size: 20px;
    }

    .scan-layout {
        gap: 22px;
    }

    .dashboard-platform-body {
        grid-template-columns: 1fr;
    }

    .dashboard-ring {
        width: 120px;
        height: 120px;
        justify-self: start;
    }

    .dashboard-bar-row {
        grid-template-columns: minmax(74px, 120px) minmax(0, 1fr) 48px;
        gap: 8px;
    }

    .scan-type-groups {
        gap: 22px;
    }

    .scan-type-card {
        padding: 22px;
        border-radius: 24px;
    }

    .scan-type-card h2 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .scan-type-buttons {
        gap: 12px;
    }

    .scan-type-button {
        min-height: 78px;
        border-radius: 18px;
        font-size: 21px;
    }

    .binding-card-head,
    .binding-tools {
        grid-template-columns: 1fr;
    }

    .binding-card-head {
        display: grid;
    }

    .binding-count {
        justify-self: start;
    }

    .platform-editor-head,
    .platform-row {
        grid-template-columns: 1fr;
    }

    .platform-editor-head {
        display: grid;
    }

    .platform-row-remove {
        align-self: stretch;
        width: 100%;
    }

    .binding-tool-actions {
        justify-content: flex-start;
    }

    .claim-text {
        font-size: 16px;
        line-height: 1.8;
    }

    .claim-media-head {
        font-size: 16px;
    }
}

@media (max-width: 360px) {
    .claim-result-card .claim-text {
        font-size: 15px;
    }

    .scan-type-card {
        padding: 18px;
    }

    .scan-type-buttons {
        gap: 9px;
    }

    .dashboard-platform-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .dashboard-platform-rate {
        align-self: flex-start;
    }

    .dashboard-bar-row {
        grid-template-columns: minmax(64px, 96px) minmax(0, 1fr) 42px;
    }

    .dashboard-bar-track {
        height: 12px;
    }

    .dashboard-usage-head,
    .dashboard-usage-row-head,
    .dashboard-usage-row-foot {
        gap: 8px;
    }

    .scan-type-button {
        min-height: 70px;
        border-radius: 16px;
        font-size: 18px;
    }
}

/* Apple-style override layer */
:root {
    --bg: #f5f5f7;
    --panel: rgba(255, 255, 255, 0.78);
    --text: #1d1d1f;
    --muted: #6e6e73;
    --border: rgba(60, 60, 67, 0.12);
    --border-strong: rgba(60, 60, 67, 0.16);
    --primary: #0071e3;
    --primary-dark: #0068d1;
    --primary-soft: rgba(0, 113, 227, 0.12);
    --danger: #ff3b30;
    --danger-soft: rgba(255, 59, 48, 0.12);
    --success: #34c759;
    --success-soft: rgba(52, 199, 89, 0.12);
    --neutral-soft: rgba(120, 120, 128, 0.08);
    --shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
}

html {
    background: var(--bg);
}

body {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.92), rgba(245, 245, 247, 0.96) 44%),
        linear-gradient(180deg, #ffffff 0%, #f5f5f7 72%);
    color: var(--text);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

input,
textarea,
select {
    border-radius: 12px;
    border-color: rgba(60, 60, 67, 0.14);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(0, 113, 227, 0.55);
    box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.12);
}

.btn {
    min-height: 40px;
    border-radius: 999px;
    border-color: rgba(60, 60, 67, 0.14);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), 0 4px 14px rgba(0, 0, 0, 0.04);
}

.btn:hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
    transform: translateY(-1px);
}

.btn-primary {
    border-color: transparent;
    background: var(--primary);
    color: #fff;
}

.btn-primary:hover {
    background: var(--primary-dark);
}

.btn-soft {
    background: rgba(0, 113, 227, 0.08);
    color: var(--primary);
    border-color: rgba(0, 113, 227, 0.12);
}

.btn-ghost {
    background: rgba(255, 255, 255, 0.88);
}

.btn-danger {
    border-color: transparent;
    background: var(--danger);
    color: #fff;
}

.simple-shell,
.public-shell,
.claim-shell {
    background: var(--bg);
}

.auth-card,
.claim-card,
.panel {
    border-radius: 22px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    box-shadow: var(--shadow);
}

.claim-card {
    border-radius: 24px;
}

.admin-shell {
    background: var(--bg);
}

.sidebar {
    background: rgba(255, 255, 255, 0.72);
    border-right: 1px solid rgba(60, 60, 67, 0.08);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
}

.sidebar nav a,
.sidebar nav a.active,
.sidebar nav a:hover {
    border-radius: 12px;
}

.sidebar nav a.active,
.sidebar nav a:hover {
    background: rgba(0, 113, 227, 0.08);
    color: var(--primary);
}

.topbar {
    background: rgba(245, 245, 247, 0.78);
    border-bottom: 1px solid rgba(60, 60, 67, 0.08);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.topbar h1 {
    font-size: 26px;
    letter-spacing: 0;
}

.panel-title {
    border-bottom-color: rgba(60, 60, 67, 0.08);
}

.panel-title h2 {
    font-size: 18px;
    letter-spacing: 0;
}

.metrics {
    gap: 16px;
}

.metrics > article,
.metric-card {
    border-radius: 20px;
    border: 1px solid rgba(60, 60, 67, 0.10);
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: var(--shadow);
}

.metric-icon {
    background: rgba(0, 113, 227, 0.08);
    border-color: rgba(0, 113, 227, 0.10);
    border-radius: 10px;
}

.dashboard-platform-card,
.dashboard-usage-card {
    border-radius: 20px;
    border: 1px solid rgba(60, 60, 67, 0.10);
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    box-shadow: var(--shadow);
}

.dashboard-platform-head,
.dashboard-usage-head {
    border-bottom-color: rgba(60, 60, 67, 0.08);
}

.dashboard-stat-row,
.dashboard-usage-row,
.dashboard-brand-row {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(60, 60, 67, 0.10);
}

.dashboard-ring-track,
.dashboard-bar-track,
.dashboard-usage-row-track {
    stroke: rgba(60, 60, 67, 0.10);
    background: rgba(120, 120, 128, 0.10);
}

.dashboard-ring-value,
.dashboard-bar-fill,
.dashboard-usage-row-fill {
    filter: saturate(1.02);
}

.pagination a,
.pagination span {
    border-radius: 999px;
    border-color: rgba(60, 60, 67, 0.12);
    background: rgba(255, 255, 255, 0.84);
}

.pagination a.active,
.pagination span.active {
    background: var(--primary);
    color: #fff;
}

.claim-shell .simple-container,
.claim-result-shell .simple-container {
    width: min(100%, 760px);
}

.scan-intro h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
}

.scan-platform-button,
.scan-type-button,
.scan-claim-button,
.claim-result-actions button {
    border-radius: 16px;
    border-color: rgba(60, 60, 67, 0.12);
    background: rgba(255, 255, 255, 0.88);
}

.scan-platform-button.is-selected,
.scan-type-button.is-selected {
    background: rgba(0, 113, 227, 0.12);
    border-color: rgba(0, 113, 227, 0.28);
    color: var(--primary);
}

.scan-claim-button {
    border-radius: 999px;
    background: var(--primary);
    color: #fff;
}

.scan-empty,
.claim-action-status,
.scan-status {
    color: var(--muted);
}

.setting-switch,
.binding-card,
.platform-row {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(60, 60, 67, 0.10);
}

@media (max-width: 980px) {
    .sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(60, 60, 67, 0.08);
    }

    .admin-shell {
        background: linear-gradient(180deg, #ffffff 0%, #f5f5f7 100%);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
