html, body {
    height: 100%;
    background: #e2e7ee;
}

body {
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background: #e2e7ee;
}

.global-loading-mask {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(226, 231, 238, 0.2);
}

.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 1050;
}

.global-loading-mask.is-visible {
    display: flex;
}

.global-loading-box {
    width: 172px;
    padding: 16px 16px 14px;
    border: 1px solid #c4cfdb;
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 251, 0.98) 100%);
    box-shadow: 0 12px 30px rgba(41, 58, 76, 0.16);
    text-align: center;
}

.global-loading-track {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border: 1px solid #d4dce5;
    border-radius: 999px;
    background: linear-gradient(180deg, #edf2f6 0%, #dbe3ec 100%);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.72);
}

.global-loading-bar {
    width: 42%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #8aa7ca 0%, #4f77a5 48%, #8aa7ca 100%);
    box-shadow: 0 0 8px rgba(79, 119, 165, 0.18);
    animation: global-loading-slide 1.2s ease-in-out infinite;
}

.global-loading-title {
    margin-top: 10px;
    color: #415264;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.global-loading-text {
    margin-top: 4px;
    color: #7a8797;
    font-size: 12px;
    line-height: 1.35;
}

.legacy-confirm-modal .modal-content {
    border: 1px solid #c4cfdb;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(41, 58, 76, 0.18);
}

.legacy-confirm-modal .modal-header,
.legacy-confirm-modal .modal-footer {
    background: #f6f8fb;
    border-color: #d6dee8;
}

.legacy-confirm-modal .modal-title {
    color: #374151;
    font-size: 16px;
    font-weight: 700;
}

.legacy-confirm-text {
    color: #4c5867;
    font-size: 14px;
    line-height: 1.7;
}

.legacy-confirm-modal #legacyConfirmCancel {
    border: 1px solid #bcc8d4;
}

.share-intro-block {
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid #d8e0e8;
    border-radius: 4px;
    background: #f7fafc;
}

.share-intro-label {
    color: #667789;
    font-size: 12px;
    margin-bottom: 8px;
}

.share-intro-text {
    color: #425160;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-break: break-word;
}

.share-shell {
    width: calc(100% - 32px);
    max-width: 1360px;
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 20px;
    padding-bottom: 42px;
}

.share-main-column {
    min-width: 0;
    display: grid;
    gap: 16px;
    align-content: start;
}

.share-side-card,
.share-main-card {
    border: 1px solid #cdd6e1;
    border-radius: 6px;
    background: #fff;
}

.share-side-card {
    height: fit-content;
    padding: 0;
    border: none;
    background: transparent;
}

.share-owner-card {
    border: 1px solid #cdd6e1;
    border-radius: 6px;
    background: linear-gradient(180deg, #f5f8fb 0%, #eef3f7 100%);
    padding: 18px;
}

.share-owner-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.share-owner-avatar {
    width: 58px;
    height: 58px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #d4dce5;
}

.share-owner-avatar-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d3dde8;
    color: #345886;
    font-size: 22px;
    font-weight: 700;
}

.share-owner-name {
    color: #314255;
    font-size: 18px;
    font-weight: 700;
}

.share-owner-uid {
    margin-top: 5px;
    color: #7a8797;
    font-size: 12px;
}

.share-owner-type {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e6edf5;
    color: #486586;
    font-size: 12px;
    font-weight: 700;
}

.share-owner-stats {
    margin-top: 14px;
    display: grid;
    gap: 8px;
}

.share-owner-actions {
    margin-top: 16px;
}

.share-report-entry {
    margin-top: 24px;
    padding: 16px 18px;
    border: 1px solid #e3c7c3;
    border-radius: 6px;
    background: linear-gradient(180deg, #fff8f7 0%, #fff3f1 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.share-report-entry-text {
    min-width: 0;
}

.share-report-entry-text strong,
.share-report-entry-text span {
    display: block;
}

.share-report-entry-text strong {
    color: #8f2d21;
    font-size: 15px;
    font-weight: 700;
}

.share-report-entry-text span {
    margin-top: 6px;
    color: #7a5a57;
    font-size: 13px;
    line-height: 1.7;
}

.share-report-entry-side {
    margin-top: 12px;
    padding: 12px 14px;
    gap: 12px;
    align-items: flex-start;
}

.share-report-entry-side .share-report-entry-text strong {
    font-size: 13px;
}

.share-report-entry-side .share-report-entry-text span {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.6;
}

.share-report-entry-side .btn {
    flex: 0 0 auto;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.share-owner-stat {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #556476;
    font-size: 12px;
}

.share-owner-stat strong {
    color: #314255;
    font-weight: 700;
}

.share-intro-card {
    margin-top: 16px;
    border: 1px solid #cdd6e1;
    border-radius: 6px;
    background: #fff;
    padding: 16px 18px;
}

.share-nav-card {
    margin-top: 16px;
    border: 1px solid #cdd6e1;
    border-radius: 6px;
    background: #fff;
    padding: 12px 16px;
}

.disk-context-menu {
    position: absolute;
    z-index: 3000;
    display: none;
    min-width: 160px;
    padding: 6px 0;
    border: 1px solid #c9d3dd;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(44, 63, 84, 0.18);
}

.disk-context-menu-item {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: 0;
    background: transparent;
    color: #314255;
    text-align: left;
    font-size: 13px;
}

.disk-context-menu-item:hover {
    background: #eef3f7;
}

.disk-context-menu-item-danger {
    color: #c0392b;
}

.share-main-card {
    padding: 16px 20px 20px;
}

.share-main-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2e8ef;
}

.share-main-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #314255;
    font-size: 22px;
    font-weight: 700;
}

.share-main-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #738193;
    font-size: 12px;
}

.share-intro-block-main {
    margin-top: 18px;
}

.share-file-showcase {
    margin-top: 24px;
    padding: 34px 24px;
    border: 1px solid #dbe3ec;
    border-radius: 6px;
    background: linear-gradient(180deg, #fbfcfd 0%, #f5f8fb 100%);
    text-align: center;
}

.share-file-icon {
    color: #5579a6;
    font-size: 52px;
}

.share-file-name {
    margin-top: 12px;
    color: #314255;
    font-size: 18px;
    font-weight: 700;
}

.share-file-actions {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.share-folder-panel {
    margin-top: 0;
}

.share-back-row {
    padding: 10px 0 0;
}

@media (max-width: 767.98px) {
    .share-report-entry {
        display: block;
    }

    .share-report-entry .btn {
        margin-top: 12px;
        width: 100%;
    }
}

@keyframes global-loading-slide {
    0% {
        transform: translateX(-112%);
    }
    100% {
        transform: translateX(258%);
    }
}

a {
    color: inherit;
}

.legacy-navbar {
    min-height: 56px;
    background: #edf1f5;
    border-bottom: 1px solid #cad3de;
    box-shadow: none;
    padding: 0;
}

.legacy-navbar-wrap {
    width: 100%;
    padding: 0 28px;
}

.legacy-navbar-inner {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1360px;
    margin: 0 auto;
}

.legacy-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #2f5fa7;
    text-decoration: none;
}

.legacy-brand:hover {
    color: #2f5fa7;
    text-decoration: none;
}

.legacy-brand-mark {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #adbdd1;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
}

.legacy-brand-text strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
}

