.tw-cd-app{max-width:1200px;margin:0 auto;padding-top:20px;font-family:inherit;color:#1a1a2e}
.tw-cd-app *,.tw-cd-app *::before,.tw-cd-app *::after{box-sizing:border-box}
.tw-cd-editor{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:12px}
.tw-cd-textarea{width:100%;min-height:140px;border:none;outline:none;padding:16px;font-size:14px;line-height:1.65;resize:vertical;font-family:inherit;color:#1a1a2e;display:block}
.tw-cd-textarea::placeholder{color:#b0b5c0}
.tw-cd-actions{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-top:1px solid #f3f4f6}
.tw-cd-urlcount{font-size:12px;color:#6b7280}
.tw-cd-btn-primary{height:44px;padding:0 28px;background:#56aea4;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:22px;cursor:pointer;transition:all .15s;font-family:inherit}
.tw-cd-btn-primary:hover{background:#489e94}
.tw-cd-btn-primary:disabled{opacity:.5;cursor:not-allowed}
.tw-cd-status{min-height:20px;margin-bottom:8px}
.tw-cd-loading{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;padding:8px 0}
.tw-cd-spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#56aea4;border-radius:50%;animation:tw-cd-spin 0.6s linear infinite}
.tw-cd-spinner-sm{width:14px;height:14px;border:2px solid #e5e7eb;border-top-color:#56aea4;border-radius:50%;animation:tw-cd-spin 0.6s linear infinite;display:inline-block}
@keyframes tw-cd-spin{to{transform:rotate(360deg)}}
.tw-cd-loading-inline{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280}
.tw-cd-alert{padding:10px 14px;border-radius:8px;font-size:13px;margin:6px 0}
.tw-cd-alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}
.tw-cd-export{display:flex;gap:8px;margin-bottom:12px}
.tw-cd-btn-export{height:34px;padding:0 16px;background:#fff;color:#56aea4;font-size:12px;font-weight:600;border:1.5px solid #56aea4;border-radius:17px;cursor:pointer;transition:all .15s;font-family:inherit}
.tw-cd-btn-export:hover{background:#56aea4;color:#fff}
.tw-cd-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px}
.tw-cd-table{width:100%;border-collapse:collapse;font-size:13px}
.tw-cd-table th{background:#f9fafb;padding:8px 12px;text-align:left;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap}
.tw-cd-table td{padding:6px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}
.tw-cd-table tr:last-child td{border-bottom:none}
.tw-cd-table tr[style*="cursor"]:hover{background:#f9fafb}
.tw-cd-url-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tw-cd-url-cell a{color:#56aea4;text-decoration:none}
.tw-cd-url-cell a:hover{text-decoration:underline}
.tw-cd-conf{display:inline-block;padding:3px 10px;border-radius:4px;font-size:11px;font-weight:600}
.tw-cd-conf-high{background:#dcfce7;color:#16a34a}
.tw-cd-conf-med{background:#fef3c7;color:#ca8a04}
.tw-cd-conf-low{background:#f3f4f6;color:#6b7280}
.tw-cd-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px}
.tw-cd-detail-title{font-size:15px;font-weight:700;color:#56aea4;margin-bottom:8px}
.tw-cd-detail-subtitle{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px}
.tw-cd-signals{margin:0;padding:0 0 0 20px;font-size:13px;color:#1a1a2e;line-height:1.8}
.tw-cd-article-toggle{margin-top:16px;margin-bottom:12px}
.tw-cd-toggle-btn{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#fff;border:1.5px solid #56aea4;border-radius:10px;cursor:pointer;font-family:inherit;transition:all .15s;text-align:left}
.tw-cd-toggle-btn:hover{background:#f0fdf8}
.tw-cd-toggle-chevron{transition:transform .25s ease;flex-shrink:0;color:#56aea4}
.tw-cd-toggle-btn.tw-cd-toggle-open .tw-cd-toggle-chevron{transform:rotate(180deg)}
.tw-cd-h1{font-size:14px;font-weight:600;color:#56aea4;margin:0}
@media(max-width:600px){.tw-cd-table{font-size:12px}}
