.tw-wl-app{max-width:1200px;margin:0 auto;padding-top:20px;font-family:inherit;color:#1a1a2e}
.tw-wl-app *,.tw-wl-app *::before,.tw-wl-app *::after{box-sizing:border-box}
.tw-wl-editor{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;margin-bottom:12px}
.tw-wl-textarea{width:100%;min-height:150px;border:none;outline:none;padding:16px;font-size:14px;line-height:1.65;resize:vertical;font-family:inherit;color:#1a1a2e;display:block}
.tw-wl-textarea::placeholder{color:#b0b5c0}
.tw-wl-actions{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-top:1px solid #f3f4f6}
.tw-wl-domcount{font-size:12px;color:#6b7280}
.tw-wl-btn-primary{height:40px;padding:0 24px;background:#fff;color:#56aea4;font-size:13px;font-weight:600;border:1.5px solid #56aea4;border-radius:20px;cursor:pointer;transition:all .15s;font-family:inherit}
.tw-wl-btn-primary:hover{background:#56aea4;color:#fff}
.tw-wl-btn-primary:disabled{opacity:.5;cursor:not-allowed}
.tw-wl-status{min-height:20px;margin-bottom:8px}
.tw-wl-loading{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;padding:8px 0}
.tw-wl-spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#56aea4;border-radius:50%;animation:tw-wl-spin 0.6s linear infinite}
@keyframes tw-wl-spin{to{transform:rotate(360deg)}}
.tw-wl-alert{padding:10px 14px;border-radius:8px;font-size:13px;margin:6px 0}
.tw-wl-alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}
.tw-wl-export{display:flex;gap:8px;margin-bottom:12px}
.tw-wl-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-wl-btn-export:hover{background:#56aea4;color:#fff}
.tw-wl-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:16px}
.tw-wl-table{width:100%;border-collapse:collapse;font-size:13px}
.tw-wl-table th{background:#f9fafb;padding:8px 12px;text-align:left;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap}
.tw-wl-table td{padding:6px 12px;border-bottom:1px solid #f3f4f6;vertical-align:top}
.tw-wl-table tr:last-child td{border-bottom:none}
.tw-wl-row-click{cursor:pointer;transition:background .15s}
.tw-wl-row-click:hover{background:#f0fdf8}
.tw-wl-ns-cell{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#6b7280}
/* Detail card */
.tw-wl-detail-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:16px 20px}
.tw-wl-detail-title{font-size:15px;font-weight:700;color:#56aea4;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}
.tw-wl-detail-row{display:flex;padding:6px 0;border-bottom:1px solid #f9fafb;gap:12px}
.tw-wl-detail-row:last-child{border-bottom:none}
.tw-wl-detail-label{width:140px;flex-shrink:0;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}
.tw-wl-detail-value{font-size:13px;color:#1a1a2e;word-break:break-all}
.tw-wl-status-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600;background:#f3f4f6;color:#6b7280;margin:1px 2px}
/* Article toggle */
.tw-wl-article-toggle{margin-top:16px;margin-bottom:12px}
.tw-wl-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-wl-toggle-btn:hover{background:#f0fdf8}
.tw-wl-toggle-chevron{transition:transform .25s ease;flex-shrink:0;color:#56aea4}
.tw-wl-toggle-btn.tw-wl-toggle-open .tw-wl-toggle-chevron{transform:rotate(180deg)}
.tw-wl-h1{font-size:14px;font-weight:600;color:#56aea4;margin:0}
@media(max-width:600px){.tw-wl-detail-row{flex-direction:column;gap:2px}.tw-wl-detail-label{width:auto}}
