    body { background: #D2C1A5; margin: 0; padding: 0; font-family: Verdana, sans-serif; color: #332211; }
    #container { width: 950px; margin: 0 auto; background: #E3D5B1; border-left: 1px solid #A18D6F; border-right: 1px solid #A18D6F; min-height: 100vh; box-shadow: 0 0 40px rgba(0,0,0,0.2); }
    .header { background: #3d342d; height: 110px; border-bottom: 2px solid #8f311a; display: flex; align-items: center; justify-content: center; }
    .header h1 { color: #D6BC8E; font-size: 26px; text-shadow: 1px 1px 2px #000; letter-spacing: 2px; }
    .nav { background: #C8B896; border-bottom: 1px solid #A18D6F; padding: 10px; text-align: center; }
    .nav a { text-decoration: none; color: #4E3B2E; margin: 0 15px; font-weight: bold; font-size: 13px; }
    .nav a:hover, .nav a.active { color: #8f311a; text-decoration: underline; }
    .post { margin: 25px; border: 1px solid #A18D6F; background: #F4E8C1; border-radius: 4px; }
    .post-head { background: #D6BC8E; padding: 12px 20px; border-bottom: 1px solid #A18D6F; display: flex; justify-content: space-between; }
    .post-title { font-weight: bold; color: #8f311a; font-size: 18px; }
    .post-body { padding: 20px; line-height: 1.6; color: #2b1d0e; font-size: 14px; }
    .post-foot { padding: 10px 20px; background: #C8B896; border-top: 1px solid #A18D6F; display: flex; justify-content: space-between; font-size: 12px; }
    .bk-btn { background: #8f311a; color: #fff; border: 1px solid #3d342d; padding: 6px 15px; cursor: pointer; font-size: 11px; font-weight: bold; border-radius: 2px; text-decoration: none; display: inline-block; }
    .bk-btn:hover { background: #A63D24; box-shadow: 0 0 5px #8f311a; }
    .bk-btn-small { background: #A18D6F; color: #fff; padding: 4px 10px; border: 1px solid #4E3B2E; font-size: 10px; border-radius: 2px; text-decoration: none; cursor: pointer; }
    
    /* ÑÒÈËÈ ÊÎÌÌÅÍÒÀÐÈÅÂ */
    .comm-item { border-left: 3px solid #8f311a; background: rgba(0,0,0,0.05); margin: 10px 25px; padding: 12px; border-radius: 0 5px 5px 0; }
    .is-reply { margin-left: 55px !important; border-left: 3px solid #d4af37 !important; background: rgba(212, 175, 55, 0.05) !important; }
    .mention { color: #8f311a; font-weight: bold; }
    .comm-meta { font-weight: bold; font-size: 12px; color: #4E3B2E; border-bottom: 1px dotted #A18D6F; padding-bottom: 5px; margin-bottom: 5px; display: block; }
    textarea { width: 100%; border: 1px solid #A18D6F; background: #FDF9EA; padding: 12px; font-family: inherit; font-size: 13px; box-sizing: border-box; }
    .editable_zone:hover { outline: 1px dashed #8f311a; background: rgba(255,255,255,0.3); cursor: text; }

    /* ÑÒÈËÈ ÌÎÄÀËÜÍÎÃÎ ÎÊÍÀ */
    #reply_modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); }
    .modal-content { background: #E3D5B1; margin: 10% auto; padding: 20px; border: 2px solid #8f311a; width: 450px; border-radius: 8px; box-shadow: 0 0 20px #000; }
