:root{--hosted-bg: #ffffff;--hosted-fg: #111827;--hosted-muted: #6b7280;--hosted-border: #e5e7eb;--hosted-accent: #2563eb;--hosted-radius: 8px;--hosted-max: 920px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--hosted-bg);color:var(--hosted-fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Pretendard,Apple SD Gothic Neo,Roboto,Noto Sans KR,sans-serif;font-size:15px;line-height:1.55}code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.92em;background:#f3f4f6;padding:0 4px;border-radius:4px}.hosted{max-width:var(--hosted-max);margin:0 auto;padding:32px 24px 64px;display:flex;flex-direction:column;gap:24px;min-height:100vh}.hosted__header{border-bottom:1px solid var(--hosted-border);padding-bottom:16px}.hosted__headerRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.hosted__title{font-size:22px;font-weight:600;margin:0}.hosted__subtitle{margin:4px 0 0;color:var(--hosted-muted);font-size:14px}.hosted__identityBar{display:flex;align-items:center;gap:8px;flex:1 1 260px;min-width:0;max-width:100%;flex-wrap:wrap;justify-content:flex-end}.hosted__identityLabel{color:var(--hosted-muted);font-size:13px}.hosted__identityBtn{padding:6px 12px;border-radius:6px;border:1px solid var(--hosted-border);background:#fff;color:var(--hosted-fg);cursor:pointer;font:inherit;font-size:13px;overflow-wrap:anywhere;text-align:center;white-space:normal}.hosted__identityBtn:disabled{cursor:not-allowed;opacity:.6}.hosted__identityBtn--danger{border-color:#fecaca;color:#b91c1c}.hosted__privacyActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;max-width:100%}.hosted__privacyNotice{padding:10px 12px;border-radius:6px;font-size:13px}.hosted__privacyNotice--success{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.hosted__privacyNotice--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.hosted__privacyNotice--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.hosted__body{flex:1}.hosted__placeholder{color:var(--hosted-muted)}.hosted__placeholder strong{color:var(--hosted-fg)}.hosted__footer{border-top:1px solid var(--hosted-border);padding-top:16px;color:var(--hosted-muted);font-size:12px}.hosted-board{display:flex;flex-direction:column;gap:12px}.hosted-board--notfound{color:var(--hosted-muted)}.hosted-board__bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.hosted-board__title{margin:0;font-size:18px;font-weight:600}.hosted-board__newBtn{padding:8px 14px;background:var(--hosted-accent);color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer}.hosted-board__newBtn:disabled{background:#94a3b8;cursor:not-allowed}.hosted-board__filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px}.hosted-board__filters>*{min-width:0;padding:8px;border:1px solid var(--hosted-border);border-radius:6px;font:inherit;background:#fff}.hosted-board__loading,.hosted-board__empty{color:var(--hosted-muted);text-align:center;padding:32px 0}.hosted-board__error{padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;font-size:14px}.hosted-board__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.hosted-card{display:flex;gap:12px;padding:14px;border:1px solid var(--hosted-border);border-radius:var(--hosted-radius);background:#fff}.hosted-card--voted{background:#eff6ff;border-color:#bfdbfe}.hosted-card__vote{display:flex;flex-direction:column;align-items:center;padding:6px 12px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;min-width:60px;cursor:pointer;font:inherit}.hosted-card__vote[aria-pressed=true]{background:#dbeafe;border-color:var(--hosted-accent);color:var(--hosted-accent)}.hosted-card__vote:disabled{cursor:not-allowed;opacity:.6}.hosted-card__voteArrow{font-size:11px;line-height:1;margin-bottom:2px}.hosted-card__body{flex:1;min-width:0}.hosted-card__titleRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hosted-card__title{font-weight:600;overflow-wrap:anywhere}.hosted-card__mineBadge{background:#ecfeff;color:#0891b2;border-radius:999px;padding:1px 8px;font-size:11px}.hosted-card__meta{font-size:13px;color:var(--hosted-muted);margin-top:4px}.hosted-card__meta span{margin-right:6px}.hosted-card__preview{margin:8px 0 0;color:#374151;overflow-wrap:anywhere}.hosted-card__detailToggle{margin-top:8px;padding:0;border:none;background:transparent;color:var(--hosted-accent);cursor:pointer;font:inherit}.hosted-detail{margin-top:12px;border-top:1px solid var(--hosted-border);padding-top:12px}.hosted-detail__loading,.hosted-detail__empty{color:var(--hosted-muted);font-size:13px}.hosted-detail__error{color:#b91c1c;font-size:13px}.hosted-detail__notice{padding:8px 10px;background:#f1f5f9;border-radius:6px;margin-bottom:10px;color:#334155;font-size:13px}.hosted-detail__body{white-space:pre-wrap;color:#334155;background:#f8fafc;border-radius:6px;padding:10px;margin-bottom:10px;overflow-wrap:anywhere}.hosted-detail__changelog{margin-bottom:10px}.hosted-detail__changelogTitle{font-weight:700;font-size:13px;margin-bottom:6px;color:#0f172a}.hosted-detail__changelogItem{padding:10px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;margin-top:8px}.hosted-detail__changelogSummary{color:#334155;font-size:13px;margin:4px 0 6px}.hosted-detail__changelogBody{color:#334155;font-size:13px;white-space:pre-wrap}.hosted-detail__commentsTitle{font-weight:700;font-size:13px;color:#0f172a;margin-top:12px}.hosted-comment{margin-top:8px;padding:10px;background:#f8fafc;border:1px solid transparent;border-radius:6px}.hosted-comment--admin{background:#fffbeb}.hosted-comment--pinned{border-color:#f59e0b}.hosted-comment--mine{box-shadow:inset 2px 0 0 var(--hosted-accent)}.hosted-comment__meta{display:flex;gap:8px;font-size:12px;color:var(--hosted-muted);margin-bottom:4px;flex-wrap:wrap}.hosted-comment__pinned{background:#fef3c7;color:#92400e;border-radius:999px;padding:1px 6px;font-size:11px}.hosted-comment__body{white-space:pre-wrap;color:#334155}.hosted-detail__compose{margin-top:12px}.hosted-detail__compose textarea{width:100%;padding:8px;border:1px solid var(--hosted-border);border-radius:6px;box-sizing:border-box;font:inherit;resize:vertical}.hosted-detail__compose button{margin-top:8px;padding:7px 14px;background:var(--hosted-accent);color:#fff;border:none;border-radius:6px;cursor:pointer}.hosted-detail__compose button:disabled{background:#94a3b8;cursor:not-allowed}.hosted-form{padding:16px;border:1px solid var(--hosted-border);border-radius:var(--hosted-radius);background:#fafafa;display:flex;flex-direction:column;gap:10px}.hosted-form__row{display:flex;align-items:center;gap:8px}.hosted-form__row label{font-size:13px;color:var(--hosted-muted);min-width:60px}.hosted-form__input,.hosted-form__textarea,.hosted-form select{width:100%;padding:8px;border:1px solid var(--hosted-border);border-radius:6px;box-sizing:border-box;font:inherit}.hosted-form__textarea{resize:vertical}.hosted-form__honeypot{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.hosted-form__actions{display:flex;gap:8px;justify-content:flex-end}.hosted-form__actions button{padding:8px 14px;border-radius:6px;border:1px solid var(--hosted-border);background:#fff;cursor:pointer;font:inherit}.hosted-form__actions button:disabled{cursor:not-allowed;opacity:.6}.hosted-form__actions button.hosted-form__submit{background:var(--hosted-accent);color:#fff;border-color:var(--hosted-accent)}.hosted-turnstile{min-height:65px}.hosted-identity-prompt{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.hosted-identity-prompt__panel{background:#fff;border-radius:10px;padding:24px;max-width:420px;width:100%;box-shadow:0 10px 30px #0f172a33}.hosted-identity-prompt__panel h2{margin:0 0 8px;font-size:17px}.hosted-identity-prompt__panel p{margin:0 0 16px;color:var(--hosted-muted)}.hosted-identity-prompt__panel button{padding:8px 14px;border-radius:6px;border:1px solid var(--hosted-border);background:#fff;cursor:pointer;font:inherit}.hosted-identity-prompt__title{margin:0 0 6px;font-size:17px}.hosted-identity-prompt__body{margin:0 0 16px;color:var(--hosted-muted);font-size:14px}.hosted-identity-prompt__form{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.hosted-identity-prompt__form input{padding:8px;border:1px solid var(--hosted-border);border-radius:6px;font:inherit}.hosted-identity-prompt__form button{padding:8px 14px;border-radius:6px;border:none;background:var(--hosted-accent);color:#fff;cursor:pointer;font:inherit}.hosted-identity-prompt__form button:disabled{background:#94a3b8;cursor:not-allowed}.hosted-identity-prompt__sent{padding:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:6px;margin-bottom:12px;font-size:13px}.hosted-identity-prompt__error{padding:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;margin-bottom:12px;font-size:13px}.hosted-identity-prompt__close{display:flex;justify-content:flex-end}.hosted-board__filters>*,.hosted-form__input,.hosted-form__textarea,.hosted-form select,.hosted-detail__compose textarea,.hosted-identity-prompt__form input{font-size:16px}@media (max-width: 520px){.hosted__identityBar,.hosted__privacyActions{justify-content:flex-start}}
