.NewsDetailCard_newsDetailCard__6k4ap{background:white;border-radius:12px 12px 0 0;overflow:hidden}.NewsDetailCard_imageContainer__w0FIC{position:relative;width:100%;height:300px;overflow:hidden}.NewsDetailCard_newsImage__u_OMA{object-fit:cover;transition:transform .3s ease}.NewsDetailCard_cardContent__BvbRi{padding:30px}.NewsDetailCard_title__NvJyg{font-size:28px;font-weight:700;color:var(--color-text-primary);margin:0 0 20px;line-height:1.3}.NewsDetailCard_contentSection__cqYyx{font-size:16px;line-height:1.6;color:var(--color-text-primary)}.NewsDetailCard_contentLine__9j3RX{margin-bottom:12px}.NewsDetailCard_contentLine__9j3RX:last-child{margin-bottom:0}.NewsDetailCard_contentLine__9j3RX:has-text("•"){padding-left:0}@media (max-width:1024px){.NewsDetailCard_imageContainer__w0FIC{height:250px}.NewsDetailCard_title__NvJyg{font-size:24px}.NewsDetailCard_cardContent__BvbRi{padding:25px}}@media (max-width:768px){.NewsDetailCard_imageContainer__w0FIC{height:200px}.NewsDetailCard_title__NvJyg{font-size:22px}.NewsDetailCard_cardContent__BvbRi{padding:20px}.NewsDetailCard_contentSection__cqYyx{font-size:15px}}.CommentsList_commentsList__jSUE8{display:flex;flex-direction:column;gap:15px}.CommentsList_commentItem__2ol23{display:flex;align-items:center;gap:15px;padding:15px;background:white;border-radius:8px;border:2px solid var(--color-primary-blue)}.CommentsList_avatarContainer__MCraL{flex-shrink:0;align-self:center}.CommentsList_avatar__XfDRH{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid var(--color-bg-primary)}.CommentsList_commentContent__0FQQZ{flex:1;min-width:0;display:flex;flex-direction:column}.CommentsList_commentHeader__cub5k{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.CommentsList_userName__xTnk9{font-weight:600;color:var(--color-text-primary);font-size:14px}.CommentsList_commentDate__UkFkR{font-size:12px;color:var(--color-text-primary)}.CommentsList_commentText__b6m5L{font-size:14px;line-height:1.4;color:var(--color-text-primary);margin-bottom:auto;word-wrap:break-word;flex:1}.CommentsList_commentTime___iiMB{font-size:12px;color:var(--color-text-primary);text-align:right;margin-top:8px;align-self:flex-end}@media (max-width:768px){.CommentsList_commentItem__2ol23{padding:12px;gap:12px}.CommentsList_avatar__XfDRH{width:45px;height:45px}.CommentsList_commentHeader__cub5k{flex-direction:column;align-items:flex-start;gap:2px;margin-bottom:6px}.CommentsList_commentText__b6m5L{font-size:13px}}.CommentForm_commentForm__zud6G{margin-bottom:25px;padding:20px;background:var(--color-bg-primary);border-radius:8px;border:1px solid rgba(0,0,0,.1)}.CommentForm_commentInput__kCULu{width:100%;padding:12px;border:1px solid var(--color-border-gray);border-radius:6px;font-size:14px;font-family:Inter,sans-serif;resize:vertical;min-height:80px;background:white;color:var(--color-text-primary);box-sizing:border-box}.CommentForm_commentInput__kCULu:focus{outline:none;border-color:var(--color-primary-blue);box-shadow:0 0 0 2px var(--overlay-blue-focus)}.CommentForm_commentInput__kCULu::placeholder{color:var(--color-text-muted)}.CommentForm_formButtons__39_TF{display:flex;justify-content:flex-end;gap:12px;margin-top:12px}.CommentForm_cancelButton__RtiWc{background:transparent;color:var(--color-text-primary);border:1px solid var(--color-border-gray);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.CommentForm_cancelButton__RtiWc:hover{background:var(--color-bg-primary);border-color:var(--color-border-gray)}.CommentForm_submitButton__Hm80v{background:var(--color-primary-blue);color:white;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.CommentForm_submitButton__Hm80v:hover:not(:disabled){background:var(--color-primary-blue);transform:translateY(-1px)}.CommentForm_submitButton__Hm80v:active{transform:translateY(0)}.CommentForm_submitButton__Hm80v:disabled{background:var(--color-border-gray);cursor:not-allowed;opacity:.6}@media (max-width:768px){.CommentForm_commentForm__zud6G{padding:15px}.CommentForm_formButtons__39_TF{flex-direction:column;gap:8px}.CommentForm_cancelButton__RtiWc,.CommentForm_submitButton__Hm80v{width:100%;justify-content:center}}.NewsCard_newsCard__Kmez9{background:white;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-lg);cursor:pointer;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.NewsCard_newsCard__Kmez9:hover{box-shadow:var(--shadow-card-hover)}.NewsCard_imageContainer__lTFIF{position:relative;width:100%;height:180px;overflow:hidden;flex-shrink:0}.NewsCard_newsImage__0KafO{object-fit:cover;transition:transform .3s ease}.NewsCard_newsCard__Kmez9:hover .NewsCard_newsImage__0KafO{transform:scale(1.05)}.NewsCard_cardContent__oF2g8{padding:16px 20px;display:flex;flex-direction:column;flex-grow:1}.NewsCard_title__xIjf3{font-size:20px;font-weight:600;margin:0 0 8px;line-height:1.3;min-height:2.6em}.NewsCard_description__Es99N,.NewsCard_title__xIjf3{color:var(--color-text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.NewsCard_description__Es99N{font-size:14px;line-height:1.5;margin:0 0 12px;flex-grow:1}.NewsCard_date__Y7Gty{font-size:12px;color:var(--color-text-muted);font-weight:500;text-align:right;margin-top:auto}