.diary-container{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;width:100vw;height:100vh;display:flex;position:relative;overflow:hidden}.diary-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#f5f2eb;background:linear-gradient(145deg,#141418a6,#241e1e8c);border:1px solid #ffffff14;border-radius:22px;flex-direction:column;width:94%;max-width:960px;max-height:95vh;margin-top:1.5vh;padding:1.2rem 2rem .6rem;animation:.6s ease-out diaryFadeIn;display:flex;overflow:hidden;box-shadow:0 18px 48px #00000073}@keyframes diaryFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.diary-post-header{border-bottom:1px solid #ffffff14;flex-shrink:0;margin-bottom:.6rem;padding-bottom:.5rem}.diary-post-title{color:#f5f2eb;margin:0 0 .35rem;font-size:1.15rem;font-weight:600;line-height:1.4}.diary-post-date{color:#f5f2eb73;font-size:.75rem}.diary-post-content{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;flex:1;min-height:0;overflow:hidden auto}.diary-post-content::-webkit-scrollbar{width:6px}.diary-post-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.diary-post-text{color:#f5f2ebd9;word-break:keep-all;margin-bottom:1rem;font-size:.95rem;line-height:1.75}.diary-post-images{flex-direction:column;align-items:center;gap:.8rem;display:flex}.diary-post-img{cursor:pointer;border:1px solid #ffffff0f;border-radius:10px;width:100%;max-width:800px;transition:opacity .2s}.diary-post-img:hover{opacity:.9}.diary-post-img-inline{margin:.6rem auto;display:block}.diary-back{color:#ffc8c8e6;cursor:pointer;text-align:center;background:#12121873;border:1px solid #ff787859;border-radius:10px;flex-shrink:0;width:100%;margin-top:.4rem;padding:.45rem 1rem;font-family:inherit;font-size:.9rem;transition:all .25s}.diary-back:hover{background:#ff78781f;border-color:#ffa0a08c}.diary-lightbox{z-index:1000;background:#000000e0;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;animation:.2s diaryLbFadeIn;display:flex;position:fixed;inset:0}@keyframes diaryLbFadeIn{0%{opacity:0}to{opacity:1}}.diary-lightbox>img{object-fit:contain;border-radius:10px;max-width:92vw;max-height:75vh;box-shadow:0 12px 40px #0009}.diary-lb-arrow{color:#f5f2eb;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.diary-lb-arrow:hover{background:#000000bf}.diary-lb-arrow.prev{left:12px}.diary-lb-arrow.next{right:12px}.diary-lb-counter{color:#f5f2eb99;margin-top:.6rem;font-size:.8rem}.diary-lb-close{color:#f5f2eb;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;margin-top:.8rem;padding:.5rem 1.5rem;font-family:inherit;font-size:.9rem;transition:background .2s}.diary-lb-close:hover{background:#fff3}@media (max-width:768px){.diary-panel{width:95%;max-height:85vh;margin-top:4vh;padding:1rem}.diary-post-title{font-size:1rem}.diary-post-text{font-size:.82rem}.diary-lightbox>img{max-width:95vw;max-height:65vh}.diary-lb-arrow{width:34px;height:34px;font-size:1rem}}
