[v-cloak] {
    display: none !important;
}

body.uc-shell-ready .uc-startup-fallback {
    display: none !important;
}

body:not(.uc-shell-boot-failed):has(#app:not([v-cloak])) .uc-startup-fallback {
    display: none !important;
}

body.uc-shell-boot-failed .uc-startup-fallback {
    display: grid !important;
}

.uc-route-shell-page {
    min-height: 100vh;
    margin: 0;
    background: #f4f8ff;
    color: #172033;
    font-family: "Microsoft YaHei", "微软雅黑", "Noto Sans CJK SC", "Source Han Sans CN", Arial, sans-serif;
    overflow-x: hidden;
}

.uc-startup-fallback {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: #f4f8ff;
}

.uc-startup-panel {
    width: min(420px, 100%);
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 28px 24px;
    border: 1px solid rgba(214, 227, 243, 0.9);
    border-radius: 18px;
    color: #172033;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 42px rgba(31, 76, 132, 0.08);
    text-align: center;
}

.uc-startup-mark {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff;
    background: #2f7dff;
    font-weight: 900;
}

.uc-startup-panel strong {
    font-size: 18px;
}

.uc-startup-panel p {
    margin: 0;
    color: #748198;
    font-size: 14px;
    line-height: 1.6;
}

.uc-startup-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.uc-startup-actions button,
.uc-startup-actions a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.uc-shell-boot-failed .uc-startup-panel {
    border-color: rgba(239, 68, 68, 0.22);
}

.uc-shell-boot-failed .uc-startup-mark {
    background: #ef4444;
}

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

.uc-local-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    flex: 0 0 auto;
    color: inherit;
    background: currentColor;
    -webkit-mask: var(--uc-icon-url) center / contain no-repeat;
    mask: var(--uc-icon-url) center / contain no-repeat;
}

.uc-topbar {
    height: 72px;
    display: grid;
    grid-template-columns: 220px minmax(260px, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 0 26px;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(210, 220, 238, 0.86);
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(14px);
}

.uc-brand,
.uc-top-actions,
.uc-pill-btn,
.uc-avatar-btn,
.uc-search {
    display: flex;
    align-items: center;
}

.uc-brand {
    gap: 10px;
    color: #102033;
    text-decoration: none;
}

.uc-brand-mark {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #2f7dff;
    border-radius: 10px;
    font-weight: 900;
}

.uc-brand strong {
    font-size: 22px;
    font-weight: 900;
}

.uc-search {
    justify-self: end;
    width: min(420px, 100%);
    height: 42px;
    gap: 10px;
    padding: 0 16px;
    border-radius: 999px;
    color: #8793a7;
    background: #f3f6fb;
}

.uc-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #172033;
    background: transparent;
    font-size: 14px;
}

.uc-top-actions {
    gap: 10px;
}

.uc-pill-btn,
.uc-avatar-btn {
    min-height: 40px;
    gap: 8px;
    border: 1px solid rgba(210, 220, 238, 0.9);
    border-radius: 999px;
    color: #334155;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
}

.uc-pill-btn {
    padding: 0 14px;
}

.uc-avatar-btn {
    padding: 0 12px 0 5px;
}

.uc-avatar-btn span {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f7dff, #58c7ff);
}

.uc-shell-main {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) 310px;
    gap: 18px;
    padding: 18px 22px 42px;
}

.uc-rail {
    min-height: calc(100vh - 108px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px 8px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(244, 250, 255, 0.98), rgba(235, 246, 255, 0.94));
    border: 1px solid rgba(214, 227, 243, 0.8);
}

.uc-rail-item {
    min-height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #526075;
    border: 0;
    border-radius: 18px;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.uc-rail-item .uc-local-icon {
    width: 20px;
    height: 20px;
}

.uc-rail-item:hover,
.uc-rail-item.active {
    color: #2563eb;
    background: #fff;
    box-shadow: 0 10px 24px rgba(47, 125, 255, 0.12);
}

.uc-rail-spacer {
    flex: 1;
}

.uc-workspace,
.uc-side,
.uc-page-grid {
    display: grid;
    gap: 16px;
    align-content: start;
}

.uc-page-titlebar {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 22px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 14px 34px rgba(31, 76, 132, 0.06);
}

.uc-page-titlebar span {
    color: #2f7dff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
}

.uc-page-titlebar h1 {
    margin: 3px 0 4px;
    color: #172033;
    font-size: 24px;
    line-height: 1.2;
}

.uc-page-titlebar p {
    margin: 0;
    color: #748198;
    font-size: 13px;
    line-height: 1.55;
}

.uc-page-titlebar-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.uc-page-titlebar-actions button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 14px;
    border: 1px solid rgba(47, 125, 255, 0.18);
    border-radius: 999px;
    color: #2563eb;
    background: #edf4ff;
    cursor: pointer;
    font-weight: 900;
}

.uc-page-titlebar-actions .uc-local-icon {
    width: 18px;
    height: 18px;
}

.uc-banner {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 8px 20px;
    border-radius: 18px;
    color: #23543d;
    background: linear-gradient(90deg, #dff9ef, #fff2bd, #dff7ff);
    overflow: hidden;
}

.uc-banner span,
.uc-banner strong {
    margin-right: 14px;
}

.uc-banner button,
.uc-card-head button,
.uc-hero button {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    cursor: pointer;
    font-weight: 800;
}

.uc-section-tabs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(94px, 1fr);
    gap: 10px;
    padding: 10px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(214, 227, 243, 0.8);
    overflow-x: auto;
}

.uc-section-tabs button {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 16px;
    color: #526075;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
    white-space: nowrap;
}

.uc-section-tabs button.active {
    color: #2563eb;
    background: #eaf2ff;
}

