/* ========================================================================== 
   GEO-UX-093 — Product UI foundation
   Operate-mode redesign: alignment, hierarchy, spacing, responsive behavior,
   action efficiency, then restrained visual polish. Imported after legacy CSS.
   ========================================================================== */

.ui-092 {
    --ui-sidebar: 252px;
    --ui-content-max: 1480px;
    --ui-topbar: 72px;
    --ui-space-1: 4px;
    --ui-space-2: 8px;
    --ui-space-3: 12px;
    --ui-space-4: 16px;
    --ui-space-5: 20px;
    --ui-space-6: 24px;
    --ui-space-7: 32px;
    --ui-space-8: 40px;
    --ui-radius-sm: 8px;
    --ui-radius-md: 12px;
    --ui-radius-lg: 16px;
    --ui-bg: #f5f7fa;
    --ui-surface: #ffffff;
    --ui-surface-subtle: #f8fafc;
    --ui-surface-hover: #f3f7fb;
    --ui-border: #dde4ec;
    --ui-border-strong: #cbd5e1;
    --ui-text: #172033;
    --ui-text-2: #445066;
    --ui-muted: #718096;
    --ui-faint: #94a3b8;
    --ui-brand: #1769d2;
    --ui-brand-hover: #1259b5;
    --ui-brand-soft: #edf5ff;
    --ui-success: #15835d;
    --ui-success-soft: #eaf8f2;
    --ui-warning: #a76309;
    --ui-warning-soft: #fff6e5;
    --ui-danger: #c4474f;
    --ui-danger-soft: #fff0f1;
    --ui-purple: #6654c7;
    --ui-purple-soft: #f1efff;
    --ui-shadow-1: 0 1px 2px rgba(15, 23, 42, .04), 0 5px 16px rgba(15, 23, 42, .035);
    --ui-shadow-2: 0 12px 34px rgba(15, 23, 42, .10);
    --ui-focus: 0 0 0 3px rgba(23, 105, 210, .16);
    color: var(--ui-text);
    background: var(--ui-bg);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.ui-092 *,
.ui-092 *::before,
.ui-092 *::after { box-sizing: border-box; }

.ui-092 :where(button, input, textarea, select, summary, a) {
    -webkit-tap-highlight-color: transparent;
}

.ui-092 :where(a, button, input, textarea, select, summary):focus-visible {
    outline: none;
    box-shadow: var(--ui-focus);
}

.ui-092 :where(h1, h2, h3, h4, p) { overflow-wrap: anywhere; }
.ui-092 :where(svg) { display: block; }
.ui-092 :where(button, summary) { user-select: none; }
.ui-092 :where(input, textarea, select)::placeholder { color: #a0acba; }
.ui-092 :where([hidden]) { display: none !important; }

/* ---------- App shell / navigation ---------- */
.ui-092 .skip-link {
    position: fixed;
    left: 12px;
    top: 10px;
    z-index: 1000;
    transform: translateY(-160%);
    padding: 10px 14px;
    border-radius: 9px;
    color: #fff;
    background: #0f172a;
    font-weight: 700;
}
.ui-092 .skip-link:focus { transform: translateY(0); }

.ui-092 .sidebar {
    width: var(--ui-sidebar);
    padding: 18px 14px 14px;
    background: #121d2e;
    border-right: 1px solid rgba(255,255,255,.055);
    box-shadow: none;
}
.ui-092 .brand {
    min-height: 58px;
    gap: 11px;
    padding: 2px 8px 16px;
    border-bottom-color: rgba(255,255,255,.08);
}
.ui-092 .brand-mark-image {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    object-fit: contain;
    background: #fff;
    box-shadow: none;
}
.ui-092 .brand-copy { min-width: 0; }
.ui-092 .brand strong {
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: .01em;
}
.ui-092 .brand small {
    margin-top: 3px;
    color: #8291a6;
    font-size: 10px;
    letter-spacing: .02em;
}
.ui-092 .menu {
    min-height: 0;
    padding: 12px 2px 10px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.12) transparent;
}
.ui-092 .menu::-webkit-scrollbar { width: 5px; }
.ui-092 .menu::-webkit-scrollbar-thumb { background: rgba(255,255,255,.12); border-radius: 999px; }
.ui-092 .menu-group + .menu-group { margin-top: 9px; }
.ui-092 .menu-caption {
    margin: 0 10px 5px;
    padding-top: 5px;
    color: #697991;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.ui-092 .menu a {
    position: relative;
    min-height: 40px;
    height: auto;
    gap: 10px;
    margin: 2px 0;
    padding: 8px 10px;
    border-radius: 9px;
    color: #aeb9c9;
    font-size: 13px;
    font-weight: 560;
    transition: background-color .15s ease, color .15s ease;
}
.ui-092 .menu a:hover {
    color: #fff;
    background: rgba(255,255,255,.055);
}
.ui-092 .menu a.active {
    color: #fff;
    background: rgba(48, 133, 226, .17);
    box-shadow: inset 3px 0 0 #55a7ff;
}
.ui-092 .menu-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: #8392a8;
    background: transparent;
    font-size: 0;
}
.ui-092 .menu a:hover .menu-icon,
.ui-092 .menu a.active .menu-icon { color: #8fc4ff; }
.ui-092 .menu-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ui-092 .menu a > span:nth-child(2) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-092 .nav-badge {
    min-width: 19px;
    height: 19px;
    margin-left: auto;
    padding: 0 5px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: #fff;
    background: #d1535b;
    font-size: 10px;
    line-height: 1;
}
.ui-092 .sidebar-version {
    min-height: 52px;
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 11px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 11px;
    color: #b9c4d3;
    background: rgba(255,255,255,.03);
}
.ui-092 .sidebar-version:hover { background: rgba(255,255,255,.055); }
.ui-092 .sidebar-version .status-dot {
    width: 8px;
    height: 8px;
    background: #35c78a;
    box-shadow: 0 0 0 4px rgba(53,199,138,.10);
}
.ui-092 .sidebar-version span:nth-child(2) { min-width: 0; }
.ui-092 .sidebar-version small,
.ui-092 .sidebar-version strong { display: block; }
.ui-092 .sidebar-version small { color: #718198; font-size: 9px; }
.ui-092 .sidebar-version strong { margin-top: 2px; font-size: 11px; }
.ui-092 .sidebar-version > svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #6f7e92;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ui-092 .main {
    margin-left: var(--ui-sidebar);
    min-width: 0;
    background: var(--ui-bg);
}
.ui-092 .topbar {
    min-height: var(--ui-topbar);
    height: auto;
    gap: 20px;
    padding: 10px 26px;
    border-bottom: 1px solid var(--ui-border);
    background: rgba(255,255,255,.95);
    box-shadow: 0 1px 0 rgba(15,23,42,.02);
    backdrop-filter: blur(14px);
}
.ui-092 .topbar-left {
    min-width: 210px;
    gap: 11px;
}
.ui-092 .topbar-heading { min-width: 0; }
.ui-092 .topbar h1 {
    margin: 0;
    color: var(--ui-text);
    font-size: 20px;
    font-weight: 720;
    line-height: 1.25;
    letter-spacing: -.01em;
}
.ui-092 .topbar-page-hint {
    max-width: 520px;
    margin: 3px 0 0;
    color: var(--ui-muted);
    font-size: 11px;
    line-height: 1.35;
}
.ui-092 .topbar-right {
    min-width: 0;
    gap: 9px;
    margin-left: auto;
}
.ui-092 .mobile-menu-button {
    width: 38px;
    height: 38px;
    border-color: var(--ui-border);
    border-radius: 9px;
    color: var(--ui-text-2);
    background: #fff;
}
.ui-092 .mobile-menu-button svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}
.ui-092 .mobile-project-shortcut { display: none; }
.ui-092 .global-search {
    position: relative;
    width: clamp(190px, 18vw, 280px);
    height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 9px 0 11px;
    border: 1px solid var(--ui-border);
    border-radius: 9px;
    color: var(--ui-faint);
    background: var(--ui-surface-subtle);
}
.ui-092 .global-search:focus-within {
    border-color: #75a9e8;
    background: #fff;
    box-shadow: var(--ui-focus);
}
.ui-092 .global-search svg {
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}
.ui-092 .global-search input {
    min-width: 0;
    height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 12px;
}
.ui-092 .global-search kbd {
    padding: 2px 5px;
    border: 1px solid #dce3eb;
    border-bottom-color: #cbd4de;
    border-radius: 5px;
    color: #8a96a6;
    background: #fff;
    font: 9px/1.3 ui-monospace, SFMono-Regular, Consolas, monospace;
    white-space: nowrap;
}
.ui-092 .quick-create { position: relative; }
.ui-092 .quick-create > summary {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0 12px;
    border: 1px solid #bad4f3;
    border-radius: 9px;
    color: #145eaf;
    background: #f2f7fd;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}
.ui-092 .quick-create > summary::-webkit-details-marker { display: none; }
.ui-092 .quick-create[open] > summary { border-color: #87b6ed; background: #eaf3ff; }
.ui-092 .quick-create-menu {
    top: calc(100% + 9px);
    right: 0;
    width: 280px;
    padding: 7px;
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--ui-shadow-2);
}
.ui-092 .quick-create-menu a {
    display: grid;
    grid-template-columns: 32px minmax(0,1fr);
    align-items: center;
    gap: 10px;
    padding: 9px;
    border-radius: 9px;
}
.ui-092 .quick-create-menu a:hover { background: var(--ui-surface-hover); }
.ui-092 .quick-create-menu a > span:last-child { min-width: 0; }
.ui-092 .quick-create-menu strong,
.ui-092 .quick-create-menu small { display: block; }
.ui-092 .quick-create-menu strong { font-size: 12px; }
.ui-092 .quick-create-menu small { margin-top: 2px; color: var(--ui-muted); font-size: 10px; }
.ui-092 .quick-create-icon {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--ui-brand);
    background: var(--ui-brand-soft);
    font-size: 11px;
    font-weight: 800;
}
.ui-092 .project-switcher {
    width: clamp(150px, 14vw, 230px);
    min-width: 0;
    display: grid;
    gap: 1px;
    padding: 3px 8px 4px;
    border: 1px solid var(--ui-border);
    border-radius: 9px;
    background: #fff;
}
.ui-092 .project-switcher label {
    margin: 0;
    color: var(--ui-faint);
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.ui-092 .project-switcher select {
    width: 100%;
    height: 22px;
    padding: 0 18px 0 0;
    border: 0;
    color: var(--ui-text-2);
    background-color: transparent;
    box-shadow: none;
    font-size: 11px;
    font-weight: 700;
}
.ui-092 .topbar-divider { width: 1px; height: 26px; background: var(--ui-border); }
.ui-092 .password-warning-chip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #f3d299;
    border-radius: 8px;
    color: #946016;
    background: var(--ui-warning-soft);
    font-size: 10px;
    font-weight: 700;
}
.ui-092 .notification-button {
    position: relative;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ui-border);
    border-radius: 9px;
    color: var(--ui-text-2);
    background: #fff;
}
.ui-092 .notification-button:hover { background: var(--ui-surface-hover); }
.ui-092 .notification-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ui-092 .notification-button b {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 17px;
    height: 17px;
    display: grid;
    place-items: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    background: #d1535b;
    font-size: 9px;
}
.ui-092 .top-user-menu { position: relative; }
.ui-092 .top-user-menu > summary {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 5px 2px 3px;
    border-radius: 10px;
    list-style: none;
    cursor: pointer;
}
.ui-092 .top-user-menu > summary::-webkit-details-marker { display: none; }
.ui-092 .top-user-menu > summary:hover,
.ui-092 .top-user-menu[open] > summary { background: var(--ui-surface-hover); }
.ui-092 .user-avatar {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    background: #1b70d6;
    box-shadow: none;
    font-size: 12px;
}
.ui-092 .top-user-text { min-width: 0; max-width: 110px; }
.ui-092 .top-user-text strong,
.ui-092 .top-user-text small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ui-092 .top-user-text strong { font-size: 11px; }
.ui-092 .top-user-text small { margin-top: 1px; color: var(--ui-muted); font-size: 9px; }
.ui-092 .top-user-profile > svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--ui-faint);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ui-092 .top-user-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 30;
    width: 240px;
    padding: 7px;
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--ui-shadow-2);
}
.ui-092 .top-user-dropdown a {
    display: block;
    padding: 9px 10px;
    border-radius: 8px;
}
.ui-092 .top-user-dropdown a:hover { background: var(--ui-surface-hover); }
.ui-092 .top-user-dropdown strong,
.ui-092 .top-user-dropdown small { display: block; }
.ui-092 .top-user-dropdown strong { font-size: 12px; }
.ui-092 .top-user-dropdown small { margin-top: 2px; color: var(--ui-muted); font-size: 10px; }
.ui-092 .top-user-dropdown form {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid var(--ui-border);
}
.ui-092 .top-user-dropdown button {
    width: 100%;
    min-height: 36px;
    border: 0;
    border-radius: 8px;
    color: var(--ui-danger);
    background: transparent;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
}
.ui-092 .top-user-dropdown button:hover { background: var(--ui-danger-soft); }

