*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #3f9142;--bg: #ffffff;--text: #333333;--text-light: #666666;--gray-light: #f7f7f7;--border: #eeeeee;--max-width: 960px;--content-width: 720px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;color:var(--text);background:var(--bg);line-height:1.7;font-size:17px}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.site-header{border-bottom:2px solid var(--green);padding:12px 20px}.site-header__inner{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-header__left{display:flex;align-items:center;gap:12px}.site-header__logo{height:40px;width:auto}.site-header__title{font-size:20px;font-weight:600;color:var(--text)}.site-header__link{font-size:14px;color:var(--text-light)}.site-footer{border-top:1px solid var(--border);padding:24px 20px;text-align:center;color:var(--text-light);font-size:14px;margin-top:60px}.main{max-width:var(--max-width);margin:0 auto;padding:40px 20px}.post-list{list-style:none;display:flex;flex-direction:column;gap:32px}.post-card{display:flex;gap:20px;border-bottom:1px solid var(--border);padding-bottom:32px}.post-card__image{flex-shrink:0;width:200px;height:140px;object-fit:cover;border-radius:4px;background:var(--gray-light)}.post-card__content{flex:1;min-width:0}.post-card__title{font-size:22px;line-height:1.3;margin-bottom:6px}.post-card__title a{color:var(--text)}.post-card__title a:hover{color:var(--green)}.post-card__meta{font-size:14px;color:var(--text-light);margin-bottom:8px}.post-card__excerpt{font-size:15px;color:var(--text-light);line-height:1.5}.post{max-width:var(--content-width);margin:0 auto}.post__header{margin-bottom:32px}.post__title{font-size:32px;line-height:1.2;margin-bottom:12px}.post__meta{font-size:14px;color:var(--text-light)}.post__category{display:inline-block;background:var(--gray-light);padding:2px 10px;border-radius:12px;font-size:13px;margin-left:8px}.post__content h2{font-size:24px;margin:32px 0 16px}.post__content h3{font-size:20px;margin:24px 0 12px}.post__content p{margin-bottom:16px}.post__content ul,.post__content ol{margin:0 0 16px 24px}.post__content li{margin-bottom:4px}.post__content blockquote{border-left:3px solid var(--green);padding:12px 20px;margin:16px 0;background:var(--gray-light);border-radius:0 4px 4px 0}.post__content figure{margin:20px 0}.post__content figcaption{font-size:14px;color:var(--text-light);text-align:center;margin-top:8px}.post__content hr{border:none;border-top:1px solid var(--border);margin:32px 0}.post__content table{width:100%;border-collapse:collapse;margin:16px 0}.post__content th,.post__content td{padding:8px 12px;border:1px solid var(--border);text-align:left}.post__content th{background:var(--gray-light);font-weight:600}.post__content .green{color:var(--green)}.post__content .red{color:#ba2525}.comments{max-width:var(--content-width);margin:40px auto 0;border-top:1px solid var(--border);padding-top:32px;--comment-indent: 32px}.comments__title{font-size:20px;margin-bottom:24px}.comment{background:var(--gray-light);padding:16px;border-radius:6px;margin-bottom:16px;margin-left:calc(var(--comment-depth, 0) * var(--comment-indent))}.comment__header{font-size:14px;margin-bottom:8px}.comment__author{font-weight:600}.comment__date{color:var(--text-light);margin-left:8px}.comment__content{font-size:15px;line-height:1.6;white-space:pre-line}.comment__content a{color:var(--green)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:40px;flex-wrap:wrap}.pagination a,.pagination span{display:inline-block;padding:8px 14px;border:1px solid var(--border);border-radius:4px;font-size:14px}.pagination a:hover{background:var(--gray-light);text-decoration:none}.pagination .current{background:var(--green);color:#fff;border-color:var(--green)}.not-found{text-align:center;padding:80px 20px}.not-found h1{font-size:48px;margin-bottom:16px}@media(max-width:640px){.post-card{flex-direction:column}.post-card__image{width:100%;height:200px}.post__title{font-size:26px}.comments{--comment-indent: 16px}}
