.CommentSection-module__t_xYcq__container{width:100%;margin-top:2rem}.CommentSection-module__t_xYcq__summaryBar{border-top:1px solid #eaeaea;justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.CommentSection-module__t_xYcq__toggleBtn{color:#555;cursor:pointer;background:0 0;border:none;font-size:1rem;font-weight:500}.CommentSection-module__t_xYcq__toggleBtn:hover{color:var(--pastel-pink);text-decoration:underline}.CommentSection-module__t_xYcq__likeBtn{color:#555;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;transition:color .2s;display:flex}.CommentSection-module__t_xYcq__likeBtn:hover:not(:disabled){color:#ff4d4f}.CommentSection-module__t_xYcq__likeBtn.CommentSection-module__t_xYcq__liked{color:#ff4d4f;cursor:default}.CommentSection-module__t_xYcq__heartIcon{width:20px;height:20px}.CommentSection-module__t_xYcq__commentSection{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(8px);border-radius:16px;margin-top:1rem;padding:2rem;box-shadow:0 8px 32px #1f26870d}.CommentSection-module__t_xYcq__title{color:var(--pastel-pink);margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.CommentSection-module__t_xYcq__form{flex-direction:column;gap:1rem;margin-bottom:2.5rem;display:flex}.CommentSection-module__t_xYcq__inputGroup{flex-direction:column;display:flex}.CommentSection-module__t_xYcq__input{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:1rem}.CommentSection-module__t_xYcq__input:focus{border-color:var(--pastel-pink);outline:none;box-shadow:0 0 0 2px #ff76ce33}.CommentSection-module__t_xYcq__textarea{resize:vertical;background-color:#fff;border:1px solid #eaeaea;border-radius:8px;width:100%;min-height:100px;padding:1rem;font-family:inherit;font-size:1rem}.CommentSection-module__t_xYcq__textarea:focus{border-color:var(--pastel-pink);outline:none;box-shadow:0 0 0 2px #ff76ce33}.CommentSection-module__t_xYcq__submitBtn{background-color:var(--pastel-pink);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-end;padding:.8rem 2rem;font-size:1rem;font-weight:700;transition:opacity .2s}.CommentSection-module__t_xYcq__submitBtn:hover:not(:disabled){opacity:.9}.CommentSection-module__t_xYcq__submitBtn:disabled{cursor:not-allowed;background-color:#ccc}.CommentSection-module__t_xYcq__feed{flex-direction:column;gap:1.5rem;display:flex}.CommentSection-module__t_xYcq__comment{background-color:#fff;border:1px solid #eaeaea;border-radius:8px;padding:1.5rem}.CommentSection-module__t_xYcq__commentHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.CommentSection-module__t_xYcq__avatar{color:#888;background-color:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.CommentSection-module__t_xYcq__metaCol{flex-direction:column;display:flex}.CommentSection-module__t_xYcq__authorName{color:#333;font-weight:600}.CommentSection-module__t_xYcq__commentContent{color:#333;white-space:pre-wrap;font-size:1rem;line-height:1.5}.CommentSection-module__t_xYcq__commentMeta{color:#888;font-size:.85rem}.CommentSection-module__t_xYcq__emptyState{text-align:center;color:#888;padding:2rem;font-style:italic}@media (max-width:768px){.CommentSection-module__t_xYcq__commentSection{padding:1.5rem}}
.blog-module__JsT-Oq__pageWrapper{background-color:var(--background,#faf8f5);width:100%;min-height:100vh}.blog-module__JsT-Oq__headerBanner{aspect-ratio:2;border-bottom:3px solid var(--brand-shell,#c8974b);background-color:#2c3e50;background-image:linear-gradient(#00000040,#0006),url(/assets/backgrounds/Blog.jpg?v=2);background-position:50% 30%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:220px;max-height:460px;display:flex;box-shadow:0 4px 20px #0000001f}.blog-module__JsT-Oq__headerTitle{color:#fff;letter-spacing:.08em;text-transform:uppercase;text-align:center;text-shadow:0 2px 10px #000000b3;padding:0 1.5rem;font-family:Playfair Display,Georgia,serif;font-size:3.4rem}.blog-module__JsT-Oq__mainLayout{justify-content:center;width:100%;padding:3.5rem 1.5rem 5rem;display:flex}.blog-module__JsT-Oq__contentCard{background:var(--content-bg,#fff);border:1px solid #0000000f;border-radius:16px;width:100%;max-width:1080px;padding:3.5rem 2.5rem;box-shadow:0 10px 30px #0000000d}.blog-module__JsT-Oq__titleCenter{text-align:center}.blog-module__JsT-Oq__introText{text-align:center;max-width:800px;margin:0 auto 3rem}.blog-module__JsT-Oq__emptyBlogMessage{text-align:center;color:#666;font-size:1.1rem}.blog-module__JsT-Oq__blogPostsContainer{flex-direction:column;gap:3rem;width:100%;max-width:800px;margin:0 auto;display:flex}.blog-module__JsT-Oq__blogCard{background:#fff;border:1px solid #eee;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000a}.blog-module__JsT-Oq__blogPostTitle{color:var(--pastel-pink,#ff76ce);text-align:center;margin-bottom:.5rem;font-size:1.8rem}.blog-module__JsT-Oq__blogPostMeta{text-align:center;color:#888;margin-bottom:1rem;font-size:.9rem}.blog-module__JsT-Oq__blogPostExcerpt{white-space:pre-wrap;color:#444;line-height:1.6}.blog-module__JsT-Oq__excerptWithImage{margin-bottom:1.5rem}.blog-module__JsT-Oq__imageContainer{justify-content:center;width:100%;padding:0 1.5rem 1.5rem;display:flex}.blog-module__JsT-Oq__blogImage{object-fit:contain;border-radius:8px;max-width:100%;height:auto;max-height:600px}.blog-module__JsT-Oq__commentsContainer{padding:0 1.5rem 1.5rem}@media (max-width:768px){.blog-module__JsT-Oq__headerBanner{aspect-ratio:2;min-height:190px;max-height:320px}.blog-module__JsT-Oq__headerTitle{font-size:2.3rem}.blog-module__JsT-Oq__mainLayout{padding:2rem 1rem 3.5rem}.blog-module__JsT-Oq__contentCard{border-radius:12px;padding:2rem 1.25rem}}