/* ---------- Page canvas and visual hierarchy ---------- */
.ui-092 .content {
    width: min(100%, var(--ui-content-max));
    max-width: var(--ui-content-max);
    margin: 0 auto;
    padding: 26px 28px 48px;
}
.ui-092 .page-surface > * { min-width: 0; }
.ui-092 .page-surface > * + * { margin-top: 18px; }
.ui-092 .panel,
.ui-092 .step-card {
    border: 1px solid var(--ui-border);
    border-radius: var(--ui-radius-lg);
    background: var(--ui-surface);
    box-shadow: var(--ui-shadow-1);
}
.ui-092 .panel { padding: 22px; }
.ui-092 .panel .panel {
    border-radius: var(--ui-radius-md);
    box-shadow: none;
}
.ui-092 .section-heading {
    min-width: 0;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}
.ui-092 .section-heading > div:first-child { min-width: 0; }
.ui-092 .section-heading.compact { align-items: center; }
.ui-092 .eyebrow {
    margin-bottom: 5px;
    color: var(--ui-brand);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.ui-092 .section-heading h2,
.ui-092 .panel-head h2 {
    margin: 0;
    color: var(--ui-text);
    font-size: 18px;
    font-weight: 720;
    line-height: 1.35;
    letter-spacing: -.01em;
}
.ui-092 .section-heading p,
.ui-092 .panel-head p {
    max-width: 780px;
    margin: 5px 0 0;
    color: var(--ui-muted);
    font-size: 12px;
    line-height: 1.65;
}
.ui-092 .count-chip,
.ui-092 .keyword-chip,
.ui-092 .vendor-chip,
.ui-092 .source-chip,
.ui-092 .permission-chip-v67,
.ui-092 .list-mode-chip-v70 {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    padding: 4px 9px;
    border: 1px solid #d6e5f6;
    border-radius: 999px;
    color: #28649f;
    background: #f2f7fc;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.ui-092 .text-link {
    color: var(--ui-brand);
    font-size: 11px;
    font-weight: 700;
}
.ui-092 .text-link:hover { color: var(--ui-brand-hover); text-decoration: underline; }

/* ---------- Buttons and actions ---------- */
.ui-092 .btn,
.ui-092 button.btn {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 9px;
    box-shadow: none;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}
.ui-092 .btn:hover { transform: none; }
.ui-092 .btn.primary,
.ui-092 .btn.btn-primary {
    border-color: var(--ui-brand);
    color: #fff;
    background: var(--ui-brand);
    box-shadow: 0 5px 12px rgba(23,105,210,.14);
}
.ui-092 .btn.primary:hover,
.ui-092 .btn.btn-primary:hover { border-color: var(--ui-brand-hover); background: var(--ui-brand-hover); }
.ui-092 .btn.secondary,
.ui-092 .btn.btn-secondary {
    border-color: #bcd4f0;
    color: #175fae;
    background: #f2f7fd;
}
.ui-092 .btn.secondary:hover,
.ui-092 .btn.btn-secondary:hover { background: #e8f2fd; }
.ui-092 .btn.ghost,
.ui-092 .btn.btn-ghost {
    border-color: var(--ui-border);
    color: var(--ui-text-2);
    background: #fff;
}
.ui-092 .btn.ghost:hover,
.ui-092 .btn.btn-ghost:hover { border-color: var(--ui-border-strong); background: var(--ui-surface-hover); }
.ui-092 .btn.soft {
    border-color: #d9d4f7;
    color: var(--ui-purple);
    background: var(--ui-purple-soft);
}
.ui-092 .btn.danger,
.ui-092 .danger-button {
    border-color: #efc4c7;
    color: var(--ui-danger);
    background: var(--ui-danger-soft);
}
.ui-092 .btn.danger:hover { border-color: #e4a5aa; background: #ffe7e9; }
.ui-092 .btn.full { width: 100%; }
.ui-092 .btn.large { min-height: 42px; padding-inline: 18px; }
.ui-092 .btn.tiny { min-height: 30px; padding-inline: 9px; font-size: 10px; }
.ui-092 :where(.btn, button):disabled,
.ui-092 :where(.btn, button)[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: .55;
    transform: none;
}
.ui-092 .row-actions,
.ui-092 .form-actions,
.ui-092 .filter-actions,
.ui-092 .article-actions,
.ui-092 .review-card-actions,
.ui-092 .admin-hero-actions,
.ui-092 .ai-hero-actions,
.ui-092 .launch-readiness-actions-v90,
.ui-092 .content-gap-hero-actions-v88,
.ui-092 .geo-report-hero-actions-v87,
.ui-092 .matrix-heading-actions-v86,
.ui-092 .matrix-select-actions-v86 {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.ui-092 .row-actions { justify-content: flex-end; }
.ui-092 .form-actions {
    margin-top: 4px;
    padding-top: 16px;
    border-top: 1px solid var(--ui-border);
}
.ui-092 .form-actions > span,
.ui-092 .form-actions > small { color: var(--ui-muted); font-size: 10px; }

/* ---------- Forms ---------- */
.ui-092 :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea, select) {
    width: 100%;
    min-width: 0;
    border: 1px solid var(--ui-border-strong);
    border-radius: 9px;
    color: var(--ui-text);
    background: #fff;
    box-shadow: none;
    font-size: 12px;
    transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.ui-092 :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), select) {
    height: 40px;
    padding: 0 11px;
}
.ui-092 textarea {
    min-height: 96px;
    padding: 10px 11px;
    line-height: 1.65;
    resize: vertical;
}
.ui-092 :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea, select):hover {
    border-color: #b8c5d3;
}
.ui-092 :where(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea, select):focus {
    border-color: #75a9e8;
    background: #fff;
    box-shadow: var(--ui-focus);
}
.ui-092 :where(input, textarea, select):disabled,
.ui-092 :where(input, textarea, select)[readonly] {
    color: #68758a;
    background: #f3f6f9;
    cursor: not-allowed;
}
.ui-092 :where(input[type="checkbox"], input[type="radio"]) {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0;
    accent-color: var(--ui-brand);
}
.ui-092 .smart-form {
    display: grid;
    gap: 16px;
}
.ui-092 .smart-form > label,
.ui-092 .form-grid > label,
.ui-092 .compact-form > label {
    min-width: 0;
    margin: 0;
}
.ui-092 .smart-form label > span,
.ui-092 .form-grid label > span,
.ui-092 .compact-form label > span,
.ui-092 .detail-form label > span {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 6px;
    color: var(--ui-text-2);
    font-size: 11px;
    font-weight: 700;
}
.ui-092 .smart-form label > small,
.ui-092 .form-grid label > small,
.ui-092 .form-note {
    display: block;
    margin-top: 5px;
    color: var(--ui-muted);
    font-size: 10px;
    line-height: 1.55;
}
.ui-092 .form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px 16px;
}
.ui-092 .form-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.ui-092 .form-grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.ui-092 .form-grid .wide { grid-column: 1 / -1; }
.ui-092 .compact-form { display: grid; gap: 10px; }
.ui-092 .switch-row,
.ui-092 .check-row {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: var(--ui-surface-subtle);
}
.ui-092 .switch-row > span,
.ui-092 .check-row > span { min-width: 0; }
.ui-092 .settings-disclosure {
    border: 1px solid var(--ui-border);
    border-radius: 11px;
    overflow: clip;
    background: #fff;
}
.ui-092 .settings-disclosure > summary {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: var(--ui-text-2);
    background: var(--ui-surface-subtle);
    font-size: 11px;
    font-weight: 750;
    list-style: none;
    cursor: pointer;
}
.ui-092 .settings-disclosure > summary::-webkit-details-marker { display: none; }
.ui-092 .settings-disclosure[open] > summary { border-bottom: 1px solid var(--ui-border); }
.ui-092 .settings-disclosure > :not(summary) { margin: 14px; }