.legacy-brand-text small {
    display: block;
    color: #707d8e;
    font-size: 12px;
    margin-top: 2px;
}

.legacy-user-dropdown {
    margin-left: auto;
}

.legacy-user-toggle {
    min-width: 220px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    text-decoration: none;
    color: #44505f;
}

.legacy-user-toggle:hover {
    color: #2f5fa7;
    text-decoration: none;
}

.legacy-user-avatar {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    background: #d3dde8;
    color: #345886;
    font-size: 14px;
    font-weight: 700;
}

.legacy-user-avatar-img {
    object-fit: cover;
}

.legacy-user-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}

.legacy-user-meta strong {
    font-size: 13px;
    font-weight: 700;
}

.legacy-user-meta small {
    max-width: 180px;
    color: #707d8e;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.legacy-user-menu {
    width: 260px;
    padding: 0;
    border: 1px solid #cbd4df;
    border-radius: 4px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.legacy-user-menu-head,
.legacy-user-menu-space {
    padding: 12px 14px;
}

.legacy-user-menu-head {
    position: relative;
    overflow: hidden;
    background: #f2f5f8;
}

.legacy-user-menu-head:before {
    content: "";
    display: none;
}

.legacy-user-menu-head-has-avatar:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: var(--menu-avatar-bg);
    background-size: cover;
    background-position: center;
    filter: blur(12px) saturate(1.15);
    transform: scale(1.08);
    opacity: 0.58;
}

.legacy-user-menu-head-has-avatar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(242, 245, 248, 0.42);
}

.legacy-user-menu-avatar {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #cbd4df;
}

.legacy-user-menu-head-content {
    position: relative;
    z-index: 1;
}

