#mcp,#mcp *{box-sizing:border-box;font-family:inherit}#mcp{direction:rtl;text-align:right;margin-top:26px}.mcp-shell{max-width:980px;margin:0 auto;padding:0 14px}.mcp-header{margin-bottom:18px}.mcp-title{font-size:var(--mcp-title-font-size,22px);font-weight:900;line-height:1.25}.mcp-subtitle{margin-top:6px;color:var(--mcp-muted,#6b7280);font-size:14px;font-weight:700}.mcp-section{margin-bottom:22px}.mcp-sectionTitle{background:var(--mcp-section-title-bg,#0f172a);color:var(--mcp-section-title-color,#fff);font-weight:900;font-size:15px;padding:10px 14px;border-radius:12px;margin-bottom:14px}.mcp-poll{background:var(--mcp-card-bg,#fff);border:1px solid var(--mcp-card-border,#e5e7eb);border-radius:18px;padding:20px;box-shadow:0 6px 20px rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:center}.mcp-poll-circles{display:flex;gap:22px;justify-content:center;align-items:center;width:100%;flex-wrap:wrap}.mcp-circle{width:170px;height:170px;border-radius:999px;border:3px solid transparent;cursor:pointer;background:#f9fafb;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;position:relative;transition:transform .08s ease , filter .12s ease}.mcp-circle:hover{transform:translateY(-1px);filter:brightness(.99)}.mcp-circle[disabled]{opacity:.7;cursor:not-allowed;transform:none}.mcp-emoji{font-size:42px;line-height:1}.mcp-label{font-size:16px;font-weight:900}.mcp-num{position:absolute;top:12px;right:12px;background:rgba(17,24,39,.92);color:#fff;font-weight:900;padding:6px 10px;border-radius:999px;font-size:13px}.mcp-yes{background:#ecfdf5;color:#065f46;border-color:#34d399}.mcp-no{background:#fef2f2;color:#7f1d1d;border-color:#f87171}.mcp-total{margin-top:14px;font-weight:800;color:#374151;font-size:14px}.mcp-comments{margin-top:10px}.mcp-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.mcp-count{font-weight:900;color:#111827}.mcp-list{display:flex;flex-direction:column;gap:12px}.mcp-card{background:var(--mcp-card-bg,#fff);border:1px solid var(--mcp-card-border,#e5e7eb);border-radius:16px;padding:14px;box-shadow:0 2px 10px rgba(0,0,0,.05);position:relative}.mcp-card.pending{border-style:dashed;opacity:.85}.mcp-meta{display:flex;flex-direction:column;gap:2px}.mcp-author{font-weight:900;color:#111827}.mcp-reply-to{font-size:12px;font-weight:800;color:var(--mcp-muted,#6b7280)}.mcp-date{font-weight:700;color:var(--mcp-muted,#6b7280);font-size:12px}.mcp-content{margin-top:10px;color:#111827;font-size:16px;line-height:1.65}.mcp-actionsRow{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.mcp-like,.mcp-replyBtn{border:1px solid #e5e7eb;background:#fff;border-radius:12px;padding:8px 10px;font-weight:900;cursor:pointer;display:inline-flex;gap:6px;align-items:center}.mcp-likeCount{font-weight:900}.mcp-replyBox{margin-top:10px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:12px;display:none}.mcp-replyBox.open{display:block}.mcp-replyBox textarea{width:100%;min-height:110px;resize:vertical;border-radius:14px;border:1px solid #e5e7eb;padding:12px;font-size:15px;outline:none;background:#fff}.mcp-replyActions{margin-top:10px;display:flex;gap:10px}.mcp-btn{border:0;background:var(--mcp-accent,#e10600);color:#fff;padding:10px 14px;border-radius:12px;font-weight:900;cursor:pointer}.mcp-btn.secondary{background:#111827}.mcp-card.depth-2{margin-right:18px;border-right:3px solid #e5e7eb;padding-right:14px}.mcp-card.depth-3{margin-right:34px;border-right:3px solid #d1d5db;padding-right:16px}.mcp-formCard{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.mcp-formTitle{font-size:16px;font-weight:900;margin-bottom:10px}.mcp-note{background:#fef3c7;border:1px solid #fde68a;color:#92400e;padding:10px;border-radius:12px;font-weight:900;margin-bottom:12px;font-size:13px}.mcp-note-user{background:#eef2ff;border-color:#c7d2fe;color:#1f2937}.mcp-formRow{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.mcp-label{font-weight:900;font-size:13px}.mcp-input,.mcp-textarea{width:100%;border:1px solid #e5e7eb;border-radius:14px;padding:12px;font-size:15px;outline:none;background:#fff}.mcp-textarea{min-height:160px;resize:vertical;line-height:1.6}.mcp-actions{display:flex;gap:10px}.mcp-closed{margin-top:14px;background:#fff;border:1px dashed #d1d5db;border-radius:16px;padding:16px;font-weight:900;color:#6b7280}.mcp-highlight{animation:mcpFlash 3s ease;border-color:var(--mcp-accent)}@keyframes mcpFlash {
  0% { background:#fff7ed; }
  100% { background:#ffffff; }
}.mcp-replyBox{transition:max-height .25s ease , opacity .2s ease}.mcp-read-wrap{display:flex;justify-content:center;margin:25px 0}.mcp-read-aloud{display:flex;align-items:center;gap:10px;background:#f5f7fa;color:#111;border:1px solid #dcdcdc;border-radius:40px;padding:10px 22px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.mcp-read-aloud .icon{font-size:20px}.mcp-read-aloud:hover{background:#e9eef3}.mcp-read-aloud.playing{background:#111;color:#fff;border-color:#111}.mcp-read-aloud.playing .icon{animation:pulse 1.2s infinite}@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}