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