.legacy-user-menu-name {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.legacy-user-menu-mail,
.legacy-user-menu-label,
.legacy-user-menu-tip {
    color: #707d8e;
    font-size: 12px;
}

.legacy-user-menu-mail {
    margin-top: 4px;
    word-break: break-all;
}

.legacy-user-menu-value {
    margin-top: 6px;
    color: #374151;
    font-size: 13px;
}

.capacity-bar-menu {
    margin-top: 10px;
    margin-bottom: 8px;
}

.legacy-user-menu-actions {
    padding: 10px 14px 12px;
    background: #f7f9fb;
}

.legacy-user-menu-action {
    display: block;
    padding: 9px 12px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
}

.legacy-logout-link {
    color: #c0392b;
    font-size: 13px;
    font-weight: 700;
}

.legacy-logout-link:hover {
    color: #a5281b;
    background: #fff5f4;
    text-decoration: none;
}

.page-shell {
    width: calc(100% - 32px);
    max-width: 1360px;
    margin: 16px auto 0;
    padding-bottom: 42px;
}

.landing-shell {
    display: grid;
    gap: 28px;
}

.landing-body {
    min-height: 100%;
    color: #e8f3ff;
    background:
        radial-gradient(circle at 12% 18%, rgba(58, 110, 188, 0.24), transparent 22%),
        radial-gradient(circle at 82% 12%, rgba(0, 210, 255, 0.16), transparent 20%),
        radial-gradient(circle at 50% 84%, rgba(83, 43, 143, 0.2), transparent 25%),
        linear-gradient(180deg, #030814 0%, #07111f 46%, #030712 100%);
}

.landing-body .legacy-navbar {
    position: sticky;
    top: 0;
    z-index: 120;
    backdrop-filter: blur(18px);
    background: rgba(2, 8, 18, 0.68);
    border-bottom: 1px solid rgba(148, 181, 223, 0.12);
}

.landing-body .legacy-brand-text strong,
.landing-body .legacy-brand-text small {
    color: #edf6ff;
}

.landing-body .page-shell {
    position: relative;
    max-width: 1480px;
}

.landing-shell-long {
    padding-bottom: 36px;
}

.landing-shell-dark {
    position: relative;
    gap: 34px;
}

.landing-cosmic-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.landing-cosmic-orb,
.landing-cosmic-grid {
    position: absolute;
}

.landing-cosmic-orb {
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.8;
}

.landing-cosmic-orb-a {
    width: 420px;
    height: 420px;
    left: -80px;
    top: 60px;
    background: radial-gradient(circle, rgba(72, 145, 255, 0.32) 0%, rgba(72, 145, 255, 0.02) 72%);
    animation: landingFloatOrbA 11s ease-in-out infinite;
}

.landing-cosmic-orb-b {
    width: 520px;
    height: 520px;
    right: -120px;
    top: 320px;
    background: radial-gradient(circle, rgba(116, 74, 255, 0.22) 0%, rgba(116, 74, 255, 0.02) 72%);
    animation: landingFloatOrbB 14s ease-in-out infinite;
}

.landing-cosmic-grid {
    inset: 0;
    background-image:
        linear-gradient(rgba(122, 158, 204, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(122, 158, 204, 0.045) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 88%);
}

.landing-stage {
    position: relative;
}

.landing-stage-hero,
.landing-stage-columns,
.landing-stage-cta {
    display: grid;
    gap: 20px;
}

.landing-stage-hero {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    align-items: stretch;
    min-height: calc(100vh - 120px);
}

.landing-stage-copy,
.landing-stage-visual,
.landing-feature-panel,
.landing-column-card,
.landing-cta-card {
    border: 1px solid rgba(109, 141, 185, 0.16);
    border-radius: 12px;
    background: rgba(8, 15, 28, 0.68);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.landing-stage-copy,
.landing-column-card,
.landing-cta-card {
    padding: 34px 36px;
}

.landing-stage-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 0% 0%, rgba(49, 132, 255, 0.24), transparent 28%),
        linear-gradient(180deg, rgba(8, 18, 32, 0.86) 0%, rgba(4, 10, 20, 0.96) 100%);
}

.landing-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(70, 124, 188, 0.14);
    color: #9bc8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(100, 151, 214, 0.18);
}

.landing-display {
    margin: 18px 0 14px;
    color: #f4fbff;
    font-size: 62px;
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-shadow: 0 0 26px rgba(132, 183, 255, 0.16);
}

.landing-stage-text {
    max-width: 640px;
    margin: 0;
    color: rgba(209, 227, 246, 0.78);
    font-size: 16px;
    line-height: 1.95;
}

.landing-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-btn-main,
.landing-btn-sub {
    min-width: 152px;
    border-radius: 3px;
}

.landing-body .landing-btn-main {
    background: linear-gradient(135deg, #59a6ff 0%, #356cff 100%);
    border-color: transparent;
    box-shadow: 0 12px 24px rgba(53, 108, 255, 0.24);
}

.landing-body .landing-btn-main:hover,
.landing-body .landing-btn-main:focus {
    background: linear-gradient(135deg, #6db1ff 0%, #4778ff 100%);
    border-color: transparent;
}

.landing-body .landing-btn-sub {
    color: #d8ecff;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(137, 169, 205, 0.16);
}

.landing-body .landing-btn-sub:hover,
.landing-body .landing-btn-sub:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(161, 194, 235, 0.24);
}

.landing-metrics {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.landing-metric {
    padding: 14px 14px 12px;
    border: 1px solid rgba(112, 145, 190, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(10px);
}

.landing-metric strong,
.landing-metric span {
    display: block;
}

.landing-metric strong {
    color: #eef7ff;
    font-size: 14px;
    font-weight: 700;
}

.landing-metric span {
    margin-top: 6px;
    color: rgba(181, 202, 226, 0.7);
    font-size: 12px;
    line-height: 1.75;
}

.landing-stage-visual {
    overflow: hidden;
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(66, 123, 225, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(7, 16, 30, 0.92) 0%, rgba(4, 10, 21, 0.98) 100%);
}

.landing-preview-stack {
    position: relative;
    height: 100%;
    min-height: 520px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 84% 12%, rgba(116, 178, 255, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(9, 19, 34, 0.96) 0%, rgba(3, 10, 19, 0.98) 100%);
    border: 1px solid rgba(111, 147, 196, 0.16);
    overflow: hidden;
}

.landing-floating-card {
    position: absolute;
    padding: 18px 18px 16px;
    border: 1px solid rgba(136, 177, 225, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.26);
}

.landing-floating-card-main {
    left: 22px;
    top: 28px;
    width: calc(100% - 52px);
}

.landing-floating-card-side {
    right: 24px;
    top: 190px;
    width: 240px;
}

.landing-floating-card-foot {
    left: 28px;
    bottom: 30px;
    width: 260px;
}

.landing-floating-label {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(98, 158, 233, 0.12);
    color: #9dccff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.landing-floating-card strong,
.landing-floating-card p {
    display: block;
}

.landing-floating-card strong {
    margin-top: 12px;
    color: #f4fbff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
}

.landing-floating-card p {
    margin: 10px 0 0;
    color: rgba(196, 215, 235, 0.74);
    font-size: 13px;
    line-height: 1.85;
}

.landing-stage-story {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
    gap: 20px;
    align-items: start;
}

.landing-story-sticky {
    position: sticky;
    top: 86px;
    display: grid;
    gap: 16px;
}

.landing-story-intro,
.landing-story-screen {
    border: 1px solid rgba(116, 148, 190, 0.16);
    border-radius: 12px;
    background: rgba(7, 14, 27, 0.72);
}

.landing-story-intro {
    padding: 26px 28px;
    background:
        linear-gradient(180deg, rgba(8, 17, 31, 0.92) 0%, rgba(4, 11, 21, 0.96) 100%);
}

.landing-story-intro h2 {
    margin: 16px 0 0;
    color: #eef8ff;
    font-size: 32px;
    line-height: 1.28;
    font-weight: 800;
}

.landing-story-screen {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(102, 171, 255, 0.24), transparent 20%),
        linear-gradient(180deg, #061220 0%, #030712 100%);
}

.landing-story-screen-glow {
    position: absolute;
    inset: auto -14% -18% auto;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(101, 139, 183, 0.38) 0%, transparent 68%);
}

.landing-story-screen-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 420px;
    padding: 28px;
}

.landing-story-screen-content strong,
.landing-story-screen-content p {
    display: block;
}

.landing-story-badge {
    align-self: flex-start;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(106, 165, 241, 0.12);
    color: #d7ecff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.landing-story-screen-content strong {
    margin-top: 16px;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.28;
    font-weight: 800;
}

.landing-story-screen-content p {
    margin: 12px 0 0;
    max-width: 420px;
    color: rgba(207, 226, 246, 0.78);
    font-size: 14px;
    line-height: 1.9;
}

.landing-story-steps {
    display: grid;
    gap: 16px;
}

.landing-story-step {
    padding: 24px 26px;
    border: 1px solid rgba(117, 149, 193, 0.12);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(14px);
    transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.landing-story-step.is-active {
    transform: translateY(-2px);
    border-color: rgba(129, 186, 255, 0.28);
    box-shadow: 0 22px 40px rgba(14, 33, 56, 0.34);
}

.landing-story-step span,
.landing-story-step h3,
.landing-story-step p {
    display: block;
}

.landing-story-step span {
    color: #8eb8e7;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.landing-story-step h3 {
    margin: 12px 0 10px;
    color: #f2faff;
    font-size: 24px;
    font-weight: 800;
}

.landing-story-step p {
    margin: 0;
    color: rgba(195, 214, 235, 0.72);
    font-size: 14px;
    line-height: 1.9;
}

.landing-stage-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.landing-feature-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 18px;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(7, 16, 29, 0.9) 0%, rgba(3, 9, 18, 0.96) 100%);
}

.landing-feature-copy h2 {
    margin: 16px 0 10px;
    color: #f1fbff;
    font-size: 30px;
    line-height: 1.22;
    font-weight: 800;
}

.landing-feature-copy p {
    margin: 0;
    color: rgba(193, 212, 232, 0.74);
    font-size: 14px;
    line-height: 1.95;
}

.landing-feature-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(118, 151, 193, 0.16);
    border-radius: 10px;
    background:
        radial-gradient(circle at center, rgba(89, 154, 255, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(10, 22, 39, 0.94) 0%, rgba(4, 10, 19, 0.98) 100%);
    overflow: hidden;
}

.landing-feature-chip {
    align-self: flex-start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(84, 151, 255, 0.16);
    color: #dcf0ff;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid rgba(120, 183, 255, 0.2);
}

.landing-feature-chip-alt {
    background: rgba(115, 103, 255, 0.16);
}

.landing-feature-lines {
    display: grid;
    gap: 10px;
}

.landing-feature-lines span {
    display: block;
    padding: 12px 12px;
    border: 1px solid rgba(118, 153, 197, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #d8edff;
    font-size: 13px;
    font-weight: 700;
}

.landing-ipa-device,
.landing-troll-core {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 220px;
}

.landing-ipa-device {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-ipa-screen {
    position: relative;
    z-index: 2;
    width: 170px;
    height: 170px;
    border-radius: 22px;
    border: 1px solid rgba(118, 191, 255, 0.22);
    background:
        linear-gradient(180deg, rgba(18, 34, 58, 0.96) 0%, rgba(6, 16, 28, 0.96) 100%);
    box-shadow:
        0 0 0 1px rgba(130, 197, 255, 0.04) inset,
        0 0 34px rgba(70, 146, 255, 0.22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.landing-ipa-screen small,
.landing-ipa-screen strong {
    display: block;
}

.landing-ipa-screen small {
    color: #9dcfff;
    font-size: 11px;
    letter-spacing: 0.16em;
}

.landing-ipa-screen strong {
    margin-top: 10px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
}

.landing-ipa-beam {
    position: absolute;
    inset: 30px 34px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(67, 142, 255, 0.36) 0%, rgba(67, 142, 255, 0.02) 72%);
    filter: blur(14px);
    animation: landingPulseBeam 2.8s ease-in-out infinite;
}

.landing-troll-core {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-troll-core-ring,
.landing-troll-core-center {
    position: absolute;
    border-radius: 999px;
}

.landing-troll-core-ring-a {
    width: 220px;
    height: 220px;
    border: 1px solid rgba(112, 194, 255, 0.2);
    animation: landingRotateRing 10s linear infinite;
}

.landing-troll-core-ring-b {
    width: 150px;
    height: 150px;
    border: 1px dashed rgba(158, 130, 255, 0.26);
    animation: landingRotateRingReverse 8s linear infinite;
}

.landing-troll-core-center {
    width: 116px;
    height: 116px;
    z-index: 2;
    border: 1px solid rgba(120, 183, 255, 0.2);
    background:
        radial-gradient(circle at top left, rgba(77, 149, 255, 0.2), transparent 42%),
        linear-gradient(180deg, rgba(16, 28, 47, 0.98) 0%, rgba(4, 10, 19, 0.98) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 24px rgba(74, 125, 255, 0.16);
}

.landing-troll-core-center small,
.landing-troll-core-center strong {
    display: block;
}

.landing-troll-core-center small {
    color: #9fd4ff;
    font-size: 11px;
    letter-spacing: 0.14em;
}

.landing-troll-core-center strong {
    margin-top: 8px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 800;
    text-align: center;
}

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

.landing-column-card {
    background: linear-gradient(180deg, rgba(7, 16, 29, 0.88) 0%, rgba(3, 9, 18, 0.94) 100%);
}

.landing-column-card h2 {
    margin: 16px 0 10px;
    color: #eff8ff;
    font-size: 30px;
    line-height: 1.22;
    font-weight: 800;
}

.landing-column-card p {
    margin: 0;
    color: rgba(194, 213, 232, 0.72);
    font-size: 14px;
    line-height: 1.95;
}

.landing-stage-cta {
    grid-template-columns: 1fr;
}

.landing-cta-card {
    text-align: center;
    background:
        radial-gradient(circle at top center, rgba(67, 142, 255, 0.18), transparent 30%),
        linear-gradient(180deg, rgba(9, 18, 33, 0.96) 0%, rgba(3, 10, 19, 0.98) 100%);
}

.landing-cta-card h2 {
    margin: 16px 0 10px;
    color: #f4fbff;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 800;
}

.landing-cta-card p {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(205, 223, 243, 0.74);
    font-size: 15px;
    line-height: 1.9;
}

.landing-cta-card .landing-actions {
    justify-content: center;
}

.landing-reveal-item {
    opacity: 0;
    transform: translateY(34px) scale(0.985);
    transition: opacity .92s ease, transform .92s cubic-bezier(.19, 1, .22, 1);
}

.landing-reveal-section.is-visible .landing-reveal-item,
.landing-story-step.is-visible {
    opacity: 1;
    transform: none;
}

.landing-story-step {
    opacity: 0;
    transform: translateY(20px);
}

@keyframes landingFloatOrbA {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(36px, 22px, 0) scale(1.08);
    }
}

@keyframes landingFloatOrbB {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-42px, -26px, 0) scale(1.06);
    }
}

@keyframes landingPulseBeam {
    0%, 100% {
        transform: scale(0.94);
        opacity: 0.62;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes landingRotateRing {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes landingRotateRingReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.login-wrap {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-brand-logo {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    border: 1px solid #c0cbd9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3f608b;
    font-size: 20px;
    font-weight: 800;
}

.login-panel,
.pan-sidebar,
.toolbar-card,
.file-card,
.capacity-card,
.sidebar-group {
    border: 1px solid #cdd6e1;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.login-panel {
    padding: 30px;
}

.login-panel-single {
    width: 100%;
    max-width: 420px;
}

.login-panel-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dbe2ea;
}

.login-panel-brand h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 6px;
}

.login-panel-brand p {
    margin: 0;
    color: #707d8e;
    font-size: 12px;
    line-height: 1.5;
}

.login-title {
    font-size: 24px;
    font-weight: 700;
    color: #32404f;
    margin-bottom: 8px;
}

.login-subtitle {
    color: #707d8e;
    margin-bottom: 20px;
}

.login-input {
    height: 44px;
    border-radius: 2px;
    background: #fff;
    border-color: #c0cad6;
    color: #333;
}

.login-input:focus {
    background: #fff;
    border-color: #6d90b7;
    box-shadow: none;
}

.login-btn {
    height: 44px;
    border-radius: 2px;
}

.pan-shell {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 18px;
}

.pan-sidebar {
    padding: 14px;
    height: fit-content;
}

.avatar-box-lg {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    font-size: 24px;
}

.sidebar-group {
    padding: 8px;
    margin-bottom: 14px;
}

.sidebar-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 2px;
    color: #32404f;
    text-decoration: none;
}

.sidebar-item-gap-bottom {
    margin-bottom: 6px;
}

.sidebar-item-gap-top {
    margin-top: 6px;
}

.sidebar-item:hover,
.sidebar-item.active {
    background: #e3e9f0;
    color: #315789;
    text-decoration: none;
}

.capacity-card {
    padding: 16px;
}

.capacity-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 10px;
}

.capacity-value,
.capacity-tip {
    color: #5f6d7f;
    font-size: 12px;
}

.capacity-bar {
    height: 8px;
    border-radius: 2px;
    background: #d9e0e7;
    overflow: hidden;
    margin: 12px 0 10px;
}

.capacity-bar span {
    display: block;
    height: 100%;
    border-radius: 2px;
    background: #6287b6;
}

.pan-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.toolbar-card {
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.toolbar-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.toolbar-right {
    color: #5f6d7f;
    font-size: 13px;
}

.toolbar-search-form {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex: 1 1 360px;
    max-width: 520px;
    justify-content: flex-end;
}

.toolbar-search-box {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.toolbar-search-box .bi {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -7px;
    color: #7d8da0;
    font-size: 14px;
}

.toolbar-search-input {
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 34px;
    border: 1px solid #cdd8e4;
    border-radius: 4px;
    background: #ffffff;
    color: #44515f;
    font-size: 13px;
}

.toolbar-search-input:focus {
    border-color: #90a8c4;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(120, 149, 184, 0.12);
}

.toolbar-search-clear {
    white-space: nowrap;
}

.file-card {
    overflow: hidden;
}

.file-card-nav {
    padding: 10px 16px;
    border-bottom: 1px solid #dbe2ea;
    background: #f7f9fb;
}

.file-back-link {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    gap: 8px;
    color: #4a617e;
    text-decoration: none;
    font-size: 13px;
    padding: 0;
    border: 0;
    background: transparent;
}

.file-back-link::before {
    content: "";
    position: absolute;
    inset: -8px 0;
}

.file-back-link:hover {
    color: #315789;
    text-decoration: none;
}

.file-card-title {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    border-bottom: 1px solid #dbe2ea;
    background: #f2f5f8;
}

.disk-search-keyword {
    margin-left: auto;
    color: #6f8093;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.legacy-file-table thead th {
    border-top: 0;
    border-bottom: 1px solid #dbe2ea;
    background: #eef2f6;
    color: #5f6d7f;
    font-size: 12px;
    font-weight: 400;
    padding: 11px 16px;
}

.legacy-file-table tbody td {
    padding: 12px 16px;
    vertical-align: middle;
    font-size: 13px;
    color: #44515f;
}

.disk-node-path-text {
    display: inline-block;
    max-width: 100%;
    color: #6f8093;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
}

.node-link {
    color: #44515f;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.node-link:hover {
    color: #315789;
    text-decoration: none;
}

.node-action-text {
    display: inline-block;
    position: relative;
    color: #44515f;
    text-decoration: none;
    padding: 0;
}

.node-action-text::before {
    content: "";
    position: absolute;
    inset: -8px -12px;
}

.node-action-text:hover {
    color: #315789;
    text-decoration: none;
}

.node-action-split {
    color: #98a6b6;
    margin: 0 6px;
}

.node-delete-text {
    color: #c0392b;
}

.node-delete-text:hover {
    color: #a5281b;
}

.share-action-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.share-action-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border: 1px solid #d4dee8;
    border-radius: 999px;
    background: #f7fafc;
    color: #486071;
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    transition: all 0.18s ease;
}

.share-action-chip:hover {
    border-color: #afc2d6;
    background: #edf3f8;
    color: #2f567f;
    text-decoration: none;
}

.share-action-chip .bi {
    margin-right: 0;
    color: inherit;
}

.share-action-chip-open {
    background: #eef5fc;
    border-color: #c7d9eb;
    color: #2f608e;
}

.share-action-chip-edit {
    background: #f8f6ee;
    border-color: #ddd3b7;
    color: #7a6431;
}

.share-action-chip-cancel {
    background: #fcf1f0;
    border-color: #e4c7c3;
    color: #a64b43;
}

.share-action-chip-cancel:hover {
    border-color: #d8aaa5;
    background: #fae7e4;
    color: #923831;
}

.share-page-shell {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.share-page-hero,
.share-list-card {
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(88, 113, 145, 0.08);
}

.share-page-hero {
    padding: 22px 24px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4fa 100%);
}

.share-page-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #22354a;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.share-page-title .bi {
    color: #5279a7;
}

.share-page-subtitle {
    margin-top: 8px;
    color: #66788c;
    font-size: 14px;
    line-height: 1.7;
}

.share-summary-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.share-summary-card {
    min-width: 150px;
    flex: 1 1 0;
    padding: 16px 18px;
    border: 1px solid #d7e3ef;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.92);
}

.share-summary-card span {
    display: block;
    color: #718396;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.share-summary-card strong {
    display: block;
    margin-top: 8px;
    color: #24394f;
    font-size: 28px;
    line-height: 1;
}

.share-list-card {
    padding: 18px;
}

.share-square-filter-card {
    padding: 18px 20px;
}

.share-square-filter-form {
    margin: 0;
}

.share-square-filter-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 180px auto;
    gap: 14px;
    align-items: end;
}

.share-square-filter-field label {
    display: block;
    margin-bottom: 8px;
    color: #6d7b8c;
    font-size: 12px;
    font-weight: 700;
}

.share-square-filter-field .form-control {
    height: 40px;
    border: 1px solid #d4dde7;
    border-radius: 4px;
    box-shadow: none;
}

.share-square-filter-field .form-control:focus {
    border-color: #7a97bb;
    box-shadow: 0 0 0 2px rgba(122, 151, 187, 0.12);
}

.share-square-filter-actions {
    display: flex;
    gap: 10px;
}

.share-square-filter-actions .btn {
    height: 40px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.share-list-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.share-item-card {
    border: 1px solid #dbe4ee;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    overflow: hidden;
}

.share-item-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 18px 20px 16px;
}

.share-item-identity {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex: 1 1 auto;
}

.share-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef5fc 0%, #dce8f7 100%);
    color: #4d79ab;
    font-size: 20px;
    flex: 0 0 auto;
}

.share-item-main {
    min-width: 0;
    flex: 1 1 auto;
}

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

.share-item-title {
    margin: 0;
    color: #23384c;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    word-break: break-all;
}

.share-type-badge,
.share-status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.share-type-badge {
    background: #eef4fb;
    color: #53739a;
}

.share-status-badge {
    background: #f1f4f8;
    color: #697d91;
}

.share-status-badge-active {
    background: #e9f7ef;
    color: #2d8a57;
}

.share-status-badge-cancelled {
    background: #fcf1f0;
    color: #aa534d;
}

.share-status-badge-expired {
    background: #f7f1e7;
    color: #91703c;
}

.share-status-badge-blocked {
    background: #fce8e5;
    color: #a73d35;
}

.share-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    margin-top: 10px;
    color: #6d8093;
    font-size: 13px;
}

.share-item-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.share-item-meta .bi {
    color: #7091b6;
    margin-right: 0;
}

.share-item-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    flex: 0 0 auto;
    max-width: 360px;
}