.uc-section-tabs button,
.uc-rail-item,
.uc-pill-btn,
.uc-avatar-btn,
.uc-page-titlebar-actions button,
.uc-file-actions button,
.uc-file-row,
.uc-transfer-list article,
.uc-setting-grid button,
.uc-operate-actions button,
.uc-quick-grid button,
.uc-message-item {
    transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.uc-section-tabs button:hover,
.uc-pill-btn:hover,
.uc-avatar-btn:hover,
.uc-page-titlebar-actions button:hover,
.uc-file-actions button:hover,
.uc-file-row:hover,
.uc-transfer-list article:hover,
.uc-setting-grid button:hover,
.uc-operate-actions button:hover,
.uc-quick-grid button:hover,
.uc-message-item:hover {
    border-color: rgba(47, 125, 255, 0.30);
    background: #f4f8ff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
    transform: translateY(-1px);
}

.uc-card {
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 42px rgba(31, 76, 132, 0.08);
}

.uc-page-grid {
    grid-template-columns: minmax(0, 1fr);
}

.uc-hero {
    min-height: 168px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 34px;
    background:
        radial-gradient(circle at 86% 20%, rgba(113, 194, 255, 0.32) 0 86px, transparent 87px),
        linear-gradient(135deg, #ffffff, #eef7ff);
}

.uc-hero span {
    display: block;
    color: #2f7dff;
    font-weight: 900;
}

.uc-hero h1 {
    max-width: 660px;
    margin: 8px 0;
    font-size: 34px;
    line-height: 1.22;
    letter-spacing: 0;
}

.uc-hero p,
.uc-storage-row span,
.uc-card-head span,
.uc-metric-grid em,
.uc-setting-grid span,
.uc-service-row em {
    color: #748198;
    font-size: 13px;
    line-height: 1.6;
    font-style: normal;
}

.uc-card-head {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 22px;
}

.uc-card-head h2 {
    margin: 0;
    font-size: 18px;
}

.uc-file-head {
    min-height: 58px;
}

.uc-file-head > div:first-child {
    min-width: 0;
}

.uc-file-head > div:first-child span {
    display: block;
    margin-top: 3px;
}

.uc-file-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.uc-file-actions button {
    min-height: 34px;
    gap: 6px;
    padding: 0 12px;
    border: 1px solid rgba(47, 125, 255, 0.16);
    border-radius: 999px;
    color: #2563eb;
    background: #edf4ff;
    box-shadow: none;
}

.uc-file-actions .uc-local-icon {
    width: 18px;
    height: 18px;
}

.uc-file-actions strong {
    font-size: 13px;
}

.uc-todo-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin: 0 22px 22px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(90deg, #2f7dff, #37bddb, #39c787);
}

.uc-todo-strip button {
    min-height: 96px;
    display: grid;
    place-items: center;
    gap: 5px;
    border: 0;
    color: #fff;
    background: transparent;
    cursor: pointer;
}

.uc-todo-strip strong {
    font-size: 32px;
}

.uc-metric-grid,
.uc-quick-grid,
.uc-setting-grid {
    display: grid;
    gap: 12px;
}

.uc-metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 22px 22px;
}

.uc-metric-grid article {
    min-height: 124px;
    padding: 18px;
    border-radius: 16px;
    background: #f7fbff;
    border: 1px solid rgba(214, 227, 243, 0.82);
}

.uc-metric-grid span,
.uc-setting-grid strong {
    color: #334155;
    font-weight: 900;
}

.uc-metric-grid strong {
    display: block;
    margin: 10px 0 4px;
    font-size: 28px;
}

.uc-storage-row {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 22px 24px;
}

.uc-storage-ring {
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background:
        radial-gradient(circle closest-side, #fff 73%, transparent 74%),
        conic-gradient(#2f7dff var(--uc-percent), #e6eef8 0);
}

.uc-storage-ring strong {
    font-size: 20px;
}

.uc-wide-card {
    min-height: calc(100vh - 210px);
}

.uc-setting-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 22px 18px;
}

.uc-hidden-input {
    position: fixed;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.uc-file-list,
.uc-transfer-list {
    display: grid;
    gap: 8px;
    padding: 0 22px 22px;
}

.uc-drop-active .uc-wide-card {
    border-color: rgba(47, 125, 255, 0.48);
    box-shadow: 0 14px 30px rgba(47, 125, 255, 0.12);
}

.uc-file-row,
.uc-transfer-list article {
    min-height: 54px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 16px;
    color: #172033;
    background: #fff;
    text-align: left;
}

.uc-file-main {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.uc-file-type-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.uc-file-info {
    min-width: 0;
}

.uc-file-name-btn,
.uc-transfer-list strong {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    overflow: hidden;
    color: #172033;
    background: transparent;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uc-file-name-btn:hover {
    color: #2563eb;
}

.uc-file-list em,
.uc-transfer-list em {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: #748198;
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uc-file-info small {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
    overflow: hidden;
    color: #8090a6;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
}

.uc-file-pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 2px 0;
    color: #748198;
    font-size: 12px;
    font-weight: 800;
}

.uc-file-pager div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.uc-file-pager button {
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(214, 227, 243, 0.94);
    border-radius: 999px;
    color: #2563eb;
    background: #fff;
    cursor: pointer;
    font-weight: 900;
}

.uc-file-pager button:disabled {
    color: #a6b0c0;
    background: #f5f7fb;
    cursor: not-allowed;
}

.uc-file-info small b {
    flex: 0 0 auto;
    padding: 2px 6px;
    border-radius: 999px;
    color: #2563eb;
    background: #eaf2ff;
    font-size: 11px;
}

.uc-file-info small span {
    overflow: hidden;
    text-overflow: ellipsis;
}

.uc-file-kind-folder {
    color: #b45309 !important;
    background: #fff7df !important;
}

.uc-file-kind-image,
.uc-file-kind-video,
.uc-file-kind-audio {
    color: #0f766e !important;
    background: #e7fbf7 !important;
}

.uc-file-kind-pdf {
    color: #dc2626 !important;
    background: #fff1f2 !important;
}

.uc-file-row-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.uc-file-row-actions > span,
.uc-transfer-list b {
    color: #748198;
    font-size: 12px;
    font-weight: 800;
}

.uc-transfer-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.uc-file-row-actions button {
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(214, 227, 243, 0.94);
    border-radius: 999px;
    color: #33506f;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.uc-file-row-actions button:first-of-type {
    color: #2563eb;
    background: #edf4ff;
    border-color: rgba(47, 125, 255, 0.16);
}

.uc-file-row-actions button:disabled {
    color: #a6b0c0;
    background: #f5f7fb;
    cursor: not-allowed;
}

.uc-preview-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 160;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: rgba(31, 58, 99, 0.24);
    background-image:
        radial-gradient(circle at 26% 18%, rgba(219, 234, 254, 0.46), transparent 34%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.24), rgba(255, 255, 255, 0.12));
    backdrop-filter: blur(12px) saturate(145%);
    -webkit-backdrop-filter: blur(12px) saturate(145%);
    animation: uc-shell-overlay-in 0.22s ease-out both;
}

.uc-preview-modal {
    width: min(960px, 100%);
    height: min(720px, 86vh);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(214, 227, 243, 0.92);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16), 0 8px 24px rgba(47, 125, 255, 0.1);
    animation: uc-shell-modal-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.uc-preview-header {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(214, 227, 243, 0.86);
}

.uc-preview-header span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 900;
}

.uc-preview-header button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #526075;
    background: #f3f6fb;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.uc-preview-content {
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    background: #f7fbff;
}

.uc-preview-loading {
    color: #748198;
    font-weight: 800;
}

.uc-preview-image,
.uc-preview-video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.uc-preview-frame {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
}

.uc-preview-audio,
.uc-preview-unsupported {
    display: grid;
    justify-items: center;
    gap: 14px;
    padding: 28px;
    color: #526075;
    text-align: center;
}

.uc-preview-audio audio {
    width: min(520px, 78vw);
}

.uc-preview-text,
.uc-preview-document {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 22px;
    color: #172033;
    background: #fff;
    white-space: pre-wrap;
    word-break: break-word;
}

.uc-preview-unsupported strong {
    color: #172033;
}

.uc-preview-unsupported button {
    min-height: 36px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    cursor: pointer;
    font-weight: 900;
}

.uc-plus-upload {
    width: 38px;
    min-width: 38px;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(47, 125, 255, 0.22);
}

.uc-upload-anchor {
    position: relative;
    z-index: 90;
}

.uc-upload-click-away {
    position: fixed;
    inset: 0;
    z-index: 70;
    border: 0;
    background: transparent;
    cursor: default;
}

.uc-upload-choice {
    position: absolute;
    top: calc(100% + 9px);
    right: 0;
    z-index: 95;
    width: 238px;
    overflow: visible;
    border: 1px solid rgba(210, 224, 244, 0.92);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16), 0 2px 8px rgba(47, 125, 255, 0.08);
}

