/* ResaLoisir operations v2 — progressive only, keeps legacy forms/listeners intact */
.rlx-v2-strip{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 14px}.rlx-v2-tab,.rlx-v2-action{border:1px solid #e3e7f0;background:#fff;color:#5f6d86;border-radius:10px;padding:9px 12px;font-weight:700;font-size:12px;cursor:pointer;transition:.18s}.rlx-v2-tab:hover,.rlx-v2-action:hover{border-color:#cfc6ff;color:#6449e8}.rlx-v2-tab.active{background:#ece8ff;border-color:#d8d0ff;color:#6044df}.rlx-v2-action.primary{margin-left:auto;background:linear-gradient(135deg,#6545f5,#7957ff);color:#fff;border-color:transparent}.rlx-v2-action svg{width:15px;height:15px;vertical-align:-3px;margin-right:5px}.rlx-v2-progress{height:6px;background:#edf0f6;border-radius:99px;overflow:hidden;margin-top:8px}.rlx-v2-progress>span{display:block;height:100%;background:linear-gradient(90deg,#6c4cff,#8a6cff);border-radius:inherit}.rlx-v2-insight{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 14px}.rlx-v2-insight-card{background:#fff;border:1px solid #e7eaf3;border-radius:14px;padding:13px}.rlx-v2-insight-card b{display:block;color:#17233f;font-size:13px}.rlx-v2-insight-card span{display:block;color:#8190aa;font-size:11px;margin-top:4px}.rlx-v2-insight-card strong{display:block;font-size:19px;color:#18233e;margin-top:6px}.rlx-v2-empty{padding:28px;text-align:center;color:#8693a9;background:#fff;border:1px dashed #dfe4ed;border-radius:14px}.rlx-v2-settings-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start}.rlx-v2-settings-menu{position:sticky;top:78px;background:#fff;border:1px solid #e7eaf3;border-radius:16px;padding:8px}.rlx-v2-settings-menu button{width:100%;text-align:left;border:0;background:transparent;color:#64718a;border-radius:9px;padding:10px 11px;font-weight:700;font-size:12px;cursor:pointer}.rlx-v2-settings-menu button.active{background:#eeeaff;color:#6045df}.rlx-v2-settings-main{min-width:0}.rlx-v2-settings-search{position:relative;margin-bottom:12px}.rlx-v2-settings-search input{width:100%;padding:11px 13px;border:1px solid #e2e6ef;border-radius:11px;background:#fff}.rlx-modernized tr.rlx-v2-hidden,.rlx-modernized .rlx-v2-hidden{display:none!important}.rlx-v2-status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;background:#9aa6ba}.rlx-v2-status-dot.good{background:#19a56d}.rlx-v2-status-dot.warn{background:#eca423}.rlx-v2-status-dot.danger{background:#e85d69}.rlx-v2-mobile-cards{display:none}
@media(max-width:900px){.rlx-v2-insight{grid-template-columns:1fr 1fr}.rlx-v2-settings-layout{grid-template-columns:1fr}.rlx-v2-settings-menu{position:static;display:flex;overflow:auto;gap:5px}.rlx-v2-settings-menu button{width:auto;white-space:nowrap}}
@media(max-width:620px){.rlx-v2-insight{grid-template-columns:1fr}.rlx-v2-strip{overflow:auto;flex-wrap:nowrap;padding-bottom:2px}.rlx-v2-tab{white-space:nowrap}.rlx-v2-action.primary{margin-left:0;white-space:nowrap}.rlx-modernized table{font-size:12px}.rlx-modernized .rlx-toolbar{position:sticky;top:56px;z-index:5;box-shadow:0 4px 14px rgba(20,33,61,.06)}}