.share-item-body {
    padding: 0 20px 20px;
}

.share-item-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.share-info-block {
    flex: 1 1 0;
    min-width: 0;
    padding: 14px 16px;
    border: 1px solid #e3ebf3;
    border-radius: 4px;
    background: #f7fafd;
}

.share-info-block-intro {
    flex: 1.2 1 0;
}

.share-info-label {
    display: block;
    margin-bottom: 8px;
    color: #7d8da0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.share-info-value {
    color: #31465c;
    font-size: 14px;
    line-height: 1.75;
    word-break: break-all;
}

.share-info-link {
    color: #365c88;
}

.share-item-disabled-tip {
    margin-top: 12px;
    padding: 11px 14px;
    border-radius: 4px;
    background: #f7f1e8;
    color: #8e6e3f;
    font-size: 13px;
}

.share-page-shell .share-action-chip {
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .share-item-head {
        flex-direction: column;
    }

    .share-item-actions {
        max-width: none;
        justify-content: flex-start;
    }

    .share-item-info-grid {
        flex-direction: column;
    }

    .share-info-block,
    .share-info-block-intro {
        flex: 1 1 auto;
    }
}

.legacy-file-table tbody td .bi {
    margin-right: 8px;
    color: #6287b6;
}

.node-name {
    vertical-align: middle;
}

