body > .ls-empty {
    width: min(1180px, calc(100% - 24px));
    margin: 24px auto 40px;
    min-height: 260px;
    padding: 42px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 24px;
    border: 1px solid color-mix(in srgb, #3b82f6 12%, #e5e7eb);
    background:
        radial-gradient(circle at top, color-mix(in srgb, #3b82f6 10%, transparent), transparent 56%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    text-align: center;
}

body > .ls-empty i {
    font-size: 42px;
    line-height: 1;
    color: color-mix(in srgb, #3b82f6 68%, #94a3b8);
}

body > .ls-empty span {
    max-width: 640px;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.8;
}

body.sw-is-dragging {
    user-select: none;
}

.YXYH-pc-page-secret-wall {
    width: min(1180px, calc(100% - 32px));
    min-height: calc(100vh - 64px - 40px);
    margin: 20px auto 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    isolation: isolate;
}

.sw-page-mark {
    position: absolute;
    top: 14px;
    left: 60px;
    z-index: 4;
    display: inline-flex;
    align-items: baseline;
    gap: 10px;
    pointer-events: none;
    user-select: none;
    color: rgb(0 0 0 / 20%);
    opacity: 0.72;
    mix-blend-mode: multiply;
}

.sw-page-mark span {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.04em;
}

.sw-total-toggle {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    min-width: 38px;
    height: 34px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, #ffffff 62%, #3b82f6 10%);
    border-radius: 999px;
    background: color-mix(in srgb, #ffffff 78%, #3b82f6 22%);
    color: color-mix(in srgb, #64748b 78%, #3b82f6 22%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    user-select: none;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.32);
}

.sw-mood-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    padding: 5px 9px;
    flex: none;
    background: #eef0f7;
    color: #786f66;
}

.sw-detail-comments-total {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    font-size: 12px;
    color: #64748b;
}

.sw-detail-comments-head p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #64748b;
}

.sw-empty-hint p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #64748b;
}

.sw-note-user {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1;
}

.sw-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.sw-comment-compose {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sw-compose-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}

.sw-actions {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.sw-compose-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sw-detail-comments-total em {
    font-style: normal;
    color: #1f2937;
}

.sw-detail-comments-head h4 {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    color: #1f2937;
}

.sw-empty-hint strong {
    display: block;
    margin: 0 0 4px;
    font-size: 14px;
    color: #1f2937;
}

.sw-compose-btn {
    transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease, opacity 0.16s ease;
    border: 0;
    background: #3b82f6;
    color: #ffffff;
    cursor: pointer;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: visible;
    isolation: isolate;
    border-radius: 999px;
    font-size: 21px;
    transform: translate(-48%, -48%);
    box-shadow:
        0 0 0 12px #f5f7fb,
        0 18px 34px rgba(11, 56, 104, 0.16);
}

.sw-compose-btn::after {
    content: "";
    position: absolute;
    inset: -6px;
    z-index: -1;
    border-radius: inherit;
    background: color-mix(in srgb, #3b82f6 18%, transparent);
    filter: blur(10px);
    opacity: 0.28;
    animation: sw-compose-halo 2.8s ease-in-out infinite;
}

.sw-compose-btn i {
    animation: sw-compose-icon 3.2s ease-in-out infinite;
}

.sw-compose-btn:focus-visible {
    outline: 2px solid color-mix(in srgb, #3b82f6 32%, transparent);
    outline-offset: 3px;
}

.sw-wall-stage {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    min-height: 0;
}

.sw-wall-board {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 64px - 40px);
    padding: 56px 16px 22px;
    border-radius: calc(12px + 8px);
    overflow: hidden;
    background:
        linear-gradient(180deg, color-mix(in srgb, #ffffff 96%, #fc8416 4%) 0%, color-mix(in srgb, #ffffff 91%, #66d3c0 9%) 100%);
}

.sw-wall-board::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0, rgba(255, 255, 255, 0.34) 1px, transparent 1px, transparent 132px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0, rgba(255, 255, 255, 0.28) 1px, transparent 1px, transparent 132px);
    opacity: 0.38;
    pointer-events: none;
}

.sw-wall-board::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
        radial-gradient(circle at 14% 12%, color-mix(in srgb, #fc8416 18%, transparent) 0, transparent 15%),
        radial-gradient(circle at 82% 22%, color-mix(in srgb, #3b82f6 16%, transparent) 0, transparent 12%),
        radial-gradient(circle at 64% 78%, color-mix(in srgb, #66d3c0 18%, transparent) 0, transparent 14%);
    pointer-events: none;
}

.sw-note-list {
    position: relative;
    flex: 1;
    min-height: 540px;
}

.sw-note-list.is-empty {
    min-height: 0;
    height: auto !important;
    display: flex;
    align-items: center;
}

.sw-note-card {
    position: absolute;
    left: 0;
    top: 0;
    width: 182px;
    aspect-ratio: 1 / 1;
    cursor: grab;
    outline: none;
    z-index: 1;
    overflow: visible;
    transition: filter 0.18s ease, opacity 0.18s ease;
}

.sw-note-card:hover {
    filter: saturate(1.03);
}

.sw-note-card.is-dragging {
    cursor: grabbing;
    transition: none;
    filter: saturate(1.08);
}

.sw-note-card:focus-visible .sw-note-paper {
    outline: 2px solid color-mix(in srgb, #3b82f6 26%, transparent);
    outline-offset: 2px;
}

.sw-note-paper {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px 15px 10px;
    border-radius: 20px 22px 18px 22px;
    background: color-mix(in srgb, #ffffff 92%, #fc8416 8%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    height: 100%;
}

.sw-detail-note {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 14px 13px;
    border-radius: 22px 22px 18px 20px;
    background: color-mix(in srgb, #ffffff 92%, #fc8416 8%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.sw-note-paper::before {
    content: "";
    position: absolute;
    top: -10px;
    width: 54px;
    height: 18px;
    border-radius: 5px;
    background: color-mix(in srgb, #ffffff 76%, #fc8416 24%);
    opacity: 0.74;
    right: 18px;
    transform: rotate(8deg);
}

.sw-detail-note::before {
    content: "";
    position: absolute;
    top: -10px;
    width: 54px;
    height: 18px;
    border-radius: 5px;
    background: color-mix(in srgb, #ffffff 76%, #fc8416 24%);
    opacity: 0.74;
    left: 26px;
    transform: rotate(-7deg);
}

.sw-note-paper::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.46), transparent 28%, rgba(11, 56, 104, 0.04));
}

.sw-detail-note::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.44), transparent 28%, rgba(11, 56, 104, 0.04));
}

.sw-note-paper[data-mood="plain"] {
    background: linear-gradient(180deg, color-mix(in srgb, #ffffff 95%, #fc8416 5%) 0%, color-mix(in srgb, #ffffff 90%, #3b82f6 10%) 100%);
}

.sw-detail-note[data-mood="plain"] {
    background: linear-gradient(180deg, color-mix(in srgb, #ffffff 95%, #fc8416 5%) 0%, color-mix(in srgb, #ffffff 90%, #3b82f6 10%) 100%);
}

.sw-note-paper[data-mood="happy"] {
    background: color-mix(in srgb, #ffffff 88%, #facc15 12%);
}

.sw-detail-note[data-mood="happy"] {
    background: color-mix(in srgb, #ffffff 88%, #facc15 12%);
}

.sw-note-paper[data-mood="sad"] {
    background: color-mix(in srgb, #ffffff 88%, #60a5fa 12%);
}

.sw-detail-note[data-mood="sad"] {
    background: color-mix(in srgb, #ffffff 88%, #60a5fa 12%);
}

.sw-note-paper[data-mood="angry"] {
    background: color-mix(in srgb, #ffffff 88%, #f87171 12%);
}

.sw-detail-note[data-mood="angry"] {
    background: color-mix(in srgb, #ffffff 88%, #f87171 12%);
}

.sw-note-paper[data-mood="love"] {
    background: color-mix(in srgb, #ffffff 88%, #fb7185 12%);
}

.sw-detail-note[data-mood="love"] {
    background: color-mix(in srgb, #ffffff 88%, #fb7185 12%);
}

.sw-note-paper[data-mood="confused"] {
    background: color-mix(in srgb, #ffffff 88%, #f59e0b 12%);
}

.sw-detail-note[data-mood="confused"] {
    background: color-mix(in srgb, #ffffff 88%, #f59e0b 12%);
}

.sw-note-paper[data-mood="calm"] {
    background: color-mix(in srgb, #ffffff 88%, #66d3c0 12%);
}

.sw-detail-note[data-mood="calm"] {
    background: color-mix(in srgb, #ffffff 88%, #66d3c0 12%);
}

.sw-note-paper[data-mood="excited"] {
    background: color-mix(in srgb, #ffffff 88%, #fb923c 12%);
}

.sw-detail-note[data-mood="excited"] {
    background: color-mix(in srgb, #ffffff 88%, #fb923c 12%);
}

.sw-note-paper[data-mood="tired"] {
    background: color-mix(in srgb, #ffffff 88%, #818cf8 12%);
}

.sw-detail-note[data-mood="tired"] {
    background: color-mix(in srgb, #ffffff 88%, #818cf8 12%);
}

.sw-note-paper[data-mood="anxious"] {
    background: color-mix(in srgb, #ffffff 88%, #c084fc 12%);
}

.sw-detail-note[data-mood="anxious"] {
    background: color-mix(in srgb, #ffffff 88%, #c084fc 12%);
}

.sw-note-paper[data-mood="hopeful"] {
    background: color-mix(in srgb, #ffffff 88%, #34d399 12%);
}

.sw-detail-note[data-mood="hopeful"] {
    background: color-mix(in srgb, #ffffff 88%, #34d399 12%);
}

.sw-note-paper[data-mood="sunny"] {
    background: color-mix(in srgb, #ffffff 88%, #fbbf24 12%);
}

.sw-detail-note[data-mood="sunny"] {
    background: color-mix(in srgb, #ffffff 88%, #fbbf24 12%);
}

.sw-note-paper[data-mood="energetic"] {
    background: color-mix(in srgb, #ffffff 88%, #a3e635 12%);
}

.sw-detail-note[data-mood="energetic"] {
    background: color-mix(in srgb, #ffffff 88%, #a3e635 12%);
}

.sw-note-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
}

.sw-note-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px dashed color-mix(in srgb, #94a3b8 22%, transparent);
}

.sw-post-time {
    font-size: 11px;
    color: #94a3b8;
}

.sw-detail-muted {
    font-size: 11px;
    color: #94a3b8;
}

.sw-char-count {
    font-size: 11px;
    color: #94a3b8;
    padding: 0 10px;
}

.sw-comment-time {
    font-size: 11px;
    color: #94a3b8;
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
}

.sw-anon-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
    flex: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 13px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.42);
}

.sw-comment-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #ffffff;
    flex: none;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 11px;
}

.sw-anon-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sw-comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sw-note-body {
    flex: 1;
    min-height: 0;
    font-size: 12px;
    line-height: 1.76;
    color: #1f2937;
    white-space: pre-wrap;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 2px 1px 0;
}

.sw-detail-body {
    color: #1f2937;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 14px;
    line-height: 1.9;
}

.sw-comment-text {
    color: #1f2937;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.72;
    min-width: 0;
    flex: 1;
}

.sw-note-top .sw-mood-tag {
    margin-left: auto;
    padding: 4px 8px;
    font-size: 10px;
}

.sw-note-top .sw-anon-avatar {
    width: 34px;
    height: 34px;
    font-size: 14px;
    border: 3px solid #fff;
    box-shadow: 0 4px 14px rgba(11, 56, 104, 0.12);
    background-clip: padding-box;
}

.sw-note-top .sw-mood-tag i {
    font-size: 11px;
}

.sw-note-bottom .sw-post-time {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 0.02em;
    color: color-mix(in srgb, #94a3b8 72%, #ffffff 28%);
}

.sw-note-action-btn {
    width: auto;
    min-width: 0;
    height: 24px;
    padding: 0 3px;
    font-size: 11px;
    display: flex;
    gap: 3px;
    color: #888;
    align-items: center;
}

.sw-note-action-btn i {
    font-size: 12px;
}
.sw-note-action-btn em {
    font-style: normal;
}
.sw-mood-btn {
    position: relative;
    background: #eef0f7;
    color: #786f66;
    border: 0;
    cursor: pointer;
    height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 12px;
    justify-content: center;
}

.sw-mood-happy {
    background: #fff0b8;
    color: #ca8a04;
}

.sw-mood-sad {
    background: #dae6ff;
    color: #2563eb;
}

.sw-mood-angry {
    background: #ffd1c3;
    color: #dc2626;
}

.sw-mood-love {
    background: #ffd5e5;
    color: #e11d48;
}

.sw-mood-confused {
    background: #e4dcff;
    color: #9333ea;
}

.sw-mood-calm {
    background: #d4f2e4;
    color: #0f766e;
}

.sw-mood-excited {
    background: #ffd8b4;
    color: #ea580c;
}

.sw-mood-tired {
    background: #dcdaf5;
    color: #4f46e5;
}

.sw-mood-anxious {
    background: #ffe0b7;
    color: #d97706;
}

.sw-mood-hopeful {
    background: #e1f0c1;
    color: #059669;
}

.sw-mood-sunny {
    background: #ffe29a;
    color: #b45309;
}

.sw-mood-energetic {
    background: #c9ed8f;
    color: #4d7c0f;
}

.sw-action-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
}

.sw-action-btn i {
    font-size: 12px;
}

.sw-action-btn.is-active[data-type="like"] {
    color: #e11d48;
}

.sw-action-btn.is-loading {
    pointer-events: none;
    opacity: 0.6;
}

.sw-comment-send.is-loading {
    pointer-events: none;
    opacity: 0.6;
}

.sw-submit-btn.is-loading {
    pointer-events: none;
    opacity: 0.6;
}

.sw-delete-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    cursor: pointer;
}

.sw-delete-btn:hover {
    color: #d34947;
}
.sw-delete-btn i {
    font-size: 12px;
}
.sw-empty-hint {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 26px 18px;
    border-radius: calc(12px + 4px);
    background: color-mix(in srgb, #ffffff 90%, #3b82f6 10%);
    color: #64748b;
}

.sw-empty-hint i {
    font-size: 22px;
    color: color-mix(in srgb, #3b82f6 60%, #94a3b8);
}

.sw-detail-panel {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sw-detail-comments {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sw-detail-comments-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.sw-detail-comments-title {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}

.sw-detail-comments-title h4 {
    margin: 0;
}

.sw-comments-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 268px;
    overflow-y: auto;
    min-height: 50px;
}

.sw-comments-more {
    display: flex;
    justify-content: center;
    padding: 2px 4px 4px;
    color: #94a3b8;
    font-size: 11px;
    line-height: 1.5;
}

.sw-comments-more.is-loading {
    opacity: 0.72;
}

.sw-comments-more .js-sw-comments-more-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
}

.sw-comments-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px;
    font-size: 12px;
    color: #94a3b8;
}

.sw-comments-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px;
    font-size: 12px;
    color: #94a3b8;
}

.sw-comments-loading i {
    font-size: 15px;
    animation: sw-spin 1s linear infinite;
}

.sw-comment-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #ebf5fd;
}

.sw-comment-body {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sw-comment-input-wrap {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #EEEEEE;
    padding: 0 5px;
    border-radius: 25px;
    height: 40px;
}

.sw-comment-input {
    flex: 1;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    background: #eeeeee;
}

.sw-compose-textarea {
    width: 100%;
    min-height: 80px;
    max-height: 350px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.8;
    resize: none;
    padding: 10px;
}

.sw-comment-input[data-placeholder]:empty::before {
    content: attr(data-placeholder);
    color: #94a3b8;
    pointer-events: none;
}

.sw-compose-textarea[data-placeholder]:empty::before {
    content: attr(data-placeholder);
    color: #94a3b8;
    pointer-events: none;
}

.sw-comment-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 10px;
    background: var(--ls-primary);
    color: #fffaf2;
    cursor: pointer;
}

.sw-compose-inner {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sw-compose-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sw-compose-textarea-wrap {
    position: relative;
    border-radius: 16px;
    background: #eaf5ff;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sw-mood-btn:hover {
    transform: translateY(-1px);
}

.sw-mood-btn.is-active::after {
    content: "";
    position: absolute;
    left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
}

.sw-compose-textarea-wrap .sw-char-count {
    color: #94a3b8;
    pointer-events: none;
}

.sw-emoji-btn {
    width: 40px;
    height: 40px;
    color: #888;
    cursor: pointer;
}

.sw-emoji-btn:hover {
    color: #3b82f6;
}

.sw-compose-moods {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.sw-compose-cost {
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 1.5;
    color: color-mix(in srgb, #64748b 76%, #ffffff 24%);
}

.sw-compose-cost i {
    font-size: 13px;
    opacity: 0.78;
}

.sw-compose-cost-prefix {
    white-space: nowrap;
}

/* //YXYH-20260424-0043-发布费用高亮改为纯文字颜色 */
.sw-compose-cost-highlight {
    white-space: nowrap;
    color: color-mix(in srgb, #3b82f6 78%, #9f4a1e 22%);
    font-weight: 700;
}

.sw-submit-btn {
    height: 40px;
    padding: 0 30px;
    border-radius: 999px;
    background: var(--ls-primary);
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.sw-submit-btn:hover {
    opacity: .7;
}
#ls-sw-compose-modal .ls-modal-content {
    overflow: hidden;
    border-radius: 24px;
    max-width: 92vw;
    width: 500px;
}

#ls-sw-detail-modal .ls-modal-content {
    overflow: hidden;
    border-radius: 24px;
    max-width: 92vw;
    width: 380px;
}

#ls-sw-compose-modal .ls-modal-header {
    padding: 18px 22px 0;
    border-bottom: 0;
}

#ls-sw-detail-modal .ls-modal-header {
    padding: 18px 22px 0;
    border-bottom: 0;
}

#ls-sw-compose-modal .ls-modal-body {
    padding: 18px 22px 24px;
}

#ls-sw-detail-modal .ls-modal-body {
    padding: 18px 22px 24px;
}

@keyframes sw-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes sw-compose-halo {
    0%,
    100% {
        opacity: 0.2;
        transform: scale(0.96);
    }
    50% {
        opacity: 0.34;
        transform: scale(1.08);
    }
}

@keyframes sw-compose-icon {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    35% {
        transform: translateY(-1px) rotate(-7deg);
    }
    70% {
        transform: translateY(1px) rotate(6deg);
    }
}

@media (max-width: 767px) {
    .YXYH-pc-page-secret-wall {
        width: calc(100% - 16px);
        min-height: calc(100vh - 64px - 12px);
        margin-top: 12px;
    }

    .sw-compose-btn {
        top: 14px;
        left: 14px;
        width: 52px;
        height: 52px;
        font-size: 18px;
        box-shadow:
            0 0 0 8px #f5f7fb,
            0 14px 28px rgba(11, 56, 104, 0.14);
    }

    .sw-page-mark {
        top: 14px;
        left: 50px;
    }

    .sw-page-mark span {
        font-size: 20px;
    }

    .sw-total-toggle {
        top: 12px;
        right: 12px;
        min-width: 34px;
        height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }

    .sw-wall-board {
        min-height: calc(100vh - 64px - 24px);
        padding-top: 70px;
    }
}
