#message-board{background:url('images/hehua.png') center/cover fixed!important;padding:3rem 0}#tech-process{background:url('images/hehua.png') center/cover fixed!important}#guild-intro{background:url('images/hehua.png') center/cover fixed!important}#personal-intro{background:url('images/hehua.png') center/cover fixed!important}.recruitment-card{background:rgba(245,245,220,.85)!important;max-width:900px;margin:0 auto;padding:1.5rem;min-height:auto;width:90%;max-width:850px}#message-form{background:rgba(245,245,220,.9);padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);width:100%;max-width:100%;margin:0}#status-message{border:1px solid #ddd;background:rgba(245,245,220,.95);margin-bottom:1rem;padding:.75rem;border-radius:6px;display:none}#status-text{text-align:center;margin:0;font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif}.bamboo-scroll{background-color:rgba(240,230,210,.85)!important}#admin-entry{margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;background-color:#d4af37!important;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}#admin-entry:hover{background-color:#c09a26}#message-form label{display:block;margin-bottom:.5rem;font-weight:700;font-size:1.3rem;color:#333;font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif}#message-form input[type=text]{width:50%;padding:.9rem;border:1px solid #ccc;border-radius:6px;font-size:1.2rem;margin-bottom:1.25rem;box-sizing:border-box;max-width:400px;font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif}#message-form{display:flex;flex-direction:column;align-items:center}#message-form>div{width:100%;max-width:700px;text-align:center;margin-bottom:1rem}@media (max-width:768px){#message-form input[type=text]{width:80%;max-width:100%}#message-form>div{max-width:90%}#message-form textarea{max-width:100%}}@media (max-width:480px){#message-form input[type=text]{width:100%}}#message-form textarea{width:100%;max-width:700px;padding:.9rem;border:1px solid #ccc;border-radius:6px;font-size:1.2rem;font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif;resize:vertical;min-height:180px;max-height:300px;margin-bottom:.75rem;box-sizing:border-box}#char-count{font-size:1.1rem;color:#666;font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif}#message-form button[type=submit]{display:block;margin:1.5rem auto 0;background-color:#d4af37!important;color:#fff;padding:.9rem 2.2rem;border:none;border-radius:6px;cursor:pointer;font-size:1.3rem;font-family:'Ma Shan Zheng',cursive;font-weight:700;transition:all .3s ease}#message-form button:hover{background-color:#c09a26;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}#message-form input:focus,#message-form textarea:focus{outline:0;border-color:#d4af37!important;box-shadow:0 0 0 3px rgba(212,175,55,.2)}#message-list::-webkit-scrollbar{width:8px}#message-list::-webkit-scrollbar-track{background:0 0;border-radius:4px}#message-list::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#d4af37,#b8960c);border-radius:4px;transition:all .3s ease}#message-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#e6c750,#d4af37)}@media (max-width:768px){#message-board{padding:2rem 0}.recruitment-card{width:95%;padding:1rem}#message-form{grid-template-columns:1fr!important}#message-form>div[style*="grid-template-columns: 150px"]{grid-template-columns:1fr!important}#message-form label[style*="text-align: right"]{text-align:left!important;padding-top:0!important}#message-form>div[style*="flex-wrap: wrap"]>div[style*="min-width: 200px"]{min-width:100%!important}#message-form>div[style*="flex-wrap: wrap"]>div[style*="width: 2px"]{display:none!important}#message-form input[type=text]{padding:.6rem}#message-form textarea{min-height:100px;padding:.6rem}#message-form button[type=submit]{padding:.7rem 2rem;font-size:1rem;width:100%}}@media (min-width:769px) and (max-width:1024px){.recruitment-card{max-width:750px}}@media (min-width:1025px){.recruitment-card{max-width:850px}}#update-btn{background-color:#9e2a2b;color:#fff;padding:.75rem 2rem;border:none;border-radius:6px;cursor:pointer;font-size:1.1rem;font-family:'Ma Shan Zheng',cursive;font-weight:700;transition:all .3s ease;position:relative;z-index:10}#update-btn:hover{background-color:#8a1f20;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.modal{display:flex;align-items:center;justify-content:center;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0);backdrop-filter:blur(0px);opacity:0;pointer-events:none;transition:background-color .3s ease,backdrop-filter .3s ease,opacity .3s ease}.modal.show{background-color:rgba(0,0,0,.7);backdrop-filter:blur(5px);opacity:1;pointer-events:auto}.modal-content{background:linear-gradient(135deg,rgba(245,245,220,.95),rgba(47,79,79,.1));border:3px solid var(--gold);border-radius:18px;padding:3rem;text-align:center;box-shadow:0 8px 30px rgba(0,0,0,.3),0 0 20px rgba(212,175,55,.5);position:relative;max-width:600px;width:90%;opacity:0;transform:translateY(-50px) scale(.9);transition:opacity .3s ease,transform .3s ease;writing-mode:horizontal-tb!important;text-orientation:mixed!important;direction:ltr!important}.modal.show .modal-content{opacity:1;transform:translateY(0) scale(1)}.close-modal{color:var(--gold);float:right;font-size:28px;font-weight:700;cursor:pointer;position:absolute;top:10px;right:20px;transition:all .3s ease}.close-modal:hover{color:var(--cinnabar-red);transform:scale(1.2)}.modal-content h3{font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif;font-size:2.2rem;color:var(--gold);margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.modal-content p{font-size:1.8rem;color:var(--gold);font-weight:700;text-shadow:0 0 10px rgba(158,42,43,.8),1px 1px 2px rgba(0,0,0,.9),0 0 20px rgba(212,175,55,.6),0 0 30px rgba(212,175,55,.3);font-family:'Ma Shan Zheng',cursive,SimHei,STHeiti,sans-serif}@media (max-width:768px){.modal-content{padding:1.5rem;width:95%}.modal-content h3{font-size:1.5rem}.modal-content p{font-size:1rem}}