.uc-upload-choice::before {
    content: "";
    position: absolute;
    top: -6px;
    right: 17px;
    width: 12px;
    height: 12px;
    border-top: 1px solid rgba(210, 224, 244, 0.92);
    border-left: 1px solid rgba(210, 224, 244, 0.92);
    background: #fff;
    transform: rotate(45deg);
}

.uc-upload-choice-list {
    display: grid;
    gap: 6px;
    padding: 8px;
    overflow: hidden;
    border-radius: 16px;
}

.uc-upload-choice-option {
    position: relative;
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 9px;
    border: 1px solid rgba(226, 234, 247, 0.9);
    border-radius: 13px;
    color: #172033;
    background: rgba(255, 255, 255, 0.92);
    appearance: none;
    font: inherit;
    cursor: pointer;
    text-align: left;
    user-select: none;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.uc-upload-choice-option:hover,
.uc-upload-choice-option:focus-visible {
    border-color: rgba(47, 125, 255, 0.32);
    background: linear-gradient(135deg, #f7fbff 0%, #edf5ff 100%);
    box-shadow: 0 10px 22px rgba(47, 125, 255, 0.12);
    outline: none;
    transform: translateY(-1px);
}

.uc-upload-choice-icon {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.32), 0 8px 18px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.uc-upload-choice-icon::after {
    content: "";
    position: absolute;
    inset: 2px 2px auto auto;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.uc-upload-choice-icon .uc-local-icon {
    width: 19px;
    height: 19px;
    position: relative;
    z-index: 1;
}

.uc-upload-choice-icon.blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.uc-upload-choice-icon.amber {
    background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
}

.uc-upload-choice-icon.green {
    background: linear-gradient(135deg, #22c55e 0%, #14b8a6 100%);
}

.uc-upload-choice-option > div {
    min-width: 0;
    flex: 1 1 auto;
}

.uc-upload-choice-list strong,
.uc-upload-choice-list em {
    display: block;
}

.uc-upload-choice-list strong {
    font-size: 14px;
    font-weight: 900;
}

.uc-upload-choice-list em {
    margin-top: 2px;
    color: #748198;
    font-style: normal;
    font-size: 11px;
    line-height: 1.4;
}

.uc-upload-choice-arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #6d7c95;
    background: #eef4ff;
    font-size: 18px;
    line-height: 1;
}

.uc-message-panel {
    display: grid;
    gap: 16px;
    padding: 0 22px 22px;
}

.uc-message-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.uc-message-summary article {
    padding: 14px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 16px;
    background: #f8fbff;
}

.uc-message-summary strong {
    display: block;
    color: #2563eb;
    font-size: 24px;
}

.uc-message-summary span,
.uc-message-empty {
    color: #748198;
    font-size: 12px;
    font-weight: 800;
}

.uc-message-section {
    display: grid;
    gap: 8px;
}

.uc-message-title {
    color: #172033;
    font-weight: 900;
}

.uc-message-item {
    min-height: 58px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 16px;
    color: #172033;
    background: #fff;
    cursor: pointer;
    text-align: left;
}

.uc-message-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
}

.uc-message-dot.unread {
    background: #2f7dff;
    box-shadow: 0 0 0 4px rgba(47, 125, 255, 0.12);
}

.uc-message-item strong,
.uc-message-item em {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uc-message-item em {
    margin-top: 3px;
    color: #748198;
    font-size: 12px;
    font-style: normal;
}

.uc-message-item time {
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}

.uc-detail-modal-mask {
    position: fixed;
    inset: 0;
    z-index: 170;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(31, 58, 99, 0.2);
    background-image:
        radial-gradient(circle at 26% 18%, rgba(219, 234, 254, 0.48), transparent 34%),
        linear-gradient(180deg, rgba(248, 251, 255, 0.28), rgba(255, 255, 255, 0.14));
    backdrop-filter: blur(12px) saturate(145%);
    -webkit-backdrop-filter: blur(12px) saturate(145%);
    animation: uc-shell-overlay-in 0.22s ease-out both;
}

.uc-detail-modal {
    width: min(520px, 100%);
    max-height: min(680px, 88vh);
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(214, 227, 243, 0.92);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.16), 0 8px 24px rgba(47, 125, 255, 0.1);
    animation: uc-shell-modal-in 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes uc-shell-overlay-in {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes uc-shell-modal-in {
    from { opacity: 0; transform: translateY(18px) scale(0.975); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.uc-detail-header {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(214, 227, 243, 0.86);
}

.uc-detail-header h3 {
    margin: 0;
    font-size: 17px;
}

.uc-detail-header button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    color: #526075;
    background: #f3f6fb;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
}

.uc-detail-body {
    display: grid;
    gap: 16px;
    padding: 18px;
}

.uc-detail-title {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.uc-detail-title strong,
.uc-message-detail b {
    display: block;
    color: #172033;
    font-size: 18px;
}

.uc-detail-title em,
.uc-message-detail time {
    display: block;
    margin-top: 4px;
    color: #748198;
    font-size: 12px;
    font-style: normal;
}

.uc-detail-body dl {
    display: grid;
    gap: 8px;
    margin: 0;
}

.uc-detail-body dl div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #f8fbff;
}

.uc-detail-body dt,
.uc-detail-body dd {
    margin: 0;
    color: #526075;
    font-size: 13px;
}

.uc-detail-body dd {
    min-width: 0;
    color: #172033;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uc-detail-actions {
    display: flex;
    gap: 10px;
}

.uc-detail-actions button {
    min-height: 36px;
    flex: 1;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    cursor: pointer;
    font-weight: 900;
}

.uc-detail-actions button:disabled {
    color: #a6b0c0;
    background: #eef2f7;
    cursor: not-allowed;
}

.uc-message-detail {
    display: grid;
    gap: 10px;
}

.uc-message-detail p {
    margin: 0;
    color: #334155;
    line-height: 1.7;
    white-space: pre-wrap;
}

.uc-transfer-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 0 22px 18px;
}

.uc-transfer-tabs button {
    min-height: 42px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 14px;
    color: #748198;
    background: #fff;
    font-weight: 900;
}

.uc-transfer-tabs button.active {
    color: #2563eb;
    background: #eaf2ff;
    border-color: #bfdbfe;
}

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

.uc-settings-summary {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0 22px 16px;
    padding: 16px 18px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 18px;
    background: #f8fbff;
}

.uc-settings-summary-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #2f7dff;
    background: #eaf2ff;
}

.uc-settings-summary-icon .uc-local-icon {
    width: 24px;
    height: 24px;
}

.uc-settings-summary strong {
    display: block;
    color: #172033;
    font-size: 16px;
    font-weight: 900;
}

.uc-settings-summary p {
    margin: 4px 0 0;
    color: #748198;
    line-height: 1.55;
}

.uc-settings-summary button {
    min-height: 38px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    font-weight: 800;
    cursor: pointer;
}

.uc-setting-grid button {
    min-height: 112px;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 6px;
    padding: 18px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 18px;
    color: #172033;
    background: #f8fbff;
    cursor: pointer;
    text-align: left;
}

.uc-setting-grid .uc-local-icon {
    color: #2f7dff;
}

.uc-empty-state {
    min-height: 280px;
    display: grid;
    place-items: center;
    margin: 0 22px 22px;
    border: 1px dashed rgba(130, 154, 190, 0.45);
    border-radius: 18px;
    color: #748198;
    text-align: center;
    background: #f8fbff;
}

.uc-empty-state .uc-empty-icon {
    width: 48px;
    height: 48px;
    display: block;
    margin: 0 auto 12px;
    color: #b7c4d8;
}

.uc-route-panel {
    padding: 0 22px 22px;
}

.uc-home-desktop-panel,
.uc-legacy-bridge {
    min-height: 360px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 12px;
    padding: 30px;
    border: 1px dashed rgba(130, 154, 190, 0.45);
    border-radius: 18px;
    color: #748198;
    text-align: center;
    background: #f8fbff;
}

.uc-home-desktop-panel .uc-empty-icon,
.uc-legacy-bridge .uc-empty-icon {
    width: 48px;
    height: 48px;
    color: #b7c4d8;
}

.uc-home-desktop-panel h3,
.uc-legacy-bridge h3 {
    margin: 0;
    color: #172033;
    font-size: 20px;
}

.uc-home-desktop-panel p,
.uc-legacy-bridge p {
    max-width: 520px;
    margin: 0;
    line-height: 1.7;
}

.uc-legacy-bridge button {
    min-height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    cursor: pointer;
    font-weight: 800;
}

.uc-operate-view {
    display: grid;
    gap: 16px;
    padding: 0 22px 22px;
}

.uc-operate-hero {
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #2f7dff, #3bc7c4);
}

.uc-operate-gold .uc-operate-hero {
    background: linear-gradient(135deg, #f59e0b, #facc15);
}

.uc-operate-green .uc-operate-hero {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.uc-operate-dark .uc-operate-hero {
    background: linear-gradient(135deg, #172033, #334155);
}

.uc-operate-red .uc-operate-hero {
    background: linear-gradient(135deg, #ef4444, #fb7185);
}

.uc-operate-purple .uc-operate-hero {
    background: linear-gradient(135deg, #6d5dfc, #38bdf8);
}

.uc-operate-hero-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #2563eb;
    background: rgba(255, 255, 255, 0.92);
}

.uc-operate-hero-icon .uc-local-icon {
    width: 30px;
    height: 30px;
}

.uc-operate-hero span,
.uc-operate-hero p {
    color: rgba(255, 255, 255, 0.82);
}

.uc-operate-hero h3 {
    margin: 3px 0 5px;
    font-size: 25px;
    line-height: 1.2;
}

.uc-operate-hero p {
    max-width: 620px;
    margin: 0;
    line-height: 1.6;
}

.uc-operate-stats,
.uc-operate-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.uc-operate-stats article {
    display: grid;
    gap: 6px;
    min-height: 104px;
    padding: 18px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 18px;
    background: #fff;
}

.uc-operate-stats span,
.uc-operate-stats em,
.uc-operate-actions em,
.uc-operate-note p {
    color: #748198;
}

.uc-operate-stats strong {
    color: #172033;
    font-size: 24px;
    line-height: 1.1;
}

.uc-operate-stats em,
.uc-operate-actions em {
    font-style: normal;
    line-height: 1.45;
}

.uc-operate-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.uc-operate-actions button {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 18px;
    color: #172033;
    background: #f8fbff;
    cursor: pointer;
    text-align: left;
}

.uc-operate-actions button:hover {
    border-color: rgba(47, 125, 255, 0.42);
    background: #eef5ff;
}

.uc-operate-actions button div {
    flex: 1;
    min-width: 0;
}

.uc-operate-actions strong {
    display: block;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 900;
}

.uc-operate-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 16px;
    background: #fff;
}

.uc-operate-note .uc-local-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin-top: 2px;
    color: #2f7dff;
}

.uc-operate-note p {
    margin: 0;
    line-height: 1.6;
}

.uc-wallet-panel {
    display: grid;
    gap: 16px;
    padding: 0 22px 22px;
}

.uc-wallet-hero {
    min-height: 148px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff, #edf5ff);
}

.uc-wallet-hero span {
    color: #8290a6;
    font-weight: 900;
}

.uc-wallet-hero h3 {
    margin: 4px 0;
    font-size: 24px;
}

.uc-wallet-hero p {
    margin: 0;
    color: #526075;
}

.uc-wallet-hero button {
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(214, 227, 243, 0.9);
    border-radius: 10px;
    color: #8290a6;
    background: #fff;
}

.uc-wallet-amount {
    display: grid;
    gap: 8px;
    padding: 22px;
    border-radius: 18px;
    background: #fff;
}

.uc-wallet-amount span {
    color: #526075;
}

.uc-wallet-amount strong {
    font-size: 40px;
}

.uc-wallet-amount div,
.uc-tabs-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.uc-wallet-amount em {
    padding: 7px 12px;
    border-radius: 999px;
    color: #526075;
    border: 1px solid rgba(47, 125, 255, 0.18);
    font-style: normal;
}

.uc-wallet-steps,
.uc-settings-profile,
.uc-transfer-overview {
    display: grid;
    gap: 10px;
}

.uc-wallet-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.uc-wallet-steps article,
.uc-settings-profile article,
.uc-transfer-overview article {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 16px;
    background: #fff;
}

.uc-wallet-steps .uc-local-icon {
    width: 24px;
    height: 24px;
    color: #2f7dff;
}

.uc-wallet-steps strong,
.uc-settings-profile strong,
.uc-transfer-overview strong {
    display: block;
    color: #172033;
    font-weight: 900;
}

.uc-wallet-steps em,
.uc-settings-profile em,
.uc-transfer-overview span {
    display: block;
    margin-top: 3px;
    color: #748198;
    font-size: 12px;
    font-style: normal;
    line-height: 1.45;
}

.uc-settings-profile {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 22px 16px;
}

.uc-settings-profile article {
    display: grid;
    align-content: center;
    gap: 4px;
}

.uc-settings-profile span {
    color: #748198;
    font-size: 12px;
    font-weight: 900;
}

.uc-transfer-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0 22px 16px;
}

.uc-transfer-overview article {
    min-height: 70px;
    justify-content: space-between;
}

.uc-transfer-overview strong {
    font-size: 24px;
}

.uc-tabs-inline {
    padding: 8px;
    border: 1px solid rgba(214, 227, 243, 0.86);
    border-radius: 14px;
}

.uc-tabs-inline button {
    min-height: 36px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    color: #526075;
    background: transparent;
    cursor: pointer;
    font-weight: 800;
}

.uc-tabs-inline button.active {
    color: #2563eb;
    background: #eaf2ff;
}

.uc-embedded-empty {
    margin: 0;
}

.uc-side {
    grid-template-columns: 1fr;
}

.uc-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0 18px 18px;
}

.uc-quick-grid button {
    min-height: 74px;
    display: grid;
    place-items: center;
    gap: 7px;
    border: 1px solid rgba(214, 227, 243, 0.82);
    border-radius: 18px;
    color: #334155;
    background: #f8fbff;
    cursor: pointer;
    font-weight: 800;
}

.uc-quick-grid .uc-local-icon {
    color: #2f7dff;
}

.uc-notice,
.uc-service-row {
    display: flex;
    gap: 12px;
    padding: 0 18px 20px;
}

.uc-notice b {
    align-self: flex-start;
    padding: 4px 8px;
    color: #2563eb;
    border-radius: 8px;
    background: #eaf2ff;
}

.uc-notice span {
    color: #334155;
    line-height: 1.7;
}

.uc-service-row > span {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2f7dff;
    border-radius: 16px;
    background: #eaf2ff;
}

.uc-service-row div {
    display: grid;
    gap: 5px;
}

.uc-mobile-mine,
.uc-mobile-home,
.uc-mobile-tabbar {
    display: none;
}

.uc-device-desktop .uc-mobile-mine,
.uc-device-desktop .uc-mobile-home,
.uc-device-desktop .uc-mobile-tabbar {
    display: none !important;
}

.uc-device-desktop .uc-desktop-only {
    display: block !important;
}

.uc-device-desktop .uc-hero.uc-desktop-only {
    display: flex !important;
}

.uc-device-desktop .uc-shell {
    min-width: 1180px;
}

.uc-mobile-hero,
.uc-mobile-quick,
.uc-mobile-feature-list,
.uc-home-ad-carousel,
.uc-home-search,
.uc-home-action-grid,
.uc-home-recent,
.uc-mobile-status {
    border: 1px solid rgba(214, 227, 243, 0.74);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(31, 76, 132, 0.08);
}

.uc-mobile-home {
    gap: 12px;
    min-width: 0;
}

.uc-home-ad-carousel {
    position: relative;
    min-height: 150px;
    overflow: hidden;
    background: #eaf2ff;
    touch-action: pan-y;
    user-select: none;
}

.uc-home-ad-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-content: center;
    gap: 6px;
    width: 100%;
    padding: 18px 116px 22px 22px;
    border: 0;
    color: #fff;
    text-align: left;
    opacity: 0;
    transform: translateX(16px);
    transition: opacity 0.36s ease, transform 0.36s ease;
}

.uc-home-ad-slide::after {
    content: "";
    position: absolute;
    right: -32px;
    top: -44px;
    width: 176px;
    height: 176px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.uc-home-ad-slide.active {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.uc-home-ad-slide span,
.uc-home-ad-slide em {
    color: rgba(255, 255, 255, 0.82);
}

.uc-home-ad-slide span {
    font-size: 12px;
    font-weight: 900;
}

.uc-home-ad-slide strong {
    max-width: 210px;
    font-size: 24px;
    line-height: 1.16;
}

.uc-home-ad-slide em {
    max-width: 220px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.45;
}

.uc-home-ad-slide b {
    position: absolute;
    right: 22px;
    top: 50%;
    z-index: 2;
    min-width: 88px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 18px;
    color: #2563eb;
    background: #fff;
    font-size: 14px;
    transform: translateY(-50%);
}

.uc-home-ad-dots {
    position: absolute;
    left: 22px;
    bottom: 12px;
    z-index: 2;
    display: flex;
    gap: 5px;
}

.uc-home-ad-dots button {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.5);
}

.uc-home-ad-dots button.active {
    width: 18px;
    background: #fff;
}

.uc-home-ad-dots button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.uc-home-search {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    box-shadow: none;
}

.uc-home-search .uc-local-icon {
    color: #7d8aa0;
}

.uc-home-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #172033;
    background: transparent;
    font-size: 14px;
}

.uc-home-action-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
}

.uc-home-action-grid button {
    min-height: 82px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 8px 4px;
    border: 0;
    color: #172033;
    background: #fff;
    font-size: 12px;
    font-weight: 900;
}

.uc-home-action-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #2563eb;
    background: #eaf2ff;
}

