.community-app{--input-bg:#f0f0f0;--btn-gray:#bdbdbd;--btn-gray-hover:#a8a8a8;--radius-md:16px;--radius-lg:22px;--header-h:56px;--error-bg:#fff0f0;--error-text:#b42318;--scrollbar-thumb:#e0e0e0;background:var(--bg);max-width:640px;height:100dvh;font-family:var(--font-noto-sans,"Noto Sans KR"), -apple-system, BlinkMacSystemFont, sans-serif;color:var(--text);flex-direction:column;margin:0 auto;display:flex}@media (prefers-color-scheme:dark){.community-app{--input-bg:#1a2234;--btn-gray:#4b5563;--btn-gray-hover:#6b7280;--error-bg:#dc262626;--error-text:#fca5a5;--scrollbar-thumb:#334155}}.community-app .header{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);padding-top:env(safe-area-inset-top,0px);margin-bottom:0;position:sticky;top:0}.community-app .header__inner--community{min-height:var(--header-h);align-items:center;gap:.65rem;padding:12px 16px;display:flex}.community-app .header__back{border:1px solid var(--border);background:var(--surface);width:2.25rem;height:2.25rem;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;margin-left:-.15rem;padding:0;display:inline-flex}.community-app .header__back:active{opacity:.75}.community-app .header__brand--static{flex-shrink:0;align-items:center;line-height:0;display:flex}.community-app .header__title{letter-spacing:-.02em;color:var(--text);margin:0;font-size:1.1rem;font-weight:700;line-height:1}.community-app .feed{scroll-behavior:smooth;background:var(--bg);flex:1;padding:16px 16px 8px;overflow-y:auto}.community-app .feed__error{background:var(--error-bg);color:var(--error-text);border-radius:10px;margin:0 0 12px;padding:10px 12px;font-size:.85rem}.community-app .feed__empty{text-align:center;min-height:50vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.community-app .feed__empty p{margin:0;font-size:.95rem}.community-app .feed__empty-sub{color:var(--text-faint);margin-top:6px!important;font-size:.82rem!important}.community-app .feed__list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.community-app .message{animation:.35s both communityFadeUp}@keyframes communityFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.community-app .message__body{min-width:0}.community-app .message__header{align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.community-app .message__name{color:var(--text);font-size:.82rem;font-weight:600}.community-app .message__time{color:var(--text-faint);font-size:.72rem}.community-app .message__text{background:var(--surface);border:1px solid var(--border);border-radius:4px var(--radius-md) var(--radius-md) var(--radius-md);word-break:break-word;white-space:pre-wrap;margin:0;padding:12px 14px;font-size:.92rem;line-height:1.55}.community-app .composer{padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--bg);border-top:1px solid var(--border);position:sticky;bottom:0}.community-app .composer__form{margin:0}.community-app .composer__box{background:var(--input-bg);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.community-app .composer__input{resize:none;width:100%;color:var(--text);background:0 0;border:none;outline:none;max-height:120px;padding:14px 16px 8px;font-family:inherit;font-size:.95rem;line-height:1.5;display:block;overflow-y:auto}.community-app .composer__input::placeholder{color:var(--text-faint)}.community-app .composer__meta{justify-content:space-between;align-items:center;padding:4px 10px 10px 16px;display:flex}.community-app .composer__count{color:var(--text-faint);font-size:.72rem}.community-app .composer__count--warn{color:var(--text-muted);font-weight:600}.community-app .composer__send{background:var(--btn-gray);color:#fff;cursor:pointer;border:none;border-radius:50%;place-items:center;width:40px;height:40px;transition:background .15s,transform .1s,opacity .15s;display:grid}.community-app .composer__send:hover:not(:disabled){background:var(--btn-gray-hover)}.community-app .composer__send:active:not(:disabled){transform:scale(.92)}.community-app .composer__send:disabled{opacity:.4;cursor:not-allowed}.community-app .feed::-webkit-scrollbar{width:4px}.community-app .feed::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}