.file-empty {
    padding: 60px 20px;
    text-align: center;
    color: #5f6d7f;
}

.empty-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 16px;
    border-radius: 4px;
    border: 1px solid #cbd4df;
    background: #eef2f6;
    color: #7d8ea2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
}

.toolbar-left .btn i {
    margin-right: 6px;
}

.legacy-modal {
    border: 1px solid #cdd6e1;
    border-radius: 4px;
}

.file-detail-panel {
    padding: 20px;
}

.file-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
    color: #44515f;
    font-size: 13px;
}

.file-preview-wrap {
    padding: 16px;
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    background: #f7f9fb;
    text-align: center;
}

.file-preview-image,
.file-preview-video {
    max-width: 100%;
    max-height: 480px;
}

.file-preview-empty {
    padding: 36px 20px;
    text-align: center;
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    background: #f7f9fb;
    color: #5f6d7f;
}

.file-preview-empty i {
    font-size: 52px;
    margin-bottom: 12px;
    color: #6287b6;
}

.file-preview-name {
    font-size: 14px;
}

.file-detail-actions {
    margin-top: 18px;
}

.upload-meta {
    padding: 12px 14px;
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    background: #f7f9fb;
}

.upload-file-name {
    font-size: 14px;
    font-weight: 700;
    color: #32404f;
    margin-bottom: 4px;
    word-break: break-all;
}

.upload-file-limit {
    font-size: 12px;
}

.upload-select-wrap {
    text-align: center;
}

.upload-select-btn {
    width: 100%;
    height: 58px;
    border: 1px solid #c7d1dd;
    border-radius: 4px;
    background: #f7f9fb;
    color: #44515f;
    font-size: 15px;
}

.upload-select-btn i {
    margin-right: 8px;
}

.upload-ready-panel {
    padding-top: 2px;
}

.upload-queue-panel {
    max-height: 250px;
    overflow-y: auto;
}

.upload-queue-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upload-queue-item {
    padding: 10px 12px;
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    background: #f7f9fb;
}

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