.uc-home-action-icon .uc-local-icon {
    width: 20px;
    height: 20px;
}

.uc-home-recent {
    overflow: hidden;
}

.uc-home-empty {
    min-height: 128px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 6px;
    padding: 18px;
    border-top: 1px solid #edf2f8;
    color: #748198;
    text-align: center;
}

.uc-home-empty .uc-local-icon {
    width: 38px;
    height: 38px;
    color: #b7c4d8;
}

.uc-home-empty strong {
    color: #172033;
}

.uc-home-empty em {
    max-width: 220px;
    font-style: normal;
    font-size: 12px;
    line-height: 1.5;
}

.uc-mobile-hero {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.24) 0 58px, transparent 59px),
        linear-gradient(135deg, #2f7dff, #46b5ff 62%, #33d1bb);
}

.uc-mobile-user-row,
.uc-mobile-storage,
.uc-mobile-feature-list button {
    display: flex;
    align-items: center;
}

.uc-mobile-user-row {
    gap: 10px;
}

.uc-mobile-avatar {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #2563eb;
    background: #fff;
    font-size: 18px;
    font-weight: 900;
}

.uc-mobile-user-row div {
    flex: 1;
    min-width: 0;
}

.uc-mobile-user-row strong,
.uc-mobile-feature-list strong,
.uc-mobile-quick strong,
.uc-mobile-status strong {
    display: block;
    font-weight: 900;
}