/* ---------- Tables and dense data ---------- */
.ui-092 .table-wrap,
.ui-092 .data-table-wrap,
.ui-092 .comfortable-table-wrap {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: #fff;
    scrollbar-width: thin;
}
.ui-092 table,
.ui-092 .data-table,
.ui-092 .comfortable-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: var(--ui-text-2);
    font-size: 11px;
}
.ui-092 table thead th {
    height: 42px;
    padding: 9px 12px;
    border-bottom: 1px solid var(--ui-border);
    color: #657287;
    background: #f7f9fb;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    white-space: nowrap;
}
.ui-092 table tbody td {
    min-height: 48px;
    padding: 11px 12px;
    border-bottom: 1px solid #edf1f5;
    vertical-align: middle;
}
.ui-092 table tbody tr:last-child td { border-bottom: 0; }
.ui-092 table tbody tr:hover td { background: #fbfdff; }
.ui-092 table td strong,
.ui-092 table td small,
.ui-092 .cell-stack-v70 strong,
.ui-092 .cell-stack-v70 small {
    display: block;
}
.ui-092 table td strong { color: var(--ui-text); font-size: 11px; }
.ui-092 table td small,
.ui-092 .cell-stack-v70 small {
    margin-top: 3px;
    color: var(--ui-muted);
    font-size: 9px;
    line-height: 1.45;
}
.ui-092 table .align-right,
.ui-092 table th.align-right { text-align: right; }
.ui-092 .action-cell { min-width: 112px; text-align: right; }
.ui-092 .pagination-bar,
.ui-092 .pagination-bar-v70 {
    min-height: 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
    padding: 9px 11px;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: #fff;
}
.ui-092 .page-size-form { display: flex; align-items: center; gap: 8px; }
.ui-092 .page-size-form select { width: auto; min-width: 76px; }

/* ---------- Reusable cards, status and empty states ---------- */
.ui-092 .status-badge {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 3px 8px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #5d6879;
    background: #eef2f6;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.2;
    white-space: nowrap;
}
.ui-092 .status-badge.success,
.ui-092 .status-badge.published,
.ui-092 .status-badge.ready,
.ui-092 .status-badge.done,
.ui-092 .status-badge.yes { border-color: #c6ead9; color: var(--ui-success); background: var(--ui-success-soft); }
.ui-092 .status-badge.warning,
.ui-092 .status-badge.review,
.ui-092 .status-badge.pending,
.ui-092 .status-badge.retrying,
.ui-092 .status-badge.blocked { border-color: #f2daae; color: var(--ui-warning); background: var(--ui-warning-soft); }
.ui-092 .status-badge.failed,
.ui-092 .status-badge.danger,
.ui-092 .status-badge.no { border-color: #efc8cb; color: var(--ui-danger); background: var(--ui-danger-soft); }
.ui-092 .status-badge.running,
.ui-092 .status-badge.active { border-color: #c6dcf5; color: var(--ui-brand); background: var(--ui-brand-soft); }
.ui-092 .empty-state,
.ui-092 .mini-empty,
.ui-092 .asset-filter-empty {
    min-height: 160px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 7px;
    padding: 28px 20px;
    border: 1px dashed #cad4df;
    border-radius: 12px;
    color: var(--ui-muted);
    background: #fafcfe;
    text-align: center;
}
.ui-092 .empty-state.small,
.ui-092 .empty-state.compact { min-height: 110px; padding: 20px; }
.ui-092 .empty-state > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: var(--ui-brand);
    background: var(--ui-brand-soft);
    font-size: 18px;
    font-weight: 800;
}
.ui-092 .empty-state strong { color: var(--ui-text); font-size: 13px; }
.ui-092 .empty-state p { max-width: 520px; margin: 0; font-size: 11px; line-height: 1.6; }
.ui-092 .notice-box,
.ui-092 .inline-warning,
.ui-092 .payment-mode-alert,
.ui-092 .legal-note,
.ui-092 .muted-note {
    border-radius: 10px;
    box-shadow: none;
}
.ui-092 .flash {
    top: 84px;
    right: 24px;
    min-width: 300px;
    padding: 12px 13px;
    border-radius: 10px;
    box-shadow: var(--ui-shadow-2);
    font-size: 11px;
}
.ui-092 .geo-toast {
    border-radius: 11px;
    box-shadow: var(--ui-shadow-2);
}

/* ---------- Layout primitives ---------- */
.ui-092 .page-grid,
.ui-092 .two-column,
.ui-092 .admin-two-column,
.ui-092 .profile-grid,
.ui-092 .finance-two-col,
.ui-092 .matrix-two-col-v86,
.ui-092 .geo-report-two-col-v87,
.ui-092 .monitor-insight-grid-v28,
.ui-092 .about-main-grid,
.ui-092 .help-detail-grid {
    min-width: 0;
    gap: 18px;
    align-items: start;
}
.ui-092 .two-column,
.ui-092 .admin-two-column { grid-template-columns: minmax(0,1.35fr) minmax(300px,.85fr); }
.ui-092 .side-stack { gap: 14px; }
.ui-092 .page-grid.brand-layout,
.ui-092 .page-grid.settings-layout,
.ui-092 .page-grid.project-layout {
    grid-template-columns: minmax(0,1fr) minmax(290px,360px);
}
.ui-092 .side-stack,
.ui-092 .article-editor-aside,
.ui-092 .form-panel + .panel {
    min-width: 0;
}
@media (min-width: 1181px) {
    .ui-092 .side-stack,
    .ui-092 .article-editor-aside {
        position: sticky;
        top: calc(var(--ui-topbar) + 18px);
    }
}

/* ---------- Dashboard ---------- */
.ui-092 .welcome-panel {
    min-height: 220px;
    padding: 30px 34px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(120deg, #173258 0%, #1a4c84 62%, #226bb3 100%);
    box-shadow: 0 12px 32px rgba(24,67,116,.18);
}
.ui-092 .welcome-panel h2 { margin-bottom: 10px; font-size: 27px; letter-spacing: -.02em; }
.ui-092 .welcome-panel p { max-width: 680px; margin-bottom: 20px; color: #d2deec; font-size: 13px; }
.ui-092 .welcome-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.ui-092 .welcome-panel .btn.primary { border-color: #fff; color: #174f8b; background: #fff; }
.ui-092 .welcome-panel .btn.ghost { border-color: rgba(255,255,255,.25); color: #fff; background: rgba(255,255,255,.08); }
.ui-092 .welcome-visual { width: 360px; height: 165px; opacity: .9; }
.ui-092 .ai-core { width: 74px; height: 74px; border-radius: 20px; box-shadow: 0 0 32px rgba(113,186,255,.35); font-size: 22px; }
.ui-092 .step-card { margin-top: 18px; padding: 22px; }
.ui-092 .setup-steps { grid-template-columns: repeat(7, minmax(0,1fr)); gap: 8px; }
.ui-092 .setup-step {
    min-height: 64px;
    padding: 10px;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: #fff;
}
.ui-092 .setup-step:hover { border-color: #a9c7e8; background: #f8fbff; }
.ui-092 .setup-step.done { border-color: #cce0f5; background: #f4f9ff; }
.ui-092 .setup-step > span { width: 26px; height: 26px; flex-basis: 26px; font-size: 10px; }
.ui-092 .setup-step strong { font-size: 11px; }
.ui-092 .setup-step small { font-size: 9px; }
.ui-092 .metric-grid,
.ui-092 .admin-metric-grid,
.ui-092 .finance-summary-grid,
.ui-092 .launch-check-metrics-v90,
.ui-092 .geo-kpi-grid-v87,
.ui-092 .matrix-stat-grid-v86,
.ui-092 .monitor-metrics,
.ui-092 .about-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
}
.ui-092 .metric-card,
.ui-092 .admin-metric-grid > article,
.ui-092 .finance-summary-grid > article,
.ui-092 .launch-check-metrics-v90 > article,
.ui-092 .geo-kpi-grid-v87 > article,
.ui-092 .matrix-stat-grid-v86 > article,
.ui-092 .monitor-card,
.ui-092 .about-stat-grid > article {
    min-height: 104px;
    padding: 16px;
    border: 1px solid var(--ui-border);
    border-radius: 13px;
    background: #fff;
    box-shadow: var(--ui-shadow-1);
}
.ui-092 .metric-card { grid-template-columns: 40px minmax(0,1fr) auto; }
.ui-092 .metric-card:hover { transform: none; border-color: #bfd2e7; box-shadow: var(--ui-shadow-1); }
.ui-092 .metric-icon { width: 40px; height: 40px; border-radius: 10px; font-size: 16px; }
.ui-092 .metric-card strong { font-size: 21px; }

/* ---------- Lists / cards ---------- */
.ui-092 .project-list,
.ui-092 .knowledge-list,
.ui-092 .article-list,
.ui-092 .review-list,
.ui-092 .observation-list,
.ui-092 .optimization-task-list-v88,
.ui-092 .content-gap-list-v88,
.ui-092 .admin-model-list,
.ui-092 .audit-mini-list,
.ui-092 .changelog-list {
    display: grid;
    gap: 10px;
}
.ui-092 .project-item,
.ui-092 .knowledge-card,
.ui-092 .article-row,
.ui-092 .review-card,
.ui-092 .observation-item,
.ui-092 .optimization-task-list-v88 > article,
.ui-092 .content-gap-list-v88 > article,
.ui-092 .admin-model-row,
.ui-092 .audit-mini-list > article {
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}
.ui-092 .project-item,
.ui-092 .knowledge-card,
.ui-092 .article-row,
.ui-092 .admin-model-row { padding: 16px; }
.ui-092 .project-item.current { border-color: #9fc4ec; box-shadow: inset 3px 0 0 var(--ui-brand); }
.ui-092 .project-item-head,
.ui-092 .knowledge-head,
.ui-092 .article-title-line,
.ui-092 .model-title-line {
    min-width: 0;
    gap: 12px;
    align-items: flex-start;
}
.ui-092 .project-item h3,
.ui-092 .knowledge-card h3,
.ui-092 .article-row h3,
.ui-092 .review-card h3,
.ui-092 .admin-model-row h3 { margin: 0; color: var(--ui-text); font-size: 14px; line-height: 1.45; }
.ui-092 .project-item p,
.ui-092 .knowledge-card p,
.ui-092 .article-row p,
.ui-092 .review-card p { color: var(--ui-muted); font-size: 11px; line-height: 1.6; }
.ui-092 .article-row-v83 {
    grid-template-columns: 58px minmax(0,1fr) minmax(120px,auto);
    gap: 14px;
    align-items: start;
}
.ui-092 .quality-score,
.ui-092 .article-quality-score-v83 {
    width: 54px;
    height: 54px;
    border-width: 3px;
    font-size: 16px;
}
.ui-092 .article-actions-v83 {
    min-width: 112px;
    align-items: stretch;
}
.ui-092 .article-actions-v83 .btn { width: 100%; }
.ui-092 .review-card {
    grid-template-columns: 22px 58px minmax(0,1fr) minmax(110px,auto);
    gap: 12px;
    padding: 14px;
}
.ui-092 .inline-editor {
    margin-top: 10px;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: var(--ui-surface-subtle);
}
.ui-092 .inline-editor > summary {
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 0 11px;
    color: var(--ui-brand);
    font-size: 10px;
    font-weight: 750;
    cursor: pointer;
}
.ui-092 .inline-editor[open] > summary { border-bottom: 1px solid var(--ui-border); }
.ui-092 .inline-editor > form { padding: 12px; }

/* ---------- Content editor ---------- */
.ui-092 .article-workflow-bar-v83,
.ui-092 .section-tabs,
.ui-092 .tab-links,
.ui-092 .prompt-tabs,
.ui-092 .monitoring-tabs-v67 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    padding: 5px;
    border: 1px solid var(--ui-border);
    border-radius: 11px;
    background: #fff;
}
.ui-092 :where(.article-workflow-bar-v83, .section-tabs, .tab-links, .prompt-tabs, .monitoring-tabs-v67) a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border: 0;
    border-radius: 8px;
    color: var(--ui-muted);
    background: transparent;
    font-size: 10px;
    font-weight: 750;
}
.ui-092 :where(.article-workflow-bar-v83, .section-tabs, .tab-links, .prompt-tabs, .monitoring-tabs-v67) a:hover { color: var(--ui-text); background: var(--ui-surface-hover); }
.ui-092 :where(.article-workflow-bar-v83, .section-tabs, .tab-links, .prompt-tabs, .monitoring-tabs-v67) a.active { color: var(--ui-brand); background: var(--ui-brand-soft); }
.ui-092 .article-editor-page-v83 {
    grid-template-columns: minmax(0,1fr) minmax(300px,340px);
    gap: 18px;
}
.ui-092 .article-editor-main { padding: 24px; }
.ui-092 .article-editor-heading { gap: 14px; }
.ui-092 .article-editor-form { gap: 18px; }
.ui-092 .article-editor-aside { display: grid; gap: 12px; }
.ui-092 .article-editor-aside .panel { padding: 17px; }
.ui-092 .wang-editor-shell {
    border: 1px solid var(--ui-border-strong);
    border-radius: 10px;
    overflow: clip;
    background: #fff;
}
.ui-092 .wang-toolbar { border-bottom-color: var(--ui-border); background: #f8fafc; }
.ui-092 .article-preview-frame { border: 1px solid var(--ui-border); border-radius: 10px; background: #fff; }

/* ---------- Matrix, monitoring, reports, gaps ---------- */
.ui-092 .matrix-page-v86,
.ui-092 .geo-report-page-v87,
.ui-092 .content-gap-page-v88,
.ui-092 .monitoring-v28-page,
.ui-092 .admin-page,
.ui-092 .finance-page,
.ui-092 .service-center-page-v89,
.ui-092 .launch-readiness-page-v90,
.ui-092 .about-page { display: grid; gap: 18px; }
.ui-092 .matrix-page-v86 > *,
.ui-092 .geo-report-page-v87 > *,
.ui-092 .content-gap-page-v88 > *,
.ui-092 .monitoring-v28-page > * { margin: 0; }
.ui-092 .matrix-hero-v86,
.ui-092 .geo-report-hero-v87,
.ui-092 .content-gap-hero-v88,
.ui-092 .monitoring-truth-banner,
.ui-092 .admin-model-hero,
.ui-092 .service-center-hero-v89,
.ui-092 .launch-readiness-hero-v90,
.ui-092 .about-hero,
.ui-092 .ai-hero,
.ui-092 .help-hero,
.ui-092 .profile-hero,
.ui-092 .admin-hero {
    border: 1px solid #d5e1ed;
    border-radius: 16px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff 72%);
    box-shadow: var(--ui-shadow-1);
}
.ui-092 .matrix-hero-v86,
.ui-092 .geo-report-hero-v87,
.ui-092 .content-gap-hero-v88,
.ui-092 .service-center-hero-v89,
.ui-092 .admin-model-hero,
.ui-092 .admin-hero,
.ui-092 .ai-hero,
.ui-092 .help-hero,
.ui-092 .profile-hero { padding: 22px; }
.ui-092 .matrix-two-col-v86 { grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); }
.ui-092 .matrix-model-grid-v86,
.ui-092 .matrix-channel-grid-v89,
.ui-092 .service-vendor-grid-v89,
.ui-092 .vendor-preset-grid,
.ui-092 .source-gap-grid-v88,
.ui-092 .launch-guide-grid-v90,
.ui-092 .capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 10px;
}
.ui-092 .matrix-model-card-v86,
.ui-092 .matrix-channel-card-v89,
.ui-092 .service-vendor-card-v89,
.ui-092 .source-gap-grid-v88 > article,
.ui-092 .launch-guide-grid-v90 > article,
.ui-092 .capability-grid > article {
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--ui-border);
    border-radius: 11px;
    background: #fff;
    box-shadow: none;
}
.ui-092 .matrix-billing-bar-v86 {
    position: sticky;
    bottom: 12px;
    z-index: 6;
    gap: 14px;
    padding: 13px 14px;
    border: 1px solid #bcd5f0;
    border-radius: 12px;
    background: rgba(247,251,255,.97);
    box-shadow: 0 10px 30px rgba(23,72,126,.14);
    backdrop-filter: blur(12px);
}
.ui-092 .monitor-card { min-height: 96px; }
.ui-092 .trend-chart { min-height: 220px; }
.ui-092 .content-gap-list-v88 > article { padding: 14px; }
.ui-092 .content-gap-side-v88 { min-width: 150px; }
.ui-092 .launch-check-card-v90 {
    border: 1px solid var(--ui-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

/* ---------- Admin ---------- */
.ui-092 .admin-model-layout {
    grid-template-columns: minmax(0,1fr) minmax(330px,420px);
    gap: 18px;
    align-items: start;
}
.ui-092 .admin-model-form-panel {
    position: sticky;
    top: calc(var(--ui-topbar) + 18px);
}
.ui-092 .admin-model-row {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 14px;
}
.ui-092 .admin-model-prices { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.ui-092 .admin-model-prices > div,
.ui-092 .admin-model-cap > span,
.ui-092 .admin-central-mode-v89,
.ui-092 .admin-model-summary-v89 > article {
    padding: 10px;
    border: 1px solid var(--ui-border);
    border-radius: 9px;
    background: var(--ui-surface-subtle);
}
.ui-092 .admin-users-list-page .list-page-hero-v70,
.ui-092 .list-page-hero-v70 { padding: 22px; }
.ui-092 .user-filter-grid-v70 {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr)) auto;
    gap: 10px;
    align-items: end;
}
.ui-092 .audit-filter-v67 { gap: 10px; }

/* ---------- Finance and service pages ---------- */
.ui-092 .finance-page-header,
.ui-092 .finance-hero-card,
.ui-092 .recharge-form-card,
.ui-092 .service-setting-panel-v89 { gap: 16px; }
.ui-092 .finance-split-page,
.ui-092 .recharge-layout,
.ui-092 .finance-recharge-layout {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr);
    gap: 18px;
    align-items: start;
}
.ui-092 .preset-amounts {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 8px;
}
.ui-092 .preset-amounts button {
    min-height: 38px;
    border: 1px solid var(--ui-border);
    border-radius: 9px;
    color: var(--ui-text-2);
    background: #fff;
}
.ui-092 .preset-amounts button:hover { border-color: #9bbfe8; background: var(--ui-brand-soft); }
.ui-092 .payment-channel-picker-v3,
.ui-092 .payment-channel-picker { display: grid; gap: 8px; }
.ui-092 .channel-card {
    min-height: 54px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--ui-border);
    border-radius: 10px;
    background: #fff;
}
.ui-092 .channel-card:hover { border-color: #9bbfe8; background: #fbfdff; }
.ui-092 .service-mode-grid-v89 { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.ui-092 .service-mode-card-v89 { padding: 16px; border: 1px solid var(--ui-border); border-radius: 12px; box-shadow: none; }

/* ---------- Profile, help, about ---------- */
.ui-092 .profile-grid { grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); }
.ui-092 .profile-hero { display: flex; align-items: center; gap: 16px; }
.ui-092 .profile-avatar { width: 58px; height: 58px; border-radius: 14px; box-shadow: none; }
.ui-092 .profile-dl,
.ui-092 .system-info-list,
.ui-092 .path-list,
.ui-092 .metric-definition-list-v87 { display: grid; gap: 0; }
.ui-092 :where(.profile-dl, .system-info-list, .path-list, .metric-definition-list-v87) > div {
    display: grid;
    grid-template-columns: minmax(110px, .38fr) minmax(0,1fr);
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid var(--ui-border);
}
.ui-092 :where(.profile-dl, .system-info-list, .path-list, .metric-definition-list-v87) > div:last-child { border-bottom: 0; }
.ui-092 .help-steps { gap: 10px; }
.ui-092 .about-quick-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }

/* ---------- Authentication, legal and standalone payment ---------- */
.ui-092.auth-body {
    min-height: 100vh;
    background: #eef2f7;
}
.ui-092 .auth-shell,
.ui-092 .register-shell,
.ui-092 .register-shell-v52 {
    background: #eef2f7;
}
.ui-092 .auth-visual {
    background: linear-gradient(145deg, #132d50, #1c5793);
}
.ui-092 .auth-card,
.ui-092 .register-card,
.ui-092 .register-card-v52,
.ui-092 .auth-help-card {
    border: 1px solid #dbe3ec;
    border-radius: 18px;
    box-shadow: 0 18px 50px rgba(15,23,42,.10);
}
.ui-092 .auth-card { padding: 30px; }
.ui-092 .auth-card-title h1,
.ui-092 .register-heading h1 { font-size: 24px; letter-spacing: -.02em; }
.ui-092 .auth-field,
.ui-092 .register-field { margin-bottom: 15px; }
.ui-092 .auth-legal-links-v90 { gap: 10px; }
.ui-092 .legal-shell-v90 { max-width: 920px; }
.ui-092 .legal-document-v90 {
    border: 1px solid var(--ui-border);
    border-radius: 16px;
    box-shadow: var(--ui-shadow-1);
}
.ui-092 .payment-qr-card,
.ui-092 .payment-order-card,
.ui-092 .fixed-checkout-card {
    border: 1px solid var(--ui-border);
    border-radius: 16px;
    box-shadow: var(--ui-shadow-1);
}

/* ---------- Motion and interaction discipline ---------- */
@media (prefers-reduced-motion: no-preference) {
    .ui-092 .menu a,
    .ui-092 .btn,
    .ui-092 .panel,
    .ui-092 .project-item,
    .ui-092 .article-row,
    .ui-092 .review-card { transition-duration: .15s; }
}
@media (prefers-reduced-motion: reduce) {
    .ui-092 *,
    .ui-092 *::before,
    .ui-092 *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 1360px) {
    .ui-092 .global-search { width: 190px; }
    .ui-092 .global-search kbd { display: none; }
    .ui-092 .project-switcher { width: 170px; }
    .ui-092 .top-user-text { display: none; }
    .ui-092 .setup-steps { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .ui-092 .metric-grid,
    .ui-092 .admin-metric-grid,
    .ui-092 .finance-summary-grid,
    .ui-092 .launch-check-metrics-v90,
    .ui-092 .geo-kpi-grid-v87,
    .ui-092 .matrix-stat-grid-v86,
    .ui-092 .monitor-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ui-092 .source-gap-grid-v88,
    .ui-092 .service-vendor-grid-v89,
    .ui-092 .vendor-preset-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 1180px) {
    .ui-092 .topbar { padding-inline: 18px; }
    .ui-092 .global-search { display: none; }
    .ui-092 .password-warning-chip { display: none; }
    .ui-092 .page-grid.brand-layout,
    .ui-092 .page-grid.settings-layout,
    .ui-092 .page-grid.project-layout,
    .ui-092 .article-editor-page-v83,
    .ui-092 .admin-model-layout,
    .ui-092 .matrix-two-col-v86,
    .ui-092 .finance-split-page,
    .ui-092 .recharge-layout,
    .ui-092 .finance-recharge-layout,
    .ui-092 .profile-grid,
    .ui-092 .two-column,
    .ui-092 .admin-two-column {
        grid-template-columns: 1fr;
    }
    .ui-092 .side-stack,
    .ui-092 .article-editor-aside,
    .ui-092 .admin-model-form-panel { position: static; }
    .ui-092 .article-editor-aside { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ui-092 .article-editor-aside > * { min-width: 0; }
    .ui-092 .user-filter-grid-v70 { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ui-092 .user-filter-grid-v70 .wide,
    .ui-092 .user-filter-grid-v70 .filter-actions { grid-column: 1 / -1; }
}

@media (max-width: 1024px) {
    .ui-092 .sidebar {
        width: 270px;
        transform: translateX(-105%);
        box-shadow: 20px 0 55px rgba(10,25,48,.28);
    }
    .ui-092.sidebar-open .sidebar,
    .ui-092 body.sidebar-open .sidebar,
    body.ui-092.sidebar-open .sidebar { transform: translateX(0); }
    .ui-092 .main { margin-left: 0; }
    .ui-092 .mobile-menu-button { display: inline-grid; place-items: center; }
    .ui-092 .content { padding: 22px 18px 40px; }
    .ui-092 .project-switcher { display: none; }
    .ui-092 .mobile-project-shortcut {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 3px;
        color: var(--ui-muted);
        font-size: 9px;
    }
    .ui-092 .mobile-project-shortcut strong {
        max-width: 220px;
        overflow: hidden;
        color: var(--ui-brand);
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ui-092 .topbar-page-hint { display: none; }
    .ui-092 .welcome-visual { display: none; }
    .ui-092 .welcome-panel > div:first-child { max-width: 100%; }
    .ui-092 .setup-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ui-092 .matrix-model-grid-v86,
    .ui-092 .matrix-channel-grid-v89,
    .ui-092 .launch-guide-grid-v90,
    .ui-092 .capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .ui-092 { font-size: 13px; }
    .ui-092 .topbar {
        min-height: 62px;
        align-items: center;
        gap: 8px;
        padding: 9px 12px;
    }
    .ui-092 .topbar-left { min-width: 0; flex: 1; }
    .ui-092 .topbar h1 {
        overflow: hidden;
        font-size: 17px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .ui-092 .topbar-right { gap: 5px; }
    .ui-092 .quick-create,
    .ui-092 .topbar-divider,
    .ui-092 .notification-button { display: none; }
    .ui-092 .top-user-menu > summary { padding: 0; }
    .ui-092 .top-user-profile > svg { display: none; }
    .ui-092 .content { padding: 16px 12px 30px; }
    .ui-092 .page-surface > * + * { margin-top: 14px; }
    .ui-092 .panel { padding: 16px; border-radius: 13px; }
    .ui-092 .section-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 14px;
    }
    .ui-092 .section-heading.compact { align-items: stretch; }
    .ui-092 .section-heading h2 { font-size: 16px; }
    .ui-092 .section-heading .count-chip { align-self: flex-start; }
    .ui-092 .form-grid,
    .ui-092 .form-grid.three,
    .ui-092 .form-grid.four { grid-template-columns: 1fr; }
    .ui-092 .form-grid .wide { grid-column: auto; }
    .ui-092 .form-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .ui-092 .form-actions .btn { width: 100%; }
    .ui-092 .row-actions { justify-content: flex-start; }
    .ui-092 .welcome-panel { min-height: 0; padding: 24px 20px; }
    .ui-092 .welcome-panel h2 { font-size: 22px; }
    .ui-092 .welcome-panel p { font-size: 12px; }
    .ui-092 .welcome-actions .btn { width: 100%; }
    .ui-092 .setup-steps,
    .ui-092 .metric-grid,
    .ui-092 .admin-metric-grid,
    .ui-092 .finance-summary-grid,
    .ui-092 .launch-check-metrics-v90,
    .ui-092 .geo-kpi-grid-v87,
    .ui-092 .matrix-stat-grid-v86,
    .ui-092 .monitor-metrics,
    .ui-092 .source-gap-grid-v88,
    .ui-092 .service-vendor-grid-v89,
    .ui-092 .vendor-preset-grid,
    .ui-092 .matrix-model-grid-v86,
    .ui-092 .matrix-channel-grid-v89,
    .ui-092 .launch-guide-grid-v90,
    .ui-092 .capability-grid,
    .ui-092 .about-quick-links,
    .ui-092 .article-editor-aside,
    .ui-092 .service-mode-grid-v89 { grid-template-columns: 1fr; }
    .ui-092 .article-row-v83,
    .ui-092 .review-card {
        grid-template-columns: 48px minmax(0,1fr);
    }
    .ui-092 .article-row-v83 .article-actions-v83,
    .ui-092 .review-card .review-card-actions {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .ui-092 .review-card .review-check { position: absolute; top: 14px; right: 14px; }
    .ui-092 .article-actions-v83 .btn,
    .ui-092 .review-card-actions .btn { width: 100%; }
    .ui-092 .matrix-billing-bar-v86 {
        bottom: 8px;
        align-items: stretch;
        flex-direction: column;
    }
    .ui-092 .matrix-billing-bar-v86 .btn { width: 100%; }
    .ui-092 .content-gap-list-v88 > article,
    .ui-092 .admin-model-row { grid-template-columns: 1fr; }
    .ui-092 .content-gap-side-v88 { min-width: 0; }
    .ui-092 .admin-model-prices { grid-template-columns: 1fr; }
    .ui-092 .preset-amounts { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ui-092 .user-filter-grid-v70 { grid-template-columns: 1fr; }
    .ui-092 .user-filter-grid-v70 .wide,
    .ui-092 .user-filter-grid-v70 .filter-actions { grid-column: auto; }
    .ui-092 .flash { top: 72px; left: 12px; right: 12px; min-width: 0; }
    .ui-092 .auth-card { padding: 24px 20px; }
    .ui-092 .legal-document-v90 { border-radius: 12px; }
}

@media (max-width: 480px) {
    .ui-092 .mobile-project-shortcut strong { max-width: 145px; }
    .ui-092 .setup-steps { grid-template-columns: 1fr; }
    .ui-092 .metric-card { min-height: 92px; }
    .ui-092 .article-row-v83,
    .ui-092 .review-card { grid-template-columns: 1fr; }
    .ui-092 .quality-score,
    .ui-092 .article-quality-score-v83 { width: 46px; height: 46px; }
    .ui-092 .article-row-v83 .article-actions-v83,
    .ui-092 .review-card .review-card-actions { grid-template-columns: 1fr; }
    .ui-092 .pagination-bar,
    .ui-092 .pagination-bar-v70 { align-items: stretch; flex-direction: column; }
    .ui-092 .page-size-form { justify-content: space-between; }
}

/* ---------- Standalone error / denied surfaces ---------- */
.ui-092.error-page-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #eef2f7;
}
.ui-092 .error-page-card,
.ui-092 .access-denied-card {
    width: min(520px,100%);
    padding: 30px;
    border: 1px solid var(--ui-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--ui-shadow-2);
    text-align: center;
}
.ui-092 .error-page-card img { width: 48px; height: 48px; object-fit: contain; }
.ui-092 .error-status {
    display: block;
    margin-top: 16px;
    color: var(--ui-danger);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
}
.ui-092 .error-page-card h1,
.ui-092 .access-denied-card h2 { margin: 8px 0 9px; font-size: 23px; }
.ui-092 .error-page-card p,
.ui-092 .access-denied-card p { margin: 0; color: var(--ui-muted); line-height: 1.7; }
.ui-092 .error-page-card > small { display: block; margin-top: 9px; color: var(--ui-faint); }
.ui-092 .error-page-actions,
.ui-092 .access-denied-card > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 22px;
}
.ui-092 .error-page-actions :where(a,button) {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--ui-border);
    border-radius: 9px;
    color: var(--ui-text-2);
    background: #fff;
    font-size: 12px;
    font-weight: 700;
}
.ui-092 .error-page-actions a { border-color: var(--ui-brand); color: #fff; background: var(--ui-brand); }
.ui-092 .error-request-id {
    margin-top: 20px !important;
    padding-top: 14px;
    border-top: 1px solid var(--ui-border);
    font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}
.ui-092 .access-denied-card { margin: 60px auto; }
.ui-092 .access-denied-card > span {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    border-radius: 14px;
    color: var(--ui-warning);
    background: var(--ui-warning-soft);
    font-size: 24px;
    font-weight: 800;
}

/* ---------- Legal documents ---------- */
.ui-092.legal-body-v90 { padding: 24px 16px 40px; background: #eef2f7; }
.ui-092 .legal-shell-v90 { width: min(920px,100%); margin: 0 auto; }
.ui-092 .legal-header-v90 {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    padding: 10px 14px;
    border: 1px solid var(--ui-border);
    border-radius: 13px;
    background: rgba(255,255,255,.96);
}
.ui-092 .legal-brand-v90 { min-width: 0; display: flex; align-items: center; gap: 9px; }
.ui-092 .legal-brand-v90 img { width: 34px; height: 34px; border-radius: 9px; object-fit: contain; }
.ui-092 .legal-brand-v90 strong,
.ui-092 .legal-brand-v90 small { display: block; }
.ui-092 .legal-brand-v90 strong { font-size: 12px; }
.ui-092 .legal-brand-v90 small { margin-top: 2px; color: var(--ui-muted); font-size: 9px; }
.ui-092 .legal-header-v90 nav { display: flex; flex-wrap: wrap; gap: 5px; }
.ui-092 .legal-header-v90 nav a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 8px;
    color: var(--ui-muted);
    font-size: 10px;
    font-weight: 700;
}
.ui-092 .legal-header-v90 nav a:hover { background: var(--ui-surface-hover); }
.ui-092 .legal-header-v90 nav a.active { color: var(--ui-brand); background: var(--ui-brand-soft); }
.ui-092 .legal-document-v90 { padding: 36px 42px; }
.ui-092 .legal-title-v90 { padding-bottom: 22px; border-bottom: 1px solid var(--ui-border); }
.ui-092 .legal-title-v90 > span { color: var(--ui-brand); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.ui-092 .legal-title-v90 h1 { margin: 8px 0; font-size: 30px; letter-spacing: -.03em; }
.ui-092 .legal-title-v90 p { margin: 0; color: var(--ui-muted); font-size: 11px; }
.ui-092 .legal-notice-v90 { margin: 22px 0; padding: 15px 16px; border: 1px solid #f0d7aa; border-radius: 10px; background: var(--ui-warning-soft); }
.ui-092 .legal-notice-v90 strong { color: var(--ui-warning); }
.ui-092 .legal-notice-v90 p { margin: 5px 0 0; color: #77582b; line-height: 1.7; }
.ui-092 .legal-document-v90 article { padding: 17px 0; border-bottom: 1px solid #edf1f5; }
.ui-092 .legal-document-v90 article:last-child { border-bottom: 0; }
.ui-092 .legal-document-v90 article h2 { margin: 0 0 8px; font-size: 16px; }
.ui-092 .legal-document-v90 article p { margin: 0; color: var(--ui-text-2); font-size: 12px; line-height: 1.9; }
.ui-092 .legal-footer-v90 { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding: 18px; color: var(--ui-muted); font-size: 10px; }

/* ---------- Standalone checkout pages ---------- */
.ui-092.fixed-checkout-body,
.ui-092.wechat-checkout-body,
.ui-092.douyin-checkout-body,
.ui-092.payment-native-page {
    min-height: 100vh;
    padding: 24px;
    background: #eef2f7;
}
.ui-092 .fixed-checkout-shell,
.ui-092 .wechat-checkout-shell,
.ui-092 .douyin-checkout-shell { width: min(900px,100%); margin: 0 auto; }
.ui-092 .fixed-checkout-card { width: min(520px,100%); margin: 0 auto; padding: 26px; }
.ui-092 .fixed-checkout-brand { display: flex; align-items: center; gap: 12px; }
.ui-092 .fixed-checkout-brand > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #1677ff; font-weight: 800; }
.ui-092 .fixed-checkout-brand strong,
.ui-092 .fixed-checkout-brand small { display: block; }
.ui-092 .fixed-checkout-brand small { margin-top: 3px; color: var(--ui-muted); }
.ui-092 .fixed-checkout-warning { margin: 18px 0; padding: 13px 14px; border: 1px solid #f0d7aa; border-radius: 10px; background: var(--ui-warning-soft); }
.ui-092 .fixed-checkout-warning p { margin: 5px 0 0; color: #77582b; }
.ui-092 .fixed-checkout-amount { padding: 20px 0; text-align: center; }
.ui-092 .fixed-checkout-amount span,
.ui-092 .fixed-checkout-amount strong { display: block; }
.ui-092 .fixed-checkout-amount span { color: var(--ui-muted); }
.ui-092 .fixed-checkout-amount strong { margin-top: 4px; font-size: 36px; }
.ui-092 .fixed-checkout-card dl { margin: 0 0 18px; }
.ui-092 .fixed-checkout-card dl > div { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--ui-border); }
.ui-092 .fixed-checkout-card dt { color: var(--ui-muted); }
.ui-092 .fixed-checkout-card dd { margin: 0; text-align: right; overflow-wrap: anywhere; }
.ui-092 .fixed-checkout-card form + .btn { width: 100%; margin-top: 8px; }
.ui-092 .fixed-checkout-foot { margin: 16px 0 0; color: var(--ui-muted); font-size: 10px; line-height: 1.6; }
.ui-092 .wechat-checkout-card,
.ui-092 .douyin-checkout-card { border-radius: 16px; border: 1px solid var(--ui-border); box-shadow: var(--ui-shadow-2); overflow: clip; }
.ui-092 .wechat-checkout-header,
.ui-092 .douyin-checkout-header { padding: 22px; }
.ui-092 .wechat-checkout-main,
.ui-092 .douyin-checkout-main { gap: 22px; padding: 22px; }

@media (max-width: 760px) {
    .ui-092 .legal-header-v90 { align-items: stretch; flex-direction: column; }
    .ui-092 .legal-header-v90 nav { overflow-x: auto; flex-wrap: nowrap; }
    .ui-092 .legal-header-v90 nav a { white-space: nowrap; }
    .ui-092 .legal-document-v90 { padding: 24px 18px; }
    .ui-092 .legal-title-v90 h1 { font-size: 24px; }
    .ui-092.fixed-checkout-body,
    .ui-092.wechat-checkout-body,
    .ui-092.douyin-checkout-body,
    .ui-092.payment-native-page { padding: 12px; }
    .ui-092 .error-page-actions { flex-direction: column; }
    .ui-092 .error-page-actions :where(a,button) { width: 100%; }
}

/* ========================================================================== 
   GEO-UX-093 — Wide-screen utilization and legibility hotfix
   Keeps the GEO-UX-093 component system, but removes the oversized desktop
   gutters and restores readable operation density on 1600–2560px screens.
   ========================================================================== */
.ui-092 {
    --ui-content-max: 1760px;
}

.ui-092 .content {
    padding-inline: clamp(18px, 1.7vw, 34px);
}

/* Legacy modules used 9–11px extensively. In a commercial admin product this
   becomes difficult to scan on high-resolution monitors, so the final UI layer
   establishes a practical minimum without changing component structure. */
.ui-092 .content {
    font-size: 14px;
}
.ui-092 .content :where(p, li, dd, dt, td, th) {
    font-size: 13px;
}
.ui-092 .content :where(label > span, .field-label, .form-label) {
    font-size: 12px;
}
.ui-092 .content :where(input, select, textarea) {
    font-size: 13px;
}
.ui-092 .content :where(.btn, button) {
    font-size: 13px;
}
.ui-092 .content :where(small, .help-text, .hint, .muted) {
    font-size: 11px;
}
.ui-092 .content :where(.eyebrow, .status-badge, .keyword-chip, .count-chip) {
    font-size: 11px;
}
.ui-092 .content :where(h2) {
    font-size: clamp(18px, 1.15vw, 22px);
}
.ui-092 .content :where(h3) {
    font-size: clamp(15px, .95vw, 18px);
}

/* Monitoring/report pages use the extra desktop width instead of leaving a
   large unused second row of KPI cards. */
@media (min-width: 1600px) {
    .ui-092 .geo-kpi-grid-v87 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .ui-092 .monitor-metrics {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .ui-092 .matrix-stat-grid-v86 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (min-width: 2200px) {
    .ui-092 {
        --ui-content-max: 1940px;
    }
}