.upload-queue-name {
    color: #32404f;
    font-size: 13px;
    font-weight: 700;
    word-break: break-all;
}

.upload-queue-percent {
    color: #5f6d7f;
    font-size: 12px;
    white-space: nowrap;
}

.upload-queue-progress {
    height: 14px;
    margin-bottom: 6px;
}

.upload-queue-progress .progress-bar {
    font-size: 11px;
    line-height: 14px;
}

.upload-queue-state {
    font-size: 12px;
}

.upload-queue-progress .progress-bar.upload-progress-success {
    background: #5b9b5a;
}

.upload-queue-progress .progress-bar.upload-progress-error {
    background: #c85b55;
}

.upload-file-list {
    max-height: 132px;
    overflow-y: auto;
    border: 1px solid #dbe2ea;
    border-radius: 4px;
    background: #f9fbfd;
    padding: 8px 10px;
}

.upload-file-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    color: #44515f;
    font-size: 12px;
}

.upload-file-item i {
    color: #6287b6;
}

.legacy-progress {
    height: 18px;
    border-radius: 4px;
    background: #e3e9f0;
}

.legacy-progress .progress-bar {
    background: #6287b6;
    font-size: 12px;
    line-height: 18px;
}

.file-empty h3 {
    color: #44515f;
    font-size: 18px;
    margin-bottom: 10px;
}

.file-empty p {
    margin-bottom: 0;
}

.btn-primary {
    background: #476f9e;
    border-color: #3f638c;
}

.btn-primary:hover,
.btn-primary:focus {
    background: #3d6189;
    border-color: #36567c;
}

@media (max-width: 1280px) {
    .page-shell {
        width: calc(100% - 24px);
    }

    .legacy-navbar-wrap {
        padding: 0 18px;
    }
}

