<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #f0f2f5;
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
}
.topbar {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    padding: 10px 20px;
    flex-wrap: nowrap !important;
    min-width: 0;
    overflow: hidden;
    gap: 0.8em;
}
.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    /* ��綺�綣靶��常���鮫紵�篏��ヨ�篌�荀��� */
}
.channel-info {
    min-width: 0;
    flex: 1 1 0%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.channel-info h1,
.channel-info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin: 0;
    line-height: 1.2;
}
.channel-info h1 {
    font-size: 1.2rem;
}
.channel-info p {
    color: #666;
    font-size: 0.9rem;
    margin-top: 2px;
}
.back-button {
    margin-left: auto;
    color: #3498db;
    text-decoration: none;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex-shrink: 0;
    margin-left: 0.6em;
}

.container {
    max-width: 600px;
    margin: 20px auto;
    padding: 0 16px;
}
.post {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 20px;
    overflow: hidden;
    transition: transform 0.3s;
}
.post:hover {
    transform: translateY(-4px);
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eaeaea;
}
.time, .views {
    color: #888;
    font-size: 0.9rem;
}
.content {
    padding: 16px;
    line-height: 1.6;
    color: #333;
}
.adaptive-img {
    width: 100%;
    height: auto;
    max-height: 300px;
    border-radius: 8px;
    margin-top: 12px;
    object-fit: contain;
    transition: opacity 0.5s;
}
.visit-counter {
    position: static !important;
    right: auto;
    top: auto;
    font-size: 16px;
    font-family: inherit;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    flex-shrink: 0;
    margin-left: 0.6em;
    padding-left: 0.5em;
}
.adaptive-img:hover {
    opacity: 0.85;
}
.tags {
    padding: 12px 16px;
    border-top: 1px solid #eaeaea;
}
.tag {
    display: inline-block;
    margin-right: 8px;
    text-decoration: none;
    color: #3498db;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: rgba(52, 152, 219, 0.1);
}
.tag:hover, .tag.active {
    background-color: #3498db;
    color: #fff;
}

/* ��絲号�雁�絮鎶�����綺�絖�篏�筝��頑�筝�篆���罸�箴�鐚�Logo箙�膽��� */
@media (max-width: 600px) {
    .topbar {
        padding: 8px 6px !important;
        gap: 0.5em;
    }
    .container {
        max-width: 100%;
        padding: 0 6px;
    }
    .avatar {
        width: 36px;
        height: 36px;
        margin-right: 8px;
    }
    .channel-info h1 {
        font-size: min(1.2rem, 7vw) !important;
    }
    .channel-info p {
        font-size: min(0.9rem, 5vw) !important;
    }
    .back-button,
    .visit-counter {
        font-size: min(0.95rem, 4vw) !important;
    }
}
/* 莇���腦�絮��絋�絨���尩���菴�筝�罩ョ而絨�Logo��絖�篏� */
@media (max-width: 370px) {
    .topbar {
        gap: 0.3em;
    }
    .avatar {
        width: 28px;
        height: 28px;
        margin-right: 6px;
    }
    .channel-info h1 {
        font-size: min(1rem, 5.5vw) !important;
    }
    .channel-info p {
        font-size: min(0.75rem, 4vw) !important;
    }
}
.link-preview {
    display: flex;
    align-items: center;
    background: #f7fafd;
    border: 1px solid #e5e9f2;
    border-radius: 8px;
    margin-top: 8px;
    padding: 7px 10px;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    font-size: 0.92em;
    min-height: 36px;
    max-width: 380px;
    cursor: pointer;
    transition: 
        box-shadow 0.24s cubic-bezier(.4,0,.2,1),
        transform 0.22s cubic-bezier(.4,0,.2,1),
        background 0.22s cubic-bezier(.4,0,.2,1),
        opacity 0.5s;
    opacity: 0;
    animation: linkPreviewFadeIn 0.7s cubic-bezier(.4,0,.2,1) 0.08s forwards;
}

