body {
            padding-top: 64px;
            background: #f2efe8;
            min-height: 100vh;
            font-family: 'Inter', sans-serif;
        }

        
        .fhero {
            background: #052e16;
            padding: 36px 24px 28px;
            text-align: center;
        }

        .fhero h1 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(24px, 4vw, 40px);
            color: #fff;
            font-weight: 700;
            margin-bottom: 7px;
        }

        .fhero h1 em {
            color: #a7f3d0;
            font-style: italic;
        }

        .fhero p {
            font-size: 14px;
            color: rgba(232, 245, 238, .52);
            max-width: 480px;
            margin: 0 auto;
            font-weight: 300;
        }

        
        .fwrap {
            max-width: 1080px;
            margin: 0 auto;
            padding: 26px 18px 52px;
            display: grid;
            grid-template-columns: 206px 1fr;
            gap: 18px;
        }

        @media(max-width:720px) {
            .fwrap {
                grid-template-columns: 1fr;
            }
        }

        
        .fside {
            position: sticky;
            top: 80px;
            align-self: start;
        }

        .fcats {
            background: #fff;
            border-radius: 13px;
            overflow: hidden;
            border: 1px solid rgba(5, 46, 22, .07);
            box-shadow: 0 1px 5px rgba(5, 46, 22, .04);
        }

        .fcat-a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 11px 14px;
            font-size: 13px;
            color: rgba(5, 46, 22, .68);
            text-decoration: none;
            border-bottom: 1px solid rgba(5, 46, 22, .05);
            transition: .15s;
        }

        .fcat-a:last-child {
            border-bottom: none;
        }

        .fcat-a:hover,
        .fcat-a.on {
            background: rgba(5, 46, 22, .04);
            color: #052e16;
            font-weight: 500;
        }

        .fcat-a.on {
            border-left: 3px solid #052e16;
        }

        .fcnt {
            font-size: 10.5px;
            background: rgba(5, 46, 22, .07);
            color: rgba(5, 46, 22, .42);
            padding: 2px 7px;
            border-radius: 99px;
        }

        
        .btn-dk {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: #052e16;
            color: #a7f3d0;
            border-radius: 99px;
            padding: 9px 18px;
            font-size: 13px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            text-decoration: none;
            transition: .2s;
            font-family: 'Inter', sans-serif;
        }

        .btn-dk:hover {
            background: #14532d;
        }

        .btn-gh {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            background: transparent;
            color: rgba(5, 46, 22, .58);
            border: 1.5px solid rgba(5, 46, 22, .15);
            border-radius: 99px;
            padding: 8px 15px;
            font-size: 13px;
            font-weight: 500;
            cursor: pointer;
            text-decoration: none;
            transition: .2s;
            font-family: 'Inter', sans-serif;
        }

        .btn-gh:hover {
            background: rgba(5, 46, 22, .05);
        }

        
        .ftop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            flex-wrap: wrap;
            gap: 8px;
        }

        .ftop-title {
            font-family: 'Playfair Display', serif;
            font-size: 19px;
            color: #0a1a0d;
            font-weight: 700;
        }

        
        .fsujet {
            background: #fff;
            border-radius: 13px;
            padding: 15px 17px;
            border: 1px solid rgba(5, 46, 22, .07);
            box-shadow: 0 1px 5px rgba(5, 46, 22, .04);
            margin-bottom: 10px;
            display: flex;
            gap: 12px;
            transition: .2s;
            text-decoration: none;
            align-items: flex-start;
        }

        .fsujet:hover {
            border-color: rgba(5, 46, 22, .17);
            box-shadow: 0 4px 14px rgba(5, 46, 22, .08);
            transform: translateY(-1px);
        }

        .fav {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #052e16;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Playfair Display', serif;
            font-size: 13.5px;
            font-weight: 700;
            color: #a7f3d0;
            flex-shrink: 0;
        }

        .fav.lt {
            background: rgba(5, 46, 22, .08);
            color: #052e16;
        }

        .fbody {
            flex: 1;
            min-width: 0;
        }

        .fbadge {
            display: inline-block;
            font-size: 10px;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 99px;
            background: rgba(5, 46, 22, .07);
            color: #052e16;
            margin-bottom: 4px;
        }

        .ftitle {
            font-size: 14.5px;
            font-weight: 600;
            color: #0a1a0d;
            margin-bottom: 3px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .fexcerpt {
            font-size: 12.5px;
            color: rgba(5, 46, 22, .45);
            line-height: 1.6;
            margin-bottom: 6px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .fmeta {
            display: flex;
            align-items: center;
            gap: 11px;
            font-size: 11.5px;
            color: rgba(5, 46, 22, .36);
        }

        .fmeta span {
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .fstats {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex-shrink: 0;
            text-align: center;
            min-width: 36px;
        }

        .fstats .nb {
            font-size: 16px;
            font-weight: 700;
            color: #052e16;
            font-family: 'Playfair Display', serif;
            line-height: 1;
        }

        .fstats .lb {
            font-size: 10px;
            color: rgba(5, 46, 22, .36);
            text-transform: uppercase;
            letter-spacing: .04em;
            margin-top: 2px;
        }

        
        .fpost {
            background: #fff;
            border-radius: 13px;
            padding: 20px 22px;
            border: 1px solid rgba(5, 46, 22, .07);
            box-shadow: 0 1px 5px rgba(5, 46, 22, .04);
            margin-bottom: 11px;
        }

        .fpost-head {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 11px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(5, 46, 22, .06);
        }

        .fpost-name {
            font-size: 13.5px;
            font-weight: 600;
            color: #0a1a0d;
        }

        .fpost-date {
            font-size: 11.5px;
            color: rgba(5, 46, 22, .36);
        }

        .fpost-content {
            font-size: 14px;
            color: rgba(5, 46, 22, .7);
            line-height: 1.85;
            white-space: pre-wrap;
            word-break: break-word;
        }

        
        .freply {
            background: #fff;
            border-radius: 13px;
            padding: 20px 22px;
            border: 1px solid rgba(5, 46, 22, .07);
        }

        .freply h3 {
            font-family: 'Playfair Display', serif;
            font-size: 17px;
            color: #0a1a0d;
            margin-bottom: 12px;
        }

        .ftextarea {
            width: 100%;
            background: #f9f8f5;
            border: 1.5px solid rgba(5, 46, 22, .1);
            border-radius: 10px;
            padding: 11px 13px;
            font-size: 14px;
            color: #0a1a0d;
            font-family: 'Inter', sans-serif;
            resize: vertical;
            min-height: 108px;
            outline: none;
            transition: .2s;
        }

        .ftextarea:focus {
            border-color: #052e16;
        }

        .finput {
            width: 100%;
            background: #f9f8f5;
            border: 1.5px solid rgba(5, 46, 22, .1);
            border-radius: 10px;
            padding: 10px 13px;
            font-size: 14px;
            color: #0a1a0d;
            font-family: 'Inter', sans-serif;
            outline: none;
            transition: .2s;
            margin-bottom: 10px;
        }

        .finput:focus {
            border-color: #052e16;
        }

        .fselect {
            width: 100%;
            background: #f9f8f5;
            border: 1.5px solid rgba(5, 46, 22, .1);
            border-radius: 10px;
            padding: 10px 13px;
            font-size: 14px;
            color: #0a1a0d;
            font-family: 'Inter', sans-serif;
            outline: none;
            margin-bottom: 10px;
        }

        .flabel {
            display: block;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: .06em;
            color: rgba(5, 46, 22, .42);
            margin-bottom: 5px;
        }

        
        .flash-ok {
            background: #f0fdf4;
            color: #14532d;
            border: 1px solid rgba(20, 83, 45, .18);
            border-radius: 10px;
            padding: 11px 14px;
            font-size: 13.5px;
            margin-bottom: 13px;
        }

        .flash-err {
            background: #fef2f2;
            color: #dc2626;
            border: 1px solid rgba(220, 38, 38, .18);
            border-radius: 10px;
            padding: 11px 14px;
            font-size: 13.5px;
            margin-bottom: 13px;
        }

        
        .fmodal-bg {
            position: fixed;
            inset: 0;
            background: rgba(5, 46, 22, .64);
            z-index: 900;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 16px;
            opacity: 0;
            pointer-events: none;
            transition: .2s;
        }

        .fmodal-bg.open {
            opacity: 1;
            pointer-events: all;
        }

        .fmodal {
            background: #fff;
            border-radius: 18px;
            padding: 28px;
            max-width: 540px;
            width: 100%;
            transform: translateY(14px);
            transition: .22s;
        }

        .fmodal-bg.open .fmodal {
            transform: translateY(0);
        }

        .fmodal h2 {
            font-family: 'Playfair Display', serif;
            font-size: 20px;
            color: #0a1a0d;
            margin-bottom: 16px;
        }

        
        .fbread {
            display: flex;
            align-items: center;
            gap: 7px;
            font-size: 12.5px;
            color: rgba(5, 46, 22, .42);
            margin-bottom: 14px;
        }

        .fbread a {
            color: rgba(5, 46, 22, .52);
            text-decoration: none;
            transition: .15s;
        }

        .fbread a:hover {
            color: #052e16;
        }

        
        .fempty {
            text-align: center;
            padding: 48px 20px;
            background: #fff;
            border-radius: 13px;
            border: 1.5px dashed rgba(5, 46, 22, .1);
        }

        
        .flogin-box {
            background: #f9f8f5;
            border-radius: 12px;
            padding: 22px;
            text-align: center;
            border: 1px solid rgba(5, 46, 22, .08);
        }
