.tw-le-app{max-width:1200px;margin:0 auto;padding-top:20px;font-family:inherit;color:#1a1a2e}
.tw-le-app *,.tw-le-app *::before,.tw-le-app *::after{box-sizing:border-box}
.tw-le-input-row{display:flex;gap:8px;align-items:center;margin-bottom:12px}
.tw-le-input{flex:1;height:44px;padding:0 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;color:#1a1a2e;outline:none;transition:border-color .2s;font-family:inherit}
.tw-le-input:focus{border-color:#56aea4;box-shadow:0 0 0 3px rgba(86,174,164,.1)}
.tw-le-btn-primary{height:44px;padding:0 24px;background:#fff;color:#56aea4;font-size:14px;font-weight:600;border:1.5px solid #56aea4;border-radius:22px;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}
.tw-le-btn-primary:hover{background:#56aea4;color:#fff}
.tw-le-btn-primary:disabled{opacity:.5;cursor:not-allowed}
.tw-le-status{min-height:20px;margin-bottom:8px}
.tw-le-loading{display:flex;align-items:center;gap:8px;font-size:13px;color:#6b7280;padding:8px 0}
.tw-le-spinner{width:18px;height:18px;border:2px solid #e5e7eb;border-top-color:#56aea4;border-radius:50%;animation:tw-le-spin 0.6s linear infinite}
@keyframes tw-le-spin{to{transform:rotate(360deg)}}
.tw-le-alert{padding:10px 14px;border-radius:8px;font-size:13px;margin:6px 0}
.tw-le-alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}
.tw-le-summary{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.tw-le-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 16px;text-align:center;flex:1;min-width:100px}
.tw-le-summary-num{font-size:22px;font-weight:700;color:#56aea4}
.tw-le-summary-label{font-size:11px;color:#6b7280}
.tw-le-filters{display:flex;gap:0;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;margin-bottom:12px;width:fit-content}
.tw-le-filter{padding:6px 14px;font-size:12px;font-weight:600;border:none;background:#f8f9fa;color:#6b7280;cursor:pointer;transition:all .15s;font-family:inherit}
.tw-le-filter.tw-le-filter-active{background:#56aea4;color:#fff}
.tw-le-filter:hover:not(.tw-le-filter-active){background:#56aea4;color:#fff}
.tw-le-table-wrap{overflow-x:auto;background:#fff;border:1px solid #e5e7eb;border-radius:10px}
.tw-le-table{width:100%;border-collapse:collapse;font-size:13px}
.tw-le-table th{background:#f9fafb;padding:8px 12px;text-align:left;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;white-space:nowrap}
.tw-le-table td{padding:6px 12px;border-bottom:1px solid #f3f4f6;vertical-align:top}
.tw-le-table tr:last-child td{border-bottom:none}
.tw-le-url-cell{max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tw-le-url-cell a{color:#56aea4;text-decoration:none}
.tw-le-url-cell a:hover{text-decoration:underline}
.tw-le-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600}
.tw-le-badge-internal{background:#dbeafe;color:#2563eb}
.tw-le-badge-external{background:#fef3c7;color:#ca8a04}
.tw-le-badge-nofollow{background:#fee2e2;color:#dc2626}
.tw-le-article-toggle{margin-top:16px;margin-bottom:12px}
.tw-le-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-le-toggle-btn:hover{background:#f0fdf8}
.tw-le-toggle-chevron{transition:transform .25s ease;flex-shrink:0;color:#56aea4}
.tw-le-toggle-btn.tw-le-toggle-open .tw-le-toggle-chevron{transform:rotate(180deg)}
.tw-le-h2{font-size:14px;font-weight:600;color:#56aea4;margin:0}
@media(max-width:880px){.tw-le-input-row{flex-direction:column}.tw-le-input,.tw-le-btn-primary{width:100%}}
@media(max-width:500px){.tw-le-summary{flex-direction:column}}
/* Export buttons */
.tw-le-export{display:flex;gap:8px;margin-bottom:12px}
.tw-le-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-le-btn-export:hover{background:#56aea4;color:#fff}