.uc-mobile-user-row em,
.uc-mobile-feature-list em,
.uc-mobile-quick em,
.uc-mobile-status em {
    display: block;
    margin-top: 2px;
    font-style: normal;
    line-height: 1.45;
}

.uc-mobile-user-row em,
.uc-mobile-storage span {
    color: rgba(255, 255, 255, 0.78);
}

.uc-mobile-user-row button {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.uc-mobile-storage {
    justify-content: space-between;
    gap: 12px;
}

.uc-mobile-storage strong {
    display: block;
    margin-top: 2px;
    font-size: 12px;
}

.uc-icon-action {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(214, 227, 243, 0.94);
    border-radius: 999px;
    color: #ef4444;
    background: #fff;
    cursor: pointer;
}

.uc-icon-action .uc-local-icon {
    width: 14px;
    height: 14px;
}

.uc-icon-action:hover {
    color: #dc2626;
    border-color: #fecaca;
    background: #fff1f2;
}

.uc-mobile-storage em {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
}

.uc-mobile-progress {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.28);
}

.uc-mobile-progress span {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: #fff;
}

.uc-mobile-quick {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
}

.uc-mobile-quick button {
    min-height: 78px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
    padding: 8px 4px;
    border: 0;
    color: #172033;
    background: #fff;
}