@media (max-width: 1100px) {
    .landing-stage-hero,
    .landing-stage-story,
    .landing-stage-feature-grid,
    .landing-stage-columns {
        grid-template-columns: 1fr;
    }

    .landing-metrics {
        grid-template-columns: 1fr;
    }

    .landing-story-sticky {
        position: static;
    }

    .landing-feature-panel {
        grid-template-columns: 1fr;
    }

    .landing-feature-visual {
        min-height: 220px;
    }

    .pan-shell {
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 14px;
    }

    .toolbar-card {
        flex-wrap: wrap;
    }

    .toolbar-search-form {
        margin-left: 0;
        max-width: none;
        justify-content: flex-start;
    }

    .toolbar-right {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-stage-copy,
    .landing-stage-visual,
    .landing-feature-panel,
    .landing-column-card,
    .landing-cta-card,
    .landing-story-intro {
        padding-left: 18px;
        padding-right: 18px;
    }

    .landing-stage-copy,
    .landing-column-card,
    .landing-cta-card,
    .landing-story-intro {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .landing-display,
    .landing-cta-card h2 {
        font-size: 34px;
    }

    .landing-story-intro h2,
    .landing-feature-copy h2,
    .landing-column-card h2 {
        font-size: 28px;
    }

    .landing-actions {
        flex-direction: column;
    }

    .landing-btn-main,
    .landing-btn-sub {
        width: 100%;
    }

    .landing-preview-stack {
        min-height: 440px;
    }

    .landing-floating-card-main,
    .landing-floating-card-side,
    .landing-floating-card-foot {
        position: static;
        width: auto;
        margin: 16px;
    }

    .landing-preview-stack {
        display: grid;
        align-content: start;
        padding-top: 4px;
    }

    .landing-story-screen,
    .landing-story-screen-content {
        min-height: 320px;
    }

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

/* Apple-style landing override */
.landing-body {
    min-height: 100%;
    color: #111111;
    background: #f5f5f7;
}

.landing-body .legacy-navbar {
    position: sticky;
    top: 0;
    z-index: 120;
    backdrop-filter: blur(18px);
    background: rgba(245, 245, 247, 0.82);
    border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.landing-body .legacy-brand-text strong {
    color: #111111;
}

.landing-body .legacy-brand-text small {
    color: #6e6e73;
}

.landing-body .page-shell {
    max-width: 1520px;
}

.landing-shell-apple {
    gap: 44px;
}

.landing-shell-apple .landing-stage {
    position: relative;
}

.landing-shell-apple .landing-stage-hero,
.landing-shell-apple .landing-stage-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
}

.landing-shell-apple .landing-stage-feature-stack,
.landing-shell-apple .landing-stage-quote {
    display: grid;
    gap: 28px;
}

.landing-shell-apple .landing-stage-copy,
.landing-shell-apple .landing-stage-visual,
.landing-shell-apple .landing-split-screen,
.landing-shell-apple .landing-story-step,
.landing-shell-apple .landing-feature-strip,
.landing-shell-apple .landing-quote-card {
    border-radius: 32px;
    background: #ffffff;
    border: 0;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.landing-shell-apple .landing-stage-copy,
.landing-shell-apple .landing-quote-card {
    padding: 52px 56px;
}

.landing-shell-apple .landing-stage-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 150px);
}

.landing-shell-apple .landing-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: #f0f1f4;
    color: #6e6e73;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-shell-apple .landing-display {
    margin: 22px 0 18px;
    color: #111111;
    font-size: 84px;
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-shadow: none;
}

.landing-shell-apple .landing-stage-text {
    max-width: 620px;
    margin: 0;
    color: #6e6e73;
    font-size: 22px;
    line-height: 1.55;
}

.landing-shell-apple .landing-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-shell-apple .landing-btn-main,
.landing-shell-apple .landing-btn-sub {
    min-width: 160px;
    border-radius: 999px;
    padding-left: 22px;
    padding-right: 22px;
}

.landing-shell-apple .landing-btn-main {
    background: #111111;
    border-color: #111111;
    color: #ffffff;
}

.landing-shell-apple .landing-btn-main:hover,
.landing-shell-apple .landing-btn-main:focus {
    background: #000000;
    border-color: #000000;
}

.landing-shell-apple .landing-btn-sub {
    background: #ffffff;
    border-color: #d2d2d7;
    color: #111111;
}

.landing-shell-apple .landing-btn-sub:hover,
.landing-shell-apple .landing-btn-sub:focus {
    background: #fbfbfd;
    border-color: #c6c6cc;
    color: #111111;
}

.landing-shell-apple .landing-stage-visual {
    padding: 24px;
    background: linear-gradient(180deg, #fbfbfd 0%, #f1f2f6 100%);
}

.landing-shell-apple .landing-minimal-panel {
    height: 100%;
    min-height: calc(100vh - 150px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-shell-apple .landing-minimal-window {
    width: 100%;
    max-width: 620px;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(17, 17, 17, 0.04);
}

.landing-shell-apple .landing-minimal-bar {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 16px 18px;
    background: #f7f7fa;
    border-bottom: 1px solid #ececf1;
}

.landing-shell-apple .landing-minimal-bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #d7d7dc;
}

.landing-shell-apple .landing-minimal-surface {
    display: grid;
    gap: 18px;
    padding: 28px;
}

.landing-shell-apple .landing-minimal-card {
    padding: 28px;
    border-radius: 26px;
    background: #fbfbfd;
    border: 1px solid #ededf2;
}

.landing-shell-apple .landing-minimal-card small,
.landing-shell-apple .landing-minimal-card strong {
    display: block;
}

.landing-shell-apple .landing-minimal-card small {
    color: #8e8e93;
    font-size: 12px;
    letter-spacing: 0.12em;
}

.landing-shell-apple .landing-minimal-card strong {
    margin-top: 14px;
    color: #111111;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.landing-shell-apple .landing-minimal-card-sub {
    margin-left: 56px;
}

.landing-shell-apple .landing-split-visual {
    min-width: 0;
}

.landing-shell-apple .landing-split-visual-sticky {
    position: sticky;
    top: 96px;
}

.landing-shell-apple .landing-split-screen {
    min-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 52px 56px;
    background:
        radial-gradient(circle at top center, rgba(232, 235, 245, 0.95) 0%, transparent 36%),
        linear-gradient(180deg, #ffffff 0%, #f6f6f8 100%);
}

.landing-shell-apple .landing-split-label {
    align-self: flex-start;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eff0f3;
    color: #6e6e73;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-shell-apple .landing-split-screen strong {
    display: block;
    margin-top: 18px;
    max-width: 560px;
    color: #111111;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.landing-shell-apple .landing-split-screen p {
    margin: 16px 0 0;
    max-width: 500px;
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.65;
}

.landing-shell-apple .landing-split-copy {
    display: grid;
    gap: 18px;
}

.landing-shell-apple .landing-story-step {
    padding: 34px 36px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 17, 17, 0.05);
    box-shadow: none;
}

.landing-shell-apple .landing-story-step.is-active {
    transform: translateY(-2px);
    border-color: rgba(17, 17, 17, 0.08);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.landing-shell-apple .landing-story-step span {
    color: #8e8e93;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.landing-shell-apple .landing-story-step h3 {
    margin: 16px 0 12px;
    color: #111111;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.landing-shell-apple .landing-story-step p {
    margin: 0;
    color: #6e6e73;
    font-size: 17px;
    line-height: 1.7;
}

.landing-shell-apple .landing-feature-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 20px;
    align-items: center;
    padding: 42px 46px;
}

.landing-shell-apple .landing-feature-copy h2 {
    margin: 18px 0 12px;
    color: #111111;
    font-size: 56px;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.landing-shell-apple .landing-feature-copy p {
    max-width: 560px;
    margin: 0;
    color: #6e6e73;
    font-size: 18px;
    line-height: 1.7;
}

.landing-shell-apple .landing-feature-visual {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: linear-gradient(180deg, #fbfbfd 0%, #f2f3f7 100%);
    border: 1px solid rgba(17, 17, 17, 0.04);
}

.landing-shell-apple .landing-feature-mark {
    color: #1b1b1d;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.landing-shell-apple .landing-feature-mark-alt {
    color: #2f3744;
}

.landing-shell-apple .landing-quote-card {
    padding: 68px 72px;
    text-align: center;
    background:
        radial-gradient(circle at top center, rgba(234, 237, 244, 0.98) 0%, transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fafafd 100%);
}

.landing-shell-apple .landing-quote-card h2 {
    margin: 18px 0 14px;
    color: #111111;
    font-size: 68px;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -0.06em;
}

.landing-shell-apple .landing-quote-card p {
    max-width: 640px;
    margin: 0 auto;
    color: #6e6e73;
    font-size: 19px;
    line-height: 1.7;
}

.landing-shell-apple .landing-quote-card .landing-actions {
    justify-content: center;
}

.landing-shell-apple .landing-reveal-item {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .88s ease, transform .88s cubic-bezier(.19, 1, .22, 1);
}

.landing-shell-apple .landing-reveal-section.is-visible .landing-reveal-item,
.landing-shell-apple .landing-story-step.is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1180px) {
    .landing-shell-apple .landing-stage-hero,
    .landing-shell-apple .landing-stage-split {
        grid-template-columns: 1fr;
    }

    .landing-shell-apple .landing-feature-strip {
        grid-template-columns: 1fr;
    }

    .landing-shell-apple .landing-split-visual-sticky {
        position: static;
    }

    .landing-shell-apple .landing-stage-copy,
    .landing-shell-apple .landing-split-screen {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .landing-shell-apple .landing-stage-copy,
    .landing-shell-apple .landing-story-step,
    .landing-shell-apple .landing-feature-strip,
    .landing-shell-apple .landing-quote-card {
        padding: 28px 22px;
        border-radius: 24px;
    }

    .landing-shell-apple .landing-display {
        font-size: 48px;
    }

    .landing-shell-apple .landing-stage-text,
    .landing-shell-apple .landing-feature-copy p,
    .landing-shell-apple .landing-split-screen p,
    .landing-shell-apple .landing-story-step p,
    .landing-shell-apple .landing-quote-card p {
        font-size: 16px;
    }

    .landing-shell-apple .landing-minimal-card strong,
    .landing-shell-apple .landing-story-step h3,
    .landing-shell-apple .landing-feature-copy h2 {
        font-size: 32px;
    }

    .landing-shell-apple .landing-split-screen {
        min-height: auto;
        padding: 30px 22px;
        border-radius: 24px;
    }

    .landing-shell-apple .landing-split-screen strong,
    .landing-shell-apple .landing-quote-card h2 {
        font-size: 42px;
    }

    .landing-shell-apple .landing-minimal-card-sub {
        margin-left: 0;
    }

    .landing-shell-apple .landing-actions {
        flex-direction: column;
    }

    .landing-shell-apple .landing-btn-main,
    .landing-shell-apple .landing-btn-sub {
        width: 100%;
    }
}

/* Restore light landing style */
.landing-shell {
    display: grid;
    gap: 20px;
}

.landing-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    gap: 20px;
    align-items: stretch;
}

.landing-hero-copy,
.landing-hero-panel,
.landing-feature-card {
    border: 1px solid #cdd6e1;
    border-radius: 6px;
    background: #fff;
    box-shadow: none;
}

.landing-hero-copy {
    padding: 32px 34px;
    background:
        radial-gradient(circle at top left, rgba(133, 165, 203, 0.18), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.landing-kicker {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e8eef5;
    color: #486586;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: none;
    border: 0;
}

.landing-hero-copy h1 {
    margin: 18px 0 12px;
    color: #23364a;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: normal;
    text-shadow: none;
}

.landing-summary {
    max-width: 600px;
    margin: 0;
    color: #5a6a7d;
    font-size: 15px;
    line-height: 1.9;
}

.landing-actions {
    margin-top: 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.landing-btn-main,
.landing-btn-sub {
    min-width: 148px;
    border-radius: 3px;
}

.landing-metrics {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.landing-metric {
    padding: 14px 14px 12px;
    border: 1px solid #dbe3ec;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.86);
}

.landing-metric strong,
.landing-metric span {
    display: block;
}

.landing-metric strong {
    color: #314255;
    font-size: 14px;
    font-weight: 700;
}

.landing-metric span {
    margin-top: 6px;
    color: #748396;
    font-size: 12px;
    line-height: 1.7;
}

.landing-hero-panel {
    padding: 18px;
    background: linear-gradient(180deg, #f7fafd 0%, #eef3f8 100%);
}

.landing-preview-card {
    height: 100%;
    border: 1px solid #d4dde7;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 40px rgba(58, 81, 108, 0.1);
}

.landing-preview-top {
    display: flex;
    gap: 7px;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid #dde5ee;
    background: #f5f8fb;
}

.landing-preview-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #c3cedb;
}

.landing-preview-body {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    min-height: 420px;
}

.landing-preview-sidebar {
    padding: 16px 14px;
    border-right: 1px solid #e3e9f0;
    background: #fbfcfe;
}

.landing-preview-sidebar-title {
    color: #69788a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.landing-preview-sidebar-item {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 12px;
    border-radius: 3px;
    color: #4f6277;
    font-size: 13px;
}

.landing-preview-sidebar-item.is-active {
    background: #e6edf5;
    color: #2d5685;
    font-weight: 700;
}

.landing-preview-capacity {
    margin-top: 18px;
    padding: 14px 12px;
    border: 1px solid #dde5ee;
    border-radius: 4px;
    background: #fff;
}

.landing-preview-capacity small,
.landing-preview-capacity strong,
.landing-preview-capacity span {
    display: block;
}

.landing-preview-capacity small,
.landing-preview-capacity span {
    color: #738396;
    font-size: 12px;
}

.landing-preview-capacity strong {
    margin: 6px 0;
    color: #2f4258;
    font-size: 20px;
    font-weight: 800;
}

.landing-preview-main {
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.landing-preview-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e3e9f0;
}

.landing-preview-toolbar strong,
.landing-preview-toolbar span {
    display: block;
}

.landing-preview-toolbar strong {
    color: #2c4056;
    font-size: 18px;
    font-weight: 800;
}

.landing-preview-toolbar span {
    margin-top: 5px;
    color: #748396;
    font-size: 12px;
}

.landing-preview-toolbar-badge {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #edf3f8;
    color: #567291;
    font-size: 12px;
    font-weight: 700;
}

.landing-preview-list {
    margin-top: 16px;
    display: grid;
    gap: 12px;
}

.landing-preview-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 14px;
    border: 1px solid #e1e8f0;
    border-radius: 4px;
    background: #fff;
}

.landing-preview-file {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.landing-preview-file i {
    color: #5f7ea5;
    font-size: 22px;
}

.landing-preview-file strong,
.landing-preview-file span {
    display: block;
}

.landing-preview-file strong {
    color: #33475d;
    font-size: 14px;
    font-weight: 700;
}

.landing-preview-file span {
    margin-top: 5px;
    color: #7a8797;
    font-size: 12px;
}

.landing-preview-row em {
    flex: 0 0 auto;
    margin: 0;
    color: #59738f;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

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

.landing-feature-card {
    padding: 22px 22px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.landing-feature-card-wide {
    grid-column: 1 / -1;
}

.landing-feature-icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e8eef5;
    color: #3f618a;
    font-size: 21px;
}

.landing-feature-card h2 {
    margin: 16px 0 10px;
    color: #2f4258;
    font-size: 20px;
    font-weight: 800;
}

.landing-feature-card p {
    margin: 0;
    color: #708094;
    font-size: 13px;
    line-height: 1.9;
}

@media (max-width: 1100px) {
    .landing-hero {
        grid-template-columns: 1fr;
    }

    .landing-metrics,
    .landing-section-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .landing-hero-copy,
    .landing-hero-panel,
    .landing-feature-card {
        padding-left: 18px;
        padding-right: 18px;
    }

    .landing-hero-copy {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .landing-hero-copy h1 {
        font-size: 34px;
    }

    .landing-actions {
        flex-direction: column;
    }

    .landing-btn-main,
    .landing-btn-sub {
        width: 100%;
    }

    .landing-preview-body {
        grid-template-columns: 1fr;
    }

    .landing-preview-sidebar {
        border-right: 0;
        border-bottom: 1px solid #e3e9f0;
    }
}

.share-pagination-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.share-pagination-wrap .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.share-pagination-wrap .pagination li a,
.share-pagination-wrap .pagination li span {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #d7e0ea;
    border-radius: 4px;
    background: #ffffff;
    color: #526579;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
    transition: all .18s ease;
}

.share-pagination-wrap .pagination li a:hover,
.share-pagination-wrap .pagination li a:focus {
    border-color: #9db1c8;
    background: #f8fbfd;
    color: #24384d;
    text-decoration: none;
}

.share-pagination-wrap .pagination li.active span {
    border-color: #3e658e;
    background: #3e658e;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(62, 101, 142, 0.22);
}

.share-pagination-wrap .pagination li.disabled span {
    border-color: #e3e9f0;
    background: #f7f9fb;
    color: #a0adba;
    box-shadow: none;
}

.share-comment-panel {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.share-comment-card {
    margin-top: 0;
}

.share-comment-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.share-comment-head h3 {
    margin: 0;
    color: #314255;
    font-size: 20px;
    font-weight: 700;
}

.share-comment-head p {
    margin: 8px 0 0;
    color: #738295;
    font-size: 13px;
    line-height: 1.8;
}

.share-comment-count {
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef3f8;
    color: #4a617d;
    font-size: 12px;
    font-weight: 700;
}

.share-comment-editor {
    margin-top: 16px;
    padding: 16px;
    border: 1px solid #d8e0ea;
    border-radius: 6px;
    background: #f9fbfd;
}

.share-comment-replying {
    margin-bottom: 10px;
    color: #51667e;
    font-size: 13px;
}

.share-comment-editor .form-control {
    min-height: 112px;
    resize: vertical;
}

.share-comment-editor-foot {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.share-comment-list {
    margin-top: 18px;
    display: grid;
    gap: 16px;
}

.share-comment-item {
    display: flex;
    gap: 14px;
    padding: 16px;
    border: 1px solid #d9e2eb;
    border-radius: 6px;
    background: #fff;
}

.share-comment-avatar {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #d4dce5;
}

.share-comment-avatar-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d9e4ef;
    color: #3d5e82;
    font-size: 16px;
    font-weight: 700;
}

.share-comment-body,
.share-comment-body-mobile {
    min-width: 0;
    flex: 1;
}

.share-comment-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.share-comment-meta strong {
    color: #314255;
    font-size: 14px;
}

.share-comment-meta span {
    color: #7a8797;
    font-size: 12px;
}

.share-comment-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border: 1px solid #d9c28d;
    border-radius: 999px;
    background: #fff8e7;
    color: #8a6a21;
    font-size: 11px;
    font-style: normal;
    line-height: 1.2;
}

.share-comment-content {
    margin-top: 8px;
    color: #425160;
    font-size: 14px;
    line-height: 1.8;
    white-space: pre-wrap;
    word-break: break-word;
}

.share-comment-reply-prefix {
    color: #54739b;
    font-weight: 700;
}

.share-comment-actions {
    margin-top: 8px;
}

.share-comment-actions .btn-link {
    padding: 0;
    color: #59789d;
    font-size: 12px;
}

.share-comment-replies {
    margin-top: 14px;
    padding: 14px;
    border-radius: 6px;
    background: #f4f7fa;
    display: grid;
    gap: 12px;
}

.share-comment-reply-item + .share-comment-reply-item {
    padding-top: 12px;
    border-top: 1px solid #dde5ee;
}

.share-comment-empty {
    padding: 20px 16px;
    border: 1px dashed #cbd5df;
    border-radius: 6px;
    background: #f9fbfd;
    color: #728195;
    text-align: center;
}

.share-comment-empty i {
    margin-right: 8px;
}
