#sweava-wordhunt-admin-launch{border:1px solid #ded5ff;background:#f6f2ff;color:#5e35f2;border-radius:10px;padding:9px 12px;font:800 12px Inter,system-ui,sans-serif;cursor:pointer;box-shadow:0 8px 24px rgba(75,48,145,.08);margin:8px}
#sweava-wordhunt-admin-modal{position:fixed;inset:0;z-index:2147483600;background:rgba(21,15,35,.46);display:grid;place-items:center;padding:20px;font-family:Inter,system-ui,sans-serif}
.swh-card{width:min(1120px,100%);max-height:90vh;overflow:auto;background:#f8f9fd;border-radius:22px;border:1px solid #e9e5f1;box-shadow:0 28px 90px rgba(22,14,42,.25);color:#1d1930}
.swh-head{position:sticky;top:0;z-index:2;background:rgba(248,249,253,.96);backdrop-filter:blur(15px);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid #e9e5f1}
.swh-head h2{margin:3px 0 0;font-size:23px}.swh-kicker{font-size:10px;font-weight:900;letter-spacing:.12em;color:#6238f5;text-transform:uppercase}.swh-close{border:0;background:#eeeaf7;width:36px;height:36px;border-radius:10px;font-size:20px;cursor:pointer}
.swh-body{padding:20px}.swh-grid{display:grid;grid-template-columns:400px minmax(0,1fr);gap:14px}
.swh-panel{background:#fff;border:1px solid #e8e4ef;border-radius:17px;overflow:hidden}.swh-panel-head{padding:15px 16px;border-bottom:1px solid #eeeaf3;display:flex;align-items:center;justify-content:space-between;gap:10px}.swh-panel-head h3{margin:0;font-size:14px}.swh-panel-body{padding:16px}
.swh-form{display:grid;grid-template-columns:1fr 1fr;gap:11px}.swh-field{display:grid;gap:5px}.swh-field.wide{grid-column:1/-1}.swh-field label{font-size:10px;color:#776f84;font-weight:850}.swh-input,.swh-select,.swh-textarea{width:100%;border:1px solid #ded8e8;border-radius:10px;background:#fff;padding:9px 10px;outline:none;color:#211b30;font:inherit}.swh-textarea{min-height:82px;resize:vertical}.swh-input:focus,.swh-select:focus,.swh-textarea:focus{border-color:#9278f7;box-shadow:0 0 0 3px #f0ebff}
.swh-btn{border:1px solid #ded8e8;background:#fff;color:#2e2838;border-radius:9px;padding:8px 10px;font-weight:800;cursor:pointer;font-size:11px}.swh-btn.primary{background:#6238f5;border-color:#6238f5;color:#fff}.swh-btn.danger{color:#be3151;border-color:#ffd2dc;background:#fff7f8}.swh-btn.good{color:#117752;border-color:#cce8dc;background:#f5fcf8}
.swh-note{padding:11px 12px;border-radius:11px;background:#f5f1ff;border:1px solid #e2d8ff;color:#5c4f76;font-size:11px;line-height:1.5}.swh-list{display:grid;gap:9px}.swh-item{border:1px solid #e9e4ef;border-radius:13px;padding:12px;background:#fff}.swh-item-top{display:flex;justify-content:space-between;gap:10px}.swh-item h4{margin:0 0 4px;font-size:13px}.swh-muted{color:#7d7588;font-size:11px}.swh-status{display:inline-flex;padding:4px 7px;border-radius:999px;background:#f1edfa;color:#685b7c;font-size:9px;font-weight:900;text-transform:uppercase}.swh-status.active,.swh-status.published{background:#eaf8f1;color:#147c56}.swh-status.draft{background:#fff5e6;color:#97630a}.swh-status.closed,.swh-status.paused{background:#fff0f3;color:#b92f4a}.swh-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.swh-loading,.swh-empty{padding:30px;text-align:center;color:#786f84}.swh-error{padding:13px;background:#fff4f6;border:1px solid #ffd1da;border-radius:11px;color:#aa2943;white-space:pre-wrap}
.swh-table-wrap{overflow:auto}.swh-table{width:100%;border-collapse:collapse;min-width:650px}.swh-table th,.swh-table td{text-align:left;padding:10px;border-bottom:1px solid #eeeaf3;font-size:11px}.swh-table th{font-size:9px;color:#796f86;background:#fcfbfe}
@media(max-width:850px){.swh-grid{grid-template-columns:1fr}.swh-form{grid-template-columns:1fr}.swh-field.wide{grid-column:auto}}