.uc-mobile-quick .uc-local-icon {
    width: 24px;
    height: 24px;
    color: #2f7dff;
}

.uc-mobile-quick em {
    color: #7d8aa0;
    font-size: 10px;
}

.uc-mobile-feature-list {
    overflow: hidden;
}

.uc-mobile-section-title {
    padding: 16px 16px 4px;
    color: #172033;
    font-size: 17px;
    font-weight: 900;
}

.uc-mobile-feature-list button {
    width: 100%;
    min-height: 64px;
    gap: 12px;
    padding: 12px 16px;
    border: 0;
    border-top: 1px solid #edf2f8;
    color: #172033;
    background: #fff;
    text-align: left;
}

.uc-feature-icon-box {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eaf2ff;
}

.uc-feature-icon-box .uc-local-icon {
    width: 20px;
    height: 20px;
    color: #2563eb;
}

.uc-mobile-feature-list button div {
    flex: 1;
    min-width: 0;
}

.uc-mobile-feature-list em {
    color: #748198;
    font-size: 12px;
}

.uc-arrow-icon {
    width: 16px;
    height: 16px;
    color: #b8c3d5;
}

.uc-mobile-status {
    min-height: 260px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 8px;
    padding: 24px;
    color: #748198;
    text-align: center;
}

.uc-mobile-status .uc-local-icon {
    width: 48px;
    height: 48px;
    color: #b7c4d8;
}

.uc-mobile-status strong {
    color: #172033;
}

.uc-mobile-status button {
    min-height: 38px;
    margin-top: 8px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2f7dff;
    font-weight: 800;
}

