:root{--shs-green:#0d5b3a;--shs-green-2:#147a4e;--shs-gold:#c79a35;--shs-ink:#183a2a;--shs-soft:#f4f8f5;--shs-border:#d7e5db;--shs-danger:#a62929}.shs-card{max-width:920px;margin:24px auto;padding:26px;background:#fff;border:1px solid var(--shs-border);border-radius:18px;box-shadow:0 12px 32px rgba(15,77,49,.08);color:var(--shs-ink)}.shs-card h2,.shs-card h3{color:var(--shs-green);margin-top:0}.shs-tabs{display:flex;gap:8px;border-bottom:1px solid var(--shs-border);margin-bottom:22px}.shs-tabs button{appearance:none;border:0;background:transparent;padding:12px 15px;font-weight:700;color:#607166;cursor:pointer}.shs-tabs button.active{color:var(--shs-green);border-bottom:3px solid var(--shs-gold)}.shs-auth-form{display:none}.shs-auth-form.active{display:block}.shs-card label{display:block;font-weight:700;margin:15px 0 6px}.shs-card input[type=text],.shs-card input[type=email],.shs-card input[type=password],.shs-card input[type=number],.shs-card input[type=url],.shs-card textarea,.shs-card select{box-sizing:border-box;width:100%;padding:12px 13px;border:1px solid #bfcfc4;border-radius:10px;background:#fff;color:#172b20;font:inherit}.shs-card input:focus,.shs-card textarea:focus,.shs-card select:focus{outline:3px solid rgba(13,91,58,.14);border-color:var(--shs-green)}.shs-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 17px;border:1px solid var(--shs-green);border-radius:10px;background:#fff;color:var(--shs-green);font-weight:700;cursor:pointer;text-decoration:none}.shs-button:hover{background:var(--shs-soft)}.shs-button:disabled{opacity:.55;cursor:not-allowed}.shs-primary{background:var(--shs-green);color:#fff}.shs-primary:hover{background:var(--shs-green-2);color:#fff}.shs-inline{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.shs-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.shs-check{display:flex!important;gap:10px;align-items:flex-start;font-weight:500!important}.shs-check input{width:auto!important;margin-top:5px}.shs-bilingual{padding:11px 14px;background:#f7faf8;border-left:4px solid var(--shs-gold);border-radius:6px}.shs-response,.shs-precheck-result{display:none;margin:12px 0;padding:12px 14px;border-radius:9px}.shs-response:not(:empty),.shs-precheck-result:not(:empty){display:block}.is-success,.shs-success{background:#eaf7ef;color:#175d35;border:1px solid #aed4bd}.is-error,.shs-error{background:#fff0f0;color:#8c2525;border:1px solid #e3b4b4}.shs-warning{background:#fff8e8;color:#7b5a13;border:1px solid #ead39b}.shs-notice{padding:12px 14px;border-radius:9px;margin:12px 0}.shs-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden}.shs-editor-label{font-weight:700;margin:15px 0 7px}.shs-guidelines{margin:18px 0;padding:16px;background:var(--shs-soft);border:1px solid var(--shs-border);border-radius:12px}.shs-guidelines ul{margin-bottom:0}.shs-form-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.shs-related{margin-top:42px;padding-top:24px;border-top:1px solid var(--shs-border)}.shs-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.shs-related-grid article{border:1px solid var(--shs-border);border-radius:12px;overflow:hidden;background:#fff}.shs-related-grid article a{display:block;color:var(--shs-green);text-decoration:none}.shs-related-grid img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.shs-related-grid strong,.shs-related-grid p{display:block;padding:10px 12px;margin:0}.shs-related-grid p{padding-top:0;font-size:.92em;color:#52645a}.shs-share{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:24px;padding:14px;background:var(--shs-soft);border-radius:12px}.shs-share a,.shs-share button{border:1px solid var(--shs-border);background:#fff;color:var(--shs-green);border-radius:8px;padding:7px 10px;text-decoration:none;cursor:pointer;font:inherit}.shs-chat-layout{display:grid;grid-template-columns:260px 1fr;gap:18px;min-height:440px}.shs-chat-layout aside{border-right:1px solid var(--shs-border);padding-right:14px}.shs-conversation-list{margin-top:12px;display:grid;gap:8px}.shs-conversation-list button{border:1px solid var(--shs-border);background:#fff;padding:11px;border-radius:10px;text-align:left;cursor:pointer}.shs-conversation-list small{display:block;color:#65766c;margin-top:4px}.shs-chat-panel{display:flex;flex-direction:column;min-width:0}.shs-chat-messages{flex:1;max-height:430px;overflow:auto;padding:8px}.shs-message{max-width:78%;margin:9px 0;padding:10px 13px;border-radius:14px}.shs-message p{margin:0;white-space:pre-wrap}.shs-message small{display:block;margin-top:5px;opacity:.7}.shs-message.is-user{margin-left:auto;background:var(--shs-green);color:#fff;border-bottom-right-radius:3px}.shs-message.is-admin{background:#edf4ef;border-bottom-left-radius:3px}.shs-chat-reply{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin-top:10px}.shs-chat-create{margin-top:20px;padding-top:20px;border-top:1px solid var(--shs-border)}@media(max-width:760px){.shs-card{padding:18px;margin:14px 0;border-radius:13px}.shs-grid-2,.shs-inline,.shs-chat-layout,.shs-related-grid{grid-template-columns:1fr}.shs-inline .shs-button{width:100%}.shs-chat-layout aside{border-right:0;border-bottom:1px solid var(--shs-border);padding:0 0 14px}.shs-chat-reply{grid-template-columns:1fr}.shs-message{max-width:90%}}
.shs-mission-notice{margin-top:20px;padding:13px 15px;border:1px solid var(--shs-border);border-left:4px solid var(--shs-gold);border-radius:10px;background:#fbfaf5;color:#526057;font-size:.92em}
.shs-account-actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 22px}.shs-user-posts{display:grid;gap:8px}.shs-user-posts>div{display:flex;justify-content:space-between;gap:12px;padding:11px 13px;background:var(--shs-soft);border:1px solid var(--shs-border);border-radius:10px}.shs-user-posts span{white-space:nowrap;color:var(--shs-green);font-weight:700}@media(max-width:560px){.shs-account-actions .shs-button{width:100%}.shs-user-posts>div{display:block}.shs-user-posts span{display:block;margin-top:4px}}