@keyframes linkPreviewFadeIn {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Pagination Styles */
.pagination {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0; /* Remove any list-style padding if it were a ul/li */
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 4px 4px 4px; /* Added bottom margin for wrapping */
    border: 1px solid #ddd;
    color: #3498db; /* Using existing theme blue */
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.pagination a:hover {
    background-color: #e9f5fd; /* Lighter theme blue */
    color: #2980b9; /* Darker theme blue */
    border-color: #a0d3f0;
}

.pagination .active {
    background-color: #3498db; /* Theme blue */
    color: white;
    border-color: #3498db; /* Theme blue */
    cursor: default;
}

.pagination .active:hover { /* Active page should not change on hover */
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

.pagination .disabled {
    color: #aaa;
    background-color: #f9f9f9;
    border-color: #eee;
    cursor: not-allowed;
}

.pagination .disabled:hover { /* Disabled should not change on hover */
    color: #aaa;
    background-color: #f9f9f9;
    border-color: #eee;
}

.pagination span.ellipsis { /* Specific styling for ellipsis */
    color: #555;
    background-color: transparent;
    border-color: transparent; /* No border for ellipsis */
    cursor: default;
    padding-left: 6px; /* Adjust spacing if needed */
    padding-right: 6px;
}
/* End Pagination Styles */
.link-preview:hover {
    box-shadow: 0 6px 24px rgba(52,152,219,0.12), 0 2px 8px rgba(0,0,0,0.06);
    background: #eaf4fc;
    transform: scale(1.025) translateY(-2px);
}

.link-preview-thumb {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #ddd;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: box-shadow 0.2s;
}
.link-preview-content {
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
}
.link-preview-title {
    font-weight: bold;
    color: #1769aa;
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2px;
}
.link-preview-desc {
    color: #555;
    font-size: 0.93em;
    line-height: 1.2;
    max-height: 2.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.link-preview-domain {
    color: #888;
    font-size: 0.87em;
    margin-top: 1px;
}


/* Telegram�弱��弱� */
.tg-text {
    white-space: pre-line;
    word-break: break-word;
    line-height: 1.7;
    font-size: 1em;
}

/* 紊��乗舟�㊥�桁� */
.image-gallery {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.image-gallery .adaptive-img {
    width: calc(33.33% - 6px);
    max-width: 180px;
    max-height: 110px;
    border-radius: 7px;
    cursor: pointer;
    object-fit: cover;
    transition: box-shadow 0.2s, transform 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.image-gallery .adaptive-img:hover {
    box-shadow: 0 6px 24px rgba(52,152,219,0.12), 0 2px 8px rgba(0,0,0,0.12);
    transform: scale(1.04) translateY(-2px);
    opacity: 0.93;
}

/* ����桁� */
.lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(10, 15, 25, 0.88);
    justify-content: center;
    align-items: center;
    animation: none;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.lightbox.show {
    display: flex;
    opacity: 1;
    pointer-events: auto;
}
.lightbox-backdrop {
    position: absolute;
    left:0;top:0;right:0;bottom:0;
    background: transparent;
}
.lightbox-content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.22);
    padding: 22px 22px 18px 22px;
    min-width: 260px;
    min-height: 180px;
    max-width: 96vw;
    max-height: 88vh;
    animation: lightboxPop 0.35s cubic-bezier(.3,.7,.4,1);
}
@keyframes lightboxPop {
    from { transform: scale(0.94) translateY(32px); opacity: 0; }
    to   { transform: scale(1) translateY(0); opacity: 1; }
}
.lightbox-content img {
    max-width: 72vw;
    max-height: 68vh;
    border-radius: 10px;
    box-shadow: 0 2px 14px rgba(0,0,0,0.17);
    background: #fff;
    margin-bottom: 14px;
    transition: opacity 0.33s;
    opacity: 1;
    display: block;
}
.lightbox-content img.fade-in {
    animation: fadeInImage 0.32s;
}
@keyframes fadeInImage {
    from { opacity: 0; transform: scale(0.96);}
    to   { opacity: 1; transform: scale(1);}
}

/* ��������桁�鐚�紮�膸�絮�筝� */
.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.33);
    border: none;
    color: #fff;
    cursor: pointer;
    z-index: 11;
    transition: background 0.18s;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    font-size: 2em;
    line-height: 1;
}

.lightbox-close {
    top: 16px;
    right: 16px;
    font-size: 2em;
}

.lightbox-prev,
.lightbox-next {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.28);
    font-size: 2.2em;
}

.lightbox-prev {
    left: 15px; /* Position arrow inside content box */
}

.lightbox-next {
    right: 15px; /* Position arrow inside content box */
}

.lightbox-index {
    color: #fff;
    font-size: 1.1em;
    margin-top: 4px;
    letter-spacing: 2px;
}

@media (max-width: 600px) {
    .lightbox-content {
        padding: 10px 4px 8px 4px;
        min-width: 140px;
        min-height: 60px;
    }
    .lightbox-content img {
        max-width: 98vw;
        max-height: 60vh;
    }
    .image-gallery .adaptive-img {
        width: calc(50% - 6px);
        max-width: 99vw;
        max-height: 120px;
    }
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        width: 34px;
        height: 34px;
        font-size: 1.3em;
    }
    .lightbox-close {
        top: 7px;
        right: 7px;
        font-size: 1.3em;
    }
    .lightbox-prev,
    .lightbox-next {
        font-size: 1.5em;
    }
    /* Removed mobile-specific negative horizontal positioning for arrows.
       The new desktop rules (left: 15px, right: 15px) will apply.
       Vertical centering is handled by the main rule for .lightbox-prev, .lightbox-next. */
    /* .lightbox-prev { left: 5px; } /* Example if finer mobile adjustment was needed */
    /* .lightbox-next { right: 5px; } /* Example if finer mobile adjustment was needed */
}
</pre></body></html>