.uc-mobile-status.error .uc-local-icon {
    color: #ef4444;
}

.uc-mobile-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 35;
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-columns: minmax(0, 1fr);
    height: calc(66px + env(safe-area-inset-bottom));
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(214, 227, 243, 0.9);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -12px 30px rgba(31, 76, 132, 0.08);
    backdrop-filter: blur(14px);
    transform: translateZ(0);
}

.uc-mobile-tabbar button {
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 3px;
    border: 0;
    border-radius: 14px;
    color: #748198;
    background: transparent;
    font-size: 11px;
    font-weight: 900;
}

.uc-mobile-tabbar .uc-local-icon {
    width: 23px;
    height: 23px;
}

.uc-mobile-tabbar button.active {
    color: #2563eb;
    background: #eef5ff;
}

@media (max-width: 1180px) {
    .uc-shell-main {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .uc-side {
        grid-column: 2;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .uc-topbar {
        height: auto;
        grid-template-columns: 1fr auto;
        padding: 12px;
    }

    .uc-search {
        grid-column: 1 / -1;
        justify-self: stretch;
        order: 3;
    }

    .uc-pill-btn span:not(.uc-local-icon),
    .uc-avatar-btn strong {
        display: none;
    }

    .uc-shell-main {
        grid-template-columns: 1fr;
        padding: 10px 10px calc(88px + env(safe-area-inset-bottom));
    }

    .uc-rail,
    .uc-side,
    .uc-section-tabs,
    .uc-desktop-only {
        display: none;
    }

    .uc-banner {
        min-height: 46px;
        justify-content: space-between;
        border-radius: 16px;
        font-size: 13px;
    }

    .uc-banner strong {
        display: block;
        margin-top: 2px;
    }

    .uc-mobile-mine {
        display: grid;
        gap: 14px;
        min-width: 0;
    }

    .uc-mobile-home {
        display: grid;
    }

    .uc-mobile-tabbar {
        display: grid;
    }

    .uc-device-desktop .uc-topbar {
        height: 72px;
        grid-template-columns: 220px minmax(260px, 1fr) auto;
        padding: 0 26px;
    }

    .uc-device-desktop .uc-search {
        grid-column: auto;
        justify-self: end;
        order: initial;
    }

    .uc-device-desktop .uc-pill-btn span:not(.uc-local-icon),
    .uc-device-desktop .uc-avatar-btn strong {
        display: inline;
    }

    .uc-device-desktop .uc-shell-main {
        grid-template-columns: 78px minmax(0, 1fr) 310px;
        padding: 18px 22px 42px;
    }

    .uc-device-desktop .uc-rail,
    .uc-device-desktop .uc-side,
    .uc-device-desktop .uc-section-tabs {
        display: grid;
    }

    .uc-device-desktop .uc-rail {
        display: flex;
    }

    .uc-device-desktop .uc-side {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .uc-device-desktop .uc-mobile-mine,
    .uc-device-desktop .uc-mobile-home,
    .uc-device-desktop .uc-mobile-tabbar {
        display: none !important;
    }

    .uc-todo-strip,
    .uc-metric-grid,
    .uc-setting-grid,
    .uc-settings-summary,
    .uc-settings-profile,
    .uc-wallet-steps,
    .uc-transfer-overview,
    .uc-quick-grid,
    .uc-operate-stats,
    .uc-operate-actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .uc-brand strong {
        font-size: 20px;
    }

    .uc-top-actions {
        gap: 6px;
    }

    .uc-pill-btn,
    .uc-avatar-btn {
        padding: 0 9px;
    }

    .uc-banner {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .uc-card-head {
        min-height: 58px;
        padding: 0 16px;
    }

    .uc-file-head {
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .uc-file-head > div:first-child span {
        display: none !important;
    }

    .uc-file-actions {
        flex: 0 0 auto;
        gap: 6px;
    }

    .uc-file-actions button {
        width: 36px;
        min-height: 36px;
        padding: 0;
        border-radius: 12px;
    }

    .uc-file-actions strong {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .uc-todo-strip,
    .uc-metric-grid,
    .uc-setting-grid,
    .uc-settings-summary,
    .uc-settings-profile,
    .uc-wallet-steps,
    .uc-transfer-overview,
    .uc-quick-grid,
    .uc-operate-stats,
    .uc-operate-actions {
        grid-template-columns: 1fr;
    }

    .uc-page-titlebar {
        align-items: stretch;
        flex-direction: column;
        min-height: 0;
        margin: 0;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .uc-page-titlebar h1 {
        font-size: 21px;
    }

    .uc-page-titlebar-actions {
        justify-content: flex-start;
    }

    .uc-page-titlebar-actions button {
        min-height: 36px;
        padding: 0 12px;
    }

    .uc-todo-strip,
    .uc-metric-grid,
    .uc-storage-row,
    .uc-empty-state,
    .uc-route-panel,
    .uc-settings-summary,
    .uc-settings-profile,
    .uc-operate-view {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 0;
        padding-right: 0;
    }

    .uc-operate-view {
        gap: 12px;
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .uc-operate-hero {
        min-height: 112px;
        gap: 12px;
        padding: 16px;
        border-radius: 18px;
    }

    .uc-operate-hero-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }

    .uc-operate-hero-icon .uc-local-icon {
        width: 24px;
        height: 24px;
    }

    .uc-operate-hero h3 {
        font-size: 20px;
    }

    .uc-operate-hero p {
        font-size: 12px;
    }

    .uc-operate-stats article {
        min-height: 84px;
        padding: 14px;
    }

    .uc-operate-stats strong {
        font-size: 20px;
    }

    .uc-operate-actions button {
        min-height: 66px;
        padding: 12px;
        border-radius: 16px;
    }

    .uc-upload-choice {
        right: 0;
        width: min(238px, calc(100vw - 28px));
        border-radius: 16px;
    }

    .uc-storage-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .uc-wide-card {
        min-height: 520px;
    }

    .uc-settings-summary {
        gap: 12px;
        margin-bottom: 12px;
    }

    .uc-settings-profile {
        gap: 10px;
        margin-bottom: 12px;
    }

    .uc-wallet-steps,
    .uc-transfer-overview {
        gap: 10px;
    }

    .uc-file-list,
    .uc-transfer-list {
        padding-left: 16px;
        padding-right: 16px;
    }

    .uc-file-list {
        padding-bottom: calc(82px + env(safe-area-inset-bottom));
    }

    .uc-file-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
    }

    .uc-file-main {
        gap: 10px;
    }

    .uc-file-type-icon {
        width: 32px;
        height: 32px;
    }

    .uc-file-row-actions {
        justify-content: space-between;
        padding-left: 48px;
    }

    .uc-file-row-actions > span {
        max-width: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .uc-file-row-actions button {
        min-height: 28px;
        padding: 0 9px;
    }

    .uc-file-pager {
        align-items: stretch;
        flex-direction: column;
        gap: 8px;
    }

    .uc-file-pager div {
        justify-content: space-between;
    }

    .uc-message-panel {
        padding-left: 16px;
        padding-right: 16px;
    }

    .uc-message-summary {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .uc-message-summary article {
        padding: 10px;
    }

    .uc-message-summary strong {
        font-size: 20px;
    }

    .uc-message-item {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .uc-message-item time {
        grid-column: 2;
    }

    .uc-detail-modal-mask {
        align-items: flex-end;
        padding: 10px;
    }

    .uc-detail-modal {
        max-height: calc(100vh - 20px);
        border-radius: 18px 18px 14px 14px;
    }

    .uc-preview-modal-mask {
        align-items: stretch;
        padding: 12px;
    }

    .uc-preview-modal {
        height: calc(100vh - 24px);
        border-radius: 16px;
    }

    .uc-wallet-panel {
        padding: 0 16px 16px;
    }

    .uc-wallet-hero {
        align-items: flex-start;
        flex-direction: column;
    }

    .uc-wallet-amount strong {
        font-size: 34px;
    }

    .uc-mobile-quick button {
        min-height: 74px;
    }
}

.uc-upload-choice-global {
    position: fixed;
    right: 24px;
    bottom: 24px;
    top: auto;
    z-index: 1210;
    width: min(332px, calc(100vw - 32px));
    padding: 14px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22), 0 4px 16px rgba(37, 99, 235, 0.08);
    backdrop-filter: blur(18px);
    transform-origin: right bottom;
}

.uc-upload-choice-global::before {
    top: auto;
    right: 28px;
    bottom: -7px;
    width: 14px;
    height: 14px;
    border: 0;
    border-right: 1px solid rgba(148, 163, 184, 0.28);
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
    background: #fff;
    transform: rotate(45deg);
}

.uc-upload-choice-head {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 10px;
    padding: 2px 2px 12px;
}

.uc-upload-choice-head-icon {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(145deg, #2563eb, #4f46e5);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.uc-upload-choice-head-icon .uc-local-icon {
    width: 20px;
    height: 20px;
}

.uc-upload-choice-head strong,
.uc-upload-choice-head em {
    display: block;
}

.uc-upload-choice-head strong {
    color: #172033;
    font-size: 15px;
    line-height: 1.35;
}

.uc-upload-choice-head em {
    margin-top: 2px;
    color: #8190a7;
    font-size: 11px;
    font-style: normal;
}

.uc-upload-choice-close {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px;
    color: #7b879b;
    background: #f3f6fb;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
}

.uc-upload-choice-global .uc-upload-choice-list {
    gap: 8px;
}

.uc-upload-choice-global .uc-upload-choice-option {
    min-height: 62px;
    padding: 10px;
    border-color: #e7edf6;
    border-radius: 14px;
    background: #f9fbff;
}

.uc-upload-choice-global .uc-upload-choice-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    box-shadow: none;
}

.uc-upload-choice-global .uc-upload-choice-icon::after {
    display: none;
}

.uc-upload-choice-global .uc-upload-choice-icon.blue {
    color: #2563eb;
    background: #eaf2ff;
}

.uc-upload-choice-global .uc-upload-choice-icon.amber {
    color: #d97706;
    background: #fff4d9;
}

.uc-upload-choice-global .uc-upload-choice-icon.green {
    color: #059669;
    background: #e6f8f1;
}

.uc-upload-choice-global .uc-upload-choice-arrow {
    color: #64748b;
    background: #fff;
    box-shadow: inset 0 0 0 1px #e4eaf3;
}

@media (max-width: 560px) {
    .uc-upload-choice-global {
        right: 12px;
        bottom: calc(76px + env(safe-area-inset-bottom));
        width: calc(100vw - 24px);
        padding: 14px;
        border-radius: 22px;
        transform-origin: center bottom;
    }

    .uc-upload-choice-global::before {
        right: 30px;
    }

    .uc-upload-choice-global .uc-upload-choice-option {
        min-height: 64px;
    }
}

.uc-folder-toolbar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 22px 12px;
    padding: 10px 12px;
    border: 1px solid #e6ebf3;
    border-radius: 14px;
    background: #f8faff;
}

.uc-folder-back {
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce4f0;
    border-radius: 10px;
    color: #315baf;
    background: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.uc-folder-back:disabled {
    color: #b5bfce;
    background: #f1f4f8;
    cursor: not-allowed;
}

.uc-folder-breadcrumbs {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.uc-folder-breadcrumbs::-webkit-scrollbar {
    display: none;
}

.uc-folder-breadcrumbs button {
    min-width: max-content;
    padding: 6px 8px;
    border: 0;
    border-radius: 8px;
    color: #68768d;
    background: transparent;
    font-size: 12px;
    cursor: pointer;
}

.uc-folder-breadcrumbs button.active {
    color: #1f4fa8;
    background: #e9f1ff;
    font-weight: 800;
}

.uc-folder-breadcrumbs span {
    color: #aab4c3;
    font-size: 12px;
}

@media (max-width: 560px) {
    .uc-folder-toolbar {
        margin: 0 16px 10px;
        padding: 9px 10px;
        border-radius: 13px;
    }

    .uc-folder-back {
        width: 36px;
        height: 36px;
    }

    .uc-folder-breadcrumbs button {
        min-height: 34px;
        padding: 7px 9px;
        font-size: 13px;
    }
}
